@charset "UTF-8";
/*! system-font.css v2.0.2 | CC0-1.0 License | github.com/jonathantneal/system-font-css */
@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Segoe UI Light"), local("Ubuntu Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma"); }

@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 300;
  src: local(".SFNSText-LightItalic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Light Italic"), local("Ubuntu Light Italic"), local("Roboto-LightItalic"), local("DroidSans"), local("Tahoma"); }

@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 400;
  src: local(".SFNSText-Regular"), local(".HelveticaNeueDeskInterface-Regular"), local(".LucidaGrandeUI"), local("Segoe UI"), local("Ubuntu"), local("Roboto-Regular"), local("DroidSans"), local("Tahoma"); }

@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 400;
  src: local(".SFNSText-Italic"), local(".HelveticaNeueDeskInterface-Italic"), local(".LucidaGrandeUI"), local("Segoe UI Italic"), local("Ubuntu Italic"), local("Roboto-Italic"), local("DroidSans"), local("Tahoma"); }

@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 500;
  src: local(".SFNSText-Medium"), local(".HelveticaNeueDeskInterface-MediumP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold"), local("Ubuntu Medium"), local("Roboto-Medium"), local("DroidSans-Bold"), local("Tahoma Bold"); }

@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 500;
  src: local(".SFNSText-MediumItalic"), local(".HelveticaNeueDeskInterface-MediumItalicP4"), local(".LucidaGrandeUI"), local("Segoe UI Semibold Italic"), local("Ubuntu Medium Italic"), local("Roboto-MediumItalic"), local("DroidSans-Bold"), local("Tahoma Bold"); }

@font-face {
  font-family: system-ui;
  font-style: normal;
  font-weight: 700;
  src: local(".SFNSText-Bold"), local(".HelveticaNeueDeskInterface-Bold"), local(".LucidaGrandeUI"), local("Segoe UI Bold"), local("Ubuntu Bold"), local("Roboto-Bold"), local("DroidSans-Bold"), local("Tahoma Bold"); }

@font-face {
  font-family: system-ui;
  font-style: italic;
  font-weight: 700;
  src: local(".SFNSText-BoldItalic"), local(".HelveticaNeueDeskInterface-BoldItalic"), local(".LucidaGrandeUI"), local("Segoe UI Bold Italic"), local("Ubuntu Bold Italic"), local("Roboto-BoldItalic"), local("DroidSans-Bold"), local("Tahoma Bold"); }

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3); }

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }
  .animate__animated[class*='Out'] {
    opacity: 0; } }

/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

@keyframes bounce {
  from,
  20%,
  53%,
  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) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  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) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }

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

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

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

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

.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  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 shakeX {
  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); } }

.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }

.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

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

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

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

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

.animate__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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

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

.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }

.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

/* Bouncing entrances  */
@-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); } }

.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  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) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  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) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  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) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  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) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/* Bouncing exits  */
@-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); } }

.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }

.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }

.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }

.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }

.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

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

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

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

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

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

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

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

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

.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

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

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

.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

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

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

.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

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

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

.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

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

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

.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

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

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

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

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

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

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

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

.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

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

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

.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

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

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

.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

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

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

.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

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

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

.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

/* Flippers */
@-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; } }

.animate__animated.animate__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); } }

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

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

.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -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; } }

.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  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 lightSpeedInRight {
  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); } }

.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  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 lightSpeedInLeft {
  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); } }

.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

@keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }

.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -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-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-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-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-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-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; } }

.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

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

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

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

.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/* Zooming entrances */
@-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; } }

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

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

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

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

.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/* Zooming exits */
@-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; } }

.animate__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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

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

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

.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

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

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

.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

@-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-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-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

/* Sliding entrances */
@-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); } }

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

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

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

.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/* Sliding exits */
@-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); } }

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

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

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

.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

meta.foundation-version {
  font-family: "/5.5.3/"; }

meta.foundation-mq-small {
  font-family: "/only screen/";
  width: 0; }

meta.foundation-mq-small-only {
  font-family: "/only screen and (max-width: 551px)/";
  width: 0; }

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:551px)/";
  width: 551px; }

meta.foundation-mq-medium-only {
  font-family: "/only screen and (min-width:551px) and (max-width:801px)/";
  width: 551px; }

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:801px)/";
  width: 801px; }

meta.foundation-mq-large-only {
  font-family: "/only screen and (min-width:801px) and (max-width:1261px)/";
  width: 801px; }

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:1261px)/";
  width: 1261px; }

meta.foundation-mq-xlarge-only {
  font-family: "/only screen and (min-width:1261px) and (max-width:1681px)/";
  width: 1261px; }

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:1681px)/";
  width: 1681px; }

meta.foundation-data-attribute-namespace {
  font-family: false; }

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

.u-inlineBlock {
  display: inline-block !important;
  max-width: 100% !important; }

.u-hidden {
  display: none !important; }

.u-hiddenVisually {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.is-srOnly {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

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

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

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

.u-textBreak {
  word-wrap: break-word !important; }

.u-textInheritColor {
  color: inherit !important; }

.u-textKern {
  text-rendering: optimizeLegibility !important;
  font-feature-settings: "kern" 1 !important;
  font-kerning: normal !important; }

.u-textLead {
  line-height: 1.6 !important;
  font-size: 1.1em !important; }

.u-textNoWrap {
  white-space: nowrap !important; }

.u-textTruncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  word-wrap: normal !important; }

.u-fontSmoothing {
  -moz-osx-font-smoothing: grayscale !important;
  -webkit-font-smoothing: antialiased !important; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

html,
body {
  height: 100%; }

body {
  background: #fafafa;
  color: #333333;
  cursor: auto;
  margin: 0;
  padding: 0;
  position: relative; }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased; }

a:hover {
  cursor: pointer; }

figure {
  margin: 0 0 1.5rem; }

img {
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

img {
  -ms-interpolation-mode: bicubic; }

button {
  background: none;
  border: 0; }
  button:active, button:focus {
    box-shadow: none;
    outline: none; }

textarea {
  height: auto;
  min-height: 50px; }

select {
  width: 100%; }

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0; }

html {
  font-size: 16px; }
  @media (min-width: 551px) {
    html {
      font-size: 16px; } }
  @media (min-width: 801px) {
    html {
      font-size: 16px; } }
  @media (min-width: 1261px) {
    html {
      font-size: 16px; } }

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.5; }

a {
  color: #333333;
  line-height: inherit;
  text-decoration: underline; }
  a:hover, a:focus {
    color: #ed1c24; }

p {
  margin-bottom: 1.5rem; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  margin-bottom: 0.75rem; }
  h1 small,
  h2 small,
  h3 small,
  h4 small,
  h5 small,
  h6 small {
    color: #333333;
    font-size: 60%;
    line-height: 0; }

h1 {
  font-size: 64px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 13px; }

.subheader {
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 0.75rem; }

hr {
  border: solid #ebebeb;
  border-width: 1px 0 0;
  clear: both;
  height: 0;
  margin: 2rem 0 1.9375rem; }

em,
i {
  font-style: italic;
  line-height: inherit; }

strong,
b {
  font-weight: 700;
  line-height: inherit; }

small {
  font-size: 60%;
  line-height: inherit; }

ul,
ol,
dl {
  list-style-position: outside;
  margin-bottom: 1.5rem; }

ul ul,
ul ol,
ol ul,
ol ol {
  margin-left: 1.2rem;
  margin-bottom: 0; }

ul {
  margin-left: 1.15rem; }

ol {
  margin-left: 1.15rem; }

dl dt {
  font-weight: 700;
  margin-bottom: 0.375rem; }

dl dd {
  margin-bottom: 1.5rem; }

abbr,
acronym {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  cursor: help;
  font-size: 90%;
  text-transform: uppercase; }

abbr {
  text-transform: none; }

blockquote { }

blockquote,
blockquote p {
  font-size: 36px;
  line-height: 29px; }

cite {
  color: #999999;
  display: block;
  font-size: 1rem; }

.icon {
  height: 1rem;
  width: 1rem;
  display: inline-block;
  vertical-align: middle; }
  .icon svg {
    display: inline-block;
    fill: #333333;
    height: 100%;
    vertical-align: top;
    width: 100%; }

/*doc
---
title: Lists
name: lists
category: Elements
---

*/
/*doc
---
title: Inline List
name: inline_list
category: Elements
parent: lists
---


```html_example
<ul class="inlineList">
    <li><a href="#">Link 1</a></li>
    <li><a href="#">Link 2</a></li>
    <li><a href="#">Link 3</a></li>
    <li><a href="#">Link 4</a></li>
    <li><a href="#">Link 5</a></li>
</ul>
```
##### Inline list settings
```sass_file_example
src/settings/foundation/inlineList/_settings.scss
```

*/
.inlineList {
  list-style: none;
  margin-top: 0;
  margin-bottom: 1.0625rem;
  margin-left: -1.375rem;
  margin-right: 0;
  overflow: hidden;
  padding: 0; }
  .inlineList > li {
    display: block;
    float: left;
    list-style: none;
    margin-left: 1.375rem; }
    .inlineList > li > * {
      display: block; }

/*doc
---
title: Tables
name: tables
category: Elements
---


```html_example
<table class="table">
    <thead class="table-thead">
        <tr>
            <th>Table Header</th>
            <th>Table Header</th>
            <th class="table-header--numericData" scope="column">Totals</th>
        </tr>
    </thead>
    <tbody class="table-tbody">
        <tr>
            <td>Content Goes Here</td>
            <td>This is longer content Donec id elit non mi porta gravida at eget metus.</td>
            <td class="table-cell--numericData">$10</td>
        </tr>
    </tbody>
    <tfoot class="table-tfoot">
        <tr>
            <td class="table-cell--numericData" colspan="2">Subtotal:</td>
            <td class="table-cell--numericData"><strong>$60</strong></td>
        </tr>
    </tfoot>
</table>
```
##### Tables settings
```sass_file_example
src/settings/foundation/tables/_settings.scss
```

*/
.table {
  border: solid 1px #ebebeb;
  margin-bottom: 2rem;
  table-layout: auto;
  width: 100%; }
  .table thead {
    background: #333333; }
    .table thead tr th,
    .table thead tr td {
      font-size: 1rem;
      font-weight: 700;
      padding: 0.75rem 1.5rem; }
  .table tr th,
  .table tr td {
    padding: 0.75rem 1.5rem;
    text-align: left; }
  .table thead tr th,
  .table tfoot tr th,
  .table tfoot tr td,
  .table tbody tr th,
  .table tbody tr td,
  .table tr td {
    display: table-cell; }
  .table th.table-header--numericData,
  .table td.table-cell--numericData {
    text-align: right; }

.table-thead {
  border: 1px solid #ebebeb; }

.table-tfoot {
  border: 1px solid #ebebeb; }

.table-tbody tr {
  border-bottom: 1px solid #ebebeb; }
  .table-tbody tr:last-child {
    border-bottom: 0; }

/*doc
---
title: Buttons
name: button
category: Components
---

These are all the button

```sass_file_example
src/settings/foundation/buttons/_settings.scss
```

```html_example
<button class="button">Button</button>

<input type="submit" class="button" value="Button">

<a class="button" role="button" href="#">Button</a>
```

*/
.button {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: normal;
  margin: 0 0 1rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: white;
  border-color: #ebebeb;
  color: #333333;
  font-size: 1rem;
  padding: 0.875rem 2.25rem;
  border-radius: 4px;
  outline: none;
  vertical-align: middle; }
  .button:hover, .button:focus, .button.is-active, .button.active {
    background-color: white;
    border-color: #ed1c24;
    color: #333333; }
  .button:active {
    background-color: white;
    border: 1px solid #ed1c24;
    color: #333333; }
  .button:focus, .button.is-active, .button.active {
    outline: none; }
  @media (min-width: 481px) {
    .button + .button {
      margin-left: 0.75rem; } }

/*doc
---
title: Button states
name: button_states
category: Components
parent: button
---

```html_example
<button class="button button--primary">Primary Button</button>

<button class="button">Secondary / Default Button</button>

<button class="button button--tertiary">Tertiary Button</button>

<button class="button button--action">Call-to-Action Button</button>
```
    */
.button--primary {
  background-color: #ed1c24;
  border-color: #ed1c24;
  color: white; }
  .button--primary:hover, .button--primary:focus, .button--primary.is-active, .button--primary.active {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: white; }
  .button--primary:active {
    background-color: #ed1c24;
    border: 1px solid #ed1c24;
    color: white; }

.button[disabled] {
  background-color: #ebebeb;
  border-color: rgba(0, 0, 255, 0);
  color: white;
  cursor: default; }

/*doc
---
title: Button sizes
name: button_sizes
category: Components
parent: button
---

```html_example
<button class="button button--large">Large</button>

<button class="button">Default</button>

<button class="button button--small">Small</button>

<button class="button button--tiny">Tiny</button>
```

And a special case, slab, which takes the full width of it's container and any
size modifier

```html_example
<button class="button button--slab">Slab</button>

<button class="button button--slab button--large">Slab</button>
```

*/
.button--large {
  font-size: 16px; }

.button--small {
  font-size: 13px;
  padding: 0.5625rem 1.5rem; }

.button--tiny { }

.button--slab {
  display: block;
  width: 100%; }
  .button + .button--slab {
    margin-left: 0; }

.button--icon {
  font-size: 1rem;
  padding: 0.75rem 0.75rem; }
  .button--icon svg {
    fill: #ed1c24; }

/*doc
---
title: Button Groups
name: button_groups
category: Components
parent: button
---


```html_example
<div class="buttonGroup">
    <button class="button">Button1</button>
    <button class="button">Button2</button>
    <button class="button">Button3</button>
</div>
```
##### Button group settings
```sass_file_example
src/settings/bigcommerce/buttonGroup/_settings.scss
```

*/
.buttonGroup {
  display: inline-block; }
  .buttonGroup > .button {
    border-radius: 0;
    border-right-width: 0;
    float: left;
    margin-left: 0; }
    .buttonGroup > .button:first-child {
      border-bottom-left-radius: 4px;
      border-top-left-radius: 4px; }
    .buttonGroup > .button:last-child {
      border-bottom-right-radius: 4px;
      border-right-width: 1px;
      border-top-right-radius: 4px; }

/*doc
---
title: Dropdowns
name: dropdown
category: Components
---

Dropdowns are simple lists that can appear next to any element that can trigger a click event.
They can be used by buttons, icons, links and other similar items.

```sass_file_example
src/settings/foundation/dropdown/_settings.scss
```
```html_example
<ul class="dropdown-menu" style="display:block; left: 0;">
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">One</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Two</a></li>
    <li class="dropdown-menu-item"><a href="#" ng-click="$event.preventDefault()">Three</a></li>
</ul>
```
*/
.dropdown-menu {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu.open {
    display: block; }
  .dropdown-menu > *:first-child {
    margin-top: 0; }
  .dropdown-menu > *:last-child {
    margin-bottom: 0; }

.dropdown-menu--content {
  display: none;
  left: -9999px;
  list-style: none;
  margin-left: 0;
  position: absolute;
  background: #e5e5e5;
  font-size: 1rem;
  height: auto;
  padding: 0.75rem;
  width: 100%;
  z-index: 89;
  max-width: 200px; }
  .dropdown-menu--content.open {
    display: block; }
  .dropdown-menu--content > *:first-child {
    margin-top: 0; }
  .dropdown-menu--content > *:last-child {
    margin-bottom: 0; }

.dropdown-menu-item {
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0.375rem 0.75rem; }
  .dropdown-menu-item a {
    display: block;
    padding: 0.375rem; }
  .dropdown-menu-item a {
    margin: -0.375rem; }

/*doc
---
title: Forms
name: forms
category: Forms
---

##### Foundation Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

##### Citadel Forms settings
```sass_file_example
src/settings/foundation/forms/_settings.scss
```

*/
/*doc
---
title: Form basics
name: 01forms_basics
category: Forms
parent: forms
---

Citadel comes with styling for most form input types and some custom ones. To start
things off a basic, semantic mark-up structure should be adhered too, including
the `form`, `fieldset` and `legend` elements where ever possible.

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
    </fieldset>
</form>
```

*/
.form {
  margin: 0 0 1.5rem; }

.form-fieldset {
  border-width: 0;
  margin: 0;
  padding: 0; }

.form-legend {
  background: transparent;
  border: solid #999999;
  border-width: 0 0 1px;
  display: block;
  line-height: 32px;
  margin-bottom: 0.75rem;
  padding: 0;
  width: 100%; }

/*doc
---
title: Form labels and inputs
name: 03forms_basics
category: Forms
parent: forms
---

Inputs of all types should be associated with a label which has a `for` attribute

```html_example
<div class="form-field">
    <label class="form-label" for="input1">Input Label</label>
    <input class="form-input" id="input1" type="text" placeholder="Placeholder text">
</div>
<div class="form-field">
    <label class="form-label" for="input2">Number Label</label>
    <input class="form-input" id="input2" type="number" placeholder="Number input">
</div>
<div class="form-field">
    <label class="form-label" for="input3">Textarea Label <small>additional context</small></label>
    <textarea class="form-input" id="input3" placeholder="Placeholder text" rows="3"></textarea>
</div>
```
*/
.form-label {
  color: #333333;
  cursor: pointer;
  display: block;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0.5rem; }
  .form-label small {
    color: #333333;
    font-size: 0.625rem;
    text-transform: uppercase;
    vertical-align: bottom; }

.form-input {
  appearance: none;
  background-color: white;
  border-color: #ebebeb;
  border-style: solid;
  border-width: 1px;
  border-radius: 4px;
  color: #333333;
  display: block;
  font-family: inherit;
  font-size: 1rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  height: 3rem;
  margin: 0;
  padding: 0.75rem 1rem;
  transition: border-color 100ms ease-out;
  width: 100%;
  /*doc
---
title: Disabled inputs
name: 04forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="disabled_input1">Input Label</label>
    <input class="form-input" id="disabled_input1" disabled type="text" value="Disabled text">
</div>

<div class="form-field">
    <label class="form-label" for="disabled_input2">Input Label</label>
    <input class="form-input" id="disabled_input2" readonly type="text" value="Readonly text">
</div>
```
*/ }
  .form-input:disabled {
    background-color: #ebebeb;
    color: #959595;
    cursor: not-allowed; }
  .form-input[readonly] {
    background-color: #e5e5e5;
    border-color: #999999;
    color: #757575;
    cursor: text; }
  .form-input:focus {
    border-color: #ed1c24;
    outline: none; }
  .form-input[rows] {
    height: auto; }
  .form-input[type="search"] {
    box-sizing: border-box; }
  .form-input::-webkit-input-placeholder {
    color: #959595; }
  .form-input::-ms-clear {
    height: 0;
    width: 0; }
  .form-input::-moz-placeholder {
    color: #959595; }
  .form-input:-ms-input-placeholder {
    color: #959595; }

/*doc
---
title: Selects
name: 05forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label" for="select1">Native Select label</label>
    <select class="form-select" name="select1" id="select1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
</div>
```
*/
.form-select {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-color: white;
  border-radius: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+");
  background-position: 100% center;
  background-repeat: no-repeat;
  border-style: solid;
  border-width: 1px;
  border-color: #ebebeb;
  color: #333333;
  font-family: inherit;
  font-size: 1rem;
  line-height: normal;
  padding: 0.75rem;
  border-radius: 0;
  cursor: pointer;
  height: 3rem;
  margin: 0;
  outline: 0; }
  .form-select::-ms-expand {
    display: none; }
  .form-select.radius {
    border-radius: 4px; }
  .form-select:focus {
    border-color: #ed1c24; }
  .form-select:disabled {
    background-color: #ebebeb;
    cursor: not-allowed; }
  .form-select:focus {
    border-color: #ed1c24; }

/*doc
---
title: Form Panels and Layouts
name: 13forms_layouts
category: Forms
parent: forms
---

We provide a couple of component styles to layout forms.

The more `form-field` components you place in the `form-row`, the smaller the columns gets.
Columns are equal length, and calculated automatically by Flexbox by default.

It's the same mark-up but depending on your browser support needs, you can switch
between a flexbox layout or a more traditional grid based layout by setting
`$formRow-modernBrowsers` to `false`.

The grid based layout of `form-feilds` will require the use of modifiers to calculate
the correct widths. We support `form-field--half`, `form-field--third` and
`form-field--quarter`

```html_example
<form action="#" class="form">
    <fieldset class="form-fieldset">
        <legend class="form-legend">Form legend</legend>
        <div class="form-body">
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
            </div>
            <div class="form-row">
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
                <div class="form-field">
                    <label class="form-label" for="input12">Input Label</label>
                    <input class="form-input" id="input12" type="text" placeholder="Placeholder text">
                </div>
                <div class="form-field">
                    <label class="form-label" for="input4">Prefixed Label</label>
                    <div class="form-prefixPostfix">
                        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">KG</span>
                        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
                    </div>
                </div>
            </div>
        </div>
    </fieldset>
</form>
```
*/
.form-body {
  background-color: white;
  border: 1px solid #999999;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin-bottom: 1.5rem;
  max-width: none;
  padding: 1.5rem; }

.form-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .form-row:before, .form-row:after {
    content: " ";
    display: table; }
  .form-row:after {
    clear: both; }
  .form-row .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    max-width: none; }
  @media (min-width: 551px) {
    .form-row--half .form-field {
      width: 50%; }
    .form-row--third .form-field {
      width: 33.33333%; }
    .form-row--quarter .form-field {
      width: 25%; } }

/*doc
---
title: Form Fields
name: 02forms_basics
category: Forms
parent: forms
---

Each form input should be wrapped in a `form-field`

```html_example
<div class="form-field">
</div>
```
*/
.form-field {
  display: block;
  margin: 0 0 2rem;
  max-width: none; }
  .form-field:before, .form-field:after {
    content: " ";
    display: table; }
  .form-field:after {
    clear: both; }

/*doc
---
title: Selects [multiple]
name: 06forms_basics
category: Forms
parent: forms
---

Styling of the select element with the multiple attribute

```html_example
<div class="form-field">
    <label class="form-label" for="multiselect1">Native Select Multiple label</label>
    <select class="form-select" multiple name="multiselect1" id="multiselect1">
        <option>Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
        <option value="3">Option 3</option>
        <option value="4">Option 4</option>
    </select>
</div>
```
*/
.form-select[multiple] {
  height: auto; }
  .form-select[multiple] option {
    padding: 5px; }

/*doc
---
title: Radios and Checkbox
name: 07forms_basics
category: Forms
parent: forms
---

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-checkbox" type="checkbox" id="check1">
    <label class="form-label" for="check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="check2">
    <label class="form-label" for="check2">Checkbox 2 label</label>
</div>
```

```html_example
<div class="form-field">
    <label class="form-label">Field label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio1">
    <label class="form-label" for="radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="radio_example" id="radio2">
    <label class="form-label" for="radio2">Radio 2 label</label>
</div>
```
*/
.form-checkbox,
.form-radio {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .form-checkbox + .form-label,
  .form-radio + .form-label {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.375rem;
    padding-left: 1.875rem;
    position: relative;
    vertical-align: baseline;
    width: 100%; }
    .form-checkbox + .form-label::before, .form-checkbox + .form-label::after,
    .form-radio + .form-label::before,
    .form-radio + .form-label::after {
      content: "";
      display: block;
      position: absolute;
      transition: all 50ms ease-out; }
    .form-checkbox + .form-label::before,
    .form-radio + .form-label::before {
      background-color: white;
      border: solid #ebebeb;
      border-width: 1px;
      height: 1rem;
      left: 0;
      top: 0;
      width: 1rem; }
    .form-checkbox + .form-label::after,
    .form-radio + .form-label::after {
      height: 0.875rem;
      left: 1px;
      opacity: 0;
      top: 1px;
      transform: scale(0);
      width: 0.875rem; }

.form-checkbox:checked + .form-label::after,
.form-radio:checked + .form-label::after {
  opacity: 1;
  transform: scale(1); }

.form-checkbox[disabled] + .form-label,
.form-radio[disabled] + .form-label {
  cursor: default; }
  .form-checkbox[disabled] + .form-label::before,
  .form-radio[disabled] + .form-label::before {
    background-color: #ebebeb; }

.form-checkbox + .form-label::before {
  border-radius: 4px; }

.form-checkbox + .form-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(237, 28, 36, 0.999)' /%3E%3C/svg%3E");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  color: rgba(237, 28, 36, 0.999);
  content: "";
  font-size: 0.875rem;
  line-height: 1;
  text-align: center; }

.form-radio + .form-label::before {
  border-radius: 50%; }

.form-radio + .form-label::after {
  background: rgba(237, 28, 36, 0.999);
  border: 3px solid white;
  border-radius: 0.875rem; }

/*doc
---
title: Inputs with Extras
name: 08forms_inputextras
category: Forms
parent: forms
---

Sometimes inputs need inline actions. An inline button for a search box for example.

```html_example
<div class="form-field">
    <label class="form-label" for="input9">Input with action</label>
    <input class="form-input has-action" type="search" id="input9">
    <button class="button button--icon button--inputAction">
        <span class="u-hiddenVisually">Search</span>
        <icon glyph="ic-search" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"></path></svg></icon>
    </button>
</div>
```
*/
.form-input.has-action {
  float: left;
  padding-right: 2.875rem; }
  .form-input.has-action + .button--inputAction {
    background: transparent;
    border: 0;
    border-radius: 0 0 0 0;
    float: left;
    height: 2.875rem;
    margin: 0.0625rem 0 0 -2.9375rem;
    width: 2.875rem; }

/*doc
---
title: Inputs with Icons
name: 09forms_inputicons
category: Forms
parent: forms
---

Sometimes inputs need to display an informative icon to convey a certain meaning, like secure.

```html_example
<div class="form-field">
    <label class="form-label" for="input99">Input with icon</label>
    <input class="form-input has-icon" type="search" id="input9">
    <icon glyph="ic-lock" class="icon" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M18 8h-1V6c0-2.76-2.24-5-5-5S7 3.24 7 6v2H6c-1.1 0-2 .9-2 2v10c0 1.1.9 2 2 2h12c1.1 0 2-.9 2-2V10c0-1.1-.9-2-2-2zm-6 9c-1.1 0-2-.9-2-2s.9-2 2-2 2 .9 2 2-.9 2-2 2zm3.1-9H8.9V6c0-1.71 1.39-3.1 3.1-3.1 1.71 0 3.1 1.39 3.1 3.1v2z"></path></svg></icon>
</div>
```
*/
.form-input.has-icon {
  float: left;
  padding-right: 2.25rem; }
  .form-input.has-icon + .icon {
    height: 3rem;
    margin-left: -2.25rem;
    width: 1.25rem; }

/*doc
---
title: Form PrefixPostfix
name: 10forms_prefixpostfix
category: Forms
parent: forms
---

PrefixPostfix

```html_example
<div class="form-field">
    <label class="form-label" for="input4">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="input4" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input5">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="input5" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
</div>
```

### PrefixPostfix with a button

```html_example
<div class="form-field">
    <label class="form-label" for="input6">Prefixed Button</label>
    <div class="form-prefixPostfix">
        <input class="button form-prefixPostfix-button--prefix" type="submit" value="Save">
        <input class="form-input" id="input6" type="text" placeholder="Placeholder text">
    </div>
</div>

<div class="form-field">
    <label class="form-label" for="input7">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="input7" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
</div>
```
*/
.form-prefixPostfix {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-prefixPostfix .form-input {
    flex: 1; }
  .form-prefixPostfix .button {
    height: 3rem; }

.form-prefixPostfix-input {
  border-radius: 0 0 0 0; }

.form-prefixPostfix-label {
  background-color: white;
  border: solid #999999;
  border-width: 1px;
  flex: 1;
  font-weight: 300;
  height: 3rem;
  line-height: normal;
  max-width: 5.625rem;
  padding: 0.75rem;
  text-align: center; }

.form-prefixPostfix-label--prefix {
  border-radius: 0 0 0 0;
  border-width: 1px 0 1px 1px; }
  .form-prefixPostfix-label--prefix + .form-input {
    border-radius: 0 0 0 0; }

.form-prefixPostfix-label--postfix {
  border-radius: 0 0 0 0;
  border-width: 1px 1px 1px 0; }

.form-prefixPostfix-button--prefix {
  margin: 0 0.75rem 0 0; }

.form-prefixPostfix-button--postfix {
  margin: 0 0 0 0.75rem; }

/*doc
---
title: Form Switch
name: 11forms_switch
category: Forms
parent: forms
---

Switch

```html_example
<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-1" aria-describedby="switch-ariaDescription-2">
            <label class="switch-toggle" for="switch-1">
            </label>
            <span id="switch-ariaDescription-2" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--checked">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">On</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch">
            <input class="switch-checkbox" type="checkbox" id="switch-3" aria-describedby="switch-ariaDescription-4">
            <label class="switch-toggle" for="switch-3">
                <span class="switch-label">Off</span>
            </label>
            <span id="switch-ariaDescription-4" class="switch-ariaDescription">
                Switching this setting off will...
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>

<div class="form-field">
    <switch>
        <div class="switch switch--important switch--checked">
            <span class="switch-description--off">Down for Maintenance</span>
            <input class="switch-checkbox" type="checkbox" id="switch-7" aria-describedby="switch-ariaDescription-8">
            <label class="switch-toggle" for="switch-7">
            </label>
            <span class="switch-description--on">Open</span>
            <span id="switch-ariaDescription-8" class="switch-ariaDescription">
                Switching this setting to off will enter your store into maintenance mode.
            </span>
        </div>
    </switch>
</div>
```
*/
.switch-checkbox {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }
  .switch-checkbox:focus + .switch-toggle {
    border-color: #ed1c24;
    box-shadow: 0 0 4px rgba(237, 28, 36, 0.4); }

.switch-toggle {
  background-color: #757575;
  border: 1px solid #757575;
  border-radius: 1.75rem;
  cursor: pointer;
  display: inline-block;
  height: 1.75rem;
  position: relative;
  transition: all 100ms ease-out;
  vertical-align: middle;
  width: 3.75rem; }
  .switch--important .switch-toggle {
    background-color: #f1a500;
    border-color: #f1a500; }
  .switch--checked .switch-toggle {
    background-color: #008a06;
    border-color: #008a06; }
  .switch--disabled .switch-toggle {
    background-color: #e5e5e5;
    border-color: #959595;
    cursor: default; }

.switch-toggle::before {
  background: white;
  border-radius: 1.25003rem;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 1.25003rem;
  left: 0.18749rem;
  position: absolute;
  top: 0.18749rem;
  transition: all 100ms ease-out;
  width: 1.25003rem; }
  .switch--checked .switch-toggle::before {
    left: 2.18749rem; }

.switch-label {
  color: white;
  height: 26px;
  line-height: 1.6875;
  position: absolute;
  right: 0.375rem;
  text-transform: uppercase;
  transition: all 100ms ease-out; }
  .switch--checked .switch-label {
    font-weight: 600;
    left: 0.375rem;
    right: auto; }
  .switch--disabled .switch-label {
    color: #757575; }

.switch-label--icon.icon {
  height: 1.625rem;
  width: 1.625rem; }
  .switch-label--icon.icon svg {
    height: 1.625rem;
    width: 1.625rem;
    fill: white; }
    .switch--disabled .switch-label--icon.icon svg {
      fill: #757575; }

.switch-description--off {
  color: black;
  margin-right: 5px; }
  .switch--checked .switch-description--off {
    color: #757575; }

.switch-description--on {
  color: #757575;
  margin-left: 5px; }
  .switch--checked .switch-description--on {
    color: black; }

.switch-ariaDescription {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*doc
---
title: Form Actions
name: 14forms_actions
category: Forms
parent: forms
---

Forms require actions to submit or cancel (or what ever action a user should perform).
Form actions come in 2 flavours; normal and fixed.

```html_example
<div class="form-actions">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```

### Form Actions --fixed

```html_example
<div class="form-actions form-actions--fixed">
    <a href="#">Cancel</a>
    <button class="button">Reset</button>
    <button class="button button--primary">Submit</button>
</div>
```
*/
.form-actions {
  background: none;
  border: 0;
  text-align: center; }
  @media (min-width: 481px) {
    .form-actions {
      text-align: left; } }

.form-actions > * {
  display: inline-block;
  margin-bottom: 1rem;
  width: 100%; }
  @media (min-width: 481px) {
    .form-actions > * {
      vertical-align: baseline;
      width: auto; } }

@media (min-width: 481px) {
  .form-actions--fixed {
    background: white;
    border-top: 1px solid #999999;
    bottom: 0;
    left: 0;
    padding: 1.5rem 2rem;
    position: fixed;
    right: 0;
    text-align: right;
    z-index: 20; } }

/*doc
---
title: Form Errors
name: 12forms_errors
category: Forms
parent: forms
---

Form inline errors

```html_example
<div class="form-field form-field--success">
    <label class="form-label" for="valid_simple">Valid field</label>
    <input class="form-input" id="valid_simple" type="text" value="Some Valid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-check-circle" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z"></path></svg></icon>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_simple">Invalid field</label>
    <input class="form-input" id="invalid_simple" type="text" value="Some Invalid text">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_simple">
                This is not a valid email address
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--warning">
    <label class="form-label" for="warning_simple">Warning field</label>
    <input class="form-input" id="warning_simple" type="text" value="Text that generated a Warning">
    <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="warning_simple">
                Did you mean…
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_select">Select label</label>
    <select class="form-select" name="invalid_select" id="invalid_select">
        <option value="Please select a value">Please select a value</option>
        <option value="1">Option 1</option>
        <option value="2">Option 2</option>
    </select>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_select">
                You must select a value
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Checkbox label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check1">
    <label class="form-label" for="invalid_check1">Checkbox 1 label</label>
    <input class="form-checkbox" type="checkbox" id="invalid_check2">
    <label class="form-label" for="invalid_check2">Checkbox 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select one or more
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label">Radio label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio1">
    <label class="form-label" for="invalid_radio1">Radio 1 label</label>
    <input class="form-radio" type="radio" name="invalid_radio_example" id="invalid_radio2">
    <label class="form-label" for="invalid_radio2">Radio 2 label</label>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage">
                Please select an option
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_prefix">Prefixed Label <small>(Inc. tax)</small></label>
    <div class="form-prefixPostfix">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--prefix" id="prefixDesc1">AUD $</span>
        <input class="form-input form-prefixPostfix-input" id="invalid_prefix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc1">
        <icon class="form-input-indicator icon ng-isolate-scope" glyph="ic-error" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-2h2v2zm0-4h-2V7h2v6z"></path></svg></icon>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_prefix">
                Please input a dollar amount
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix">Postfixed Label</label>
    <div class="form-prefixPostfix">
        <input class="form-input form-prefixPostfix-input" id="invalid_postfix" type="text" placeholder="Placeholder text" aria-describedby="prefixDesc2">
        <span class="form-prefixPostfix-label form-prefixPostfix-label--postfix" id="prefixDesc2">KG</span>
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix">
                Please enter the weight in kilograms
            </label>
        </li>
    </ul>
</div>

<div class="form-field form-field--error">
    <label class="form-label" for="invalid_postfix_button">Postfixed Button</label>
    <div class="form-prefixPostfix">
        <input class="form-input" id="invalid_postfix_button" type="text" placeholder="Placeholder text">
        <input class="button form-prefixPostfix-button--postfix" type="submit" value="Save">
    </div>
    <ul class="form-field-errors">
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                This is a really long error message to give alot
                more detail to the user about what is wrong with this field.
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                Something else was wrong
            </label>
        </li>
        <li class="form-field-error">
            <label class="form-inlineMessage" for="invalid_postfix_button">
                You really messed up here
            </label>
        </li>
    </ul>
</div>
```
*/
.form-input-indicator {
  height: 1.375rem;
  width: 1.375rem;
  float: left;
  margin: 0 0 0 -1.875rem;
  position: relative;
  top: 0.625rem; }
  .form-prefixPostfix .form-input-indicator {
    top: 0; }
  .form-input-indicator > svg {
    fill: #008a06; }

.form-field-errors {
  list-style: none;
  margin-left: 0;
  margin-left: 0;
  clear: both;
  margin-bottom: 0;
  margin-top: 0.1875rem; }
  .form-field-errors ul,
  .form-field-errors ol {
    list-style: none;
    margin-bottom: 0; }

.form-inlineMessage {
  display: inline-block;
  line-height: 24px;
  margin: 0.375rem 0 -0.5rem;
  width: 100%; }

.form-field--success .form-input,
.form-field--error .form-input,
.form-field--warning .form-input {
  float: left; }

.form-field--success .form-input,
.form-field--success .form-select,
.form-field--success .form-checkbox + .form-label::before,
.form-field--success .form-radio + .form-label::before,
.form-field--success .form-prefixPostfix-label {
  border-color: #008a06; }

.form-field--success .form-field-error,
.form-field--success .form-inlineMessage {
  color: #008a06; }

.form-field--success .form-input-indicator > svg {
  fill: #008a06; }

.form-field--error .form-input,
.form-field--error .form-select,
.form-field--error .form-checkbox + .form-label::before,
.form-field--error .form-radio + .form-label::before,
.form-field--error .form-prefixPostfix-label {
  border-color: #cc4749; }

.form-field--error .form-field-error,
.form-field--error .form-inlineMessage {
  color: #cc4749; }

.form-field--error .form-input-indicator > svg {
  fill: #cc4749; }

.form-field--warning .form-input,
.form-field--warning .form-select,
.form-field--warning .form-checkbox + .form-label::before,
.form-field--warning .form-radio + .form-label::before,
.form-field--warning .form-prefixPostfix-label {
  border-color: #f1a500; }

.form-field--warning .form-field-error,
.form-field--warning .form-inlineMessage {
  color: #f1a500; }

.form-field--warning .form-input-indicator > svg {
  fill: #f1a500; }

/*doc
---
title: Panels
name: panel
category: Components
---

Panels are a simple container which is relatively positioned within the document which helps you section
your content. Panels may also have a header, which contains a related title to describe the contents.

```sass_file_example
src/settings/foundation/panels/_settings.scss
```
```html_example
<div class="panel">
    <div class="panel-header">
        <h2 class="panel-title">Panel Title</h2>
    </div>
    <div class="panel-body">
        <h2>Some Panel Content</h2>
        <p>Should be able to handle any type of content.</p>
    </div>
</div>
```
*/
.panel {
  position: relative; }

.panel-header {
  background-color: #333333;
  margin: 0;
  padding: 1.5rem 2rem 0; }

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

.panel-body {
  margin-bottom: 1.5rem;
  padding: 1rem 2rem 1.5rem;
  background: #333333; }
  .panel-body > :first-child {
    margin-top: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }
  .panel-body > :last-child {
    margin-bottom: 0; }

.breadcrumbs {
  display: block;
  list-style: none;
  margin-left: 0;
  overflow: hidden; }

.breadcrumb {
  color: #333333;
  float: left;
  font-size: 13px;
  line-height: 13px;
  margin: 0;
  line-height: 1.5; }
  .breadcrumb a {
    color: #333333; }
  .breadcrumb.current {
    color: #333333;
    cursor: default; }
    .breadcrumb.current a {
      color: #333333;
      cursor: default; }
    .breadcrumb.current:hover, .breadcrumb.current:hover a, .breadcrumb.current:focus, .breadcrumb.current:focus a {
      text-decoration: none; }
  .breadcrumb.unavailable {
    color: #959595; }
    .breadcrumb.unavailable a {
      color: #959595; }
    .breadcrumb.unavailable:hover,
    .breadcrumb.unavailable:hover a, .breadcrumb.unavailable:focus,
    .breadcrumb.unavailable a:focus {
      color: #959595;
      cursor: not-allowed;
      text-decoration: none; }
  .breadcrumb:before {
    color: #333333;
    content: "/";
    margin: 0;
    position: relative;
    top: 1px; }
  .breadcrumb:first-child:before {
    content: " ";
    margin: 0; }
  .breadcrumb::before {
    margin: 0 0.5rem; }
    @media (min-width: 481px) {
      .breadcrumb::before {
        margin: 0 0.5rem; } }

.breadcrumb-label {
  cursor: pointer; }
  .breadcrumb-label:hover {
    color: #ed1c24;
    text-decoration: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    color: #333333;
    cursor: default; }
  .breadcrumb.is-unavailable > .breadcrumb-label {
    color: #959595;
    cursor: default; }

.tabs {
  border-bottom: 1px solid #ebebeb;
  margin: 0; }
  .tabs:before, .tabs:after {
    content: " ";
    display: table; }
  .tabs:after {
    clear: both; }

.tab {
  border-bottom: #fafafa;
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative; }
  @media (min-width: 551px) {
    .tab {
      float: left; } }

.tab-title {
  color: #333333;
  display: block;
  font-size: 16px;
  padding: 0.75rem 1.5rem; }
  .tab-title:hover {
    color: #333333; }

.tab.is-active .tab-title {
  color: #333333;
  font-weight: 700; }

@media (min-width: 551px) {
  .tabs--vertical {
    border-bottom: 0;
    float: left;
    margin: 0 0 1.5rem;
    max-width: 20%;
    width: 20%; } }

.tabs--vertical .tab {
  float: none; }

.tabs-contents {
  margin-bottom: 1.5rem; }
  .tabs-contents:before, .tabs-contents:after {
    content: " ";
    display: table; }
  .tabs-contents:after {
    clear: both; }

@media (min-width: 551px) {
  .tabs-contents--vertical {
    float: left;
    max-width: 80%;
    padding-left: 1.5rem;
    width: 80%; }
    .tabs-contents--vertical > .tab-content {
      padding: 0 1.5rem; } }

.tab-content {
  display: none;
  padding: 1.5rem 0; }
  .tab-content.is-active {
    display: block; }

.no-js .tab-content {
  display: block;
  float: none; }

/*doc
---
title: Navigation
name: nav
category: Components
---

The navigation pattern holds a list of links wrapped in a navigation element. The links can help you navigate
the document, or the information architecture. Each link should modify the URL in some way.

```sass_file_example
src/settings/bigcommerce/nav/_settings.scss
```
We generate our own navigation abstractions through a `nav()` mixin. The mixin works as follows:

```scss_example
nav($style: "navBar", $wrapper: "nav")
```
Where:

 - `$style` - The type of navigation (a bar or list)
 - `$wrapper` - The wrapper of the navigation (usually nav, ul or ol)

There is also a `nav-action()` mixin, which when used will set the styles for any actionable items in your navigation list.

```scss_example
nav-action($color, $fontFamily, $fontSize, $padding)
```

*/
/*doc
---
title: Navigation Bar
name: navBar
parent: nav
category: Components
---

The Navigation Bar is a horizontal navigation component, useful for page navigation or any other primary content navigation.

```html_example
<nav class="navBar navBar--internal">
    <ul class="navBar-section">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 1</a>
        </li>
        <li class="navBar-item is-active">
            <a class="navBar-action" href="#">Item 2</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 3</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 4</a>
        </li>
    </ul>
    <ul class="navBar-section navBar-section--alt">
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 5</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 6</a>
        </li>
        <li class="navBar-item">
            <a class="navBar-action" href="#">Item 7</a>
        </li>
    </ul>
</nav>
```

You can create a navigation bar abstraction with the following mixin:

```scss_example
.pageNavigation {
    @include nav("navBar", "nav");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navBar:before, .navBar:after {
  content: " ";
  display: table; }

.navBar:after {
  clear: both; }

.navBar ul,
.navBar ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navBar ul ul,
  .navBar ul ol,
  .navBar ol ul,
  .navBar ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navBar ul li,
  .navBar ol li {
    margin: 0;
    padding: 0; }

.navBar-section {
  float: left; }
  .navBar-section:before, .navBar-section:after {
    content: " ";
    display: table; }
  .navBar-section:after {
    clear: both; }

.navBar-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navBar-section + .navBar-section {
  margin-left: 1.5rem; }

@media (min-width: 551px) {
  .navBar-item {
    float: left; } }

.navBar-item, .navBar-action {
  display: block; }

.navBar-action {
  color: black;
  font-size: 16px;
  padding: 0.75rem; }

/*doc
---
title: Navigation List
name: navList
parent: nav
category: Components
---

The Navigation List is a vertical navigation component, useful for secondary navigation like a list of child pages.

```html_example
<nav class="navList navList--aside">
    <ul class="navList-section">
        <li class="navList-item">
            <a class="navList-action" href="#">Item 1</a>
        </li>
        <li class="navList-item is-active">
            <a class="navList-action" href="#">Item 2</a>
            <ul class="navList-subSection">
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 1</a>
                </li>
                <li class="navList-item is-active">
                    <a class="navList-action" href="#">Sub-item 2</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 3</a>
                </li>
                <li class="navList-item">
                    <a class="navList-action" href="#">Sub-item 4</a>
                </li>
            </ul>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 3</a>
        </li>
        <li class="navList-item">
            <a class="navList-action" href="#">Sub-item 4</a>
        </li>
    </ul>
</nav>
```

You can create a navigation list abstraction with the following mixin:

```scss_example
.subPagesList {
    @include nav("navList", "ul");
    @include nav-action($navBar-action-color, $navBar-action-fontFamily, $navBar-action-fontSize, $navBar-action-padding);
}
```

*/
.navList:before, .navList:after {
  content: " ";
  display: table; }

.navList:after {
  clear: both; }

.navList ul,
.navList ol {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0; }
  .navList ul ul,
  .navList ul ol,
  .navList ol ul,
  .navList ol ol {
    list-style: none;
    margin-bottom: 0; }
  .navList ul li,
  .navList ol li {
    margin: 0;
    padding: 0; }

.navList-section:before, .navList-section:after {
  content: " ";
  display: table; }

.navList-section:after {
  clear: both; }

.navList-section--alt {
  float: right;
  margin-left: 1.5rem; }

.navList-section + .navList-section {
  margin-top: 1.5rem; }

.navList-item, .navList-action {
  display: block; }

.navList-action {
  color: #333333;
  font-size: 16px;
  padding: 0.1875rem 0; }

.pagination-list {
  display: block;
  margin-left: 0; }
  .pagination-list li {
    color: #333333;
    font-size: 1rem;
    margin-left: 0.375rem; }
    .pagination-list li a, .pagination-list li button {
      border-radius: 4px;
      transition: background-color 300ms ease-out;
      background: none;
      color: #333333;
      display: block;
      font-size: 1em;
      font-weight: normal;
      line-height: inherit;
      padding: 0.3125rem 0.5rem; }
  .pagination-list li {
    display: block; }

li.pagination-item {
  cursor: pointer; }
  li.pagination-item:first-child {
    margin-left: 0; }
  li.pagination-item a:hover {
    color: #333333; }

li.pagination-item--current a, li.pagination-item--current button {
  color: #333333;
  cursor: default; }

/*doc
---
title: Alerts
name: alerts
category: Components
---

Alerts can be used to inform users about the actions they perform, whether it's a successful message, a warning, error, or just information.
They can be displayed at a page level or inside a specific container. They will take the full width of their containers.

```sass_file_example
src/settings/foundation/alerts/_settings.scss
```

The alert box consists of three `alertBox-column`s: The `alertBox-icon` which contains the icon for the type of alert,
the `alertBox-message` which can contain the heading and text for the alert message, and `alertBox-close` which holds the close button.
You can set the vertical alignment of the columns in the setting variables.

```html_example
<div class="alertBox">
    <div class="alertBox-column alertBox-icon">
        <icon class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 15h-2v-6h2v6zm0-8h-2V7h2v2z"></path>
            </svg>
        </icon>
    </div>
    <div class="alertBox-column alertBox-message">
        <span>Generic alert</span>
    </div>
    <a class="alertBox-column alertBox-close" tabindex="0" href="#">
        <icon glyph="ic-close" class="icon" aria-hidden="true">
            <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24">
                <path d="M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z"></path>
            </svg>
        </icon>
    </a>
</div>
```
*/
.alertBox {
  border-style: none;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.75rem;
  padding: 0.75rem 1.125rem 0.75rem 1.125rem;
  position: relative;
  transition: opacity 300ms ease-out;
  background-color: #e5e5e5;
  border-color: #e5e5e5;
  color: white; }
  .alertBox .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox .button {
    margin: 0 0 0 0.75rem; }

.alertBox--info {
  background-color: #666666;
  border-color: #666666;
  color: #333333; }
  .alertBox--info svg {
    fill: #dfdfdf; }

.alertBox--success {
  background-color: #d5ffd8;
  border-color: #d5ffd8;
  color: white; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background-color: #fffdea;
  border-color: #fffdea;
  color: white; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--error {
  background-color: #ffdddd;
  border-color: #ffdddd;
  color: white; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox-column {
  display: table-cell;
  text-align: center;
  vertical-align: middle; }

.alertBox-icon {
  padding-right: 1.125rem; }

.alertBox-message {
  margin: 0;
  text-align: left;
  width: 100%; }

.alertBox-heading {
  margin: 0; }

.alertBox-close {
  cursor: pointer;
  padding-left: 1.125rem; }
  .alertBox-close .icon {
    height: 1.25rem;
    width: 1.25rem; }
  .alertBox-close svg {
    fill: #999999; }

/*doc
---
title: Accordion
name: accordion
category: Components
---
```html_example
<section class="accordion">
    <article heading="Dynamic Group Header - 1" class="is-open">
        <h2 class="accordion-navigation is-open">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 1
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
        <div class="accordion-content is-open">
            Dynamic Group Body - 1
        </div>
    </article>
    <article heading="Dynamic Group Header - 2">
        <h2 class="accordion-navigation">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 2
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
<article heading="Dynamic Group Header - 3">
        <h2 class="accordion-navigation accordion-navigation--error">
            <a href="javascript:void(0)" class="accordion-title">
                Dynamic Group Header - 3
                <icon class="accordion-indicator icon" glyph="ic-remove" aria-hidden="true"><svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path d="M19 13H5v-2h14v2z"></path></svg></icon>
            </a>
        </h2>
    </article>
</section>
```

```sass_file_example
src/settings/foundation/accordion/_settings.scss
```
*/
.accordion {
  margin-bottom: 0;
  border: #ebebeb solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
  margin: 0 0 1.5rem; }
  .accordion:before, .accordion:after {
    content: " ";
    display: table; }
  .accordion:after {
    clear: both; }

.accordion-navigation {
  display: block;
  margin-bottom: 0 !important;
  border: #ebebeb solid;
  border-width: 1px 0;
  cursor: pointer; }
  .accordion-navigation.is-open > a {
    background: white;
    color: black; }
  .accordion-navigation > a {
    background: white;
    color: #333333;
    padding: 1.875rem;
    display: block;
    font-family: "Poppins", Arial, Helvetica, sans-serif;
    font-size: 1rem; }
    .accordion-navigation > a:hover {
      background: #333333; }
  .accordion-navigation .accordion-title {
    padding: 1.5rem 1.875rem; }

.accordion-title {
  font-weight: 700;
  line-height: 24px; }

.accordion-content {
  display: none;
  padding: 2rem;
  border: #ebebeb solid;
  border-width: 0 0 1px; }
  .accordion-content.is-open {
    display: block; }

.accordion-navigation--success .accordion-title,
.accordion-navigation--success.is-open > a {
  color: #008a06; }

.accordion-navigation--error .accordion-title,
.accordion-navigation--error.is-open > a {
  color: #cc4749; }

.accordion-navigation--warning .accordion-title,
.accordion-navigation--warning.is-open > a {
  color: #f1a500; }

body.has-activeModal {
  overflow: hidden; }

.modal-background {
  background: black;
  background: rgba(51, 51, 51, 0.95);
  bottom: 0;
  display: none;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1004;
  left: 0; }
  .has-activeModal .modal-background {
    display: block; }

.modal {
  border-radius: 0;
  display: none;
  position: absolute;
  top: 0;
  visibility: hidden;
  width: 100%;
  z-index: 1005;
  left: 0;
  background-color: #fafafa;
  padding: 2.25rem 2.25rem;
  border: solid 0 #ebebeb;
  box-shadow: none;
  max-height: 80%;
  overflow: auto;
  position: fixed; }
  @media only screen and (max-width: 551px) {
    .modal {
      min-height: 100vh; } }
  .modal .column, .modal .columns {
    min-width: 0; }
  .modal > :first-child {
    margin-top: 0; }
  .modal > :last-child {
    margin-bottom: 0; }
  @media only screen and (min-width: 551px) {
    .modal {
      left: 0;
      margin: 0 auto;
      max-width: 80%;
      right: 0;
      width: 900px; } }
  @media only screen and (min-width: 551px) {
    .modal {
      top: 50% !important; } }
  @media (min-width: 551px) {
    .modal {
      transform: translateY(-50%); } }

.modal--large {
  max-height: 90%;
  width: 1280px; }

.modal--small {
  width: 500px; }

.modal-header {
  border-bottom: 1px solid #ebebeb;
  padding: 1rem 0;
  position: relative; }

.modal-header-title {
  margin: 0; }

.modal-body {
  padding: 3rem 0; }
  .modal-body > :last-child {
    margin-bottom: 0; }

.modal-footer {
  border-top: 1px solid #ebebeb;
  padding: 0.75rem 1.5rem;
  text-align: center; }
  @media (min-width: 481px) {
    .modal-footer {
      text-align: right; } }
  .modal-footer .button {
    display: block; }
    @media (min-width: 481px) {
      .modal-footer .button {
        display: inline-block;
        margin-bottom: 0; } }

.modal-footer-link {
  display: inline-block;
  font-size: 16px;
  margin: 0 0 0.75rem; }
  @media (min-width: 481px) {
    .modal-footer-link {
      display: inline;
      margin: 1.5rem; } }

.modal-close {
  color: #666666;
  cursor: pointer;
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 1.05rem;
  right: 0.75rem;
  transform: translateY(none); }
  .modal-close .icon {
    height: 1.25rem;
    width: 1.25rem; }

@media print {
  .modal {
    background: #FFFFFF !important;
    display: none; } }

.loadingNotification {
  left: 50%;
  position: fixed;
  text-align: center;
  top: 3rem;
  transform: translateX(-50%);
  transform-style: preserve-3d;
  transition: all 200ms ease-out;
  z-index: 500; }
  .loadingNotification.ng-hide-remove, .loadingNotification.ng-hide-add-active {
    opacity: 0;
    top: 3.6rem;
    transform: scale(0.9) translateX(-50%); }
  .loadingNotification.ng-hide-remove-active {
    opacity: 1;
    top: 3rem;
    transform: scale(1) translateX(-50%); }

.loadingNotification-label {
  background: #666666;
  border-radius: 4px;
  color: white;
  display: inline-block;
  font-size: 16px;
  padding: 0.375rem 0.75rem; }

.loadingOverlay-container {
  min-height: 120px;
  position: relative; }

.loadingOverlay {
  background: rgba(51, 51, 51, 0.9);
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%; }
  .loadingOverlay::before {
    height: 2.5rem;
    width: 2.5rem;
    border-radius: 2.5rem;
    border: solid 2px;
    border-color: white white #333333 #333333;
    content: "";
    display: block;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    transform-style: preserve-3d;
    animation: spin 500ms infinite cubic-bezier(0.69, 0.31, 0.56, 0.83); }
  .loadingOverlay.ng-enter, .loadingOverlay.ng-leave.ng-leave-active {
    opacity: 0; }
  .loadingOverlay.ng-leave, .loadingOverlay.ng-enter.ng-enter-active {
    opacity: 1; }

@keyframes spin {
  0% {
    transform: translateY(-50%) rotate(0deg); }
  100% {
    transform: translateY(-50%) rotate(360deg); } }

/*doc
---
title: ActionBar
name: action_bar
category: Patterns
---
```html_example
<div class="actionBar">
    <div class="actionBar-section">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <input class="form-input has-action" type="search" placeholder="Search">
                <button class="button button--icon button--inputAction">
                    <span class="is-srOnly">Search</span>
                    <icon glyph="ic-search"></icon>
                </button>
            </div>
            <a href="#" class="actionBar-item">Advanced</a>
        </fieldset>
    </div>
    <div class="actionBar-section actionBar-section--alt">
        <fieldset class="form-fieldset">
            <div class="actionBar-item form-field">
                <div class="buttonGroup">
                    <button class="button">
                        All
                    </button>
                    <button class="button">
                        Free
                    </button>
                    <button class="button">
                        Paid
                    </button>
                </div>
            </div>
            <div class="actionBar-item form-field">
                <label class="form-label" for="select1">Sort by</label>
                <select class="form-select" name="select1" id="select1">
                    <option value="1">Popular</option>
                    <option value="2">Newest</option>
                </select>
            </div>
        </fieldset>
    </div>
</div>
```

```sass_file_example
src/settings/bigcommerce/actionBar/_settings.scss
```
*/
.actionBar {
  margin: 1.5rem 0; }
  .actionBar:before, .actionBar:after {
    content: " ";
    display: table; }
  .actionBar:after {
    clear: both; }
  .actionBar .button {
    margin-bottom: 0; }
  .actionBar .buttonGroup {
    vertical-align: middle; }

.actionBar-link {
  display: block;
  padding: 0.75rem 0; }

.actionBar-section:before, .actionBar-section:after {
  content: " ";
  display: table; }

.actionBar-section:after {
  clear: both; }

@media (min-width: 551px) {
  .actionBar-section {
    float: left; }
    .actionBar-section .form-label {
      display: inline-block;
      margin: 0 0.375rem 0 0; }
    .actionBar-section .form-select,
    .actionBar-section .form-input {
      display: inline-block;
      width: 12.5rem; } }

@media (min-width: 551px) {
  .actionBar-section--alt {
    float: right; } }

.actionBar-item {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .actionBar-item {
      display: inline-block;
      margin-bottom: 0;
      margin-right: 1.5rem;
      vertical-align: middle; }
      .actionBar-item:last-child {
        margin-right: 0; } }

/*doc
---
title: Cards
name: cards
category: Components
---

Cards are a typical component consisting of a figure and a short snippet of descriptive text.
This could include a heading and a caption or definition, and perhaps a call to action
or other actionable functions.

```sass_file_example
src/settings/bigcommerce/cards/_settings.scss
```
```html_example
<article class="card">
    <figure class="card-figure">
        <img class="card-image" src="http://lorempixel.com/960/360/sports/" alt="Example card image">
        <figcaption class="card-figcaption">
            <a class="card-figcaption-action" href="#">
                <div class="card-figcaption-body">
                    <span class="button card-figcaption-button">Learn more</span>
                </div>
            </a>
        </figcaption>
    </figure>
    <div class="card-body">
        <h2 class="card-title">20% Off First Design Project</h2>
        <h3 class="card-subTitle">Custom Designs</h3>
        <p class="card-text">
            Be seen by customers at the very moment that
            they are searching on Google for the things you offer.
        </p>
    </div>
</article>
```
*/
.card {
  background-color: transparent;
  margin-bottom: 3rem;
  padding: 0 0; }

.card-figure {
  background-color: white;
  margin-bottom: 0;
  padding: 0 0;
  position: relative; }

.card-image {
  border: 1px solid #999999;
  width: 100%; }

.card-figcaption {
  bottom: 0;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0; }
  .card-figcaption:hover {
    opacity: 1; }

.card-figcaption-action {
  display: block;
  height: 100%; }

.card-figcaption-body {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  transform-style: preserve-3d; }
  .card-figcaption-body > :first-child {
    margin-top: 0; }
  .card-figcaption-body > :last-child {
    margin-bottom: 0; }
  .card-figcaption-body .card-text {
    color: #333333; }

.card-figcaption-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .card-figcaption-button:hover {
    background-color: white;
    color: #333333; }

.card-body {
  padding: 0.75rem 0 0; }
  .card-body > :first-child {
    margin-top: 0; }
  .card-body > :last-child {
    margin-bottom: 0; }
  .card-body .card-text {
    color: #333333; }

.card-surTitle {
  float: right;
  margin-left: 1.5rem;
  max-width: 40%;
  text-align: right; }

.card-footer {
  background-color: transparent;
  margin: 0; }
  .card-footer:before, .card-footer:after {
    content: " ";
    display: table; }
  .card-footer:after {
    clear: both; }

.card-button {
  margin-bottom: 0; }

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

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

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

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

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

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

/* Slider */
.slick-loading .slick-list {
  background: #fff center center no-repeat; }

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 0.8; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.6; }
  .slick-prev:before,
  .slick-next:before {
    font-family: inherit;
    font-size: 20px;
    line-height: 1;
    color: #ed1c24;
    opacity: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: ""; }
    [dir="rtl"] .slick-next:before {
      content: ""; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 0.8; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        width: 20px;
        height: 20px;
        font-family: inherit;
        font-size: 60px;
        line-height: 20px;
        text-align: center;
        color: #333333;
        opacity: 0.6;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #333333;
      opacity: 1; }

.slick-next,
.slick-prev {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  border: 1px solid white;
  height: 3.8125rem;
  margin-top: -0.9375rem;
  padding: 0.625rem;
  width: 2.5rem; }
  .slick-next::before,
  .slick-prev::before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    height: 2.5625rem;
    width: 1.25rem; }
  .slick-next:hover, .slick-next:focus,
  .slick-prev:hover,
  .slick-prev:focus {
    background-color: white;
    background-color: rgba(255, 255, 255, 0.9);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%; }

.slick-next {
  right: -10px; }
  @media (min-width: 1261px) {
    .slick-next {
      right: -3.375rem; } }
  .slick-next::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='%23ed1c24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-next:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMS40NTY3OSAxLjAwNzQ2MTQ3bDIxIDIwLjAyNDgyMTQzTDEuNTA4ODUgNDEuMDA3NDYxNSIgc3Ryb2tlPSIjOTg5ODk4IiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+"); }

.slick-prev {
  left: -15px; }
  @media (min-width: 1261px) {
    .slick-prev {
      left: -3.375rem; } }
  .slick-prev::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='%23ed1c24' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .slick-prev:hover::before {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAyNCA0MiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMjIuNDU3MjA3NCAxLjAwNzQ2MTQ3bC0yMSAyMC4wMjQ4MjE0MyAyMC45NDc5Mzk3IDE5Ljk3NTE3ODYiIHN0cm9rZT0iIzk4OTg5OCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg=="); }

.slick-slide img {
  display: block;
  width: 100%; }

.slick-dots {
  margin: 0; }
  .slick-dots li {
    height: 2rem;
    width: 2rem;
    margin: 0;
    padding: 0.3125rem; }
    .slick-dots li button,
    .slick-dots li button::before {
      height: 0.9375rem;
      width: 0.9375rem;
      border-radius: 50%; }
    .slick-dots li button {
      border: 1px solid #333333;
      display: inline-block;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      vertical-align: middle; }
      .slick-dots li button:hover::before {
        background: #333333; }
    .slick-dots li button::before {
      display: block;
      left: -1px;
      top: -1px;
      transition: background 100ms ease-out; }
    .slick-dots li.slick-active button::before {
      background: #333333; }

.productView .slick-dots {
  position: relative; }

.slick-disabled {
  cursor: default;
  opacity: 0.1; }

.slick-track {
  backface-visibility: hidden;
  perspective: 1000px; }

.nanobar {
  width: 100%;
  height: 0.3125rem;
  z-index: 9999;
  top: 0;
  pointer-events: none;
  user-select: none; }
  .nanobar .bar {
    width: 0;
    height: 100%;
    transition: height .1s;
    background-color: #333333; }

body.swal2-shown {
  overflow-y: hidden; }

body.swal2-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.swal2-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 10px;
  background-color: transparent;
  z-index: 1060; }
  .swal2-container.swal2-top {
    align-items: flex-start; }
  .swal2-container.swal2-top-left {
    align-items: flex-start;
    justify-content: flex-start; }
  .swal2-container.swal2-top-right {
    align-items: flex-start;
    justify-content: flex-end; }
  .swal2-container.swal2-center {
    align-items: center; }
  .swal2-container.swal2-center-left {
    align-items: center;
    justify-content: flex-start; }
  .swal2-container.swal2-center-right {
    align-items: center;
    justify-content: flex-end; }
  .swal2-container.swal2-bottom {
    align-items: flex-end; }
  .swal2-container.swal2-bottom-left {
    align-items: flex-end;
    justify-content: flex-start; }
  .swal2-container.swal2-bottom-right {
    align-items: flex-end;
    justify-content: flex-end; }
  .swal2-container.swal2-grow-fullscreen > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-self: stretch;
    justify-content: center; }
  .swal2-container.swal2-grow-row > .swal2-modal {
    display: flex !important;
    flex: 1;
    align-content: center;
    justify-content: center; }
  .swal2-container.swal2-grow-column {
    flex: 1;
    flex-direction: column; }
    .swal2-container.swal2-grow-column.swal2-top, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-bottom {
      align-items: center; }
    .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-bottom-left {
      align-items: flex-start; }
    .swal2-container.swal2-grow-column.swal2-top-right, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-bottom-right {
      align-items: flex-end; }
    .swal2-container.swal2-grow-column > .swal2-modal {
      display: flex !important;
      flex: 1;
      align-content: center;
      justify-content: center; }
  .swal2-container:not(.swal2-top):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-left):not(.swal2-bottom-right) > .swal2-modal {
    margin: auto; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .swal2-container .swal2-modal {
      margin: 0 !important; } }
  .swal2-container.swal2-fade {
    transition: background-color .1s; }
  .swal2-container.swal2-shown {
    background-color: rgba(0, 0, 0, 0.4); }

.swal2-modal {
  flex-direction: column;
  background-color: #fff;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border-radius: 5px;
  box-sizing: border-box;
  text-align: center;
  overflow-x: hidden;
  overflow-y: auto;
  display: none;
  position: relative;
  max-width: 100%; }
  .swal2-modal:focus {
    outline: none; }
  .swal2-modal.swal2-loading {
    overflow-y: hidden; }
  .swal2-modal .swal2-title {
    color: #595959;
    font-size: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: none;
    position: relative;
    margin: 0 0 .4em;
    padding: 0;
    display: block;
    word-wrap: break-word; }
  .swal2-modal .swal2-buttonswrapper {
    margin-top: 15px; }
    .swal2-modal .swal2-buttonswrapper:not(.swal2-loading) .swal2-styled[disabled] {
      opacity: .4;
      cursor: no-drop; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-confirm {
      box-sizing: border-box;
      border: 4px solid transparent;
      border-color: transparent;
      width: 40px;
      height: 40px;
      padding: 0;
      margin: 7.5px;
      vertical-align: top;
      background-color: transparent !important;
      color: transparent;
      cursor: default;
      border-radius: 100%;
      animation: rotate-loading 1.5s linear 0s infinite normal;
      user-select: none; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading .swal2-styled.swal2-cancel {
      margin-left: 30px;
      margin-right: 30px; }
    .swal2-modal .swal2-buttonswrapper.swal2-loading :not(.swal2-styled).swal2-confirm::after {
      display: inline-block;
      content: '';
      margin-left: 5px;
      vertical-align: -1px;
      height: 15px;
      width: 15px;
      border: 3px solid #999999;
      box-shadow: 1px 1px 1px #fff;
      border-right-color: transparent;
      border-radius: 50%;
      animation: rotate-loading 1.5s linear 0s infinite normal; }
  .swal2-modal .swal2-styled {
    border: 0;
    border-radius: 3px;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 32px; }
    .swal2-modal .swal2-styled:focus {
      outline: none;
      box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }
  .swal2-modal .swal2-image {
    margin: 20px auto;
    max-width: 100%; }
  .swal2-modal .swal2-close {
    background: rgba(0, 0, 0, 0);
    border: 0;
    margin: 0;
    padding: 0;
    width: 38px;
    height: 40px;
    font-size: 36px;
    line-height: 40px;
    font-family: serif;
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
    color: #cccccc;
    transition: color .1s ease; }
    .swal2-modal .swal2-close:hover {
      color: #d55; }
  .swal2-modal > .swal2-input,
  .swal2-modal > .swal2-file,
  .swal2-modal > .swal2-textarea,
  .swal2-modal > .swal2-select,
  .swal2-modal > .swal2-radio,
  .swal2-modal > .swal2-checkbox {
    display: none; }
  .swal2-modal .swal2-content {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    position: relative;
    float: none;
    margin: 0;
    padding: 0;
    line-height: normal;
    color: #545454;
    word-wrap: break-word; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea,
  .swal2-modal .swal2-select,
  .swal2-modal .swal2-radio,
  .swal2-modal .swal2-checkbox {
    margin: 20px auto; }
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-textarea {
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    border-radius: 3px;
    border: 1px solid #d9d9d9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
    transition: border-color .3s, box-shadow .3s; }
    .swal2-modal .swal2-input.swal2-inputerror,
    .swal2-modal .swal2-file.swal2-inputerror,
    .swal2-modal .swal2-textarea.swal2-inputerror {
      border-color: #f27474 !important;
      box-shadow: 0 0 2px #f27474 !important; }
    .swal2-modal .swal2-input:focus,
    .swal2-modal .swal2-file:focus,
    .swal2-modal .swal2-textarea:focus {
      outline: none;
      border: 1px solid #b4dbed;
      box-shadow: 0 0 3px #c4e6f5; }
    .swal2-modal .swal2-input::placeholder,
    .swal2-modal .swal2-file::placeholder,
    .swal2-modal .swal2-textarea::placeholder {
      color: #cccccc; }
  .swal2-modal .swal2-range input {
    float: left;
    width: 80%; }
  .swal2-modal .swal2-range output {
    float: right;
    width: 20%;
    font-size: 20px;
    font-weight: 600;
    text-align: center; }
  .swal2-modal .swal2-range input,
  .swal2-modal .swal2-range output {
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    margin: 20px auto;
    padding: 0; }
  .swal2-modal .swal2-input {
    height: 43px;
    padding: 0 12px; }
    .swal2-modal .swal2-input[type='number'] {
      max-width: 150px; }
  .swal2-modal .swal2-file {
    font-size: 20px; }
  .swal2-modal .swal2-textarea {
    height: 108px;
    padding: 12px; }
  .swal2-modal .swal2-select {
    color: #545454;
    font-size: inherit;
    padding: 5px 10px;
    min-width: 40%;
    max-width: 100%; }
  .swal2-modal .swal2-radio {
    border: 0; }
    .swal2-modal .swal2-radio label:not(:first-child) {
      margin-left: 20px; }
    .swal2-modal .swal2-radio input,
    .swal2-modal .swal2-radio span {
      vertical-align: middle; }
    .swal2-modal .swal2-radio input {
      margin: 0 3px 0 0; }
  .swal2-modal .swal2-checkbox {
    color: #545454; }
    .swal2-modal .swal2-checkbox input,
    .swal2-modal .swal2-checkbox span {
      vertical-align: middle; }
  .swal2-modal .swal2-validationerror {
    background-color: #f0f0f0;
    margin: 0 -20px;
    overflow: hidden;
    padding: 10px;
    color: gray;
    font-size: 16px;
    font-weight: 300;
    display: none; }
    .swal2-modal .swal2-validationerror::before {
      content: '!';
      display: inline-block;
      width: 24px;
      height: 24px;
      border-radius: 50%;
      background-color: #ea7d7d;
      color: #fff;
      line-height: 24px;
      text-align: center;
      margin-right: 10px; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  box-sizing: content-box;
  cursor: default;
  user-select: none; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        transform: rotate(-45deg);
        transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        transform: rotate(-45deg);
        transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      border-radius: 50%;
      box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        transform: rotate(-45deg); }

.swal2-progresssteps {
  font-weight: 600;
  margin: 0 0 20px;
  padding: 0; }
  .swal2-progresssteps li {
    display: inline-block;
    position: relative; }
  .swal2-progresssteps .swal2-progresscircle {
    background: #3085d6;
    border-radius: 2em;
    color: #fff;
    height: 2em;
    line-height: 2em;
    text-align: center;
    width: 2em;
    z-index: 20; }
    .swal2-progresssteps .swal2-progresscircle:first-child {
      margin-left: 0; }
    .swal2-progresssteps .swal2-progresscircle:last-child {
      margin-right: 0; }
    .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
      background: #3085d6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
        background: #add8e6; }
      .swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
        background: #add8e6; }
  .swal2-progresssteps .swal2-progressline {
    background: #3085d6;
    height: .4em;
    margin: 0 -1px;
    z-index: 10; }

[class^='swal2'] {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7); }
  45% {
    transform: scale(1.05); }
  80% {
    transform: scale(0.95); }
  100% {
    transform: scale(1); } }

@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
    opacity: 1; }
  100% {
    transform: scale(0.5);
    opacity: 0; } }

.swal2-show {
  animation: showSweetAlert .3s; }
  .swal2-show.swal2-noanimation {
    animation: none; }

.swal2-hide {
  animation: hideSweetAlert .15s forwards; }
  .swal2-hide.swal2-noanimation {
    animation: none; }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg); }
  5% {
    transform: rotate(-45deg); }
  12% {
    transform: rotate(-405deg); }
  100% {
    transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  animation: rotatePlaceholder 4.25s ease-in; }

@keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

.swal2-animate-error-icon {
  animation: animate-error-icon .5s; }

@keyframes animate-x-mark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    transform: scale(1.15);
    margin-top: -6px; }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  animation: animate-x-mark .5s; }

@keyframes rotate-loading {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.swal2-modal {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Poppins", Arial, Helvetica, sans-serif; }
  .swal2-modal .swal2-title {
    color: #333333;
    font-size: 4.125rem; }
  .swal2-modal .swal2-content {
    color: #333333;
    font-size: 1.125rem; }
  .swal2-modal .swal2-file,
  .swal2-modal .swal2-input,
  .swal2-modal .swal2-textarea {
    border: 1px solid #ebebeb;
    color: #333333; }
  .swal2-modal .swal2-checkbox,
  .swal2-modal .swal2-select {
    color: #333333; }
  .swal2-modal .swal2-buttonswrapper {
    margin: 25px 0 0; }
  .swal2-modal .swal2-styled {
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    background-color: white;
    border-color: #ebebeb;
    color: #333333;
    font-size: 1rem;
    padding: 0.875rem 2.25rem;
    border-radius: 4px;
    line-height: 1rem;
    outline: none;
    transition: all 0.15s ease;
    vertical-align: middle; }
    .swal2-modal .swal2-styled:hover, .swal2-modal .swal2-styled:focus, .swal2-modal .swal2-styled.is-active, .swal2-modal .swal2-styled.active {
      background-color: white;
      border-color: #ed1c24;
      color: #333333; }
    .swal2-modal .swal2-styled:active {
      background-color: white;
      border: 1px solid #ed1c24;
      color: #333333; }
  .swal2-modal .swal2-styled:focus {
    outline: none; }
  .swal2-modal .swal2-cancel {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: white; }
  .swal2-modal .swal2-cancel:focus,
  .swal2-modal .swal2-cancel:hover {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: white; }
  .swal2-modal .swal2-cancel:active {
    background-color: #ed1c24;
    border-color: #ed1c24;
    color: white; }
  .swal2-modal .swal2-confirm {
    background-color: transparent;
    border-color: #ebebeb;
    color: #333333; }
  .swal2-modal .swal2-confirm:focus,
  .swal2-modal .swal2-confirm:hover {
    background-color: transparent;
    border-color: #ed1c24;
    color: #333333; }
  .swal2-modal .swal2-confirm:active {
    background-color: transparent;
    border-color: #ed1c24;
    color: #333333; }
  .swal2-modal .button + .button {
    margin-left: 0.75rem; }

html,
body {
  height: auto; }

body {
  padding-top: 55px; }
  @media (min-width: 801px) {
    body {
      padding-top: 0; } }

figure {
  margin-bottom: 2rem;
  margin-top: 2rem; }
  figure > figcaption {
    margin-bottom: -0.5rem; }

figcaption {
  color: #959595;
  margin-top: 0.75rem; }

body {
  font-size: 1rem;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  margin-top: 2.25rem;
  text-transform: none; }

a {
  transition: color 0.15s ease; }

cite {
  line-height: 1.5;
  margin: 0.5rem 0 0; }

.page-heading {
  margin: 1.875rem 0 1.875rem;
  text-align: center; }

h1 {
  font-size: 64px; }

h2 {
  font-size: 48px; }

h3 {
  font-size: 36px; }

h4 {
  font-size: 24px; }

h5 {
  font-size: 16px; }

h6 {
  font-size: 13px; }

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

.definitionList:after {
  clear: both; }

.definitionList-key {
  color: #333333;
  float: left;
  font-weight: 400;
  margin: 0 0.375rem 0 0; }

.definitionList-value {
  margin: 0; }

.form-select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.5625rem top 0.6875rem;
  border-radius: 4px;
  padding: 0.75rem 3rem 0.75rem 1rem; }

.form-label small {
  float: right;
  margin-top: 0.375rem; }

.form-label--inlineSmall small {
  color: #333333;
  float: none;
  font-size: inherit;
  font-weight: 400;
  margin-left: 0.375rem;
  text-transform: none; }

.table {
  margin-top: 2rem; }
  .table td + td {
    border-left: 1px solid #ebebeb; }
  .table .table-alignCenter {
    text-align: center; }
  .table .table-alignRight {
    text-align: right; }

.table-actions {
  margin: 1.5rem;
  text-align: center; }
  .table-actions .form {
    margin-bottom: 0; }
  .table-actions .button {
    display: block;
    margin-left: 0;
    margin-right: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .table-actions .button {
        display: inline-block;
        margin-bottom: 0;
        width: auto; } }
    @media (min-width: 551px) {
      .table-actions .button + .button {
        margin-left: 0.375rem; } }

.table--line {
  border-color: #ebebeb;
  border-width: 0 0 1px; }
  .table--line .table-thead {
    background-color: #fafafa;
    border-color: #ebebeb;
    border-width: 0 0 1px; }
    .table--line .table-thead tr th {
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line .table-thead tr th {
          text-align: center; }
          .table--line .table-thead tr th:first-child {
            text-align: left; }
          .table--line .table-thead tr th:last-child {
            text-align: right; } }
      .table--line .table-thead tr th + th {
        padding-left: 1.5rem; }
  .table--line tr {
    border-color: 1px solid #ebebeb; }
    .table--line tr td {
      display: block;
      padding-left: 0;
      padding-right: 0; }
      @media (min-width: 551px) {
        .table--line tr td {
          text-align: center; }
          .table--line tr td:first-child {
            text-align: left; }
          .table--line tr td:last-child {
            text-align: right; } }
      .table--line tr td + td {
        padding-left: 1.5rem; }
  .table--line td + td {
    border-left: 0; }

.dropdown {
  left: -9999px;
  outline: none;
  position: absolute; }

.dropdown-menu {
  width: max-content; }
  .dropdown-menu.is-loading .loadingOverlay {
    background: none;
    padding: 4.5rem 0;
    position: relative; }
  .dropdown-menu.is-open {
    display: block; }

.dropdown-menu-item {
  text-align: left; }
  .dropdown-menu-item:first-child > a {
    padding-top: 0.75rem; }
  .dropdown-menu-item:last-child > a {
    padding-bottom: 1rem; }
  .dropdown-menu-item > a {
    margin: 0;
    padding: 0.25rem 1.125rem;
    text-decoration: none; }

.form-wishlist {
  position: relative; }

.dropdown-menu-button {
  width: 100%; }
  .dropdown-menu-button.is-open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; }
  .dropdown-menu-button .icon {
    float: right;
    margin-left: 10px; }

#wishlist-dropdown.is-open {
  background: transparent;
  left: auto !important;
  max-width: none !important;
  width: 100% !important; }
  @media (min-width: 551px) {
    #wishlist-dropdown.is-open {
      padding-right: 20px; } }
  @media (min-width: 801px) {
    #wishlist-dropdown.is-open {
      padding-right: 0px; } }
  @media (min-width: 1261px) {
    #wishlist-dropdown.is-open {
      padding-right: 11px; } }
  #wishlist-dropdown.is-open:focus {
    outline: none; }
  #wishlist-dropdown.is-open [data-wishlist] {
    border-top: none;
    margin-bottom: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button {
    background-color: white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%; }
  #wishlist-dropdown.is-open .button--has-items {
    font-weight: 700; }
  #wishlist-dropdown.is-open li:not(:last-child) .button {
    border-bottom: none;
    border-radius: 0px;
    border-top: none;
    margin-bottom: 0px; }

.modal {
  margin: 0 auto;
  max-height: 90%;
  max-width: 95%;
  min-height: 240px;
  outline: none;
  overflow: hidden;
  padding: 0; }

@media (min-width: 1261px) {
  .modal--large {
    width: 1280px; } }

.modal-header {
  padding-left: 2.25rem;
  padding-right: 2.75rem; }

.modal-header-title {
  font-size: 36px;
  text-align: center; }
  @media (min-width: 801px) {
    .modal-header-title {
      font-size: 48px; } }

.modal-close {
  height: 1.5rem;
  width: 1.5rem;
  color: #1a1a1a;
  padding: 0;
  position: absolute;
  text-align: center;
  text-decoration: none;
  z-index: 50;
  right: 0.375rem;
  top: 0.375rem;
  margin: auto; }
  .modal-close:hover {
    color: #ed1c24; }

.modal-body {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2.25rem 2.25rem; }

.modal--alert {
  background-color: white !important;
  border-radius: 4px;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  padding: 40px 20px 20px 20px;
  text-align: center; }
  .modal--alert .modal-content {
    color: #333333;
    font-size: 1.125rem; }
  .modal--alert .button-container {
    margin: 25px 0 0; }
    .modal--alert .button-container .confirm {
      background-color: #ed1c24;
      border-color: #ed1c24;
      color: white; }
    .modal--alert .button-container .confirm:focus, .modal--alert .button-container .confirm:hover {
      background-color: #ed1c24;
      border-color: #ed1c24;
      color: white; }
    .modal--alert .button-container .confirm:active {
      background-color: #ed1c24;
      border-color: #ed1c24;
      color: white; }

.breadcrumbs {
  display: none;
  font-size: 0;
  text-align: center; }
  @media (min-width: 551px) {
    .breadcrumbs {
      display: block; } }

.breadcrumb {
  display: inline-block;
  float: none; }
  .breadcrumb.is-active > .breadcrumb-label {
    cursor: text; }

.breadcrumb-label {
  text-decoration: none; }

.panel-title {
  font-size: 24px; }

.panel--large .panel-body {
  margin-bottom: 2rem;
  padding: 2rem; }

.pagination-list {
  font-size: 0;
  margin-bottom: 1.5rem;
  text-align: center; }
  .pagination-list:before, .pagination-list:after {
    content: " ";
    display: table; }
  .pagination-list:after {
    clear: both; }
  .pagination-list .pagination-item {
    display: inline-block; }

.pagination-item {
  border: 1px solid transparent;
  line-height: 1; }
  .pagination-item .pagination-link {
    text-decoration: none;
    transition: all 0.2s ease; }
    .pagination-item .pagination-link:hover {
      color: #ed1c24; }
  .pagination-item.pagination-item--current {
    border-color: #ebebeb;
    border-radius: 4px;
    margin: 0 0.375rem 0 0.75rem; }
  .pagination-item.pagination-item--previous > a, .pagination-item.pagination-item--next > a {
    color: #333333; }
    .pagination-item.pagination-item--previous > a:hover, .pagination-item.pagination-item--next > a:hover {
      color: #ed1c24; }
      .pagination-item.pagination-item--previous > a:hover .icon > svg, .pagination-item.pagination-item--next > a:hover .icon > svg {
        fill: #ed1c24; }

.pagination-item--previous .icon,
.pagination-item--next .icon {
  height: 1.25rem;
  margin-top: -0.125rem;
  width: 1.25rem; }

.pagination-item--previous {
  float: left; }
  .pagination-item--previous .icon {
    margin-left: -0.75rem; }

.pagination-item--next {
  float: right; }
  .pagination-item--next .icon {
    margin-right: -0.75rem; }

.pagination-list--small {
  position: relative; }
  .pagination-list--small .pagination-item {
    color: #333333;
    cursor: inherit;
    line-height: 1.5; }
  .pagination-list--small .pagination-link {
    padding: 0 0.375rem; }
  .pagination-list--small .pagination-item--previous,
  .pagination-list--small .pagination-item--next {
    position: absolute;
    top: 0; }
  .pagination-list--small .pagination-item--previous {
    left: 0; }
  .pagination-list--small .pagination-item--next {
    right: 0; }

.button {
  line-height: 1rem;
  transition: all 0.15s ease;
  border-radius: 4px; }
  .button + .button {
    margin-left: 0; }
    @media (min-width: 801px) {
      .button + .button {
        margin-left: 0.75rem; } }

.button[disabled] {
  cursor: not-allowed; }

.button--icon svg {
  fill: #333333; }

.tab {
  border-top: 1px solid #ebebeb;
  float: none; }
  @media (min-width: 801px) {
    .tab {
      border-top-color: #fafafa;
      float: left; } }
  .tab.is-active {
    border-left-color: #fafafa;
    border-right-color: #fafafa; }
    @media (min-width: 551px) {
      .tab.is-active {
        margin-bottom: -1px; } }
    @media (min-width: 801px) {
      .tab.is-active {
        border: 1px solid #ebebeb;
        border-bottom: 1px solid #fafafa; } }

.tab-title {
  padding: 1.125rem 0;
  text-align: center;
  text-decoration: none; }
  @media (min-width: 551px) {
    .tab-title {
      text-align: left; } }
  @media (min-width: 801px) {
    .tab-title {
      padding: 0.75rem 1.5rem; } }

.tab-content.has-jsContent {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  visibility: hidden; }
  .tab-content.has-jsContent.is-active {
    height: auto;
    overflow: visible;
    padding: 1.5rem 0;
    visibility: visible; }

.accordion {
  border-radius: 4px;
  box-shadow: none; }
  .accordion .navList {
    margin-bottom: 0; }

.accordion-content {
  border: 0; }
  .accordion-content .form:only-child {
    margin-bottom: 0; }

.accordion-title {
  margin: 0; }

.accordion-navigation {
  margin-top: -1px;
  position: relative;
  text-decoration: none; }

@media (min-width: 801px) {
  .accordion--navList {
    border: 0; } }

@media (min-width: 801px) {
  .sidebarBlock + .accordion--navList {
    margin-top: 2rem; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-block {
    margin-top: 2rem; } }

.accordion--navList .accordion-content {
  padding: 1rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-content {
      padding: 0; } }

@media (min-width: 801px) {
  .accordion--navList .accordion-navigation {
    background-position: right 0 top 50%;
    border: 0; } }

.accordion--navList .accordion-title {
  font-weight: normal;
  padding: 1rem;
  text-decoration: none;
  text-transform: none; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-title {
      margin-bottom: 0.75rem;
      margin-top: 0;
      padding: 0; } }

.accordion--navList .accordion-indicator {
  color: #333333; }

.accordion--navList .accordion-navigation-actions {
  right: 1rem;
  top: 1.1875rem; }
  @media (min-width: 801px) {
    .accordion--navList .accordion-navigation-actions {
      right: 0;
      top: 0; } }

.accordion-block:first-child {
  margin-top: 0; }
  .accordion-block:first-child .accordion-navigation {
    border-radius: 4px 4px 0 0; }

.accordion-block:last-child .accordion-navigation,
.accordion-block:last-child .accordion-content {
  border-radius: 0 0 4px 4px; }

.accordion-block:last-child .accordion-navigation {
  border-bottom-width: 0; }
  .accordion-block:last-child .accordion-navigation.is-open {
    border-bottom-width: 1px;
    border-radius: 0; }

.accordion-navigation-actions {
  position: absolute;
  right: 1.875rem;
  top: 1.5rem; }
  .accordion-navigation-actions > a {
    color: #333333;
    vertical-align: middle; }
    .accordion-navigation-actions > a:hover {
      color: #ed1c24; }

.inlineList--labels {
  margin-bottom: 0;
  margin-left: -0.75rem; }
  .inlineList--labels > li {
    margin-bottom: 0.75rem;
    margin-left: 0.75rem; }

.alertBox {
  border-radius: 4px;
  background: #dfdfdf;
  color: #666666; }
  .alertBox svg {
    fill: #666666; }

.alertBox-icon .icon {
  height: 1.5625rem;
  width: 1.5625rem; }

.alertBox--error {
  background: #ffdddd;
  color: #cc4749; }
  .alertBox--error svg {
    fill: #cc4749; }

.alertBox--success {
  background: #d5ffd8;
  color: #008a06; }
  .alertBox--success svg {
    fill: #008a06; }

.alertBox--warning {
  background: #fffdea;
  color: #f1a500; }
  .alertBox--warning svg {
    fill: #f1a500; }

.alertBox--info {
  background: #dfdfdf;
  color: #666666; }
  .alertBox--info svg {
    fill: #666666; }

.form--hiddenLabels .form-label {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.form-inlineMessage {
  display: block; }

.form-field--error .form-input {
  float: none; }

.form-field--error .form-inlineMessage:before {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z' fill='rgba(204, 71, 73, 0.999)' /%3E%3C/svg%3E") no-repeat;
  background-size: 100%;
  content: "";
  display: inline-block;
  height: 0.875rem;
  left: -0.125rem;
  margin-right: 0.0625rem;
  position: relative;
  top: 0.1875rem;
  width: 0.875rem; }

.form-field--success .form-input[type="text"] {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(0, 138, 6, 0.999)' /%3E%3C/svg%3E");
  background-position: right 0.6875rem center;
  background-repeat: no-repeat;
  padding-right: 3rem; }

.form-checkbox + .form-label:last-child,
.form-radio + .form-label:last-child {
  display: block;
  margin-bottom: -0.3125rem; }

.form-checkbox + .form-label::after,
.form-radio + .form-label::after {
  top: 0.25rem; }

.form-checkbox + .form-label::before,
.form-radio + .form-label::before {
  top: 0.1875rem; }

.form-actions {
  margin: 0 auto;
  max-width: 112.5rem;
  width: 100%;
  display: block;
  text-align: center; }
  .form-actions:before, .form-actions:after {
    content: " ";
    display: table; }
  .form-actions:after {
    clear: both; }
  @media (min-width: 551px) {
    .form-actions {
      margin-top: 1.5rem; } }
  .form-actions .button,
  .form-actions input,
  .form-actions a {
    vertical-align: top;
    width: 100%; }
    @media (min-width: 551px) {
      .form-actions .button,
      .form-actions input,
      .form-actions a {
        margin-bottom: 0;
        width: auto; } }
    .form-actions .button + .button,
    .form-actions .button + input,
    .form-actions .button + a,
    .form-actions input + .button,
    .form-actions input + input,
    .form-actions input + a,
    .form-actions a + .button,
    .form-actions a + input,
    .form-actions a + a {
      margin-top: 0.75rem; }
      @media (min-width: 551px) {
        .form-actions .button + .button,
        .form-actions .button + input,
        .form-actions .button + a,
        .form-actions input + .button,
        .form-actions input + input,
        .form-actions input + a,
        .form-actions a + .button,
        .form-actions a + input,
        .form-actions a + a {
          margin: 0 0 0 0.75rem; } }

.form-label--alternate {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin-bottom: 0.75rem; }

.form-select--date {
  width: initial; }
  .form-select--date + .form-select--date {
    margin-left: 0.375rem; }

.form-select--small,
.form-select--date {
  background-position: right 0.5rem top 0.5rem;
  background-size: 1.125rem;
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  max-width: 20rem;
  padding: 0.5625rem 0.75rem;
  padding-right: 2rem; }

.form-select--short {
  max-width: 6rem;
  width: 4.5rem; }

.form-file {
  margin-bottom: 0.5rem; }

.form-fileDescription {
  color: #959595;
  font-size: 13px; }

.form-field-group {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 1.5rem; }

.form-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .form-column {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.form-prefixPostfix.wrap {
  flex-wrap: wrap; }

.form-prefixPostfix .form-input,
.form-prefixPostfix .button {
  display: block;
  width: 100%; }

@media (min-width: 1261px) {
  .form-prefixPostfix .form-input {
    width: auto; } }

@media (min-width: 1261px) {
  .form-prefixPostfix .button {
    width: auto; } }

.form-prefixPostfix .form-inlineMessage {
  margin-bottom: 0.375rem; }
  @media (min-width: 1261px) {
    .form-prefixPostfix .form-inlineMessage {
      margin-bottom: 0; } }

.form-prefixPostfix-button--postfix {
  margin: 0.75rem 0 0;
  order: 1; }
  @media (min-width: 1261px) {
    .form-prefixPostfix-button--postfix {
      margin: 0 0 0 0.75rem;
      order: 0; } }

.form-increment .button {
  margin: 0;
  padding: 0.1875rem 0.3125rem; }

.form-input--incrementTotal {
  border: 0;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  height: auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2.1875rem; }

.form-option {
  border: 1px solid #ebebeb;
  color: #333333;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  margin-bottom: 0.5rem;
  margin-right: 0.5rem;
  padding: 1px;
  transition: all 0.15s ease; }
  .form-option:hover {
    border-color: #ed1c24; }
  .form-radio:checked + .form-option {
    border-color: #ed1c24;
    box-shadow: 0 0 0 1px #ed1c24; }

.form-option-variant {
  display: inline-block;
  font-size: 1rem;
  min-width: 2.375rem;
  padding: 1px 0.375rem;
  pointer-events: none;
  text-align: center; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 1.375rem;
  width: 1.375rem;
  min-width: initial;
  padding: 0; }
  @media (min-width: 551px) {
    .form-option-variant--color,
    .form-option-variant--pattern {
      pointer-events: inherit; } }

.form-option-variant--pattern {
  background-position: center;
  background-repeat: no-repeat; }

.form-input--small {
  font-size: 13px;
  height: 2.25rem;
  line-height: 1rem;
  padding: 0.5625rem 0.75rem; }
  .form-input--small::placeholder {
    color: #959595; }

.form-minMaxRow:before, .form-minMaxRow:after {
  content: " ";
  display: table; }

.form-minMaxRow:after {
  clear: both; }

.form-minMaxRow .form-field {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  margin-bottom: 0;
  padding-left: 0.375rem;
  padding-right: 0.375rem; }

.form-minMaxRow .button {
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

@media (min-width: 551px) {
  .form-row--half > .form-field:nth-child(odd) {
    clear: left; } }

[data-product-attribute] .form-option {
  overflow: hidden;
  position: relative; }
  [data-product-attribute] .form-option.unavailable {
    background-color: #ddd;
    opacity: 0.3; }
    [data-product-attribute] .form-option.unavailable:before {
      background-color: #000;
      content: "";
      height: 2px;
      left: -5px;
      position: absolute;
      top: 11px;
      transform: rotate(-45deg);
      width: 141%; }

[data-product-attribute="set-radio"] .unavailable,
[data-product-attribute="product-list"] .unavailable {
  opacity: 0.6;
  text-decoration: line-through; }

.card-figure {
  margin-top: 0;
  position: relative; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-img-container {
  max-width: 500px;
  margin-bottom: 0.75rem; }
  .card-img-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 0;
  width: 100%;
  max-height: 100%; }

.card-title {
  font-size: 16px;
  margin: 0 0 0.5rem; }
  .card-title > a {
    color: #333333;
    text-decoration: none; }
    .card-title > a:hover {
      color: #ed1c24; }

.card-text {
  margin-bottom: 0.5rem; }
  .card-text abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

.card-figcaption-button {
  border: none;
  display: block;
  margin: 0.375rem 0 0; }
  .card-figcaption-button:active {
    background-color: white;
    border: none; }
  .card-figcaption-button + .card-figcaption-button {
    margin: 0.375rem 0 0; }

.card-body {
  text-align: center; }
  @media (min-width: 551px) {
    .card-body {
      text-align: left; } }

.card--alternate {
  border: 3px solid white;
  transition: all 0.15s ease; }
  .card--alternate .card-body {
    background-color: white;
    padding: 0.75rem;
    transition: all 0.15s ease; }
    @media (min-width: 551px) {
      .card--alternate .card-body {
        padding: 1.5rem; } }
  .card--alternate:hover {
    border-color: #ed1c24; }
    .card--alternate:hover .card-body {
      background-color: #ed1c24; }
      .card--alternate:hover .card-body .card-text {
        color: white; }
    .card--alternate:hover .card-title > a {
      color: white; }

.navList,
.navBar {
  margin-left: 0; }

.navList-action,
.navBar-action {
  text-decoration: none; }

.navList-action.is-active {
  font-weight: 700; }

.navList-action--checkbox {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 0.375rem;
  padding-left: 1.875rem;
  position: relative;
  vertical-align: baseline;
  width: 100%; }
  .navList-action--checkbox::before, .navList-action--checkbox::after {
    content: "";
    display: block;
    position: absolute;
    transition: all 50ms ease-out; }
  .navList-action--checkbox::before {
    background-color: white;
    border: solid #ebebeb;
    border-width: 1px;
    height: 1rem;
    left: 0;
    top: 0;
    width: 1rem; }
  .navList-action--checkbox::after {
    height: 0.875rem;
    left: 1px;
    opacity: 0;
    top: 1px;
    transform: scale(0);
    width: 0.875rem; }
  .navList-action--checkbox::before {
    border-radius: 4px; }
  .navList-action--checkbox::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgba(237, 28, 36, 0.999)' /%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 100%;
    color: rgba(237, 28, 36, 0.999);
    content: "";
    font-size: 0.875rem;
    line-height: 1;
    text-align: center; }
  .navList-action--checkbox:before, .navList-action--checkbox:after {
    top: 50%; }
  .navList-action--checkbox:before {
    margin-top: -0.5rem; }
  .navList-action--checkbox:after {
    margin-top: -0.4375rem; }
  .navList-action--checkbox.is-disabled {
    cursor: default; }
    .navList-action--checkbox.is-disabled::before {
      background-color: #ebebeb; }
  .navList-action--checkbox.is-checked::after, .navList-action--checkbox.is-selected::after {
    opacity: 1;
    transform: scale(1); }

.navList-action-close {
  background: #333333;
  border-radius: 100%;
  display: inline-block;
  float: right;
  line-height: 0;
  opacity: 0;
  padding: 0.25rem;
  transition: opacity 0.3s ease;
  visibility: hidden; }
  .navList-action-close .icon {
    height: 0.8125rem;
    width: 0.8125rem;
    fill: #333333; }
  .navList-action.is-selected:hover .navList-action-close {
    opacity: 1;
    visibility: visible; }

.navBar--sub {
  margin-bottom: 4.5rem;
  text-align: center; }
  .navBar--sub .navBar-section {
    float: none; }
  .navBar--sub .navBar-item {
    float: none;
    margin: 0 0.75rem; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item {
        display: inline-block; } }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.is-active {
        border-bottom: 1px solid #333333; } }
    .navBar--sub .navBar-item.is-active > .navBar-action {
      color: #666666; }
    @media (min-width: 801px) {
      .navBar--sub .navBar-item.navBar-item--separate {
        border-left: 1px solid #333333;
        margin: 0;
        padding-left: 0.75rem; } }
  .navBar--sub .navBar-action {
    color: #333333;
    font-size: 1rem;
    padding: 0; }
    .navBar--sub .navBar-action:hover {
      color: #ed1c24; }

.loadingOverlay {
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 20; }

.icons-svg-sprite {
  display: none; }

.icon,
.icon svg {
  transition: all 0.15s ease; }

.actionBar-section .form-field {
  background-color: white;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  overflow: hidden; }
  .actionBar-section .form-field:hover {
    border-color: #ed1c24; }

.actionBar-section .form-label {
  color: #333333;
  font-size: 13px;
  line-height: 2.125rem;
  margin-bottom: 0;
  padding-left: 0.75rem; }

.actionBar-section .form-input,
.actionBar-section .form-select {
  border: 0;
  padding-left: 0.1875rem;
  width: auto; }

.actionBar-section .form-label,
.actionBar-section .form-input,
.actionBar-section .form-select {
  display: inline-block; }

.actionBar-section .form-select {
  color: #333333;
  height: 2.125rem; }

.has-ribbon {
  position: relative; }

.ribbon {
  background-color: #333333;
  color: white;
  cursor: default;
  font-weight: 700;
  margin: -0.6875rem -0.6875rem 0 0;
  padding: 0.0625rem 1rem;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  top: 0;
  z-index: 1; }

.navUser {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  top: 26px;
  width: 100%;
  z-index: 5; }
  .navUser:before, .navUser:after {
    content: " ";
    display: table; }
  .navUser:after {
    clear: both; }
  .navUser ul,
  .navUser ol {
    list-style: none;
    margin-left: 0;
    margin: 0;
    padding: 0; }
    .navUser ul ul,
    .navUser ul ol,
    .navUser ol ul,
    .navUser ol ol {
      list-style: none;
      margin-bottom: 0; }
    .navUser ul li,
    .navUser ol li {
      margin: 0;
      padding: 0; }
  .navUser-section {
    float: left; }
    .navUser-section:before, .navUser-section:after {
      content: " ";
      display: table; }
    .navUser-section:after {
      clear: both; }
  .navUser-section--alt {
    float: right;
    margin-left: 1.5rem; }
  .navUser-section + .navUser-section {
    margin-left: 1.5rem; }
  @media (min-width: 551px) {
    .navUser-item {
      float: left; } }
  .navUser-item, .navUser-action {
    display: block; }
  @media (min-width: 801px) {
    .navUser {
      padding: 0 1.5rem;
      position: relative;
      right: auto;
      top: auto;
      transform: none;
      z-index: 50; } }
  .navUser .dropdown-menu {
    background-color: white;
    border: 1px solid #ebebeb;
    box-shadow: 0 1px 2px rgba(255, 255, 255, 0.13);
    position: absolute; }
    .navUser .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #ebebeb transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.75rem;
      position: absolute; }
    .navUser .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      left: 0.875rem;
      position: absolute; }

.navUser-action {
  color: #333333;
  font-weight: 700;
  padding: 1rem 0.75rem;
  text-decoration: none;
  text-transform: uppercase; }
  .navUser-action:hover, .navUser-action.is-open {
    color: #0071e3; }
    .navUser-action:hover svg, .navUser-action.is-open svg {
      fill: #0071e3;
      stroke: #0071e3; }
  .navUser-action .icon {
    height: 0.5rem;
    width: 0.5rem;
    margin-left: 0.75rem; }
  .navUser-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navUser-action--storeCredit + .dropdown-menu {
  max-width: 18.75rem;
  padding: 1.5rem; }
  .navUser-action--storeCredit + .dropdown-menu:before {
    left: 8.75rem !important; }
  .navUser-action--storeCredit + .dropdown-menu:after {
    left: 8.875rem !important; }

.navUser-action-divider {
  border-right: 1px solid #ebebeb;
  color: #333333;
  display: inline-block;
  padding: 0 1.25rem 0 0;
  text-decoration: none; }

.navUser-item {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item {
      display: block; }
      .navUser-item.navUser-item--social {
        margin-top: 0.3125rem;
        padding-right: 0.3125rem; }
      .navUser-item.navUser-item--divider {
        font-size: 1.5625rem;
        margin-top: 0.5rem;
        padding-left: 0.125rem; } }

.navUser-item--cart {
  display: block;
  z-index: 30; }
  .navUser-item--cart .navUser-action {
    color: #333333; }
    .navUser-item--cart .navUser-action:hover, .navUser-item--cart .navUser-action.is-open {
      color: #0071e3; }
  .navUser-item--cart .dropdown-menu {
    max-width: 100%; }
    .navUser-item--cart .dropdown-menu.is-open:before, .navUser-item--cart .dropdown-menu.is-open:after {
      left: auto; }
    .navUser-item--cart .dropdown-menu.is-open:before {
      right: 0.75rem; }
    .navUser-item--cart .dropdown-menu.is-open:after {
      right: 0.875rem; }

.navUser-item-cartLabel {
  display: inline; }
  .navUser-item-cartLabel .cartLabel {
    display: none; }
    @media (min-width: 551px) {
      .navUser-item-cartLabel .cartLabel {
        display: inline; } }

.navUser-item--compare {
  display: none; }
  .navUser-item--compare.show {
    display: block; }

.navUser-item--account .navUser-or + .navUser-action {
  margin-right: -0.5rem; }

.navUser-item--account .navUser-action {
  display: inline-block; }

.navUser-or {
  color: #333333;
  cursor: default;
  display: inline-block;
  margin: 0 -0.75rem;
  padding: 0 2px;
  position: relative;
  z-index: 1; }

.navUser-action--quickSearch.is-open {
  position: relative; }
  .navUser-action--quickSearch.is-open:before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #e5e5e5 transparent;
    border-bottom-style: solid;
    bottom: 0;
    left: 50%;
    position: absolute;
    transform: translateX(-50%); }

.dropdown--quickSearch {
  background-color: #e5e5e5;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .dropdown--quickSearch {
      padding: 3rem; } }
  .dropdown--quickSearch.is-open {
    left: 0 !important;
    outline: none;
    right: 0 !important;
    width: 100% !important;
    z-index: 50; }
  .dropdown--quickSearch .form {
    margin: auto;
    max-width: 30rem; }
  .dropdown--quickSearch .form,
  .dropdown--quickSearch .form-field {
    margin-bottom: 0; }
  .dropdown--quickSearch .form-input {
    font-size: 24px;
    height: unset; }
  .dropdown--quickSearch .productGrid {
    padding: 1.5rem 0 0; }
    @media (min-width: 551px) {
      .dropdown--quickSearch .productGrid {
        padding: 3rem 0 0; } }

.countPill {
  background-color: #ed1c24;
  border-radius: 50%;
  color: white;
  display: none;
  font-size: 1rem;
  font-weight: 700;
  height: 20px;
  line-height: 20px;
  margin-left: 0.1875rem;
  text-align: center;
  width: 20px; }

.countPill--positive {
  display: inline-block; }

.countPill--alt {
  background-color: #cccccc;
  color: #333333; }

.navPages .navPage-subMenu-list, .navPage-childList {
  border-left: 1px solid #e6e6e6;
  margin: 0.375rem 0.75rem;
  padding-left: 0.75rem; }

.has-activeNavPages {
  overflow: hidden;
  -webkit-overflow-scrolling: auto; }

.navPages-container {
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  -webkit-overflow-scrolling: touch;
  position: absolute;
  right: 0;
  z-index: 10; }
  @media (min-width: 801px) {
    .navPages-container {
      background: transparent;
      display: block;
      height: auto;
      padding: 0;
      position: relative; } }
  .navPages-container.is-open {
    display: block;
    padding-top: 55px;
    z-index: 0; }

.navPages {
  background-color: white;
  height: 100%;
  overflow-y: auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      margin: 0 auto;
      max-width: 112.5rem;
      width: 100%;
      background: none;
      font-size: 0;
      overflow-y: visible;
      padding: 0;
      text-align: center; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages:before, .navPages:after {
        content: " ";
        display: table; }
      .navPages:after {
        clear: both; }
      .navPages ul,
      .navPages ol {
        list-style: none;
        margin-left: 0;
        margin: 0;
        padding: 0; }
        .navPages ul ul,
        .navPages ul ol,
        .navPages ol ul,
        .navPages ol ol {
          list-style: none;
          margin-bottom: 0; }
        .navPages ul li,
        .navPages ol li {
          margin: 0;
          padding: 0; }
      .navPages-section {
        float: left; }
        .navPages-section:before, .navPages-section:after {
          content: " ";
          display: table; }
        .navPages-section:after {
          clear: both; }
      .navPages-section--alt {
        float: right;
        margin-left: 1.5rem; }
      .navPages-section + .navPages-section {
        margin-left: 1.5rem; } }
  @media (min-width: 801px) and (min-width: 551px) {
    .navPages-item {
      float: left; } }
  @media (min-width: 801px) {
      .navPages-item, .navPages-action {
        display: block; } }
  .navPages ul {
    list-style: none; }
  .navPages .navPage-subMenu-list {
    border-left: 0;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    @media (min-width: 801px) {
      .navPages .navPage-subMenu-list {
        margin: 0 auto;
        max-width: 112.5rem;
        width: 100%;
        border-left: 0;
        margin: auto;
        padding-left: 0; }
        .navPages .navPage-subMenu-list:before, .navPages .navPage-subMenu-list:after {
          content: " ";
          display: table; }
        .navPages .navPage-subMenu-list:after {
          clear: both; } }

.navPages-list {
  margin: 0; }
  @media (min-width: 801px) {
    .navPages-list {
      display: inline-block;
      float: none; } }
  .navPages-list + .navPages-list {
    border-top: 1px solid #e6e6e6;
    margin-top: 0.75rem;
    padding-top: 0.75rem; }

.navPages-list-depth-max.subMenu-is-open .is-hidden {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .is-hidden {
      display: inline-block; } }

.navPages-list-depth-max.subMenu-is-open .navPages-item-page {
  display: none; }
  @media (min-width: 801px) {
    .navPages-list-depth-max.subMenu-is-open .navPages-item-page {
      display: inline-block; } }

@media (min-width: 801px) {
  .navPages-action-depth-max.has-subMenu.is-root.is-open .navPages-action-moreIcon {
    transform: rotate(0); } }

.navPages-action-depth-max.has-subMenu.is-open {
  border-bottom: 1px solid #e6e6e6;
  text-align: center; }
  @media (min-width: 801px) {
    .navPages-action-depth-max.has-subMenu.is-open {
      border-bottom: 0;
      text-align: left; } }
  .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
    border: solid 1px #d6cdc0;
    border-radius: 4px;
    float: left;
    height: 35px;
    margin-top: -10px;
    padding: 11.7px;
    transform: rotate(90deg);
    width: 35px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open .navPages-action-moreIcon {
        height: 0.5rem;
        width: 0.5rem;
        border: 0;
        border-radius: 0;
        float: none;
        margin-top: 0;
        padding: 0;
        transform: rotate(-90deg); } }
  .navPages-action-depth-max.has-subMenu.is-open svg {
    height: 9.6px;
    width: 9.6px; }
    @media (min-width: 801px) {
      .navPages-action-depth-max.has-subMenu.is-open svg {
        height: 100%;
        width: 100%; } }

.navPages-action {
  color: #333333;
  display: block;
  font-size: 16px;
  font-weight: 700;
  padding: 0.75rem 0;
  text-decoration: none;
  text-transform: uppercase; }
  @media (min-width: 801px) {
    .navPages-action {
      display: inline-block;
      padding: 0.75rem 1.125rem 1.125rem; }
      .navPages-action.is-open {
        background-color: white; }
        .navPages-action.is-open svg {
          fill: #ed1c24;
          stroke: #ed1c24; } }
  .navPages-action:hover {
    color: #ed1c24; }
    .navPages-action:hover svg {
      fill: #ed1c24;
      stroke: #ed1c24; }
  .navPages-action svg {
    fill: #333333;
    stroke: #333333;
    transition: all 0.15s ease; }

.navPages-action--storeCredit {
  color: #333333; }

.navPages-action--compare {
  display: none; }
  .navPages-action--compare.show {
    display: block; }

.navPages-action-moreIcon {
  height: 0.5rem;
  width: 0.5rem;
  margin-left: 0.375rem;
  transform: rotate(-90deg); }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      transform: none; } }
  .has-subMenu.is-open .navPages-action-moreIcon {
    transform: rotate(0); }

.navPage-childList {
  display: none; }
  @media (min-width: 801px) {
    .navPage-childList {
      border: 0;
      display: block; } }
  .navPage-childList.is-open {
    display: block; }

.navPage-subMenu {
  display: none;
  outline: 0; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: white;
      padding: 1.5rem 1.5rem 2.25rem !important;
      position: absolute;
      text-align: left; }
      .navPage-subMenu.is-open {
        display: block;
        left: 0;
        width: 100%; }
      .navPage-subMenu .navPages-action-moreIcon {
        display: none; } }
  .navPage-subMenu.is-open {
    display: block; }

@media (min-width: 801px) {
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    border-left: 0;
    height: auto;
    left: inherit;
    margin: auto;
    top: inherit;
    width: 16.79688rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #e6e6e6;
    display: inherit;
    height: auto;
    margin-left: 13.4375rem;
    padding: 0 !important;
    top: 0;
    width: 14.4375rem; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal .navPages-action-moreIcon {
    display: inline-block;
    transform: rotate(-90deg); } }

@media (min-width: 801px) {
  .navPage-subMenu-item {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 25%;
    float: left;
    padding: 0 0.75rem !important; }
    .navPage-subMenu-item .navPages-action {
      text-transform: none;
      width: 100%; }
    .navPage-subMenu-item > .navPage-subMenu-action {
      border-bottom: 1px solid #e6e6e6;
      margin-bottom: 1.125rem; } }

.navPage-subMenu-item-child,
.navPage-subMenu-item-parent {
  width: 100%; }
  @media (min-width: 801px) {
    .navPage-subMenu-item-child .navPage-subMenu-action,
    .navPage-subMenu-item-parent .navPage-subMenu-action {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      width: 100%; }
    .navPage-subMenu-item-child .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-child .navPage-subMenu-action:hover,
    .navPage-subMenu-item-parent .navPage-subMenu-action.is-open,
    .navPage-subMenu-item-parent .navPage-subMenu-action:hover {
      background: #c8bdb2;
      color: #000;
      font-weight: 500;
      opacity: 0.3; } }

.navPage-subMenu-action {
  padding: 0.75rem 0; }
  @media (min-width: 801px) {
    .navPage-subMenu-action {
      padding: 0.75rem 0 1.125rem; } }

.navPage-childList-action {
  font-weight: 400;
  padding: 0 0 0.375rem; }

.navPages-quickSearch {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 0.75rem; }
  @media (min-width: 801px) {
    .navPages-quickSearch {
      display: none; } }
  .navPages-quickSearch > .container {
    padding: 0; }
  .navPages-quickSearch .form {
    margin: 0; }
  .navPages-quickSearch .form-field {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .navPages-list--user {
    display: none; } }

.navPages-list--user #currencySelection2 {
  background-color: white;
  border: 1px solid #ebebeb; }
  .navPages-list--user #currencySelection2 .dropdown-menu-item {
    padding: 0; }
    .navPages-list--user #currencySelection2 .dropdown-menu-item:not(:last-child) {
      border-bottom: 1px solid #ebebeb; }
  .navPages-list--user #currencySelection2 a {
    padding: 0.75rem 1.5rem; }

.tags {
  list-style: none;
  margin-left: 0;
  font-size: 0;
  text-align: center; }
  .tags ul,
  .tags ol {
    list-style: none;
    margin-bottom: 0; }

.tag {
  display: inline-block;
  font-size: 1rem; }
  .tag a {
    color: #333333;
    display: inline-block;
    padding: 0.375rem 0.5rem;
    text-decoration: none; }
    .tag a:hover {
      color: #ed1c24; }

.socialLinks {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  line-height: 37px; }
  .socialLinks:before, .socialLinks:after {
    content: " ";
    display: table; }
  .socialLinks:after {
    clear: both; }
  .socialLinks ul,
  .socialLinks ol {
    list-style: none;
    margin-bottom: 0; }
  .socialLinks li {
    margin: 0;
    padding: 0; }
  .socialLinks .icon {
    height: 1.25rem;
    width: 1.25rem;
    margin: 0;
    text-decoration: none; }
    .socialLinks .icon:hover svg {
      fill: #ed1c24; }
    .socialLinks .icon svg {
      fill: #333333;
      transition: all 0.15s ease; }

.socialLinks-item--pinterest {
  width: 25px; }

.pin_it_iframe_widget {
  display: none; }

.socialLinks-item {
  display: inline-block;
  font-size: 0; }
  .socialLinks .socialLinks-item {
    margin-bottom: 0.375rem;
    margin-right: 0.75rem; }
    .socialLinks .socialLinks-item:last-child {
      margin-right: 0; }

.socialLinks--alt .icon {
  height: 1.3125rem;
  width: 1.3125rem; }

.socialLinks--alt svg {
  fill: #333333; }

.heroCarousel {
  margin-bottom: 4.5rem;
  margin-top: -1.5rem; }
  @media (min-width: 801px) {
    .heroCarousel {
      margin-top: -2.5rem; } }
  .heroCarousel.slick-initialized {
    max-height: 62.5rem;
    opacity: 1; }
  .heroCarousel:not(.slick-initialized) :not(.heroCarousel-slide--first).heroCarousel-slide {
    display: none; }
  .heroCarousel .slick-next,
  .heroCarousel .slick-prev {
    top: 50%; }
  .heroCarousel .slick-next {
    right: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-next {
        right: 25px; } }
  .heroCarousel .slick-prev {
    left: 15px; }
    @media (min-width: 801px) {
      .heroCarousel .slick-prev {
        left: 25px; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem; }
    @media (min-width: 801px) {
      .heroCarousel .slick-dots {
        bottom: 1.5rem; } }
    .heroCarousel .slick-dots li {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9); }

.heroCarousel-slide {
  position: relative; }
  .heroCarousel-slide a {
    text-decoration: none; }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image {
      object-fit: cover;
      max-height: 37.5rem;
      width: 100%; } }
  @media (min-width: 801px) {
    .heroCarousel-slide .heroCarousel-image-wrapper {
      max-height: 37.5rem; } }
  .heroCarousel-slide.compat-object-fit {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat; }
    @media (min-width: 1261px) {
      .heroCarousel-slide.compat-object-fit.stretch {
        background-size: 100% 100%; } }
    .heroCarousel-slide.compat-object-fit .heroCarousel-image {
      opacity: 0; }

.heroCarousel-content {
  background-color: white;
  padding: 0.75rem 1.5rem 3rem;
  text-align: center; }
  @media (min-width: 801px) {
    .heroCarousel-content {
      background-color: white;
      background-color: rgba(255, 255, 255, 0.9);
      background-color: rgba(255, 255, 255, 0.9);
      left: 0;
      margin: 0 auto;
      padding: 2.25rem;
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      width: 43.75rem; }
      .heroCarousel-content.heroCarousel-content--empty {
        background-color: transparent; } }

.heroCarousel-title {
  color: white;
  font-size: 24px;
  margin-top: 0; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 50px; } }

.heroCarousel-description {
  color: white;
  font-size: 13px; }
  @media (min-width: 551px) {
    .heroCarousel-description {
      font-size: 13px; } }
  @media (min-width: 801px) {
    .heroCarousel-description {
      font-size: 16px; } }

.heroCarousel-action {
  margin: 0; }
  @media (min-width: 801px) {
    .heroCarousel-action {
      margin-top: 1.5rem; } }

@media (min-width: 801px) {
  .writeReview-productDetails {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productDetails .product-brand {
  color: #959595;
  margin: 0; }

.writeReview-productDetails .product-title {
  margin-top: 0; }

@media (min-width: 801px) {
  .writeReview-form {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left; } }

.writeReview-productImage-container {
  position: relative; }
  .writeReview-productImage-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 100%;
    object-fit: contain;
    /* Object-fit polyfill */
    font-family: 'object-fit: contain;'; }
  .writeReview-productImage-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.account--addReturn .table {
  display: block;
  margin-bottom: 3rem;
  margin-top: 0; }
  @media (min-width: 551px) {
    .account--addReturn .table {
      display: table; } }
  .account--addReturn .table tr {
    display: block;
    padding: 1.5rem 0; }
    @media (min-width: 551px) {
      .account--addReturn .table tr {
        display: table-row;
        padding: 0; } }
  .account--addReturn .table th,
  .account--addReturn .table td {
    display: block;
    padding: 0; }
    @media (min-width: 551px) {
      .account--addReturn .table th,
      .account--addReturn .table td {
        display: table-cell;
        padding-bottom: 0.75rem;
        padding-top: 0.75rem; } }
    .account--addReturn .table th + th,
    .account--addReturn .table th + td,
    .account--addReturn .table td + th,
    .account--addReturn .table td + td {
      padding-left: 0; }
      @media (min-width: 551px) {
        .account--addReturn .table th + th,
        .account--addReturn .table th + td,
        .account--addReturn .table td + th,
        .account--addReturn .table td + td {
          padding-left: 1.5rem; } }
  .account--addReturn .table .return-itemTitle + .definitionList {
    margin-top: 0.1875rem; }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemPrice {
      text-align: center; } }
  @media (min-width: 551px) {
    .account--addReturn .table .return-itemQuantity {
      text-align: right; } }

.account--addReturn .table-thead {
  display: none; }
  @media (min-width: 551px) {
    .account--addReturn .table-thead {
      display: table-header-group; } }
  .account--addReturn .table-thead th {
    font-size: 16px; }
  .account--addReturn .table-thead th:first-child {
    width: 60%; }

.account--addReturn .table-tbody {
  display: block; }
  @media (min-width: 551px) {
    .account--addReturn .table-tbody {
      display: table-row-group; } }

.return-itemName {
  font-size: 16px;
  font-weight: 700; }
  @media (min-width: 551px) {
    .return-itemName {
      font-size: 1rem;
      font-weight: 400; } }

.return-itemPrice {
  color: #959595;
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemPrice {
      color: inherit;
      margin-bottom: 0;
      text-align: center; } }

.return-itemQuantity .form-label {
  display: inline;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .return-itemQuantity .form-label {
      border: 0;
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px; } }

.account--addReturn-row {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0 -1rem; }
  .account--addReturn-row:before, .account--addReturn-row:after {
    content: " ";
    display: table; }
  .account--addReturn-row:after {
    clear: both; }

.account--addReturn-column {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0 1rem; }
  @media (min-width: 551px) {
    .account--addReturn-column {
      width: 50%; } }

.productCarousel {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0; }
  .productCarousel:before, .productCarousel:after {
    content: " ";
    display: table; }
  .productCarousel:after {
    clear: both; }

.productCarousel-slide {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  @media (min-width: 551px) {
    .productCarousel-slide {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .productCarousel-slide {
      width: 25%; } }
  @media (min-width: 1261px) {
    .productCarousel-slide {
      width: 16.66667%; } }
  .productCarousel-slide .card .card-title {
    overflow-wrap: break-word; }

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

.quickView:after {
  clear: both; }

.productReviews-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .productReviews-list ul,
  .productReviews-list ol {
    list-style: none;
    margin-bottom: 0; }
  .productReviews-list:before, .productReviews-list:after {
    content: " ";
    display: table; }
  .productReviews-list:after {
    clear: both; }

.productReview {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  font-size: 1rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .productReview {
      width: 50%; } }
  @media (min-width: 1261px) {
    .productReview {
      width: 33.33333%; } }

.productReview-body {
  max-width: 800px;
  margin-bottom: 0.75rem; }
  @media (min-width: 801px) {
    .productReview-body {
      margin-bottom: 1.5rem; } }

.productReview-title {
  margin: 0;
  text-transform: none;
  max-width: 800px; }

.productReview-author {
  color: #333333;
  margin-bottom: 1rem; }

.productReview-rating {
  display: inline-block;
  margin-bottom: 0.375rem; }

.productReview-ratingNumber {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.productView {
  padding-top: 1rem; }

.productView-images {
  margin-bottom: 3rem; }

.productView-image {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: auto;
  position: relative; }
  @media (min-width: 801px) {
    .productView-image {
      min-height: 366px;
      min-width: inherit; } }
  .productView-image + .productView-thumbnails {
    margin-top: 0.75rem; }
  @media (min-width: 320px) and (max-width: 801px) {
    .productView-image {
      pointer-events: none; } }

.productView-img-container {
  position: relative;
  max-width: 500px;
  width: 100%; }
  .productView-img-container img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-height: 100%;
    width: 100%;
    object-fit: contain; }
  .productView-img-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.productView-thumbnails {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -0.375rem;
  margin-right: -0.375rem; }
  .productView-thumbnails ul,
  .productView-thumbnails ol {
    list-style: none;
    margin-bottom: 0; }
  .productView-thumbnails:before, .productView-thumbnails:after {
    content: " ";
    display: table; }
  .productView-thumbnails:after {
    clear: both; }
  .productView-thumbnails .slick-list {
    margin-left: 2.5rem;
    margin-right: 2.5rem; }
  .productView-thumbnails .slick-next {
    right: 0; }
  .productView-thumbnails .slick-prev {
    left: 0; }
  .productView-thumbnails img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    object-fit: contain; }

.productView-thumbnail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 25%;
  float: left;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  text-align: center; }
  @media (min-width: 1261px) {
    .productView-thumbnail {
      width: 20%; } }

.productView-thumbnail-link {
  border: 1px solid #ebebeb;
  display: inline-block;
  height: 67px;
  padding: 2px;
  position: relative;
  text-align: center;
  width: 100%; }
  .productView-thumbnail-link:hover, .productView-thumbnail-link.is-active {
    border-color: #333333; }

.productView-details {
  margin-bottom: 2rem; }
  .productView-details .cart-add-container {
    display: flex; }
    .productView-details .cart-add-container .productView-info-bulkPricing {
      display: block;
      flex: 1 0 auto;
      margin: auto 0;
      padding-left: 0.375rem; }
      .productView-details .cart-add-container .productView-info-bulkPricing .productView-info-name {
        display: none; }

.productView-info-bulkPricing {
  display: none; }

@media (min-width: 801px) {
  .productView-product {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 2rem; } }

.productView-product > :last-child {
  margin-bottom: 0; }

.productView-title {
  font-size: 24px;
  margin: -0.75rem 0 0.375rem; }
  @media (min-width: 801px) {
    .productView-title {
      margin-top: 1.5rem; } }
  @media (min-width: 1261px) {
    .productView-title {
      font-size: 64px; } }

.productView-brand {
  color: #333333;
  font-size: 16px;
  margin: 0 0 0.75rem; }
  @media (min-width: 1261px) {
    .productView-brand {
      font-size: 24px;
      margin: -0.1875rem 0 1rem; } }
  .productView-brand a {
    color: #333333; }
    .productView-brand a:hover {
      color: #ed1c24; }

.productView-price {
  font-size: 16px;
  margin-bottom: 0.5rem; }
  @media (min-width: 801px) {
    .productView-price {
      font-size: 48px;
      margin-bottom: 1rem; } }
  .productView-price .price-section--saving {
    font-size: 16px; }
  .productView-price abbr {
    border: 0;
    color: inherit;
    font-size: inherit; }

@media (min-width: 1261px) {
  .mobile-price {
    display: none; } }

.productView-reviewLink {
  display: inline-block;
  margin-left: 0.75rem;
  vertical-align: middle; }
  .productView-reviewLink + .productView-reviewLink {
    display: block;
    margin-left: auto; }
    @media (min-width: 551px) {
      .productView-reviewLink + .productView-reviewLink {
        display: inline-block;
        margin-left: 0.75rem; } }
  .productView-reviewLink > a {
    color: #333333; }
    .productView-reviewLink > a:hover {
      color: #ed1c24; }

.productView-info {
  margin-top: 0.75rem; }
  .productView-info:before, .productView-info:after {
    content: " ";
    display: table; }
  .productView-info:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-info {
      margin-top: 0; } }
  @media (min-width: 551px) {
    .productView-info > :first-child {
      margin-top: 1.5rem; } }
  .productView-info > :last-child {
    margin-bottom: 0; }

.productView-info-name,
.productView-info-value {
  float: left; }
  @media (min-width: 551px) {
    .productView-info-name,
    .productView-info-value {
      float: none; } }

.productView-info-name {
  clear: both;
  margin-bottom: 0.1875rem;
  margin-right: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-name {
      font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
      font-size: 13px;
      font-weight: 400; } }

.productView-info-value {
  margin-bottom: 0.375rem; }
  @media (min-width: 551px) {
    .productView-info-value {
      margin-bottom: 1rem; } }

.productView-options {
  margin-bottom: 1.5rem;
  text-align: center; }
  .productView-options:before, .productView-options:after {
    content: " ";
    display: table; }
  .productView-options:after {
    clear: both; }
  @media (min-width: 551px) {
    .productView-options {
      text-align: left; } }
  @media (min-width: 551px) {
    .productView-options .form-input[type="number"] {
      width: 16.66667%; } }
  .productView-options .form {
    display: inline; }
  .productView-options input[type="file"] {
    font-size: 13px; }
  .productView-options .form-field {
    font-size: 0;
    margin-bottom: 2rem; }
    .productView-options .form-field > .form-checkbox + .form-label,
    .productView-options .form-field > .form-radio + .form-label {
      display: inline-block;
      margin-left: 1.5rem;
      width: auto; }
      @media (min-width: 551px) {
        .productView-options .form-field > .form-checkbox + .form-label,
        .productView-options .form-field > .form-radio + .form-label {
          margin-left: 0;
          width: 100%; } }
    .productView-options .form-field > .form-label:nth-of-type(2) {
      margin-left: 0; }
  .productView-options .form-action {
    margin-top: 1rem;
    float: left; }
    @media (min-width: 801px) {
      .productView-options .form-action {
        padding: 0;
        width: auto; } }
    @media (min-width: 1261px) {
      .productView-options .form-action {
        display: inline-block; } }
    .productView-options .form-action .button {
      width: 100%; }
      @media (min-width: 1261px) {
        .productView-options .form-action .button {
          margin-right: 0.75rem;
          width: auto; } }

.productOptions-list {
  border: 1px solid #ebebeb;
  list-style: none;
  margin: 0; }

.productOptions-list-item {
  padding: 1.5rem; }
  .productOptions-list-item + .productOptions-list-item {
    border-top: 1px solid #ebebeb; }
  .productOptions-list-item .form-label {
    text-align: left;
    top: -2px; }

.productOptions-list-item-figure,
.productOptions-list-item-content {
  display: table-cell;
  vertical-align: middle; }

.productOptions-list-item-figure {
  width: 3rem; }

.productOptions-list-item-content {
  padding-left: 1.25rem; }

.shareProduct {
  text-align: center; }

.productView-image .easyzoom-flyout {
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%; }
  .productView-image .easyzoom-flyout img {
    max-width: none;
    width: auto; }

@media (min-width: 801px) {
  .product-description {
    display: flex;
    gap: 0.75rem; } }

.product-description iframe {
  height: auto;
  width: 100%;
  aspect-ratio: 16 / 9; }

.stack {
  display: block; }

.price--rrp,
.price--non-sale,
.price--discounted {
  text-decoration: line-through; }

.price-section--minor {
  color: #959595; }

.compareTable {
  border-top: 1px solid #ebebeb;
  table-layout: fixed;
  width: 100%; }

.compareTable-row {
  vertical-align: top; }
  .compareTable-row + .compareTable-row .compareTable-heading,
  .compareTable-row + .compareTable-row .compareTable-item {
    border-top: 1px solid #ebebeb; }
  .compareTable-row + .compareTable-row .compareTable-heading:empty {
    border-top: 0; }

.compareTable-heading {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 1.25rem 1rem;
  position: relative;
  text-align: right;
  width: 0; }
  @media (min-width: 801px) {
    .compareTable-heading {
      width: 25%; } }

.compareTable-headingText {
  position: absolute;
  top: 1.25rem;
  white-space: nowrap; }
  @media (min-width: 801px) {
    .compareTable-headingText {
      position: inherit;
      top: inherit; } }

.compareTable-item {
  padding: 3.25rem 1rem 1.25rem; }
  @media (min-width: 801px) {
    .compareTable-item {
      padding-top: 1.25rem; } }

.compareTable-removeProduct {
  background-color: #ed1c24;
  border-radius: 50%;
  height: 2.5rem;
  position: absolute;
  right: -1rem;
  top: -1rem;
  transition: background-color 0.15s ease;
  width: 2.5rem; }
  .compareTable-removeProduct .icon {
    fill: white;
    height: 1.5rem;
    margin-top: 0.5rem;
    width: 1.5rem; }

.compareTable-product {
  font-weight: 400;
  padding: 2rem 1rem 1.25rem; }
  .compareTable-product .card {
    margin-bottom: 0; }
  .compareTable-product .card-body {
    min-height: 6rem;
    padding-top: 1rem; }

.compareTable-action {
  padding: 0 1rem 1rem; }
  .compareTable-action .button {
    display: block;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.blocker {
  background: rgba(250, 250, 250, 0.5);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 500; }

.blocker-container {
  position: relative; }

.textTruncate {
  padding-bottom: 1.5rem;
  position: relative;
  transition: max-height 100ms ease-out; }

.js .textTruncate {
  max-height: 110px;
  overflow: hidden; }

.js .textTruncate--visible {
  max-height: 62.5rem; }

.textTruncate-viewMore {
  background-color: #fafafa;
  bottom: 0;
  padding-top: 10px;
  position: absolute;
  width: 100%; }

.toggle {
  border-top: 1px solid #ebebeb;
  margin-bottom: 2.25rem; }
  .toggle:last-of-type {
    margin-bottom: 4.5rem; }

.toggle-title {
  margin-bottom: 2.25rem; }

.toggleLink {
  color: #333333; }
  .toggleLink:hover {
    color: #ed1c24; }
  .toggle-title .toggleLink {
    float: right;
    line-height: 24px; }

.toggleLink-text {
  font-size: 13px;
  font-weight: 400; }

.toggleLink-text--off {
  display: inline-block; }
  .toggleLink.is-open .toggleLink-text--off {
    display: none; }

.toggleLink-text--on {
  display: none; }
  .toggleLink.is-open .toggleLink-text--on {
    display: inline-block; }

.toggle-content {
  display: none; }
  .toggle-content.is-open {
    display: block; }

.facetedSearch-toggle {
  margin: 0 auto;
  max-width: 112.5rem;
  width: 100%;
  border: #ebebeb solid;
  border-radius: 4px;
  border-width: 1px;
  display: block;
  margin-bottom: 2rem;
  padding: 1rem; }
  .facetedSearch-toggle:before, .facetedSearch-toggle:after {
    content: " ";
    display: table; }
  .facetedSearch-toggle:after {
    clear: both; }
  @media (min-width: 801px) {
    .facetedSearch-toggle {
      display: none !important; } }
  .facetedSearch-toggle.is-open {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0; }

.facetedSearch-toggle-text,
.facetedSearch-toggle-indicator {
  display: block;
  font-weight: normal; }

.facetedSearch-toggle-text {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 58.33333%;
  float: left;
  padding: 0;
  text-align: left; }

.facetedSearch-toggle-indicator {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 41.66667%;
  float: left;
  font-weight: bold;
  padding: 0;
  text-align: right; }

.facetedSearch-navList {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-navList {
      display: block !important; } }
  .facetedSearch-navList.is-open {
    display: block; }
    .facetedSearch-navList.is-open .accordion--navList,
    .facetedSearch-navList.is-open .accordion-block:first-child .accordion-navigation {
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
  .facetedSearch-toggle + .facetedSearch-navList,
  .sidebarBlock + .facetedSearch-navList {
    margin-top: 2rem; }
  .facetedSearch-toggle + .facetedSearch-navList.is-open,
  .sidebarBlock + .facetedSearch-navList.is-open {
    margin-top: -1px; }
    @media (min-width: 801px) {
      .facetedSearch-toggle + .facetedSearch-navList.is-open,
      .sidebarBlock + .facetedSearch-navList.is-open {
        margin-top: 2rem; } }
  .facetedSearch-navList .navList--inner {
    margin-left: 1.5rem; }

.facet-quick-heading {
  text-transform: capitalize; }

.facetedSearch-optionColumns {
  column-count: 3;
  column-gap: 20px; }

.facetedSearch-refineFilters {
  display: none; }
  @media (min-width: 801px) {
    .facetedSearch-refineFilters {
      display: block; } }

.facetedSearch-content--rating .is-selected {
  font-weight: bold; }

.banners {
  background-color: #ed1c24;
  color: white;
  padding: 0.75rem 0;
  text-align: center; }
  .banners p:last-child {
    margin-bottom: 0; }
  .banners a {
    color: white; }

.banner {
  margin: 0 auto;
  max-width: 112.5rem;
  width: 100%; }
  .banner:before, .banner:after {
    content: " ";
    display: table; }
  .banner:after {
    clear: both; }
  .banner + .banner {
    margin-top: 1.5rem; }

.facetLabel {
  border-radius: 4px;
  padding: 0.1875rem 0.5rem 0.1875rem 0.6875rem;
  text-decoration: none; }
  .facetLabel .icon {
    height: 0.75rem;
    width: 0.75rem;
    display: inline-block;
    fill: #333333;
    position: relative;
    top: -1px; }

.cart {
  display: block;
  margin-bottom: 1.5rem;
  width: 100%; }
  @media (min-width: 801px) {
    .cart {
      display: table; } }

.cart-header {
  display: none; }
  @media (min-width: 801px) {
    .cart-header {
      display: table-header-group;
      text-align: left; } }

.cart-header-item {
  padding-bottom: 1rem; }
  .cart-header-item:last-child {
    text-align: right; }

.cart-list {
  border-top: 1px solid #ebebeb;
  display: block; }
  @media (min-width: 801px) {
    .cart-list {
      display: table-row-group; } }

.cart-item {
  border-bottom: 1px solid #ebebeb;
  clear: both;
  display: block;
  padding: 1.5rem 0; }
  @media (min-width: 551px) {
    .cart-item {
      padding-left: 25%; }
      .cart-item:before, .cart-item:after {
        content: " ";
        display: table; }
      .cart-item:after {
        clear: both; } }
  @media (min-width: 801px) {
    .cart-item {
      display: table-row;
      padding-left: 0; }
      .cart-item:before, .cart-item:after {
        display: none; } }

.cart-item-block {
  display: block; }
  @media (min-width: 801px) {
    .cart-item-block {
      display: table-cell; } }
  .cart-item-block .definitionList {
    margin-bottom: 0.375rem; }

.cart-item-figure {
  float: left;
  height: 6.25rem;
  margin-bottom: 1.5rem;
  width: 33.33333%;
  position: relative; }
  @media (min-width: 551px) {
    .cart-item-figure {
      margin-bottom: 0;
      margin-left: -33.33333%;
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .cart-item-figure {
      float: none;
      width: 8.33333%; } }
  .cart-item-figure:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.cart-item-fixed-image {
  width: 100%; }

.cart-item-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto; }
  @media (min-width: 801px) {
    .cart-item-image {
      margin-left: 0; } }

.cart-item-title {
  display: table-cell;
  height: 6.25rem;
  padding-left: 1.5rem; }
  @media (min-width: 551px) {
    .cart-item-title {
      display: block;
      height: auto;
      margin-bottom: 1.5rem;
      overflow: hidden; } }
  @media (min-width: 801px) {
    .cart-item-title {
      display: table-cell;
      padding: 1.5rem; } }

.cart-item-info {
  clear: both;
  width: 100%; }
  @media (min-width: 551px) {
    .cart-item-info {
      clear: none;
      float: left;
      overflow: hidden;
      width: 33.33333%; }
      .cart-item-info + .cart-item-info {
        margin-top: 0; } }
  @media (min-width: 801px) {
    .cart-item-info {
      float: none;
      width: 16.66667%; }
      .cart-item-info:last-child {
        text-align: right; } }
  .cart-item-info + .cart-item-info {
    margin-top: 0.75rem; }

@media (min-width: 801px) {
  .cart-header-quantity,
  .cart-item-quantity {
    text-align: center; } }

.cart-item-quantity .form-increment {
  display: inline-block;
  margin: 0 0.1875rem 1px 1.5rem;
  vertical-align: middle; }
  @media (min-width: 801px) {
    .cart-item-quantity .form-increment {
      margin-left: 0; } }

.cart-item-label {
  color: #959595;
  float: left;
  margin-bottom: 0.375rem;
  text-align: right;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-item-label {
      display: block;
      padding-left: 1.5rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart-item-label {
      display: none; } }

.cart-item-value {
  padding-left: 1.5rem; }
  @media (min-width: 801px) {
    .cart-item-value {
      padding-left: 0; } }

.cart-item-brand {
  color: #959595;
  margin-bottom: 0.1875rem; }

.cart-item-name {
  font-size: 16px;
  margin: 0; }
  .cart-item-name + .definitionList {
    margin-top: 0.375rem; }

.cart-item-options--giftWrapping {
  margin-top: 1.125rem; }
  .cart-item-options--giftWrapping .cart-item-option-description {
    color: #333333; }

.cart-remove {
  background-color: #333333;
  border-radius: 50%;
  cursor: pointer;
  float: right;
  height: 1.125rem;
  margin-top: 0.125rem;
  padding: 0.1875rem;
  transition: background-color 0.15s ease;
  width: 1.125rem; }
  @media (min-width: 551px) {
    .cart-remove {
      margin-left: 1rem; } }
  .cart-remove.cart-remove--spacer {
    visibility: hidden; }
  .cart-remove > svg {
    fill: #333333; }

.cart-totals {
  list-style: none;
  margin-left: 0;
  margin-bottom: 1.5rem;
  text-align: right;
  width: 100%; }
  .cart-totals ul,
  .cart-totals ol {
    list-style: none;
    margin-bottom: 0; }
  @media (min-width: 551px) {
    .cart-totals {
      float: right;
      width: 75%; } }
  @media (min-width: 801px) {
    .cart-totals {
      margin-bottom: 1rem;
      width: 58.33333%; } }
  @media (min-width: 1261px) {
    .cart-totals {
      width: 41.66667%; } }

.cart-total {
  border-bottom: 0; }
  .cart-total:before, .cart-total:after {
    content: " ";
    display: table; }
  .cart-total:after {
    clear: both; }
  @media (min-width: 801px) {
    .cart-total + .cart-total {
      border-top: 1px solid #ebebeb; } }
  .cart-total .form-input {
    display: inline-block;
    height: 2rem;
    padding: 0.5rem;
    vertical-align: top;
    width: 75%; }
  .cart-total .form-select {
    background-position: right 0.3125rem top 0.4375rem;
    background-size: 1.25rem 1.25rem;
    height: 2rem;
    margin-bottom: 0.75rem;
    padding: 0.5rem 0.75rem; }
  .cart-total .form-inlineMessage {
    text-align: left; }

.cart-total-label {
  color: #333333;
  width: 33.33333%; }
  @media (min-width: 551px) {
    .cart-total-label {
      width: 50%; } }
  @media (min-width: 801px) {
    .cart-total-label {
      display: block;
      padding-left: 0;
      text-align: left; } }

.cart-total-value {
  text-align: left; }
  @media (min-width: 551px) {
    .cart-total-value {
      text-align: right; } }
  @media (min-width: 801px) {
    .cart-total-value {
      width: 50%; } }

.cart-total-label,
.cart-total-value {
  float: left;
  padding: 0.5rem 0 0.5rem 1.5rem; }
  @media (min-width: 801px) {
    .cart-total-label,
    .cart-total-value {
      padding: 1rem 0; } }

.cart-total-grandTotal {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 24px;
  padding-bottom: 0.1875rem;
  padding-top: 0.1875rem;
  position: relative; }
  @media (min-width: 801px) {
    .cart-total-grandTotal {
      padding: 1rem 0;
      top: -0.25rem; } }

.coupon-code-add,
.coupon-code-cancel,
.shipping-estimate-show,
.shipping-estimate-hide,
.gift-certificate-add,
.gift-certificate-cancel {
  color: #333333;
  padding: 0;
  text-decoration: underline;
  transition: color 0.15s ease; }
  .coupon-code-add:hover,
  .coupon-code-cancel:hover,
  .shipping-estimate-show:hover,
  .shipping-estimate-hide:hover,
  .gift-certificate-add:hover,
  .gift-certificate-cancel:hover {
    color: #ed1c24; }

.coupon-code-cancel,
.shipping-estimate-hide {
  font-style: italic; }

.coupon-form,
.cart-gift-certificate-form {
  font-size: 0;
  margin-bottom: 1rem; }
  .coupon-form:before, .coupon-form:after,
  .cart-gift-certificate-form:before,
  .cart-gift-certificate-form:after {
    content: " ";
    display: table; }
  .coupon-form:after,
  .cart-gift-certificate-form:after {
    clear: both; }
  .coupon-form .form-input,
  .coupon-form .button,
  .cart-gift-certificate-form .form-input,
  .cart-gift-certificate-form .button {
    float: left; }
  .coupon-form .form-input,
  .cart-gift-certificate-form .form-input {
    width: 78%; }
  .coupon-form .button,
  .cart-gift-certificate-form .button {
    margin: 0 0 0 2%;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 20%; }

.estimator-form {
  margin-bottom: 0; }
  .estimator-form .form-input {
    margin-bottom: 0.75rem;
    width: 100%; }
  .estimator-form .button--primary {
    width: 60%; }

.estimator-form-label {
  clear: both;
  float: left;
  font-weight: 400;
  margin-bottom: 0; }
  .estimator-form-label .form-label {
    line-height: 2rem;
    margin-bottom: 0; }

.estimator-form-label-text {
  margin-left: 0.625rem; }

.estimator-form-input {
  float: right;
  margin-bottom: 1em;
  width: 60%; }
  .estimator-form-input .form-input,
  .estimator-form-input .form-select {
    margin-bottom: 0; }

.estimator-form-input--price {
  width: 25%; }

.estimator-form-row:before, .estimator-form-row:after {
  content: " ";
  display: table; }

.estimator-form-row:after {
  clear: both; }

.estimator-form-toggleUPSRate {
  display: block;
  margin-bottom: 1em; }

.cart-actions {
  clear: both; }
  .cart-actions:before, .cart-actions:after {
    content: " ";
    display: table; }
  .cart-actions:after {
    clear: both; }
  .cart-actions .button {
    display: block;
    margin-bottom: 0; }
    @media (min-width: 551px) {
      .cart-actions .button {
        display: inline-block;
        float: right; } }
  .cart-actions .checkoutMultiple {
    clear: right;
    display: block;
    float: right;
    padding-top: 0.375rem; }

.cart-additionalCheckoutButtons:before, .cart-additionalCheckoutButtons:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight:before, .cart-additionalCheckoutButtons .FloatRight:after {
  content: " ";
  display: table; }

.cart-additionalCheckoutButtons .FloatRight:after {
  clear: both; }

.cart-additionalCheckoutButtons .FloatRight p {
  float: none !important;
  margin: 0.5rem 0;
  text-align: right; }

.cart-additionalCheckoutButtons .FloatRight div {
  float: right; }

.cart-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .cart-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.previewCartList {
  list-style: none;
  margin-left: 0;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  display: table;
  table-layout: fixed;
  width: 100%; }
  .previewCartList ul,
  .previewCartList ol {
    list-style: none;
    margin-bottom: 0; }
  .previewCartList li {
    margin: 0;
    padding: 0; }

.previewCartItem {
  margin: 0 auto;
  max-width: 112.5rem;
  width: 100%;
  display: table-row;
  line-height: 19px; }
  .previewCartItem:before, .previewCartItem:after {
    content: " ";
    display: table; }
  .previewCartItem:after {
    clear: both; }
  .previewCartItem + .previewCartItem {
    border-top: 1px solid #ebebeb; }

.previewCartItem-image,
.previewCartItem-content {
  display: table-cell;
  vertical-align: middle; }

.previewCartItem-image {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  padding: 0;
  text-align: center;
  position: relative; }
  .previewCartItem-image img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .previewCartItem-image:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.previewCartItem-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 66.66667%;
  padding-left: 0; }

.previewCartItem-name {
  margin: 0;
  text-transform: none; }
  .previewCartItem-name > a {
    text-decoration: none; }

.previewCartItem-brand,
.previewCartItem-name {
  margin-bottom: 0.1875rem; }

.previewCartItem-brand,
.previewCartItem-price {
  color: #333333;
  display: inline-block;
  font-size: 13px; }

.previewCartAction {
  margin: 0 auto;
  max-width: 112.5rem;
  width: 100%;
  border-top: 1px solid #ebebeb;
  display: block;
  padding: 1.5rem 0.75rem; }
  .previewCartAction:before, .previewCartAction:after {
    content: " ";
    display: table; }
  .previewCartAction:after {
    clear: both; }
  .previewCartAction .button {
    margin: 0;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%; }

.previewCartAction-checkout,
.previewCartAction-viewCart {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: left; }
  .previewCartAction-checkout.previewCartAction-viewCart--sole,
  .previewCartAction-viewCart.previewCartAction-viewCart--sole {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; }

.previewCartAction-checkout {
  padding-right: 0.375rem; }

.previewCartAction-checkoutMultiple {
  clear: both;
  padding-left: 0.75rem;
  padding-top: 0.375rem; }

.previewCartAction-viewCart {
  padding-left: 0.375rem; }

.previewCart-emptyBody {
  padding: 3rem;
  text-align: center; }

.addressList {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.address {
  align-self: stretch;
  display: inline-block;
  margin-bottom: 1.5rem;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .address {
      width: 50%; } }
  @media (min-width: 1261px) {
    .address {
      width: 33.33333%; } }

.panel--address {
  background-color: white;
  font-size: 1rem;
  height: 100%;
  position: relative; }
  .panel--address .panel-body {
    background-color: transparent;
    height: 100%;
    margin: 0;
    padding: 1.5rem; }
    @media (min-width: 551px) {
      .panel--address .panel-body {
        padding: 1.5rem 1.5rem 4.5rem; } }
  .panel--address .form-actions {
    margin-bottom: -0.75rem;
    margin-top: 1.5rem;
    text-align: left; }
    @media (min-width: 551px) {
      .panel--address .form-actions {
        bottom: 1.5rem;
        position: absolute;
        width: auto; } }
    .panel--address .form-actions a {
      margin: 0; }
    .panel--address .form-actions .button {
      margin-bottom: 0.75rem; }
      .panel--address .form-actions .button + .button {
        margin-left: 0;
        margin-top: 0; }
        @media (min-width: 551px) {
          .panel--address .form-actions .button + .button {
            margin-left: 0.375rem; } }

.address-title {
  margin: 0 0 0.75rem;
  text-transform: none; }

.address-details {
  list-style: none;
  margin: 0 0 0.75rem; }

.address-details--postal {
  font-size: 16px; }

.address-label,
.address-description {
  display: inline-block;
  font-size: 1rem;
  margin: 0; }

.address-label {
  color: #333333;
  font-weight: 400; }

.panel--newAddress {
  border: 1px solid #ebebeb;
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newAddress:hover .address-title {
    color: #ed1c24; }
  .panel--newAddress .panel-body {
    background-color: transparent;
    display: block;
    height: 100%; }
  .panel--newAddress .address-title {
    margin-bottom: 0;
    transition: all 0.15s ease; }

.address-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.address-symbol {
  font-size: 50px;
  line-height: 1; }

.videoGallery-main {
  height: 0;
  margin-bottom: 1rem;
  overflow: hidden;
  padding-bottom: 67.5%;
  padding-top: 1.5625rem;
  position: relative;
  margin-bottom: 1.875rem; }
  .videoGallery-main.widescreen {
    padding-bottom: 56.34%; }
  .videoGallery-main.vimeo {
    padding-top: 0; }
  .videoGallery-main iframe,
  .videoGallery-main object,
  .videoGallery-main embed,
  .videoGallery-main video {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    left: 0; }

.videoGallery-list {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .videoGallery-list ul,
  .videoGallery-list ol {
    list-style: none;
    margin-bottom: 0; }
  .videoGallery-list:before, .videoGallery-list:after {
    content: " ";
    display: table; }
  .videoGallery-list:after {
    clear: both; }

.videoGallery-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  float: none;
  vertical-align: top; }
  @media (min-width: 801px) {
    .videoGallery-item {
      width: 50%; } }

.video {
  display: block;
  margin-bottom: 1.875rem;
  opacity: 0.4;
  text-decoration: none;
  transition: opacity 100ms ease-out; }
  .video:before, .video:after {
    content: " ";
    display: table; }
  .video:after {
    clear: both; }
  .video-figure {
    float: left;
    margin-right: 0.75rem; }
    .video-figure > img {
      display: block; }
  .video-figure--opposite {
    float: right;
    margin-left: 0.75rem;
    margin-right: 0; }
  .video-body:before, .video-body:after {
    content: " ";
    display: table; }
  .video-body:after {
    clear: both; }
  @media (min-width: 801px) {
    .video {
      margin-bottom: 1.875rem; } }
  .video:hover, .video.is-active {
    color: #333333;
    opacity: 1; }

.video-figure {
  margin-right: 1.875rem; }

.video-title {
  margin-bottom: 0;
  margin-top: 0;
  text-transform: none; }

.video-description {
  font-size: 1rem;
  margin-bottom: 0; }

.previewCart {
  margin: 0 auto;
  max-width: 112.5rem;
  width: 100%; }
  .previewCart:before, .previewCart:after {
    content: " ";
    display: table; }
  .previewCart:after {
    clear: both; }
  @media (min-width: 801px) {
    .previewCart .productView {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 75%;
      float: left;
      display: flex;
      margin: 0;
      padding-bottom: 0;
      padding-top: 0; }
    .previewCart .productView-image {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 58.33333%;
      float: left;
      display: flex;
      flex-direction: column; }
    .previewCart .productView-image--cart {
      align-self: flex-start;
      margin: 0 auto;
      width: 100%; }
    .previewCart .productView-details {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 41.66667%;
      float: left; } }
  .previewCart .productView-title {
    margin-top: 0; }

.previewCartCheckout {
  background: #333333;
  padding: 1rem;
  text-align: center; }
  @media (min-width: 801px) {
    .previewCartCheckout {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: right;
      padding: 1.5rem; } }
  .previewCartCheckout .button {
    display: block;
    margin: 0;
    width: 100%; }
    .previewCartCheckout .button + .button,
    .previewCartCheckout .button + p {
      margin-top: 0.75rem; }

.previewCartCheckout-price {
  display: block;
  font-size: 64px;
  font-weight: bold;
  text-align: center; }

.previewCartCheckout-subtotal {
  display: block;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.previewCartCheckout-additionalCheckoutButtons p {
  float: none !important;
  margin: 0.5rem 0; }

.previewCartCheckout-additionalCheckoutButtons .CheckoutButton {
  margin-bottom: 1rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:first-child {
    margin-top: 1.5rem; }
  .previewCartCheckout-additionalCheckoutButtons .CheckoutButton:last-child {
    margin-bottom: 1.5rem; }

.suggestiveCart {
  display: none;
  text-align: center; }
  @media (min-width: 801px) {
    .suggestiveCart {
      display: block; } }

.maintenanceNotice {
  background-color: #fffdea;
  box-shadow: 0 0 5px #959595;
  color: #333333;
  left: 1.125rem;
  padding: 1rem 1.3125rem;
  position: fixed;
  top: 1.125rem;
  width: 24rem;
  z-index: 500; }
  .maintenanceNotice > :last-child {
    margin-bottom: 0; }
  .maintenanceNotice a {
    color: #333333; }

.maintenanceNotice-header {
  font-family: "Roboto Condensed";
  margin: 0 0 0.75rem; }

body.hasAdminBar {
  padding-top: 101px; }
  @media (min-width: 801px) {
    body.hasAdminBar {
      padding-top: 0; }
      body.hasAdminBar .banners {
        margin-top: 46px; }
      body.hasAdminBar .header {
        padding-top: 0; } }
  body.hasAdminBar .header {
    padding-top: 46px; }
  body.hasAdminBar .navPages-container.is-open {
    padding-top: 101px; }

.adminBar {
  background-color: white;
  box-shadow: 0 0.125rem 0.4375rem 0 rgba(0, 0, 0, 0.2);
  color: #626568;
  float: left;
  font-family: "Source Sans Pro", arial, "sans serif", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 46px;
  left: 0;
  position: fixed;
  text-decoration: none;
  top: 0;
  width: 100%;
  z-index: 10000; }

.adminBar-logo {
  background-color: #273a8a;
  float: left;
  height: 46px;
  width: 45px; }
  .adminBar-logo svg {
    height: 100%;
    padding: 7px 10px 11px 7px;
    width: 100%; }

.adminBar-content {
  align-items: center;
  display: flex;
  height: 46px;
  justify-content: space-between;
  margin-left: 45px;
  padding: 17px 20.5px 14px 20px; }
  .adminBar-content a {
    color: #4b71fc;
    font-weight: 600;
    text-decoration: none; }

.adminBar-private {
  float: right;
  text-align: right; }
  .adminBar-private span {
    white-space: nowrap; }

.preview {
  font-weight: 400;
  padding-left: 9px; }

.cookieMessage {
  background: #e5e5e5;
  color: #333333;
  display: none; }
  .cookieMessage .button {
    width: 100%; }
    @media (min-width: 801px) {
      .cookieMessage .button {
        vertical-align: middle;
        width: 25%; } }
    @media (min-width: 1261px) {
      .cookieMessage .button {
        vertical-align: top; } }

.cookieMessage-container {
  margin: 0 auto;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .cookieMessage-container {
      width: 83.33333%; } }
  @media (min-width: 1261px) {
    .cookieMessage-container {
      width: 58.33333%; } }

@media (min-width: 801px) {
  .cookieMessage-text {
    display: inline-block;
    padding: 0 0.75rem;
    vertical-align: middle;
    width: 66.66667%; } }

.login {
  margin-bottom: 3rem; }

.login-row {
  margin: 0 auto;
  max-width: 112.5rem;
  width: 100%; }
  .login-row:before, .login-row:after {
    content: " ";
    display: table; }
  .login-row:after {
    clear: both; }
  @media (min-width: 801px) {
    .login-row {
      margin-top: 6rem; } }

.login-form {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .login-form {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left;
      margin-top: 3rem; } }

.new-customer {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .new-customer {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 50%;
      float: left; } }

.new-customer-intro {
  margin-bottom: 0; }

.new-customer-fact-list {
  margin-top: 1.5rem; }

.new-customer-fact {
  padding-left: 0.75rem; }

.search-suggestion {
  margin-bottom: 2rem; }
  .search-suggestion > :last-child {
    margin-bottom: 0; }

.suggestion-title {
  margin-top: 0;
  text-transform: none; }

.advancedSearch-form {
  margin-bottom: 3rem; }
  .advancedSearch-form .form-row {
    margin-bottom: -1.5rem; }

.quickSearchResults {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .quickSearchResults {
      margin-top: 0; } }
  .quickSearchResults .modal-close {
    display: none; }
    @media (min-width: 801px) {
      .quickSearchResults .modal-close {
        display: block; } }

.advancedSearch-separator {
  display: none; }

.advancedSearch-title {
  margin: 0 0 1.5rem;
  text-transform: none; }

.search-price-range label {
  display: inline; }
  .search-price-range label input {
    display: block;
    padding-left: 1.5rem; }
    @media (min-width: 551px) {
      .search-price-range label input {
        display: inline;
        width: 6rem; } }
  @media (min-width: 551px) {
    .search-price-range label span {
      display: inline;
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.category-suggestion-list {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  list-style-type: none; }
  .category-suggestion-list:before, .category-suggestion-list:after {
    content: " ";
    display: table; }
  .category-suggestion-list:after {
    clear: both; }

.category-suggestion {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 33.33333%;
  float: left;
  font-size: 16px; }

.search-refine {
  margin-left: 1.5rem; }

.quickSearchMessage {
  font-size: 64px;
  margin: 1.5rem 0 0;
  text-align: center; }

.navBar--account {
  display: none; }
  @media (min-width: 801px) {
    .navBar--account {
      display: block; } }

.account-heading {
  border-bottom: 1px solid #ebebeb;
  margin: 0;
  padding-bottom: 1rem; }

.account-list {
  list-style: none;
  margin-left: 0; }

.account-listItem {
  border-bottom: 1px solid #ebebeb;
  padding: 1.5rem 0;
  position: relative; }
  .account-listItem img {
    width: 100%; }
  .account-listItem .account-product-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: relative; }

.account-listShipping {
  border-bottom: 1px solid #ebebeb;
  font-weight: 700;
  padding: 2rem 0; }
  .account-listShipping .account-listShipping-title {
    margin: 0;
    text-transform: none; }

.account-product:before, .account-product:after {
  content: " ";
  display: table; }

.account-product:after {
  clear: both; }

.account-product-figure {
  float: left;
  margin-right: 0.75rem; }
  .account-product-figure > img {
    display: block; }

.account-product-figure--opposite {
  float: right;
  margin-left: 0.75rem;
  margin-right: 0; }

.account-product-body:before, .account-product-body:after {
  content: " ";
  display: table; }

.account-product-body:after {
  clear: both; }

.account-product-figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin: 0 2rem 0 0;
  position: relative;
  width: 70px; }
  .account-product-figure:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.account-product-download {
  border-radius: 50%;
  height: 2.0625rem;
  padding: 0;
  position: absolute;
  right: -0.75rem;
  top: -0.75rem;
  width: 2.0625rem;
  z-index: 1; }
  .account-product-download .icon {
    height: 1.5rem;
    margin-top: 0.375rem;
    width: 1.5rem; }
  .account-product-download svg {
    fill: white; }

.account-product-body {
  overflow: hidden;
  padding-bottom: 3.5rem;
  position: relative; }
  @media (min-width: 551px) {
    .account-product-body {
      padding-bottom: 0; } }
  .account-product-body .definitionList {
    font-size: 16px;
    margin-bottom: 0; }

.account-product-title {
  margin: 0 0 0.1875rem;
  text-transform: none; }
  .account-product-title > a {
    text-decoration: none; }
  .account-product-title + .definitionList {
    margin-top: 0.75rem; }

.account-product-subtitle {
  color: #959595;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 16px;
  margin: -0.1875rem 0 1rem;
  text-transform: none; }

.account-product-price {
  float: right;
  font-size: 16px; }

.account-product-description + .definitionList {
  margin: -1.375rem 0 1.5rem; }

.account-product-refundQty {
  color: #959595;
  margin-bottom: 0; }

.account-product-details {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .account-product-details:before, .account-product-details:after {
    content: " ";
    display: table; }
  .account-product-details:after {
    clear: both; }

.account-product-detail {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 551px) {
    .account-product-detail {
      width: 33.33333%; } }
  @media (min-width: 1261px) {
    .account-product-detail {
      width: 25%; } }
  .account-product-detail + .account-product-detail {
    margin-top: 1rem; }
    @media (min-width: 551px) {
      .account-product-detail + .account-product-detail {
        margin-top: 0; } }
  @media (min-width: 551px) {
    .account-product-detail + .account-product-detail--full {
      margin-top: 1.5rem; } }

@media (min-width: 1261px) {
  .account-product-detail--large {
    width: 50%; } }

.account-product-detail--full {
  width: 100%; }

.account-product-detail-heading {
  color: #333333;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-size: 13px;
  margin: 0 0 0.375rem; }

.account-product--alignMiddle {
  display: table;
  width: 100%; }
  .account-product--alignMiddle .account-product-checkItem {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    width: 2rem; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-checkItem {
        left: -2.5rem; } }
    .account-product--alignMiddle .account-product-checkItem .form-label {
      height: 1.5rem;
      margin: 0;
      padding: 0;
      width: 1.5rem; }
  .account-product--alignMiddle .account-product-figure,
  .account-product--alignMiddle .account-product-body {
    display: table-cell; }
  .account-product--alignMiddle .account-product-figure {
    float: none;
    margin-right: 0; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-figure {
        left: -2rem; } }
  .account-product--alignMiddle .account-product-body {
    padding-left: 2rem;
    vertical-align: middle; }
    @media (min-width: 1261px) {
      .account-product--alignMiddle .account-product-body {
        padding-left: 0; } }

.account-orderTotal {
  float: right;
  font-size: 16px;
  margin-top: -1.5rem;
  width: 66.66667%; }

.account-orderTotal-key,
.account-orderTotal-value {
  margin: 0;
  padding: 1.5rem 0; }

.account-orderTotal-key {
  color: #333333;
  float: left;
  font-weight: 400; }
  .account-orderTotal-key:last-of-type {
    position: relative;
    top: 0.3125rem; }

.account-orderTotal-value {
  border-bottom: 1px solid #ebebeb;
  text-align: right; }
  .account-orderTotal-value:last-child {
    border-bottom: 0;
    font-size: 24px; }

.account-orderStatus {
  bottom: 0;
  left: 0;
  position: absolute; }
  @media (min-width: 551px) {
    .account-orderStatus {
      float: right;
      position: inherit;
      text-align: right; } }

.account-orderStatus-label {
  background-color: #cccccc;
  color: white;
  display: inline-block;
  font-size: 13px;
  line-height: 15px;
  margin: 0 0 0.375rem;
  padding: 0.1875rem 0.5rem; }

.account-orderStatus-action {
  color: #333333;
  display: inline-block;
  font-size: 13px;
  font-style: italic;
  letter-spacing: 0.25px;
  margin-left: 0.75rem;
  text-align: right;
  text-decoration: underline;
  vertical-align: top; }
  @media (min-width: 551px) {
    .account-orderStatus-action {
      display: block;
      margin-left: 0; } }
  .account-orderStatus-action:hover {
    color: #ed1c24; }

.account .pagination {
  color: #959595;
  margin-top: 3rem;
  text-align: center; }

.account-message .is-read {
  color: #959595; }

.account-sidebar-block {
  font-size: 16px; }
  .account-sidebar-block + .account-sidebar-block {
    margin-top: 3rem; }
  .account-sidebar-block .account-heading {
    margin-bottom: 1.5rem; }

.account-order-address {
  list-style: none;
  margin-left: 0; }
  .account-order-address ul,
  .account-order-address ol {
    list-style: none;
    margin-bottom: 0; }

.account-reorder-form {
  display: inline-block; }

.order-payments-description {
  color: #ed1c24;
  font-weight: 400;
  margin-top: 1.5rem; }

.account-downloads-summary {
  border-bottom: 1px solid #ebebeb;
  font-size: 16px;
  padding-bottom: 1.5rem; }

.account-downloadsList {
  list-style: none;
  margin-left: 0; }
  .account-downloadsList ul,
  .account-downloadsList ol {
    list-style: none;
    margin-bottom: 0; }

.account-downloadsItem {
  margin-bottom: 1.5rem; }
  .account-downloadsItem > :first-child {
    margin-top: 0; }
  .account-downloadsItem > :last-child {
    margin-bottom: 0; }

.account-downloadsItem-title {
  color: #333333;
  font-size: 16px;
  margin-bottom: 0.1875rem;
  text-transform: none; }

.account-downloadsItem-description {
  margin-bottom: 0; }

.account-downloadsItem-availability {
  color: #333333; }

.wishlists-table {
  margin-left: auto;
  margin-right: auto;
  max-width: 112.5rem; }

.wishlist-header {
  display: none;
  text-align: center; }

.modal .wishlist-header {
  display: block; }

.wishlist-form {
  margin: 0 auto;
  max-width: 112.5rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 34.375rem; }
  .wishlist-form:before, .wishlist-form:after {
    content: " ";
    display: table; }
  .wishlist-form:after {
    clear: both; }
  .wishlist-form .form-field {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left; }

.share-wishlist {
  margin-left: auto;
  margin-right: auto;
  max-width: 40.625rem;
  text-align: center; }

.icon--ratingEmpty svg {
  fill: #ebebeb; }

.icon--ratingFull svg {
  fill: #ed1c24; }

.rating--small {
  display: inline-block; }
  .rating--small .icon {
    height: 0.875rem;
    width: 0.875rem;
    margin-top: -3px; }

.apple-pay-checkout-button {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 60%;
  border-radius: 0.25rem;
  cursor: pointer;
  display: none;
  max-height: 4rem;
  min-height: 2rem;
  min-width: 8.375rem;
  padding: 1.5rem;
  background-color: #000;
  background-image: -webkit-named-image(apple-pay-logo-white); }

.cart-additionalCheckoutButtons .apple-pay-checkout-button {
  margin-top: 0.75rem; }

.apple-pay-supported .apple-pay-checkout-button {
  display: block; }
  @media (min-width: 551px) {
    .apple-pay-supported .apple-pay-checkout-button {
      display: inline-block;
      float: right; } }

.previewCartCheckout .apple-pay-checkout-button {
  float: none;
  margin-top: 0.75rem; }

.paymentMethodList {
  font-size: 0;
  list-style: none;
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.paymentMethodName {
  margin-top: 0;
  padding: 0 0.75rem;
  text-transform: none; }

.paymentMethod {
  display: inline-block;
  padding: 0 0.75rem;
  vertical-align: top;
  width: 100%; }
  @media (min-width: 551px) {
    .paymentMethod {
      width: 50%; } }

@media (min-width: 551px) {
  .paymentMethodForm {
    max-width: 60%; }
    .paymentMethodForm .paymentMethodForm-column {
      display: flex; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:first-child {
        width: 70%; }
      .paymentMethodForm .paymentMethodForm-column .paymentMethodForm-inputs:last-child {
        padding-left: 1.5rem;
        width: 30%; }
    .paymentMethodForm .paymentMethodForm-column:first-child .form-field {
      margin-bottom: 0.75rem; } }

.panel--paymentMethod {
  font-size: 1rem;
  position: relative; }
  .panel--paymentMethod .panel-body {
    border: 1px solid #ebebeb;
    border-radius: 0.1875rem;
    min-height: 14.25rem;
    padding: 0; }
  .panel--paymentMethod .form-actions {
    font-size: 0;
    margin-top: 0;
    text-align: left; }
    .panel--paymentMethod .form-actions .button {
      margin-top: 0; }

.paymentMethod-card,
.paymentMethod-details {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 0; }

.paymentMethod-card {
  align-items: center;
  background: white;
  padding: 0.75rem; }
  @media (min-width: 1261px) {
    .paymentMethod-card {
      padding: 1.5rem; } }

.paymentMethod-icon {
  margin-right: 0.75rem;
  width: 1.75rem; }
  @media (min-width: 1261px) {
    .paymentMethod-icon {
      width: 2.625rem; } }

.paymentMethod-brand {
  font-size: 13px;
  font-weight: 600; }
  @media (min-width: 1261px) {
    .paymentMethod-brand {
      font-size: 1rem; } }

.paymentMethod-default {
  margin-left: 0.75rem; }
  .paymentMethod-default.icon {
    fill: #666666;
    height: 1.125rem;
    width: 1.125rem; }
    @media (min-width: 1261px) {
      .paymentMethod-default.icon {
        height: 1.25rem;
        width: 1.25rem; } }

.paymentMethod-expiry {
  font-size: 16px;
  margin-left: auto;
  text-transform: capitalize; }

.paymentMethod-details {
  padding: 1.5rem; }

.paymentMethod-label,
.paymentMethod-description {
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0.75rem; }

.paymentMethod-label {
  flex: 6.25rem;
  font-weight: 600; }

.paymentMethod-description {
  flex: calc(100% - 100px);
  padding-left: 0.75rem; }

.paymentMethod-form {
  padding: 0 1.5rem 0.75rem; }
  @media (min-width: 551px) {
    .paymentMethod-form {
      bottom: 0.75rem;
      position: absolute;
      width: auto; } }

.panel--newPaymentMethod {
  display: block;
  text-align: center;
  text-decoration: none; }
  .panel--newPaymentMethod:hover .paymentMethod-title {
    color: #ed1c24; }
  .panel--newPaymentMethod .panel-body {
    background-color: transparent; }
  .panel--newPaymentMethod .paymentMethod-title {
    margin-bottom: 0;
    text-transform: none;
    transition: all 0.15s ease; }

.paymentMethod-addNew {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-55%); }

.paymentMethod-symbol {
  font-size: 50px;
  line-height: 1; }

.paymentMethodForm-heading {
  color: #333333;
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  margin-top: 1.5rem;
  text-transform: none; }

.paymentMethodForm-subheading {
  display: flex;
  font-weight: 600; }

@media (min-width: 551px) {
  .paymentMethodForm-cards {
    margin-left: auto; } }

.paymentMethodForm-cards-icon {
  margin-right: 0.1875rem;
  width: 2.125rem; }

.paymentMethodForm-inputs {
  position: relative; }

.paymentMethodForm-inputs-icon {
  position: absolute;
  right: 0.5625rem;
  top: 2.4375rem; }
  .paymentMethodForm-inputs-icon.icon {
    fill: #959595;
    height: 1.3125rem;
    width: 1.3125rem; }

.paymentMethodForm-details {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .paymentMethodForm-details {
      display: inline-block;
      margin: 0 3rem 0 0; } }

.paymentMethodForm-details-term {
  font-weight: 400;
  margin-bottom: 0.75rem; }

.paymentMethodForm-details-description {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.25px; }

.header {
  background-color: #ed1c24;
  border-bottom: 1px solid #ebebeb;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }
  @media (min-width: 801px) {
    .header {
      border-bottom: 1px solid #ebebeb;
      overflow: visible;
      position: relative; } }
  .header.is-open {
    height: 100%; }
    @media (min-width: 801px) {
      .header.is-open {
        height: auto; } }

.header-logo {
  font-size: 0;
  height: 55px;
  margin: 0 3.4375rem;
  text-align: center; }
  @media (min-width: 551px) {
    .header-logo {
      margin-left: 5.15625rem;
      margin-right: 5.15625rem; } }
  @media (min-width: 801px) {
    .header-logo {
      height: auto;
      margin: 4rem auto 4.5rem;
      padding: 0; }
      .header.fixed .header-logo {
        background-color: #e5e5e5;
        margin: 0;
        padding: 0.375rem 0;
        position: absolute;
        top: 0;
        width: 100%; } }
  .header-logo > a {
    color: #333333;
    display: flex;
    padding: 0.75rem 0;
    position: relative;
    text-decoration: none;
    width: auto;
    z-index: 20; }
    .header-logo > a:before, .header-logo > a:after {
      content: " ";
      display: table; }
    .header-logo > a:after {
      clear: both; }
    @media (min-width: 801px) {
      .header-logo > a {
        background: none;
        border-bottom: 0;
        display: inline-flex;
        padding: 0; } }
    .header-logo > a:hover {
      color: #ed1c24; }
    .header-logo > a:active {
      color: #ed1c24; }

.header-logo--left {
  text-align: left; }
  @media (min-width: 801px) {
    .header-logo--left {
      margin-left: 2.5rem; } }
  .header-logo--left .header-logo-image {
    right: unset; }

.header-logo--right {
  text-align: right; }
  @media (min-width: 801px) {
    .header-logo--right {
      margin-right: 2.5rem; } }
  .header-logo--right .header-logo-image {
    left: unset; }

.header-logo-text {
  display: block;
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0.125rem;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  padding: 0.1875rem 0;
  text-overflow: ellipsis;
  text-transform: none;
  white-space: nowrap; }
  @media (min-width: 551px) {
    .header-logo-text {
      font-size: 22px;
      padding-bottom: 0;
      padding-top: 0; } }
  @media (min-width: 801px) {
    .header-logo-text {
      display: inline;
      font-size: 28px;
      margin-left: 0;
      margin-right: -0.125rem;
      max-width: none;
      overflow: auto;
      white-space: normal; }
      .header.fixed .header-logo-text {
        font-size: 48px; } }

.header-logo-image-container {
  position: relative; }

.header-logo-image-container:after {
  content: '';
  display: block;
  padding-bottom: 1.9375rem; }
  @media (min-width: 801px) {
    .header-logo-image-container:after {
      padding-bottom: 90px; } }

.header-logo-image {
  max-height: 1.9375rem; }
  .sticky.fixed .header-logo-image {
    max-height: 2.8125rem;
    vertical-align: middle; }
  @media (min-width: 801px) {
    .header-logo-image {
      max-height: none;
      vertical-align: unset; } }

.header-logo-image-unknown-size {
  max-height: 1.9375rem; }
  .sticky.fixed .header-logo-image-unknown-size {
    max-height: 2.8125rem;
    vertical-align: middle; }
  @media (min-width: 801px) {
    .header-logo-image-unknown-size {
      max-height: none; } }

.mobileMenu-toggle {
  height: 3.4375rem;
  width: 3.4375rem;
  display: inline-block;
  font-size: 0;
  left: 0;
  overflow: hidden;
  padding: 0 1.125rem;
  position: absolute;
  z-index: 50; }
  @media (min-width: 801px) {
    .mobileMenu-toggle {
      display: none; } }
  .mobileMenu-toggle .mobileMenu-toggleIcon,
  .mobileMenu-toggle .mobileMenu-toggleIcon::before,
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: #333333;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    transform: rotate(0deg);
    transition: transform 100ms ease-in, top 100ms ease-in 150ms, bottom 100ms ease-in 150ms;
    width: 1.25rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon {
    top: 1.6875rem;
    transition: background-color 10ms ease-in 100ms; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before {
    top: -0.5rem; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    bottom: -0.5rem; }
  .mobileMenu-toggle.is-open .mobileMenu-toggleIcon {
    background-color: transparent;
    transition-delay: 100ms; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      background-color: #333333;
      bottom: auto;
      top: auto;
      transition: transform 100ms ease-in 150ms, top 100ms ease-in, bottom 100ms ease-in; }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before {
      top: 0;
      transform: rotate(45deg); }
    .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
      bottom: 0;
      transform: rotate(-45deg); }

.body {
  margin-bottom: 3rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .body {
      margin-top: 2.5rem; } }

.page {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto; }
  .page:before, .page:after {
    content: " ";
    display: table; }
  .page:after {
    clear: both; }

.page-content,
.page-content--full {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }

@media (min-width: 801px) {
  .page-content--centered {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 66.66667%;
    float: left;
    margin-left: auto;
    margin-right: auto;
    float: none; } }

.page-content--textCenter {
  text-align: center; }

.page-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  position: relative; }
  @media (min-width: 801px) {
    .page-sidebar {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%;
      float: left; }
      .page-sidebar + .page-content {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
        width: 75%;
        float: left; } }

.footer {
  background-color: #ebebeb;
  border-top: 1px solid #ebebeb;
  padding: 3rem 0; }

.footer-info {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .footer-info:before, .footer-info:after {
    content: " ";
    display: table; }
  .footer-info:after {
    clear: both; }

.footer-info-col {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  color: #333333;
  display: inline-block;
  float: none;
  font-size: 1rem;
  margin-bottom: 3rem;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 551px) {
    .footer-info-col {
      text-align: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 33.33334%; } }
  .footer-info-col > :first-child {
    margin-top: 0; }
  .footer-info-col > :last-child {
    margin-bottom: 0; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--social {
  width: 100%; }

@media (min-width: 551px) {
  .footer-info-col--left {
    padding: 0; } }

@media (min-width: 551px) {
  .footer-info-col--right {
    left: 50%;
    position: inherit; } }

@media (min-width: 801px) {
  .footer-info-col--right {
    left: 0;
    padding: 0;
    text-align: right; } }

.footer-info-heading {
  font-size: 1rem; }

.footer-info-list {
  list-style: none;
  margin-left: 0; }
  .footer-info-list a {
    color: #333333;
    text-decoration: none; }
    .footer-info-list a:hover {
      color: #ed1c24; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #333333;
    font-size: 13px;
    margin: 0; }
  .footer-copyright a {
    color: #333333;
    text-decoration: none; }
    .footer-copyright a:hover {
      color: #ed1c24; }

.footer-payment-icons {
  height: 2.5rem;
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .footer-payment-icons {
      margin-top: 3rem; } }
  .footer-payment-icons .footer-payment-icon {
    height: 100%;
    margin: 0.375rem;
    vertical-align: middle;
    width: 3.125rem; }
  .footer-payment-icons svg {
    fill: #333333; }

@media (min-width: 551px) {
  .footer-geotrust-ssl-seal {
    bottom: 0;
    position: absolute;
    right: 16px; } }

.footer-geotrust-ssl-seal table {
  margin: auto; }

.footer-newsletter-summary {
  text-align: left; }

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 118.5rem;
  padding: 0 1.5rem;
  position: relative;
  width: 100%; }
  @media (min-width: 1261px) {
    .container {
      padding: 0 6rem; } }

.blog {
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .blog {
      margin: auto;
      width: 100%; } }
  .blog + .blog {
    border-top: 1px solid #ebebeb;
    margin-top: 3rem;
    padding-top: 3rem; }
  .blog .tags {
    margin-top: 3rem;
    text-align: center; }
  .blog .socialLinks {
    text-align: center; }
  .blog .addthis_toolbox {
    margin-top: 3rem; }

.blog-title {
  font-size: 36px;
  margin: 0 1.5rem 0.375rem; }
  .blog-title a {
    text-decoration: none; }

.blog-date,
.blog-author {
  color: #333333;
  text-align: center; }

.blog-author {
  margin-bottom: 2.5rem; }

.blog-post {
  font-size: 16px;
  text-align: left; }

.blog-thumbnail {
  margin: 0 auto 2rem;
  position: relative;
  max-width: 1920px; }
  .blog-thumbnail img {
    width: 100%; }

.blog-post-figure {
  display: block;
  margin: auto;
  text-align: center; }

.blog-post-body {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%; }
  @media (min-width: 551px) {
    .blog-post-body {
      width: 83.33333%; } }

.sidebarBlock + .sidebarBlock {
  border-top: 1px solid #ebebeb;
  margin-top: 2rem;
  padding-top: 2rem; }

.sidebarBlock-heading {
  margin-top: 0; }

.brandGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .brandGrid ul,
  .brandGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .brandGrid:before, .brandGrid:after {
    content: " ";
    display: table; }
  .brandGrid:after {
    clear: both; }
  .brandGrid .brand {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .brandGrid .brand {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .brandGrid .brand {
        width: 25%; } }
    .brandGrid .brand .card-title {
      text-align: center; }

.brand-image-container {
  position: relative;
  max-width: 100px; }
  .brand-image-container img {
    width: 100%; }

.brand .card-img-container {
  max-width: 190px; }
  .brand .card-img-container:after {
    content: "";
    display: block;
    height: 0;
    width: 100%;
    padding-bottom: 100%; }

.productGrid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-bottom: 1.5rem; }
  .productGrid ul,
  .productGrid ol {
    list-style: none;
    margin-bottom: 0; }
  .productGrid:before, .productGrid:after {
    content: " ";
    display: table; }
  .productGrid:after {
    clear: both; }
  .productGrid .product {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 50%;
    float: none;
    display: inline-block;
    font-size: 1rem;
    vertical-align: top; }
    @media (min-width: 551px) {
      .productGrid .product {
        width: 33.33333%; } }
    @media (min-width: 801px) {
      .productGrid .product {
        width: 25%; } }

@media (min-width: 551px) {
  .page-sidebar + .page-content .productGrid .product {
    width: 33.33333%; } }

.productMasonry {
  column-count: 2;
  column-fill: auto;
  column-gap: 1.25rem;
  margin: 0 0 1.5rem;
  overflow: hidden; }
  @media (min-width: 551px) {
    .productMasonry {
      column-count: 3; } }
  @media (min-width: 801px) {
    .productMasonry {
      column-count: 4; } }
  .productMasonry .product {
    break-inside: avoid;
    page-break-inside: avoid;
    display: block;
    margin-bottom: 3rem;
    padding: 0;
    width: 100%; }
  .productMasonry .card {
    margin: 0; }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol6 .product {
    width: 16.66667%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol6 {
    column-count: 6; } }

@media (min-width: 801px) {
  .no-csscolumns .productGrid--maxCol3 .product {
    width: 33.33333%; } }

@media (min-width: 801px) {
  .csscolumns .productGrid--maxCol3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    width: 100%;
    float: left;
    float: none; }
    .csscolumns .productGrid--maxCol3 .product {
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 33.33333%;
      float: none; } }

.productList {
  list-style: none;
  margin-left: 0;
  margin: 0.75rem; }
  .productList ul,
  .productList ol {
    list-style: none;
    margin-bottom: 0; }
  .productList .product + .product {
    margin-top: 4rem; }

@media (min-width: 551px) {
  .listItem {
    margin: 0 -0.75rem;
    max-width: none;
    width: auto;
    display: table; }
    .listItem:before, .listItem:after {
      content: " ";
      display: table; }
    .listItem:after {
      clear: both; } }

@media (min-width: 551px) {
  .listItem-figure,
  .listItem-body {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-figure,
  .listItem-body {
    vertical-align: middle; } }

.listItem-button {
  background-color: rgba(255, 255, 255, 0.9);
  color: #333333; }
  .listItem-button:hover {
    background-color: white;
    color: #333333; }

.listItem-figure {
  margin: 0 0 1.5rem; }
  @media (min-width: 551px) {
    .listItem-figure {
      margin-bottom: 0;
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      width: 25%; } }
  @media (min-width: 1261px) {
    .listItem-figure {
      position: relative; } }
  .listItem-figure .listItem-button {
    margin: 1.5rem 0; }
    @media (min-width: 1261px) {
      .listItem-figure .listItem-button {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        display: inline-block;
        margin: 0 0 1.5rem;
        pointer-events: all;
        transform-style: preserve-3d; } }

.listItem-figureBody {
  opacity: 1;
  text-align: center; }
  @media (min-width: 1261px) {
    .listItem-figureBody {
      bottom: 0;
      height: 100%;
      left: 0.75rem;
      opacity: 0;
      position: absolute;
      right: 0.75rem;
      top: 0; }
      .listItem-figureBody:hover {
        opacity: 1; } }

.listItem-image {
  width: 100%; }

@media (min-width: 551px) {
  .listItem-body {
    padding-left: 1.25rem;
    padding-right: 0.75rem;
    width: 75%; } }

@media (min-width: 1261px) {
  .listItem-content {
    display: table; } }

@media (min-width: 1261px) {
  .listItem-details,
  .listItem-actions {
    display: table-cell;
    vertical-align: top; } }

@media (min-width: 1261px) {
  .listItem-details {
    padding-right: 6rem; }
    .listItem-details > :last-child {
      margin-bottom: 0; } }

.listItem-rating {
  margin-bottom: 0.375rem; }

.listItem-brand {
  color: #959595;
  font-size: 1rem;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-brand {
      font-size: 16px;
      margin-bottom: 0; } }

.listItem-title {
  font-size: 16px;
  margin: 0 0 0.1875rem; }
  @media (min-width: 801px) {
    .listItem-title {
      font-size: 24px; } }
  .listItem-title > a {
    text-decoration: none; }

.listItem-price {
  margin-bottom: 1rem; }
  @media (min-width: 801px) {
    .listItem-price {
      font-size: 24px; } }

@media (min-width: 1261px) {
  .listItem-actions {
    vertical-align: middle;
    width: 22%; }
    .listItem-actions .button--compare {
      font-size: 13px;
      padding: 0.5625rem 1.5rem; } }

.listItem-actions .button {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .listItem-actions .button {
      width: 100%; }
      .listItem-actions .button + .button {
        margin: 0.75rem 0 0; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-details {
    padding-right: 3rem; } }

@media (min-width: 1261px) {
  .page-sidebar + .page-content .productList .listItem-actions {
    width: 30%; } }

.productView {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin-left: -1rem;
  margin-right: -1rem; }
  .productView:before, .productView:after {
    content: " ";
    display: table; }
  .productView:after {
    clear: both; }

.productView--quickView .socialLinks-item--print {
  display: none; }

.productView-images {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 0;
  padding-right: 0; }
  @media (min-width: 801px) {
    .productView-images {
      width: 50%; } }

.productView-details {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-details {
      clear: right;
      float: right;
      width: 50%; } }

.productView-description {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media (min-width: 1261px) {
    .productView-description {
      clear: right;
      float: right;
      width: 50%; } }
  .productView-description .productView-title {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem; }
  @media (min-width: 801px) {
    .productView-description .productView-description {
      clear: both;
      float: none;
      width: 100%; } }

.sale-flag-star,
.sale-flag-star:before,
.sale-flag-star:after {
  background: #007dc6;
  content: "";
  display: block;
  height: 3.125rem;
  left: 0;
  overflow: visible;
  position: absolute;
  top: 0;
  transform: scaleX(1) scaleY(1) scaleZ(1);
  transform-origin: 50% 50% 0;
  width: 3.125rem;
  z-index: 10; }

.sale-flag-star:before {
  transform: rotateZ(30deg) scaleX(1) scaleY(1) scaleZ(1); }

.sale-flag-star:after {
  transform: rotateZ(60deg) scaleX(1) scaleY(1) scaleZ(1); }

.starwrap {
  height: 3.125rem;
  position: absolute;
  top: 10px;
  width: 3.125rem; }

.sale-text-burst {
  color: white;
  font-weight: 600;
  line-height: 0.9375rem;
  position: absolute;
  text-align: center;
  top: 20%;
  width: 3.125rem;
  z-index: 50; }

.sale-flag-side {
  background: #007dc6;
  border-radius: 0 50px 50px 0;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  line-height: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.75rem;
  padding-top: 0.09375rem;
  position: absolute;
  transition: 800ms ease;
  z-index: 10; }

.product:hover .sale-flag-side {
  background: #333333;
  transition: 800ms ease; }

.sale-flag-sash {
  background: #007dc6;
  color: white;
  font-size: 15px;
  font-weight: 700;
  height: 1.25rem;
  left: -35px;
  line-height: 1rem;
  padding-top: 0.09375rem;
  position: absolute;
  text-align: center;
  top: 25px;
  transform: rotate(-45deg);
  transition: 800ms ease;
  width: 7.4375rem;
  z-index: 10; }

.product:hover .sale-flag-sash {
  background: #333333;
  transition: 800ms ease; }

.product {
  overflow: hidden; }

[data-product-attribute] .form-option.form-option-swatch {
  overflow: visible; }

.form-option-variant--color,
.form-option-variant--pattern {
  height: 22px;
  width: 22px; }

.form-option-expanded {
  background-color: #fafafa;
  border: 1px solid #ed1c24;
  left: calc(100% + 55px);
  opacity: 0;
  padding: 3px;
  position: absolute;
  top: calc(100% + 5px);
  transition: opacity 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  visibility: hidden; }

.form-option:hover .form-option-expanded {
  opacity: 1;
  transform: translate(-50%, 0);
  visibility: visible;
  z-index: 5000; }

.form-option-image {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100px;
  width: 100px; }

.account {
  margin-bottom: 1.5rem; }

@media (min-width: 801px) {
  .account--fixed {
    margin: 0 auto;
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account--fixedSmall {
    margin: 0 auto;
    width: 50%; } }

@media (min-width: 801px) {
  .account--fixedLarge {
    margin: 0 auto;
    width: 75%; } }

.account-head {
  margin-bottom: 3rem;
  text-align: center; }
  .account-head .alertBox {
    padding-left: 3rem;
    padding-right: 3rem;
    text-align: left; }

.account-body {
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  margin: 0; }
  .account-body:before, .account-body:after {
    content: " ";
    display: table; }
  .account-body:after {
    clear: both; }

.account-content {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  padding: 0; }

@media (min-width: 801px) {
  .account-content--fixed {
    width: 66.66667%; } }

@media (min-width: 801px) {
  .account-content--fixedSmall {
    width: 50%; } }

.account-sidebar {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left; }
  @media (min-width: 801px) {
    .account-sidebar {
      width: 33.33333%; }
      .account-content--fixedSmall + .account-sidebar {
        float: right; } }

/* jsTree default theme */
.jstree-node,
.jstree-children,
.jstree-container-ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style-type: none;
  list-style-image: none; }

.jstree-node {
  white-space: nowrap; }

.jstree-anchor {
  display: inline-block;
  color: black;
  white-space: nowrap;
  padding: 0 4px 0 1px;
  margin: 0;
  vertical-align: top; }

.jstree-anchor:focus {
  outline: 0; }

.jstree-anchor,
.jstree-anchor:link,
.jstree-anchor:visited,
.jstree-anchor:hover,
.jstree-anchor:active {
  text-decoration: none;
  color: inherit; }

.jstree-icon {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-icon:empty {
  display: inline-block;
  text-decoration: none;
  margin: 0;
  padding: 0;
  vertical-align: top;
  text-align: center; }

.jstree-ocl {
  cursor: pointer; }

.jstree-leaf > .jstree-ocl {
  cursor: default; }

.jstree .jstree-open > .jstree-children {
  display: block; }

.jstree .jstree-closed > .jstree-children,
.jstree .jstree-leaf > .jstree-children {
  display: none; }

.jstree-anchor > .jstree-themeicon {
  margin-right: 2px; }

.jstree-no-icons .jstree-themeicon,
.jstree-anchor > .jstree-themeicon-hidden {
  display: none; }

.jstree-hidden {
  display: none; }

.jstree-rtl .jstree-anchor {
  padding: 0 1px 0 4px; }

.jstree-rtl .jstree-anchor > .jstree-themeicon {
  margin-left: 2px;
  margin-right: 0; }

.jstree-rtl .jstree-node {
  margin-left: 0; }

.jstree-rtl .jstree-container-ul > .jstree-node {
  margin-right: 0; }

.jstree-wholerow-ul {
  position: relative;
  display: inline-block;
  min-width: 100%; }

.jstree-wholerow-ul .jstree-leaf > .jstree-ocl {
  cursor: pointer; }

.jstree-wholerow-ul .jstree-anchor,
.jstree-wholerow-ul .jstree-icon {
  position: relative; }

.jstree-wholerow-ul .jstree-wholerow {
  width: 100%;
  cursor: pointer;
  position: absolute;
  left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.vakata-context {
  display: none; }

.vakata-context,
.vakata-context ul {
  margin: 0;
  padding: 2px;
  position: absolute;
  background: #f5f5f5;
  border: 1px solid #979797;
  box-shadow: 2px 2px 2px #999999; }

.vakata-context ul {
  list-style: none;
  left: 100%;
  margin-top: -2.7em;
  margin-left: -4px; }

.vakata-context .vakata-context-right ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context li {
  list-style: none;
  display: inline; }

.vakata-context li > a {
  display: block;
  padding: 0 2em 0 2em;
  text-decoration: none;
  width: auto;
  color: black;
  white-space: nowrap;
  line-height: 2.4em;
  text-shadow: 1px 1px 0 white;
  border-radius: 1px; }

.vakata-context li > a:hover {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAIORI4JlrqN1oMSnmmZDQUAOw==");
  background-position: right center;
  background-repeat: no-repeat; }

.vakata-context li > a:focus {
  outline: 0; }

.vakata-context .vakata-context-hover > a {
  position: relative;
  background-color: #e8eff7;
  box-shadow: 0 0 2px #0a6aa1; }

.vakata-context .vakata-context-separator > a,
.vakata-context .vakata-context-separator > a:hover {
  background: white;
  border: 0;
  border-top: 1px solid #e2e3e3;
  height: 1px;
  min-height: 1px;
  max-height: 1px;
  padding: 0;
  margin: 0 0 0 2.4em;
  border-left: 1px solid #e0e0e0;
  text-shadow: 0 0 0 transparent;
  box-shadow: 0 0 0 transparent;
  border-radius: 0; }

.vakata-context .vakata-contextmenu-disabled a,
.vakata-context .vakata-contextmenu-disabled a:hover {
  color: silver;
  background-color: transparent;
  border: 0;
  box-shadow: 0 0 0; }

.vakata-context li > a > i {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  background: transparent;
  margin: 0 0 0 -2em;
  vertical-align: top;
  text-align: center;
  line-height: 2.4em; }

.vakata-context li > a > i:empty {
  width: 2.4em;
  line-height: 2.4em; }

.vakata-context li > a .vakata-contextmenu-sep {
  display: inline-block;
  width: 1px;
  height: 2.4em;
  background: white;
  margin: 0 0.5em 0 0;
  border-left: 1px solid #e2e3e3; }

.vakata-context .vakata-contextmenu-shortcut {
  font-size: 0.8em;
  color: silver;
  opacity: 0.5;
  display: none; }

.vakata-context-rtl ul {
  left: auto;
  right: 100%;
  margin-left: auto;
  margin-right: -4px; }

.vakata-context-rtl li > a.vakata-context-parent {
  background-image: url("data:image/gif;base64,R0lGODlhCwAHAIAAACgoKP///yH5BAEAAAEALAAAAAALAAcAAAINjI+AC7rWHIsPtmoxLAA7");
  background-position: left center;
  background-repeat: no-repeat; }

.vakata-context-rtl .vakata-context-separator > a {
  margin: 0 2.4em 0 0;
  border-left: 0;
  border-right: 1px solid #e2e3e3; }

.vakata-context-rtl .vakata-context-left ul {
  right: auto;
  left: 100%;
  margin-left: -4px;
  margin-right: auto; }

.vakata-context-rtl li > a > i {
  margin: 0 -2em 0 0; }

.vakata-context-rtl li > a .vakata-contextmenu-sep {
  margin: 0 0 0 0.5em;
  border-left-color: white;
  background: #e2e3e3; }

#jstree-marker {
  position: absolute;
  top: 0;
  left: 0;
  margin: -5px 0 0 0;
  padding: 0;
  border-right: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0; }

#jstree-dnd {
  line-height: 16px;
  margin: 0;
  padding: 4px; }

#jstree-dnd .jstree-icon,
#jstree-dnd .jstree-copy {
  display: inline-block;
  text-decoration: none;
  margin: 0 2px 0 0;
  padding: 0;
  width: 16px;
  height: 16px; }

#jstree-dnd .jstree-ok {
  background: green; }

#jstree-dnd .jstree-er {
  background: red; }

#jstree-dnd .jstree-copy {
  margin: 0 2px 0 2px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-repeat: no-repeat;
  background-color: transparent; }

.jstree-default .jstree-anchor,
.jstree-default .jstree-wholerow {
  transition: background-color 0.15s, box-shadow 0.15s; }

.jstree-default .jstree-hovered {
  background: #e7f4f9;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #cccccc; }

.jstree-default .jstree-clicked {
  background: #beebff;
  border-radius: 2px;
  box-shadow: inset 0 0 1px #999999; }

.jstree-default .jstree-no-icons .jstree-anchor > .jstree-themeicon {
  display: none; }

.jstree-default .jstree-disabled {
  background: transparent;
  color: #666666; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent;
  box-shadow: none; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-disabled > .jstree-icon {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default .jstree-search {
  font-style: italic;
  color: #8b0000;
  font-weight: bold; }

.jstree-default .jstree-no-checkboxes .jstree-checkbox {
  display: none !important; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked {
  background: transparent;
  box-shadow: none; }

.jstree-default.jstree-checkbox-no-clicked .jstree-clicked.jstree-hovered {
  background: #e7f4f9; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked {
  background: transparent; }

.jstree-default.jstree-checkbox-no-clicked > .jstree-wholerow-ul .jstree-wholerow-clicked.jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default > .jstree-striped {
  min-width: 100%;
  display: inline-block;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAkCAMAAAB/qqA+AAAABlBMVEUAAAAAAAClZ7nPAAAAAnRSTlMNAMM9s3UAAAAXSURBVHjajcEBAQAAAIKg/H/aCQZ70AUBjAATb6YPDgAAAABJRU5ErkJggg==") left top repeat; }

.jstree-default > .jstree-wholerow-ul .jstree-hovered,
.jstree-default > .jstree-wholerow-ul .jstree-clicked {
  background: transparent;
  box-shadow: none;
  border-radius: 0; }

.jstree-default .jstree-wholerow {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.jstree-default .jstree-wholerow-hovered {
  background: #e7f4f9; }

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0%, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0%, #a8e4ff 100%); }

.jstree-default .jstree-node {
  min-height: 24px;
  line-height: 24px;
  margin-left: 24px;
  min-width: 24px; }

.jstree-default .jstree-anchor {
  line-height: 24px;
  height: 24px; }

.jstree-default .jstree-icon {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default .jstree-icon:empty {
  width: 24px;
  height: 24px;
  line-height: 24px; }

.jstree-default.jstree-rtl .jstree-node {
  margin-right: 24px; }

.jstree-default .jstree-wholerow {
  height: 24px; }

.jstree-default .jstree-node,
.jstree-default .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default .jstree-node {
  background-position: -292px -4px;
  background-repeat: repeat-y; }

.jstree-default .jstree-last {
  background: transparent; }

.jstree-default .jstree-open > .jstree-ocl {
  background-position: -132px -4px; }

.jstree-default .jstree-closed > .jstree-ocl {
  background-position: -100px -4px; }

.jstree-default .jstree-leaf > .jstree-ocl {
  background-position: -68px -4px; }

.jstree-default .jstree-themeicon {
  background-position: -260px -4px; }

.jstree-default > .jstree-no-dots .jstree-node,
.jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -4px; }

.jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -4px; }

.jstree-default .jstree-disabled {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default .jstree-checkbox {
  background-position: -164px -4px; }

.jstree-default .jstree-checkbox:hover {
  background-position: -164px -36px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default .jstree-checked > .jstree-checkbox {
  background-position: -228px -4px; }

.jstree-default.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default .jstree-checked > .jstree-checkbox:hover {
  background-position: -228px -36px; }

.jstree-default .jstree-anchor > .jstree-undetermined {
  background-position: -196px -4px; }

.jstree-default .jstree-anchor > .jstree-undetermined:hover {
  background-position: -196px -36px; }

.jstree-default .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default > .jstree-striped {
  background-size: auto 48px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -132px -36px; }

.jstree-default.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -100px -36px; }

.jstree-default.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -68px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -36px -36px; }

.jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -4px -36px; }

.jstree-default .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -100px -68px no-repeat; }

.jstree-default .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -260px -4px no-repeat; }

.jstree-default > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default {
  line-height: 24px;
  padding: 0 4px; }

#jstree-dnd.jstree-default .jstree-ok,
#jstree-dnd.jstree-default .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default i {
  background: transparent;
  width: 24px;
  height: 24px;
  line-height: 24px; }

#jstree-dnd.jstree-default .jstree-ok {
  background-position: -4px -68px; }

#jstree-dnd.jstree-default .jstree-er {
  background-position: -36px -68px; }

.jstree-default.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg=="); }

.jstree-default.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-node {
  min-height: 18px;
  line-height: 18px;
  margin-left: 18px;
  min-width: 18px; }

.jstree-default-small .jstree-anchor {
  line-height: 18px;
  height: 18px; }

.jstree-default-small .jstree-icon {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small .jstree-icon:empty {
  width: 18px;
  height: 18px;
  line-height: 18px; }

.jstree-default-small.jstree-rtl .jstree-node {
  margin-right: 18px; }

.jstree-default-small .jstree-wholerow {
  height: 18px; }

.jstree-default-small .jstree-node,
.jstree-default-small .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-small .jstree-node {
  background-position: -295px -7px;
  background-repeat: repeat-y; }

.jstree-default-small .jstree-last {
  background: transparent; }

.jstree-default-small .jstree-open > .jstree-ocl {
  background-position: -135px -7px; }

.jstree-default-small .jstree-closed > .jstree-ocl {
  background-position: -103px -7px; }

.jstree-default-small .jstree-leaf > .jstree-ocl {
  background-position: -71px -7px; }

.jstree-default-small .jstree-themeicon {
  background-position: -263px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-node,
.jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -7px; }

.jstree-default-small > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -7px; }

.jstree-default-small .jstree-disabled {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-small .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-small .jstree-checkbox {
  background-position: -167px -7px; }

.jstree-default-small .jstree-checkbox:hover {
  background-position: -167px -39px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-small .jstree-checked > .jstree-checkbox {
  background-position: -231px -7px; }

.jstree-default-small.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-small .jstree-checked > .jstree-checkbox:hover {
  background-position: -231px -39px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined {
  background-position: -199px -7px; }

.jstree-default-small .jstree-anchor > .jstree-undetermined:hover {
  background-position: -199px -39px; }

.jstree-default-small .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-small > .jstree-striped {
  background-size: auto 36px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-small.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -135px -39px; }

.jstree-default-small.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -103px -39px; }

.jstree-default-small.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -71px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -39px -39px; }

.jstree-default-small.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: -7px -39px; }

.jstree-default-small .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-small > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-small .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -103px -71px no-repeat; }

.jstree-default-small .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -263px -7px no-repeat; }

.jstree-default-small > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-small {
  line-height: 18px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-small .jstree-ok,
#jstree-dnd.jstree-default-small .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-small i {
  background: transparent;
  width: 18px;
  height: 18px;
  line-height: 18px; }

#jstree-dnd.jstree-default-small .jstree-ok {
  background-position: -7px -71px; }

#jstree-dnd.jstree-default-small .jstree-er {
  background-position: -39px -71px; }

.jstree-default-small.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAACAQMAAABv1h6PAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMHBgAAiABBI4gz9AAAAABJRU5ErkJggg=="); }

.jstree-default-small.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-node {
  min-height: 32px;
  line-height: 32px;
  margin-left: 32px;
  min-width: 32px; }

.jstree-default-large .jstree-anchor {
  line-height: 32px;
  height: 32px; }

.jstree-default-large .jstree-icon {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large .jstree-icon:empty {
  width: 32px;
  height: 32px;
  line-height: 32px; }

.jstree-default-large.jstree-rtl .jstree-node {
  margin-right: 32px; }

.jstree-default-large .jstree-wholerow {
  height: 32px; }

.jstree-default-large .jstree-node,
.jstree-default-large .jstree-icon {
  background-image: url("../img/vendor/jstree/32px.png"); }

.jstree-default-large .jstree-node {
  background-position: -288px 0px;
  background-repeat: repeat-y; }

.jstree-default-large .jstree-last {
  background: transparent; }

.jstree-default-large .jstree-open > .jstree-ocl {
  background-position: -128px 0px; }

.jstree-default-large .jstree-closed > .jstree-ocl {
  background-position: -96px 0px; }

.jstree-default-large .jstree-leaf > .jstree-ocl {
  background-position: -64px 0px; }

.jstree-default-large .jstree-themeicon {
  background-position: -256px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-node,
.jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px 0px; }

.jstree-default-large > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px 0px; }

.jstree-default-large .jstree-disabled {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-hovered {
  background: transparent; }

.jstree-default-large .jstree-disabled.jstree-clicked {
  background: #efefef; }

.jstree-default-large .jstree-checkbox {
  background-position: -160px 0px; }

.jstree-default-large .jstree-checkbox:hover {
  background-position: -160px -32px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
.jstree-default-large .jstree-checked > .jstree-checkbox {
  background-position: -224px 0px; }

.jstree-default-large.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
.jstree-default-large .jstree-checked > .jstree-checkbox:hover {
  background-position: -224px -32px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined {
  background-position: -192px 0px; }

.jstree-default-large .jstree-anchor > .jstree-undetermined:hover {
  background-position: -192px -32px; }

.jstree-default-large .jstree-checkbox-disabled {
  opacity: 0.8;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='jstree-grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#jstree-grayscale");
  /* Firefox 10+ */
  filter: gray;
  /* IE6-9 */
  -webkit-filter: grayscale(100%);
  /* Chrome 19+ & Safari 6+ */ }

.jstree-default-large > .jstree-striped {
  background-size: auto 64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAACAQMAAAB49I5GAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjAAMOBgAAGAAJMwQHdQAAAABJRU5ErkJggg==");
  background-position: 100% 1px;
  background-repeat: repeat-y; }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

.jstree-default-large.jstree-rtl .jstree-open > .jstree-ocl {
  background-position: -128px -32px; }

.jstree-default-large.jstree-rtl .jstree-closed > .jstree-ocl {
  background-position: -96px -32px; }

.jstree-default-large.jstree-rtl .jstree-leaf > .jstree-ocl {
  background-position: -64px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-node,
.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: transparent; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
  background-position: -32px -32px; }

.jstree-default-large.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
  background-position: 0px -32px; }

.jstree-default-large .jstree-themeicon-custom {
  background-color: transparent;
  background-image: none;
  background-position: 0 0; }

.jstree-default-large > .jstree-container-ul .jstree-loading > .jstree-ocl {
  background: url("../img/vendor/jstree/throbber.gif") center center no-repeat; }

.jstree-default-large .jstree-file {
  background: url("../img/vendor/jstree/32px.png") -96px -64px no-repeat; }

.jstree-default-large .jstree-folder {
  background: url("../img/vendor/jstree/32px.png") -256px 0px no-repeat; }

.jstree-default-large > .jstree-container-ul > .jstree-node {
  margin-left: 0;
  margin-right: 0; }

#jstree-dnd.jstree-default-large {
  line-height: 32px;
  padding: 0 4px; }

#jstree-dnd.jstree-default-large .jstree-ok,
#jstree-dnd.jstree-default-large .jstree-er {
  background-image: url("../img/vendor/jstree/32px.png");
  background-repeat: no-repeat;
  background-color: transparent; }

#jstree-dnd.jstree-default-large i {
  background: transparent;
  width: 32px;
  height: 32px;
  line-height: 32px; }

#jstree-dnd.jstree-default-large .jstree-ok {
  background-position: 0px -64px; }

#jstree-dnd.jstree-default-large .jstree-er {
  background-position: -32px -64px; }

.jstree-default-large.jstree-rtl .jstree-node {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAACAQMAAAAD0EyKAAAABlBMVEUAAAAdHRvEkCwcAAAAAXRSTlMAQObYZgAAAAxJREFUCNdjgIIGBgABCgCBvVLXcAAAAABJRU5ErkJggg=="); }

.jstree-default-large.jstree-rtl .jstree-last {
  background: transparent; }

@media (max-width: 768px) {
  #jstree-dnd.jstree-dnd-responsive {
    line-height: 40px;
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  #jstree-dnd.jstree-dnd-responsive > i {
    background: transparent;
    width: 40px;
    height: 40px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-ok {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: 0 -200px;
    background-size: 120px 240px; }
  #jstree-dnd.jstree-dnd-responsive > .jstree-er {
    background-image: url("../img/vendor/jstree/40px.png");
    background-position: -40px -200px;
    background-size: 120px 240px; }
  #jstree-marker.jstree-dnd-responsive {
    border-left-width: 10px;
    border-top-width: 10px;
    border-bottom-width: 10px;
    margin-top: -10px; } }

@media (max-width: 768px) {
  .jstree-default-responsive {
    /*
	.jstree-open > .jstree-ocl,
	.jstree-closed > .jstree-ocl { border-radius:20px; background-color:white; }
	*/ }
  .jstree-default-responsive .jstree-icon {
    background-image: url("../img/vendor/jstree/40px.png"); }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-node {
    min-height: 40px;
    line-height: 40px;
    margin-left: 40px;
    min-width: 40px;
    white-space: nowrap; }
  .jstree-default-responsive .jstree-anchor {
    line-height: 40px;
    height: 40px; }
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-icon:empty {
    width: 40px;
    height: 40px;
    line-height: 40px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0; }
  .jstree-default-responsive.jstree-rtl .jstree-node {
    margin-left: 0;
    margin-right: 40px; }
  .jstree-default-responsive.jstree-rtl .jstree-container-ul > .jstree-node {
    margin-right: 0; }
  .jstree-default-responsive .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background: transparent; }
  .jstree-default-responsive .jstree-open > .jstree-ocl {
    background-position: 0 0px !important; }
  .jstree-default-responsive .jstree-closed > .jstree-ocl {
    background-position: 0 -40px !important; }
  .jstree-default-responsive.jstree-rtl .jstree-closed > .jstree-ocl {
    background-position: -40px 0px !important; }
  .jstree-default-responsive .jstree-themeicon {
    background-position: -40px -40px; }
  .jstree-default-responsive .jstree-checkbox,
  .jstree-default-responsive .jstree-checkbox:hover {
    background-position: -40px -80px; }
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox,
  .jstree-default-responsive.jstree-checkbox-selection .jstree-clicked > .jstree-checkbox:hover,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox,
  .jstree-default-responsive .jstree-checked > .jstree-checkbox:hover {
    background-position: 0 -80px; }
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined,
  .jstree-default-responsive .jstree-anchor > .jstree-undetermined:hover {
    background-position: 0 -120px; }
  .jstree-default-responsive .jstree-anchor {
    font-weight: bold;
    font-size: 1.1em;
    text-shadow: 1px 1px white; }
  .jstree-default-responsive > .jstree-striped {
    background: transparent; }
  .jstree-default-responsive .jstree-wholerow {
    border-top: 1px solid rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(64, 64, 64, 0.2);
    background: #ebebeb;
    height: 40px; }
  .jstree-default-responsive .jstree-wholerow-hovered {
    background: #e7f4f9; }
  .jstree-default-responsive .jstree-wholerow-clicked {
    background: #beebff; }
  .jstree-default-responsive .jstree-children .jstree-last > .jstree-wholerow {
    box-shadow: inset 0 -6px 3px -5px #666666; }
  .jstree-default-responsive .jstree-children .jstree-open > .jstree-wholerow {
    box-shadow: inset 0 6px 3px -5px #666666;
    border-top: 0; }
  .jstree-default-responsive .jstree-children .jstree-open + .jstree-open {
    box-shadow: none; }
  .jstree-default-responsive .jstree-node,
  .jstree-default-responsive .jstree-icon,
  .jstree-default-responsive .jstree-node > .jstree-ocl,
  .jstree-default-responsive .jstree-themeicon,
  .jstree-default-responsive .jstree-checkbox {
    background-image: url("../img/vendor/jstree/40px.png");
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-node {
    background-position: -80px 0;
    background-repeat: repeat-y; }
  .jstree-default-responsive .jstree-last {
    background: transparent; }
  .jstree-default-responsive .jstree-leaf > .jstree-ocl {
    background-position: -40px -120px; }
  .jstree-default-responsive .jstree-last > .jstree-ocl {
    background-position: -40px -160px; }
  .jstree-default-responsive .jstree-themeicon-custom {
    background-color: transparent;
    background-image: none;
    background-position: 0 0; }
  .jstree-default-responsive .jstree-file {
    background: url("../img/vendor/jstree/40px.png") 0 -160px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive .jstree-folder {
    background: url("../img/vendor/jstree/40px.png") -40px -40px no-repeat;
    background-size: 120px 240px; }
  .jstree-default-responsive > .jstree-container-ul > .jstree-node {
    margin-left: 0;
    margin-right: 0; } }

.slick-arrow,
.slick-arrow:focus,
.slick-arrow:hover {
  background: none;
  border: none; }

body {
  padding-top: 0; }

.body {
  margin-top: 0; }

.header {
  margin-bottom: 1.5rem;
  padding: 0;
  position: relative;
  top: auto; }
  @media (min-width: 1441px) {
    .header {
      display: flex;
      flex-flow: row wrap; } }
  .header.is-open {
    position: fixed;
    top: 0; }
  .header--no-margin {
    margin-bottom: 0; }
  .header__inner {
    display: flex;
    align-items: center;
    flex-flow: row wrap;
    width: 100%;
    z-index: 30;
    padding: 1.5rem;
    padding-top: 0.75rem; }
    @media (min-width: 801px) {
      .header__inner {
        align-items: center;
        justify-content: space-between;
        margin-left: auto;
        margin-right: auto;
        max-width: 118.5rem;
        min-height: 5.625rem; } }
    @media (min-width: 1261px) {
      .header__inner {
        justify-content: flex-start; }
        [class*="logo-image"] .header__inner {
          flex-wrap: nowrap; }
        [class*="logo-large"] .header__inner,
        [class*="logo-original"] .header__inner {
          flex-wrap: wrap; }
        .header--width-contained .header__inner {
          padding: 1.5rem 6rem; }
        .header--width-full .header__inner {
          max-width: none; } }
  @media (min-width: 801px) {
    .header__bottom-nav {
      background: white;
      padding: 0;
      position: relative;
      width: 100%;
      z-index: 0; } }
  .header__bottom-nav .navUser {
    display: none; }
    @media (min-width: 801px) {
      .header__bottom-nav .navUser {
        margin-left: auto;
        max-width: 50%;
        display: block; } }
    @media (min-width: 801px) {
      .header__bottom-nav .navUser a {
        color: #333333; } }
    .header__bottom-nav .navUser a .icon svg {
      fill: #333333;
      stroke: #333333; }
    @media (min-width: 801px) {
      .header__bottom-nav .navUser a:hover, .header__bottom-nav .navUser a.is-open {
        color: #ed1c24; } }
    .header__bottom-nav .navUser a:hover .icon svg, .header__bottom-nav .navUser a.is-open .icon svg {
      fill: #ed1c24;
      stroke: #ed1c24; }
    @media (min-width: 801px) {
      .header__bottom-nav .navUser .dropdown-menu-item a {
        color: #333333; } }
    @media (min-width: 801px) {
      .header__bottom-nav .navUser .dropdown-menu-item a:hover, .header__bottom-nav .navUser .dropdown-menu-item a:active {
        color: #ed1c24; } }
  @media (min-width: 801px) {
    .header__bottom-nav .navUser-section {
      display: flex;
      flex-flow: row wrap;
      justify-content: flex-end;
      width: 100%; } }
  @media (min-width: 801px) {
    .header__bottom-nav .navUser-action {
      margin-left: 1.5rem;
      margin-right: 0; } }
  .header__bottom-nav .navUser-item[class] {
    height: auto;
    margin-right: 0;
    margin-left: 0; }
  @media (min-width: 801px) {
    .header__bottom-nav .navUser-item:first-of-type .navUser-action {
      margin-left: 0; } }
  .header__bottom-nav-inner {
    flex-wrap: nowrap; }
    @media (min-width: 801px) {
      .header__bottom-nav-inner {
        align-items: flex-start;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        position: relative;
        margin-left: auto;
        margin-right: auto;
        max-width: 118.5rem;
        padding: 0 1.5rem;
        width: 100%; } }
    @media (min-width: 1261px) {
      .header__bottom-nav-inner {
        justify-content: flex-start;
        padding: 0 6rem; }
        .header--width-full .header__bottom-nav-inner {
          padding: 0 1.5rem;
          max-width: none; }
          .header--width-full .header__bottom-nav-inner .navPages {
            max-width: none; } }

@media screen and (max-width: 800px) {
  .header-logo {
    margin: 0;
    text-align: left;
    width: 60%;
    z-index: 30; } }

@media (min-width: 551px) {
  .header-logo {
    width: 70%; } }

@media (min-width: 801px) {
  .header-logo {
    text-align: left;
    margin: 0;
    margin-right: 1.5rem; } }
  @media screen and (min-width: 801px) and (max-width: 1460px) {
    .header-logo {
      order: 0; } }

@media (min-width: 1261px) {
  .header-logo {
    width: auto; } }

.header-logo a {
  color: white; }

.header-logo--image {
  align-items: center;
  display: flex; }
  .header-logo--image .header-logo-text {
    font-size: 0; }
  @media (min-width: 1261px) {
    .header-logo--image {
      margin-bottom: 0; } }

.header-logo .header-logo-image {
  vertical-align: middle; }

.header-logo .svg-logo {
  height: auto; }

.header-logo .header-logo-svg-container {
  display: flex;
  align-items: center;
  justify-content: flex-start; }

.header-logo--gift-certificates-enabled {
  max-width: 210px; }
  @media (min-width: 551px) {
    .header-logo--gift-certificates-enabled {
      max-width: none; } }
  @media (min-width: 801px) {
    .header-logo--gift-certificates-enabled {
      order: 0; } }

.header-logo--text > a, .header-logo--large > a, .header-logo--original > a {
  text-align: left; }

@media (min-width: 801px) {
  .header-logo--text, .header-logo--large, .header-logo--original {
    max-width: 100%; }
    [class*="no-quick-add-sku"] .header-logo--text, [class*="no-quick-add-sku"] .header-logo--large, [class*="no-quick-add-sku"] .header-logo--original {
      width: 100%;
      flex-basis: 100%;
      padding-right: 0; }
    .header-logo--text > a, .header-logo--large > a, .header-logo--original > a {
      text-align: center;
      white-space: normal; } }

@media (min-width: 1261px) {
  .header-logo--text, .header-logo--large, .header-logo--original {
    width: 100%; } }

@media (min-width: 801px) {
  .header-logo--large a, .header-logo--original a {
    text-align: left; } }

@media (min-width: 1261px) {
  .header-logo--large, .header-logo--original {
    flex-shrink: 1; } }

.header-logo--text {
  width: calc(100% - 9.375rem); }
  @media (min-width: 801px) {
    .header-logo--text {
      width: auto; } }

@media screen and (max-width: 800px) {
  .mobileMenu-toggle {
    left: auto;
    margin-left: -1.125rem;
    position: relative; } }

.mobileMenu-toggle .mobileMenu-toggleIcon {
  background: white; }
  .mobileMenu-toggle .mobileMenu-toggleIcon::before, .mobileMenu-toggle .mobileMenu-toggleIcon::after {
    background: white; }

.mobileMenu-toggle.is-open .mobileMenu-toggleIcon::before, .mobileMenu-toggle.is-open .mobileMenu-toggleIcon::after {
  background: white; }

.quickAdd {
  display: none; }
  @media (min-width: 801px) {
    .quickAdd {
      display: block; } }

.store-credit {
  border-radius: 0.8125rem;
  background: #ed1c24; }
  .store-credit[class][class] {
    height: 1.875rem;
    display: none; }
    @media (min-width: 801px) {
      .store-credit[class][class] {
        display: inline-flex; } }
  .store-credit .store-credit__amount {
    font-size: 16px; }

[data-content-region="header_bottom"] {
  margin-bottom: 1.5rem; }
  [data-content-region="header_bottom"]:empty {
    margin-bottom: 0; }

body {
  display: flex;
  flex-flow: column;
  min-height: 100vh; }

.page {
  margin: auto;
  max-width: 800px; }
  .page .page-heading {
    text-align: center; }
  .page.page--full-width {
    width: 100%;
    max-width: none; }
    .page.page--full-width .page-heading {
      text-align: left; }
  .page .page-content {
    padding: 0;
    margin-bottom: 0; }
    .page .page-content h1 {
      margin-top: 0; }

.page-heading {
  text-align: left; }
  .page-heading.page-heading--center {
    text-align: center; }

.dropdown-menu {
  width: auto; }

.dropdown-menu.is-open.dropdown-menu--arrow-right::before {
  left: auto;
  right: 0.75rem; }

.dropdown-menu.is-open.dropdown-menu--arrow-right::after {
  left: auto;
  right: 0.875rem; }

.navPage-subMenu-item-parent .navPage-subMenu-action:hover,
.navPage-subMenu-item-child .navPage-subMenu-action:hover {
  background: none;
  font-weight: 700;
  opacity: 1; }

.navUser-section .dropdown-menu-item > a {
  text-decoration: underline; }

.navUser-section .dropdown-menu-item .currency-menu-item > a {
  display: inline-block;
  padding-left: 0.25rem; }

.navUser-section .dropdown-menu-item .currency-menu-item img {
  display: inline-block;
  padding-right: 0;
  vertical-align: middle; }

.wishlist-wrap .dropdown-menu-item > a {
  text-decoration: underline; }

.currency-menu-item {
  padding: 0 0.75rem 0 !important; }
  .currency-menu-item > a {
    display: inline-block;
    padding-left: 0.25rem;
    padding-right: 0; }
  .currency-menu-item img {
    display: inline-block;
    vertical-align: middle; }

.navPage-subMenu-list .currency-menu-item img {
  vertical-align: inherit; }

.search-utils {
  order: 3;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-grow: 1;
  margin-top: 0.75rem;
  z-index: 30; }
  @media (min-width: 801px) {
    .search-utils {
      margin-bottom: 0.75rem; } }
  @media (min-width: 1261px) {
    .search-utils {
      width: auto; } }

.search,
.sku-add {
  position: relative;
  outline: none; }
  .search input::placeholder,
  .sku-add input::placeholder {
    color: #959595; }
  .search .form,
  .sku-add .form {
    margin: 0; }
  .search .form-field,
  .sku-add .form-field {
    border-radius: 4px;
    margin: 0;
    overflow: hidden;
    position: relative; }
  .search .form-input-wrap,
  .sku-add .form-input-wrap {
    display: flex;
    width: 100%; }
  .search .form-input,
  .sku-add .form-input {
    border-color: #d9d9d9;
    border-radius: 4px 0 0 4px;
    padding-right: 4.8rem; }
    .search .form-input.form-input--sku-num,
    .sku-add .form-input.form-input--sku-num {
      border-right: none;
      padding: 0 0 0 0.75rem; }
    .search .form-input.form-input--sku-qty,
    .sku-add .form-input.form-input--sku-qty {
      border-radius: 0;
      padding: 0;
      text-align: center;
      width: 48px; }
  .search .search-button,
  .sku-add .search-button {
    background: #ed1c24;
    border: none;
    bottom: 0;
    color: white;
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 3.25rem; }
    .search .search-button:hover,
    .sku-add .search-button:hover {
      background: #ed1c24;
      color: white; }
  .search .search-button-icon,
  .sku-add .search-button-icon {
    display: block;
    height: 1.25rem;
    margin: 0 auto;
    position: relative;
    width: 1.25rem; }
    .search .search-button-icon svg,
    .sku-add .search-button-icon svg {
      fill: white;
      position: static; }

.search {
  width: 100%; }
  @media (min-width: 801px) {
    .search {
      width: 100%;
      max-width: 31.25rem;
      min-width: 18.75rem; } }
  @media (min-width: 1261px) {
    .header--width-full .search {
      max-width: 46.875rem; } }

.sku-add {
  display: none;
  min-width: 18.75rem; }
  @media (min-width: 801px) {
    .sku-add {
      display: block;
      margin-left: 1.5rem; } }
  .sku-add .form-field {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end; }
  .sku-add .form-input-wrap {
    width: 100%;
    justify-content: flex-end; }
  .sku-add .search-button {
    font-size: 1rem;
    position: static;
    width: auto;
    flex-shrink: 0;
    padding: 0 0.75rem; }
  .sku-add .add-sku-item {
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 4px;
    color: white;
    display: none;
    padding: 0.75rem;
    position: absolute;
    top: calc(100% + 4px);
    z-index: 5; }

.quickSearchResults {
  background-color: white;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  left: 0;
  position: absolute;
  right: 3.25rem;
  top: 100%;
  z-index: 1000;
  margin-top: 0; }
  @media (min-width: 801px) {
    .quickSearchResults {
      display: block !important; } }
  .quickSearchResults .modal-close {
    display: flex;
    align-items: center;
    justify-content: center;
    top: -1.875rem;
    right: 0.625rem;
    background: #ed1c24;
    color: white;
    border-radius: 50%;
    padding: 3px;
    width: 1.0625rem;
    height: 1.0625rem;
    font-size: 1.125rem;
    font-weight: 700; }
  .quickSearchResults .productGrid {
    margin: 0;
    max-height: 31.25rem;
    overflow: auto; }
  .quickSearchResults .product {
    box-shadow: none;
    display: inline-block;
    height: auto;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%; }
    .quickSearchResults .product .product-link {
      bottom: 0;
      height: 100%;
      left: 0;
      position: absolute;
      right: 0;
      text-decoration: none;
      top: 0;
      width: 100%;
      z-index: 40; }
    .quickSearchResults .product:hover {
      background-color: #fafafa; }
  .quickSearchResults .product:last-child .quick-search-card {
    border: none; }
  .quickSearchResults .quick-search-card {
    border-bottom: #ebebeb;
    display: grid;
    grid-template-columns: 7.5% auto;
    height: auto;
    padding: 1rem;
    width: 100%; }
    .quickSearchResults .quick-search-card img {
      max-height: 50px; }
    .quickSearchResults .quick-search-card .card-image {
      grid-column-start: 1; }
    .quickSearchResults .quick-search-card .card-info {
      grid-column-start: 2; }
  .quickSearchResults .card-image {
    background-color: initial;
    display: inline-block;
    position: inherit;
    width: auto; }
  .quickSearchResults .card-info {
    display: grid;
    grid-template-rows: max-content minmax(0, 100%) max-content max-content;
    margin: 0;
    padding-left: 1rem; }
    .quickSearchResults .card-info .card-stock,
    .quickSearchResults .card-info .card-text {
      font-size: 13px;
      line-height: unset;
      margin: 0; }
    .quickSearchResults .card-info .card-text-brand,
    .quickSearchResults .card-info .card-text-rating,
    .quickSearchResults .card-info .card-text-sku {
      float: left; }
    .quickSearchResults .card-info .card-text-brand + .card-text-sku::before {
      content: "|";
      font-size: 1.2rem;
      line-height: 1rem;
      margin: 0 0.375rem; }
    .quickSearchResults .card-info .card-stock {
      font-weight: 600; }
    .quickSearchResults .card-info .card-text-container {
      grid-row-start: 1; }
      .quickSearchResults .card-info .card-text-container .card-text-rating {
        margin-left: 0.75rem; }
      .quickSearchResults .card-info .card-text-container div:first-child {
        margin-left: 0; }
    .quickSearchResults .card-info .card-title {
      grid-row-start: 2;
      margin: 0 0 0.1875rem;
      font-size: 13px; }
    .quickSearchResults .card-info .card-text {
      grid-row-start: 3; }
  .quickSearchResults .card-buttons {
    display: none; }
  .quickSearchResults .quickSearchMessage {
    margin: 0;
    padding: 1.125rem;
    word-break: break-word;
    font-size: 13px; }

.quick-search-card {
  transition: background 0.15s ease; }
  a:focus + .quick-search-card,
  a:hover + .quick-search-card {
    background: #ebebeb;
    /*background: $button-bg;

        & * {
            color: $button-color;
            fill: $button-color;
        }*/ }
    a:focus + .quick-search-card .icon--ratingEmpty svg,
    a:hover + .quick-search-card .icon--ratingEmpty svg {
      opacity: 0.25; }

.quickSearchInput .modal-close {
  display: none;
  right: 3.875rem;
  top: 0.625rem; }

.navPages-container.sticky.fixed {
  background-color: white;
  bottom: auto;
  position: fixed;
  top: 0;
  z-index: 50;
  -webkit-transform: translateZ(0); }
  @media (min-width: 801px) {
    .navPages-container.sticky.fixed .navPages {
      max-width: 70%; } }
  @media (min-width: 1261px) {
    .navPages-container.sticky.fixed .navPages {
      max-width: 100%; } }

.header-logo.sticky.fixed {
  bottom: auto;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 100;
  -webkit-transform: translateZ(0); }

.navUser.sticky.fixed {
  bottom: auto;
  margin: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: auto;
  z-index: 500;
  -webkit-transform: translateZ(0); }
  .navUser.sticky.fixed .navUser-section {
    display: none; }
    .navUser.sticky.fixed .navUser-section .navUser-item {
      display: none; }
    .navUser.sticky.fixed .navUser-section.navUser-section--alt {
      display: block; }
      .navUser.sticky.fixed .navUser-section.navUser-section--alt .navUser-item--cart {
        display: block; }
        .navUser.sticky.fixed .navUser-section.navUser-section--alt .navUser-item--cart .dropdown-menu {
          width: 20rem; }

@media (min-width: 801px) {
  .expanded .navPages-item,
  .expanded--enclosed .navPages-item,
  .marketplace--enclosed .navPages-item,
  .simple .navPages-item,
  .simple--enclosed .navPages-item,
  .megamenu .navPages-item,
  .megamenu--enclosed .navPages-item {
    position: relative; }
  .expanded .has-subMenu.is-root + .navPage-subMenu-horizontal,
  .expanded--enclosed .has-subMenu.is-root + .navPage-subMenu-horizontal,
  .marketplace--enclosed .has-subMenu.is-root + .navPage-subMenu-horizontal,
  .simple .has-subMenu.is-root + .navPage-subMenu-horizontal,
  .simple--enclosed .has-subMenu.is-root + .navPage-subMenu-horizontal,
  .megamenu .has-subMenu.is-root + .navPage-subMenu-horizontal,
  .megamenu--enclosed .has-subMenu.is-root + .navPage-subMenu-horizontal {
    left: 0;
    top: 100%; } }

@media (min-width: 801px) {
  .expanded .navPage-subMenu-list,
  .expanded--enclosed .navPage-subMenu-list {
    max-height: 50vh;
    overflow-y: auto;
    position: static; } }

.navBar-section.account-navigation .navBar-action {
  color: #333333;
  font-weight: 600;
  text-decoration: underline; }
  .navBar-section.account-navigation .navBar-action:hover {
    color: #333333; }

.navBar--sub {
  margin-bottom: 1.5rem;
  text-align: left; }
  .navBar--sub .navBar-section .navBar-item:first-of-type {
    margin-left: 0; }

.account-navigation .navBar-item.is-active {
  border-bottom: 0; }

.countPill {
  background-color: #ebebeb;
  color: #333333;
  height: 1.875rem;
  width: 1.875rem;
  line-height: 1.875rem;
  margin-left: 0.75rem; }
  @media (min-width: 1441px) {
    .countPill {
      margin-left: 0.5rem; } }

@media (min-width: 801px) {
  .expanded-subMenu {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc; }
    .expanded-subMenu .navPage-subMenu-action {
      font-weight: normal;
      padding-left: 2rem; } }

.dropdown-menu {
  outline: none; }

.navUser-action,
.navPages-action {
  font-size: 16px;
  text-transform: none; }
  .navUser-action:focus,
  .navPages-action:focus {
    color: #333333; }
    .navUser-action:focus svg,
    .navPages-action:focus svg {
      fill: #333333; }
  .navUser-action:hover,
  .navPages-action:hover {
    color: #ed1c24; }
    @media (min-width: 801px) {
      .navUser-action:hover,
      .navPages-action:hover {
        color: #ed1c24; } }

.top-utilities-icon {
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  position: relative; }
  @media (min-width: 1441px) {
    .top-utilities-icon {
      margin-right: 0.5rem; } }
  .top-utilities-icon svg {
    fill: #333333;
    transition: none; }
  a:hover .top-utilities-icon svg {
    fill: #ed1c24; }
  .top-utilities-icon--arrow {
    height: 0.5rem;
    width: 0.5rem; }
    .top-utilities-icon--arrow svg {
      fill: #333333;
      vertical-align: top; }
    a:hover .top-utilities-icon--arrow svg {
      fill: #ed1c24; }
    @media (min-width: 801px) {
      .top-utilities-icon--arrow {
        margin-left: 0.75rem; } }

.navUser-section {
  display: flex;
  align-items: center; }

.navUser {
  padding: 0;
  width: auto;
  flex-shrink: 0; }
  @media screen and (max-width: 800px) {
    .navUser {
      margin-left: auto;
      order: 2;
      position: static;
      right: auto;
      top: auto;
      transform: none;
      z-index: 30; } }
  @media (min-width: 801px) {
    .navUser {
      margin: 0 0 0 auto; } }
  @media (min-width: 1261px) {
    .navUser {
      order: 4; } }
  .navUser .navUser-text,
  .navUser .navUser-dropdown-arrow {
    display: none; }
    @media (min-width: 1441px) {
      .navUser .navUser-text,
      .navUser .navUser-dropdown-arrow {
        display: block; } }
  .navUser .dropdown-menu {
    display: block;
    border: 0;
    background: transparent; }
    @media screen and (max-width: 550px) {
      .navUser .dropdown-menu.is-open {
        left: auto !important;
        right: 0.625rem; } }
    .navUser .dropdown-menu[class]:before {
      border-color: transparent transparent rgba(0, 0, 0, 0.2) transparent;
      right: 0.9375rem;
      border-width: 0.5625rem; }
      @media (min-width: 551px) {
        .navUser .dropdown-menu[class]:before {
          right: 0.375rem; } }
    .navUser .dropdown-menu[class]:after {
      right: 1rem; }
      @media (min-width: 551px) {
        .navUser .dropdown-menu[class]:after {
          right: 0.4375rem; } }
    @media (min-width: 801px) {
      .navUser .dropdown-menu {
        border: 1px solid #ebebeb;
        background-color: white; } }
  @media (min-width: 801px) {
    .navUser .dropdown-menu-item a {
      color: #333333; } }
  @media (min-width: 801px) {
    .navUser .dropdown-menu-item a:hover, .navUser .dropdown-menu-item a:active {
      color: #ed1c24; } }

.navUser-item[class] {
  align-items: center;
  display: inline-flex;
  height: 3.25rem; }
  .navUser-item[class]:last-child {
    margin-right: 0; }
  @media (min-width: 801px) {
    .navUser-item[class] {
      position: relative;
      margin-left: 1.5rem; } }

.navUser-item--gift-certificate[class], .navUser-item--account[class] {
  display: none; }
  @media (min-width: 801px) {
    .navUser-item--gift-certificate[class], .navUser-item--account[class] {
      display: inline-flex; } }

.navUser-item--cart .dropdown-menu {
  border: 0;
  background: transparent; }

.navUser-action {
  align-items: center;
  display: flex;
  height: 100%;
  color: #333333;
  padding: 0 0.375rem; }
  @media (min-width: 801px) {
    .navUser-action {
      color: #333333;
      padding: 0.75rem 0; } }
  .navUser-action:focus {
    color: #333333; }
    .navUser-action:focus svg {
      fill: #333333; }
  .navUser-action:hover .navUser-text {
    color: #ed1c24; }
  .navUser-action.is-open {
    color: #333333; }
    .navUser-action.is-open svg {
      fill: #333333;
      stroke: #333333; }
  .navUser-action--storeCredit[class] {
    display: block;
    font-size: 13px;
    color: white;
    padding: 0.3125rem 0.75rem; }
  .navUser-item--account .navUser-action {
    display: flex; }
  .navUser-item--cart .navUser-action {
    align-items: center;
    color: #333333;
    display: flex;
    font-size: 1rem;
    height: 3.25rem;
    padding: 0 0 0 0.375rem; }
    .navUser-item--cart .navUser-action:hover {
      color: #595959; }
    @media (min-width: 801px) {
      .navUser-item--cart .navUser-action {
        height: auto;
        margin-right: 0;
        padding: 0.75rem 0; } }

@media (min-width: 801px) {
  .navUser-item:last-of-type .navUser-action,
  .navUser-item:last-of-type .navPages-action,
  .navPages-item:last-of-type .navUser-action,
  .navPages-item:last-of-type .navPages-action {
    margin-right: 0; } }

@media (min-width: 801px) {
  .navPages-container {
    bottom: auto;
    left: auto;
    position: relative;
    right: auto; }
    .header--nav-megamenu .navPages-container {
      position: static; } }
  @media screen and (min-width: 801px) and (max-width: 1460px) {
    .navPages-container {
      margin-right: 1.5rem; } }

@media (min-width: 801px) {
  .navPages-container.is-open {
    padding-top: 0 !important; } }

.navPages {
  padding: 0.75rem 1.5rem; }
  @media (min-width: 801px) {
    .navPages {
      padding: 0; } }

.subMenu-is-open ~ .navPages-list--user {
  display: none; }

@media (min-width: 801px) {
  .navPages-item {
    display: inline-block;
    float: none; }
    .megamenu .navPages-item {
      position: static; }
      .megamenu .navPages-item.navPages-contextual {
        position: relative; }
    .navPages-item[class] {
      margin-right: 1.5rem; }
    .navPages-item:last-child {
      margin-right: 0; } }

.navPages-action {
  display: flex;
  align-items: center;
  padding: 0.5rem 0; }
  .navPages-action.is-open {
    padding-bottom: 1.125rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #e6e6e6; }
    .navPages-list--user .navPages-action.is-open {
      padding-bottom: 0.5rem;
      margin-bottom: 0;
      border-bottom: 0; }
  .navPages-action__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.125rem;
    height: 1.125rem;
    position: relative;
    margin-right: 0.75rem; }
  @media (min-width: 801px) {
    .navPages-action {
      padding: 0.75rem 0; }
      .navPages-action.is-open[class] {
        padding-bottom: calc(0.75rem - 2px);
        margin-bottom: 0;
        border-bottom: 2px solid #ed1c24; } }

.navPages-action-moreIcon {
  margin-left: auto;
  margin-bottom: -0.1875rem;
  transition: color 0.15s ease; }
  .navPages-action-moreIcon svg {
    width: 0.625rem;
    height: 0.625rem;
    transition: fill 0.15s ease, stroke 0.15s ease; }
  .navPages-action.is-open .navPages-action-moreIcon {
    order: -1;
    transform: rotate(90deg); }
    @media screen and (max-width: 801px) {
      .navPages-action.is-open .navPages-action-moreIcon[class] {
        margin: 0 0.75rem 0 0; } }
  @media (min-width: 801px) {
    .navPages-action-moreIcon {
      margin-left: 0.75rem; }
      .navPages-action-moreIcon svg {
        width: 0.5rem;
        height: 0.5rem; }
      .navPages-action.is-open .navPages-action-moreIcon {
        order: initial;
        transform: none; } }

.navPage-subMenu-image {
  display: none; }

.navPage-subMenu--megamenu .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-list .navPage-subMenu-item-child .navPage-subMenu-action {
  font-weight: 400; }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal[class][class] {
    margin-top: 1px; }
    .navPage-subMenu-horizontal[class][class] .navPage-subMenu-horizontal[class][class] {
      margin-top: 0; }
  .navPage-subMenu-list[class] {
    padding: 1.5rem 0;
    margin-top: 0; }
  .navPage-subMenu-action[class] {
    padding: 0.375rem 1.5rem;
    color: #333333; }
    .navPage-subMenu-action[class].is-open {
      padding-bottom: 0.375rem;
      border: none;
      opacity: 1;
      font-weight: 700; }
  .navPage-subMenu-action .navPages-action-moreIcon {
    margin-left: auto;
    transform: rotate(-90deg); }
  .navPage-subMenu-action.is-open .navPages-action-moreIcon {
    transform: rotate(-90deg); }
  .navPage-subMenu-horizontal.is-open {
    min-height: 100%;
    margin-left: 100%;
    width: 100%;
    z-index: 20; }
  .navPage-subMenu-horizontal.marketplace-popout.is-open {
    width: 33.33333vw; }
  .navPages-list-depth-max.subMenu-is-open .is-hidden {
    display: inline-flex; }
  .navPage-subMenu--expanded[class][class] {
    border-left: none; }
  .navPage-subMenu--expanded .navPage-subMenu--expanded {
    position: static;
    margin-top: 0;
    margin-left: 0; }
    .navPage-subMenu--expanded .navPage-subMenu--expanded .navPage-subMenu-list {
      padding: 0 0 0 0.75rem; }
  .navPage-subMenu--expanded .navPage-subMenu-item-child {
    flex-wrap: wrap; }
  .navPage-subMenu--expanded .navPages-action-moreIcon {
    display: inline-block;
    transform: none; }
  .navPage-subMenu--expanded .navPage-subMenu-action.is-open .navPages-action-moreIcon {
    transform: rotate(180deg); }
  .navPage-subMenu--megamenu[class][class] {
    margin-left: auto;
    margin-right: auto;
    max-width: 118.5rem;
    padding: 0 !important;
    width: 100%; }
    .navPage-subMenu--megamenu[class][class].is-open {
      display: flex; }
  .navPage-subMenu--megamenu .navPage-subMenu--megamenu[class][class] {
    position: static;
    padding: 0 0 0 0.75rem !important;
    margin-left: 0.75rem; }
  .navPage-subMenu--megamenu > .navPage-subMenu-list {
    width: 16.79688rem;
    margin-left: 0;
    margin-right: 0;
    flex-shrink: 0;
    flex-wrap: wrap; }
    .navPage-subMenu--megamenu > .navPage-subMenu-list > .navPage-subMenu-item-child,
    .navPage-subMenu--megamenu > .navPage-subMenu-list > .navPage-subMenu-item-parent {
      margin-bottom: 0.375rem;
      flex: 0 0 100%; } }
    @media (min-width: 801px) and (min-width: 801px) {
      .navPage-subMenu--megamenu > .navPage-subMenu-list > .navPage-subMenu-item-child,
      .navPage-subMenu--megamenu > .navPage-subMenu-list > .navPage-subMenu-item-parent {
        flex: 0 0 calc(100% / 3); } }
    @media (min-width: 801px) and (min-width: 1261px) {
      .navPage-subMenu--megamenu > .navPage-subMenu-list > .navPage-subMenu-item-child,
      .navPage-subMenu--megamenu > .navPage-subMenu-list > .navPage-subMenu-item-parent {
        flex: 0 0 calc(100% / 4); } }
    @media (min-width: 801px) and (min-width: 1681px) {
      .navPage-subMenu--megamenu > .navPage-subMenu-list > .navPage-subMenu-item-child,
      .navPage-subMenu--megamenu > .navPage-subMenu-list > .navPage-subMenu-item-parent {
        flex: 0 0 calc(100% / 5); } }
  @media (min-width: 801px) and (min-width: 801px) {
    .navPage-subMenu--megamenu > .navPage-subMenu-list.megamenu-subMenu--with-image > .navPage-subMenu-item-child,
    .navPage-subMenu--megamenu > .navPage-subMenu-list.megamenu-subMenu--with-image > .navPage-subMenu-item-parent {
      flex: 0 0 calc(100% / 2); } }
  @media (min-width: 801px) and (min-width: 1261px) {
    .navPage-subMenu--megamenu > .navPage-subMenu-list.megamenu-subMenu--with-image > .navPage-subMenu-item-child,
    .navPage-subMenu--megamenu > .navPage-subMenu-list.megamenu-subMenu--with-image > .navPage-subMenu-item-parent {
      flex: 0 0 calc(100% / 3); } }
  @media (min-width: 801px) and (min-width: 1681px) {
    .navPage-subMenu--megamenu > .navPage-subMenu-list.megamenu-subMenu--with-image > .navPage-subMenu-item-child,
    .navPage-subMenu--megamenu > .navPage-subMenu-list.megamenu-subMenu--with-image > .navPage-subMenu-item-parent {
      flex: 0 0 calc(100% / 4); } }

@media (min-width: 801px) {
  .navPage-subMenu--megamenu .navPage-subMenu--megamenu .navPage-subMenu-list {
    width: 100%;
    display: flex;
    flex-shrink: 1; }
    .navPage-subMenu--megamenu .navPage-subMenu--megamenu .navPage-subMenu-list .navPage-subMenu-list {
      display: block;
      padding: 0; }
      .navPage-subMenu--megamenu .navPage-subMenu--megamenu .navPage-subMenu-list .navPage-subMenu-list .navPage-subMenu-action {
        color: #333333;
        padding-top: 0.09375rem;
        padding-bottom: 0.09375rem;
        font-weight: 400; }
        .navPage-subMenu--megamenu .navPage-subMenu--megamenu .navPage-subMenu-list .navPage-subMenu-list .navPage-subMenu-action:focus, .navPage-subMenu--megamenu .navPage-subMenu--megamenu .navPage-subMenu-list .navPage-subMenu-list .navPage-subMenu-action:hover {
          color: #ed1c24; }
    .navPage-subMenu--megamenu .navPage-subMenu--megamenu .navPage-subMenu-list .navPage-subMenu-item-child,
    .navPage-subMenu--megamenu .navPage-subMenu--megamenu .navPage-subMenu-list .navPage-subMenu-item-parent {
      width: auto; }
  .navPage-subMenu--megamenu .navPage-subMenu-image {
    display: block;
    padding: 1.5rem;
    margin-left: 1.5rem;
    max-width: 25%; }
    .navPage-subMenu--megamenu .navPage-subMenu-image img {
      max-height: 18.125rem; } }

@media (min-width: 1261px) {
  .navPage-subMenu--megamenu[class][class] {
    justify-content: flex-start;
    padding: 0 4.5rem !important; } }

@media (min-width: 801px) {
  .navPages-container {
    flex: 1 1 auto;
    margin: 0;
    padding-right: 1.5rem; } }

@media (min-width: 1261px) {
  .navPages-container {
    width: 65%; } }

.navPages-container .navPages-item {
  color: #333333; }
  @media (min-width: 801px) {
    .navPages-container .navPages-item {
      color: #333333; } }

.navPages {
  background-color: white; }
  .navPages .navPages-action-moreIcon svg {
    fill: #333333;
    stroke: #333333; }
    @media (min-width: 801px) {
      .navPages .navPages-action-moreIcon svg {
        fill: #333333;
        stroke: #333333; } }
  .navPages .navPages-action:focus .navPages-action-moreIcon svg,
  .navPages .navPages-action:hover .navPages-action-moreIcon svg,
  .navPages .navPages-action.is-open .navPages-action-moreIcon svg {
    fill: #ed1c24;
    stroke: #ed1c24; }
    @media (min-width: 801px) {
      .navPages .navPages-action:focus .navPages-action-moreIcon svg,
      .navPages .navPages-action:hover .navPages-action-moreIcon svg,
      .navPages .navPages-action.is-open .navPages-action-moreIcon svg {
        fill: #ed1c24;
        stroke: #ed1c24; } }
  @media (min-width: 801px) {
    .navPages {
      background-color: transparent;
      text-align: left; } }

.navPages-action {
  color: #333333; }
  @media (min-width: 801px) {
    .navPages-action {
      color: #333333; } }
  .navPages-action:focus[class], .navPages-action:hover[class], .navPages-action.is-open[class] {
    color: #ed1c24;
    background: transparent; }
    @media (min-width: 801px) {
      .navPages-action:focus[class], .navPages-action:hover[class], .navPages-action.is-open[class] {
        color: #ed1c24; } }
  .navPages-action:focus svg, .navPages-action:hover svg, .navPages-action.is-open svg {
    fill: #ed1c24;
    stroke: #ed1c24; }
    @media (min-width: 801px) {
      .navPages-action:focus svg, .navPages-action:hover svg, .navPages-action.is-open svg {
        fill: #ed1c24;
        stroke: #ed1c24; } }
  @media (min-width: 801px) {
    .navPages .navPages-action.navPage-subMenu-action {
      color: #333333; }
      .navPages .navPages-action.navPage-subMenu-action svg {
        fill: #333333;
        stroke: #333333; }
    .navPages .navPages-action.navPage-subMenu-action:focus, .navPages .navPages-action.navPage-subMenu-action:hover, .navPages .navPages-action.navPage-subMenu-action.is-open {
      color: #ed1c24; }
      .navPages .navPages-action.navPage-subMenu-action:focus svg, .navPages .navPages-action.navPage-subMenu-action:hover svg, .navPages .navPages-action.navPage-subMenu-action.is-open svg {
        fill: #ed1c24;
        stroke: #ed1c24; } }
  .navPages-action.is-root.is-open svg {
    fill: #ed1c24;
    stroke: #ed1c24; }
    @media (min-width: 801px) {
      .navPages-action.is-root.is-open svg {
        fill: #ed1c24;
        stroke: #ed1c24; } }
  .navPages-list--user .navPages-action {
    color: #333333; }
    .navPages-list--user .navPages-action:focus, .navPages-list--user .navPages-action:hover {
      color: #ed1c24; }
  .navPages-action__icon svg {
    fill: #333333;
    stroke: #333333; }
    .navPages-action:focus .navPages-action__icon svg,
    .navPages-action:hover .navPages-action__icon svg {
      fill: #ed1c24;
      stroke: #ed1c24; }

.navPage-subMenu {
  background-color: white; }
  @media (min-width: 801px) {
    .navPage-subMenu {
      background-color: white; } }

@media (min-width: 801px) {
  .navPage-subMenu-horizontal.is-open {
    border-left: 1px solid #ebebeb; } }

.navPages-container.is-open {
  z-index: 20; }

@media (min-width: 801px) {
  .navPages-contextual > .navPages-action {
    font-weight: 400; } }

.globalBanner {
  background-color: #ed1c24;
  border-top: 1px solid #ebebeb;
  color: white;
  padding: 1rem;
  text-align: center; }

.globalBanner-label {
  display: inline-block;
  font-size: 13px;
  padding: 0 1rem; }
  @media (min-width: 801px) {
    .globalBanner-label {
      font-size: 16px; }
      .globalBanner-label + .globalBanner-label {
        border-left: 1px solid #ebebeb;
        border-color: rgba(255, 255, 255, 0.5); }
        .slick-track .globalBanner-label + .globalBanner-label {
          border: none; } }

.globalBanner-icon {
  margin-right: 0.3125rem; }

.product-breadcrumbs .breadcrumbs {
  margin: 0 auto;
  max-width: 118.5rem;
  padding: 1.5rem 1.5rem;
  position: relative;
  text-align: left;
  width: 100%; }
  @media (min-width: 1261px) {
    .product-breadcrumbs .breadcrumbs {
      padding: 1.5rem 6rem; } }

.breadcrumbs {
  text-align: left; }

.breadcrumb {
  display: inline; }
  .breadcrumb .breadcrumb-label {
    color: #333333;
    text-decoration: underline; }
  .breadcrumb:last-of-type .breadcrumb-label {
    color: #333333;
    text-decoration: none; }

.breadcrumbs--mobile-show {
  display: block; }

@media (min-width: 551px) {
  .breadcrumbs--desktop-hide {
    display: none; } }

.form-column .form-field {
  padding-left: 0;
  padding-right: 0; }
  .form-column .form-field.form-field-group {
    padding-left: 0.75rem;
    padding-right: 0.75rem; }

.form-prefixPostfix {
  position: relative; }
  .form-prefixPostfix .button--primary {
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0; }

@media (min-width: 551px) {
  .form-field--agree {
    margin-left: auto;
    width: calc(50% - 0.75rem); } }

.form-combined {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap; }
  .form-combined :first-child {
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px; }
  .form-combined :last-child {
    border-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
  .form-combined .button {
    margin: 0;
    width: auto; }

@media (min-width: 551px) {
  .form-combined--smallUp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    .form-combined--smallUp :first-child {
      border-radius: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .form-combined--smallUp :last-child {
      border-radius: 0;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .form-combined--smallUp .button {
      margin: 0;
      width: auto; } }

@media (min-width: 801px) {
  .form-combined--mediumUp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    .form-combined--mediumUp :first-child {
      border-radius: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .form-combined--mediumUp :last-child {
      border-radius: 0;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .form-combined--mediumUp .button {
      margin: 0;
      width: auto; } }

@media (min-width: 1261px) {
  .form-combined--largeUp {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap; }
    .form-combined--largeUp :first-child {
      border-radius: 0;
      border-top-left-radius: 4px;
      border-bottom-left-radius: 4px; }
    .form-combined--largeUp :last-child {
      border-radius: 0;
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px; }
    .form-combined--largeUp .button {
      margin: 0;
      width: auto; } }

.form-input {
  color: #333333; }
  .form-input:focus {
    color: #333333; }

.form-label {
  color: #333333;
  font-weight: 600; }

.button--subscribe {
  margin-top: 1rem;
  width: 100%; }

input:focus {
  outline-color: #ed1c24 !important;
  outline-style: auto !important; }

.form-actions {
  margin-top: 0;
  text-align: right; }

.forgot-password-form,
#gift-certificate-balance {
  width: 100%; }
  @media (min-width: 801px) {
    .forgot-password-form,
    #gift-certificate-balance {
      width: 75%; } }
  @media (min-width: 1261px) {
    .forgot-password-form,
    #gift-certificate-balance {
      width: 50%; } }
  .forgot-password-form .wrap,
  #gift-certificate-balance .wrap {
    display: flex; }
  .forgot-password-form .button,
  #gift-certificate-balance .button {
    display: inline-block;
    flex: 0 0 auto;
    margin: 0;
    order: 3;
    position: relative;
    width: 100%; }
    @media (min-width: 801px) {
      .forgot-password-form .button,
      #gift-certificate-balance .button {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        order: 2;
        width: auto; } }
  .forgot-password-form .form-input,
  #gift-certificate-balance .form-input {
    display: inline-block;
    flex: 1 1 auto;
    order: 1;
    position: relative;
    width: 100%; }
    @media (min-width: 801px) {
      .forgot-password-form .form-input,
      #gift-certificate-balance .form-input {
        border-bottom-right-radius: 0;
        border-right: none;
        border-top-right-radius: 0;
        width: auto; } }
  .forgot-password-form span,
  #gift-certificate-balance span {
    order: 2;
    width: 100%; }
    @media (min-width: 801px) {
      .forgot-password-form span,
      #gift-certificate-balance span {
        order: 3; } }

#gift-certificate-balance .button {
  margin-top: 0.75rem; }
  @media (min-width: 801px) {
    #gift-certificate-balance .button {
      margin: 0; } }

.search-box--on-page .button {
  margin-top: 0.75rem;
  width: 100%; }
  @media (min-width: 801px) {
    .search-box--on-page .button {
      margin-top: 0;
      width: auto; } }

.multi-add-skus .alertBox {
  display: none; }

.multi-add {
  background-color: white;
  border: 1px solid #ebebeb;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  width: 100%; }
  .multi-add h6 {
    display: inline-block;
    margin: 0 0 1.125rem;
    width: 15%; }
    .multi-add h6:first-child {
      margin-right: auto;
      width: auto; }
  .multi-add button {
    align-self: center;
    border: none;
    border-radius: 50%;
    color: white;
    display: inline-block;
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 700;
    height: 1.125rem;
    line-height: normal;
    padding: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 1.125rem; }
    .multi-add button svg {
      color: white;
      fill: white; }
    .multi-add button > * {
      pointer-events: none; }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .multi-add button > * {
          display: none; } }
    .multi-add button.multi-add__add-button {
      background-color: #ed1c24;
      margin: 0 1.5rem 0 0.375rem; }
      .multi-add button.multi-add__add-button--disabled {
        opacity: 0; }
    .multi-add button.multi-add__remove-button {
      background-color: #cc4749;
      float: right;
      margin: 0 0.375rem 0 auto; }
      .multi-add button.multi-add__remove-button--last {
        background-color: #757575; }
  .multi-add input:first-child {
    flex: 1 1 100%;
    margin-right: 15%; }
  .multi-add input:nth-child(2) {
    text-align: center;
    width: 3.4375rem; }
  .multi-add__headers {
    display: flex; }
  .multi-add__actions-spacer {
    width: 15%; }
  .multi-add__row {
    border-top: 1px solid #ebebeb;
    display: grid;
    grid-column: minmax(0%, 100%) 15% minmax(50px, 7.5%) minmax(50px, 7.5%);
    grid-template-columns: minmax(0, 100%) 15% minmax(50px, 7.5%) minmax(50px, 7.5%);
    padding: 1.5rem 0;
    position: relative; }
    .multi-add__row input {
      padding: 0.75rem; }
    .multi-add__row span {
      grid-column-start: 1;
      column-span: all; }
  .multi-add .button {
    display: block;
    margin: 0 auto 0.75rem;
    width: 100%; }
    @media (min-width: 801px) {
      .multi-add .button {
        display: inline-block;
        margin-bottom: 0;
        max-width: 240px;
        width: auto; } }
  .multi-add [type="file"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    white-space: nowrap; }
  @media (min-width: 801px) {
    .multi-add [type="file"] + label,
    .multi-add .multi_add__cart-button {
      margin-left: 0.75rem; } }
  .multi-add .multi_add__cart-button {
    display: none; }

.multi-add__row--advisory .multi-add__result {
  color: #cc4749; }

.multi-add__row--error .multi-add__result {
  color: #cc4749; }

.multi-add__row--success .multi-add__result {
  color: #008a06; }

.button {
  font-weight: 600; }

.cookieMessage {
  bottom: 0;
  position: fixed;
  width: 100%;
  z-index: 500; }
  .cookieMessage .button {
    margin: 0; }

.cookieMessage-container {
  padding: 1rem; }

.cookieMessage-text p {
  font-size: 13px;
  margin: 0; }

.newsletterPopup-overlay {
  background-color: rgba(51, 51, 51, 0.9);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: all 250ms ease-out;
  width: 100%;
  z-index: 20; }
  .newsletterPopup-overlay.is-visible {
    display: block;
    opacity: 1; }

.newsletterPopup {
  background: white;
  left: 50%;
  margin: auto;
  max-height: 90%;
  max-width: 95%;
  padding: 1rem;
  position: fixed;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%; }
  @media (min-width: 801px) {
    .newsletterPopup {
      width: auto; } }
  .newsletterPopup .form-field {
    margin: 0; }
  .newsletterPopup .modal-close {
    background-color: white;
    color: #757575;
    right: 0.375rem;
    top: 0.375rem; }

.newsletterPopup-title {
  color: #444444; }

.newsletterPopup-intro {
  color: #444444; }

.heroStoryboard {
  margin-bottom: 3rem;
  overflow: hidden; }
  @media (min-width: 801px) {
    .heroStoryboard.show--2 .slide--1 .heroCarousel-content,
    .heroStoryboard.show--3 .slide--1 .heroCarousel-content,
    .heroStoryboard.show--4 .slide--1 .heroCarousel-content,
    .heroStoryboard .slide--2 .heroCarousel-content,
    .heroStoryboard .slide--3 .heroCarousel-content,
    .heroStoryboard .slide--4 .heroCarousel-content {
      padding: 0.75rem;
      width: 90%; }
    .heroStoryboard.show--2 .slide--1 .heroCarousel-title,
    .heroStoryboard.show--3 .slide--1 .heroCarousel-title,
    .heroStoryboard.show--4 .slide--1 .heroCarousel-title,
    .heroStoryboard .slide--2 .heroCarousel-title,
    .heroStoryboard .slide--3 .heroCarousel-title,
    .heroStoryboard .slide--4 .heroCarousel-title {
      font-size: 64px; }
    .heroStoryboard.show--2 .slide--1 .heroCarousel-description,
    .heroStoryboard.show--3 .slide--1 .heroCarousel-description,
    .heroStoryboard.show--4 .slide--1 .heroCarousel-description,
    .heroStoryboard .slide--2 .heroCarousel-description,
    .heroStoryboard .slide--3 .heroCarousel-description,
    .heroStoryboard .slide--4 .heroCarousel-description {
      margin-bottom: 0.75rem; }
    .heroStoryboard.show--2 .slide--1 .heroCarousel-action,
    .heroStoryboard.show--3 .slide--1 .heroCarousel-action,
    .heroStoryboard.show--4 .slide--1 .heroCarousel-action,
    .heroStoryboard .slide--2 .heroCarousel-action,
    .heroStoryboard .slide--3 .heroCarousel-action,
    .heroStoryboard .slide--4 .heroCarousel-action {
      margin: 0; } }
  @media (min-width: 801px) {
    .heroStoryboard.show--3 .slide--1,
    .heroStoryboard.show--3 .slide--2 {
      float: left;
      width: 50%; } }
  @media (min-width: 801px) {
    .heroStoryboard.show--4 .slide--1,
    .heroStoryboard.show--4 .slide--2,
    .heroStoryboard.show--4 .slide--3 {
      float: left;
      width: 33.33333%; }
      .heroStoryboard.show--4 .slide--1 .heroCarousel-title,
      .heroStoryboard.show--4 .slide--2 .heroCarousel-title,
      .heroStoryboard.show--4 .slide--3 .heroCarousel-title {
        font-size: 36px; } }
  @media (min-width: 801px) {
    .heroStoryboard.show--5 .slide--0,
    .heroStoryboard.show--5 .slide--1 {
      float: left;
      width: 50%; }
      .heroStoryboard.show--5 .slide--0 .heroCarousel-content,
      .heroStoryboard.show--5 .slide--1 .heroCarousel-content {
        padding: 1rem;
        width: 90%; }
      .heroStoryboard.show--5 .slide--0 .heroCarousel-title,
      .heroStoryboard.show--5 .slide--1 .heroCarousel-title {
        font-size: 36px; }
    .heroStoryboard.show--5 .slide--2,
    .heroStoryboard.show--5 .slide--3,
    .heroStoryboard.show--5 .slide--4 {
      float: left;
      width: 33.33333%; }
      .heroStoryboard.show--5 .slide--2 .heroCarousel-title,
      .heroStoryboard.show--5 .slide--3 .heroCarousel-title,
      .heroStoryboard.show--5 .slide--4 .heroCarousel-title {
        font-size: 36px; } }
  @media (min-width: 1441px) {
    .heroStoryboard.show--5 .slide--0 {
      float: left; }
      .heroStoryboard.show--5 .slide--0 .heroCarousel-title {
        font-size: 50px; }
    .heroStoryboard.show--5 .slide--1 .heroCarousel-content {
      padding: 0.75rem; }
    .heroStoryboard.show--5 .slide--1 .heroCarousel-description {
      margin-bottom: 0.75rem; }
    .heroStoryboard.show--5 .slide--1 .heroCarousel-action {
      margin: 0; }
    .heroStoryboard.show--5 .slide--1,
    .heroStoryboard.show--5 .slide--2,
    .heroStoryboard.show--5 .slide--3,
    .heroStoryboard.show--5 .slide--4 {
      width: 25%; } }

.heroCarousel {
  margin-bottom: 1.5rem !important;
  margin-top: 0;
  max-width: 100%;
  order: 0;
  width: 100%; }
  @media (min-width: 801px) {
    .heroCarousel {
      min-height: 350px; } }
  @media (min-width: 1261px) {
    .heroCarousel {
      min-height: 400px; } }
  .heroCarousel .slick-prev {
    left: 0;
    margin: 0; }
    .heroCarousel .slick-prev::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M22.4572074 1.00746147l-21 20.02482143 20.9479397 19.9751786' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .heroCarousel .slick-next {
    margin: 0;
    right: 0; }
    .heroCarousel .slick-next::before {
      background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='42' viewBox='0 0 24 42'%3E%3Cpath d='M1.45679 1.00746147l21 20.02482143L1.50885 41.0074615' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round' fill='none' fill-rule='evenodd' /%3E%3C/svg%3E"); }
  .heroCarousel .slick-list {
    margin: 0; }
    @media (min-width: 801px) {
      .heroCarousel .slick-list {
        height: 100%; } }
  @media (min-width: 801px) {
    .heroCarousel .slick-track {
      height: 100%; } }
  .heroCarousel .slick-dots {
    bottom: 0.5rem;
    position: absolute; }
    .heroCarousel .slick-dots li {
      background: none; }
      .heroCarousel .slick-dots li.slick-active button::before {
        background: white; }
    .heroCarousel .slick-dots button {
      border-color: white; }
  @media (min-width: 801px) {
    .heroCarousel .heroCarousel-slide {
      display: flex; } }
  .heroCarousel .heroCarousel-image-wrapper {
    height: 100% !important;
    left: 0;
    max-height: none;
    position: absolute;
    top: 0;
    width: 100%; }
  .heroCarousel .heroCarousel-content {
    min-height: 11.875rem; }
    @media (min-width: 801px) {
      .heroCarousel .heroCarousel-content {
        padding: 3rem 6rem; } }

@media (min-width: 801px) {
  .heroCarousel--with-login {
    flex: 1 1 auto;
    margin-right: 1.5rem;
    max-width: calc(66.66% - 20px);
    width: calc(50% - 1.5rem); } }

@media (min-width: 1261px) {
  .heroCarousel--with-login {
    max-width: calc(75% - 1.5rem + 1.125rem); } }

.hero-carousel__link {
  display: block;
  margin-bottom: 1.5rem;
  text-decoration: none;
  width: 100%; }
  @media (min-width: 801px) {
    .hero-carousel__link {
      flex: 1 1 auto;
      margin-bottom: 1.5rem;
      margin-right: 1.5rem;
      width: calc(50% - 1.5rem); } }
  @media (min-width: 1261px) {
    .hero-carousel__link {
      width: calc(33.33% - 20px); } }
  @media (min-width: 801px) {
    .hero-carousel__link:first-of-type .heroCarousel-content {
      text-align: center; }
    .hero-carousel__link:first-of-type .heroCarousel-title {
      text-align: center; } }
  @media (min-width: 801px) {
    .hero-carousel__link.hero-carousel__link--order-0 {
      order: 0; } }
  @media (min-width: 801px) {
    .hero-carousel__link.hero-carousel__link--order-1 {
      order: 1; } }
  @media (min-width: 801px) {
    .hero-carousel__link.hero-carousel__link--order-2 {
      order: 2; } }
  @media (min-width: 801px) {
    .hero-carousel__link.hero-carousel__link--order-3 {
      order: 3; } }
  @media (min-width: 801px) {
    .hero-carousel__link.hero-carousel__link--order-4 {
      order: 4; } }
  @media (min-width: 801px) {
    .hero-carousel__link.hero-carousel__link--order-5 {
      order: 5; } }
  @media (min-width: 801px) {
    .hero-carousel__link.hero-carousel__link--order-6 {
      order: 6; } }
  @media (min-width: 801px) {
    .hero-carousel__link.hero-carousel__link--order-7 {
      order: 7; } }
  @media (min-width: 801px) {
    .hero-carousel__link.hero-carousel__link--order-8 {
      order: 8; } }
  @media (min-width: 801px) {
    .hero-carousel__link.hero-carousel__link--order-9 {
      order: 9; } }
  @media (min-width: 801px) {
    .hero-carousel__link.hero-carousel__link--order-10 {
      order: 10; } }

@media only screen and (min-width: 801px) and (max-width: 1260px) {
  .hero-carousel__link--order-0 {
    max-width: calc(66.66% - 20px); } }

.hero-carousel__link--order-0 .heroCarousel-content,
.hero-carousel__link--order-1 .heroCarousel-content {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 801px) {
    .hero-carousel__link--order-0 .heroCarousel-content,
    .hero-carousel__link--order-1 .heroCarousel-content {
      padding: 1.5rem; } }

.hero-carousel__link--order-1 {
  order: 2; }

.hero-carousel__link--order-2,
.hero-carousel__link--order-3,
.hero-carousel__link--order-4 {
  order: 5; }
  .hero-carousel__link--order-2 .heroCarousel-content,
  .hero-carousel__link--order-3 .heroCarousel-content,
  .hero-carousel__link--order-4 .heroCarousel-content {
    padding: 1rem;
    text-align: left; }
    @media (min-width: 551px) {
      .hero-carousel__link--order-2 .heroCarousel-content,
      .hero-carousel__link--order-3 .heroCarousel-content,
      .hero-carousel__link--order-4 .heroCarousel-content {
        padding: 3rem 1.5rem; } }
    @media (min-width: 801px) {
      .hero-carousel__link--order-2 .heroCarousel-content,
      .hero-carousel__link--order-3 .heroCarousel-content,
      .hero-carousel__link--order-4 .heroCarousel-content {
        padding: 1.5rem; } }
  .hero-carousel__link--order-2 .heroCarousel-description,
  .hero-carousel__link--order-3 .heroCarousel-description,
  .hero-carousel__link--order-4 .heroCarousel-description {
    margin-bottom: 1rem; }
    @media (min-width: 551px) {
      .hero-carousel__link--order-2 .heroCarousel-description,
      .hero-carousel__link--order-3 .heroCarousel-description,
      .hero-carousel__link--order-4 .heroCarousel-description {
        margin-bottom: 1.5rem; } }

.hero-carousel__link--order-2 {
  margin-top: 1.5rem; }
  @media (min-width: 801px) {
    .hero-carousel__link--order-2 {
      margin-top: 0; } }

.heroCarousel-slide {
  text-decoration: none; }
  @media (min-width: 801px) {
    .heroCarousel-slide {
      align-items: center;
      display: flex;
      height: 100%;
      justify-content: center; } }

.heroCarousel-image {
  height: 100%;
  left: 0;
  object-fit: cover;
  top: 0;
  width: 100%; }
  .heroCarousel-image.has-content {
    position: absolute; }

.heroCarousel-content {
  background: none;
  bottom: auto;
  left: auto;
  padding: 1.5rem 1.125rem;
  position: relative;
  right: auto;
  top: auto;
  transform: none;
  width: auto; }
  @media (min-width: 801px) {
    .heroCarousel-content {
      padding: 1.125rem;
      text-align: left;
      width: 100%; } }
  @media (min-width: 1261px) {
    .heroCarousel-content {
      padding: 2.25rem; } }

.heroCarousel-title {
  color: white; }
  @media (min-width: 801px) {
    .heroCarousel-title {
      font-size: 64px;
      text-align: left; } }

.heroCarousel-description {
  color: white;
  font-size: 16px; }

.flex-container {
  display: flex;
  flex-direction: column; }
  @media (min-width: 801px) {
    .flex-container {
      flex-flow: row wrap; } }
  @media (min-width: 801px) {
    .flex-container.flex-container--carousel-more-than-one .hero-carousel__link:last-of-type {
      margin-right: 0; } }
  @media (min-width: 1261px) {
    .flex-container.flex-container--carousel-even .hero-carousel__link:nth-of-type(2) .heroCarousel-content {
      text-align: center; } }
  @media (min-width: 1261px) {
    .flex-container.flex-container--carousel-even .hero-carousel__link:nth-of-type(2) .heroCarousel-title {
      text-align: center; } }

@media only screen and (min-width: 801px) and (max-width: 1260px) {
  .flex-container.flex-container--login .hero-carousel__link:nth-of-type(2n+3) {
    margin-right: 0; } }
  @media (min-width: 1261px) {
    .flex-container.flex-container--login.flex-container--carousel-odd .hero-carousel__link:first-of-type {
      flex: 0 1 auto;
      max-width: calc(75% - 0.33333rem);
      width: 100%; } }
  @media (min-width: 1261px) {
    .flex-container.flex-container--login.flex-container--carousel-odd .hero-carousel__link:nth-of-type(3n+4) {
      margin-right: 0; } }
  @media (min-width: 1261px) {
    .flex-container.flex-container--login.flex-container--carousel-even .hero-carousel__link:first-of-type,
    .flex-container.flex-container--login.flex-container--carousel-even .hero-carousel__link:nth-of-type(2) {
      flex: 0 1 auto;
      margin-right: 1.5rem;
      max-width: calc(37.5% - 0.9375rem);
      width: 100%; } }
  @media (min-width: 1261px) {
    .flex-container.flex-container--login.flex-container--carousel-even .hero-carousel__link:nth-of-type(3n+5) {
      margin-right: 0; } }
  @media (min-width: 801px) {
    .flex-container.flex-container--no-login .hero-carousel__link:last-of-type {
      margin-right: 0; } }

@media only screen and (min-width: 801px) and (max-width: 1260px) {
  .flex-container.flex-container--no-login .hero-carousel__link:nth-of-type(2n+1) {
    margin-right: 0;
    width: calc(50% - 20px); } }
  @media (min-width: 801px) {
    .flex-container.flex-container--no-login .hero-carousel__link:first-of-type {
      margin-right: 0;
      max-width: 100%;
      min-height: 26vw;
      width: 100%; } }
  @media (min-width: 1920px) {
    .flex-container.flex-container--no-login .hero-carousel__link:first-of-type {
      height: 31.25rem;
      min-height: 0; } }
  @media (min-width: 801px) {
    .flex-container.flex-container--no-login-equal .hero-carousel__link:last-of-type {
      margin-right: 0; } }

@media only screen and (min-width: 801px) and (max-width: 1260px) {
  .flex-container.flex-container--no-login-equal .hero-carousel__link:nth-of-type(2n+2) {
    margin-right: 0;
    width: calc(50% - 20px); } }
  @media (min-width: 1261px) {
    .flex-container.flex-container--no-login-equal .hero-carousel__link:first-of-type,
    .flex-container.flex-container--no-login-equal .hero-carousel__link:nth-of-type(2) {
      min-height: 26vw;
      width: calc(50% - 20px); } }
  @media (min-width: 1920px) {
    .flex-container.flex-container--no-login-equal .hero-carousel__link:first-of-type,
    .flex-container.flex-container--no-login-equal .hero-carousel__link:nth-of-type(2) {
      min-height: 31.25rem; } }
  @media (min-width: 801px) {
    .flex-container.flex-container--no-login-equal .hero-carousel__link:first-of-type .heroCarousel-content,
    .flex-container.flex-container--no-login-equal .hero-carousel__link:first-of-type .heroCarousel-title,
    .flex-container.flex-container--no-login-equal .hero-carousel__link:nth-of-type(2) .heroCarousel-content,
    .flex-container.flex-container--no-login-equal .hero-carousel__link:nth-of-type(2) .heroCarousel-title {
      text-align: center; } }
  @media (min-width: 1261px) {
    .flex-container.flex-container--no-login-equal .hero-carousel__link:nth-of-type(2) {
      margin-right: 0; } }
  @media (min-width: 1261px) {
    .flex-container.flex-container--no-login-5 .hero-carousel__link:first-of-type {
      margin-right: 1.5rem; } }
  @media (min-width: 1261px) {
    .flex-container.flex-container--no-login-5 .hero-carousel__link:first-of-type,
    .flex-container.flex-container--no-login-5 .hero-carousel__link:nth-of-type(2) {
      width: calc(50% - 20px); } }
  @media (min-width: 1261px) {
    .flex-container.flex-container--no-login-5 .hero-carousel__link:nth-of-type(2) {
      margin-right: 0; } }

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 801px) {
  .flex-component__mobileUp-0 {
    max-width: 100%;
    order: 10;
    width: 100%; }
  .flex-component__mediumUp-0 {
    max-width: 100%;
    order: 0;
    width: 100%; }
  .flex-component__mobileUp-1 {
    max-width: 100%;
    order: 11;
    width: 100%; }
  .flex-component__mediumUp-1 {
    max-width: 100%;
    order: 1;
    width: 100%; }
  .flex-component__mobileUp-2 {
    max-width: 100%;
    order: 12;
    width: 100%; }
  .flex-component__mediumUp-2 {
    max-width: 100%;
    order: 2;
    width: 100%; }
  .flex-component__mobileUp-3 {
    max-width: 100%;
    order: 13;
    width: 100%; }
  .flex-component__mediumUp-3 {
    max-width: 100%;
    order: 3;
    width: 100%; }
  .flex-component__mobileUp-4 {
    max-width: 100%;
    order: 14;
    width: 100%; }
  .flex-component__mediumUp-4 {
    max-width: 100%;
    order: 4;
    width: 100%; }
  .flex-component__mobileUp-5 {
    max-width: 100%;
    order: 15;
    width: 100%; }
  .flex-component__mediumUp-5 {
    max-width: 100%;
    order: 5;
    width: 100%; }
  .flex-component__mobileUp-6 {
    max-width: 100%;
    order: 16;
    width: 100%; }
  .flex-component__mediumUp-6 {
    max-width: 100%;
    order: 6;
    width: 100%; }
  .flex-component__mobileUp-7 {
    max-width: 100%;
    order: 17;
    width: 100%; }
  .flex-component__mediumUp-7 {
    max-width: 100%;
    order: 7;
    width: 100%; }
  .flex-component__mobileUp-8 {
    max-width: 100%;
    order: 18;
    width: 100%; }
  .flex-component__mediumUp-8 {
    max-width: 100%;
    order: 8;
    width: 100%; }
  .flex-component__mobileUp-9 {
    max-width: 100%;
    order: 19;
    width: 100%; }
  .flex-component__mediumUp-9 {
    max-width: 100%;
    order: 9;
    width: 100%; }
  .flex-component__mobileUp-10 {
    max-width: 100%;
    order: 110;
    width: 100%; }
  .flex-component__mediumUp-10 {
    max-width: 100%;
    order: 10;
    width: 100%; } }

.login-form {
  background: #ebebeb;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  float: none;
  margin: 0 0 1.5rem;
  padding: 1.5rem; }
  @media (min-width: 801px) {
    .login-form {
      margin-bottom: 1.5rem;
      padding: 3rem 1.5rem; } }
  .login-form.login-form--carousel {
    max-width: 100%;
    width: 100%; }
  .login-form.login-form--home .form-actions {
    flex-flow: row wrap;
    justify-content: center; }
    @media (min-width: 551px) {
      .login-form.login-form--home .form-actions {
        justify-content: space-between; } }
    @media (min-width: 801px) {
      .login-form.login-form--home .form-actions {
        justify-content: center; } }
    .login-form.login-form--home .form-actions a {
      margin: 0;
      padding: 0 0.75rem;
      width: auto; }
    .login-form.login-form--home .form-actions .forgot-password {
      margin: 0; }
      @media (min-width: 551px) {
        .login-form.login-form--home .form-actions .forgot-password {
          padding-left: 0; } }
      @media (min-width: 801px) {
        .login-form.login-form--home .form-actions .forgot-password {
          padding-left: 0.75rem; } }
    .login-form.login-form--home .form-actions .login-form__button {
      width: 100%;
      margin-bottom: 1.5rem; }
      @media (min-width: 551px) {
        .login-form.login-form--home .form-actions .login-form__button {
          flex-grow: 1;
          margin-bottom: 0;
          max-width: 14.375rem;
          order: 1;
          width: auto; } }
      @media (min-width: 801px) {
        .login-form.login-form--home .form-actions .login-form__button {
          margin-bottom: 1.5rem;
          max-width: none;
          order: 0;
          width: 100%; } }
    .login-form.login-form--home .form-actions .login-form__links {
      align-items: center;
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      margin: 0; }
  @media (min-width: 801px) {
    .login-form.login-form--home {
      max-width: 33.33%;
      min-width: 20.625rem;
      order: 0; } }
  @media (min-width: 1261px) {
    .login-form.login-form--home {
      max-width: calc(25% - 1.125rem);
      min-width: 0;
      width: 100%;
      flex: 1; } }
  .login-form.login-form-account .form-actions {
    flex-flow: row-reverse nowrap; }
  .login-form.login-form-account .login-form__links {
    display: block;
    text-align: left; }
  .login-form.login-form-account .login-form__button {
    max-width: 14.375rem; }
  @media (min-width: 1261px) {
    .login-form.login-form--order-1 {
      order: 0; } }
  @media (min-width: 1261px) {
    .login-form.login-form--order-2 {
      order: 1; } }
  .login-form h3 {
    color: #333333;
    font-size: 24px;
    margin-top: 0;
    text-align: center; }
  .login-form .form-label {
    color: #333333; }
  .login-form .form-actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    .login-form .form-actions::after, .login-form .form-actions::before {
      display: none; }
  .login-form .forgot-password {
    color: #333333;
    padding-right: 0.5rem;
    text-align: left;
    width: auto; }
  .login-form .form-actions a + .login-form__button {
    margin: 0;
    width: auto; }
  .login-form .login-form__or {
    color: #333333;
    display: block;
    font-size: 24px;
    font-weight: 700;
    margin: 0.5rem 0;
    text-align: center; }
  .login-form .login-form__create-account {
    color: #333333;
    text-align: center; }

.login-form-email {
  position: relative; }

.login-email-sent {
  align-items: center;
  background: #ebebeb;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  visibility: hidden;
  z-index: 10; }

.login-email-redo {
  display: inline-block;
  margin-top: 1rem; }

.account-bar {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: 100%; }
  @media (min-width: 801px) {
    .account-bar {
      margin-bottom: 1.5rem; } }
  .account-bar .account-bar__item {
    align-items: center;
    background: white;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    display: flex;
    flex: 1 1 auto;
    flex-flow: row nowrap;
    margin-bottom: 0.75rem;
    padding: 1.5rem;
    position: relative;
    width: 100%; }
    @media (min-width: 801px) {
      .account-bar .account-bar__item {
        margin-right: 1.125rem;
        width: calc(33.33% - 0.9rem); } }
    @media (min-width: 1261px) {
      .account-bar .account-bar__item {
        margin: 0 1.125rem 0 0;
        width: calc(20% - 0.9rem); } }

@media only screen and (min-width: 801px) and (max-width: 1260px) {
  .account-bar .account-bar__item:nth-of-type(3) {
    margin-right: 0; } }
    .account-bar .account-bar__item:last-of-type {
      margin-right: 0; }
  .account-bar .account-bar__icon {
    display: block;
    font-size: 2rem;
    height: 1.875rem;
    margin-right: 1.125rem;
    position: relative;
    width: 1.875rem; }
    .account-bar .account-bar__icon svg {
      fill: #333333; }
  .account-bar h4 {
    color: #333333;
    font-size: 1rem;
    margin: 0; }
  .account-bar .account-bar__link {
    font-size: 1rem;
    font-weight: 600; }

.banners.homepage {
  margin-bottom: 1.5rem; }
  .banners.homepage.lower {
    margin-top: 3rem; }

.banners {
  background-color: #ed1c24;
  color: white;
  padding: 0; }
  .banners a {
    color: white; }

.banner {
  margin: auto;
  max-width: 118.5rem;
  padding: 0.75rem 1.5rem;
  width: 100%; }
  @media (min-width: 1261px) {
    .banner {
      padding: 0.75rem 6rem; } }
  .banner.banner--footer {
    padding: 1.5rem 1.5rem; }
    @media (min-width: 1261px) {
      .banner.banner--footer {
        padding: 1.5rem 6rem; } }

.price-section {
  color: #333333;
  margin-bottom: 0; }
  .price-section abbr {
    border-bottom: none;
    color: inherit;
    cursor: default;
    padding-left: 0.375rem;
    text-decoration: none; }

.price-section--label {
  display: inline-block;
  font-size: 1rem;
  vertical-align: top; }

.price-section--wrapper {
  display: inline-block;
  display: inline-flex;
  flex-direction: column; }

.price-section--primary {
  line-height: 1;
  margin-bottom: 0.375rem;
  order: -1;
  font-weight: 700; }
  .price-section--primary.non-sale-price--withTax, .price-section--primary.non-sale-price--withoutTax, .price-section--primary.rrp-price--withTax, .price-section--primary.rrp-price--withoutTax {
    font-weight: 400; }

.price-primary {
  color: #ed1c24;
  font-size: 25px; }
  .price-primary + abbr {
    color: #ed1c24; }

.price--rrp {
  text-decoration: none; }

.price--non-sale,
.price--sale-label {
  color: #333333; }

.price--hidden {
  display: none !important; }

.price-section--saving {
  color: #cc0000; }

.price-section--msrp {
  color: #333333; }

.quickSearchResults .price-section--label {
  font-size: 13px; }

.quickSearchResults .price-section--wrapper {
  flex-direction: row; }
  .quickSearchResults .price-section--wrapper > * {
    line-height: 1;
    margin-bottom: 0; }

.quickSearchResults .price-primary {
  font-size: 13px; }

.quickSearchResults .price-section--withTax + *,
.quickSearchResults .price-section--withoutTax + * {
  margin-left: 0.75rem; }

.quickSearchResults .price-section--withoutTax {
  color: #333333; }

.grid {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .grid ul,
  .grid ol {
    list-style: none;
    margin-bottom: 0; }
  .grid:before, .grid:after {
    content: " ";
    display: table; }
  .grid:after {
    clear: both; }

.gridColumn {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: none;
  display: inline-block;
  font-size: 1rem;
  overflow: hidden;
  vertical-align: top; }
  @media (min-width: 801px) {
    .gridColumn {
      width: 50%; }
      .gridColumns--3 .gridColumn {
        width: 33.33333%; } }
  @media (min-width: 1261px) {
    .gridColumn {
      width: 25%; }
      .gridColumns--2 .gridColumn {
        width: 50%; }
      .gridColumns--3 .gridColumn {
        width: 33.33333%; } }

.card {
  background-color: white;
  border-radius: 0;
  box-shadow: 0 0 1px rgba(51, 51, 51, 0.5);
  display: flex;
  flex-flow: column;
  height: 100%;
  margin-bottom: 0;
  padding: 1.5rem;
  position: relative; }
  .card.card--blogPost {
    display: block; }
  .card .button--compare {
    color: #333333; }
    .card .button--compare input {
      margin-right: 0.375rem; }
  .card .card-section-rightWrapper {
    border-top: 1px solid #ebebeb;
    margin-top: auto;
    padding-left: 0;
    padding-top: 0.75rem; }
    @media (min-width: 551px) {
      .card .card-section-rightWrapper {
        border-top: none;
        padding-top: 0; } }
  .card .card-section-rightWrapper--inner {
    border-top: none;
    position: relative;
    padding-top: 0; }
  .card .card-title a {
    color: #333333; }
    .card .card-title a:hover {
      color: #ed1c24; }
  .card .custom-fields {
    margin-bottom: 0.5rem; }
  .card .button--cardAction.button--out-of-stock {
    background: #959595;
    border-color: #959595;
    color: white; }
  .card .card-section--body {
    padding-bottom: 0; }
    .card .card-section--body .rating--small {
      display: inline-flex;
      margin-right: 0.375rem; }
      .card .card-section--body .rating--small .icon {
        margin-right: 0.1875rem;
        margin-top: 0; }
  .card .price-primary--priceRange {
    font-size: 24px; }
  .card .card-tags {
    font-size: 13px;
    top: 0;
    left: 0; }
  .card .button {
    height: 3rem; }
    .card .button.button--small {
      height: auto;
      line-height: 1.5rem; }
    .card .button.button--compare {
      height: 2.25rem;
      margin-bottom: 0; }

.productCards {
  font-size: 0;
  margin: 0; }
  .productCards.productCards--grid {
    display: flex;
    flex-flow: row wrap; }

.productCard {
  margin: 0 auto;
  max-width: 112.5rem;
  width: 100%;
  list-style: none;
  width: 100%; }
  .productCard:before, .productCard:after {
    content: " ";
    display: table; }
  .productCard:after {
    clear: both; }

.card-figure {
  background: none;
  display: inline-block;
  font-size: 1rem;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%; }
  .card-figure:hover .card-figcaption {
    opacity: 1; }

.card-figcaption {
  display: none;
  margin: 0;
  pointer-events: none; }
  @media (min-width: 801px) {
    .card-figcaption {
      display: block; } }

.card-figcaption-body {
  display: inline-block;
  pointer-events: all;
  transform: translate3d(0, -50%, 0); }

.card-figure-link {
  display: block;
  position: relative; }

.card-image {
  object-fit: contain; }

.card-section {
  display: inline-block;
  font-size: 1rem;
  padding: 0 0 0.75rem;
  text-align: left;
  vertical-align: top;
  width: 100%; }

.card-section--show {
  display: block; }

.cardRating-count {
  color: #ed1c24; }

.card-text--price {
  color: #333333;
  margin-bottom: 0; }

.card-text {
  color: #333333;
  overflow-wrap: anywhere;
  word-break: break-word; }

.card-text--brand {
  display: block;
  margin-right: 0.5rem;
  font-size: 13px;
  font-weight: 700; }
  .card-text--brand + .card-text--sku {
    display: block;
    position: relative;
    font-size: 13px; }

@media (min-width: 551px) {
  .card-text--sku {
    font-size: 13px; } }

.card-label-name {
  font-weight: 700; }

.card-availability {
  font-weight: 600; }

.card-stock {
  font-size: 16px;
  font-weight: 700; }

.card-stock--inStock {
  color: #00a651; }

.card-stock--lowStock {
  color: #f1a500; }

.card-stock--outStock {
  color: #ed1c24; }

.card-qtyAdded {
  font-size: 1rem;
  text-align: left; }

.button--compare {
  background: transparent;
  border: none;
  color: #333333;
  display: flex;
  min-width: 4.75rem;
  padding: 0.375rem 0;
  text-align: left;
  z-index: 1; }
  .button--compare:active, .button--compare:focus, .button--compare:hover {
    background: #ed1c24;
    color: white;
    border: none; }
  .productCard--grid .button--compare {
    justify-content: left; }

.card .card-section--buttons {
  align-items: flex-end;
  display: block;
  justify-content: space-between; }

.card-section-rightWrapper {
  text-align: right;
  margin-top: auto; }

.form-cardAdd {
  align-items: baseline;
  display: inline-block;
  display: inline-flex;
  flex-grow: 1;
  font-size: 1rem;
  position: relative;
  vertical-align: middle;
  margin-bottom: 0.75rem;
  width: 100%; }

.form-remove {
  margin: 0; }
  .form-remove .button {
    width: 100%;
    margin-bottom: 0; }

.label-cardQuantity {
  color: #333333;
  font-size: 13px;
  position: absolute;
  top: 0; }

.button--cardAdd {
  flex-grow: 1;
  height: 3rem;
  line-height: 0.9375rem;
  margin: 0;
  border-radius: 0px 4px 4px 0px;
  padding: inherit; }

.button--cardAction {
  height: 3rem;
  margin: 0 0 0.75rem;
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  width: 100%; }

.form-input-qty {
  display: inline-block;
  line-height: 1rem;
  max-width: 3rem;
  padding: 0.875rem 1rem;
  text-align: center;
  vertical-align: top;
  width: 3rem;
  border-radius: 4px 0px 0px 4px; }

.button-wishlist {
  align-items: center;
  color: #333333;
  display: flex;
  height: 3rem;
  justify-content: center;
  margin-bottom: 0;
  padding: 0.875rem 0.375rem;
  width: 100%;
  vertical-align: baseline; }
  .button-wishlist:hover svg, .button-wishlist:focus svg {
    fill: #333333; }
  .slick-slide .button-wishlist {
    display: none; }
    @media (min-width: 801px) {
      .slick-slide .button-wishlist {
        display: flex; } }

.button-wishlist-star {
  display: block;
  height: 1rem;
  position: relative;
  width: 1rem; }
  .button-wishlist-star svg {
    fill: #333333;
    transition: all 0.15s ease; }

.button + .button-wishlist {
  margin-left: 0; }

.button-wishlist--text {
  display: inline;
  margin-right: 0.5rem;
  display: inline; }

.icon-wishlist {
  margin-left: 1rem; }

.productCarousel .slick-list {
  padding: 0.75rem 0; }

.productCarousel .slick-track {
  display: flex; }

.productCard--grid .card-section {
  border-bottom: 0;
  margin-bottom: 0; }

.productCard--grid .card-section-rightWrapper--inner {
  border-top: 1px solid #ebebeb;
  padding-top: 0.75rem;
  padding-top: 0.75rem; }

.productCard--grid .card-section-lefttWrapper {
  display: flex;
  flex-direction: column; }
  .productCard--grid .card-section-lefttWrapper .card-figure {
    order: 2; }
  .productCard--grid .card-section-lefttWrapper .button--compare {
    order: 1;
    margin: -1rem 0 0.375rem -1rem;
    width: fit-content; }

.productCard--grid .card-section,
.productCard--list .card-section {
  padding-left: 0;
  padding-right: 0;
  width: 100%; }

.productCard--grid .card-section-rightWrapper,
.productCard--list .card-section-rightWrapper {
  margin-top: auto;
  padding-left: 0; }

.productCard--list .card {
  display: grid;
  grid-template-columns: minmax(90px, 90px) minmax(0, 100%); }

.productCard--list .button--compare {
  align-self: center;
  flex: 1 0 auto;
  grid-column-start: 1;
  margin-bottom: 0; }

.productCard--list .card-figure {
  flex-grow: 1;
  grid-column-start: 2;
  position: relative;
  width: 100%; }

.productCard--list .card-figure-link {
  display: inline;
  position: static; }

.productCard--list .card-image {
  margin: 0; }

.productCard--list .card-section {
  display: inline-block;
  flex-grow: 1;
  width: auto; }

.productCard--list .card-section-lefttWrapper {
  grid-row: 1 / span 2; }
  @media (min-width: 1024px) {
    .productCard--list .card-section-lefttWrapper {
      grid-row: 1; } }

.productCard--list .card-section--body {
  flex-grow: 2;
  grid-column-start: 2;
  padding: 0 0 0 1.5rem; }

.productCard--list .card-section--price {
  border-bottom: 1px solid #ebebeb;
  margin: 0 0 0.75rem 0;
  padding: 0 0 0.75rem;
  width: 100%; }

.productCard--list .card-section--show {
  display: block; }

.productCard--list .card-section--wrapper {
  max-width: 15.625rem;
  padding: 0 0 0 1.5rem; }

.productCard--list .card-section-rightWrapper {
  grid-column-start: 2;
  margin: 0;
  padding-left: 1.5rem; }
  @media (min-width: 1024px) {
    .productCard--list .card-section-rightWrapper {
      padding-left: 0; } }
  .productCard--list .card-section-rightWrapper .card-section--price {
    width: 100%; }
  .productCard--list .card-section-rightWrapper .card-section--buttons {
    max-width: 240px; }

@media (min-width: 1261px) {
  .productCard--list .card {
    grid-template-columns: 5.625rem 20% minmax(0, auto) minmax(150px, 220px); } }

@media (min-width: 1441px) {
  .productCard--list .card-section-rightWrapper {
    display: grid;
    grid-template-columns: 210px minmax(0, 100%);
    max-width: none; }
  .productCard--list .card-section--body {
    margin-right: 0; }
  .productCard--list .card-section-rightWrapper--inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 0.75rem;
    width: auto; }
  .productCard--list .card-section--price {
    border-right: 1px solid #ebebeb; }
  .productCard--list .card-section--body,
  .productCard--list .card-section--price,
  .productCard--list .card-section-rightWrapper--inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%; } }

@media (min-width: 1441px) {
  .productCard--list .card .card-section-rightWrapper {
    display: block; }
  .productCard--list .card .card-section-rightWrapper--inner {
    padding-left: 0; }
  .productCard--list .card .card-section--price {
    border-right: none;
    padding-right: 0; } }

@media screen and (min-width: 1024px) {
  .productCard--list .card {
    grid-template-columns: minmax(200px, 200px) minmax(0, 100%) minmax(200px, 200px); } }
  @media screen and (min-width: 1024px) and (min-width: 1261px) {
    .productCard--list .card {
      grid-template-columns: minmax(160px, 160px) minmax(0, 100%) minmax(160px, 160px); } }
  @media screen and (min-width: 1024px) and (min-width: 1441px) {
    .productCard--list .card {
      grid-template-columns: minmax(200px, 200px) minmax(0, 100%) minmax(200px, 200px); } }

@media screen and (min-width: 1024px) {
    .productCard--list .card .card-figure {
      border-left: 0;
      grid-column-start: 1;
      grid-row-start: 1;
      padding-left: 0; }
    .productCard--list .card .card-section--body {
      grid-column-start: 2;
      grid-row-start: 1;
      padding: 0 1.5rem; }
    .productCard--list .card .card-section-rightWrapper {
      grid-column-start: 3;
      grid-row-start: 1;
      margin: 0; }
    .productCard--list .card .card-section--body,
    .productCard--list .card .card-section--price,
    .productCard--list .card .card-section-rightWrapper--inner {
      display: block;
      width: auto; } }

.no-price .card-figure-link {
  max-height: none; }

.no-price .card-section-rightWrapper {
  border-top: none; }

.no-price .card-section--price {
  display: none; }

@media (min-width: 551px) {
  .card-section--buttons {
    position: relative; } }

.card-section--buttons .dropdown-menu {
  background-color: white;
  border: 1px solid #ebebeb;
  left: auto !important;
  max-width: none;
  min-width: 100%;
  right: 0;
  width: auto; }
  .card-section--buttons .dropdown-menu::before {
    border: inset 10px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent #cccccc transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.75rem;
    position: absolute;
    right: auto; }
    @media (min-width: 551px) {
      .card-section--buttons .dropdown-menu::before {
        border: inset 10px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: #cccccc transparent transparent transparent;
        border-top-style: solid;
        bottom: auto;
        top: 100%; } }
  .card-section--buttons .dropdown-menu::after {
    border: inset 8px;
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-color: transparent transparent white transparent;
    border-bottom-style: solid;
    bottom: 100%;
    left: 0.875rem;
    position: absolute;
    right: auto; }
    @media (min-width: 551px) {
      .card-section--buttons .dropdown-menu::after {
        border: inset 8px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: white transparent transparent transparent;
        border-top-style: solid;
        bottom: auto;
        top: 100%; } }
  .card-section--buttons .dropdown-menu .dropdown-menu-item {
    padding: 0;
    white-space: nowrap; }
    .card-section--buttons .dropdown-menu .dropdown-menu-item a,
    .card-section--buttons .dropdown-menu .dropdown-menu-item .card-add-to-wishlist {
      background: none;
      border: none;
      color: #333333;
      padding: 0.75rem; }
      .card-section--buttons .dropdown-menu .dropdown-menu-item a:focus,
      .card-section--buttons .dropdown-menu .dropdown-menu-item .card-add-to-wishlist:focus {
        outline: none !important; }

.productCarousel-slide {
  height: auto;
  padding: 0; }
  .productCarousel-slide:first-child {
    padding-left: 1px; }
  @media (min-width: 801px) {
    .productCarousel-slide {
      padding: 0 0 0 0.75rem; }
      .productCarousel-slide:last-child {
        padding-right: 1px; } }
  @media (min-width: 1261px) {
    .productCarousel-slide:last-child {
      padding-right: 2px; } }
  .productCarousel-slide .card {
    /*.card-section--body {
      margin-top: spacing("half");
    }*/ }
    .productCarousel-slide .card .card-figure {
      display: block;
      padding: 0;
      width: 100%; }
    .productCarousel-slide .card .card-section--body {
      margin: 0.75rem 0; }
    .productCarousel-slide .card .card-section-rightWrapper {
      border-top: 1px solid #ebebeb;
      padding-top: 0.75rem; }
    .productCarousel-slide .card.no-price .card-section-rightWrapper {
      border-top: none; }
    .productCarousel-slide .card .card-section-rightWrapper--inner {
      border-top: 1px solid #ebebeb;
      display: block;
      padding-top: 0.75rem; }
    .productCarousel-slide .card .card-section--buttons {
      border: 0;
      flex-flow: row wrap;
      margin: 0;
      padding-bottom: 0; }
    .productCarousel-slide .card .button--cardAction {
      margin: 0 0 0.75rem;
      width: 100%; }
    .productCarousel-slide .card .button-wishlist {
      width: 100%; }
    .productCarousel-slide .card .button-wishlist--text {
      display: block; }
    .productCarousel-slide .card .form-cardAdd {
      margin-bottom: 0.75rem; }
    .productCarousel-slide .card .card-section--quantity .button--cardAdd {
      margin-right: 0; }
    .productCarousel-slide .card .card-text--brand,
    .productCarousel-slide .card .card-text--sku {
      display: none; }
      @media (min-width: 551px) {
        .productCarousel-slide .card .card-text--brand,
        .productCarousel-slide .card .card-text--sku {
          display: inline-block; } }

.card-brandwrap {
  display: flex;
  flex-wrap: wrap; }

.card-label-name,
.card-label-value {
  overflow-wrap: anywhere;
  word-wrap: break-word; }

.add-card-popup {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: white;
  display: none;
  font-size: 1rem;
  padding: 0.75rem;
  position: absolute;
  right: 0;
  text-align: left;
  top: calc(100% + 4px);
  z-index: 5; }

.brand {
  margin-bottom: 1.5rem; }

@media (min-width: 1261px) {
  .card.card--cart-disabled {
    grid-template-columns: minmax(160px, 160px) minmax(0, 100%) minmax(240px, 240px); } }

.videoGallery {
  margin-bottom: 0; }
  @media (min-width: 1261px) {
    .videoGallery {
      margin-bottom: 1.5rem; } }
  .videoGallery .tabs {
    margin-bottom: 1.5rem; }
  .videoGallery .videoGallery-main {
    height: auto; }
    @media (min-width: 1261px) {
      .videoGallery .videoGallery-main {
        padding: 0;
        width: 100%; } }
    @media (min-width: 1261px) {
      .videoGallery .videoGallery-main::before {
        content: "";
        display: block;
        padding-bottom: 67.5%; } }
  @media (min-width: 801px) {
    .videoGallery .videoGallery-item {
      width: 100%; } }
  .videoGallery .video {
    color: #333333;
    display: flex;
    margin-bottom: 0.975rem; }
  .videoGallery .video-figure {
    margin-right: 0.975rem;
    max-width: 3.75rem; }
  .videoGallery .video-title {
    font-size: 1rem; }

@media (min-width: 1261px) {
  .stack .toggle-content {
    display: flex;
    flex-flow: row; } }

@media (min-width: 1261px) {
  .stack .videoGallery-main--center {
    margin: 0 auto; } }

@media (min-width: 1261px) {
  .stack .videoGallery-list {
    margin: 0; } }

.body--product-page {
  margin-bottom: 1.5rem;
  margin-top: 0; }
  @media (min-width: 801px) {
    .body--product-page {
      margin-bottom: 3rem; } }
  .body--product-page .upsell {
    background: white; }
    .body--product-page .upsell .alertBox {
      margin: 0; }
    .body--product-page .upsell + .upsell {
      padding-bottom: 0.75rem;
      padding-top: 0.75rem; }

.productView {
  background: white;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 0;
  padding: 1.8rem 0; }
  @media (min-width: 801px) {
    .productView {
      padding: 3rem 0; } }
  .productView .productView-inner {
    max-width: 118.5rem;
    margin: auto;
    width: 100%; }
    @media (min-width: 801px) {
      .productView .productView-inner {
        display: grid;
        grid-auto-rows: minmax(min-content, max-content);
        grid-template-columns: 50% 50%; } }
    @media (min-width: 1261px) {
      .productView .productView-inner {
        grid-template-columns: 40% 35% 25%; } }
  .productView::after, .productView::before {
    display: none; }
  .productView .productView-brand {
    font-size: 1rem;
    margin-bottom: 0.375rem; }
    .productView .productView-brand a:hover {
      color: #333333; }
  .productView .productView-title {
    font-size: 24px;
    margin-top: 0;
    text-align: left; }
  .productView .productView-rating {
    align-items: center;
    display: flex;
    margin-bottom: 0.375rem; }
    .productView .productView-rating .icon {
      margin-right: 0.09375rem; }
      .productView .productView-rating .icon + .productView-reviewLink {
        margin-left: 0.75rem; }
  .productView .productView-reviewLink {
    margin-left: 0;
    margin-right: 0.75rem; }
  .productView .productView-reviewLink > a {
    color: #333333; }
  .productView .productView-availability {
    color: #333333;
    font-size: 16px;
    margin-bottom: 0; }
  .productView .productView-details {
    float: none;
    margin-bottom: 0;
    padding: 0; }
    @media (min-width: 801px) {
      .productView .productView-details {
        grid-column: 2;
        grid-row: 4;
        width: 100%; } }
    @media (min-width: 1261px) {
      .productView .productView-details {
        grid-column: 3;
        grid-row: 1 / span 3; } }
    .productView .productView-details.productView-details--header {
      margin-bottom: 0; }
      @media (min-width: 801px) {
        .productView .productView-details.productView-details--header {
          grid-column: 2;
          grid-row: 1; } }
      @media (min-width: 1261px) {
        .productView .productView-details.productView-details--header {
          grid-row: 1 / span 1;
          padding: 0 2.25rem 0 0; }
          .productView .productView-details.productView-details--header .productView-price {
            display: block;
            margin-top: 1.5rem; } }
  .productView .productView-product {
    padding-bottom: 3rem; }
    @media (min-width: 551px) {
      .productView .productView-product {
        padding-bottom: 1.5rem;
        margin-bottom: 1.5rem; } }
    @media (min-width: 801px) {
      .productView .productView-product {
        grid-column: 2;
        grid-row: 1; } }
    .productView .productView-product dl {
      margin-bottom: 0; }
  .productView .productView-info-name {
    float: left;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0; }
    .productView .productView-info-name:first-child {
      margin-top: 0; }
  .productView .productView-info {
    margin-bottom: 1.5rem; }
    @media (min-width: 801px) {
      .productView .productView-info {
        grid-column: 2;
        grid-row: 2; } }
    @media (min-width: 1261px) {
      .productView .productView-info {
        padding-right: 3rem;
        margin-bottom: 0; } }
  .productView .productView-info-value {
    font-size: 1rem;
    margin-bottom: 0; }
    .productView .productView-info-value.productView-info-value--short-description a {
      display: block;
      margin-top: 0.75rem; }
  .productView .productView-info-name,
  .productView .productView-info-value {
    color: #333333;
    font-weight: 400; }
  .productView .buy-section {
    border: 1px solid #ebebeb;
    padding: 1.5rem; }
    .productView .buy-section .buy-section-price {
      display: none; }
  .productView .productView-options {
    margin-bottom: 0;
    text-align: left; }
    .productView .productView-options .form {
      margin-bottom: 0; }
      .productView .productView-options .form .button {
        margin-bottom: 0; }
    .productView .productView-options .form-field {
      margin-bottom: 0.75rem; }
      .productView .productView-options .form-field.form-field--stock {
        margin-bottom: 0.75rem; }
    .productView .productView-options .form-option-swatch {
      border-color: #959595; }
      .productView .productView-options .form-option-swatch:hover {
        border-color: #333333; }
    .productView .productView-options .form-radio:checked + .form-option-swatch {
      border-color: #333333;
      box-shadow: 0 0 0 1px #333333; }
    .productView .productView-options .add-to-cart-buttons {
      float: left;
      width: 100%;
      display: inline-grid; }
      @media (min-width: 551px) {
        .productView .productView-options .add-to-cart-buttons {
          width: 50%; } }
      @media (min-width: 801px) {
        .productView .productView-options .add-to-cart-buttons {
          width: 100%; } }
    .productView .productView-options .add-to-cart-wallet-buttons {
      padding: 0; }
      @media (min-width: 551px) {
        .productView .productView-options .add-to-cart-wallet-buttons {
          padding: 0 0.5rem 0 0; } }
      @media (min-width: 801px) {
        .productView .productView-options .add-to-cart-wallet-buttons {
          padding: 0; } }
      .productView .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] {
        line-height: 0;
        margin-top: 1rem;
        display: flex; }
        .productView .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] button,
        .productView .productView-options .add-to-cart-wallet-buttons div[data-smart-button-container-id] div {
          width: 100%; }
      .productView .productView-options .add-to-cart-wallet-buttons button.show-more-button {
        color: #333333;
        display: block;
        margin-top: 0.375rem;
        padding: 0.375rem 0;
        text-align: center;
        text-decoration: underline;
        vertical-align: middle;
        width: 100%; }
        .productView .productView-options .add-to-cart-wallet-buttons button.show-more-button:hover {
          color: #ed1c24; }
  .productView .dropdown-menu-button:hover svg {
    fill: #0071e3; }
  .productView .dropdown-menu-button svg {
    fill: #333333; }
  .productView .dropdown-menu.is-open {
    background-color: white;
    border: 1px solid #ebebeb;
    left: auto !important;
    max-width: 100%;
    padding-right: 0;
    top: calc(100% - 1px) !important;
    width: 100%; }
    @media (min-width: 551px) {
      .productView .dropdown-menu.is-open {
        width: calc(100% - 0.5rem); } }
    @media (min-width: 801px) {
      .productView .dropdown-menu.is-open {
        width: 100%; } }
    .productView .dropdown-menu.is-open:before {
      border: inset 10px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent #ebebeb transparent;
      border-bottom-style: solid;
      bottom: 100%;
      position: absolute;
      right: 0.75rem; }
    .productView .dropdown-menu.is-open:after {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent white transparent;
      border-bottom-style: solid;
      bottom: 100%;
      position: absolute;
      right: 0.875rem; }
    .productView .dropdown-menu.is-open li:first-of-type {
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .productView .dropdown-menu.is-open li:last-of-type {
      border-bottom-left-radius: 4px;
      border-bottom-right-radius: 4px; }
    .productView .dropdown-menu.is-open .button {
      border: 0;
      border-radius: 0;
      width: 100%; }
  .productView .productView-images {
    float: none;
    margin-bottom: 1.5rem; }
    @media (min-width: 801px) {
      .productView .productView-images {
        grid-row: 1 / span 5;
        width: 100%;
        padding: 0 1.5rem 0 0; } }
    @media (min-width: 1261px) {
      .productView .productView-images {
        display: flex;
        padding: 0 2.25rem 0 0; } }
    @media (min-width: 1261px) {
      .productView .productView-images {
        margin-bottom: 0; } }
  .productView .sticky-product {
    width: 100%; }
    @media (min-width: 1261px) {
      .productView .sticky-product {
        display: flex; } }
  .productView .productView-image {
    margin: 0;
    width: 100%; }
    @media (min-width: 1261px) {
      .productView .productView-image {
        align-items: flex-start;
        order: 1; } }
  .productView .productView-thumbnails {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 2rem;
    margin-top: 1.5rem;
    max-height: 31.25rem;
    justify-content: center; }
    @media (min-width: 801px) {
      .productView .productView-thumbnails {
        margin-bottom: 0; } }
    @media (min-width: 1261px) {
      .productView .productView-thumbnails {
        flex-flow: column;
        margin-top: 0;
        margin-right: 0.75rem; } }
    .productView .productView-thumbnails img {
      position: relative;
      margin: auto;
      max-height: 100%;
      max-width: 100%; }
    @media (min-width: 1261px) {
      .productView .productView-thumbnails .slick-list {
        margin: 0; } }
    .productView .productView-thumbnails .slick-track {
      display: flex;
      width: auto !important; }
      @media (min-width: 1261px) {
        .productView .productView-thumbnails .slick-track {
          display: block; } }
    .productView .productView-thumbnails .slick-arrow {
      margin-top: -4px; }
      @media (min-width: 1261px) {
        .productView .productView-thumbnails .slick-arrow {
          margin-top: 0; } }
    @media (min-width: 1261px) {
      .productView .productView-thumbnails .slick-next,
      .productView .productView-thumbnails .slick-prev {
        margin-top: 0; } }
    @media (min-width: 1261px) {
      .productView .productView-thumbnails .slick-prev {
        left: 50%;
        top: 0;
        transform: translateX(-50%) rotate(90deg); } }
    @media (min-width: 1261px) {
      .productView .productView-thumbnails .slick-next {
        bottom: 15px;
        left: 50%;
        right: 0;
        top: auto;
        transform: translateX(-50%) rotate(90deg); } }
  .productView .productView-thumbnail {
    float: none; }
    @media (min-width: 551px) {
      .productView .productView-thumbnail {
        width: auto !important; } }
    .productView .productView-thumbnail:last-of-type .productView-thumbnail-link {
      margin-right: 0; }
  .productView .productView-thumbnail-link {
    height: 50px;
    margin-right: 0.75rem;
    width: 50px; }
    @media (min-width: 1261px) {
      .productView .productView-thumbnail-link {
        margin-right: 0; } }
    .productView .productView-thumbnail-link.is-active, .productView .productView-thumbnail-link:hover {
      border-color: #333333; }
  .productView .form-input--incrementTotal {
    border: 1px solid #ebebeb;
    height: 2.5rem;
    width: 3.125rem; }
  .productView .productView-price {
    margin-bottom: 1.5rem; }
    @media (min-width: 801px) {
      .productView .productView-price {
        font-size: 16px;
        grid-column: 2;
        grid-row: 2; } }
    @media (min-width: 1261px) {
      .productView .productView-price {
        grid-column: 3;
        grid-row: 1; } }
    .productView .productView-price .card-tags {
      margin-bottom: 0.75rem;
      position: relative;
      right: 0;
      top: 0; }
      .productView .productView-price .card-tags .card-tag {
        text-align: left; }
  .productView .form-label--alternate {
    margin-bottom: 0.375rem; }
  .productView .form-label--swatch {
    color: #333333;
    font-size: 1rem;
    font-weight: 700; }
    .productView .form-label--swatch small {
      font-size: 13px; }
    .productView .form-label--swatch small,
    .productView .form-label--swatch span {
      font-weight: 400; }
  .productView .form-label--stock {
    color: #00a651;
    margin-bottom: 0;
    font-size: 24px; }
  .productView .form-label--low-stock {
    color: #f1a500;
    margin-bottom: 0;
    font-size: 24px; }
  .productView .form-label--out-of-stock {
    color: #ed1c24;
    margin-bottom: 0;
    font-size: 24px; }
  .productView .productView__stock {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0; }
  .productView .form-action {
    padding: 0; }
    @media (min-width: 551px) {
      .productView .form-action {
        padding: 0 0.5rem 0 0; } }
    @media (min-width: 801px) {
      .productView .form-action {
        padding: 0; } }
    @media (min-width: 1261px) {
      .productView .form-action {
        margin-bottom: 0; } }
    @media (min-width: 1261px) {
      .productView .form-action .button {
        margin-bottom: 0;
        margin-right: 0;
        width: 100%; } }
  .productView .form-wishlist {
    padding: 0;
    width: 100%; }
    @media (min-width: 551px) {
      .productView .form-wishlist {
        padding: 0 0 0 0.5rem;
        width: 50%; } }
    @media (min-width: 801px) {
      .productView .form-wishlist {
        padding: 0;
        margin-top: 1rem;
        width: 100%; } }
    .productView .form-wishlist .dropdown-menu .button {
      color: #333333;
      text-decoration: underline; }
  .productView .cart-add-container {
    display: flex; }
    .productView .cart-add-container .productView-info-bulkPricing {
      flex: 0 1 auto;
      padding-left: 0.75rem; }

.productView-title {
  font-size: 48px;
  font-weight: 700;
  margin: 1.5rem 0 0.375rem;
  text-align: center; }
  .productView-title.productView-title--reviews {
    border: 0;
    font-size: 24px;
    margin-top: 0;
    padding: 0;
    text-align: left;
    margin-bottom: 1.5rem; }

.productView-description {
  background: white;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  clear: none;
  float: none;
  margin-bottom: 1.5rem;
  margin-top: 1.8rem;
  padding: 1.5rem;
  width: 100%; }
  .productView-description .productView-title {
    border: 0;
    font-size: 24px;
    margin-top: 0;
    padding: 0;
    text-align: left; }
  .productView-description p strong {
    font-size: 16px; }

.productView-table {
  border: 1px solid #e1e1e1;
  text-align: left;
  width: 100%; }
  @media (min-width: 551px) {
    .productView-table {
      border: 0; } }
  .productView-table .productView-table-row {
    display: flex;
    flex-flow: row wrap;
    width: 100%; }
    @media (min-width: 551px) {
      .productView-table .productView-table-row {
        border-bottom: 1px solid #ebebeb;
        border-left: 1px solid #ebebeb;
        border-right: 1px solid #ebebeb; } }
    @media (min-width: 551px) {
      .productView-table .productView-table-row:first-of-type {
        border-top: 1px solid #ebebeb; } }
  .productView-table .productView-table-data,
  .productView-table .productView-table-header {
    padding: 0.28125rem 0.75rem;
    width: 100%; }
  .productView-table .productView-table-header {
    background: #f2f2f2;
    font-weight: 700; }
    @media (min-width: 551px) {
      .productView-table .productView-table-header {
        width: 25%; } }
  @media (min-width: 551px) {
    .productView-table .productView-table-data {
      width: 75%; } }
  .productView-table + .productView-title {
    margin-top: 1.5rem; }

.productView-carousel .productView-title {
  margin: 1.5rem 0; }

.productView-carousel .slick-dots {
  bottom: auto;
  position: relative; }

.productReviews-list {
  background: white;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
  margin: 0;
  padding: 1.5rem; }
  .productReviews-list .pagination {
    margin-top: 1.5rem; }

.productReview {
  border-bottom: 1px solid #ebebeb;
  padding: 0.75rem 0 0;
  width: 100%; }
  @media (min-width: 801px) {
    .productReview {
      padding-top: 1.5rem; } }
  .productReview:first-of-type {
    padding-top: 0; }

.productReview-author {
  font-size: 13px;
  margin-bottom: 0.5rem; }

.productReview-rating {
  display: flex;
  margin-bottom: 0.1875rem; }
  .productReview-rating .icon {
    margin-right: 0.09375rem; }

.productReview-title {
  font-size: 16px;
  margin-bottom: 0.15rem; }

.modal-body.quickView {
  background: white; }
  .modal-body.quickView .productView-inner {
    padding: 3rem 1.5rem 1.5rem; }
    @media (min-width: 801px) {
      .modal-body.quickView .productView-inner {
        padding: 4.5rem 3rem 3rem; } }
  .modal-body.quickView .container {
    padding: 1.5rem; }
  .modal-body.quickView .productView-description {
    box-shadow: none;
    margin: 0;
    padding: 0; }
  @media (min-width: 1261px) {
    .modal-body.quickView .productView-img-container {
      height: 100%; } }
  @media (min-width: 1261px) {
    .modal-body.quickView .productView-img-container::after {
      display: none; } }

.previewCart .productView-details {
  display: flex;
  flex-flow: column;
  justify-content: center; }

[data-content-region="product_below_price"] {
  margin-top: 0.75rem; }
  [data-content-region="product_below_price"]:empty {
    margin-top: 0; }

@media (min-width: 801px) {
  .productView-options .form-action.form-action--buy-button {
    display: block; } }

.button--buy-now {
  background-color: #f1a500;
  border: 1px solid #f1a500;
  color: #333333; }
  .button--buy-now:hover {
    background-color: #f9c300;
    border: 1px solid #f9c300;
    color: #333333; }
  .button--buy-now:active, .button--buy-now:focus {
    background-color: white;
    border: 1px solid #f9c300;
    outline-color: #f9c300 !important;
    color: #333333; }

@media (min-width: 801px) {
  .previewCart {
    display: grid;
    grid-column-gap: 1.5rem;
    grid-template-columns: 2fr 1fr; } }

.previewCart::before, .previewCart::after {
  display: none; }

.previewCart .card {
  display: block;
  float: none;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  width: auto; }
  @media (min-width: 801px) {
    .previewCart .card {
      margin-bottom: 0; } }

@media (min-width: 400px) {
  .previewCart .productView {
    display: flex;
    flex-direction: row; } }

.previewCart .productView-image {
  margin: 0;
  min-height: 0; }
  @media (min-width: 400px) {
    .previewCart .productView-image {
      width: 33.33333%;
      order: 0; } }

.previewCart .productView-img-container::after {
  padding-bottom: 100%; }

.previewCart .productView-details {
  margin-bottom: 0; }
  @media (min-width: 400px) {
    .previewCart .productView-details {
      width: 66.66667%; } }

.previewCart .productView-title {
  font-weight: 700;
  margin-bottom: 1rem; }

.suggestiveCart .productCard--grid {
  width: 100%;
  margin-bottom: 1.5rem; }
  @media (min-width: 1024px) {
    .suggestiveCart .productCard--grid {
      width: 25%; } }

.suggestiveCart h4 {
  margin-bottom: 1.5rem; }

.button--viewCart {
  color: #ed1c24; }

.page-content.comparePage {
  overflow-x: auto;
  width: 100%; }

.compareTable {
  margin-bottom: 3rem; }

.compareTable-product {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
  width: 300px; }
  @media (min-width: 801px) {
    .compareTable-product {
      padding-left: 0.75rem;
      padding-right: 0.75rem; } }

.compareTable-heading {
  font-weight: 600; }
  @media (min-width: 801px) {
    .compareTable-heading {
      font-weight: 400;
      width: 120px; } }

.compareTable-removeProduct {
  right: -0.5rem;
  top: -0.5rem; }
  @media (min-width: 801px) {
    .compareTable-removeProduct {
      right: -1rem;
      top: -1rem; } }

.compareCard {
  color: #333333; }
  .compareCard .card-text > a {
    color: #333333;
    text-decoration: none; }

.compareCard-figure {
  position: relative; }

.compareCard-section + .compareCard-section {
  border-top: 1px solid #ebebeb;
  padding-top: 0.75rem;
  margin-top: 0.75rem; }

.featuredCategories {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  display: flex;
  flex-flow: row wrap;
  font-size: 0; }
  .featuredCategories ul,
  .featuredCategories ol {
    list-style: none;
    margin-bottom: 0; }
  .featuredCategories:before, .featuredCategories:after {
    content: " ";
    display: table; }
  .featuredCategories:after {
    clear: both; }
  @media (min-width: 801px) {
    .featuredCategories {
      margin-bottom: -1.5rem; } }
  .featuredCategories::before {
    display: none; }

.featuredCategory {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 50%;
  float: none;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  position: relative;
  text-align: center;
  vertical-align: top; }
  @media (min-width: 551px) {
    .featuredCategoriesColumns--3 .featuredCategory,
    .featuredCategoriesColumns--5 .featuredCategory,
    .featuredCategoriesColumns--6 .featuredCategory {
      width: 33.33333%; } }
  @media (min-width: 801px) {
    .featuredCategoriesColumns--3 .featuredCategory,
    .featuredCategoriesColumns--6 .featuredCategory {
      width: 33.33333%; }
    .featuredCategoriesColumns--4 .featuredCategory {
      width: 25%; }
    .featuredCategoriesColumns--5 .featuredCategory {
      width: 20%; } }
  @media (min-width: 1261px) {
    .featuredCategory {
      width: 25%; }
      .featuredCategoriesColumns--2 .featuredCategory {
        width: 50%; }
      .featuredCategoriesColumns--3 .featuredCategory {
        width: 33.33333%; }
      .featuredCategoriesColumns--5 .featuredCategory {
        width: 20%; }
      .featuredCategoriesColumns--6 .featuredCategory {
        width: 16.66666%; } }
  .featuredCategory img {
    width: 100%; }

.featuredCategory-noImage {
  background-color: #ed1c24;
  display: flex;
  height: 100%;
  width: 100%; }

@media (min-width: 551px) {
  .featuredCategory-name {
    bottom: 1.5rem;
    position: absolute;
    right: 50%;
    transform: translateX(50%); } }

.button--featured {
  border-radius: 0;
  margin: 0;
  padding-right: 1rem;
  padding-left: 1rem;
  width: 100%; }
  @media (min-width: 551px) {
    .button--featured {
      border-radius: 4px;
      width: auto; } }

.subCategories {
  width: 100%; }

.card {
  display: flex;
  justify-content: center;
  gap: 0.75rem; }

.card-title {
  margin: 0; }
  .card-title--center {
    text-align: center; }

.subCategoryCards {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  padding: 0; }

.subCategoryCard {
  list-style: none;
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .subCategoryCard {
      padding: 0 0 0 0.75rem; } }

.page-content.side-cart-enabled .subCategoryCard {
  width: 100%; }
  @media (min-width: 481px) {
    .page-content.side-cart-enabled .subCategoryCard {
      width: 50%; } }
  @media (min-width: 769px) {
    .page-content.side-cart-enabled .subCategoryCard {
      width: 33.33%; } }
  @media (min-width: 801px) {
    .page-content.side-cart-enabled .subCategoryCard {
      width: 50%; } }
  @media (min-width: 1025px) {
    .page-content.side-cart-enabled .subCategoryCard {
      width: 33.33%; } }
  @media (min-width: 1261px) {
    .page-content.side-cart-enabled .subCategoryCard {
      width: 50%; } }
  @media (min-width: 1441px) {
    .page-content.side-cart-enabled .subCategoryCard {
      width: 33.33%; } }
  @media (min-width: 2000px) {
    .page-content.side-cart-enabled .subCategoryCard {
      width: 25%; } }

@media (min-width: 1261px) {
  .subCategoryCard--grid {
    width: 33.33%; } }

@media (min-width: 1441px) {
  .subCategoryCard--grid {
    width: 25%; } }

@media (min-width: 2000px) {
  .subCategoryCard--grid {
    width: 20%; } }

.page-content.side-cart-enabled {
  width: 100%; }
  .page-content.side-cart-enabled .productCard {
    width: 100%; }
  @media (min-width: 801px) {
    .page-content.side-cart-enabled {
      width: 50%; }
      .page-content.side-cart-enabled .productCard {
        width: 50%; } }

.side-cart-container {
  display: block;
  float: right;
  width: 25%; }

.dropdown-menu.mobile-mode .side-cart-container {
  display: block;
  max-height: 85vh; }

.dropdown-menu.mobile-mode .side-cart-content {
  max-height: 35vh; }

.dropdown-menu .side-cart-container {
  width: 100%; }
  @media (min-width: 551px) {
    .dropdown-menu .side-cart-container {
      width: 328px; } }

.side-cart {
  background: white;
  border-radius: 0;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 1.5rem;
  max-width: 100%;
  padding: 1rem;
  width: 100%; }
  @media (min-width: 551px) {
    .side-cart {
      max-width: 20.5rem; } }
  .side-cart h4 {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 0.375rem;
    margin-top: 0;
    text-decoration: none; }
  .side-cart .side-cart-content,
  .side-cart .side-cart-title,
  .side-cart .side-cart-sku-add {
    border-bottom: 1px solid #ebebeb; }
  .side-cart .sku-add {
    min-width: 100%;
    margin-left: 0; }
  .side-cart .side-cart-title {
    font-size: 36px;
    font-weight: 600;
    padding-bottom: 1rem;
    text-transform: none; }
  .side-cart .side-cart-item-name a {
    color: #333333;
    text-decoration: none; }
    .side-cart .side-cart-item-name a:hover {
      color: #ed1c24; }
  .side-cart .side-cart-content {
    max-height: 24.375rem;
    overflow: auto;
    position: relative; }
    .side-cart .side-cart-content .side-cart-placeholder {
      color: #959595;
      display: none;
      margin: 1rem 0;
      text-align: center; }
    .side-cart .side-cart-content .side-cart-loading {
      background-color: rgba(1, 1, 1, 0);
      bottom: 0;
      display: none;
      height: 100%;
      left: 0;
      position: sticky;
      top: 50%;
      width: 100%;
      right: 0;
      z-index: 100; }
      @media (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .side-cart .side-cart-content .side-cart-loading {
          top: 0;
          position: absolute; } }
      .side-cart .side-cart-content .side-cart-loading .side-cart-loading-animation {
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%) translateX(-50%); }
    .side-cart .side-cart-content .side-cart-item {
      padding: 1rem 0;
      overflow: hidden;
      width: 100%; }
      .side-cart .side-cart-content .side-cart-item .side-cart-item-figure {
        float: left;
        width: 20%; }
      .side-cart .side-cart-content .side-cart-item .side-cart-item-info {
        float: left;
        padding-left: 1rem;
        position: relative;
        width: 80%; }
        .side-cart .side-cart-content .side-cart-item .side-cart-item-info .form-increment {
          float: left; }
          .side-cart .side-cart-content .side-cart-item .side-cart-item-info .form-increment .form-input {
            border: 1px solid #ebebeb;
            border-radius: 2px;
            vertical-align: baseline; }
        .side-cart .side-cart-content .side-cart-item .side-cart-item-info .side-cart-item-separator,
        .side-cart .side-cart-content .side-cart-item .side-cart-item-info .side-cart-item-value {
          float: left;
          padding-left: 0.5rem; }
        .side-cart .side-cart-content .side-cart-item .side-cart-item-info .side-cart-item-value {
          color: #ed1c24; }
        .side-cart .side-cart-content .side-cart-item .side-cart-item-info .side-cart-item-separator {
          color: #333333; }
      .side-cart .side-cart-content .side-cart-item .side-cart-item-quantity {
        margin-top: 0.375rem; }
      .side-cart .side-cart-content .side-cart-item .cart-remove {
        background-color: #ed1c24;
        color: white; }
        .side-cart .side-cart-content .side-cart-item .cart-remove svg {
          fill: white;
          stroke: white; }
  .side-cart .side-cart-sku-add {
    padding: 1rem 0;
    position: relative; }
    .side-cart .side-cart-sku-add input {
      font-size: 1rem;
      line-height: 1.5rem;
      padding: 0.5rem; }
    .side-cart .side-cart-sku-add .quick-add-name {
      background-color: white;
      color: #333333;
      max-width: 60%; }
    .side-cart .side-cart-sku-add .quick-add-qty {
      background-color: white;
      color: #333333;
      max-width: 15%;
      text-align: center;
      width: 100%; }
      .side-cart .side-cart-sku-add .quick-add-qty:focus {
        color: #333333; }
    .side-cart .side-cart-sku-add .quick-add-submit {
      border-color: #ed1c24;
      color: white;
      float: right;
      font-size: 1.5rem;
      font-weight: 600;
      max-width: 15%;
      width: 100%; }
      .side-cart .side-cart-sku-add .quick-add-submit:hover {
        border-color: #ed1c24; }
    .side-cart .side-cart-sku-add .quick-add-separator {
      color: #333333;
      font-size: 1rem;
      font-weight: 600;
      max-width: 10%;
      text-transform: lowercase;
      width: 100%; }
  .side-cart input[type="number"]::-webkit-outer-spin-button,
  .side-cart input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; }
  .side-cart input[type="number"] {
    -moz-appearance: textfield; }
  .side-cart input {
    border: 1px solid #ebebeb;
    border-radius: 4px;
    display: inline-block;
    font-weight: 400;
    margin: 0; }
  .side-cart input::placeholder {
    color: #959595; }
  .side-cart .side-cart-details .cart-total-value {
    width: 100%; }
  .side-cart .side-cart-details .side-cart-detail {
    border-bottom: 1px solid #ebebeb;
    clear: both;
    display: inline-table;
    padding: 0.5rem 0;
    width: 100%; }
    .side-cart .side-cart-details .side-cart-detail span:nth-child(odd) {
      float: left; }
    .side-cart .side-cart-details .side-cart-detail span:nth-child(even) {
      float: right;
      text-align: right; }
    .side-cart .side-cart-details .side-cart-detail .cart-total-value {
      float: right;
      padding: 0;
      width: 50%; }
  .side-cart .side-cart-details .side-cart-detail:last-child {
    border: none; }
  .side-cart .side-cart-actions {
    display: inline-table;
    width: 100%; }
    .side-cart .side-cart-actions .button {
      display: inline-block;
      margin: 0.25rem 0 0 0;
      padding: 0.75rem;
      width: calc(50% - 0.3rem); }
      .side-cart .side-cart-actions .button.button--without-checkout {
        margin-bottom: 0.75rem;
        width: 100%; }
      .side-cart .side-cart-actions .button.multi-address {
        margin-top: 0.75rem;
        width: 100%; }
    .side-cart .side-cart-actions .button:first-child {
      margin-right: 0.1rem; }
    .side-cart .side-cart-actions .button:last-child {
      float: right;
      margin-left: 0.1rem; }

.add-side-cart-sku-item,
.change-side-cart-qty {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: white;
  display: none;
  padding: 0.75rem;
  position: absolute;
  top: 100%;
  z-index: 5; }

.change-side-cart-qty {
  top: 4px;
  z-index: 2345; }

.productCount {
  display: none; }
  @media (min-width: 801px) {
    .productCount {
      display: block; } }
  .productCount .productCount__show {
    color: #333333;
    font-size: 13px;
    font-weight: 700;
    margin-right: 0.5rem; }
  .productCount .productCount__show,
  .productCount .productCount__item {
    color: #333333;
    font-size: 13px;
    margin-right: 0.75rem; }
  .productCount .productCount__item:hover {
    color: #333333; }
  .productCount .productCount__item.productCount__item--active {
    color: #333333;
    text-decoration: none; }

.card-tags {
  position: absolute;
  z-index: 5;
  text-transform: uppercase; }

.card-tag {
  margin-bottom: 0.375rem;
  text-align: right; }

.storeTag {
  display: inline-block;
  font-weight: 700;
  padding: 0.1875rem 0.75rem; }

.customTag {
  background-color: red;
  color: white; }

.lowStock {
  background-color: #333333;
  color: white; }

.saleTag {
  background-color: #ed1c24;
  color: white; }

.footer-payment-icons {
  font-size: 2rem;
  height: auto; }
  .footer-payment-icons span {
    display: inline-block;
    height: 2.5rem;
    margin: auto 0.375rem;
    position: relative;
    width: 3.4375rem; }
    .footer-payment-icons span.payment-icon-square {
      margin-left: -0.375rem;
      margin-right: -0.375rem; }

.nanobar {
  height: 0.125rem !important; }

.category {
  display: grid;
  grid-template-columns: 50% 50%;
  grid-template-rows: minmax(40px, max-content);
  margin-bottom: 1.5rem; }
  @media (min-width: 801px) {
    .category {
      grid-template-columns: 270px calc(100% - 270px); } }
  @media (min-width: 1261px) {
    .category {
      grid-template-columns: 270px calc(100% - 270px - ((100% - 270px) / 100 * 26)) calc((100% - 270px) / 100 * 26); } }
  @media (min-width: 1441px) {
    .category {
      grid-template-columns: 270px calc(100% - 270px - 328px) 328px; } }
  .category .breadcrumbs {
    grid-column: 1 / span 2;
    grid-row: 1;
    text-align: left; }
    @media (min-width: 801px) {
      .category .breadcrumbs {
        grid-column: 2;
        grid-row: 1;
        padding-left: 0.75rem; } }
  .category .category__nav {
    width: 100%; }
    .category .category__nav .navBar {
      margin-bottom: 0; }
      .category .category__nav .navBar.navBar--sub {
        text-align: left; }
    .category .category__nav .navBar-item {
      margin-left: 0; }
      .category .category__nav .navBar-item a {
        color: #333333;
        font-weight: 600;
        text-decoration: underline; }
        .category .category__nav .navBar-item a:hover {
          color: #333333; }
        .category .category__nav .navBar-item a.navBar-action-color--active {
          color: #333333;
          text-decoration: none; }
  .category .category-content {
    padding-left: 0.75rem; }
  .category .category__header {
    align-items: baseline;
    display: flex;
    flex-flow: row wrap;
    grid-column: 1 / span 2;
    grid-row: 2; }
    @media (min-width: 801px) {
      .category .category__header {
        -ms-grid-column-span: 1;
        grid-column: 2;
        padding-left: 0.75rem; } }
    @media (min-width: 1261px) {
      .category .category__header {
        grid-column: 2 / span 3; } }
  .category .category__image-container {
    width: 100%; }
  .category .category__image {
    display: block;
    width: 100%; }
  .category .brand-image {
    max-width: 190px; }
  .category .category__title {
    font-size: 64px;
    margin-bottom: 0;
    margin-right: 0.5rem;
    margin-top: 0;
    padding: 0.34091rem 0; }
  .category .category__title-count {
    font-size: 13px;
    margin-bottom: 0.75rem;
    width: 100%; }
    @media (min-width: 801px) {
      .category .category__title-count {
        margin-bottom: 0;
        width: auto; } }
  .category .category__description {
    margin-top: 0.75rem;
    width: 100%; }
  .category .navBar-section.account-navigation {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 1.5rem; }
  .category .page-sidebar {
    grid-column: 1;
    grid-row: 3;
    padding: 0;
    width: calc(100% - 0.75rem); }
    @media (min-width: 801px) {
      .category .page-sidebar {
        float: none;
        grid-column: 1;
        grid-row: 1 / span 5;
        padding-right: 0.75rem;
        width: 100%; } }
    @media screen and (max-width: 550px) {
      .category .page-sidebar.page-sidebar--small-btn {
        max-width: 65%; } }
    .category .page-sidebar .sidebarBlock {
      display: none; }
      @media (min-width: 801px) {
        .category .page-sidebar .sidebarBlock {
          display: block; } }
      .category .page-sidebar .sidebarBlock.facetedSearch {
        border: 0;
        display: block;
        margin: 0;
        padding: 0; }
      @media (min-width: 801px) {
        .category .page-sidebar .sidebarBlock + .facetedSearch {
          border-top: 1px solid #ebebeb;
          margin: 0.75rem 0 0 0;
          padding-top: 0.75rem; } }
    .category .page-sidebar .facetedSearch-toggle {
      align-items: center;
      background: #ed1c24;
      border: 0;
      color: white;
      display: flex;
      justify-content: center;
      line-height: 2rem;
      margin: 0;
      min-height: 3rem;
      padding: 0.56391rem 0.375rem;
      text-decoration: none; }
      @media (min-width: 551px) {
        .category .page-sidebar .facetedSearch-toggle {
          max-width: 9.375rem; } }
    .category .page-sidebar .facetedSearch-toggle-text {
      float: none;
      font-weight: 600;
      text-align: center;
      width: auto; }
    .category .page-sidebar .facetedSearch-toggle-icon {
      height: 0.875rem;
      margin-right: 0.5rem;
      position: relative;
      width: 0.875rem; }
      .category .page-sidebar .facetedSearch-toggle-icon svg {
        fill: white;
        position: absolute; }
    @media screen and (max-width: 800px) {
      .category .page-sidebar .facetedSearch-navList {
        background: #e5e5e5;
        border: 1px solid #cccccc;
        border-bottom: 0;
        left: 0;
        position: absolute;
        width: calc(100vw - 3rem);
        z-index: 10; }
        .category .page-sidebar .facetedSearch-navList::before {
          border: inset 10px;
          content: "";
          display: block;
          height: 0;
          width: 0;
          border-color: transparent transparent #cccccc transparent;
          border-bottom-style: solid;
          bottom: 100%;
          left: 0.75rem;
          position: absolute;
          right: auto; }
        .category .page-sidebar .facetedSearch-navList::after {
          border: inset 8px;
          content: "";
          display: block;
          height: 0;
          width: 0;
          border-color: transparent transparent #e5e5e5 transparent;
          border-bottom-style: solid;
          bottom: 100%;
          left: 0.875rem;
          position: absolute;
          right: auto; } }
    .category .page-sidebar .navList {
      margin-bottom: 0; }
    .category .page-sidebar .navList-item > ul {
      margin-left: 1.2rem; }
    .category .page-sidebar .navList-action {
      color: #333333;
      font-size: 13px; }
      .category .page-sidebar .navList-action:hover {
        color: #333333; }
      .category .page-sidebar .navList-action.navList-action-active {
        font-weight: 700; }
    .category .page-sidebar .accordion {
      border: 0;
      margin-bottom: 0; }
    .category .page-sidebar .accordion-navigation.toggleLink.is-open + .accordion-content {
      margin-bottom: 0.75rem;
      padding-top: 0; }
      @media (min-width: 801px) {
        .category .page-sidebar .accordion-navigation.toggleLink.is-open + .accordion-content {
          margin-bottom: 1.2rem; } }
    .category .page-sidebar .accordion-title,
    .category .page-sidebar .accordion-navigation.toggleLink {
      border: 0;
      color: #333333;
      font-size: 1rem;
      font-weight: 700; }
    .category .page-sidebar .accordion-title {
      margin-bottom: 0.375rem; }
    .category .page-sidebar .accordion-content .facet-range-form .form-field {
      padding: 0; }
      .category .page-sidebar .accordion-content .facet-range-form .form-field:last-of-type .button {
        padding: 0 0.75rem; }
    .category .page-sidebar .accordion--navList .accordion-navigation-actions {
      top: 50%;
      transform: translateY(-50%); }
    .category .page-sidebar .accordion--navList .accordion-block {
      border-bottom: 1px solid #cccccc;
      margin-top: 0; }
      @media (min-width: 801px) {
        .category .page-sidebar .accordion--navList .accordion-block {
          border: 0; } }
    .category .page-sidebar .navList-action--checkbox.is-selected {
      color: #ed1c24; }
      .category .page-sidebar .navList-action--checkbox.is-selected::before {
        background: #ed1c24; }
      .category .page-sidebar .navList-action--checkbox.is-selected::after {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z' fill='rgb(255,255,255)' /%3E%3C/svg%3E"); }
    .category .page-sidebar .form-input-min {
      border-radius: 4px 0 0 4px; }
    .category .page-sidebar .form-input-max {
      border-radius: 0; }
    .category .page-sidebar .price-range-button {
      border-radius: 0 4px 4px 0; }
    .category .page-sidebar .form-field .form-input--small {
      height: 2.5rem; }
    .category .page-sidebar .form-field .button {
      height: 2.5rem;
      padding: 0; }
  .category .navList-action {
    color: #333333;
    font-size: 13px; }
  .category .category-options {
    grid-column: 1 / span 2;
    grid-row: 3; }
    @media (min-width: 551px) {
      .category .category-options {
        align-items: center;
        display: flex;
        margin-bottom: 1.5rem; } }
    @media (min-width: 801px) {
      .category .category-options {
        -ms-grid-column-span: 1;
        flex-flow: row wrap;
        grid-column: 2;
        grid-row: 3;
        margin: 1.5rem 0;
        padding-left: 0.75rem; } }
    @media (min-width: 1261px) {
      .category .category-options {
        grid-column: 2 / span 2; } }
    @media screen and (max-width: 550px) {
      .category .category-options > :first-child.actionBar {
        margin-left: 0;
        margin-top: 0;
        max-width: calc(50% - 0.75rem); } }
    @media screen and (max-width: 800px) {
      .category .category-options > :first-child.actionBar {
        margin-left: auto; } }
    .category .category-options .category-compare {
      align-items: center;
      display: flex;
      height: 3rem;
      justify-content: center;
      margin-bottom: 0;
      margin-left: auto;
      max-width: calc(50% - 0.75rem);
      padding-left: 0.75rem;
      padding-right: 0.75rem;
      text-align: center; }
      @media (min-width: 551px) {
        .category .category-options .category-compare {
          margin-right: 1.5rem; } }
      @media (min-width: 801px) {
        .category .category-options .category-compare {
          margin-left: 0; } }
      .category .category-options .category-compare.show .countPill {
        background: #333333;
        color: white;
        display: block;
        height: 1.375rem;
        line-height: 1.375rem;
        width: 1.375rem; }
  .category .show-style {
    display: none;
    justify-content: space-between;
    margin-top: 0.75rem;
    width: 100%; }
    @media (min-width: 801px) {
      .category .show-style {
        display: flex;
        justify-content: flex-end; } }
    @media (min-width: 960px) {
      .category .show-style {
        margin-top: 0;
        width: auto; } }
  .category .actionBar {
    margin-top: 0.75rem; }
    @media (min-width: 551px) {
      .category .actionBar {
        margin: 0; } }
    @media (min-width: 801px) {
      .category .actionBar {
        margin-left: auto; } }
    @media (min-width: 960px) {
      .category .actionBar {
        margin-right: 1.5rem; } }
    .category .actionBar.actionBar--news-info {
      margin-bottom: 1.5rem;
      margin-right: 0;
      max-width: 200px; }
  .category .actionBar-section {
    align-items: center;
    display: flex;
    float: none;
    white-space: nowrap; }
    .category .actionBar-section .form-label {
      color: #333333;
      font-weight: 700;
      margin-right: 0.75rem;
      padding-left: 0; }
    .category .actionBar-section .form-field {
      flex: 1 1 auto;
      height: 3rem;
      margin-bottom: 0; }
    .category .actionBar-section .form-select {
      background-position: right 0.5625rem top 50%;
      color: #333333;
      height: 100%;
      padding: 0 1.95rem 0 0.75rem;
      width: 100%; }
      @media (min-width: 801px) {
        .category .actionBar-section .form-select {
          padding-right: 1.995rem; } }
      .category .actionBar-section .form-select.form-select--small {
        max-width: 100%; }
  .category .productCount {
    font-size: 13px; }
    @media screen and (max-width: 1023px) {
      .category .productCount .productCount__item:last-of-type {
        margin-right: 0; } }
  .category .side-cart-container {
    display: none; }
    @media (min-width: 1261px) {
      .category .side-cart-container {
        display: block;
        max-width: 30%;
        width: 100%; } }
    @media (min-width: 1441px) {
      .category .side-cart-container {
        max-width: 20.5rem; } }
    @media (min-width: 1261px) {
      .category .side-cart-container .side-cart {
        max-width: 20.5rem; } }
  .category .page--full-width {
    grid-column: 1 / span 2;
    grid-row: 4;
    width: auto; }
    @media (min-width: 551px) {
      .category .page--full-width {
        grid-row: 5; } }
    @media (min-width: 801px) {
      .category .page--full-width {
        -ms-grid-column-span: 1;
        grid-column: 2;
        grid-row: 4;
        margin: 0; } }
    @media (min-width: 1261px) {
      .category .page--full-width {
        grid-column: 2 / span 2; } }
  .category .page-content {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    padding: 0; }
  @media (min-width: 1261px) {
    .category .side-cart-enabled {
      padding-right: 0.75rem;
      width: 70%; } }
  @media (min-width: 1441px) {
    .category .side-cart-enabled {
      width: calc(100% - 328px); } }
  @media (min-width: 1261px) {
    .category .side-cart-enabled .productCards--list {
      padding-right: 0.75rem; } }
  .category .side-cart-enabled .productCards {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: -1.5rem; }
  .category .productCategoryCompare,
  .category .product-listing-container {
    width: 100%; }
  .category .productCard {
    margin: 0;
    padding: 0; }
    @media (min-width: 801px) {
      .category .productCard {
        padding: 0 0 0 0.75rem; } }
  .category .productCard--grid,
  .category .page-content.side-cart-enabled .productCard--grid {
    margin-bottom: 1.5rem;
    width: 100%; }
    @media (min-width: 481px) {
      .category .productCard--grid,
      .category .page-content.side-cart-enabled .productCard--grid {
        width: 50%; } }
    @media (min-width: 769px) {
      .category .productCard--grid,
      .category .page-content.side-cart-enabled .productCard--grid {
        width: 33.33%; } }
    @media (min-width: 801px) {
      .category .productCard--grid,
      .category .page-content.side-cart-enabled .productCard--grid {
        width: 50%; } }
    @media (min-width: 1025px) {
      .category .productCard--grid,
      .category .page-content.side-cart-enabled .productCard--grid {
        width: 33.33%; } }
    @media (min-width: 1261px) {
      .category .productCard--grid,
      .category .page-content.side-cart-enabled .productCard--grid {
        width: 50%; } }
    @media (min-width: 1441px) {
      .category .productCard--grid,
      .category .page-content.side-cart-enabled .productCard--grid {
        width: 33.33%; } }
    @media (min-width: 2000px) {
      .category .productCard--grid,
      .category .page-content.side-cart-enabled .productCard--grid {
        width: 25%; } }
  @media (min-width: 1261px) {
    .category .productCard--grid {
      width: 33.33%; } }
  @media (min-width: 1441px) {
    .category .productCard--grid {
      width: 25%; } }
  @media (min-width: 2000px) {
    .category .productCard--grid {
      width: 20%; } }
  .category .productCard--list,
  .category .page-content.side-cart-enabled .productCard--list {
    margin-bottom: 1.5rem;
    width: 100%; }
  .category .news-info-list {
    margin-left: 0; }
  .category .news-info-list-item {
    border-bottom: 1px solid #ebebeb;
    list-style-type: none;
    margin-bottom: 0.75rem; }
    .category .news-info-list-item a {
      display: inline-block;
      margin-bottom: 0.375rem; }
    .category .news-info-list-item p {
      margin-bottom: 0.75rem; }
  .category .category--hide {
    display: none; }
  .category .search-suggestion {
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
    padding-bottom: 0.75rem; }
    .category .search-suggestion:last-of-type {
      border-bottom: none; }
    .category .search-suggestion .suggestion-title {
      margin-bottom: 0.375rem; }
    .category .search-suggestion .suggestion-list {
      margin-left: 0; }
    .category .search-suggestion .suggestion-item {
      list-style-type: none; }
  .category .pagination {
    grid-column: 2;
    grid-row: 5;
    margin: 1.5rem auto; }
  .category .pagination-list {
    margin-bottom: 0; }

.category-recent-items {
  margin-bottom: 1.5rem; }
  @media (min-width: 551px) {
    .category-recent-items {
      margin-bottom: 3rem; } }
  .category-recent-items .page-heading {
    margin-top: 0; }

.facetedSearch-optionColumns,
.toggleLink-text {
  text-decoration: underline; }

.cart {
  margin: 0;
  width: 100%; }
  .cart .page-content {
    margin-bottom: 1.5rem;
    padding: 0; }
    @media (min-width: 801px) {
      .cart .page-content {
        margin-bottom: 3rem; } }
  .cart .cart__container {
    background: white;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    padding: 1.5rem; }
    @media (min-width: 801px) {
      .cart .cart__container {
        background: none;
        box-shadow: none;
        padding: 0; } }
    @media (min-width: 1261px) {
      .cart .cart__container {
        align-items: flex-start;
        display: flex;
        justify-content: space-between; } }
    .cart .cart__container.cart__container--empty {
      align-items: center;
      background: white;
      box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
      display: flex;
      flex-flow: column;
      padding: 6rem 1.5rem; }
      .cart .cart__container.cart__container--empty h3 {
        margin-top: 0; }
  .cart .cart__items {
    position: relative; }
    @media (min-width: 801px) {
      .cart .cart__items {
        background: white;
        box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
        padding: 1.5rem; } }
  .cart .list-add__result {
    display: none; }
  @media (min-width: 1261px) {
    .cart .cart-list-form {
      width: calc(70% - 1.5rem); } }
  .cart .cart-list-form .loading-overlay {
    background-color: rgba(255, 255, 255, 0.85);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20; }
    .cart .cart-list-form .loading-overlay .loading-animation {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateX(-50%); }
      .cart .cart-list-form .loading-overlay .loading-animation p {
        text-align: center; }
  .cart .add-to-list__controls {
    margin-bottom: 1.5rem;
    text-align: center; }
    @media (min-width: 551px) {
      .cart .add-to-list__controls {
        text-align: right; } }
    @media (min-width: 801px) {
      .cart .add-to-list__controls {
        margin: 1.5rem 0 0.75rem; } }
    .cart .add-to-list__controls span {
      display: inline-block;
      margin: 1rem 0;
      vertical-align: middle; }
      @media (min-width: 551px) {
        .cart .add-to-list__controls span {
          margin: auto; } }
    .cart .add-to-list__controls .add-new-list {
      vertical-align: middle; }
    .cart .add-to-list__controls .button {
      margin-top: 0.375rem;
      width: 100%; }
      @media (min-width: 551px) {
        .cart .add-to-list__controls .button {
          height: 3rem;
          line-height: 1;
          margin: 0;
          vertical-align: middle;
          width: auto; } }
    .cart .add-to-list__controls .list-selector {
      display: inline-block;
      width: 100%; }
      @media (min-width: 551px) {
        .cart .add-to-list__controls .list-selector {
          width: auto; } }
    .cart .add-to-list__controls .form-select {
      vertical-align: middle;
      margin: 0.375rem 0;
      width: 100%; }
      @media (min-width: 551px) {
        .cart .add-to-list__controls .form-select {
          width: auto; } }
      @media (min-width: 1261px) {
        .cart .add-to-list__controls .form-select {
          margin: 0; } }
  @media (min-width: 801px) {
    .cart .cart__totals {
      background: white;
      box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
      margin-left: auto;
      margin-top: 1.5rem;
      padding: 1.5rem;
      width: 50%; } }
  @media (min-width: 1261px) {
    .cart .cart__totals {
      margin-top: 0;
      max-width: 32.5rem;
      width: 30%; } }
  .cart .cart-list {
    border-top: 0; }
    @media (min-width: 801px) {
      .cart .cart-list {
        border-top: 1px solid #ebebeb; } }
  .cart .cart-item {
    margin-bottom: 1.5rem;
    padding-top: 0; }
    @media (min-width: 801px) {
      .cart .cart-item:last-of-type {
        border-bottom: 0;
        padding-bottom: 0; } }
    @media (min-width: 801px) {
      .cart .cart-item:last-of-type .cart-item-options {
        margin-bottom: 0; } }
  @media (min-width: 801px) {
    .cart .cart-item-title {
      padding: 0.75rem 1.5rem 0; } }
  .cart .cart-item-name a {
    color: #333333;
    text-decoration: none; }
    .cart .cart-item-name a:hover {
      color: #333333; }
  @media (min-width: 801px) {
    .cart .cart-item-price,
    .cart .cart-header-item-price {
      padding-right: 0.75rem;
      text-align: right; } }
  .cart .cart-remove {
    background-color: #ed1c24;
    color: white; }
    .cart .cart-remove svg {
      fill: white;
      stroke: white; }
  .cart .definitionList-key {
    color: #333333;
    font-weight: 700; }
  .cart .cart-item-options {
    display: flex;
    margin-top: 0.75rem; }
    @media (min-width: 801px) {
      .cart .cart-item-options {
        margin-bottom: 0.75rem; } }
  .cart .cart-item-option-title {
    margin-right: 0.75rem; }
  .cart .cart-item-option-description {
    margin-bottom: 0; }
  .cart .cart-item-label {
    color: #333333;
    font-weight: 700; }
  @media (min-width: 551px) {
    .cart .cart-item-info {
      margin-top: 0; } }
  @media (min-width: 801px) {
    .cart .cart-item-info {
      width: 15%; } }
  @media (min-width: 551px) {
    .cart .cart-item-info-sku {
      float: none;
      margin-bottom: 1rem;
      width: 100%; } }
  @media (min-width: 801px) {
    .cart .cart-item-info-sku {
      margin-bottom: 0;
      width: 12%; } }
  .cart .form-increment {
    align-items: center;
    border: 1px solid #ebebeb;
    display: inline-flex;
    height: 2.5rem;
    justify-content: center;
    width: 3.125rem; }
    @media (min-width: 1261px) {
      .cart .form-increment {
        margin: 0 auto; } }
    .cart .form-increment button {
      display: none; }
    .cart .form-increment .form-input {
      color: #333333; }
      .cart .form-increment .form-input:focus {
        color: #333333; }
  .cart .cart-totals {
    width: 100%; }
  .cart .cart-total {
    align-items: center;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between; }
    .cart .cart-total.cart-total--flex-start {
      align-items: flex-start; }
    .cart .cart-total .coupon-form,
    .cart .cart-total .cart-gift-certificate-form {
      display: flex;
      margin-bottom: 0;
      position: relative; }
      .cart .cart-total .coupon-form .button,
      .cart .cart-total .cart-gift-certificate-form .button {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: auto; }
      .cart .cart-total .coupon-form .form-input,
      .cart .cart-total .cart-gift-certificate-form .form-input {
        margin-bottom: 1rem;
        width: 100%; }
    .cart .cart-total .cart-form {
      width: 100%; }
    .cart .cart-total .form-select {
      padding-bottom: 0;
      padding-top: 0; }
  .cart .cart-total-label {
    color: #333333;
    padding-left: 0;
    text-align: left;
    width: auto; }
  .cart .cart-total-value {
    flex: 1 1 auto;
    text-align: right; }
    .cart .cart-total-value.cart-total-value--grand-total {
      color: #333333;
      font-size: 48px;
      font-weight: 700; }
    .cart .cart-total-value button {
      color: #333333; }
    .cart .cart-total-value .shipping-estimate-hide,
    .cart .cart-total-value .coupon-code-cancel,
    .cart .cart-total-value .gift-certificate-cancel {
      font-style: normal; }
  .cart .shipping-estimator {
    padding: 0.75rem 0;
    width: 100%; }
    .cart .shipping-estimator dl {
      margin: 0; }
    .cart .shipping-estimator ul {
      margin: 0; }
    .cart .shipping-estimator .estimator-form-row {
      align-items: center;
      display: flex;
      margin-bottom: 0.75rem;
      position: relative; }
      .cart .shipping-estimator .estimator-form-row dl {
        width: 100%; }
    .cart .shipping-estimator .estimator-form-input--price {
      margin: 0; }
    .cart .shipping-estimator .form-label {
      color: #333333; }
    .cart .shipping-estimator .select-shipping-quote {
      margin-bottom: 0; }
    .cart .shipping-estimator .estimator-form-input {
      width: 100%; }
    .cart .shipping-estimator .shipping-estimate-submit {
      width: 100%; }
  .cart .cart-actions {
    display: flex; }
    .cart .cart-actions::before, .cart .cart-actions::after {
      display: none; }
    .cart .cart-actions .button {
      float: none;
      width: 100%; }
  .cart .cart-additionalCheckoutButtons div {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    .cart .cart-additionalCheckoutButtons div p {
      text-align: center;
      width: 100%; }
  .cart .cart-additionalCheckoutButtons .apple-pay-checkout-button {
    display: none;
    margin-top: 0.75rem; }
  .cart .cart-clear-footer {
    display: block; }
    @media (min-width: 801px) {
      .cart .cart-clear-footer {
        display: table-row-group; } }
  .cart .cart-clear-footer tr {
    display: block; }
    @media (min-width: 801px) {
      .cart .cart-clear-footer tr {
        display: table-row; } }
  .cart .cart-clear-container {
    display: block; }
    @media (min-width: 801px) {
      .cart .cart-clear-container {
        display: table-cell; } }

.cart-item-image {
  max-height: 100%; }

.cart__alert .alertBox {
  align-items: center;
  background: #fffdea;
  border-radius: 0.1875rem;
  color: #f1a500;
  display: flex;
  padding: 0.75rem; }

.cart__alert .alertBox-icon {
  display: block;
  margin-right: 0.75rem;
  padding-right: 0; }
  .cart__alert .alertBox-icon svg {
    fill: #f1a500; }

.cart-remove > svg {
  height: 1rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1rem; }

.swal2-icon.swal2-warning {
  border-color: #cc4749;
  color: #cc4749; }

.cart-additionalCheckoutButtons .CheckoutButton.paypal-buttons-container {
  margin-top: 1.5rem; }

.cart-clear-container {
  text-align: center;
  margin-bottom: 0.75rem; }
  @media (min-width: 551px) {
    .cart-clear-container {
      text-align: right; } }
  .cart-clear-container a {
    margin: 0; }

.grid-list-switcher {
  display: none; }
  @media (min-width: 1024px) {
    .grid-list-switcher {
      align-items: center;
      display: flex; } }
  .grid-list-switcher .switcher {
    display: block;
    height: 0.875rem;
    margin-left: 0.75rem;
    position: relative;
    width: 0.875rem; }
    .grid-list-switcher .switcher svg {
      fill: #333333; }
    .grid-list-switcher .switcher:hover svg {
      fill: #333333; }
    .grid-list-switcher .switcher.switch-active svg {
      fill: #ed1c24; }

svg {
  height: 100%;
  position: absolute;
  width: 100%; }

.icon {
  position: relative; }

.blogPosts {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0;
  margin-top: -spacing("half");
  padding-top: 0.75rem; }
  .blogPosts ul,
  .blogPosts ol {
    list-style: none;
    margin-bottom: 0; }
  .blogPosts:before, .blogPosts:after {
    content: " ";
    display: table; }
  .blogPosts:after {
    clear: both; }
  @media (min-width: 551px) {
    .blogPosts {
      display: flex;
      flex-wrap: wrap; } }
  .blogPosts::before {
    display: none; }

.blogPost {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: left;
  display: inline-block;
  font-size: 1rem;
  margin-bottom: 1.5rem;
  vertical-align: top; }
  @media (min-width: 801px) {
    .postColumns--3 .blogPost {
      width: 33.33333%; }
    .postColumns--4 .blogPost {
      width: 25%; } }
  @media (min-width: 1261px) {
    .blogPost {
      width: 25%; }
      .postColumns--2 .blogPost {
        width: 50%; }
      .postColumns--3 .blogPost {
        width: 33.33333%; }
      .postColumns--5 .blogPost {
        width: 20%; } }
  .blogPost .card-body {
    text-align: center; }
  .blogPost .card-img-container {
    max-height: 15.625rem; }

.card--blogPost {
  height: 100%;
  margin-bottom: 0;
  background: white; }

.card-body--blogPost {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center; }

.blogPost-image {
  margin: 0;
  position: relative; }
  .blogPost-image + .card-body--blogPost {
    display: block;
    height: auto; }

.blogPost-thumbnail {
  width: 100%;
  height: auto; }

.card-title--blogPost {
  font-weight: 700; }

.card-text--blogPost {
  font-size: 1rem; }
  @media (min-width: 801px) {
    .card-text--blogPost {
      font-size: 13px; } }

.blogPosts-more {
  text-align: center;
  margin-bottom: 1.5rem; }

.card-text.card-text--summary {
  color: #333333; }

.relatedContent,
.relatedProducts {
  display: none; }

.microsoft-row-generator-orders--0 {
  -ms-grid-row: 5; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--0 {
      -ms-grid-row: 2; } }

.microsoft-row-generator-first--0 {
  -ms-grid-row: 1; }

.microsoft-row-generator-orders--1 {
  -ms-grid-row: 6; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--1 {
      -ms-grid-row: 3; } }

.microsoft-row-generator-first--1 {
  -ms-grid-row: 2; }

.microsoft-row-generator-orders--2 {
  -ms-grid-row: 7; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--2 {
      -ms-grid-row: 4; } }

.microsoft-row-generator-first--2 {
  -ms-grid-row: 3; }

.microsoft-row-generator-orders--3 {
  -ms-grid-row: 8; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--3 {
      -ms-grid-row: 5; } }

.microsoft-row-generator-first--3 {
  -ms-grid-row: 4; }

.microsoft-row-generator-orders--4 {
  -ms-grid-row: 9; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--4 {
      -ms-grid-row: 6; } }

.microsoft-row-generator-first--4 {
  -ms-grid-row: 5; }

.microsoft-row-generator-orders--5 {
  -ms-grid-row: 10; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--5 {
      -ms-grid-row: 7; } }

.microsoft-row-generator-first--5 {
  -ms-grid-row: 6; }

.microsoft-row-generator-orders--6 {
  -ms-grid-row: 11; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--6 {
      -ms-grid-row: 8; } }

.microsoft-row-generator-first--6 {
  -ms-grid-row: 7; }

.microsoft-row-generator-orders--7 {
  -ms-grid-row: 12; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--7 {
      -ms-grid-row: 9; } }

.microsoft-row-generator-first--7 {
  -ms-grid-row: 8; }

.microsoft-row-generator-orders--8 {
  -ms-grid-row: 13; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--8 {
      -ms-grid-row: 10; } }

.microsoft-row-generator-first--8 {
  -ms-grid-row: 9; }

.microsoft-row-generator-orders--9 {
  -ms-grid-row: 14; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--9 {
      -ms-grid-row: 11; } }

.microsoft-row-generator-first--9 {
  -ms-grid-row: 10; }

.microsoft-row-generator-orders--10 {
  -ms-grid-row: 15; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--10 {
      -ms-grid-row: 12; } }

.microsoft-row-generator-first--10 {
  -ms-grid-row: 11; }

.microsoft-row-generator-orders--11 {
  -ms-grid-row: 16; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--11 {
      -ms-grid-row: 13; } }

.microsoft-row-generator-first--11 {
  -ms-grid-row: 12; }

.microsoft-row-generator-orders--12 {
  -ms-grid-row: 17; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--12 {
      -ms-grid-row: 14; } }

.microsoft-row-generator-first--12 {
  -ms-grid-row: 13; }

.microsoft-row-generator-orders--13 {
  -ms-grid-row: 18; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--13 {
      -ms-grid-row: 15; } }

.microsoft-row-generator-first--13 {
  -ms-grid-row: 14; }

.microsoft-row-generator-orders--14 {
  -ms-grid-row: 19; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--14 {
      -ms-grid-row: 16; } }

.microsoft-row-generator-first--14 {
  -ms-grid-row: 15; }

.microsoft-row-generator-orders--15 {
  -ms-grid-row: 20; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--15 {
      -ms-grid-row: 17; } }

.microsoft-row-generator-first--15 {
  -ms-grid-row: 16; }

.microsoft-row-generator-orders--16 {
  -ms-grid-row: 21; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--16 {
      -ms-grid-row: 18; } }

.microsoft-row-generator-first--16 {
  -ms-grid-row: 17; }

.microsoft-row-generator-orders--17 {
  -ms-grid-row: 22; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--17 {
      -ms-grid-row: 19; } }

.microsoft-row-generator-first--17 {
  -ms-grid-row: 18; }

.microsoft-row-generator-orders--18 {
  -ms-grid-row: 23; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--18 {
      -ms-grid-row: 20; } }

.microsoft-row-generator-first--18 {
  -ms-grid-row: 19; }

.microsoft-row-generator-orders--19 {
  -ms-grid-row: 24; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--19 {
      -ms-grid-row: 21; } }

.microsoft-row-generator-first--19 {
  -ms-grid-row: 20; }

.microsoft-row-generator-orders--20 {
  -ms-grid-row: 25; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--20 {
      -ms-grid-row: 22; } }

.microsoft-row-generator-first--20 {
  -ms-grid-row: 21; }

.microsoft-row-generator-orders--21 {
  -ms-grid-row: 26; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--21 {
      -ms-grid-row: 23; } }

.microsoft-row-generator-first--21 {
  -ms-grid-row: 22; }

.microsoft-row-generator-orders--22 {
  -ms-grid-row: 27; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--22 {
      -ms-grid-row: 24; } }

.microsoft-row-generator-first--22 {
  -ms-grid-row: 23; }

.microsoft-row-generator-orders--23 {
  -ms-grid-row: 28; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--23 {
      -ms-grid-row: 25; } }

.microsoft-row-generator-first--23 {
  -ms-grid-row: 24; }

.microsoft-row-generator-orders--24 {
  -ms-grid-row: 29; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--24 {
      -ms-grid-row: 26; } }

.microsoft-row-generator-first--24 {
  -ms-grid-row: 25; }

.microsoft-row-generator-orders--25 {
  -ms-grid-row: 30; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--25 {
      -ms-grid-row: 27; } }

.microsoft-row-generator-first--25 {
  -ms-grid-row: 26; }

.microsoft-row-generator-orders--26 {
  -ms-grid-row: 31; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--26 {
      -ms-grid-row: 28; } }

.microsoft-row-generator-first--26 {
  -ms-grid-row: 27; }

.microsoft-row-generator-orders--27 {
  -ms-grid-row: 32; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--27 {
      -ms-grid-row: 29; } }

.microsoft-row-generator-first--27 {
  -ms-grid-row: 28; }

.microsoft-row-generator-orders--28 {
  -ms-grid-row: 33; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--28 {
      -ms-grid-row: 30; } }

.microsoft-row-generator-first--28 {
  -ms-grid-row: 29; }

.microsoft-row-generator-orders--29 {
  -ms-grid-row: 34; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--29 {
      -ms-grid-row: 31; } }

.microsoft-row-generator-first--29 {
  -ms-grid-row: 30; }

.microsoft-row-generator-orders--30 {
  -ms-grid-row: 35; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--30 {
      -ms-grid-row: 32; } }

.microsoft-row-generator-first--30 {
  -ms-grid-row: 31; }

.microsoft-row-generator-orders--31 {
  -ms-grid-row: 36; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--31 {
      -ms-grid-row: 33; } }

.microsoft-row-generator-first--31 {
  -ms-grid-row: 32; }

.microsoft-row-generator-orders--32 {
  -ms-grid-row: 37; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--32 {
      -ms-grid-row: 34; } }

.microsoft-row-generator-first--32 {
  -ms-grid-row: 33; }

.microsoft-row-generator-orders--33 {
  -ms-grid-row: 38; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--33 {
      -ms-grid-row: 35; } }

.microsoft-row-generator-first--33 {
  -ms-grid-row: 34; }

.microsoft-row-generator-orders--34 {
  -ms-grid-row: 39; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--34 {
      -ms-grid-row: 36; } }

.microsoft-row-generator-first--34 {
  -ms-grid-row: 35; }

.microsoft-row-generator-orders--35 {
  -ms-grid-row: 40; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--35 {
      -ms-grid-row: 37; } }

.microsoft-row-generator-first--35 {
  -ms-grid-row: 36; }

.microsoft-row-generator-orders--36 {
  -ms-grid-row: 41; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--36 {
      -ms-grid-row: 38; } }

.microsoft-row-generator-first--36 {
  -ms-grid-row: 37; }

.microsoft-row-generator-orders--37 {
  -ms-grid-row: 42; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--37 {
      -ms-grid-row: 39; } }

.microsoft-row-generator-first--37 {
  -ms-grid-row: 38; }

.microsoft-row-generator-orders--38 {
  -ms-grid-row: 43; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--38 {
      -ms-grid-row: 40; } }

.microsoft-row-generator-first--38 {
  -ms-grid-row: 39; }

.microsoft-row-generator-orders--39 {
  -ms-grid-row: 44; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--39 {
      -ms-grid-row: 41; } }

.microsoft-row-generator-first--39 {
  -ms-grid-row: 40; }

.microsoft-row-generator-orders--40 {
  -ms-grid-row: 45; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--40 {
      -ms-grid-row: 42; } }

.microsoft-row-generator-first--40 {
  -ms-grid-row: 41; }

.microsoft-row-generator-orders--41 {
  -ms-grid-row: 46; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--41 {
      -ms-grid-row: 43; } }

.microsoft-row-generator-first--41 {
  -ms-grid-row: 42; }

.microsoft-row-generator-orders--42 {
  -ms-grid-row: 47; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--42 {
      -ms-grid-row: 44; } }

.microsoft-row-generator-first--42 {
  -ms-grid-row: 43; }

.microsoft-row-generator-orders--43 {
  -ms-grid-row: 48; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--43 {
      -ms-grid-row: 45; } }

.microsoft-row-generator-first--43 {
  -ms-grid-row: 44; }

.microsoft-row-generator-orders--44 {
  -ms-grid-row: 49; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--44 {
      -ms-grid-row: 46; } }

.microsoft-row-generator-first--44 {
  -ms-grid-row: 45; }

.microsoft-row-generator-orders--45 {
  -ms-grid-row: 50; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--45 {
      -ms-grid-row: 47; } }

.microsoft-row-generator-first--45 {
  -ms-grid-row: 46; }

.microsoft-row-generator-orders--46 {
  -ms-grid-row: 51; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--46 {
      -ms-grid-row: 48; } }

.microsoft-row-generator-first--46 {
  -ms-grid-row: 47; }

.microsoft-row-generator-orders--47 {
  -ms-grid-row: 52; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--47 {
      -ms-grid-row: 49; } }

.microsoft-row-generator-first--47 {
  -ms-grid-row: 48; }

.microsoft-row-generator-orders--48 {
  -ms-grid-row: 53; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--48 {
      -ms-grid-row: 50; } }

.microsoft-row-generator-first--48 {
  -ms-grid-row: 49; }

.microsoft-row-generator-orders--49 {
  -ms-grid-row: 54; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--49 {
      -ms-grid-row: 51; } }

.microsoft-row-generator-first--49 {
  -ms-grid-row: 50; }

.microsoft-row-generator-orders--50 {
  -ms-grid-row: 55; }
  @media (min-width: 801px) {
    .microsoft-row-generator-orders--50 {
      -ms-grid-row: 52; } }

.microsoft-row-generator-first--50 {
  -ms-grid-row: 51; }

.pagination {
  margin: 0 auto; }

.pagination-list {
  display: flex;
  justify-content: center; }
  .pagination-list .pagination-item {
    align-items: center;
    display: flex; }
    .pagination-list .pagination-item .pagination-link {
      padding-bottom: 0;
      padding-top: 0; }
  .pagination-list .pagination-link--previous, .pagination-list .pagination-link--next {
    text-decoration: underline; }
    .pagination-list .pagination-link--previous .icon svg, .pagination-list .pagination-link--next .icon svg {
      fill: #333333; }

.card-swatches .form-option,
.card-sizes .form-option {
  cursor: auto; }
  .card-swatches .form-option:hover,
  .card-sizes .form-option:hover {
    border-color: #ebebeb; }

.swatches--round .form-option-swatch {
  border-radius: 50%; }
  .swatches--round .form-option-swatch > .form-option-variant {
    border-radius: 50%; }
  .swatches--round .form-option-swatch .form-option--multi {
    border-radius: 50%;
    overflow: hidden; }

.form .form-option.form-option-swatch {
  overflow: hidden; }

.form-option--multi {
  width: 22px; }

.form-option-variant--pattern {
  background-size: contain; }

.color--duotone {
  width: 50%; }

.color--tritone {
  width: 33%; }
  .color--tritone:last-child {
    width: 34%; }

address {
  font-style: normal; }

.footer {
  border-top: none;
  margin-top: auto;
  padding: 0; }

.container--footer {
  padding-top: 2rem; }

.wrapper--footerBase {
  background-color: #d2d2d2;
  padding: 2rem 0; }

.footer-info-col {
  color: #333333;
  font-size: 1rem; }
  @media (min-width: 801px) {
    .footer-info-col {
      width: 50%; } }
  .footer-info-col i, .footer-info-col svg {
    color: #333333;
    fill: #333333;
    stroke: #333333; }

.footer-info-col--social .icon svg {
  fill: #333333;
  stroke: #333333; }
  .footer-info-col--social .icon svg:hover {
    fill: #4d4d4d;
    stroke: #4d4d4d; }

@media (min-width: 801px) {
  .footer-info-col--small {
    width: 16.66667%; } }

.footer-info-col--base {
  margin-bottom: 0; }
  @media (min-width: 551px) {
    .footer-info-col--base {
      text-align: left; } }
  @media (min-width: 801px) {
    .footer-info-col--base {
      display: inline-block;
      float: right;
      vertical-align: bottom; } }
  .footer-info-col--base.footer-info-col--icons {
    margin-bottom: 1.5rem; }
    @media (min-width: 551px) {
      .footer-info-col--base.footer-info-col--icons {
        float: right;
        margin-bottom: 0; } }
    @media (min-width: 801px) {
      .footer-info-col--base.footer-info-col--icons {
        text-align: right; } }

@media (min-width: 801px) {
  .footer-info-col--matchSubscription {
    margin-left: auto;
    width: 66.66667%; } }

@media (min-width: 551px) {
  .footer-info-col--subscription {
    text-align: center;
    width: 100%; } }

@media (min-width: 801px) {
  .footer-info-col--subscription {
    text-align: left;
    width: 33.33334%; } }

.footer-info-col--subscription .form {
  margin: 0; }
  @media (min-width: 1261px) {
    .footer-info-col--subscription .form .form-input {
      border-right: none; } }

.footer-info-heading {
  color: #333333;
  font-size: 16px;
  margin-top: 0; }

.footer-info-list {
  line-height: 2; }
  .footer-info-list a {
    color: #333333;
    font-size: 16px; }
    @media (min-width: 801px) {
      .footer-info-list a {
        font-size: 1rem; } }
    .footer-info-list a:hover {
      color: #4d4d4d; }

.footer-copyright {
  text-align: center; }
  @media (min-width: 551px) {
    .footer-copyright {
      text-align: left; } }
  .footer-copyright > .powered-by {
    color: #333333; }
    .footer-copyright > .powered-by span + span:before {
      content: "| "; }
  .footer-copyright a {
    color: #333333;
    text-decoration: underline; }
    .footer-copyright a:hover {
      color: #4d4d4d; }

.footer-payment-icons i, .footer-payment-icons svg {
  fill: #333333;
  stroke: none; }

@supports (display: flex) {
  @media (min-width: 551px) {
    .footer-info--base {
      align-items: center;
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between; }
    .footer-payment-icons {
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: start; }
      .footer-payment-icons i {
        padding-top: 0.75rem;
        margin-right: 0.25rem; }
    .footer-info-col--subscription {
      flex-grow: 2; } }
  @media (min-width: 801px) {
    .footer-info {
      display: flex;
      justify-content: space-between; } } }

.account-container {
  position: relative;
  width: 100%;
  max-width: 800px;
  margin: auto; }
  .account-container nav {
    margin-bottom: 3rem; }
  .account-container .category {
    padding: 0; }
    @media (min-width: 801px) {
      .account-container .category {
        grid-template-columns: max-content; } }
    .account-container .category .page,
    .account-container .category .category-options {
      grid-column: 1 / span 3;
      grid-row-start: 2; }
    .account-container .category .category-options {
      grid-row-start: 1; }
    .account-container .category .productCards {
      margin: 0 0 -1.5rem;
      padding-top: 0;
      width: 100%; }
      .account-container .category .productCards.productCards--list .productCard {
        width: 100%; }
    @media (min-width: 1801px) {
      .account-container .category .productCard--list .card .card-figure {
        border-left: none;
        grid-column: 1 / span 2; } }
  .account-container .productCard {
    margin-bottom: 1.5rem; }
  .account-container .productCard--list {
    max-width: 1000px; }
  .account-container .category--list {
    max-width: 1000px; }
    .account-container .category--list .category-options {
      padding-left: 1.5rem; }
    @media (min-width: 801px) {
      .account-container .category--list {
        grid-template-columns: none; } }
  .account-container .account-heading {
    border: none; }
  .account-container .navBar--account,
  .account-container .page-heading {
    text-align: center; }
  .account-container .page {
    width: 100%; }
  .account-container .navBar--account {
    display: flex;
    justify-content: center; }
  .account-container .navBar--sub .navBar-item {
    float: left; }
  .account-container li.navBar-item,
  .account-container li.navBar-item > a {
    color: #ed1c24;
    font-weight: 600;
    text-decoration: underline; }
    .account-container li.navBar-item.is-active,
    .account-container li.navBar-item > a.is-active {
      color: #333333;
      border: none;
      text-decoration: none; }
      .account-container li.navBar-item.is-active > a,
      .account-container li.navBar-item > a.is-active > a {
        text-decoration: underline; }
  .account-container li.navBar-item {
    margin: 0 1.5rem 0 0; }
  .account-container li.navBar-item:last-child {
    margin: 0; }
  .account-container .account {
    width: 100%;
    margin-bottom: 0; }
  .account-container li.account-listItem {
    border: none;
    padding-bottom: 0; }
    .account-container li.account-listItem.account-message {
      padding: 0;
      margin-top: 0.75rem; }
  .account-container li.account-listItem:first-child {
    padding-top: 0; }
    .account-container li.account-listItem:first-child.account-message {
      padding: 0;
      margin-top: 0; }

.account-container--full-width {
  max-width: none; }
  .account-container--full-width .productCard--grid {
    width: 100%;
    padding: 0 0.375rem; }
    @media (min-width: 551px) {
      .account-container--full-width .productCard--grid {
        width: 50%; } }
    @media (min-width: 801px) {
      .account-container--full-width .productCard--grid {
        width: 33.33%; } }
    @media (min-width: 1261px) {
      .account-container--full-width .productCard--grid {
        width: 25%; } }
    @media (min-width: 1441px) {
      .account-container--full-width .productCard--grid {
        width: 20%; } }

.messages-container {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto; }

.login-row {
  margin-top: 0; }
  @media (min-width: 801px) {
    .login-row {
      display: flex;
      justify-content: space-between; } }
  .login-row .login-form {
    margin: 0 0 1.5rem;
    padding: 1.5rem; }
    @media (min-width: 801px) {
      .login-row .login-form {
        flex-grow: 1;
        margin-bottom: 0;
        margin-left: 0.75rem; } }
  .login-row .new-customer {
    background: white;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
    padding: 0; }
    @media (min-width: 801px) {
      .login-row .new-customer {
        flex-grow: 1;
        margin-right: 0.75rem; } }
    .login-row .new-customer .panel-header {
      background-color: transparent;
      padding: 1.5rem 1.5rem 0.75rem; }
    .login-row .new-customer .panel-body {
      background: transparent;
      margin-bottom: 0;
      padding: 0 1.5rem 1.5rem; }
    .login-row .new-customer .button {
      margin-bottom: 0; }

.account-product {
  -ms-grid-columns: minmax(0, 100%) minmax(0, 100%);
  background-color: white;
  border: 1px solid #ebebeb;
  display: -ms-grid;
  display: grid;
  grid-template-columns: minmax(0, 100%) minmax(0, 100%); }
  @media (min-width: 801px) {
    .account-product {
      -ms-grid-columns: minmax(100px, 200px) minmax(100px, 200px) minmax(100px, 200px) minmax(0, 100%) max-content;
      grid-template-columns: minmax(100px, 200px) minmax(100px, 200px) minmax(100px, 200px) minmax(0, 100%) max-content; } }
  .account-product.account-orders .account-product-item {
    border-bottom: 1px solid #ebebeb; }
    .account-product.account-orders .account-product-item:last-child {
      border: none; }
  .account-product.account-returns {
    -ms-grid-columns: minmax(10%, 25%) minmax(0, 100%);
    grid-template-columns: minmax(10%, 25%) minmax(0, 100%); }
    @media (min-width: 801px) {
      .account-product.account-returns {
        -ms-grid-columns: minmax(0, 100%) minmax(0, 100%) minmax(0, 100%) minmax(0, 100%) minmax(0, 100%);
        grid-template-columns: minmax(0, 100%) minmax(0, 100%) minmax(0, 100%) minmax(0, 100%) minmax(0, 100%); } }
    .account-product.account-returns .account-product-figure,
    .account-product.account-returns .account-product-order-item,
    .account-product.account-returns .account-product-order-options {
      border-bottom: 1px solid #ebebeb; }
    .account-product.account-returns .account-product-item {
      grid-column-end: 3;
      grid-row-start: 6; }
      @media (min-width: 801px) {
        .account-product.account-returns .account-product-item {
          grid-column-end: 6;
          grid-row-start: 2; } }
      .account-product.account-returns .account-product-item:last-child .account-product-figure,
      .account-product.account-returns .account-product-item:last-child .account-product-order-item,
      .account-product.account-returns .account-product-item:last-child .account-product-order-options {
        border-bottom: none; }
  .account-product .account-product-detail {
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding: 0.75rem;
    width: 100%; }
    @media (min-width: 801px) {
      .account-product .account-product-detail {
        margin: inherit;
        padding: 0.75rem 1.5rem 0.75rem 0.75rem; } }
    .account-product .account-product-detail h6 {
      color: inherit; }
      .account-product .account-product-detail h6.account-orderStatus-label {
        background-color: #999999;
        color: white; }
    @media (min-width: 801px) {
      .account-product .account-product-detail:last-child {
        padding-right: 0;
        text-align: right; } }
    .account-product .account-product-detail a {
      display: inline-block; }
    .account-product .account-product-detail div,
    .account-product .account-product-detail h6,
    .account-product .account-product-detail span {
      display: inline-block;
      margin: 0;
      position: inherit; }
      @media (min-width: 801px) {
        .account-product .account-product-detail div,
        .account-product .account-product-detail h6,
        .account-product .account-product-detail span {
          display: block; } }
    .account-product .account-product-detail span {
      float: right; }
      @media (min-width: 801px) {
        .account-product .account-product-detail span {
          float: none; } }
    .account-product .account-product-detail.order-placed, .account-product .account-product-detail.return-requested {
      -ms-grid-column-span: 2;
      grid-column-start: span 2;
      grid-row-start: 2; }
      @media (min-width: 801px) {
        .account-product .account-product-detail.order-placed, .account-product .account-product-detail.return-requested {
          -ms-grid-column-span: 1;
          grid-column-start: 1;
          grid-row-start: 1; } }
    .account-product .account-product-detail.order-total, .account-product .account-product-detail.return-reason {
      -ms-grid-column-span: 2;
      grid-column-start: span 2;
      grid-row-start: 3; }
      @media (min-width: 801px) {
        .account-product .account-product-detail.order-total, .account-product .account-product-detail.return-reason {
          -ms-grid-column-span: 1;
          grid-column-start: 2;
          grid-row-start: 1; } }
    .account-product .account-product-detail.order-status, .account-product .account-product-detail.return-status {
      -ms-grid-column-span: 2;
      grid-column-start: span 2;
      grid-row-start: 4; }
      @media (min-width: 801px) {
        .account-product .account-product-detail.order-status, .account-product .account-product-detail.return-status {
          grid-column-end: 5;
          grid-column-start: 3;
          grid-row-start: 1; } }
      .account-product .account-product-detail.order-status .account-orderStatus, .account-product .account-product-detail.return-status .account-orderStatus {
        float: right;
        text-align: inherit; }
        @media (min-width: 801px) {
          .account-product .account-product-detail.order-status .account-orderStatus, .account-product .account-product-detail.return-status .account-orderStatus {
            float: inherit; } }
        .account-product .account-product-detail.order-status .account-orderStatus h6, .account-product .account-product-detail.return-status .account-orderStatus h6 {
          margin-bottom: 0; }
          @media (min-width: 801px) {
            .account-product .account-product-detail.order-status .account-orderStatus h6, .account-product .account-product-detail.return-status .account-orderStatus h6 {
              display: inline-block; } }
    .account-product .account-product-detail.order-number, .account-product .account-product-detail.return-number {
      -ms-grid-column-span: 2;
      grid-column-start: span 2;
      grid-row-start: 1;
      text-align: right;
      width: 100%; }
      @media (min-width: 801px) {
        .account-product .account-product-detail.order-number, .account-product .account-product-detail.return-number {
          -ms-grid-column-span: 1;
          grid-column-start: 5;
          grid-row-start: 1;
          padding-right: 0.75rem; } }
      .account-product .account-product-detail.order-number a + a, .account-product .account-product-detail.return-number a + a {
        border-left: 1px solid #ebebeb;
        padding-left: 0.375rem;
        margin-left: 0.1875rem; }
      .account-product .account-product-detail.order-number div, .account-product .account-product-detail.return-number div {
        float: left; }
        @media (min-width: 801px) {
          .account-product .account-product-detail.order-number div, .account-product .account-product-detail.return-number div {
            float: none; } }
      .account-product .account-product-detail.order-number .order-actions, .account-product .account-product-detail.return-number .order-actions {
        float: right; }
    @media (min-width: 801px) {
      .account-product .account-product-detail.return-reason {
        padding-left: 0; } }
    .account-product .account-product-detail.return-reason span {
      text-align: right;
      max-width: 60%; }
      @media (min-width: 551px) {
        .account-product .account-product-detail.return-reason span {
          max-width: none; } }
      @media (min-width: 801px) {
        .account-product .account-product-detail.return-reason span {
          text-align: left; } }
    .account-product .account-product-detail.return-status {
      -ms-grid-column-span: 2;
      grid-column-start: span 2; }
      @media (min-width: 801px) {
        .account-product .account-product-detail.return-status {
          grid-column-end: 4;
          grid-column-start: 3;
          padding-left: 0; } }
    .account-product .account-product-detail.return-action {
      -ms-grid-column-span: 2;
      grid-column-start: span 2;
      grid-row-start: 5;
      text-align: left; }
      @media (min-width: 801px) {
        .account-product .account-product-detail.return-action {
          grid-column-start: 4;
          grid-row-start: 1;
          padding-left: 0; } }
    .account-product .account-product-detail.return-comment {
      border-bottom: none;
      -ms-grid-column-span: 2;
      grid-column-end: 3;
      grid-column-start: 1;
      grid-row-start: 8;
      padding: 0.75rem;
      text-align: left; }
      @media (min-width: 801px) {
        .account-product .account-product-detail.return-comment {
          -ms-grid-column-span: 5;
          grid-column-end: 6;
          grid-row-start: 3; } }
    .account-product .account-product-detail.return-options {
      -ms-grid-column-span: 2;
      grid-column-start: span 2;
      padding: 0.75rem 0 0; }
      @media (min-width: 801px) {
        .account-product .account-product-detail.return-options {
          grid-column-start: 5;
          grid-column-end: 6; } }
      .account-product .account-product-detail.return-options dl:last-child {
        margin: 0; }
  .account-product .account-product-figure,
  .account-product .account-product-order-item {
    display: flex;
    padding: 1.5rem 0; }
    .account-product .account-product-figure span,
    .account-product .account-product-order-item span {
      margin: auto 0; }
  .account-product .account-product-checkItem {
    align-items: center;
    display: flex;
    justify-content: center; }
    .account-product .account-product-checkItem .form-checkbox + .form-label::after,
    .account-product .account-product-checkItem .form-radio + .form-label::after {
      top: -7px; }
    .account-product .account-product-checkItem abbr {
      display: block;
      height: 1rem;
      margin-left: 0.75rem;
      position: relative;
      transform: none;
      width: 1rem; }
      .account-product .account-product-checkItem abbr svg {
        fill: #cc4749; }
  .account-product .account-product-item {
    -ms-grid-column-span: 2;
    display: flex;
    grid-column-end: 3;
    grid-column-start: 1; }
    @media (min-width: 801px) {
      .account-product .account-product-item {
        -ms-grid-column-span: 5;
        grid-column-end: 6;
        grid-column-start: 1; } }
  .account-product .account-product-figure {
    flex: 0 0 75px;
    margin: 0;
    padding: 0.375rem;
    width: 100%; }
    @media (min-width: 801px) {
      .account-product .account-product-figure {
        margin: 0; } }
    .account-product .account-product-figure::after {
      padding: 0; }
    .account-product .account-product-figure .account-product-image {
      height: 100%;
      max-height: 50px;
      object-fit: contain;
      width: 100%; }
  .account-product .account-product-order-item {
    flex: 1 1 auto;
    padding-left: 0.75rem;
    padding-right: 0.75rem; }
    @media (min-width: 801px) {
      .account-product .account-product-order-item {
        align-items: center;
        overflow: hidden;
        position: relative;
        text-align: left; }
        .account-product .account-product-order-item div,
        .account-product .account-product-order-item h5,
        .account-product .account-product-order-item span {
          float: none;
          margin: 0;
          position: relative;
          text-align: left;
          top: auto;
          transform: none; } }
  .account-product .order-item-options span:nth-child(2n + 1) {
    font-weight: 600; }

a.order-item-download::before {
  border-left: 1px solid #ebebeb;
  border-color: #cccccc;
  content: "";
  padding-left: 0.5625rem;
  margin-left: 0.375rem; }

.account-content.order-contents {
  margin-bottom: 1.5rem;
  padding: 0; }
  .account-content.order-contents .account-list {
    margin-bottom: 1.5rem;
    width: 100%; }
    @media (min-width: 801px) {
      .account-content.order-contents .account-list {
        float: left;
        margin-bottom: 0;
        max-width: calc(100% - 250px);
        width: 80%;
        padding-right: 1.5rem; } }
  .account-content.order-contents .account-listShipping {
    grid-column: 1 / span 3;
    padding: 1.5rem; }
  .account-content.order-contents .account-orderTotal {
    background-color: white;
    border: 1px solid #ebebeb;
    font-size: 16px;
    float: none;
    margin: 0;
    padding: 1.5rem;
    width: 100%; }
    @media (min-width: 801px) {
      .account-content.order-contents .account-orderTotal {
        float: right;
        margin: 0 -spacing("half") 0 0;
        min-width: 250px;
        width: 20%; } }
    .account-content.order-contents .account-orderTotal button {
      margin: 0.375rem 0 0;
      width: 100%; }
    .account-content.order-contents .account-orderTotal h6 {
      margin-top: 0; }
    .account-content.order-contents .account-orderTotal div {
      display: block;
      margin-bottom: 0.375rem;
      padding-top: 0.375rem;
      width: 100%; }
      .account-content.order-contents .account-orderTotal div span {
        text-align: left; }
      .account-content.order-contents .account-orderTotal div span:nth-child(2n + 2) {
        float: right; }
    .account-content.order-contents .account-orderTotal .orderTotal-detail + .orderTotal-detail {
      border-top: 1px solid #ebebeb; }

.order-details-sidebar {
  background-color: white;
  border: 1px solid #ebebeb;
  margin-bottom: 1.5rem;
  padding: 0;
  width: 100%; }
  @media (min-width: 801px) {
    .order-details-sidebar {
      display: flex;
      flex-flow: row wrap;
      padding: 0 0 1.5rem; } }
  @media (min-width: 1261px) {
    .order-details-sidebar {
      display: flex;
      flex-flow: row nowrap;
      padding: 1.5rem; } }
  .order-details-sidebar .account-sidebar-block {
    border-bottom: 1px solid #ebebeb;
    margin: 0;
    padding: 1.5rem;
    width: 100%; }
    @media (min-width: 801px) {
      .order-details-sidebar .account-sidebar-block {
        display: inline-block;
        width: 50%; } }
    @media (min-width: 1261px) {
      .order-details-sidebar .account-sidebar-block {
        border-bottom: none;
        flex: 1 1 auto;
        padding: 0; }
        .order-details-sidebar .account-sidebar-block div,
        .order-details-sidebar .account-sidebar-block dl,
        .order-details-sidebar .account-sidebar-block ul {
          padding-right: 0.75rem; } }
    .order-details-sidebar .account-sidebar-block button,
    .order-details-sidebar .account-sidebar-block div,
    .order-details-sidebar .account-sidebar-block dl,
    .order-details-sidebar .account-sidebar-block ul {
      margin-bottom: 0; }
    .order-details-sidebar .account-sidebar-block button {
      margin-top: 0.75rem; }
    .order-details-sidebar .account-sidebar-block h6 {
      border: none;
      margin-bottom: 0.375rem;
      padding-bottom: 0.375rem; }
    .order-details-sidebar .account-sidebar-block.sidebar-shipping {
      display: none; }
      @media (min-width: 801px) {
        .order-details-sidebar .account-sidebar-block.sidebar-shipping {
          display: block; } }
      .order-details-sidebar .account-sidebar-block.sidebar-shipping.shipped {
        display: block; }
    .order-details-sidebar .account-sidebar-block.sidebar-actions {
      border-bottom: none;
      flex: 1 0 auto;
      margin-bottom: 0;
      padding-bottom: 0; }
      @media (min-width: 801px) {
        .order-details-sidebar .account-sidebar-block.sidebar-actions {
          width: 100%; } }
      @media (min-width: 1261px) {
        .order-details-sidebar .account-sidebar-block.sidebar-actions {
          max-width: 120px; } }
      .order-details-sidebar .account-sidebar-block.sidebar-actions a {
        margin: 0; }
    .order-details-sidebar .account-sidebar-block .order-details-info {
      margin-bottom: 1.5rem;
      padding-right: 0; }
      @media (min-width: 801px) {
        .order-details-sidebar .account-sidebar-block .order-details-info {
          margin-bottom: 0; } }
      .order-details-sidebar .account-sidebar-block .order-details-info a,
      .order-details-sidebar .account-sidebar-block .order-details-info form,
      .order-details-sidebar .account-sidebar-block .order-details-info input {
        width: 100%; }

.order-content {
  -ms-grid-columns: minmax(0, 40px) minmax(0, 100px) minmax(0, 100%);
  grid-template-columns: minmax(0, 40px) minmax(0, 100px) minmax(0, 100%);
  width: 100%; }
  .order-content .account-product-checkItem {
    border-bottom: 1px solid #ebebeb;
    font-size: 16px;
    grid-column-start: 1;
    padding: 2px;
    position: relative;
    text-align: center; }
    .order-content .account-product-checkItem abbr {
      border: none;
      position: absolute;
      top: 50%;
      transform: translateY(-50%) translateX(-50%); }
    .order-content .account-product-checkItem label,
    .order-content .account-product-checkItem label::before {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%); }
    .order-content .account-product-checkItem i {
      color: #ed1c24; }
    .order-content .account-product-checkItem .form-checkbox + .form-label {
      width: inherit; }
  .order-content .account-product-figure,
  .order-content .account-product-order-item,
  .order-content .account-product-order-options {
    border-bottom: 1px solid #ebebeb; }
  .order-content .account-product-figure {
    grid-column-start: 2;
    max-height: none; }
    .order-content .account-product-figure img {
      max-height: 75px; }
  .order-content .account-product-order-item {
    display: block;
    grid-column-start: 3; }
    .order-content .account-product-order-item div,
    .order-content .account-product-order-item h5,
    .order-content .account-product-order-item span {
      float: none;
      margin: 0;
      position: relative;
      text-align: left;
      top: auto;
      transform: none; }
    .order-content .account-product-order-item .account-product-price {
      color: #ed1c24; }
      .order-content .account-product-order-item .account-product-price .account-product-price-unit {
        font-size: 1.2rem;
        font-weight: 600; }
  .order-content .order-item-options span:nth-child(2n + 1) {
    font-weight: 600; }
  .order-content div:last-child,
  .order-content div:nth-last-child(2),
  .order-content div:nth-last-child(3) {
    border: none; }

.account-order-comments {
  background-color: white;
  border: 1px solid #ebebeb;
  clear: both;
  padding: 1.5rem; }
  .account-order-comments h6 {
    margin: 0 0 0.375rem;
    padding: 0 0 0.1875rem; }
  .account-order-comments p {
    margin: 0;
    word-wrap: break-word; }

.account-message {
  -ms-grid-columns: 40px minmax(0, 100%);
  display: -ms-grid;
  display: grid;
  grid-template-columns: 40px minmax(0, 100%);
  margin-left: -40px; }
  .account-message.sent-message {
    -ms-grid-columns: minmax(0, 100%) 40px;
    grid-template-columns: minmax(0, 100%) 40px;
    margin-left: 0;
    margin-right: -40px; }
    .account-message.sent-message .message-box {
      grid-column-start: 1; }
    .account-message.sent-message .account-message-avatar {
      grid-column-start: 2; }

.account-returnStatus {
  display: none; }
  @media (min-width: 801px) {
    .account-returnStatus {
      display: inline-block; } }

.account-returnStatus-mobile {
  color: #d4d4d4;
  text-align: right; }
  .account-returnStatus-mobile.is-reply {
    text-align: left; }
  @media (min-width: 801px) {
    .account-returnStatus-mobile {
      display: none; } }

.message-box {
  display: -ms-grid;
  display: grid;
  grid-column-start: 2;
  grid-row-start: 1; }
  @media (min-width: 801px) {
    .message-box:before {
      border: inset 8px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #d2d2d2;
      border-left-style: solid;
      bottom: 50%;
      position: absolute;
      right: 25px;
      top: 50%;
      transform: translateY(-50%); }
    .message-box:after {
      border: inset 7px;
      content: "";
      display: block;
      height: 0;
      width: 0;
      border-color: transparent transparent transparent #e6e6e6;
      border-left-style: solid;
      position: absolute;
      right: 27px;
      top: 50%;
      transform: translateY(-50%); } }
  .message-box.is-reply {
    width: 100%; }
    @media (min-width: 801px) {
      .message-box.is-reply:before {
        border: inset 8px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent #d2d2d2 transparent transparent;
        border-right-style: solid;
        bottom: 50%;
        left: 25px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .message-box.is-reply:after {
        border: inset 7px;
        content: "";
        display: block;
        height: 0;
        width: 0;
        border-color: transparent white transparent transparent;
        border-right-style: solid;
        bottom: 50%;
        left: 27px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%); } }
    .message-box.is-reply + .account-message-avatar-container {
      grid-column-start: 1; }
      .message-box.is-reply + .account-message-avatar-container .account-message-avatar {
        left: 1.5rem;
        right: auto; }
        @media (min-width: 801px) {
          .message-box.is-reply + .account-message-avatar-container .account-message-avatar {
            left: -1.05rem; } }
  .message-box .account-message-content {
    background-color: #e6e6e6;
    border: 1px solid #d2d2d2;
    padding: 1.5rem; }
    .message-box .account-message-content span {
      color: #ed1c24; }
    .message-box .account-message-content h5,
    .message-box .account-message-content p {
      color: #333333; }
    .message-box .account-message-content p {
      margin-bottom: 0; }
    .message-box .account-message-content.is-reply {
      background-color: white; }

.account-message-avatar-container {
  grid-column-start: 2;
  position: relative; }

.account-message-avatar {
  background-color: #e5e5e5;
  border: 1px solid #cccccc;
  border-radius: 50%;
  bottom: 10px;
  height: 2.5rem;
  margin: 0;
  overflow: hidden;
  position: absolute;
  right: 1.5rem;
  width: 2.5rem; }
  @media (min-width: 801px) {
    .account-message-avatar {
      bottom: inherit;
      right: -1.05rem;
      top: 50%;
      transform: translateY(-50%); } }

.account-message-avatar-icon {
  display: block;
  height: 1.25rem;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.25rem; }
  .account-message-avatar-icon svg {
    fill: #ed1c24; }

.panel--address {
  border: 1px solid #ebebeb; }
  .panel--address form a {
    display: inline; }
  .panel--address .form-actions {
    margin-bottom: 0.375rem; }
  .panel--address .panel-body {
    min-height: 100px; }

.wishlists-table {
  display: -ms-grid;
  display: grid;
  grid-column: 1fr 1fr 1fr;
  grid-template-columns: minmax(0, 100%) minmax(0, 100%) minmax(0, 100%); }
  .wishlists-table .wishlist-heading {
    background-color: white;
    border-top: 1px solid #ebebeb;
    font-weight: 600;
    padding: 1.5rem 0; }
    .wishlists-table .wishlist-heading:nth-last-child(-n + 3) {
      border-bottom: 1px solid #ebebeb; }
    .wishlists-table .wishlist-heading:nth-child(3n + 1) {
      border-left: 1px solid #ebebeb; }
    .wishlists-table .wishlist-heading:nth-child(3n + 3) {
      border-right: 1px solid #ebebeb; }
    .wishlists-table .wishlist-heading.item-name {
      grid-column-start: 1; }
    .wishlists-table .wishlist-heading.item-count {
      grid-column-start: 2; }
    .wishlists-table .wishlist-heading.item-actions {
      grid-column-start: 3; }
  .wishlists-table .wishlist-item + .wishlist-item {
    border-top: 1px solid #ebebeb; }
  .wishlists-table .wishlist-item-detail {
    background-color: white;
    border-top: 1px solid #ebebeb;
    padding: 2.25rem 1.5rem;
    position: relative;
    width: 100%; }
    .wishlists-table .wishlist-item-detail div {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    .wishlists-table .wishlist-item-detail.wishlist-actions {
      background-color: white; }
      .wishlists-table .wishlist-item-detail.wishlist-actions div {
        margin-right: 1.5rem;
        right: 0; }
    .wishlists-table .wishlist-item-detail:nth-last-child(-n + 3) {
      border-bottom: 1px solid #ebebeb; }
    .wishlists-table .wishlist-item-detail:nth-child(3n + 1) {
      border-left: 1px solid #ebebeb; }
    .wishlists-table .wishlist-item-detail:nth-child(3n + 3) {
      border-right: 1px solid #ebebeb; }
    .wishlists-table .wishlist-item-detail.item-name {
      grid-column-start: 1; }
    .wishlists-table .wishlist-item-detail.item-count {
      grid-column-start: 2; }
    .wishlists-table .wishlist-item-detail.item-actions {
      grid-column-start: 3; }
  .wishlists-table .wishlist-actions,
  .wishlists-table .wishlist-heading,
  .wishlists-table .wishlist-item-detail {
    text-align: left;
    width: 100%; }
    .wishlists-table .wishlist-actions a,
    .wishlists-table .wishlist-actions input,
    .wishlists-table .wishlist-heading a,
    .wishlists-table .wishlist-heading input,
    .wishlists-table .wishlist-item-detail a,
    .wishlists-table .wishlist-item-detail input {
      background: none;
      border: none;
      color: #333333;
      padding: 0;
      text-decoration: underline; }
  .wishlists-table .item-name {
    padding-left: 1.5rem;
    text-align: left; }
  .wishlists-table .item-count {
    display: flex;
    padding-left: 0; }
  .wishlists-table .item-actions {
    margin: 0;
    padding-right: 1.5rem;
    text-align: right; }
    .wishlists-table .item-actions a {
      display: block; }
    .wishlists-table .item-actions span {
      display: none; }
    @media (min-width: 600px) {
      .wishlists-table .item-actions a {
        display: inline-block; }
      .wishlists-table .item-actions span {
        display: initial; } }
  .wishlists-table form {
    margin: 0; }

.new-list {
  margin-top: 1.5rem; }

@media screen and (max-width: 1260px) {
  .account-list.account-list--messages {
    overflow: hidden;
    margin: 0 -spacing("single");
    padding: 0 1.5rem; } }
  @media screen and (max-width: 1260px) and (min-width: 801px) {
    .account-list.account-list--messages {
      padding: 0 4.5rem; } }

.share-wishlist {
  margin: 0;
  max-width: none;
  text-align: left;
  width: 100%; }
  @media (min-width: 801px) {
    .share-wishlist {
      width: 49%; } }
  .share-wishlist .panel-body {
    background: none;
    padding: 0; }

.share-form {
  display: flex;
  position: relative; }
  .share-form input,
  .share-form button {
    display: inline-flex;
    margin: 0; }
  .share-form .form-input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .share-form .button--copy {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
    .share-form .button--copy div {
      display: block;
      margin: 0 auto;
      position: relative;
      height: 0.9375rem;
      width: 0.9375rem; }
    .share-form .button--copy svg {
      fill: white;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }

.list-copied-feedback {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  color: white;
  display: none;
  font-size: 1rem;
  padding: 0.75rem;
  position: absolute;
  right: 0;
  text-align: left;
  top: calc(100% + 4px);
  z-index: 5; }

.address-action--delete {
  color: #333333;
  padding: 0;
  text-decoration: underline; }

.instagramContainer {
  display: none; }

.instagramFeed {
  list-style: none;
  margin-left: 0;
  margin: 0 -0.75rem;
  max-width: none;
  width: auto;
  font-size: 0; }
  .instagramFeed ul,
  .instagramFeed ol {
    list-style: none;
    margin-bottom: 0; }
  .instagramFeed:before, .instagramFeed:after {
    content: " ";
    display: table; }
  .instagramFeed:after {
    clear: both; }

.instagramFeed-post {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 100%;
  float: none;
  display: inline-block;
  font-size: 1rem;
  overflow: hidden;
  vertical-align: top; }
  @media (min-width: 801px) {
    .instagramFeed-post {
      width: 50%; }
      .postColumns--3 .instagramFeed-post {
        width: 33.33333%; } }
  @media (min-width: 1261px) {
    .instagramFeed-post {
      width: 25%; }
      .postColumns--2 .instagramFeed-post {
        width: 50%; }
      .postColumns--3 .instagramFeed-post {
        width: 33.33333%; } }

.addthis_toolbox a.at300b {
  width: 1.25rem !important; }
  .addthis_toolbox a.at300b .google_plusone_iframe_widget {
    display: none; }

.facebookRecommendBtn {
  position: relative !important;
  height: 20px !important; }

.productView-watchers .icon {
  margin-right: 0.375rem; }

.recent-sellers {
  bottom: 1.5rem;
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 0 1px rgba(51, 51, 51, 0.5);
  display: none;
  left: 1.5rem;
  padding: 0.3125rem;
  position: fixed;
  z-index: 99;
  min-height: 100px;
  width: 100%;
  max-width: 350px; }

.recent-sellers-visible {
  display: flex; }

.recent-sellers-image-container {
  height: 120px;
  width: 120px;
  display: flex;
  justify-content: center;
  margin-right: 0.625rem; }
  .recent-sellers-image-container .recent-sellers-image {
    height: 100%;
    width: 100%;
    object-fit: cover; }

.recent-sellers-info {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }

.recent-seller-customer,
.recent-seller-time {
  font-size: 13px; }

.recent-seller-product {
  font-size: 16px;
  font-weight: 700;
  text-decoration: none; }

.recent-seller-price {
  font-size: 24px;
  font-weight: 700;
  color: #ed1c24; }

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.slick-dots {
  bottom: auto;
  margin-top: 0.75rem;
  position: relative; }

.slick-list {
  margin-bottom: -0.75rem;
  margin-top: -0.75rem; }

.slick-dots li {
  height: 1.0625rem;
  width: 1.0625rem; }
  .slick-dots li button,
  .slick-dots li button::before {
    height: 0.625rem;
    width: 0.625rem; }
  .slick-dots li:only-child {
    display: none; }

/*!
 *
 *         SimpleBar.js - v2.6.0
 *         Scrollbars, simpler.
 *         https://grsmto.github.io/simplebar/
 *
 *         Made by Adrien Grsmto from a fork by Jonathan Nicol
 *         Under MIT License
 *
 */
[data-simplebar] {
  position: relative;
  z-index: 0 !important;
  overflow: hidden !important;
  -webkit-overflow-scrolling: touch;
  /* Trigger native scrolling for mobile, if not supported, plugin is used. */ }

[data-simplebar="init"] {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.simplebar-scroll-content {
  overflow-x: hidden !important;
  overflow-y: scroll !important;
  min-width: 100% !important;
  -webkit-box-sizing: content-box !important;
  box-sizing: content-box !important; }

.simplebar-content {
  overflow-x: scroll !important;
  overflow-y: hidden !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  min-height: 100% !important; }

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 11px; }

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 3px;
  min-height: 10px; }

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  border-radius: 3px;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.simplebar-track:hover .simplebar-scrollbar:before,
.simplebar-track .simplebar-scrollbar.visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  -webkit-transition: opacity 0 linear;
  transition: opacity 0 linear; }

.simplebar-track.vertical {
  top: 0; }

.simplebar-track.vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px; }

.simplebar-track.horizontal {
  left: 0;
  width: auto;
  height: 11px; }

.simplebar-track.horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px; }

.horizontal.simplebar-track .simplebar-scrollbar {
  right: auto;
  top: 2px;
  height: 3px;
  min-height: 0;
  min-width: 10px;
  width: auto; }

@media screen and (max-width: 550px) {
  .modal {
    top: 50% !important;
    transform: translateY(-50%);
    right: 0; } }

#consent-manager-update-banner {
  display: none !important; }

#consent-manager {
  right: auto !important;
  bottom: 10px !important;
  left: 10px !important;
  width: 250px !important; }
  #consent-manager * {
    font-size: 12px !important;
    font-family: "Poppins" !important; }

#consent-manager > div > div {
  background: #fafafa !important;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, #ebebeb 0px 0px 0px 1px; }

#consent-manager > div > div > div > div {
  flex-direction: column !important;
  width: 100% !important; }
  #consent-manager > div > div > div > div p {
    color: #333333 !important; }
  #consent-manager > div > div > div > div button {
    margin-left: 0 !important;
    margin-bottom: 8px !important;
    display: inline-block !important;
    background: white !important;
    border-color: #ebebeb !important;
    border-width: 1px !important;
    border-style: solid !important;
    color: #333333 !important;
    font-family: "Roboto Condensed" !important;
    font-weight: 600 !important; }
    #consent-manager > div > div > div > div button:first-child {
      background: #ed1c24 !important;
      color: white !important;
      border-color: #ed1c24 !important; }

/*
 *  Usage:
 *
      <div class="sk-rotating-plane"></div>
 *
 */
.sk-rotating-plane {
  width: 40px;
  height: 40px;
  background-color: #333;
  margin: 40px auto;
  animation: sk-rotatePlane 1.2s infinite ease-in-out; }

@keyframes sk-rotatePlane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg); }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg); }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg); } }

/*
 *  Usage:
 *
      <div class="sk-double-bounce">
        <div class="sk-child sk-double-bounce1"></div>
        <div class="sk-child sk-double-bounce2"></div>
      </div>
 *
 */
.sk-double-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto; }
  .sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-doubleBounce 2.0s infinite ease-in-out; }
  .sk-double-bounce .sk-double-bounce2 {
    animation-delay: -1.0s; }

@keyframes sk-doubleBounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-wave">
        <div class="sk-rect sk-rect1"></div>
        <div class="sk-rect sk-rect2"></div>
        <div class="sk-rect sk-rect3"></div>
        <div class="sk-rect sk-rect4"></div>
        <div class="sk-rect sk-rect5"></div>
      </div>
 *
 */
.sk-wave {
  margin: 40px auto;
  width: 50px;
  height: 40px;
  text-align: center;
  font-size: 10px; }
  .sk-wave .sk-rect {
    background-color: #333;
    height: 100%;
    width: 6px;
    display: inline-block;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out; }
  .sk-wave .sk-rect1 {
    animation-delay: -1.2s; }
  .sk-wave .sk-rect2 {
    animation-delay: -1.1s; }
  .sk-wave .sk-rect3 {
    animation-delay: -1s; }
  .sk-wave .sk-rect4 {
    animation-delay: -0.9s; }
  .sk-wave .sk-rect5 {
    animation-delay: -0.8s; }

@keyframes sk-waveStretchDelay {
  0%, 40%, 100% {
    transform: scaleY(0.4); }
  20% {
    transform: scaleY(1); } }

/*
 *  Usage:
 *
      <div class="sk-wandering-cubes">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
      </div>
 *
 */
.sk-wandering-cubes {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-wandering-cubes .sk-cube {
    background-color: #333;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 0;
    left: 0;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both; }
  .sk-wandering-cubes .sk-cube2 {
    animation-delay: -0.9s; }

@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg); }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5); }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg); }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg); }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5); }
  100% {
    transform: rotate(-360deg); } }

/*
 *  Usage:
 *
      <div class="sk-spinner sk-spinner-pulse"></div>
 *
 */
.sk-spinner-pulse {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  background-color: #333;
  border-radius: 100%;
  animation: sk-pulseScaleOut 1.0s infinite ease-in-out; }

@keyframes sk-pulseScaleOut {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1);
    opacity: 0; } }

/*
 *  Usage:
 *
      <div class="sk-chasing-dots">
        <div class="sk-child sk-dot1"></div>
        <div class="sk-child sk-dot2"></div>
      </div>
 *
 */
.sk-chasing-dots {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  text-align: center;
  animation: sk-chasingDotsRotate 2s infinite linear; }
  .sk-chasing-dots .sk-child {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;
    animation: sk-chasingDotsBounce 2s infinite ease-in-out; }
  .sk-chasing-dots .sk-dot2 {
    top: auto;
    bottom: 0;
    animation-delay: -1s; }

@keyframes sk-chasingDotsRotate {
  100% {
    transform: rotate(360deg); } }

@keyframes sk-chasingDotsBounce {
  0%, 100% {
    transform: scale(0); }
  50% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-three-bounce">
        <div class="sk-child sk-bounce1"></div>
        <div class="sk-child sk-bounce2"></div>
        <div class="sk-child sk-bounce3"></div>
      </div>
 *
 */
.sk-three-bounce {
  margin: 40px auto;
  width: 80px;
  text-align: center; }
  .sk-three-bounce .sk-child {
    width: 20px;
    height: 20px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    animation: sk-three-bounce 1.4s ease-in-out 0s infinite both; }
  .sk-three-bounce .sk-bounce1 {
    animation-delay: -0.32s; }
  .sk-three-bounce .sk-bounce2 {
    animation-delay: -0.16s; }

@keyframes sk-three-bounce {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-circle">
        <div class="sk-circle1 sk-child"></div>
        <div class="sk-circle2 sk-child"></div>
        <div class="sk-circle3 sk-child"></div>
        <div class="sk-circle4 sk-child"></div>
        <div class="sk-circle5 sk-child"></div>
        <div class="sk-circle6 sk-child"></div>
        <div class="sk-circle7 sk-child"></div>
        <div class="sk-circle8 sk-child"></div>
        <div class="sk-circle9 sk-child"></div>
        <div class="sk-circle10 sk-child"></div>
        <div class="sk-circle11 sk-child"></div>
        <div class="sk-circle12 sk-child"></div>
      </div>
 *
 */
.sk-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-circle .sk-child:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }
  .sk-circle .sk-circle2 {
    transform: rotate(30deg); }
  .sk-circle .sk-circle3 {
    transform: rotate(60deg); }
  .sk-circle .sk-circle4 {
    transform: rotate(90deg); }
  .sk-circle .sk-circle5 {
    transform: rotate(120deg); }
  .sk-circle .sk-circle6 {
    transform: rotate(150deg); }
  .sk-circle .sk-circle7 {
    transform: rotate(180deg); }
  .sk-circle .sk-circle8 {
    transform: rotate(210deg); }
  .sk-circle .sk-circle9 {
    transform: rotate(240deg); }
  .sk-circle .sk-circle10 {
    transform: rotate(270deg); }
  .sk-circle .sk-circle11 {
    transform: rotate(300deg); }
  .sk-circle .sk-circle12 {
    transform: rotate(330deg); }
  .sk-circle .sk-circle2:before {
    animation-delay: -1.1s; }
  .sk-circle .sk-circle3:before {
    animation-delay: -1s; }
  .sk-circle .sk-circle4:before {
    animation-delay: -0.9s; }
  .sk-circle .sk-circle5:before {
    animation-delay: -0.8s; }
  .sk-circle .sk-circle6:before {
    animation-delay: -0.7s; }
  .sk-circle .sk-circle7:before {
    animation-delay: -0.6s; }
  .sk-circle .sk-circle8:before {
    animation-delay: -0.5s; }
  .sk-circle .sk-circle9:before {
    animation-delay: -0.4s; }
  .sk-circle .sk-circle10:before {
    animation-delay: -0.3s; }
  .sk-circle .sk-circle11:before {
    animation-delay: -0.2s; }
  .sk-circle .sk-circle12:before {
    animation-delay: -0.1s; }

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

/*
 *  Usage:
 *
      <div class="sk-cube-grid">
        <div class="sk-cube sk-cube1"></div>
        <div class="sk-cube sk-cube2"></div>
        <div class="sk-cube sk-cube3"></div>
        <div class="sk-cube sk-cube4"></div>
        <div class="sk-cube sk-cube5"></div>
        <div class="sk-cube sk-cube6"></div>
        <div class="sk-cube sk-cube7"></div>
        <div class="sk-cube sk-cube8"></div>
        <div class="sk-cube sk-cube9"></div>
      </div>
 *
 */
.sk-cube-grid {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  /*
   * Spinner positions
   * 1 2 3
   * 4 5 6
   * 7 8 9
   */ }
  .sk-cube-grid .sk-cube {
    width: 33.33%;
    height: 33.33%;
    background-color: #333;
    float: left;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out; }
  .sk-cube-grid .sk-cube1 {
    animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube2 {
    animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube3 {
    animation-delay: 0.4s; }
  .sk-cube-grid .sk-cube4 {
    animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube5 {
    animation-delay: 0.2s; }
  .sk-cube-grid .sk-cube6 {
    animation-delay: 0.3s; }
  .sk-cube-grid .sk-cube7 {
    animation-delay: 0.0s; }
  .sk-cube-grid .sk-cube8 {
    animation-delay: 0.1s; }
  .sk-cube-grid .sk-cube9 {
    animation-delay: 0.2s; }

@keyframes sk-cubeGridScaleDelay {
  0%, 70%, 100% {
    transform: scale3D(1, 1, 1); }
  35% {
    transform: scale3D(0, 0, 1); } }

/*
 *  Usage:
 *
      <div class="sk-fading-circle">
        <div class="sk-circle1 sk-circle"></div>
        <div class="sk-circle2 sk-circle"></div>
        <div class="sk-circle3 sk-circle"></div>
        <div class="sk-circle4 sk-circle"></div>
        <div class="sk-circle5 sk-circle"></div>
        <div class="sk-circle6 sk-circle"></div>
        <div class="sk-circle7 sk-circle"></div>
        <div class="sk-circle8 sk-circle"></div>
        <div class="sk-circle9 sk-circle"></div>
        <div class="sk-circle10 sk-circle"></div>
        <div class="sk-circle11 sk-circle"></div>
        <div class="sk-circle12 sk-circle"></div>
      </div>
 *
 */
.sk-fading-circle {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative; }
  .sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }
  .sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #333;
    border-radius: 100%;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both; }
  .sk-fading-circle .sk-circle2 {
    transform: rotate(30deg); }
  .sk-fading-circle .sk-circle3 {
    transform: rotate(60deg); }
  .sk-fading-circle .sk-circle4 {
    transform: rotate(90deg); }
  .sk-fading-circle .sk-circle5 {
    transform: rotate(120deg); }
  .sk-fading-circle .sk-circle6 {
    transform: rotate(150deg); }
  .sk-fading-circle .sk-circle7 {
    transform: rotate(180deg); }
  .sk-fading-circle .sk-circle8 {
    transform: rotate(210deg); }
  .sk-fading-circle .sk-circle9 {
    transform: rotate(240deg); }
  .sk-fading-circle .sk-circle10 {
    transform: rotate(270deg); }
  .sk-fading-circle .sk-circle11 {
    transform: rotate(300deg); }
  .sk-fading-circle .sk-circle12 {
    transform: rotate(330deg); }
  .sk-fading-circle .sk-circle2:before {
    animation-delay: -1.1s; }
  .sk-fading-circle .sk-circle3:before {
    animation-delay: -1s; }
  .sk-fading-circle .sk-circle4:before {
    animation-delay: -0.9s; }
  .sk-fading-circle .sk-circle5:before {
    animation-delay: -0.8s; }
  .sk-fading-circle .sk-circle6:before {
    animation-delay: -0.7s; }
  .sk-fading-circle .sk-circle7:before {
    animation-delay: -0.6s; }
  .sk-fading-circle .sk-circle8:before {
    animation-delay: -0.5s; }
  .sk-fading-circle .sk-circle9:before {
    animation-delay: -0.4s; }
  .sk-fading-circle .sk-circle10:before {
    animation-delay: -0.3s; }
  .sk-fading-circle .sk-circle11:before {
    animation-delay: -0.2s; }
  .sk-fading-circle .sk-circle12:before {
    animation-delay: -0.1s; }

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% {
    opacity: 0; }
  40% {
    opacity: 1; } }

/*
 *  Usage:
 *
      <div class="sk-folding-cube">
        <div class="sk-cube1 sk-cube"></div>
        <div class="sk-cube2 sk-cube"></div>
        <div class="sk-cube4 sk-cube"></div>
        <div class="sk-cube3 sk-cube"></div>
      </div>
 *
 */
.sk-folding-cube {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
  transform: rotateZ(45deg); }
  .sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    transform: scale(1.1); }
  .sk-folding-cube .sk-cube:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    animation: sk-foldCubeAngle 2.4s infinite linear both;
    transform-origin: 100% 100%; }
  .sk-folding-cube .sk-cube2 {
    transform: scale(1.1) rotateZ(90deg); }
  .sk-folding-cube .sk-cube3 {
    transform: scale(1.1) rotateZ(180deg); }
  .sk-folding-cube .sk-cube4 {
    transform: scale(1.1) rotateZ(270deg); }
  .sk-folding-cube .sk-cube2:before {
    animation-delay: 0.3s; }
  .sk-folding-cube .sk-cube3:before {
    animation-delay: 0.6s; }
  .sk-folding-cube .sk-cube4:before {
    animation-delay: 0.9s; }

@keyframes sk-foldCubeAngle {
  0%, 10% {
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0; }
  25%, 75% {
    transform: perspective(140px) rotateX(0deg);
    opacity: 1; }
  90%, 100% {
    transform: perspective(140px) rotateY(180deg);
    opacity: 0; } }

/*!
 * Bootstrap Icons v1.11.3 (https://icons.getbootstrap.com/)
 * Copyright 2019-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/icons/blob/main/LICENSE)
 */
@font-face {
  font-display: block;
  font-family: "bootstrap-icons";
  src: url("./fonts/bootstrap-icons.woff2?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff2"), url("./fonts/bootstrap-icons.woff?24e3eb84d0bcaf83d77f904c78ac1f47") format("woff"); }

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  display: inline-block;
  font-family: "bootstrap-icons" !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  vertical-align: -.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.bi-123::before {
  content: ""; }

.bi-alarm-fill::before {
  content: ""; }

.bi-alarm::before {
  content: ""; }

.bi-align-bottom::before {
  content: ""; }

.bi-align-center::before {
  content: ""; }

.bi-align-end::before {
  content: ""; }

.bi-align-middle::before {
  content: ""; }

.bi-align-start::before {
  content: ""; }

.bi-align-top::before {
  content: ""; }

.bi-alt::before {
  content: ""; }

.bi-app-indicator::before {
  content: ""; }

.bi-app::before {
  content: ""; }

.bi-archive-fill::before {
  content: ""; }

.bi-archive::before {
  content: ""; }

.bi-arrow-90deg-down::before {
  content: ""; }

.bi-arrow-90deg-left::before {
  content: ""; }

.bi-arrow-90deg-right::before {
  content: ""; }

.bi-arrow-90deg-up::before {
  content: ""; }

.bi-arrow-bar-down::before {
  content: ""; }

.bi-arrow-bar-left::before {
  content: ""; }

.bi-arrow-bar-right::before {
  content: ""; }

.bi-arrow-bar-up::before {
  content: ""; }

.bi-arrow-clockwise::before {
  content: ""; }

.bi-arrow-counterclockwise::before {
  content: ""; }

.bi-arrow-down-circle-fill::before {
  content: ""; }

.bi-arrow-down-circle::before {
  content: ""; }

.bi-arrow-down-left-circle-fill::before {
  content: ""; }

.bi-arrow-down-left-circle::before {
  content: ""; }

.bi-arrow-down-left-square-fill::before {
  content: ""; }

.bi-arrow-down-left-square::before {
  content: ""; }

.bi-arrow-down-left::before {
  content: ""; }

.bi-arrow-down-right-circle-fill::before {
  content: ""; }

.bi-arrow-down-right-circle::before {
  content: ""; }

.bi-arrow-down-right-square-fill::before {
  content: ""; }

.bi-arrow-down-right-square::before {
  content: ""; }

.bi-arrow-down-right::before {
  content: ""; }

.bi-arrow-down-short::before {
  content: ""; }

.bi-arrow-down-square-fill::before {
  content: ""; }

.bi-arrow-down-square::before {
  content: ""; }

.bi-arrow-down-up::before {
  content: ""; }

.bi-arrow-down::before {
  content: ""; }

.bi-arrow-left-circle-fill::before {
  content: ""; }

.bi-arrow-left-circle::before {
  content: ""; }

.bi-arrow-left-right::before {
  content: ""; }

.bi-arrow-left-short::before {
  content: ""; }

.bi-arrow-left-square-fill::before {
  content: ""; }

.bi-arrow-left-square::before {
  content: ""; }

.bi-arrow-left::before {
  content: ""; }

.bi-arrow-repeat::before {
  content: ""; }

.bi-arrow-return-left::before {
  content: ""; }

.bi-arrow-return-right::before {
  content: ""; }

.bi-arrow-right-circle-fill::before {
  content: ""; }

.bi-arrow-right-circle::before {
  content: ""; }

.bi-arrow-right-short::before {
  content: ""; }

.bi-arrow-right-square-fill::before {
  content: ""; }

.bi-arrow-right-square::before {
  content: ""; }

.bi-arrow-right::before {
  content: ""; }

.bi-arrow-up-circle-fill::before {
  content: ""; }

.bi-arrow-up-circle::before {
  content: ""; }

.bi-arrow-up-left-circle-fill::before {
  content: ""; }

.bi-arrow-up-left-circle::before {
  content: ""; }

.bi-arrow-up-left-square-fill::before {
  content: ""; }

.bi-arrow-up-left-square::before {
  content: ""; }

.bi-arrow-up-left::before {
  content: ""; }

.bi-arrow-up-right-circle-fill::before {
  content: ""; }

.bi-arrow-up-right-circle::before {
  content: ""; }

.bi-arrow-up-right-square-fill::before {
  content: ""; }

.bi-arrow-up-right-square::before {
  content: ""; }

.bi-arrow-up-right::before {
  content: ""; }

.bi-arrow-up-short::before {
  content: ""; }

.bi-arrow-up-square-fill::before {
  content: ""; }

.bi-arrow-up-square::before {
  content: ""; }

.bi-arrow-up::before {
  content: ""; }

.bi-arrows-angle-contract::before {
  content: ""; }

.bi-arrows-angle-expand::before {
  content: ""; }

.bi-arrows-collapse::before {
  content: ""; }

.bi-arrows-expand::before {
  content: ""; }

.bi-arrows-fullscreen::before {
  content: ""; }

.bi-arrows-move::before {
  content: ""; }

.bi-aspect-ratio-fill::before {
  content: ""; }

.bi-aspect-ratio::before {
  content: ""; }

.bi-asterisk::before {
  content: ""; }

.bi-at::before {
  content: ""; }

.bi-award-fill::before {
  content: ""; }

.bi-award::before {
  content: ""; }

.bi-back::before {
  content: ""; }

.bi-backspace-fill::before {
  content: ""; }

.bi-backspace-reverse-fill::before {
  content: ""; }

.bi-backspace-reverse::before {
  content: ""; }

.bi-backspace::before {
  content: ""; }

.bi-badge-3d-fill::before {
  content: ""; }

.bi-badge-3d::before {
  content: ""; }

.bi-badge-4k-fill::before {
  content: ""; }

.bi-badge-4k::before {
  content: ""; }

.bi-badge-8k-fill::before {
  content: ""; }

.bi-badge-8k::before {
  content: ""; }

.bi-badge-ad-fill::before {
  content: ""; }

.bi-badge-ad::before {
  content: ""; }

.bi-badge-ar-fill::before {
  content: ""; }

.bi-badge-ar::before {
  content: ""; }

.bi-badge-cc-fill::before {
  content: ""; }

.bi-badge-cc::before {
  content: ""; }

.bi-badge-hd-fill::before {
  content: ""; }

.bi-badge-hd::before {
  content: ""; }

.bi-badge-tm-fill::before {
  content: ""; }

.bi-badge-tm::before {
  content: ""; }

.bi-badge-vo-fill::before {
  content: ""; }

.bi-badge-vo::before {
  content: ""; }

.bi-badge-vr-fill::before {
  content: ""; }

.bi-badge-vr::before {
  content: ""; }

.bi-badge-wc-fill::before {
  content: ""; }

.bi-badge-wc::before {
  content: ""; }

.bi-bag-check-fill::before {
  content: ""; }

.bi-bag-check::before {
  content: ""; }

.bi-bag-dash-fill::before {
  content: ""; }

.bi-bag-dash::before {
  content: ""; }

.bi-bag-fill::before {
  content: ""; }

.bi-bag-plus-fill::before {
  content: ""; }

.bi-bag-plus::before {
  content: ""; }

.bi-bag-x-fill::before {
  content: ""; }

.bi-bag-x::before {
  content: ""; }

.bi-bag::before {
  content: ""; }

.bi-bar-chart-fill::before {
  content: ""; }

.bi-bar-chart-line-fill::before {
  content: ""; }

.bi-bar-chart-line::before {
  content: ""; }

.bi-bar-chart-steps::before {
  content: ""; }

.bi-bar-chart::before {
  content: ""; }

.bi-basket-fill::before {
  content: ""; }

.bi-basket::before {
  content: ""; }

.bi-basket2-fill::before {
  content: ""; }

.bi-basket2::before {
  content: ""; }

.bi-basket3-fill::before {
  content: ""; }

.bi-basket3::before {
  content: ""; }

.bi-battery-charging::before {
  content: ""; }

.bi-battery-full::before {
  content: ""; }

.bi-battery-half::before {
  content: ""; }

.bi-battery::before {
  content: ""; }

.bi-bell-fill::before {
  content: ""; }

.bi-bell::before {
  content: ""; }

.bi-bezier::before {
  content: ""; }

.bi-bezier2::before {
  content: ""; }

.bi-bicycle::before {
  content: ""; }

.bi-binoculars-fill::before {
  content: ""; }

.bi-binoculars::before {
  content: ""; }

.bi-blockquote-left::before {
  content: ""; }

.bi-blockquote-right::before {
  content: ""; }

.bi-book-fill::before {
  content: ""; }

.bi-book-half::before {
  content: ""; }

.bi-book::before {
  content: ""; }

.bi-bookmark-check-fill::before {
  content: ""; }

.bi-bookmark-check::before {
  content: ""; }

.bi-bookmark-dash-fill::before {
  content: ""; }

.bi-bookmark-dash::before {
  content: ""; }

.bi-bookmark-fill::before {
  content: ""; }

.bi-bookmark-heart-fill::before {
  content: ""; }

.bi-bookmark-heart::before {
  content: ""; }

.bi-bookmark-plus-fill::before {
  content: ""; }

.bi-bookmark-plus::before {
  content: ""; }

.bi-bookmark-star-fill::before {
  content: ""; }

.bi-bookmark-star::before {
  content: ""; }

.bi-bookmark-x-fill::before {
  content: ""; }

.bi-bookmark-x::before {
  content: ""; }

.bi-bookmark::before {
  content: ""; }

.bi-bookmarks-fill::before {
  content: ""; }

.bi-bookmarks::before {
  content: ""; }

.bi-bookshelf::before {
  content: ""; }

.bi-bootstrap-fill::before {
  content: ""; }

.bi-bootstrap-reboot::before {
  content: ""; }

.bi-bootstrap::before {
  content: ""; }

.bi-border-all::before {
  content: ""; }

.bi-border-bottom::before {
  content: ""; }

.bi-border-center::before {
  content: ""; }

.bi-border-inner::before {
  content: ""; }

.bi-border-left::before {
  content: ""; }

.bi-border-middle::before {
  content: ""; }

.bi-border-outer::before {
  content: ""; }

.bi-border-right::before {
  content: ""; }

.bi-border-style::before {
  content: ""; }

.bi-border-top::before {
  content: ""; }

.bi-border-width::before {
  content: ""; }

.bi-border::before {
  content: ""; }

.bi-bounding-box-circles::before {
  content: ""; }

.bi-bounding-box::before {
  content: ""; }

.bi-box-arrow-down-left::before {
  content: ""; }

.bi-box-arrow-down-right::before {
  content: ""; }

.bi-box-arrow-down::before {
  content: ""; }

.bi-box-arrow-in-down-left::before {
  content: ""; }

.bi-box-arrow-in-down-right::before {
  content: ""; }

.bi-box-arrow-in-down::before {
  content: ""; }

.bi-box-arrow-in-left::before {
  content: ""; }

.bi-box-arrow-in-right::before {
  content: ""; }

.bi-box-arrow-in-up-left::before {
  content: ""; }

.bi-box-arrow-in-up-right::before {
  content: ""; }

.bi-box-arrow-in-up::before {
  content: ""; }

.bi-box-arrow-left::before {
  content: ""; }

.bi-box-arrow-right::before {
  content: ""; }

.bi-box-arrow-up-left::before {
  content: ""; }

.bi-box-arrow-up-right::before {
  content: ""; }

.bi-box-arrow-up::before {
  content: ""; }

.bi-box-seam::before {
  content: ""; }

.bi-box::before {
  content: ""; }

.bi-braces::before {
  content: ""; }

.bi-bricks::before {
  content: ""; }

.bi-briefcase-fill::before {
  content: ""; }

.bi-briefcase::before {
  content: ""; }

.bi-brightness-alt-high-fill::before {
  content: ""; }

.bi-brightness-alt-high::before {
  content: ""; }

.bi-brightness-alt-low-fill::before {
  content: ""; }

.bi-brightness-alt-low::before {
  content: ""; }

.bi-brightness-high-fill::before {
  content: ""; }

.bi-brightness-high::before {
  content: ""; }

.bi-brightness-low-fill::before {
  content: ""; }

.bi-brightness-low::before {
  content: ""; }

.bi-broadcast-pin::before {
  content: ""; }

.bi-broadcast::before {
  content: ""; }

.bi-brush-fill::before {
  content: ""; }

.bi-brush::before {
  content: ""; }

.bi-bucket-fill::before {
  content: ""; }

.bi-bucket::before {
  content: ""; }

.bi-bug-fill::before {
  content: ""; }

.bi-bug::before {
  content: ""; }

.bi-building::before {
  content: ""; }

.bi-bullseye::before {
  content: ""; }

.bi-calculator-fill::before {
  content: ""; }

.bi-calculator::before {
  content: ""; }

.bi-calendar-check-fill::before {
  content: ""; }

.bi-calendar-check::before {
  content: ""; }

.bi-calendar-date-fill::before {
  content: ""; }

.bi-calendar-date::before {
  content: ""; }

.bi-calendar-day-fill::before {
  content: ""; }

.bi-calendar-day::before {
  content: ""; }

.bi-calendar-event-fill::before {
  content: ""; }

.bi-calendar-event::before {
  content: ""; }

.bi-calendar-fill::before {
  content: ""; }

.bi-calendar-minus-fill::before {
  content: ""; }

.bi-calendar-minus::before {
  content: ""; }

.bi-calendar-month-fill::before {
  content: ""; }

.bi-calendar-month::before {
  content: ""; }

.bi-calendar-plus-fill::before {
  content: ""; }

.bi-calendar-plus::before {
  content: ""; }

.bi-calendar-range-fill::before {
  content: ""; }

.bi-calendar-range::before {
  content: ""; }

.bi-calendar-week-fill::before {
  content: ""; }

.bi-calendar-week::before {
  content: ""; }

.bi-calendar-x-fill::before {
  content: ""; }

.bi-calendar-x::before {
  content: ""; }

.bi-calendar::before {
  content: ""; }

.bi-calendar2-check-fill::before {
  content: ""; }

.bi-calendar2-check::before {
  content: ""; }

.bi-calendar2-date-fill::before {
  content: ""; }

.bi-calendar2-date::before {
  content: ""; }

.bi-calendar2-day-fill::before {
  content: ""; }

.bi-calendar2-day::before {
  content: ""; }

.bi-calendar2-event-fill::before {
  content: ""; }

.bi-calendar2-event::before {
  content: ""; }

.bi-calendar2-fill::before {
  content: ""; }

.bi-calendar2-minus-fill::before {
  content: ""; }

.bi-calendar2-minus::before {
  content: ""; }

.bi-calendar2-month-fill::before {
  content: ""; }

.bi-calendar2-month::before {
  content: ""; }

.bi-calendar2-plus-fill::before {
  content: ""; }

.bi-calendar2-plus::before {
  content: ""; }

.bi-calendar2-range-fill::before {
  content: ""; }

.bi-calendar2-range::before {
  content: ""; }

.bi-calendar2-week-fill::before {
  content: ""; }

.bi-calendar2-week::before {
  content: ""; }

.bi-calendar2-x-fill::before {
  content: ""; }

.bi-calendar2-x::before {
  content: ""; }

.bi-calendar2::before {
  content: ""; }

.bi-calendar3-event-fill::before {
  content: ""; }

.bi-calendar3-event::before {
  content: ""; }

.bi-calendar3-fill::before {
  content: ""; }

.bi-calendar3-range-fill::before {
  content: ""; }

.bi-calendar3-range::before {
  content: ""; }

.bi-calendar3-week-fill::before {
  content: ""; }

.bi-calendar3-week::before {
  content: ""; }

.bi-calendar3::before {
  content: ""; }

.bi-calendar4-event::before {
  content: ""; }

.bi-calendar4-range::before {
  content: ""; }

.bi-calendar4-week::before {
  content: ""; }

.bi-calendar4::before {
  content: ""; }

.bi-camera-fill::before {
  content: ""; }

.bi-camera-reels-fill::before {
  content: ""; }

.bi-camera-reels::before {
  content: ""; }

.bi-camera-video-fill::before {
  content: ""; }

.bi-camera-video-off-fill::before {
  content: ""; }

.bi-camera-video-off::before {
  content: ""; }

.bi-camera-video::before {
  content: ""; }

.bi-camera::before {
  content: ""; }

.bi-camera2::before {
  content: ""; }

.bi-capslock-fill::before {
  content: ""; }

.bi-capslock::before {
  content: ""; }

.bi-card-checklist::before {
  content: ""; }

.bi-card-heading::before {
  content: ""; }

.bi-card-image::before {
  content: ""; }

.bi-card-list::before {
  content: ""; }

.bi-card-text::before {
  content: ""; }

.bi-caret-down-fill::before {
  content: ""; }

.bi-caret-down-square-fill::before {
  content: ""; }

.bi-caret-down-square::before {
  content: ""; }

.bi-caret-down::before {
  content: ""; }

.bi-caret-left-fill::before {
  content: ""; }

.bi-caret-left-square-fill::before {
  content: ""; }

.bi-caret-left-square::before {
  content: ""; }

.bi-caret-left::before {
  content: ""; }

.bi-caret-right-fill::before {
  content: ""; }

.bi-caret-right-square-fill::before {
  content: ""; }

.bi-caret-right-square::before {
  content: ""; }

.bi-caret-right::before {
  content: ""; }

.bi-caret-up-fill::before {
  content: ""; }

.bi-caret-up-square-fill::before {
  content: ""; }

.bi-caret-up-square::before {
  content: ""; }

.bi-caret-up::before {
  content: ""; }

.bi-cart-check-fill::before {
  content: ""; }

.bi-cart-check::before {
  content: ""; }

.bi-cart-dash-fill::before {
  content: ""; }

.bi-cart-dash::before {
  content: ""; }

.bi-cart-fill::before {
  content: ""; }

.bi-cart-plus-fill::before {
  content: ""; }

.bi-cart-plus::before {
  content: ""; }

.bi-cart-x-fill::before {
  content: ""; }

.bi-cart-x::before {
  content: ""; }

.bi-cart::before {
  content: ""; }

.bi-cart2::before {
  content: ""; }

.bi-cart3::before {
  content: ""; }

.bi-cart4::before {
  content: ""; }

.bi-cash-stack::before {
  content: ""; }

.bi-cash::before {
  content: ""; }

.bi-cast::before {
  content: ""; }

.bi-chat-dots-fill::before {
  content: ""; }

.bi-chat-dots::before {
  content: ""; }

.bi-chat-fill::before {
  content: ""; }

.bi-chat-left-dots-fill::before {
  content: ""; }

.bi-chat-left-dots::before {
  content: ""; }

.bi-chat-left-fill::before {
  content: ""; }

.bi-chat-left-quote-fill::before {
  content: ""; }

.bi-chat-left-quote::before {
  content: ""; }

.bi-chat-left-text-fill::before {
  content: ""; }

.bi-chat-left-text::before {
  content: ""; }

.bi-chat-left::before {
  content: ""; }

.bi-chat-quote-fill::before {
  content: ""; }

.bi-chat-quote::before {
  content: ""; }

.bi-chat-right-dots-fill::before {
  content: ""; }

.bi-chat-right-dots::before {
  content: ""; }

.bi-chat-right-fill::before {
  content: ""; }

.bi-chat-right-quote-fill::before {
  content: ""; }

.bi-chat-right-quote::before {
  content: ""; }

.bi-chat-right-text-fill::before {
  content: ""; }

.bi-chat-right-text::before {
  content: ""; }

.bi-chat-right::before {
  content: ""; }

.bi-chat-square-dots-fill::before {
  content: ""; }

.bi-chat-square-dots::before {
  content: ""; }

.bi-chat-square-fill::before {
  content: ""; }

.bi-chat-square-quote-fill::before {
  content: ""; }

.bi-chat-square-quote::before {
  content: ""; }

.bi-chat-square-text-fill::before {
  content: ""; }

.bi-chat-square-text::before {
  content: ""; }

.bi-chat-square::before {
  content: ""; }

.bi-chat-text-fill::before {
  content: ""; }

.bi-chat-text::before {
  content: ""; }

.bi-chat::before {
  content: ""; }

.bi-check-all::before {
  content: ""; }

.bi-check-circle-fill::before {
  content: ""; }

.bi-check-circle::before {
  content: ""; }

.bi-check-square-fill::before {
  content: ""; }

.bi-check-square::before {
  content: ""; }

.bi-check::before {
  content: ""; }

.bi-check2-all::before {
  content: ""; }

.bi-check2-circle::before {
  content: ""; }

.bi-check2-square::before {
  content: ""; }

.bi-check2::before {
  content: ""; }

.bi-chevron-bar-contract::before {
  content: ""; }

.bi-chevron-bar-down::before {
  content: ""; }

.bi-chevron-bar-expand::before {
  content: ""; }

.bi-chevron-bar-left::before {
  content: ""; }

.bi-chevron-bar-right::before {
  content: ""; }

.bi-chevron-bar-up::before {
  content: ""; }

.bi-chevron-compact-down::before {
  content: ""; }

.bi-chevron-compact-left::before {
  content: ""; }

.bi-chevron-compact-right::before {
  content: ""; }

.bi-chevron-compact-up::before {
  content: ""; }

.bi-chevron-contract::before {
  content: ""; }

.bi-chevron-double-down::before {
  content: ""; }

.bi-chevron-double-left::before {
  content: ""; }

.bi-chevron-double-right::before {
  content: ""; }

.bi-chevron-double-up::before {
  content: ""; }

.bi-chevron-down::before {
  content: ""; }

.bi-chevron-expand::before {
  content: ""; }

.bi-chevron-left::before {
  content: ""; }

.bi-chevron-right::before {
  content: ""; }

.bi-chevron-up::before {
  content: ""; }

.bi-circle-fill::before {
  content: ""; }

.bi-circle-half::before {
  content: ""; }

.bi-circle-square::before {
  content: ""; }

.bi-circle::before {
  content: ""; }

.bi-clipboard-check::before {
  content: ""; }

.bi-clipboard-data::before {
  content: ""; }

.bi-clipboard-minus::before {
  content: ""; }

.bi-clipboard-plus::before {
  content: ""; }

.bi-clipboard-x::before {
  content: ""; }

.bi-clipboard::before {
  content: ""; }

.bi-clock-fill::before {
  content: ""; }

.bi-clock-history::before {
  content: ""; }

.bi-clock::before {
  content: ""; }

.bi-cloud-arrow-down-fill::before {
  content: ""; }

.bi-cloud-arrow-down::before {
  content: ""; }

.bi-cloud-arrow-up-fill::before {
  content: ""; }

.bi-cloud-arrow-up::before {
  content: ""; }

.bi-cloud-check-fill::before {
  content: ""; }

.bi-cloud-check::before {
  content: ""; }

.bi-cloud-download-fill::before {
  content: ""; }

.bi-cloud-download::before {
  content: ""; }

.bi-cloud-drizzle-fill::before {
  content: ""; }

.bi-cloud-drizzle::before {
  content: ""; }

.bi-cloud-fill::before {
  content: ""; }

.bi-cloud-fog-fill::before {
  content: ""; }

.bi-cloud-fog::before {
  content: ""; }

.bi-cloud-fog2-fill::before {
  content: ""; }

.bi-cloud-fog2::before {
  content: ""; }

.bi-cloud-hail-fill::before {
  content: ""; }

.bi-cloud-hail::before {
  content: ""; }

.bi-cloud-haze-fill::before {
  content: ""; }

.bi-cloud-haze::before {
  content: ""; }

.bi-cloud-haze2-fill::before {
  content: ""; }

.bi-cloud-lightning-fill::before {
  content: ""; }

.bi-cloud-lightning-rain-fill::before {
  content: ""; }

.bi-cloud-lightning-rain::before {
  content: ""; }

.bi-cloud-lightning::before {
  content: ""; }

.bi-cloud-minus-fill::before {
  content: ""; }

.bi-cloud-minus::before {
  content: ""; }

.bi-cloud-moon-fill::before {
  content: ""; }

.bi-cloud-moon::before {
  content: ""; }

.bi-cloud-plus-fill::before {
  content: ""; }

.bi-cloud-plus::before {
  content: ""; }

.bi-cloud-rain-fill::before {
  content: ""; }

.bi-cloud-rain-heavy-fill::before {
  content: ""; }

.bi-cloud-rain-heavy::before {
  content: ""; }

.bi-cloud-rain::before {
  content: ""; }

.bi-cloud-slash-fill::before {
  content: ""; }

.bi-cloud-slash::before {
  content: ""; }

.bi-cloud-sleet-fill::before {
  content: ""; }

.bi-cloud-sleet::before {
  content: ""; }

.bi-cloud-snow-fill::before {
  content: ""; }

.bi-cloud-snow::before {
  content: ""; }

.bi-cloud-sun-fill::before {
  content: ""; }

.bi-cloud-sun::before {
  content: ""; }

.bi-cloud-upload-fill::before {
  content: ""; }

.bi-cloud-upload::before {
  content: ""; }

.bi-cloud::before {
  content: ""; }

.bi-clouds-fill::before {
  content: ""; }

.bi-clouds::before {
  content: ""; }

.bi-cloudy-fill::before {
  content: ""; }

.bi-cloudy::before {
  content: ""; }

.bi-code-slash::before {
  content: ""; }

.bi-code-square::before {
  content: ""; }

.bi-code::before {
  content: ""; }

.bi-collection-fill::before {
  content: ""; }

.bi-collection-play-fill::before {
  content: ""; }

.bi-collection-play::before {
  content: ""; }

.bi-collection::before {
  content: ""; }

.bi-columns-gap::before {
  content: ""; }

.bi-columns::before {
  content: ""; }

.bi-command::before {
  content: ""; }

.bi-compass-fill::before {
  content: ""; }

.bi-compass::before {
  content: ""; }

.bi-cone-striped::before {
  content: ""; }

.bi-cone::before {
  content: ""; }

.bi-controller::before {
  content: ""; }

.bi-cpu-fill::before {
  content: ""; }

.bi-cpu::before {
  content: ""; }

.bi-credit-card-2-back-fill::before {
  content: ""; }

.bi-credit-card-2-back::before {
  content: ""; }

.bi-credit-card-2-front-fill::before {
  content: ""; }

.bi-credit-card-2-front::before {
  content: ""; }

.bi-credit-card-fill::before {
  content: ""; }

.bi-credit-card::before {
  content: ""; }

.bi-crop::before {
  content: ""; }

.bi-cup-fill::before {
  content: ""; }

.bi-cup-straw::before {
  content: ""; }

.bi-cup::before {
  content: ""; }

.bi-cursor-fill::before {
  content: ""; }

.bi-cursor-text::before {
  content: ""; }

.bi-cursor::before {
  content: ""; }

.bi-dash-circle-dotted::before {
  content: ""; }

.bi-dash-circle-fill::before {
  content: ""; }

.bi-dash-circle::before {
  content: ""; }

.bi-dash-square-dotted::before {
  content: ""; }

.bi-dash-square-fill::before {
  content: ""; }

.bi-dash-square::before {
  content: ""; }

.bi-dash::before {
  content: ""; }

.bi-diagram-2-fill::before {
  content: ""; }

.bi-diagram-2::before {
  content: ""; }

.bi-diagram-3-fill::before {
  content: ""; }

.bi-diagram-3::before {
  content: ""; }

.bi-diamond-fill::before {
  content: ""; }

.bi-diamond-half::before {
  content: ""; }

.bi-diamond::before {
  content: ""; }

.bi-dice-1-fill::before {
  content: ""; }

.bi-dice-1::before {
  content: ""; }

.bi-dice-2-fill::before {
  content: ""; }

.bi-dice-2::before {
  content: ""; }

.bi-dice-3-fill::before {
  content: ""; }

.bi-dice-3::before {
  content: ""; }

.bi-dice-4-fill::before {
  content: ""; }

.bi-dice-4::before {
  content: ""; }

.bi-dice-5-fill::before {
  content: ""; }

.bi-dice-5::before {
  content: ""; }

.bi-dice-6-fill::before {
  content: ""; }

.bi-dice-6::before {
  content: ""; }

.bi-disc-fill::before {
  content: ""; }

.bi-disc::before {
  content: ""; }

.bi-discord::before {
  content: ""; }

.bi-display-fill::before {
  content: ""; }

.bi-display::before {
  content: ""; }

.bi-distribute-horizontal::before {
  content: ""; }

.bi-distribute-vertical::before {
  content: ""; }

.bi-door-closed-fill::before {
  content: ""; }

.bi-door-closed::before {
  content: ""; }

.bi-door-open-fill::before {
  content: ""; }

.bi-door-open::before {
  content: ""; }

.bi-dot::before {
  content: ""; }

.bi-download::before {
  content: ""; }

.bi-droplet-fill::before {
  content: ""; }

.bi-droplet-half::before {
  content: ""; }

.bi-droplet::before {
  content: ""; }

.bi-earbuds::before {
  content: ""; }

.bi-easel-fill::before {
  content: ""; }

.bi-easel::before {
  content: ""; }

.bi-egg-fill::before {
  content: ""; }

.bi-egg-fried::before {
  content: ""; }

.bi-egg::before {
  content: ""; }

.bi-eject-fill::before {
  content: ""; }

.bi-eject::before {
  content: ""; }

.bi-emoji-angry-fill::before {
  content: ""; }

.bi-emoji-angry::before {
  content: ""; }

.bi-emoji-dizzy-fill::before {
  content: ""; }

.bi-emoji-dizzy::before {
  content: ""; }

.bi-emoji-expressionless-fill::before {
  content: ""; }

.bi-emoji-expressionless::before {
  content: ""; }

.bi-emoji-frown-fill::before {
  content: ""; }

.bi-emoji-frown::before {
  content: ""; }

.bi-emoji-heart-eyes-fill::before {
  content: ""; }

.bi-emoji-heart-eyes::before {
  content: ""; }

.bi-emoji-laughing-fill::before {
  content: ""; }

.bi-emoji-laughing::before {
  content: ""; }

.bi-emoji-neutral-fill::before {
  content: ""; }

.bi-emoji-neutral::before {
  content: ""; }

.bi-emoji-smile-fill::before {
  content: ""; }

.bi-emoji-smile-upside-down-fill::before {
  content: ""; }

.bi-emoji-smile-upside-down::before {
  content: ""; }

.bi-emoji-smile::before {
  content: ""; }

.bi-emoji-sunglasses-fill::before {
  content: ""; }

.bi-emoji-sunglasses::before {
  content: ""; }

.bi-emoji-wink-fill::before {
  content: ""; }

.bi-emoji-wink::before {
  content: ""; }

.bi-envelope-fill::before {
  content: ""; }

.bi-envelope-open-fill::before {
  content: ""; }

.bi-envelope-open::before {
  content: ""; }

.bi-envelope::before {
  content: ""; }

.bi-eraser-fill::before {
  content: ""; }

.bi-eraser::before {
  content: ""; }

.bi-exclamation-circle-fill::before {
  content: ""; }

.bi-exclamation-circle::before {
  content: ""; }

.bi-exclamation-diamond-fill::before {
  content: ""; }

.bi-exclamation-diamond::before {
  content: ""; }

.bi-exclamation-octagon-fill::before {
  content: ""; }

.bi-exclamation-octagon::before {
  content: ""; }

.bi-exclamation-square-fill::before {
  content: ""; }

.bi-exclamation-square::before {
  content: ""; }

.bi-exclamation-triangle-fill::before {
  content: ""; }

.bi-exclamation-triangle::before {
  content: ""; }

.bi-exclamation::before {
  content: ""; }

.bi-exclude::before {
  content: ""; }

.bi-eye-fill::before {
  content: ""; }

.bi-eye-slash-fill::before {
  content: ""; }

.bi-eye-slash::before {
  content: ""; }

.bi-eye::before {
  content: ""; }

.bi-eyedropper::before {
  content: ""; }

.bi-eyeglasses::before {
  content: ""; }

.bi-facebook::before {
  content: ""; }

.bi-file-arrow-down-fill::before {
  content: ""; }

.bi-file-arrow-down::before {
  content: ""; }

.bi-file-arrow-up-fill::before {
  content: ""; }

.bi-file-arrow-up::before {
  content: ""; }

.bi-file-bar-graph-fill::before {
  content: ""; }

.bi-file-bar-graph::before {
  content: ""; }

.bi-file-binary-fill::before {
  content: ""; }

.bi-file-binary::before {
  content: ""; }

.bi-file-break-fill::before {
  content: ""; }

.bi-file-break::before {
  content: ""; }

.bi-file-check-fill::before {
  content: ""; }

.bi-file-check::before {
  content: ""; }

.bi-file-code-fill::before {
  content: ""; }

.bi-file-code::before {
  content: ""; }

.bi-file-diff-fill::before {
  content: ""; }

.bi-file-diff::before {
  content: ""; }

.bi-file-earmark-arrow-down-fill::before {
  content: ""; }

.bi-file-earmark-arrow-down::before {
  content: ""; }

.bi-file-earmark-arrow-up-fill::before {
  content: ""; }

.bi-file-earmark-arrow-up::before {
  content: ""; }

.bi-file-earmark-bar-graph-fill::before {
  content: ""; }

.bi-file-earmark-bar-graph::before {
  content: ""; }

.bi-file-earmark-binary-fill::before {
  content: ""; }

.bi-file-earmark-binary::before {
  content: ""; }

.bi-file-earmark-break-fill::before {
  content: ""; }

.bi-file-earmark-break::before {
  content: ""; }

.bi-file-earmark-check-fill::before {
  content: ""; }

.bi-file-earmark-check::before {
  content: ""; }

.bi-file-earmark-code-fill::before {
  content: ""; }

.bi-file-earmark-code::before {
  content: ""; }

.bi-file-earmark-diff-fill::before {
  content: ""; }

.bi-file-earmark-diff::before {
  content: ""; }

.bi-file-earmark-easel-fill::before {
  content: ""; }

.bi-file-earmark-easel::before {
  content: ""; }

.bi-file-earmark-excel-fill::before {
  content: ""; }

.bi-file-earmark-excel::before {
  content: ""; }

.bi-file-earmark-fill::before {
  content: ""; }

.bi-file-earmark-font-fill::before {
  content: ""; }

.bi-file-earmark-font::before {
  content: ""; }

.bi-file-earmark-image-fill::before {
  content: ""; }

.bi-file-earmark-image::before {
  content: ""; }

.bi-file-earmark-lock-fill::before {
  content: ""; }

.bi-file-earmark-lock::before {
  content: ""; }

.bi-file-earmark-lock2-fill::before {
  content: ""; }

.bi-file-earmark-lock2::before {
  content: ""; }

.bi-file-earmark-medical-fill::before {
  content: ""; }

.bi-file-earmark-medical::before {
  content: ""; }

.bi-file-earmark-minus-fill::before {
  content: ""; }

.bi-file-earmark-minus::before {
  content: ""; }

.bi-file-earmark-music-fill::before {
  content: ""; }

.bi-file-earmark-music::before {
  content: ""; }

.bi-file-earmark-person-fill::before {
  content: ""; }

.bi-file-earmark-person::before {
  content: ""; }

.bi-file-earmark-play-fill::before {
  content: ""; }

.bi-file-earmark-play::before {
  content: ""; }

.bi-file-earmark-plus-fill::before {
  content: ""; }

.bi-file-earmark-plus::before {
  content: ""; }

.bi-file-earmark-post-fill::before {
  content: ""; }

.bi-file-earmark-post::before {
  content: ""; }

.bi-file-earmark-ppt-fill::before {
  content: ""; }

.bi-file-earmark-ppt::before {
  content: ""; }

.bi-file-earmark-richtext-fill::before {
  content: ""; }

.bi-file-earmark-richtext::before {
  content: ""; }

.bi-file-earmark-ruled-fill::before {
  content: ""; }

.bi-file-earmark-ruled::before {
  content: ""; }

.bi-file-earmark-slides-fill::before {
  content: ""; }

.bi-file-earmark-slides::before {
  content: ""; }

.bi-file-earmark-spreadsheet-fill::before {
  content: ""; }

.bi-file-earmark-spreadsheet::before {
  content: ""; }

.bi-file-earmark-text-fill::before {
  content: ""; }

.bi-file-earmark-text::before {
  content: ""; }

.bi-file-earmark-word-fill::before {
  content: ""; }

.bi-file-earmark-word::before {
  content: ""; }

.bi-file-earmark-x-fill::before {
  content: ""; }

.bi-file-earmark-x::before {
  content: ""; }

.bi-file-earmark-zip-fill::before {
  content: ""; }

.bi-file-earmark-zip::before {
  content: ""; }

.bi-file-earmark::before {
  content: ""; }

.bi-file-easel-fill::before {
  content: ""; }

.bi-file-easel::before {
  content: ""; }

.bi-file-excel-fill::before {
  content: ""; }

.bi-file-excel::before {
  content: ""; }

.bi-file-fill::before {
  content: ""; }

.bi-file-font-fill::before {
  content: ""; }

.bi-file-font::before {
  content: ""; }

.bi-file-image-fill::before {
  content: ""; }

.bi-file-image::before {
  content: ""; }

.bi-file-lock-fill::before {
  content: ""; }

.bi-file-lock::before {
  content: ""; }

.bi-file-lock2-fill::before {
  content: ""; }

.bi-file-lock2::before {
  content: ""; }

.bi-file-medical-fill::before {
  content: ""; }

.bi-file-medical::before {
  content: ""; }

.bi-file-minus-fill::before {
  content: ""; }

.bi-file-minus::before {
  content: ""; }

.bi-file-music-fill::before {
  content: ""; }

.bi-file-music::before {
  content: ""; }

.bi-file-person-fill::before {
  content: ""; }

.bi-file-person::before {
  content: ""; }

.bi-file-play-fill::before {
  content: ""; }

.bi-file-play::before {
  content: ""; }

.bi-file-plus-fill::before {
  content: ""; }

.bi-file-plus::before {
  content: ""; }

.bi-file-post-fill::before {
  content: ""; }

.bi-file-post::before {
  content: ""; }

.bi-file-ppt-fill::before {
  content: ""; }

.bi-file-ppt::before {
  content: ""; }

.bi-file-richtext-fill::before {
  content: ""; }

.bi-file-richtext::before {
  content: ""; }

.bi-file-ruled-fill::before {
  content: ""; }

.bi-file-ruled::before {
  content: ""; }

.bi-file-slides-fill::before {
  content: ""; }

.bi-file-slides::before {
  content: ""; }

.bi-file-spreadsheet-fill::before {
  content: ""; }

.bi-file-spreadsheet::before {
  content: ""; }

.bi-file-text-fill::before {
  content: ""; }

.bi-file-text::before {
  content: ""; }

.bi-file-word-fill::before {
  content: ""; }

.bi-file-word::before {
  content: ""; }

.bi-file-x-fill::before {
  content: ""; }

.bi-file-x::before {
  content: ""; }

.bi-file-zip-fill::before {
  content: ""; }

.bi-file-zip::before {
  content: ""; }

.bi-file::before {
  content: ""; }

.bi-files-alt::before {
  content: ""; }

.bi-files::before {
  content: ""; }

.bi-film::before {
  content: ""; }

.bi-filter-circle-fill::before {
  content: ""; }

.bi-filter-circle::before {
  content: ""; }

.bi-filter-left::before {
  content: ""; }

.bi-filter-right::before {
  content: ""; }

.bi-filter-square-fill::before {
  content: ""; }

.bi-filter-square::before {
  content: ""; }

.bi-filter::before {
  content: ""; }

.bi-flag-fill::before {
  content: ""; }

.bi-flag::before {
  content: ""; }

.bi-flower1::before {
  content: ""; }

.bi-flower2::before {
  content: ""; }

.bi-flower3::before {
  content: ""; }

.bi-folder-check::before {
  content: ""; }

.bi-folder-fill::before {
  content: ""; }

.bi-folder-minus::before {
  content: ""; }

.bi-folder-plus::before {
  content: ""; }

.bi-folder-symlink-fill::before {
  content: ""; }

.bi-folder-symlink::before {
  content: ""; }

.bi-folder-x::before {
  content: ""; }

.bi-folder::before {
  content: ""; }

.bi-folder2-open::before {
  content: ""; }

.bi-folder2::before {
  content: ""; }

.bi-fonts::before {
  content: ""; }

.bi-forward-fill::before {
  content: ""; }

.bi-forward::before {
  content: ""; }

.bi-front::before {
  content: ""; }

.bi-fullscreen-exit::before {
  content: ""; }

.bi-fullscreen::before {
  content: ""; }

.bi-funnel-fill::before {
  content: ""; }

.bi-funnel::before {
  content: ""; }

.bi-gear-fill::before {
  content: ""; }

.bi-gear-wide-connected::before {
  content: ""; }

.bi-gear-wide::before {
  content: ""; }

.bi-gear::before {
  content: ""; }

.bi-gem::before {
  content: ""; }

.bi-geo-alt-fill::before {
  content: ""; }

.bi-geo-alt::before {
  content: ""; }

.bi-geo-fill::before {
  content: ""; }

.bi-geo::before {
  content: ""; }

.bi-gift-fill::before {
  content: ""; }

.bi-gift::before {
  content: ""; }

.bi-github::before {
  content: ""; }

.bi-globe::before {
  content: ""; }

.bi-globe2::before {
  content: ""; }

.bi-google::before {
  content: ""; }

.bi-graph-down::before {
  content: ""; }

.bi-graph-up::before {
  content: ""; }

.bi-grid-1x2-fill::before {
  content: ""; }

.bi-grid-1x2::before {
  content: ""; }

.bi-grid-3x2-gap-fill::before {
  content: ""; }

.bi-grid-3x2-gap::before {
  content: ""; }

.bi-grid-3x2::before {
  content: ""; }

.bi-grid-3x3-gap-fill::before {
  content: ""; }

.bi-grid-3x3-gap::before {
  content: ""; }

.bi-grid-3x3::before {
  content: ""; }

.bi-grid-fill::before {
  content: ""; }

.bi-grid::before {
  content: ""; }

.bi-grip-horizontal::before {
  content: ""; }

.bi-grip-vertical::before {
  content: ""; }

.bi-hammer::before {
  content: ""; }

.bi-hand-index-fill::before {
  content: ""; }

.bi-hand-index-thumb-fill::before {
  content: ""; }

.bi-hand-index-thumb::before {
  content: ""; }

.bi-hand-index::before {
  content: ""; }

.bi-hand-thumbs-down-fill::before {
  content: ""; }

.bi-hand-thumbs-down::before {
  content: ""; }

.bi-hand-thumbs-up-fill::before {
  content: ""; }

.bi-hand-thumbs-up::before {
  content: ""; }

.bi-handbag-fill::before {
  content: ""; }

.bi-handbag::before {
  content: ""; }

.bi-hash::before {
  content: ""; }

.bi-hdd-fill::before {
  content: ""; }

.bi-hdd-network-fill::before {
  content: ""; }

.bi-hdd-network::before {
  content: ""; }

.bi-hdd-rack-fill::before {
  content: ""; }

.bi-hdd-rack::before {
  content: ""; }

.bi-hdd-stack-fill::before {
  content: ""; }

.bi-hdd-stack::before {
  content: ""; }

.bi-hdd::before {
  content: ""; }

.bi-headphones::before {
  content: ""; }

.bi-headset::before {
  content: ""; }

.bi-heart-fill::before {
  content: ""; }

.bi-heart-half::before {
  content: ""; }

.bi-heart::before {
  content: ""; }

.bi-heptagon-fill::before {
  content: ""; }

.bi-heptagon-half::before {
  content: ""; }

.bi-heptagon::before {
  content: ""; }

.bi-hexagon-fill::before {
  content: ""; }

.bi-hexagon-half::before {
  content: ""; }

.bi-hexagon::before {
  content: ""; }

.bi-hourglass-bottom::before {
  content: ""; }

.bi-hourglass-split::before {
  content: ""; }

.bi-hourglass-top::before {
  content: ""; }

.bi-hourglass::before {
  content: ""; }

.bi-house-door-fill::before {
  content: ""; }

.bi-house-door::before {
  content: ""; }

.bi-house-fill::before {
  content: ""; }

.bi-house::before {
  content: ""; }

.bi-hr::before {
  content: ""; }

.bi-hurricane::before {
  content: ""; }

.bi-image-alt::before {
  content: ""; }

.bi-image-fill::before {
  content: ""; }

.bi-image::before {
  content: ""; }

.bi-images::before {
  content: ""; }

.bi-inbox-fill::before {
  content: ""; }

.bi-inbox::before {
  content: ""; }

.bi-inboxes-fill::before {
  content: ""; }

.bi-inboxes::before {
  content: ""; }

.bi-info-circle-fill::before {
  content: ""; }

.bi-info-circle::before {
  content: ""; }

.bi-info-square-fill::before {
  content: ""; }

.bi-info-square::before {
  content: ""; }

.bi-info::before {
  content: ""; }

.bi-input-cursor-text::before {
  content: ""; }

.bi-input-cursor::before {
  content: ""; }

.bi-instagram::before {
  content: ""; }

.bi-intersect::before {
  content: ""; }

.bi-journal-album::before {
  content: ""; }

.bi-journal-arrow-down::before {
  content: ""; }

.bi-journal-arrow-up::before {
  content: ""; }

.bi-journal-bookmark-fill::before {
  content: ""; }

.bi-journal-bookmark::before {
  content: ""; }

.bi-journal-check::before {
  content: ""; }

.bi-journal-code::before {
  content: ""; }

.bi-journal-medical::before {
  content: ""; }

.bi-journal-minus::before {
  content: ""; }

.bi-journal-plus::before {
  content: ""; }

.bi-journal-richtext::before {
  content: ""; }

.bi-journal-text::before {
  content: ""; }

.bi-journal-x::before {
  content: ""; }

.bi-journal::before {
  content: ""; }

.bi-journals::before {
  content: ""; }

.bi-joystick::before {
  content: ""; }

.bi-justify-left::before {
  content: ""; }

.bi-justify-right::before {
  content: ""; }

.bi-justify::before {
  content: ""; }

.bi-kanban-fill::before {
  content: ""; }

.bi-kanban::before {
  content: ""; }

.bi-key-fill::before {
  content: ""; }

.bi-key::before {
  content: ""; }

.bi-keyboard-fill::before {
  content: ""; }

.bi-keyboard::before {
  content: ""; }

.bi-ladder::before {
  content: ""; }

.bi-lamp-fill::before {
  content: ""; }

.bi-lamp::before {
  content: ""; }

.bi-laptop-fill::before {
  content: ""; }

.bi-laptop::before {
  content: ""; }

.bi-layer-backward::before {
  content: ""; }

.bi-layer-forward::before {
  content: ""; }

.bi-layers-fill::before {
  content: ""; }

.bi-layers-half::before {
  content: ""; }

.bi-layers::before {
  content: ""; }

.bi-layout-sidebar-inset-reverse::before {
  content: ""; }

.bi-layout-sidebar-inset::before {
  content: ""; }

.bi-layout-sidebar-reverse::before {
  content: ""; }

.bi-layout-sidebar::before {
  content: ""; }

.bi-layout-split::before {
  content: ""; }

.bi-layout-text-sidebar-reverse::before {
  content: ""; }

.bi-layout-text-sidebar::before {
  content: ""; }

.bi-layout-text-window-reverse::before {
  content: ""; }

.bi-layout-text-window::before {
  content: ""; }

.bi-layout-three-columns::before {
  content: ""; }

.bi-layout-wtf::before {
  content: ""; }

.bi-life-preserver::before {
  content: ""; }

.bi-lightbulb-fill::before {
  content: ""; }

.bi-lightbulb-off-fill::before {
  content: ""; }

.bi-lightbulb-off::before {
  content: ""; }

.bi-lightbulb::before {
  content: ""; }

.bi-lightning-charge-fill::before {
  content: ""; }

.bi-lightning-charge::before {
  content: ""; }

.bi-lightning-fill::before {
  content: ""; }

.bi-lightning::before {
  content: ""; }

.bi-link-45deg::before {
  content: ""; }

.bi-link::before {
  content: ""; }

.bi-linkedin::before {
  content: ""; }

.bi-list-check::before {
  content: ""; }

.bi-list-nested::before {
  content: ""; }

.bi-list-ol::before {
  content: ""; }

.bi-list-stars::before {
  content: ""; }

.bi-list-task::before {
  content: ""; }

.bi-list-ul::before {
  content: ""; }

.bi-list::before {
  content: ""; }

.bi-lock-fill::before {
  content: ""; }

.bi-lock::before {
  content: ""; }

.bi-mailbox::before {
  content: ""; }

.bi-mailbox2::before {
  content: ""; }

.bi-map-fill::before {
  content: ""; }

.bi-map::before {
  content: ""; }

.bi-markdown-fill::before {
  content: ""; }

.bi-markdown::before {
  content: ""; }

.bi-mask::before {
  content: ""; }

.bi-megaphone-fill::before {
  content: ""; }

.bi-megaphone::before {
  content: ""; }

.bi-menu-app-fill::before {
  content: ""; }

.bi-menu-app::before {
  content: ""; }

.bi-menu-button-fill::before {
  content: ""; }

.bi-menu-button-wide-fill::before {
  content: ""; }

.bi-menu-button-wide::before {
  content: ""; }

.bi-menu-button::before {
  content: ""; }

.bi-menu-down::before {
  content: ""; }

.bi-menu-up::before {
  content: ""; }

.bi-mic-fill::before {
  content: ""; }

.bi-mic-mute-fill::before {
  content: ""; }

.bi-mic-mute::before {
  content: ""; }

.bi-mic::before {
  content: ""; }

.bi-minecart-loaded::before {
  content: ""; }

.bi-minecart::before {
  content: ""; }

.bi-moisture::before {
  content: ""; }

.bi-moon-fill::before {
  content: ""; }

.bi-moon-stars-fill::before {
  content: ""; }

.bi-moon-stars::before {
  content: ""; }

.bi-moon::before {
  content: ""; }

.bi-mouse-fill::before {
  content: ""; }

.bi-mouse::before {
  content: ""; }

.bi-mouse2-fill::before {
  content: ""; }

.bi-mouse2::before {
  content: ""; }

.bi-mouse3-fill::before {
  content: ""; }

.bi-mouse3::before {
  content: ""; }

.bi-music-note-beamed::before {
  content: ""; }

.bi-music-note-list::before {
  content: ""; }

.bi-music-note::before {
  content: ""; }

.bi-music-player-fill::before {
  content: ""; }

.bi-music-player::before {
  content: ""; }

.bi-newspaper::before {
  content: ""; }

.bi-node-minus-fill::before {
  content: ""; }

.bi-node-minus::before {
  content: ""; }

.bi-node-plus-fill::before {
  content: ""; }

.bi-node-plus::before {
  content: ""; }

.bi-nut-fill::before {
  content: ""; }

.bi-nut::before {
  content: ""; }

.bi-octagon-fill::before {
  content: ""; }

.bi-octagon-half::before {
  content: ""; }

.bi-octagon::before {
  content: ""; }

.bi-option::before {
  content: ""; }

.bi-outlet::before {
  content: ""; }

.bi-paint-bucket::before {
  content: ""; }

.bi-palette-fill::before {
  content: ""; }

.bi-palette::before {
  content: ""; }

.bi-palette2::before {
  content: ""; }

.bi-paperclip::before {
  content: ""; }

.bi-paragraph::before {
  content: ""; }

.bi-patch-check-fill::before {
  content: ""; }

.bi-patch-check::before {
  content: ""; }

.bi-patch-exclamation-fill::before {
  content: ""; }

.bi-patch-exclamation::before {
  content: ""; }

.bi-patch-minus-fill::before {
  content: ""; }

.bi-patch-minus::before {
  content: ""; }

.bi-patch-plus-fill::before {
  content: ""; }

.bi-patch-plus::before {
  content: ""; }

.bi-patch-question-fill::before {
  content: ""; }

.bi-patch-question::before {
  content: ""; }

.bi-pause-btn-fill::before {
  content: ""; }

.bi-pause-btn::before {
  content: ""; }

.bi-pause-circle-fill::before {
  content: ""; }

.bi-pause-circle::before {
  content: ""; }

.bi-pause-fill::before {
  content: ""; }

.bi-pause::before {
  content: ""; }

.bi-peace-fill::before {
  content: ""; }

.bi-peace::before {
  content: ""; }

.bi-pen-fill::before {
  content: ""; }

.bi-pen::before {
  content: ""; }

.bi-pencil-fill::before {
  content: ""; }

.bi-pencil-square::before {
  content: ""; }

.bi-pencil::before {
  content: ""; }

.bi-pentagon-fill::before {
  content: ""; }

.bi-pentagon-half::before {
  content: ""; }

.bi-pentagon::before {
  content: ""; }

.bi-people-fill::before {
  content: ""; }

.bi-people::before {
  content: ""; }

.bi-percent::before {
  content: ""; }

.bi-person-badge-fill::before {
  content: ""; }

.bi-person-badge::before {
  content: ""; }

.bi-person-bounding-box::before {
  content: ""; }

.bi-person-check-fill::before {
  content: ""; }

.bi-person-check::before {
  content: ""; }

.bi-person-circle::before {
  content: ""; }

.bi-person-dash-fill::before {
  content: ""; }

.bi-person-dash::before {
  content: ""; }

.bi-person-fill::before {
  content: ""; }

.bi-person-lines-fill::before {
  content: ""; }

.bi-person-plus-fill::before {
  content: ""; }

.bi-person-plus::before {
  content: ""; }

.bi-person-square::before {
  content: ""; }

.bi-person-x-fill::before {
  content: ""; }

.bi-person-x::before {
  content: ""; }

.bi-person::before {
  content: ""; }

.bi-phone-fill::before {
  content: ""; }

.bi-phone-landscape-fill::before {
  content: ""; }

.bi-phone-landscape::before {
  content: ""; }

.bi-phone-vibrate-fill::before {
  content: ""; }

.bi-phone-vibrate::before {
  content: ""; }

.bi-phone::before {
  content: ""; }

.bi-pie-chart-fill::before {
  content: ""; }

.bi-pie-chart::before {
  content: ""; }

.bi-pin-angle-fill::before {
  content: ""; }

.bi-pin-angle::before {
  content: ""; }

.bi-pin-fill::before {
  content: ""; }

.bi-pin::before {
  content: ""; }

.bi-pip-fill::before {
  content: ""; }

.bi-pip::before {
  content: ""; }

.bi-play-btn-fill::before {
  content: ""; }

.bi-play-btn::before {
  content: ""; }

.bi-play-circle-fill::before {
  content: ""; }

.bi-play-circle::before {
  content: ""; }

.bi-play-fill::before {
  content: ""; }

.bi-play::before {
  content: ""; }

.bi-plug-fill::before {
  content: ""; }

.bi-plug::before {
  content: ""; }

.bi-plus-circle-dotted::before {
  content: ""; }

.bi-plus-circle-fill::before {
  content: ""; }

.bi-plus-circle::before {
  content: ""; }

.bi-plus-square-dotted::before {
  content: ""; }

.bi-plus-square-fill::before {
  content: ""; }

.bi-plus-square::before {
  content: ""; }

.bi-plus::before {
  content: ""; }

.bi-power::before {
  content: ""; }

.bi-printer-fill::before {
  content: ""; }

.bi-printer::before {
  content: ""; }

.bi-puzzle-fill::before {
  content: ""; }

.bi-puzzle::before {
  content: ""; }

.bi-question-circle-fill::before {
  content: ""; }

.bi-question-circle::before {
  content: ""; }

.bi-question-diamond-fill::before {
  content: ""; }

.bi-question-diamond::before {
  content: ""; }

.bi-question-octagon-fill::before {
  content: ""; }

.bi-question-octagon::before {
  content: ""; }

.bi-question-square-fill::before {
  content: ""; }

.bi-question-square::before {
  content: ""; }

.bi-question::before {
  content: ""; }

.bi-rainbow::before {
  content: ""; }

.bi-receipt-cutoff::before {
  content: ""; }

.bi-receipt::before {
  content: ""; }

.bi-reception-0::before {
  content: ""; }

.bi-reception-1::before {
  content: ""; }

.bi-reception-2::before {
  content: ""; }

.bi-reception-3::before {
  content: ""; }

.bi-reception-4::before {
  content: ""; }

.bi-record-btn-fill::before {
  content: ""; }

.bi-record-btn::before {
  content: ""; }

.bi-record-circle-fill::before {
  content: ""; }

.bi-record-circle::before {
  content: ""; }

.bi-record-fill::before {
  content: ""; }

.bi-record::before {
  content: ""; }

.bi-record2-fill::before {
  content: ""; }

.bi-record2::before {
  content: ""; }

.bi-reply-all-fill::before {
  content: ""; }

.bi-reply-all::before {
  content: ""; }

.bi-reply-fill::before {
  content: ""; }

.bi-reply::before {
  content: ""; }

.bi-rss-fill::before {
  content: ""; }

.bi-rss::before {
  content: ""; }

.bi-rulers::before {
  content: ""; }

.bi-save-fill::before {
  content: ""; }

.bi-save::before {
  content: ""; }

.bi-save2-fill::before {
  content: ""; }

.bi-save2::before {
  content: ""; }

.bi-scissors::before {
  content: ""; }

.bi-screwdriver::before {
  content: ""; }

.bi-search::before {
  content: ""; }

.bi-segmented-nav::before {
  content: ""; }

.bi-server::before {
  content: ""; }

.bi-share-fill::before {
  content: ""; }

.bi-share::before {
  content: ""; }

.bi-shield-check::before {
  content: ""; }

.bi-shield-exclamation::before {
  content: ""; }

.bi-shield-fill-check::before {
  content: ""; }

.bi-shield-fill-exclamation::before {
  content: ""; }

.bi-shield-fill-minus::before {
  content: ""; }

.bi-shield-fill-plus::before {
  content: ""; }

.bi-shield-fill-x::before {
  content: ""; }

.bi-shield-fill::before {
  content: ""; }

.bi-shield-lock-fill::before {
  content: ""; }

.bi-shield-lock::before {
  content: ""; }

.bi-shield-minus::before {
  content: ""; }

.bi-shield-plus::before {
  content: ""; }

.bi-shield-shaded::before {
  content: ""; }

.bi-shield-slash-fill::before {
  content: ""; }

.bi-shield-slash::before {
  content: ""; }

.bi-shield-x::before {
  content: ""; }

.bi-shield::before {
  content: ""; }

.bi-shift-fill::before {
  content: ""; }

.bi-shift::before {
  content: ""; }

.bi-shop-window::before {
  content: ""; }

.bi-shop::before {
  content: ""; }

.bi-shuffle::before {
  content: ""; }

.bi-signpost-2-fill::before {
  content: ""; }

.bi-signpost-2::before {
  content: ""; }

.bi-signpost-fill::before {
  content: ""; }

.bi-signpost-split-fill::before {
  content: ""; }

.bi-signpost-split::before {
  content: ""; }

.bi-signpost::before {
  content: ""; }

.bi-sim-fill::before {
  content: ""; }

.bi-sim::before {
  content: ""; }

.bi-skip-backward-btn-fill::before {
  content: ""; }

.bi-skip-backward-btn::before {
  content: ""; }

.bi-skip-backward-circle-fill::before {
  content: ""; }

.bi-skip-backward-circle::before {
  content: ""; }

.bi-skip-backward-fill::before {
  content: ""; }

.bi-skip-backward::before {
  content: ""; }

.bi-skip-end-btn-fill::before {
  content: ""; }

.bi-skip-end-btn::before {
  content: ""; }

.bi-skip-end-circle-fill::before {
  content: ""; }

.bi-skip-end-circle::before {
  content: ""; }

.bi-skip-end-fill::before {
  content: ""; }

.bi-skip-end::before {
  content: ""; }

.bi-skip-forward-btn-fill::before {
  content: ""; }

.bi-skip-forward-btn::before {
  content: ""; }

.bi-skip-forward-circle-fill::before {
  content: ""; }

.bi-skip-forward-circle::before {
  content: ""; }

.bi-skip-forward-fill::before {
  content: ""; }

.bi-skip-forward::before {
  content: ""; }

.bi-skip-start-btn-fill::before {
  content: ""; }

.bi-skip-start-btn::before {
  content: ""; }

.bi-skip-start-circle-fill::before {
  content: ""; }

.bi-skip-start-circle::before {
  content: ""; }

.bi-skip-start-fill::before {
  content: ""; }

.bi-skip-start::before {
  content: ""; }

.bi-slack::before {
  content: ""; }

.bi-slash-circle-fill::before {
  content: ""; }

.bi-slash-circle::before {
  content: ""; }

.bi-slash-square-fill::before {
  content: ""; }

.bi-slash-square::before {
  content: ""; }

.bi-slash::before {
  content: ""; }

.bi-sliders::before {
  content: ""; }

.bi-smartwatch::before {
  content: ""; }

.bi-snow::before {
  content: ""; }

.bi-snow2::before {
  content: ""; }

.bi-snow3::before {
  content: ""; }

.bi-sort-alpha-down-alt::before {
  content: ""; }

.bi-sort-alpha-down::before {
  content: ""; }

.bi-sort-alpha-up-alt::before {
  content: ""; }

.bi-sort-alpha-up::before {
  content: ""; }

.bi-sort-down-alt::before {
  content: ""; }

.bi-sort-down::before {
  content: ""; }

.bi-sort-numeric-down-alt::before {
  content: ""; }

.bi-sort-numeric-down::before {
  content: ""; }

.bi-sort-numeric-up-alt::before {
  content: ""; }

.bi-sort-numeric-up::before {
  content: ""; }

.bi-sort-up-alt::before {
  content: ""; }

.bi-sort-up::before {
  content: ""; }

.bi-soundwave::before {
  content: ""; }

.bi-speaker-fill::before {
  content: ""; }

.bi-speaker::before {
  content: ""; }

.bi-speedometer::before {
  content: ""; }

.bi-speedometer2::before {
  content: ""; }

.bi-spellcheck::before {
  content: ""; }

.bi-square-fill::before {
  content: ""; }

.bi-square-half::before {
  content: ""; }

.bi-square::before {
  content: ""; }

.bi-stack::before {
  content: ""; }

.bi-star-fill::before {
  content: ""; }

.bi-star-half::before {
  content: ""; }

.bi-star::before {
  content: ""; }

.bi-stars::before {
  content: ""; }

.bi-stickies-fill::before {
  content: ""; }

.bi-stickies::before {
  content: ""; }

.bi-sticky-fill::before {
  content: ""; }

.bi-sticky::before {
  content: ""; }

.bi-stop-btn-fill::before {
  content: ""; }

.bi-stop-btn::before {
  content: ""; }

.bi-stop-circle-fill::before {
  content: ""; }

.bi-stop-circle::before {
  content: ""; }

.bi-stop-fill::before {
  content: ""; }

.bi-stop::before {
  content: ""; }

.bi-stoplights-fill::before {
  content: ""; }

.bi-stoplights::before {
  content: ""; }

.bi-stopwatch-fill::before {
  content: ""; }

.bi-stopwatch::before {
  content: ""; }

.bi-subtract::before {
  content: ""; }

.bi-suit-club-fill::before {
  content: ""; }

.bi-suit-club::before {
  content: ""; }

.bi-suit-diamond-fill::before {
  content: ""; }

.bi-suit-diamond::before {
  content: ""; }

.bi-suit-heart-fill::before {
  content: ""; }

.bi-suit-heart::before {
  content: ""; }

.bi-suit-spade-fill::before {
  content: ""; }

.bi-suit-spade::before {
  content: ""; }

.bi-sun-fill::before {
  content: ""; }

.bi-sun::before {
  content: ""; }

.bi-sunglasses::before {
  content: ""; }

.bi-sunrise-fill::before {
  content: ""; }

.bi-sunrise::before {
  content: ""; }

.bi-sunset-fill::before {
  content: ""; }

.bi-sunset::before {
  content: ""; }

.bi-symmetry-horizontal::before {
  content: ""; }

.bi-symmetry-vertical::before {
  content: ""; }

.bi-table::before {
  content: ""; }

.bi-tablet-fill::before {
  content: ""; }

.bi-tablet-landscape-fill::before {
  content: ""; }

.bi-tablet-landscape::before {
  content: ""; }

.bi-tablet::before {
  content: ""; }

.bi-tag-fill::before {
  content: ""; }

.bi-tag::before {
  content: ""; }

.bi-tags-fill::before {
  content: ""; }

.bi-tags::before {
  content: ""; }

.bi-telegram::before {
  content: ""; }

.bi-telephone-fill::before {
  content: ""; }

.bi-telephone-forward-fill::before {
  content: ""; }

.bi-telephone-forward::before {
  content: ""; }

.bi-telephone-inbound-fill::before {
  content: ""; }

.bi-telephone-inbound::before {
  content: ""; }

.bi-telephone-minus-fill::before {
  content: ""; }

.bi-telephone-minus::before {
  content: ""; }

.bi-telephone-outbound-fill::before {
  content: ""; }

.bi-telephone-outbound::before {
  content: ""; }

.bi-telephone-plus-fill::before {
  content: ""; }

.bi-telephone-plus::before {
  content: ""; }

.bi-telephone-x-fill::before {
  content: ""; }

.bi-telephone-x::before {
  content: ""; }

.bi-telephone::before {
  content: ""; }

.bi-terminal-fill::before {
  content: ""; }

.bi-terminal::before {
  content: ""; }

.bi-text-center::before {
  content: ""; }

.bi-text-indent-left::before {
  content: ""; }

.bi-text-indent-right::before {
  content: ""; }

.bi-text-left::before {
  content: ""; }

.bi-text-paragraph::before {
  content: ""; }

.bi-text-right::before {
  content: ""; }

.bi-textarea-resize::before {
  content: ""; }

.bi-textarea-t::before {
  content: ""; }

.bi-textarea::before {
  content: ""; }

.bi-thermometer-half::before {
  content: ""; }

.bi-thermometer-high::before {
  content: ""; }

.bi-thermometer-low::before {
  content: ""; }

.bi-thermometer-snow::before {
  content: ""; }

.bi-thermometer-sun::before {
  content: ""; }

.bi-thermometer::before {
  content: ""; }

.bi-three-dots-vertical::before {
  content: ""; }

.bi-three-dots::before {
  content: ""; }

.bi-toggle-off::before {
  content: ""; }

.bi-toggle-on::before {
  content: ""; }

.bi-toggle2-off::before {
  content: ""; }

.bi-toggle2-on::before {
  content: ""; }

.bi-toggles::before {
  content: ""; }

.bi-toggles2::before {
  content: ""; }

.bi-tools::before {
  content: ""; }

.bi-tornado::before {
  content: ""; }

.bi-trash-fill::before {
  content: ""; }

.bi-trash::before {
  content: ""; }

.bi-trash2-fill::before {
  content: ""; }

.bi-trash2::before {
  content: ""; }

.bi-tree-fill::before {
  content: ""; }

.bi-tree::before {
  content: ""; }

.bi-triangle-fill::before {
  content: ""; }

.bi-triangle-half::before {
  content: ""; }

.bi-triangle::before {
  content: ""; }

.bi-trophy-fill::before {
  content: ""; }

.bi-trophy::before {
  content: ""; }

.bi-tropical-storm::before {
  content: ""; }

.bi-truck-flatbed::before {
  content: ""; }

.bi-truck::before {
  content: ""; }

.bi-tsunami::before {
  content: ""; }

.bi-tv-fill::before {
  content: ""; }

.bi-tv::before {
  content: ""; }

.bi-twitch::before {
  content: ""; }

.bi-twitter::before {
  content: ""; }

.bi-type-bold::before {
  content: ""; }

.bi-type-h1::before {
  content: ""; }

.bi-type-h2::before {
  content: ""; }

.bi-type-h3::before {
  content: ""; }

.bi-type-italic::before {
  content: ""; }

.bi-type-strikethrough::before {
  content: ""; }

.bi-type-underline::before {
  content: ""; }

.bi-type::before {
  content: ""; }

.bi-ui-checks-grid::before {
  content: ""; }

.bi-ui-checks::before {
  content: ""; }

.bi-ui-radios-grid::before {
  content: ""; }

.bi-ui-radios::before {
  content: ""; }

.bi-umbrella-fill::before {
  content: ""; }

.bi-umbrella::before {
  content: ""; }

.bi-union::before {
  content: ""; }

.bi-unlock-fill::before {
  content: ""; }

.bi-unlock::before {
  content: ""; }

.bi-upc-scan::before {
  content: ""; }

.bi-upc::before {
  content: ""; }

.bi-upload::before {
  content: ""; }

.bi-vector-pen::before {
  content: ""; }

.bi-view-list::before {
  content: ""; }

.bi-view-stacked::before {
  content: ""; }

.bi-vinyl-fill::before {
  content: ""; }

.bi-vinyl::before {
  content: ""; }

.bi-voicemail::before {
  content: ""; }

.bi-volume-down-fill::before {
  content: ""; }

.bi-volume-down::before {
  content: ""; }

.bi-volume-mute-fill::before {
  content: ""; }

.bi-volume-mute::before {
  content: ""; }

.bi-volume-off-fill::before {
  content: ""; }

.bi-volume-off::before {
  content: ""; }

.bi-volume-up-fill::before {
  content: ""; }

.bi-volume-up::before {
  content: ""; }

.bi-vr::before {
  content: ""; }

.bi-wallet-fill::before {
  content: ""; }

.bi-wallet::before {
  content: ""; }

.bi-wallet2::before {
  content: ""; }

.bi-watch::before {
  content: ""; }

.bi-water::before {
  content: ""; }

.bi-whatsapp::before {
  content: ""; }

.bi-wifi-1::before {
  content: ""; }

.bi-wifi-2::before {
  content: ""; }

.bi-wifi-off::before {
  content: ""; }

.bi-wifi::before {
  content: ""; }

.bi-wind::before {
  content: ""; }

.bi-window-dock::before {
  content: ""; }

.bi-window-sidebar::before {
  content: ""; }

.bi-window::before {
  content: ""; }

.bi-wrench::before {
  content: ""; }

.bi-x-circle-fill::before {
  content: ""; }

.bi-x-circle::before {
  content: ""; }

.bi-x-diamond-fill::before {
  content: ""; }

.bi-x-diamond::before {
  content: ""; }

.bi-x-octagon-fill::before {
  content: ""; }

.bi-x-octagon::before {
  content: ""; }

.bi-x-square-fill::before {
  content: ""; }

.bi-x-square::before {
  content: ""; }

.bi-x::before {
  content: ""; }

.bi-youtube::before {
  content: ""; }

.bi-zoom-in::before {
  content: ""; }

.bi-zoom-out::before {
  content: ""; }

.bi-bank::before {
  content: ""; }

.bi-bank2::before {
  content: ""; }

.bi-bell-slash-fill::before {
  content: ""; }

.bi-bell-slash::before {
  content: ""; }

.bi-cash-coin::before {
  content: ""; }

.bi-check-lg::before {
  content: ""; }

.bi-coin::before {
  content: ""; }

.bi-currency-bitcoin::before {
  content: ""; }

.bi-currency-dollar::before {
  content: ""; }

.bi-currency-euro::before {
  content: ""; }

.bi-currency-exchange::before {
  content: ""; }

.bi-currency-pound::before {
  content: ""; }

.bi-currency-yen::before {
  content: ""; }

.bi-dash-lg::before {
  content: ""; }

.bi-exclamation-lg::before {
  content: ""; }

.bi-file-earmark-pdf-fill::before {
  content: ""; }

.bi-file-earmark-pdf::before {
  content: ""; }

.bi-file-pdf-fill::before {
  content: ""; }

.bi-file-pdf::before {
  content: ""; }

.bi-gender-ambiguous::before {
  content: ""; }

.bi-gender-female::before {
  content: ""; }

.bi-gender-male::before {
  content: ""; }

.bi-gender-trans::before {
  content: ""; }

.bi-headset-vr::before {
  content: ""; }

.bi-info-lg::before {
  content: ""; }

.bi-mastodon::before {
  content: ""; }

.bi-messenger::before {
  content: ""; }

.bi-piggy-bank-fill::before {
  content: ""; }

.bi-piggy-bank::before {
  content: ""; }

.bi-pin-map-fill::before {
  content: ""; }

.bi-pin-map::before {
  content: ""; }

.bi-plus-lg::before {
  content: ""; }

.bi-question-lg::before {
  content: ""; }

.bi-recycle::before {
  content: ""; }

.bi-reddit::before {
  content: ""; }

.bi-safe-fill::before {
  content: ""; }

.bi-safe2-fill::before {
  content: ""; }

.bi-safe2::before {
  content: ""; }

.bi-sd-card-fill::before {
  content: ""; }

.bi-sd-card::before {
  content: ""; }

.bi-skype::before {
  content: ""; }

.bi-slash-lg::before {
  content: ""; }

.bi-translate::before {
  content: ""; }

.bi-x-lg::before {
  content: ""; }

.bi-safe::before {
  content: ""; }

.bi-apple::before {
  content: ""; }

.bi-microsoft::before {
  content: ""; }

.bi-windows::before {
  content: ""; }

.bi-behance::before {
  content: ""; }

.bi-dribbble::before {
  content: ""; }

.bi-line::before {
  content: ""; }

.bi-medium::before {
  content: ""; }

.bi-paypal::before {
  content: ""; }

.bi-pinterest::before {
  content: ""; }

.bi-signal::before {
  content: ""; }

.bi-snapchat::before {
  content: ""; }

.bi-spotify::before {
  content: ""; }

.bi-stack-overflow::before {
  content: ""; }

.bi-strava::before {
  content: ""; }

.bi-wordpress::before {
  content: ""; }

.bi-vimeo::before {
  content: ""; }

.bi-activity::before {
  content: ""; }

.bi-easel2-fill::before {
  content: ""; }

.bi-easel2::before {
  content: ""; }

.bi-easel3-fill::before {
  content: ""; }

.bi-easel3::before {
  content: ""; }

.bi-fan::before {
  content: ""; }

.bi-fingerprint::before {
  content: ""; }

.bi-graph-down-arrow::before {
  content: ""; }

.bi-graph-up-arrow::before {
  content: ""; }

.bi-hypnotize::before {
  content: ""; }

.bi-magic::before {
  content: ""; }

.bi-person-rolodex::before {
  content: ""; }

.bi-person-video::before {
  content: ""; }

.bi-person-video2::before {
  content: ""; }

.bi-person-video3::before {
  content: ""; }

.bi-person-workspace::before {
  content: ""; }

.bi-radioactive::before {
  content: ""; }

.bi-webcam-fill::before {
  content: ""; }

.bi-webcam::before {
  content: ""; }

.bi-yin-yang::before {
  content: ""; }

.bi-bandaid-fill::before {
  content: ""; }

.bi-bandaid::before {
  content: ""; }

.bi-bluetooth::before {
  content: ""; }

.bi-body-text::before {
  content: ""; }

.bi-boombox::before {
  content: ""; }

.bi-boxes::before {
  content: ""; }

.bi-dpad-fill::before {
  content: ""; }

.bi-dpad::before {
  content: ""; }

.bi-ear-fill::before {
  content: ""; }

.bi-ear::before {
  content: ""; }

.bi-envelope-check-fill::before {
  content: ""; }

.bi-envelope-check::before {
  content: ""; }

.bi-envelope-dash-fill::before {
  content: ""; }

.bi-envelope-dash::before {
  content: ""; }

.bi-envelope-exclamation-fill::before {
  content: ""; }

.bi-envelope-exclamation::before {
  content: ""; }

.bi-envelope-plus-fill::before {
  content: ""; }

.bi-envelope-plus::before {
  content: ""; }

.bi-envelope-slash-fill::before {
  content: ""; }

.bi-envelope-slash::before {
  content: ""; }

.bi-envelope-x-fill::before {
  content: ""; }

.bi-envelope-x::before {
  content: ""; }

.bi-explicit-fill::before {
  content: ""; }

.bi-explicit::before {
  content: ""; }

.bi-git::before {
  content: ""; }

.bi-infinity::before {
  content: ""; }

.bi-list-columns-reverse::before {
  content: ""; }

.bi-list-columns::before {
  content: ""; }

.bi-meta::before {
  content: ""; }

.bi-nintendo-switch::before {
  content: ""; }

.bi-pc-display-horizontal::before {
  content: ""; }

.bi-pc-display::before {
  content: ""; }

.bi-pc-horizontal::before {
  content: ""; }

.bi-pc::before {
  content: ""; }

.bi-playstation::before {
  content: ""; }

.bi-plus-slash-minus::before {
  content: ""; }

.bi-projector-fill::before {
  content: ""; }

.bi-projector::before {
  content: ""; }

.bi-qr-code-scan::before {
  content: ""; }

.bi-qr-code::before {
  content: ""; }

.bi-quora::before {
  content: ""; }

.bi-quote::before {
  content: ""; }

.bi-robot::before {
  content: ""; }

.bi-send-check-fill::before {
  content: ""; }

.bi-send-check::before {
  content: ""; }

.bi-send-dash-fill::before {
  content: ""; }

.bi-send-dash::before {
  content: ""; }

.bi-send-exclamation-fill::before {
  content: ""; }

.bi-send-exclamation::before {
  content: ""; }

.bi-send-fill::before {
  content: ""; }

.bi-send-plus-fill::before {
  content: ""; }

.bi-send-plus::before {
  content: ""; }

.bi-send-slash-fill::before {
  content: ""; }

.bi-send-slash::before {
  content: ""; }

.bi-send-x-fill::before {
  content: ""; }

.bi-send-x::before {
  content: ""; }

.bi-send::before {
  content: ""; }

.bi-steam::before {
  content: ""; }

.bi-terminal-dash::before {
  content: ""; }

.bi-terminal-plus::before {
  content: ""; }

.bi-terminal-split::before {
  content: ""; }

.bi-ticket-detailed-fill::before {
  content: ""; }

.bi-ticket-detailed::before {
  content: ""; }

.bi-ticket-fill::before {
  content: ""; }

.bi-ticket-perforated-fill::before {
  content: ""; }

.bi-ticket-perforated::before {
  content: ""; }

.bi-ticket::before {
  content: ""; }

.bi-tiktok::before {
  content: ""; }

.bi-window-dash::before {
  content: ""; }

.bi-window-desktop::before {
  content: ""; }

.bi-window-fullscreen::before {
  content: ""; }

.bi-window-plus::before {
  content: ""; }

.bi-window-split::before {
  content: ""; }

.bi-window-stack::before {
  content: ""; }

.bi-window-x::before {
  content: ""; }

.bi-xbox::before {
  content: ""; }

.bi-ethernet::before {
  content: ""; }

.bi-hdmi-fill::before {
  content: ""; }

.bi-hdmi::before {
  content: ""; }

.bi-usb-c-fill::before {
  content: ""; }

.bi-usb-c::before {
  content: ""; }

.bi-usb-fill::before {
  content: ""; }

.bi-usb-plug-fill::before {
  content: ""; }

.bi-usb-plug::before {
  content: ""; }

.bi-usb-symbol::before {
  content: ""; }

.bi-usb::before {
  content: ""; }

.bi-boombox-fill::before {
  content: ""; }

.bi-displayport::before {
  content: ""; }

.bi-gpu-card::before {
  content: ""; }

.bi-memory::before {
  content: ""; }

.bi-modem-fill::before {
  content: ""; }

.bi-modem::before {
  content: ""; }

.bi-motherboard-fill::before {
  content: ""; }

.bi-motherboard::before {
  content: ""; }

.bi-optical-audio-fill::before {
  content: ""; }

.bi-optical-audio::before {
  content: ""; }

.bi-pci-card::before {
  content: ""; }

.bi-router-fill::before {
  content: ""; }

.bi-router::before {
  content: ""; }

.bi-thunderbolt-fill::before {
  content: ""; }

.bi-thunderbolt::before {
  content: ""; }

.bi-usb-drive-fill::before {
  content: ""; }

.bi-usb-drive::before {
  content: ""; }

.bi-usb-micro-fill::before {
  content: ""; }

.bi-usb-micro::before {
  content: ""; }

.bi-usb-mini-fill::before {
  content: ""; }

.bi-usb-mini::before {
  content: ""; }

.bi-cloud-haze2::before {
  content: ""; }

.bi-device-hdd-fill::before {
  content: ""; }

.bi-device-hdd::before {
  content: ""; }

.bi-device-ssd-fill::before {
  content: ""; }

.bi-device-ssd::before {
  content: ""; }

.bi-displayport-fill::before {
  content: ""; }

.bi-mortarboard-fill::before {
  content: ""; }

.bi-mortarboard::before {
  content: ""; }

.bi-terminal-x::before {
  content: ""; }

.bi-arrow-through-heart-fill::before {
  content: ""; }

.bi-arrow-through-heart::before {
  content: ""; }

.bi-badge-sd-fill::before {
  content: ""; }

.bi-badge-sd::before {
  content: ""; }

.bi-bag-heart-fill::before {
  content: ""; }

.bi-bag-heart::before {
  content: ""; }

.bi-balloon-fill::before {
  content: ""; }

.bi-balloon-heart-fill::before {
  content: ""; }

.bi-balloon-heart::before {
  content: ""; }

.bi-balloon::before {
  content: ""; }

.bi-box2-fill::before {
  content: ""; }

.bi-box2-heart-fill::before {
  content: ""; }

.bi-box2-heart::before {
  content: ""; }

.bi-box2::before {
  content: ""; }

.bi-braces-asterisk::before {
  content: ""; }

.bi-calendar-heart-fill::before {
  content: ""; }

.bi-calendar-heart::before {
  content: ""; }

.bi-calendar2-heart-fill::before {
  content: ""; }

.bi-calendar2-heart::before {
  content: ""; }

.bi-chat-heart-fill::before {
  content: ""; }

.bi-chat-heart::before {
  content: ""; }

.bi-chat-left-heart-fill::before {
  content: ""; }

.bi-chat-left-heart::before {
  content: ""; }

.bi-chat-right-heart-fill::before {
  content: ""; }

.bi-chat-right-heart::before {
  content: ""; }

.bi-chat-square-heart-fill::before {
  content: ""; }

.bi-chat-square-heart::before {
  content: ""; }

.bi-clipboard-check-fill::before {
  content: ""; }

.bi-clipboard-data-fill::before {
  content: ""; }

.bi-clipboard-fill::before {
  content: ""; }

.bi-clipboard-heart-fill::before {
  content: ""; }

.bi-clipboard-heart::before {
  content: ""; }

.bi-clipboard-minus-fill::before {
  content: ""; }

.bi-clipboard-plus-fill::before {
  content: ""; }

.bi-clipboard-pulse::before {
  content: ""; }

.bi-clipboard-x-fill::before {
  content: ""; }

.bi-clipboard2-check-fill::before {
  content: ""; }

.bi-clipboard2-check::before {
  content: ""; }

.bi-clipboard2-data-fill::before {
  content: ""; }

.bi-clipboard2-data::before {
  content: ""; }

.bi-clipboard2-fill::before {
  content: ""; }

.bi-clipboard2-heart-fill::before {
  content: ""; }

.bi-clipboard2-heart::before {
  content: ""; }

.bi-clipboard2-minus-fill::before {
  content: ""; }

.bi-clipboard2-minus::before {
  content: ""; }

.bi-clipboard2-plus-fill::before {
  content: ""; }

.bi-clipboard2-plus::before {
  content: ""; }

.bi-clipboard2-pulse-fill::before {
  content: ""; }

.bi-clipboard2-pulse::before {
  content: ""; }

.bi-clipboard2-x-fill::before {
  content: ""; }

.bi-clipboard2-x::before {
  content: ""; }

.bi-clipboard2::before {
  content: ""; }

.bi-emoji-kiss-fill::before {
  content: ""; }

.bi-emoji-kiss::before {
  content: ""; }

.bi-envelope-heart-fill::before {
  content: ""; }

.bi-envelope-heart::before {
  content: ""; }

.bi-envelope-open-heart-fill::before {
  content: ""; }

.bi-envelope-open-heart::before {
  content: ""; }

.bi-envelope-paper-fill::before {
  content: ""; }

.bi-envelope-paper-heart-fill::before {
  content: ""; }

.bi-envelope-paper-heart::before {
  content: ""; }

.bi-envelope-paper::before {
  content: ""; }

.bi-filetype-aac::before {
  content: ""; }

.bi-filetype-ai::before {
  content: ""; }

.bi-filetype-bmp::before {
  content: ""; }

.bi-filetype-cs::before {
  content: ""; }

.bi-filetype-css::before {
  content: ""; }

.bi-filetype-csv::before {
  content: ""; }

.bi-filetype-doc::before {
  content: ""; }

.bi-filetype-docx::before {
  content: ""; }

.bi-filetype-exe::before {
  content: ""; }

.bi-filetype-gif::before {
  content: ""; }

.bi-filetype-heic::before {
  content: ""; }

.bi-filetype-html::before {
  content: ""; }

.bi-filetype-java::before {
  content: ""; }

.bi-filetype-jpg::before {
  content: ""; }

.bi-filetype-js::before {
  content: ""; }

.bi-filetype-jsx::before {
  content: ""; }

.bi-filetype-key::before {
  content: ""; }

.bi-filetype-m4p::before {
  content: ""; }

.bi-filetype-md::before {
  content: ""; }

.bi-filetype-mdx::before {
  content: ""; }

.bi-filetype-mov::before {
  content: ""; }

.bi-filetype-mp3::before {
  content: ""; }

.bi-filetype-mp4::before {
  content: ""; }

.bi-filetype-otf::before {
  content: ""; }

.bi-filetype-pdf::before {
  content: ""; }

.bi-filetype-php::before {
  content: ""; }

.bi-filetype-png::before {
  content: ""; }

.bi-filetype-ppt::before {
  content: ""; }

.bi-filetype-psd::before {
  content: ""; }

.bi-filetype-py::before {
  content: ""; }

.bi-filetype-raw::before {
  content: ""; }

.bi-filetype-rb::before {
  content: ""; }

.bi-filetype-sass::before {
  content: ""; }

.bi-filetype-scss::before {
  content: ""; }

.bi-filetype-sh::before {
  content: ""; }

.bi-filetype-svg::before {
  content: ""; }

.bi-filetype-tiff::before {
  content: ""; }

.bi-filetype-tsx::before {
  content: ""; }

.bi-filetype-ttf::before {
  content: ""; }

.bi-filetype-txt::before {
  content: ""; }

.bi-filetype-wav::before {
  content: ""; }

.bi-filetype-woff::before {
  content: ""; }

.bi-filetype-xls::before {
  content: ""; }

.bi-filetype-xml::before {
  content: ""; }

.bi-filetype-yml::before {
  content: ""; }

.bi-heart-arrow::before {
  content: ""; }

.bi-heart-pulse-fill::before {
  content: ""; }

.bi-heart-pulse::before {
  content: ""; }

.bi-heartbreak-fill::before {
  content: ""; }

.bi-heartbreak::before {
  content: ""; }

.bi-hearts::before {
  content: ""; }

.bi-hospital-fill::before {
  content: ""; }

.bi-hospital::before {
  content: ""; }

.bi-house-heart-fill::before {
  content: ""; }

.bi-house-heart::before {
  content: ""; }

.bi-incognito::before {
  content: ""; }

.bi-magnet-fill::before {
  content: ""; }

.bi-magnet::before {
  content: ""; }

.bi-person-heart::before {
  content: ""; }

.bi-person-hearts::before {
  content: ""; }

.bi-phone-flip::before {
  content: ""; }

.bi-plugin::before {
  content: ""; }

.bi-postage-fill::before {
  content: ""; }

.bi-postage-heart-fill::before {
  content: ""; }

.bi-postage-heart::before {
  content: ""; }

.bi-postage::before {
  content: ""; }

.bi-postcard-fill::before {
  content: ""; }

.bi-postcard-heart-fill::before {
  content: ""; }

.bi-postcard-heart::before {
  content: ""; }

.bi-postcard::before {
  content: ""; }

.bi-search-heart-fill::before {
  content: ""; }

.bi-search-heart::before {
  content: ""; }

.bi-sliders2-vertical::before {
  content: ""; }

.bi-sliders2::before {
  content: ""; }

.bi-trash3-fill::before {
  content: ""; }

.bi-trash3::before {
  content: ""; }

.bi-valentine::before {
  content: ""; }

.bi-valentine2::before {
  content: ""; }

.bi-wrench-adjustable-circle-fill::before {
  content: ""; }

.bi-wrench-adjustable-circle::before {
  content: ""; }

.bi-wrench-adjustable::before {
  content: ""; }

.bi-filetype-json::before {
  content: ""; }

.bi-filetype-pptx::before {
  content: ""; }

.bi-filetype-xlsx::before {
  content: ""; }

.bi-1-circle-fill::before {
  content: ""; }

.bi-1-circle::before {
  content: ""; }

.bi-1-square-fill::before {
  content: ""; }

.bi-1-square::before {
  content: ""; }

.bi-2-circle-fill::before {
  content: ""; }

.bi-2-circle::before {
  content: ""; }

.bi-2-square-fill::before {
  content: ""; }

.bi-2-square::before {
  content: ""; }

.bi-3-circle-fill::before {
  content: ""; }

.bi-3-circle::before {
  content: ""; }

.bi-3-square-fill::before {
  content: ""; }

.bi-3-square::before {
  content: ""; }

.bi-4-circle-fill::before {
  content: ""; }

.bi-4-circle::before {
  content: ""; }

.bi-4-square-fill::before {
  content: ""; }

.bi-4-square::before {
  content: ""; }

.bi-5-circle-fill::before {
  content: ""; }

.bi-5-circle::before {
  content: ""; }

.bi-5-square-fill::before {
  content: ""; }

.bi-5-square::before {
  content: ""; }

.bi-6-circle-fill::before {
  content: ""; }

.bi-6-circle::before {
  content: ""; }

.bi-6-square-fill::before {
  content: ""; }

.bi-6-square::before {
  content: ""; }

.bi-7-circle-fill::before {
  content: ""; }

.bi-7-circle::before {
  content: ""; }

.bi-7-square-fill::before {
  content: ""; }

.bi-7-square::before {
  content: ""; }

.bi-8-circle-fill::before {
  content: ""; }

.bi-8-circle::before {
  content: ""; }

.bi-8-square-fill::before {
  content: ""; }

.bi-8-square::before {
  content: ""; }

.bi-9-circle-fill::before {
  content: ""; }

.bi-9-circle::before {
  content: ""; }

.bi-9-square-fill::before {
  content: ""; }

.bi-9-square::before {
  content: ""; }

.bi-airplane-engines-fill::before {
  content: ""; }

.bi-airplane-engines::before {
  content: ""; }

.bi-airplane-fill::before {
  content: ""; }

.bi-airplane::before {
  content: ""; }

.bi-alexa::before {
  content: ""; }

.bi-alipay::before {
  content: ""; }

.bi-android::before {
  content: ""; }

.bi-android2::before {
  content: ""; }

.bi-box-fill::before {
  content: ""; }

.bi-box-seam-fill::before {
  content: ""; }

.bi-browser-chrome::before {
  content: ""; }

.bi-browser-edge::before {
  content: ""; }

.bi-browser-firefox::before {
  content: ""; }

.bi-browser-safari::before {
  content: ""; }

.bi-c-circle-fill::before {
  content: ""; }

.bi-c-circle::before {
  content: ""; }

.bi-c-square-fill::before {
  content: ""; }

.bi-c-square::before {
  content: ""; }

.bi-capsule-pill::before {
  content: ""; }

.bi-capsule::before {
  content: ""; }

.bi-car-front-fill::before {
  content: ""; }

.bi-car-front::before {
  content: ""; }

.bi-cassette-fill::before {
  content: ""; }

.bi-cassette::before {
  content: ""; }

.bi-cc-circle-fill::before {
  content: ""; }

.bi-cc-circle::before {
  content: ""; }

.bi-cc-square-fill::before {
  content: ""; }

.bi-cc-square::before {
  content: ""; }

.bi-cup-hot-fill::before {
  content: ""; }

.bi-cup-hot::before {
  content: ""; }

.bi-currency-rupee::before {
  content: ""; }

.bi-dropbox::before {
  content: ""; }

.bi-escape::before {
  content: ""; }

.bi-fast-forward-btn-fill::before {
  content: ""; }

.bi-fast-forward-btn::before {
  content: ""; }

.bi-fast-forward-circle-fill::before {
  content: ""; }

.bi-fast-forward-circle::before {
  content: ""; }

.bi-fast-forward-fill::before {
  content: ""; }

.bi-fast-forward::before {
  content: ""; }

.bi-filetype-sql::before {
  content: ""; }

.bi-fire::before {
  content: ""; }

.bi-google-play::before {
  content: ""; }

.bi-h-circle-fill::before {
  content: ""; }

.bi-h-circle::before {
  content: ""; }

.bi-h-square-fill::before {
  content: ""; }

.bi-h-square::before {
  content: ""; }

.bi-indent::before {
  content: ""; }

.bi-lungs-fill::before {
  content: ""; }

.bi-lungs::before {
  content: ""; }

.bi-microsoft-teams::before {
  content: ""; }

.bi-p-circle-fill::before {
  content: ""; }

.bi-p-circle::before {
  content: ""; }

.bi-p-square-fill::before {
  content: ""; }

.bi-p-square::before {
  content: ""; }

.bi-pass-fill::before {
  content: ""; }

.bi-pass::before {
  content: ""; }

.bi-prescription::before {
  content: ""; }

.bi-prescription2::before {
  content: ""; }

.bi-r-circle-fill::before {
  content: ""; }

.bi-r-circle::before {
  content: ""; }

.bi-r-square-fill::before {
  content: ""; }

.bi-r-square::before {
  content: ""; }

.bi-repeat-1::before {
  content: ""; }

.bi-repeat::before {
  content: ""; }

.bi-rewind-btn-fill::before {
  content: ""; }

.bi-rewind-btn::before {
  content: ""; }

.bi-rewind-circle-fill::before {
  content: ""; }

.bi-rewind-circle::before {
  content: ""; }

.bi-rewind-fill::before {
  content: ""; }

.bi-rewind::before {
  content: ""; }

.bi-train-freight-front-fill::before {
  content: ""; }

.bi-train-freight-front::before {
  content: ""; }

.bi-train-front-fill::before {
  content: ""; }

.bi-train-front::before {
  content: ""; }

.bi-train-lightrail-front-fill::before {
  content: ""; }

.bi-train-lightrail-front::before {
  content: ""; }

.bi-truck-front-fill::before {
  content: ""; }

.bi-truck-front::before {
  content: ""; }

.bi-ubuntu::before {
  content: ""; }

.bi-unindent::before {
  content: ""; }

.bi-unity::before {
  content: ""; }

.bi-universal-access-circle::before {
  content: ""; }

.bi-universal-access::before {
  content: ""; }

.bi-virus::before {
  content: ""; }

.bi-virus2::before {
  content: ""; }

.bi-wechat::before {
  content: ""; }

.bi-yelp::before {
  content: ""; }

.bi-sign-stop-fill::before {
  content: ""; }

.bi-sign-stop-lights-fill::before {
  content: ""; }

.bi-sign-stop-lights::before {
  content: ""; }

.bi-sign-stop::before {
  content: ""; }

.bi-sign-turn-left-fill::before {
  content: ""; }

.bi-sign-turn-left::before {
  content: ""; }

.bi-sign-turn-right-fill::before {
  content: ""; }

.bi-sign-turn-right::before {
  content: ""; }

.bi-sign-turn-slight-left-fill::before {
  content: ""; }

.bi-sign-turn-slight-left::before {
  content: ""; }

.bi-sign-turn-slight-right-fill::before {
  content: ""; }

.bi-sign-turn-slight-right::before {
  content: ""; }

.bi-sign-yield-fill::before {
  content: ""; }

.bi-sign-yield::before {
  content: ""; }

.bi-ev-station-fill::before {
  content: ""; }

.bi-ev-station::before {
  content: ""; }

.bi-fuel-pump-diesel-fill::before {
  content: ""; }

.bi-fuel-pump-diesel::before {
  content: ""; }

.bi-fuel-pump-fill::before {
  content: ""; }

.bi-fuel-pump::before {
  content: ""; }

.bi-0-circle-fill::before {
  content: ""; }

.bi-0-circle::before {
  content: ""; }

.bi-0-square-fill::before {
  content: ""; }

.bi-0-square::before {
  content: ""; }

.bi-rocket-fill::before {
  content: ""; }

.bi-rocket-takeoff-fill::before {
  content: ""; }

.bi-rocket-takeoff::before {
  content: ""; }

.bi-rocket::before {
  content: ""; }

.bi-stripe::before {
  content: ""; }

.bi-subscript::before {
  content: ""; }

.bi-superscript::before {
  content: ""; }

.bi-trello::before {
  content: ""; }

.bi-envelope-at-fill::before {
  content: ""; }

.bi-envelope-at::before {
  content: ""; }

.bi-regex::before {
  content: ""; }

.bi-text-wrap::before {
  content: ""; }

.bi-sign-dead-end-fill::before {
  content: ""; }

.bi-sign-dead-end::before {
  content: ""; }

.bi-sign-do-not-enter-fill::before {
  content: ""; }

.bi-sign-do-not-enter::before {
  content: ""; }

.bi-sign-intersection-fill::before {
  content: ""; }

.bi-sign-intersection-side-fill::before {
  content: ""; }

.bi-sign-intersection-side::before {
  content: ""; }

.bi-sign-intersection-t-fill::before {
  content: ""; }

.bi-sign-intersection-t::before {
  content: ""; }

.bi-sign-intersection-y-fill::before {
  content: ""; }

.bi-sign-intersection-y::before {
  content: ""; }

.bi-sign-intersection::before {
  content: ""; }

.bi-sign-merge-left-fill::before {
  content: ""; }

.bi-sign-merge-left::before {
  content: ""; }

.bi-sign-merge-right-fill::before {
  content: ""; }

.bi-sign-merge-right::before {
  content: ""; }

.bi-sign-no-left-turn-fill::before {
  content: ""; }

.bi-sign-no-left-turn::before {
  content: ""; }

.bi-sign-no-parking-fill::before {
  content: ""; }

.bi-sign-no-parking::before {
  content: ""; }

.bi-sign-no-right-turn-fill::before {
  content: ""; }

.bi-sign-no-right-turn::before {
  content: ""; }

.bi-sign-railroad-fill::before {
  content: ""; }

.bi-sign-railroad::before {
  content: ""; }

.bi-building-add::before {
  content: ""; }

.bi-building-check::before {
  content: ""; }

.bi-building-dash::before {
  content: ""; }

.bi-building-down::before {
  content: ""; }

.bi-building-exclamation::before {
  content: ""; }

.bi-building-fill-add::before {
  content: ""; }

.bi-building-fill-check::before {
  content: ""; }

.bi-building-fill-dash::before {
  content: ""; }

.bi-building-fill-down::before {
  content: ""; }

.bi-building-fill-exclamation::before {
  content: ""; }

.bi-building-fill-gear::before {
  content: ""; }

.bi-building-fill-lock::before {
  content: ""; }

.bi-building-fill-slash::before {
  content: ""; }

.bi-building-fill-up::before {
  content: ""; }

.bi-building-fill-x::before {
  content: ""; }

.bi-building-fill::before {
  content: ""; }

.bi-building-gear::before {
  content: ""; }

.bi-building-lock::before {
  content: ""; }

.bi-building-slash::before {
  content: ""; }

.bi-building-up::before {
  content: ""; }

.bi-building-x::before {
  content: ""; }

.bi-buildings-fill::before {
  content: ""; }

.bi-buildings::before {
  content: ""; }

.bi-bus-front-fill::before {
  content: ""; }

.bi-bus-front::before {
  content: ""; }

.bi-ev-front-fill::before {
  content: ""; }

.bi-ev-front::before {
  content: ""; }

.bi-globe-americas::before {
  content: ""; }

.bi-globe-asia-australia::before {
  content: ""; }

.bi-globe-central-south-asia::before {
  content: ""; }

.bi-globe-europe-africa::before {
  content: ""; }

.bi-house-add-fill::before {
  content: ""; }

.bi-house-add::before {
  content: ""; }

.bi-house-check-fill::before {
  content: ""; }

.bi-house-check::before {
  content: ""; }

.bi-house-dash-fill::before {
  content: ""; }

.bi-house-dash::before {
  content: ""; }

.bi-house-down-fill::before {
  content: ""; }

.bi-house-down::before {
  content: ""; }

.bi-house-exclamation-fill::before {
  content: ""; }

.bi-house-exclamation::before {
  content: ""; }

.bi-house-gear-fill::before {
  content: ""; }

.bi-house-gear::before {
  content: ""; }

.bi-house-lock-fill::before {
  content: ""; }

.bi-house-lock::before {
  content: ""; }

.bi-house-slash-fill::before {
  content: ""; }

.bi-house-slash::before {
  content: ""; }

.bi-house-up-fill::before {
  content: ""; }

.bi-house-up::before {
  content: ""; }

.bi-house-x-fill::before {
  content: ""; }

.bi-house-x::before {
  content: ""; }

.bi-person-add::before {
  content: ""; }

.bi-person-down::before {
  content: ""; }

.bi-person-exclamation::before {
  content: ""; }

.bi-person-fill-add::before {
  content: ""; }

.bi-person-fill-check::before {
  content: ""; }

.bi-person-fill-dash::before {
  content: ""; }

.bi-person-fill-down::before {
  content: ""; }

.bi-person-fill-exclamation::before {
  content: ""; }

.bi-person-fill-gear::before {
  content: ""; }

.bi-person-fill-lock::before {
  content: ""; }

.bi-person-fill-slash::before {
  content: ""; }

.bi-person-fill-up::before {
  content: ""; }

.bi-person-fill-x::before {
  content: ""; }

.bi-person-gear::before {
  content: ""; }

.bi-person-lock::before {
  content: ""; }

.bi-person-slash::before {
  content: ""; }

.bi-person-up::before {
  content: ""; }

.bi-scooter::before {
  content: ""; }

.bi-taxi-front-fill::before {
  content: ""; }

.bi-taxi-front::before {
  content: ""; }

.bi-amd::before {
  content: ""; }

.bi-database-add::before {
  content: ""; }

.bi-database-check::before {
  content: ""; }

.bi-database-dash::before {
  content: ""; }

.bi-database-down::before {
  content: ""; }

.bi-database-exclamation::before {
  content: ""; }

.bi-database-fill-add::before {
  content: ""; }

.bi-database-fill-check::before {
  content: ""; }

.bi-database-fill-dash::before {
  content: ""; }

.bi-database-fill-down::before {
  content: ""; }

.bi-database-fill-exclamation::before {
  content: ""; }

.bi-database-fill-gear::before {
  content: ""; }

.bi-database-fill-lock::before {
  content: ""; }

.bi-database-fill-slash::before {
  content: ""; }

.bi-database-fill-up::before {
  content: ""; }

.bi-database-fill-x::before {
  content: ""; }

.bi-database-fill::before {
  content: ""; }

.bi-database-gear::before {
  content: ""; }

.bi-database-lock::before {
  content: ""; }

.bi-database-slash::before {
  content: ""; }

.bi-database-up::before {
  content: ""; }

.bi-database-x::before {
  content: ""; }

.bi-database::before {
  content: ""; }

.bi-houses-fill::before {
  content: ""; }

.bi-houses::before {
  content: ""; }

.bi-nvidia::before {
  content: ""; }

.bi-person-vcard-fill::before {
  content: ""; }

.bi-person-vcard::before {
  content: ""; }

.bi-sina-weibo::before {
  content: ""; }

.bi-tencent-qq::before {
  content: ""; }

.bi-wikipedia::before {
  content: ""; }

.bi-alphabet-uppercase::before {
  content: ""; }

.bi-alphabet::before {
  content: ""; }

.bi-amazon::before {
  content: ""; }

.bi-arrows-collapse-vertical::before {
  content: ""; }

.bi-arrows-expand-vertical::before {
  content: ""; }

.bi-arrows-vertical::before {
  content: ""; }

.bi-arrows::before {
  content: ""; }

.bi-ban-fill::before {
  content: ""; }

.bi-ban::before {
  content: ""; }

.bi-bing::before {
  content: ""; }

.bi-cake::before {
  content: ""; }

.bi-cake2::before {
  content: ""; }

.bi-cookie::before {
  content: ""; }

.bi-copy::before {
  content: ""; }

.bi-crosshair::before {
  content: ""; }

.bi-crosshair2::before {
  content: ""; }

.bi-emoji-astonished-fill::before {
  content: ""; }

.bi-emoji-astonished::before {
  content: ""; }

.bi-emoji-grimace-fill::before {
  content: ""; }

.bi-emoji-grimace::before {
  content: ""; }

.bi-emoji-grin-fill::before {
  content: ""; }

.bi-emoji-grin::before {
  content: ""; }

.bi-emoji-surprise-fill::before {
  content: ""; }

.bi-emoji-surprise::before {
  content: ""; }

.bi-emoji-tear-fill::before {
  content: ""; }

.bi-emoji-tear::before {
  content: ""; }

.bi-envelope-arrow-down-fill::before {
  content: ""; }

.bi-envelope-arrow-down::before {
  content: ""; }

.bi-envelope-arrow-up-fill::before {
  content: ""; }

.bi-envelope-arrow-up::before {
  content: ""; }

.bi-feather::before {
  content: ""; }

.bi-feather2::before {
  content: ""; }

.bi-floppy-fill::before {
  content: ""; }

.bi-floppy::before {
  content: ""; }

.bi-floppy2-fill::before {
  content: ""; }

.bi-floppy2::before {
  content: ""; }

.bi-gitlab::before {
  content: ""; }

.bi-highlighter::before {
  content: ""; }

.bi-marker-tip::before {
  content: ""; }

.bi-nvme-fill::before {
  content: ""; }

.bi-nvme::before {
  content: ""; }

.bi-opencollective::before {
  content: ""; }

.bi-pci-card-network::before {
  content: ""; }

.bi-pci-card-sound::before {
  content: ""; }

.bi-radar::before {
  content: ""; }

.bi-send-arrow-down-fill::before {
  content: ""; }

.bi-send-arrow-down::before {
  content: ""; }

.bi-send-arrow-up-fill::before {
  content: ""; }

.bi-send-arrow-up::before {
  content: ""; }

.bi-sim-slash-fill::before {
  content: ""; }

.bi-sim-slash::before {
  content: ""; }

.bi-sourceforge::before {
  content: ""; }

.bi-substack::before {
  content: ""; }

.bi-threads-fill::before {
  content: ""; }

.bi-threads::before {
  content: ""; }

.bi-transparency::before {
  content: ""; }

.bi-twitter-x::before {
  content: ""; }

.bi-type-h4::before {
  content: ""; }

.bi-type-h5::before {
  content: ""; }

.bi-type-h6::before {
  content: ""; }

.bi-backpack-fill::before {
  content: ""; }

.bi-backpack::before {
  content: ""; }

.bi-backpack2-fill::before {
  content: ""; }

.bi-backpack2::before {
  content: ""; }

.bi-backpack3-fill::before {
  content: ""; }

.bi-backpack3::before {
  content: ""; }

.bi-backpack4-fill::before {
  content: ""; }

.bi-backpack4::before {
  content: ""; }

.bi-brilliance::before {
  content: ""; }

.bi-cake-fill::before {
  content: ""; }

.bi-cake2-fill::before {
  content: ""; }

.bi-duffle-fill::before {
  content: ""; }

.bi-duffle::before {
  content: ""; }

.bi-exposure::before {
  content: ""; }

.bi-gender-neuter::before {
  content: ""; }

.bi-highlights::before {
  content: ""; }

.bi-luggage-fill::before {
  content: ""; }

.bi-luggage::before {
  content: ""; }

.bi-mailbox-flag::before {
  content: ""; }

.bi-mailbox2-flag::before {
  content: ""; }

.bi-noise-reduction::before {
  content: ""; }

.bi-passport-fill::before {
  content: ""; }

.bi-passport::before {
  content: ""; }

.bi-person-arms-up::before {
  content: ""; }

.bi-person-raised-hand::before {
  content: ""; }

.bi-person-standing-dress::before {
  content: ""; }

.bi-person-standing::before {
  content: ""; }

.bi-person-walking::before {
  content: ""; }

.bi-person-wheelchair::before {
  content: ""; }

.bi-shadows::before {
  content: ""; }

.bi-suitcase-fill::before {
  content: ""; }

.bi-suitcase-lg-fill::before {
  content: ""; }

.bi-suitcase-lg::before {
  content: ""; }

.bi-suitcase::before {
  content: "豈"; }

.bi-suitcase2-fill::before {
  content: "更"; }

.bi-suitcase2::before {
  content: "車"; }

.bi-vignette::before {
  content: "賈"; }

@font-face {
  font-display: block;
  font-family: "bootstrap-icons-fix";
  src: url("../fonts/bootstrap-icons/bootstrap-icons.woff2") format("woff2"), url("../fonts/bootstrap-icons/bootstrap-icons.woff") format("woff"); }

.bi::before,
[class^="bi-"]::before,
[class*=" bi-"]::before {
  font-family: "bootstrap-icons-fix" !important; }

/*!
 * Bootstrap Grid v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #fff;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #0d6efd;
  --bs-link-hover-color: #0a58ca;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #fff3cd; }

/*!
 * Bootstrap Grid v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}*/
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x)); }

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%; }

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%; }

.col-auto {
  flex: 0 0 auto;
  width: auto; }

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333333%; }
  .offset-sm-2 {
    margin-left: 16.66666667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333333%; }
  .offset-sm-5 {
    margin-left: 41.66666667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333333%; }
  .offset-sm-8 {
    margin-left: 66.66666667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333333%; }
  .offset-sm-11 {
    margin-left: 91.66666667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333333%; }
  .offset-md-2 {
    margin-left: 16.66666667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333333%; }
  .offset-md-5 {
    margin-left: 41.66666667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333333%; }
  .offset-md-8 {
    margin-left: 66.66666667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333333%; }
  .offset-md-11 {
    margin-left: 91.66666667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333333%; }
  .offset-lg-2 {
    margin-left: 16.66666667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333333%; }
  .offset-lg-5 {
    margin-left: 41.66666667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333333%; }
  .offset-lg-8 {
    margin-left: 66.66666667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333333%; }
  .offset-lg-11 {
    margin-left: 91.66666667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333333%; }
  .offset-xl-2 {
    margin-left: 16.66666667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333333%; }
  .offset-xl-5 {
    margin-left: 41.66666667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333333%; }
  .offset-xl-8 {
    margin-left: 66.66666667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333333%; }
  .offset-xl-11 {
    margin-left: 91.66666667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333333%; }
  .offset-xxl-2 {
    margin-left: 16.66666667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333333%; }
  .offset-xxl-5 {
    margin-left: 41.66666667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333333%; }
  .offset-xxl-8 {
    margin-left: 66.66666667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333333%; }
  .offset-xxl-11 {
    margin-left: 91.66666667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.justify-content-center {
  justify-content: center !important; }

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

.justify-content-around {
  justify-content: space-around !important; }

.justify-content-evenly {
  justify-content: space-evenly !important; }

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

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

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

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

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

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

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

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

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

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

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

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

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

.align-self-stretch {
  align-self: stretch !important; }

.order-first {
  order: -1 !important; }

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

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important; }

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

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

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

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

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

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

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important; }

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

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

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

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

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

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

.mt-auto {
  margin-top: auto !important; }

.me-0 {
  margin-right: 0 !important; }

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

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

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

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

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

.me-auto {
  margin-right: auto !important; }

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

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

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

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

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

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

.mb-auto {
  margin-bottom: auto !important; }

.ms-0 {
  margin-left: 0 !important; }

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

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

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

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

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

.ms-auto {
  margin-left: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important; }

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

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

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

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

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

@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-grid {
    display: grid !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: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; }
  .order-sm-first {
    order: -1 !important; }
  .order-sm-0 {
    order: 0 !important; }
  .order-sm-1 {
    order: 1 !important; }
  .order-sm-2 {
    order: 2 !important; }
  .order-sm-3 {
    order: 3 !important; }
  .order-sm-4 {
    order: 4 !important; }
  .order-sm-5 {
    order: 5 !important; }
  .order-sm-last {
    order: 6 !important; }
  .m-sm-0 {
    margin: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-1 {
    margin-top: 0.25rem !important; }
  .mt-sm-2 {
    margin-top: 0.5rem !important; }
  .mt-sm-3 {
    margin-top: 1rem !important; }
  .mt-sm-4 {
    margin-top: 1.5rem !important; }
  .mt-sm-5 {
    margin-top: 3rem !important; }
  .mt-sm-auto {
    margin-top: auto !important; }
  .me-sm-0 {
    margin-right: 0 !important; }
  .me-sm-1 {
    margin-right: 0.25rem !important; }
  .me-sm-2 {
    margin-right: 0.5rem !important; }
  .me-sm-3 {
    margin-right: 1rem !important; }
  .me-sm-4 {
    margin-right: 1.5rem !important; }
  .me-sm-5 {
    margin-right: 3rem !important; }
  .me-sm-auto {
    margin-right: auto !important; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important; }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }
  .mb-sm-3 {
    margin-bottom: 1rem !important; }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important; }
  .mb-sm-5 {
    margin-bottom: 3rem !important; }
  .mb-sm-auto {
    margin-bottom: auto !important; }
  .ms-sm-0 {
    margin-left: 0 !important; }
  .ms-sm-1 {
    margin-left: 0.25rem !important; }
  .ms-sm-2 {
    margin-left: 0.5rem !important; }
  .ms-sm-3 {
    margin-left: 1rem !important; }
  .ms-sm-4 {
    margin-left: 1.5rem !important; }
  .ms-sm-5 {
    margin-left: 3rem !important; }
  .ms-sm-auto {
    margin-left: auto !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-sm-0 {
    padding-top: 0 !important; }
  .pt-sm-1 {
    padding-top: 0.25rem !important; }
  .pt-sm-2 {
    padding-top: 0.5rem !important; }
  .pt-sm-3 {
    padding-top: 1rem !important; }
  .pt-sm-4 {
    padding-top: 1.5rem !important; }
  .pt-sm-5 {
    padding-top: 3rem !important; }
  .pe-sm-0 {
    padding-right: 0 !important; }
  .pe-sm-1 {
    padding-right: 0.25rem !important; }
  .pe-sm-2 {
    padding-right: 0.5rem !important; }
  .pe-sm-3 {
    padding-right: 1rem !important; }
  .pe-sm-4 {
    padding-right: 1.5rem !important; }
  .pe-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-0 {
    padding-bottom: 0 !important; }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pb-sm-3 {
    padding-bottom: 1rem !important; }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pb-sm-5 {
    padding-bottom: 3rem !important; }
  .ps-sm-0 {
    padding-left: 0 !important; }
  .ps-sm-1 {
    padding-left: 0.25rem !important; }
  .ps-sm-2 {
    padding-left: 0.5rem !important; }
  .ps-sm-3 {
    padding-left: 1rem !important; }
  .ps-sm-4 {
    padding-left: 1.5rem !important; }
  .ps-sm-5 {
    padding-left: 3rem !important; } }

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-grid {
    display: grid !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: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .justify-content-md-evenly {
    justify-content: space-evenly !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; }
  .order-md-first {
    order: -1 !important; }
  .order-md-0 {
    order: 0 !important; }
  .order-md-1 {
    order: 1 !important; }
  .order-md-2 {
    order: 2 !important; }
  .order-md-3 {
    order: 3 !important; }
  .order-md-4 {
    order: 4 !important; }
  .order-md-5 {
    order: 5 !important; }
  .order-md-last {
    order: 6 !important; }
  .m-md-0 {
    margin: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-1 {
    margin-top: 0.25rem !important; }
  .mt-md-2 {
    margin-top: 0.5rem !important; }
  .mt-md-3 {
    margin-top: 1rem !important; }
  .mt-md-4 {
    margin-top: 1.5rem !important; }
  .mt-md-5 {
    margin-top: 3rem !important; }
  .mt-md-auto {
    margin-top: auto !important; }
  .me-md-0 {
    margin-right: 0 !important; }
  .me-md-1 {
    margin-right: 0.25rem !important; }
  .me-md-2 {
    margin-right: 0.5rem !important; }
  .me-md-3 {
    margin-right: 1rem !important; }
  .me-md-4 {
    margin-right: 1.5rem !important; }
  .me-md-5 {
    margin-right: 3rem !important; }
  .me-md-auto {
    margin-right: auto !important; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-1 {
    margin-bottom: 0.25rem !important; }
  .mb-md-2 {
    margin-bottom: 0.5rem !important; }
  .mb-md-3 {
    margin-bottom: 1rem !important; }
  .mb-md-4 {
    margin-bottom: 1.5rem !important; }
  .mb-md-5 {
    margin-bottom: 3rem !important; }
  .mb-md-auto {
    margin-bottom: auto !important; }
  .ms-md-0 {
    margin-left: 0 !important; }
  .ms-md-1 {
    margin-left: 0.25rem !important; }
  .ms-md-2 {
    margin-left: 0.5rem !important; }
  .ms-md-3 {
    margin-left: 1rem !important; }
  .ms-md-4 {
    margin-left: 1.5rem !important; }
  .ms-md-5 {
    margin-left: 3rem !important; }
  .ms-md-auto {
    margin-left: auto !important; }
  .p-md-0 {
    padding: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-md-0 {
    padding-top: 0 !important; }
  .pt-md-1 {
    padding-top: 0.25rem !important; }
  .pt-md-2 {
    padding-top: 0.5rem !important; }
  .pt-md-3 {
    padding-top: 1rem !important; }
  .pt-md-4 {
    padding-top: 1.5rem !important; }
  .pt-md-5 {
    padding-top: 3rem !important; }
  .pe-md-0 {
    padding-right: 0 !important; }
  .pe-md-1 {
    padding-right: 0.25rem !important; }
  .pe-md-2 {
    padding-right: 0.5rem !important; }
  .pe-md-3 {
    padding-right: 1rem !important; }
  .pe-md-4 {
    padding-right: 1.5rem !important; }
  .pe-md-5 {
    padding-right: 3rem !important; }
  .pb-md-0 {
    padding-bottom: 0 !important; }
  .pb-md-1 {
    padding-bottom: 0.25rem !important; }
  .pb-md-2 {
    padding-bottom: 0.5rem !important; }
  .pb-md-3 {
    padding-bottom: 1rem !important; }
  .pb-md-4 {
    padding-bottom: 1.5rem !important; }
  .pb-md-5 {
    padding-bottom: 3rem !important; }
  .ps-md-0 {
    padding-left: 0 !important; }
  .ps-md-1 {
    padding-left: 0.25rem !important; }
  .ps-md-2 {
    padding-left: 0.5rem !important; }
  .ps-md-3 {
    padding-left: 1rem !important; }
  .ps-md-4 {
    padding-left: 1.5rem !important; }
  .ps-md-5 {
    padding-left: 3rem !important; } }

@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-grid {
    display: grid !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: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; }
  .order-lg-first {
    order: -1 !important; }
  .order-lg-0 {
    order: 0 !important; }
  .order-lg-1 {
    order: 1 !important; }
  .order-lg-2 {
    order: 2 !important; }
  .order-lg-3 {
    order: 3 !important; }
  .order-lg-4 {
    order: 4 !important; }
  .order-lg-5 {
    order: 5 !important; }
  .order-lg-last {
    order: 6 !important; }
  .m-lg-0 {
    margin: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-1 {
    margin-top: 0.25rem !important; }
  .mt-lg-2 {
    margin-top: 0.5rem !important; }
  .mt-lg-3 {
    margin-top: 1rem !important; }
  .mt-lg-4 {
    margin-top: 1.5rem !important; }
  .mt-lg-5 {
    margin-top: 3rem !important; }
  .mt-lg-auto {
    margin-top: auto !important; }
  .me-lg-0 {
    margin-right: 0 !important; }
  .me-lg-1 {
    margin-right: 0.25rem !important; }
  .me-lg-2 {
    margin-right: 0.5rem !important; }
  .me-lg-3 {
    margin-right: 1rem !important; }
  .me-lg-4 {
    margin-right: 1.5rem !important; }
  .me-lg-5 {
    margin-right: 3rem !important; }
  .me-lg-auto {
    margin-right: auto !important; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important; }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }
  .mb-lg-3 {
    margin-bottom: 1rem !important; }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important; }
  .mb-lg-5 {
    margin-bottom: 3rem !important; }
  .mb-lg-auto {
    margin-bottom: auto !important; }
  .ms-lg-0 {
    margin-left: 0 !important; }
  .ms-lg-1 {
    margin-left: 0.25rem !important; }
  .ms-lg-2 {
    margin-left: 0.5rem !important; }
  .ms-lg-3 {
    margin-left: 1rem !important; }
  .ms-lg-4 {
    margin-left: 1.5rem !important; }
  .ms-lg-5 {
    margin-left: 3rem !important; }
  .ms-lg-auto {
    margin-left: auto !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-lg-0 {
    padding-top: 0 !important; }
  .pt-lg-1 {
    padding-top: 0.25rem !important; }
  .pt-lg-2 {
    padding-top: 0.5rem !important; }
  .pt-lg-3 {
    padding-top: 1rem !important; }
  .pt-lg-4 {
    padding-top: 1.5rem !important; }
  .pt-lg-5 {
    padding-top: 3rem !important; }
  .pe-lg-0 {
    padding-right: 0 !important; }
  .pe-lg-1 {
    padding-right: 0.25rem !important; }
  .pe-lg-2 {
    padding-right: 0.5rem !important; }
  .pe-lg-3 {
    padding-right: 1rem !important; }
  .pe-lg-4 {
    padding-right: 1.5rem !important; }
  .pe-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-0 {
    padding-bottom: 0 !important; }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pb-lg-3 {
    padding-bottom: 1rem !important; }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pb-lg-5 {
    padding-bottom: 3rem !important; }
  .ps-lg-0 {
    padding-left: 0 !important; }
  .ps-lg-1 {
    padding-left: 0.25rem !important; }
  .ps-lg-2 {
    padding-left: 0.5rem !important; }
  .ps-lg-3 {
    padding-left: 1rem !important; }
  .ps-lg-4 {
    padding-left: 1.5rem !important; }
  .ps-lg-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1200px) {
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-grid {
    display: grid !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: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; }
  .order-xl-first {
    order: -1 !important; }
  .order-xl-0 {
    order: 0 !important; }
  .order-xl-1 {
    order: 1 !important; }
  .order-xl-2 {
    order: 2 !important; }
  .order-xl-3 {
    order: 3 !important; }
  .order-xl-4 {
    order: 4 !important; }
  .order-xl-5 {
    order: 5 !important; }
  .order-xl-last {
    order: 6 !important; }
  .m-xl-0 {
    margin: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xl-0 {
    margin-top: 0 !important; }
  .mt-xl-1 {
    margin-top: 0.25rem !important; }
  .mt-xl-2 {
    margin-top: 0.5rem !important; }
  .mt-xl-3 {
    margin-top: 1rem !important; }
  .mt-xl-4 {
    margin-top: 1.5rem !important; }
  .mt-xl-5 {
    margin-top: 3rem !important; }
  .mt-xl-auto {
    margin-top: auto !important; }
  .me-xl-0 {
    margin-right: 0 !important; }
  .me-xl-1 {
    margin-right: 0.25rem !important; }
  .me-xl-2 {
    margin-right: 0.5rem !important; }
  .me-xl-3 {
    margin-right: 1rem !important; }
  .me-xl-4 {
    margin-right: 1.5rem !important; }
  .me-xl-5 {
    margin-right: 3rem !important; }
  .me-xl-auto {
    margin-right: auto !important; }
  .mb-xl-0 {
    margin-bottom: 0 !important; }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xl-3 {
    margin-bottom: 1rem !important; }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xl-5 {
    margin-bottom: 3rem !important; }
  .mb-xl-auto {
    margin-bottom: auto !important; }
  .ms-xl-0 {
    margin-left: 0 !important; }
  .ms-xl-1 {
    margin-left: 0.25rem !important; }
  .ms-xl-2 {
    margin-left: 0.5rem !important; }
  .ms-xl-3 {
    margin-left: 1rem !important; }
  .ms-xl-4 {
    margin-left: 1.5rem !important; }
  .ms-xl-5 {
    margin-left: 3rem !important; }
  .ms-xl-auto {
    margin-left: auto !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xl-0 {
    padding-top: 0 !important; }
  .pt-xl-1 {
    padding-top: 0.25rem !important; }
  .pt-xl-2 {
    padding-top: 0.5rem !important; }
  .pt-xl-3 {
    padding-top: 1rem !important; }
  .pt-xl-4 {
    padding-top: 1.5rem !important; }
  .pt-xl-5 {
    padding-top: 3rem !important; }
  .pe-xl-0 {
    padding-right: 0 !important; }
  .pe-xl-1 {
    padding-right: 0.25rem !important; }
  .pe-xl-2 {
    padding-right: 0.5rem !important; }
  .pe-xl-3 {
    padding-right: 1rem !important; }
  .pe-xl-4 {
    padding-right: 1.5rem !important; }
  .pe-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-0 {
    padding-bottom: 0 !important; }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xl-3 {
    padding-bottom: 1rem !important; }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xl-5 {
    padding-bottom: 3rem !important; }
  .ps-xl-0 {
    padding-left: 0 !important; }
  .ps-xl-1 {
    padding-left: 0.25rem !important; }
  .ps-xl-2 {
    padding-left: 0.5rem !important; }
  .ps-xl-3 {
    padding-left: 1rem !important; }
  .ps-xl-4 {
    padding-left: 1.5rem !important; }
  .ps-xl-5 {
    padding-left: 3rem !important; } }

@media (min-width: 1400px) {
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-grid {
    display: grid !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: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; }
  .order-xxl-first {
    order: -1 !important; }
  .order-xxl-0 {
    order: 0 !important; }
  .order-xxl-1 {
    order: 1 !important; }
  .order-xxl-2 {
    order: 2 !important; }
  .order-xxl-3 {
    order: 3 !important; }
  .order-xxl-4 {
    order: 4 !important; }
  .order-xxl-5 {
    order: 5 !important; }
  .order-xxl-last {
    order: 6 !important; }
  .m-xxl-0 {
    margin: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }
  .mt-xxl-0 {
    margin-top: 0 !important; }
  .mt-xxl-1 {
    margin-top: 0.25rem !important; }
  .mt-xxl-2 {
    margin-top: 0.5rem !important; }
  .mt-xxl-3 {
    margin-top: 1rem !important; }
  .mt-xxl-4 {
    margin-top: 1.5rem !important; }
  .mt-xxl-5 {
    margin-top: 3rem !important; }
  .mt-xxl-auto {
    margin-top: auto !important; }
  .me-xxl-0 {
    margin-right: 0 !important; }
  .me-xxl-1 {
    margin-right: 0.25rem !important; }
  .me-xxl-2 {
    margin-right: 0.5rem !important; }
  .me-xxl-3 {
    margin-right: 1rem !important; }
  .me-xxl-4 {
    margin-right: 1.5rem !important; }
  .me-xxl-5 {
    margin-right: 3rem !important; }
  .me-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-0 {
    margin-bottom: 0 !important; }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .mb-xxl-3 {
    margin-bottom: 1rem !important; }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .mb-xxl-5 {
    margin-bottom: 3rem !important; }
  .mb-xxl-auto {
    margin-bottom: auto !important; }
  .ms-xxl-0 {
    margin-left: 0 !important; }
  .ms-xxl-1 {
    margin-left: 0.25rem !important; }
  .ms-xxl-2 {
    margin-left: 0.5rem !important; }
  .ms-xxl-3 {
    margin-left: 1rem !important; }
  .ms-xxl-4 {
    margin-left: 1.5rem !important; }
  .ms-xxl-5 {
    margin-left: 3rem !important; }
  .ms-xxl-auto {
    margin-left: auto !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }
  .pt-xxl-0 {
    padding-top: 0 !important; }
  .pt-xxl-1 {
    padding-top: 0.25rem !important; }
  .pt-xxl-2 {
    padding-top: 0.5rem !important; }
  .pt-xxl-3 {
    padding-top: 1rem !important; }
  .pt-xxl-4 {
    padding-top: 1.5rem !important; }
  .pt-xxl-5 {
    padding-top: 3rem !important; }
  .pe-xxl-0 {
    padding-right: 0 !important; }
  .pe-xxl-1 {
    padding-right: 0.25rem !important; }
  .pe-xxl-2 {
    padding-right: 0.5rem !important; }
  .pe-xxl-3 {
    padding-right: 1rem !important; }
  .pe-xxl-4 {
    padding-right: 1.5rem !important; }
  .pe-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-0 {
    padding-bottom: 0 !important; }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pb-xxl-3 {
    padding-bottom: 1rem !important; }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pb-xxl-5 {
    padding-bottom: 3rem !important; }
  .ps-xxl-0 {
    padding-left: 0 !important; }
  .ps-xxl-1 {
    padding-left: 0.25rem !important; }
  .ps-xxl-2 {
    padding-left: 0.5rem !important; }
  .ps-xxl-3 {
    padding-left: 1rem !important; }
  .ps-xxl-4 {
    padding-left: 1.5rem !important; }
  .ps-xxl-5 {
    padding-left: 3rem !important; } }

@media print {
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-grid {
    display: grid !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: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/*# sourceMappingURL=bootstrap-grid.css.map */
/*!
 * Bootstrap Table v5.2.0 (https://getbootstrap.com/)
 * Copyright 2011-2022 The Bootstrap Authors
 * Copyright 2011-2022 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color); }

.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }

.table > tbody {
  vertical-align: inherit; }

.table > thead {
  vertical-align: bottom; }

.table-group-divider {
  border-top: 2px solid currentcolor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered tbody, .table-bordered td, .table-bordered tfoot, .table-bordered th, .table-bordered thead, .table-bordered tr {
  border-style: solid;
  border-color: inherit; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }

.table-bordered > :not(caption) > * > * {
  border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

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

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

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1.3rem; } }

.progress {
  --bs-progress-height: 1.3rem;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: #e9ecef;
  --bs-progress-border-radius: 375rem;
  --bs-progress-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-progress-bar-color: #959595;
  --bs-progress-bar-bg: #ed1c24;
  --bs-progress-bar-transition: width 0.6s ease;
  display: flex;
  height: var(--bs-progress-height);
  overflow: hidden;
  font-size: var(--bs-progress-font-size);
  background-color: var(--bs-progress-bg);
  border-radius: var(--bs-progress-border-radius);
  box-shadow: var(--bs-progress-box-shadow); }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: var(--bs-progress-bar-color);
  text-align: center;
  white-space: nowrap;
  background-color: var(--bs-progress-bar-bg);
  transition: var(--bs-progress-bar-transition) 300ms ease-out; }

.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: var(--bs-progress-height) var(--bs-progress-height); }

.progress-bar-loading {
  animation-name: animateBar;
  animation-iteration-count: 1;
  animation-timing-function: ease-in;
  animation-duration: 1.0s; }

@keyframes animateBar {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(0); } }

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

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

.overflow-hidden {
  overflow: hidden; }

.text-white {
  color: white !important; }

.bg-success {
  background-color: var(--bs-success); }

.bg-info {
  background-color: var(--bs-info); }

.bg-warning {
  background-color: var(--bs-warning); }

.bg-danger {
  background-color: var(--bs-danger); }

body.hasAdminBar [data-content-region^="above_header"],
body.hasAdminBar [data-content-region^="below_header"],
body.hasAdminBar [data-content-region^="above_footer"],
body.hasAdminBar [data-content-region^="below_footer"],
body.hasAdminBar .body {
  margin-top: 0 !important; }

body.hasAdminBar .header {
  padding-top: 0; }

.maintenanceNotice {
  display: none; }

.bc-control-tag svg {
  position: static; }

body {
  overflow-x: hidden;
  background-color: #fff; }
  body .body--product-page {
    background-color: #f6f6f6; }

svg {
  stroke: none !important; }

.redgolmar {
  color: #ed1c24; }

.container,
.container--full {
  overflow: hidden; }

.container--full {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.hidden {
  display: none; }

.show {
  display: block; }

@media screen and (min-width: 991px) {
  .hidden-desktop,
  [data-layout-name*="hidden-desktop"] {
    display: none !important; } }

@media screen and (min-width: 701px) and (max-width: 991px) {
  .hidden-tablet,
  [data-layout-name*="hidden-tablet"] {
    display: none !important; } }

@media screen and (max-width: 700px) {
  .hidden-mobile,
  [data-layout-name*="hidden-mobile"] {
    display: none !important; } }

/* latin-ext */
@font-face {
  font-family: 'Roboto Condensed Medium';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWAosBA5XxxKA.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }

/* latin */
@font-face {
  font-family: 'Roboto Condensed Medium';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/robotocondensed/v27/ieVo2ZhZI2eCN5jzbjEETS9weq8-_d6T_POl0fRJeyWAosBO5Xw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: inherit;
  margin-top: 0.75rem;
  font-family: 'Roboto Condensed Medium'; }

h1 {
  line-height: 64px; }

h2 {
  line-height: 48px; }

h3 {
  line-height: 36px; }

h4 {
  line-height: 24px; }

h5 {
  line-height: 16px; }

h6 {
  line-height: 13px; }

@media screen and (max-width: 991px) {
  h1 {
    font-size: 56px;
    line-height: 56px; }
  h2 {
    font-size: 40px;
    line-height: 40px; }
  h3 {
    font-size: 28px;
    line-height: 28px; }
  /* 
  h4 {line-height: $h4-font-size;}
  h5 {line-height: $h5-font-size;}
  h6 {line-height: $h6-font-size;}
  */ }

@media screen and (max-width: 700px) {
  h1 {
    font-size: 50px;
    line-height: 50px; }
  h2 {
    font-size: 34px;
    line-height: 34px; }
  h3 {
    font-size: 30px;
    line-height: 30px; } }

.form-field {
  margin: 0 0 1.5rem; }
  .form-field--error .form-input {
    border-color: #ed1c24; }
  .form-field--error .form-inlineMessage {
    font-size: 13px;
    line-height: 15px;
    color: #ed1c24; }

.form-input,
.form-select {
  border-color: #bbbbbb;
  border-radius: 0; }

.form-input::placeholder {
  font-size: 13px;
  color: #999; }

.form-actions {
  text-align: left; }

@media screen and (min-width: 701px) and (max-width: 991px) {
  [data-layout-name*="t1"] [data-sub-layout] {
    flex-basis: 100%;
    max-width: 100%; }
  [data-layout-name*="t1"]:not([data-layout-name*="t12"]) {
    padding-left: 0;
    padding-right: 0; }
  [data-layout-name*="t12"] [data-sub-layout]:not(:first-of-type) {
    flex-basis: 50%;
    max-width: 50%; }
  [data-layout-name*="t2"] [data-sub-layout] {
    flex-basis: 50%;
    max-width: 50%; }
  [data-layout-name*="t21"] [data-sub-layout]:nth-of-type(3) {
    flex-basis: 100%;
    max-width: 100%; }
  [data-layout-name*="t3"] [data-sub-layout] {
    flex-basis: 33.33%;
    max-width: 33.33%; } }

@media screen and (max-width: 700px) {
  [data-layout-name*="m2"] [data-sub-layout] {
    flex-basis: 50%;
    max-width: 50%; }
  [data-layout-name*="m2"] [data-sub-layout],
  [data-layout-name*="t1"] [data-sub-layout],
  [data-layout-name*="t2"] [data-sub-layout],
  [data-layout-name*="t3"] [data-sub-layout],
  [data-layout-name*="t12"] [data-sub-layout] {
    padding-left: 0;
    padding-right: 0; } }

[data-layout-name*="aligned"] [data-sub-layout]:first-of-type {
  display: inline-block; }
  [data-layout-name*="aligned"] [data-sub-layout]:first-of-type [data-widget-id] {
    float: left; }
    @media screen and (max-width: 991px) {
      [data-layout-name*="aligned"] [data-sub-layout]:first-of-type [data-widget-id] {
        float: none; } }

[data-layout-name*="boxed"] {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  @media (min-width: 1261px) {
    [data-layout-name*="boxed"] {
      padding-left: 6rem;
      padding-right: 6rem; } }

[data-layout-name="section-banner-title"] {
  position: absolute !important;
  overflow: hidden;
  width: 100%;
  height: 245px;
  /*   // Breadcrumb stripe
  &::before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    height: 34px;
    width: 200px;
    background-color: stencilColor('color-primary');
    z-index: 1;
  } */ }
  [data-layout-name="section-banner-title"] [data-sub-layout]::after {
    height: 245px; }
  [data-layout-name="section-banner-title"]::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.25; }

[data-layout-name="section-banner-title-area"] {
  position: absolute !important;
  overflow: hidden;
  width: 100%;
  height: 530px;
  /*
  .banner-medico { fill: #00A784; }
  .banner-estetico { fill: #E21F91; }
  .banner-industriale { fill: #A8A9AC; }
  .banner-horeca { fill: #3F89C9; }
*/ }
  [data-layout-name="section-banner-title-area"] [data-sub-layout] {
    height: 100% !important; }
  [data-layout-name="section-banner-title-area"]::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: 0.25; }
  [data-layout-name="section-banner-title-area"] svg.banner-stripe {
    height: 160px;
    bottom: 0;
    top: auto; }
    @media screen and (max-width: 1920px) {
      [data-layout-name="section-banner-title-area"] svg.banner-stripe {
        width: 1920px; } }

.page-banner-header {
  position: relative;
  /*
  &.banner-medico .page-stripe--cat { background-color: #00A784; }
  &.banner-estetico .page-stripe--cat { background-color: #E21F91; }
  &.banner-industriale .page-stripe--cat { background-color: #A8A9AC; }
  &.banner-horeca .page-stripe--cat { background-color: #3F89C9; }
*/ }
  .page-banner-header .page-heading {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    margin: 0; }
    .page-banner-header .page-heading h1 {
      color: #fff;
      text-transform: uppercase;
      font-size: 48px; }
  .page-banner-header .page-stripe {
    position: absolute;
    bottom: 10.5%; }
    .page-banner-header .page-stripe--cat {
      border: 1px solid #ffffff;
      padding: 3px 15px;
      display: inline-block;
      margin-right: 10px; }
      .page-banner-header .page-stripe--cat span {
        text-decoration: none;
        font-size: 18px;
        color: #fff;
        font-family: "Roboto Condensed"; }
  .page-banner-header.banner-small {
    height: 245px; }
  .page-banner-header.banner-big {
    margin-bottom: 0;
    height: 530px; }
  @media screen and (max-width: 700px) {
    .page-banner-header {
      margin-bottom: 25px; }
      .page-banner-header .page-heading h1 {
        font-size: 35px; } }

@media screen and (max-width: 700px) {
  [data-layout-name="section-banner-title"] {
    height: 180px; }
  .page-banner-header.banner-small {
    height: 180px; }
  .page-banner-header .page-heading {
    font-size: 34px; } }

[data-layout-name^="section-image-text"] [data-sub-layout] {
  display: -webkit-flex;
  display: flex; }
  [data-layout-name^="section-image-text"] [data-sub-layout] h3 {
    margin-top: 0.75rem; }

[data-layout-name="section-image-text-right"] [data-sub-layout]:first-of-type {
  padding-left: 5%; }

[data-layout-name="section-image-text-left"] [data-sub-layout] + [data-sub-layout] {
  padding-left: 5%; }

@media screen and (max-width: 700px) {
  [data-layout-name^="section-image-text"] [data-sub-layout] .widget-golmar-button-container {
    justify-content: center !important; }
  [data-layout-name="section-image-text-right"] [data-sub-layout]:first-of-type {
    padding: 15px 0;
    text-align: center;
    order: 2;
    -webkit-order: 2; }
  [data-layout-name="section-image-text-left"] [data-sub-layout] + [data-sub-layout] {
    padding: 15px 0;
    text-align: center; } }

[data-layout-name*="image-products"] [data-sub-layout]:not(:first-of-type) {
  flex-direction: row; }
  [data-layout-name*="image-products"] [data-sub-layout]:not(:first-of-type) .widget-product {
    width: auto;
    top: 50%;
    position: relative;
    transform: translate(0, -50%);
    margin: 0 15px; }

@media screen and (max-width: 700px) {
  [data-layout-name*="image-products-right"] [data-sub-layout]:not(:first-of-type) {
    order: 2;
    -webkit-order: 2; }
  [data-layout-name*="image-products"] [data-sub-layout]:not(:first-of-type) {
    flex-direction: column; }
    [data-layout-name*="image-products"] [data-sub-layout]:not(:first-of-type) .widget-product {
      max-width: 280px;
      width: 100%;
      left: 50%;
      transform: translate(-50%, 0);
      top: 0; }
    [data-layout-name*="image-products"] [data-sub-layout]:not(:first-of-type) .widget-product + .widget-product {
      margin-top: 30px; } }

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

.category-options .pagination {
  margin-left: 0; }

.page-content .pagination {
  margin-left: 0.75rem;
  display: inline-block; }

.pagination-list {
  text-align: left; }
  .pagination-list li,
  .pagination-list .pagination-link--next,
  .pagination-list .pagination-link--previous {
    font-weight: bold; }
    .pagination-list li .icon svg,
    .pagination-list .pagination-link--next .icon svg,
    .pagination-list .pagination-link--previous .icon svg {
      color: #888;
      fill: #888; }
  .pagination-list .pagination-item .pagination-link {
    font-size: 13px;
    padding: 5px 10px; }
  .pagination-list .pagination-item.pagination-item--current {
    border-radius: 0; }
    .pagination-list .pagination-item.pagination-item--current .pagination-link {
      color: #000; }

@media screen and (max-width: 700px) {
  [data-sub-layout-container="371e0671-754f-4a59-9a28-abf6503878f4"] {
    margin-bottom: 0px !important; } }

.rwd-video {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  padding-top: 30px;
  position: relative; }

.rwd-video iframe,
.rwd-video object,
.rwd-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

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

.golmarderm-attivi {
  border: 2px solid #ffffff;
  border-collapse: collapse; }

.golmarderm-attivi div:first-child {
  background-color: #6fbdda;
  color: #fff;
  height: 6em;
  padding: 4px;
  text-align: center; }

.golmarderm-attivi .lineacorpo div:first-child {
  background-color: #ecb8ab;
  color: #333; }

.golmarderm-attivi div:nth-child(2) {
  background-color: #f2f2f2;
  padding: 0.8em;
  height: 14em; }

@media only screen and (max-width: 700px) {
  .golmarderm-attivi div:nth-child(2) {
    height: auto; } }

@media screen and (min-width: 701px) and (max-width: 991px) {
  .golmarderm-attivi div:nth-child(2) {
    height: 21em; } }

.golmarderm-attivi h5 {
  text-transform: none !important;
  color: #fff; }

.golmarderm-attivi .lineacorpo h5 {
  text-transform: none !important;
  color: #333; }

.form-select-advanced {
  position: relative; }
  .form-select-advanced input {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M16.59 8.59L12 13.17 7.41 8.59 6 10l6 6 6-6z' fill='rgba(51, 51, 51, 0.999)' /%3E%3C/svg%3E");
    background-position: right 0.5625rem top 0.6875rem;
    background-repeat: no-repeat;
    cursor: pointer; }
    .form-select-advanced input:focus {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0; }
  .form-select-advanced .form-label {
    cursor: auto; }
  .form-select-advanced .form-select {
    position: absolute;
    width: 100%;
    height: inherit;
    max-height: 265px;
    overflow: auto;
    top: 46px;
    font-size: 16px;
    z-index: 2;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: 1px solid #bbb;
    border-top-color: #e6e6e6;
    background-color: #ffffff;
    background-image: none;
    padding: 0.75rem 0.5rem; }
    .form-select-advanced .form-select .form-opt {
      cursor: pointer;
      padding: 0.2rem 0.5rem; }
      .form-select-advanced .form-select .form-opt.hover {
        background-color: #dbdbdb; }
  .form-select-advanced--disabled .form-label {
    color: #A7A7A7; }
  .form-select-advanced--disabled .form-input:disabled {
    background-color: #fff;
    background-blend-mode: difference; }

[data-collapsible-group] {
  border: 1px solid #ddd;
  border-bottom: 0; }
  [data-collapsible-group] .smcc-accordion-title:not(.is-open) {
    border-bottom: 1px solid #ddd; }
  [data-collapsible-group] .smcc-accordion-content.is-open {
    border-left: 0;
    border-right: 0; }

.smcc-accordion-title {
  padding: 15px;
  border: 1px solid #F7F7F7;
  background-color: #F7F7F7;
  font-weight: 700;
  position: relative;
  cursor: pointer; }
  .smcc-accordion-title::after {
    content: "\F4FE";
    font-family: bootstrap-icons-fix !important;
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 0;
    padding: 1em 15px; }
  .smcc-accordion-title.is-open::after {
    content: "\F2EA"; }

.smcc-accordion-content {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: max-height 0.1s;
  -moz-transition: max-height 0.1s;
  -o-transition: max-height 0.1s;
  transition: max-height 0.2s;
  border: 0px solid #EBEBEB; }
  .smcc-accordion-content .content-inner {
    padding: 15px; }

.smcc-accordion-content.is-open {
  max-height: 100vh;
  border-width: 1px;
  -webkit-transition: max-height 0.85s;
  -moz-transition: max-height 0.85s;
  -o-transition: max-height 0.85s;
  transition: max-height 0.85s;
  padding: 1em; }

.breadcrumbs {
  height: 38px;
  overflow: visible;
  max-width: 118.5rem;
  padding: 10px 0 10px 0;
  z-index: 6; }
  .breadcrumbs.smcc-sticky {
    background-color: #fff; }
    .breadcrumbs.smcc-sticky + .breadcrumbs-bg {
      display: block;
      height: 38px;
      position: fixed;
      left: 0;
      right: 0;
      z-index: 1;
      background: #fff; }
  .breadcrumbs .breadcrumb {
    font-size: 13px; }
    .breadcrumbs .breadcrumb .breadcrumb-label,
    .breadcrumbs .breadcrumb:last-of-type .breadcrumb-label, .breadcrumbs .breadcrumb::before {
      color: #959595; }

.breadcrumbs-gost {
  z-index: -1; }

/*-----------Breadcrumbs menu------------*/
.smcc-breadcrumbs-menu {
  position: absolute;
  min-width: 210px;
  z-index: 99;
  top: 100%;
  left: 0;
  padding-top: 12px; }
  .smcc-breadcrumbs-menu a {
    background-color: #F6F6F6;
    color: #959595;
    display: block;
    padding: 10px;
    text-decoration: none; }
    .smcc-breadcrumbs-menu a::hover {
      text-decoration: underline; }
  .smcc-breadcrumbs-menu-hidden {
    display: none; }
  .smcc-breadcrumbs-menu-show {
    display: inline-block; }

.heroCarousel-home .heroCarousel-title {
  color: #fff;
  max-width: 45%; }

.heroCarousel-home .heroCarousel-description {
  color: #fff;
  font-size: 20px; }

@media (min-width: 801px) {
  .heroCarousel-home.heroCarousel {
    min-height: 500px; } }

@media (min-width: 1261px) {
  .heroCarousel-home.heroCarousel {
    min-height: 700px; } }

.heroCarousel-home .heroCarousel-slide .heroCarousel-image {
  max-height: none;
  object-position: center; }

@media (max-width: 600px) {
  .heroCarousel-home .heroCarousel-slide .heroCarousel-image {
    object-position: right; } }

.heroCarousel-home--thumbs, .heroCarousel-home--thumbs.hide {
  display: none; }

.heroCarousel-home--thumb {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 18px;
  color: #000;
  border: 1px solid #fff;
  padding: 6px 16px;
  background-color: rgba(255, 255, 255, 0.4); }

.heroCarousel-home .slick-dots {
  text-align: left;
  left: 6rem;
  bottom: 3.5rem;
  width: auto; }
  .heroCarousel-home .slick-dots li {
    width: auto;
    height: auto;
    padding: 0; }
    .heroCarousel-home .slick-dots li + li {
      padding-left: 20px; }
    .heroCarousel-home .slick-dots li.slick-active .heroCarousel-home--thumb {
      background-color: #fff;
      color: #ed1c24; }

@media (max-width: 1260px) {
  .heroCarousel-home .heroCarousel-title {
    font-size: 50px;
    line-height: 55px;
    max-width: 65%; }
  .heroCarousel-home .heroCarousel-action {
    margin-top: 10px; }
  .heroCarousel-home .slick-dots {
    bottom: 1.5rem; } }

@media (max-width: 991px) {
  .heroCarousel-home .heroCarousel-title {
    max-width: 90%; } }

@media (max-width: 800px) {
  .heroCarousel-home .heroCarousel-title {
    max-width: 100%;
    margin-top: 30px;
    font-size: 40px;
    line-height: 45px; }
  .heroCarousel-home.heroCarousel,
  .heroCarousel-home.heroCarousel .heroCarousel-content {
    min-height: 400px; } }

.slick-next {
  right: -15px; }

.slick-prev {
  left: -15px; }

.slick-dots li {
  width: 20px;
  height: 20px;
  position: relative; }
  .slick-dots li button {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
  .slick-dots li + li {
    margin-left: 10px; }
  .slick-dots li button {
    border: 0; }
    .slick-dots li button:hover::before {
      background-color: #ed1c24;
      border-color: #ed1c24; }
    .slick-dots li button::before {
      background-color: #bbb;
      border-color: #bbb;
      transition: outline 100ms ease-out; }
  .slick-dots li.slick-active button::before {
    background-color: #fff;
    outline: thick solid #ed1c24;
    outline-width: 4px; }

.header {
  margin-bottom: 0px;
  /*
  &::before {
    content: "";
    display: block;
    position: absolute;
    width: 50px;
    height: 90px;
    background-color: stencilColor('color-primary');
    z-index: 1;

    @include breakpoint("large") {
      width: 300px;
    }
  }
  */ }
  .header--width-contained .header__inner {
    padding: 0 1.5rem; }
    @media (min-width: 1261px) {
      .header--width-contained .header__inner {
        padding: 1.7rem 6rem; } }
  .header__inner .search-utils {
    margin: 0; }
    @media (min-width: 801px) {
      .header__inner .search-utils {
        width: auto;
        order: initial; } }
  .header__inner .navUser-item .navUser-action:not([data-cart-preview]) {
    gap: 10px; }
  .header__inner .navUser-item--account .top-utilities-icon,
  .header__inner .navUser-item--contacts .top-utilities-icon {
    text-align: right;
    top: 1px; }
    .header__inner .navUser-item--account .top-utilities-icon i,
    .header__inner .navUser-item--contacts .top-utilities-icon i {
      font-size: 25px; }
  .header__inner .top-utilities-icon {
    color: #fff;
    font-size: 20px;
    height: auto;
    width: 25px;
    margin-right: 0; }
  .header__inner .top-utilities-icon + .navUser-text {
    color: #fff;
    font-family: "Roboto";
    font-weight: 400;
    position: relative; }
  .header__inner .navUser-item--cart .countPill {
    background-color: #fff; }
  .header__inner .navUser-item--cv .top-utilities-icon {
    height: 20px; }
    .header__inner .navUser-item--cv .top-utilities-icon svg {
      fill: #fff; }
  .header--sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    -moz-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px -5px 15px 0px rgba(0, 0, 0, 0.2); }
  .header-gost {
    height: 153.5px; }
  .header .search .form-field,
  .header .search .form-input {
    border: 0;
    border-radius: 0;
    font-weight: 300;
    font-size: 14px;
    color: #666;
    font-family: "Roboto"; }
    .header .search .form-field:focus,
    .header .search .form-input:focus {
      border-color: transparent;
      outline-color: transparent !important; }
  .header .search .search-button {
    background-color: transparent; }
    .header .search .search-button .bi {
      color: #666; }
    .header .search .search-button svg {
      fill: #666; }
  .header .header-logo {
    margin-right: 2.625rem;
    margin-bottom: 0; }

.navPages-list + .navPages-list--right {
  border: none;
  margin: 0;
  padding: 0; }

.navPages-action {
  font-family: "Roboto Condensed", Arial, Helvetica, sans-serif;
  font-weight: 400 !important;
  padding-left: 12px;
  padding-right: 12px; }

.navUser-action,
.navPages-action {
  font-size: 15px; }

.navPages-list--left > li > .navPages-action {
  text-transform: uppercase; }

@media screen and (max-width: 991px) {
  .navPages-list--left li > .navPages-action:not(.navPages-action--all) {
    text-transform: uppercase; } }

.navUser-action:hover .navUser-text::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 3px; }

.navPages-list:not(.navPages-list--right) .navPages-item:first-child {
  margin-right: 10px; }

.navPages-list:not(.navPages-list--right) .navPages-item:first-child > a {
  position: relative;
  padding-left: 10px;
  color: #ed1c24; }
  .navPages-list:not(.navPages-list--right) .navPages-item:first-child > a svg {
    fill: #ed1c24; }
  .navPages-list:not(.navPages-list--right) .navPages-item:first-child > a::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 27px;
    border: 2px solid #ed1c24; }

@media screen and (min-width: 992px) {
  .navPages-list.navPages-list--left .navPages-item:first-child > a {
    pointer-events: none; } }

.navPages-action.is-open[class] {
  border-color: transparent; }

.navPages-action-moreIcon {
  height: 1rem;
  width: 0.7rem; }

.navPage-subMenu-action[class].is-open {
  background-color: #f6f6f6; }

@media screen and (min-width: 801px) {
  .navPage-subMenu-horizontal[class][class] {
    border: 1px solid #e6e6e6;
    border-top: 0; }
  .navPages-action-moreIcon svg {
    width: 0.7rem;
    height: 0.8rem; }
  .navPages-action-moreIcon {
    margin-left: 0.5rem; }
  .navPage-subMenu-list[class] {
    padding: 0.6rem 0; }
  .navPage-subMenu-action[class],
  .navPage-subMenu-action[class].is-open {
    padding: 0.35rem 1.5rem; }
  .navPages-item[class] {
    margin-right: 0; } }

/*.navPage-subMenu-list .navPage-subMenu-item-child {
  padding: 5px 0;
  & + .navPage-subMenu-item-child {
    border-top: 1px solid #e6e6e6;
  }
}*/
/*
.simple--expanded .navPage-subMenu--megamenu[class][class] .navPage-subMenu-horizontal {
  width: auto;
}

.simple--expanded .navPage-subMenu-action--image,
.megamenu .navPage-subMenu-action--image {
  max-width: 160px;
}

.simple--expanded .navPages-item:first-child > a,
.megamenu .navPages-item:first-child > a { 
  position: relative;
  padding-left: 10px;
  color: stencilColor("color-primary");
  svg { fill: stencilColor("color-primary"); }
  &::before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 24px;
    border: 1px solid stencilColor("color-primary");
  }
}*/
/*
.navPage-subMenu-list .navPage-subMenu-item-child { 
  padding: 5px 0;
  & + .navPage-subMenu-item-child:not(.category-level-3):not(.category-level-4) {
    border-top: 1px solid #e6e6e6;
  }
  &.category-level-4 { padding: 0;}
}

.navPage-subMenu-list + .navPage-subMenu-horizontal .navPage-subMenu-item-child {
  border-top: 0;
}

.navPage-subMenu.navPage-subMenu--simple,
.navPages-item > .navPage-subMenu.navPage-subMenu--megamenu {
  border: 1px solid #ebebeb!important;
  border-top: none!important;
  -moz-box-shadow:    0px 5px 15px -8px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 5px 15px -8px rgba(0,0,0,0.2);
  box-shadow:         0px 5px 15px -8px rgba(0,0,0,0.2);
}*/
/*
.navPages-list + .navPages-list--right {
  border: none;
  margin: 0;
  padding: 0;
  float: right;
}

//.navPage-subMenu-action[class].is-open {font-weight: 500;}
.navPage-subMenu--megamenu[class][class]{
  padding: 0!important;
  left: inherit!important;
  width: auto;
  .navPages-action.is-open[class] {padding-bottom: 0.375rem;}
  .navPage-subMenu-horizontal { 
    margin-left: 0;
    @media screen and (min-width: 991px){ width: 650px; }
    @media screen and (min-width: 1190px){ width: 800px; }
    @media screen and (min-width: 1421px){ width: 1000px; }
  }
}
*/
/*
.navPage-subMenu-list.megamenu-subMenu--with-image {
  .navPage-subMenu-action {
    font-weight: bold;
    text-transform: capitalize;
    font-size: 16px;
  }
}*/
/*
@media screen and (min-width: 800px) {

}


@media screen and (max-width: 800px) {
  .header {
    &__inner {
      .header--width-contained & { padding: 0 1.5rem 1.5rem; }
    }
    .header-logo > a { padding: 0 }
  }
}*/
/*
@media screen and (min-width: 1090px) {
  .navUser .navUser-text { display: block; }
}*/
@media screen and (min-width: 1120px) {
  .navUser .navUser-text,
  .navUser .navUser-dropdown-arrow {
    display: block; } }

@media screen and (max-width: 991px) {
  .header {
    border: 0; }
    .header::before {
      display: none; }
    .header .header-logo {
      margin: 0;
      justify-content: center;
      max-width: 100%;
      width: 100%;
      height: 70px; }
      .header .header-logo .header-logo-image {
        width: 145px; }
      .header .header-logo > a {
        padding: 0; }
    .header .mobileMenu-toggle {
      display: block;
      position: absolute;
      margin-left: 0;
      left: unset;
      top: 7px; }
    .header--width-contained .header__inner {
      padding: 0;
      background-color: #ed1c24; }
    .header__bottom-nav-inner {
      padding: 0; }
    .header .search {
      max-width: initial;
      margin-right: 0; }
      .header .search .form-input,
      .header .search .form-field {
        background-color: #f6f6f6;
        border: 0; }
    .header .search-utils--no-quick-add-sku {
      width: 100%;
      -ms-flex-order: 3;
      order: 3; }
  .navUser {
    position: absolute;
    right: 0;
    top: 8px;
    z-index: 999; }
    .navUser .navUser-item:not(.navUser-item--cart) {
      display: none; }
    .navUser .navUser-item.navUser-item--cart {
      margin-right: 1rem; }
      .navUser .navUser-item.navUser-item--cart .navUser-action {
        gap: 0; }
      .navUser .navUser-item.navUser-item--cart .navUser-item-cartLabel .top-utilities-icon {
        font-size: 25px; }
  .navPages {
    padding: 0; }
    .navPages-container {
      display: none; }
      .navPages-container.is-open {
        padding-right: 0; }
    .navPages .navPages-item-icon {
      display: inline-block;
      height: 20px;
      width: 25px;
      margin-right: 5px;
      position: relative;
      font-size: 23px; }
      .navPages .navPages-item-icon i {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
    .navPages .navPages-item[class] {
      margin: 0;
      display: block; }
    .navPages .navPages-item a {
      padding: 12px 20px !important;
      border-bottom: 1px solid #e6e6e6; }
    .navPages .navPages-action.is-open {
      margin: 0; }
      .navPages .navPages-action.is-open .navPages-action-moreIcon[class] {
        border: 0;
        border-radius: 0;
        float: none;
        height: auto;
        width: auto;
        padding: 0;
        margin-top: -0.8rem;
        margin-right: 0.75rem;
        margin-left: 0.75rem;
        transform: rotate(90deg);
        -ms-flex-order: -1;
        order: -1; }
    .navPages .navPages-action.is-open[class] {
      padding: 12px 20px !important;
      border-bottom: 1px solid #e6e6e6;
      background-color: #fff; }
    .navPages .navPages-action-moreIcon {
      margin-left: auto;
      transform: rotate(-90deg); }
    .navPages .navPages-list {
      display: block; }
      .navPages .navPages-list + .navPages-list {
        border: 0;
        float: none; }
        .navPages .navPages-list + .navPages-list--right .navPages-item, .navPages .navPages-list + .navPages-list--user .navPages-item {
          border: 0; }
        .navPages .navPages-list + .navPages-list--user {
          display: block;
          margin: 0;
          padding: 0; }
          .navPages .navPages-list + .navPages-list--user .navPages-item {
            border-bottom: 1px solid #e6e6e6; }
          .navPages .navPages-list + .navPages-list--user .navPages-item a {
            border: none;
            float: left;
            padding-right: 0px !important; }
          .navPages .navPages-list + .navPages-list--user .navPages-item a + a {
            padding-left: 5px !important; }
    .navPages .navPage-subMenu {
      position: static;
      /*
      &--megamenu {

        &[class][class].is-open{
          display: block;
          position: static;
        }
        
        & > .navPage-subMenu-list {
          width: 100%;
          padding: 0;
            & > .navPage-subMenu-item-child,
            & > .navPage-subMenu-item-parent { margin-bottom: 0; }
        }

        .navPage-subMenu-image { display: none; }

        .navPage-subMenu--megamenu {
          &[class][class] {
            padding: 0!important;
            margin: 0;
          }
          .navPage-subMenu-list .navPage-subMenu-item-child,
          .navPage-subMenu-list .navPage-subMenu-item-parent {
            width: 100%;
            flex: none;
            -ms-flex: none;
          }
        }

      }*/ }
      .navPages .navPage-subMenu-list[class] {
        padding: 0; }
      .navPages .navPage-subMenu-horizontal[class][class] {
        margin-top: 0; }
  .has-subMenu.is-root + .navPage-subMenu-horizontal {
    width: 100%; }
  .navPages-list:not(.navPages-list--right) .navPages-item:first-child {
    margin-right: 0; }
  .navPages-list:not(.navPages-list--right) .navPages-item:first-child > a:not(.is-open) svg {
    fill: inherit; }
  .navPages-list:not(.navPages-list--right) .navPages-item:first-child > a:not(.is-open) {
    color: inherit; }
  .navPages-list:not(.navPages-list--right) .navPages-item:first-child > a::before {
    content: none; }
  .navPages .navPages-list + .navPages-list--right {
    margin-top: 0;
    padding-top: 0; }
  .navPage-subMenu.navPage-subMenu--simple,
  .navPages-item > .navPage-subMenu.navPage-subMenu--megamenu {
    border: 0 !important; }
  .navPages-list-depth-max.subMenu-is-open .navPages-item-page:not(.is-hidden) {
    display: block; }
  .navPages-list-depth-max.subMenu-is-open .is-hidden {
    display: none; }
  .simple--expanded .navPages-item:first-child > a::before,
  .megamenu .navPages-item:first-child > a::before {
    display: none; }
  .navPage-subMenu-list .navPage-subMenu-item-child {
    padding: 0; }
    .navPage-subMenu-list .navPage-subMenu-item-child + .navPage-subMenu-item-child {
      border-top: 0; }
  .simple--expanded .navPage-subMenu-action--image,
  .megamenu .navPage-subMenu-action--image {
    display: none; } }

[data-content-region="header_bottom"] {
  margin-bottom: 0; }

@media screen and (max-width: 1260px) {
  .header-gost {
    height: 137.5px; } }

@media screen and (max-width: 991px) {
  .header-gost {
    height: 118px; } }

.footer .container--footer {
  padding-top: 3rem; }

.footer .footer-info {
  margin: 0;
  display: grid;
  gap: 15px;
  grid-template-columns: auto auto auto auto 25%; }

.footer .footer-info:after,
.footer .footer-info:before {
  display: none; }

.footer .footer-info-col {
  width: 100%;
  padding: 0; }

.footer .footer-info-col--social .socialLinks {
  line-height: unset; }

.footer .footer-info-col--subscription {
  text-align: left; }
  .footer .footer-info-col--subscription p {
    font-size: 14px;
    color: #666; }
  .footer .footer-info-col--subscription.subscription-area--iframe p {
    margin: 0; }
  .footer .footer-info-col--subscription.subscription-area--iframe .subscription-area__container {
    padding-top: 4em;
    padding-bottom: 4em;
    margin: 0;
    width: 50%;
    bottom: 0;
    top: 0;
    overflow: hidden;
    transform: none; }
  .footer .footer-info-col--subscription.subscription-area--iframe .subscription-area__form {
    width: 100%;
    padding: 0; }
  .footer .footer-info-col--subscription.subscription-area--iframe #iframeNewsletter {
    width: 100%;
    height: 230px;
    overflow: hidden;
    position: absolute; }

.footer [data-section-type="footer-golmar"] .footer-info-heading {
  width: 134px;
  margin-bottom: 20px;
  height: 25px;
  position: static;
  fill: #ed1c24; }

.footer [data-section-type="footer-golmar"] dl {
  display: grid;
  grid-template-columns: 20px 1fr;
  align-content: start; }
  .footer [data-section-type="footer-golmar"] dl svg {
    position: static;
    width: 20px;
    height: 20px;
    fill: #666; }

.footer [data-section-type="footer-golmar"] dd {
  font-family: 'Roboto Condensed Medium';
  font-size: 14px;
  margin: 0 0 5px 10px;
  text-align: left; }

.footer .footer-info-and-newsletter [data-section-type="footer-golmar"] {
  grid-row: 1;
  grid-column: 1; }

.footer .footer-info-and-newsletter [data-section-type="footer-webPages"] {
  grid-row: 1 / span 2; }

.footer .footer-info-and-newsletter [data-section-type="footer-webInformation"] {
  grid-row: 1 / span 2; }

.footer .footer-info-and-newsletter [data-section-type="footer-webUtils"] {
  grid-row: 1 / span 2; }

.footer .footer-info-and-newsletter [data-section-type="newsletterSubscription"] {
  grid-row: 1 / span 2; }

.footer .footer-info-and-newsletter [data-section-type="footer-SocialIcons"] {
  grid-row: 2;
  grid-column: 1; }

.footer .footer-info-heading {
  font-family: 'Roboto Condensed Medium';
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase; }

.footer .footer-info-list li {
  line-height: 20px; }

.footer .footer-info-list li + li {
  padding-top: 10px; }

.footer .footer-info-list a {
  color: #666;
  font-size: 14px; }

.footer .footer-info-list a:hover {
  text-decoration: underline; }

.footer .wrapper--footerBase {
  padding: 1.5rem 0; }

.footer .footer-copyright {
  text-align: center; }

.footer .accordion-title-tab .icon {
  display: none; }

@media screen and (max-width: 991px) {
  .footer .footer-info {
    display: flex;
    flex-direction: column; }
  .footer .footer-info-col {
    margin-bottom: 0; }
  .footer .accordion-title-tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 2px solid #D2D2D2;
    margin-bottom: 0.75rem;
    cursor: pointer; }
    .footer .accordion-title-tab .icon {
      display: block; }
    .footer .accordion-title-tab.is-open i {
      transform: rotate(180deg); }
  .footer .accordion-content-tab {
    max-height: 0px;
    overflow: hidden;
    -webkit-transition: max-height 0.1s;
    -moz-transition: max-height 0.1s;
    -o-transition: max-height 0.1s;
    transition: max-height 0.2s; }
  .footer .accordion-content-tab.is-open {
    max-height: 100vh;
    -webkit-transition: max-height 0.85s;
    -moz-transition: max-height 0.85s;
    -o-transition: max-height 0.85s;
    transition: max-height 0.85s; }
  .footer [data-section-type="footer-SocialIcons"] .footer-info-col--social {
    text-align: center;
    padding-bottom: 1.5rem; }
  .footer [data-section-type="footer-SocialIcons"] .footer-info-heading {
    display: none; }
  .footer [data-section-type="footer-SocialIcons"] svg {
    position: static; }
  .footer .footer-info-and-newsletter [data-section-type="footer-golmar"] {
    order: 1; }
  .footer .footer-info-and-newsletter [data-section-type="footer-webPages"] {
    order: 3; }
  .footer .footer-info-and-newsletter [data-section-type="footer-webInformation"] {
    order: 4; }
  .footer .footer-info-and-newsletter [data-section-type="footer-webUtils"] {
    order: 5; }
  .footer .footer-info-and-newsletter [data-section-type="newsletterSubscription"] {
    order: 2; }
  .footer .footer-info-and-newsletter [data-section-type="footer-SocialIcons"] {
    order: 6; }
  .footer .footer-info-col--subscription {
    padding-top: 1rem;
    border-bottom: 2px solid #D2D2D2;
    border-top: 2px solid #D2D2D2; }
    .footer .footer-info-col--subscription.subscription-area--iframe #iframeNewsletter {
      position: static; } }

.account-creation {
  max-width: 75rem; }

.login {
  margin: 0 0 60px 0;
  max-width: 75rem; }

.login-form {
  background-color: #fff;
  border: 1px solid #e5e5e5; }

.account-container {
  padding-bottom: 30px;
  max-width: 100%; }
  .account-container .page-heading {
    text-align: left;
    line-height: 48px;
    font-size: 48px; }
  .account-container .navBar--account {
    display: block;
    text-align: left; }
  .account-container .navBar--sub .navBar-item {
    float: none;
    display: block;
    margin: 0;
    padding: 10px;
    border: 1px solid #e5e5e5; }
  .account-container .navBar--sub .navBar-item + .navBar-item {
    border-top: 0; }
  .account-container .navBar--sub .navBar-item.is-active {
    border: 1px solid #e5e5e5;
    background-color: #e5e5e5; }
  .account-container .messages-container {
    max-width: 100%; }
  @media (min-width: 1441px) {
    .account-container.account-container--full-width .productCard--grid {
      width: 33.33%; } }
  @media (min-width: 1261px) {
    .account-container.account-container--full-width .productCard--grid {
      width: 33.33%; } }

.account-list {
  margin-bottom: 0; }

.category .breadcrumbs {
  padding-left: 0;
  grid-column: 1 / span 3; }

.category .category__header {
  grid-column: 1 / span 3;
  padding-left: 0; }
  .category .category__header .expansion-links .widget-golmar-button {
    cursor: pointer; }

.category .category__description-container {
  transition: max-height 0.3s ease;
  overflow: hidden; }

.category .category__description-container:not(.expanded) {
  max-height: 145px !important; }

.category .category__description-content {
  display: inline-block; }

.category .category__description-content h2 {
  font-size: 24px;
  line-height: 1.5; }

.category .category__description-content h3 {
  font-size: 20px; }

.category .page-sidebar {
  padding-top: 15px;
  grid-row: 3 / span 5;
  /*.reset-margin,
    .navList-item > ul {
      margin-left: 0;
      //position: absolute;
      //left: 0;
    }*/ }
  .category .page-sidebar .reset-margin ul {
    margin-left: 1.2rem; }
  .category .page-sidebar .navList-action .navList-action-close {
    background-color: #ed1c24;
    position: absolute;
    z-index: 1;
    top: 1px;
    left: -3px;
    width: 23px;
    height: 23px; }
    .category .page-sidebar .navList-action .navList-action-close .icon {
      left: 1px;
      top: 1px; }
  .category .page-sidebar .accordion-title,
  .category .page-sidebar .sidebarBlock-heading {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase; }
  .category .page-sidebar .accordion-block {
    padding: 10px 0; }
  @media screen and (max-width: 800px) {
    .category .page-sidebar .facetedSearch-navList {
      width: calc(100vw - 4rem); } }

.category .navList-action-close .icon {
  fill: #fff; }

.category .navList-action--checkbox {
  margin: 0; }

.category .navList-action--checkbox::before {
  border-color: #ccc;
  border-radius: 0;
  width: 16px;
  height: 16px; }

.category .navList-action--checkbox.is-selected::before {
  border-color: #ed1c24; }

.category .inlineList--labels > li {
  margin-bottom: 0.55rem; }

.category .facetLabel.button {
  border-radius: 0;
  border-color: #ccc;
  background-color: #f6f6f6;
  color: #666;
  text-align: left;
  font-weight: 400;
  font-family: "Poppins";
  font-size: 14px;
  padding: 5px 22px 5px 8px;
  position: relative;
  margin: 0; }
  .category .facetLabel.button svg {
    position: absolute;
    left: auto;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto; }

.category .category__title {
  font-size: 36px; }

.category .page--full-width {
  grid-row: 5; }

@media screen and (max-width: 800px) {
  .category .page-sidebar {
    grid-row: 3; }
  .category .category-options {
    grid-row: 4;
    margin-bottom: 0.5rem; } }

@media screen and (max-width: 550px) {
  .category .page-sidebar {
    grid-column: 1 / span 2;
    width: 100%; }
  .category .category-options {
    grid-row: 4; }
  .category .page {
    grid-row: 5; } }

.productView-tags .product-tag {
  display: inline-block;
  margin-bottom: 20px; }

.productView-tags .customTag {
  text-transform: uppercase; }

.customTag.greenTag {
  background-color: #3DAE2B; }

.body--product-page {
  margin-bottom: 0;
  padding-bottom: 2.5rem; }
  .body--product-page .breadcrumbs {
    margin-bottom: 0; }
  .body--product-page .productView-title {
    font-size: 30px;
    line-height: 40px;
    font-weight: 500; }
  .body--product-page .productView {
    box-shadow: none;
    padding-top: 0; }
    @media (min-width: 801px) {
      .body--product-page .productView {
        padding-top: 3rem; } }

#productDescription {
  display: grid;
  grid-template-columns: 70% 1fr; }
  #productDescription [data-content-region]:empty {
    display: none; }
  #productDescription > [class^="productView-inner"] {
    position: relative;
    padding: 1.5rem 4rem 1.5rem 1.5rem;
    border-top: 1px solid #e1e1e1; }
  #productDescription .productView-inner--container {
    margin-top: 20px; }
  #productDescription .productView-inner--container ul {
    margin-left: 2rem; }
  #productDescription .productView-inner--container ul li {
    margin-bottom: 0.3rem; }
  #productDescription .productView-inner-description {
    grid-column: 1;
    border-top: 0; }
  #productDescription .productView-inner-specifications {
    grid-column: 1; }
  #productDescription .productView-inner-warranty {
    grid-column: 1; }
  #productDescription .productView-inner-video {
    grid-column: 1; }
  #productDescription .productView-inner-documentation {
    padding: 1.5rem;
    border-top: 0;
    border-left: 1px solid #e1e1e1;
    grid-row: 1 / span 4;
    grid-column: 2; }
    #productDescription .productView-inner-documentation .documentation-content--senction {
      margin-top: 1rem; }
    #productDescription .productView-inner-documentation .documentation-content--senction h5 {
      text-transform: inherit;
      font-weight: bold; }
    #productDescription .productView-inner-documentation .documentation-content--senction a {
      margin-bottom: 10px;
      max-width: 300px;
      width: 100%; }
  @media screen and (min-width: 701px) and (max-width: 991px) {
    #productDescription .productView-inner-documentation .documentation-content--senction {
      display: inline-block;
      width: 49%;
      vertical-align: bottom; }
      #productDescription .productView-inner-documentation .documentation-content--senction a {
        display: block; } }
  @media screen and (max-width: 991px) {
    #productDescription {
      grid-template-columns: 1fr; }
      #productDescription .productView-table {
        margin-bottom: 0; }
      #productDescription [class^="productView-inner"] {
        grid-column: 1; }
      #productDescription .productView-inner-specifications {
        grid-row: 2; }
      #productDescription .productView-inner-warranty {
        grid-row: 3; }
      #productDescription .productView-inner-video {
        grid-row: 4; }
      #productDescription .productView-inner-documentation {
        grid-row: 5;
        border-left: 0;
        border-top: 1px solid #e6e6e6; } }
  @media screen and (max-width: 700px) {
    #productDescription > [class^="productView-inner"] {
      padding: 1.5rem; } }

@media (min-width: 801px) {
  .productView-table .productView-table-header {
    width: 30%; } }

@media (min-width: 801px) {
  .productView-table .productView-table-data {
    width: 70%; } }

.productView-description {
  padding: 0; }
  .productView-description h2 {
    font-size: 25px;
    line-height: 40px;
    margin: 0; }
  .productView-description .productView-title {
    position: relative;
    font-size: 25px;
    margin: 0; }
    .productView-description .productView-title span,
    .productView-description .productView-title svg {
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto; }
    .productView-description .productView-title span {
      cursor: pointer;
      display: inline-block;
      width: 4rem;
      height: 4rem;
      right: -4rem; }
      @media screen and (max-width: 700px) {
        .productView-description .productView-title span {
          right: -1.5rem; } }
      .productView-description .productView-title span svg {
        width: 20px;
        height: 20px;
        left: 0;
        right: 0; }

.productView .productView-inner--wide {
  grid-template-columns: 45% 40%; }

.productView .productView-inner .productView-product {
  margin: 0;
  padding: 0;
  border: 0; }

.productView .productView-rating {
  display: block; }

.productView .productView-details.productView-details--share .socialLinks a {
  width: 24px;
  height: 24px; }
  .productView .productView-details.productView-details--share .socialLinks a svg {
    fill: #999; }
  .productView .productView-details.productView-details--share .socialLinks a svg:hover {
    fill: #ed1c24; }

.productView .productView-info-value--stamps {
  margin: 15px 0; }
  .productView .productView-info-value--stamps img {
    max-width: 55px;
    height: auto;
    width: 100%;
    margin-right: 6px; }

.productView .productView-options.options-norequired .required-label {
  display: none; }

.productView-inner-specifications h5 {
  text-transform: inherit;
  font-weight: bold; }

.productView-brand {
  line-height: 16px; }

.productView-price .price-primary {
  font-size: 40px; }

.productView-image .easyzoom-flyout {
  background-color: #fff; }

@media (min-width: 1261px) {
  .productView-thumbnail + .productView-thumbnail {
    margin-top: 10px; } }

@media screen and (max-width: 800px) {
  .productView-tags {
    top: 0;
    padding: 1rem 0 0.5rem; } }

.card--product:hover {
  box-shadow: 0 0 0 1px #ed1c24; }

.productCard--grid .card-section {
  padding-bottom: 0; }

.card .card-section--body .card-text {
  display: block;
  margin-top: 5px; }

.card-section {
  text-align: center; }

.card-title {
  font-size: 20px; }

.card-short-description {
  margin: 10px 0 0 0;
  font-size: 14px; }

.card-section-rightWrapper {
  text-align: center; }

.video-body .video-title {
  color: #ed1c24;
  font-weight: bold; }

@media screen and (max-width: 1023px) and (min-width: 551px) {
  .category .productCard--grid {
    width: 50%; }
    .category .productCard--grid .card {
      grid-template-columns: 100%; }
    .category .productCard--grid .card-figure {
      padding-right: 0;
      grid-row: 1; }
    .category .productCard--grid .card-section--body {
      grid-column: 1;
      grid-row: 2; } }

@media screen and (min-width: 551px) and (max-width: 800px) {
  .category .productCards--grid .productCard:nth-child(2n) {
    padding: 0 0 0 0.75rem; } }

[id^='bc-product'] svg,
[id^='sd-product-set'] svg {
  height: auto;
  left: unset;
  position: static;
  top: unset;
  width: auto; }

.page-map-container {
  text-align: center; }
  .page-map-container .map-pointers,
  .page-map-container .map-image {
    display: inline-block;
    position: relative; }
  .page-map-container .map-pulse {
    cursor: pointer;
    position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    background-color: #ed1c24;
    box-shadow: 0 0 0 0 #e30a21;
    height: 3.8%;
    width: 4.5%;
    transform: scale(1);
    animation: pulse 2s infinite; }
    .page-map-container .map-pulse svg {
      left: 0; }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(227, 10, 33, 0.7); }
  70% {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0); } }
  .page-map-container .map-pointer {
    text-align: left;
    border: 2px solid #ed1c24;
    z-index: 1;
    width: 300px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -400px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s, visibility 0.4s; }
    .page-map-container .map-pointer.show-pointer {
      visibility: visible;
      opacity: 1;
      transition: opacity 0.4s, visibility 0.4s; }
    .page-map-container .map-pointer.arrow-left::after, .page-map-container .map-pointer.arrow-right::after, .page-map-container .map-pointer.arrow-up::after, .page-map-container .map-pointer.arrow-down::after {
      content: "";
      display: block;
      position: absolute;
      width: 0;
      height: 0; }
    .page-map-container .map-pointer.arrow-right::after, .page-map-container .map-pointer.arrow-left::after {
      top: 50%;
      transform: translate(0, -50%); }
    .page-map-container .map-pointer.arrow-up::after, .page-map-container .map-pointer.arrow-down::after {
      left: 50%;
      transform: translate(-50%, 0); }
    .page-map-container .map-pointer.arrow-up::after {
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-bottom: 12px solid #ed1c24;
      bottom: 100%; }
    .page-map-container .map-pointer.arrow-down::after {
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 12px solid #ed1c24;
      top: 100%; }
    .page-map-container .map-pointer.arrow-right::after {
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-left: 12px solid #ed1c24;
      left: 100%; }
    .page-map-container .map-pointer.arrow-left::after {
      border-top: 12px solid transparent;
      border-bottom: 12px solid transparent;
      border-right: 12px solid #ed1c24;
      right: 100%; }
    .page-map-container .map-pointer .widget-golmar-button {
      margin: 0 0 12px 15px; }
    .page-map-container .map-pointer:has(.map-store) .widget-golmar-button {
      position: absolute;
      bottom: 15px;
      left: 15px;
      margin: 0; }
  .page-map-container .map-heading,
  .page-map-container .map-street {
    text-align: left; }
  .page-map-container .map-heading {
    font-weight: bold;
    color: #ed1c24;
    font-size: 14px;
    padding: 10px 15px 0 15px;
    position: relative;
    width: 100%; }
    .page-map-container .map-heading .close {
      cursor: pointer;
      width: 25px;
      height: 25px;
      right: 5px;
      left: auto;
      top: 5px;
      fill: #ed1c24; }
  .page-map-container .map-street {
    font-size: 12px;
    padding: 0px 10px 10px 15px;
    color: #000; }
  .page-map-container .map-store {
    overflow: hidden;
    position: relative;
    height: 130px; }
    .page-map-container .map-store img {
      position: absolute;
      left: 0;
      top: 50%;
      transform: translate(0, -50%); }
  .page-map-container .map-pointer-info {
    box-shadow: 0 0 0 1px #bbb;
    margin-bottom: 15px; }
    .page-map-container .map-pointer-info.active {
      box-shadow: 0 0 0 2px #ed1c24; }
  .page-map-container .map-pointers-slider {
    position: relative;
    top: 50%;
    transform: translate(0, -50%);
    padding: 10px;
    max-width: 350px;
    max-height: 650px;
    overflow: auto; }
  .page-map-container .map-info {
    position: relative;
    padding: 0 15px 15px;
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
    text-align: left; }
    .page-map-container .map-info .info {
      position: relative;
      margin-bottom: 5px; }
      .page-map-container .map-info .info div {
        margin-left: 25px; }
    .page-map-container .map-info .info:first-child {
      border-top: 1px solid #bbb;
      padding-top: 10px; }
      .page-map-container .map-info .info:first-child svg {
        top: 10px; }
    .page-map-container .map-info .info:last-child {
      margin-bottom: 0; }
    .page-map-container .map-info svg {
      width: 16px;
      height: 16px;
      fill: #666; }
  @media (max-width: 767px) {
    .page-map-container .map-pointers-slider {
      max-width: 100%; } }

.blog .blog-post-figure {
  height: 200px;
  overflow: hidden;
  position: relative;
  margin-bottom: 40px; }
  @media (max-width: 600px) {
    .blog .blog-post-figure {
      margin-left: -1.5rem;
      margin-right: -1.5rem; } }
  @media (min-width: 551px) {
    .blog .blog-post-figure {
      height: 250px; } }
  @media (min-width: 801px) {
    .blog .blog-post-figure {
      height: 400px; } }
  .blog .blog-post-figure::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.2;
    background-color: black; }
  .blog .blog-post-figure .figure-title {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1; }
    .blog .blog-post-figure .figure-title h1 {
      color: #fff;
      padding: 0 20px; }
      @media (max-width: 600px) {
        .blog .blog-post-figure .figure-title h1 {
          font-size: 40px;
          line-height: 40px; } }
      @media (max-width: 400px) {
        .blog .blog-post-figure .figure-title h1 {
          font-size: 35px;
          line-height: 35px; } }
    .blog .blog-post-figure .figure-title div {
      color: #fff; }

.blog .blog-post-body .blog-title {
  font-weight: bold;
  font-size: 50px;
  margin: 0 0 40px 0; }
  @media (max-width: 600px) {
    .blog .blog-post-body .blog-title {
      font-size: 40px;
      line-height: 40px; } }

.blog .blog-thumbnail {
  transform: translateY(-50%);
  top: 50%;
  position: absolute; }

.blog .tag a {
  color: #ed1c24; }
  .blog .tag a:hover {
    text-decoration: underline; }

.card--blogPost {
  padding: 0;
  cursor: pointer; }
  .card--blogPost a {
    text-decoration: none; }
  .card--blogPost a:hover {
    color: inherit; }
  .card--blogPost .card-body--blogPost {
    padding: 1.35rem; }
  .card--blogPost .card-title {
    font-size: 24px;
    margin-bottom: 15px; }
  .card--blogPost.blogPost-classic:hover {
    box-shadow: 0 0 0 1px #ed1c24; }
  .card--blogPost.blogPost-overlaid {
    position: relative;
    overflow: hidden; }
    .card--blogPost.blogPost-overlaid::after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      background-color: #000;
      opacity: 0.4;
      z-index: 0;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .card--blogPost.blogPost-overlaid .card-body--blogPost {
      padding: 3.5rem 2rem; }
    .card--blogPost.blogPost-overlaid .card-text--blogPost,
    .card--blogPost.blogPost-overlaid .card-title--blogPost,
    .card--blogPost.blogPost-overlaid .card-text--summary {
      color: #fff; }
    .card--blogPost.blogPost-overlaid .card-title--blogPost {
      font-weight: 500; }
    .card--blogPost.blogPost-overlaid .blogPost-image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      position: absolute;
      z-index: 0;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-transition: all .5s;
      -moz-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s; }
    .card--blogPost.blogPost-overlaid:hover::after {
      opacity: 0.5; }
    .card--blogPost.blogPost-overlaid:hover .blogPost-image {
      -ms-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -webkit-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .card--blogPost.blogPost-overlaid .card-body--blogPost {
      position: relative;
      z-index: 1; }

#contact-us-page h2 {
  margin: 0 0 10px 0; }

.contact-socials {
  background-color: #f6f6f6;
  padding: 30px 0; }

.form-filed-labelonly {
  font-size: 13px;
  color: #999; }

.social-row [class*="col"] {
  position: relative; }

.social-row .social-icon {
  position: relative;
  background-color: #ed1c24;
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -khtml-border-radius: 50px;
  color: #fff; }
  .social-row .social-icon i {
    position: absolute;
    top: 6px;
    font-size: 34px;
    left: 13px; }

.social-row .social-links {
  position: absolute;
  left: 85px;
  top: 50%;
  transform: translateY(-50%); }
  .social-row .social-links a {
    display: block;
    color: #ed1c24;
    text-decoration: none;
    font-size: 14px; }
  .social-row .social-links a:hover {
    text-decoration: underline; }

.widget-golmar-button-container {
  display: flex;
  align-items: center; }

.widget-golmar-button {
  font-family: "Roboto Condensed";
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  position: relative;
  border-style: solid;
  -webkit-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  outline-offset: 0px; }
  .widget-golmar-button:not(.style-link):not(.style-outline):hover {
    outline-offset: 0px;
    outline: thick solid #fbadb0;
    outline-width: 4px; }
  .widget-golmar-button:not(.style-link):active {
    outline-width: 0px; }
  .widget-golmar-button.has-icon {
    text-align: left; }
  .widget-golmar-button.size-small {
    min-width: 90px;
    padding: 6px 12px;
    line-height: 14px;
    font-size: 14px;
    border-width: 1px; }
    .widget-golmar-button.size-small.has-icon {
      padding-right: 35px; }
      .widget-golmar-button.size-small.has-icon svg {
        top: 0;
        bottom: 0;
        margin: auto;
        right: 10px;
        left: auto;
        width: 15px; }
  .widget-golmar-button.size-medium {
    min-width: 140px;
    padding: 8px 16px;
    line-height: 16px;
    font-size: 16px;
    border-width: 2px; }
    .widget-golmar-button.size-medium.has-icon {
      padding-right: 45px; }
      .widget-golmar-button.size-medium.has-icon svg {
        top: 0;
        bottom: 0;
        margin: auto;
        right: 15px;
        left: auto;
        width: 18px; }
  .widget-golmar-button.size-big {
    min-width: 300px;
    padding: 15px 30px;
    line-height: 24px;
    font-size: 24px;
    border-width: 3px; }
    .widget-golmar-button.size-big.has-icon {
      padding-right: 55px; }
      .widget-golmar-button.size-big.has-icon svg {
        top: 0;
        bottom: 0;
        margin: auto;
        right: 15px;
        left: auto;
        width: 25px; }
  .widget-golmar-button.style-primary {
    background-color: #ed1c24;
    color: white;
    border-color: #ed1c24; }
    .widget-golmar-button.style-primary:active {
      background-color: #ce0e22; }
    .widget-golmar-button.style-primary.disabled {
      pointer-events: none;
      background-color: #959595;
      border-color: #959595; }
      .widget-golmar-button.style-primary.disabled svg {
        fill: white; }
    .widget-golmar-button.style-primary svg {
      fill: white; }
  .widget-golmar-button.style-secondary {
    background-color: white;
    color: #ed1c24;
    border-color: #ed1c24; }
    .widget-golmar-button.style-secondary:active {
      background-color: #fbadb0;
      color: #ce0e22;
      border-color: #ce0e22; }
      .widget-golmar-button.style-secondary:active svg {
        fill: #ce0e22; }
    .widget-golmar-button.style-secondary.disabled {
      pointer-events: none;
      color: #959595;
      border-color: #959595; }
      .widget-golmar-button.style-secondary.disabled svg {
        fill: #959595; }
    .widget-golmar-button.style-secondary svg {
      fill: #ed1c24; }
  .widget-golmar-button.style-subtle {
    background-color: white;
    color: #ed1c24;
    border-color: transparent; }
    .widget-golmar-button.style-subtle:active {
      color: #ce0e22;
      background-color: #ffe2e3; }
      .widget-golmar-button.style-subtle:active svg {
        fill: #ce0e22; }
    .widget-golmar-button.style-subtle.disabled {
      pointer-events: none;
      color: #959595; }
      .widget-golmar-button.style-subtle.disabled svg {
        fill: #959595; }
    .widget-golmar-button.style-subtle svg {
      fill: #ed1c24; }
  .widget-golmar-button.style-link {
    color: #ed1c24;
    font-family: "Roboto";
    border-color: transparent;
    padding-left: 0; }
    .widget-golmar-button.style-link:hover {
      text-decoration: underline; }
    .widget-golmar-button.style-link:active {
      color: #ce0e22; }
      .widget-golmar-button.style-link:active svg {
        fill: #ce0e22; }
    .widget-golmar-button.style-link.disabled {
      pointer-events: none;
      color: #959595; }
      .widget-golmar-button.style-link.disabled svg {
        fill: #959595; }
    .widget-golmar-button.style-link svg {
      fill: #ed1c24; }
  .widget-golmar-button.style-outline {
    background-color: transparent;
    color: white;
    border-color: white; }
    .widget-golmar-button.style-outline:hover {
      background-color: white;
      color: #ed1c24; }
    .widget-golmar-button.style-outline svg {
      fill: white; }

.widget-cross-navigation {
  position: relative;
  padding: 15px 55px 15px 15px;
  min-width: 300px;
  font-family: "Roboto Condensed"; }
  .widget-cross-navigation .caption-line {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 15px; }
  .widget-cross-navigation .link-line {
    text-decoration: none;
    font-family: "Roboto Condensed Medium";
    font-size: 25px; }
  .widget-cross-navigation svg {
    position: absolute;
    top: 60px;
    left: auto;
    right: 15px;
    width: 25px;
    height: 25px; }
  @media screen and (max-width: 991px) {
    .widget-cross-navigation {
      width: 100%; }
      .widget-cross-navigation .link-line {
        font-size: 20px; }
      .widget-cross-navigation .caption-line {
        margin: 0; }
      .widget-cross-navigation svg {
        top: 40px; } }

.widget-feature {
  display: inline-block;
  position: relative; }
  .widget-feature.feature-left {
    text-align: left; }
  .widget-feature.feature-center {
    text-align: center; }
    .widget-feature.feature-center .feature-icon {
      margin: auto; }
  .widget-feature.feature-align {
    display: grid;
    grid-template-columns: 60px 1fr;
    grid-column-gap: 20px; }
    .widget-feature.feature-align .widget-feature-media {
      margin-bottom: 0;
      grid-row: 1;
      grid-column: 1; }
    .widget-feature.feature-align .widget-feature-content {
      grid-row: 1;
      grid-column: 2; }
    .widget-feature.feature-align .widget-feature-button {
      grid-row: 2;
      grid-column: 2; }

.widget-feature-media {
  margin-bottom: 15px; }
  .widget-feature-media .feature-icon {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -khtml-border-radius: 50%;
    background-color: #FFE2E3;
    height: 60px;
    width: 60px;
    position: relative; }
    .widget-feature-media .feature-icon svg {
      fill: #ed1c24;
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
      margin: auto;
      width: 30px;
      height: 30px; }
  .widget-feature-media .feature-input {
    color: #ed1c24;
    letter-spacing: -4px;
    font-family: "Roboto";
    text-transform: uppercase;
    font-weight: bold;
    font-size: 50px;
    line-height: 50px; }

.widget-feature-content .feature-title {
  font-family: 'Roboto Condensed Medium';
  line-height: 26px;
  font-size: 26px; }
  .widget-feature-content .feature-title--valign {
    position: relative;
    top: 50%;
    transform: translateY(-50%); }
  .widget-feature-content .feature-title.feature-title-link {
    display: block;
    margin-bottom: 20px;
    padding-right: 50px;
    padding-left: 0px;
    position: relative; }
    .widget-feature-content .feature-title.feature-title-link svg {
      fill: #ed1c24;
      position: absolute;
      width: 30px;
      height: 30px;
      right: 10px;
      left: auto; }

.widget-quote {
  display: inline-block;
  position: relative;
  justify-content: center; }
  .widget-quote.widget-quote-style-left {
    display: flex !important; }

.widget-quote-icon {
  margin-bottom: 60px; }
  .widget-quote-icon svg {
    fill: #ed1c24;
    position: absolute;
    left: auto;
    width: 60px;
    height: 60px; }
  .widget-quote-icon.widget-quote-quote-style-left {
    margin-right: 80px; }

.widget-quote-quote {
  font-size: 12px;
  color: #666666; }

.widget-quote-author {
  font-size: 14px;
  font-weight: bold;
  color: #000000;
  margin-top: 10px; }

.widget-quote-company {
  font-size: 14px;
  color: #9e9e9e; }

.widget-post {
  position: relative;
  min-height: 220px; }
  .widget-post svg {
    fill: #c1c1c1;
    width: 40px;
    height: 40px;
    margin: auto;
    right: 0;
    bottom: 0; }
  .widget-post .hide {
    display: none; }

.widget-post-single {
  max-width: 300px; }

.hero-box {
  position: relative;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 430px; }

.hero-box-corner {
  position: absolute;
  top: 0;
  left: 0;
  border-style: solid;
  border-width: 70px 70px 70px 70px;
  height: 0px;
  width: 0px;
  z-index: 1; }

.hero-box-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.hero-box-content {
  position: absolute;
  max-width: 80%; }
  .hero-box-content.box-content-left {
    padding-left: 30px; }
  .hero-box-content.box-content-right {
    text-align: right;
    float: right;
    padding-right: 30px; }
  .hero-box-content.box-content-top {
    padding-top: 50px; }
  .hero-box-content.box-content-bottom {
    position: absolute;
    bottom: 80px; }
    .hero-box-content.box-content-bottom.box-content-right {
      right: 0; }
    .hero-box-content.box-content-bottom.box-content-center {
      right: 0;
      left: 0; }
  .hero-box-content.box-content-center {
    text-align: center;
    margin: 0 auto; }
  .hero-box-content.box-content-middle {
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.hero-box-title {
  font-family: "Roboto Condensed";
  font-size: 35px;
  line-height: 35px;
  /* padding-right: 30px;
    position: absolute;
    top:125px;
    left: 30px; */ }

.hero-box-text {
  font-size: 16px;
  /* position: absolute;
    top:160px;
    left:30px;
    padding-right: 30px; */ }

.hero-box-button {
  position: absolute;
  bottom: 40px; }
  .hero-box-button.box-button-left {
    left: 30px; }
  .hero-box-button.box-button-center {
    left: 0;
    right: 0;
    text-align: center; }
  .hero-box-button.box-button-right {
    right: 30px; }

.widget-product {
  margin-left: auto;
  margin-right: auto;
  max-width: 280px;
  min-height: 430px; }
  .widget-product .card-section {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    text-align: center; }
  .widget-product .card-section-rightWrapper {
    margin-top: auto;
    padding-left: 0; }
  @media (min-width: 1024px) {
    .widget-product .card-section {
      border-bottom: 0;
      margin-bottom: 0;
      padding: 0 0 0.75rem; }
    .widget-product .card-section-rightWrapper {
      border-top: 1px solid #ebebeb;
      padding-top: 0.75rem; } }

/*

.widget-product-cover-svg{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    min-height: 250px;
    width: 245px;
    background-color: #D9DCE9;
}

.widget-product-info{
    padding: 20px;
}

.widget-product-image{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 250px;
    max-width: 200px;
    margin-top: 20px;
    margin-bottom: 20px;
}



.widget-product-svg{
    display: flex;
    margin-bottom: 20px;

    svg{
        height: 20px;
        width: 20px;
        left: unset;
        position: static;
        top: unset;
    }

    p{
        display: inline;
        margin-bottom: 0px;
        padding-left:5px;
    }

}*/
.widget-set .slick-list {
  padding: 0.75rem 0; }

.widget-set .slick-track {
  display: flex; }

.widget-set .slick-slide {
  height: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.widget-set .slick-slide img {
  width: 100%; }

.widget-set .card--product {
  max-width: inherit; }
  .widget-set .card--product .card-section {
    width: 100%; }

/*
@media (max-width: 991px) {
  .widget-set {
    .slick-prev { left: -30px !important; }
    .slick-next{ right: -30px !important; }
  }  
}*/
