@charset "UTF-8";

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.carousel.min.css */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-carousel-inner {
  position: relative;
}
.owl-carousel .owl-carousel-inner .owl-next,
.owl-carousel .owl-carousel-inner .owl-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-carousel-inner button.owl-next,
.owl-carousel .owl-carousel-inner button.owl-prev {
  border: none;
}
.owl-carousel .owl-carousel-inner .owl-prev {
  left: 10px;
}
.owl-carousel .owl-carousel-inner .owl-next {
  right: 10px;
}
.owl-carousel .owl-carousel-inner .owl-next,
.owl-carousel .owl-carousel-inner .owl-prev,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height .5s ease-in-out, max-height .35s ease-in-out;
}
.owl-height.height-0 {
  max-height: 0;
  transition-duration: .7s;
}
.owl-height.height-full {
  max-height: 2000px;
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity .4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("./media/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* node_modules/ngx-owl-carousel-o/lib/styles/prebuilt-themes/owl.theme.default.min.css */
.owl-theme .owl-carousel-inner .owl-next,
.owl-theme .owl-carousel-inner .owl-prev {
  color: #fff;
  font-size: 14px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-carousel-inner .owl-next:hover,
.owl-theme .owl-carousel-inner .owl-prev:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-carousel-inner .owl-next.disabled,
.owl-theme .owl-carousel-inner .owl-prev.disabled {
  opacity: .5;
  cursor: not-allowed;
}
.owl-theme .owl-dots {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* node_modules/animate.css/animate.min.css */
/*!
* 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: 2;
  animation-iteration-count: 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: 3;
  animation-iteration-count: 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: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay)*2);
  animation-delay: calc(var(--animate-delay)*2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay)*3);
  animation-delay: calc(var(--animate-delay)*3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay)*4);
  animation-delay: calc(var(--animate-delay)*4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay)*5);
  animation-delay: calc(var(--animate-delay)*5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-duration: calc(var(--animate-duration)/2);
  animation-duration: calc(var(--animate-duration)/2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-duration: calc(var(--animate-duration)*0.8);
  animation-duration: calc(var(--animate-duration)*0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration)*2);
  animation-duration: calc(var(--animate-duration)*2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration)*3);
  animation-duration: calc(var(--animate-duration)*3);
}
@media (prefers-reduced-motion: reduce), print {
  .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;
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .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(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .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(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0) scaleY(.95);
    transform: translateZ(0) scaleY(.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 20%, 53%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .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(.755, .05, .855, .06);
    animation-timing-function: cubic-bezier(.755, .05, .855, .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(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    -webkit-transform: translateZ(0) scaleY(.95);
    transform: translateZ(0) scaleY(.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 {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(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 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, .75, 1);
    transform: scale3d(1.25, .75, 1);
  }
  40% {
    -webkit-transform: scale3d(.75, 1.25, 1);
    transform: scale3d(.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, .85, 1);
    transform: scale3d(1.15, .85, 1);
  }
  65% {
    -webkit-transform: scale3d(.95, 1.05, 1);
    transform: scale3d(.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, .95, 1);
    transform: scale3d(1.05, .95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
    transform: scale3d(.9, .9, .9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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(-.78125deg) skewY(-.78125deg);
    transform: skewX(-.78125deg) skewY(-.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(.390625deg) skewY(.390625deg);
    transform: skewX(.390625deg) skewY(.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
    transform: skewX(-.1953125deg) skewY(-.1953125deg);
  }
}
.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: 1.3s;
  animation-duration: 1.3s;
  -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;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(.7);
    transform: translateY(-1200px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  to {
    -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(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  to {
    -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(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  to {
    -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(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(.7);
    transform: translateY(1200px) scale(.7);
    opacity: .7;
  }
  80% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .7;
  }
}
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateY(700px) scale(.7);
    transform: translateY(700px) scale(.7);
    opacity: .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(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .7;
  }
}
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateX(-2000px) scale(.7);
    transform: translateX(-2000px) scale(.7);
    opacity: .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(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .7;
  }
}
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateX(0) scale(.7);
    transform: translateX(0) scale(.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateX(2000px) scale(.7);
    transform: translateX(2000px) scale(.7);
    opacity: .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(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7;
  }
}
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(.7);
    transform: translateY(0) scale(.7);
    opacity: .7;
  }
  to {
    -webkit-transform: translateY(-700px) scale(.7);
    transform: translateY(-700px) scale(.7);
    opacity: .7;
  }
}
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp;
}
@-webkit-keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .97);
  }
  to {
    opacity: 1;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -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 {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.9);
    transform: translate3d(0, 25px, 0) scaleY(.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
    transform: translate3d(0, -10px, 0) scaleY(.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
    transform: translate3d(0, 5px, 0) scaleY(.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.9);
    transform: translate3d(0, 25px, 0) scaleY(.9);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
    transform: translate3d(0, -10px, 0) scaleY(.95);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
    transform: translate3d(0, 5px, 0) scaleY(.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.98);
    transform: translate3d(-10px, 0, 0) scaleX(.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
    transform: translate3d(5px, 0, 0) scaleX(.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.98);
    transform: translate3d(-10px, 0, 0) scaleX(.98);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
    transform: translate3d(5px, 0, 0) scaleX(.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.98);
    transform: translate3d(10px, 0, 0) scaleX(.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
    transform: translate3d(-5px, 0, 0) scaleX(.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .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(.98);
    transform: translate3d(10px, 0, 0) scaleX(.98);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
    transform: translate3d(-5px, 0, 0) scaleX(.995);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    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(.9);
    transform: translate3d(0, -20px, 0) scaleY(.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
    transform: translate3d(0, 10px, 0) scaleY(.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
    transform: translate3d(0, -5px, 0) scaleY(.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1);
  }
  0% {
    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(.9);
    transform: translate3d(0, -20px, 0) scaleY(.9);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
    transform: translate3d(0, 10px, 0) scaleY(.95);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
    transform: translate3d(0, -5px, 0) scaleY(.985);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -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(.985);
    transform: translate3d(0, 10px, 0) scaleY(.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
    transform: translate3d(0, -20px, 0) scaleY(.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(.985);
    transform: translate3d(0, 10px, 0) scaleY(.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
    transform: translate3d(0, -20px, 0) scaleY(.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(.9);
    transform: translate3d(20px, 0, 0) scaleX(.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(.9);
    transform: translate3d(20px, 0, 0) scaleX(.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(.9);
    transform: translate3d(-20px, 0, 0) scaleX(.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(.9);
    transform: translate3d(-20px, 0, 0) scaleX(.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(.985);
    transform: translate3d(0, -10px, 0) scaleY(.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
    transform: translate3d(0, 20px, 0) scaleY(.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(.985);
    transform: translate3d(0, -10px, 0) scaleY(.985);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
    transform: translate3d(0, 20px, 0) scaleY(.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;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(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 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -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;
}
@-webkit-keyframes lightSpeedInRight {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    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;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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: 2s;
  animation-duration: 2s;
  -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 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.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 {
  0% {
    opacity: 0;
    -webkit-transform: scale(.1) rotate(30deg);
    transform: scale(.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;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .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(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.1) translate3d(-2000px, 0, 0);
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.1) translate3d(2000px, 0, 0);
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
    transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
    transform: scale(.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(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
    animation-timing-function: cubic-bezier(.55, .055, .675, .19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
    animation-timing-function: cubic-bezier(.175, .885, .32, 1);
  }
}
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

/* node_modules/@fontsource/open-sans/300.css */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("./media/open-sans-cyrillic-ext-300-normal.woff2") format("woff2"), url("./media/open-sans-cyrillic-ext-300-normal.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C8A,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("./media/open-sans-cyrillic-300-normal.woff2") format("woff2"), url("./media/open-sans-cyrillic-300-normal.woff") format("woff");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("./media/open-sans-greek-ext-300-normal.woff2") format("woff2"), url("./media/open-sans-greek-ext-300-normal.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("./media/open-sans-greek-300-normal.woff2") format("woff2"), url("./media/open-sans-greek-300-normal.woff") format("woff");
  unicode-range:
    U+0370-0377,
    U+037A-037F,
    U+0384-038A,
    U+038C,
    U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("./media/open-sans-hebrew-300-normal.woff2") format("woff2"), url("./media/open-sans-hebrew-300-normal.woff") format("woff");
  unicode-range:
    U+0307-0308,
    U+0590-05FF,
    U+200C-2010,
    U+20AA,
    U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("./media/open-sans-math-300-normal.woff2") format("woff2"), url("./media/open-sans-math-300-normal.woff") format("woff");
  unicode-range:
    U+0302-0303,
    U+0305,
    U+0307-0308,
    U+0310,
    U+0312,
    U+0315,
    U+031A,
    U+0326-0327,
    U+032C,
    U+032F-0330,
    U+0332-0333,
    U+0338,
    U+033A,
    U+0346,
    U+034D,
    U+0391-03A1,
    U+03A3-03A9,
    U+03B1-03C9,
    U+03D1,
    U+03D5-03D6,
    U+03F0-03F1,
    U+03F4-03F5,
    U+2016-2017,
    U+2034-2038,
    U+203C,
    U+2040,
    U+2043,
    U+2047,
    U+2050,
    U+2057,
    U+205F,
    U+2070-2071,
    U+2074-208E,
    U+2090-209C,
    U+20D0-20DC,
    U+20E1,
    U+20E5-20EF,
    U+2100-2112,
    U+2114-2115,
    U+2117-2121,
    U+2123-214F,
    U+2190,
    U+2192,
    U+2194-21AE,
    U+21B0-21E5,
    U+21F1-21F2,
    U+21F4-2211,
    U+2213-2214,
    U+2216-22FF,
    U+2308-230B,
    U+2310,
    U+2319,
    U+231C-2321,
    U+2336-237A,
    U+237C,
    U+2395,
    U+239B-23B7,
    U+23D0,
    U+23DC-23E1,
    U+2474-2475,
    U+25AF,
    U+25B3,
    U+25B7,
    U+25BD,
    U+25C1,
    U+25CA,
    U+25CC,
    U+25FB,
    U+266D-266F,
    U+27C0-27FF,
    U+2900-2AFF,
    U+2B0E-2B11,
    U+2B30-2B4C,
    U+2BFE,
    U+3030,
    U+FF5B,
    U+FF5D,
    U+1D400-1D7FF,
    U+1EE00-1EEFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("./media/open-sans-symbols-300-normal.woff2") format("woff2"), url("./media/open-sans-symbols-300-normal.woff") format("woff");
  unicode-range:
    U+0001-000C,
    U+000E-001F,
    U+007F-009F,
    U+20DD-20E0,
    U+20E2-20E4,
    U+2150-218F,
    U+2190,
    U+2192,
    U+2194-2199,
    U+21AF,
    U+21E6-21F0,
    U+21F3,
    U+2218-2219,
    U+2299,
    U+22C4-22C6,
    U+2300-243F,
    U+2440-244A,
    U+2460-24FF,
    U+25A0-27BF,
    U+2800-28FF,
    U+2921-2922,
    U+2981,
    U+29BF,
    U+29EB,
    U+2B00-2BFF,
    U+4DC0-4DFF,
    U+FFF9-FFFB,
    U+10140-1018E,
    U+10190-1019C,
    U+101A0,
    U+101D0-101FD,
    U+102E0-102FB,
    U+10E60-10E7E,
    U+1D2C0-1D2D3,
    U+1D2E0-1D37F,
    U+1F000-1F0FF,
    U+1F100-1F1AD,
    U+1F1E6-1F1FF,
    U+1F30D-1F30F,
    U+1F315,
    U+1F31C,
    U+1F31E,
    U+1F320-1F32C,
    U+1F336,
    U+1F378,
    U+1F37D,
    U+1F382,
    U+1F393-1F39F,
    U+1F3A7-1F3A8,
    U+1F3AC-1F3AF,
    U+1F3C2,
    U+1F3C4-1F3C6,
    U+1F3CA-1F3CE,
    U+1F3D4-1F3E0,
    U+1F3ED,
    U+1F3F1-1F3F3,
    U+1F3F5-1F3F7,
    U+1F408,
    U+1F415,
    U+1F41F,
    U+1F426,
    U+1F43F,
    U+1F441-1F442,
    U+1F444,
    U+1F446-1F449,
    U+1F44C-1F44E,
    U+1F453,
    U+1F46A,
    U+1F47D,
    U+1F4A3,
    U+1F4B0,
    U+1F4B3,
    U+1F4B9,
    U+1F4BB,
    U+1F4BF,
    U+1F4C8-1F4CB,
    U+1F4D6,
    U+1F4DA,
    U+1F4DF,
    U+1F4E3-1F4E6,
    U+1F4EA-1F4ED,
    U+1F4F7,
    U+1F4F9-1F4FB,
    U+1F4FD-1F4FE,
    U+1F503,
    U+1F507-1F50B,
    U+1F50D,
    U+1F512-1F513,
    U+1F53E-1F54A,
    U+1F54F-1F5FA,
    U+1F610,
    U+1F650-1F67F,
    U+1F687,
    U+1F68D,
    U+1F691,
    U+1F694,
    U+1F698,
    U+1F6AD,
    U+1F6B2,
    U+1F6B9-1F6BA,
    U+1F6BC,
    U+1F6C6-1F6CF,
    U+1F6D3-1F6D7,
    U+1F6E0-1F6EA,
    U+1F6F0-1F6F3,
    U+1F6F7-1F6FC,
    U+1F700-1F7FF,
    U+1F800-1F80B,
    U+1F810-1F847,
    U+1F850-1F859,
    U+1F860-1F887,
    U+1F890-1F8AD,
    U+1F8B0-1F8BB,
    U+1F8C0-1F8C1,
    U+1F900-1F90B,
    U+1F93B,
    U+1F946,
    U+1F984,
    U+1F996,
    U+1F9E9,
    U+1FA00-1FA6F,
    U+1FA70-1FA7C,
    U+1FA80-1FA89,
    U+1FA8F-1FAC6,
    U+1FACE-1FADC,
    U+1FADF-1FAE9,
    U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("./media/open-sans-vietnamese-300-normal.woff2") format("woff2"), url("./media/open-sans-vietnamese-300-normal.woff") format("woff");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("./media/open-sans-latin-ext-300-normal.woff2") format("woff2"), url("./media/open-sans-latin-ext-300-normal.woff") format("woff");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url("./media/open-sans-latin-300-normal.woff2") format("woff2"), url("./media/open-sans-latin-300-normal.woff") format("woff");
  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+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

/* node_modules/@fontsource/open-sans/400.css */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/open-sans-cyrillic-ext-400-normal.woff2") format("woff2"), url("./media/open-sans-cyrillic-ext-400-normal.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C8A,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/open-sans-cyrillic-400-normal.woff2") format("woff2"), url("./media/open-sans-cyrillic-400-normal.woff") format("woff");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/open-sans-greek-ext-400-normal.woff2") format("woff2"), url("./media/open-sans-greek-ext-400-normal.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/open-sans-greek-400-normal.woff2") format("woff2"), url("./media/open-sans-greek-400-normal.woff") format("woff");
  unicode-range:
    U+0370-0377,
    U+037A-037F,
    U+0384-038A,
    U+038C,
    U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/open-sans-hebrew-400-normal.woff2") format("woff2"), url("./media/open-sans-hebrew-400-normal.woff") format("woff");
  unicode-range:
    U+0307-0308,
    U+0590-05FF,
    U+200C-2010,
    U+20AA,
    U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/open-sans-math-400-normal.woff2") format("woff2"), url("./media/open-sans-math-400-normal.woff") format("woff");
  unicode-range:
    U+0302-0303,
    U+0305,
    U+0307-0308,
    U+0310,
    U+0312,
    U+0315,
    U+031A,
    U+0326-0327,
    U+032C,
    U+032F-0330,
    U+0332-0333,
    U+0338,
    U+033A,
    U+0346,
    U+034D,
    U+0391-03A1,
    U+03A3-03A9,
    U+03B1-03C9,
    U+03D1,
    U+03D5-03D6,
    U+03F0-03F1,
    U+03F4-03F5,
    U+2016-2017,
    U+2034-2038,
    U+203C,
    U+2040,
    U+2043,
    U+2047,
    U+2050,
    U+2057,
    U+205F,
    U+2070-2071,
    U+2074-208E,
    U+2090-209C,
    U+20D0-20DC,
    U+20E1,
    U+20E5-20EF,
    U+2100-2112,
    U+2114-2115,
    U+2117-2121,
    U+2123-214F,
    U+2190,
    U+2192,
    U+2194-21AE,
    U+21B0-21E5,
    U+21F1-21F2,
    U+21F4-2211,
    U+2213-2214,
    U+2216-22FF,
    U+2308-230B,
    U+2310,
    U+2319,
    U+231C-2321,
    U+2336-237A,
    U+237C,
    U+2395,
    U+239B-23B7,
    U+23D0,
    U+23DC-23E1,
    U+2474-2475,
    U+25AF,
    U+25B3,
    U+25B7,
    U+25BD,
    U+25C1,
    U+25CA,
    U+25CC,
    U+25FB,
    U+266D-266F,
    U+27C0-27FF,
    U+2900-2AFF,
    U+2B0E-2B11,
    U+2B30-2B4C,
    U+2BFE,
    U+3030,
    U+FF5B,
    U+FF5D,
    U+1D400-1D7FF,
    U+1EE00-1EEFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/open-sans-symbols-400-normal.woff2") format("woff2"), url("./media/open-sans-symbols-400-normal.woff") format("woff");
  unicode-range:
    U+0001-000C,
    U+000E-001F,
    U+007F-009F,
    U+20DD-20E0,
    U+20E2-20E4,
    U+2150-218F,
    U+2190,
    U+2192,
    U+2194-2199,
    U+21AF,
    U+21E6-21F0,
    U+21F3,
    U+2218-2219,
    U+2299,
    U+22C4-22C6,
    U+2300-243F,
    U+2440-244A,
    U+2460-24FF,
    U+25A0-27BF,
    U+2800-28FF,
    U+2921-2922,
    U+2981,
    U+29BF,
    U+29EB,
    U+2B00-2BFF,
    U+4DC0-4DFF,
    U+FFF9-FFFB,
    U+10140-1018E,
    U+10190-1019C,
    U+101A0,
    U+101D0-101FD,
    U+102E0-102FB,
    U+10E60-10E7E,
    U+1D2C0-1D2D3,
    U+1D2E0-1D37F,
    U+1F000-1F0FF,
    U+1F100-1F1AD,
    U+1F1E6-1F1FF,
    U+1F30D-1F30F,
    U+1F315,
    U+1F31C,
    U+1F31E,
    U+1F320-1F32C,
    U+1F336,
    U+1F378,
    U+1F37D,
    U+1F382,
    U+1F393-1F39F,
    U+1F3A7-1F3A8,
    U+1F3AC-1F3AF,
    U+1F3C2,
    U+1F3C4-1F3C6,
    U+1F3CA-1F3CE,
    U+1F3D4-1F3E0,
    U+1F3ED,
    U+1F3F1-1F3F3,
    U+1F3F5-1F3F7,
    U+1F408,
    U+1F415,
    U+1F41F,
    U+1F426,
    U+1F43F,
    U+1F441-1F442,
    U+1F444,
    U+1F446-1F449,
    U+1F44C-1F44E,
    U+1F453,
    U+1F46A,
    U+1F47D,
    U+1F4A3,
    U+1F4B0,
    U+1F4B3,
    U+1F4B9,
    U+1F4BB,
    U+1F4BF,
    U+1F4C8-1F4CB,
    U+1F4D6,
    U+1F4DA,
    U+1F4DF,
    U+1F4E3-1F4E6,
    U+1F4EA-1F4ED,
    U+1F4F7,
    U+1F4F9-1F4FB,
    U+1F4FD-1F4FE,
    U+1F503,
    U+1F507-1F50B,
    U+1F50D,
    U+1F512-1F513,
    U+1F53E-1F54A,
    U+1F54F-1F5FA,
    U+1F610,
    U+1F650-1F67F,
    U+1F687,
    U+1F68D,
    U+1F691,
    U+1F694,
    U+1F698,
    U+1F6AD,
    U+1F6B2,
    U+1F6B9-1F6BA,
    U+1F6BC,
    U+1F6C6-1F6CF,
    U+1F6D3-1F6D7,
    U+1F6E0-1F6EA,
    U+1F6F0-1F6F3,
    U+1F6F7-1F6FC,
    U+1F700-1F7FF,
    U+1F800-1F80B,
    U+1F810-1F847,
    U+1F850-1F859,
    U+1F860-1F887,
    U+1F890-1F8AD,
    U+1F8B0-1F8BB,
    U+1F8C0-1F8C1,
    U+1F900-1F90B,
    U+1F93B,
    U+1F946,
    U+1F984,
    U+1F996,
    U+1F9E9,
    U+1FA00-1FA6F,
    U+1FA70-1FA7C,
    U+1FA80-1FA89,
    U+1FA8F-1FAC6,
    U+1FACE-1FADC,
    U+1FADF-1FAE9,
    U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/open-sans-vietnamese-400-normal.woff2") format("woff2"), url("./media/open-sans-vietnamese-400-normal.woff") format("woff");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/open-sans-latin-ext-400-normal.woff2") format("woff2"), url("./media/open-sans-latin-ext-400-normal.woff") format("woff");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url("./media/open-sans-latin-400-normal.woff2") format("woff2"), url("./media/open-sans-latin-400-normal.woff") format("woff");
  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+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

/* node_modules/@fontsource/open-sans/600.css */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./media/open-sans-cyrillic-ext-600-normal.woff2") format("woff2"), url("./media/open-sans-cyrillic-ext-600-normal.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C8A,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./media/open-sans-cyrillic-600-normal.woff2") format("woff2"), url("./media/open-sans-cyrillic-600-normal.woff") format("woff");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./media/open-sans-greek-ext-600-normal.woff2") format("woff2"), url("./media/open-sans-greek-ext-600-normal.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./media/open-sans-greek-600-normal.woff2") format("woff2"), url("./media/open-sans-greek-600-normal.woff") format("woff");
  unicode-range:
    U+0370-0377,
    U+037A-037F,
    U+0384-038A,
    U+038C,
    U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./media/open-sans-hebrew-600-normal.woff2") format("woff2"), url("./media/open-sans-hebrew-600-normal.woff") format("woff");
  unicode-range:
    U+0307-0308,
    U+0590-05FF,
    U+200C-2010,
    U+20AA,
    U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./media/open-sans-math-600-normal.woff2") format("woff2"), url("./media/open-sans-math-600-normal.woff") format("woff");
  unicode-range:
    U+0302-0303,
    U+0305,
    U+0307-0308,
    U+0310,
    U+0312,
    U+0315,
    U+031A,
    U+0326-0327,
    U+032C,
    U+032F-0330,
    U+0332-0333,
    U+0338,
    U+033A,
    U+0346,
    U+034D,
    U+0391-03A1,
    U+03A3-03A9,
    U+03B1-03C9,
    U+03D1,
    U+03D5-03D6,
    U+03F0-03F1,
    U+03F4-03F5,
    U+2016-2017,
    U+2034-2038,
    U+203C,
    U+2040,
    U+2043,
    U+2047,
    U+2050,
    U+2057,
    U+205F,
    U+2070-2071,
    U+2074-208E,
    U+2090-209C,
    U+20D0-20DC,
    U+20E1,
    U+20E5-20EF,
    U+2100-2112,
    U+2114-2115,
    U+2117-2121,
    U+2123-214F,
    U+2190,
    U+2192,
    U+2194-21AE,
    U+21B0-21E5,
    U+21F1-21F2,
    U+21F4-2211,
    U+2213-2214,
    U+2216-22FF,
    U+2308-230B,
    U+2310,
    U+2319,
    U+231C-2321,
    U+2336-237A,
    U+237C,
    U+2395,
    U+239B-23B7,
    U+23D0,
    U+23DC-23E1,
    U+2474-2475,
    U+25AF,
    U+25B3,
    U+25B7,
    U+25BD,
    U+25C1,
    U+25CA,
    U+25CC,
    U+25FB,
    U+266D-266F,
    U+27C0-27FF,
    U+2900-2AFF,
    U+2B0E-2B11,
    U+2B30-2B4C,
    U+2BFE,
    U+3030,
    U+FF5B,
    U+FF5D,
    U+1D400-1D7FF,
    U+1EE00-1EEFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./media/open-sans-symbols-600-normal.woff2") format("woff2"), url("./media/open-sans-symbols-600-normal.woff") format("woff");
  unicode-range:
    U+0001-000C,
    U+000E-001F,
    U+007F-009F,
    U+20DD-20E0,
    U+20E2-20E4,
    U+2150-218F,
    U+2190,
    U+2192,
    U+2194-2199,
    U+21AF,
    U+21E6-21F0,
    U+21F3,
    U+2218-2219,
    U+2299,
    U+22C4-22C6,
    U+2300-243F,
    U+2440-244A,
    U+2460-24FF,
    U+25A0-27BF,
    U+2800-28FF,
    U+2921-2922,
    U+2981,
    U+29BF,
    U+29EB,
    U+2B00-2BFF,
    U+4DC0-4DFF,
    U+FFF9-FFFB,
    U+10140-1018E,
    U+10190-1019C,
    U+101A0,
    U+101D0-101FD,
    U+102E0-102FB,
    U+10E60-10E7E,
    U+1D2C0-1D2D3,
    U+1D2E0-1D37F,
    U+1F000-1F0FF,
    U+1F100-1F1AD,
    U+1F1E6-1F1FF,
    U+1F30D-1F30F,
    U+1F315,
    U+1F31C,
    U+1F31E,
    U+1F320-1F32C,
    U+1F336,
    U+1F378,
    U+1F37D,
    U+1F382,
    U+1F393-1F39F,
    U+1F3A7-1F3A8,
    U+1F3AC-1F3AF,
    U+1F3C2,
    U+1F3C4-1F3C6,
    U+1F3CA-1F3CE,
    U+1F3D4-1F3E0,
    U+1F3ED,
    U+1F3F1-1F3F3,
    U+1F3F5-1F3F7,
    U+1F408,
    U+1F415,
    U+1F41F,
    U+1F426,
    U+1F43F,
    U+1F441-1F442,
    U+1F444,
    U+1F446-1F449,
    U+1F44C-1F44E,
    U+1F453,
    U+1F46A,
    U+1F47D,
    U+1F4A3,
    U+1F4B0,
    U+1F4B3,
    U+1F4B9,
    U+1F4BB,
    U+1F4BF,
    U+1F4C8-1F4CB,
    U+1F4D6,
    U+1F4DA,
    U+1F4DF,
    U+1F4E3-1F4E6,
    U+1F4EA-1F4ED,
    U+1F4F7,
    U+1F4F9-1F4FB,
    U+1F4FD-1F4FE,
    U+1F503,
    U+1F507-1F50B,
    U+1F50D,
    U+1F512-1F513,
    U+1F53E-1F54A,
    U+1F54F-1F5FA,
    U+1F610,
    U+1F650-1F67F,
    U+1F687,
    U+1F68D,
    U+1F691,
    U+1F694,
    U+1F698,
    U+1F6AD,
    U+1F6B2,
    U+1F6B9-1F6BA,
    U+1F6BC,
    U+1F6C6-1F6CF,
    U+1F6D3-1F6D7,
    U+1F6E0-1F6EA,
    U+1F6F0-1F6F3,
    U+1F6F7-1F6FC,
    U+1F700-1F7FF,
    U+1F800-1F80B,
    U+1F810-1F847,
    U+1F850-1F859,
    U+1F860-1F887,
    U+1F890-1F8AD,
    U+1F8B0-1F8BB,
    U+1F8C0-1F8C1,
    U+1F900-1F90B,
    U+1F93B,
    U+1F946,
    U+1F984,
    U+1F996,
    U+1F9E9,
    U+1FA00-1FA6F,
    U+1FA70-1FA7C,
    U+1FA80-1FA89,
    U+1FA8F-1FAC6,
    U+1FACE-1FADC,
    U+1FADF-1FAE9,
    U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./media/open-sans-vietnamese-600-normal.woff2") format("woff2"), url("./media/open-sans-vietnamese-600-normal.woff") format("woff");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./media/open-sans-latin-ext-600-normal.woff2") format("woff2"), url("./media/open-sans-latin-ext-600-normal.woff") format("woff");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url("./media/open-sans-latin-600-normal.woff2") format("woff2"), url("./media/open-sans-latin-600-normal.woff") format("woff");
  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+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

/* node_modules/@fontsource/open-sans/700.css */
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./media/open-sans-cyrillic-ext-700-normal.woff2") format("woff2"), url("./media/open-sans-cyrillic-ext-700-normal.woff") format("woff");
  unicode-range:
    U+0460-052F,
    U+1C80-1C8A,
    U+20B4,
    U+2DE0-2DFF,
    U+A640-A69F,
    U+FE2E-FE2F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./media/open-sans-cyrillic-700-normal.woff2") format("woff2"), url("./media/open-sans-cyrillic-700-normal.woff") format("woff");
  unicode-range:
    U+0301,
    U+0400-045F,
    U+0490-0491,
    U+04B0-04B1,
    U+2116;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./media/open-sans-greek-ext-700-normal.woff2") format("woff2"), url("./media/open-sans-greek-ext-700-normal.woff") format("woff");
  unicode-range: U+1F00-1FFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./media/open-sans-greek-700-normal.woff2") format("woff2"), url("./media/open-sans-greek-700-normal.woff") format("woff");
  unicode-range:
    U+0370-0377,
    U+037A-037F,
    U+0384-038A,
    U+038C,
    U+038E-03A1,
    U+03A3-03FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./media/open-sans-hebrew-700-normal.woff2") format("woff2"), url("./media/open-sans-hebrew-700-normal.woff") format("woff");
  unicode-range:
    U+0307-0308,
    U+0590-05FF,
    U+200C-2010,
    U+20AA,
    U+25CC,
    U+FB1D-FB4F;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./media/open-sans-math-700-normal.woff2") format("woff2"), url("./media/open-sans-math-700-normal.woff") format("woff");
  unicode-range:
    U+0302-0303,
    U+0305,
    U+0307-0308,
    U+0310,
    U+0312,
    U+0315,
    U+031A,
    U+0326-0327,
    U+032C,
    U+032F-0330,
    U+0332-0333,
    U+0338,
    U+033A,
    U+0346,
    U+034D,
    U+0391-03A1,
    U+03A3-03A9,
    U+03B1-03C9,
    U+03D1,
    U+03D5-03D6,
    U+03F0-03F1,
    U+03F4-03F5,
    U+2016-2017,
    U+2034-2038,
    U+203C,
    U+2040,
    U+2043,
    U+2047,
    U+2050,
    U+2057,
    U+205F,
    U+2070-2071,
    U+2074-208E,
    U+2090-209C,
    U+20D0-20DC,
    U+20E1,
    U+20E5-20EF,
    U+2100-2112,
    U+2114-2115,
    U+2117-2121,
    U+2123-214F,
    U+2190,
    U+2192,
    U+2194-21AE,
    U+21B0-21E5,
    U+21F1-21F2,
    U+21F4-2211,
    U+2213-2214,
    U+2216-22FF,
    U+2308-230B,
    U+2310,
    U+2319,
    U+231C-2321,
    U+2336-237A,
    U+237C,
    U+2395,
    U+239B-23B7,
    U+23D0,
    U+23DC-23E1,
    U+2474-2475,
    U+25AF,
    U+25B3,
    U+25B7,
    U+25BD,
    U+25C1,
    U+25CA,
    U+25CC,
    U+25FB,
    U+266D-266F,
    U+27C0-27FF,
    U+2900-2AFF,
    U+2B0E-2B11,
    U+2B30-2B4C,
    U+2BFE,
    U+3030,
    U+FF5B,
    U+FF5D,
    U+1D400-1D7FF,
    U+1EE00-1EEFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./media/open-sans-symbols-700-normal.woff2") format("woff2"), url("./media/open-sans-symbols-700-normal.woff") format("woff");
  unicode-range:
    U+0001-000C,
    U+000E-001F,
    U+007F-009F,
    U+20DD-20E0,
    U+20E2-20E4,
    U+2150-218F,
    U+2190,
    U+2192,
    U+2194-2199,
    U+21AF,
    U+21E6-21F0,
    U+21F3,
    U+2218-2219,
    U+2299,
    U+22C4-22C6,
    U+2300-243F,
    U+2440-244A,
    U+2460-24FF,
    U+25A0-27BF,
    U+2800-28FF,
    U+2921-2922,
    U+2981,
    U+29BF,
    U+29EB,
    U+2B00-2BFF,
    U+4DC0-4DFF,
    U+FFF9-FFFB,
    U+10140-1018E,
    U+10190-1019C,
    U+101A0,
    U+101D0-101FD,
    U+102E0-102FB,
    U+10E60-10E7E,
    U+1D2C0-1D2D3,
    U+1D2E0-1D37F,
    U+1F000-1F0FF,
    U+1F100-1F1AD,
    U+1F1E6-1F1FF,
    U+1F30D-1F30F,
    U+1F315,
    U+1F31C,
    U+1F31E,
    U+1F320-1F32C,
    U+1F336,
    U+1F378,
    U+1F37D,
    U+1F382,
    U+1F393-1F39F,
    U+1F3A7-1F3A8,
    U+1F3AC-1F3AF,
    U+1F3C2,
    U+1F3C4-1F3C6,
    U+1F3CA-1F3CE,
    U+1F3D4-1F3E0,
    U+1F3ED,
    U+1F3F1-1F3F3,
    U+1F3F5-1F3F7,
    U+1F408,
    U+1F415,
    U+1F41F,
    U+1F426,
    U+1F43F,
    U+1F441-1F442,
    U+1F444,
    U+1F446-1F449,
    U+1F44C-1F44E,
    U+1F453,
    U+1F46A,
    U+1F47D,
    U+1F4A3,
    U+1F4B0,
    U+1F4B3,
    U+1F4B9,
    U+1F4BB,
    U+1F4BF,
    U+1F4C8-1F4CB,
    U+1F4D6,
    U+1F4DA,
    U+1F4DF,
    U+1F4E3-1F4E6,
    U+1F4EA-1F4ED,
    U+1F4F7,
    U+1F4F9-1F4FB,
    U+1F4FD-1F4FE,
    U+1F503,
    U+1F507-1F50B,
    U+1F50D,
    U+1F512-1F513,
    U+1F53E-1F54A,
    U+1F54F-1F5FA,
    U+1F610,
    U+1F650-1F67F,
    U+1F687,
    U+1F68D,
    U+1F691,
    U+1F694,
    U+1F698,
    U+1F6AD,
    U+1F6B2,
    U+1F6B9-1F6BA,
    U+1F6BC,
    U+1F6C6-1F6CF,
    U+1F6D3-1F6D7,
    U+1F6E0-1F6EA,
    U+1F6F0-1F6F3,
    U+1F6F7-1F6FC,
    U+1F700-1F7FF,
    U+1F800-1F80B,
    U+1F810-1F847,
    U+1F850-1F859,
    U+1F860-1F887,
    U+1F890-1F8AD,
    U+1F8B0-1F8BB,
    U+1F8C0-1F8C1,
    U+1F900-1F90B,
    U+1F93B,
    U+1F946,
    U+1F984,
    U+1F996,
    U+1F9E9,
    U+1FA00-1FA6F,
    U+1FA70-1FA7C,
    U+1FA80-1FA89,
    U+1FA8F-1FAC6,
    U+1FACE-1FADC,
    U+1FADF-1FAE9,
    U+1FAF0-1FAF8,
    U+1FB00-1FBFF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./media/open-sans-vietnamese-700-normal.woff2") format("woff2"), url("./media/open-sans-vietnamese-700-normal.woff") format("woff");
  unicode-range:
    U+0102-0103,
    U+0110-0111,
    U+0128-0129,
    U+0168-0169,
    U+01A0-01A1,
    U+01AF-01B0,
    U+0300-0301,
    U+0303-0304,
    U+0308-0309,
    U+0323,
    U+0329,
    U+1EA0-1EF9,
    U+20AB;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./media/open-sans-latin-ext-700-normal.woff2") format("woff2"), url("./media/open-sans-latin-ext-700-normal.woff") format("woff");
  unicode-range:
    U+0100-02BA,
    U+02BD-02C5,
    U+02C7-02CC,
    U+02CE-02D7,
    U+02DD-02FF,
    U+0304,
    U+0308,
    U+0329,
    U+1D00-1DBF,
    U+1E00-1E9F,
    U+1EF2-1EFF,
    U+2020,
    U+20A0-20AB,
    U+20AD-20C0,
    U+2113,
    U+2C60-2C7F,
    U+A720-A7FF;
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url("./media/open-sans-latin-700-normal.woff2") format("woff2"), url("./media/open-sans-latin-700-normal.woff") format("woff");
  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+20AC,
    U+2122,
    U+2191,
    U+2193,
    U+2212,
    U+2215,
    U+FEFF,
    U+FFFD;
}

/* node_modules/@fortawesome/fontawesome-free/css/all.css */
/*!
 * Font Awesome Free 7.1.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2025 Fonticons, Inc.
 */
.fa-solid,
.fa-regular,
.fa-brands,
.fa-classic,
.fas,
.far,
.fab,
.fa {
  --_fa-family: var(--fa-family, var(--fa-style-family, "Font Awesome 7 Free"));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: var(--fa-display, inline-block);
  font-family: var(--_fa-family);
  font-feature-settings: normal;
  font-style: normal;
  font-synthesis: none;
  font-variant: normal;
  font-weight: var(--fa-style, 900);
  line-height: 1;
  text-align: center;
  text-rendering: auto;
  width: var(--fa-width, 1.25em);
}
:is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa)::before {
  content: var(--fa)/"";
}
@supports not (content: ""/"") {
  :is(.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa-classic, .fa)::before {
    content: var(--fa);
  }
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: calc(10 / 16 * 1em);
  line-height: calc(1 / 10 * 1em);
  vertical-align: calc((6 / 10 - 0.375) * 1em);
}
.fa-xs {
  font-size: calc(12 / 16 * 1em);
  line-height: calc(1 / 12 * 1em);
  vertical-align: calc((6 / 12 - 0.375) * 1em);
}
.fa-sm {
  font-size: calc(14 / 16 * 1em);
  line-height: calc(1 / 14 * 1em);
  vertical-align: calc((6 / 14 - 0.375) * 1em);
}
.fa-lg {
  font-size: calc(20 / 16 * 1em);
  line-height: calc(1 / 20 * 1em);
  vertical-align: calc((6 / 20 - 0.375) * 1em);
}
.fa-xl {
  font-size: calc(24 / 16 * 1em);
  line-height: calc(1 / 24 * 1em);
  vertical-align: calc((6 / 24 - 0.375) * 1em);
}
.fa-2xl {
  font-size: calc(32 / 16 * 1em);
  line-height: calc(1 / 32 * 1em);
  vertical-align: calc((6 / 32 - 0.375) * 1em);
}
.fa-width-auto {
  --fa-width: auto;
}
.fa-fw,
.fa-width-fixed {
  --fa-width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-inline-start: var(--fa-li-margin, 2.5em);
  padding-inline-start: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  inset-inline-start: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.0625em);
  box-sizing: var(--fa-border-box-sizing, content-box);
  padding: var(--fa-border-padding, 0.1875em 0.25em);
}
.fa-pull-left,
.fa-pull-start {
  float: inline-start;
  margin-inline-end: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right,
.fa-pull-end {
  float: inline-end;
  margin-inline-start: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse,
.fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat,
  .fa-bounce,
  .fa-fade,
  .fa-beat-fade,
  .fa-flip,
  .fa-pulse,
  .fa-shake,
  .fa-spin,
  .fa-spin-pulse {
    animation: none !important;
    transition: none !important;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  --fa-width: 100%;
  inset: 0;
  position: absolute;
  text-align: center;
  width: var(--fa-width);
  z-index: var(--fa-stack-z-index, auto);
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.fa-0 {
  --fa: "0";
}
.fa-1 {
  --fa: "1";
}
.fa-2 {
  --fa: "2";
}
.fa-3 {
  --fa: "3";
}
.fa-4 {
  --fa: "4";
}
.fa-5 {
  --fa: "5";
}
.fa-6 {
  --fa: "6";
}
.fa-7 {
  --fa: "7";
}
.fa-8 {
  --fa: "8";
}
.fa-9 {
  --fa: "9";
}
.fa-exclamation {
  --fa: "!";
}
.fa-hashtag {
  --fa: "#";
}
.fa-dollar-sign {
  --fa: "$";
}
.fa-dollar {
  --fa: "$";
}
.fa-usd {
  --fa: "$";
}
.fa-percent {
  --fa: "%";
}
.fa-percentage {
  --fa: "%";
}
.fa-asterisk {
  --fa: "*";
}
.fa-plus {
  --fa: "+";
}
.fa-add {
  --fa: "+";
}
.fa-less-than {
  --fa: "<";
}
.fa-equals {
  --fa: "=";
}
.fa-greater-than {
  --fa: ">";
}
.fa-question {
  --fa: "?";
}
.fa-at {
  --fa: "@";
}
.fa-a {
  --fa: "A";
}
.fa-b {
  --fa: "B";
}
.fa-c {
  --fa: "C";
}
.fa-d {
  --fa: "D";
}
.fa-e {
  --fa: "E";
}
.fa-f {
  --fa: "F";
}
.fa-g {
  --fa: "G";
}
.fa-h {
  --fa: "H";
}
.fa-i {
  --fa: "I";
}
.fa-j {
  --fa: "J";
}
.fa-k {
  --fa: "K";
}
.fa-l {
  --fa: "L";
}
.fa-m {
  --fa: "M";
}
.fa-n {
  --fa: "N";
}
.fa-o {
  --fa: "O";
}
.fa-p {
  --fa: "P";
}
.fa-q {
  --fa: "Q";
}
.fa-r {
  --fa: "R";
}
.fa-s {
  --fa: "S";
}
.fa-t {
  --fa: "T";
}
.fa-u {
  --fa: "U";
}
.fa-v {
  --fa: "V";
}
.fa-w {
  --fa: "W";
}
.fa-x {
  --fa: "X";
}
.fa-y {
  --fa: "Y";
}
.fa-z {
  --fa: "Z";
}
.fa-faucet {
  --fa: "\e005";
}
.fa-faucet-drip {
  --fa: "\e006";
}
.fa-house-chimney-window {
  --fa: "\e00d";
}
.fa-house-signal {
  --fa: "\e012";
}
.fa-temperature-arrow-down {
  --fa: "\e03f";
}
.fa-temperature-down {
  --fa: "\e03f";
}
.fa-temperature-arrow-up {
  --fa: "\e040";
}
.fa-temperature-up {
  --fa: "\e040";
}
.fa-trailer {
  --fa: "\e041";
}
.fa-bacteria {
  --fa: "\e059";
}
.fa-bacterium {
  --fa: "\e05a";
}
.fa-box-tissue {
  --fa: "\e05b";
}
.fa-hand-holding-medical {
  --fa: "\e05c";
}
.fa-hand-sparkles {
  --fa: "\e05d";
}
.fa-hands-bubbles {
  --fa: "\e05e";
}
.fa-hands-wash {
  --fa: "\e05e";
}
.fa-handshake-slash {
  --fa: "\e060";
}
.fa-handshake-alt-slash {
  --fa: "\e060";
}
.fa-handshake-simple-slash {
  --fa: "\e060";
}
.fa-head-side-cough {
  --fa: "\e061";
}
.fa-head-side-cough-slash {
  --fa: "\e062";
}
.fa-head-side-mask {
  --fa: "\e063";
}
.fa-head-side-virus {
  --fa: "\e064";
}
.fa-house-chimney-user {
  --fa: "\e065";
}
.fa-house-laptop {
  --fa: "\e066";
}
.fa-laptop-house {
  --fa: "\e066";
}
.fa-lungs-virus {
  --fa: "\e067";
}
.fa-people-arrows {
  --fa: "\e068";
}
.fa-people-arrows-left-right {
  --fa: "\e068";
}
.fa-plane-slash {
  --fa: "\e069";
}
.fa-pump-medical {
  --fa: "\e06a";
}
.fa-pump-soap {
  --fa: "\e06b";
}
.fa-shield-virus {
  --fa: "\e06c";
}
.fa-sink {
  --fa: "\e06d";
}
.fa-soap {
  --fa: "\e06e";
}
.fa-stopwatch-20 {
  --fa: "\e06f";
}
.fa-shop-slash {
  --fa: "\e070";
}
.fa-store-alt-slash {
  --fa: "\e070";
}
.fa-store-slash {
  --fa: "\e071";
}
.fa-toilet-paper-slash {
  --fa: "\e072";
}
.fa-users-slash {
  --fa: "\e073";
}
.fa-virus {
  --fa: "\e074";
}
.fa-virus-slash {
  --fa: "\e075";
}
.fa-viruses {
  --fa: "\e076";
}
.fa-vest {
  --fa: "\e085";
}
.fa-vest-patches {
  --fa: "\e086";
}
.fa-arrow-trend-down {
  --fa: "\e097";
}
.fa-arrow-trend-up {
  --fa: "\e098";
}
.fa-arrow-up-from-bracket {
  --fa: "\e09a";
}
.fa-austral-sign {
  --fa: "\e0a9";
}
.fa-baht-sign {
  --fa: "\e0ac";
}
.fa-bitcoin-sign {
  --fa: "\e0b4";
}
.fa-bolt-lightning {
  --fa: "\e0b7";
}
.fa-book-bookmark {
  --fa: "\e0bb";
}
.fa-camera-rotate {
  --fa: "\e0d8";
}
.fa-cedi-sign {
  --fa: "\e0df";
}
.fa-chart-column {
  --fa: "\e0e3";
}
.fa-chart-gantt {
  --fa: "\e0e4";
}
.fa-clapperboard {
  --fa: "\e131";
}
.fa-clover {
  --fa: "\e139";
}
.fa-code-compare {
  --fa: "\e13a";
}
.fa-code-fork {
  --fa: "\e13b";
}
.fa-code-pull-request {
  --fa: "\e13c";
}
.fa-colon-sign {
  --fa: "\e140";
}
.fa-cruzeiro-sign {
  --fa: "\e152";
}
.fa-display {
  --fa: "\e163";
}
.fa-dong-sign {
  --fa: "\e169";
}
.fa-elevator {
  --fa: "\e16d";
}
.fa-filter-circle-xmark {
  --fa: "\e17b";
}
.fa-florin-sign {
  --fa: "\e184";
}
.fa-folder-closed {
  --fa: "\e185";
}
.fa-franc-sign {
  --fa: "\e18f";
}
.fa-guarani-sign {
  --fa: "\e19a";
}
.fa-gun {
  --fa: "\e19b";
}
.fa-hands-clapping {
  --fa: "\e1a8";
}
.fa-house-user {
  --fa: "\e1b0";
}
.fa-home-user {
  --fa: "\e1b0";
}
.fa-indian-rupee-sign {
  --fa: "\e1bc";
}
.fa-indian-rupee {
  --fa: "\e1bc";
}
.fa-inr {
  --fa: "\e1bc";
}
.fa-kip-sign {
  --fa: "\e1c4";
}
.fa-lari-sign {
  --fa: "\e1c8";
}
.fa-litecoin-sign {
  --fa: "\e1d3";
}
.fa-manat-sign {
  --fa: "\e1d5";
}
.fa-mask-face {
  --fa: "\e1d7";
}
.fa-mill-sign {
  --fa: "\e1ed";
}
.fa-money-bills {
  --fa: "\e1f3";
}
.fa-naira-sign {
  --fa: "\e1f6";
}
.fa-notdef {
  --fa: "\e1fe";
}
.fa-panorama {
  --fa: "\e209";
}
.fa-peseta-sign {
  --fa: "\e221";
}
.fa-peso-sign {
  --fa: "\e222";
}
.fa-plane-up {
  --fa: "\e22d";
}
.fa-rupiah-sign {
  --fa: "\e23d";
}
.fa-stairs {
  --fa: "\e289";
}
.fa-timeline {
  --fa: "\e29c";
}
.fa-truck-front {
  --fa: "\e2b7";
}
.fa-turkish-lira-sign {
  --fa: "\e2bb";
}
.fa-try {
  --fa: "\e2bb";
}
.fa-turkish-lira {
  --fa: "\e2bb";
}
.fa-vault {
  --fa: "\e2c5";
}
.fa-wand-magic-sparkles {
  --fa: "\e2ca";
}
.fa-magic-wand-sparkles {
  --fa: "\e2ca";
}
.fa-wheat-awn {
  --fa: "\e2cd";
}
.fa-wheat-alt {
  --fa: "\e2cd";
}
.fa-wheelchair-move {
  --fa: "\e2ce";
}
.fa-wheelchair-alt {
  --fa: "\e2ce";
}
.fa-bangladeshi-taka-sign {
  --fa: "\e2e6";
}
.fa-bowl-rice {
  --fa: "\e2eb";
}
.fa-person-pregnant {
  --fa: "\e31e";
}
.fa-house-chimney {
  --fa: "\e3af";
}
.fa-home-lg {
  --fa: "\e3af";
}
.fa-house-crack {
  --fa: "\e3b1";
}
.fa-house-medical {
  --fa: "\e3b2";
}
.fa-cent-sign {
  --fa: "\e3f5";
}
.fa-plus-minus {
  --fa: "\e43c";
}
.fa-sailboat {
  --fa: "\e445";
}
.fa-section {
  --fa: "\e447";
}
.fa-shrimp {
  --fa: "\e448";
}
.fa-brazilian-real-sign {
  --fa: "\e46c";
}
.fa-chart-simple {
  --fa: "\e473";
}
.fa-diagram-next {
  --fa: "\e476";
}
.fa-diagram-predecessor {
  --fa: "\e477";
}
.fa-diagram-successor {
  --fa: "\e47a";
}
.fa-earth-oceania {
  --fa: "\e47b";
}
.fa-globe-oceania {
  --fa: "\e47b";
}
.fa-bug-slash {
  --fa: "\e490";
}
.fa-file-circle-plus {
  --fa: "\e494";
}
.fa-shop-lock {
  --fa: "\e4a5";
}
.fa-virus-covid {
  --fa: "\e4a8";
}
.fa-virus-covid-slash {
  --fa: "\e4a9";
}
.fa-anchor-circle-check {
  --fa: "\e4aa";
}
.fa-anchor-circle-exclamation {
  --fa: "\e4ab";
}
.fa-anchor-circle-xmark {
  --fa: "\e4ac";
}
.fa-anchor-lock {
  --fa: "\e4ad";
}
.fa-arrow-down-up-across-line {
  --fa: "\e4af";
}
.fa-arrow-down-up-lock {
  --fa: "\e4b0";
}
.fa-arrow-right-to-city {
  --fa: "\e4b3";
}
.fa-arrow-up-from-ground-water {
  --fa: "\e4b5";
}
.fa-arrow-up-from-water-pump {
  --fa: "\e4b6";
}
.fa-arrow-up-right-dots {
  --fa: "\e4b7";
}
.fa-arrows-down-to-line {
  --fa: "\e4b8";
}
.fa-arrows-down-to-people {
  --fa: "\e4b9";
}
.fa-arrows-left-right-to-line {
  --fa: "\e4ba";
}
.fa-arrows-spin {
  --fa: "\e4bb";
}
.fa-arrows-split-up-and-left {
  --fa: "\e4bc";
}
.fa-arrows-to-circle {
  --fa: "\e4bd";
}
.fa-arrows-to-dot {
  --fa: "\e4be";
}
.fa-arrows-to-eye {
  --fa: "\e4bf";
}
.fa-arrows-turn-right {
  --fa: "\e4c0";
}
.fa-arrows-turn-to-dots {
  --fa: "\e4c1";
}
.fa-arrows-up-to-line {
  --fa: "\e4c2";
}
.fa-bore-hole {
  --fa: "\e4c3";
}
.fa-bottle-droplet {
  --fa: "\e4c4";
}
.fa-bottle-water {
  --fa: "\e4c5";
}
.fa-bowl-food {
  --fa: "\e4c6";
}
.fa-boxes-packing {
  --fa: "\e4c7";
}
.fa-bridge {
  --fa: "\e4c8";
}
.fa-bridge-circle-check {
  --fa: "\e4c9";
}
.fa-bridge-circle-exclamation {
  --fa: "\e4ca";
}
.fa-bridge-circle-xmark {
  --fa: "\e4cb";
}
.fa-bridge-lock {
  --fa: "\e4cc";
}
.fa-bridge-water {
  --fa: "\e4ce";
}
.fa-bucket {
  --fa: "\e4cf";
}
.fa-bugs {
  --fa: "\e4d0";
}
.fa-building-circle-arrow-right {
  --fa: "\e4d1";
}
.fa-building-circle-check {
  --fa: "\e4d2";
}
.fa-building-circle-exclamation {
  --fa: "\e4d3";
}
.fa-building-circle-xmark {
  --fa: "\e4d4";
}
.fa-building-flag {
  --fa: "\e4d5";
}
.fa-building-lock {
  --fa: "\e4d6";
}
.fa-building-ngo {
  --fa: "\e4d7";
}
.fa-building-shield {
  --fa: "\e4d8";
}
.fa-building-un {
  --fa: "\e4d9";
}
.fa-building-user {
  --fa: "\e4da";
}
.fa-building-wheat {
  --fa: "\e4db";
}
.fa-burst {
  --fa: "\e4dc";
}
.fa-car-on {
  --fa: "\e4dd";
}
.fa-car-tunnel {
  --fa: "\e4de";
}
.fa-child-combatant {
  --fa: "\e4e0";
}
.fa-child-rifle {
  --fa: "\e4e0";
}
.fa-children {
  --fa: "\e4e1";
}
.fa-circle-nodes {
  --fa: "\e4e2";
}
.fa-clipboard-question {
  --fa: "\e4e3";
}
.fa-cloud-showers-water {
  --fa: "\e4e4";
}
.fa-computer {
  --fa: "\e4e5";
}
.fa-cubes-stacked {
  --fa: "\e4e6";
}
.fa-envelope-circle-check {
  --fa: "\e4e8";
}
.fa-explosion {
  --fa: "\e4e9";
}
.fa-ferry {
  --fa: "\e4ea";
}
.fa-file-circle-exclamation {
  --fa: "\e4eb";
}
.fa-file-circle-minus {
  --fa: "\e4ed";
}
.fa-file-circle-question {
  --fa: "\e4ef";
}
.fa-file-shield {
  --fa: "\e4f0";
}
.fa-fire-burner {
  --fa: "\e4f1";
}
.fa-fish-fins {
  --fa: "\e4f2";
}
.fa-flask-vial {
  --fa: "\e4f3";
}
.fa-glass-water {
  --fa: "\e4f4";
}
.fa-glass-water-droplet {
  --fa: "\e4f5";
}
.fa-group-arrows-rotate {
  --fa: "\e4f6";
}
.fa-hand-holding-hand {
  --fa: "\e4f7";
}
.fa-handcuffs {
  --fa: "\e4f8";
}
.fa-hands-bound {
  --fa: "\e4f9";
}
.fa-hands-holding-child {
  --fa: "\e4fa";
}
.fa-hands-holding-circle {
  --fa: "\e4fb";
}
.fa-heart-circle-bolt {
  --fa: "\e4fc";
}
.fa-heart-circle-check {
  --fa: "\e4fd";
}
.fa-heart-circle-exclamation {
  --fa: "\e4fe";
}
.fa-heart-circle-minus {
  --fa: "\e4ff";
}
.fa-heart-circle-plus {
  --fa: "\e500";
}
.fa-heart-circle-xmark {
  --fa: "\e501";
}
.fa-helicopter-symbol {
  --fa: "\e502";
}
.fa-helmet-un {
  --fa: "\e503";
}
.fa-hill-avalanche {
  --fa: "\e507";
}
.fa-hill-rockslide {
  --fa: "\e508";
}
.fa-house-circle-check {
  --fa: "\e509";
}
.fa-house-circle-exclamation {
  --fa: "\e50a";
}
.fa-house-circle-xmark {
  --fa: "\e50b";
}
.fa-house-fire {
  --fa: "\e50c";
}
.fa-house-flag {
  --fa: "\e50d";
}
.fa-house-flood-water {
  --fa: "\e50e";
}
.fa-house-flood-water-circle-arrow-right {
  --fa: "\e50f";
}
.fa-house-lock {
  --fa: "\e510";
}
.fa-house-medical-circle-check {
  --fa: "\e511";
}
.fa-house-medical-circle-exclamation {
  --fa: "\e512";
}
.fa-house-medical-circle-xmark {
  --fa: "\e513";
}
.fa-house-medical-flag {
  --fa: "\e514";
}
.fa-house-tsunami {
  --fa: "\e515";
}
.fa-jar {
  --fa: "\e516";
}
.fa-jar-wheat {
  --fa: "\e517";
}
.fa-jet-fighter-up {
  --fa: "\e518";
}
.fa-jug-detergent {
  --fa: "\e519";
}
.fa-kitchen-set {
  --fa: "\e51a";
}
.fa-land-mine-on {
  --fa: "\e51b";
}
.fa-landmark-flag {
  --fa: "\e51c";
}
.fa-laptop-file {
  --fa: "\e51d";
}
.fa-lines-leaning {
  --fa: "\e51e";
}
.fa-location-pin-lock {
  --fa: "\e51f";
}
.fa-locust {
  --fa: "\e520";
}
.fa-magnifying-glass-arrow-right {
  --fa: "\e521";
}
.fa-magnifying-glass-chart {
  --fa: "\e522";
}
.fa-mars-and-venus-burst {
  --fa: "\e523";
}
.fa-mask-ventilator {
  --fa: "\e524";
}
.fa-mattress-pillow {
  --fa: "\e525";
}
.fa-mobile-retro {
  --fa: "\e527";
}
.fa-money-bill-transfer {
  --fa: "\e528";
}
.fa-money-bill-trend-up {
  --fa: "\e529";
}
.fa-money-bill-wheat {
  --fa: "\e52a";
}
.fa-mosquito {
  --fa: "\e52b";
}
.fa-mosquito-net {
  --fa: "\e52c";
}
.fa-mound {
  --fa: "\e52d";
}
.fa-mountain-city {
  --fa: "\e52e";
}
.fa-mountain-sun {
  --fa: "\e52f";
}
.fa-oil-well {
  --fa: "\e532";
}
.fa-people-group {
  --fa: "\e533";
}
.fa-people-line {
  --fa: "\e534";
}
.fa-people-pulling {
  --fa: "\e535";
}
.fa-people-robbery {
  --fa: "\e536";
}
.fa-people-roof {
  --fa: "\e537";
}
.fa-person-arrow-down-to-line {
  --fa: "\e538";
}
.fa-person-arrow-up-from-line {
  --fa: "\e539";
}
.fa-person-breastfeeding {
  --fa: "\e53a";
}
.fa-person-burst {
  --fa: "\e53b";
}
.fa-person-cane {
  --fa: "\e53c";
}
.fa-person-chalkboard {
  --fa: "\e53d";
}
.fa-person-circle-check {
  --fa: "\e53e";
}
.fa-person-circle-exclamation {
  --fa: "\e53f";
}
.fa-person-circle-minus {
  --fa: "\e540";
}
.fa-person-circle-plus {
  --fa: "\e541";
}
.fa-person-circle-question {
  --fa: "\e542";
}
.fa-person-circle-xmark {
  --fa: "\e543";
}
.fa-person-dress-burst {
  --fa: "\e544";
}
.fa-person-drowning {
  --fa: "\e545";
}
.fa-person-falling {
  --fa: "\e546";
}
.fa-person-falling-burst {
  --fa: "\e547";
}
.fa-person-half-dress {
  --fa: "\e548";
}
.fa-person-harassing {
  --fa: "\e549";
}
.fa-person-military-pointing {
  --fa: "\e54a";
}
.fa-person-military-rifle {
  --fa: "\e54b";
}
.fa-person-military-to-person {
  --fa: "\e54c";
}
.fa-person-rays {
  --fa: "\e54d";
}
.fa-person-rifle {
  --fa: "\e54e";
}
.fa-person-shelter {
  --fa: "\e54f";
}
.fa-person-walking-arrow-loop-left {
  --fa: "\e551";
}
.fa-person-walking-arrow-right {
  --fa: "\e552";
}
.fa-person-walking-dashed-line-arrow-right {
  --fa: "\e553";
}
.fa-person-walking-luggage {
  --fa: "\e554";
}
.fa-plane-circle-check {
  --fa: "\e555";
}
.fa-plane-circle-exclamation {
  --fa: "\e556";
}
.fa-plane-circle-xmark {
  --fa: "\e557";
}
.fa-plane-lock {
  --fa: "\e558";
}
.fa-plate-wheat {
  --fa: "\e55a";
}
.fa-plug-circle-bolt {
  --fa: "\e55b";
}
.fa-plug-circle-check {
  --fa: "\e55c";
}
.fa-plug-circle-exclamation {
  --fa: "\e55d";
}
.fa-plug-circle-minus {
  --fa: "\e55e";
}
.fa-plug-circle-plus {
  --fa: "\e55f";
}
.fa-plug-circle-xmark {
  --fa: "\e560";
}
.fa-ranking-star {
  --fa: "\e561";
}
.fa-road-barrier {
  --fa: "\e562";
}
.fa-road-bridge {
  --fa: "\e563";
}
.fa-road-circle-check {
  --fa: "\e564";
}
.fa-road-circle-exclamation {
  --fa: "\e565";
}
.fa-road-circle-xmark {
  --fa: "\e566";
}
.fa-road-lock {
  --fa: "\e567";
}
.fa-road-spikes {
  --fa: "\e568";
}
.fa-rug {
  --fa: "\e569";
}
.fa-sack-xmark {
  --fa: "\e56a";
}
.fa-school-circle-check {
  --fa: "\e56b";
}
.fa-school-circle-exclamation {
  --fa: "\e56c";
}
.fa-school-circle-xmark {
  --fa: "\e56d";
}
.fa-school-flag {
  --fa: "\e56e";
}
.fa-school-lock {
  --fa: "\e56f";
}
.fa-sheet-plastic {
  --fa: "\e571";
}
.fa-shield-cat {
  --fa: "\e572";
}
.fa-shield-dog {
  --fa: "\e573";
}
.fa-shield-heart {
  --fa: "\e574";
}
.fa-square-nfi {
  --fa: "\e576";
}
.fa-square-person-confined {
  --fa: "\e577";
}
.fa-square-virus {
  --fa: "\e578";
}
.fa-staff-snake {
  --fa: "\e579";
}
.fa-rod-asclepius {
  --fa: "\e579";
}
.fa-rod-snake {
  --fa: "\e579";
}
.fa-staff-aesculapius {
  --fa: "\e579";
}
.fa-sun-plant-wilt {
  --fa: "\e57a";
}
.fa-tarp {
  --fa: "\e57b";
}
.fa-tarp-droplet {
  --fa: "\e57c";
}
.fa-tent {
  --fa: "\e57d";
}
.fa-tent-arrow-down-to-line {
  --fa: "\e57e";
}
.fa-tent-arrow-left-right {
  --fa: "\e57f";
}
.fa-tent-arrow-turn-left {
  --fa: "\e580";
}
.fa-tent-arrows-down {
  --fa: "\e581";
}
.fa-tents {
  --fa: "\e582";
}
.fa-toilet-portable {
  --fa: "\e583";
}
.fa-toilets-portable {
  --fa: "\e584";
}
.fa-tower-cell {
  --fa: "\e585";
}
.fa-tower-observation {
  --fa: "\e586";
}
.fa-tree-city {
  --fa: "\e587";
}
.fa-trowel {
  --fa: "\e589";
}
.fa-trowel-bricks {
  --fa: "\e58a";
}
.fa-truck-arrow-right {
  --fa: "\e58b";
}
.fa-truck-droplet {
  --fa: "\e58c";
}
.fa-truck-field {
  --fa: "\e58d";
}
.fa-truck-field-un {
  --fa: "\e58e";
}
.fa-truck-plane {
  --fa: "\e58f";
}
.fa-users-between-lines {
  --fa: "\e591";
}
.fa-users-line {
  --fa: "\e592";
}
.fa-users-rays {
  --fa: "\e593";
}
.fa-users-rectangle {
  --fa: "\e594";
}
.fa-users-viewfinder {
  --fa: "\e595";
}
.fa-vial-circle-check {
  --fa: "\e596";
}
.fa-vial-virus {
  --fa: "\e597";
}
.fa-wheat-awn-circle-exclamation {
  --fa: "\e598";
}
.fa-worm {
  --fa: "\e599";
}
.fa-xmarks-lines {
  --fa: "\e59a";
}
.fa-child-dress {
  --fa: "\e59c";
}
.fa-child-reaching {
  --fa: "\e59d";
}
.fa-file-circle-check {
  --fa: "\e5a0";
}
.fa-file-circle-xmark {
  --fa: "\e5a1";
}
.fa-person-through-window {
  --fa: "\e5a9";
}
.fa-plant-wilt {
  --fa: "\e5aa";
}
.fa-stapler {
  --fa: "\e5af";
}
.fa-train-tram {
  --fa: "\e5b4";
}
.fa-table-cells-column-lock {
  --fa: "\e678";
}
.fa-table-cells-row-lock {
  --fa: "\e67a";
}
.fa-web-awesome {
  --fa: "\e682";
}
.fa-thumbtack-slash {
  --fa: "\e68f";
}
.fa-thumb-tack-slash {
  --fa: "\e68f";
}
.fa-table-cells-row-unlock {
  --fa: "\e691";
}
.fa-chart-diagram {
  --fa: "\e695";
}
.fa-comment-nodes {
  --fa: "\e696";
}
.fa-file-fragment {
  --fa: "\e697";
}
.fa-file-half-dashed {
  --fa: "\e698";
}
.fa-hexagon-nodes {
  --fa: "\e699";
}
.fa-hexagon-nodes-bolt {
  --fa: "\e69a";
}
.fa-square-binary {
  --fa: "\e69b";
}
.fa-pentagon {
  --fa: "\e790";
}
.fa-non-binary {
  --fa: "\e807";
}
.fa-spiral {
  --fa: "\e80a";
}
.fa-mobile-vibrate {
  --fa: "\e816";
}
.fa-single-quote-left {
  --fa: "\e81b";
}
.fa-single-quote-right {
  --fa: "\e81c";
}
.fa-bus-side {
  --fa: "\e81d";
}
.fa-septagon {
  --fa: "\e820";
}
.fa-heptagon {
  --fa: "\e820";
}
.fa-martini-glass-empty {
  --fa: "\f000";
}
.fa-glass-martini {
  --fa: "\f000";
}
.fa-music {
  --fa: "\f001";
}
.fa-magnifying-glass {
  --fa: "\f002";
}
.fa-search {
  --fa: "\f002";
}
.fa-heart {
  --fa: "\f004";
}
.fa-star {
  --fa: "\f005";
}
.fa-user {
  --fa: "\f007";
}
.fa-user-alt {
  --fa: "\f007";
}
.fa-user-large {
  --fa: "\f007";
}
.fa-film {
  --fa: "\f008";
}
.fa-film-alt {
  --fa: "\f008";
}
.fa-film-simple {
  --fa: "\f008";
}
.fa-table-cells-large {
  --fa: "\f009";
}
.fa-th-large {
  --fa: "\f009";
}
.fa-table-cells {
  --fa: "\f00a";
}
.fa-th {
  --fa: "\f00a";
}
.fa-table-list {
  --fa: "\f00b";
}
.fa-th-list {
  --fa: "\f00b";
}
.fa-check {
  --fa: "\f00c";
}
.fa-xmark {
  --fa: "\f00d";
}
.fa-close {
  --fa: "\f00d";
}
.fa-multiply {
  --fa: "\f00d";
}
.fa-remove {
  --fa: "\f00d";
}
.fa-times {
  --fa: "\f00d";
}
.fa-magnifying-glass-plus {
  --fa: "\f00e";
}
.fa-search-plus {
  --fa: "\f00e";
}
.fa-magnifying-glass-minus {
  --fa: "\f010";
}
.fa-search-minus {
  --fa: "\f010";
}
.fa-power-off {
  --fa: "\f011";
}
.fa-signal {
  --fa: "\f012";
}
.fa-signal-5 {
  --fa: "\f012";
}
.fa-signal-perfect {
  --fa: "\f012";
}
.fa-gear {
  --fa: "\f013";
}
.fa-cog {
  --fa: "\f013";
}
.fa-house {
  --fa: "\f015";
}
.fa-home {
  --fa: "\f015";
}
.fa-home-alt {
  --fa: "\f015";
}
.fa-home-lg-alt {
  --fa: "\f015";
}
.fa-clock {
  --fa: "\f017";
}
.fa-clock-four {
  --fa: "\f017";
}
.fa-road {
  --fa: "\f018";
}
.fa-download {
  --fa: "\f019";
}
.fa-inbox {
  --fa: "\f01c";
}
.fa-arrow-rotate-right {
  --fa: "\f01e";
}
.fa-arrow-right-rotate {
  --fa: "\f01e";
}
.fa-arrow-rotate-forward {
  --fa: "\f01e";
}
.fa-redo {
  --fa: "\f01e";
}
.fa-arrows-rotate {
  --fa: "\f021";
}
.fa-refresh {
  --fa: "\f021";
}
.fa-sync {
  --fa: "\f021";
}
.fa-rectangle-list {
  --fa: "\f022";
}
.fa-list-alt {
  --fa: "\f022";
}
.fa-lock {
  --fa: "\f023";
}
.fa-flag {
  --fa: "\f024";
}
.fa-headphones {
  --fa: "\f025";
}
.fa-headphones-alt {
  --fa: "\f025";
}
.fa-headphones-simple {
  --fa: "\f025";
}
.fa-volume-off {
  --fa: "\f026";
}
.fa-volume-low {
  --fa: "\f027";
}
.fa-volume-down {
  --fa: "\f027";
}
.fa-volume-high {
  --fa: "\f028";
}
.fa-volume-up {
  --fa: "\f028";
}
.fa-qrcode {
  --fa: "\f029";
}
.fa-barcode {
  --fa: "\f02a";
}
.fa-tag {
  --fa: "\f02b";
}
.fa-tags {
  --fa: "\f02c";
}
.fa-book {
  --fa: "\f02d";
}
.fa-bookmark {
  --fa: "\f02e";
}
.fa-print {
  --fa: "\f02f";
}
.fa-camera {
  --fa: "\f030";
}
.fa-camera-alt {
  --fa: "\f030";
}
.fa-font {
  --fa: "\f031";
}
.fa-bold {
  --fa: "\f032";
}
.fa-italic {
  --fa: "\f033";
}
.fa-text-height {
  --fa: "\f034";
}
.fa-text-width {
  --fa: "\f035";
}
.fa-align-left {
  --fa: "\f036";
}
.fa-align-center {
  --fa: "\f037";
}
.fa-align-right {
  --fa: "\f038";
}
.fa-align-justify {
  --fa: "\f039";
}
.fa-list {
  --fa: "\f03a";
}
.fa-list-squares {
  --fa: "\f03a";
}
.fa-outdent {
  --fa: "\f03b";
}
.fa-dedent {
  --fa: "\f03b";
}
.fa-indent {
  --fa: "\f03c";
}
.fa-video {
  --fa: "\f03d";
}
.fa-video-camera {
  --fa: "\f03d";
}
.fa-image {
  --fa: "\f03e";
}
.fa-location-pin {
  --fa: "\f041";
}
.fa-map-marker {
  --fa: "\f041";
}
.fa-circle-half-stroke {
  --fa: "\f042";
}
.fa-adjust {
  --fa: "\f042";
}
.fa-droplet {
  --fa: "\f043";
}
.fa-tint {
  --fa: "\f043";
}
.fa-pen-to-square {
  --fa: "\f044";
}
.fa-edit {
  --fa: "\f044";
}
.fa-arrows-up-down-left-right {
  --fa: "\f047";
}
.fa-arrows {
  --fa: "\f047";
}
.fa-backward-step {
  --fa: "\f048";
}
.fa-step-backward {
  --fa: "\f048";
}
.fa-backward-fast {
  --fa: "\f049";
}
.fa-fast-backward {
  --fa: "\f049";
}
.fa-backward {
  --fa: "\f04a";
}
.fa-play {
  --fa: "\f04b";
}
.fa-pause {
  --fa: "\f04c";
}
.fa-stop {
  --fa: "\f04d";
}
.fa-forward {
  --fa: "\f04e";
}
.fa-forward-fast {
  --fa: "\f050";
}
.fa-fast-forward {
  --fa: "\f050";
}
.fa-forward-step {
  --fa: "\f051";
}
.fa-step-forward {
  --fa: "\f051";
}
.fa-eject {
  --fa: "\f052";
}
.fa-chevron-left {
  --fa: "\f053";
}
.fa-chevron-right {
  --fa: "\f054";
}
.fa-circle-plus {
  --fa: "\f055";
}
.fa-plus-circle {
  --fa: "\f055";
}
.fa-circle-minus {
  --fa: "\f056";
}
.fa-minus-circle {
  --fa: "\f056";
}
.fa-circle-xmark {
  --fa: "\f057";
}
.fa-times-circle {
  --fa: "\f057";
}
.fa-xmark-circle {
  --fa: "\f057";
}
.fa-circle-check {
  --fa: "\f058";
}
.fa-check-circle {
  --fa: "\f058";
}
.fa-circle-question {
  --fa: "\f059";
}
.fa-question-circle {
  --fa: "\f059";
}
.fa-circle-info {
  --fa: "\f05a";
}
.fa-info-circle {
  --fa: "\f05a";
}
.fa-crosshairs {
  --fa: "\f05b";
}
.fa-ban {
  --fa: "\f05e";
}
.fa-cancel {
  --fa: "\f05e";
}
.fa-arrow-left {
  --fa: "\f060";
}
.fa-arrow-right {
  --fa: "\f061";
}
.fa-arrow-up {
  --fa: "\f062";
}
.fa-arrow-down {
  --fa: "\f063";
}
.fa-share {
  --fa: "\f064";
}
.fa-mail-forward {
  --fa: "\f064";
}
.fa-expand {
  --fa: "\f065";
}
.fa-compress {
  --fa: "\f066";
}
.fa-minus {
  --fa: "\f068";
}
.fa-subtract {
  --fa: "\f068";
}
.fa-circle-exclamation {
  --fa: "\f06a";
}
.fa-exclamation-circle {
  --fa: "\f06a";
}
.fa-gift {
  --fa: "\f06b";
}
.fa-leaf {
  --fa: "\f06c";
}
.fa-fire {
  --fa: "\f06d";
}
.fa-eye {
  --fa: "\f06e";
}
.fa-eye-slash {
  --fa: "\f070";
}
.fa-triangle-exclamation {
  --fa: "\f071";
}
.fa-exclamation-triangle {
  --fa: "\f071";
}
.fa-warning {
  --fa: "\f071";
}
.fa-plane {
  --fa: "\f072";
}
.fa-calendar-days {
  --fa: "\f073";
}
.fa-calendar-alt {
  --fa: "\f073";
}
.fa-shuffle {
  --fa: "\f074";
}
.fa-random {
  --fa: "\f074";
}
.fa-comment {
  --fa: "\f075";
}
.fa-magnet {
  --fa: "\f076";
}
.fa-chevron-up {
  --fa: "\f077";
}
.fa-chevron-down {
  --fa: "\f078";
}
.fa-retweet {
  --fa: "\f079";
}
.fa-cart-shopping {
  --fa: "\f07a";
}
.fa-shopping-cart {
  --fa: "\f07a";
}
.fa-folder {
  --fa: "\f07b";
}
.fa-folder-blank {
  --fa: "\f07b";
}
.fa-folder-open {
  --fa: "\f07c";
}
.fa-arrows-up-down {
  --fa: "\f07d";
}
.fa-arrows-v {
  --fa: "\f07d";
}
.fa-arrows-left-right {
  --fa: "\f07e";
}
.fa-arrows-h {
  --fa: "\f07e";
}
.fa-chart-bar {
  --fa: "\f080";
}
.fa-bar-chart {
  --fa: "\f080";
}
.fa-camera-retro {
  --fa: "\f083";
}
.fa-key {
  --fa: "\f084";
}
.fa-gears {
  --fa: "\f085";
}
.fa-cogs {
  --fa: "\f085";
}
.fa-comments {
  --fa: "\f086";
}
.fa-star-half {
  --fa: "\f089";
}
.fa-arrow-right-from-bracket {
  --fa: "\f08b";
}
.fa-sign-out {
  --fa: "\f08b";
}
.fa-thumbtack {
  --fa: "\f08d";
}
.fa-thumb-tack {
  --fa: "\f08d";
}
.fa-arrow-up-right-from-square {
  --fa: "\f08e";
}
.fa-external-link {
  --fa: "\f08e";
}
.fa-arrow-right-to-bracket {
  --fa: "\f090";
}
.fa-sign-in {
  --fa: "\f090";
}
.fa-trophy {
  --fa: "\f091";
}
.fa-upload {
  --fa: "\f093";
}
.fa-lemon {
  --fa: "\f094";
}
.fa-phone {
  --fa: "\f095";
}
.fa-square-phone {
  --fa: "\f098";
}
.fa-phone-square {
  --fa: "\f098";
}
.fa-unlock {
  --fa: "\f09c";
}
.fa-credit-card {
  --fa: "\f09d";
}
.fa-credit-card-alt {
  --fa: "\f09d";
}
.fa-rss {
  --fa: "\f09e";
}
.fa-feed {
  --fa: "\f09e";
}
.fa-hard-drive {
  --fa: "\f0a0";
}
.fa-hdd {
  --fa: "\f0a0";
}
.fa-bullhorn {
  --fa: "\f0a1";
}
.fa-certificate {
  --fa: "\f0a3";
}
.fa-hand-point-right {
  --fa: "\f0a4";
}
.fa-hand-point-left {
  --fa: "\f0a5";
}
.fa-hand-point-up {
  --fa: "\f0a6";
}
.fa-hand-point-down {
  --fa: "\f0a7";
}
.fa-circle-arrow-left {
  --fa: "\f0a8";
}
.fa-arrow-circle-left {
  --fa: "\f0a8";
}
.fa-circle-arrow-right {
  --fa: "\f0a9";
}
.fa-arrow-circle-right {
  --fa: "\f0a9";
}
.fa-circle-arrow-up {
  --fa: "\f0aa";
}
.fa-arrow-circle-up {
  --fa: "\f0aa";
}
.fa-circle-arrow-down {
  --fa: "\f0ab";
}
.fa-arrow-circle-down {
  --fa: "\f0ab";
}
.fa-globe {
  --fa: "\f0ac";
}
.fa-wrench {
  --fa: "\f0ad";
}
.fa-list-check {
  --fa: "\f0ae";
}
.fa-tasks {
  --fa: "\f0ae";
}
.fa-filter {
  --fa: "\f0b0";
}
.fa-briefcase {
  --fa: "\f0b1";
}
.fa-up-down-left-right {
  --fa: "\f0b2";
}
.fa-arrows-alt {
  --fa: "\f0b2";
}
.fa-users {
  --fa: "\f0c0";
}
.fa-link {
  --fa: "\f0c1";
}
.fa-chain {
  --fa: "\f0c1";
}
.fa-cloud {
  --fa: "\f0c2";
}
.fa-flask {
  --fa: "\f0c3";
}
.fa-scissors {
  --fa: "\f0c4";
}
.fa-cut {
  --fa: "\f0c4";
}
.fa-copy {
  --fa: "\f0c5";
}
.fa-paperclip {
  --fa: "\f0c6";
}
.fa-floppy-disk {
  --fa: "\f0c7";
}
.fa-save {
  --fa: "\f0c7";
}
.fa-square {
  --fa: "\f0c8";
}
.fa-bars {
  --fa: "\f0c9";
}
.fa-navicon {
  --fa: "\f0c9";
}
.fa-list-ul {
  --fa: "\f0ca";
}
.fa-list-dots {
  --fa: "\f0ca";
}
.fa-list-ol {
  --fa: "\f0cb";
}
.fa-list-1-2 {
  --fa: "\f0cb";
}
.fa-list-numeric {
  --fa: "\f0cb";
}
.fa-strikethrough {
  --fa: "\f0cc";
}
.fa-underline {
  --fa: "\f0cd";
}
.fa-table {
  --fa: "\f0ce";
}
.fa-wand-magic {
  --fa: "\f0d0";
}
.fa-magic {
  --fa: "\f0d0";
}
.fa-truck {
  --fa: "\f0d1";
}
.fa-money-bill {
  --fa: "\f0d6";
}
.fa-caret-down {
  --fa: "\f0d7";
}
.fa-caret-up {
  --fa: "\f0d8";
}
.fa-caret-left {
  --fa: "\f0d9";
}
.fa-caret-right {
  --fa: "\f0da";
}
.fa-table-columns {
  --fa: "\f0db";
}
.fa-columns {
  --fa: "\f0db";
}
.fa-sort {
  --fa: "\f0dc";
}
.fa-unsorted {
  --fa: "\f0dc";
}
.fa-sort-down {
  --fa: "\f0dd";
}
.fa-sort-desc {
  --fa: "\f0dd";
}
.fa-sort-up {
  --fa: "\f0de";
}
.fa-sort-asc {
  --fa: "\f0de";
}
.fa-envelope {
  --fa: "\f0e0";
}
.fa-arrow-rotate-left {
  --fa: "\f0e2";
}
.fa-arrow-left-rotate {
  --fa: "\f0e2";
}
.fa-arrow-rotate-back {
  --fa: "\f0e2";
}
.fa-arrow-rotate-backward {
  --fa: "\f0e2";
}
.fa-undo {
  --fa: "\f0e2";
}
.fa-gavel {
  --fa: "\f0e3";
}
.fa-legal {
  --fa: "\f0e3";
}
.fa-bolt {
  --fa: "\f0e7";
}
.fa-zap {
  --fa: "\f0e7";
}
.fa-sitemap {
  --fa: "\f0e8";
}
.fa-umbrella {
  --fa: "\f0e9";
}
.fa-paste {
  --fa: "\f0ea";
}
.fa-file-clipboard {
  --fa: "\f0ea";
}
.fa-lightbulb {
  --fa: "\f0eb";
}
.fa-arrow-right-arrow-left {
  --fa: "\f0ec";
}
.fa-exchange {
  --fa: "\f0ec";
}
.fa-cloud-arrow-down {
  --fa: "\f0ed";
}
.fa-cloud-download {
  --fa: "\f0ed";
}
.fa-cloud-download-alt {
  --fa: "\f0ed";
}
.fa-cloud-arrow-up {
  --fa: "\f0ee";
}
.fa-cloud-upload {
  --fa: "\f0ee";
}
.fa-cloud-upload-alt {
  --fa: "\f0ee";
}
.fa-user-doctor {
  --fa: "\f0f0";
}
.fa-user-md {
  --fa: "\f0f0";
}
.fa-stethoscope {
  --fa: "\f0f1";
}
.fa-suitcase {
  --fa: "\f0f2";
}
.fa-bell {
  --fa: "\f0f3";
}
.fa-mug-saucer {
  --fa: "\f0f4";
}
.fa-coffee {
  --fa: "\f0f4";
}
.fa-hospital {
  --fa: "\f0f8";
}
.fa-hospital-alt {
  --fa: "\f0f8";
}
.fa-hospital-wide {
  --fa: "\f0f8";
}
.fa-truck-medical {
  --fa: "\f0f9";
}
.fa-ambulance {
  --fa: "\f0f9";
}
.fa-suitcase-medical {
  --fa: "\f0fa";
}
.fa-medkit {
  --fa: "\f0fa";
}
.fa-jet-fighter {
  --fa: "\f0fb";
}
.fa-fighter-jet {
  --fa: "\f0fb";
}
.fa-beer-mug-empty {
  --fa: "\f0fc";
}
.fa-beer {
  --fa: "\f0fc";
}
.fa-square-h {
  --fa: "\f0fd";
}
.fa-h-square {
  --fa: "\f0fd";
}
.fa-square-plus {
  --fa: "\f0fe";
}
.fa-plus-square {
  --fa: "\f0fe";
}
.fa-angles-left {
  --fa: "\f100";
}
.fa-angle-double-left {
  --fa: "\f100";
}
.fa-angles-right {
  --fa: "\f101";
}
.fa-angle-double-right {
  --fa: "\f101";
}
.fa-angles-up {
  --fa: "\f102";
}
.fa-angle-double-up {
  --fa: "\f102";
}
.fa-angles-down {
  --fa: "\f103";
}
.fa-angle-double-down {
  --fa: "\f103";
}
.fa-angle-left {
  --fa: "\f104";
}
.fa-angle-right {
  --fa: "\f105";
}
.fa-angle-up {
  --fa: "\f106";
}
.fa-angle-down {
  --fa: "\f107";
}
.fa-laptop {
  --fa: "\f109";
}
.fa-tablet-button {
  --fa: "\f10a";
}
.fa-mobile-button {
  --fa: "\f10b";
}
.fa-quote-left {
  --fa: "\f10d";
}
.fa-quote-left-alt {
  --fa: "\f10d";
}
.fa-quote-right {
  --fa: "\f10e";
}
.fa-quote-right-alt {
  --fa: "\f10e";
}
.fa-spinner {
  --fa: "\f110";
}
.fa-circle {
  --fa: "\f111";
}
.fa-face-smile {
  --fa: "\f118";
}
.fa-smile {
  --fa: "\f118";
}
.fa-face-frown {
  --fa: "\f119";
}
.fa-frown {
  --fa: "\f119";
}
.fa-face-meh {
  --fa: "\f11a";
}
.fa-meh {
  --fa: "\f11a";
}
.fa-gamepad {
  --fa: "\f11b";
}
.fa-keyboard {
  --fa: "\f11c";
}
.fa-flag-checkered {
  --fa: "\f11e";
}
.fa-terminal {
  --fa: "\f120";
}
.fa-code {
  --fa: "\f121";
}
.fa-reply-all {
  --fa: "\f122";
}
.fa-mail-reply-all {
  --fa: "\f122";
}
.fa-location-arrow {
  --fa: "\f124";
}
.fa-crop {
  --fa: "\f125";
}
.fa-code-branch {
  --fa: "\f126";
}
.fa-link-slash {
  --fa: "\f127";
}
.fa-chain-broken {
  --fa: "\f127";
}
.fa-chain-slash {
  --fa: "\f127";
}
.fa-unlink {
  --fa: "\f127";
}
.fa-info {
  --fa: "\f129";
}
.fa-superscript {
  --fa: "\f12b";
}
.fa-subscript {
  --fa: "\f12c";
}
.fa-eraser {
  --fa: "\f12d";
}
.fa-puzzle-piece {
  --fa: "\f12e";
}
.fa-microphone {
  --fa: "\f130";
}
.fa-microphone-slash {
  --fa: "\f131";
}
.fa-shield {
  --fa: "\f132";
}
.fa-shield-blank {
  --fa: "\f132";
}
.fa-calendar {
  --fa: "\f133";
}
.fa-fire-extinguisher {
  --fa: "\f134";
}
.fa-rocket {
  --fa: "\f135";
}
.fa-circle-chevron-left {
  --fa: "\f137";
}
.fa-chevron-circle-left {
  --fa: "\f137";
}
.fa-circle-chevron-right {
  --fa: "\f138";
}
.fa-chevron-circle-right {
  --fa: "\f138";
}
.fa-circle-chevron-up {
  --fa: "\f139";
}
.fa-chevron-circle-up {
  --fa: "\f139";
}
.fa-circle-chevron-down {
  --fa: "\f13a";
}
.fa-chevron-circle-down {
  --fa: "\f13a";
}
.fa-anchor {
  --fa: "\f13d";
}
.fa-unlock-keyhole {
  --fa: "\f13e";
}
.fa-unlock-alt {
  --fa: "\f13e";
}
.fa-bullseye {
  --fa: "\f140";
}
.fa-ellipsis {
  --fa: "\f141";
}
.fa-ellipsis-h {
  --fa: "\f141";
}
.fa-ellipsis-vertical {
  --fa: "\f142";
}
.fa-ellipsis-v {
  --fa: "\f142";
}
.fa-square-rss {
  --fa: "\f143";
}
.fa-rss-square {
  --fa: "\f143";
}
.fa-circle-play {
  --fa: "\f144";
}
.fa-play-circle {
  --fa: "\f144";
}
.fa-ticket {
  --fa: "\f145";
}
.fa-square-minus {
  --fa: "\f146";
}
.fa-minus-square {
  --fa: "\f146";
}
.fa-arrow-turn-up {
  --fa: "\f148";
}
.fa-level-up {
  --fa: "\f148";
}
.fa-arrow-turn-down {
  --fa: "\f149";
}
.fa-level-down {
  --fa: "\f149";
}
.fa-square-check {
  --fa: "\f14a";
}
.fa-check-square {
  --fa: "\f14a";
}
.fa-square-pen {
  --fa: "\f14b";
}
.fa-pen-square {
  --fa: "\f14b";
}
.fa-pencil-square {
  --fa: "\f14b";
}
.fa-square-arrow-up-right {
  --fa: "\f14c";
}
.fa-external-link-square {
  --fa: "\f14c";
}
.fa-share-from-square {
  --fa: "\f14d";
}
.fa-share-square {
  --fa: "\f14d";
}
.fa-compass {
  --fa: "\f14e";
}
.fa-square-caret-down {
  --fa: "\f150";
}
.fa-caret-square-down {
  --fa: "\f150";
}
.fa-square-caret-up {
  --fa: "\f151";
}
.fa-caret-square-up {
  --fa: "\f151";
}
.fa-square-caret-right {
  --fa: "\f152";
}
.fa-caret-square-right {
  --fa: "\f152";
}
.fa-euro-sign {
  --fa: "\f153";
}
.fa-eur {
  --fa: "\f153";
}
.fa-euro {
  --fa: "\f153";
}
.fa-sterling-sign {
  --fa: "\f154";
}
.fa-gbp {
  --fa: "\f154";
}
.fa-pound-sign {
  --fa: "\f154";
}
.fa-rupee-sign {
  --fa: "\f156";
}
.fa-rupee {
  --fa: "\f156";
}
.fa-yen-sign {
  --fa: "\f157";
}
.fa-cny {
  --fa: "\f157";
}
.fa-jpy {
  --fa: "\f157";
}
.fa-rmb {
  --fa: "\f157";
}
.fa-yen {
  --fa: "\f157";
}
.fa-ruble-sign {
  --fa: "\f158";
}
.fa-rouble {
  --fa: "\f158";
}
.fa-rub {
  --fa: "\f158";
}
.fa-ruble {
  --fa: "\f158";
}
.fa-won-sign {
  --fa: "\f159";
}
.fa-krw {
  --fa: "\f159";
}
.fa-won {
  --fa: "\f159";
}
.fa-file {
  --fa: "\f15b";
}
.fa-file-lines {
  --fa: "\f15c";
}
.fa-file-alt {
  --fa: "\f15c";
}
.fa-file-text {
  --fa: "\f15c";
}
.fa-arrow-down-a-z {
  --fa: "\f15d";
}
.fa-sort-alpha-asc {
  --fa: "\f15d";
}
.fa-sort-alpha-down {
  --fa: "\f15d";
}
.fa-arrow-up-a-z {
  --fa: "\f15e";
}
.fa-sort-alpha-up {
  --fa: "\f15e";
}
.fa-arrow-down-wide-short {
  --fa: "\f160";
}
.fa-sort-amount-asc {
  --fa: "\f160";
}
.fa-sort-amount-down {
  --fa: "\f160";
}
.fa-arrow-up-wide-short {
  --fa: "\f161";
}
.fa-sort-amount-up {
  --fa: "\f161";
}
.fa-arrow-down-1-9 {
  --fa: "\f162";
}
.fa-sort-numeric-asc {
  --fa: "\f162";
}
.fa-sort-numeric-down {
  --fa: "\f162";
}
.fa-arrow-up-1-9 {
  --fa: "\f163";
}
.fa-sort-numeric-up {
  --fa: "\f163";
}
.fa-thumbs-up {
  --fa: "\f164";
}
.fa-thumbs-down {
  --fa: "\f165";
}
.fa-arrow-down-long {
  --fa: "\f175";
}
.fa-long-arrow-down {
  --fa: "\f175";
}
.fa-arrow-up-long {
  --fa: "\f176";
}
.fa-long-arrow-up {
  --fa: "\f176";
}
.fa-arrow-left-long {
  --fa: "\f177";
}
.fa-long-arrow-left {
  --fa: "\f177";
}
.fa-arrow-right-long {
  --fa: "\f178";
}
.fa-long-arrow-right {
  --fa: "\f178";
}
.fa-person-dress {
  --fa: "\f182";
}
.fa-female {
  --fa: "\f182";
}
.fa-person {
  --fa: "\f183";
}
.fa-male {
  --fa: "\f183";
}
.fa-sun {
  --fa: "\f185";
}
.fa-moon {
  --fa: "\f186";
}
.fa-box-archive {
  --fa: "\f187";
}
.fa-archive {
  --fa: "\f187";
}
.fa-bug {
  --fa: "\f188";
}
.fa-square-caret-left {
  --fa: "\f191";
}
.fa-caret-square-left {
  --fa: "\f191";
}
.fa-circle-dot {
  --fa: "\f192";
}
.fa-dot-circle {
  --fa: "\f192";
}
.fa-wheelchair {
  --fa: "\f193";
}
.fa-lira-sign {
  --fa: "\f195";
}
.fa-shuttle-space {
  --fa: "\f197";
}
.fa-space-shuttle {
  --fa: "\f197";
}
.fa-square-envelope {
  --fa: "\f199";
}
.fa-envelope-square {
  --fa: "\f199";
}
.fa-building-columns {
  --fa: "\f19c";
}
.fa-bank {
  --fa: "\f19c";
}
.fa-institution {
  --fa: "\f19c";
}
.fa-museum {
  --fa: "\f19c";
}
.fa-university {
  --fa: "\f19c";
}
.fa-graduation-cap {
  --fa: "\f19d";
}
.fa-mortar-board {
  --fa: "\f19d";
}
.fa-language {
  --fa: "\f1ab";
}
.fa-fax {
  --fa: "\f1ac";
}
.fa-building {
  --fa: "\f1ad";
}
.fa-child {
  --fa: "\f1ae";
}
.fa-paw {
  --fa: "\f1b0";
}
.fa-cube {
  --fa: "\f1b2";
}
.fa-cubes {
  --fa: "\f1b3";
}
.fa-recycle {
  --fa: "\f1b8";
}
.fa-car {
  --fa: "\f1b9";
}
.fa-automobile {
  --fa: "\f1b9";
}
.fa-taxi {
  --fa: "\f1ba";
}
.fa-cab {
  --fa: "\f1ba";
}
.fa-tree {
  --fa: "\f1bb";
}
.fa-database {
  --fa: "\f1c0";
}
.fa-file-pdf {
  --fa: "\f1c1";
}
.fa-file-word {
  --fa: "\f1c2";
}
.fa-file-excel {
  --fa: "\f1c3";
}
.fa-file-powerpoint {
  --fa: "\f1c4";
}
.fa-file-image {
  --fa: "\f1c5";
}
.fa-file-zipper {
  --fa: "\f1c6";
}
.fa-file-archive {
  --fa: "\f1c6";
}
.fa-file-audio {
  --fa: "\f1c7";
}
.fa-file-video {
  --fa: "\f1c8";
}
.fa-file-code {
  --fa: "\f1c9";
}
.fa-life-ring {
  --fa: "\f1cd";
}
.fa-circle-notch {
  --fa: "\f1ce";
}
.fa-paper-plane {
  --fa: "\f1d8";
}
.fa-clock-rotate-left {
  --fa: "\f1da";
}
.fa-history {
  --fa: "\f1da";
}
.fa-heading {
  --fa: "\f1dc";
}
.fa-header {
  --fa: "\f1dc";
}
.fa-paragraph {
  --fa: "\f1dd";
}
.fa-sliders {
  --fa: "\f1de";
}
.fa-sliders-h {
  --fa: "\f1de";
}
.fa-share-nodes {
  --fa: "\f1e0";
}
.fa-share-alt {
  --fa: "\f1e0";
}
.fa-square-share-nodes {
  --fa: "\f1e1";
}
.fa-share-alt-square {
  --fa: "\f1e1";
}
.fa-bomb {
  --fa: "\f1e2";
}
.fa-futbol {
  --fa: "\f1e3";
}
.fa-futbol-ball {
  --fa: "\f1e3";
}
.fa-soccer-ball {
  --fa: "\f1e3";
}
.fa-tty {
  --fa: "\f1e4";
}
.fa-teletype {
  --fa: "\f1e4";
}
.fa-binoculars {
  --fa: "\f1e5";
}
.fa-plug {
  --fa: "\f1e6";
}
.fa-newspaper {
  --fa: "\f1ea";
}
.fa-wifi {
  --fa: "\f1eb";
}
.fa-wifi-3 {
  --fa: "\f1eb";
}
.fa-wifi-strong {
  --fa: "\f1eb";
}
.fa-calculator {
  --fa: "\f1ec";
}
.fa-bell-slash {
  --fa: "\f1f6";
}
.fa-trash {
  --fa: "\f1f8";
}
.fa-copyright {
  --fa: "\f1f9";
}
.fa-eye-dropper {
  --fa: "\f1fb";
}
.fa-eye-dropper-empty {
  --fa: "\f1fb";
}
.fa-eyedropper {
  --fa: "\f1fb";
}
.fa-paintbrush {
  --fa: "\f1fc";
}
.fa-paint-brush {
  --fa: "\f1fc";
}
.fa-cake-candles {
  --fa: "\f1fd";
}
.fa-birthday-cake {
  --fa: "\f1fd";
}
.fa-cake {
  --fa: "\f1fd";
}
.fa-chart-area {
  --fa: "\f1fe";
}
.fa-area-chart {
  --fa: "\f1fe";
}
.fa-chart-pie {
  --fa: "\f200";
}
.fa-pie-chart {
  --fa: "\f200";
}
.fa-chart-line {
  --fa: "\f201";
}
.fa-line-chart {
  --fa: "\f201";
}
.fa-toggle-off {
  --fa: "\f204";
}
.fa-toggle-on {
  --fa: "\f205";
}
.fa-bicycle {
  --fa: "\f206";
}
.fa-bus {
  --fa: "\f207";
}
.fa-closed-captioning {
  --fa: "\f20a";
}
.fa-shekel-sign {
  --fa: "\f20b";
}
.fa-ils {
  --fa: "\f20b";
}
.fa-shekel {
  --fa: "\f20b";
}
.fa-sheqel {
  --fa: "\f20b";
}
.fa-sheqel-sign {
  --fa: "\f20b";
}
.fa-cart-plus {
  --fa: "\f217";
}
.fa-cart-arrow-down {
  --fa: "\f218";
}
.fa-diamond {
  --fa: "\f219";
}
.fa-ship {
  --fa: "\f21a";
}
.fa-user-secret {
  --fa: "\f21b";
}
.fa-motorcycle {
  --fa: "\f21c";
}
.fa-street-view {
  --fa: "\f21d";
}
.fa-heart-pulse {
  --fa: "\f21e";
}
.fa-heartbeat {
  --fa: "\f21e";
}
.fa-venus {
  --fa: "\f221";
}
.fa-mars {
  --fa: "\f222";
}
.fa-mercury {
  --fa: "\f223";
}
.fa-mars-and-venus {
  --fa: "\f224";
}
.fa-transgender {
  --fa: "\f225";
}
.fa-transgender-alt {
  --fa: "\f225";
}
.fa-venus-double {
  --fa: "\f226";
}
.fa-mars-double {
  --fa: "\f227";
}
.fa-venus-mars {
  --fa: "\f228";
}
.fa-mars-stroke {
  --fa: "\f229";
}
.fa-mars-stroke-up {
  --fa: "\f22a";
}
.fa-mars-stroke-v {
  --fa: "\f22a";
}
.fa-mars-stroke-right {
  --fa: "\f22b";
}
.fa-mars-stroke-h {
  --fa: "\f22b";
}
.fa-neuter {
  --fa: "\f22c";
}
.fa-genderless {
  --fa: "\f22d";
}
.fa-server {
  --fa: "\f233";
}
.fa-user-plus {
  --fa: "\f234";
}
.fa-user-xmark {
  --fa: "\f235";
}
.fa-user-times {
  --fa: "\f235";
}
.fa-bed {
  --fa: "\f236";
}
.fa-train {
  --fa: "\f238";
}
.fa-train-subway {
  --fa: "\f239";
}
.fa-subway {
  --fa: "\f239";
}
.fa-battery-full {
  --fa: "\f240";
}
.fa-battery {
  --fa: "\f240";
}
.fa-battery-5 {
  --fa: "\f240";
}
.fa-battery-three-quarters {
  --fa: "\f241";
}
.fa-battery-4 {
  --fa: "\f241";
}
.fa-battery-half {
  --fa: "\f242";
}
.fa-battery-3 {
  --fa: "\f242";
}
.fa-battery-quarter {
  --fa: "\f243";
}
.fa-battery-2 {
  --fa: "\f243";
}
.fa-battery-empty {
  --fa: "\f244";
}
.fa-battery-0 {
  --fa: "\f244";
}
.fa-arrow-pointer {
  --fa: "\f245";
}
.fa-mouse-pointer {
  --fa: "\f245";
}
.fa-i-cursor {
  --fa: "\f246";
}
.fa-object-group {
  --fa: "\f247";
}
.fa-object-ungroup {
  --fa: "\f248";
}
.fa-note-sticky {
  --fa: "\f249";
}
.fa-sticky-note {
  --fa: "\f249";
}
.fa-clone {
  --fa: "\f24d";
}
.fa-scale-balanced {
  --fa: "\f24e";
}
.fa-balance-scale {
  --fa: "\f24e";
}
.fa-hourglass-start {
  --fa: "\f251";
}
.fa-hourglass-1 {
  --fa: "\f251";
}
.fa-hourglass-half {
  --fa: "\f252";
}
.fa-hourglass-2 {
  --fa: "\f252";
}
.fa-hourglass-end {
  --fa: "\f253";
}
.fa-hourglass-3 {
  --fa: "\f253";
}
.fa-hourglass {
  --fa: "\f254";
}
.fa-hourglass-empty {
  --fa: "\f254";
}
.fa-hand-back-fist {
  --fa: "\f255";
}
.fa-hand-rock {
  --fa: "\f255";
}
.fa-hand {
  --fa: "\f256";
}
.fa-hand-paper {
  --fa: "\f256";
}
.fa-hand-scissors {
  --fa: "\f257";
}
.fa-hand-lizard {
  --fa: "\f258";
}
.fa-hand-spock {
  --fa: "\f259";
}
.fa-hand-pointer {
  --fa: "\f25a";
}
.fa-hand-peace {
  --fa: "\f25b";
}
.fa-trademark {
  --fa: "\f25c";
}
.fa-registered {
  --fa: "\f25d";
}
.fa-tv {
  --fa: "\f26c";
}
.fa-television {
  --fa: "\f26c";
}
.fa-tv-alt {
  --fa: "\f26c";
}
.fa-calendar-plus {
  --fa: "\f271";
}
.fa-calendar-minus {
  --fa: "\f272";
}
.fa-calendar-xmark {
  --fa: "\f273";
}
.fa-calendar-times {
  --fa: "\f273";
}
.fa-calendar-check {
  --fa: "\f274";
}
.fa-industry {
  --fa: "\f275";
}
.fa-map-pin {
  --fa: "\f276";
}
.fa-signs-post {
  --fa: "\f277";
}
.fa-map-signs {
  --fa: "\f277";
}
.fa-map {
  --fa: "\f279";
}
.fa-message {
  --fa: "\f27a";
}
.fa-comment-alt {
  --fa: "\f27a";
}
.fa-circle-pause {
  --fa: "\f28b";
}
.fa-pause-circle {
  --fa: "\f28b";
}
.fa-circle-stop {
  --fa: "\f28d";
}
.fa-stop-circle {
  --fa: "\f28d";
}
.fa-bag-shopping {
  --fa: "\f290";
}
.fa-shopping-bag {
  --fa: "\f290";
}
.fa-basket-shopping {
  --fa: "\f291";
}
.fa-shopping-basket {
  --fa: "\f291";
}
.fa-universal-access {
  --fa: "\f29a";
}
.fa-person-walking-with-cane {
  --fa: "\f29d";
}
.fa-blind {
  --fa: "\f29d";
}
.fa-audio-description {
  --fa: "\f29e";
}
.fa-phone-volume {
  --fa: "\f2a0";
}
.fa-volume-control-phone {
  --fa: "\f2a0";
}
.fa-braille {
  --fa: "\f2a1";
}
.fa-ear-listen {
  --fa: "\f2a2";
}
.fa-assistive-listening-systems {
  --fa: "\f2a2";
}
.fa-hands-asl-interpreting {
  --fa: "\f2a3";
}
.fa-american-sign-language-interpreting {
  --fa: "\f2a3";
}
.fa-asl-interpreting {
  --fa: "\f2a3";
}
.fa-hands-american-sign-language-interpreting {
  --fa: "\f2a3";
}
.fa-ear-deaf {
  --fa: "\f2a4";
}
.fa-deaf {
  --fa: "\f2a4";
}
.fa-deafness {
  --fa: "\f2a4";
}
.fa-hard-of-hearing {
  --fa: "\f2a4";
}
.fa-hands {
  --fa: "\f2a7";
}
.fa-sign-language {
  --fa: "\f2a7";
}
.fa-signing {
  --fa: "\f2a7";
}
.fa-eye-low-vision {
  --fa: "\f2a8";
}
.fa-low-vision {
  --fa: "\f2a8";
}
.fa-font-awesome {
  --fa: "\f2b4";
}
.fa-font-awesome-flag {
  --fa: "\f2b4";
}
.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}
.fa-handshake {
  --fa: "\f2b5";
}
.fa-handshake-alt {
  --fa: "\f2b5";
}
.fa-handshake-simple {
  --fa: "\f2b5";
}
.fa-envelope-open {
  --fa: "\f2b6";
}
.fa-address-book {
  --fa: "\f2b9";
}
.fa-contact-book {
  --fa: "\f2b9";
}
.fa-address-card {
  --fa: "\f2bb";
}
.fa-contact-card {
  --fa: "\f2bb";
}
.fa-vcard {
  --fa: "\f2bb";
}
.fa-circle-user {
  --fa: "\f2bd";
}
.fa-user-circle {
  --fa: "\f2bd";
}
.fa-id-badge {
  --fa: "\f2c1";
}
.fa-id-card {
  --fa: "\f2c2";
}
.fa-drivers-license {
  --fa: "\f2c2";
}
.fa-temperature-full {
  --fa: "\f2c7";
}
.fa-temperature-4 {
  --fa: "\f2c7";
}
.fa-thermometer-4 {
  --fa: "\f2c7";
}
.fa-thermometer-full {
  --fa: "\f2c7";
}
.fa-temperature-three-quarters {
  --fa: "\f2c8";
}
.fa-temperature-3 {
  --fa: "\f2c8";
}
.fa-thermometer-3 {
  --fa: "\f2c8";
}
.fa-thermometer-three-quarters {
  --fa: "\f2c8";
}
.fa-temperature-half {
  --fa: "\f2c9";
}
.fa-temperature-2 {
  --fa: "\f2c9";
}
.fa-thermometer-2 {
  --fa: "\f2c9";
}
.fa-thermometer-half {
  --fa: "\f2c9";
}
.fa-temperature-quarter {
  --fa: "\f2ca";
}
.fa-temperature-1 {
  --fa: "\f2ca";
}
.fa-thermometer-1 {
  --fa: "\f2ca";
}
.fa-thermometer-quarter {
  --fa: "\f2ca";
}
.fa-temperature-empty {
  --fa: "\f2cb";
}
.fa-temperature-0 {
  --fa: "\f2cb";
}
.fa-thermometer-0 {
  --fa: "\f2cb";
}
.fa-thermometer-empty {
  --fa: "\f2cb";
}
.fa-shower {
  --fa: "\f2cc";
}
.fa-bath {
  --fa: "\f2cd";
}
.fa-bathtub {
  --fa: "\f2cd";
}
.fa-podcast {
  --fa: "\f2ce";
}
.fa-window-maximize {
  --fa: "\f2d0";
}
.fa-window-minimize {
  --fa: "\f2d1";
}
.fa-window-restore {
  --fa: "\f2d2";
}
.fa-square-xmark {
  --fa: "\f2d3";
}
.fa-times-square {
  --fa: "\f2d3";
}
.fa-xmark-square {
  --fa: "\f2d3";
}
.fa-microchip {
  --fa: "\f2db";
}
.fa-snowflake {
  --fa: "\f2dc";
}
.fa-spoon {
  --fa: "\f2e5";
}
.fa-utensil-spoon {
  --fa: "\f2e5";
}
.fa-utensils {
  --fa: "\f2e7";
}
.fa-cutlery {
  --fa: "\f2e7";
}
.fa-rotate-left {
  --fa: "\f2ea";
}
.fa-rotate-back {
  --fa: "\f2ea";
}
.fa-rotate-backward {
  --fa: "\f2ea";
}
.fa-undo-alt {
  --fa: "\f2ea";
}
.fa-trash-can {
  --fa: "\f2ed";
}
.fa-trash-alt {
  --fa: "\f2ed";
}
.fa-rotate {
  --fa: "\f2f1";
}
.fa-sync-alt {
  --fa: "\f2f1";
}
.fa-stopwatch {
  --fa: "\f2f2";
}
.fa-right-from-bracket {
  --fa: "\f2f5";
}
.fa-sign-out-alt {
  --fa: "\f2f5";
}
.fa-right-to-bracket {
  --fa: "\f2f6";
}
.fa-sign-in-alt {
  --fa: "\f2f6";
}
.fa-rotate-right {
  --fa: "\f2f9";
}
.fa-redo-alt {
  --fa: "\f2f9";
}
.fa-rotate-forward {
  --fa: "\f2f9";
}
.fa-poo {
  --fa: "\f2fe";
}
.fa-images {
  --fa: "\f302";
}
.fa-pencil {
  --fa: "\f303";
}
.fa-pencil-alt {
  --fa: "\f303";
}
.fa-pen {
  --fa: "\f304";
}
.fa-pen-clip {
  --fa: "\f305";
}
.fa-pen-alt {
  --fa: "\f305";
}
.fa-octagon {
  --fa: "\f306";
}
.fa-down-long {
  --fa: "\f309";
}
.fa-long-arrow-alt-down {
  --fa: "\f309";
}
.fa-left-long {
  --fa: "\f30a";
}
.fa-long-arrow-alt-left {
  --fa: "\f30a";
}
.fa-right-long {
  --fa: "\f30b";
}
.fa-long-arrow-alt-right {
  --fa: "\f30b";
}
.fa-up-long {
  --fa: "\f30c";
}
.fa-long-arrow-alt-up {
  --fa: "\f30c";
}
.fa-hexagon {
  --fa: "\f312";
}
.fa-file-pen {
  --fa: "\f31c";
}
.fa-file-edit {
  --fa: "\f31c";
}
.fa-maximize {
  --fa: "\f31e";
}
.fa-expand-arrows-alt {
  --fa: "\f31e";
}
.fa-clipboard {
  --fa: "\f328";
}
.fa-left-right {
  --fa: "\f337";
}
.fa-arrows-alt-h {
  --fa: "\f337";
}
.fa-up-down {
  --fa: "\f338";
}
.fa-arrows-alt-v {
  --fa: "\f338";
}
.fa-alarm-clock {
  --fa: "\f34e";
}
.fa-circle-down {
  --fa: "\f358";
}
.fa-arrow-alt-circle-down {
  --fa: "\f358";
}
.fa-circle-left {
  --fa: "\f359";
}
.fa-arrow-alt-circle-left {
  --fa: "\f359";
}
.fa-circle-right {
  --fa: "\f35a";
}
.fa-arrow-alt-circle-right {
  --fa: "\f35a";
}
.fa-circle-up {
  --fa: "\f35b";
}
.fa-arrow-alt-circle-up {
  --fa: "\f35b";
}
.fa-up-right-from-square {
  --fa: "\f35d";
}
.fa-external-link-alt {
  --fa: "\f35d";
}
.fa-square-up-right {
  --fa: "\f360";
}
.fa-external-link-square-alt {
  --fa: "\f360";
}
.fa-right-left {
  --fa: "\f362";
}
.fa-exchange-alt {
  --fa: "\f362";
}
.fa-repeat {
  --fa: "\f363";
}
.fa-code-commit {
  --fa: "\f386";
}
.fa-code-merge {
  --fa: "\f387";
}
.fa-desktop {
  --fa: "\f390";
}
.fa-desktop-alt {
  --fa: "\f390";
}
.fa-gem {
  --fa: "\f3a5";
}
.fa-turn-down {
  --fa: "\f3be";
}
.fa-level-down-alt {
  --fa: "\f3be";
}
.fa-turn-up {
  --fa: "\f3bf";
}
.fa-level-up-alt {
  --fa: "\f3bf";
}
.fa-lock-open {
  --fa: "\f3c1";
}
.fa-location-dot {
  --fa: "\f3c5";
}
.fa-map-marker-alt {
  --fa: "\f3c5";
}
.fa-microphone-lines {
  --fa: "\f3c9";
}
.fa-microphone-alt {
  --fa: "\f3c9";
}
.fa-mobile-screen-button {
  --fa: "\f3cd";
}
.fa-mobile-alt {
  --fa: "\f3cd";
}
.fa-mobile {
  --fa: "\f3ce";
}
.fa-mobile-android {
  --fa: "\f3ce";
}
.fa-mobile-phone {
  --fa: "\f3ce";
}
.fa-mobile-screen {
  --fa: "\f3cf";
}
.fa-mobile-android-alt {
  --fa: "\f3cf";
}
.fa-money-bill-1 {
  --fa: "\f3d1";
}
.fa-money-bill-alt {
  --fa: "\f3d1";
}
.fa-phone-slash {
  --fa: "\f3dd";
}
.fa-image-portrait {
  --fa: "\f3e0";
}
.fa-portrait {
  --fa: "\f3e0";
}
.fa-reply {
  --fa: "\f3e5";
}
.fa-mail-reply {
  --fa: "\f3e5";
}
.fa-shield-halved {
  --fa: "\f3ed";
}
.fa-shield-alt {
  --fa: "\f3ed";
}
.fa-tablet-screen-button {
  --fa: "\f3fa";
}
.fa-tablet-alt {
  --fa: "\f3fa";
}
.fa-tablet {
  --fa: "\f3fb";
}
.fa-tablet-android {
  --fa: "\f3fb";
}
.fa-ticket-simple {
  --fa: "\f3ff";
}
.fa-ticket-alt {
  --fa: "\f3ff";
}
.fa-rectangle-xmark {
  --fa: "\f410";
}
.fa-rectangle-times {
  --fa: "\f410";
}
.fa-times-rectangle {
  --fa: "\f410";
}
.fa-window-close {
  --fa: "\f410";
}
.fa-down-left-and-up-right-to-center {
  --fa: "\f422";
}
.fa-compress-alt {
  --fa: "\f422";
}
.fa-up-right-and-down-left-from-center {
  --fa: "\f424";
}
.fa-expand-alt {
  --fa: "\f424";
}
.fa-baseball-bat-ball {
  --fa: "\f432";
}
.fa-baseball {
  --fa: "\f433";
}
.fa-baseball-ball {
  --fa: "\f433";
}
.fa-basketball {
  --fa: "\f434";
}
.fa-basketball-ball {
  --fa: "\f434";
}
.fa-bowling-ball {
  --fa: "\f436";
}
.fa-chess {
  --fa: "\f439";
}
.fa-chess-bishop {
  --fa: "\f43a";
}
.fa-chess-board {
  --fa: "\f43c";
}
.fa-chess-king {
  --fa: "\f43f";
}
.fa-chess-knight {
  --fa: "\f441";
}
.fa-chess-pawn {
  --fa: "\f443";
}
.fa-chess-queen {
  --fa: "\f445";
}
.fa-chess-rook {
  --fa: "\f447";
}
.fa-dumbbell {
  --fa: "\f44b";
}
.fa-football {
  --fa: "\f44e";
}
.fa-football-ball {
  --fa: "\f44e";
}
.fa-golf-ball-tee {
  --fa: "\f450";
}
.fa-golf-ball {
  --fa: "\f450";
}
.fa-hockey-puck {
  --fa: "\f453";
}
.fa-broom-ball {
  --fa: "\f458";
}
.fa-quidditch {
  --fa: "\f458";
}
.fa-quidditch-broom-ball {
  --fa: "\f458";
}
.fa-square-full {
  --fa: "\f45c";
}
.fa-table-tennis-paddle-ball {
  --fa: "\f45d";
}
.fa-ping-pong-paddle-ball {
  --fa: "\f45d";
}
.fa-table-tennis {
  --fa: "\f45d";
}
.fa-volleyball {
  --fa: "\f45f";
}
.fa-volleyball-ball {
  --fa: "\f45f";
}
.fa-hand-dots {
  --fa: "\f461";
}
.fa-allergies {
  --fa: "\f461";
}
.fa-bandage {
  --fa: "\f462";
}
.fa-band-aid {
  --fa: "\f462";
}
.fa-box {
  --fa: "\f466";
}
.fa-boxes-stacked {
  --fa: "\f468";
}
.fa-boxes {
  --fa: "\f468";
}
.fa-boxes-alt {
  --fa: "\f468";
}
.fa-briefcase-medical {
  --fa: "\f469";
}
.fa-fire-flame-simple {
  --fa: "\f46a";
}
.fa-burn {
  --fa: "\f46a";
}
.fa-capsules {
  --fa: "\f46b";
}
.fa-clipboard-check {
  --fa: "\f46c";
}
.fa-clipboard-list {
  --fa: "\f46d";
}
.fa-person-dots-from-line {
  --fa: "\f470";
}
.fa-diagnoses {
  --fa: "\f470";
}
.fa-dna {
  --fa: "\f471";
}
.fa-dolly {
  --fa: "\f472";
}
.fa-dolly-box {
  --fa: "\f472";
}
.fa-cart-flatbed {
  --fa: "\f474";
}
.fa-dolly-flatbed {
  --fa: "\f474";
}
.fa-file-medical {
  --fa: "\f477";
}
.fa-file-waveform {
  --fa: "\f478";
}
.fa-file-medical-alt {
  --fa: "\f478";
}
.fa-kit-medical {
  --fa: "\f479";
}
.fa-first-aid {
  --fa: "\f479";
}
.fa-circle-h {
  --fa: "\f47e";
}
.fa-hospital-symbol {
  --fa: "\f47e";
}
.fa-id-card-clip {
  --fa: "\f47f";
}
.fa-id-card-alt {
  --fa: "\f47f";
}
.fa-notes-medical {
  --fa: "\f481";
}
.fa-pallet {
  --fa: "\f482";
}
.fa-pills {
  --fa: "\f484";
}
.fa-prescription-bottle {
  --fa: "\f485";
}
.fa-prescription-bottle-medical {
  --fa: "\f486";
}
.fa-prescription-bottle-alt {
  --fa: "\f486";
}
.fa-bed-pulse {
  --fa: "\f487";
}
.fa-procedures {
  --fa: "\f487";
}
.fa-truck-fast {
  --fa: "\f48b";
}
.fa-shipping-fast {
  --fa: "\f48b";
}
.fa-smoking {
  --fa: "\f48d";
}
.fa-syringe {
  --fa: "\f48e";
}
.fa-tablets {
  --fa: "\f490";
}
.fa-thermometer {
  --fa: "\f491";
}
.fa-vial {
  --fa: "\f492";
}
.fa-vials {
  --fa: "\f493";
}
.fa-warehouse {
  --fa: "\f494";
}
.fa-weight-scale {
  --fa: "\f496";
}
.fa-weight {
  --fa: "\f496";
}
.fa-x-ray {
  --fa: "\f497";
}
.fa-box-open {
  --fa: "\f49e";
}
.fa-comment-dots {
  --fa: "\f4ad";
}
.fa-commenting {
  --fa: "\f4ad";
}
.fa-comment-slash {
  --fa: "\f4b3";
}
.fa-couch {
  --fa: "\f4b8";
}
.fa-circle-dollar-to-slot {
  --fa: "\f4b9";
}
.fa-donate {
  --fa: "\f4b9";
}
.fa-dove {
  --fa: "\f4ba";
}
.fa-hand-holding {
  --fa: "\f4bd";
}
.fa-hand-holding-heart {
  --fa: "\f4be";
}
.fa-hand-holding-dollar {
  --fa: "\f4c0";
}
.fa-hand-holding-usd {
  --fa: "\f4c0";
}
.fa-hand-holding-droplet {
  --fa: "\f4c1";
}
.fa-hand-holding-water {
  --fa: "\f4c1";
}
.fa-hands-holding {
  --fa: "\f4c2";
}
.fa-handshake-angle {
  --fa: "\f4c4";
}
.fa-hands-helping {
  --fa: "\f4c4";
}
.fa-parachute-box {
  --fa: "\f4cd";
}
.fa-people-carry-box {
  --fa: "\f4ce";
}
.fa-people-carry {
  --fa: "\f4ce";
}
.fa-piggy-bank {
  --fa: "\f4d3";
}
.fa-ribbon {
  --fa: "\f4d6";
}
.fa-route {
  --fa: "\f4d7";
}
.fa-seedling {
  --fa: "\f4d8";
}
.fa-sprout {
  --fa: "\f4d8";
}
.fa-sign-hanging {
  --fa: "\f4d9";
}
.fa-sign {
  --fa: "\f4d9";
}
.fa-face-smile-wink {
  --fa: "\f4da";
}
.fa-smile-wink {
  --fa: "\f4da";
}
.fa-tape {
  --fa: "\f4db";
}
.fa-truck-ramp-box {
  --fa: "\f4de";
}
.fa-truck-loading {
  --fa: "\f4de";
}
.fa-truck-moving {
  --fa: "\f4df";
}
.fa-video-slash {
  --fa: "\f4e2";
}
.fa-wine-glass {
  --fa: "\f4e3";
}
.fa-user-astronaut {
  --fa: "\f4fb";
}
.fa-user-check {
  --fa: "\f4fc";
}
.fa-user-clock {
  --fa: "\f4fd";
}
.fa-user-gear {
  --fa: "\f4fe";
}
.fa-user-cog {
  --fa: "\f4fe";
}
.fa-user-pen {
  --fa: "\f4ff";
}
.fa-user-edit {
  --fa: "\f4ff";
}
.fa-user-group {
  --fa: "\f500";
}
.fa-user-friends {
  --fa: "\f500";
}
.fa-user-graduate {
  --fa: "\f501";
}
.fa-user-lock {
  --fa: "\f502";
}
.fa-user-minus {
  --fa: "\f503";
}
.fa-user-ninja {
  --fa: "\f504";
}
.fa-user-shield {
  --fa: "\f505";
}
.fa-user-slash {
  --fa: "\f506";
}
.fa-user-alt-slash {
  --fa: "\f506";
}
.fa-user-large-slash {
  --fa: "\f506";
}
.fa-user-tag {
  --fa: "\f507";
}
.fa-user-tie {
  --fa: "\f508";
}
.fa-users-gear {
  --fa: "\f509";
}
.fa-users-cog {
  --fa: "\f509";
}
.fa-scale-unbalanced {
  --fa: "\f515";
}
.fa-balance-scale-left {
  --fa: "\f515";
}
.fa-scale-unbalanced-flip {
  --fa: "\f516";
}
.fa-balance-scale-right {
  --fa: "\f516";
}
.fa-blender {
  --fa: "\f517";
}
.fa-book-open {
  --fa: "\f518";
}
.fa-tower-broadcast {
  --fa: "\f519";
}
.fa-broadcast-tower {
  --fa: "\f519";
}
.fa-broom {
  --fa: "\f51a";
}
.fa-chalkboard {
  --fa: "\f51b";
}
.fa-blackboard {
  --fa: "\f51b";
}
.fa-chalkboard-user {
  --fa: "\f51c";
}
.fa-chalkboard-teacher {
  --fa: "\f51c";
}
.fa-church {
  --fa: "\f51d";
}
.fa-coins {
  --fa: "\f51e";
}
.fa-compact-disc {
  --fa: "\f51f";
}
.fa-crow {
  --fa: "\f520";
}
.fa-crown {
  --fa: "\f521";
}
.fa-dice {
  --fa: "\f522";
}
.fa-dice-five {
  --fa: "\f523";
}
.fa-dice-four {
  --fa: "\f524";
}
.fa-dice-one {
  --fa: "\f525";
}
.fa-dice-six {
  --fa: "\f526";
}
.fa-dice-three {
  --fa: "\f527";
}
.fa-dice-two {
  --fa: "\f528";
}
.fa-divide {
  --fa: "\f529";
}
.fa-door-closed {
  --fa: "\f52a";
}
.fa-door-open {
  --fa: "\f52b";
}
.fa-feather {
  --fa: "\f52d";
}
.fa-frog {
  --fa: "\f52e";
}
.fa-gas-pump {
  --fa: "\f52f";
}
.fa-glasses {
  --fa: "\f530";
}
.fa-greater-than-equal {
  --fa: "\f532";
}
.fa-helicopter {
  --fa: "\f533";
}
.fa-infinity {
  --fa: "\f534";
}
.fa-kiwi-bird {
  --fa: "\f535";
}
.fa-less-than-equal {
  --fa: "\f537";
}
.fa-memory {
  --fa: "\f538";
}
.fa-microphone-lines-slash {
  --fa: "\f539";
}
.fa-microphone-alt-slash {
  --fa: "\f539";
}
.fa-money-bill-wave {
  --fa: "\f53a";
}
.fa-money-bill-1-wave {
  --fa: "\f53b";
}
.fa-money-bill-wave-alt {
  --fa: "\f53b";
}
.fa-money-check {
  --fa: "\f53c";
}
.fa-money-check-dollar {
  --fa: "\f53d";
}
.fa-money-check-alt {
  --fa: "\f53d";
}
.fa-not-equal {
  --fa: "\f53e";
}
.fa-palette {
  --fa: "\f53f";
}
.fa-square-parking {
  --fa: "\f540";
}
.fa-parking {
  --fa: "\f540";
}
.fa-diagram-project {
  --fa: "\f542";
}
.fa-project-diagram {
  --fa: "\f542";
}
.fa-receipt {
  --fa: "\f543";
}
.fa-robot {
  --fa: "\f544";
}
.fa-ruler {
  --fa: "\f545";
}
.fa-ruler-combined {
  --fa: "\f546";
}
.fa-ruler-horizontal {
  --fa: "\f547";
}
.fa-ruler-vertical {
  --fa: "\f548";
}
.fa-school {
  --fa: "\f549";
}
.fa-screwdriver {
  --fa: "\f54a";
}
.fa-shoe-prints {
  --fa: "\f54b";
}
.fa-skull {
  --fa: "\f54c";
}
.fa-ban-smoking {
  --fa: "\f54d";
}
.fa-smoking-ban {
  --fa: "\f54d";
}
.fa-store {
  --fa: "\f54e";
}
.fa-shop {
  --fa: "\f54f";
}
.fa-store-alt {
  --fa: "\f54f";
}
.fa-bars-staggered {
  --fa: "\f550";
}
.fa-reorder {
  --fa: "\f550";
}
.fa-stream {
  --fa: "\f550";
}
.fa-stroopwafel {
  --fa: "\f551";
}
.fa-toolbox {
  --fa: "\f552";
}
.fa-shirt {
  --fa: "\f553";
}
.fa-t-shirt {
  --fa: "\f553";
}
.fa-tshirt {
  --fa: "\f553";
}
.fa-person-walking {
  --fa: "\f554";
}
.fa-walking {
  --fa: "\f554";
}
.fa-wallet {
  --fa: "\f555";
}
.fa-face-angry {
  --fa: "\f556";
}
.fa-angry {
  --fa: "\f556";
}
.fa-archway {
  --fa: "\f557";
}
.fa-book-atlas {
  --fa: "\f558";
}
.fa-atlas {
  --fa: "\f558";
}
.fa-award {
  --fa: "\f559";
}
.fa-delete-left {
  --fa: "\f55a";
}
.fa-backspace {
  --fa: "\f55a";
}
.fa-bezier-curve {
  --fa: "\f55b";
}
.fa-bong {
  --fa: "\f55c";
}
.fa-brush {
  --fa: "\f55d";
}
.fa-bus-simple {
  --fa: "\f55e";
}
.fa-bus-alt {
  --fa: "\f55e";
}
.fa-cannabis {
  --fa: "\f55f";
}
.fa-check-double {
  --fa: "\f560";
}
.fa-martini-glass-citrus {
  --fa: "\f561";
}
.fa-cocktail {
  --fa: "\f561";
}
.fa-bell-concierge {
  --fa: "\f562";
}
.fa-concierge-bell {
  --fa: "\f562";
}
.fa-cookie {
  --fa: "\f563";
}
.fa-cookie-bite {
  --fa: "\f564";
}
.fa-crop-simple {
  --fa: "\f565";
}
.fa-crop-alt {
  --fa: "\f565";
}
.fa-tachograph-digital {
  --fa: "\f566";
}
.fa-digital-tachograph {
  --fa: "\f566";
}
.fa-face-dizzy {
  --fa: "\f567";
}
.fa-dizzy {
  --fa: "\f567";
}
.fa-compass-drafting {
  --fa: "\f568";
}
.fa-drafting-compass {
  --fa: "\f568";
}
.fa-drum {
  --fa: "\f569";
}
.fa-drum-steelpan {
  --fa: "\f56a";
}
.fa-feather-pointed {
  --fa: "\f56b";
}
.fa-feather-alt {
  --fa: "\f56b";
}
.fa-file-contract {
  --fa: "\f56c";
}
.fa-file-arrow-down {
  --fa: "\f56d";
}
.fa-file-download {
  --fa: "\f56d";
}
.fa-file-export {
  --fa: "\f56e";
}
.fa-arrow-right-from-file {
  --fa: "\f56e";
}
.fa-file-import {
  --fa: "\f56f";
}
.fa-arrow-right-to-file {
  --fa: "\f56f";
}
.fa-file-invoice {
  --fa: "\f570";
}
.fa-file-invoice-dollar {
  --fa: "\f571";
}
.fa-file-prescription {
  --fa: "\f572";
}
.fa-file-signature {
  --fa: "\f573";
}
.fa-file-arrow-up {
  --fa: "\f574";
}
.fa-file-upload {
  --fa: "\f574";
}
.fa-fill {
  --fa: "\f575";
}
.fa-fill-drip {
  --fa: "\f576";
}
.fa-fingerprint {
  --fa: "\f577";
}
.fa-fish {
  --fa: "\f578";
}
.fa-face-flushed {
  --fa: "\f579";
}
.fa-flushed {
  --fa: "\f579";
}
.fa-face-frown-open {
  --fa: "\f57a";
}
.fa-frown-open {
  --fa: "\f57a";
}
.fa-martini-glass {
  --fa: "\f57b";
}
.fa-glass-martini-alt {
  --fa: "\f57b";
}
.fa-earth-africa {
  --fa: "\f57c";
}
.fa-globe-africa {
  --fa: "\f57c";
}
.fa-earth-americas {
  --fa: "\f57d";
}
.fa-earth {
  --fa: "\f57d";
}
.fa-earth-america {
  --fa: "\f57d";
}
.fa-globe-americas {
  --fa: "\f57d";
}
.fa-earth-asia {
  --fa: "\f57e";
}
.fa-globe-asia {
  --fa: "\f57e";
}
.fa-face-grimace {
  --fa: "\f57f";
}
.fa-grimace {
  --fa: "\f57f";
}
.fa-face-grin {
  --fa: "\f580";
}
.fa-grin {
  --fa: "\f580";
}
.fa-face-grin-wide {
  --fa: "\f581";
}
.fa-grin-alt {
  --fa: "\f581";
}
.fa-face-grin-beam {
  --fa: "\f582";
}
.fa-grin-beam {
  --fa: "\f582";
}
.fa-face-grin-beam-sweat {
  --fa: "\f583";
}
.fa-grin-beam-sweat {
  --fa: "\f583";
}
.fa-face-grin-hearts {
  --fa: "\f584";
}
.fa-grin-hearts {
  --fa: "\f584";
}
.fa-face-grin-squint {
  --fa: "\f585";
}
.fa-grin-squint {
  --fa: "\f585";
}
.fa-face-grin-squint-tears {
  --fa: "\f586";
}
.fa-grin-squint-tears {
  --fa: "\f586";
}
.fa-face-grin-stars {
  --fa: "\f587";
}
.fa-grin-stars {
  --fa: "\f587";
}
.fa-face-grin-tears {
  --fa: "\f588";
}
.fa-grin-tears {
  --fa: "\f588";
}
.fa-face-grin-tongue {
  --fa: "\f589";
}
.fa-grin-tongue {
  --fa: "\f589";
}
.fa-face-grin-tongue-squint {
  --fa: "\f58a";
}
.fa-grin-tongue-squint {
  --fa: "\f58a";
}
.fa-face-grin-tongue-wink {
  --fa: "\f58b";
}
.fa-grin-tongue-wink {
  --fa: "\f58b";
}
.fa-face-grin-wink {
  --fa: "\f58c";
}
.fa-grin-wink {
  --fa: "\f58c";
}
.fa-grip {
  --fa: "\f58d";
}
.fa-grid-horizontal {
  --fa: "\f58d";
}
.fa-grip-horizontal {
  --fa: "\f58d";
}
.fa-grip-vertical {
  --fa: "\f58e";
}
.fa-grid-vertical {
  --fa: "\f58e";
}
.fa-headset {
  --fa: "\f590";
}
.fa-highlighter {
  --fa: "\f591";
}
.fa-hot-tub-person {
  --fa: "\f593";
}
.fa-hot-tub {
  --fa: "\f593";
}
.fa-hotel {
  --fa: "\f594";
}
.fa-joint {
  --fa: "\f595";
}
.fa-face-kiss {
  --fa: "\f596";
}
.fa-kiss {
  --fa: "\f596";
}
.fa-face-kiss-beam {
  --fa: "\f597";
}
.fa-kiss-beam {
  --fa: "\f597";
}
.fa-face-kiss-wink-heart {
  --fa: "\f598";
}
.fa-kiss-wink-heart {
  --fa: "\f598";
}
.fa-face-laugh {
  --fa: "\f599";
}
.fa-laugh {
  --fa: "\f599";
}
.fa-face-laugh-beam {
  --fa: "\f59a";
}
.fa-laugh-beam {
  --fa: "\f59a";
}
.fa-face-laugh-squint {
  --fa: "\f59b";
}
.fa-laugh-squint {
  --fa: "\f59b";
}
.fa-face-laugh-wink {
  --fa: "\f59c";
}
.fa-laugh-wink {
  --fa: "\f59c";
}
.fa-cart-flatbed-suitcase {
  --fa: "\f59d";
}
.fa-luggage-cart {
  --fa: "\f59d";
}
.fa-map-location {
  --fa: "\f59f";
}
.fa-map-marked {
  --fa: "\f59f";
}
.fa-map-location-dot {
  --fa: "\f5a0";
}
.fa-map-marked-alt {
  --fa: "\f5a0";
}
.fa-marker {
  --fa: "\f5a1";
}
.fa-medal {
  --fa: "\f5a2";
}
.fa-face-meh-blank {
  --fa: "\f5a4";
}
.fa-meh-blank {
  --fa: "\f5a4";
}
.fa-face-rolling-eyes {
  --fa: "\f5a5";
}
.fa-meh-rolling-eyes {
  --fa: "\f5a5";
}
.fa-monument {
  --fa: "\f5a6";
}
.fa-mortar-pestle {
  --fa: "\f5a7";
}
.fa-paint-roller {
  --fa: "\f5aa";
}
.fa-passport {
  --fa: "\f5ab";
}
.fa-pen-fancy {
  --fa: "\f5ac";
}
.fa-pen-nib {
  --fa: "\f5ad";
}
.fa-pen-ruler {
  --fa: "\f5ae";
}
.fa-pencil-ruler {
  --fa: "\f5ae";
}
.fa-plane-arrival {
  --fa: "\f5af";
}
.fa-plane-departure {
  --fa: "\f5b0";
}
.fa-prescription {
  --fa: "\f5b1";
}
.fa-face-sad-cry {
  --fa: "\f5b3";
}
.fa-sad-cry {
  --fa: "\f5b3";
}
.fa-face-sad-tear {
  --fa: "\f5b4";
}
.fa-sad-tear {
  --fa: "\f5b4";
}
.fa-van-shuttle {
  --fa: "\f5b6";
}
.fa-shuttle-van {
  --fa: "\f5b6";
}
.fa-signature {
  --fa: "\f5b7";
}
.fa-face-smile-beam {
  --fa: "\f5b8";
}
.fa-smile-beam {
  --fa: "\f5b8";
}
.fa-solar-panel {
  --fa: "\f5ba";
}
.fa-spa {
  --fa: "\f5bb";
}
.fa-splotch {
  --fa: "\f5bc";
}
.fa-spray-can {
  --fa: "\f5bd";
}
.fa-stamp {
  --fa: "\f5bf";
}
.fa-star-half-stroke {
  --fa: "\f5c0";
}
.fa-star-half-alt {
  --fa: "\f5c0";
}
.fa-suitcase-rolling {
  --fa: "\f5c1";
}
.fa-face-surprise {
  --fa: "\f5c2";
}
.fa-surprise {
  --fa: "\f5c2";
}
.fa-swatchbook {
  --fa: "\f5c3";
}
.fa-person-swimming {
  --fa: "\f5c4";
}
.fa-swimmer {
  --fa: "\f5c4";
}
.fa-water-ladder {
  --fa: "\f5c5";
}
.fa-ladder-water {
  --fa: "\f5c5";
}
.fa-swimming-pool {
  --fa: "\f5c5";
}
.fa-droplet-slash {
  --fa: "\f5c7";
}
.fa-tint-slash {
  --fa: "\f5c7";
}
.fa-face-tired {
  --fa: "\f5c8";
}
.fa-tired {
  --fa: "\f5c8";
}
.fa-tooth {
  --fa: "\f5c9";
}
.fa-umbrella-beach {
  --fa: "\f5ca";
}
.fa-weight-hanging {
  --fa: "\f5cd";
}
.fa-wine-glass-empty {
  --fa: "\f5ce";
}
.fa-wine-glass-alt {
  --fa: "\f5ce";
}
.fa-spray-can-sparkles {
  --fa: "\f5d0";
}
.fa-air-freshener {
  --fa: "\f5d0";
}
.fa-apple-whole {
  --fa: "\f5d1";
}
.fa-apple-alt {
  --fa: "\f5d1";
}
.fa-atom {
  --fa: "\f5d2";
}
.fa-bone {
  --fa: "\f5d7";
}
.fa-book-open-reader {
  --fa: "\f5da";
}
.fa-book-reader {
  --fa: "\f5da";
}
.fa-brain {
  --fa: "\f5dc";
}
.fa-car-rear {
  --fa: "\f5de";
}
.fa-car-alt {
  --fa: "\f5de";
}
.fa-car-battery {
  --fa: "\f5df";
}
.fa-battery-car {
  --fa: "\f5df";
}
.fa-car-burst {
  --fa: "\f5e1";
}
.fa-car-crash {
  --fa: "\f5e1";
}
.fa-car-side {
  --fa: "\f5e4";
}
.fa-charging-station {
  --fa: "\f5e7";
}
.fa-diamond-turn-right {
  --fa: "\f5eb";
}
.fa-directions {
  --fa: "\f5eb";
}
.fa-draw-polygon {
  --fa: "\f5ee";
}
.fa-vector-polygon {
  --fa: "\f5ee";
}
.fa-laptop-code {
  --fa: "\f5fc";
}
.fa-layer-group {
  --fa: "\f5fd";
}
.fa-location-crosshairs {
  --fa: "\f601";
}
.fa-location {
  --fa: "\f601";
}
.fa-lungs {
  --fa: "\f604";
}
.fa-microscope {
  --fa: "\f610";
}
.fa-oil-can {
  --fa: "\f613";
}
.fa-poop {
  --fa: "\f619";
}
.fa-shapes {
  --fa: "\f61f";
}
.fa-triangle-circle-square {
  --fa: "\f61f";
}
.fa-star-of-life {
  --fa: "\f621";
}
.fa-gauge {
  --fa: "\f624";
}
.fa-dashboard {
  --fa: "\f624";
}
.fa-gauge-med {
  --fa: "\f624";
}
.fa-tachometer-alt-average {
  --fa: "\f624";
}
.fa-gauge-high {
  --fa: "\f625";
}
.fa-tachometer-alt {
  --fa: "\f625";
}
.fa-tachometer-alt-fast {
  --fa: "\f625";
}
.fa-gauge-simple {
  --fa: "\f629";
}
.fa-gauge-simple-med {
  --fa: "\f629";
}
.fa-tachometer-average {
  --fa: "\f629";
}
.fa-gauge-simple-high {
  --fa: "\f62a";
}
.fa-tachometer {
  --fa: "\f62a";
}
.fa-tachometer-fast {
  --fa: "\f62a";
}
.fa-teeth {
  --fa: "\f62e";
}
.fa-teeth-open {
  --fa: "\f62f";
}
.fa-masks-theater {
  --fa: "\f630";
}
.fa-theater-masks {
  --fa: "\f630";
}
.fa-traffic-light {
  --fa: "\f637";
}
.fa-truck-monster {
  --fa: "\f63b";
}
.fa-truck-pickup {
  --fa: "\f63c";
}
.fa-rectangle-ad {
  --fa: "\f641";
}
.fa-ad {
  --fa: "\f641";
}
.fa-ankh {
  --fa: "\f644";
}
.fa-book-bible {
  --fa: "\f647";
}
.fa-bible {
  --fa: "\f647";
}
.fa-business-time {
  --fa: "\f64a";
}
.fa-briefcase-clock {
  --fa: "\f64a";
}
.fa-city {
  --fa: "\f64f";
}
.fa-comment-dollar {
  --fa: "\f651";
}
.fa-comments-dollar {
  --fa: "\f653";
}
.fa-cross {
  --fa: "\f654";
}
.fa-dharmachakra {
  --fa: "\f655";
}
.fa-envelope-open-text {
  --fa: "\f658";
}
.fa-folder-minus {
  --fa: "\f65d";
}
.fa-folder-plus {
  --fa: "\f65e";
}
.fa-filter-circle-dollar {
  --fa: "\f662";
}
.fa-funnel-dollar {
  --fa: "\f662";
}
.fa-gopuram {
  --fa: "\f664";
}
.fa-hamsa {
  --fa: "\f665";
}
.fa-bahai {
  --fa: "\f666";
}
.fa-haykal {
  --fa: "\f666";
}
.fa-jedi {
  --fa: "\f669";
}
.fa-book-journal-whills {
  --fa: "\f66a";
}
.fa-journal-whills {
  --fa: "\f66a";
}
.fa-kaaba {
  --fa: "\f66b";
}
.fa-khanda {
  --fa: "\f66d";
}
.fa-landmark {
  --fa: "\f66f";
}
.fa-envelopes-bulk {
  --fa: "\f674";
}
.fa-mail-bulk {
  --fa: "\f674";
}
.fa-menorah {
  --fa: "\f676";
}
.fa-mosque {
  --fa: "\f678";
}
.fa-om {
  --fa: "\f679";
}
.fa-spaghetti-monster-flying {
  --fa: "\f67b";
}
.fa-pastafarianism {
  --fa: "\f67b";
}
.fa-peace {
  --fa: "\f67c";
}
.fa-place-of-worship {
  --fa: "\f67f";
}
.fa-square-poll-vertical {
  --fa: "\f681";
}
.fa-poll {
  --fa: "\f681";
}
.fa-square-poll-horizontal {
  --fa: "\f682";
}
.fa-poll-h {
  --fa: "\f682";
}
.fa-person-praying {
  --fa: "\f683";
}
.fa-pray {
  --fa: "\f683";
}
.fa-hands-praying {
  --fa: "\f684";
}
.fa-praying-hands {
  --fa: "\f684";
}
.fa-book-quran {
  --fa: "\f687";
}
.fa-quran {
  --fa: "\f687";
}
.fa-magnifying-glass-dollar {
  --fa: "\f688";
}
.fa-search-dollar {
  --fa: "\f688";
}
.fa-magnifying-glass-location {
  --fa: "\f689";
}
.fa-search-location {
  --fa: "\f689";
}
.fa-socks {
  --fa: "\f696";
}
.fa-square-root-variable {
  --fa: "\f698";
}
.fa-square-root-alt {
  --fa: "\f698";
}
.fa-star-and-crescent {
  --fa: "\f699";
}
.fa-star-of-david {
  --fa: "\f69a";
}
.fa-synagogue {
  --fa: "\f69b";
}
.fa-scroll-torah {
  --fa: "\f6a0";
}
.fa-torah {
  --fa: "\f6a0";
}
.fa-torii-gate {
  --fa: "\f6a1";
}
.fa-vihara {
  --fa: "\f6a7";
}
.fa-volume-xmark {
  --fa: "\f6a9";
}
.fa-volume-mute {
  --fa: "\f6a9";
}
.fa-volume-times {
  --fa: "\f6a9";
}
.fa-yin-yang {
  --fa: "\f6ad";
}
.fa-blender-phone {
  --fa: "\f6b6";
}
.fa-book-skull {
  --fa: "\f6b7";
}
.fa-book-dead {
  --fa: "\f6b7";
}
.fa-campground {
  --fa: "\f6bb";
}
.fa-cat {
  --fa: "\f6be";
}
.fa-chair {
  --fa: "\f6c0";
}
.fa-cloud-moon {
  --fa: "\f6c3";
}
.fa-cloud-sun {
  --fa: "\f6c4";
}
.fa-cow {
  --fa: "\f6c8";
}
.fa-dice-d20 {
  --fa: "\f6cf";
}
.fa-dice-d6 {
  --fa: "\f6d1";
}
.fa-dog {
  --fa: "\f6d3";
}
.fa-dragon {
  --fa: "\f6d5";
}
.fa-drumstick-bite {
  --fa: "\f6d7";
}
.fa-dungeon {
  --fa: "\f6d9";
}
.fa-file-csv {
  --fa: "\f6dd";
}
.fa-hand-fist {
  --fa: "\f6de";
}
.fa-fist-raised {
  --fa: "\f6de";
}
.fa-ghost {
  --fa: "\f6e2";
}
.fa-hammer {
  --fa: "\f6e3";
}
.fa-hanukiah {
  --fa: "\f6e6";
}
.fa-hat-wizard {
  --fa: "\f6e8";
}
.fa-person-hiking {
  --fa: "\f6ec";
}
.fa-hiking {
  --fa: "\f6ec";
}
.fa-hippo {
  --fa: "\f6ed";
}
.fa-horse {
  --fa: "\f6f0";
}
.fa-house-chimney-crack {
  --fa: "\f6f1";
}
.fa-house-damage {
  --fa: "\f6f1";
}
.fa-hryvnia-sign {
  --fa: "\f6f2";
}
.fa-hryvnia {
  --fa: "\f6f2";
}
.fa-mask {
  --fa: "\f6fa";
}
.fa-mountain {
  --fa: "\f6fc";
}
.fa-network-wired {
  --fa: "\f6ff";
}
.fa-otter {
  --fa: "\f700";
}
.fa-ring {
  --fa: "\f70b";
}
.fa-person-running {
  --fa: "\f70c";
}
.fa-running {
  --fa: "\f70c";
}
.fa-scroll {
  --fa: "\f70e";
}
.fa-skull-crossbones {
  --fa: "\f714";
}
.fa-slash {
  --fa: "\f715";
}
.fa-spider {
  --fa: "\f717";
}
.fa-toilet-paper {
  --fa: "\f71e";
}
.fa-toilet-paper-alt {
  --fa: "\f71e";
}
.fa-toilet-paper-blank {
  --fa: "\f71e";
}
.fa-tractor {
  --fa: "\f722";
}
.fa-user-injured {
  --fa: "\f728";
}
.fa-vr-cardboard {
  --fa: "\f729";
}
.fa-wand-sparkles {
  --fa: "\f72b";
}
.fa-wind {
  --fa: "\f72e";
}
.fa-wine-bottle {
  --fa: "\f72f";
}
.fa-cloud-meatball {
  --fa: "\f73b";
}
.fa-cloud-moon-rain {
  --fa: "\f73c";
}
.fa-cloud-rain {
  --fa: "\f73d";
}
.fa-cloud-showers-heavy {
  --fa: "\f740";
}
.fa-cloud-sun-rain {
  --fa: "\f743";
}
.fa-democrat {
  --fa: "\f747";
}
.fa-flag-usa {
  --fa: "\f74d";
}
.fa-hurricane {
  --fa: "\f751";
}
.fa-landmark-dome {
  --fa: "\f752";
}
.fa-landmark-alt {
  --fa: "\f752";
}
.fa-meteor {
  --fa: "\f753";
}
.fa-person-booth {
  --fa: "\f756";
}
.fa-poo-storm {
  --fa: "\f75a";
}
.fa-poo-bolt {
  --fa: "\f75a";
}
.fa-rainbow {
  --fa: "\f75b";
}
.fa-republican {
  --fa: "\f75e";
}
.fa-smog {
  --fa: "\f75f";
}
.fa-temperature-high {
  --fa: "\f769";
}
.fa-temperature-low {
  --fa: "\f76b";
}
.fa-cloud-bolt {
  --fa: "\f76c";
}
.fa-thunderstorm {
  --fa: "\f76c";
}
.fa-tornado {
  --fa: "\f76f";
}
.fa-volcano {
  --fa: "\f770";
}
.fa-check-to-slot {
  --fa: "\f772";
}
.fa-vote-yea {
  --fa: "\f772";
}
.fa-water {
  --fa: "\f773";
}
.fa-baby {
  --fa: "\f77c";
}
.fa-baby-carriage {
  --fa: "\f77d";
}
.fa-carriage-baby {
  --fa: "\f77d";
}
.fa-biohazard {
  --fa: "\f780";
}
.fa-blog {
  --fa: "\f781";
}
.fa-calendar-day {
  --fa: "\f783";
}
.fa-calendar-week {
  --fa: "\f784";
}
.fa-candy-cane {
  --fa: "\f786";
}
.fa-carrot {
  --fa: "\f787";
}
.fa-cash-register {
  --fa: "\f788";
}
.fa-minimize {
  --fa: "\f78c";
}
.fa-compress-arrows-alt {
  --fa: "\f78c";
}
.fa-dumpster {
  --fa: "\f793";
}
.fa-dumpster-fire {
  --fa: "\f794";
}
.fa-ethernet {
  --fa: "\f796";
}
.fa-gifts {
  --fa: "\f79c";
}
.fa-champagne-glasses {
  --fa: "\f79f";
}
.fa-glass-cheers {
  --fa: "\f79f";
}
.fa-whiskey-glass {
  --fa: "\f7a0";
}
.fa-glass-whiskey {
  --fa: "\f7a0";
}
.fa-earth-europe {
  --fa: "\f7a2";
}
.fa-globe-europe {
  --fa: "\f7a2";
}
.fa-grip-lines {
  --fa: "\f7a4";
}
.fa-grip-lines-vertical {
  --fa: "\f7a5";
}
.fa-guitar {
  --fa: "\f7a6";
}
.fa-heart-crack {
  --fa: "\f7a9";
}
.fa-heart-broken {
  --fa: "\f7a9";
}
.fa-holly-berry {
  --fa: "\f7aa";
}
.fa-horse-head {
  --fa: "\f7ab";
}
.fa-icicles {
  --fa: "\f7ad";
}
.fa-igloo {
  --fa: "\f7ae";
}
.fa-mitten {
  --fa: "\f7b5";
}
.fa-mug-hot {
  --fa: "\f7b6";
}
.fa-radiation {
  --fa: "\f7b9";
}
.fa-circle-radiation {
  --fa: "\f7ba";
}
.fa-radiation-alt {
  --fa: "\f7ba";
}
.fa-restroom {
  --fa: "\f7bd";
}
.fa-satellite {
  --fa: "\f7bf";
}
.fa-satellite-dish {
  --fa: "\f7c0";
}
.fa-sd-card {
  --fa: "\f7c2";
}
.fa-sim-card {
  --fa: "\f7c4";
}
.fa-person-skating {
  --fa: "\f7c5";
}
.fa-skating {
  --fa: "\f7c5";
}
.fa-person-skiing {
  --fa: "\f7c9";
}
.fa-skiing {
  --fa: "\f7c9";
}
.fa-person-skiing-nordic {
  --fa: "\f7ca";
}
.fa-skiing-nordic {
  --fa: "\f7ca";
}
.fa-sleigh {
  --fa: "\f7cc";
}
.fa-comment-sms {
  --fa: "\f7cd";
}
.fa-sms {
  --fa: "\f7cd";
}
.fa-person-snowboarding {
  --fa: "\f7ce";
}
.fa-snowboarding {
  --fa: "\f7ce";
}
.fa-snowman {
  --fa: "\f7d0";
}
.fa-snowplow {
  --fa: "\f7d2";
}
.fa-tenge-sign {
  --fa: "\f7d7";
}
.fa-tenge {
  --fa: "\f7d7";
}
.fa-toilet {
  --fa: "\f7d8";
}
.fa-screwdriver-wrench {
  --fa: "\f7d9";
}
.fa-tools {
  --fa: "\f7d9";
}
.fa-cable-car {
  --fa: "\f7da";
}
.fa-tram {
  --fa: "\f7da";
}
.fa-fire-flame-curved {
  --fa: "\f7e4";
}
.fa-fire-alt {
  --fa: "\f7e4";
}
.fa-bacon {
  --fa: "\f7e5";
}
.fa-book-medical {
  --fa: "\f7e6";
}
.fa-bread-slice {
  --fa: "\f7ec";
}
.fa-cheese {
  --fa: "\f7ef";
}
.fa-house-chimney-medical {
  --fa: "\f7f2";
}
.fa-clinic-medical {
  --fa: "\f7f2";
}
.fa-clipboard-user {
  --fa: "\f7f3";
}
.fa-comment-medical {
  --fa: "\f7f5";
}
.fa-crutch {
  --fa: "\f7f7";
}
.fa-disease {
  --fa: "\f7fa";
}
.fa-egg {
  --fa: "\f7fb";
}
.fa-folder-tree {
  --fa: "\f802";
}
.fa-burger {
  --fa: "\f805";
}
.fa-hamburger {
  --fa: "\f805";
}
.fa-hand-middle-finger {
  --fa: "\f806";
}
.fa-helmet-safety {
  --fa: "\f807";
}
.fa-hard-hat {
  --fa: "\f807";
}
.fa-hat-hard {
  --fa: "\f807";
}
.fa-hospital-user {
  --fa: "\f80d";
}
.fa-hotdog {
  --fa: "\f80f";
}
.fa-ice-cream {
  --fa: "\f810";
}
.fa-laptop-medical {
  --fa: "\f812";
}
.fa-pager {
  --fa: "\f815";
}
.fa-pepper-hot {
  --fa: "\f816";
}
.fa-pizza-slice {
  --fa: "\f818";
}
.fa-sack-dollar {
  --fa: "\f81d";
}
.fa-book-tanakh {
  --fa: "\f827";
}
.fa-tanakh {
  --fa: "\f827";
}
.fa-bars-progress {
  --fa: "\f828";
}
.fa-tasks-alt {
  --fa: "\f828";
}
.fa-trash-arrow-up {
  --fa: "\f829";
}
.fa-trash-restore {
  --fa: "\f829";
}
.fa-trash-can-arrow-up {
  --fa: "\f82a";
}
.fa-trash-restore-alt {
  --fa: "\f82a";
}
.fa-user-nurse {
  --fa: "\f82f";
}
.fa-wave-square {
  --fa: "\f83e";
}
.fa-person-biking {
  --fa: "\f84a";
}
.fa-biking {
  --fa: "\f84a";
}
.fa-border-all {
  --fa: "\f84c";
}
.fa-border-none {
  --fa: "\f850";
}
.fa-border-top-left {
  --fa: "\f853";
}
.fa-border-style {
  --fa: "\f853";
}
.fa-person-digging {
  --fa: "\f85e";
}
.fa-digging {
  --fa: "\f85e";
}
.fa-fan {
  --fa: "\f863";
}
.fa-icons {
  --fa: "\f86d";
}
.fa-heart-music-camera-bolt {
  --fa: "\f86d";
}
.fa-phone-flip {
  --fa: "\f879";
}
.fa-phone-alt {
  --fa: "\f879";
}
.fa-square-phone-flip {
  --fa: "\f87b";
}
.fa-phone-square-alt {
  --fa: "\f87b";
}
.fa-photo-film {
  --fa: "\f87c";
}
.fa-photo-video {
  --fa: "\f87c";
}
.fa-text-slash {
  --fa: "\f87d";
}
.fa-remove-format {
  --fa: "\f87d";
}
.fa-arrow-down-z-a {
  --fa: "\f881";
}
.fa-sort-alpha-desc {
  --fa: "\f881";
}
.fa-sort-alpha-down-alt {
  --fa: "\f881";
}
.fa-arrow-up-z-a {
  --fa: "\f882";
}
.fa-sort-alpha-up-alt {
  --fa: "\f882";
}
.fa-arrow-down-short-wide {
  --fa: "\f884";
}
.fa-sort-amount-desc {
  --fa: "\f884";
}
.fa-sort-amount-down-alt {
  --fa: "\f884";
}
.fa-arrow-up-short-wide {
  --fa: "\f885";
}
.fa-sort-amount-up-alt {
  --fa: "\f885";
}
.fa-arrow-down-9-1 {
  --fa: "\f886";
}
.fa-sort-numeric-desc {
  --fa: "\f886";
}
.fa-sort-numeric-down-alt {
  --fa: "\f886";
}
.fa-arrow-up-9-1 {
  --fa: "\f887";
}
.fa-sort-numeric-up-alt {
  --fa: "\f887";
}
.fa-spell-check {
  --fa: "\f891";
}
.fa-voicemail {
  --fa: "\f897";
}
.fa-hat-cowboy {
  --fa: "\f8c0";
}
.fa-hat-cowboy-side {
  --fa: "\f8c1";
}
.fa-computer-mouse {
  --fa: "\f8cc";
}
.fa-mouse {
  --fa: "\f8cc";
}
.fa-radio {
  --fa: "\f8d7";
}
.fa-record-vinyl {
  --fa: "\f8d9";
}
.fa-walkie-talkie {
  --fa: "\f8ef";
}
.fa-caravan {
  --fa: "\f8ff";
}
:root,
:host {
  --fa-family-brands: "Font Awesome 7 Brands";
  --fa-font-brands: normal 400 1em/1 var(--fa-family-brands);
}
@font-face {
  font-family: "Font Awesome 7 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-brands-400.woff2");
}
.fab,
.fa-brands,
.fa-classic.fa-brands {
  --fa-family: var(--fa-family-brands);
  --fa-style: 400;
}
.fa-firefox-browser {
  --fa: "\e007";
}
.fa-ideal {
  --fa: "\e013";
}
.fa-microblog {
  --fa: "\e01a";
}
.fa-square-pied-piper {
  --fa: "\e01e";
}
.fa-pied-piper-square {
  --fa: "\e01e";
}
.fa-unity {
  --fa: "\e049";
}
.fa-dailymotion {
  --fa: "\e052";
}
.fa-square-instagram {
  --fa: "\e055";
}
.fa-instagram-square {
  --fa: "\e055";
}
.fa-mixer {
  --fa: "\e056";
}
.fa-shopify {
  --fa: "\e057";
}
.fa-deezer {
  --fa: "\e077";
}
.fa-edge-legacy {
  --fa: "\e078";
}
.fa-google-pay {
  --fa: "\e079";
}
.fa-rust {
  --fa: "\e07a";
}
.fa-tiktok {
  --fa: "\e07b";
}
.fa-unsplash {
  --fa: "\e07c";
}
.fa-cloudflare {
  --fa: "\e07d";
}
.fa-guilded {
  --fa: "\e07e";
}
.fa-hive {
  --fa: "\e07f";
}
.fa-42-group {
  --fa: "\e080";
}
.fa-innosoft {
  --fa: "\e080";
}
.fa-instalod {
  --fa: "\e081";
}
.fa-octopus-deploy {
  --fa: "\e082";
}
.fa-perbyte {
  --fa: "\e083";
}
.fa-uncharted {
  --fa: "\e084";
}
.fa-watchman-monitoring {
  --fa: "\e087";
}
.fa-wodu {
  --fa: "\e088";
}
.fa-wirsindhandwerk {
  --fa: "\e2d0";
}
.fa-wsh {
  --fa: "\e2d0";
}
.fa-bots {
  --fa: "\e340";
}
.fa-cmplid {
  --fa: "\e360";
}
.fa-bilibili {
  --fa: "\e3d9";
}
.fa-golang {
  --fa: "\e40f";
}
.fa-pix {
  --fa: "\e43a";
}
.fa-sitrox {
  --fa: "\e44a";
}
.fa-hashnode {
  --fa: "\e499";
}
.fa-meta {
  --fa: "\e49b";
}
.fa-padlet {
  --fa: "\e4a0";
}
.fa-nfc-directional {
  --fa: "\e530";
}
.fa-nfc-symbol {
  --fa: "\e531";
}
.fa-screenpal {
  --fa: "\e570";
}
.fa-space-awesome {
  --fa: "\e5ac";
}
.fa-square-font-awesome {
  --fa: "\e5ad";
}
.fa-square-gitlab {
  --fa: "\e5ae";
}
.fa-gitlab-square {
  --fa: "\e5ae";
}
.fa-odysee {
  --fa: "\e5c6";
}
.fa-stubber {
  --fa: "\e5c7";
}
.fa-debian {
  --fa: "\e60b";
}
.fa-shoelace {
  --fa: "\e60c";
}
.fa-threads {
  --fa: "\e618";
}
.fa-square-threads {
  --fa: "\e619";
}
.fa-square-x-twitter {
  --fa: "\e61a";
}
.fa-x-twitter {
  --fa: "\e61b";
}
.fa-opensuse {
  --fa: "\e62b";
}
.fa-letterboxd {
  --fa: "\e62d";
}
.fa-square-letterboxd {
  --fa: "\e62e";
}
.fa-mintbit {
  --fa: "\e62f";
}
.fa-google-scholar {
  --fa: "\e63b";
}
.fa-brave {
  --fa: "\e63c";
}
.fa-brave-reverse {
  --fa: "\e63d";
}
.fa-pixiv {
  --fa: "\e640";
}
.fa-upwork {
  --fa: "\e641";
}
.fa-webflow {
  --fa: "\e65c";
}
.fa-signal-messenger {
  --fa: "\e663";
}
.fa-bluesky {
  --fa: "\e671";
}
.fa-jxl {
  --fa: "\e67b";
}
.fa-square-upwork {
  --fa: "\e67c";
}
.fa-web-awesome {
  --fa: "\e682";
}
.fa-square-web-awesome {
  --fa: "\e683";
}
.fa-square-web-awesome-stroke {
  --fa: "\e684";
}
.fa-dart-lang {
  --fa: "\e693";
}
.fa-flutter {
  --fa: "\e694";
}
.fa-files-pinwheel {
  --fa: "\e69f";
}
.fa-css {
  --fa: "\e6a2";
}
.fa-square-bluesky {
  --fa: "\e6a3";
}
.fa-openai {
  --fa: "\e7cf";
}
.fa-square-linkedin {
  --fa: "\e7d0";
}
.fa-cash-app {
  --fa: "\e7d4";
}
.fa-disqus {
  --fa: "\e7d5";
}
.fa-eleventy {
  --fa: "\e7d6";
}
.fa-11ty {
  --fa: "\e7d6";
}
.fa-kakao-talk {
  --fa: "\e7d7";
}
.fa-linktree {
  --fa: "\e7d8";
}
.fa-notion {
  --fa: "\e7d9";
}
.fa-pandora {
  --fa: "\e7da";
}
.fa-pixelfed {
  --fa: "\e7db";
}
.fa-tidal {
  --fa: "\e7dc";
}
.fa-vsco {
  --fa: "\e7dd";
}
.fa-w3c {
  --fa: "\e7de";
}
.fa-lumon {
  --fa: "\e7e2";
}
.fa-lumon-drop {
  --fa: "\e7e3";
}
.fa-square-figma {
  --fa: "\e7e4";
}
.fa-tex {
  --fa: "\e7ff";
}
.fa-duolingo {
  --fa: "\e812";
}
.fa-square-twitter {
  --fa: "\f081";
}
.fa-twitter-square {
  --fa: "\f081";
}
.fa-square-facebook {
  --fa: "\f082";
}
.fa-facebook-square {
  --fa: "\f082";
}
.fa-linkedin {
  --fa: "\f08c";
}
.fa-square-github {
  --fa: "\f092";
}
.fa-github-square {
  --fa: "\f092";
}
.fa-twitter {
  --fa: "\f099";
}
.fa-facebook {
  --fa: "\f09a";
}
.fa-github {
  --fa: "\f09b";
}
.fa-pinterest {
  --fa: "\f0d2";
}
.fa-square-pinterest {
  --fa: "\f0d3";
}
.fa-pinterest-square {
  --fa: "\f0d3";
}
.fa-square-google-plus {
  --fa: "\f0d4";
}
.fa-google-plus-square {
  --fa: "\f0d4";
}
.fa-google-plus-g {
  --fa: "\f0d5";
}
.fa-linkedin-in {
  --fa: "\f0e1";
}
.fa-github-alt {
  --fa: "\f113";
}
.fa-maxcdn {
  --fa: "\f136";
}
.fa-html5 {
  --fa: "\f13b";
}
.fa-css3 {
  --fa: "\f13c";
}
.fa-btc {
  --fa: "\f15a";
}
.fa-youtube {
  --fa: "\f167";
}
.fa-xing {
  --fa: "\f168";
}
.fa-square-xing {
  --fa: "\f169";
}
.fa-xing-square {
  --fa: "\f169";
}
.fa-dropbox {
  --fa: "\f16b";
}
.fa-stack-overflow {
  --fa: "\f16c";
}
.fa-instagram {
  --fa: "\f16d";
}
.fa-flickr {
  --fa: "\f16e";
}
.fa-adn {
  --fa: "\f170";
}
.fa-bitbucket {
  --fa: "\f171";
}
.fa-tumblr {
  --fa: "\f173";
}
.fa-square-tumblr {
  --fa: "\f174";
}
.fa-tumblr-square {
  --fa: "\f174";
}
.fa-apple {
  --fa: "\f179";
}
.fa-windows {
  --fa: "\f17a";
}
.fa-android {
  --fa: "\f17b";
}
.fa-linux {
  --fa: "\f17c";
}
.fa-dribbble {
  --fa: "\f17d";
}
.fa-skype {
  --fa: "\f17e";
}
.fa-foursquare {
  --fa: "\f180";
}
.fa-trello {
  --fa: "\f181";
}
.fa-gratipay {
  --fa: "\f184";
}
.fa-vk {
  --fa: "\f189";
}
.fa-weibo {
  --fa: "\f18a";
}
.fa-renren {
  --fa: "\f18b";
}
.fa-pagelines {
  --fa: "\f18c";
}
.fa-stack-exchange {
  --fa: "\f18d";
}
.fa-square-vimeo {
  --fa: "\f194";
}
.fa-vimeo-square {
  --fa: "\f194";
}
.fa-slack {
  --fa: "\f198";
}
.fa-slack-hash {
  --fa: "\f198";
}
.fa-wordpress {
  --fa: "\f19a";
}
.fa-openid {
  --fa: "\f19b";
}
.fa-yahoo {
  --fa: "\f19e";
}
.fa-google {
  --fa: "\f1a0";
}
.fa-reddit {
  --fa: "\f1a1";
}
.fa-square-reddit {
  --fa: "\f1a2";
}
.fa-reddit-square {
  --fa: "\f1a2";
}
.fa-stumbleupon-circle {
  --fa: "\f1a3";
}
.fa-stumbleupon {
  --fa: "\f1a4";
}
.fa-delicious {
  --fa: "\f1a5";
}
.fa-digg {
  --fa: "\f1a6";
}
.fa-pied-piper-pp {
  --fa: "\f1a7";
}
.fa-pied-piper-alt {
  --fa: "\f1a8";
}
.fa-drupal {
  --fa: "\f1a9";
}
.fa-joomla {
  --fa: "\f1aa";
}
.fa-behance {
  --fa: "\f1b4";
}
.fa-square-behance {
  --fa: "\f1b5";
}
.fa-behance-square {
  --fa: "\f1b5";
}
.fa-steam {
  --fa: "\f1b6";
}
.fa-square-steam {
  --fa: "\f1b7";
}
.fa-steam-square {
  --fa: "\f1b7";
}
.fa-spotify {
  --fa: "\f1bc";
}
.fa-deviantart {
  --fa: "\f1bd";
}
.fa-soundcloud {
  --fa: "\f1be";
}
.fa-vine {
  --fa: "\f1ca";
}
.fa-codepen {
  --fa: "\f1cb";
}
.fa-jsfiddle {
  --fa: "\f1cc";
}
.fa-rebel {
  --fa: "\f1d0";
}
.fa-empire {
  --fa: "\f1d1";
}
.fa-square-git {
  --fa: "\f1d2";
}
.fa-git-square {
  --fa: "\f1d2";
}
.fa-git {
  --fa: "\f1d3";
}
.fa-hacker-news {
  --fa: "\f1d4";
}
.fa-tencent-weibo {
  --fa: "\f1d5";
}
.fa-qq {
  --fa: "\f1d6";
}
.fa-weixin {
  --fa: "\f1d7";
}
.fa-slideshare {
  --fa: "\f1e7";
}
.fa-twitch {
  --fa: "\f1e8";
}
.fa-yelp {
  --fa: "\f1e9";
}
.fa-paypal {
  --fa: "\f1ed";
}
.fa-google-wallet {
  --fa: "\f1ee";
}
.fa-cc-visa {
  --fa: "\f1f0";
}
.fa-cc-mastercard {
  --fa: "\f1f1";
}
.fa-cc-discover {
  --fa: "\f1f2";
}
.fa-cc-amex {
  --fa: "\f1f3";
}
.fa-cc-paypal {
  --fa: "\f1f4";
}
.fa-cc-stripe {
  --fa: "\f1f5";
}
.fa-lastfm {
  --fa: "\f202";
}
.fa-square-lastfm {
  --fa: "\f203";
}
.fa-lastfm-square {
  --fa: "\f203";
}
.fa-ioxhost {
  --fa: "\f208";
}
.fa-angellist {
  --fa: "\f209";
}
.fa-buysellads {
  --fa: "\f20d";
}
.fa-connectdevelop {
  --fa: "\f20e";
}
.fa-dashcube {
  --fa: "\f210";
}
.fa-forumbee {
  --fa: "\f211";
}
.fa-leanpub {
  --fa: "\f212";
}
.fa-sellsy {
  --fa: "\f213";
}
.fa-shirtsinbulk {
  --fa: "\f214";
}
.fa-simplybuilt {
  --fa: "\f215";
}
.fa-skyatlas {
  --fa: "\f216";
}
.fa-pinterest-p {
  --fa: "\f231";
}
.fa-whatsapp {
  --fa: "\f232";
}
.fa-viacoin {
  --fa: "\f237";
}
.fa-medium {
  --fa: "\f23a";
}
.fa-medium-m {
  --fa: "\f23a";
}
.fa-y-combinator {
  --fa: "\f23b";
}
.fa-optin-monster {
  --fa: "\f23c";
}
.fa-opencart {
  --fa: "\f23d";
}
.fa-expeditedssl {
  --fa: "\f23e";
}
.fa-cc-jcb {
  --fa: "\f24b";
}
.fa-cc-diners-club {
  --fa: "\f24c";
}
.fa-creative-commons {
  --fa: "\f25e";
}
.fa-gg {
  --fa: "\f260";
}
.fa-gg-circle {
  --fa: "\f261";
}
.fa-odnoklassniki {
  --fa: "\f263";
}
.fa-square-odnoklassniki {
  --fa: "\f264";
}
.fa-odnoklassniki-square {
  --fa: "\f264";
}
.fa-get-pocket {
  --fa: "\f265";
}
.fa-wikipedia-w {
  --fa: "\f266";
}
.fa-safari {
  --fa: "\f267";
}
.fa-chrome {
  --fa: "\f268";
}
.fa-firefox {
  --fa: "\f269";
}
.fa-opera {
  --fa: "\f26a";
}
.fa-internet-explorer {
  --fa: "\f26b";
}
.fa-contao {
  --fa: "\f26d";
}
.fa-500px {
  --fa: "\f26e";
}
.fa-amazon {
  --fa: "\f270";
}
.fa-houzz {
  --fa: "\f27c";
}
.fa-vimeo-v {
  --fa: "\f27d";
}
.fa-black-tie {
  --fa: "\f27e";
}
.fa-fonticons {
  --fa: "\f280";
}
.fa-reddit-alien {
  --fa: "\f281";
}
.fa-edge {
  --fa: "\f282";
}
.fa-codiepie {
  --fa: "\f284";
}
.fa-modx {
  --fa: "\f285";
}
.fa-fort-awesome {
  --fa: "\f286";
}
.fa-usb {
  --fa: "\f287";
}
.fa-product-hunt {
  --fa: "\f288";
}
.fa-mixcloud {
  --fa: "\f289";
}
.fa-scribd {
  --fa: "\f28a";
}
.fa-bluetooth {
  --fa: "\f293";
}
.fa-bluetooth-b {
  --fa: "\f294";
}
.fa-gitlab {
  --fa: "\f296";
}
.fa-wpbeginner {
  --fa: "\f297";
}
.fa-wpforms {
  --fa: "\f298";
}
.fa-envira {
  --fa: "\f299";
}
.fa-glide {
  --fa: "\f2a5";
}
.fa-glide-g {
  --fa: "\f2a6";
}
.fa-viadeo {
  --fa: "\f2a9";
}
.fa-square-viadeo {
  --fa: "\f2aa";
}
.fa-viadeo-square {
  --fa: "\f2aa";
}
.fa-snapchat {
  --fa: "\f2ab";
}
.fa-snapchat-ghost {
  --fa: "\f2ab";
}
.fa-square-snapchat {
  --fa: "\f2ad";
}
.fa-snapchat-square {
  --fa: "\f2ad";
}
.fa-pied-piper {
  --fa: "\f2ae";
}
.fa-first-order {
  --fa: "\f2b0";
}
.fa-yoast {
  --fa: "\f2b1";
}
.fa-themeisle {
  --fa: "\f2b2";
}
.fa-google-plus {
  --fa: "\f2b3";
}
.fa-font-awesome {
  --fa: "\f2b4";
}
.fa-font-awesome-flag {
  --fa: "\f2b4";
}
.fa-font-awesome-logo-full {
  --fa: "\f2b4";
}
.fa-linode {
  --fa: "\f2b8";
}
.fa-quora {
  --fa: "\f2c4";
}
.fa-free-code-camp {
  --fa: "\f2c5";
}
.fa-telegram {
  --fa: "\f2c6";
}
.fa-telegram-plane {
  --fa: "\f2c6";
}
.fa-bandcamp {
  --fa: "\f2d5";
}
.fa-grav {
  --fa: "\f2d6";
}
.fa-etsy {
  --fa: "\f2d7";
}
.fa-imdb {
  --fa: "\f2d8";
}
.fa-ravelry {
  --fa: "\f2d9";
}
.fa-sellcast {
  --fa: "\f2da";
}
.fa-superpowers {
  --fa: "\f2dd";
}
.fa-wpexplorer {
  --fa: "\f2de";
}
.fa-meetup {
  --fa: "\f2e0";
}
.fa-square-font-awesome-stroke {
  --fa: "\f35c";
}
.fa-font-awesome-alt {
  --fa: "\f35c";
}
.fa-accessible-icon {
  --fa: "\f368";
}
.fa-accusoft {
  --fa: "\f369";
}
.fa-adversal {
  --fa: "\f36a";
}
.fa-affiliatetheme {
  --fa: "\f36b";
}
.fa-algolia {
  --fa: "\f36c";
}
.fa-amilia {
  --fa: "\f36d";
}
.fa-angrycreative {
  --fa: "\f36e";
}
.fa-app-store {
  --fa: "\f36f";
}
.fa-app-store-ios {
  --fa: "\f370";
}
.fa-apper {
  --fa: "\f371";
}
.fa-asymmetrik {
  --fa: "\f372";
}
.fa-audible {
  --fa: "\f373";
}
.fa-avianex {
  --fa: "\f374";
}
.fa-aws {
  --fa: "\f375";
}
.fa-bimobject {
  --fa: "\f378";
}
.fa-bitcoin {
  --fa: "\f379";
}
.fa-bity {
  --fa: "\f37a";
}
.fa-blackberry {
  --fa: "\f37b";
}
.fa-blogger {
  --fa: "\f37c";
}
.fa-blogger-b {
  --fa: "\f37d";
}
.fa-buromobelexperte {
  --fa: "\f37f";
}
.fa-centercode {
  --fa: "\f380";
}
.fa-cloudscale {
  --fa: "\f383";
}
.fa-cloudsmith {
  --fa: "\f384";
}
.fa-cloudversify {
  --fa: "\f385";
}
.fa-cpanel {
  --fa: "\f388";
}
.fa-css3-alt {
  --fa: "\f38b";
}
.fa-cuttlefish {
  --fa: "\f38c";
}
.fa-d-and-d {
  --fa: "\f38d";
}
.fa-deploydog {
  --fa: "\f38e";
}
.fa-deskpro {
  --fa: "\f38f";
}
.fa-digital-ocean {
  --fa: "\f391";
}
.fa-discord {
  --fa: "\f392";
}
.fa-discourse {
  --fa: "\f393";
}
.fa-dochub {
  --fa: "\f394";
}
.fa-docker {
  --fa: "\f395";
}
.fa-draft2digital {
  --fa: "\f396";
}
.fa-square-dribbble {
  --fa: "\f397";
}
.fa-dribbble-square {
  --fa: "\f397";
}
.fa-dyalog {
  --fa: "\f399";
}
.fa-earlybirds {
  --fa: "\f39a";
}
.fa-erlang {
  --fa: "\f39d";
}
.fa-facebook-f {
  --fa: "\f39e";
}
.fa-facebook-messenger {
  --fa: "\f39f";
}
.fa-firstdraft {
  --fa: "\f3a1";
}
.fa-fonticons-fi {
  --fa: "\f3a2";
}
.fa-fort-awesome-alt {
  --fa: "\f3a3";
}
.fa-freebsd {
  --fa: "\f3a4";
}
.fa-gitkraken {
  --fa: "\f3a6";
}
.fa-gofore {
  --fa: "\f3a7";
}
.fa-goodreads {
  --fa: "\f3a8";
}
.fa-goodreads-g {
  --fa: "\f3a9";
}
.fa-google-drive {
  --fa: "\f3aa";
}
.fa-google-play {
  --fa: "\f3ab";
}
.fa-gripfire {
  --fa: "\f3ac";
}
.fa-grunt {
  --fa: "\f3ad";
}
.fa-gulp {
  --fa: "\f3ae";
}
.fa-square-hacker-news {
  --fa: "\f3af";
}
.fa-hacker-news-square {
  --fa: "\f3af";
}
.fa-hire-a-helper {
  --fa: "\f3b0";
}
.fa-hotjar {
  --fa: "\f3b1";
}
.fa-hubspot {
  --fa: "\f3b2";
}
.fa-itunes {
  --fa: "\f3b4";
}
.fa-itunes-note {
  --fa: "\f3b5";
}
.fa-jenkins {
  --fa: "\f3b6";
}
.fa-joget {
  --fa: "\f3b7";
}
.fa-js {
  --fa: "\f3b8";
}
.fa-square-js {
  --fa: "\f3b9";
}
.fa-js-square {
  --fa: "\f3b9";
}
.fa-keycdn {
  --fa: "\f3ba";
}
.fa-kickstarter {
  --fa: "\f3bb";
}
.fa-square-kickstarter {
  --fa: "\f3bb";
}
.fa-kickstarter-k {
  --fa: "\f3bc";
}
.fa-laravel {
  --fa: "\f3bd";
}
.fa-line {
  --fa: "\f3c0";
}
.fa-lyft {
  --fa: "\f3c3";
}
.fa-magento {
  --fa: "\f3c4";
}
.fa-medapps {
  --fa: "\f3c6";
}
.fa-medrt {
  --fa: "\f3c8";
}
.fa-microsoft {
  --fa: "\f3ca";
}
.fa-mix {
  --fa: "\f3cb";
}
.fa-mizuni {
  --fa: "\f3cc";
}
.fa-monero {
  --fa: "\f3d0";
}
.fa-napster {
  --fa: "\f3d2";
}
.fa-node-js {
  --fa: "\f3d3";
}
.fa-npm {
  --fa: "\f3d4";
}
.fa-ns8 {
  --fa: "\f3d5";
}
.fa-nutritionix {
  --fa: "\f3d6";
}
.fa-page4 {
  --fa: "\f3d7";
}
.fa-palfed {
  --fa: "\f3d8";
}
.fa-patreon {
  --fa: "\f3d9";
}
.fa-periscope {
  --fa: "\f3da";
}
.fa-phabricator {
  --fa: "\f3db";
}
.fa-phoenix-framework {
  --fa: "\f3dc";
}
.fa-playstation {
  --fa: "\f3df";
}
.fa-pushed {
  --fa: "\f3e1";
}
.fa-python {
  --fa: "\f3e2";
}
.fa-red-river {
  --fa: "\f3e3";
}
.fa-wpressr {
  --fa: "\f3e4";
}
.fa-rendact {
  --fa: "\f3e4";
}
.fa-replyd {
  --fa: "\f3e6";
}
.fa-resolving {
  --fa: "\f3e7";
}
.fa-rocketchat {
  --fa: "\f3e8";
}
.fa-rockrms {
  --fa: "\f3e9";
}
.fa-schlix {
  --fa: "\f3ea";
}
.fa-searchengin {
  --fa: "\f3eb";
}
.fa-servicestack {
  --fa: "\f3ec";
}
.fa-sistrix {
  --fa: "\f3ee";
}
.fa-speakap {
  --fa: "\f3f3";
}
.fa-staylinked {
  --fa: "\f3f5";
}
.fa-steam-symbol {
  --fa: "\f3f6";
}
.fa-sticker-mule {
  --fa: "\f3f7";
}
.fa-studiovinari {
  --fa: "\f3f8";
}
.fa-supple {
  --fa: "\f3f9";
}
.fa-uber {
  --fa: "\f402";
}
.fa-uikit {
  --fa: "\f403";
}
.fa-uniregistry {
  --fa: "\f404";
}
.fa-untappd {
  --fa: "\f405";
}
.fa-ussunnah {
  --fa: "\f407";
}
.fa-vaadin {
  --fa: "\f408";
}
.fa-viber {
  --fa: "\f409";
}
.fa-vimeo {
  --fa: "\f40a";
}
.fa-vnv {
  --fa: "\f40b";
}
.fa-square-whatsapp {
  --fa: "\f40c";
}
.fa-whatsapp-square {
  --fa: "\f40c";
}
.fa-whmcs {
  --fa: "\f40d";
}
.fa-wordpress-simple {
  --fa: "\f411";
}
.fa-xbox {
  --fa: "\f412";
}
.fa-yandex {
  --fa: "\f413";
}
.fa-yandex-international {
  --fa: "\f414";
}
.fa-apple-pay {
  --fa: "\f415";
}
.fa-cc-apple-pay {
  --fa: "\f416";
}
.fa-fly {
  --fa: "\f417";
}
.fa-node {
  --fa: "\f419";
}
.fa-osi {
  --fa: "\f41a";
}
.fa-react {
  --fa: "\f41b";
}
.fa-autoprefixer {
  --fa: "\f41c";
}
.fa-less {
  --fa: "\f41d";
}
.fa-sass {
  --fa: "\f41e";
}
.fa-vuejs {
  --fa: "\f41f";
}
.fa-angular {
  --fa: "\f420";
}
.fa-aviato {
  --fa: "\f421";
}
.fa-ember {
  --fa: "\f423";
}
.fa-gitter {
  --fa: "\f426";
}
.fa-hooli {
  --fa: "\f427";
}
.fa-strava {
  --fa: "\f428";
}
.fa-stripe {
  --fa: "\f429";
}
.fa-stripe-s {
  --fa: "\f42a";
}
.fa-typo3 {
  --fa: "\f42b";
}
.fa-amazon-pay {
  --fa: "\f42c";
}
.fa-cc-amazon-pay {
  --fa: "\f42d";
}
.fa-ethereum {
  --fa: "\f42e";
}
.fa-korvue {
  --fa: "\f42f";
}
.fa-elementor {
  --fa: "\f430";
}
.fa-square-youtube {
  --fa: "\f431";
}
.fa-youtube-square {
  --fa: "\f431";
}
.fa-flipboard {
  --fa: "\f44d";
}
.fa-hips {
  --fa: "\f452";
}
.fa-php {
  --fa: "\f457";
}
.fa-quinscape {
  --fa: "\f459";
}
.fa-readme {
  --fa: "\f4d5";
}
.fa-java {
  --fa: "\f4e4";
}
.fa-pied-piper-hat {
  --fa: "\f4e5";
}
.fa-creative-commons-by {
  --fa: "\f4e7";
}
.fa-creative-commons-nc {
  --fa: "\f4e8";
}
.fa-creative-commons-nc-eu {
  --fa: "\f4e9";
}
.fa-creative-commons-nc-jp {
  --fa: "\f4ea";
}
.fa-creative-commons-nd {
  --fa: "\f4eb";
}
.fa-creative-commons-pd {
  --fa: "\f4ec";
}
.fa-creative-commons-pd-alt {
  --fa: "\f4ed";
}
.fa-creative-commons-remix {
  --fa: "\f4ee";
}
.fa-creative-commons-sa {
  --fa: "\f4ef";
}
.fa-creative-commons-sampling {
  --fa: "\f4f0";
}
.fa-creative-commons-sampling-plus {
  --fa: "\f4f1";
}
.fa-creative-commons-share {
  --fa: "\f4f2";
}
.fa-creative-commons-zero {
  --fa: "\f4f3";
}
.fa-ebay {
  --fa: "\f4f4";
}
.fa-keybase {
  --fa: "\f4f5";
}
.fa-mastodon {
  --fa: "\f4f6";
}
.fa-r-project {
  --fa: "\f4f7";
}
.fa-researchgate {
  --fa: "\f4f8";
}
.fa-teamspeak {
  --fa: "\f4f9";
}
.fa-first-order-alt {
  --fa: "\f50a";
}
.fa-fulcrum {
  --fa: "\f50b";
}
.fa-galactic-republic {
  --fa: "\f50c";
}
.fa-galactic-senate {
  --fa: "\f50d";
}
.fa-jedi-order {
  --fa: "\f50e";
}
.fa-mandalorian {
  --fa: "\f50f";
}
.fa-old-republic {
  --fa: "\f510";
}
.fa-phoenix-squadron {
  --fa: "\f511";
}
.fa-sith {
  --fa: "\f512";
}
.fa-trade-federation {
  --fa: "\f513";
}
.fa-wolf-pack-battalion {
  --fa: "\f514";
}
.fa-hornbill {
  --fa: "\f592";
}
.fa-mailchimp {
  --fa: "\f59e";
}
.fa-megaport {
  --fa: "\f5a3";
}
.fa-nimblr {
  --fa: "\f5a8";
}
.fa-rev {
  --fa: "\f5b2";
}
.fa-shopware {
  --fa: "\f5b5";
}
.fa-squarespace {
  --fa: "\f5be";
}
.fa-themeco {
  --fa: "\f5c6";
}
.fa-weebly {
  --fa: "\f5cc";
}
.fa-wix {
  --fa: "\f5cf";
}
.fa-ello {
  --fa: "\f5f1";
}
.fa-hackerrank {
  --fa: "\f5f7";
}
.fa-kaggle {
  --fa: "\f5fa";
}
.fa-markdown {
  --fa: "\f60f";
}
.fa-neos {
  --fa: "\f612";
}
.fa-zhihu {
  --fa: "\f63f";
}
.fa-alipay {
  --fa: "\f642";
}
.fa-the-red-yeti {
  --fa: "\f69d";
}
.fa-critical-role {
  --fa: "\f6c9";
}
.fa-d-and-d-beyond {
  --fa: "\f6ca";
}
.fa-dev {
  --fa: "\f6cc";
}
.fa-fantasy-flight-games {
  --fa: "\f6dc";
}
.fa-wizards-of-the-coast {
  --fa: "\f730";
}
.fa-think-peaks {
  --fa: "\f731";
}
.fa-reacteurope {
  --fa: "\f75d";
}
.fa-artstation {
  --fa: "\f77a";
}
.fa-atlassian {
  --fa: "\f77b";
}
.fa-canadian-maple-leaf {
  --fa: "\f785";
}
.fa-centos {
  --fa: "\f789";
}
.fa-confluence {
  --fa: "\f78d";
}
.fa-dhl {
  --fa: "\f790";
}
.fa-diaspora {
  --fa: "\f791";
}
.fa-fedex {
  --fa: "\f797";
}
.fa-fedora {
  --fa: "\f798";
}
.fa-figma {
  --fa: "\f799";
}
.fa-intercom {
  --fa: "\f7af";
}
.fa-invision {
  --fa: "\f7b0";
}
.fa-jira {
  --fa: "\f7b1";
}
.fa-mendeley {
  --fa: "\f7b3";
}
.fa-raspberry-pi {
  --fa: "\f7bb";
}
.fa-redhat {
  --fa: "\f7bc";
}
.fa-sketch {
  --fa: "\f7c6";
}
.fa-sourcetree {
  --fa: "\f7d3";
}
.fa-suse {
  --fa: "\f7d6";
}
.fa-ubuntu {
  --fa: "\f7df";
}
.fa-ups {
  --fa: "\f7e0";
}
.fa-usps {
  --fa: "\f7e1";
}
.fa-yarn {
  --fa: "\f7e3";
}
.fa-airbnb {
  --fa: "\f834";
}
.fa-battle-net {
  --fa: "\f835";
}
.fa-bootstrap {
  --fa: "\f836";
}
.fa-buffer {
  --fa: "\f837";
}
.fa-chromecast {
  --fa: "\f838";
}
.fa-evernote {
  --fa: "\f839";
}
.fa-itch-io {
  --fa: "\f83a";
}
.fa-salesforce {
  --fa: "\f83b";
}
.fa-speaker-deck {
  --fa: "\f83c";
}
.fa-symfony {
  --fa: "\f83d";
}
.fa-waze {
  --fa: "\f83f";
}
.fa-yammer {
  --fa: "\f840";
}
.fa-git-alt {
  --fa: "\f841";
}
.fa-stackpath {
  --fa: "\f842";
}
.fa-cotton-bureau {
  --fa: "\f89e";
}
.fa-buy-n-large {
  --fa: "\f8a6";
}
.fa-mdb {
  --fa: "\f8ca";
}
.fa-orcid {
  --fa: "\f8d2";
}
.fa-swift {
  --fa: "\f8e1";
}
.fa-umbraco {
  --fa: "\f8e8";
}
:root,
:host {
  --fa-family-classic: "Font Awesome 7 Free";
  --fa-font-regular: normal 400 1em/1 var(--fa-family-classic);
  --fa-style-family-classic: var(--fa-family-classic);
}
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/fa-regular-400.woff2");
}
.far {
  --fa-family: var(--fa-family-classic);
  --fa-style: 400;
}
.fa-classic {
  --fa-family: var(--fa-family-classic);
}
.fa-regular {
  --fa-style: 400;
}
:root,
:host {
  --fa-family-classic: "Font Awesome 7 Free";
  --fa-font-solid: normal 900 1em/1 var(--fa-family-classic);
  --fa-style-family-classic: var(--fa-family-classic);
}
@font-face {
  font-family: "Font Awesome 7 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("./media/fa-solid-900.woff2");
}
.fas {
  --fa-family: var(--fa-family-classic);
  --fa-style: 900;
}
.fa-classic {
  --fa-family: var(--fa-family-classic);
}
.fa-solid {
  --fa-style: 900;
}
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 900;
  src: url("./media/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: block;
  font-weight: 400;
  src: url("./media/fa-regular-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-solid-900.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-brands-400.woff2") format("woff2");
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-regular-400.woff2") format("woff2");
  unicode-range:
    U+F003,
    U+F006,
    U+F014,
    U+F016-F017,
    U+F01A-F01B,
    U+F01D,
    U+F022,
    U+F03E,
    U+F044,
    U+F046,
    U+F05C-F05D,
    U+F06E,
    U+F070,
    U+F087-F088,
    U+F08A,
    U+F094,
    U+F096-F097,
    U+F09D,
    U+F0A0,
    U+F0A2,
    U+F0A4-F0A7,
    U+F0C5,
    U+F0C7,
    U+F0E5-F0E6,
    U+F0EB,
    U+F0F6-F0F8,
    U+F10C,
    U+F114-F115,
    U+F118-F11A,
    U+F11C-F11D,
    U+F133,
    U+F147,
    U+F14E,
    U+F150-F152,
    U+F185-F186,
    U+F18E,
    U+F190-F192,
    U+F196,
    U+F1C1-F1C9,
    U+F1D9,
    U+F1DB,
    U+F1E3,
    U+F1EA,
    U+F1F7,
    U+F1F9,
    U+F20A,
    U+F247-F248,
    U+F24A,
    U+F24D,
    U+F255-F25B,
    U+F25D,
    U+F271-F274,
    U+F278,
    U+F27B,
    U+F28C,
    U+F28E,
    U+F29C,
    U+F2B5,
    U+F2B7,
    U+F2BA,
    U+F2BC,
    U+F2BE,
    U+F2C0-F2C1,
    U+F2C3,
    U+F2D0,
    U+F2D2,
    U+F2D4,
    U+F2DC;
}
@font-face {
  font-family: "FontAwesome";
  font-display: block;
  src: url("./media/fa-v4compatibility.woff2") format("woff2");
  unicode-range:
    U+F041,
    U+F047,
    U+F065-F066,
    U+F07D-F07E,
    U+F080,
    U+F08B,
    U+F08E,
    U+F090,
    U+F09A,
    U+F0AC,
    U+F0AE,
    U+F0B2,
    U+F0D0,
    U+F0D6,
    U+F0E4,
    U+F0EC,
    U+F10A-F10B,
    U+F123,
    U+F13E,
    U+F148-F149,
    U+F14C,
    U+F156,
    U+F15E,
    U+F160-F161,
    U+F163,
    U+F175-F178,
    U+F195,
    U+F1F8,
    U+F219,
    U+F27A;
}

/* node_modules/@ng-select/ng-select/themes/default.theme.css */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: hsl(0, 0%, 70%) #ccc hsl(0, 0%, 85%);
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 0 3px rgba(0, 126, 255, .1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid hsl(0, 0%, 90%);
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: .9em;
  margin-bottom: 5px;
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: rgb(209.1, 231.78, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid rgb(183.6, 218.88, 255);
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid rgb(183.6, 218.88, 255);
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid rgb(183.6, 218.88, 255);
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: hsl(0, 0%, 90%);
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: hsl(0, 0%, 90%);
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, .54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, .54);
  background-color: rgb(234.6, 244.68, 255);
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, .87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: rgb(234.6, 244.68, 255);
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: rgb(244.8, 249.84, 255);
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}

/* src/styles/main.scss */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
:root {
  --cx-spatial-base: 0.5rem;
  --cx-spatial-sm: calc(var(--cx-spatial-base) / 2);
  --cx-spatial-md: calc(2 * var(--cx-spatial-base));
  --cx-spatial-lg: calc(4 * var(--cx-spatial-base));
  --cx-spatial-xl: calc(8 * var(--cx-spatial-base));
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
button:focus {
  outline: none;
}
button.link {
  background-color: transparent;
  border-style: none;
  padding: 0;
  cursor: pointer;
}
button.link:disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.8;
}
.btn,
.services-category-featured .service-category-links__identify a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a {
  font-size: 1.188rem;
  font-weight: var(--cx-font-weight-bold);
  text-transform: var(--cx-text-transform);
  line-height: 1;
  padding: 12px 24px;
  min-height: 48px;
  min-width: 48px;
  border-radius: var(--cx-buttons-border-radius);
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
.btn-sm {
  padding-top: 0;
  padding-bottom: 0;
  height: 40px;
  max-height: 40px;
  min-width: 40px;
}
.btn-lg {
  height: 55px;
  max-height: 55px;
  min-width: 55px;
}
.btn-primary {
  background-color: var(--cx-color-primary);
  border: 3px solid var(--cx-color-primary);
}
.btn-primary:hover {
  background-color: var(--cx-color-primary-accent);
  border-color: var(--cx-color-primary-accent);
}
.btn-primary.active {
  background-color: var(--cx-color-primary);
  border-color: var(--cx-color-primary);
  -webkit-filter: brightness(calc(88 / 100));
  filter: brightness(calc(88 / 100));
  filter: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  background-color: var(--cx-color-border-focus);
  border: var(--cx-color-border-focus);
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
  border-color: var(--cx-color-border-focus);
}
.btn-primary:focus {
  background-color: var(--cx-color-primary);
  border-color: var(--cx-color-inverse);
  box-shadow: 0 0 0 0.2rem var(--cx-color-primary);
}
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  background-color: var(--cx-color-primary-accent);
  border-color: var(--cx-color-primary);
  -webkit-filter: brightness(calc(88 / 10));
  filter: brightness(calc(88 / 10));
  filter: none;
}
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(var(--cx-color-primary), 0.5);
}
.cx-theme-high-contrast-dark .btn-primary {
  color: var(--cx-color-medium);
}
.cx-theme-high-contrast-dark .btn-primary:not(:disabled):not(.disabled):active,
.cx-theme-high-contrast-dark .btn-primary:not(:disabled):not(.disabled).active {
  color: var(--cx-color-medium);
}
.btn-secondary {
  color: var(--cx-color-primary);
  background-color: var(--cx-color-inverse);
  border-color: var(--cx-color-primary);
  border-width: var(--cx-buttons-border-width);
}
.btn-secondary:hover {
  background-color: var(--cx-color-inverse);
  border-color: var(--cx-color-primary-accent);
  color: var(--cx-color-primary-accent);
}
.btn-secondary.active {
  background-color: var(--cx-color-secondary);
  border-color: var(--cx-color-secondary);
  -webkit-filter: brightness(calc(84 / 100));
  filter: brightness(calc(84 / 100));
}
.cx-theme-high-contrast-dark .btn-secondary.active {
  color: var(--cx-color-medium);
  border-color: var(--cx-color-medium);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  background-color: var(--cx-color-inverse);
  border-color: var(--cx-color-border-focus);
  color: var(--cx-color-border-focus);
}
.btn-secondary.disabled:hover,
.btn-secondary:disabled:hover {
  border-color: var(--cx-color-border-focus);
}
.btn-secondary:focus {
  box-shadow: 0 0 0 0.2em var(--cx-color-border-focus);
  background-color: var(--cx-color-inverse);
  color: var(--cx-color-primary);
  border-color: var(--cx-color-primary);
  outline-color: var(--cx-color-visual-focus);
}
.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  background-color: var(--cx-color-inverse);
  border-color: var(--cx-color-primary-accent);
  color: var(--cx-color-primary-accent);
}
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2em rgba(var(--cx-color-primary), 0.5);
}
.cx-theme-high-contrast-dark .btn-secondary:not(:disabled):not(.disabled):active,
.cx-theme-high-contrast-dark .btn-secondary:not(:disabled):not(.disabled).active {
  color: var(--cx-color-medium);
  border-color: var(--cx-color-medium);
}
.cx-theme-high-contrast-dark .btn-secondary {
  color: var(--cx-color-medium);
  border-color: var(--cx-color-medium);
}
.btn-link {
  font-size: 1.125rem;
  color: var(--cx-color-primary);
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  border-style: none;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
.btn-link:focus {
  border-radius: 4px;
}
.btn-link .focus {
  border-radius: 4px;
}
.btn-tertiary {
  color: var(--cx-color-primary);
  padding: 12px 16px;
  background-color: var(--cx-color-transparent);
  border-style: none;
  font-size: var(--cx-font-size, 1rem);
  width: auto;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
.btn-tertiary:hover {
  background-color: var(--cx-color-transparent);
  color: var(--cx-color-primary-accent);
}
.btn-tertiary.active {
  color: var(--cx-color-primary);
  background-color: var(--cx-color-transparent);
}
.btn-tertiary:focus {
  box-shadow: 0 0 0 0.2em var(--cx-color-visual-focus);
  background-color: var(--cx-color-transparent);
  color: var(--cx-color-primary);
  border-color: var(--cx-color-primary);
  outline-color: var(--cx-color-visual-focus);
}
.btn-tertiary.disabled {
  -webkit-filter: brightness(calc(88 / 10));
  filter: brightness(calc(88 / 10));
  color: var(--cx-color-border-focus);
}
.cx-toggle-button {
  position: absolute;
  top: 10px;
  left: 100%;
}
.cx-toggle-button *,
.cx-toggle-button *:before,
.cx-toggle-button *:after {
  box-sizing: border-box;
}
.cx-toggle-button input[type=checkbox] {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.cx-toggle-button input[type=checkbox]:checked ~ label .cx-toggle-switch {
  background-color: var(--cx-color-primary);
  border: 1px solid var(--cx-color-primary);
}
.cx-toggle-button input[type=checkbox]:checked ~ label .cx-toggle-switch:before {
  content: "\a0";
  left: 0;
}
.cx-toggle-button input[type=checkbox]:checked ~ label .cx-toggle-switch:after {
  content: "\a0";
  border: 2px solid var(--cx-color-inverse);
  background-color: var(--cx-color-inverse);
  transform: translate3d(22px, 0, 0);
}
.cx-toggle-button input[type=checkbox][disabled] ~ label,
.cx-toggle-button input[type=checkbox][disabled] ~ label .cx-toggle-switch {
  pointer-events: none;
}
.cx-toggle-button input[type=checkbox][disabled]:checked ~ label .cx-toggle-switch {
  background-color: var(--cx-color-light);
  border: 1px solid var(--cx-color-light);
}
.cx-toggle-button input[type=checkbox][disabled]:checked ~ label .cx-toggle-text {
  color: var(--cx-color-light);
}
.cx-toggle-button label {
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  display: flex;
  align-items: center;
}
.cx-toggle-button label .cx-toggle-switch {
  position: relative;
  height: 32px;
  flex: 0 0 56px;
  border-radius: 60px;
  border: 1px solid var(--cx-color-secondary);
  background-color: var(--cx-color-inverse);
  transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
}
.cx-toggle-button label .cx-toggle-switch:before {
  content: "\a0";
  position: absolute;
  top: 0;
  text-transform: uppercase;
  text-align: center;
  left: 28px;
  font-size: 12px;
  line-height: 32px;
  width: 28px;
  padding: 0 12px;
}
.cx-toggle-button label .cx-toggle-switch:after {
  content: "\a0";
  position: absolute;
  text-transform: uppercase;
  text-align: center;
  transform: translate3d(0, 0, 0);
  top: 3px;
  left: 3px;
  border-radius: 30px;
  width: 25px;
  line-height: 20px;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
  border: 2px solid var(--cx-color-secondary);
  background-color: var(--cx-color-secondary);
  z-index: 1;
}
.cx-toggle-button label .cx-toggle-text {
  flex: 1;
  padding-inline-start: 0.35rem;
  color: var(--cx-color-secondary);
}
.cx-toggle-button input[type=checkbox]:focus ~ label .cx-toggle-switch {
  box-shadow: 0 0 2px 3px var(--cx-color-visual-focus);
}
button:focus,
.btn:focus,
.services-category-featured .service-category-links__identify a:focus,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:focus {
  outline-style: solid;
  outline-color: var(--cx-color-visual-focus);
  outline-width: var(--cx-visual-focus-width, 2px);
  outline-offset: 2px;
  transition: none;
  box-shadow: 0 0 0 2px var(--cx-color-inverse);
}
@media (max-width: 991.98px) {
  button:focus,
  .btn:focus,
  .services-category-featured .service-category-links__identify a:focus,
  .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:focus {
    outline-offset: -2px;
  }
  button:focus .ng-select-container,
  .btn:focus .ng-select-container,
  .services-category-featured .service-category-links__identify a:focus .ng-select-container,
  .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:focus .ng-select-container {
    position: initial;
  }
  button:focus[type=radio],
  button:focus[type=checkbox],
  button:focus.btn-tertiary,
  .btn:focus[type=radio],
  .services-category-featured .service-category-links__identify a:focus[type=radio],
  .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:focus[type=radio],
  .btn:focus[type=checkbox],
  .services-category-featured .service-category-links__identify a:focus[type=checkbox],
  .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:focus[type=checkbox],
  .btn:focus.btn-tertiary,
  .services-category-featured .service-category-links__identify a:focus.btn-tertiary,
  .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:focus.btn-tertiary {
    outline-offset: 2px;
  }
  button:focus > cx-media,
  .btn:focus > cx-media,
  .services-category-featured .service-category-links__identify a:focus > cx-media,
  .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:focus > cx-media {
    transition: none;
    padding: 2px;
  }
}
button.close:not(:disabled):not(.disabled):focus {
  opacity: 1;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
.form-control,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control {
  margin-bottom: 0.25rem;
  color: var(--cx-color-text);
}
.form-control:focus,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
  border-color: var(--cx-color-text);
  background-color: var(--cx-color-inverse);
}
.form-control,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control {
  border: 1px solid var(--cx-color-dark);
}
.form-control::placeholder,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control::placeholder,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control::placeholder,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control::placeholder,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control::placeholder {
  color: var(--cx-color-secondary);
}
.form-control::-webkit-input-placeholder,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control::-webkit-input-placeholder,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control::-webkit-input-placeholder,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control::-webkit-input-placeholder,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control::-webkit-input-placeholder {
  color: var(--cx-color-secondary);
}
.form-control:-ms-input-placeholder,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control:-ms-input-placeholder,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:-ms-input-placeholder,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control:-ms-input-placeholder,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:-ms-input-placeholder {
  color: var(--cx-color-secondary);
}
.form-control::-ms-input-placeholder,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control::-ms-input-placeholder,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control::-ms-input-placeholder,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control::-ms-input-placeholder,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control::-ms-input-placeholder {
  color: var(--cx-color-secondary);
}
.cx-theme-high-contrast-dark .form-control,
.cx-theme-high-contrast-dark inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control,
inline-sweepstakes sweepstakes-form .cx-theme-high-contrast-dark .sweepstakes-form-group__control,
.cx-theme-high-contrast-dark inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control,
inline-sweepstakes sweepstakes-condensed-form .cx-theme-high-contrast-dark .sweepstakes-form-group__control,
.cx-theme-high-contrast-dark condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-form .cx-theme-high-contrast-dark .sweepstakes-form-group__control,
.cx-theme-high-contrast-dark condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-condensed-form .cx-theme-high-contrast-dark .sweepstakes-form-group__control,
.cx-theme-high-contrast-light .form-control,
.cx-theme-high-contrast-light inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control,
inline-sweepstakes sweepstakes-form .cx-theme-high-contrast-light .sweepstakes-form-group__control,
.cx-theme-high-contrast-light inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control,
inline-sweepstakes sweepstakes-condensed-form .cx-theme-high-contrast-light .sweepstakes-form-group__control,
.cx-theme-high-contrast-light condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-form .cx-theme-high-contrast-light .sweepstakes-form-group__control,
.cx-theme-high-contrast-light condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-condensed-form .cx-theme-high-contrast-light .sweepstakes-form-group__control {
  border-color: var(--cx-color-text);
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-dark .form-control:focus,
.cx-theme-high-contrast-dark inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus,
inline-sweepstakes sweepstakes-form .cx-theme-high-contrast-dark .sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-dark inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus,
inline-sweepstakes sweepstakes-condensed-form .cx-theme-high-contrast-dark .sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-dark condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-form .cx-theme-high-contrast-dark .sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-dark condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-condensed-form .cx-theme-high-contrast-dark .sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-light .form-control:focus,
.cx-theme-high-contrast-light inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus,
inline-sweepstakes sweepstakes-form .cx-theme-high-contrast-light .sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-light inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus,
inline-sweepstakes sweepstakes-condensed-form .cx-theme-high-contrast-light .sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-light condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-form .cx-theme-high-contrast-light .sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-light condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-condensed-form .cx-theme-high-contrast-light .sweepstakes-form-group__control:focus {
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
}
cx-form-errors p {
  font-size: 14px;
  margin: 6px 0;
  padding-inline-start: 25px;
  position: relative;
  word-break: break-word;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-form-errors p::before,
cx-form-errors p::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 20px;
}
cx-form-errors p::before {
  content: "";
  background-color: var(--cx-color-danger);
  border-radius: 50%;
}
cx-form-errors p::after {
  content: "!"/"";
  color: var(--cx-color-inverse);
  font-weight: var(--cx-font-weight-bold);
  text-align: center;
  line-height: 20px;
}
cx-form-errors p:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
cx-file-upload {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
cx-file-upload input[type=file] {
  display: none;
}
cx-file-upload button {
  width: 100%;
}
input.ng-invalid.ng-dirty,
input.ng-invalid.ng-touched,
input[type=checkbox].ng-invalid.ng-dirty,
input[type=checkbox].ng-invalid.ng-touched,
input[type=radio].ng-invalid.ng-dirty,
input[type=radio].ng-invalid.ng-touched,
textarea.ng-invalid.ng-dirty,
textarea.ng-invalid.ng-touched {
  border-color: var(--cx-color-danger);
}
ng-select.ng-invalid.ng-dirty .ng-select-container,
ng-select.ng-invalid.ng-touched .ng-select-container {
  border-color: var(--cx-color-danger);
}
input[type=checkbox],
input[type=radio] {
  height: 22px;
  width: 22px;
  vertical-align: middle;
  cursor: pointer;
  line-height: 1.42857;
  appearance: none;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  font-size: inherit;
  box-sizing: border-box;
  outline: none;
  border-style: solid;
  border-width: 1px;
  position: absolute;
  margin-top: 0.3rem;
  margin-inline-start: -2.25rem;
}
label {
  display: block;
}
label .label-content {
  display: block;
  margin-bottom: 0.375rem;
}
label .label-content.bold {
  font-weight: var(--cx-font-weight-semi);
}
abbr.required-asterisk {
  color: var(--cx-color-danger);
}
.notes-content {
  margin-top: 1rem;
}
legend {
  margin-bottom: 0.375rem;
}
.form-check {
  margin-bottom: 18px;
  padding-inline-start: 2.25rem;
}
.form-check label {
  font-weight: var(--cx-font-weight-normal);
}
.form-check .form-check-label {
  display: inline-block;
  position: relative;
  top: 4px;
}
.form-check input + .form-check-label {
  color: var(--cx-color-text);
}
.form-check input + .form-check-label a {
  color: var(--cx-color-text);
  text-decoration: underline;
}
.form-check input + .form-check-label a:hover {
  color: var(--cx-color-primary);
}
@media (max-width: 767.98px) {
  .form-check input + .form-check-label a {
    display: inline;
  }
}
.form-check input + .form-check-label::after {
  content: none;
}
.form-check input:disabled + .form-check-label {
  color: var(--cx-color-light);
}
.form-check input[role=checkbox],
.form-check input[role=radio] {
  display: inline-block;
}
.form-check input[role=checkbox]:focus,
.form-check input[role=radio]:focus {
  box-shadow: 0px 0px 0px 3px var(--cx-color-light);
  border-color: var(--cx-color-secondary);
}
.form-check input[type=checkbox] {
  border-style: solid;
  border-radius: 5px;
  border-width: 2px;
  border-color: var(--cx-color-text);
}
.form-check input[type=checkbox]:checked {
  font-style: normal;
  border-color: var(--cx-color-primary);
  background-color: var(--cx-color-primary);
}
.form-check input[type=checkbox]:checked::after {
  color: var(--cx-color-inverse);
  position: absolute;
  content: "";
  display: inline-block;
  height: 6px;
  width: 9px;
  top: 5px;
  left: 5px;
  border-width: 0 0 2px 2px;
  border-style: solid;
  border-color: var(--cx-color-inverse);
  transform: rotate(-45deg);
}
.cx-theme-high-contrast-dark .form-check input[type=checkbox]:checked {
  border-color: var(--cx-color-dark);
  background-color: var(--cx-color-medium);
}
.form-control[type=text]:focus,
inline-sweepstakes sweepstakes-form [type=text].sweepstakes-form-group__control:focus,
inline-sweepstakes sweepstakes-condensed-form [type=text].sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-form [type=text].sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-condensed-form [type=text].sweepstakes-form-group__control:focus {
  background-color: var(--cx-color-inverse);
  box-shadow: none;
  -webkit-box-shadow: none;
}
.cx-theme-high-contrast-dark .form-control[type=text]:focus,
.cx-theme-high-contrast-dark inline-sweepstakes sweepstakes-form [type=text].sweepstakes-form-group__control:focus,
inline-sweepstakes sweepstakes-form .cx-theme-high-contrast-dark [type=text].sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-dark inline-sweepstakes sweepstakes-condensed-form [type=text].sweepstakes-form-group__control:focus,
inline-sweepstakes sweepstakes-condensed-form .cx-theme-high-contrast-dark [type=text].sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-dark condensed-sweepstakes sweepstakes-form [type=text].sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-form .cx-theme-high-contrast-dark [type=text].sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-dark condensed-sweepstakes sweepstakes-condensed-form [type=text].sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-condensed-form .cx-theme-high-contrast-dark [type=text].sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-light .form-control[type=text]:focus,
.cx-theme-high-contrast-light inline-sweepstakes sweepstakes-form [type=text].sweepstakes-form-group__control:focus,
inline-sweepstakes sweepstakes-form .cx-theme-high-contrast-light [type=text].sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-light inline-sweepstakes sweepstakes-condensed-form [type=text].sweepstakes-form-group__control:focus,
inline-sweepstakes sweepstakes-condensed-form .cx-theme-high-contrast-light [type=text].sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-light condensed-sweepstakes sweepstakes-form [type=text].sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-form .cx-theme-high-contrast-light [type=text].sweepstakes-form-group__control:focus,
.cx-theme-high-contrast-light condensed-sweepstakes sweepstakes-condensed-form [type=text].sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-condensed-form .cx-theme-high-contrast-light [type=text].sweepstakes-form-group__control:focus {
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
}
input[type=radio] {
  border-radius: 50%;
  display: inline-block;
  border-style: solid;
  border-width: 2px;
  border-color: var(--cx-color-text);
  position: absolute;
}
input[type=radio]::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: var(--cx-color-inverse);
  left: 4px;
  top: 4px;
}
input[type=radio]:checked {
  border-color: var(--cx-color-primary) !important;
  background-color: var(--cx-color-inverse);
}
input[type=radio]:checked::after {
  background-color: var(--cx-color-primary);
}
.form-message {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
}
.form-message--danger {
  color: var(--cx-color-danger);
}
.form-legend {
  font-style: italic;
  color: var(--cx-color-secondary);
  margin-bottom: 1rem;
}
.ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.ng-select.ng-select-single .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: var(--cx-color-light);
  outline: 2px solid var(--cx-color-visual-focus);
  margin-top: 2px;
  margin-bottom: 2px;
  margin-inline-start: 2px;
  margin-inline-end: 2px;
}
.cx-theme-high-contrast-dark .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.cx-theme-high-contrast-light .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.cx-theme-high-contrast-dark .ng-select.ng-select-single .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked,
.cx-theme-high-contrast-light .ng-select.ng-select-single .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: var(--cx-color-background);
}
.ng-select .ng-arrow-wrapper .ng-arrow,
.ng-select.ng-select-single .ng-arrow-wrapper .ng-arrow {
  border-color: var(--cx-color-text) transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.cxFeat_a11yNgSelectUnicodeCarets .ng-select .ng-arrow-wrapper .ng-arrow,
.cxFeat_a11yNgSelectUnicodeCarets .ng-select.ng-select-single .ng-arrow-wrapper .ng-arrow {
  border: none;
}
.cxFeat_a11yNgSelectUnicodeCarets .ng-select .ng-arrow-wrapper .ng-arrow::after,
.cxFeat_a11yNgSelectUnicodeCarets .ng-select.ng-select-single .ng-arrow-wrapper .ng-arrow::after {
  content: "\25bc";
  font-size: 90%;
  position: absolute;
  transform: translate(-75%, -75%);
}
.ng-select .ng-select-container,
.ng-select.ng-select-single .ng-select-container {
  padding: 0.6875rem 0;
  line-height: 1.6;
  height: unset;
  border: 1px solid var(--cx-color-dark);
}
.cx-theme-high-contrast-dark .ng-select .ng-select-container,
.cx-theme-high-contrast-light .ng-select .ng-select-container,
.cx-theme-high-contrast-dark .ng-select.ng-select-single .ng-select-container,
.cx-theme-high-contrast-light .ng-select.ng-select-single .ng-select-container {
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
  border-color: var(--cx-color-text);
}
.ng-select .ng-select-container .ng-value-container,
.ng-select.ng-select-single .ng-select-container .ng-value-container {
  padding-inline-start: 10px;
}
.cx-theme-high-contrast-dark .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.cx-theme-high-contrast-light .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.cx-theme-high-contrast-dark .ng-select.ng-select-single .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.cx-theme-high-contrast-light .ng-select.ng-select-single .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-dark .ng-select s .ng-arrow-wrapper .ng-arrow,
.cx-theme-high-contrast-light .ng-select s .ng-arrow-wrapper .ng-arrow,
.cx-theme-high-contrast-dark .ng-select.ng-select-single s .ng-arrow-wrapper .ng-arrow,
.cx-theme-high-contrast-light .ng-select.ng-select-single s .ng-arrow-wrapper .ng-arrow {
  border-color: var(--cx-color-text) transparent transparent;
}
.ng-select .ng-arrow-wrapper {
  padding-inline-end: 5px;
}
.cx-theme-high-contrast-dark .ng-select,
.cx-theme-high-contrast-light .ng-select {
  background-color: var(--cx-color-background);
}
.cx-theme-high-contrast-dark .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option,
.cx-theme-high-contrast-light .ng-select .ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-dark .ng-select .ng-arrow-wrapper .ng-arrow,
.cx-theme-high-contrast-light .ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: var(--cx-color-text) transparent transparent;
}
.ng-select input {
  color: var(--cx-color-text);
}
ng-select.ng-select.ng-select-opened .ng-select-container,
ng-select .ng-dropdown-panel {
  z-index: 10;
}
.cxFeat_a11yNgSelectUnicodeCarets ng-select.ng-select.ng-select-opened .ng-select-container .ng-arrow-wrapper .ng-arrow::after,
.cxFeat_a11yNgSelectUnicodeCarets ng-select .ng-dropdown-panel .ng-arrow-wrapper .ng-arrow::after {
  content: "\25b2";
}
:focus:not(main) {
  outline-style: solid;
  outline-color: var(--cx-color-visual-focus);
  outline-width: var(--cx-visual-focus-width, 2px);
  outline-offset: 2px;
  transition: none;
  box-shadow: 0 0 0 2px var(--cx-color-inverse);
}
@media (max-width: 991.98px) {
  :focus:not(main) {
    outline-offset: -2px;
  }
  :focus:not(main) .ng-select-container {
    position: initial;
  }
  :focus:not(main)[type=radio],
  :focus:not(main)[type=checkbox],
  :focus:not(main).btn-tertiary {
    outline-offset: 2px;
  }
  :focus:not(main) > cx-media {
    transition: none;
    padding: 2px;
  }
}
.form-control:focus,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus,
input:focus {
  outline-style: solid;
  outline-color: var(--cx-color-visual-focus);
  outline-width: var(--cx-visual-focus-width, 2px);
  outline-offset: 2px;
  transition: none;
  box-shadow: 0 0 0 2px var(--cx-color-inverse);
}
@media (max-width: 991.98px) {
  .form-control:focus,
  inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus,
  inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus,
  condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus,
  condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus,
  input:focus {
    outline-offset: -2px;
  }
  .form-control:focus .ng-select-container,
  inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus .ng-select-container,
  inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus .ng-select-container,
  condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus .ng-select-container,
  condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus .ng-select-container,
  input:focus .ng-select-container {
    position: initial;
  }
  .form-control:focus[type=radio],
  inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus[type=radio],
  inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus[type=radio],
  condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus[type=radio],
  condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus[type=radio],
  .form-control:focus[type=checkbox],
  inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus[type=checkbox],
  inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus[type=checkbox],
  condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus[type=checkbox],
  condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus[type=checkbox],
  .form-control:focus.btn-tertiary,
  inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus.btn-tertiary,
  inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus.btn-tertiary,
  condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus.btn-tertiary,
  condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus.btn-tertiary,
  input:focus[type=radio],
  input:focus[type=checkbox],
  input:focus.btn-tertiary {
    outline-offset: 2px;
  }
  .form-control:focus > cx-media,
  inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus > cx-media,
  inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus > cx-media,
  condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus > cx-media,
  condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus > cx-media,
  input:focus > cx-media {
    transition: none;
    padding: 2px;
  }
}
.ng-select-focused {
  outline-style: solid;
  outline-color: var(--cx-color-visual-focus);
  outline-width: var(--cx-visual-focus-width, 2px);
  outline-offset: 2px;
  transition: none;
  box-shadow: 0 0 0 2px var(--cx-color-inverse);
}
@media (max-width: 991.98px) {
  .ng-select-focused {
    outline-offset: -2px;
  }
  .ng-select-focused .ng-select-container {
    position: initial;
  }
  .ng-select-focused[type=radio],
  .ng-select-focused[type=checkbox],
  .ng-select-focused.btn-tertiary {
    outline-offset: 2px;
  }
  .ng-select-focused > cx-media {
    transition: none;
    padding: 2px;
  }
}
.form-check input[type=radio] {
  appearance: none;
}
.form-check input[type=radio]::after {
  visibility: hidden;
}
.form-check input[type=radio]:checked::after {
  visibility: visible;
}
.form-check input[type=checkbox] {
  appearance: none;
}
.form-check input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-check input[type=radio]::after {
  visibility: hidden;
}
.form-check input[type=radio]:checked::after {
  visibility: visible;
}
.form-check input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cx-theme-high-contrast-dark .form-check input[type=radio]:checked,
.cx-theme-high-contrast-light .form-check input[type=radio]:checked {
  border-color: var(--cx-color-dark) !important;
  background-color: var(--cx-color-light);
}
.cx-theme-high-contrast-dark .form-check input[type=radio]:checked::after,
.cx-theme-high-contrast-light .form-check input[type=radio]:checked::after {
  background-color: var(--cx-color-dark);
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: var(--cx-color-secondary);
}
.cx-theme-high-contrast-dark .ng-select .ng-select-container .ng-value-container .ng-placeholder,
.cx-theme-high-contrast-light .ng-select .ng-select-container .ng-value-container .ng-placeholder {
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
}
.form-group input[type=text]::placeholder,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group input[type=text]::placeholder,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group input[type=text]::placeholder,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group input[type=text]::placeholder,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group input[type=text]::placeholder,
.form-group input[type=tel]::placeholder,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group input[type=tel]::placeholder,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group input[type=tel]::placeholder,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group input[type=tel]::placeholder,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group input[type=tel]::placeholder {
  color: var(--cx-color-secondary);
  opacity: 1;
}
.form-group input[type=text]:-ms-input-placeholder,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group input[type=text]:-ms-input-placeholder,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group input[type=text]:-ms-input-placeholder,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group input[type=text]:-ms-input-placeholder,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group input[type=text]:-ms-input-placeholder,
.form-group input[type=tel]:-ms-input-placeholder,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group input[type=tel]:-ms-input-placeholder,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group input[type=tel]:-ms-input-placeholder,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group input[type=tel]:-ms-input-placeholder,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group input[type=tel]:-ms-input-placeholder {
  color: var(--cx-color-secondary);
}
.form-group input[type=text]::-ms-input-placeholder,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group input[type=text]::-ms-input-placeholder,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group input[type=text]::-ms-input-placeholder,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group input[type=text]::-ms-input-placeholder,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group input[type=text]::-ms-input-placeholder,
.form-group input[type=tel]::-ms-input-placeholder,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group input[type=tel]::-ms-input-placeholder,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group input[type=tel]::-ms-input-placeholder,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group input[type=tel]::-ms-input-placeholder,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group input[type=tel]::-ms-input-placeholder {
  color: var(--cx-color-secondary);
}
.cx-theme-high-contrast-dark form input:-webkit-autofill,
.cx-theme-high-contrast-dark form input:-webkit-autofill:focus,
.cx-theme-high-contrast-light form input:-webkit-autofill,
.cx-theme-high-contrast-light form input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
input[cxpasswordvisibilityswitch] {
  padding-inline-end: calc(30px + 0.75rem);
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
.modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-header {
  padding: 1rem 1rem;
}
.cx-theme-high-contrast-dark .modal-header,
.cx-theme-high-contrast-light .modal-header {
  background-color: var(--cx-color-background);
}
.modal-body {
  padding: 16px 30px 30px;
}
.modal-content,
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container {
  border-radius: 0;
  border: none;
}
.cx-theme-high-contrast-dark .modal-content,
.cx-theme-high-contrast-dark cx-claim-dialog .cx-coupon-dialog .cx-coupon-container,
cx-claim-dialog .cx-coupon-dialog .cx-theme-high-contrast-dark .cx-coupon-container,
.cx-theme-high-contrast-light .modal-content,
.cx-theme-high-contrast-light cx-claim-dialog .cx-coupon-dialog .cx-coupon-container,
cx-claim-dialog .cx-coupon-dialog .cx-theme-high-contrast-light .cx-coupon-container {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
  border: 1px solid var(--cx-color-text);
}
.cx-theme-high-contrast-dark .modal-content .close,
.cx-theme-high-contrast-dark cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .close,
cx-claim-dialog .cx-coupon-dialog .cx-theme-high-contrast-dark .cx-coupon-container .close,
.cx-theme-high-contrast-light .modal-content .close,
.cx-theme-high-contrast-light cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .close,
cx-claim-dialog .cx-coupon-dialog .cx-theme-high-contrast-light .cx-coupon-container .close {
  color: var(--cx-color-text);
}
.modal .close {
  font-size: 38px;
  font-weight: 100;
  bottom: 5px;
  position: relative;
  margin-inline-start: 0;
  margin-inline-end: 0;
  align-self: flex-end;
}
@media (max-width: 991.98px) {
  .modal .close {
    margin-bottom: 0;
  }
}
.modal .cx-dialog-header button.close,
.modal button.close {
  padding: 0;
  margin: 0 0 0 auto;
}
.modal[aria-hidden=false] {
  display: block;
}
.cx-modal-container {
  display: flex;
  align-items: center;
  margin: auto;
  height: 100%;
  overflow-y: auto;
  max-width: 768px !important;
  min-width: 768px !important;
}
@media (max-width: 767.98px) {
  .cx-modal-container {
    margin: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .cx-modal-container {
    max-width: 768px !important;
    min-width: 768px !important;
  }
}
.cx-modal-header {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  padding-inline-end: 1.875rem;
  padding-bottom: 0;
  padding-inline-start: 1.875rem;
}
.cx-modal-content {
  background-color: var(--cx-color-inverse);
  width: 100%;
}
.cx-theme-high-contrast-dark .cx-modal-content,
.cx-theme-high-contrast-light .cx-modal-content {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
  border: 1px solid var(--cx-color-text);
}
.cx-theme-high-contrast-dark .cx-modal-content .close,
.cx-theme-high-contrast-light .cx-modal-content .close {
  color: var(--cx-color-text);
}
.cx-modal-footer {
  padding: 0px 27px 30px;
}
@media (min-width: 992px) {
  .cx-asm-dialog {
    max-width: 95% !important;
    min-width: 95% !important;
  }
}
.cx-asm-dialog .cx-modal-content {
  border-radius: 16px;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.alert {
  text-align: var(--cx-text-align, center);
  color: var(--cx-color, var(--cx-color-text));
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  padding-top: 0;
  padding-inline-end: 4rem;
  padding-bottom: 0;
  padding-inline-start: 20px;
  line-height: var(--cx-line-height, 1.5);
  min-height: 70px;
  flex-direction: row;
  align-items: center;
  display: flex;
  justify-content: center;
}
@media (max-width: 767.98px) {
  .alert {
    font-size: var(--cx-font-size, 1rem);
    font-weight: var(--cx-font-weight-semi);
    line-height: var(--cx-line-height, 1.2222222222);
  }
}
.alert-icon {
  height: var(--cx-height, 25px);
  margin-inline-end: var(--cx-margin-right, 0.5rem);
  position: var(--cx-position, relative);
  display: var(--cx-display, inline-block);
  vertical-align: var(--cx-vertical-align, middle);
}
.alert-icon::before {
  position: var(--cx-position, relative);
  font-size: 18px;
  font-weight: "bold";
  text-align: var(--cx-text-align, center);
  display: var(--cx-display, inline-block);
  width: var(--cx-width, 26px);
  height: var(--cx-height, 26px);
}
.alert-success {
  background-color: rgb(215.2, 231, 210.2);
  border: var(--cx-border, none);
}
.alert-success .alert-icon cx-icon {
  color: var(--cx-color, var(--cx-color-success));
}
.alert-danger {
  background-color: rgb(249.6, 216.75, 217.05);
  border: var(--cx-border, none);
}
.alert-danger .alert-icon cx-icon {
  color: var(--cx-color, var(--cx-color-danger));
}
.alert-info {
  background-color: rgb(208.6, 236.4, 240.8);
  border: var(--cx-border, none);
}
.alert-info .alert-icon cx-icon {
  color: var(--cx-color, var(--cx-color-info));
}
.alert-warning {
  background-color: rgb(255, 241.36, 200.44);
  border: var(--cx-border, none);
}
.alert-warning .alert-icon cx-icon {
  color: var(--cx-color, var(--cx-color-warning));
}
.alert .close {
  font-weight: var(--cx-font-weight, var(--cx-font-weight-normal));
  position: var(--cx-position, absolute);
  top: var(--cx-top, 32%);
  right: auto;
}
.alert .close::before {
  content: "";
  margin: 0 45vw;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.cx-message {
  color: var(--cx-color-text);
  margin-bottom: 30px;
  position: relative;
}
.cx-message-content {
  display: flex;
  flex-direction: column;
  margin: auto;
  max-width: var(--cx-page-width-max);
}
.cx-message-header {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  align-items: center;
  display: flex;
  flex-direction: row;
  font-weight: var(--cx-font-weight-semi);
  justify-content: flex-start;
  line-height: var(--cx-line-height, 1.5);
  min-height: 45px;
  padding-bottom: 0;
  padding-inline-end: 4rem;
  padding-inline-start: 20px;
  padding-top: 0;
  position: relative;
  text-align: var(--cx-text-align, center);
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
.cx-message-text {
  align-items: center;
  display: flex;
}
.cx-message-text button {
  margin-inline-start: 10px;
}
.cx-message-text .cx-message-accordion-button .cx-message-accordion-icon {
  font-size: 17px;
  margin-inline-start: 5px;
}
.cx-message-body {
  font-size: var(--cx-font-size, 0.8125rem);
  font-weight: var(--cx-font-weight-normal);
  padding: 0 12px;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
.cx-message-icon {
  display: flex;
  font-size: var(--cx-font-size, 1.25rem);
  height: var(--cx-height, 25px);
  margin-inline-end: var(--cx-margin-right, 0.5rem);
  position: var(--cx-position, relative);
  vertical-align: var(--cx-vertical-align, middle);
}
.cx-message-icon::before {
  display: var(--cx-display, inline-block);
  font-size: var(--cx-font-size, 1.25rem);
  font-weight: "bold";
  height: var(--cx-height, 26px);
  position: var(--cx-position, relative);
  text-align: var(--cx-text-align, center);
  width: var(--cx-width, 26px);
}
.cx-message-success {
  background-color: rgb(215.2, 231, 210.2);
  border: 1px solid var(--cx-color-success);
}
.cx-message-success .cx-message-icon cx-icon {
  color: var(--cx-color-success);
}
.cx-message-danger {
  background-color: rgb(249.6, 216.75, 217.05);
  border: 1px solid var(--cx-color-danger);
}
.cx-message-danger .cx-message-icon cx-icon {
  color: var(--cx-color-danger);
}
.cx-message-info {
  background-color: rgb(208.6, 236.4, 240.8);
  border: 1px solid var(--cx-color-info);
}
.cx-message-info .cx-message-icon cx-icon {
  color: var(--cx-color-info);
}
.cx-message-warning {
  background-color: rgb(255, 241.36, 200.44);
  border: 1px solid var(--cx-color-warning);
}
.cx-message-warning .cx-message-icon cx-icon {
  color: var(--cx-color-warning);
}
.cx-message .close {
  font-weight: var(--cx-font-weight-normal);
  position: var(--cx-position, absolute);
  right: 20px;
  top: 11px;
}
.cx-theme-high-contrast-dark .cx-message,
.cx-theme-high-contrast-light .cx-message {
  background-color: var(--cx-color-background);
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
.bs-tooltip-left .arrow:before {
  border-left-color: #14293a;
}
.tooltip.show {
  opacity: 1;
}
.tooltip-inner {
  background-color: #14293a;
  padding: 9px 15px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
.table {
  width: 100%;
}
.table thead {
  border-bottom: 1px solid var(--cx-color-medium);
}
.table thead th {
  border-bottom: 0 none;
  border-top: none;
  font-size: 0.875rem;
  font-weight: "semi";
  text-transform: uppercase;
  color: #6c7079;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
.table tr {
  width: 100%;
  border-bottom: 1px solid var(--cx-color-medium);
}
@media (max-width: 767.98px) {
  .table tr:first-child {
    padding: 1.25rem 0 0 0;
  }
}
.table td {
  vertical-align: middle;
}
.table-hover tbody tr {
  min-height: 74px;
}
.table-hover tbody tr:hover {
  background-color: #f4f4f4;
}
.table--mobile {
  font-weight: "bold";
  display: none;
}
@media (max-width: 767.98px) {
  .table--mobile {
    display: inline-flex;
  }
}
.table-close {
  position: relative;
  right: 18px;
  width: 18px;
  height: 18px;
}
.table-close:hover {
  opacity: 1;
}
.table-close:before,
.table-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 18px;
  width: 2px;
  background-color: #6c7079;
  top: 30%;
}
.table-close:before {
  transform: rotate(45deg);
}
.table-close:after {
  transform: rotate(-45deg);
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
.card {
  border-radius: 0;
}
.card-body {
  padding: 20px;
}
.card-body-title {
  padding-bottom: 10px;
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
.card-header {
  background-color: var(--cx-color-secondary);
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  color: var(--cx-color-inverse);
  line-height: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 0;
}
.card-header:first-child {
  border-radius: 0;
}
.cx-theme-high-contrast-dark .card-header,
.cx-theme-high-contrast-light .card-header {
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
}
.card-actions-container {
  display: flex;
  justify-content: flex-end;
  padding: 1.25rem 0 0 0;
}
.card-label-bold {
  font-weight: var(--cx-font-weight-bold);
}
.card-link {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.accordion .card {
  margin-bottom: 20px;
  border: none;
}
.accordion .card-header {
  background-color: #f4f4f4;
  padding: 25px 20px;
  border: none;
}
.accordion .card-header h5 {
  font-size: 1.375rem;
  font-weight: 600;
  color: #14293a;
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
.accordion .card-header h5 .btn,
.accordion .card-header h5 .services-category-featured .service-category-links__identify a,
.services-category-featured .service-category-links__identify .accordion .card-header h5 a,
.accordion .card-header h5 .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify .accordion .card-header h5 a {
  text-align: start;
  text-decoration: none !important;
  width: 100%;
  font-weight: 600;
}
.accordion .card-header h5 .btn:hover,
.accordion .card-header h5 .services-category-featured .service-category-links__identify a:hover,
.services-category-featured .service-category-links__identify .accordion .card-header h5 a:hover,
.accordion .card-header h5 .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:hover,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify .accordion .card-header h5 a:hover {
  text-decoration: none;
}
.accordion .card-header h5 .btn:after,
.accordion .card-header h5 .services-category-featured .service-category-links__identify a:after,
.services-category-featured .service-category-links__identify .accordion .card-header h5 a:after,
.accordion .card-header h5 .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:after,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify .accordion .card-header h5 a:after {
  float: right;
  font-size: 33px;
  bottom: 12px;
  position: relative;
}
.accordion .card-header h5 .btn[aria-expanded=false]:after,
.accordion .card-header h5 .services-category-featured .service-category-links__identify a[aria-expanded=false]:after,
.services-category-featured .service-category-links__identify .accordion .card-header h5 a[aria-expanded=false]:after {
  content: "+";
}
.accordion .card-header h5 .btn[aria-expanded=true],
.accordion .card-header h5 .services-category-featured .service-category-links__identify a[aria-expanded=true],
.services-category-featured .service-category-links__identify .accordion .card-header h5 a[aria-expanded=true],
.accordion .card-header h5 .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a[aria-expanded=true],
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify .accordion .card-header h5 a[aria-expanded=true] {
  color: #1f7bc0;
}
.accordion .card-header h5 .btn[aria-expanded=true]:after,
.accordion .card-header h5 .services-category-featured .service-category-links__identify a[aria-expanded=true]:after,
.services-category-featured .service-category-links__identify .accordion .card-header h5 a[aria-expanded=true]:after {
  content: "\2013";
}
.accordion .card-body {
  padding: 30px 0 20px 0;
}
.cx-accordion {
  margin: 5px auto;
  line-height: 1.6;
  list-style-type: none;
  padding: 0;
}
.cx-accordion .cx-accordion-item {
  border: 1px solid var(--cx-color-light);
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}
.cx-accordion .cx-accordion-item .cx-accordion-tab {
  background-color: var(--cx-color-inverse);
}
.cx-accordion .cx-accordion-item .cx-accordion-tab:hover {
  cursor: pointer;
}
.cx-accordion .cx-accordion-item .cx-accordion-tab .cx-accordion-title {
  padding-top: 15px;
  padding-inline-end: 15px;
  padding-bottom: 15px;
  padding-inline-start: 50px;
  display: block;
  position: relative;
  font-weight: 600;
}
.cx-accordion .cx-accordion-item .cx-accordion-tabpanel {
  transition: height 0.3s ease-out;
  height: 0;
  overflow: hidden;
  background-color: var(--cx-color-inverse);
}
.cx-accordion .cx-accordion-item .cx-accordion-tabpanel .cx-accordion-content {
  padding-top: 0;
  padding-inline-end: 40px;
  padding-bottom: 10px;
  padding-inline-start: 40px;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
ul[role=tablist] .nav-link {
  border: none;
}
ul[role=tablist] .nav-link.active {
  background-color: var(--cx-color-inverse);
  color: var(--cx-color-primary);
  border-width: 0 0 5px 0;
  border-style: solid;
}
ul[role=tablist] .nav-link.active div {
  color: var(--cx-color-primary);
  font-weight: 600;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.carousel-indicators {
  bottom: 0;
  margin-bottom: 0;
}
.carousel-indicators li {
  margin-inline-start: 7px;
}
@media (min-width: 1200px) {
  .carousel-indicators li {
    margin-inline-start: 25px;
  }
}
.carousel-indicators > .active {
  background-color: #1f7bc0;
}
.carousel-indicators > li {
  background-color: #f1f1f1;
  width: 12px;
  height: 12px;
  border-radius: 50%;
}
@media (min-width: 1200px) {
  .carousel-indicators > li {
    width: 18px;
    height: 18px;
  }
}
.carousel-inner {
  margin-inline-start: auto;
  margin-inline-end: auto;
}
@media (min-width: 992px) {
  .carousel-inner {
    margin-inline-start: 30px;
    margin-inline-end: 30px;
  }
}
a {
  color: var(--cx-color-primary);
}
a:hover {
  color: var(--cx-color-primary);
}
a.disabled {
  pointer-events: var(--cx-pointer-event, none !important);
  cursor: var(--cx-cursor, not-allowed !important);
  opacity: 0.8;
}
@media (max-width: 767.98px) {
  a {
    min-height: 48px;
    min-width: 48px;
    display: block;
  }
}
.cx-action-link {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  text-transform: var(--cx-button-text-transform);
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  color: var(--cx-color-primary);
}
.cx-action-link:hover {
  color: var(--cx-color-primary-accent);
  text-decoration: none;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
.dropdown-menu {
  border-radius: 0;
  margin-top: 11px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected {
  background-color: transparent;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.cx-app__breadcrumb {
  background-color: #f4f4f4;
  text-align: center;
  padding-top: 25px;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
.cx-page {
  padding-bottom: 120px;
}
.cx-page-header {
  background-color: var(--cx-color-background);
  text-align: center;
  padding: 25px 0;
}
.cx-page-title {
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  font-weight: var(--cx-font-weight-semi);
  margin: 0 auto;
}
.cx-page-section {
  padding-top: 60px;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
.cx-section {
  margin-bottom: var(--cx-margin-bottom, 50px);
}
.cx-section:last-child {
  margin-bottom: var(--cx-margin-bottom, 0px);
}
.cx-section-title {
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  font-weight: var(--cx-font-weight, var(--cx-font-weight-semi));
  margin-bottom: var(--cx-margin-bottom, 25px);
  text-transform: var(--cx-text-transform, none);
}
.cx-section-title-alt {
  text-transform: var(--cx-text-transform, none);
}
.cx-notice {
  padding: 32px 0;
  text-align: center;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  color: var(--cx-color-text);
  background-color: var(--cx-color-inverse);
  margin-bottom: -1.5rem;
}
.cx-theme-high-contrast-dark .cx-notice,
.cx-theme-high-contrast-light .cx-notice {
  background-color: var(--cx-color-background);
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
:root {
  --cx-spinner-size: 40px;
}
cx-product-images cx-media:after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: var(--cx-spinner-size);
  height: var(--cx-spinner-size);
  margin-top: calc(-1 * var(--cx-spinner-size) / 2);
  margin-inline-start: calc(-1 * var(--cx-spinner-size) / 2);
  border-radius: 50%;
  border: 2px solid var(--cx-color-light);
  border-top-color: var(--cx-color-primary);
  animation: spin 0.6s linear infinite;
  z-index: 1;
  opacity: var(--cx-opacity, 0);
  transition: all var(--cx-transition-duration, 0.6s);
  pointer-events: none;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger,
.cx-hamburger {
  padding: 10px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover,
.cx-hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover,
.is-active.cx-hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.is-active.cx-hamburger .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.is-active.cx-hamburger .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after,
.is-active.cx-hamburger .hamburger-inner::after {
  background-color: #ffffff;
}
.hamburger-box {
  width: 26px;
  height: 17px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px;
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #ffffff;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -7px;
}
.hamburger-inner::after {
  bottom: -7px;
}
.hamburger--squeeze .hamburger-inner,
.cx-hamburger .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before,
.cx-hamburger .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after,
.cx-hamburger .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner,
.is-active.cx-hamburger .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before,
.is-active.cx-hamburger .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after,
.is-active.cx-hamburger .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.cx-dialog-popover-center,
.cx-dialog-popover-center-backdrop,
.cx-dialog-popover,
.cx-sidebar-end,
.cx-sidebar-start {
  position: fixed;
  z-index: 1050;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  outline: 0;
}
.cx-sidebar-start {
  display: flex;
  justify-content: flex-start;
}
.cx-sidebar-end {
  display: flex;
  justify-content: flex-end;
}
.cx-dialog-popover-center,
.cx-dialog-popover-center-backdrop {
  display: grid;
  place-items: center;
}
.cx-dialog-popover-center-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}
.cx-agnostic-table table {
  margin: 1rem 0;
  border-collapse: collapse;
  width: 100%;
}
.cx-agnostic-table th,
.cx-agnostic-table td {
  padding: 1.25rem 0.1rem 1.25rem 0.5rem;
  vertical-align: middle;
  text-align: center;
}
.cx-agnostic-table th:nth-of-type(1),
.cx-agnostic-table td:nth-of-type(1) {
  text-align: start;
}
.cx-agnostic-table th:nth-last-of-type(1),
.cx-agnostic-table td:nth-last-of-type(1) {
  text-align: end;
}
.cx-agnostic-table tr {
  border-top: 1px solid var(--cx-color-medium);
  padding: 1.25rem 0;
}
.cx-agnostic-table th {
  vertical-align: bottom;
  text-transform: capitalize;
  text-align: center;
  color: var(--cx-color-secondary);
  font-weight: var(--cx-font-weight-bold);
  font-size: var(--cx-font-size, 0.875rem);
  white-space: nowrap;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
.cx-agnostic-table th:nth-last-of-type(1) {
  padding-inline-end: 16px;
}
.cx-agnostic-table .cx-mobile-header {
  display: none;
}
.cx-agnostic-table .cx-mobile-only {
  display: none;
}
@media (max-width: 991.98px) {
  .cx-agnostic-table table,
  .cx-agnostic-table tr,
  .cx-agnostic-table td {
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
  }
  .cx-agnostic-table td {
    align-items: center;
    padding: 0.313rem;
  }
  .cx-agnostic-table thead {
    display: none;
  }
  .cx-agnostic-table .cx-mobile-header {
    display: block;
    white-space: nowrap;
    text-align: start;
    font-weight: var(--cx-font-weight-bold);
    line-height: var(--cx-line-height, 1.2222222222);
    overflow-wrap: break-word;
    padding-inline-end: 1rem;
    min-width: 5rem;
  }
  .cx-agnostic-table .cx-mobile-only {
    display: flex;
  }
}
.cx-theme-high-contrast-dark .cx-agnostic-table tr,
.cx-theme-high-contrast-light .cx-agnostic-table tr {
  border-color: var(--cx-color-dark);
}
.cx-theme-high-contrast-dark {
  --cx-color-medium: #000000;
  --cx-color-text: #ffffff;
  --cx-color-primary: #6bd3ff;
  --cx-color-visual-focus: #b995e0;
  --cx-color-secondary: #b0bcc5;
  --cx-color-inverse: #ffffff;
  --cx-color-primary-accent: #6bd3ff;
  --cx-color-background-dark: #000000;
  --cx-color-dark: #ffffff;
  --cx-color-light: #000000;
  --cx-color-background: #000000;
  --cx-color-info: #ffffff;
  --cx-color-warning: #ffab1d;
  --cx-color-success: #99cc99;
  --cx-color-danger: #ff5e5e;
  --cx-color-danger-accent: #000000;
  --cx-color-success-accent: #000000;
  --cx-color-info-accent: #000000;
  --cx-color-warning-accent: #000000;
  --cx-color-transparent: transparent;
}
.cx-theme-high-contrast-light {
  --cx-color-medium: #ffffff;
  --cx-color-text: #000000;
  --cx-color-primary: #004ccb;
  --cx-color-visual-focus: #6c32a9;
  --cx-color-secondary: #4a5964;
  --cx-color-inverse: #ffffff;
  --cx-color-primary-accent: #004ccb;
  --cx-color-background-dark: #ffffff;
  --cx-color-dark: #000000;
  --cx-color-light: #ffffff;
  --cx-color-background: #ffffff;
  --cx-color-info: #000000;
  --cx-color-warning: #5c5c00;
  --cx-color-success: #006326;
  --cx-color-danger: #ab0000;
  --cx-color-danger-accent: #ffffff;
  --cx-color-success-accent: #ffffff;
  --cx-color-info-accent: #ffffff;
  --cx-color-warning-accent: #ffffff;
  --cx-color-transparent: transparent;
}
.cx-theme-high-contrast-dark,
.cx-theme-high-contrast-light {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
:root {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #1f7bc0;
  --cx-color-secondary: #6c7079;
  --cx-color-success: #38871f;
  --cx-color-info: #17a2b8;
  --cx-color-warning: #ffc107;
  --cx-color-danger: #db0002;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #6c7079;
  --cx-color-primary-accent: #055f9f;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #6d9df7;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
  --fa-width: auto;
}
:root body {
  text-align: start;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
:root {
  --btf-delay: 300ms;
  --btf-min-height: 100vh;
  --btf-margin-top: 100vh;
}
cx-page-layout cx-page-slot {
  transition: margin-top 0s, min-height 0s;
  transition-delay: var(--btf-delay);
  min-height: initial;
  margin-top: initial;
}
.cxFeat_disableCxPageSlotMarginAnimation cx-page-layout cx-page-slot {
  transition: none;
  transition-delay: 0s;
}
cx-page-layout cx-page-slot.cx-pending {
  min-height: 1px;
}
cx-page-layout cx-page-slot.cx-pending.page-fold ~ cx-page-slot.cx-pending {
  margin-top: var(--btf-margin-top);
}
cx-page-layout cx-page-slot.page-fold ~ cx-page-slot.cx-pending {
  min-height: var(--btf-min-height);
}
@keyframes loading {
  100% {
    transform: translateX(100%);
  }
}
:root {
  --cx-color-ghost: #f1f1f1;
  --cx-color-ghost-animation: rgba(255, 255, 255, 0.2);
  --cx-ghost-radius: 5px;
  --cx-ghost-margin: 10px;
}
.ghost {
  position: relative;
  color: var(--cx-color-ghost);
}
.ghost:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: translateX(-100%);
  background:
    linear-gradient(
      90deg,
      transparent,
      var(--cx-color-ghost-animation),
      transparent);
  animation: loading 0.9s infinite;
}
.cx-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
cx-page-layout {
  display: block;
  width: 100%;
}
cx-page-layout > header {
  background-color: var(--cx-color-background);
  text-align: center;
  padding-bottom: 25px;
  padding-top: 25px;
}
cx-page-layout cx-page-slot {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1 1 var(--cx-flex-basis, 100%);
}
cx-page-layout cx-page-slot > * {
  flex: 1 1 var(--cx-flex-basis, 100%);
}
.cx-theme-high-contrast-dark cx-page-layout cx-page-slot,
.cx-theme-high-contrast-light cx-page-layout cx-page-slot {
  background-color: var(--cx-color-background);
}
cx-page-layout.footer {
  background-color: var(--cx-color-secondary);
  color: var(--cx-color, var(--cx-color-inverse));
}
.cx-theme-high-contrast-dark cx-page-layout.footer,
.cx-theme-high-contrast-light cx-page-layout.footer {
  background-color: var(--cx-color-background);
}
cx-page-slot {
  display: block;
}
cx-paragraph {
  display: block;
}
cx-category-navigation {
  display: block;
}
cx-page-slot.cx-bottom-header-slot {
  display: flex;
}
cx-page-slot.cx-bottom-header-slot > * {
  flex: 1 1 var(--cx-flex-basis, 100%);
}
cx-page-layout.LandingPage2Template {
  display: flex;
  flex-wrap: wrap;
  max-width: 1700px;
  margin: auto;
}
cx-page-layout.LandingPage2Template cx-page-slot cx-banner cx-media img {
  display: flex;
  height: auto;
}
cx-page-layout.LandingPage2Template cx-page-slot.Section1 {
  max-width: var(--cx-page-width-max);
  margin: auto;
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  cx-page-layout.LandingPage2Template cx-page-slot.Section1 {
    margin-top: 0;
  }
}
cx-page-layout.LandingPage2Template cx-page-slot.Section2A {
  margin-inline-start: auto;
}
cx-page-layout.LandingPage2Template cx-page-slot.Section2B {
  margin-inline-end: auto;
}
cx-page-layout.LandingPage2Template cx-page-slot.Section2A,
cx-page-layout.LandingPage2Template cx-page-slot.Section2B {
  --cx-flex-basis: 50%;
  max-width: 570px;
}
@media (max-width: 991.98px) {
  cx-page-layout.LandingPage2Template cx-page-slot.Section2A,
  cx-page-layout.LandingPage2Template cx-page-slot.Section2B {
    --cx-flex-basis: 100%;
    max-width: 100%;
  }
  cx-page-layout.LandingPage2Template cx-page-slot.Section2A > *,
  cx-page-layout.LandingPage2Template cx-page-slot.Section2B > * {
    --cx-flex-basis: 50%;
  }
}
@media (max-width: 575.98px) {
  cx-page-layout.LandingPage2Template cx-page-slot.Section2A > *,
  cx-page-layout.LandingPage2Template cx-page-slot.Section2B > * {
    --cx-flex-basis: 100%;
  }
}
cx-page-layout.LandingPage2Template cx-page-slot.Section3 {
  max-width: var(--cx-page-width-max);
  margin: auto;
}
cx-page-layout.LandingPage2Template cx-page-slot.Section4 {
  color: var(--cx-color, var(--cx-color-light));
  flex-wrap: nowrap;
}
@media (max-width: 991.98px) {
  cx-page-layout.LandingPage2Template cx-page-slot.Section4 {
    flex-wrap: wrap;
  }
  cx-page-layout.LandingPage2Template cx-page-slot.Section4 > * {
    --cx-flex-basis: 50%;
    border-bottom: solid 1px currentColor;
    border-inline-end: solid 1px currentColor;
  }
}
@media (max-width: 575.98px) {
  cx-page-layout.LandingPage2Template cx-page-slot.Section4 > * {
    --cx-flex-basis: 100%;
  }
}
cx-page-layout.ContentPage1Template {
  max-width: var(--cx-page-width-max);
  padding-top: 2rem;
  padding-inline-end: 1.5rem;
  padding-bottom: 0;
  padding-inline-start: 1.5rem;
  margin: auto;
}
cx-page-layout.ContentPage1Template cx-page-slot.Section2A,
cx-page-layout.ContentPage1Template cx-page-slot.Section2B {
  display: block;
}
cx-page-layout.ContentPage1Template .global-alerts .alert-info {
  display: block;
  padding: 20px 1.25rem;
}
cx-page-layout.ContentPage1Template .textpage-faqs .pagetop-link {
  margin-bottom: 10px;
  display: block;
}
cx-page-layout.ContentPage1Template .textpage-faqs .item_container .faq-menulink {
  display: block;
}
cx-page-layout.ContentPage1Template .textpage-faqs td {
  padding-bottom: 26px;
  vertical-align: baseline;
}
cx-page-layout.ContentPage1Template .textpage-faqs td:first-child {
  padding-inline-end: 10px;
}
cx-page-layout.CategoryPageTemplate {
  max-width: var(--cx-page-width-max);
  margin: auto;
}
cx-page-layout.CategoryPageTemplate .Section1 {
  margin-top: 30px;
}
@media (max-width: 991.98px) {
  cx-page-layout.CategoryPageTemplate .Section1 {
    margin-top: 0;
  }
}
cx-page-layout.CategoryPageTemplate .Section2 > * {
  --cx-flex-basis: 33%;
}
@media (max-width: 991.98px) {
  cx-page-layout.CategoryPageTemplate .Section2 > * {
    --cx-flex-basis: 50%;
  }
}
cx-page-layout.ProductDetailsPageTemplate {
  padding: var(--cx-padding, 2.5rem 0 0);
}
cx-page-layout.ProductDetailsPageTemplate .cx-tab-paragraph-content {
  background-color: var(--cx-color-background);
}
cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary {
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary {
    display: grid;
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(6, auto) 1fr;
  }
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary cx-product-images {
    grid-column: 1;
    grid-row: 1/span 7;
  }
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary cx-product-intro {
    grid-column: 2;
  }
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary cx-product-summary {
    grid-column: 2;
  }
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary cx-product-variants {
    grid-column: 2;
    grid-row: 3;
  }
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary cx-add-to-cart {
    grid-column: 2;
    grid-row: unset;
    padding-top: 20px;
    padding-inline-end: 20px;
    padding-bottom: 0px;
    padding-inline-start: 20px;
  }
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary cx-stock-notification {
    grid-column: 2;
    grid-row: 3/4;
    padding-top: 20%;
    padding-inline-end: 20px;
    padding-bottom: 20px;
    padding-inline-start: 20px;
  }
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary cx-stock-notification:empty {
    display: none;
  }
}
cx-page-layout.ProductDetailsPageTemplate cx-page-slot.AddToCart {
  max-width: 50%;
}
cx-page-layout.ProductDetailsPageTemplate cx-page-slot.UpSelling,
cx-page-layout.ProductDetailsPageTemplate cx-page-slot.CrossSelling {
  max-width: var(--cx-page-width-max);
  margin: auto;
}
cx-page-layout.ProductListPageTemplate,
cx-page-layout.ProductGridPageTemplate {
  max-width: var(--cx-page-width-max);
  margin: auto;
  display: flex;
}
@media (max-width: 991.98px) {
  cx-page-layout.ProductListPageTemplate,
  cx-page-layout.ProductGridPageTemplate {
    flex-direction: column;
  }
}
cx-page-layout.ProductListPageTemplate .ProductLeftRefinements,
cx-page-layout.ProductGridPageTemplate .ProductLeftRefinements {
  max-width: 25%;
  padding-top: 60px;
  padding-inline-end: 15px;
  padding-bottom: 15px;
  padding-inline-start: 15px;
}
@media (max-width: 991.98px) {
  cx-page-layout.ProductListPageTemplate .ProductLeftRefinements,
  cx-page-layout.ProductGridPageTemplate .ProductLeftRefinements {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  cx-page-layout.ProductListPageTemplate .ProductLeftRefinements,
  cx-page-layout.ProductGridPageTemplate .ProductLeftRefinements {
    padding-top: 35px;
  }
}
cx-page-layout.ProductListPageTemplate .ProductListSlot,
cx-page-layout.ProductListPageTemplate .ProductGridSlot,
cx-page-layout.ProductGridPageTemplate .ProductListSlot,
cx-page-layout.ProductGridPageTemplate .ProductGridSlot {
  max-width: 75%;
}
@media (max-width: 991.98px) {
  cx-page-layout.ProductListPageTemplate .ProductListSlot,
  cx-page-layout.ProductListPageTemplate .ProductGridSlot,
  cx-page-layout.ProductGridPageTemplate .ProductListSlot,
  cx-page-layout.ProductGridPageTemplate .ProductGridSlot {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 575.98px) {
  cx-page-layout.ProductListPageTemplate .ProductListSlot .cx-page-section,
  cx-page-layout.ProductListPageTemplate .ProductGridSlot .cx-page-section,
  cx-page-layout.ProductGridPageTemplate .ProductListSlot .cx-page-section,
  cx-page-layout.ProductGridPageTemplate .ProductGridSlot .cx-page-section {
    padding-top: 0;
  }
}
cx-page-layout.SearchResultsListPageTemplate {
  max-width: var(--cx-page-width-max);
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: stretch;
  height: 100%;
}
@media (max-width: 991.98px) {
  cx-page-layout.SearchResultsListPageTemplate {
    flex-direction: column;
  }
}
cx-page-layout.SearchResultsListPageTemplate .ProductLeftRefinements {
  max-width: 25%;
  padding-top: 60px;
  padding-inline-end: 15px;
  padding-bottom: 15px;
  padding-inline-start: 15px;
}
@media (max-width: 991.98px) {
  cx-page-layout.SearchResultsListPageTemplate .ProductLeftRefinements {
    width: 100%;
    max-width: none;
  }
}
cx-page-layout.SearchResultsListPageTemplate .SearchResultsListSlot {
  max-width: 75%;
}
@media (max-width: 991.98px) {
  cx-page-layout.SearchResultsListPageTemplate .SearchResultsListSlot {
    width: 100%;
    max-width: none;
  }
}
cx-page-layout.SearchResultsListPageTemplate .Section2 {
  padding: 0 1rem;
}
cx-page-layout.SearchResultsListPageTemplate .Section4 {
  padding: 0 1rem;
}
cx-page-layout.LoginPageTemplate,
cx-page-layout.CheckoutLoginPageTemplate,
cx-page-layout.AccountPageTemplate {
  padding-bottom: 3rem;
}
cx-page-layout.LoginPageTemplate .cx-section-title,
cx-page-layout.CheckoutLoginPageTemplate .cx-section-title,
cx-page-layout.AccountPageTemplate .cx-section-title {
  margin: 40px 0 15px;
}
cx-page-layout.LoginPageTemplate cx-page-slot,
cx-page-layout.CheckoutLoginPageTemplate cx-page-slot,
cx-page-layout.AccountPageTemplate cx-page-slot {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: var(--cx-page-width-max);
  padding-top: 3rem;
  padding-inline-end: 1.5rem;
  padding-bottom: 0;
  padding-inline-start: 1.5rem;
  margin: auto;
}
cx-page-layout.LoginPageTemplate cx-page-slot > *,
cx-page-layout.CheckoutLoginPageTemplate cx-page-slot > *,
cx-page-layout.AccountPageTemplate cx-page-slot > * {
  max-width: var(--cx-max-width, 50%);
  width: 100%;
}
@media (max-width: 767.98px) {
  cx-page-layout.LoginPageTemplate,
  cx-page-layout.CheckoutLoginPageTemplate,
  cx-page-layout.AccountPageTemplate {
    --cx-max-width: 100%;
  }
  cx-page-layout.LoginPageTemplate button[type=button],
  cx-page-layout.CheckoutLoginPageTemplate button[type=button],
  cx-page-layout.AccountPageTemplate button[type=button] {
    margin-bottom: 1em;
  }
}
@media (min-width: 768px) {
  cx-page-layout.LoginPageTemplate cx-login-register,
  cx-page-layout.CheckoutLoginPageTemplate cx-login-register,
  cx-page-layout.AccountPageTemplate cx-login-register {
    width: 50%;
    --cx-max-width: 50%;
  }
}
cx-page-layout.ErrorPageTemplate {
  padding-bottom: 3rem;
}
cx-page-layout.ErrorPageTemplate cx-page-slot cx-responsive-banner {
  max-width: 400px;
}
cx-page-layout.ErrorPageTemplate cx-page-slot cx-link {
  text-decoration: underline;
}
cx-page-layout.ErrorPageTemplate cx-page-slot cx-paragraph {
  max-height: 170px;
}
cx-page-layout.ErrorPageTemplate cx-page-slot {
  max-width: var(--cx-page-width-max);
  margin: auto;
}
cx-page-layout.ErrorPageTemplate cx-page-slot > * {
  text-align: center;
}
@media (max-width: 991.98px) {
  cx-page-layout.ErrorPageTemplate {
    --cx-max-width: 100%;
  }
}
cx-page-layout.MiddleContent.ErrorPageTemplate,
cx-page-layout.BottomContent.ErrorPageTemplate {
  display: block;
}
cx-page-layout.AccountPageTemplate {
  --cx-max-width: 100%;
}
cx-page-layout.AccountPageTemplate cx-paragraph h4 {
  text-align: center;
}
cx-page-layout.AccountPageTemplate cx-cart-item .cx-image-container a {
  padding: 0 3vw;
}
cx-page-layout.OrderConfirmationPageTemplate cx-order-confirmation-shipping,
cx-page-layout.OrderConfirmationPageTemplate cx-order-detail-billing {
  max-width: var(--cx-page-width-max);
  padding-inline-end: 15px;
  padding-inline-start: 15px;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
@media (min-width: 1200px) {
  cx-page-layout.OrderConfirmationPageTemplate cx-order-confirmation-shipping,
  cx-page-layout.OrderConfirmationPageTemplate cx-order-detail-billing {
    flex: none;
    width: var(--cx-page-width-max);
    margin-inline-start: 100%;
    margin-inline-end: 100%;
  }
}
@media (max-width: 991.98px) {
  cx-page-layout.OrderConfirmationPageTemplate cx-order-confirmation-shipping,
  cx-page-layout.OrderConfirmationPageTemplate cx-order-detail-billing {
    width: 100%;
    max-width: none;
    padding: 0 15px;
    margin: 0 25px;
  }
}
@media (max-width: 767.98px) {
  cx-page-layout.OrderConfirmationPageTemplate cx-order-confirmation-shipping,
  cx-page-layout.OrderConfirmationPageTemplate cx-order-detail-billing {
    margin: 0;
  }
}
cx-page-layout.MyAccountViewPageTemplate {
  max-width: var(--cx-page-width-max);
  margin: auto;
}
cx-page-layout.MyAccountViewPageTemplate cx-page-slot cx-banner {
  margin: 2rem 0rem 0.5rem 0rem;
  border: 1px solid var(--cx-color-medium);
}
cx-page-layout.MyAccountViewPageTemplate .LeftContentSlot {
  float: left;
  max-width: 25%;
}
cx-page-layout.MyAccountViewPageTemplate .RightContentSlot {
  float: left;
  max-width: 75%;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
cx-banner {
  display: block;
  position: relative;
}
cx-banner a {
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
}
cx-banner a:focus {
  outline-offset: -2px;
}
cx-banner cx-generic-link {
  display: unset;
}
cx-banner cx-media {
  color: black;
}
cx-banner .no-link {
  display: block;
}
cx-banner img {
  width: 100%;
  margin: var(--cx-margin);
}
cx-banner p {
  font-size: 4vw;
  line-height: 5vw;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  position: absolute;
  z-index: 10;
  padding: 5vw;
  color: #fff;
  width: 100%;
  text-align: center;
  margin: 0;
}
cx-link a {
  padding: var(--cx-padding, 0);
  margin: var(--cx-margin, 0);
  color: currentColor;
  display: var(--cx-display);
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  cx-link a {
    display: block;
  }
}
html[dir=rtl] cx-breadcrumb nav span:not(:last-child):after {
  content: "\\";
}
cx-breadcrumb {
  display: flex;
  flex-direction: column;
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
  padding: var(--cx-spatial-base);
  box-shadow: inset 0px 10px 7px -12px var(--cx-color-dark);
}
@media (min-width: 992px) {
  cx-breadcrumb {
    box-shadow: none;
  }
}
cx-breadcrumb h1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  text-transform: capitalize;
}
@media (max-width: 575.98px) {
  cx-breadcrumb h1 {
    white-space: wrap;
    font-size: var(--cx-font-size, 1.125rem);
    font-weight: var(--cx-font-weight-bold);
    line-height: var(--cx-line-height, 1.2222222222);
  }
}
cx-breadcrumb nav[tabindex="-1"]:focus {
  box-shadow: 0 0 0 0 !important;
}
cx-breadcrumb nav {
  padding: 5px 0;
  display: flex;
  justify-content: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
cx-breadcrumb nav ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  padding-inline-start: 0;
  margin: 0;
}
cx-breadcrumb nav ol li {
  display: flex;
  color: var(--cx-color-secondary);
}
cx-breadcrumb nav ol li:not(:last-child):after {
  content: "/";
}
cx-breadcrumb nav ol li a {
  text-transform: capitalize;
  color: var(--cx-color-primary);
  padding: 0px 5px;
}
cx-breadcrumb nav ol li a:focus {
  outline-offset: -4px;
  box-shadow: inset 0 0 0 2px var(--cx-color-inverse);
}
cx-navigation-ui .wrapper {
  cursor: default;
}
cx-navigation-ui .wrapper[attr="1"] {
  width: 200px;
}
cx-navigation-ui .wrapper[attr="2"] {
  width: 400px;
}
@media (max-width: 991.98px) {
  cx-navigation-ui.flyout .wrapper {
    height: 0;
    overflow: hidden;
  }
}
cx-navigation-ui.flyout .wrapper {
  color: var(--cx-color-text);
}
@media (min-width: 992px) {
  cx-navigation-ui.flyout .wrapper {
    z-index: 20;
  }
  cx-navigation-ui.flyout > nav > ul > li > .wrapper {
    padding: 15px 20px;
    background: var(--cx-color-inverse);
    box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 12px 0px;
  }
  .cx-theme-high-contrast-dark cx-navigation-ui.flyout > nav > ul > li > .wrapper,
  .cx-theme-high-contrast-light cx-navigation-ui.flyout > nav > ul > li > .wrapper {
    background-color: var(--cx-color-background);
  }
}
cx-navigation-ui.flyout .back {
  display: none;
}
@media (max-width: 991.98px) {
  cx-navigation-ui.flyout .back {
    display: initial;
  }
  cx-navigation-ui.flyout .back button {
    border: none;
    background-color: transparent;
    text-transform: capitalize;
    justify-content: flex-start;
  }
  cx-navigation-ui.flyout .back button cx-icon {
    padding-inline-end: 10px;
  }
  cx-navigation-ui.flyout:not(.is-open) .back {
    display: none;
  }
}
cx-navigation-ui nav:focus {
  color: var(--cx-g-color-primary);
}
cx-navigation-ui span,
cx-navigation-ui button {
  margin: 0;
}
cx-navigation-ui.flyout span,
cx-navigation-ui.flyout button,
cx-navigation-ui.flyout cx-generic-link {
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: currentColor;
}
cx-navigation-ui.flyout span:hover,
cx-navigation-ui.flyout button:hover,
cx-navigation-ui.flyout cx-generic-link:hover {
  color: var(--cx-color-text);
}
cx-navigation-ui.flyout span:focus,
cx-navigation-ui.flyout button:focus,
cx-navigation-ui.flyout cx-generic-link:focus {
  z-index: 1;
  position: relative;
}
cx-navigation-ui.flyout span a,
cx-navigation-ui.flyout button a,
cx-navigation-ui.flyout cx-generic-link a {
  display: block;
  width: 100%;
}
cx-navigation-ui.flyout span a:focus,
cx-navigation-ui.flyout button a:focus,
cx-navigation-ui.flyout cx-generic-link a:focus {
  z-index: 1;
  position: relative;
}
cx-navigation-ui.flyout button:hover {
  color: var(--cx-color-inverse);
  outline: 1px solid var(--cx-color-inverse);
}
cx-navigation-ui.flyout cx-generic-link:hover {
  color: var(--cx-color-inverse);
}
@media (max-width: 991.98px) {
  cx-navigation-ui.flyout > nav > ul > li > span,
  cx-navigation-ui.flyout > nav > ul > li > button:not(cx-generic-link + button),
  cx-navigation-ui.flyout > nav > ul > li > cx-generic-link {
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
  }
  cx-navigation-ui.flyout > nav > ul > li:not(.is-open):not(.is-opened) > .wrapper {
    display: none;
  }
  cx-navigation-ui.flyout span,
  cx-navigation-ui.flyout button,
  cx-navigation-ui.flyout cx-generic-link {
    border-bottom: 1px solid var(--cx-color-medium);
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  cx-navigation-ui.flyout span,
  cx-navigation-ui.flyout button,
  cx-navigation-ui.flyout cx-generic-link a {
    padding: 1rem;
  }
  cx-navigation-ui.flyout span:hover,
  cx-navigation-ui.flyout button:hover,
  cx-navigation-ui.flyout cx-generic-link a:hover {
    color: var(--cx-color-primary);
    outline: 0;
  }
}
@media (min-width: 992px) {
  cx-navigation-ui.flyout > nav > ul > li {
    cursor: pointer;
  }
  cx-navigation-ui.flyout > nav > ul > li > span,
  cx-navigation-ui.flyout > nav > ul > li > button {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-inline-start: 5px;
    padding-top: 18px;
    padding-bottom: 20px;
    padding-inline-end: 8px;
    padding-inline-start: 8px;
  }
  cx-navigation-ui.flyout > nav > ul > li ul > li > span,
  cx-navigation-ui.flyout > nav > ul > li ul > li > button {
    padding-inline-start: 0;
    padding-inline-end: 0;
    font-size: var(--cx-font-size, 1rem);
    font-weight: var(--cx-font-weight-bold);
    line-height: var(--cx-line-height, 1.2222222222);
    cursor: default;
  }
  cx-navigation-ui.flyout > nav > ul > li ul > li > span:hover,
  cx-navigation-ui.flyout > nav > ul > li ul > li > button:hover {
    color: currentColor;
  }
}
@media (min-width: 992px) {
  cx-navigation-ui nav li > cx-generic-link > a {
    padding-top: 10px;
    padding-bottom: 12px;
    padding-inline-start: 0;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  cx-navigation-ui nav li > div > cx-generic-link {
    padding: 10px 0;
  }
  cx-navigation-ui nav ul.childs > li > cx-generic-link > a {
    padding: 0;
  }
  cx-navigation-ui nav ul.childs > li > button:hover {
    color: var(--cx-color-text);
  }
  cx-navigation-ui nav ul.childs > li > cx-generic-link > a:hover {
    color: var(--cx-color-text);
    text-decoration: underline;
  }
}
cx-navigation-ui cx-icon:before {
  font-size: 1.5rem;
}
@media (min-width: 992px) {
  cx-navigation-ui cx-icon {
    padding-inline-start: 0;
  }
  cx-navigation-ui cx-icon:before {
    font-size: 1rem;
  }
}
cx-navigation-ui.flyout .childs[depth="1"] {
  flex-direction: column;
}
@media (min-width: 992px) {
  cx-navigation-ui.flyout .childs .childs {
    padding: 0;
  }
}
cx-navigation-ui.flyout .childs cx-generic-link:hover {
  color: var(--cx-color-text);
}
cx-navigation-ui a {
  color: currentColor;
}
cx-navigation-ui.flyout a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
}
cx-navigation-ui.flyout a:hover {
  color: var(--cx-color-inverse);
  text-decoration: underline;
}
cx-navigation-ui.flyout .childs[columns="1"] {
  display: block;
}
@media (min-width: 768px) {
  cx-navigation-ui.flyout .childs[columns="1"] {
    column-count: 1;
  }
}
@media (max-width: 767.98px) {
  cx-navigation-ui.flyout .childs[columns="1"] {
    column-count: 1;
  }
}
cx-navigation-ui.flyout .childs[columns="2"] {
  display: block;
}
@media (min-width: 768px) {
  cx-navigation-ui.flyout .childs[columns="2"] {
    column-count: 2;
  }
}
@media (max-width: 767.98px) {
  cx-navigation-ui.flyout .childs[columns="2"] {
    column-count: 1;
  }
}
cx-navigation-ui.flyout .childs[columns="3"] {
  display: block;
}
@media (min-width: 768px) {
  cx-navigation-ui.flyout .childs[columns="3"] {
    column-count: 3;
  }
}
@media (max-width: 767.98px) {
  cx-navigation-ui.flyout .childs[columns="3"] {
    column-count: 1;
  }
}
cx-navigation-ui.flyout .childs[columns="4"] {
  display: block;
}
@media (min-width: 768px) {
  cx-navigation-ui.flyout .childs[columns="4"] {
    column-count: 4;
  }
}
@media (max-width: 767.98px) {
  cx-navigation-ui.flyout .childs[columns="4"] {
    column-count: 2;
  }
}
cx-navigation-ui.flyout .childs[columns="5"] {
  display: block;
}
@media (min-width: 768px) {
  cx-navigation-ui.flyout .childs[columns="5"] {
    column-count: 5;
  }
}
@media (max-width: 767.98px) {
  cx-navigation-ui.flyout .childs[columns="5"] {
    column-count: 2;
  }
}
cx-navigation-ui.flyout .childs[columns="6"] {
  display: block;
}
@media (min-width: 768px) {
  cx-navigation-ui.flyout .childs[columns="6"] {
    column-count: 6;
  }
}
@media (max-width: 767.98px) {
  cx-navigation-ui.flyout .childs[columns="6"] {
    column-count: 2;
  }
}
cx-navigation-ui.flyout .childs[columns="7"] {
  display: block;
}
@media (min-width: 768px) {
  cx-navigation-ui.flyout .childs[columns="7"] {
    column-count: 7;
  }
}
@media (max-width: 767.98px) {
  cx-navigation-ui.flyout .childs[columns="7"] {
    column-count: 3;
  }
}
cx-navigation-ui.flyout .childs[columns="8"] {
  display: block;
}
@media (min-width: 768px) {
  cx-navigation-ui.flyout .childs[columns="8"] {
    column-count: 8;
  }
}
@media (max-width: 767.98px) {
  cx-navigation-ui.flyout .childs[columns="8"] {
    column-count: 3;
  }
}
cx-navigation-ui.flyout .childs[columns="9"] {
  display: block;
}
@media (min-width: 768px) {
  cx-navigation-ui.flyout .childs[columns="9"] {
    column-count: 9;
  }
}
@media (max-width: 767.98px) {
  cx-navigation-ui.flyout .childs[columns="9"] {
    column-count: 3;
  }
}
cx-navigation-ui.flyout .childs[columns="10"] {
  display: block;
}
@media (min-width: 768px) {
  cx-navigation-ui.flyout .childs[columns="10"] {
    column-count: 10;
  }
}
@media (max-width: 767.98px) {
  cx-navigation-ui.flyout .childs[columns="10"] {
    column-count: 4;
  }
}
cx-navigation-ui {
  display: flex;
}
@media (min-width: 992px) {
  cx-navigation-ui {
    background-color: var(--cx-color-text);
  }
}
cx-navigation-ui nav {
  outline: none;
}
cx-navigation-ui nav ul {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}
cx-navigation-ui nav button {
  border: none;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  cx-navigation-ui.flyout nav {
    width: 100%;
  }
  cx-navigation-ui.flyout nav ul {
    flex-direction: column;
  }
  cx-navigation-ui.flyout nav ul li > cx-generic-link + button {
    border-inline-start: 1px solid var(--cx-color-light);
  }
  cx-navigation-ui.flyout {
    color: #000;
  }
  cx-navigation-ui.flyout.is-open > nav > ul > li {
    display: none;
  }
  cx-navigation-ui.flyout.is-open li.is-open {
    display: initial;
    background-color: var(--cx-color-medium);
  }
  cx-navigation-ui.flyout.is-open li.is-open > .wrapper {
    height: auto;
  }
  cx-navigation-ui.flyout.is-open li.is-open > cx-generic-link + button {
    display: none;
  }
  .cx-theme-high-contrast-dark cx-navigation-ui.flyout.is-open li.is-open,
  .cx-theme-high-contrast-light cx-navigation-ui.flyout.is-open li.is-open {
    background-color: var(--cx-color-background);
  }
  cx-navigation-ui.flyout.is-open li.is-opened {
    display: initial;
  }
  cx-navigation-ui.flyout.is-open li.is-opened > .wrapper > ul.childs > li {
    display: none;
  }
  cx-navigation-ui.flyout.is-open li.is-opened > .wrapper > ul.childs > li.is-open {
    display: initial;
  }
  cx-navigation-ui.flyout.is-open li.is-opened > cx-generic-link,
  cx-navigation-ui.flyout.is-open li.is-opened > span,
  cx-navigation-ui.flyout.is-open li.is-opened > button {
    display: none;
  }
  cx-navigation-ui.flyout.is-open li.is-opened > .wrapper {
    height: auto;
  }
}
@media (min-width: 992px) {
  cx-navigation-ui.flyout ul.childs[depth="2"] > li:not(:only-child):not(:last-child) {
    padding-inline-end: 20px;
  }
  cx-navigation-ui.flyout > nav > ul > li > button + .wrapper {
    position: absolute;
    margin-inline-start: -10px;
    border: 1px solid #ccc;
    display: none;
  }
  cx-navigation-ui.flyout > nav > ul > li:hover > button:hover + .wrapper,
  cx-navigation-ui.flyout > nav > ul > li:hover button + .wrapper:hover {
    display: initial;
  }
  cx-navigation-ui.flyout > nav > ul > li:focus-within:focus > button + .wrapper,
  cx-navigation-ui.flyout > nav > ul > li:focus-within.is-open > button + .wrapper {
    display: initial;
  }
  cx-navigation-ui.flyout .childs {
    display: flex;
  }
  cx-navigation-ui.flyout .wrapper cx-icon {
    display: none;
  }
  cx-navigation-ui.flyout > nav > ul > li > .wrapper {
    transition: opacity 0.4s;
  }
}
cx-navigation-ui.flyout.accNavComponent {
  background-color: transparent;
}
cx-navigation-ui.flyout.accNavComponent button:hover {
  color: var(--cx-color-primary);
  outline: 0;
}
@media (max-width: 991.98px) {
  cx-navigation-ui.flyout.accNavComponent nav li.is-open {
    background-color: var(--cx-color-medium);
    display: block;
  }
}
.cx-theme-high-contrast-dark cx-navigation-ui.flyout,
.cx-theme-high-contrast-light cx-navigation-ui.flyout {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
}
.cx-theme-high-contrast-dark cx-navigation-ui.flyout nav ul li > cx-generic-link + button,
.cx-theme-high-contrast-light cx-navigation-ui.flyout nav ul li > cx-generic-link + button {
  border-style: none;
}
.cx-theme-high-contrast-dark cx-navigation-ui.flyout button:hover,
.cx-theme-high-contrast-light cx-navigation-ui.flyout button:hover {
  outline-color: var(--cx-color-dark);
}
.cx-theme-high-contrast-light cx-navigation-ui.flyout cx-generic-link:hover {
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-light cx-navigation-ui.flyout a:hover {
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-light cx-navigation-ui.flyout button:hover {
  color: var(--cx-color-text);
}
cx-category-navigation span,
cx-category-navigation button:not(cx-generic-link + button),
cx-category-navigation cx-navigation-ui > nav > ul > li > cx-generic-link {
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}
cx-category-navigation h4 {
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
}
cx-category-navigation li {
  list-style: none;
}
cx-category-navigation cx-navigation-ui > nav > ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
@media (min-width: 992px) {
  cx-category-navigation cx-navigation-ui > nav > ul > li {
    padding-inline-end: 15px;
    padding-inline-start: 15px;
  }
}
cx-category-navigation cx-navigation-ui > nav > ul > li {
  list-style: none;
  display: flex;
}
@media (min-width: 992px) {
  cx-category-navigation cx-navigation-ui > nav > ul > li > .wrapper {
    margin-top: 67px;
  }
}
@media (max-width: 991.98px) {
  cx-category-navigation cx-navigation-ui.flyout.is-open li.is-open:not(.back) > span {
    display: none;
  }
}
cx-footer-navigation {
  background-color: var(--cx-color-background-dark);
}
cx-footer-navigation a {
  font-size: var(--cx-font-small, 0.8rem);
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-footer-navigation a:hover {
  color: var(--cx-color-inverse);
  text-decoration: underline;
}
cx-footer-navigation cx-navigation-ui span {
  text-transform: uppercase;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  margin-bottom: 20px;
  display: block;
}
cx-footer-navigation cx-navigation-ui {
  justify-content: center;
}
cx-footer-navigation cx-navigation-ui > nav > ul {
  display: flex;
}
@media (max-width: 767.98px) {
  cx-footer-navigation cx-navigation-ui > nav > ul {
    flex-direction: column;
  }
}
cx-footer-navigation cx-navigation-ui > nav > ul > li {
  margin: 3vw;
}
cx-footer-navigation cx-navigation-ui nav ul.childs > li > cx-generic-link > a:hover {
  color: var(--cx-color-inverse);
}
.cx-theme-high-contrast-dark cx-footer-navigation cx-navigation-ui,
.cx-theme-high-contrast-light cx-footer-navigation cx-navigation-ui {
  background-color: var(--cx-color-background);
}
.cx-theme-high-contrast-dark cx-footer-navigation,
.cx-theme-high-contrast-light cx-footer-navigation {
  background-color: var(--cx-color-background);
  border-top: 1px solid var(--cx-color-dark);
}
.cx-theme-high-contrast-light cx-footer-navigation cx-navigation-ui span {
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-light cx-footer-navigation a {
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-light cx-footer-navigation cx-navigation-ui nav ul.childs > li > cx-generic-link > a:hover {
  color: var(--cx-color-text);
}
cx-scroll-to-top {
  display: none;
  height: 48px;
  width: 48px;
  position: fixed;
  bottom: 80px;
  inset-inline-end: 60px;
  z-index: 100;
}
cx-scroll-to-top.display {
  display: initial;
  animation: popup 1s 1;
}
cx-scroll-to-top button {
  height: inherit;
  width: inherit;
  font-size: 30px;
  color: var(--cx-color-inverse);
  background-color: var(--cx-color-primary);
  border: transparent;
  border-radius: 12px;
  box-shadow:
    rgba(0, 0, 0, 0.07) 0px 1px 1px,
    rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px,
    rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
}
@media (hover: hover) {
  cx-scroll-to-top button:hover {
    background-color: var(--cx-color-primary-accent);
  }
}
.cx-theme-high-contrast-dark cx-scroll-to-top button {
  color: var(--cx-color-medium);
}
@keyframes popup {
  0% {
    transform: translateY(100px);
  }
  100% {
    transform: translateY(0);
  }
}
@media (max-width: 767.98px) {
  cx-scroll-to-top {
    inset-inline-end: 15px;
  }
}
cx-my-account-v2-navigation {
  background: var(--cx-color-inverse);
  font-family: sans-serif;
  padding: 5px 5px 5px 5px;
  width: 100%;
}
cx-my-account-v2-navigation a {
  font-size: var(--cx-font-medium);
  font-weight: bold;
  width: 100%;
  height: 50px;
  display: flex;
  text-indent: 5px;
  padding: 16px !important;
}
cx-my-account-v2-navigation a:hover {
  color: var(--cx-color-primary);
  text-decoration: underline;
}
cx-my-account-v2-navigation cx-navigation-ui {
  background: var(--cx-color-inverse);
  flex-direction: column;
  width: 100%;
}
cx-my-account-v2-navigation cx-navigation-ui span,
cx-my-account-v2-navigation cx-navigation-ui h4 {
  text-indent: 5px;
  font-weight: bold;
  display: block;
  padding: 10px 5px 15px 5px;
  background-color: var(--cx-color-background);
  border: 1px solid var(--cx-color-medium);
  width: 100%;
  height: 40px;
  margin-top: 20px;
  margin-bottom: 0px;
  line-height: normal;
}
cx-my-account-v2-navigation cx-navigation-ui > nav > ul > li a {
  border: 1px solid var(--cx-color-medium);
  border-top: none;
}
cx-my-account-v2-navigation cx-navigation-ui > nav > ul > li {
  margin-bottom: 20px;
}
cx-my-account-v2-navigation .fas {
  font-family: sans-serif, "Font Awesome 5 Free";
  font-size: var(--cx-font-medium);
  display: inline-block;
}
@media screen and (max-width: 544px) {
  cx-navigation-ui h4,
  cx-navigation-ui span {
    font-size: 14px;
  }
  cx-my-account-v2-navigation a,
  cx-my-account-v2-navigation .fas {
    height: auto;
    padding: 19px 0 19px 2px;
    font-size: 12px;
  }
}
@media screen and (max-width: 444px) {
  cx-navigation-ui h4,
  cx-navigation-ui span {
    font-size: 11px;
  }
  cx-my-account-v2-navigation a,
  cx-my-account-v2-navigation .fas {
    font-size: 10px;
    word-wrap: break-word;
  }
}
cx-media {
  position: relative;
  display: block;
}
cx-media img {
  max-width: 100%;
  max-height: 100%;
  transform: scale(1);
  opacity: 1;
  transition: all 0.6s;
}
cx-media.is-missing {
  height: 100%;
}
cx-media.is-missing {
  background: no-repeat top center url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" version="1.1" id="Layer_1" viewBox="0 0 515 515" xml:space="preserve"%3E%3Cstyle type="text/css"%3E.st0%7Bfill:%23FFFFFF;%7D.st1%7Bfill:%2377818B;%7D%3C/style%3E%3Crect y="0" class="st0" width="515" height="515"/%3E%3Cpath class="st1" d="M352.6,198.7h-31.9v15.6h31.9V198.7z M279.3,293.6c-5.9,5.2-14.8,8.1-23,8.1c-22.2,0-39.3-17.8-39.3-40 c0-1.5,0-3.7,0-5.2L279.3,293.6z M296.3,261.7c0,2.2,0,5.2,0,5.9l-64.4-37.8c7.4-5.2,15.6-8.9,24.4-8.9 C278.6,221.7,296.3,240.2,296.3,261.7z M129.7,204.7v120c0,8.9,5.9,15.6,15.6,15.6h214.1l-65.9-37.8c-9.6,8.9-23,14.8-37.8,14.8 c-30.4,0-54.8-25.9-54.8-55.6c0-5.2,0-9.6,1.5-13.3L129.7,204.7z M115.6,170.6L406,341.7l5.2,2.2l-2.2,5.9l-2.2,2.2l-2.2,5.9 l-5.9-3.7L108.9,183.2l-5.9-3.7l3.7-5.2l1.5-2.2l3.7-5.9L115.6,170.6z M206.7,181.7l-1.5-9.6c-1.5-2.2-2.2-3.7-5.2-3.7h-15.6h-14.8 c-2.2,0-3.7,1.5-5.2,3.7l-2.2,9.6h-1.5h-11.9l68.1,40c9.6-9.6,24.4-15.6,39.3-15.6c31.9,0,55.6,25.2,55.6,55.6 c0,5.2-1.5,9.6-2.2,14.8l74.1,43.7V198.7c0-9.6-7.4-17-15.6-17h-15.6c-5.2-1.5-8.9-5.2-11.1-8.9l-2.2-3.7 c-3.7-5.9-11.9-11.1-18.5-11.1h-45.2c-7.4,0-15.6,5.2-19.3,11.1l-3.7,5.2c-2.2,2.2-5.9,5.9-9.6,7.4h-23h-11.1H206.7L206.7,181.7z"/%3E%3C/svg%3E');
  background-size: contain;
}
@media (max-width: 767.98px) {
  cx-tab-paragraph-container > div > div.active.toggled {
    display: none;
  }
  cx-tab-paragraph-container > div > button.active.toggled {
    color: initial;
  }
  cx-tab-paragraph-container > div > button.active.toggled > span.accordion-icon:before {
    content: "+";
  }
  cx-tab-paragraph-container > div > button.active.toggled:after {
    width: 0;
    opacity: var(--cx-opacity, 0);
  }
}
cx-tab-paragraph-container > div > div {
  background: var(--cx-color-background);
}
cx-tab-paragraph-container > div > div:not(.active) {
  display: none;
}
cx-tab-paragraph-container > div > div .container > h2,
cx-tab-paragraph-container > div > div cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary > h2,
cx-page-layout.ProductDetailsPageTemplate cx-tab-paragraph-container > div > div cx-page-slot.Summary > h2,
cx-tab-paragraph-container > div > div cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs > h2,
cx-page-layout.ProductDetailsPageTemplate cx-tab-paragraph-container > div > div cx-page-slot.Tabs > h2,
cx-tab-paragraph-container > div > div cx-page-layout.ProductDetailsPageTemplate .tab-delivery > h2,
cx-page-layout.ProductDetailsPageTemplate cx-tab-paragraph-container > div > div .tab-delivery > h2 {
  display: none;
}
cx-tab-paragraph-container > div > button {
  margin: 0;
  padding: 0;
  appearance: none;
  outline: 0;
  border: 0;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: transparent;
  margin-bottom: 0;
}
cx-tab-paragraph-container > div > button.active,
cx-tab-paragraph-container > div > button:hover {
  color: var(--cx-color-primary-accent);
}
cx-tab-paragraph-container > div > button:focus {
  z-index: 1;
}
cx-tab-paragraph-container > div > button {
  cursor: pointer;
}
@media (min-width: 768px) {
  cx-tab-paragraph-container > div > button.active {
    cursor: initial;
  }
}
cx-tab-paragraph-container > div > button:after {
  content: "";
  display: block;
  margin-top: 15px;
  margin-inline-end: auto;
  margin-bottom: auto;
  margin-inline-start: auto;
  height: 3px;
  background: var(--cx-color-primary-accent);
  width: 0;
  opacity: 0;
  transition: all 0.6s;
}
cx-tab-paragraph-container > div > button.active:after,
cx-tab-paragraph-container > div > button:hover:after {
  width: 100%;
}
cx-tab-paragraph-container > div > button.active:after {
  opacity: 1;
}
cx-tab-paragraph-container > div > button:not(.active):hover:after {
  opacity: 0.5;
}
cx-tab-paragraph-container > div > button {
  border-top: 1px solid var(--cx-color-medium);
  font-size: var(--cx-font-size, 1.188rem);
  padding-top: 15px;
  padding-inline-end: 0;
  padding-bottom: 0;
  padding-inline-start: 4%;
  width: 100%;
  text-align: start;
  height: 63px;
  position: relative;
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-tab-paragraph-container > div > button:focus {
  box-shadow: 0 0 0 0;
}
cx-tab-paragraph-container > div > button > span.accordion-icon:before {
  content: "+";
  margin: 0px 15px;
  font-size: var(--cx-font-size, 2.063rem);
  bottom: 5px;
  position: absolute;
  inset-inline-end: 0;
  color: var(--cx-color-secondary);
}
cx-tab-paragraph-container > div > button:after {
  margin-top: 15px;
  margin-inline-end: auto;
  margin-bottom: auto;
  margin-inline-start: -4%;
}
cx-tab-paragraph-container > div > button.active {
  font-weight: var(--cx-font-weight-bold);
}
cx-tab-paragraph-container > div > button.active > span.accordion-icon:before {
  bottom: 8px;
  content: "\2013";
}
cx-tab-paragraph-container > div > button.active:after,
cx-tab-paragraph-container > div > button:hover:after {
  width: 104%;
}
cx-tab-paragraph-container > div > div {
  padding: 15px 5px;
}
cx-tab-paragraph-container .active {
  background-color: var(--cx-color-inverse);
}
.cx-theme-high-contrast-dark cx-tab-paragraph-container > div > button,
.cx-theme-high-contrast-light cx-tab-paragraph-container > div > button {
  border-top-color: var(--cx-color-text);
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-dark cx-tab-paragraph-container .active,
.cx-theme-high-contrast-light cx-tab-paragraph-container .active {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
}
cx-global-message {
  position: sticky;
  display: block;
  top: 0;
  z-index: 2;
}
.cx-theme-high-contrast-dark cx-global-message .alert-danger,
.cx-theme-high-contrast-dark cx-global-message .alert-warning,
.cx-theme-high-contrast-dark cx-global-message .alert-info,
.cx-theme-high-contrast-dark cx-global-message .alert-success,
.cx-theme-high-contrast-light cx-global-message .alert-danger,
.cx-theme-high-contrast-light cx-global-message .alert-warning,
.cx-theme-high-contrast-light cx-global-message .alert-info,
.cx-theme-high-contrast-light cx-global-message .alert-success {
  border: 1px solid var(--cx-color-text);
  background-color: var(--cx-color-background);
}
.cx-theme-high-contrast-dark cx-global-message .close,
.cx-theme-high-contrast-light cx-global-message .close {
  color: var(--cx-color-text);
}
cx-tab,
cx-tab-paragraph-container {
  --cx-tab-gap: 0;
  --cx-tab-btn-bg-color: var(--cx-color-background);
  --cx-tab-btn-width: 100%;
  --cx-tab-btn-border: none;
  --cx-tab-btn-border-radius: none;
  --cx-tab-btn-font-size: 1.2rem;
  --cx-tab-panel-bg: var(--cx-color-background);
  --cx-tab-panel-padding: 50px 0;
  --cx-tab-panel-border-radius: 0;
  --cx-tab-panel-margin-top: 0;
  --cx-tab-panel-border-top: 1px var(--cx-color-light) solid;
  --cx-tab-panel-border-end: none;
  --cx-tab-panel-border-bottom: none;
  --cx-tab-panel-border-start: none;
}
cx-tab .tab-btn,
cx-tab-paragraph-container .tab-btn {
  order: 0;
  transition: all 0.6s;
  font-size: var(--cx-tab-btn-font-size);
  text-align: center;
  margin: 0;
  border: 0;
}
cx-tab .tab-btn:first-of-type,
cx-tab-paragraph-container .tab-btn:first-of-type {
  grid-column: 3;
}
cx-tab .tab-btn,
cx-tab-paragraph-container .tab-btn {
  margin-bottom: 0;
  cursor: pointer;
}
cx-tab .tab-btn[disabled],
cx-tab-paragraph-container .tab-btn[disabled] {
  cursor: not-allowed;
}
cx-tab .tab-btn.active,
cx-tab-paragraph-container .tab-btn.active,
cx-tab .tab-btn:hover:not([disabled]),
cx-tab-paragraph-container .tab-btn:hover:not([disabled]) {
  color: var(--cx-color-primary);
}
cx-tab .tab-btn:focus,
cx-tab-paragraph-container .tab-btn:focus {
  z-index: 1;
}
cx-tab .tab-btn:focus-visible,
cx-tab-paragraph-container .tab-btn:focus-visible {
  outline-offset: -3px;
}
cx-tab .tab-btn.active:after,
cx-tab-paragraph-container .tab-btn.active:after,
cx-tab .tab-btn:hover:not([disabled]):after,
cx-tab-paragraph-container .tab-btn:hover:not([disabled]):after {
  width: 100%;
}
cx-tab .tab-btn.active:after,
cx-tab-paragraph-container .tab-btn.active:after {
  opacity: 1;
}
cx-tab .tab-btn:not(.active):hover:after,
cx-tab-paragraph-container .tab-btn:not(.active):hover:after {
  opacity: 0.5;
}
cx-tab .tab-btn:after,
cx-tab-paragraph-container .tab-btn:after {
  content: "";
  display: block;
  margin-top: 15px;
  margin-inline-end: auto;
  margin-bottom: auto;
  margin-inline-start: auto;
  height: 5px;
  background: var(--cx-color-primary);
  width: 0;
  opacity: 0;
  transition: all 0.6s;
}
cx-tab div[role=tabpanel],
cx-tab-paragraph-container div[role=tabpanel] {
  margin-top: var(--cx-tab-panel-margin-top);
  border-top: var(--cx-tab-panel-border-top);
  border-inline-end: var(--cx-tab-panel-border-end);
  border-bottom: var(--cx-tab-panel-border-bottom);
  border-inline-start: var(--cx-tab-panel-border-start);
  border-radius: var(--cx-tab-panel-border-radius);
  padding: var(--cx-tab-panel-padding);
  background: var(--cx-tab-panel-bg);
}
cx-tab div[role=tabpanel].active:focus-visible,
cx-tab-paragraph-container div[role=tabpanel].active:focus-visible {
  outline-offset: -3px;
}
cx-tab .tab,
cx-tab-paragraph-container .tab {
  display: flex;
  gap: var(--cx-tab-gap);
}
cx-tab .tab button,
cx-tab-paragraph-container .tab button {
  width: var(--cx-tab-btn-width);
  background-color: var(--cx-tab-btn-bg-color);
  border: var(--cx-tab-btn-border);
  border-radius: var(--cx-tab-btn-border-radius);
  color: inherit;
}
cx-tab .accordian .tab-btn,
cx-tab-paragraph-container .accordian .tab-btn {
  width: 100%;
  border-top: 1px var(--cx-color-light) solid;
  font-size: 18px;
  padding-top: 15px;
  padding-inline-end: 0;
  padding-bottom: 0;
  padding-inline-start: 4%;
  text-align: start;
  height: 63px;
  position: relative;
  color: inherit;
  background-color: var(--cx-color-background);
}
cx-tab .accordian .tab-btn:before,
cx-tab-paragraph-container .accordian .tab-btn:before {
  margin: 0px 15px;
  float: right;
  font-size: 33px;
  bottom: 12px;
  position: relative;
  color: var(--cx-color-text);
}
cx-tab .accordian .tab-btn:after,
cx-tab-paragraph-container .accordian .tab-btn:after {
  margin-top: 15px;
  margin-inline-end: auto;
  margin-bottom: auto;
  margin-inline-start: -4%;
}
cx-tab .accordian .tab-btn.active:after,
cx-tab-paragraph-container .accordian .tab-btn.active:after,
cx-tab .accordian .tab-btn:hover:after,
cx-tab-paragraph-container .accordian .tab-btn:hover:after {
  width: 104%;
}
cx-tab .accordian .tab-icon,
cx-tab-paragraph-container .accordian .tab-icon {
  margin: 0px 15px;
  float: right;
  font-size: 33px;
  bottom: 12px;
  position: relative;
  color: var(--cx-color-text);
}
cx-tab .accordian div,
cx-tab-paragraph-container .accordian div {
  padding: 15px 5px;
}
cx-video video {
  display: inherit;
  height: 100%;
  width: 100%;
  position: relative;
  z-index: 0;
}
@media (max-width: 767.98px) {
  cx-video a {
    font-size: 3vw;
  }
}
cx-video a {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  position: absolute;
  top: 2.5rem;
  left: 2.5rem;
  z-index: 1;
  padding: 0.5rem;
  margin-inline-end: var(--cx-margin-right, 2.5rem);
  color: var(--cx-color-text);
  background-color: rgba(150, 150, 150, 0.8);
  border-radius: 0.2rem;
  font-weight: var(--cx-font-weight-bold);
}
cx-video .video-container {
  position: relative;
}
cx-pdf .pdf-container {
  padding-top: 0.938rem;
  font-size: var(--cx-font-size, 0.875rem);
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-pdf .pdf-container a {
  color: var(--cx-color-text);
  line-height: 1.1875rem;
  text-decoration: underline;
  font-weight: 600;
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-pdf .pdf-container cx-icon {
  margin-inline-start: 0.3rem;
  background-color: transparent;
  border: none;
  text-decoration: none;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
@media (min-width: 768px) {
  body button.search {
    display: none;
  }
}
@media (max-width: 767.98px) {
  body div.search-icon {
    display: none;
  }
}
body.searchbox-is-active header,
body.searchbox-is-active .header {
  position: relative;
  z-index: 100;
}
body.searchbox-is-active cx-searchbox.search-box-v2 .results.has-outer-results {
  display: flex;
}
@media (max-width: 767.98px) {
  body.searchbox-is-active cx-searchbox.search-box-v2 .results.has-outer-results {
    display: block;
  }
}
body.searchbox-is-active.has-searchbox-results cx-searchbox .results {
  display: block;
}
body.searchbox-is-active.has-searchbox-results cx-searchbox.search-box-v2 .results {
  display: flex;
}
@media (max-width: 767.98px) {
  body.searchbox-is-active.has-searchbox-results cx-searchbox.search-box-v2 .results {
    display: block;
  }
}
body.searchbox-is-active.has-searchbox-results cx-storefront:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 767.98px) {
  body:not(.searchbox-is-active) cx-searchbox .cx-label-inner-container,
  body:not(.searchbox-is-active) cx-searchbox input {
    width: 0;
    padding: 0;
    border: none;
  }
  body:not(.searchbox-is-active) cx-searchbox .cx-input-label {
    display: none;
  }
  body:not(.searchbox-is-active) cx-searchbox button.reset {
    display: none;
  }
}
cx-searchbox {
  --cx-mobile-header-height: 60px;
}
@media (min-width: 768px) {
  cx-searchbox {
    position: relative;
    z-index: 0;
  }
}
cx-searchbox {
  z-index: 10;
  display: block;
}
cx-searchbox > * {
  z-index: 20;
}
@media (min-width: 768px) {
  cx-searchbox > * {
    background-color: var(--cx-color-inverse);
    position: relative;
  }
}
@media (min-width: 768px) {
  cx-searchbox > .cx-searchbox-container {
    background-color: unset;
    position: unset;
  }
}
cx-searchbox a,
cx-searchbox h3 {
  padding: 6px 16px;
  color: currentColor;
  -webkit-user-select: none;
  user-select: none;
}
cx-searchbox .cx-input-label {
  color: var(--cx-color-text);
}
@media (max-width: 767.98px) {
  cx-searchbox .cx-input-label {
    position: absolute;
    top: var(--cx-mobile-header-height);
    left: 10px;
    z-index: 30;
  }
}
cx-searchbox label {
  display: flex;
  align-content: stretch;
  align-items: center;
  margin: 0;
  padding-top: 6px;
  padding-inline-end: 6px;
  padding-bottom: 6px;
  padding-inline-start: 10px;
  gap: 15px;
}
@media (min-width: 768px) {
  cx-searchbox label.dirty div.search-icon {
    display: none;
  }
}
cx-searchbox label:not(.dirty) button.reset {
  display: none;
}
cx-searchbox label .cx-label-inner-container {
  display: flex;
  align-content: stretch;
  align-items: center;
  padding-top: 6px;
  padding-inline-end: 6px;
  padding-bottom: 6px;
  padding-inline-start: 10px;
}
cx-searchbox label .cx-label-inner-container:focus-within {
  outline-style: solid;
  outline-color: var(--cx-color-visual-focus);
  outline-width: var(--cx-visual-focus-width, 2px);
  outline-offset: 2px;
  transition: none;
  box-shadow: 0 0 0 2px var(--cx-color-inverse);
}
@media (max-width: 991.98px) {
  cx-searchbox label .cx-label-inner-container:focus-within {
    outline-offset: -2px;
  }
  cx-searchbox label .cx-label-inner-container:focus-within .ng-select-container {
    position: initial;
  }
  cx-searchbox label .cx-label-inner-container:focus-within[type=radio],
  cx-searchbox label .cx-label-inner-container:focus-within[type=checkbox],
  cx-searchbox label .cx-label-inner-container:focus-within.btn-tertiary {
    outline-offset: 2px;
  }
  cx-searchbox label .cx-label-inner-container:focus-within > cx-media {
    transition: none;
    padding: 2px;
  }
}
@media (min-width: 768px) {
  cx-searchbox label .cx-label-inner-container {
    border: 1px solid var(--cx-color-medium);
    width: 27vw;
    min-width: 300px;
    max-width: 550px;
    background-color: var(--cx-color-inverse);
  }
}
@media (max-width: 767.98px) {
  cx-searchbox label .cx-label-inner-container {
    position: absolute;
    left: 0;
    top: var(--cx-mobile-header-height);
    width: 100%;
    background-color: var(--cx-color-inverse);
    z-index: 20;
    padding-top: 25px;
  }
  cx-searchbox label .cx-label-inner-container:focus-within {
    padding: 27px 10px 8px;
    outline: 0;
  }
}
cx-searchbox label input {
  background: none;
  border: none;
  outline: none;
  display: block;
}
@media (max-width: 767.98px) {
  cx-searchbox label input {
    width: 100%;
    padding: 6px 16px;
    height: 48px;
    border: 1px solid var(--cx-color-medium);
    border-radius: 4px;
  }
  cx-searchbox label input:focus {
    outline-style: solid;
    outline-color: var(--cx-color-visual-focus);
    outline-width: var(--cx-visual-focus-width, 2px);
    outline-offset: 2px;
    transition: none;
    box-shadow: 0 0 0 2px var(--cx-color-inverse);
  }
}
@media (max-width: 767.98px) and (max-width: 991.98px) {
  cx-searchbox label input:focus {
    outline-offset: -2px;
  }
  cx-searchbox label input:focus .ng-select-container {
    position: initial;
  }
  cx-searchbox label input:focus[type=radio],
  cx-searchbox label input:focus[type=checkbox],
  cx-searchbox label input:focus.btn-tertiary {
    outline-offset: 2px;
  }
  cx-searchbox label input:focus > cx-media {
    transition: none;
    padding: 2px;
  }
}
cx-searchbox label input {
  flex-basis: 100%;
  height: 35px;
  color: var(--cx-color-text);
  z-index: 20;
}
cx-searchbox label input::-webkit-input-placeholder {
  color: var(--cx-color-dark);
}
cx-searchbox label input::-moz-placeholder {
  color: var(--cx-color-dark);
}
cx-searchbox label input:-moz-placeholder {
  color: var(--cx-color-dark);
}
cx-searchbox label input:-ms-input-placeholder {
  color: var(--cx-color-dark);
}
cx-searchbox label button,
cx-searchbox label div.search-icon {
  flex-basis: 48px;
  text-align: center;
  background: none;
  border: none;
  padding: 6px;
  color: var(--cx-color-secondary);
}
@media (max-width: 767.98px) {
  cx-searchbox label button,
  cx-searchbox label div.search-icon {
    color: var(--cx-color-primary);
    font-size: var(--cx-font-size, 1.563rem);
  }
  cx-searchbox label button.reset,
  cx-searchbox label div.search-icon.reset {
    display: none;
  }
}
cx-searchbox label button.reset cx-icon:before,
cx-searchbox label div.search-icon.reset cx-icon:before {
  font-size: 1.4rem;
}
@media (max-width: 767.98px) {
  cx-searchbox label button.reset cx-icon,
  cx-searchbox label div.search-icon.reset cx-icon {
    position: relative;
    left: 74px;
    z-index: 20;
    top: 52px;
    margin-top: 0;
  }
}
cx-searchbox .results {
  display: none;
  position: absolute;
  left: 0;
  padding-top: 14px;
  width: 100%;
  color: #000;
  background-color: #fff;
  font-size: var(--cx-font-small, 1rem);
}
cx-searchbox .results.no-headers {
  padding-top: 4px;
}
cx-searchbox .results {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-searchbox .results h3 {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
@media (max-width: 767.98px) {
  cx-searchbox .results {
    top: calc(var(--cx-mobile-header-height) + 79px);
    z-index: 10;
  }
}
cx-searchbox .results a {
  text-decoration: none;
  cursor: pointer;
  font-weight: 800;
}
cx-searchbox .results a .highlight,
cx-searchbox .results a .search-results-highlight {
  font-weight: normal;
  font-style: normal;
}
cx-searchbox .results a:hover,
cx-searchbox .results a:focus {
  background: var(--cx-color-light);
  color: currentColor;
}
cx-searchbox .results .trending-searches-container {
  display: none;
}
cx-searchbox .results .recent-searches,
cx-searchbox .results .trending-searches,
cx-searchbox .results .suggestions {
  margin-bottom: 20px;
}
cx-searchbox .results .recent-searches ul,
cx-searchbox .results .trending-searches ul,
cx-searchbox .results .suggestions ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
  border-top: solid 1px var(--cx-color-light);
}
cx-searchbox .results .recent-searches ul.no-headers,
cx-searchbox .results .trending-searches ul.no-headers,
cx-searchbox .results .suggestions ul.no-headers {
  border-top: none;
}
cx-searchbox .results .recent-searches ul li,
cx-searchbox .results .recent-searches ul a,
cx-searchbox .results .trending-searches ul li,
cx-searchbox .results .trending-searches ul a,
cx-searchbox .results .suggestions ul li,
cx-searchbox .results .suggestions ul a {
  flex: 100%;
  line-height: 2rem;
  display: block;
  max-width: 100%;
}
cx-searchbox .results .products cx-carousel {
  display: none;
}
@media (max-width: 767.98px) {
  cx-searchbox .results .products {
    display: none;
  }
}
cx-searchbox .results .products ul {
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
}
cx-searchbox .results .products ul a {
  display: grid;
  grid-column-gap: 16px;
}
cx-searchbox .results .products ul a.has-media {
  grid-template-columns: 50px 1fr;
}
cx-searchbox .results .products ul a {
  border-top: solid 1px var(--cx-color-light);
}
cx-searchbox .results .products ul a cx-media {
  grid-row: 1/3;
}
cx-searchbox .results .products ul a div.name {
  text-overflow: ellipsis;
  font-size: inherit;
  font-weight: inherit;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  white-space: nowrap;
  overflow: hidden;
}
cx-searchbox .results .products ul a .price {
  font-weight: normal;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-searchbox .search-panel-close-btn {
  display: none;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 input {
    background-color: var(--cx-color-light);
  }
  cx-searchbox.search-box-v2 input:focus {
    box-shadow: 0 -2px 0 #d3d6db;
  }
}
cx-searchbox.search-box-v2 .search-panel-close-btn {
  display: block;
  position: absolute;
  right: 40px;
  top: 24px;
  min-height: 1rem;
  color: #1f7bc0;
  padding: 5px 8px;
  z-index: 1;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .search-panel-close-btn {
    display: block;
    right: 12px;
    top: 20px;
  }
}
cx-searchbox.search-box-v2 {
  position: unset;
}
cx-searchbox.search-box-v2 a:hover {
  background: none;
}
cx-searchbox.search-box-v2 .results {
  height: 350px;
  display: none;
  padding: 24px 40px 48px 40px;
  margin-top: 14px;
  overflow: hidden;
  flex-wrap: wrap;
}
cx-searchbox.search-box-v2 .results .search-panel-header {
  width: 100%;
  display: flex;
  order: -1;
  height: min-content;
}
cx-searchbox.search-box-v2 .results .search-panel-header.header-panel-divider {
  border-bottom: 1px solid var(--cx-color-medium);
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .search-panel-header {
    display: none;
  }
}
cx-searchbox.search-box-v2 .results .search-panel-header .search-panel-close-btn {
  display: block;
}
cx-searchbox.search-box-v2 .results .search-panel-header h3:not(.cx-product-name) {
  padding-inline-start: 0;
  font-size: 1rem;
  font-weight: var(--cx-font-weight-semi);
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .search-panel-header h3:not(.cx-product-name) {
    display: none;
  }
}
cx-searchbox.search-box-v2 .results .search-panel-header h3:not(.cx-product-name).search-panel-message {
  display: inline-block;
}
cx-searchbox.search-box-v2 .results .search-panel-header .suggestions-header {
  width: 20%;
  display: none;
}
cx-searchbox.search-box-v2 .results .search-panel-header .trendingSearches-header {
  width: 20%;
}
cx-searchbox.search-box-v2 .results .search-panel-header .recentSearches-header {
  width: 20%;
  display: none;
}
cx-searchbox.search-box-v2 .results cx-recent-searches:has(.recent-searches) ~ .search-panel-header .recentSearches-header {
  display: inline-block;
}
cx-searchbox.search-box-v2 .results .trending-searches-container:has(.trending-searches) ~ .search-panel-header .trendingSearches-header {
  display: inline-block;
}
cx-searchbox.search-box-v2 .results .suggestions ~ .search-panel-header .suggestions-header {
  display: inline-block;
}
cx-searchbox.search-box-v2 .results .suggestions ~ cx-recent-searches:has(.recent-searches) ~ .search-panel-header .products-header {
  display: inline-block;
  flex-basis: 60%;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .suggestions ~ cx-recent-searches:has(.recent-searches) ~ .search-panel-header .products-header {
    width: 100%;
  }
}
cx-searchbox.search-box-v2 .results .trending-searches-container:has(.trending-searches) ~ cx-recent-searches:has(.recent-searches) ~ .search-panel-header .products-header {
  display: inline-block;
  flex-basis: 60%;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .trending-searches-container:has(.trending-searches) ~ cx-recent-searches:has(.recent-searches) ~ .search-panel-header .products-header {
    width: 100%;
  }
}
cx-searchbox.search-box-v2 .results .suggestions ~ .search-panel-header .products-header {
  display: inline-block;
  flex-basis: 80%;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .suggestions ~ .search-panel-header .products-header {
    width: 100%;
  }
}
cx-searchbox.search-box-v2 .results cx-recent-searches:has(.recent-searches) ~ .search-panel-header .products-header {
  display: inline-block;
  flex-basis: 80%;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results cx-recent-searches:has(.recent-searches) ~ .search-panel-header .products-header {
    width: 100%;
  }
}
cx-searchbox.search-box-v2 .results .trending-searches-container:has(.trending-searches) ~ .search-panel-header .products-header {
  display: inline-block;
  flex-basis: 80%;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .trending-searches-container:has(.trending-searches) ~ .search-panel-header .products-header {
    width: 100%;
  }
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results {
    height: inherit;
    margin-top: inherit;
    padding: 20px;
  }
}
cx-searchbox.search-box-v2 .results a {
  padding: 6px 0;
  color: currentColor;
  -webkit-user-select: none;
  user-select: none;
  max-width: 160px;
  display: block;
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-searchbox.search-box-v2 .results a .highlight,
cx-searchbox.search-box-v2 .results a .search-results-highlight {
  font-weight: normal;
  font-style: normal;
}
cx-searchbox.search-box-v2 .results h3:not(.cx-product-name) {
  display: none;
  padding-inline-start: 0;
  font-size: 1rem;
  font-weight: var(--cx-font-weight-semi);
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results h3:not(.cx-product-name) {
    display: inline-block;
    border-bottom: 1px solid var(--cx-color-medium);
    width: 100%;
  }
}
cx-searchbox.search-box-v2 .results h3:not(.cx-product-name) {
  font-weight: var(--cx-font-weight-semi);
}
cx-searchbox.search-box-v2 .results ul {
  padding-inline-start: 0;
  width: 100%;
}
cx-searchbox.search-box-v2 .results .suggestions {
  width: 20%;
  flex-wrap: wrap;
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
  border-top: none;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .suggestions {
    width: 100%;
    margin-bottom: 20px;
  }
}
cx-searchbox.search-box-v2 .results .suggestions:focus {
  background-color: pink;
}
cx-searchbox.search-box-v2 .results .suggestions ul {
  border-top: none;
}
cx-searchbox.search-box-v2 .results .suggestions ul li {
  padding: 0 40px 0 0;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .suggestions ul li {
    padding: 0;
  }
}
cx-searchbox.search-box-v2 .results .suggestions a:hover {
  color: var(--cx-color-primary);
  text-decoration: underline;
}
cx-searchbox.search-box-v2 .results cx-recent-searches {
  flex-wrap: wrap;
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
  border-top: none;
}
cx-searchbox.search-box-v2 .results cx-recent-searches:has(.recent-searches) {
  width: 20%;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results cx-recent-searches:has(.recent-searches) {
    width: 100%;
  }
}
cx-searchbox.search-box-v2 .results cx-recent-searches ul {
  border-top: none;
}
cx-searchbox.search-box-v2 .results cx-recent-searches ul li {
  padding: 0 40px 0 0;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results cx-recent-searches ul li {
    padding: 0;
  }
}
cx-searchbox.search-box-v2 .results cx-recent-searches a:hover {
  color: var(--cx-color-primary);
  text-decoration: underline;
}
cx-searchbox.search-box-v2 .results .trending-searches-container {
  display: none;
}
cx-searchbox.search-box-v2 .results .trending-searches-container:has(.trending-searches) {
  width: 20%;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .trending-searches-container:has(.trending-searches) {
    width: 100%;
  }
}
cx-searchbox.search-box-v2 .results .trending-searches-container cx-trending-searches {
  flex-wrap: wrap;
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
  border-top: none;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .trending-searches-container cx-trending-searches:has(.trending-searches) {
    width: 100%;
  }
}
cx-searchbox.search-box-v2 .results .trending-searches-container cx-trending-searches ul {
  border-top: none;
}
cx-searchbox.search-box-v2 .results .trending-searches-container cx-trending-searches ul li {
  padding: 0 40px 0 0;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .trending-searches-container cx-trending-searches ul li {
    padding: 0;
  }
}
cx-searchbox.search-box-v2 .results .trending-searches-container cx-trending-searches a:hover {
  color: var(--cx-color-primary);
  text-decoration: underline;
}
cx-searchbox.search-box-v2 .results .products cx-carousel {
  display: flex;
}
cx-searchbox.search-box-v2 .results .products ul {
  display: none;
}
cx-searchbox.search-box-v2 .results .products {
  width: 100%;
  flex-wrap: wrap;
  list-style: none;
  padding-inline-start: 0;
  margin-bottom: 0;
  overflow: hidden;
  position: relative;
  min-height: 100%;
}
cx-searchbox.search-box-v2 .results .products .slides {
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
cx-searchbox.search-box-v2 .results .products .slides cx-media.is-missing {
  height: 120px;
}
cx-searchbox.search-box-v2 .results .products .slides cx-media img {
  max-width: 120px;
}
cx-searchbox.search-box-v2 .results .products .slides h3.cx-product-name {
  text-overflow: ellipsis;
  overflow: hidden;
}
cx-searchbox.search-box-v2 .results .products .slides a:hover {
  color: var(--cx-color-primary);
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .products {
    display: block;
  }
}
cx-searchbox.search-box-v2 .results .suggestions ~ cx-recent-searches:has(.recent-searches) ~ .products {
  flex-basis: 60%;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .suggestions ~ cx-recent-searches:has(.recent-searches) ~ .products {
    width: 100%;
  }
}
cx-searchbox.search-box-v2 .results .trending-searches-container:has(.trending-searches) ~ cx-recent-searches:has(.recent-searches) ~ .products {
  flex-basis: 60%;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .trending-searches-container:has(.trending-searches) ~ cx-recent-searches:has(.recent-searches) ~ .products {
    width: 100%;
  }
}
cx-searchbox.search-box-v2 .results .suggestions ~ .products {
  flex-basis: 80%;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .suggestions ~ .products {
    width: 100%;
  }
}
cx-searchbox.search-box-v2 .results cx-recent-searches:has(.recent-searches) ~ .products {
  flex-basis: 80%;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results cx-recent-searches:has(.recent-searches) ~ .products {
    width: 100%;
  }
}
cx-searchbox.search-box-v2 .results .trending-searches-container:has(.trending-searches) ~ .products {
  flex-basis: 80%;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results .trending-searches-container:has(.trending-searches) ~ .products {
    width: 100%;
  }
}
cx-searchbox.search-box-v2 .results cx-carousel .indicators {
  display: none;
}
@media (max-width: 767.98px) {
  cx-searchbox.search-box-v2 .results cx-carousel .indicators {
    display: flex;
  }
}
cx-searchbox.search-box-v2 .message {
  border-bottom: solid 1px var(--cx-color-medium);
  font-size: var(--cx-font-small, 0.9rem);
  font-weight: 600;
  padding-top: 16px;
  padding-bottom: 5px;
}
.cx-theme-high-contrast-dark cx-searchbox,
.cx-theme-high-contrast-light cx-searchbox {
  border: 1px solid var(--cx-color-background);
}
.cx-theme-high-contrast-dark cx-searchbox label,
.cx-theme-high-contrast-light cx-searchbox label {
  background-color: var(--cx-color-background);
}
.cx-theme-high-contrast-dark cx-searchbox label input,
.cx-theme-high-contrast-light cx-searchbox label input {
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-dark cx-searchbox label input:focus,
.cx-theme-high-contrast-light cx-searchbox label input:focus {
  outline-style: none;
  box-shadow: none;
}
.cx-theme-high-contrast-dark cx-searchbox label .cx-label-inner-container,
.cx-theme-high-contrast-light cx-searchbox label .cx-label-inner-container {
  background-color: var(--cx-color-background);
  border: 1px solid var(--cx-color-text);
}
.cx-theme-high-contrast-dark cx-searchbox .suggestions,
.cx-theme-high-contrast-light cx-searchbox .suggestions {
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-dark cx-searchbox .results,
.cx-theme-high-contrast-light cx-searchbox .results {
  border: 1px solid var(--cx-color-text);
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-dark cx-searchbox .results a:hover,
.cx-theme-high-contrast-dark cx-searchbox .results a:focus,
.cx-theme-high-contrast-light cx-searchbox .results a:hover,
.cx-theme-high-contrast-light cx-searchbox .results a:focus {
  background: var(--cx-color-text);
  color: var(--cx-color-background);
}
.cx-theme-high-contrast-dark cx-searchbox .products,
.cx-theme-high-contrast-light cx-searchbox .products {
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
}
cx-facet button.heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0.4rem 0;
  padding: 0.4rem;
  width: 100%;
  border-bottom: 1px solid var(--cx-color-medium);
  cursor: pointer;
  font-weight: var(--cx-font-weight-semi);
}
cx-facet button.heading:hover,
cx-facet button.heading:focus {
  color: var(--cx-color-primary);
}
cx-facet button.heading cx-icon {
  font-size: 1rem;
}
@media (max-width: 991.98px) {
  cx-facet button.heading cx-icon {
    font-size: 1.3rem;
  }
}
cx-facet {
  display: block;
}
@media (max-width: 991.98px) {
  cx-facet:nth-of-type(-n+0).collapsed .collapse-icon,
  cx-facet:nth-of-type(-n+0).collapsed a,
  cx-facet:nth-of-type(-n+0).collapsed button:not(.heading) {
    display: none;
  }
  cx-facet:nth-of-type(-n+0):not(.collapsed) .expand-icon {
    display: none;
  }
  cx-facet:nth-of-type(n+1):not(.expanded) .collapse-icon,
  cx-facet:nth-of-type(n+1):not(.expanded) a,
  cx-facet:nth-of-type(n+1):not(.expanded) button:not(.heading) {
    display: flex;
  }
  cx-facet:nth-of-type(n+1).expanded .expand-icon {
    display: none;
  }
}
@media (min-width: 992px) {
  cx-facet:nth-of-type(-n+3).collapsed .collapse-icon,
  cx-facet:nth-of-type(-n+3).collapsed a,
  cx-facet:nth-of-type(-n+3).collapsed button:not(.heading) {
    display: none;
  }
  cx-facet:nth-of-type(-n+3):not(.collapsed) .expand-icon {
    display: none;
  }
  cx-facet:nth-of-type(n+4):not(.expanded) .collapse-icon,
  cx-facet:nth-of-type(n+4):not(.expanded) a,
  cx-facet:nth-of-type(n+4):not(.expanded) button:not(.heading) {
    display: none;
  }
  cx-facet:nth-of-type(n+4).expanded .expand-icon {
    display: none;
  }
}
cx-facet a,
cx-facet button {
  display: flex;
  align-items: baseline;
  padding: 0.4rem;
  cursor: pointer;
  color: var(--cx-color-text);
}
cx-facet a.value:hover,
cx-facet button.value:hover {
  text-decoration: none;
  color: var(--cx-color-primary);
}
@media (max-width: 991.98px) {
  cx-facet a.value > span,
  cx-facet button.value > span {
    display: flex;
    width: calc(100% - 1.8rem);
  }
  cx-facet a.value .label,
  cx-facet button.value .label {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
cx-facet a.value .count,
cx-facet button.value .count {
  margin-inline-start: 5px;
}
cx-facet a.value .count::before,
cx-facet button.value .count::before {
  content: "(";
}
cx-facet a.value .count::after,
cx-facet button.value .count::after {
  content: ")";
}
cx-facet button {
  background: none;
  border: none;
  display: inline-flex;
}
cx-facet button:hover {
  color: var(--cx-color-primary);
}
cx-facet.multi-select a.value:hover:not(.selected)::before {
  border-color: var(--cx-color-primary);
}
cx-facet.multi-select a.value::before {
  content: "\2713";
  color: transparent;
  flex-shrink: 0;
  font-size: 1rem;
  font-weight: bold;
  width: 1.3rem;
  height: 1.35rem;
  border-radius: 0.2rem;
  border: solid 1px var(--cx-color-text);
  display: flex;
  justify-content: center;
  align-items: center;
  margin-inline-end: 0.5rem;
}
cx-facet.multi-select a.value.selected::before {
  background-color: var(--cx-color-primary);
  border-color: var(--cx-color-primary);
  color: var(--cx-color-inverse);
}
.cx-theme-high-contrast-dark cx-facet.multi-select a.value.selected::before {
  background-color: transparent;
  border-color: var(--cx-color-dark);
}
cx-product-list cx-star-rating {
  padding-top: 0;
}
cx-product-list .cx-product-search-list {
  display: block;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--cx-color-medium);
  margin: 0 0 25px 0;
}
cx-product-list .cx-product-search-list:last-of-type {
  border: none;
}
cx-product-list .cx-product-container {
  margin: 40px 0;
}
cx-product-list .cx-sorting {
  border-style: solid;
  border-color: var(--cx-color-medium);
}
@media (max-width: 991.98px) {
  cx-product-list .cx-sorting {
    border: none;
  }
}
cx-product-list .cx-sorting.top {
  border-width: 0 0 1px 0;
  padding: 0 0 8px 0;
}
cx-product-list .cx-sorting.bottom {
  border-width: 1px 0 0 0;
  padding: 25px 0 0px 0;
}
@media (min-width: 992px) {
  cx-product-list .cx-sorting ng-select {
    width: 15rem;
  }
}
@media (max-width: 575.98px) {
  cx-product-list .cx-sorting .row .col-auto:first-of-type {
    padding-inline-start: 0;
    padding-inline-end: 10px;
  }
  cx-product-list .cx-sorting .row .col-auto:last-of-type {
    padding-inline-end: 10px;
    padding-inline-start: 0;
  }
}
cx-product-list .cx-pagination {
  display: inline-block;
  vertical-align: top;
}
cx-product-list .cx-pagination .page-link:hover {
  color: var(--cx-color-inverse);
}
cx-product-list .cx-sort-dropdown {
  height: 48px;
  align-items: center;
  display: flex;
}
@media (max-width: 575.98px) {
  cx-product-list .cx-sort-dropdown {
    display: unset;
    height: 80px;
  }
}
cx-product-list .cx-sort-dropdown span {
  margin-inline-end: 0.5rem;
  flex: none;
}
cx-product-list .cx-sort-dropdown cx-sorting {
  width: 100%;
}
cx-product-list .cx-sort-dropdown .ng-arrow-wrapper {
  padding-inline-end: 35px;
}
cx-product-list .cx-double-btn-container {
  display: grid;
  grid-gap: 5%;
  grid-template-columns: 1fr 1fr;
}
cx-product-list .cx-single-btn-container {
  display: grid;
  width: 50%;
  margin: auto;
}
cx-product-list .cx-single-btn-container .btn-block,
cx-product-list .cx-double-btn-container .btn-block {
  cursor: pointer;
}
cx-product-list .grid-btn-padding {
  padding-top: 25px;
}
cx-product-list .align-btn {
  margin-top: 0px !important;
}
.cx-theme-high-contrast-dark cx-product-list .cx-sort-dropdown,
.cx-theme-high-contrast-light cx-product-list .cx-sort-dropdown {
  color: var(--cx-color-text);
}
cx-product-list-item {
  padding-bottom: 1rem;
}
@media (min-width: 768px) {
  .cxFeat_consistentSizeProductCards cx-product-list-item {
    height: 272px;
  }
  .cxFeat_consistentSizeProductCards cx-product-list-item > div {
    height: 100%;
  }
  .cxFeat_consistentSizeProductCards cx-product-list-item .cx-product-summary {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
cx-product-list-item .cx-product-search-list {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--cx-color-light);
  margin: 0 0 25px 0;
}
cx-product-list-item .cx-product-search-list:last-of-type {
  border-width: 0 0 0 0;
}
cx-product-list-item .cx-product-image-container {
  display: block;
  text-align: center;
  height: 100%;
}
@media (max-width: 767.98px) {
  cx-product-list-item .cx-product-image-container:has(.is-missing) {
    padding: 2px;
  }
}
cx-product-list-item .cx-product-image {
  width: 100%;
  height: 100%;
  display: block;
}
@media (min-width: 768px) {
  .cxFeat_consistentSizeProductCards cx-product-list-item .cx-product-image {
    display: flex;
  }
  .cxFeat_consistentSizeProductCards cx-product-list-item .cx-product-image img {
    margin-top: auto;
    margin-bottom: auto;
    max-height: 255px;
  }
}
cx-product-list-item .cx-product-name {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  text-align: start;
  display: block;
  margin: 0 0 3px 0;
  color: var(--cx-color-text);
  text-decoration: none;
}
cx-product-list-item .cx-product-name h2 {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
@media (max-width: 767.98px) {
  cx-product-list-item .cx-product-name h2 {
    min-height: 48px;
  }
}
cx-product-list-item .cx-product-name:hover {
  color: var(--cx-color-primary);
}
cx-product-list-item .cx-product-name a {
  margin: 0 0 3px 0;
  color: var(--cx-color-text);
  text-decoration: none;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
@media (max-width: 767.98px) {
  cx-product-list-item .cx-product-name a {
    text-align: center;
    min-height: 48px;
  }
}
cx-product-list-item .cx-product-name a:hover {
  color: var(--cx-color-primary);
}
cx-product-list-item .cx-product-price {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  text-align: start;
  margin: 15px 0 0 0;
}
cx-product-list-item .cx-product-price.old {
  color: var(--cx-color-secondary);
  text-decoration: line-through;
}
cx-product-list-item .cx-product-price.new {
  margin-top: 0;
  margin-inline-end: 0;
  margin-bottom: 0;
  margin-inline-start: 5px;
  color: var(--cx-color-primary);
}
cx-product-list-item cx-media.is-missing {
  min-height: 255px;
}
.cxFeat_reserveSpaceForImagesOnPdpAndPlp cx-product-list-item img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: scale-down;
}
cx-product-list-item cx-variant-style-icons {
  display: block;
  margin-top: 1rem;
}
@media (max-width: 767.98px) {
  cx-product-list-item .cx-product-search-list {
    padding-bottom: 15px;
  }
  cx-product-list-item .cx-product-image {
    max-height: 255px;
  }
  cx-product-list-item .cx-product-name,
  cx-product-list-item .cx-product-rating,
  cx-product-list-item .cx-product-price {
    text-align: center;
  }
  cx-product-list-item .cx-product-name {
    height: 2.5rem;
  }
  cx-product-list-item .cx-product-price {
    margin: 1rem 0;
  }
  cx-product-list-item .cx-product-no-review {
    text-align: center;
  }
}
cx-product-grid .cx-product-image-container {
  display: block;
  text-align: center;
}
cx-product-grid .cx-product-image {
  width: 100%;
  padding: 20px;
  display: block;
}
@media (max-width: 767.98px) {
  cx-product-grid .cx-product-image {
    padding: 1.25rem 0 0 0;
  }
}
cx-product-grid .cx-product-name {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  text-align: center;
  display: block;
  margin: 0 0 25px 0;
  color: var(--cx-color-text);
  text-decoration: none;
  height: 2.4em;
  overflow: hidden;
  position: relative;
}
cx-product-grid .cx-product-name:before {
  bottom: 0;
  right: 0;
  position: absolute;
  content: "\2026";
}
cx-product-grid .cx-product-name:after {
  content: "";
  background: none repeat scroll 0% 0%;
  background-color: var(--cx-color-inverse);
  position: absolute;
  height: 50px;
  width: 100%;
  z-index: 1;
}
cx-product-grid .cx-product-name:hover {
  color: var(--cx-color-primary);
}
cx-product-grid .cx-product-rating {
  text-align: center;
}
cx-product-grid .cx-product-price-container {
  text-align: center;
}
cx-product-grid .cx-product-price {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  text-align: center;
  display: inline-block;
  margin: 0 0 25px 0;
}
cx-product-grid .cx-product-price .old {
  color: var(--cx-secondary);
  text-decoration: line-through;
  margin: 0;
}
cx-product-grid .cx-product-price .new {
  margin: 0 0 25px 5px;
  color: var(--cx-primary);
}
cx-product-grid-item {
  display: flex;
  flex-direction: column;
}
cx-product-grid-item .cx-product-search-list {
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--cx-color-light);
  margin: 0 0 25px 0;
}
cx-product-grid-item .cx-product-search-list:last-of-type {
  border-width: 0 0 0 0;
}
cx-product-grid-item cx-media.is-missing {
  min-height: 255px;
}
.cxFeat_reserveSpaceForImagesOnPdpAndPlp cx-product-grid-item img {
  aspect-ratio: 1/1;
  width: 100%;
  height: auto;
  object-fit: scale-down;
}
cx-product-grid-item .cx-product-image-container {
  display: block;
  text-align: center;
}
@media (min-width: 768px) {
  .cxFeat_consistentSizeProductCards cx-product-grid-item .cx-product-image-container {
    margin-top: auto;
    margin-bottom: auto;
  }
}
cx-product-grid-item .cx-product-image {
  width: 100%;
  margin: 3rem 0;
}
@media (min-width: 768px) {
  .cxFeat_consistentSizeProductCards cx-product-grid-item .cx-product-image img {
    max-height: 255px;
  }
}
cx-product-grid-item .cx-product-rating {
  text-align: center;
}
cx-product-grid-item .cx-product-name {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  text-align: center;
  margin: 0 0 3px 0;
  color: var(--cx-color-text);
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  max-width: 100%;
  height: 40px;
  display: block;
}
cx-product-grid-item .cx-product-name:hover {
  color: var(--cx-color-primary);
}
cx-product-grid-item .cx-product-price-container {
  flex-grow: 1;
}
cx-product-grid-item .cx-product-price-container .cx-product-price {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  text-align: center;
  margin: 1rem 0;
}
cx-product-grid-item .cx-product-price-container .cx-product-price.old {
  color: var(--cx-color-secondary);
  text-decoration: line-through;
}
cx-product-grid-item .cx-product-price-container .cx-product-price.new {
  margin: 0 0 0 5px;
  color: var(--cx-color-primary);
}
cx-product-view .cx-product-layout {
  margin: 0;
  padding: 0;
  appearance: none;
  outline: 0;
  border: 0;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid var(--cx-color-dark);
}
cx-product-view .cx-product-layout.cx-product-grid .fas {
  font-size: 24px;
}
cx-product-view .cx-product-layout.cx-product-list .fas {
  font-size: 25px;
}
cx-product-view .cx-product-layout .fas {
  color: var(--cx-color-secondary);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
cx-product-view .cx-product-layout:focus,
cx-product-view .cx-product-layout:hover {
  box-shadow: none;
}
cx-product-view .cx-product-layout:focus .fas,
cx-product-view .cx-product-layout:hover .fas {
  color: var(--cx-color-primary);
}
cx-active-facets {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
  color: var(--cx-color-text);
}
cx-active-facets div:first-child {
  flex: 100%;
  padding: 0 0 10px 0;
  margin: 0 0 20px 0;
  font-size: 1.125rem;
}
@media (max-width: 991.98px) {
  cx-active-facets div:first-child {
    display: none;
  }
}
cx-active-facets a {
  display: flex;
  align-items: center;
  transition: all 0.3s;
  min-width: 0;
  color: var(--cx-color-text);
  font-size: var(--cx-font-size, 0.92rem);
  background: var(--cx-color-background);
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-active-facets a:hover {
  background: var(--cx-color-light);
  color: var(--cx-color-primary);
  text-decoration: none;
}
cx-active-facets a {
  border-radius: 4px;
  margin-top: 0;
  margin-inline-end: 10px;
  margin-bottom: 10px;
  margin-inline-start: 0;
}
cx-active-facets a > span {
  margin-inline-start: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
cx-active-facets a cx-icon {
  font-size: 1rem;
  padding: 10px;
}
cx-active-facets a cx-icon:hover {
  color: var(--cx-color-primary);
}
body.modal-open {
  overflow: hidden;
}
cx-facet-list.dialog {
  z-index: 11;
  position: fixed;
}
cx-facet-list.dialog > .inner {
  background-color: var(--cx-color-background);
  transition: transform 0.3s ease-in-out;
}
cx-facet-list.active.dialog > .inner {
  transform: translate3d(0, 0, 0);
}
cx-facet-list.dialog {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition: background-color 0.3s ease-in-out;
}
cx-facet-list.active.dialog {
  background-color: rgba(0, 0, 0, 0.5);
}
cx-facet-list.dialog {
  display: flex;
  justify-content: center;
  align-items: center;
}
cx-facet-list.dialog > .inner {
  transform: translate3d(0, 100%, 0);
}
@media (max-width: 991.98px) {
  cx-facet-list .inner {
    max-height: 100vh;
    overflow: scroll;
  }
}
cx-facet-list .inner {
  padding-top: 0;
  padding-inline-end: 10px;
  padding-bottom: 10px;
  padding-inline-start: 10px;
}
cx-facet-list .inner h4 {
  position: sticky;
  top: 0;
  background: var(--cx-color-background);
  padding: 0.4rem;
  padding-top: 10px;
}
cx-facet-list .inner h4 .close {
  opacity: 1;
}
cx-facet-list .inner h4 .close:hover {
  color: var(--cx-color-primary);
}
@media (min-width: 992px) {
  cx-facet-list .inner h4 {
    display: none;
  }
}
cx-facet-list .inner .list-header {
  display: flex;
  justify-content: space-between;
  padding: 0.625rem 0.4rem 0 0.4rem;
}
cx-facet-list .inner .list-header h4 {
  padding: 0;
}
cx-facet-list .inner .list-header .close {
  opacity: 1;
}
cx-facet-list .inner .list-header .close:hover {
  color: var(--cx-color-primary);
}
@media (min-width: 992px) {
  cx-facet-list .inner .list-header {
    display: none;
  }
  .cxFeat_a11yFacetFilterByLabel cx-facet-list .inner .list-header {
    display: flex;
  }
  .cxFeat_a11yFacetFilterByLabel cx-facet-list .inner .list-header h4 {
    display: block;
  }
  .cxFeat_a11yFacetFilterByLabel cx-facet-list .inner .list-header button.close {
    display: none;
  }
}
cx-facet-list .inner .cx-facet-list-footer {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
cx-facet-list .inner cx-tab .tab-btn {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  background: none;
}
cx-facet-list .inner cx-tab .tab-btn:after {
  display: none;
}
cx-facet-list .inner cx-tab .tab-btn {
  border-bottom: 1px solid var(--cx-color-medium);
  border-top: none;
  padding-top: 1rem;
  height: unset;
}
cx-facet-list .inner cx-tab .tab-btn:hover,
cx-facet-list .inner cx-tab .tab-btn:focus {
  color: var(--cx-color-primary);
}
cx-facet-list .inner cx-tab .tab-btn:hover .tab-icon,
cx-facet-list .inner cx-tab .tab-btn:focus .tab-icon {
  color: var(--cx-color-primary);
}
cx-facet-list .inner cx-tab .tab-btn .tab-icon {
  font-size: 25px;
  font-weight: normal;
  bottom: 6px;
}
cx-facet-list .inner cx-tab .accordian div {
  padding: 0;
}
cx-facet-list .inner cx-tab .accordian cx-tab-panel .active {
  padding: 8px 0;
}
cx-facet-list.dialog > .inner {
  width: 95vw;
  height: 95%;
}
.cx-theme-high-contrast-dark cx-facet-list .inner cx-tab .tab-btn {
  color: var(--cx-color-text);
}
cx-product-facet-navigation {
  min-width: 0;
}
@media (min-width: 992px) {
  cx-product-facet-navigation button.dialog-trigger {
    display: none;
  }
}
cx-product-attributes table {
  width: 100%;
  margin: 0 0 30px 0;
}
cx-product-attributes table th h2 {
  margin: 0 0 18px 0;
}
cx-product-attributes table tr {
  border-color: var(--cx-color-light);
  border-width: 1px 0 1px;
  border-style: solid;
}
cx-product-attributes table td {
  padding: 12px 0 12px 0;
  vertical-align: top;
  width: 50%;
}
cx-product-attributes table ul {
  list-style: none;
  padding: 0 0 0 0;
}
cx-product-images {
  display: flex;
  flex-direction: column;
}
.cxFeat_productCarouselScrolling cx-product-images {
  overflow: auto;
}
cx-product-images {
  height: 100%;
}
cx-product-images > cx-media {
  height: 100%;
  width: 100%;
  position: relative;
}
cx-product-images > cx-media img {
  object-fit: scale-down;
}
cx-product-images cx-media {
  outline: none;
  text-align: center;
  cursor: zoom-in;
}
.cxFeat_reserveSpaceForImagesOnPdpAndPlp cx-product-images cx-media {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: scale-down;
}
cx-product-images cx-media.is-missing {
  min-height: 30vh;
}
cx-product-images cx-media:not(.is-loading):after {
  animation-play-state: paused;
}
cx-product-images cx-media.is-loading:after {
  --cx-opacity: 1;
}
cx-product-images cx-media.is-waiting:after {
  --cx-opacity: 1;
}
cx-product-images .thumbs cx-media {
  margin: 0.5vw;
  padding: 0.5vw;
}
.cxFeat_productCarouselScrolling cx-product-images .thumbs cx-media {
  width: 120px;
}
cx-product-images .thumbs cx-media {
  cursor: pointer;
}
cx-product-images .thumbs cx-media.is-missing {
  min-height: 80px;
}
cx-product-images .thumbs cx-media {
  border: 2px solid var(--cx-color-light);
}
cx-product-images .thumbs cx-media.is-active,
cx-product-images .thumbs cx-media:hover {
  border-color: var(--cx-color-primary);
}
cx-product-images .thumbs cx-media.is-active {
  border-style: dotted;
}
cx-product-images .thumbs cx-media:hover {
  border-style: dashed;
}
@media (min-width: 992px) {
  cx-product-intro {
    padding-top: 20px;
    padding-inline-end: 20px;
    padding-bottom: 0px;
    padding-inline-start: 20px;
  }
}
cx-product-intro .code {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
  color: var(--cx-color-secondary);
  margin: 0 0 20px 0;
}
cx-product-intro .rating {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
cx-product-intro .rating .count {
  margin-top: 0;
  margin-inline-end: 20px;
  margin-bottom: 0;
  margin-inline-start: 5px;
}
cx-product-intro .rating cx-star-rating {
  padding: 0 0 15px 0;
}
cx-product-reviews .rating-input {
  display: none;
}
cx-product-reviews .header {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid var(--cx-color-light);
  padding: 0 15px 15px;
  margin: 0 -15px 40px -15px;
}
cx-product-reviews .header button {
  margin-inline-start: auto;
}
cx-product-reviews .header .rating {
  flex-basis: 100%;
}
cx-product-reviews .review-list {
  padding: 0;
  margin: 0;
}
cx-product-reviews .review {
  display: grid;
  grid-template-columns: auto auto 10vw;
  grid-template-rows: repeat(3, minmax(10px, auto)) auto;
  grid-column-gap: 1vw;
  margin: 4vh 0 2vh;
}
cx-product-reviews .review cx-star-rating,
cx-product-reviews .review .title,
cx-product-reviews .review .text {
  grid-column: 1/span 2;
}
@media (max-width: 991.98px) {
  cx-product-reviews .review .text {
    grid-column: 1/span 3;
  }
}
cx-product-reviews .review .date {
  grid-column: 1/span 1;
}
cx-product-reviews .review .name {
  grid-column: 1/span 1;
}
cx-product-reviews .review .text {
  grid-row: 0;
}
cx-product-reviews .review .title {
  font-weight: bold;
}
cx-product-reviews .review .text {
  margin: 0.5vh 0;
}
cx-product-reviews .review .name,
cx-product-reviews .review .date {
  text-align: start;
}
@media (max-width: 991.98px) {
  cx-product-reviews .btn-secondary {
    margin: 0 0 1rem;
  }
}
cx-product-summary {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
}
@media (max-width: 991.98px) {
  cx-product-summary {
    padding-top: 1.5em;
  }
}
@media (min-width: 992px) {
  cx-product-summary {
    padding-top: 20px;
    padding-inline-end: 20px;
    padding-bottom: 0px;
    padding-inline-start: 20px;
  }
}
cx-product-summary .price {
  display: inline-block;
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  margin: 0 0 11px 0;
}
cx-product-summary .quantity label {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  margin: 15px 0 10px 0;
}
cx-product-summary .quantity .info {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
  margin-top: 0;
  margin-inline-end: 15px;
  margin-bottom: 0;
  margin-inline-start: 15px;
  color: var(--cx-color-secondary);
}
cx-product-summary cx-add-to-cart {
  margin: 20px 0 10px 0;
}
cx-stock-notification-dialog .cx-dialog-title {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-stock-notification-dialog .channels span {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-stock-notification-dialog .cx-stock-notification-text {
  margin: 0;
}
cx-stock-notification-dialog .cx-stock-notification-link {
  display: inline;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  color: var(--cx-color-dark);
}
cx-stock-notification-dialog .cx-stock-notification-link:hover {
  color: var(--cx-color-primary);
}
cx-stock-notification button.btn[aria-disabled=true] {
  opacity: 0.5;
  cursor: not-allowed !important;
}
cx-stock-notification .stock-notification-notes p {
  margin: 0 0 10px 0;
}
cx-stock-notification .stock-notification-notes p a {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  color: var(--cx-color-dark);
}
cx-stock-notification .stock-notification-notes p a:hover {
  color: var(--cx-color-primary);
}
cx-banner-carousel .carousel-panel {
  overflow: hidden;
}
cx-banner-carousel .inline-navigation {
  position: relative;
}
cx-banner-carousel .inline-navigation .carousel-panel {
  position: relative;
}
cx-banner-carousel .inline-navigation .carousel-panel,
cx-banner-carousel .inline-navigation .carousel-panel .item {
  max-height: 600px;
}
cx-banner-carousel .inline-navigation .carousel-panel .previous,
cx-banner-carousel .inline-navigation .carousel-panel .next {
  position: absolute;
  z-index: 10;
  height: 100%;
  width: 5vw;
  transition: all 0.4s;
}
cx-banner-carousel .inline-navigation .carousel-panel .previous:not([disabled]):hover,
cx-banner-carousel .inline-navigation .carousel-panel .next:not([disabled]):hover {
  font-size: 3rem;
}
cx-banner-carousel .inline-navigation .carousel-panel .next {
  right: 0;
}
cx-banner-carousel .inline-navigation .indicators {
  margin-top: -60px;
  z-index: 1;
}
cx-banner-carousel cx-banner a {
  display: flex;
  flex-direction: column;
}
cx-carousel {
  display: flex;
  flex: 100%;
  --cx-speed: 0.5;
  flex-direction: column;
}
cx-carousel > h2 {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  cx-carousel > h2 {
    margin-bottom: 3rem;
  }
}
cx-carousel .carousel-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cxFeat_a11yAddPaddingToCarouselPanel cx-carousel .carousel-panel {
  padding: 0 0.375rem;
}
cx-carousel .carousel-panel.size-1 .item {
  flex: 0 0 calc(100 / 1 * 1%);
}
cx-carousel .carousel-panel.size-2 .item {
  flex: 0 0 calc(100 / 2 * 1%);
}
cx-carousel .carousel-panel.size-3 .item {
  flex: 0 0 calc(100 / 3 * 1%);
}
cx-carousel .carousel-panel.size-4 .item {
  flex: 0 0 calc(100 / 4 * 1%);
}
cx-carousel .carousel-panel.size-5 .item {
  flex: 0 0 calc(100 / 5 * 1%);
}
cx-carousel .carousel-panel.size-6 .item {
  flex: 0 0 calc(100 / 6 * 1%);
}
cx-carousel .carousel-panel.size-7 .item {
  flex: 0 0 calc(100 / 7 * 1%);
}
cx-carousel .carousel-panel.size-8 .item {
  flex: 0 0 calc(100 / 8 * 1%);
}
cx-carousel .carousel-panel.size-9 .item {
  flex: 0 0 calc(100 / 9 * 1%);
}
cx-carousel .carousel-panel.size-10 .item {
  flex: 0 0 calc(100 / 10 * 1%);
}
cx-carousel .carousel-panel .slides {
  flex: auto;
  position: relative;
}
cx-carousel .carousel-panel .slides .slide {
  transition: 0.6s all;
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
cx-carousel .carousel-panel .slides .slide:not(.active) {
  position: absolute;
  opacity: 0;
  z-index: -1;
  transition: none;
}
cx-carousel .carousel-panel .slides .slide .item {
  opacity: 0;
  z-index: -1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}
cx-carousel .carousel-panel .slides .slide .item.active {
  opacity: 1;
  z-index: 1;
}
cx-carousel .carousel-panel .slides .slide .item {
  transition: 0.4s all;
}
cx-carousel .carousel-panel .slides .slide .item:nth-child(1) {
  transition-delay: calc(var(--cx-speed, 1) * 0.25s);
}
cx-carousel .carousel-panel .slides .slide .item:nth-child(2) {
  transition-delay: calc(var(--cx-speed, 1) * 0.5s);
}
cx-carousel .carousel-panel .slides .slide .item:nth-child(3) {
  transition-delay: calc(var(--cx-speed, 1) * 0.75s);
}
cx-carousel .carousel-panel .slides .slide .item:nth-child(4) {
  transition-delay: calc(var(--cx-speed, 1) * 1s);
}
cx-carousel .carousel-panel .slides .slide .item {
  visibility: hidden;
}
cx-carousel .carousel-panel .slides .slide .item.active {
  visibility: visible;
}
cx-carousel button {
  color: var(--cx-color-inverse);
}
cx-carousel button:focus {
  outline-style: solid;
  outline-color: var(--cx-color-visual-focus);
  outline-width: var(--cx-visual-focus-width, 2px);
  outline-offset: 2px;
  transition: none;
  box-shadow: 0 0 0 2px var(--cx-color-inverse);
}
@media (max-width: 991.98px) {
  cx-carousel button:focus {
    outline-offset: -2px;
  }
  cx-carousel button:focus .ng-select-container {
    position: initial;
  }
  cx-carousel button:focus[type=radio],
  cx-carousel button:focus[type=checkbox],
  cx-carousel button:focus.btn-tertiary {
    outline-offset: 2px;
  }
  cx-carousel button:focus > cx-media {
    transition: none;
    padding: 2px;
  }
}
cx-carousel button:focus {
  z-index: 10;
}
cx-carousel button[aria-disabled=false] {
  cursor: pointer;
}
cx-carousel .indicators {
  display: flex;
  justify-content: center;
}
cx-carousel .indicators button {
  margin: 0;
  transition: 0.6s all;
  border-style: none;
  background-color: var(--cx-color-inverse);
  font-size: var(--cx-font-size, 0.875rem);
  padding: 10px;
}
cx-carousel .indicators button .cx-icon {
  color: var(--cx-color-inverse);
  border: 4px solid var(--cx-color-primary);
  border-radius: 20px;
  background-color: var(--cx-color-inverse);
}
cx-carousel .indicators button[aria-disabled=true] .cx-icon {
  color: var(--cx-color-primary);
  background-color: var(--cx-color-inverse);
  padding: 2px;
}
cx-carousel .indicators button:not([aria-disabled=true]):hover {
  color: var(--cx-color-primary-accent);
}
cx-carousel .indicators button:focus {
  transition: none;
  outline-offset: -5px;
}
@media (max-width: 575.98px) {
  cx-carousel .indicators {
    display: none;
  }
}
cx-carousel .previous,
cx-carousel .next {
  background-color: transparent;
  border: none;
  font-size: 2rem;
  color: var(--cx-color-primary);
}
cx-carousel .previous[aria-disabled=true],
cx-carousel .next[aria-disabled=true] {
  opacity: 0.5;
}
cx-carousel .previous[aria-disabled=false]:hover,
cx-carousel .next[aria-disabled=false]:hover {
  color: var(--cx-color-primary-accent);
}
@media (max-width: 767.98px) {
  cx-carousel .previous,
  cx-carousel .next {
    min-width: 48px;
  }
}
.cx-theme-high-contrast-dark cx-carousel .indicators button,
.cx-theme-high-contrast-light cx-carousel .indicators button {
  background-color: var(--cx-color-background);
}
.cx-theme-high-contrast-dark cx-carousel .indicators button[aria-disabled=true] .cx-icon,
.cx-theme-high-contrast-light cx-carousel .indicators button[aria-disabled=true] .cx-icon {
  color: var(--cx-color-dark);
  background-color: var(--cx-color-light);
  padding: 4px;
}
.cx-theme-high-contrast-dark cx-carousel .indicators button .cx-icon,
.cx-theme-high-contrast-light cx-carousel .indicators button .cx-icon {
  color: var(--cx-color-light);
  background-color: var(--cx-color-dark);
  border: 3px solid var(--cx-color-dark);
}
cx-carousel-scrolling {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100vw;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 0;
}
cx-carousel-scrolling > h2 {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  font-weight: bold;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
@media (min-width: 1200px) {
  cx-carousel-scrolling > h2 {
    margin-bottom: 3rem;
  }
}
cx-carousel-scrolling .carousel-panel {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
cx-carousel-scrolling .carousel-items {
  display: flex;
  width: 100%;
  max-width: calc(100vw - 112px);
  min-width: 0;
  box-sizing: border-box;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
cx-carousel-scrolling .carousel-items::-webkit-scrollbar {
  display: none;
}
cx-carousel-scrolling .carousel-items .item {
  scroll-snap-align: start;
}
cx-carousel-scrolling .carousel-items .item a {
  margin: 4px 4px 0 4px;
}
.cxFeat_productCarouselScrolling cx-carousel-scrolling .carousel-items .item img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: scale-down;
}
cx-carousel-scrolling .carousel-items .carousel-items-start,
cx-carousel-scrolling .carousel-items .carousel-items-end {
  display: block;
  flex: 0 0 0px;
}
cx-carousel-scrolling button {
  color: var(--cx-color-inverse);
}
cx-carousel-scrolling button[aria-disabled=false] {
  cursor: pointer;
}
cx-carousel-scrolling .previous,
cx-carousel-scrolling .next {
  visibility: hidden;
  background-color: transparent;
  border: none;
  font-size: 2rem;
  color: var(--cx-color-primary);
}
cx-carousel-scrolling .previous[aria-disabled=true],
cx-carousel-scrolling .next[aria-disabled=true] {
  opacity: 0.5;
}
cx-carousel-scrolling .previous[aria-disabled=false]:hover,
cx-carousel-scrolling .next[aria-disabled=false]:hover {
  color: var(--cx-color-primary-accent);
}
cx-carousel-scrolling .previous,
cx-carousel-scrolling .next {
  min-width: 48px;
}
@media (hover: none) {
  cx-carousel-scrolling .scroll-possible {
    visibility: visible;
  }
}
cx-carousel-scrolling:hover .scroll-possible,
cx-carousel-scrolling:focus-within .scroll-possible {
  visibility: visible;
}
cx-product-carousel,
cx-merchandising-carousel {
  display: flex;
}
.cxFeat_productCarouselScrolling cx-product-carousel,
.cxFeat_productCarouselScrolling cx-merchandising-carousel {
  max-width: 100%;
}
cx-product-carousel a,
cx-merchandising-carousel a {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  padding-bottom: 10px;
  color: var(--cx-color-text);
  outline: none;
}
cx-product-carousel a h3,
cx-merchandising-carousel a h3 {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  height: auto;
  min-height: 30px;
  margin-top: 5px;
}
cx-product-carousel a:hover,
cx-merchandising-carousel a:hover,
cx-product-carousel a:focus,
cx-merchandising-carousel a:focus {
  color: var(--cx-color-primary);
  text-decoration: underline;
}
cx-product-carousel a:focus,
cx-merchandising-carousel a:focus {
  position: relative;
  z-index: 1;
}
cx-product-carousel cx-carousel-scrolling .item,
cx-merchandising-carousel cx-carousel-scrolling .item {
  flex: 0 0 261px;
}
cx-product-carousel cx-media,
cx-merchandising-carousel cx-media {
  align-self: center;
  width: 60%;
}
.cxFeat_productCarouselScrolling cx-product-carousel cx-media.is-loading,
.cxFeat_productCarouselScrolling cx-merchandising-carousel cx-media.is-loading {
  background-color: #f5f5f5;
}
cx-product-carousel cx-media.is-missing,
cx-merchandising-carousel cx-media.is-missing {
  min-height: 255px;
  align-self: auto;
  width: auto;
}
cx-product-references {
  padding-bottom: 50px;
}
.cxFeat_productCarouselScrolling cx-product-references {
  max-width: 100%;
}
cx-product-references a {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  padding-bottom: 10px;
  color: var(--cx-color-text);
}
cx-product-references a:focus {
  color: var(--cx-color-primary);
  z-index: 1;
  position: relative;
}
cx-product-references cx-media {
  align-self: center;
  width: 60%;
}
.cxFeat_productCarouselScrolling cx-product-references cx-media {
  width: 300px;
}
cx-product-references cx-media.is-missing {
  min-height: 200px;
}
cx-product-carousel-item .actions {
  width: 60%;
}
.cxFeat_productCarouselScrolling cx-product-carousel-item .actions {
  width: 70%;
}
cx-product-carousel-item .actions {
  margin: auto;
}
cx-product-carousel-item .actions > *:not(:first-child) {
  margin-bottom: 4px;
}
cx-star-rating {
  margin: 15px 0;
}
.cxFeat_reserveHorizontalSpaceStarRating cx-star-rating {
  min-width: 9rem;
}
cx-star-rating:not([disabled=true]) {
  cursor: pointer;
}
cx-star-rating .star {
  font-size: 20px;
  margin: 0 2.5px;
}
cx-star-rating .star:nth-child(1) {
  background:
    linear-gradient(
      calc(var(--star-rating-dir, 1) * 90deg),
      var(--cx-color-primary) 0%,
      var(--cx-color-primary) calc((var(--star-fill, 0) - 1 + 1) * 100%),
      var(--cx-color-dark) calc((var(--star-fill, 0) - 1 + 1) * 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
cx-star-rating .star:nth-child(2) {
  background:
    linear-gradient(
      calc(var(--star-rating-dir, 1) * 90deg),
      var(--cx-color-primary) 0%,
      var(--cx-color-primary) calc((var(--star-fill, 0) - 2 + 1) * 100%),
      var(--cx-color-dark) calc((var(--star-fill, 0) - 2 + 1) * 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
cx-star-rating .star:nth-child(3) {
  background:
    linear-gradient(
      calc(var(--star-rating-dir, 1) * 90deg),
      var(--cx-color-primary) 0%,
      var(--cx-color-primary) calc((var(--star-fill, 0) - 3 + 1) * 100%),
      var(--cx-color-dark) calc((var(--star-fill, 0) - 3 + 1) * 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
cx-star-rating .star:nth-child(4) {
  background:
    linear-gradient(
      calc(var(--star-rating-dir, 1) * 90deg),
      var(--cx-color-primary) 0%,
      var(--cx-color-primary) calc((var(--star-fill, 0) - 4 + 1) * 100%),
      var(--cx-color-dark) calc((var(--star-fill, 0) - 4 + 1) * 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
cx-star-rating .star:nth-child(5) {
  background:
    linear-gradient(
      calc(var(--star-rating-dir, 1) * 90deg),
      var(--cx-color-primary) 0%,
      var(--cx-color-primary) calc((var(--star-fill, 0) - 5 + 1) * 100%),
      var(--cx-color-dark) calc((var(--star-fill, 0) - 5 + 1) * 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
[dir=rtl] .star {
  --star-rating-dir: -1;
}
cx-card .cx-card-border {
  border: 1px solid var(--cx-color-medium);
}
cx-card .cx-card-container {
  display: flex;
}
cx-card .cx-card-label-container {
  flex-grow: 2;
  white-space: pre-line;
}
cx-card .cx-card-img-container cx-icon {
  width: auto;
}
cx-card .cx-text-green {
  color: var(--cx-color-success);
  font-weight: var(--cx-font-weight-bold);
}
cx-card .cx-text-gray {
  color: var(--cx-color-secondary);
}
cx-card .cx-card-title {
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  font-weight: var(--cx-font-weight-normal);
  margin-bottom: 0.5rem;
}
cx-card .cx-card-paragraph {
  padding-inline-start: 0.7em;
}
cx-card .cx-card-paragraph .cx-card-paragraph-title {
  padding-top: 0.7em;
}
cx-card .cx-card-fit-to-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
cx-card .cx-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
cx-card .cx-card-delete {
  background-color: var(--cx-color-background);
}
cx-card .cx-card-body-delete {
  padding: 1rem 0 0 0;
}
@media (max-width: 767.98px) {
  cx-card .cx-card-body-delete .btn-secondary {
    margin: 0 0 1rem;
  }
}
cx-card .cx-card-delete-msg {
  color: var(--cx-color-danger);
  padding: 0 0 1.25rem 0;
}
cx-card .cx-card-actions {
  display: flex;
  justify-content: flex-end;
  padding: 1.25rem 0 0 0;
  gap: 16px;
}
cx-card .cx-card-actions cx-generic-link {
  font-weight: var(--cx-font-weight-semi);
  color: var(--cx-color-primary);
  text-decoration: underline;
}
cx-card .cx-card-actions .cx-card-action-item {
  display: flex;
  align-items: center;
}
cx-card .cx-card-actions button.btn-tertiary {
  color: var(--cx-color-primary);
  border-radius: var(--cx-buttons-border-radius);
  padding: 12px 16px;
  border-style: none;
}
cx-card .cx-card-actions button.btn-tertiary:focus {
  outline-style: solid;
  outline-color: var(--cx-color-visual-focus);
  outline-width: var(--cx-visual-focus-width, 2px);
  outline-offset: 2px;
  transition: none;
  box-shadow: 0 0 0 2px var(--cx-color-inverse);
}
@media (max-width: 991.98px) {
  cx-card .cx-card-actions button.btn-tertiary:focus {
    outline-offset: -2px;
  }
  cx-card .cx-card-actions button.btn-tertiary:focus .ng-select-container {
    position: initial;
  }
  cx-card .cx-card-actions button.btn-tertiary:focus.btn-tertiary {
    outline-offset: 2px;
  }
  cx-card .cx-card-actions button.btn-tertiary:focus > cx-media {
    transition: none;
    padding: 2px;
  }
}
cx-card .cx-card-link {
  margin-inline-start: 1rem;
}
cx-card button.link {
  margin-inline-start: 1rem;
}
.cx-theme-high-contrast-dark cx-card .cx-card,
.cx-theme-high-contrast-light cx-card .cx-card {
  padding: 2px;
}
.cx-theme-high-contrast-dark cx-card .card-body,
.cx-theme-high-contrast-light cx-card .card-body {
  background-color: var(--cx-color-background);
}
[dir=ltr] cx-icon.flip-at-ltr,
[dir=rtl] cx-icon.flip-at-rtl {
  transform: scaleX(-1);
}
cx-icon,
.cx-icon {
  align-self: center;
  line-height: normal;
}
cx-icon.small:before,
.small.cx-icon:before {
  font-size: 0.9rem;
}
cx-icon svg,
.cx-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
cx-icon.small svg,
.small.cx-icon svg {
  width: 14px;
  height: 14px;
}
cx-pagination {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
cx-pagination a {
  color: var(--cx-color-text);
  width: 48px;
  height: 46px;
  font-size: var(--cx-font-size, 1.188rem);
  border: solid 1px var(--cx-color-medium);
  box-sizing: content-box;
  border-inline-end: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-pagination a:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: var(--cx-color-secondary);
  font-size: var(--cx-font-size, 2rem);
  line-height: 0;
}
cx-pagination a:last-child {
  border-inline-end: solid 1px var(--cx-color-medium);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: var(--cx-color-secondary);
  font-size: var(--cx-font-size, 2rem);
  line-height: 0;
}
cx-pagination a.current {
  background-color: var(--cx-color-primary);
  border-color: var(--cx-color-primary);
  color: var(--cx-color-inverse);
  opacity: 1;
  font-weight: var(--cx-font-weight-bold);
}
cx-pagination a.current,
cx-pagination a.disabled,
cx-pagination a.gap {
  pointer-events: none;
}
cx-pagination a:hover {
  text-decoration: none;
  background-color: var(--cx-color-background);
}
cx-pagination a.current + a {
  border-inline-start: none;
}
cx-pagination a:focus {
  z-index: 1;
}
.cx-theme-high-contrast-dark cx-pagination a,
.cx-theme-high-contrast-light cx-pagination a {
  border-color: var(--cx-color-dark);
}
.cx-theme-high-contrast-dark cx-pagination a:last-child,
.cx-theme-high-contrast-light cx-pagination a:last-child {
  border-color: var(--cx-color-dark);
}
.cx-theme-high-contrast-dark cx-pagination a.current {
  color: var(--cx-color-medium);
}
:root {
  --cx-popover-font-size: 0.875rem;
  --cx-popover-background: var(--cx-color-inverse);
  --cx-popover-min-width: 140px;
  --cx-popover-max-width: 280px;
  --cx-popover-border-width: 1px;
  --cx-popover-border-color: var(--cx-color-light);
  --cx-popover-border-radius: 5px;
  --cx-popover-arrow-width: 1rem;
  --cx-popover-arrow-height: 0.5rem;
  --cx-popover-arrow-color: var(--cx-popover-background);
  --cx-popover-z-index: 10;
  --cx-popover-box-shadow-color: rgba(0, 0, 0, 0.1);
}
cx-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--cx-popover-z-index);
  display: block;
  min-width: var(--cx-popover-min-width);
  max-width: var(--cx-popover-max-width);
  font-size: var(--cx-popover-font-size);
  word-wrap: break-word;
  background-color: var(--cx-popover-background);
  background-clip: padding-box;
  border: var(--cx-popover-border-width) solid var(--cx-popover-border-color);
  border-radius: var(--cx-popover-border-radius);
  padding: 1rem 0.938rem;
  box-shadow: 0px 1px 11px 2px var(--cx-popover-box-shadow-color);
}
@media (max-width: 575.98px) {
  cx-popover {
    max-width: 70vw;
  }
}
cx-popover {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-popover > .arrow {
  position: absolute;
  display: block;
  width: var(--cx-popover-arrow-width);
  height: var(--cx-popover-arrow-height);
  margin: 0 var(--cx-popover-border-radius);
}
cx-popover > .arrow::before,
cx-popover > .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
cx-popover.top,
cx-popover.top-left,
cx-popover.top-right {
  margin-bottom: var(--cx-popover-arrow-height);
}
cx-popover.top > .arrow,
cx-popover.top-left > .arrow,
cx-popover.top-right > .arrow {
  bottom: calc(calc(var(--cx-popover-arrow-height) * -1) - (var(--cx-popover-border-width)));
}
cx-popover.top > .arrow::before,
cx-popover.top-left > .arrow::before,
cx-popover.top-right > .arrow::before {
  bottom: 0;
  border-width: var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2) 0;
  border-top-color: var(--cx-popover-border-color);
}
cx-popover.top > .arrow::after,
cx-popover.top-left > .arrow::after,
cx-popover.top-right > .arrow::after {
  bottom: var(--cx-popover-border-width);
  border-width: var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2) 0;
  border-top-color: var(--cx-popover-arrow-color);
}
cx-popover.right,
cx-popover.right-top,
cx-popover.right-bottom {
  margin-inline-start: var(--cx-popover-arrow-height);
}
cx-popover.right > .arrow,
cx-popover.right-top > .arrow,
cx-popover.right-bottom > .arrow {
  left: calc(calc(var(--cx-popover-arrow-height) * -1) - (var(--cx-popover-border-width)));
  width: var(--cx-popover-arrow-height);
  height: var(--cx-popover-arrow-width);
  margin: var(--cx-popover-border-radius) 0;
}
cx-popover.right > .arrow::before,
cx-popover.right-top > .arrow::before,
cx-popover.right-bottom > .arrow::before {
  left: 0;
  border-width: calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2) 0;
  border-right-color: var(--cx-popover-border-color);
}
cx-popover.right > .arrow::after,
cx-popover.right-top > .arrow::after,
cx-popover.right-bottom > .arrow::after {
  left: var(--cx-popover-border-width);
  border-width: calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2) 0;
  border-right-color: var(--cx-popover-arrow-color);
}
cx-popover.left,
cx-popover.left-top,
cx-popover.left-bottom {
  margin-inline-end: var(--cx-popover-arrow-height);
}
cx-popover.left > .arrow,
cx-popover.left-top > .arrow,
cx-popover.left-bottom > .arrow {
  right: calc(calc(var(--cx-popover-arrow-height) * -1) - (var(--cx-popover-border-width)));
  width: var(--cx-popover-arrow-height);
  height: var(--cx-popover-arrow-width);
  margin: var(--cx-popover-border-radius) 0;
}
cx-popover.left > .arrow::before,
cx-popover.left-top > .arrow::before,
cx-popover.left-bottom > .arrow::before {
  right: 0;
  border-width: calc(var(--cx-popover-arrow-width) / 2) 0 calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height);
  border-left-color: var(--cx-popover-border-color);
}
cx-popover.left > .arrow::after,
cx-popover.left-top > .arrow::after,
cx-popover.left-bottom > .arrow::after {
  right: var(--cx-popover-border-width);
  border-width: calc(var(--cx-popover-arrow-width) / 2) 0 calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height);
  border-left-color: var(--cx-popover-arrow-color);
}
cx-popover.bottom,
cx-popover.bottom-left,
cx-popover.bottom-right {
  margin-top: var(--cx-popover-arrow-height);
}
cx-popover.bottom > .arrow,
cx-popover.bottom-left > .arrow,
cx-popover.bottom-right > .arrow {
  top: calc(calc(var(--cx-popover-arrow-height) * -1) - (var(--cx-popover-border-width)));
}
cx-popover.bottom > .arrow::before,
cx-popover.bottom-left > .arrow::before,
cx-popover.bottom-right > .arrow::before {
  top: 0;
  border-width: 0 calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2);
  border-bottom-color: var(--cx-popover-border-color);
}
cx-popover.bottom > .arrow::after,
cx-popover.bottom-left > .arrow::after,
cx-popover.bottom-right > .arrow::after {
  top: var(--cx-popover-border-width);
  border-width: 0 calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2);
  border-bottom-color: var(--cx-popover-arrow-color);
}
cx-popover.top > .arrow,
cx-popover.bottom > .arrow {
  left: 50%;
  margin-inline-start: calc(var(--cx-popover-arrow-width) / -2);
}
cx-popover.top-left > .arrow,
cx-popover.bottom-left > .arrow {
  left: 0.5em;
}
cx-popover.top-right > .arrow,
cx-popover.bottom-right > .arrow {
  left: auto;
  right: 0.5em;
}
cx-popover.left > .arrow,
cx-popover.right > .arrow {
  top: 50%;
  margin-top: calc(var(--cx-popover-arrow-width) / -2);
}
cx-popover.left-top > .arrow,
cx-popover.right-top > .arrow {
  top: 0.7em;
}
cx-popover.left-bottom > .arrow,
cx-popover.right-bottom > .arrow {
  top: auto;
  bottom: 0.7em;
}
cx-popover {
  opacity: 0;
}
cx-popover.opened {
  opacity: 1;
  transition: opacity 0.4s;
}
cx-popover .popover-body > .cx-close-row {
  display: flex;
  justify-content: flex-end;
}
cx-popover .popover-body > .cx-close-row .close {
  margin-top: -5px;
  margin-inline-end: -5px;
  font-size: 1rem;
}
.cx-theme-high-contrast-dark cx-popover,
.cx-theme-high-contrast-light cx-popover {
  background-color: var(--cx-color-background);
  box-shadow: none;
}
.cx-theme-high-contrast-dark cx-popover .popover-body > .cx-close-row .close,
.cx-theme-high-contrast-light cx-popover .popover-body > .cx-close-row .close {
  color: var(--cx-color-text);
}
:root {
  --cx-progress-button-radius: 24px;
  --cx-progress-button-border-width: 3px;
  --cx-progress-button-animation-time: 1s;
  --cx-progress-button-primary-color: var(--cx-color-primary);
  --cx-progress-button-secondary-color: var(--cx-color-inverse);
}
cx-progress-button .cx-progress-button-container {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  font-size: var(--cx-font-size, 1.188rem);
  font-weight: var(--cx-font-weight-bold);
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-progress-button .cx-progress-button-container .loader-container {
  position: relative;
  margin-inline-end: 10px;
  width: var(--cx-progress-button-radius);
  height: var(--cx-progress-button-radius);
}
cx-progress-button .cx-progress-button-container .loader {
  width: var(--cx-progress-button-radius);
  height: var(--cx-progress-button-radius);
  font-size: 10px;
  overflow: hidden;
  animation: circleRotation var(--cx-progress-button-animation-time) infinite linear;
}
cx-progress-button .cx-progress-button-container .loader::before {
  content: "";
  box-sizing: border-box;
  display: block;
  width: var(--cx-progress-button-radius);
  height: var(--cx-progress-button-radius);
  border: var(--cx-progress-button-border-width) solid;
  margin: auto;
  border-top-color: var(--cx-progress-button-secondary-color);
  border-bottom-color: var(--cx-progress-button-secondary-color);
  border-right-color: var(--cx-progress-button-secondary-color);
  border-left-color: var(--cx-progress-button-primary-color);
  border-radius: 50%;
  pointer-events: none;
}
@keyframes circleRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
cx-progress-button .cx-progress-button-container.overlay {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  user-select: none;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 10;
}
:root {
  --cx-spinner-radius: 120px;
  --cx-spinner-border-width: 15px;
  --cx-spinner-animation-time: 1s;
  --cx-spinner-primary-color: var(--cx-color-primary);
  --cx-spinner-secondary-color: var(--cx-color-light);
}
cx-spinner .loader-container {
  position: relative;
  margin-top: 30px;
  margin-inline-end: auto;
  margin-bottom: 30px;
  margin-inline-start: auto;
  width: var(--cx-spinner-radius);
  height: var(--cx-spinner-radius);
}
cx-spinner .loader {
  width: var(--cx-spinner-radius);
  height: var(--cx-spinner-radius);
  font-size: 10px;
  overflow: hidden;
  animation: load8 var(--cx-spinner-animation-time) infinite linear;
}
cx-spinner .loader::before {
  content: "";
  box-sizing: border-box;
  display: block;
  width: var(--cx-spinner-radius);
  height: var(--cx-spinner-radius);
  border: var(--cx-spinner-border-width) solid;
  margin: auto;
  border-top-color: var(--cx-spinner-secondary-color);
  border-bottom-color: var(--cx-spinner-secondary-color);
  border-right-color: var(--cx-spinner-secondary-color);
  border-left-color: var(--cx-spinner-primary-color);
  border-radius: 50%;
  pointer-events: none;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
cx-spinner.overlay {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  user-select: none;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 10;
}
cx-table table {
  white-space: nowrap;
  table-layout: fixed;
  width: 100%;
}
cx-table table td,
cx-table table th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
cx-table table th {
  padding: var(--cx-spatial-base) var(--cx-spatial-md);
  color: var(--cx-color-secondary);
  text-transform: uppercase;
}
cx-table table th.sortable {
  cursor: pointer;
}
cx-table table thead tr,
cx-table table > tr:not(:last-child) {
  border-bottom: solid 1px var(--cx-color-medium);
}
cx-table table th,
cx-table table td {
  transition: opacity 0.2s ease-in-out 0.2s, width 0.2s ease-in-out 0.2s;
  padding: var(--cx-spatial-md);
}
cx-table table th > *,
cx-table table td > * {
  display: flex;
}
cx-password-visibility-toggle {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  inset-inline-end: 10px;
  display: flex;
}
cx-password-visibility-toggle > button {
  font-size: 17px;
  margin: 0 !important;
  border: transparent;
  border-radius: 4px;
  background: none;
  color: var(--cx-color-secondary);
}
cx-password-visibility-toggle > button cx-icon {
  opacity: 0.8;
  width: 21px;
}
.cx-password-input-wrapper {
  position: relative;
}
cx-messaging .container,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
  min-height: 400px;
  padding-bottom: 2rem;
}
cx-messaging .container .cx-avatar-line,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-avatar-line,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-avatar-line,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-avatar-line {
  border: 0px solid;
  margin-inline-start: 2.1875rem;
  color: var(--cx-color-light);
  border-right-width: 1px;
}
.cx-theme-high-contrast-dark cx-messaging .container .cx-avatar-line,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging cx-page-slot.Summary .cx-avatar-line,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging cx-page-slot.Tabs .cx-avatar-line,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging .tab-delivery .cx-avatar-line,
.cx-theme-high-contrast-light cx-messaging .container .cx-avatar-line,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging cx-page-slot.Summary .cx-avatar-line,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging cx-page-slot.Tabs .cx-avatar-line,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging .tab-delivery .cx-avatar-line {
  color: var(--cx-color-dark);
}
cx-messaging .container .cx-messages,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  margin-inline-start: -2.1875rem;
  max-height: 400px;
  overflow-y: auto;
}
cx-messaging .container .cx-messages label,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages label,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages label,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages label,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages label,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages label,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages label {
  margin-bottom: 0;
  font-size: var(--cx-font-size, 0.875rem);
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-messaging .container .cx-messages .cx-message-card,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-card,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-message-card,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-card,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-card,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-card,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-message-card {
  display: flex;
  flex-direction: row;
  gap: 0.875rem;
}
cx-messaging .container .cx-messages .cx-message-card div,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-message-card div,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-card div,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-message-card div {
  width: 100%;
}
.cx-theme-high-contrast-dark cx-messaging .container .cx-messages .cx-message-card div,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging cx-page-slot.Summary .cx-messages .cx-message-card div,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-card div,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging .tab-delivery .cx-messages .cx-message-card div,
.cx-theme-high-contrast-light cx-messaging .container .cx-messages .cx-message-card div,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging cx-page-slot.Summary .cx-messages .cx-message-card div,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-card div,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging .tab-delivery .cx-messages .cx-message-card div {
  background-color: var(--cx-color-background);
  border-color: var(--cx-color-dark);
}
@media (min-width: 768px) {
  cx-messaging .container .cx-messages .cx-message-display,
  cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-display,
  cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-message-display,
  cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-display,
  cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-display,
  cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-display,
  cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-message-display {
    padding-inline-start: 4.875rem;
  }
}
cx-messaging .container .cx-messages .cx-message-left-align-text,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-message-left-align-text,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-left-align-text,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-message-left-align-text {
  padding: 20px 28px;
  border: 1px solid var(--cx-color-light);
  background-color: rgb(232.6, 241.8, 248.7);
  border-radius: 0px 16px 16px 16px;
  outline-offset: -2px;
}
cx-messaging .container .cx-messages .cx-message-right-align-text,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-right-align-text,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-message-right-align-text,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-right-align-text,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-right-align-text,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-right-align-text,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-message-right-align-text {
  padding: 20px 28px;
  border: 1px solid var(--cx-color-light);
  background-color: var(--cx-color-background);
  border-radius: 0px 16px 16px 16px;
  outline-offset: -2px;
}
cx-messaging .container .cx-messages .cx-attachment cx-icon,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-attachment cx-icon,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-attachment cx-icon,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-attachment cx-icon,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-attachment cx-icon,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-attachment cx-icon,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-attachment cx-icon {
  color: var(--cx-color-secondary);
}
cx-messaging .container .cx-messages .cx-attachment,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-attachment,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-attachment,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-attachment,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-attachment,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-attachment,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-attachment {
  margin: 0;
  color: var(--cx-color-text);
  cursor: pointer;
}
cx-messaging .container .cx-messages .cx-message-item-link,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-item-link,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-message-item-link,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-item-link,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-item-link,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-item-link,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-message-item-link {
  cursor: pointer;
}
cx-messaging .cx-message-footer {
  display: flex;
  gap: 1rem;
}
@media (min-width: 768px) {
  cx-messaging .cx-message-footer {
    padding-inline-start: 4.875rem;
  }
}
@media (max-width: 767.98px) {
  cx-messaging .cx-message-footer {
    flex-direction: column;
  }
  cx-messaging .cx-message-footer .cx-send {
    align-self: flex-end;
  }
}
cx-messaging .cx-message-footer .cx-message-box {
  width: 100%;
}
cx-messaging .cx-message-footer .cx-message-box cx-file-upload {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  width: 100%;
}
cx-messaging .cx-message-footer .cx-message-box cx-file-upload button {
  width: auto;
}
cx-messaging .cx-message-footer .cx-message-box cx-file-upload .cx-message-footer-text {
  text-decoration: underline;
  cursor: pointer;
  padding: 0rem 0.5rem;
  white-space: nowrap;
}
cx-messaging .cx-message-footer .cx-message-box cx-file-upload cx-icon {
  color: var(--cx-color-secondary);
  cursor: pointer;
  font-size: var(--cx-font-size, 1.25rem);
}
cx-messaging .cx-message-footer .cx-message-box .cx-footer-label {
  font-weight: var(--cx-font-weight-semi);
}
cx-messaging .cx-message-footer .cx-message-box .cx-footer-label .cx-message-item-selection {
  margin-inline-start: 0.5rem;
}
cx-messaging .cx-message-footer .cx-message-box .cx-footer-label .cx-message-input {
  display: flex;
  gap: 1rem;
}
cx-messaging .cx-message-footer .cx-message-box .cx-message-footer-info {
  display: flex;
  padding-inline-end: 7.5rem;
  justify-content: space-between;
}
cx-messaging .cx-message-footer .cx-message-box .cx-message-footer-info .cx-message-footer-info-text {
  width: 100%;
}
cx-messaging .cx-message-footer .cx-message-box .cx-message-footer-info p {
  font-size: var(--cx-font-size, 0.75rem);
  font-style: italic;
  text-align: end;
  margin: 0;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-messaging .cx-message-footer .cx-send {
  max-width: 6.5rem;
  height: 48px;
}
.cx-theme-high-contrast-dark cx-messaging .container .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging cx-page-slot.Summary .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging .tab-delivery .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-light cx-messaging .container .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging cx-page-slot.Summary .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging .tab-delivery .cx-messages .cx-message-left-align-text {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
}
.cx-theme-high-contrast-dark cx-messaging select,
.cx-theme-high-contrast-light cx-messaging select {
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
  border-color: var(--cx-color-text);
}
cx-avatar .cx-avatar {
  height: 4.375rem;
  min-width: 4.375rem;
  background-color: rgb(232.6, 241.8, 248.7);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid var(--cx-color-medium);
  font-size: var(--cx-font-size, 2rem);
  font-size: var(--cx-font-size, 1.85rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-avatar .right-align {
  background-color: var(--cx-color-background);
}
.cx-theme-high-contrast-dark cx-avatar .cx-avatar,
.cx-theme-high-contrast-light cx-avatar .cx-avatar {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
}
cx-site-theme-switcher {
  position: relative;
  margin-top: 14px;
  margin-inline-end: 17px;
  margin-bottom: 14px;
  margin-inline-start: 0;
}
@media (max-width: 991.98px) {
  cx-site-theme-switcher {
    display: inline-block;
  }
  cx-site-theme-switcher:first-child {
    margin-inline-start: 0;
  }
  cx-site-theme-switcher:not(:first-child) {
    padding-inline-start: 16px;
    border-inline-start: 1px solid var(--cx-color-secondary);
  }
}
cx-site-theme-switcher label {
  display: flex;
  align-items: center;
  margin: 0;
}
cx-site-theme-switcher label span {
  color: var(--cx-color-text);
  margin-inline-end: 5px;
}
cx-site-theme-switcher label cx-icon {
  margin: auto;
}
cx-site-theme-switcher cx-icon {
  margin-inline-start: -10px;
  z-index: unset;
  pointer-events: none;
  color: var(--cx-color-text);
}
cx-site-theme-switcher select {
  padding: 2px 4px;
  background-color: unset;
  color: var(--cx-color-text);
  border: 0;
  font-weight: var(--cx-font-weight-semi);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-inline-end: 14px;
  outline: none;
  position: relative;
}
@media (min-width: 992px) {
  cx-site-theme-switcher select {
    background-color: var(--cx-color-light);
  }
}
.cx-theme-high-contrast-dark cx-site-theme-switcher select,
.cx-theme-high-contrast-light cx-site-theme-switcher select {
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-dark cx-site-theme-switcher select option,
.cx-theme-high-contrast-light cx-site-theme-switcher select option {
  color: var(--cx-color-medium);
}
.cx-theme-high-contrast-dark cx-site-theme-switcher cx-icon,
.cx-theme-high-contrast-light cx-site-theme-switcher cx-icon {
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-light cx-site-theme-switcher select option {
  color: var(--cx-color-dark);
}
cx-anonymous-consent-management-banner .anonymous-consent-banner {
  position: fixed;
  bottom: 0;
  width: 100vw;
  background-color: var(--cx-color-inverse);
  z-index: 1000;
  border-top: 5px solid var(--cx-color-primary);
  color: var(--cx-color-text);
  padding: 2rem 0;
}
cx-anonymous-consent-management-banner .cx-banner-title {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  margin-bottom: 0.5rem;
}
cx-anonymous-consent-management-banner .cx-banner-description {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
}
cx-anonymous-consent-management-banner .cx-banner-buttons {
  text-align: end;
}
cx-anonymous-consent-management-banner .cx-banner-buttons button:last-child {
  margin-inline-start: 1.5rem;
}
@media (max-width: 575.98px) {
  cx-anonymous-consent-management-banner .cx-banner-buttons button {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  cx-anonymous-consent-management-banner .cx-banner-buttons {
    text-align: center;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  cx-anonymous-consent-management-banner .cx-banner-buttons {
    margin-top: 1rem;
  }
}
cx-anonymous-consent-management-banner .anonymous-consent-banner-hidden {
  display: none;
}
.cx-theme-high-contrast-dark cx-anonymous-consent-management-banner .anonymous-consent-banner,
.cx-theme-high-contrast-light cx-anonymous-consent-management-banner .anonymous-consent-banner {
  background-color: var(--cx-color-background);
}
cx-anonymous-consent-management-banner:has(.anonymous-consent-banner) ~ cx-scroll-to-top {
  bottom: 180px;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
cx-anonymous-consent-dialog {
  color: var(--cx-color-text);
  background-color: rgba(0, 0, 0, 0.5);
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-header {
  padding-top: 2rem;
  padding-inline-end: 1.75rem;
  padding-bottom: 0.85rem;
  padding-inline-start: 1.75rem;
}
.cx-theme-high-contrast-dark cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-header,
.cx-theme-high-contrast-light cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-header {
  background-color: var(--cx-color-background);
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-body {
  padding-top: 0;
  background-color: var(--cx-color-inverse);
}
@media (max-width: 575.98px) {
  cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-body {
    padding: 1.5rem;
    border-top: 1px solid var(--cx-color-light);
  }
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-buttons {
  text-align: end;
  padding: 1rem 4rem;
}
@media (max-width: 575.98px) {
  cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-buttons {
    padding: 1rem;
  }
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-message {
  padding: 1.5rem 1.75rem 0;
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-message .cx-message {
  margin: 0;
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-action-link {
  margin: 0 0.35rem;
  padding: 0;
  min-height: unset;
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-row {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-row {
    padding: 0;
  }
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content h3 {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-description {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  padding: 1.5rem 1.75rem 0;
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content a:not([href]):not([tabindex]) {
  text-decoration: underline;
}
.cx-theme-high-contrast-dark cx-anonymous-consent-dialog .cx-dialog-content,
.cx-theme-high-contrast-light cx-anonymous-consent-dialog .cx-dialog-content {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
  border: 1px solid var(--cx-color-text);
}
.cx-theme-high-contrast-dark cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-body,
.cx-theme-high-contrast-light cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-body {
  background-color: var(--cx-color-background);
}
.cx-theme-high-contrast-dark cx-anonymous-consent-dialog .cx-dialog-content .close,
.cx-theme-high-contrast-light cx-anonymous-consent-dialog .cx-dialog-content .close {
  color: var(--cx-color-text);
}
cx-anonymous-consent-open-dialog {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  cx-anonymous-consent-open-dialog {
    justify-content: flex-start;
  }
}
cx-anonymous-consent-open-dialog .btn-link {
  margin: 1.5vw 3vw;
  padding: 0;
  color: var(--cx-color-inverse);
  font-size: 0.875rem;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-anonymous-consent-open-dialog .btn-link:not(:hover) {
  text-decoration: none;
}
cx-anonymous-consent-open-dialog .btn-link:hover {
  color: var(--cx-color-inverse);
}
.cx-theme-high-contrast-light cx-anonymous-consent-open-dialog .btn-link {
  color: var(--cx-color-primary);
}
@media (max-width: 767.98px) {
  cx-payment-methods .cx-payment {
    padding-inline-start: 1.25rem;
    padding-inline-end: 1.25rem;
  }
}
cx-payment-methods .cx-header {
  padding: 2.5rem 0 0 0;
}
cx-payment-methods .cx-card-img-container .fab::before,
cx-payment-methods .cx-card-img-container .fas::before {
  font-size: var(--cx-font-size, 48px);
}
cx-payment-methods .cx-existing {
  display: flex;
  padding: 0rem 0 2.5rem 0;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  cx-payment-methods .cx-existing {
    padding: 0 0 3.125rem 0;
  }
}
@media (max-width: 767.98px) {
  cx-payment-methods .cx-existing {
    padding: 0 0 4.375rem 0;
  }
}
cx-payment-methods .cx-payment-card {
  padding-top: 1.875rem;
}
cx-payment-methods .cx-payment-inner {
  height: 100%;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
cx-consent-management .cx-consent-action-links {
  text-align: end;
  display: flex;
  justify-content: center;
  margin: 0 0 1.5rem;
}
@media (max-width: 575.98px) {
  cx-consent-management .cx-consent-action-links > div {
    padding: 0;
  }
}
cx-consent-management .cx-consent-action-links .cx-action-link {
  margin: 0 0.35rem;
}
cx-consent-management .cx-consent-toggles {
  display: flex;
  justify-content: center;
}
@media (max-width: 575.98px) {
  cx-consent-management .cx-consent-toggles {
    margin: 0 -24px;
    border-top: 1px solid var(--cx-color-light);
  }
}
@media (max-width: 575.98px) {
  cx-consent-management .cx-consent-toggles > div {
    padding-top: 15px;
  }
}
cx-consent-management-form .cx-be-bold {
  font-weight: var(--cx-font-weight-semi);
}
cx-consent-management-form input[type=checkbox]:disabled ~ .form-check-label {
  color: var(--cx-color-text);
}
cx-consent-management-form input[type=checkbox].form-check-input:disabled {
  cursor: not-allowed;
  box-shadow: none;
}
cx-consent-management-form .disabled-consent {
  opacity: 0.6;
}
cx-my-account-v2-consent-management .cx-consent-toggles {
  display: flex;
  justify-content: center;
}
cx-my-account-v2-consent-management .header {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  margin-bottom: 1rem;
}
cx-my-account-v2-consent-management .message {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  margin-bottom: 1rem;
}
cx-my-account-v2-consent-management .consent-form-container {
  max-width: 56rem;
}
cx-my-account-v2-consent-management .cx-consent-action-links {
  text-align: end;
  margin: 0 0 1rem;
}
cx-my-account-v2-consent-management .cx-consent-action-links .cx-action-link {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-my-account-v2-consent-management-form .name {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  display: block;
  margin-bottom: 0.2rem;
}
cx-my-account-v2-consent-management-form .description {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  display: block;
}
cx-my-account-v2-consent-management-form .consent-container {
  display: block;
}
cx-my-account-v2-consent-management-form .checkbox-input {
  top: -0.2rem;
}
cx-my-coupons .cx-coupon-deck {
  padding: 1.25rem 0 0 0;
}
cx-my-coupons .cx-coupon-spinner {
  padding: 5rem 0 5rem 0;
}
cx-my-coupons .cx-coupon-card {
  padding-bottom: 30px;
}
cx-my-coupons .cx-my-coupons-form-group {
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  display: flex;
}
cx-my-coupons .cx-my-coupons-form-group span {
  margin-inline-end: 0.5rem;
  flex: none;
}
cx-my-coupons .cx-my-coupons-form-group cx-sorting {
  width: 100%;
}
cx-my-coupons .cx-my-coupons-sort {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 767.98px) {
  cx-my-coupons .cx-my-coupons-sort {
    flex-direction: column;
    padding-top: 0;
  }
}
cx-my-coupons .cx-my-coupons-sort.top {
  padding: 1rem 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--cx-color-light);
}
cx-my-coupons .cx-my-coupons-sort.bottom {
  padding: 2rem 0 1rem 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: var(--cx-color-light);
}
@media (max-width: 767.98px) {
  cx-my-coupons .cx-mycoupon-thead-mobile {
    display: none;
  }
}
cx-my-coupons .cx-my-coupons-notes a {
  color: var(--cx-color-dark);
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-coupon-card .cx-coupon-card-row {
  display: flex;
  justify-content: space-between;
}
cx-coupon-card .cx-coupon-card-row.top {
  height: 48px;
}
cx-coupon-card .cx-coupon-card-row.bottom {
  padding: 1rem 0 0 0;
}
@media (max-width: 991.98px) {
  cx-coupon-card .cx-coupon-card-row.bottom {
    flex-direction: column;
  }
  cx-coupon-card .cx-coupon-card-row.bottom .cx-coupon-find-product {
    padding: 0;
  }
}
cx-coupon-card .cx-coupon-card-row .cx-coupon-card-head {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 80%;
}
cx-coupon-card .cx-coupon-card-row .cx-coupon-status {
  text-transform: uppercase;
  white-space: nowrap;
}
cx-coupon-card .cx-coupon-card-row .cx-coupon-status.effective {
  color: var(--cx-color-success);
}
cx-coupon-card .cx-coupon-card-row .cx-coupon-status.expiresoon {
  color: var(--cx-color-danger);
}
cx-coupon-card .cx-coupon-card-row .cx-coupon-status.presession {
  color: var(--cx-color-warning);
}
cx-coupon-card .cx-coupon-card-date {
  padding: 1rem 0 0 0;
}
cx-coupon-card .cx-coupon-card-date p {
  margin: 0;
}
cx-coupon-card .cx-coupon-card-date .cx-coupon-date {
  display: flex;
  width: 80%;
}
@media (max-width: 991.98px) {
  cx-coupon-card .cx-coupon-card-date .cx-coupon-date {
    flex-direction: column;
  }
}
cx-coupon-card .cx-coupon-card-date .cx-coupon-date-start {
  white-space: nowrap;
}
cx-coupon-card .cx-coupon-card-date .cx-coupon-date-end {
  white-space: nowrap;
}
cx-coupon-card a:not([href]) {
  text-decoration: underline;
}
cx-coupon-card a:not([href]).cx-card-read-more {
  color: var(--cx-color-text);
  padding: 1rem 0 0 0;
  cursor: pointer;
  display: inline-block;
}
cx-coupon-card a:not([href]).cx-card-read-more:hover {
  color: var(--cx-color-primary);
}
cx-coupon-card .cx-coupon-spinner {
  padding: 5rem 0 5rem 0;
}
cx-coupon-card .cx-coupon-card {
  padding-bottom: 30px;
}
cx-coupon-card .cx-my-coupons-form-group {
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  cx-coupon-card .cx-my-coupons-form-group {
    padding: 1.25rem;
  }
}
cx-coupon-card .cx-my-coupons-sort {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 767.98px) {
  cx-coupon-card .cx-my-coupons-sort {
    flex-direction: column;
    padding-top: 0;
  }
}
cx-coupon-card .cx-my-coupons-sort.top {
  padding: 1rem 0;
}
cx-coupon-card .cx-my-coupons-sort.bottom {
  padding: 2rem 0 1rem 0;
}
@media (max-width: 767.98px) {
  cx-coupon-card .cx-my-coupons-pagination {
    margin: 0 auto;
  }
}
cx-coupon-card .cx-section-msg {
  text-align: center;
}
cx-coupon-card button.cx-card-read-more {
  font-size: 1rem;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
.cx-theme-high-contrast-dark cx-coupon-card .card,
.cx-theme-high-contrast-light cx-coupon-card .card {
  background-color: initial;
  border-color: var(--cx-color-text);
}
cx-coupon-dialog {
  background-color: rgba(0, 0, 0, 0.5);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-item {
  padding-inline-end: 1rem;
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-description {
  padding: 1rem 0 1rem 0;
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-date p {
  margin: 0rem;
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-date {
  padding: 0 0 1rem 0;
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-status {
  padding: 1rem 0 1rem 0;
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-status p {
  margin: 0rem;
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-status .cx-coupon-status {
  text-transform: uppercase;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-status .cx-coupon-status.effective {
  color: var(--cx-color-success);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-status .cx-coupon-status.expiresoon {
  color: var(--cx-color-danger);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-status .cx-coupon-status.presession {
  color: var(--cx-color-warning);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-header {
  padding-top: 2rem;
  padding-inline-end: 1.75rem;
  padding-bottom: 0.85rem;
  padding-inline-start: 1.75rem;
  border-width: 0;
}
.cx-theme-high-contrast-dark cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-header,
.cx-theme-high-contrast-light cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-header {
  background-color: var(--cx-color-background);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-title {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body {
  padding-top: 1rem;
  padding-inline-end: 1rem;
  padding-bottom: 0;
  padding-inline-start: 1rem;
}
@media (max-width: 767.98px) {
  cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body {
    padding: 0;
  }
}
.cx-theme-high-contrast-dark cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body,
.cx-theme-high-contrast-light cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body {
  background-color: var(--cx-color-background);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-row {
  margin: 0;
  display: flex;
  padding: 0 0.875rem 2.875rem;
  max-width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-row {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-item {
    padding: 2rem;
  }
}
cx-claim-dialog {
  background-color: rgba(0, 0, 0, 0.5);
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-item {
  padding-inline-end: 1.75rem;
  padding-inline-start: 1.75rem;
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-header {
  padding-top: 2rem;
  padding-inline-end: 1.75rem;
  padding-bottom: 0.85rem;
  padding-inline-start: 5.75rem;
  border-width: 0;
}
.cx-theme-high-contrast-dark cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-header,
.cx-theme-high-contrast-light cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-header {
  background-color: var(--cx-color-background);
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-title {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body {
  padding-top: 1rem;
  padding-inline-end: 5.75rem;
  padding-bottom: 0;
  padding-inline-start: 5.75rem;
}
@media (max-width: 767.98px) {
  cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body {
    padding: 0;
  }
}
.cx-theme-high-contrast-dark cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body,
.cx-theme-high-contrast-light cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body {
  background-color: var(--cx-color-background);
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-row {
  margin: 0;
  display: flex;
  padding: 0 0 2.875rem;
  max-width: 100%;
  margin-top: 2.875rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-row {
    padding: 0;
  }
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-row--reset-button {
  padding: 0 12px 0 0;
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-row-submit-button {
  padding: 0 0 0 12px;
}
cx-my-interests .cx-product-interests-title {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests {
    max-width: 1%;
    padding: 0;
  }
}
cx-my-interests .cx-product-interests-table {
  padding: 1.5rem 0 1.125rem 0;
  margin-bottom: 0;
  border-width: 0 0 1px 0;
  border-color: var(--cx-color-light);
  border-style: solid;
}
cx-my-interests .cx-product-interests-table tr {
  width: 100%;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-table tr {
    border-width: 1px 0 0 0;
    border-color: var(--cx-color-light);
    border-style: solid;
  }
  cx-my-interests .cx-product-interests-table tr:first-child {
    border-width: 1px 0 0 0;
    padding: 1.25rem 0 0 0;
  }
}
cx-my-interests .cx-product-interests-table th {
  padding: 1.5rem 0 1.125rem 0;
  text-align: start;
}
cx-my-interests .cx-product-interests-table th:first-child {
  text-align: center;
}
cx-my-interests .cx-product-interests-table td {
  width: 25%;
  padding: 1.625rem 0;
}
cx-my-interests .cx-product-interests-table td:first-child {
  width: 10%;
  padding-inline-end: 1.25rem;
  padding-inline-start: 1.25rem;
}
cx-my-interests .cx-product-interests-table td:last-child {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  cx-my-interests .cx-product-interests-table td:last-child {
    text-align: center;
  }
}
cx-my-interests .cx-product-interests-table td .cx-name a {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  color: var(--cx-color-dark);
}
cx-my-interests .cx-product-interests-table td .cx-code {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
  color: var(--cx-color-secondary);
}
cx-my-interests .cx-product-interests-table td .cx-property {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-my-interests .cx-product-interests-table td .cx-property .cx-label,
cx-my-interests .cx-product-interests-table td .cx-property .cx-value {
  display: inline;
}
cx-my-interests .cx-product-interests-table td .cx-link {
  text-decoration: underline;
  color: var(--cx-color-primary);
}
cx-my-interests .cx-product-interests-table td .cx-product-interests-product-stock {
  color: var(--cx-color-primary);
  font-size: var(--cx-font-size, 1.188rem);
  font-weight: var(--cx-font-weight-bold);
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-my-interests .cx-product-interests-table td .cx-product-interests-notification .cx-product-interests-type {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  color: var(--cx-color-dark);
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-table td .cx-product-interests-notification {
    padding: 5px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-table td {
    width: 100%;
    display: flex;
    border-width: 0;
    padding: 0 0 0.5rem 0;
  }
  cx-my-interests .cx-product-interests-table td:first-child {
    padding-inline-start: 0.5rem;
  }
  cx-my-interests .cx-product-interests-table td:last-child {
    padding-bottom: 1.25rem;
  }
}
cx-my-interests .cx-product-interests-table-list th:first-child {
  text-align: start;
}
cx-my-interests .cx-product-interests-table-list th:last-child {
  text-align: end;
}
cx-my-interests .cx-product-interests-table-list td:first-child {
  padding-inline-end: 0;
  padding-inline-start: 0;
}
cx-my-interests .cx-product-interests-table-list td:last-child {
  text-align: end;
}
cx-my-interests .cx-product-interests-table-list td .cx-product-interests-cell-wrapper {
  display: inline-grid;
  grid-template-columns: 5rem 14rem;
  gap: 1rem;
  text-indent: 0;
}
cx-my-interests .cx-product-interests-table-list td .cx-product-interests-remove-button {
  display: inline-block;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-product-price .cx-product-interests-label,
  cx-my-interests .cx-product-interests-product-price span {
    display: inline;
  }
  cx-my-interests .cx-product-interests-product-price span {
    padding-inline-start: 2rem;
  }
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-subscriptions {
    padding: 5px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-thead-mobile {
    display: none;
  }
}
cx-my-interests .cx-product-interests-placed {
  text-align: center;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-placed {
    text-align: start;
  }
}
cx-my-interests .cx-product-interests-status {
  text-align: center;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-status {
    text-align: start;
  }
}
cx-my-interests .cx-product-interests-total {
  text-align: end;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-total {
    text-align: start;
  }
}
cx-my-interests .cx-product-interests-label {
  text-transform: uppercase;
  color: var(--cx-color-secondary);
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-label {
    font-size: var(--cx-font-size, 0.875rem);
    font-weight: var(--cx-font-weight-bold);
    line-height: var(--cx-line-height, 1.2222222222);
    min-width: 110px;
  }
}
cx-my-interests .cx-product-interests-form-group {
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  display: flex;
}
cx-my-interests .cx-product-interests-form-group span {
  margin-inline-end: 0.5rem;
  flex: none;
}
cx-my-interests .cx-product-interests-form-group cx-sorting {
  width: 100%;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-form-group {
    padding: 1.25rem 0 1.25rem 0;
  }
}
cx-my-interests .cx-product-interests-sort.top {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-sort.top {
    flex-direction: column;
    padding-top: 0;
  }
}
cx-my-interests .cx-product-interests-sort.bottom {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0 1rem 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-sort.bottom {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-pagination {
    margin: var(--cx-margin, 0 auto);
  }
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
cx-my-account-v2-notification-preference .np-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
cx-my-account-v2-notification-preference .np-flex {
  display: -ms-flexbox;
  display: flex;
}
cx-my-account-v2-notification-preference .np-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  right: -1rem;
  left: -1rem;
}
cx-my-account-v2-notification-preference .header {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  margin-bottom: 1.75rem;
}
cx-my-account-v2-notification-preference .pref-info {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  margin-bottom: 0.7rem;
}
cx-my-account-v2-notification-preference .notification-channels {
  display: flex;
  align-items: center;
}
cx-my-account-v2-notification-preference .check-box {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.125rem;
}
cx-my-account-v2-notification-preference .check-label {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  margin-top: 0.625rem;
}
cx-my-account-v2-notification-preference .note {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-storefront.stop-navigating:before,
cx-storefront.start-navigating:before,
cx-storefront.stop-navigating:after,
cx-storefront.start-navigating:after {
  height: 2px;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  content: "";
  position: fixed;
  z-index: 2;
}
cx-storefront.stop-navigating:before,
cx-storefront.start-navigating:before {
  background-color: var(--cx-color-light);
}
cx-storefront.stop-navigating:after,
cx-storefront.start-navigating:after {
  background-color: var(--cx-color-dark);
}
@keyframes loading {
  0% {
    margin-inline-start: 0px;
    margin-inline-end: 100%;
  }
  50% {
    margin-inline-start: 25%;
    margin-inline-end: 0%;
  }
  100% {
    margin-inline-start: 100%;
    margin-inline-end: 0;
  }
}
cx-storefront.start-navigating:after {
  animation: loading 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes loaded {
  0% {
    margin-inline-start: 50%;
    margin-inline-end: 100%;
  }
  100% {
    margin-inline-start: 100%;
    margin-inline-end: 0;
  }
}
cx-storefront.stop-navigating:after {
  animation: loaded 0.5s;
}
@keyframes progress-bar-loading-animation {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(0%);
  }
}
cx-storefront.start-navigating.cxFeat_topProgressBarUseTransformAnimation:after {
  animation: progress-bar-loading-animation 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes progress-bar-loaded-animation {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
cx-storefront.stop-navigating.cxFeat_topProgressBarUseTransformAnimation:after {
  animation: progress-bar-loaded-animation 0.5s;
}
cx-storefront.stop-navigating:before,
cx-storefront.start-navigating:before,
cx-storefront.stop-navigating:after,
cx-storefront.start-navigating:after {
  height: 2px;
  width: 100%;
  left: 0;
  top: 0;
  margin: 0;
  content: "";
  position: fixed;
  z-index: 2;
}
cx-storefront.stop-navigating:before,
cx-storefront.start-navigating:before {
  background-color: var(--cx-color-light);
}
cx-storefront.stop-navigating:after,
cx-storefront.start-navigating:after {
  background-color: var(--cx-color-dark);
}
@keyframes loading {
  0% {
    margin-inline-start: 0px;
    margin-inline-end: 100%;
  }
  50% {
    margin-inline-start: 25%;
    margin-inline-end: 0%;
  }
  100% {
    margin-inline-start: 100%;
    margin-inline-end: 0;
  }
}
cx-storefront.start-navigating:after {
  animation: loading 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes loaded {
  0% {
    margin-inline-start: 50%;
    margin-inline-end: 100%;
  }
  100% {
    margin-inline-start: 100%;
    margin-inline-end: 0;
  }
}
cx-storefront.stop-navigating:after {
  animation: loaded 0.5s;
}
@keyframes progress-bar-loading-animation {
  0% {
    transform: translateX(-100%);
  }
  50% {
    transform: translateX(-25%);
  }
  100% {
    transform: translateX(0%);
  }
}
cx-storefront.start-navigating.cxFeat_topProgressBarUseTransformAnimation:after {
  animation: progress-bar-loading-animation 2s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}
@keyframes progress-bar-loaded-animation {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
cx-storefront.stop-navigating.cxFeat_topProgressBarUseTransformAnimation:after {
  animation: progress-bar-loaded-animation 0.5s;
}
.cx-theme-high-contrast-dark cx-storefront,
.cx-theme-high-contrast-light cx-storefront {
  background-color: var(--cx-color-background);
}
cx-storefront {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
cx-storefront:focus {
  outline: none;
}
cx-storefront > footer {
  margin-top: auto;
}
cx-storefront > footer cx-paragraph p {
  margin-bottom: 0;
}
cx-storefront .mouse-focus :focus,
cx-storefront .mouse-focus .ng-select-focused {
  --cx-visual-focus-width: 0;
  box-shadow: 0 0 0 0;
}
cx-storefront .mouse-focus :focus-within {
  --cx-visual-focus-width: 0;
}
.cx-theme-high-contrast-dark cx-storefront main,
.cx-theme-high-contrast-light cx-storefront main {
  background-color: var(--cx-color-background);
}
@media (forced-colors: active) {
  cx-storefront.cx-theme-high-contrast-dark,
  cx-storefront.cx-theme-high-contrast-light {
    forced-color-adjust: none !important;
  }
}
cx-site-context-selector {
  position: relative;
  margin-top: 14px;
  margin-inline-end: 17px;
  margin-bottom: 14px;
  margin-inline-start: 0;
}
@media (max-width: 991.98px) {
  cx-site-context-selector {
    display: inline-block;
  }
  cx-site-context-selector:first-child {
    margin-inline-start: 0;
  }
  cx-site-context-selector:not(:first-child) {
    padding-inline-start: 16px;
    border-inline-start: 1px solid var(--cx-color-secondary);
  }
}
cx-site-context-selector label {
  display: flex;
  align-items: center;
  margin: 0;
}
cx-site-context-selector label span {
  color: var(--cx-color-text);
  margin-inline-end: 5px;
}
cx-site-context-selector label cx-icon {
  margin: auto;
}
cx-site-context-selector cx-icon {
  margin-inline-start: -10px;
  z-index: unset;
  pointer-events: none;
  color: var(--cx-color-text);
}
cx-site-context-selector select {
  padding: 2px 4px;
  background-color: unset;
  color: var(--cx-color-text);
  border: 0;
  font-weight: var(--cx-font-weight-semi);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-inline-end: 14px;
  outline: none;
  position: relative;
}
@media (min-width: 992px) {
  cx-site-context-selector select {
    background-color: var(--cx-color-light);
  }
}
.cx-theme-high-contrast-dark cx-site-context-selector select,
.cx-theme-high-contrast-light cx-site-context-selector select {
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-dark cx-site-context-selector select option,
.cx-theme-high-contrast-light cx-site-context-selector select option {
  color: var(--cx-color-medium);
}
.cx-theme-high-contrast-dark cx-site-context-selector cx-icon,
.cx-theme-high-contrast-light cx-site-context-selector cx-icon {
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-light cx-site-context-selector select option {
  color: var(--cx-color-dark);
}
header {
  background-color: var(--cx-color-light);
  color: var(--cx-color-inverse);
}
@media (min-width: 992px) {
  header {
    background:
      linear-gradient(
        to top,
        var(--cx-color-background-dark) 67px,
        var(--cx-color-light) 0);
  }
}
header .header {
  max-width: var(--cx-page-width-max);
  margin: auto;
}
@media (min-width: 992px) {
  header .header {
    padding: 0 10px;
  }
}
@media (max-width: 991.98px) {
  .cxFeat_unifiedDefaultHeaderSlotsAcrossBreakpoints header .header .SiteContext,
  .cxFeat_unifiedDefaultHeaderSlotsAcrossBreakpoints header .header .SiteLinks,
  .cxFeat_unifiedDefaultHeaderSlotsAcrossBreakpoints header .header .SiteLogin,
  .cxFeat_unifiedDefaultHeaderSlotsAcrossBreakpoints header .header .NavigationBar {
    display: none;
  }
}
header .header {
  display: flex;
  flex-wrap: wrap;
}
header .header > * {
  align-self: center;
  display: block;
  flex: none;
}
header .header .SiteLinks {
  font-weight: var(--cx-font-weight-semi);
}
header.is-expanded .navigation {
  position: absolute;
  width: 100%;
  z-index: 20;
}
@media (max-width: 991.98px) {
  header.is-expanded .navigation {
    height: 100vh;
    background-color: var(--cx-color-background);
  }
}
header.is-expanded .PreHeader {
  z-index: 4;
}
@media (max-width: 991.98px) {
  header.is-expanded:after {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--cx-background-dark);
    z-index: 2;
  }
}
header:not(.is-expanded) cx-page-layout.navigation {
  display: none;
}
header .SiteContext,
header .SiteLinks {
  font-size: 0.75rem;
  color: var(--cx-color-medium);
}
header .SiteContext > *,
header .SiteLinks > * {
  flex: none;
}
header .SiteContext,
header .SiteLinks {
  justify-content: flex-start;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
header .SiteLinks {
  --cx-display: block;
}
header .SiteLinks cx-link {
  display: block;
  padding-inline-end: 0;
}
header .SiteLogo {
  width: 90px;
}
header .SearchBox {
  margin: 14px auto;
}
@media (max-width: 767.98px) {
  header .SearchBox {
    margin-top: 4px;
    margin-inline-end: 0;
    margin-bottom: 4px;
    margin-inline-start: auto;
  }
}
header .VariantConfigExitButton,
header .VariantConfigOverviewExitButton,
header .CpqConfigExitButton {
  margin-block-start: 14px;
  margin-block-end: 14px;
  margin-inline-start: auto;
  margin-inline-end: 14px;
}
@media (max-width: 767.98px) {
  header .VariantConfigExitButton,
  header .VariantConfigOverviewExitButton,
  header .CpqConfigExitButton {
    margin-block-start: 4px;
    margin-inline-end: 0;
    margin-block-end: 4px;
    margin-inline-start: auto;
  }
}
header .NavigationBar {
  flex: 100%;
  min-height: 67px;
}
@media (max-width: 991.98px) {
  header .NavigationBar {
    background-color: var(--cx-color-background);
  }
}
header .cx-hamburger {
  display: block;
}
header .cx-hamburger.is-active .hamburger-inner,
header .cx-hamburger.is-active .hamburger-inner::before,
header .cx-hamburger.is-active .hamburger-inner::after {
  background-color: var(--cx-color-primary);
}
@media (max-width: 575.98px) {
  header .SearchBox {
    margin-inline-start: auto;
  }
}
@media (max-width: 991.98px) {
  header .SiteContext,
  header .SiteLinks,
  header .SiteLogin {
    background-color: var(--cx-color-light);
    color: var(--cx-color, var(--cx-color-text));
  }
  .cx-theme-high-contrast-dark header .SiteContext,
  .cx-theme-high-contrast-light header .SiteContext,
  .cx-theme-high-contrast-dark header .SiteLinks,
  .cx-theme-high-contrast-light header .SiteLinks,
  .cx-theme-high-contrast-dark header .SiteLogin,
  .cx-theme-high-contrast-light header .SiteLogin {
    background-color: var(--cx-color-background);
  }
  header .SiteContext {
    padding: 0.5rem 1rem 0.25rem;
  }
  header .SiteLinks {
    flex-direction: column;
  }
  header .SiteLinks a {
    padding: 0.25rem 1rem 0.5rem;
    line-height: 48px;
  }
}
@media (min-width: 992px) {
  header header {
    padding: 0 1rem;
  }
  header .cx-hamburger {
    display: none;
  }
  header .cx-hamburger.is-active {
    background-color: var(--cx-color-primary);
  }
  header .SiteContext,
  header .SiteLinks {
    flex: 50%;
    display: flex;
    --cx-margin: 0.5rem 8px;
  }
  header .SiteContext {
    justify-content: flex-start;
  }
  header .SiteContext:after {
    border-top: 1px solid currentColor;
    content: "";
    width: 100%;
    position: absolute;
    left: 0;
    top: 44px;
  }
  header .SiteLinks {
    justify-content: flex-end;
    color: var(--cx-color-primary);
    flex-wrap: nowrap;
  }
  header .SiteLogin {
    padding: 0.5rem 1rem;
  }
}
header .hamburger-inner,
header .hamburger-inner::before,
header .hamburger-inner::after {
  background-color: var(--cx-color-primary);
}
.cx-theme-high-contrast-dark header,
.cx-theme-high-contrast-light header {
  background-image: linear-gradient(var(--cx-color-background) 67px, var(--cx-color-background) 0);
  border-bottom: 1px solid var(--cx-color-dark);
}
cx-skip-link {
  position: fixed;
  display: flex;
  justify-content: center;
  top: -100%;
  z-index: 11;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  transition: top 0s 0.3s ease, background-color 0.3s ease;
}
cx-skip-link > div {
  display: contents;
}
cx-skip-link:focus-within {
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 0.3s ease;
}
cx-skip-link button {
  opacity: 0;
  padding: 16px 32px;
  border-radius: 0 0 5px 5px;
  border: 2px solid var(--cx-color-dark);
  border-top-width: 0;
  position: absolute;
  font-weight: bold;
}
cx-skip-link button:focus {
  opacity: 1;
  z-index: 12;
  top: 4px;
}
:root {
  --cx-transition-duration: 0.3s;
  --cx-split-gutter: 40px;
}
@media (max-width: 991.98px) {
  :root {
    --cx-max-views: 1;
    --cx-split-gutter: 0px;
  }
}
@media (min-width: 992px) {
  :root {
    --cx-max-views: 2;
  }
}
:root {
  --cx-active-view: 1;
}
cx-split-view {
  display: flex;
  align-items: stretch;
  overflow: hidden;
  margin-inline-end: calc(var(--cx-split-gutter) * -1);
  --cx-view-flex: calc( (100% / min(var(--cx-active-view), var(--cx-max-views))) );
}
cx-split-view cx-view {
  width: 100%;
  height: 100%;
  transition-duration: var(--cx-transition-duration);
  transition-timing-function: ease-in;
  overflow: hidden;
  flex: 1 0 calc(100% / min(var(--cx-active-view), var(--cx-max-views)) - var(--cx-split-gutter));
  margin-inline-end: var(--cx-split-gutter);
}
cx-split-view cx-view[position="0"] {
  margin-inline-start: calc(max(var(--cx-active-view) - var(--cx-max-views), 0) * var(--cx-view-flex) * -1);
}
cx-split-view cx-view[disappeared=true] {
  max-height: 0;
  visibility: hidden;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
cx-add-to-home-screen-banner .cx-add-to-home-screen-banner {
  background-color: var(--cx-color-background);
  padding: 20px;
  text-align: center;
  margin: 0 0 2.5rem;
}
@media (max-width: 767.98px) {
  cx-add-to-home-screen-banner .cx-add-to-home-screen-banner {
    margin-top: 0;
    margin-inline-end: 1.25rem;
    margin-bottom: 2rem;
    margin-inline-start: 1.25rem;
  }
}
cx-add-to-home-screen-banner .cx-add-to-home-screen-banner ul {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 10px 40px;
}
@media (max-width: 767.98px) {
  cx-add-to-home-screen-banner .cx-add-to-home-screen-banner ul {
    flex-direction: column;
    margin-top: 0;
    margin-inline-end: auto;
    margin-bottom: 0;
    margin-inline-start: auto;
    max-width: 280px;
    padding-inline-start: 50px;
    padding-inline-end: 20px;
    padding-bottom: 20px;
    padding-top: 0;
  }
}
cx-add-to-home-screen-banner .cx-add-to-home-screen-banner ul li {
  min-width: 35%;
  text-align: start;
}
cx-add-to-home-screen-banner .cx-add-to-home-screen-banner-inner {
  max-width: 600px;
  margin-top: 0;
  margin-inline-end: auto;
  margin-bottom: 0;
  margin-inline-start: auto;
}
cx-product-carousel,
cx-merchandising-carousel {
  display: flex;
}
.cxFeat_productCarouselScrolling cx-product-carousel,
.cxFeat_productCarouselScrolling cx-merchandising-carousel {
  max-width: 100%;
}
cx-product-carousel a,
cx-merchandising-carousel a {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  padding-bottom: 10px;
  color: var(--cx-color-text);
  outline: none;
}
cx-product-carousel a h3,
cx-merchandising-carousel a h3 {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  height: auto;
  min-height: 30px;
  margin-top: 5px;
}
cx-product-carousel a:hover,
cx-merchandising-carousel a:hover,
cx-product-carousel a:focus,
cx-merchandising-carousel a:focus {
  color: var(--cx-color-primary);
  text-decoration: underline;
}
cx-product-carousel a:focus,
cx-merchandising-carousel a:focus {
  position: relative;
  z-index: 1;
}
cx-product-carousel cx-carousel-scrolling .item,
cx-merchandising-carousel cx-carousel-scrolling .item {
  flex: 0 0 261px;
}
cx-product-carousel cx-media,
cx-merchandising-carousel cx-media {
  align-self: center;
  width: 60%;
}
.cxFeat_productCarouselScrolling cx-product-carousel cx-media.is-loading,
.cxFeat_productCarouselScrolling cx-merchandising-carousel cx-media.is-loading {
  background-color: #f5f5f5;
}
cx-product-carousel cx-media.is-missing,
cx-merchandising-carousel cx-media.is-missing {
  min-height: 255px;
  align-self: auto;
  width: auto;
}
cx-merchandising-carousel {
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
}
cx-merchandising-carousel a {
  color: inherit;
}
cx-dp-confirmation-dialog {
  background-color: rgba(0, 0, 0, 0.5);
}
cx-dp-confirmation-dialog .cx-modal-content {
  max-width: 500px;
  width: 100%;
}
cx-dp-confirmation-dialog .cx-dialog-header {
  padding-top: 2rem;
  padding-inline-end: 1.75rem;
  padding-inline-start: 1.75rem;
  display: flex;
}
.cx-theme-high-contrast-dark cx-dp-confirmation-dialog .cx-dialog-header,
.cx-theme-high-contrast-light cx-dp-confirmation-dialog .cx-dialog-header {
  background-color: var(--cx-color-background);
}
cx-dp-confirmation-dialog .cx-dialog-title {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  font-weight: bold;
}
cx-dp-confirmation-dialog .cx-dialog-body {
  max-width: 100%;
}
cx-dp-confirmation-dialog .cx-dialog-row {
  display: flex;
  flex-wrap: wrap;
}
cx-dp-confirmation-dialog .cx-dialog-actions {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
cx-dp-confirmation-dialog .cx-dialog-buttons {
  display: flex;
  flex-direction: column;
}
cx-dp-confirmation-dialog .cx-dialog-buttons .btn-primary {
  margin: 0 1rem 0.7rem 1rem;
}
cx-dp-confirmation-dialog .cx-dialog-buttons .cx-action-link {
  margin: 0 0 2rem 0;
}
cx-cpq-quote .cx-center {
  text-align: center !important;
  height: 124px;
}
cx-cpq-quote .cx-center .strike-through {
  text-decoration: line-through;
  display: block;
  color: #556b82;
  font-size: 13px;
}
cx-cpq-quote-offer .cx-offer {
  color: var(--cx-color-success);
  font-weight: 600;
  font-size: 13px;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
.modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-header {
  padding: 1rem 1rem;
}
.cx-theme-high-contrast-dark .modal-header,
.cx-theme-high-contrast-light .modal-header {
  background-color: var(--cx-color-background);
}
.modal-body {
  padding: 16px 30px 30px;
}
.modal-content,
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container {
  border-radius: 0;
  border: none;
}
.cx-theme-high-contrast-dark .modal-content,
.cx-theme-high-contrast-dark cx-claim-dialog .cx-coupon-dialog .cx-coupon-container,
cx-claim-dialog .cx-coupon-dialog .cx-theme-high-contrast-dark .cx-coupon-container,
.cx-theme-high-contrast-light .modal-content,
.cx-theme-high-contrast-light cx-claim-dialog .cx-coupon-dialog .cx-coupon-container,
cx-claim-dialog .cx-coupon-dialog .cx-theme-high-contrast-light .cx-coupon-container {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
  border: 1px solid var(--cx-color-text);
}
.cx-theme-high-contrast-dark .modal-content .close,
.cx-theme-high-contrast-dark cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .close,
cx-claim-dialog .cx-coupon-dialog .cx-theme-high-contrast-dark .cx-coupon-container .close,
.cx-theme-high-contrast-light .modal-content .close,
.cx-theme-high-contrast-light cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .close,
cx-claim-dialog .cx-coupon-dialog .cx-theme-high-contrast-light .cx-coupon-container .close {
  color: var(--cx-color-text);
}
.modal .close {
  font-size: 38px;
  font-weight: 100;
  bottom: 5px;
  position: relative;
  margin-inline-start: 0;
  margin-inline-end: 0;
  align-self: flex-end;
}
@media (max-width: 991.98px) {
  .modal .close {
    margin-bottom: 0;
  }
}
.modal .cx-dialog-header button.close,
.modal button.close {
  padding: 0;
  margin: 0 0 0 auto;
}
.modal[aria-hidden=false] {
  display: block;
}
.cx-modal-container {
  display: flex;
  align-items: center;
  margin: auto;
  height: 100%;
  overflow-y: auto;
  max-width: 768px !important;
  min-width: 768px !important;
}
@media (max-width: 767.98px) {
  .cx-modal-container {
    margin: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .cx-modal-container {
    max-width: 768px !important;
    min-width: 768px !important;
  }
}
.cx-modal-header {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  padding-inline-end: 1.875rem;
  padding-bottom: 0;
  padding-inline-start: 1.875rem;
}
.cx-modal-content {
  background-color: var(--cx-color-inverse);
  width: 100%;
}
.cx-theme-high-contrast-dark .cx-modal-content,
.cx-theme-high-contrast-light .cx-modal-content {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
  border: 1px solid var(--cx-color-text);
}
.cx-theme-high-contrast-dark .cx-modal-content .close,
.cx-theme-high-contrast-light .cx-modal-content .close {
  color: var(--cx-color-text);
}
.cx-modal-footer {
  padding: 0px 27px 30px;
}
@media (min-width: 992px) {
  .cx-asm-dialog {
    max-width: 95% !important;
    min-width: 95% !important;
  }
}
.cx-asm-dialog .cx-modal-content {
  border-radius: 16px;
}
:root {
  --cx-popover-font-size: 0.875rem;
  --cx-popover-background: var(--cx-color-inverse);
  --cx-popover-min-width: 140px;
  --cx-popover-max-width: 280px;
  --cx-popover-border-width: 1px;
  --cx-popover-border-color: var(--cx-color-light);
  --cx-popover-border-radius: 5px;
  --cx-popover-arrow-width: 1rem;
  --cx-popover-arrow-height: 0.5rem;
  --cx-popover-arrow-color: var(--cx-popover-background);
  --cx-popover-z-index: 10;
  --cx-popover-box-shadow-color: rgba(0, 0, 0, 0.1);
}
cx-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--cx-popover-z-index);
  display: block;
  min-width: var(--cx-popover-min-width);
  max-width: var(--cx-popover-max-width);
  font-size: var(--cx-popover-font-size);
  word-wrap: break-word;
  background-color: var(--cx-popover-background);
  background-clip: padding-box;
  border: var(--cx-popover-border-width) solid var(--cx-popover-border-color);
  border-radius: var(--cx-popover-border-radius);
  padding: 1rem 0.938rem;
  box-shadow: 0px 1px 11px 2px var(--cx-popover-box-shadow-color);
}
@media (max-width: 575.98px) {
  cx-popover {
    max-width: 70vw;
  }
}
cx-popover {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-popover > .arrow {
  position: absolute;
  display: block;
  width: var(--cx-popover-arrow-width);
  height: var(--cx-popover-arrow-height);
  margin: 0 var(--cx-popover-border-radius);
}
cx-popover > .arrow::before,
cx-popover > .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
cx-popover.top,
cx-popover.top-left,
cx-popover.top-right {
  margin-bottom: var(--cx-popover-arrow-height);
}
cx-popover.top > .arrow,
cx-popover.top-left > .arrow,
cx-popover.top-right > .arrow {
  bottom: calc(calc(var(--cx-popover-arrow-height) * -1) - (var(--cx-popover-border-width)));
}
cx-popover.top > .arrow::before,
cx-popover.top-left > .arrow::before,
cx-popover.top-right > .arrow::before {
  bottom: 0;
  border-width: var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2) 0;
  border-top-color: var(--cx-popover-border-color);
}
cx-popover.top > .arrow::after,
cx-popover.top-left > .arrow::after,
cx-popover.top-right > .arrow::after {
  bottom: var(--cx-popover-border-width);
  border-width: var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2) 0;
  border-top-color: var(--cx-popover-arrow-color);
}
cx-popover.right,
cx-popover.right-top,
cx-popover.right-bottom {
  margin-inline-start: var(--cx-popover-arrow-height);
}
cx-popover.right > .arrow,
cx-popover.right-top > .arrow,
cx-popover.right-bottom > .arrow {
  left: calc(calc(var(--cx-popover-arrow-height) * -1) - (var(--cx-popover-border-width)));
  width: var(--cx-popover-arrow-height);
  height: var(--cx-popover-arrow-width);
  margin: var(--cx-popover-border-radius) 0;
}
cx-popover.right > .arrow::before,
cx-popover.right-top > .arrow::before,
cx-popover.right-bottom > .arrow::before {
  left: 0;
  border-width: calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2) 0;
  border-right-color: var(--cx-popover-border-color);
}
cx-popover.right > .arrow::after,
cx-popover.right-top > .arrow::after,
cx-popover.right-bottom > .arrow::after {
  left: var(--cx-popover-border-width);
  border-width: calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2) 0;
  border-right-color: var(--cx-popover-arrow-color);
}
cx-popover.left,
cx-popover.left-top,
cx-popover.left-bottom {
  margin-inline-end: var(--cx-popover-arrow-height);
}
cx-popover.left > .arrow,
cx-popover.left-top > .arrow,
cx-popover.left-bottom > .arrow {
  right: calc(calc(var(--cx-popover-arrow-height) * -1) - (var(--cx-popover-border-width)));
  width: var(--cx-popover-arrow-height);
  height: var(--cx-popover-arrow-width);
  margin: var(--cx-popover-border-radius) 0;
}
cx-popover.left > .arrow::before,
cx-popover.left-top > .arrow::before,
cx-popover.left-bottom > .arrow::before {
  right: 0;
  border-width: calc(var(--cx-popover-arrow-width) / 2) 0 calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height);
  border-left-color: var(--cx-popover-border-color);
}
cx-popover.left > .arrow::after,
cx-popover.left-top > .arrow::after,
cx-popover.left-bottom > .arrow::after {
  right: var(--cx-popover-border-width);
  border-width: calc(var(--cx-popover-arrow-width) / 2) 0 calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height);
  border-left-color: var(--cx-popover-arrow-color);
}
cx-popover.bottom,
cx-popover.bottom-left,
cx-popover.bottom-right {
  margin-top: var(--cx-popover-arrow-height);
}
cx-popover.bottom > .arrow,
cx-popover.bottom-left > .arrow,
cx-popover.bottom-right > .arrow {
  top: calc(calc(var(--cx-popover-arrow-height) * -1) - (var(--cx-popover-border-width)));
}
cx-popover.bottom > .arrow::before,
cx-popover.bottom-left > .arrow::before,
cx-popover.bottom-right > .arrow::before {
  top: 0;
  border-width: 0 calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2);
  border-bottom-color: var(--cx-popover-border-color);
}
cx-popover.bottom > .arrow::after,
cx-popover.bottom-left > .arrow::after,
cx-popover.bottom-right > .arrow::after {
  top: var(--cx-popover-border-width);
  border-width: 0 calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2);
  border-bottom-color: var(--cx-popover-arrow-color);
}
cx-popover.top > .arrow,
cx-popover.bottom > .arrow {
  left: 50%;
  margin-inline-start: calc(var(--cx-popover-arrow-width) / -2);
}
cx-popover.top-left > .arrow,
cx-popover.bottom-left > .arrow {
  left: 0.5em;
}
cx-popover.top-right > .arrow,
cx-popover.bottom-right > .arrow {
  left: auto;
  right: 0.5em;
}
cx-popover.left > .arrow,
cx-popover.right > .arrow {
  top: 50%;
  margin-top: calc(var(--cx-popover-arrow-width) / -2);
}
cx-popover.left-top > .arrow,
cx-popover.right-top > .arrow {
  top: 0.7em;
}
cx-popover.left-bottom > .arrow,
cx-popover.right-bottom > .arrow {
  top: auto;
  bottom: 0.7em;
}
cx-popover {
  opacity: 0;
}
cx-popover.opened {
  opacity: 1;
  transition: opacity 0.4s;
}
cx-popover .popover-body > .cx-close-row {
  display: flex;
  justify-content: flex-end;
}
cx-popover .popover-body > .cx-close-row .close {
  margin-top: -5px;
  margin-inline-end: -5px;
  font-size: 1rem;
}
.cx-theme-high-contrast-dark cx-popover,
.cx-theme-high-contrast-light cx-popover {
  background-color: var(--cx-color-background);
  box-shadow: none;
}
.cx-theme-high-contrast-dark cx-popover .popover-body > .cx-close-row .close,
.cx-theme-high-contrast-light cx-popover .popover-body > .cx-close-row .close {
  color: var(--cx-color-text);
}
cx-anonymous-consent-management-banner .anonymous-consent-banner {
  position: fixed;
  bottom: 0;
  width: 100vw;
  background-color: var(--cx-color-inverse);
  z-index: 1000;
  border-top: 5px solid var(--cx-color-primary);
  color: var(--cx-color-text);
  padding: 2rem 0;
}
cx-anonymous-consent-management-banner .cx-banner-title {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  margin-bottom: 0.5rem;
}
cx-anonymous-consent-management-banner .cx-banner-description {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
}
cx-anonymous-consent-management-banner .cx-banner-buttons {
  text-align: end;
}
cx-anonymous-consent-management-banner .cx-banner-buttons button:last-child {
  margin-inline-start: 1.5rem;
}
@media (max-width: 575.98px) {
  cx-anonymous-consent-management-banner .cx-banner-buttons button {
    margin-bottom: 10px;
  }
}
@media (max-width: 575.98px) {
  cx-anonymous-consent-management-banner .cx-banner-buttons {
    text-align: center;
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  cx-anonymous-consent-management-banner .cx-banner-buttons {
    margin-top: 1rem;
  }
}
cx-anonymous-consent-management-banner .anonymous-consent-banner-hidden {
  display: none;
}
.cx-theme-high-contrast-dark cx-anonymous-consent-management-banner .anonymous-consent-banner,
.cx-theme-high-contrast-light cx-anonymous-consent-management-banner .anonymous-consent-banner {
  background-color: var(--cx-color-background);
}
cx-anonymous-consent-management-banner:has(.anonymous-consent-banner) ~ cx-scroll-to-top {
  bottom: 180px;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
cx-anonymous-consent-dialog {
  color: var(--cx-color-text);
  background-color: rgba(0, 0, 0, 0.5);
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-header {
  padding-top: 2rem;
  padding-inline-end: 1.75rem;
  padding-bottom: 0.85rem;
  padding-inline-start: 1.75rem;
}
.cx-theme-high-contrast-dark cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-header,
.cx-theme-high-contrast-light cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-header {
  background-color: var(--cx-color-background);
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-body {
  padding-top: 0;
  background-color: var(--cx-color-inverse);
}
@media (max-width: 575.98px) {
  cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-body {
    padding: 1.5rem;
    border-top: 1px solid var(--cx-color-light);
  }
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-buttons {
  text-align: end;
  padding: 1rem 4rem;
}
@media (max-width: 575.98px) {
  cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-buttons {
    padding: 1rem;
  }
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-message {
  padding: 1.5rem 1.75rem 0;
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-message .cx-message {
  margin: 0;
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-action-link {
  margin: 0 0.35rem;
  padding: 0;
  min-height: unset;
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-row {
  max-width: 100%;
}
@media (max-width: 575.98px) {
  cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-row {
    padding: 0;
  }
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content h3 {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-description {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  padding: 1.5rem 1.75rem 0;
}
cx-anonymous-consent-dialog .cx-anonymous-consent-dialog .cx-dialog-content a:not([href]):not([tabindex]) {
  text-decoration: underline;
}
.cx-theme-high-contrast-dark cx-anonymous-consent-dialog .cx-dialog-content,
.cx-theme-high-contrast-light cx-anonymous-consent-dialog .cx-dialog-content {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
  border: 1px solid var(--cx-color-text);
}
.cx-theme-high-contrast-dark cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-body,
.cx-theme-high-contrast-light cx-anonymous-consent-dialog .cx-dialog-content .cx-dialog-body {
  background-color: var(--cx-color-background);
}
.cx-theme-high-contrast-dark cx-anonymous-consent-dialog .cx-dialog-content .close,
.cx-theme-high-contrast-light cx-anonymous-consent-dialog .cx-dialog-content .close {
  color: var(--cx-color-text);
}
cx-anonymous-consent-open-dialog {
  display: flex;
  justify-content: center;
  margin: 0;
}
@media (max-width: 767.98px) {
  cx-anonymous-consent-open-dialog {
    justify-content: flex-start;
  }
}
cx-anonymous-consent-open-dialog .btn-link {
  margin: 1.5vw 3vw;
  padding: 0;
  color: var(--cx-color-inverse);
  font-size: 0.875rem;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-anonymous-consent-open-dialog .btn-link:not(:hover) {
  text-decoration: none;
}
cx-anonymous-consent-open-dialog .btn-link:hover {
  color: var(--cx-color-inverse);
}
.cx-theme-high-contrast-light cx-anonymous-consent-open-dialog .btn-link {
  color: var(--cx-color-primary);
}
@media (max-width: 767.98px) {
  cx-payment-methods .cx-payment {
    padding-inline-start: 1.25rem;
    padding-inline-end: 1.25rem;
  }
}
cx-payment-methods .cx-header {
  padding: 2.5rem 0 0 0;
}
cx-payment-methods .cx-card-img-container .fab::before,
cx-payment-methods .cx-card-img-container .fas::before {
  font-size: var(--cx-font-size, 48px);
}
cx-payment-methods .cx-existing {
  display: flex;
  padding: 0rem 0 2.5rem 0;
  align-items: stretch;
}
@media (max-width: 991.98px) {
  cx-payment-methods .cx-existing {
    padding: 0 0 3.125rem 0;
  }
}
@media (max-width: 767.98px) {
  cx-payment-methods .cx-existing {
    padding: 0 0 4.375rem 0;
  }
}
cx-payment-methods .cx-payment-card {
  padding-top: 1.875rem;
}
cx-payment-methods .cx-payment-inner {
  height: 100%;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
cx-consent-management .cx-consent-action-links {
  text-align: end;
  display: flex;
  justify-content: center;
  margin: 0 0 1.5rem;
}
@media (max-width: 575.98px) {
  cx-consent-management .cx-consent-action-links > div {
    padding: 0;
  }
}
cx-consent-management .cx-consent-action-links .cx-action-link {
  margin: 0 0.35rem;
}
cx-consent-management .cx-consent-toggles {
  display: flex;
  justify-content: center;
}
@media (max-width: 575.98px) {
  cx-consent-management .cx-consent-toggles {
    margin: 0 -24px;
    border-top: 1px solid var(--cx-color-light);
  }
}
@media (max-width: 575.98px) {
  cx-consent-management .cx-consent-toggles > div {
    padding-top: 15px;
  }
}
cx-consent-management-form .cx-be-bold {
  font-weight: var(--cx-font-weight-semi);
}
cx-consent-management-form input[type=checkbox]:disabled ~ .form-check-label {
  color: var(--cx-color-text);
}
cx-consent-management-form input[type=checkbox].form-check-input:disabled {
  cursor: not-allowed;
  box-shadow: none;
}
cx-consent-management-form .disabled-consent {
  opacity: 0.6;
}
cx-my-account-v2-consent-management .cx-consent-toggles {
  display: flex;
  justify-content: center;
}
cx-my-account-v2-consent-management .header {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  margin-bottom: 1rem;
}
cx-my-account-v2-consent-management .message {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  margin-bottom: 1rem;
}
cx-my-account-v2-consent-management .consent-form-container {
  max-width: 56rem;
}
cx-my-account-v2-consent-management .cx-consent-action-links {
  text-align: end;
  margin: 0 0 1rem;
}
cx-my-account-v2-consent-management .cx-consent-action-links .cx-action-link {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-my-account-v2-consent-management-form .name {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  display: block;
  margin-bottom: 0.2rem;
}
cx-my-account-v2-consent-management-form .description {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  display: block;
}
cx-my-account-v2-consent-management-form .consent-container {
  display: block;
}
cx-my-account-v2-consent-management-form .checkbox-input {
  top: -0.2rem;
}
cx-my-coupons .cx-coupon-deck {
  padding: 1.25rem 0 0 0;
}
cx-my-coupons .cx-coupon-spinner {
  padding: 5rem 0 5rem 0;
}
cx-my-coupons .cx-coupon-card {
  padding-bottom: 30px;
}
cx-my-coupons .cx-my-coupons-form-group {
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  display: flex;
}
cx-my-coupons .cx-my-coupons-form-group span {
  margin-inline-end: 0.5rem;
  flex: none;
}
cx-my-coupons .cx-my-coupons-form-group cx-sorting {
  width: 100%;
}
cx-my-coupons .cx-my-coupons-sort {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 767.98px) {
  cx-my-coupons .cx-my-coupons-sort {
    flex-direction: column;
    padding-top: 0;
  }
}
cx-my-coupons .cx-my-coupons-sort.top {
  padding: 1rem 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--cx-color-light);
}
cx-my-coupons .cx-my-coupons-sort.bottom {
  padding: 2rem 0 1rem 0;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: var(--cx-color-light);
}
@media (max-width: 767.98px) {
  cx-my-coupons .cx-mycoupon-thead-mobile {
    display: none;
  }
}
cx-my-coupons .cx-my-coupons-notes a {
  color: var(--cx-color-dark);
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-coupon-card .cx-coupon-card-row {
  display: flex;
  justify-content: space-between;
}
cx-coupon-card .cx-coupon-card-row.top {
  height: 48px;
}
cx-coupon-card .cx-coupon-card-row.bottom {
  padding: 1rem 0 0 0;
}
@media (max-width: 991.98px) {
  cx-coupon-card .cx-coupon-card-row.bottom {
    flex-direction: column;
  }
  cx-coupon-card .cx-coupon-card-row.bottom .cx-coupon-find-product {
    padding: 0;
  }
}
cx-coupon-card .cx-coupon-card-row .cx-coupon-card-head {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  width: 80%;
}
cx-coupon-card .cx-coupon-card-row .cx-coupon-status {
  text-transform: uppercase;
  white-space: nowrap;
}
cx-coupon-card .cx-coupon-card-row .cx-coupon-status.effective {
  color: var(--cx-color-success);
}
cx-coupon-card .cx-coupon-card-row .cx-coupon-status.expiresoon {
  color: var(--cx-color-danger);
}
cx-coupon-card .cx-coupon-card-row .cx-coupon-status.presession {
  color: var(--cx-color-warning);
}
cx-coupon-card .cx-coupon-card-date {
  padding: 1rem 0 0 0;
}
cx-coupon-card .cx-coupon-card-date p {
  margin: 0;
}
cx-coupon-card .cx-coupon-card-date .cx-coupon-date {
  display: flex;
  width: 80%;
}
@media (max-width: 991.98px) {
  cx-coupon-card .cx-coupon-card-date .cx-coupon-date {
    flex-direction: column;
  }
}
cx-coupon-card .cx-coupon-card-date .cx-coupon-date-start {
  white-space: nowrap;
}
cx-coupon-card .cx-coupon-card-date .cx-coupon-date-end {
  white-space: nowrap;
}
cx-coupon-card a:not([href]) {
  text-decoration: underline;
}
cx-coupon-card a:not([href]).cx-card-read-more {
  color: var(--cx-color-text);
  padding: 1rem 0 0 0;
  cursor: pointer;
  display: inline-block;
}
cx-coupon-card a:not([href]).cx-card-read-more:hover {
  color: var(--cx-color-primary);
}
cx-coupon-card .cx-coupon-spinner {
  padding: 5rem 0 5rem 0;
}
cx-coupon-card .cx-coupon-card {
  padding-bottom: 30px;
}
cx-coupon-card .cx-my-coupons-form-group {
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  cx-coupon-card .cx-my-coupons-form-group {
    padding: 1.25rem;
  }
}
cx-coupon-card .cx-my-coupons-sort {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
@media (max-width: 767.98px) {
  cx-coupon-card .cx-my-coupons-sort {
    flex-direction: column;
    padding-top: 0;
  }
}
cx-coupon-card .cx-my-coupons-sort.top {
  padding: 1rem 0;
}
cx-coupon-card .cx-my-coupons-sort.bottom {
  padding: 2rem 0 1rem 0;
}
@media (max-width: 767.98px) {
  cx-coupon-card .cx-my-coupons-pagination {
    margin: 0 auto;
  }
}
cx-coupon-card .cx-section-msg {
  text-align: center;
}
cx-coupon-card button.cx-card-read-more {
  font-size: 1rem;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
.cx-theme-high-contrast-dark cx-coupon-card .card,
.cx-theme-high-contrast-light cx-coupon-card .card {
  background-color: initial;
  border-color: var(--cx-color-text);
}
cx-coupon-dialog {
  background-color: rgba(0, 0, 0, 0.5);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-item {
  padding-inline-end: 1rem;
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-description {
  padding: 1rem 0 1rem 0;
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-date p {
  margin: 0rem;
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-date {
  padding: 0 0 1rem 0;
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-status {
  padding: 1rem 0 1rem 0;
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-status p {
  margin: 0rem;
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-status .cx-coupon-status {
  text-transform: uppercase;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-status .cx-coupon-status.effective {
  color: var(--cx-color-success);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-status .cx-coupon-status.expiresoon {
  color: var(--cx-color-danger);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-coupon-dialog-status .cx-coupon-status.presession {
  color: var(--cx-color-warning);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-header {
  padding-top: 2rem;
  padding-inline-end: 1.75rem;
  padding-bottom: 0.85rem;
  padding-inline-start: 1.75rem;
  border-width: 0;
}
.cx-theme-high-contrast-dark cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-header,
.cx-theme-high-contrast-light cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-header {
  background-color: var(--cx-color-background);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-title {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body {
  padding-top: 1rem;
  padding-inline-end: 1rem;
  padding-bottom: 0;
  padding-inline-start: 1rem;
}
@media (max-width: 767.98px) {
  cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body {
    padding: 0;
  }
}
.cx-theme-high-contrast-dark cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body,
.cx-theme-high-contrast-light cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body {
  background-color: var(--cx-color-background);
}
cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-row {
  margin: 0;
  display: flex;
  padding: 0 0.875rem 2.875rem;
  max-width: 100%;
  flex-wrap: wrap;
}
@media (max-width: 767.98px) {
  cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-row {
    flex-direction: column;
    padding: 0;
  }
}
@media (max-width: 767.98px) {
  cx-coupon-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-item {
    padding: 2rem;
  }
}
cx-claim-dialog {
  background-color: rgba(0, 0, 0, 0.5);
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-item {
  padding-inline-end: 1.75rem;
  padding-inline-start: 1.75rem;
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-header {
  padding-top: 2rem;
  padding-inline-end: 1.75rem;
  padding-bottom: 0.85rem;
  padding-inline-start: 5.75rem;
  border-width: 0;
}
.cx-theme-high-contrast-dark cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-header,
.cx-theme-high-contrast-light cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-header {
  background-color: var(--cx-color-background);
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-title {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body {
  padding-top: 1rem;
  padding-inline-end: 5.75rem;
  padding-bottom: 0;
  padding-inline-start: 5.75rem;
}
@media (max-width: 767.98px) {
  cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body {
    padding: 0;
  }
}
.cx-theme-high-contrast-dark cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body,
.cx-theme-high-contrast-light cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-body {
  background-color: var(--cx-color-background);
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-row {
  margin: 0;
  display: flex;
  padding: 0 0 2.875rem;
  max-width: 100%;
  margin-top: 2.875rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 767.98px) {
  cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-row {
    padding: 0;
  }
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-row--reset-button {
  padding: 0 12px 0 0;
}
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .cx-dialog-row-submit-button {
  padding: 0 0 0 12px;
}
cx-my-interests .cx-product-interests-title {
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests {
    max-width: 1%;
    padding: 0;
  }
}
cx-my-interests .cx-product-interests-table {
  padding: 1.5rem 0 1.125rem 0;
  margin-bottom: 0;
  border-width: 0 0 1px 0;
  border-color: var(--cx-color-light);
  border-style: solid;
}
cx-my-interests .cx-product-interests-table tr {
  width: 100%;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-table tr {
    border-width: 1px 0 0 0;
    border-color: var(--cx-color-light);
    border-style: solid;
  }
  cx-my-interests .cx-product-interests-table tr:first-child {
    border-width: 1px 0 0 0;
    padding: 1.25rem 0 0 0;
  }
}
cx-my-interests .cx-product-interests-table th {
  padding: 1.5rem 0 1.125rem 0;
  text-align: start;
}
cx-my-interests .cx-product-interests-table th:first-child {
  text-align: center;
}
cx-my-interests .cx-product-interests-table td {
  width: 25%;
  padding: 1.625rem 0;
}
cx-my-interests .cx-product-interests-table td:first-child {
  width: 10%;
  padding-inline-end: 1.25rem;
  padding-inline-start: 1.25rem;
}
cx-my-interests .cx-product-interests-table td:last-child {
  justify-content: flex-end;
}
@media (min-width: 768px) {
  cx-my-interests .cx-product-interests-table td:last-child {
    text-align: center;
  }
}
cx-my-interests .cx-product-interests-table td .cx-name a {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  color: var(--cx-color-dark);
}
cx-my-interests .cx-product-interests-table td .cx-code {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
  color: var(--cx-color-secondary);
}
cx-my-interests .cx-product-interests-table td .cx-property {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-my-interests .cx-product-interests-table td .cx-property .cx-label,
cx-my-interests .cx-product-interests-table td .cx-property .cx-value {
  display: inline;
}
cx-my-interests .cx-product-interests-table td .cx-link {
  text-decoration: underline;
  color: var(--cx-color-primary);
}
cx-my-interests .cx-product-interests-table td .cx-product-interests-product-stock {
  color: var(--cx-color-primary);
  font-size: var(--cx-font-size, 1.188rem);
  font-weight: var(--cx-font-weight-bold);
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-my-interests .cx-product-interests-table td .cx-product-interests-notification .cx-product-interests-type {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  color: var(--cx-color-dark);
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-table td .cx-product-interests-notification {
    padding: 5px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-table td {
    width: 100%;
    display: flex;
    border-width: 0;
    padding: 0 0 0.5rem 0;
  }
  cx-my-interests .cx-product-interests-table td:first-child {
    padding-inline-start: 0.5rem;
  }
  cx-my-interests .cx-product-interests-table td:last-child {
    padding-bottom: 1.25rem;
  }
}
cx-my-interests .cx-product-interests-table-list th:first-child {
  text-align: start;
}
cx-my-interests .cx-product-interests-table-list th:last-child {
  text-align: end;
}
cx-my-interests .cx-product-interests-table-list td:first-child {
  padding-inline-end: 0;
  padding-inline-start: 0;
}
cx-my-interests .cx-product-interests-table-list td:last-child {
  text-align: end;
}
cx-my-interests .cx-product-interests-table-list td .cx-product-interests-cell-wrapper {
  display: inline-grid;
  grid-template-columns: 5rem 14rem;
  gap: 1rem;
  text-indent: 0;
}
cx-my-interests .cx-product-interests-table-list td .cx-product-interests-remove-button {
  display: inline-block;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-product-price .cx-product-interests-label,
  cx-my-interests .cx-product-interests-product-price span {
    display: inline;
  }
  cx-my-interests .cx-product-interests-product-price span {
    padding-inline-start: 2rem;
  }
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-subscriptions {
    padding: 5px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-thead-mobile {
    display: none;
  }
}
cx-my-interests .cx-product-interests-placed {
  text-align: center;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-placed {
    text-align: start;
  }
}
cx-my-interests .cx-product-interests-status {
  text-align: center;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-status {
    text-align: start;
  }
}
cx-my-interests .cx-product-interests-total {
  text-align: end;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-total {
    text-align: start;
  }
}
cx-my-interests .cx-product-interests-label {
  text-transform: uppercase;
  color: var(--cx-color-secondary);
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-label {
    font-size: var(--cx-font-size, 0.875rem);
    font-weight: var(--cx-font-weight-bold);
    line-height: var(--cx-line-height, 1.2222222222);
    min-width: 110px;
  }
}
cx-my-interests .cx-product-interests-form-group {
  padding: 0;
  margin-bottom: 0;
  align-items: center;
  display: flex;
}
cx-my-interests .cx-product-interests-form-group span {
  margin-inline-end: 0.5rem;
  flex: none;
}
cx-my-interests .cx-product-interests-form-group cx-sorting {
  width: 100%;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-form-group {
    padding: 1.25rem 0 1.25rem 0;
  }
}
cx-my-interests .cx-product-interests-sort.top {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-sort.top {
    flex-direction: column;
    padding-top: 0;
  }
}
cx-my-interests .cx-product-interests-sort.bottom {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0 1rem 0;
  margin: 0;
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-sort.bottom {
    flex-direction: column;
  }
}
@media (max-width: 767.98px) {
  cx-my-interests .cx-product-interests-pagination {
    margin: var(--cx-margin, 0 auto);
  }
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
cx-my-account-v2-notification-preference .np-content-center {
  -ms-flex-pack: center;
  justify-content: center;
}
cx-my-account-v2-notification-preference .np-flex {
  display: -ms-flexbox;
  display: flex;
}
cx-my-account-v2-notification-preference .np-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  right: -1rem;
  left: -1rem;
}
cx-my-account-v2-notification-preference .header {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  margin-bottom: 1.75rem;
}
cx-my-account-v2-notification-preference .pref-info {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  margin-bottom: 0.7rem;
}
cx-my-account-v2-notification-preference .notification-channels {
  display: flex;
  align-items: center;
}
cx-my-account-v2-notification-preference .check-box {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0.125rem;
}
cx-my-account-v2-notification-preference .check-label {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  margin-top: 0.625rem;
}
cx-my-account-v2-notification-preference .note {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-card .cx-card-border {
  border: 1px solid var(--cx-color-medium);
}
cx-card .cx-card-container {
  display: flex;
}
cx-card .cx-card-label-container {
  flex-grow: 2;
  white-space: pre-line;
}
cx-card .cx-card-img-container cx-icon {
  width: auto;
}
cx-card .cx-text-green {
  color: var(--cx-color-success);
  font-weight: var(--cx-font-weight-bold);
}
cx-card .cx-text-gray {
  color: var(--cx-color-secondary);
}
cx-card .cx-card-title {
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  font-weight: var(--cx-font-weight-normal);
  margin-bottom: 0.5rem;
}
cx-card .cx-card-paragraph {
  padding-inline-start: 0.7em;
}
cx-card .cx-card-paragraph .cx-card-paragraph-title {
  padding-top: 0.7em;
}
cx-card .cx-card-fit-to-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}
cx-card .cx-card-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
cx-card .cx-card-delete {
  background-color: var(--cx-color-background);
}
cx-card .cx-card-body-delete {
  padding: 1rem 0 0 0;
}
@media (max-width: 767.98px) {
  cx-card .cx-card-body-delete .btn-secondary {
    margin: 0 0 1rem;
  }
}
cx-card .cx-card-delete-msg {
  color: var(--cx-color-danger);
  padding: 0 0 1.25rem 0;
}
cx-card .cx-card-actions {
  display: flex;
  justify-content: flex-end;
  padding: 1.25rem 0 0 0;
  gap: 16px;
}
cx-card .cx-card-actions cx-generic-link {
  font-weight: var(--cx-font-weight-semi);
  color: var(--cx-color-primary);
  text-decoration: underline;
}
cx-card .cx-card-actions .cx-card-action-item {
  display: flex;
  align-items: center;
}
cx-card .cx-card-actions button.btn-tertiary {
  color: var(--cx-color-primary);
  border-radius: var(--cx-buttons-border-radius);
  padding: 12px 16px;
  border-style: none;
}
cx-card .cx-card-actions button.btn-tertiary:focus {
  outline-style: solid;
  outline-color: var(--cx-color-visual-focus);
  outline-width: var(--cx-visual-focus-width, 2px);
  outline-offset: 2px;
  transition: none;
  box-shadow: 0 0 0 2px var(--cx-color-inverse);
}
@media (max-width: 991.98px) {
  cx-card .cx-card-actions button.btn-tertiary:focus {
    outline-offset: -2px;
  }
  cx-card .cx-card-actions button.btn-tertiary:focus .ng-select-container {
    position: initial;
  }
  cx-card .cx-card-actions button.btn-tertiary:focus.btn-tertiary {
    outline-offset: 2px;
  }
  cx-card .cx-card-actions button.btn-tertiary:focus > cx-media {
    transition: none;
    padding: 2px;
  }
}
cx-card .cx-card-link {
  margin-inline-start: 1rem;
}
cx-card button.link {
  margin-inline-start: 1rem;
}
.cx-theme-high-contrast-dark cx-card .cx-card,
.cx-theme-high-contrast-light cx-card .cx-card {
  padding: 2px;
}
.cx-theme-high-contrast-dark cx-card .card-body,
.cx-theme-high-contrast-light cx-card .card-body {
  background-color: var(--cx-color-background);
}
[dir=ltr] cx-icon.flip-at-ltr,
[dir=rtl] cx-icon.flip-at-rtl {
  transform: scaleX(-1);
}
.cx-icon,
cx-icon {
  align-self: center;
  line-height: normal;
}
.small.cx-icon:before,
cx-icon.small:before {
  font-size: 0.9rem;
}
.cx-icon svg,
cx-icon svg {
  width: 28px;
  height: 28px;
  fill: currentColor;
}
.small.cx-icon svg,
cx-icon.small svg {
  width: 14px;
  height: 14px;
}
cx-pagination {
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
}
cx-pagination a {
  color: var(--cx-color-text);
  width: 48px;
  height: 46px;
  font-size: var(--cx-font-size, 1.188rem);
  border: solid 1px var(--cx-color-medium);
  box-sizing: content-box;
  border-inline-end: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s, color 0.3s;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-pagination a:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  color: var(--cx-color-secondary);
  font-size: var(--cx-font-size, 2rem);
  line-height: 0;
}
cx-pagination a:last-child {
  border-inline-end: solid 1px var(--cx-color-medium);
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: var(--cx-color-secondary);
  font-size: var(--cx-font-size, 2rem);
  line-height: 0;
}
cx-pagination a.current {
  background-color: var(--cx-color-primary);
  border-color: var(--cx-color-primary);
  color: var(--cx-color-inverse);
  opacity: 1;
  font-weight: var(--cx-font-weight-bold);
}
cx-pagination a.current,
cx-pagination a.disabled,
cx-pagination a.gap {
  pointer-events: none;
}
cx-pagination a:hover {
  text-decoration: none;
  background-color: var(--cx-color-background);
}
cx-pagination a.current + a {
  border-inline-start: none;
}
cx-pagination a:focus {
  z-index: 1;
}
.cx-theme-high-contrast-dark cx-pagination a,
.cx-theme-high-contrast-light cx-pagination a {
  border-color: var(--cx-color-dark);
}
.cx-theme-high-contrast-dark cx-pagination a:last-child,
.cx-theme-high-contrast-light cx-pagination a:last-child {
  border-color: var(--cx-color-dark);
}
.cx-theme-high-contrast-dark cx-pagination a.current {
  color: var(--cx-color-medium);
}
:root {
  --cx-popover-font-size: 0.875rem;
  --cx-popover-background: var(--cx-color-inverse);
  --cx-popover-min-width: 140px;
  --cx-popover-max-width: 280px;
  --cx-popover-border-width: 1px;
  --cx-popover-border-color: var(--cx-color-light);
  --cx-popover-border-radius: 5px;
  --cx-popover-arrow-width: 1rem;
  --cx-popover-arrow-height: 0.5rem;
  --cx-popover-arrow-color: var(--cx-popover-background);
  --cx-popover-z-index: 10;
  --cx-popover-box-shadow-color: rgba(0, 0, 0, 0.1);
}
cx-popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: var(--cx-popover-z-index);
  display: block;
  min-width: var(--cx-popover-min-width);
  max-width: var(--cx-popover-max-width);
  font-size: var(--cx-popover-font-size);
  word-wrap: break-word;
  background-color: var(--cx-popover-background);
  background-clip: padding-box;
  border: var(--cx-popover-border-width) solid var(--cx-popover-border-color);
  border-radius: var(--cx-popover-border-radius);
  padding: 1rem 0.938rem;
  box-shadow: 0px 1px 11px 2px var(--cx-popover-box-shadow-color);
}
@media (max-width: 575.98px) {
  cx-popover {
    max-width: 70vw;
  }
}
cx-popover {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-popover > .arrow {
  position: absolute;
  display: block;
  width: var(--cx-popover-arrow-width);
  height: var(--cx-popover-arrow-height);
  margin: 0 var(--cx-popover-border-radius);
}
cx-popover > .arrow::before,
cx-popover > .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
cx-popover.top,
cx-popover.top-left,
cx-popover.top-right {
  margin-bottom: var(--cx-popover-arrow-height);
}
cx-popover.top > .arrow,
cx-popover.top-left > .arrow,
cx-popover.top-right > .arrow {
  bottom: calc(calc(var(--cx-popover-arrow-height) * -1) - (var(--cx-popover-border-width)));
}
cx-popover.top > .arrow::before,
cx-popover.top-left > .arrow::before,
cx-popover.top-right > .arrow::before {
  bottom: 0;
  border-width: var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2) 0;
  border-top-color: var(--cx-popover-border-color);
}
cx-popover.top > .arrow::after,
cx-popover.top-left > .arrow::after,
cx-popover.top-right > .arrow::after {
  bottom: var(--cx-popover-border-width);
  border-width: var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2) 0;
  border-top-color: var(--cx-popover-arrow-color);
}
cx-popover.right,
cx-popover.right-top,
cx-popover.right-bottom {
  margin-inline-start: var(--cx-popover-arrow-height);
}
cx-popover.right > .arrow,
cx-popover.right-top > .arrow,
cx-popover.right-bottom > .arrow {
  left: calc(calc(var(--cx-popover-arrow-height) * -1) - (var(--cx-popover-border-width)));
  width: var(--cx-popover-arrow-height);
  height: var(--cx-popover-arrow-width);
  margin: var(--cx-popover-border-radius) 0;
}
cx-popover.right > .arrow::before,
cx-popover.right-top > .arrow::before,
cx-popover.right-bottom > .arrow::before {
  left: 0;
  border-width: calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2) 0;
  border-right-color: var(--cx-popover-border-color);
}
cx-popover.right > .arrow::after,
cx-popover.right-top > .arrow::after,
cx-popover.right-bottom > .arrow::after {
  left: var(--cx-popover-border-width);
  border-width: calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2) 0;
  border-right-color: var(--cx-popover-arrow-color);
}
cx-popover.left,
cx-popover.left-top,
cx-popover.left-bottom {
  margin-inline-end: var(--cx-popover-arrow-height);
}
cx-popover.left > .arrow,
cx-popover.left-top > .arrow,
cx-popover.left-bottom > .arrow {
  right: calc(calc(var(--cx-popover-arrow-height) * -1) - (var(--cx-popover-border-width)));
  width: var(--cx-popover-arrow-height);
  height: var(--cx-popover-arrow-width);
  margin: var(--cx-popover-border-radius) 0;
}
cx-popover.left > .arrow::before,
cx-popover.left-top > .arrow::before,
cx-popover.left-bottom > .arrow::before {
  right: 0;
  border-width: calc(var(--cx-popover-arrow-width) / 2) 0 calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height);
  border-left-color: var(--cx-popover-border-color);
}
cx-popover.left > .arrow::after,
cx-popover.left-top > .arrow::after,
cx-popover.left-bottom > .arrow::after {
  right: var(--cx-popover-border-width);
  border-width: calc(var(--cx-popover-arrow-width) / 2) 0 calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height);
  border-left-color: var(--cx-popover-arrow-color);
}
cx-popover.bottom,
cx-popover.bottom-left,
cx-popover.bottom-right {
  margin-top: var(--cx-popover-arrow-height);
}
cx-popover.bottom > .arrow,
cx-popover.bottom-left > .arrow,
cx-popover.bottom-right > .arrow {
  top: calc(calc(var(--cx-popover-arrow-height) * -1) - (var(--cx-popover-border-width)));
}
cx-popover.bottom > .arrow::before,
cx-popover.bottom-left > .arrow::before,
cx-popover.bottom-right > .arrow::before {
  top: 0;
  border-width: 0 calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2);
  border-bottom-color: var(--cx-popover-border-color);
}
cx-popover.bottom > .arrow::after,
cx-popover.bottom-left > .arrow::after,
cx-popover.bottom-right > .arrow::after {
  top: var(--cx-popover-border-width);
  border-width: 0 calc(var(--cx-popover-arrow-width) / 2) var(--cx-popover-arrow-height) calc(var(--cx-popover-arrow-width) / 2);
  border-bottom-color: var(--cx-popover-arrow-color);
}
cx-popover.top > .arrow,
cx-popover.bottom > .arrow {
  left: 50%;
  margin-inline-start: calc(var(--cx-popover-arrow-width) / -2);
}
cx-popover.top-left > .arrow,
cx-popover.bottom-left > .arrow {
  left: 0.5em;
}
cx-popover.top-right > .arrow,
cx-popover.bottom-right > .arrow {
  left: auto;
  right: 0.5em;
}
cx-popover.left > .arrow,
cx-popover.right > .arrow {
  top: 50%;
  margin-top: calc(var(--cx-popover-arrow-width) / -2);
}
cx-popover.left-top > .arrow,
cx-popover.right-top > .arrow {
  top: 0.7em;
}
cx-popover.left-bottom > .arrow,
cx-popover.right-bottom > .arrow {
  top: auto;
  bottom: 0.7em;
}
cx-popover {
  opacity: 0;
}
cx-popover.opened {
  opacity: 1;
  transition: opacity 0.4s;
}
cx-popover .popover-body > .cx-close-row {
  display: flex;
  justify-content: flex-end;
}
cx-popover .popover-body > .cx-close-row .close {
  margin-top: -5px;
  margin-inline-end: -5px;
  font-size: 1rem;
}
.cx-theme-high-contrast-dark cx-popover,
.cx-theme-high-contrast-light cx-popover {
  background-color: var(--cx-color-background);
  box-shadow: none;
}
.cx-theme-high-contrast-dark cx-popover .popover-body > .cx-close-row .close,
.cx-theme-high-contrast-light cx-popover .popover-body > .cx-close-row .close {
  color: var(--cx-color-text);
}
:root {
  --cx-progress-button-radius: 24px;
  --cx-progress-button-border-width: 3px;
  --cx-progress-button-animation-time: 1s;
  --cx-progress-button-primary-color: var(--cx-color-primary);
  --cx-progress-button-secondary-color: var(--cx-color-inverse);
}
cx-progress-button .cx-progress-button-container {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  font-size: var(--cx-font-size, 1.188rem);
  font-weight: var(--cx-font-weight-bold);
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-progress-button .cx-progress-button-container .loader-container {
  position: relative;
  margin-inline-end: 10px;
  width: var(--cx-progress-button-radius);
  height: var(--cx-progress-button-radius);
}
cx-progress-button .cx-progress-button-container .loader {
  width: var(--cx-progress-button-radius);
  height: var(--cx-progress-button-radius);
  font-size: 10px;
  overflow: hidden;
  animation: circleRotation var(--cx-progress-button-animation-time) infinite linear;
}
cx-progress-button .cx-progress-button-container .loader::before {
  content: "";
  box-sizing: border-box;
  display: block;
  width: var(--cx-progress-button-radius);
  height: var(--cx-progress-button-radius);
  border: var(--cx-progress-button-border-width) solid;
  margin: auto;
  border-top-color: var(--cx-progress-button-secondary-color);
  border-bottom-color: var(--cx-progress-button-secondary-color);
  border-right-color: var(--cx-progress-button-secondary-color);
  border-left-color: var(--cx-progress-button-primary-color);
  border-radius: 50%;
  pointer-events: none;
}
@keyframes circleRotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
cx-progress-button .cx-progress-button-container.overlay {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  user-select: none;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 10;
}
:root {
  --cx-spinner-radius: 120px;
  --cx-spinner-border-width: 15px;
  --cx-spinner-animation-time: 1s;
  --cx-spinner-primary-color: var(--cx-color-primary);
  --cx-spinner-secondary-color: var(--cx-color-light);
}
cx-spinner .loader-container {
  position: relative;
  margin-top: 30px;
  margin-inline-end: auto;
  margin-bottom: 30px;
  margin-inline-start: auto;
  width: var(--cx-spinner-radius);
  height: var(--cx-spinner-radius);
}
cx-spinner .loader {
  width: var(--cx-spinner-radius);
  height: var(--cx-spinner-radius);
  font-size: 10px;
  overflow: hidden;
  animation: load8 var(--cx-spinner-animation-time) infinite linear;
}
cx-spinner .loader::before {
  content: "";
  box-sizing: border-box;
  display: block;
  width: var(--cx-spinner-radius);
  height: var(--cx-spinner-radius);
  border: var(--cx-spinner-border-width) solid;
  margin: auto;
  border-top-color: var(--cx-spinner-secondary-color);
  border-bottom-color: var(--cx-spinner-secondary-color);
  border-right-color: var(--cx-spinner-secondary-color);
  border-left-color: var(--cx-spinner-primary-color);
  border-radius: 50%;
  pointer-events: none;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
cx-spinner.overlay {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  user-select: none;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 10;
}
cx-table table {
  white-space: nowrap;
  table-layout: fixed;
  width: 100%;
}
cx-table table td,
cx-table table th {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
cx-table table th {
  padding: var(--cx-spatial-base) var(--cx-spatial-md);
  color: var(--cx-color-secondary);
  text-transform: uppercase;
}
cx-table table th.sortable {
  cursor: pointer;
}
cx-table table thead tr,
cx-table table > tr:not(:last-child) {
  border-bottom: solid 1px var(--cx-color-medium);
}
cx-table table th,
cx-table table td {
  transition: opacity 0.2s ease-in-out 0.2s, width 0.2s ease-in-out 0.2s;
  padding: var(--cx-spatial-md);
}
cx-table table th > *,
cx-table table td > * {
  display: flex;
}
cx-password-visibility-toggle {
  position: absolute;
  transform: translate(0, -50%);
  top: 50%;
  inset-inline-end: 10px;
  display: flex;
}
cx-password-visibility-toggle > button {
  font-size: 17px;
  margin: 0 !important;
  border: transparent;
  border-radius: 4px;
  background: none;
  color: var(--cx-color-secondary);
}
cx-password-visibility-toggle > button cx-icon {
  opacity: 0.8;
  width: 21px;
}
.cx-password-input-wrapper {
  position: relative;
}
cx-messaging .container,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery {
  display: flex;
  flex-direction: row;
  padding: 15px 0;
  min-height: 400px;
  padding-bottom: 2rem;
}
cx-messaging .container .cx-avatar-line,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-avatar-line,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-avatar-line,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-avatar-line {
  border: 0px solid;
  margin-inline-start: 2.1875rem;
  color: var(--cx-color-light);
  border-right-width: 1px;
}
.cx-theme-high-contrast-dark cx-messaging .container .cx-avatar-line,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging cx-page-slot.Summary .cx-avatar-line,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging cx-page-slot.Tabs .cx-avatar-line,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging .tab-delivery .cx-avatar-line,
.cx-theme-high-contrast-light cx-messaging .container .cx-avatar-line,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging cx-page-slot.Summary .cx-avatar-line,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging cx-page-slot.Tabs .cx-avatar-line,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-avatar-line,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging .tab-delivery .cx-avatar-line {
  color: var(--cx-color-dark);
}
cx-messaging .container .cx-messages,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 1rem;
  margin-inline-start: -2.1875rem;
  max-height: 400px;
  overflow-y: auto;
}
cx-messaging .container .cx-messages label,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages label,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages label,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages label,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages label,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages label,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages label {
  margin-bottom: 0;
  font-size: var(--cx-font-size, 0.875rem);
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-messaging .container .cx-messages .cx-message-card,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-card,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-message-card,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-card,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-card,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-card,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-message-card {
  display: flex;
  flex-direction: row;
  gap: 0.875rem;
}
cx-messaging .container .cx-messages .cx-message-card div,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-message-card div,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-card div,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-message-card div {
  width: 100%;
}
.cx-theme-high-contrast-dark cx-messaging .container .cx-messages .cx-message-card div,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging cx-page-slot.Summary .cx-messages .cx-message-card div,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-card div,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging .tab-delivery .cx-messages .cx-message-card div,
.cx-theme-high-contrast-light cx-messaging .container .cx-messages .cx-message-card div,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging cx-page-slot.Summary .cx-messages .cx-message-card div,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-card div,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-card div,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging .tab-delivery .cx-messages .cx-message-card div {
  background-color: var(--cx-color-background);
  border-color: var(--cx-color-dark);
}
@media (min-width: 768px) {
  cx-messaging .container .cx-messages .cx-message-display,
  cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-display,
  cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-message-display,
  cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-display,
  cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-display,
  cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-display,
  cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-message-display {
    padding-inline-start: 4.875rem;
  }
}
cx-messaging .container .cx-messages .cx-message-left-align-text,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-message-left-align-text,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-left-align-text,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-message-left-align-text {
  padding: 20px 28px;
  border: 1px solid var(--cx-color-light);
  background-color: rgb(232.6, 241.8, 248.7);
  border-radius: 0px 16px 16px 16px;
  outline-offset: -2px;
}
cx-messaging .container .cx-messages .cx-message-right-align-text,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-right-align-text,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-message-right-align-text,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-right-align-text,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-right-align-text,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-right-align-text,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-message-right-align-text {
  padding: 20px 28px;
  border: 1px solid var(--cx-color-light);
  background-color: var(--cx-color-background);
  border-radius: 0px 16px 16px 16px;
  outline-offset: -2px;
}
cx-messaging .container .cx-messages .cx-attachment cx-icon,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-attachment cx-icon,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-attachment cx-icon,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-attachment cx-icon,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-attachment cx-icon,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-attachment cx-icon,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-attachment cx-icon {
  color: var(--cx-color-secondary);
}
cx-messaging .container .cx-messages .cx-attachment,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-attachment,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-attachment,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-attachment,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-attachment,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-attachment,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-attachment {
  margin: 0;
  color: var(--cx-color-text);
  cursor: pointer;
}
cx-messaging .container .cx-messages .cx-message-item-link,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-item-link,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Summary .cx-messages .cx-message-item-link,
cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-item-link,
cx-page-layout.ProductDetailsPageTemplate cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-item-link,
cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-item-link,
cx-page-layout.ProductDetailsPageTemplate cx-messaging .tab-delivery .cx-messages .cx-message-item-link {
  cursor: pointer;
}
cx-messaging .cx-message-footer {
  display: flex;
  gap: 1rem;
}
@media (min-width: 768px) {
  cx-messaging .cx-message-footer {
    padding-inline-start: 4.875rem;
  }
}
@media (max-width: 767.98px) {
  cx-messaging .cx-message-footer {
    flex-direction: column;
  }
  cx-messaging .cx-message-footer .cx-send {
    align-self: flex-end;
  }
}
cx-messaging .cx-message-footer .cx-message-box {
  width: 100%;
}
cx-messaging .cx-message-footer .cx-message-box cx-file-upload {
  display: flex;
  align-items: flex-start;
  justify-content: left;
  width: 100%;
}
cx-messaging .cx-message-footer .cx-message-box cx-file-upload button {
  width: auto;
}
cx-messaging .cx-message-footer .cx-message-box cx-file-upload .cx-message-footer-text {
  text-decoration: underline;
  cursor: pointer;
  padding: 0rem 0.5rem;
  white-space: nowrap;
}
cx-messaging .cx-message-footer .cx-message-box cx-file-upload cx-icon {
  color: var(--cx-color-secondary);
  cursor: pointer;
  font-size: var(--cx-font-size, 1.25rem);
}
cx-messaging .cx-message-footer .cx-message-box .cx-footer-label {
  font-weight: var(--cx-font-weight-semi);
}
cx-messaging .cx-message-footer .cx-message-box .cx-footer-label .cx-message-item-selection {
  margin-inline-start: 0.5rem;
}
cx-messaging .cx-message-footer .cx-message-box .cx-footer-label .cx-message-input {
  display: flex;
  gap: 1rem;
}
cx-messaging .cx-message-footer .cx-message-box .cx-message-footer-info {
  display: flex;
  padding-inline-end: 7.5rem;
  justify-content: space-between;
}
cx-messaging .cx-message-footer .cx-message-box .cx-message-footer-info .cx-message-footer-info-text {
  width: 100%;
}
cx-messaging .cx-message-footer .cx-message-box .cx-message-footer-info p {
  font-size: var(--cx-font-size, 0.75rem);
  font-style: italic;
  text-align: end;
  margin: 0;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-messaging .cx-message-footer .cx-send {
  max-width: 6.5rem;
  height: 48px;
}
.cx-theme-high-contrast-dark cx-messaging .container .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging cx-page-slot.Summary .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-dark cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-dark cx-messaging .tab-delivery .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-light cx-messaging .container .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging cx-page-slot.Summary .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging cx-page-slot.Tabs .cx-messages .cx-message-left-align-text,
.cx-theme-high-contrast-light cx-messaging cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-messages .cx-message-left-align-text,
cx-page-layout.ProductDetailsPageTemplate .cx-theme-high-contrast-light cx-messaging .tab-delivery .cx-messages .cx-message-left-align-text {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
}
.cx-theme-high-contrast-dark cx-messaging select,
.cx-theme-high-contrast-light cx-messaging select {
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
  border-color: var(--cx-color-text);
}
cx-avatar .cx-avatar {
  height: 4.375rem;
  min-width: 4.375rem;
  background-color: rgb(232.6, 241.8, 248.7);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  border: 1px solid var(--cx-color-medium);
  font-size: var(--cx-font-size, 2rem);
  font-size: var(--cx-font-size, 1.85rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-avatar .right-align {
  background-color: var(--cx-color-background);
}
.cx-theme-high-contrast-dark cx-avatar .cx-avatar,
.cx-theme-high-contrast-light cx-avatar .cx-avatar {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
}
cx-site-theme-switcher {
  position: relative;
  margin-top: 14px;
  margin-inline-end: 17px;
  margin-bottom: 14px;
  margin-inline-start: 0;
}
@media (max-width: 991.98px) {
  cx-site-theme-switcher {
    display: inline-block;
  }
  cx-site-theme-switcher:first-child {
    margin-inline-start: 0;
  }
  cx-site-theme-switcher:not(:first-child) {
    padding-inline-start: 16px;
    border-inline-start: 1px solid var(--cx-color-secondary);
  }
}
cx-site-theme-switcher label {
  display: flex;
  align-items: center;
  margin: 0;
}
cx-site-theme-switcher label span {
  color: var(--cx-color-text);
  margin-inline-end: 5px;
}
cx-site-theme-switcher label cx-icon {
  margin: auto;
}
cx-site-theme-switcher cx-icon {
  margin-inline-start: -10px;
  z-index: unset;
  pointer-events: none;
  color: var(--cx-color-text);
}
cx-site-theme-switcher select {
  padding: 2px 4px;
  background-color: unset;
  color: var(--cx-color-text);
  border: 0;
  font-weight: var(--cx-font-weight-semi);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-inline-end: 14px;
  outline: none;
  position: relative;
}
@media (min-width: 992px) {
  cx-site-theme-switcher select {
    background-color: var(--cx-color-light);
  }
}
.cx-theme-high-contrast-dark cx-site-theme-switcher select,
.cx-theme-high-contrast-light cx-site-theme-switcher select {
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-dark cx-site-theme-switcher select option,
.cx-theme-high-contrast-light cx-site-theme-switcher select option {
  color: var(--cx-color-medium);
}
.cx-theme-high-contrast-dark cx-site-theme-switcher cx-icon,
.cx-theme-high-contrast-light cx-site-theme-switcher cx-icon {
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-light cx-site-theme-switcher select option {
  color: var(--cx-color-dark);
}
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item.center {
  z-index: 5;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-carousel-inner {
  position: relative;
}
.owl-carousel .owl-carousel-inner .owl-next,
.owl-carousel .owl-carousel-inner .owl-prev {
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.owl-carousel .owl-carousel-inner button.owl-next,
.owl-carousel .owl-carousel-inner button.owl-prev {
  border: none;
}
.owl-carousel .owl-carousel-inner .owl-prev {
  left: 10px;
}
.owl-carousel .owl-carousel-inner .owl-next {
  right: 10px;
}
.owl-carousel .owl-carousel-inner .owl-prev,
.owl-carousel .owl-carousel-inner .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out, max-height 0.35s ease-in-out;
}
.owl-height.height-0 {
  max-height: 0;
  transition-duration: 700ms;
}
.owl-height.height-full {
  max-height: 2000px;
}
.owl-carousel .owl-item .owl-lazy {
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item {
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-theme .owl-carousel-inner .owl-prev,
.owl-theme .owl-carousel-inner .owl-next {
  color: #FFF;
  font-size: 14px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-carousel-inner .owl-prev:hover,
.owl-theme .owl-carousel-inner .owl-next:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-carousel-inner .owl-prev.disabled,
.owl-theme .owl-carousel-inner .owl-next.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.owl-theme .owl-dots {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.container,
cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container-sm,
  .container,
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
  cx-page-layout.ProductDetailsPageTemplate .tab-delivery {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md,
  .container-sm,
  .container,
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
  cx-page-layout.ProductDetailsPageTemplate .tab-delivery {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
  cx-page-layout.ProductDetailsPageTemplate .tab-delivery {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container,
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
  cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
  cx-page-layout.ProductDetailsPageTemplate .tab-delivery {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}
.col-xl,
.col-xl-auto,
.col-xl-12,
.col-xl-11,
.col-xl-10,
.col-xl-9,
.col-xl-8,
.col-xl-7,
.col-xl-6,
.col-xl-5,
.col-xl-4,
.col-xl-3,
.col-xl-2,
.col-xl-1,
.col-lg,
.col-lg-auto,
.col-lg-12,
.col-lg-11,
.col-lg-10,
.col-lg-9,
.col-lg-8,
.col-lg-7,
.col-lg-6,
.col-lg-5,
.col-lg-4,
.col-lg-3,
.col-lg-2,
.col-lg-1,
.col-md,
.col-md-auto,
.col-md-12,
.col-md-11,
.col-md-10,
.col-md-9,
.col-md-8,
.col-md-7,
.col-md-6,
.col-md-5,
.col-md-4,
.col-md-3,
.col-md-2,
.col-md-1,
.col-sm,
.col-sm-auto,
.col-sm-12,
.col-sm-11,
.col-sm-10,
.col-sm-9,
.col-sm-8,
.col-sm-7,
.col-sm-6,
.col-sm-5,
.col-sm-4,
.col-sm-3,
.col-sm-2,
.col-sm-1,
.col,
.col-auto,
.col-12,
.col-11,
.col-10,
.col-9,
.col-8,
.col-7,
.col-6,
.col-5,
.col-4,
.col-3,
.col-2,
.col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}
.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}
.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}
.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}
.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}
.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}
.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}
.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}
.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}
.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}
.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}
.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}
.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}
.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}
.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}
.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}
.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}
.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}
.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}
.order-first {
  order: -1;
}
.order-last {
  order: 13;
}
.order-0 {
  order: 0;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.order-7 {
  order: 7;
}
.order-8 {
  order: 8;
}
.order-9 {
  order: 9;
}
.order-10 {
  order: 10;
}
.order-11 {
  order: 11;
}
.order-12 {
  order: 12;
}
.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%;
}
@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .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%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .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%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.bg-primary {
  background-color: #1f7bc0 !important;
}
a.bg-primary:hover,
a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: rgb(23.9103139013, 94.869955157, 148.0896860987) !important;
}
.bg-secondary {
  background-color: #6c7079 !important;
}
a.bg-secondary:hover,
a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: rgb(83.9475982533, 87.056768559, 94.0524017467) !important;
}
.bg-success {
  background-color: #38871f !important;
}
a.bg-success:hover,
a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: rgb(38.7951807229, 93.5240963855, 21.4759036145) !important;
}
.bg-info {
  background-color: #17a2b8 !important;
}
a.bg-info:hover,
a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: rgb(17.3333333333, 122.0869565217, 138.6666666667) !important;
}
.bg-warning {
  background-color: #ffc107 !important;
}
a.bg-warning:hover,
a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: rgb(211, 158.25, 0) !important;
}
.bg-danger {
  background-color: #db0002 !important;
}
a.bg-danger:hover,
a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: rgb(168, 0, 1.5342465753) !important;
}
.bg-light {
  background-color: #f1f1f1 !important;
}
a.bg-light:hover,
a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: rgb(215.5, 215.5, 215.5) !important;
}
.bg-dark {
  background-color: #6c7079 !important;
}
a.bg-dark:hover,
a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: rgb(83.9475982533, 87.056768559, 94.0524017467) !important;
}
.bg-background {
  background-color: #f4f4f4 !important;
}
a.bg-background:hover,
a.bg-background:focus,
button.bg-background:hover,
button.bg-background:focus {
  background-color: rgb(218.5, 218.5, 218.5) !important;
}
.bg-text {
  background-color: #14293a !important;
}
a.bg-text:hover,
a.bg-text:focus,
button.bg-text:hover,
button.bg-text:focus {
  background-color: rgb(6.9230769231, 14.1923076923, 20.0769230769) !important;
}
.bg-inverse {
  background-color: #ffffff !important;
}
a.bg-inverse:hover,
a.bg-inverse:focus,
button.bg-inverse:hover,
button.bg-inverse:focus {
  background-color: rgb(229.5, 229.5, 229.5) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
a.bg-transparent:hover,
a.bg-transparent:focus,
button.bg-transparent:hover,
button.bg-transparent:focus {
  background-color: rgba(0, 0, 0, 0) !important;
}
.bg-primary-accent {
  background-color: #055f9f !important;
}
a.bg-primary-accent:hover,
a.bg-primary-accent:focus,
button.bg-primary-accent:hover,
button.bg-primary-accent:focus {
  background-color: rgb(3.4451219512, 65.4573170732, 109.5548780488) !important;
}
.bg-success-accent {
  background-color: #f0fbe4 !important;
}
a.bg-success-accent:hover,
a.bg-success-accent:focus,
button.bg-success-accent:hover,
button.bg-success-accent:focus {
  background-color: rgb(215.3225806452, 244.4193548387, 183.5806451613) !important;
}
.bg-danger-accent {
  background-color: #fff1f1 !important;
}
a.bg-danger-accent:hover,
a.bg-danger-accent:focus,
button.bg-danger-accent:hover,
button.bg-danger-accent:focus {
  background-color: #ffbebe !important;
}
.bg-warning-accent {
  background-color: #fff5df !important;
}
a.bg-warning-accent:hover,
a.bg-warning-accent:focus,
button.bg-warning-accent:hover,
button.bg-warning-accent:focus {
  background-color: rgb(255, 229.0625, 172) !important;
}
.bg-info-accent {
  background-color: #deeffe !important;
}
a.bg-info-accent:hover,
a.bg-info-accent:focus,
button.bg-info-accent:hover,
button.bg-info-accent:focus {
  background-color: rgb(172.5, 215, 252.5) !important;
}
.bg-medium {
  background-color: #d3d6db !important;
}
a.bg-medium:hover,
a.bg-medium:focus,
button.bg-medium:hover,
button.bg-medium:focus {
  background-color: rgb(182.95, 187.8625, 196.05) !important;
}
.bg-background-dark {
  background-color: #212738 !important;
}
a.bg-background-dark:hover,
a.bg-background-dark:focus,
button.bg-background-dark:hover,
button.bg-background-dark:focus {
  background-color: rgb(14.0898876404, 16.6516853933, 23.9101123596) !important;
}
.bg-visual-focus {
  background-color: #6d9df7 !important;
}
a.bg-visual-focus:hover,
a.bg-visual-focus:focus,
button.bg-visual-focus:hover,
button.bg-visual-focus:focus {
  background-color: rgb(60.6493506494, 124.5454545455, 244.3506493506) !important;
}
.bg-background-focus {
  background-color: rgba(80, 176, 244, 0.1) !important;
}
a.bg-background-focus:hover,
a.bg-background-focus:focus,
button.bg-background-focus:hover,
button.bg-background-focus:focus {
  background-color: rgba(32.0161290323, 154.3387096774, 240.9838709677, 0.1) !important;
}
.bg-border-focus {
  background-color: rgba(166, 204, 232, 0.6) !important;
}
a.bg-border-focus:hover,
a.bg-border-focus:focus,
button.bg-border-focus:hover,
button.bg-border-focus:focus {
  background-color: rgba(125.4732142857, 180.7767857143, 221.5267857143, 0.6) !important;
}
.bg-white {
  background-color: #fff !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.border {
  border: 1px solid #dee2e6 !important;
}
.border-top {
  border-top: 1px solid #dee2e6 !important;
}
.border-right {
  border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
  border-left: 1px solid #dee2e6 !important;
}
.border-0 {
  border: 0 !important;
}
.border-top-0 {
  border-top: 0 !important;
}
.border-right-0 {
  border-right: 0 !important;
}
.border-bottom-0 {
  border-bottom: 0 !important;
}
.border-left-0 {
  border-left: 0 !important;
}
.border-primary {
  border-color: #1f7bc0 !important;
}
.border-secondary {
  border-color: #6c7079 !important;
}
.border-success {
  border-color: #38871f !important;
}
.border-info {
  border-color: #17a2b8 !important;
}
.border-warning {
  border-color: #ffc107 !important;
}
.border-danger {
  border-color: #db0002 !important;
}
.border-light {
  border-color: #f1f1f1 !important;
}
.border-dark {
  border-color: #6c7079 !important;
}
.border-background {
  border-color: #f4f4f4 !important;
}
.border-text {
  border-color: #14293a !important;
}
.border-inverse {
  border-color: #ffffff !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-primary-accent {
  border-color: #055f9f !important;
}
.border-success-accent {
  border-color: #f0fbe4 !important;
}
.border-danger-accent {
  border-color: #fff1f1 !important;
}
.border-warning-accent {
  border-color: #fff5df !important;
}
.border-info-accent {
  border-color: #deeffe !important;
}
.border-medium {
  border-color: #d3d6db !important;
}
.border-background-dark {
  border-color: #212738 !important;
}
.border-visual-focus {
  border-color: #6d9df7 !important;
}
.border-background-focus {
  border-color: rgba(80, 176, 244, 0.1) !important;
}
.border-border-focus {
  border-color: rgba(166, 204, 232, 0.6) !important;
}
.border-white {
  border-color: #fff !important;
}
.rounded-sm {
  border-radius: 0.2rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}
.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}
.rounded-lg {
  border-radius: 0.3rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
.rounded-0 {
  border-radius: 0 !important;
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}
.d-none {
  display: none !important;
}
.d-inline {
  display: inline !important;
}
.d-inline-block {
  display: inline-block !important;
}
.d-block {
  display: block !important;
}
.d-table {
  display: table !important;
}
.d-table-row {
  display: table-row !important;
}
.d-table-cell {
  display: table-cell !important;
}
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}
.embed-responsive-16by9::before {
  padding-top: 56.25%;
}
.embed-responsive-4by3::before {
  padding-top: 75%;
}
.embed-responsive-1by1::before {
  padding-top: 100%;
}
.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-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}
.flex-fill {
  flex: 1 1 auto !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;
}
.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;
}
.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;
}
@media (min-width: 576px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 768px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 992px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
@media (min-width: 1200px) {
  .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-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !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;
  }
  .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;
  }
  .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;
  }
}
.float-left {
  float: left !important;
}
.float-right {
  float: right !important;
}
.float-none {
  float: none !important;
}
@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
  user-select: all !important;
}
.user-select-auto {
  -webkit-user-select: auto !important;
  user-select: auto !important;
}
.user-select-none {
  -webkit-user-select: none !important;
  user-select: none !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.position-static {
  position: static !important;
}
.position-relative {
  position: relative !important;
}
.position-absolute {
  position: absolute !important;
}
.position-fixed {
  position: fixed !important;
}
.position-sticky {
  position: sticky !important;
}
.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}
.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}
@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}
.w-25 {
  width: 25% !important;
}
.w-50 {
  width: 50% !important;
}
.w-75 {
  width: 75% !important;
}
.w-100 {
  width: 100% !important;
}
.w-auto {
  width: auto !important;
}
.h-25 {
  height: 25% !important;
}
.h-50 {
  height: 50% !important;
}
.h-75 {
  height: 75% !important;
}
.h-100 {
  height: 100% !important;
}
.h-auto {
  height: auto !important;
}
.mw-100 {
  max-width: 100% !important;
}
.mh-100 {
  max-height: 100% !important;
}
.min-vw-100 {
  min-width: 100vw !important;
}
.min-vh-100 {
  min-height: 100vh !important;
}
.vw-100 {
  width: 100vw !important;
}
.vh-100 {
  height: 100vh !important;
}
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.m-n1 {
  margin: -0.25rem !important;
}
.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}
.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}
.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}
.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}
.m-n2 {
  margin: -0.5rem !important;
}
.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}
.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}
.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}
.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}
.m-n3 {
  margin: -1rem !important;
}
.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}
.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}
.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}
.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}
.m-n4 {
  margin: -1.5rem !important;
}
.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}
.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}
.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}
.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}
.m-n5 {
  margin: -3rem !important;
}
.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}
.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}
.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}
.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}
.m-auto {
  margin: auto !important;
}
.mt-auto,
.my-auto {
  margin-top: auto !important;
}
.mr-auto,
.mx-auto {
  margin-right: auto !important;
}
.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}
.ml-auto,
.mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}
.text-monospace {
  font-family:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace !important;
}
.text-justify {
  text-align: justify !important;
}
.text-wrap {
  white-space: normal !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}
.text-uppercase {
  text-transform: uppercase !important;
}
.text-capitalize {
  text-transform: capitalize !important;
}
.font-weight-light {
  font-weight: "light" !important;
}
.font-weight-lighter {
  font-weight: lighter !important;
}
.font-weight-normal {
  font-weight: "normal" !important;
}
.font-weight-bold {
  font-weight: "bold" !important;
}
.font-weight-bolder {
  font-weight: bolder !important;
}
.font-italic {
  font-style: italic !important;
}
.text-white {
  color: #fff !important;
}
.text-primary {
  color: #1f7bc0 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: rgb(20.365470852, 80.8049327354, 126.134529148) !important;
}
.text-secondary {
  color: #6c7079 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: rgb(71.9213973799, 74.5851528384, 80.5786026201) !important;
}
.text-success {
  color: #38871f !important;
}
a.text-success:hover,
a.text-success:focus {
  color: rgb(30.1927710843, 72.7861445783, 16.7138554217) !important;
}
.text-info {
  color: #17a2b8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: rgb(14.5, 102.1304347826, 116) !important;
}
.text-warning {
  color: #ffc107 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: rgb(185.5, 139.125, 0) !important;
}
.text-danger {
  color: #db0002 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: rgb(142.5, 0, 1.301369863) !important;
}
.text-light {
  color: #f1f1f1 !important;
}
a.text-light:hover,
a.text-light:focus {
  color: rgb(202.75, 202.75, 202.75) !important;
}
.text-dark {
  color: #6c7079 !important;
}
a.text-dark:hover,
a.text-dark:focus {
  color: rgb(71.9213973799, 74.5851528384, 80.5786026201) !important;
}
.text-background {
  color: #f4f4f4 !important;
}
a.text-background:hover,
a.text-background:focus {
  color: rgb(205.75, 205.75, 205.75) !important;
}
.text-text {
  color: #14293a !important;
}
a.text-text:hover,
a.text-text:focus {
  color: rgb(0.3846153846, 0.7884615385, 1.1153846154) !important;
}
.text-inverse {
  color: #ffffff !important;
}
a.text-inverse:hover,
a.text-inverse:focus {
  color: rgb(216.75, 216.75, 216.75) !important;
}
.text-transparent {
  color: transparent !important;
}
a.text-transparent:hover,
a.text-transparent:focus {
  color: rgba(0, 0, 0, 0) !important;
}
.text-primary-accent {
  color: #055f9f !important;
}
a.text-primary-accent:hover,
a.text-primary-accent:focus {
  color: rgb(2.6676829268, 50.6859756098, 84.8323170732) !important;
}
.text-success-accent {
  color: #f0fbe4 !important;
}
a.text-success-accent:hover,
a.text-success-accent:focus {
  color: rgb(202.9838709677, 241.1290322581, 161.3709677419) !important;
}
.text-danger-accent {
  color: #fff1f1 !important;
}
a.text-danger-accent:hover,
a.text-danger-accent:focus {
  color: rgb(255, 164.5, 164.5) !important;
}
.text-warning-accent {
  color: #fff5df !important;
}
a.text-warning-accent:hover,
a.text-warning-accent:focus {
  color: rgb(255, 221.09375, 146.5) !important;
}
.text-info-accent {
  color: #deeffe !important;
}
a.text-info-accent:hover,
a.text-info-accent:focus {
  color: rgb(147.75, 203, 251.75) !important;
}
.text-medium {
  color: #d3d6db !important;
}
a.text-medium:hover,
a.text-medium:focus {
  color: rgb(168.925, 174.79375, 184.575) !important;
}
.text-background-dark {
  color: #212738 !important;
}
a.text-background-dark:hover,
a.text-background-dark:focus {
  color: rgb(4.6348314607, 5.4775280899, 7.8651685393) !important;
}
.text-visual-focus {
  color: #6d9df7 !important;
}
a.text-visual-focus:hover,
a.text-visual-focus:focus {
  color: rgb(36.474025974, 108.3181818182, 243.025974026) !important;
}
.text-background-focus {
  color: rgba(80, 176, 244, 0.1) !important;
}
a.text-background-focus:hover,
a.text-background-focus:focus {
  color: rgba(14.6370967742, 142.3790322581, 232.8629032258, 0.1) !important;
}
.text-border-focus {
  color: rgba(166, 204, 232, 0.6) !important;
}
a.text-border-focus:hover,
a.text-border-focus:focus {
  color: rgba(105.2098214286, 169.1651785714, 216.2901785714, 0.6) !important;
}
.text-body {
  color: #14293a !important;
}
.text-muted {
  color: #6c757d !important;
}
.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.text-decoration-none {
  text-decoration: none !important;
}
.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}
.text-reset {
  color: inherit !important;
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog,
cx-claim-dialog .cx-coupon-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog,
.modal.fade cx-claim-dialog .cx-coupon-dialog,
cx-claim-dialog .modal.fade .cx-coupon-dialog {
  transition: transform 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog,
  .modal.fade cx-claim-dialog .cx-coupon-dialog,
  cx-claim-dialog .modal.fade .cx-coupon-dialog {
    transition: none;
  }
}
.modal.fade .modal-dialog,
.modal.fade cx-claim-dialog .cx-coupon-dialog,
cx-claim-dialog .modal.fade .cx-coupon-dialog {
  transform: translate(0, -50px);
}
.modal.show .modal-dialog,
.modal.show cx-claim-dialog .cx-coupon-dialog,
cx-claim-dialog .modal.show .cx-coupon-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog,
.modal.modal-static cx-claim-dialog .cx-coupon-dialog,
cx-claim-dialog .modal.modal-static .cx-coupon-dialog {
  transform: scale(1.02);
}
.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content,
.modal-dialog-scrollable cx-claim-dialog .cx-coupon-dialog .cx-coupon-container,
cx-claim-dialog .cx-coupon-dialog .modal-dialog-scrollable .cx-coupon-container {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}
.modal-dialog-centered,
cx-claim-dialog .cx-coupon-dialog {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before,
cx-claim-dialog .cx-coupon-dialog::before {
  display: block;
  height: calc(100vh - 1rem);
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable,
cx-claim-dialog .modal-dialog-scrollable.cx-coupon-dialog {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content,
cx-claim-dialog .modal-dialog-scrollable.cx-coupon-dialog .modal-content,
.modal-dialog-centered.modal-dialog-scrollable cx-claim-dialog .cx-coupon-dialog .cx-coupon-container,
cx-claim-dialog .cx-coupon-dialog .modal-dialog-centered.modal-dialog-scrollable .cx-coupon-container,
cx-claim-dialog .modal-dialog-scrollable.cx-coupon-dialog .cx-coupon-container {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before,
cx-claim-dialog .modal-dialog-scrollable.cx-coupon-dialog::before {
  content: none;
}
.modal-content,
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}
.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}
.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}
.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .modal-dialog,
  cx-claim-dialog .cx-coupon-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content,
  .modal-dialog-scrollable cx-claim-dialog .cx-coupon-dialog .cx-coupon-container,
  cx-claim-dialog .cx-coupon-dialog .modal-dialog-scrollable .cx-coupon-container {
    max-height: calc(100vh - 3.5rem);
  }
  .modal-dialog-centered,
  cx-claim-dialog .cx-coupon-dialog {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before,
  cx-claim-dialog .cx-coupon-dialog::before {
    height: calc(100vh - 3.5rem);
    height: min-content;
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  cx-claim-dialog .cx-coupon-dialog,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family:
    "Open Sans",
    -apple-system,
    BlinkMacSystemFont,
    "Segoe UI",
    "Roboto",
    "Helvetica Neue",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol";
  font-style: normal;
  font-weight: "normal";
  line-height: 1.6;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  white-space: normal;
  word-spacing: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before,
.popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}
.bs-popover-top,
.bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow,
.bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before,
.bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after,
.bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}
.bs-popover-right,
.bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow,
.bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before,
.bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after,
.bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}
.bs-popover-bottom,
.bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow,
.bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before,
.bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after,
.bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid rgb(247.35, 247.35, 247.35);
}
.bs-popover-left,
.bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow,
.bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before,
.bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after,
.bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}
.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: rgb(247.35, 247.35, 247.35);
  border-bottom: 1px solid rgb(234.6, 234.6, 234.6);
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}
.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
@font-face {
  font-display: swap;
  font-family: "Denim";
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/Denim-Regular.woff2") format("woff2"),
    url("./media/Denim-Regular.woff") format("woff"),
    url("./media/Denim-Regular.ttf") format("truetype"),
    url("./media/Denim-Regular.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Denim";
  font-style: italic;
  font-weight: 400;
  src:
    url("./media/Denim-RegularItalic.woff2") format("woff2"),
    url("./media/Denim-RegularItalic.woff") format("woff"),
    url("./media/Denim-RegularItalic.ttf") format("truetype"),
    url("./media/Denim-RegularItalic.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Denim";
  font-style: normal;
  font-weight: 500;
  src:
    url("./media/Denim-Medium.woff2") format("woff2"),
    url("./media/Denim-Medium.woff") format("woff"),
    url("./media/Denim-Medium.ttf") format("truetype"),
    url("./media/Denim-Medium.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Denim";
  font-style: italic;
  font-weight: 500;
  src:
    url("./media/Denim-MediumItalic.woff2") format("woff2"),
    url("./media/Denim-MediumItalic.woff") format("woff"),
    url("./media/Denim-MediumItalic.ttf") format("truetype"),
    url("./media/Denim-MediumItalic.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "DenimBold";
  font-style: normal;
  font-weight: 700;
  src:
    url("./media/Denim-Bold.woff2") format("woff2"),
    url("./media/Denim-Bold.woff") format("woff"),
    url("./media/Denim-Bold.ttf") format("truetype"),
    url("./media/Denim-Bold.otf") format("opentype");
}
@font-face {
  font-display: swap;
  font-family: "Family";
  font-style: normal;
  font-weight: 400;
  src:
    url("./media/Family-Regular.woff2") format("woff2"),
    url("./media/Family-Regular.ttf") format("truetype"),
    url("./media/Family-Regular.otf") format("opentype");
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
:focus:not(main) {
  box-shadow: none;
}
div:focus,
section:focus,
article:focus,
aside:focus,
main:focus,
header:focus,
footer:focus {
  outline: none;
}
html {
  height: 100%;
}
body {
  height: 100%;
  overflow-x: hidden;
  color: var(--nbhd-body-color);
  font-family: var(--theme-font-base);
  font-weight: 400;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.is-dragging {
  cursor: move;
}
a {
  position: relative;
  font-weight: 400;
  z-index: 1;
  color: var(--theme-link-color);
  text-decoration: none;
}
[class*=__content] a,
[class*=__copy] a {
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 767px) {
  a {
    min-height: 0;
    min-width: 0;
    display: inline;
  }
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: var(--theme-heading-weight);
}
.cx-action-link:hover,
.cx-action-link:focus,
.cx-action-link:active {
  color: var(--nbhd-moen-color-deepBlue);
}
.m-container,
fh-anonymous-consent .container,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Summary,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Tabs,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .tab-delivery {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1300px;
  min-width: 320px;
}
.m-container.align-start,
fh-anonymous-consent .align-start.container,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.align-start.Summary,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.align-start.Summary,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.align-start.Tabs,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.align-start.Tabs,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .align-start.tab-delivery,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .align-start.tab-delivery {
  align-items: flex-start;
}
.ProductListPageTemplate,
.SearchResultsListPageTemplate {
  max-width: none;
  --cx-page-width-max: 100%;
}
.ContentPage1Template {
  padding-top: 0 !important;
}
svg {
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  fill: currentColor;
}
.svg-definitions {
  display: block;
  height: 0;
  width: 0;
  overflow: hidden;
}
fh-svg {
  display: block;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  max-height: 100%;
  height: 100%;
}
fh-media {
  display: block;
  max-width: 100%;
}
fh-media img {
  display: block;
  max-width: 100%;
}
.line {
  border-top: 1px solid currentColor;
}
.line__thick {
  border-top-width: 6px;
}
.line__brand-color {
  border-color: var(--theme-brand-main);
}
.line__space-2 {
  margin-top: 2em;
  margin-bottom: 2em;
}
.search-results-highlight {
  background-color: #ffffc6;
  font-weight: bold;
  font-style: normal;
  padding: 0 1px;
}
.font-12 {
  font-size: 12px;
}
.font-16 {
  font-size: 16px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.px-40 {
  padding-left: 40px;
  padding-right: 40px;
}
@media only screen and (max-width: 1199px) {
  body.m-nav-is-active {
    overflow: hidden;
  }
}
.cart-details-wrapper {
  margin-top: 20px;
}
.cart-details-wrapper .quantity-error {
  border-color: #d50001 !important;
  background-color: #feecea !important;
  box-shadow: inset 0 0 0 2px #c60c30;
}
.warning-message__label {
  color: #d50001;
  margin: 15px 0;
  text-align: right;
}
.modal-backdrop {
  width: 100vw;
}
.gallery-360-dialog .modal-dialog,
.gallery-360-dialog cx-claim-dialog .cx-coupon-dialog,
cx-claim-dialog .gallery-360-dialog .cx-coupon-dialog {
  width: 100%;
  max-width: 100% !important;
}
.gallery-360-dialog .modal-dialog .modal-content,
.gallery-360-dialog cx-claim-dialog .cx-coupon-dialog .modal-content,
cx-claim-dialog .gallery-360-dialog .cx-coupon-dialog .modal-content,
cx-claim-dialog .cx-coupon-dialog .gallery-360-dialog .modal-dialog .cx-coupon-container,
.gallery-360-dialog cx-claim-dialog .cx-coupon-dialog .cx-coupon-container,
cx-claim-dialog .gallery-360-dialog .cx-coupon-dialog .cx-coupon-container {
  width: 90%;
  margin: 0 auto;
  min-width: 320px;
  max-width: 1300px;
}
.gallery-360-dialog .modal-dialog .modal-content .modal-title,
.gallery-360-dialog cx-claim-dialog .cx-coupon-dialog .modal-content .modal-title,
cx-claim-dialog .gallery-360-dialog .cx-coupon-dialog .modal-content .modal-title,
cx-claim-dialog .cx-coupon-dialog .gallery-360-dialog .modal-dialog .cx-coupon-container .modal-title,
.gallery-360-dialog cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .modal-title,
cx-claim-dialog .gallery-360-dialog .cx-coupon-dialog .cx-coupon-container .modal-title {
  font-size: 22px;
  border: 0;
  color: var(--theme-brand-main);
}
.owl-carousel .owl-item a,
.owl-carousel .owl-item button {
  visibility: hidden;
}
.owl-carousel .owl-item.active a,
.owl-carousel .owl-item.active button {
  visibility: visible;
}
cx-skip-link button {
  color: #FFF;
  background-color: #717171;
}
cx-media {
  align-items: center;
}
.cx-spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  --cx-spinner-primary-color: var(--theme-brand-main);
}
fh-carousel .carousel-title {
  text-align: center;
  font-family: Libre Baskerville, serif;
  font-style: italic;
  color: var(--theme-brand-main);
  font-size: 20px;
  line-height: 21px;
  margin-bottom: 15px;
}
fh-product-references,
fh-recommendations {
  margin-bottom: 60px;
}
fh-product-references .carousel-panel .previous fh-svg,
fh-product-references .carousel-panel .next fh-svg,
fh-recommendations .carousel-panel .previous fh-svg,
fh-recommendations .carousel-panel .next fh-svg {
  height: 30px;
  width: 17px;
}
fh-product-references .carousel-panel .previous,
fh-recommendations .carousel-panel .previous {
  transform: rotate(180deg);
}
.feature-spinner,
.place-order-cart-unsync .page-feature-spinner,
.page-feature-spinner {
  background: rgba(255, 255, 255, 0.65);
  left: 0;
  top: 0;
  width: 100%;
  bottom: 0;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-feature-spinner {
  position: fixed;
}
.place-order-cart-unsync .page-feature-spinner {
  position: fixed;
  flex-direction: column;
}
.fade-links {
  opacity: 0.5;
}
.feature-spinner {
  position: absolute;
  align-items: initial;
}
.feature-spinner .cx-spinner {
  max-height: 80vh;
}
.grecaptcha-badge {
  z-index: 450;
  visibility: hidden;
}
.recaptcha-enabled .grecaptcha-badge {
  visibility: visible;
}
cx-page-layout.LandingPage2Template cx-page-slot.Section1 {
  margin-top: 0 !important;
}
img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .border-right-md {
    border-right: 1px solid #d8d8d8;
  }
}
@media only screen and (min-width: 992px) {
  .border-right-lg {
    border-right: 1px solid #d8d8d8;
  }
}
.only-desk {
  display: block;
}
.only-mobile {
  display: none !important;
}
@media only screen and (pointer: coarse) {
  .only-desk {
    display: none !important;
  }
  .only-mobile {
    display: flex !important;
  }
}
.plmr-u-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0.5rem;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
@media (max-width: 768px) {
  .overflow-mobile {
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
.custom-html-plus-loading,
.custom-html-plus-legacy-loading {
  overflow: hidden;
}
.custom-html-plus-loading :root,
.custom-html-plus-legacy-loading :root {
  --cx-spinner-primary-color: var(--cx-color-primary);
}
.custom-html-plus-loading .moen-spinner,
.custom-html-plus-legacy-loading .moen-spinner {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
}
.custom-html-plus-loading .moen-spinner .loader-container,
.custom-html-plus-legacy-loading .moen-spinner .loader-container {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 30px;
  right: 0;
  margin-inline-end: auto;
  margin-inline-start: auto;
  width: var(--cx-spinner-radius);
  height: var(--cx-spinner-radius);
}
.custom-html-plus-loading .moen-spinner .loader,
.custom-html-plus-legacy-loading .moen-spinner .loader {
  width: var(--cx-spinner-radius);
  height: var(--cx-spinner-radius);
  font-size: 10px;
  overflow: hidden;
  animation: load8 1s infinite linear;
}
.custom-html-plus-loading .moen-spinner .loader::before,
.custom-html-plus-loading .moen-spinner .loader:before,
.custom-html-plus-legacy-loading .moen-spinner .loader::before,
.custom-html-plus-legacy-loading .moen-spinner .loader:before {
  content: "";
  box-sizing: border-box;
  display: block;
  width: 120px;
  height: 120px;
  border: 15px solid;
  margin: auto;
  border-top-color: var(--cx-color-light);
  border-bottom-color: var(--cx-color-light);
  border-right-color: var(--cx-color-light);
  border-left-color: var(--cx-spinner-primary-color);
  border-radius: 50%;
  pointer-events: none;
}
@keyframes load8 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.custom-html-plus-loaded,
.custom-html-plus-legacy-loaded {
  overflow: auto;
}
.custom-html-plus-loaded .moen-spinner,
.custom-html-plus-legacy-loaded .moen-spinner {
  display: none;
}
cx-page-slot.smartEditComponent.UpSelling,
cx-page-slot.smartEditComponent.Tabs {
  height: auto !important;
}
cx-page-slot.smartEditComponent.Tabs cx-page-slot.smartEditComponent {
  height: auto !important;
}
cx-page-slot.smartEditComponent .nbhb-jumbotron {
  display: block;
  margin-inline: auto;
  max-height: 900px;
  max-width: 2000px;
}
cx-generic-link {
  all: unset;
}
cx-generic-link.nbhd-button {
  all: unset;
}
cx-generic-link.nbhd-button::after {
  all: unset;
}
cx-generic-link.nbhd-button-underlined {
  all: unset;
}
cx-generic-link.nbhd-button-underlined::after {
  all: unset;
}
cx-order-overview {
  display: none;
}
.cx-consent-action-links {
  flex-wrap: wrap;
}
p {
  padding-bottom: 1em;
  margin: 0;
}
cx-paragraph > p {
  padding: 0;
}
.section-heading--1 {
  font-size: 2.125em;
}
.section-heading--1,
.section-heading--2 {
  font-weight: 300;
  margin-bottom: 0;
}
.section-heading--2 {
  font-size: 1.875em;
}
.section-heading--3 {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1.375em;
}
.section-heading--1,
.section-heading--2,
.section-heading--3 {
  color: var(--theme-brand-main);
}
.section-heading--bottom-margin {
  margin-bottom: 1em;
}
.section-heading--top-margin {
  margin-top: 1em;
}
.text-xs {
  font-size: 0.625rem;
}
.text-sm {
  font-size: 0.875rem;
}
.text-md {
  font-size: 1rem;
}
.text-lg {
  font-size: 1.25rem;
}
.text-xl {
  font-size: 1.5rem;
}
.text-xxl {
  font-size: 2.5rem;
}
.gray-bullets {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.gray-bullets li {
  text-indent: -1em;
  padding-left: 1em;
}
.gray-bullets li:before {
  content: "\2022";
  color: #aaa;
  margin-right: 0.5em;
}
.plmr-u-text-white[class],
.plmr-u-text--white[class] {
  color: #fff;
}
.plmr-u-text-black[class] {
  color: #000;
}
.plmr-u-text--brand-primary {
  color: var(--theme-brand-main);
}
.plmr-u-text--brand-secondary {
  color: #787579;
}
.plmr-u-text--brand-tertiary {
  color: var(--nbhd-moen-color-deepBlue);
}
.plmr-u-text--text-primary {
  color: var(--nbhd-body-color);
}
.plmr-u-text--text-secondary {
  color: #717171;
}
.plmr-u-text--text-tertiary {
  color: #787579;
}
.plmr-u-text--text-body-primary {
  color: var(--nbhd-body-color);
}
.plmr-u-text--text-body-secondary {
  color: #717171;
}
.plmr-u-text--text-body-tertiary {
  color: #787579;
}
.plmr-u-text--text-header-primary {
  color: var(--theme-brand-main);
}
.plmr-u-text--text-header-secondary {
  color: #787579;
}
.heading--2 {
  font-size: 1.375em;
  font-weight: 500;
}
.plmr-b-din-bold {
  font-weight: 700 !important;
}
.plmr-u-text--center {
  text-align: center;
}
.plmr-u-text--brand-secondary {
  color: var(--theme-brand-main);
}
.img-full {
  max-width: 100%;
}
.plmr-u-img--responsive {
  height: auto;
  max-width: 100%;
}
.plmr-u-img--left {
  float: left;
}
.plmr-u-img--right {
  float: right;
}
fh-text-banner {
  display: block;
  max-width: 100%;
}
fh-campaign-slider {
  display: block;
  max-width: 100%;
}
fh-layout-banner {
  display: block;
  max-width: 100%;
}
.status {
  display: block;
  margin: 0 auto;
  width: 100%;
  padding: 1rem;
  color: #3b3838;
}
.status.confirmation {
  background-color: #3dba82;
}
.plmr-l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  min-width: 320px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
@keyframes a {
  0% {
    bottom: 0;
    height: 0%;
    top: auto;
  }
  40% {
    bottom: 0;
    height: 100%;
    top: auto;
  }
  60% {
    bottom: auto;
    height: 100%;
    top: 0;
  }
  to {
    bottom: auto;
    height: 0%;
    top: 0;
  }
}
@keyframes b {
  to {
    transform: rotate(1turn);
  }
}
@keyframes c {
  0%, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes d {
  0%, 20%, 50%, 80%, to {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes e {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes f {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.plmr-u-animation--fade-in {
  opacity: 1;
  transition: opacity 0.35s ease-in-out;
}
.plmr-u-animation--fade-in._hidden {
  opacity: 0;
}
.plmr-u-animation--fade-in._visible {
  opacity: 1;
}
.plmr-u-animation--fade-in._slow {
  transition-delay: 0.15s;
}
.plmr-u-animation--fade-in._slower {
  transition-delay: 0.45s;
}
.plmr-u-animation--fade-in-right {
  opacity: 1;
  transform: translateX(0);
  transition: all 0.75s ease;
}
.plmr-u-animation--fade-in-right._hidden {
  opacity: 0;
  transform: translateX(-20px);
}
.plmr-u-animation--slide-up {
  opacity: 0;
  transform: translateY(150px);
  transition: 1s ease;
}
.plmr-u-animation--slide-up._appearing {
  opacity: 1;
  transform: translateY(0);
}
.plmr-u-animation--slide-up._visible {
  opacity: 1;
}
.plmr-u-animation--bounce {
  animation: d 2s infinite;
}
.plmr-u-animation--fadeinout {
  animation: c 4s linear;
}
.plmr-u-animation--fadeout {
  animation: f 2.5s 1s ease;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
fh-anonymous-consent {
  display: block;
}
fh-anonymous-consent .anonymous-consent-banner {
  position: fixed;
  bottom: 0;
  width: 100vw;
  background-color: #fff;
  z-index: 900;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
  padding: 1.5rem 0;
  color: inherit;
}
fh-anonymous-consent .container,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Summary,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Tabs,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .tab-delivery {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  fh-anonymous-consent .container,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Summary,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Tabs,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .tab-delivery {
    padding: 0 40px;
  }
}
fh-anonymous-consent .cx-banner-buttons {
  margin-top: 0 !important;
  justify-content: flex-end;
  align-self: center;
}
fh-anonymous-consent .cx-banner-title,
fh-anonymous-consent .btn-action {
  display: none;
}
fh-anonymous-consent .cx-banner-description {
  line-height: 1.2;
  font-size: 1em;
}
fh-anonymous-consent .cx-banner-description a {
  text-decoration: underline;
}
fh-anonymous-consent .btn,
fh-anonymous-consent .services-category-featured .service-category-links__identify a,
.services-category-featured .service-category-links__identify fh-anonymous-consent a,
fh-anonymous-consent .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify fh-anonymous-consent a {
  font-weight: bold;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  margin-left: auto;
}
@media only screen and (max-width: 991px) {
  fh-anonymous-consent .btn,
  fh-anonymous-consent .services-category-featured .service-category-links__identify a,
  .services-category-featured .service-category-links__identify fh-anonymous-consent a,
  fh-anonymous-consent .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
  .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify fh-anonymous-consent a {
    margin-top: 15px;
    margin-right: auto;
    margin-left: 0;
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.banner-info-split {
  color: #fff;
  position: relative;
}
.banner-info-split__container {
  display: flex;
  flex-direction: column;
  max-width: 1300px;
  margin: 0 auto;
}
.banner-info-split__banner {
  min-height: 240px;
  padding: 2rem 2.5rem;
  position: relative;
  width: 100%;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .banner-info-split__banner {
    min-height: 200px;
  }
}
.banner-info-split__banner--single {
  min-height: none;
}
.banner-info-split__banner--single .banner-info-split__banner-inner {
  max-width: 500px;
}
.banner-info-split__banner--primary {
  background: var(--theme-brand-main);
}
.banner-info-split__banner--primary .banner-info-split__title {
  color: inherit !important;
}
.banner-info-split__banner--secondary {
  background: var(--theme-brand-main);
}
.banner-info-split__banner--secondary .btn-tertiary {
  background: var(--nbhd-color-white) !important;
  color: var(--nbhd-moen-color-deepBlue) !important;
}
.banner-info-split__banner--secondary .btn-tertiary:hover {
  background: var(--nbhd-color-white) !important;
  color: var(--nbhd-moen-color-deepBlue) !important;
  text-decoration: underline !important;
}
.banner-info-split__banner--accent-dark {
  background: var(--nbhd-moen-color-cream);
}
.banner-info-split__conjunction {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 2.5rem;
  left: 50%;
  top: 50%;
  width: 2.5rem;
  background-color: #fff;
  border-radius: 50%;
  color: #8b888c;
  font-size: 1rem;
  position: absolute;
  text-transform: uppercase;
  transform: translateX(-50%) translateY(-50%);
  z-index: 4;
}
.banner-info-split__conjunction-bar {
  content: " ";
  display: block;
  position: absolute;
  background: #fff;
  z-index: 3;
}
@media only screen and (max-width: 767px) {
  .banner-info-split__conjunction-bar {
    left: 0;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    height: 8px;
  }
}
@media only screen and (min-width: 768px) {
  .banner-info-split__conjunction-bar {
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    bottom: 0;
    width: 8px;
  }
}
.banner-info-split__icon {
  flex: 0 0 auto;
  height: 1.786rem;
  margin-right: 1rem;
  width: 1.786rem;
}
.banner-info-split__row {
  display: flex;
}
.banner-info-split__subtitle {
  color: inherit !important;
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  margin: 0;
}
.banner-info-split__title {
  font-size: 2.5rem;
  font-weight: 400;
}
.banner-info-split__status {
  padding-left: 1.5rem;
  position: relative;
}
.banner-info-split__status:before {
  content: " ";
  display: block;
  position: absolute;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: 1px;
  height: 1rem;
  width: 1rem;
}
.banner-info-split__status._open:before {
  background-color: #3dba82;
}
.banner-info-split__status._closed:before {
  background-color: #d50001;
}
.banner-info-split a {
  color: currentColor;
  text-decoration: underline;
}
.banner-info-split__text {
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .banner-info-split:before,
  .banner-info-split:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
  }
  .banner-info-split:after {
    right: 0;
  }
  .banner-info-split--all:before {
    background: var(--theme-brand-main);
  }
  .banner-info-split--all:after {
    background: var(--theme-brand-main);
  }
  .banner-info-split--only-first:before {
    background: var(--theme-brand-main);
  }
  .banner-info-split--only-first:after {
    background: var(--theme-brand-main);
  }
  .banner-info-split--only-second:before {
    background: var(--theme-brand-main);
  }
  .banner-info-split--only-second:after {
    background: var(--theme-brand-main);
  }
  .banner-info-split__container {
    flex-direction: row;
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
fh-breadcrumb,
.breadcrumb-container {
  display: block;
  text-align: left;
  background: none;
  padding: 20px 15px;
  max-width: 1300px;
  min-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  fh-breadcrumb,
  .breadcrumb-container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
fh-breadcrumb nav,
.breadcrumb-container nav {
  line-height: 1;
}
fh-breadcrumb .breadcrumb ul,
.breadcrumb-container .breadcrumb ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
fh-breadcrumb .breadcrumb ul li + li:before,
.breadcrumb-container .breadcrumb ul li + li:before {
  content: "/";
  margin: 0 8px;
}
fh-breadcrumb a,
.breadcrumb-container a {
  text-decoration: none;
  color: #787579;
  display: inline;
  min-height: auto;
  min-width: auto;
}
fh-breadcrumb a:hover,
fh-breadcrumb a:focus,
.breadcrumb-container a:hover,
.breadcrumb-container a:focus {
  text-decoration: underline;
}
fh-breadcrumb span:first-child a,
.breadcrumb-container span:first-child a {
  padding-left: 0;
}
fh-breadcrumb h1,
.breadcrumb-container h1 {
  margin: 0.25em 0 0;
  color: var(--nbhd-moen-color-deepBlue);
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
button {
  background: none;
  border: 0;
}
.btn:focus,
.services-category-featured .service-category-links__identify a:focus,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:focus {
  outline-color: var(--nbhd-focus-outlineColor, var(--nbhd-base-color-maya-blue));
  outline-offset: var(--nbhd-focus-outlineOffset, -2px);
  outline-style: var(--nbhd-focus-outlineStyle, dashed);
  outline-width: var(--nbhd-focus-outlineWidth, 2px);
}
.btn,
.services-category-featured .service-category-links__identify a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
.plmr-c-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.85rem 1rem;
  font-style: normal;
  font-weight: 700;
  border-radius: 2px;
  letter-spacing: 2px;
  font-size: 0.75rem;
  text-align: center;
  text-transform: uppercase;
  background: #8b888c;
  color: var(--nbhd-color-white) !important;
  transition: all 0.5s ease;
  text-decoration: none !important;
  outline-offset: -2px;
  line-height: 12px;
  border: 0;
  height: auto;
  max-width: none;
  min-height: 1.5rem;
  max-height: none;
  filter: none !important;
}
.btn.btn-can-disable,
.services-category-featured .service-category-links__identify a.btn-can-disable,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a.btn-can-disable,
.plmr-c-button.btn-can-disable {
  transition: all 0.5s;
}
@media only screen and (min-width: 768px) {
  .btn,
  .services-category-featured .service-category-links__identify a,
  .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
  .plmr-c-button {
    padding: 1rem 1.25rem;
  }
}
.btn:focus,
.services-category-featured .service-category-links__identify a:focus,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:focus,
.btn:active,
.services-category-featured .service-category-links__identify a:active,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:active,
.plmr-c-button:focus,
.plmr-c-button:active {
  box-shadow: none !important;
}
.btn:hover,
.services-category-featured .service-category-links__identify a:hover,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:hover,
.btn:focus,
.services-category-featured .service-category-links__identify a:focus,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:focus,
.btn:active,
.services-category-featured .service-category-links__identify a:active,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:active,
.plmr-c-button:hover,
.plmr-c-button:focus,
.plmr-c-button:active {
  color: var(--nbhd-color-white) !important;
  border: 0;
  text-decoration: none;
}
.btn-primary,
.btn--primary,
.plmr-c-button-primary,
.plmr-c-button--primary {
  background-color: var(--theme-brand-main) !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn--primary:hover,
.btn--primary:focus,
.btn--primary:active,
.plmr-c-button-primary:hover,
.plmr-c-button-primary:focus,
.plmr-c-button-primary:active,
.plmr-c-button--primary:hover,
.plmr-c-button--primary:focus,
.plmr-c-button--primary:active {
  background: var(--theme-brand-main) !important;
}
.btn-complement,
.btn--secondary,
.plmr-c-button-complement,
.plmr-c-button--secondary {
  background-color: var(--theme-brand-main) !important;
}
.btn-complement:hover,
.btn-complement:focus,
.btn-complement:active,
.btn--secondary:hover,
.btn--secondary:focus,
.btn--secondary:active,
.plmr-c-button-complement:hover,
.plmr-c-button-complement:focus,
.plmr-c-button-complement:active,
.plmr-c-button--secondary:hover,
.plmr-c-button--secondary:focus,
.plmr-c-button--secondary:active {
  background: var(--theme-brand-main-dark) !important;
}
.btn-tertiary,
.btn--tertiary,
.plmr-c-button-tertiary,
.plmr-c-button--tertiary {
  background-color: var(--theme-brand-main) !important;
}
.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn--tertiary:hover,
.btn--tertiary:focus,
.btn--tertiary:active,
.plmr-c-button-tertiary:hover,
.plmr-c-button-tertiary:focus,
.plmr-c-button-tertiary:active,
.plmr-c-button--tertiary:hover,
.plmr-c-button--tertiary:focus,
.plmr-c-button--tertiary:active {
  background: var(--theme-brand-main-dark) !important;
}
.btn--block,
.plmr-c-button--block {
  display: block;
  width: 100%;
}
.btn-default,
.btn-action,
.plmr-c-button-default,
.plmr-c-button-action {
  background: #ecedef;
  color: var(--theme-body-color) !important;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.plmr-c-button-default:hover,
.plmr-c-button-default:focus,
.plmr-c-button-default:active,
.plmr-c-button-action:hover,
.plmr-c-button-action:focus,
.plmr-c-button-action:active {
  color: var(--theme-body-color) !important;
  background: rgb(222.1571428571, 223.8857142857, 227.3428571429) !important;
}
.btn-secondary,
.btn-link,
.btn--link,
.plmr-c-button-secondary,
.plmr-c-button-link,
.plmr-c-button--link {
  background: transparent;
  color: var(--theme-body-color) !important;
  transition: background 0.5s ease;
  text-decoration: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn--link:hover,
.btn--link:focus,
.btn--link:active,
.plmr-c-button-secondary:hover,
.plmr-c-button-secondary:focus,
.plmr-c-button-secondary:active,
.plmr-c-button-link:hover,
.plmr-c-button-link:focus,
.plmr-c-button-link:active,
.plmr-c-button--link:hover,
.plmr-c-button--link:focus,
.plmr-c-button--link:active {
  color: var(--theme-body-color) !important;
}
.btn-outline,
.btn--outuline,
.plmr-c-button-outline,
.plmr-c-button--outuline {
  color: var(--theme-accent-dark) !important;
  border: 1px solid currentColor;
  background-color: #FFF;
  font-weight: normal;
}
.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn--outuline:hover,
.btn--outuline:focus,
.btn--outuline:active,
.plmr-c-button-outline:hover,
.plmr-c-button-outline:focus,
.plmr-c-button-outline:active,
.plmr-c-button--outuline:hover,
.plmr-c-button--outuline:focus,
.plmr-c-button--outuline:active {
  color: #FFF !important;
  background: var(--theme-brand-main);
  border: 1px solid var(--theme-brand-main);
}
.MiniCart .btn,
.MiniCart .services-category-featured .service-category-links__identify a,
.services-category-featured .service-category-links__identify .MiniCart a,
.MiniCart .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify .MiniCart a,
.MiniCart .plmr-c-button {
  border-radius: 0;
}
.btn[disabled],
.services-category-featured .service-category-links__identify a[disabled],
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a[disabled],
.plmr-c-button[disabled] {
  background-color: #d8d8d8 !important;
  color: rgba(31, 31, 31, 0.55) !important;
  cursor: not-allowed !important;
  pointer-events: none;
}
.btn-full {
  display: block;
  width: 100%;
  font-size: 0.75rem !important;
}
.btn-font {
  font-size: 0.75rem !important;
}
.button-link,
.plmr-c-button-link {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  color: inherit;
  cursor: pointer;
  display: inline-block !important;
  font-size: 0.75rem;
  letter-spacing: 2px;
  line-height: 16px;
  padding: 0 0 0.625rem;
  position: relative;
  text-align: center;
  text-decoration: none !important;
  text-transform: uppercase;
  transition: color 0.5s ease;
  border: 0;
  background: none !important;
}
.button-link:after,
.plmr-c-button-link:after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  transition: height 0.5s ease !important;
}
.button-link--primary,
.plmr-c-button-link--primary {
  color: var(--theme-brand-main) !important;
}
.button-link--primary:hover,
.button-link--primary:focus,
.button-link--primary:active,
.plmr-c-button-link--primary:hover,
.plmr-c-button-link--primary:focus,
.plmr-c-button-link--primary:active {
  color: var(--theme-brand-main) !important;
}
.button-link--secondary,
.plmr-c-button-link--secondary {
  color: var(--theme-brand-main) !important;
}
.button-link--secondary:hover,
.button-link--secondary:focus,
.button-link--secondary:active,
.plmr-c-button-link--secondary:hover,
.plmr-c-button-link--secondary:focus,
.plmr-c-button-link--secondary:active {
  color: var(--theme-brand-main-dark) !important;
}
.button-link--tertiary,
.plmr-c-button-link--tertiary {
  color: var(--theme-brand-main) !important;
}
.button-link--tertiary:hover,
.button-link--tertiary:focus,
.button-link--tertiary:active,
.plmr-c-button-link--tertiary:hover,
.plmr-c-button-link--tertiary:focus,
.plmr-c-button-link--tertiary:active {
  color: var(--theme-brand-main-light) !important;
}
.button-link--white,
.plmr-c-button-link--white {
  color: var(--nbhd-color-white) !important;
}
.button-link--white:hover,
.button-link--white:focus,
.button-link--white:active,
.plmr-c-button-link--white:hover,
.plmr-c-button-link--white:focus,
.plmr-c-button-link--white:active {
  color: var(--nbhd-color-white) !important;
}
.button-link:hover,
.button-link:focus,
.button-link:active,
.plmr-c-button-link:hover,
.plmr-c-button-link:focus,
.plmr-c-button-link:active {
  text-decoration: none;
  background: none !important;
}
.button-link:hover:after,
.button-link:focus:after,
.button-link:active:after,
.plmr-c-button-link:hover:after,
.plmr-c-button-link:focus:after,
.plmr-c-button-link:active:after {
  height: 3px;
}
.button-select {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 45px;
  width: 100%;
  border: 1px solid #d8d8d8 !important;
  color: #787579;
  cursor: pointer;
  font-weight: 600;
}
.button-select:hover,
.button-select:active {
  background-color: #f6f6f6;
}
.button-select:focus {
  outline: 1px dashed currentColor !important;
}
.button-select::before,
.button-select::after {
  content: " ";
  display: block;
  position: absolute;
  border: solid transparent;
  height: 0;
  pointer-events: none;
  right: 0;
  top: 50%;
  width: 0;
  z-index: 1;
}
.button-select::after {
  border-color: hsla(0, 0%, 100%, 0);
  border-top-color: #fff;
  border-width: 6px;
  margin-left: -6px;
  right: 11px;
}
.button-select::before {
  border-color: hsla(285, 2%, 54%, 0);
  border-top-color: #787579;
  border-width: 7px;
  margin-left: -7px;
  right: 10px;
}
.button {
  font-size: 1rem;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  border: 1px solid #8b888c;
  background-color: #fff;
  text-decoration: none !important;
}
.button:focus {
  outline-offset: -1px;
}
.button--no-border {
  border: none;
}
.button--search {
  background-image: url("./media/magnifying-glass.svg");
  background-repeat: no-repeat;
  background-size: 60%;
  fill: currentColor;
}
.button--icon {
  min-width: 2em;
  background-position: 50%;
  background-color: transparent;
}
.button--icon span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.button--secondary-flat {
  color: #fff !important;
  background-color: #1b365d;
  border-color: #1b365d;
  margin-bottom: 1em;
  padding: 0.5em 1em;
  text-decoration: none;
}
.button--secondary-flat:active,
.button--secondary-flat:focus,
.button--secondary-flat:hover {
  background-color: #214171;
  text-decoration: none !important;
}
.spinner-button {
  position: relative;
}
.spinner-button .spinner {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: opacity 0.25s ease-in-out;
}
.spinner-button .spinner:before {
  content: "";
  height: 30px;
  width: 30px;
  margin-left: -15px;
  animation: spin 1s linear infinite;
  border: 5px solid var(--theme-brand-main);
  border-radius: 50%;
  border-top-color: #787579;
}
.spinner-button.loading {
  background-color: #f6f6f6 !important;
  color: #ecedef !important;
}
.spinner-button.loading:disabled {
  background-color: #f6f6f6 !important;
  color: #ecedef !important;
}
.spinner-button.loading .spinner {
  display: flex;
}
.plmr-c-button-play-icon {
  background: hsla(0, 0%, 100%, 0);
  border: 2px solid #fff;
  border-radius: 100%;
  display: inline-block;
  height: 40px;
  margin: 15px;
  position: relative;
  transition: background 0.5s ease;
  vertical-align: middle;
  width: 40px;
}
@media only screen and (min-width: 1200px) {
  .plmr-c-button-play-icon {
    height: 50px;
    margin: 25px;
    width: 50px;
  }
}
.plmr-c-button-play-icon:before {
  content: " ";
  display: block;
  position: absolute;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  border-radius: 2px;
  border-top: 10px solid transparent;
  height: 0;
  left: calc(50% + 12px);
  top: calc(50% + 15px);
  transform: translate(-17px, -25px);
  z-index: 2;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.product-bundles {
  position: relative;
  margin: 25px 0;
}
.product-bundles--heading {
  position: relative;
  color: var(--theme-brand-main);
  font-weight: normal;
  margin: 10px auto;
  text-align: center;
  color: var(--theme-brand-main);
  font-size: 1.5rem;
  line-height: 2rem;
}
.product-bundles--heading__tooltip {
  color: #787579;
}
.product-bundles--description {
  position: relative;
  color: var(--theme-brand-main);
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}
.product-bundles-add-to-cart {
  margin-left: 20px;
}
@media only screen and (max-width: 543px) {
  .product-bundles-add-to-cart {
    margin-left: 0;
    margin-right: 20px;
  }
}
.product-bundles-total {
  text-align: right;
  font-size: larger;
  font-weight: bold;
}
.product-bundles--button {
  margin-top: 10px;
}
@media only screen and (max-width: 543px) {
  .product-bundles--row {
    justify-content: center;
  }
}
.product-bundles--checkbox[type=checkbox] {
  margin-inline-start: 0;
  margin-left: 0;
}
.product-bundles-item {
  display: flex;
  padding: 0 10px;
  margin-bottom: 40px;
  text-align: left;
  min-width: 225px;
}
.product-bundles-item .product-bundles-img {
  max-width: 180px;
  margin-right: 15px;
}
.product-bundles-info {
  max-width: 180px;
  color: #717171;
  line-height: 1;
}
.product-bundles-info--code {
  font-weight: 700;
}
.product-bundles-info--price {
  font-weight: 400;
}
.product-bundles-info--price__msrp {
  text-decoration: line-through;
}
.product-bundles-info--price__sale {
  font-weight: 700;
  margin-left: 10px;
}
.product-bundles-info--name {
  font-weight: normal;
  margin-top: 10px;
}
.product-bundles-info--stock {
  color: #d50001;
  font-size: 0.9286rem;
  margin-top: 5px;
  font-weight: normal;
}
.product-bundles-plus-icon {
  color: var(--theme-brand-main);
  min-height: 0;
  position: relative;
  font-weight: 700;
  font-size: 1.143rem;
  line-height: 1.285rem;
  margin: 60px 20px 0 25px;
  padding: 0;
  padding-bottom: 2rem;
  background-color: transparent;
  color: inherit;
  height: 20px;
  width: 20px;
}
.product-bundles-plus-icon::after {
  content: " ";
  display: block;
  position: absolute;
  background: currentColor;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.25s ease-in-out;
  width: 14px;
}
.product-bundles-plus-icon::before {
  content: " ";
  display: block;
  position: absolute;
  background: currentColor;
  height: 1px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.25s ease-in-out;
  width: 14px;
}
.product-bundles-divider .product-bundles--heading {
  margin-top: 50px;
  padding-top: 20px;
  border-top: 1px solid #cecfd0;
}
.product-bundles-smaller .product-bundles-img {
  max-width: 150px;
  margin-right: 14px;
}
.product-bundles-smaller .product-bundles-info {
  max-width: 150px;
}
.product-bundles ~ .product-bundles {
  margin-top: 50px;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.c-feedback {
  font-size: 14px;
  max-width: 80%;
  position: fixed;
  right: 0;
  top: 65%;
  transform: translateX(100%) translateY(-50%);
  transition: all 0.5s linear;
  z-index: 95;
  font-weight: 400;
}
.c-feedback._open {
  transform: translateX(0) translateY(-50%);
}
.c-feedback._open .c-feedback__toggle:active,
.c-feedback._open .c-feedback__toggle:focus,
.c-feedback._open .c-feedback__toggle:hover {
  padding-bottom: 8px;
}
.c-feedback__toggle {
  font-style: normal;
  font-weight: var(--nbhd-font-weight-bold);
  background: var(--theme-feedback-color);
  border-radius: 5px 5px 0 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  line-height: 1;
  color: #fff;
  cursor: pointer;
  left: -51px;
  letter-spacing: 0.44px;
  padding: 8px 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: center center;
  transition: all 0.2s linear;
  z-index: 476;
  outline-offset: -2px !important;
}
.c-feedback__toggle:active,
.c-feedback__toggle:focus,
.c-feedback__toggle:hover {
  background: var(--theme-feedback-color);
  padding-bottom: 25px;
}
.c-feedback__window {
  background: #fff;
  border: 3px solid var(--theme-feedback-color);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  max-width: 600px;
  min-width: 260px;
  padding: 50px 20px 20px;
  position: relative;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .c-feedback__window {
    padding: 50px;
    width: 600px;
  }
}
.c-feedback__close {
  color: #787579;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  outline-offset: 0;
}
.c-feedback__logo {
  color: var(--theme-brand-main);
  margin-bottom: 2em;
}
.c-feedback__logo svg {
  fill: var(--theme-brand-main);
}
.c-feedback__title {
  font-size: 18px;
  margin-top: 2em;
  margin-bottom: 1.5em;
  font-weight: 400;
}
.c-feedback__ctas {
  margin: 0 auto;
  min-width: 214px;
  width: 100%;
}
.c-feedback__ctas .btn,
.c-feedback__ctas .services-category-featured .service-category-links__identify a,
.services-category-featured .service-category-links__identify .c-feedback__ctas a,
.c-feedback__ctas .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify .c-feedback__ctas a {
  font-size: 10.5px;
  padding: 14px 17.5px;
}
.c-feedback__ctas-center {
  display: flex;
  justify-content: center;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.form-select:before,
.c-form-select--quantity .c-form-select__input-wrapper:before,
.c-form-select--auto-width .c-form-select__input-wrapper:before {
  margin-right: 15px;
  margin-top: 3px;
  border: 4px solid hsla(0, 0%, 47%, 0);
  border-top-color: #717171;
  content: " ";
  display: block;
  position: absolute;
  height: 0;
  pointer-events: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__note,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__note,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__note,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__note,
.form-group--note,
.plmr-c-form-group--note {
  font-size: 0.8571rem;
  font-weight: 400;
}
inline-sweepstakes sweepstakes-form ._error.sweepstakes-form-group__note,
inline-sweepstakes sweepstakes-condensed-form ._error.sweepstakes-form-group__note,
condensed-sweepstakes sweepstakes-form ._error.sweepstakes-form-group__note,
condensed-sweepstakes sweepstakes-condensed-form ._error.sweepstakes-form-group__note,
._error.form-group--note,
._error.plmr-c-form-group--note {
  color: #d50001;
}
::-webkit-input-placeholder {
  color: #747486 !important;
}
::-ms-input-placeholder {
  color: #747486 !important;
}
::placeholder {
  color: #747486 !important;
}
.ng-select .ng-arrow-wrapper {
  text-align: initial !important;
}
.ng-select-focused,
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline: 1px dashed currentColor;
}
.ng-select-focused .ng-select-container,
input[type=radio]:focus .ng-select-container,
input[type=checkbox]:focus .ng-select-container {
  box-shadow: none !important;
}
input[type=radio]:focus,
input[type=checkbox]:focus {
  outline-offset: 4px;
  box-shadow: none !important;
}
input[type=file] {
  padding: 1rem 0.5rem;
  margin: 0;
  height: auto;
  width: auto;
}
.form-group,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group,
.plmr-c-form-group {
  margin-bottom: 1.25rem;
}
.form-field-join {
  display: flex;
  justify-content: space-between;
}
.form-field-join .form-group,
.form-field-join inline-sweepstakes sweepstakes-form .sweepstakes-form-group,
inline-sweepstakes sweepstakes-form .form-field-join .sweepstakes-form-group,
.form-field-join inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group,
inline-sweepstakes sweepstakes-condensed-form .form-field-join .sweepstakes-form-group,
.form-field-join condensed-sweepstakes sweepstakes-form .sweepstakes-form-group,
condensed-sweepstakes sweepstakes-form .form-field-join .sweepstakes-form-group,
.form-field-join condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group,
condensed-sweepstakes sweepstakes-condensed-form .form-field-join .sweepstakes-form-group {
  flex-basis: 48.5%;
}
.form-control,
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control,
.plmr-c-form-control {
  background-color: var(--nbhd-color-white);
  border: 1px solid #d8d8d8 !important;
  border-radius: 0 !important;
  color: currentColor;
  display: block;
  font-size: 1.143rem;
  margin-bottom: 0.2143rem;
  padding: 1rem;
  width: 100%;
}
.form-control:focus:not([disabled]),
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus:not([disabled]),
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus:not([disabled]),
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control:focus:not([disabled]),
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:focus:not([disabled]),
.form-control:active:not([disabled]),
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__control:active:not([disabled]),
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:active:not([disabled]),
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__control:active:not([disabled]),
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__control:active:not([disabled]),
.plmr-c-form-control:focus:not([disabled]),
.plmr-c-form-control:active:not([disabled]) {
  outline: 1px dashed currentColor;
  outline-width: 1px;
  background: var(--nbhd-color-white) !important;
}
.form-control.ng-invalid.ng-touched,
inline-sweepstakes sweepstakes-form .ng-invalid.ng-touched.sweepstakes-form-group__control,
inline-sweepstakes sweepstakes-condensed-form .ng-invalid.ng-touched.sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-form .ng-invalid.ng-touched.sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-condensed-form .ng-invalid.ng-touched.sweepstakes-form-group__control,
.plmr-c-form-control.ng-invalid.ng-touched {
  background-color: #f6f6f6;
  border-color: #d50001;
  box-shadow: inset 0 0 0 2px #d50001;
}
.form-control.ng-valid.ng-touched,
inline-sweepstakes sweepstakes-form .ng-valid.ng-touched.sweepstakes-form-group__control,
inline-sweepstakes sweepstakes-condensed-form .ng-valid.ng-touched.sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-form .ng-valid.ng-touched.sweepstakes-form-group__control,
condensed-sweepstakes sweepstakes-condensed-form .ng-valid.ng-touched.sweepstakes-form-group__control,
.plmr-c-form-control.ng-valid.ng-touched {
  background-color: #f6f6f6;
  border-color: #3dba82;
  box-shadow: inset 0 0 0 2px #3dba82;
}
.c-form-select--quantity,
.c-form-select--auto-width {
  color: #717171;
}
.c-form-select {
  color: var(--theme-body-color);
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
.c-form-select__label {
  font-weight: 500;
  font-size: 1.1em;
  padding-bottom: 0.35em;
}
.c-form-select--quantity .c-form-select__input-wrapper,
.c-form-select--auto-width .c-form-select__input-wrapper {
  height: 40px;
  min-height: 40px;
  width: 65px;
  position: relative;
}
.c-form-select--auto-width .c-form-select__input-wrapper {
  width: auto;
}
.c-form-select--quantity .c-form-select__input,
.c-form-select--auto-width .c-form-select__input {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding: 11px 25px 11px 15px;
  appearance: none;
  background-color: #fff;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  color: rgb(119, 119, 119);
  display: block;
  width: 100%;
  cursor: pointer;
}
.form-check {
  padding-left: 2.25rem;
}
.form-check input[type=checkbox]:checked {
  border-color: var(--theme-brand-main);
  background-color: var(--theme-brand-main);
}
.form-check input[type=checkbox] .form-check-label {
  vertical-align: middle;
}
.form-check .form-check-input {
  margin-left: -2.25rem;
}
input[type=radio] {
  border-color: var(--theme-brand-main);
}
input[type=radio]:checked::after {
  background-color: var(--theme-brand-main);
}
select:focus,
select:active {
  outline: 1px dashed currentColor;
  outline-offset: -2px;
}
.ng-select {
  cursor: pointer;
}
.ng-select .ng-select-container {
  background-color: var(--nbhd-color-white);
  border: 1px solid #d8d8d8;
  border-radius: 0 !important;
  color: currentColor;
  display: block;
  font-size: 1.143rem;
  margin-bottom: 0.2143rem;
  padding: 1rem;
  width: 100%;
}
.ng-select .ng-select-container:focus,
.ng-select .ng-select-container:active {
  outline: 1px dashed currentColor;
  outline-width: 1px;
  background: var(--nbhd-color-white) !important;
}
.ng-select.ng-invalid.ng-touched .ng-select-container {
  background-color: #f6f6f6;
  border-color: #d50001;
  box-shadow: inset 0 0 0 2px #d50001;
}
.ng-select.ng-valid.ng-touched .ng-select-container {
  background-color: #f6f6f6;
  border-color: #3dba82;
  box-shadow: inset 0 0 0 2px #3dba82;
}
.ng-select.form-field-join--invalid.ng-touched .ng-select-container {
  background-color: #f6f6f6;
  border-color: #d50001;
  box-shadow: inset 0 0 0 2px #d50001;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  position: relative;
}
.ng-select .ng-arrow-wrapper .ng-arrow:after,
.ng-select .ng-arrow-wrapper .ng-arrow:before {
  content: " ";
  display: block;
  position: absolute;
  background-color: transparent;
  border: solid transparent;
  height: 0;
  pointer-events: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}
.ng-select .ng-arrow-wrapper .ng-arrow:before {
  border-color: hsla(285, 2%, 54%, 0);
  border-width: 7px;
  margin-right: 4px;
  margin-top: 0.5px;
}
.ng-select .ng-arrow-wrapper .ng-arrow:after {
  border-color: hsla(0, 0%, 100%, 0);
  border-top-color: var(--nbhd-color-white);
  border-width: 6px;
  margin-right: 5px;
  margin-top: -0.5px;
}
.ng-select.ng-invalid.ng-touched .ng-arrow-wrapper .ng-arrow:after,
.ng-select.ng-valid.ng-touched .ng-arrow-wrapper .ng-arrow:after {
  border-top-color: #f6f6f6;
}
cx-storefront .mouse-focus :focus,
cx-storefront .mouse-focus .ng-select-focused {
  outline-width: 1px;
}
.plmr-c-form-control-label .label-content_required:after,
.plmr-c-form-control-label .label-content.required:after,
label .label-content_required:after,
label .label-content.required:after {
  content: "*";
  display: inline-block;
  margin-left: 5px;
  color: #d50001;
}
inline-sweepstakes label,
condensed-sweepstakes label,
.plmr-c-form-control-label .label-content,
label .label-content {
  display: block;
  font-size: 1.143rem;
  font-weight: var(--theme-label-weight);
  margin-bottom: 2px;
}
.plmr-c-form-control-label .label-content_required.composed-label:after,
.plmr-c-form-control-label .label-content.required.composed-label:after,
label .label-content_required.composed-label:after,
label .label-content.required.composed-label:after {
  content: none;
}
.composed-label {
  display: flex;
  align-items: baseline;
}
.composed-label--note {
  font-size: 0.8571rem;
  font-weight: 400;
  margin-left: 8px;
}
.composed-label--note.invalid {
  color: #d50001;
}
.composed-label--note cx-form-errors p {
  display: inline;
  font-size: 0.8571rem;
}
.composed-label--note cx-form-errors p + p {
  display: none;
}
.composed-label.required .composed-label--name:after {
  content: "*";
  display: inline-block;
  margin-left: 5px;
  color: #d50001;
}
cx-form-errors p {
  padding: 0;
  margin: 0;
  line-height: 1em;
  color: #d50001;
}
cx-form-errors p:before,
cx-form-errors p:after {
  display: none;
  margin: 0 auto;
}
.form-select {
  display: block;
  position: relative;
}
.form-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  display: block;
  width: 100%;
  appearance: none;
  cursor: pointer;
  font-family:
    Arial,
    Helvetica Neue,
    Helvetica,
    sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  padding: 11px 25px 11px 15px;
  background-color: #fff;
  border: 1px solid #cecfd0;
  color: currentColor;
}
.form-select:focus {
  outline: 1px dashed currentColor;
}
.input-infix {
  position: relative;
  display: block;
}
.input-infix--group {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  display: flex;
  align-items: stretch;
}
.input-infix--group__button {
  margin: 0 !important;
  padding: 0 5px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.input-infix--group__button i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  width: 32px;
  border-radius: 50%;
  color: #aaa;
  font-size: 18px;
}
.input-infix input {
  padding-right: 38px;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #747486;
}
.loading-overlay {
  position: absolute;
  z-index: 200;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  align-items: center;
}
.c-loading {
  animation: spinner 1s linear infinite;
  border: 5px solid var(--theme-brand-main);
  border-radius: 50%;
  border-top-color: #787579;
  height: 7rem;
  width: 7rem;
  transition: opacity 0.25s ease-in-out;
  margin: 0 auto;
}
.c-loading.btn,
.services-category-featured .service-category-links__identify a.c-loading,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a.c-loading {
  height: 30px;
  left: 69%;
  margin-left: -15px;
  position: absolute;
  top: 4px;
  width: 30px;
  z-index: 1;
}
@keyframes spinner {
  to {
    transform: rotate(1turn);
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.modal-content,
cx-claim-dialog .cx-coupon-dialog .cx-coupon-container {
  width: auto;
  overflow-y: auto;
}
.modal-backdrop.show {
  opacity: 0.7 !important;
}
.modal .modal-xl {
  max-width: 1300px !important;
  padding-left: 15px;
  padding-right: 15px;
}
@media only screen and (min-width: 768px) {
  .modal .modal-xl {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.modal .modal-body {
  padding: 40px;
}
.modal .close {
  padding: 5px;
  position: absolute;
  right: 15px;
  top: 20px;
  bottom: initial;
  cursor: pointer;
}
.modal .modal-close {
  color: #727374;
  text-decoration: none;
  margin: 1em 0.5em;
  position: absolute;
  right: 10px;
  top: 0;
  z-index: 1;
}
.modal .modal-close__text {
  cursor: pointer;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
}
.modal .modal-close__text:after {
  background: var(--theme-brand-main);
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 2px 3px 0 hsla(200, 1%, 55%, 0.4);
  color: #fff;
  content: "\2715";
  display: inline-block;
  margin-left: 0.5em;
  padding: 2px 5px;
  text-align: center;
  line-height: 1.1;
}
.modal .modal-lg,
.modal cx-claim-dialog .cx-coupon-dialog,
cx-claim-dialog .modal .cx-coupon-dialog {
  min-width: 320px !important;
  max-width: none !important;
}
@media only screen and (min-width: 768px) {
  .modal .modal-lg,
  .modal cx-claim-dialog .cx-coupon-dialog,
  cx-claim-dialog .modal .cx-coupon-dialog {
    min-width: 600px !important;
    max-width: 600px !important;
  }
}
.modal .modal-title {
  margin-bottom: 0.5em;
  border-bottom: 1px solid #d8d8d8;
  font-size: 16px;
  padding-bottom: 1.2rem;
  width: 100%;
}
.modal .h4-size {
  font-size: 1.25rem;
}
.modal-dialog-centered,
cx-claim-dialog .cx-coupon-dialog {
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .modal-dialog-centered .cx-anonymous-consent-dialog,
  cx-claim-dialog .cx-coupon-dialog .cx-anonymous-consent-dialog,
  cx-anonymous-consent-dialog .cx-anonymous-consent-dialog {
    height: auto;
  }
}
.modal .pdd-add-tocart-modal-close,
.modal .legacy-modal-close[class] {
  bottom: auto;
  position: absolute;
  right: 10px;
  top: 10px;
}
ngb-modal-window.modal[class] {
  z-index: 1056;
}
cx-pagination {
  height: auto;
}
fh-pagination {
  display: flex;
  align-items: center;
}
fh-pagination a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
fh-pagination a.disabled {
  pointer-events: none;
  opacity: 1;
}
.pagination,
cx-pagination,
fh-pagination {
  margin-top: 10px;
}
.pagination a,
cx-pagination a,
fh-pagination a {
  text-decoration: none;
  border: none !important;
  font-weight: 700 !important;
  font-size: var(--cx-font-size, 1.188rem) !important;
}
.pagination .page,
.pagination .start,
.pagination .previous,
.pagination .next,
.pagination .last,
.pagination .end,
cx-pagination .page,
cx-pagination .start,
cx-pagination .previous,
cx-pagination .next,
cx-pagination .last,
cx-pagination .end,
fh-pagination .page,
fh-pagination .start,
fh-pagination .previous,
fh-pagination .next,
fh-pagination .last,
fh-pagination .end {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  color: var(--nbhd-moen-color-deepBlue);
  border-radius: 50%;
  display: inherit;
  line-height: 24px;
  height: 23px;
  margin: 0 6.5px;
  width: 23px;
  border: 0;
  border-inline-end: none !important;
  border-inline-start: none !important;
}
.pagination .page.current,
.pagination .start.current,
.pagination .previous.current,
.pagination .next.current,
.pagination .last.current,
.pagination .end.current,
cx-pagination .page.current,
cx-pagination .start.current,
cx-pagination .previous.current,
cx-pagination .next.current,
cx-pagination .last.current,
cx-pagination .end.current,
fh-pagination .page.current,
fh-pagination .start.current,
fh-pagination .previous.current,
fh-pagination .next.current,
fh-pagination .last.current,
fh-pagination .end.current {
  background-color: var(--nbhd-moen-color-deepBlue);
  color: #fff;
}
.pagination .page:hover,
.pagination .start:hover,
.pagination .previous:hover,
.pagination .next:hover,
.pagination .last:hover,
.pagination .end:hover,
cx-pagination .page:hover,
cx-pagination .start:hover,
cx-pagination .previous:hover,
cx-pagination .next:hover,
cx-pagination .last:hover,
cx-pagination .end:hover,
fh-pagination .page:hover,
fh-pagination .start:hover,
fh-pagination .previous:hover,
fh-pagination .next:hover,
fh-pagination .last:hover,
fh-pagination .end:hover {
  background: rgba(var(--nbhd-moen-rgb-color-deep-blue), 0.3);
  text-decoration: none;
}
.pagination .start,
.pagination .end,
cx-pagination .start,
cx-pagination .end,
fh-pagination .start,
fh-pagination .end {
  color: #787579;
}
.pagination .start.disabled,
.pagination .end.disabled,
cx-pagination .start.disabled,
cx-pagination .end.disabled,
fh-pagination .start.disabled,
fh-pagination .end.disabled {
  display: none;
}
.pagination .next,
.pagination .previous,
cx-pagination .next,
cx-pagination .previous,
fh-pagination .next,
fh-pagination .previous {
  color: #787579;
}
.pagination .last,
cx-pagination .last,
fh-pagination .last {
  position: relative;
}
.pagination .last::before,
cx-pagination .last::before,
fh-pagination .last::before {
  content: "...";
  position: absolute;
  right: 100%;
}
cx-storefront.stop-navigating:before,
cx-storefront.start-navigating:before,
cx-storefront.stop-navigating:after,
cx-storefront.start-navigating:after {
  height: 1px;
}
cx-storefront.stop-navigating:before,
cx-storefront.stop-navigating:after {
  display: none;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.sort .label,
.view-mode .label {
  color: var(--nbhd-moen-color-deepBlue);
  font-size: 1rem;
  line-height: 2rem;
}
.sort.sort-list .sort-options .option-btn.active .btn-label:before,
.view-mode .list .view-mode-btn.active:before {
  content: " ";
  display: block;
  position: absolute;
  background-color: transparent;
  border-bottom: 2px solid #787579;
  border-right: 2px solid #787579;
  height: 14px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 7px;
}
.view-mode {
  display: block;
}
.view-mode .view-mode-btn {
  color: rgba(var(--nbhd-moen-rgb-color-deep-blue), 0.3);
}
.view-mode .view-mode-btn:hover {
  color: var(--nbhd-moen-color-deepBlue);
}
.view-mode .view-mode-btn.active {
  color: var(--nbhd-moen-color-deepBlue);
}
.view-mode .list {
  margin: 25px 0 20px;
  padding-right: 25px;
}
.view-mode .list .view-mode-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: 10px 0;
}
.view-mode .list .view-mode-btn fh-svg {
  width: 38px;
  justify-content: flex-start;
}
.view-mode .short {
  display: flex;
  align-items: center;
}
.sort-component {
  margin: 0 0 0 auto;
}
.sort-view-wrapper {
  display: none;
  align-items: center;
}
.sort {
  position: relative;
  margin: 0 25px 0 auto;
}
.sort .sort-btn {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  color: var(--nbhd-moen-color-deepBlue);
  padding-left: 5px;
  padding-right: 15px;
  text-decoration: underline;
  transition: color 0.5s;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80px;
}
.sort .sort-btn:after {
  content: " ";
  border-style: solid;
  border-width: 1.25px 1.25px 0 0;
  display: inline-block;
  height: 6.85px;
  right: 3px;
  top: 6px;
  position: absolute;
  transform: rotate(135deg);
  vertical-align: top;
  width: 6.85px;
}
.sort .sort-options {
  display: block;
}
.sort .sort-options ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sort .sort-options .option-btn {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 400;
  text-align: left;
  width: 100%;
  line-height: 1.5rem;
  position: relative;
  cursor: pointer;
}
.sort.sort-dropdown {
  display: flex;
  align-items: center;
}
.sort.sort-dropdown .sort-options {
  opacity: 0;
  position: absolute;
  z-index: 2;
  top: 100%;
  left: 0;
  width: 200px;
  background: #FFF;
  transition: opacity 0.5s ease;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  pointer-events: none;
}
.sort.sort-dropdown .sort-options .option-btn {
  background-color: #fff;
  padding: 15px 20px 14px;
  transition: background-color 0.5s ease;
  color: #717171;
  font-size: 18px;
  visibility: hidden;
}
.sort.sort-dropdown .sort-options .option-btn:hover {
  background-color: #ecedef;
}
.sort.sort-dropdown .sort-options .option-btn:focus {
  outline-offset: -1px;
}
.sort.sort-dropdown .sort-options.open {
  opacity: 1;
  pointer-events: auto;
}
.sort.sort-dropdown .sort-options.open .option-btn {
  visibility: visible;
}
.sort.sort-list .sort-options .option-btn {
  color: rgba(var(--nbhd-moen-rgb-color-deep-blue), 0.3);
  font-size: 16px;
  padding: 10px 0;
}
.sort.sort-list .sort-options .option-btn.active .btn-label {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  border-bottom: 2px solid currentColor;
  color: var(--nbhd-moen-color-deepBlue);
}
@media only screen and (max-width: 767px) {
  .view-mode .label,
  .sort .label {
    font-family:
      "Denim",
      "Helvetica Neue",
      Helvetica,
      Roboto,
      Arial,
      sans-serif;
    font-weight: 700;
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .sort .sort-btn {
    max-width: 105px;
  }
}
.global-toaster {
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  top: 100px;
  left: 0;
  width: 100vw;
  z-index: 1200;
  pointer-events: none;
}
.global-toaster .toast {
  background: #FFF;
  display: block;
  border: 1px solid #DDD;
  margin: 8px 0;
  padding: 8px;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.2);
  width: 250px;
  transition: all 200ms ease-out;
  pointer-events: initial;
}
.global-toaster .toast.error {
  background-color: #d50001;
  border: 0;
  color: #FFF;
}
.global-toaster .toast.error .toast-header button.close {
  color: #FFF;
  opacity: 1;
}
.fh-parts {
  display: block;
  margin-top: 10px;
}
.product-parts {
  position: relative;
  margin: 25px 0;
}
.product-parts--heading {
  display: flex;
  position: relative;
  color: var(--theme-brand-main);
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
}
.product-parts--heading__tooltip {
  color: #787579;
}
.parts-product-list {
  position: absolute;
  display: none;
  z-index: 120;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 0;
  list-style: none;
  max-height: 300px;
  overflow-y: auto;
  background-color: #FFF;
  border-left: 1px solid #d8d8d8;
  border-right: 1px solid #d8d8d8;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.parts-product-list.open {
  display: block;
}
.parts-product-list--toggle {
  width: 100%;
  background: #FFF;
  transition: background-color 200ms ease-out;
  border-bottom: 1px solid #d8d8d8 !important;
}
.parts-product-list--toggle:hover {
  background-color: rgba(27, 54, 93, 0.05);
}
.parts-product-item {
  display: flex;
  padding: 10px 25px 10px 5px;
  text-align: left;
}
.parts-product-item + .parts-product-item {
  margin-top: 20px;
}
.parts-product-item .part-img {
  max-width: 60px;
  margin-right: 15px;
}
.part-info {
  flex: 1;
  color: #717171;
  line-height: 1;
}
.part-info--code {
  font-weight: 700;
}
.part-info--price {
  font-weight: 400;
}
.part-info--price__msrp {
  text-decoration: line-through;
}
.part-info--price__sale {
  font-weight: 700;
  margin-left: 10px;
}
.part-info--name {
  font-weight: normal;
  margin-top: 10px;
}
.part-info--stock {
  color: #d50001;
  font-size: 0.9286rem;
  margin-top: 5px;
  font-weight: normal;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.newsletter-dialog .newsletter-banner {
  height: 140px;
  background-color: transparent;
  background-position: 100%;
  background-repeat: no-repeat;
  max-width: 100%;
  background-image: url("./media/preference-quiz-confirmation-header.jpeg");
}
.newsletter-dialog__close-btn {
  right: 20px;
  top: 20px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: var(--theme-brand-main);
  border-radius: 50%;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.4);
  color: #fff;
  padding: 0.5rem;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.newsletter-dialog__close-btn--icon {
  width: 16px;
  margin-top: 2px;
  margin-left: 1px;
}
.newsletter-dialog__close-btn--icon svg {
  vertical-align: top;
}
.newsletter-dialog .modal-dialog,
.newsletter-dialog cx-claim-dialog .cx-coupon-dialog,
cx-claim-dialog .newsletter-dialog .cx-coupon-dialog {
  box-sizing: border-box;
  max-width: 800px;
}
.newsletter-dialog .modal-dialog .modal-body,
.newsletter-dialog cx-claim-dialog .cx-coupon-dialog .modal-body,
cx-claim-dialog .newsletter-dialog .cx-coupon-dialog .modal-body {
  padding: 28px;
}
@media only screen and (max-width: 767px) {
  .newsletter-dialog .modal-dialog .modal-content,
  .newsletter-dialog cx-claim-dialog .cx-coupon-dialog .modal-content,
  cx-claim-dialog .newsletter-dialog .cx-coupon-dialog .modal-content,
  cx-claim-dialog .cx-coupon-dialog .newsletter-dialog .modal-dialog .cx-coupon-container,
  .newsletter-dialog cx-claim-dialog .cx-coupon-dialog .cx-coupon-container,
  cx-claim-dialog .newsletter-dialog .cx-coupon-dialog .cx-coupon-container {
    height: 100vh;
    overflow-y: scroll;
  }
  .newsletter-dialog .modal-dialog .modal-content .modal-body,
  .newsletter-dialog cx-claim-dialog .cx-coupon-dialog .modal-content .modal-body,
  cx-claim-dialog .newsletter-dialog .cx-coupon-dialog .modal-content .modal-body,
  cx-claim-dialog .cx-coupon-dialog .newsletter-dialog .modal-dialog .cx-coupon-container .modal-body,
  .newsletter-dialog cx-claim-dialog .cx-coupon-dialog .cx-coupon-container .modal-body,
  cx-claim-dialog .newsletter-dialog .cx-coupon-dialog .cx-coupon-container .modal-body {
    padding: 15px;
  }
}
.newsletter-dialog .newsletter-heading {
  width: 85%;
  margin: 0 auto 20px;
  text-align: center;
}
.newsletter-dialog .newsletter-heading__title {
  font-style: normal;
  font-size: 1.429rem;
  line-height: 1.2;
}
.newsletter-dialog .newsletter-heading__info {
  font-size: 0.9286rem;
  line-height: 1.2em;
}
@media only screen and (min-width: 768px) {
  .newsletter-dialog .newsletter-heading {
    width: 65%;
  }
}
@media only screen and (min-width: 544px) {
  .newsletter-dialog .newsletter-dialog-content {
    display: flex;
  }
}
.newsletter-dialog .newsletter-dialog-content__side-image {
  display: none;
  padding-top: 40px;
}
.newsletter-dialog .newsletter-dialog-content__side-image img {
  max-width: 100%;
}
@media only screen and (min-width: 544px) {
  .newsletter-dialog .newsletter-dialog-content__side-image {
    display: block;
    flex-basis: 33%;
  }
}
@media only screen and (min-width: 544px) {
  .newsletter-dialog .newsletter-dialog-content__form {
    flex-basis: 67%;
  }
}
@media only screen and (min-width: 544px) {
  .newsletter-dialog .newsletter-dialog-content__form._fullwidth {
    flex-basis: 100%;
  }
}
.newsletter-dialog .newsletter-dialog-content__form--buttons {
  margin-top: 30px;
}
@media only screen and (max-width: 543px) {
  .newsletter-dialog .newsletter-dialog-content__form--buttons .btn,
  .newsletter-dialog .newsletter-dialog-content__form--buttons .services-category-featured .service-category-links__identify a,
  .services-category-featured .service-category-links__identify .newsletter-dialog .newsletter-dialog-content__form--buttons a,
  .newsletter-dialog .newsletter-dialog-content__form--buttons .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
  .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify .newsletter-dialog .newsletter-dialog-content__form--buttons a {
    width: 100%;
  }
}
.newsletter-dialog .newsletter-dialog-content__form input:focus {
  outline: 1px dashed currentColor;
  background: #FFF;
}
.newsletter-dialog .newsletter-dialog-content__form input::placeholder {
  color: #000;
  opacity: 0.65;
}
.newsletter-dialog .newsletter-dialog-content .form-check:first-of-type {
  margin-bottom: 5px;
}
.newsletter-dialog-copy {
  margin-top: 30px;
  font-size: 0.7857rem;
  text-align: center;
}
@media only screen and (min-width: 544px) {
  .newsletter-dialog-copy {
    text-align: right;
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.search-container {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 40;
  background-color: var(--theme-globalHeader-search-backgroundColor);
  transition: height 0.25s ease-in-out;
  will-change: transform, visibility;
}
.search-container--inner {
  position: relative;
  max-width: 1300px;
  min-width: 320px;
  padding: 10px 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .search-container--inner {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 992px) {
  .search-container--inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.search-suggestions {
  z-index: 2;
  position: absolute;
  right: 0;
  left: 0;
  top: 65px;
  background-color: #fff;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.4);
  border: 1px solid #e8edf7;
  margin: 0 15px;
}
@media only screen and (min-width: 768px) {
  .search-suggestions {
    margin: 0 25px;
  }
}
@media only screen and (min-width: 992px) {
  .search-suggestions {
    margin: 0 40px;
  }
}
.search-suggestions a {
  cursor: pointer;
}
.search-suggestions-terms {
  background-color: #f2f2f2;
}
.search-suggestions-terms--link {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  padding: 0.7em 1.2em;
  font-size: 14px;
  line-height: normal;
  color: #665;
  margin: 0;
  border-bottom: 1px solid #e8edf7;
}
.search-suggestions-terms--link__inner {
  display: flex;
}
.search-suggestions-terms--link__label {
  line-height: 1;
}
.search-suggestions-terms--link__arrow {
  color: var(--theme-brand-main);
  width: 7.5px;
  height: 11px;
  margin-right: 0.7em;
  margin-top: 1px;
  flex-shrink: 0;
}
.search-suggestions-terms--link.active {
  color: var(--nbhd-moen-color-deepBlue);
  background: #e5e5e5;
  text-decoration: none;
}
.search-suggestions-terms--link.active .search-suggestions-terms--link__label {
  border-bottom: 2px solid var(--nbhd-moen-color-deepBlue);
}
@media only screen and (min-width: 544px) {
  .search-suggestions-terms {
    display: flex;
    align-items: stretch;
  }
  .search-suggestions-terms--link__inner {
    justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .search-suggestions-terms--link {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .search-suggestions-terms--link {
    width: auto;
  }
}
.search-suggestions-results {
  display: flex;
  padding: 20px;
}
.search-suggestions-results .suggestion-facets {
  display: none;
  flex-basis: 240px;
  min-width: 240px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .search-suggestions-results .suggestion-facets {
    display: block;
  }
}
.suggestion-facet {
  margin: 0 20px 10px 0;
  border-bottom: 1px solid #e8edf7;
  padding: 0 0 10px 0;
}
.suggestion-facet--title {
  margin: 0 0 5px 0;
  color: #666666;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 12px;
}
.suggestion-facet--item {
  display: flex;
  align-items: center;
}
.suggestion-facet--link {
  display: inline-flex;
  align-items: center;
  color: #666666;
  text-decoration: none;
  line-height: 18px;
  font-size: 12px;
}
.suggestion-facet--link__img {
  width: 20px;
  margin-right: 4px;
}
.suggestion-facet--link.active {
  text-decoration: underline;
  color: var(--theme-brand-main);
}
.suggestion-products {
  flex-grow: 1;
}
.suggestion-products--title {
  margin: 0 0 10px 0;
  color: var(--theme-brand-main);
  font-weight: 400;
  font-size: 14px;
}
.suggestion-products--inner {
  display: flex;
  max-width: 100%;
}
.suggestion-products--inner a {
  text-decoration: none;
}
.suggestion-products--footer {
  margin-top: 20px;
  text-align: center;
}
.suggestion-products--footer__more {
  display: block;
  background-color: #8b8d8e;
  color: #fff;
  padding: 0.5em;
  font-size: 14px;
  line-height: 1.15;
}
.suggestion-products--footer__more:hover {
  color: #ffffff;
  background-color: #989a9b;
  text-decoration: none;
}
@media only screen and (min-width: 768px) {
  .suggestion-products--title {
    font-size: 18px;
  }
}
.suggestion-product {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  flex-basis: 33.33%;
  padding: 0.75em 0.5em;
  text-align: center;
  color: #727374;
}
.suggestion-product .search-results-highlight {
  background-color: initial;
  font-weight: normal;
  padding: initial;
}
.suggestion-product:hover {
  background: #f3f3f3;
  color: var(--nbhd-moen-color-deepBlue);
  text-decoration: underline;
}
.suggestion-product-info {
  flex-grow: 1;
}
.suggestion-product--img img {
  display: block;
  max-height: 70px;
  max-width: 100%;
  margin: 0 auto 0.5em;
}
.suggestion-product--title {
  font-size: 0.875em;
  line-height: 1.4em;
  padding: 1em 0.5em 0;
  color: var(--theme-brand-main);
  text-transform: capitalize;
  font-weight: 400;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.suggestion-product--model {
  font-size: 0.65em;
  padding-bottom: 0.5em;
}
.suggestion-product--price__msrp {
  font-size: 0.875em;
  padding-bottom: 0.5em;
  text-decoration: line-through;
}
.suggestion-product--price__sale {
  font-size: 1.143rem;
  color: #000;
  margin-left: 0;
  padding-bottom: 0.5rem;
  font-weight: 700;
}
@media only screen and (max-width: 991px) {
  .suggestion-product:nth-child(n+4) {
    display: none;
  }
}
@media only screen and (min-width: 544px) {
  .suggestion-product--img img {
    max-height: 110px;
  }
}
@media only screen and (min-width: 992px) {
  .suggestion-product {
    flex-basis: 25%;
  }
  .suggestion-product--img img {
    max-height: 150px;
  }
}
.content-container__content img {
  max-width: 100%;
  height: auto;
}
fh-custom-html img {
  max-width: 100%;
}
fh-custom-html a {
  text-decoration: none;
}
.rtf-component img {
  max-width: 100%;
}
.rtf-component h1:not([class*=heading--]) {
  font-size: 2.25em;
  margin: 0 0 0.5rem;
  margin-bottom: 1rem;
  letter-spacing: -0.05em;
}
.rtf-component h1:not([class*=heading--]),
.rtf-component h2:not([class*=heading--]) {
  color: currentColor;
  padding: 0;
  font-weight: 500;
}
.rtf-component h2:not([class*=heading--]) {
  font-size: 1.75em;
  margin: 0 0 0.5rem;
  letter-spacing: -0.04em;
}
.rtf-component h3:not([class*=heading--]) {
  font-size: 1.5em;
  letter-spacing: -0.03em;
}
.rtf-component h3:not([class*=heading--]),
.rtf-component h4:not([class*=heading--]) {
  color: currentColor;
  padding: 0;
  margin: 0 0 0.5rem;
  font-weight: 500;
}
.rtf-component h4:not([class*=heading--]) {
  font-size: 1.25em;
  letter-spacing: -0.02em;
}
.rtf-component h5:not([class*=heading--]) {
  font-size: 1.125em;
  letter-spacing: -0.01em;
}
.rtf-component h5:not([class*=heading--]),
.rtf-component h6:not([class*=heading--]) {
  color: currentColor;
  padding: 0;
  margin: 0 0 0.5rem;
  font-weight: 500;
}
.rtf-component h6:not([class*=heading--]) {
  font-size: 1em;
}
.rtf-component ol,
.rtf-component ul {
  margin-bottom: 1em;
  margin-left: 1.2em;
}
.rtf-component hr {
  border-top: 2px solid #8b8d8e;
  margin: 0.5em 0 1em;
}
.rtf-component address {
  padding: 0 0 1em;
}
.rtf-component a.reversed {
  color: currentColor;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
moen-unsubscribe,
moen-unsubscribe-internal {
  display: block;
  max-width: 1300px;
  padding: 15px;
}
moen-unsubscribe .title,
moen-unsubscribe-internal .title {
  margin: 1em 0 1.4em;
  font-weight: 300;
}
moen-unsubscribe .info,
moen-unsubscribe-internal .info {
  font-size: 16px;
}
moen-unsubscribe .label-email .label-content,
moen-unsubscribe-internal .label-email .label-content {
  font-weight: 700;
  font-size: 14px;
}
moen-unsubscribe .unsubscribe-buttons,
moen-unsubscribe-internal .unsubscribe-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
moen-unsubscribe .unsubscribe-buttons--btn,
moen-unsubscribe-internal .unsubscribe-buttons--btn {
  flex-basis: 100%;
}
moen-unsubscribe .unsubscribe-buttons--btn button,
moen-unsubscribe-internal .unsubscribe-buttons--btn button {
  width: 100%;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  moen-unsubscribe .label-email,
  moen-unsubscribe-internal .label-email {
    display: flex;
  }
  moen-unsubscribe .label-email .label-content,
  moen-unsubscribe-internal .label-email .label-content {
    display: flex;
    flex-shrink: 0;
    padding-right: 10px;
    align-items: center;
  }
  moen-unsubscribe .unsubscribe-buttons--btn,
  moen-unsubscribe-internal .unsubscribe-buttons--btn {
    flex-basis: 30%;
  }
  moen-unsubscribe .unsubscribe-buttons--btn:first-child,
  moen-unsubscribe-internal .unsubscribe-buttons--btn:first-child {
    margin-right: 10px;
  }
}
.UnsubscribePageTemplate .BottomHeaderSlot,
.UnsubscribePageTemplate .PreHeader,
.UnsubscribePageTemplate .SiteLogin {
  display: none;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
fh-pdp-information-gallery owl-carousel-o {
  position: absolute;
  height: 100vh;
  width: 100%;
  top: 0;
  left: 0;
}
fh-pdp-information-gallery .owl-item {
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}
fh-pdp-information-features .owl-stage-outer {
  max-width: 98vw;
}
fh-pdp-information-features .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid var(--nbhd-moen-color-deepBlue);
  width: 12px;
  height: 12px;
}
fh-pdp-information-features .owl-theme .owl-dots .owl-dot.active span,
fh-pdp-information-features .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--nbhd-moen-color-deepBlue);
  border-color: transparent;
}
fh-pdp-information-features .owl-stage {
  display: flex !important;
}
fh-pdp-information-features .owl-item {
  float: none !important;
}
fh-carousel-collage .owl-carousel .owl-stage-outer {
  max-height: 700px;
}
fh-carousel-collage .plmr-c-carousel-collage__description > owl-carousel-o > .owl-carousel.owl-theme {
  width: 100%;
}
fh-carousel-collage #carousel-text-main .owl-item {
  padding-right: 10px;
}
fh-carousel-collection-slider .owl-theme .owl-dots {
  margin-top: 0 !important;
  padding-top: 40px;
  display: flex;
  justify-content: center;
}
fh-carousel-collection-slider .owl-theme .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid var(--nbhd-moen-color-deepBlue);
  width: 12px;
  height: 12px;
}
fh-carousel-collection-slider .owl-theme .owl-dots .owl-dot.active span,
fh-carousel-collection-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: var(--nbhd-moen-color-deepBlue);
  border-color: transparent;
}
fh-carousel-collection-slider .owl-stage {
  display: flex !important;
}
fh-carousel-collection-slider .owl-item {
  float: none !important;
}
fh-campaign-features .owl-stage {
  display: flex !important;
}
fh-campaign-features .owl-item {
  float: none !important;
}
fh-carousel {
  display: block;
}
fh-carousel .p-item {
  padding: 0 20px;
}
fh-carousel .p-item__inner {
  padding: 10px !important;
}
carousel-jumbotron .active .plmr-c-carousel-jumbotron__slide-overlay {
  opacity: 1;
  transform: scale(1, 1);
}
carousel-jumbotron .owl-dots[class] {
  bottom: 30px;
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  carousel-jumbotron .owl-dots[class] {
    bottom: 40px;
    width: auto;
  }
}
@media only screen and (min-width: 992px) {
  carousel-jumbotron .owl-dots[class] {
    bottom: 75px;
    left: 11.1111111111%;
  }
}
carousel-jumbotron .owl-dots[class] .owl-dot[class] span {
  background: transparent;
  border: 2px solid #fff;
  height: 12px;
  width: 12px;
}
carousel-jumbotron .owl-dots[class] .owl-dot[class].active span {
  background: #fff;
  border-color: transparent;
}
cardlist-category-collection .owl-loaded .plmr-c-cardlist-category-collection__slide {
  display: block;
}
carousel-icon-tabbing .owl-dots {
  display: none;
}
carousel-product-slider .owl-dots {
  padding-top: 40px;
}
@media only screen and (min-width: 768px) {
  carousel-product-slider .owl-dots {
    padding-top: 75px;
  }
}
carousel-product-slider .owl-dot {
  cursor: pointer;
  height: 12px;
  margin: 0 6px;
  width: 12px;
}
carousel-product-slider .owl-dot span {
  background: transparent !important;
  border: 2px solid var(--nbhd-moen-color-deepBlue);
  height: 100% !important;
  width: 100% !important;
}
carousel-product-slider .owl-dot.active span {
  background: var(--nbhd-moen-color-deepBlue) !important;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.plmr-c-banner-intro {
  display: block;
  overflow: hidden;
  padding: 40px 0;
  text-align: center;
  height: auto;
  position: relative;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-intro {
    padding: 50px 0;
  }
}
.plmr-c-banner-intro__eyebrow {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-style: italic;
  font-weight: 400;
  color: inherit;
  display: block;
  font-size: 1.1429rem;
  line-height: 21px;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-intro__eyebrow {
    font-size: 1.2857rem;
    line-height: 24px;
  }
}
.plmr-c-banner-intro__title {
  font-style: normal;
  font-weight: 300;
  color: var(--theme-brand-main);
  display: block;
  font-size: 2rem;
  line-height: 32px;
  margin: 0;
  padding: 15px 0 0;
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-intro__title {
    font-size: 2.5714rem;
    line-height: 48px;
    margin: 0 auto;
    max-width: 538px;
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.plmr-c-carousel {
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  display: block;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.plmr-c-carousel__container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  min-width: 320px;
}
.carousel-moen-dots .owl-dots {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: center;
  justify-content: center;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
}
.carousel-moen-dots .owl-dots .owl-dot {
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 6px;
  padding: 0;
  position: relative;
  width: 10px;
}
@media only screen and (min-width: 768px) {
  .carousel-moen-dots .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
  }
}
.carousel-moen-dots .owl-dots .owl-dot span {
  background: transparent;
  border: 2px solid var(--nbhd-moen-color-deepBlue);
  border-radius: 50%;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 10px;
  line-height: 0;
  width: 10px;
  margin: 0;
}
.carousel-moen-dots .owl-dots .owl-dot span:before {
  background: var(--nbhd-moen-color-deepBlue);
  border-radius: 100%;
  content: "";
  display: block;
  height: 50%;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.5s ease;
  width: 50%;
}
.carousel-moen-dots .owl-dots .owl-dot span:focus {
  outline: 2px dashed #ecedef;
}
.carousel-moen-dots .owl-dots .owl-dot.active span {
  background: var(--nbhd-moen-color-deepBlue);
  border-color: transparent;
}
.carousel-moen-dots--align-dots .owl-dots .owl-dot:first-child {
  margin-left: 22px;
}
.carousel-moen-dots .owl-carousel .owl-item a,
.carousel-moen-dots .owl-carousel .owl-item button {
  visibility: initial;
}
.carousel-moen-dots .owl-carousel .owl-stage-outer {
  overflow: initial;
  max-width: 1044px;
}
.carousel-moen-dots--overflow-hidden .owl-carousel .owl-stage-outer {
  overflow: hidden;
}
.plmr-c-cardlist-related .owl-carousel,
.plmr-c-cardlist-related .owl-stage-outer,
.plmr-c-cardlist-related .owl-stage,
.plmr-c-cardlist-related .owl-item,
.plmr-c-cardlist-related .owl-item .item,
.plmr-c-cardlist-related .owl-wrapper {
  transition: none;
}
.plmr-c-cardlist-related .owl-carousel:after,
.plmr-c-cardlist-related .owl-carousel:before,
.plmr-c-cardlist-related .owl-stage-outer:after,
.plmr-c-cardlist-related .owl-stage-outer:before,
.plmr-c-cardlist-related .owl-stage:after,
.plmr-c-cardlist-related .owl-stage:before,
.plmr-c-cardlist-related .owl-item:after,
.plmr-c-cardlist-related .owl-item:before,
.plmr-c-cardlist-related .owl-item .item:after,
.plmr-c-cardlist-related .owl-item .item:before {
  transition: none;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.WhereToBuyPageTemplate fh-breadcrumb {
  padding-left: 15px;
  padding-right: 15px;
}
moen-where-to-buy {
  display: block;
  max-width: 1300px;
  min-width: 320px;
  margin: 20px auto;
  padding: 0 15px;
}
moen-where-product-information {
  display: block;
  margin-bottom: 40px;
}
moen-where-product-information .where-product-title {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.05em;
  margin-bottom: 2px;
  text-transform: capitalize;
}
moen-where-product-information .where-product-title--note {
  display: block;
  font-weight: normal;
  font-size: 12.25px;
  letter-spacing: normal;
}
moen-where-product-information .where-product-img {
  margin: 15px auto;
  max-height: 150px;
  max-width: 150px;
}
moen-where-product-information .where-product-img img {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  moen-where-product-information .where-product-img {
    max-height: 175px;
    max-width: 175px;
    margin-bottom: 0;
  }
}
moen-where-product-variations {
  display: block;
  border-top: 1px solid #e5e5e5;
  margin-top: 1.75em;
  padding-top: 1.75em;
}
moen-where-product-variations fh-finish-selection {
  margin: 0;
}
moen-where-product-variations fh-finish-selection > ul {
  justify-content: flex-start !important;
}
moen-where-product-variations fh-finish-selection > ul > li {
  width: 40px !important;
  height: 40px !important;
}
moen-where-product-variations fh-finish-selection > ul > li button {
  padding: 0;
}
.ps-container {
  float: none !important;
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif !important;
}
moen-price-spider {
  display: block;
  margin: 40px 0;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.plmr-c-cardlist-additional-resource__item-icon-outer svg {
  height: 30px;
  width: 30px;
}
@media only screen and (min-width: 768px) {
  .plmr-c-cardlist-additional-resource__item-icon-outer svg {
    height: 40px;
    width: 40px;
  }
}
.plmr-c-cardlist-additional-resource__item-icon-outer svg .a {
  fill: var(--theme-brand-main);
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.press-list-footer__link-button {
  display: flex;
  align-items: center;
}
.press-list-footer,
.press-list-header {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1300px;
  margin: 0 auto;
  padding: 15px;
  background: #FFF;
  color: inherit;
}
.press-list-footer .list-bar-results,
.press-list-header .list-bar-results {
  flex-basis: 100%;
  margin-bottom: 10px;
  margin-right: 10px;
}
.press-list-footer .list-bar-results__viewing,
.press-list-header .list-bar-results__viewing {
  color: #8b888c;
  font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
  .press-list-footer .list-bar-results,
  .press-list-header .list-bar-results {
    flex-basis: initial;
    margin-bottom: 0;
  }
}
.list-arrow-icon {
  width: 8px;
  height: 10px;
  color: var(--cx-color-primary);
}
.list-arrow-icon.icon-left {
  margin-right: 8px;
}
.list-arrow-icon.icon-up {
  transform: rotateZ(90deg);
}
.press-list-header {
  position: relative;
}
.press-list-header .press-back-tray {
  margin-right: 15px;
}
.press-list-header__toggle {
  flex-basis: 100%;
  margin: 5px 0 15px;
}
.press-list-header__filter {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  flex-grow: 1;
}
.press-list-header__filter--field {
  border: 1px solid #d8d8d8;
  height: 40px;
  flex-grow: 1;
  padding: 0 55px 0 15px;
}
.press-list-header__filter--field:focus {
  outline: 1px dashed currentColor;
}
.press-list-header__filter--button {
  background: #FFF;
  color: inherit;
  border: 1px solid #d8d8d8;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: -39px;
}
.press-list-header__filter--button fh-svg {
  width: 16px;
  height: 16px;
}
@media only screen and (min-width: 544px) {
  .press-list-header .press-back-tray {
    margin-right: 40px;
    top: -55px;
  }
  .press-list-header__toggle {
    flex-basis: 50%;
    max-width: 200px;
    margin: 0 15px 0 auto;
  }
  .press-list-header__filter {
    flex-basis: initial;
    margin-right: 0;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .press-list-header {
    padding: 15px 40px;
  }
  .press-list-header__filter {
    max-width: 400px;
  }
}
.press-list-load-more {
  display: block;
  width: 256px;
  height: 56px;
  margin: 25px auto;
}
.press-list-footer {
  margin-top: 50px;
  justify-content: space-between;
  border: 1px solid #d8d8d8;
}
.no-results {
  margin: 40px auto;
  text-align: center;
  font-size: 16px;
}
moen-press-list-filter {
  display: block;
}
.press-filter-values {
  max-height: 0;
  overflow: hidden;
}
.press-filter-values.expanded {
  max-height: 1000px;
  overflow-y: auto;
  overflow-x: hidden;
}
.press-filter-values__link {
  position: relative;
  display: none;
  align-items: center;
  width: 100%;
  padding: 5px 0 5px;
  color: #636363;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
}
.expanded .press-filter-values__link {
  display: flex;
}
.press-filter-values__link:focus {
  outline-offset: -1px;
}
.press-filter-values__link--check {
  position: relative;
  top: -2px;
  content: "";
  display: block;
  vertical-align: middle;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  height: 18px;
  min-height: 1px;
  width: 18px;
  margin-right: 12px;
  background: #FFF;
}
.press-filter-values__link--check:before {
  content: " ";
  display: block;
  position: absolute;
  background: transparent;
  height: auto;
  left: 50%;
  min-height: 63%;
  min-width: 63%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s ease-in-out;
  width: auto;
}
.press-filter-values__link:hover {
  text-decoration: none;
}
.press-filter-values__link:hover .press-filter-values__link--check:before {
  background: #d8d8d8;
}
.press-filter-values__link.selected .press-filter-values__link--check {
  border-color: var(--theme-brand-main);
}
.press-filter-values__link.selected .press-filter-values__link--check:before {
  background: var(--theme-brand-main);
}
.press-filter-header {
  position: relative;
  width: 100%;
  text-align: left;
  color: #717171;
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  outline-offset: -1px;
  padding: 25px 25px 22px 0;
  text-transform: uppercase;
  font-weight: 700;
}
.press-filter-header::before {
  content: " ";
  display: block;
  position: absolute;
  background: currentColor;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.25s ease-in-out;
  width: 14px;
}
.press-filter-header::after {
  content: " ";
  display: block;
  position: absolute;
  background: currentColor;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s ease-in-out;
  width: 14px;
}
.press-filter-header.expanded::before {
  transform: translateY(-50%) rotate(0deg);
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
moen-press-content-search {
  background: #F6F6F6;
  display: block;
}
.list-wrapper {
  max-width: 1300px;
  margin: 0 auto;
  padding: 40px 15px;
}
@media only screen and (min-width: 768px) {
  .list-wrapper {
    padding: 40px;
  }
}
.press-filter {
  border-top: 1px solid #ecedef;
}
@media only screen and (min-width: 992px) {
  .press-filter {
    margin-top: 20px;
  }
}
.press-header-wrapper {
  background: #FFF;
  border: 0 solid #d8d8d8;
  border-top-width: 1px;
  border-bottom-width: 1px;
  color: inherit;
}
.reset-done-buttons {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  z-index: 401;
  width: 270px;
}
.reset-done-buttons .reset {
  font-weight: 700;
  background: #d8d8d8;
  color: rgba(31, 31, 31, 0.55);
  flex: 1 0 50%;
  font-size: 0.7857rem;
  letter-spacing: 2px;
  line-height: 8px;
  outline-offset: -1px;
  padding: 21px 0;
  text-transform: uppercase;
}
.reset-done-buttons .done {
  font-weight: 700;
  color: rgba(31, 31, 31, 0.55);
  flex: 1 0 50%;
  font-size: 0.7857rem;
  letter-spacing: 2px;
  line-height: 8px;
  outline-offset: -1px;
  padding: 21px 0;
  text-transform: uppercase;
  background: var(--theme-brand-main);
  color: #fff;
}
.reset-done-buttons .reset:focus,
.reset-done-buttons .done:focus {
  outline-offset: -2px;
}
@media only screen and (min-width: 992px) {
  .reset-done-buttons {
    display: none;
  }
}
.close-btn {
  display: flex;
  position: fixed;
  align-items: center;
  justify-content: center;
  background: #787579;
  height: 50px;
  width: 50px;
  top: 0;
  left: 270px;
  z-index: 2;
  color: #fff;
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 2px;
  line-height: 8px;
  text-transform: uppercase;
  transition: background 0.5s ease;
}
.close-btn:focus {
  outline-offset: -2px;
}
.close-btn .label {
  display: none;
  margin-right: 15px;
}
.close-btn fh-svg {
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 992px) {
  .close-btn {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .press-filter-wrapper {
    transform: translateX(-100%);
    position: fixed;
    z-index: 400;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
    background: rgba(31, 31, 31, 0.3);
    padding: 70px 20px 20px;
  }
  .press-filter-wrapper.open {
    transform: translateX(0);
  }
  .press-filter-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    max-width: 270px;
    width: 100%;
    top: 0;
    z-index: -1;
    left: 0;
    height: 100%;
    background: #FFF;
  }
  .press-filter-wrapper .press-filter {
    width: 100%;
  }
  .press-filter__inner {
    max-width: 230px;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: auto;
  }
  .press-filter-header {
    outline-offset: -1px !important;
  }
}
.filter-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10.5px;
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  letter-spacing: 2px;
  line-height: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.5s ease;
  width: 100%;
  height: 40px;
  background: var(--theme-brand-main);
}
.filter-toggle:focus {
  outline-offset: -2px;
}
.filter-toggle fh-svg {
  width: 15px;
  height: 12px;
  margin-left: 15px;
}
@media only screen and (min-width: 992px) {
  .filter-toggle {
    display: none;
  }
}
.press-back-tray {
  margin-bottom: 20px;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .press-back-tray {
    margin-bottom: 0;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .press-back-tray {
    flex-direction: row;
  }
}
.press-back-tray__link {
  display: flex;
  align-items: center;
  padding: 0.35rem 0;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
moen-press-list-item {
  display: flex;
}
.press-room-card__description,
.press-room-card__title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0;
}
.press-room-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 15px;
  margin-bottom: 25px;
  position: relative;
  z-index: 2;
}
@media only screen and (min-width: 768px) {
  .press-room-card {
    margin-bottom: 40px;
  }
}
.press-room-card__img-area {
  display: block;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .press-room-card__img-area {
    overflow: hidden;
    padding-top: 56.29139%;
  }
}
.press-room-card__img {
  display: none;
  height: auto;
  left: 50%;
  max-width: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.5s ease;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .press-room-card__img {
    display: block;
  }
}
.press-room-card__img:hover,
.press-room-card__img:focus {
  transform: translate(-50%, -50%) scale(1.1);
}
.press-room-card__content {
  padding: 15px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}
.press-room-card__title {
  -webkit-line-clamp: 2;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 8px;
}
.press-room-card__title-link {
  color: var(--theme-brand-main);
  text-decoration: none !important;
}
.press-room-card__title-link:hover,
.press-room-card__title-link:focus,
.press-room-card__title-link:active {
  color: var(--theme-brand-main);
  text-decoration: none;
}
.press-room-card__time {
  font-size: 0.875em;
  color: var(--theme-accent-dark);
}
.press-room-card__description {
  -webkit-line-clamp: 3;
  margin-top: 15px;
}
.press-room-card__description p {
  padding: 0;
  margin: 0;
}
.press-room-card__tags .tag {
  margin-right: 5px;
  margin-bottom: 5px;
}
.press-room-card__cta {
  margin-top: 25px;
}
.icon-card {
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e5e5e5;
  box-shadow: 1px 1px 1px 0 #b2b2b2;
  position: relative;
  padding: 0 2em 1.8em;
  margin: 2em 0 1em;
  background: #fff;
  max-width: 345px;
  min-height: 150px;
  transition: all 0.2s ease-in-out;
}
.icon-card__icon {
  position: relative;
  top: -1.6em;
  background-color: #fff;
  width: 3.125em;
  height: 3.125em;
  color: var(--theme-brand-main);
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
.icon-card__content {
  line-height: 1.2em;
  font-size: 0.875em;
  padding: 0;
  margin: 0;
}
.icon-card:hover {
  transform: scale(1.1);
  box-shadow: -10px 10px 20px 0 rgba(0, 0, 0, 0.1);
  border: 0;
}
.press-tips__wrapper {
  display: flex;
  justify-content: center;
}
.contact-box__info {
  color: #727374;
}
.fancybox-active body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active .fancybox-active {
  height: auto;
}
.fancybox-active .fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-active .fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-active .fancybox-container * {
  box-sizing: border-box;
}
.fancybox-active .fancybox-bg,
.fancybox-active .fancybox-inner,
.fancybox-active .fancybox-outer,
.fancybox-active .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-active .fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-active .fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-active .fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-active .fancybox-caption,
.fancybox-active .fancybox-infobar,
.fancybox-active .fancybox-navigation .fancybox-button,
.fancybox-active .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-active .fancybox-show-caption .fancybox-caption,
.fancybox-active .fancybox-show-infobar .fancybox-infobar,
.fancybox-active .fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-active .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-active .fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-active .fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-active .fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-active .fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-active .fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-active .fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-active .fancybox-is-sliding .fancybox-slide,
.fancybox-active .fancybox-slide--current,
.fancybox-active .fancybox-slide--next,
.fancybox-active .fancybox-slide--previous {
  display: block;
}
.fancybox-active .fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-active .fancybox-slide--image:before {
  display: none;
}
.fancybox-active .fancybox-slide--html {
  padding: 6px;
}
.fancybox-active .fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-active .fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property:
    transform,
    opacity,
    -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-active .fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-active .fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-active .fancybox-can-pan .fancybox-content,
.fancybox-active .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-active .fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-active .fancybox-container [data-selectable=true] {
  cursor: text;
}
.fancybox-active .fancybox-image,
.fancybox-active .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-active .fancybox-spaceball {
  z-index: 1;
}
.fancybox-active .fancybox-slide--iframe .fancybox-content,
.fancybox-active .fancybox-slide--map .fancybox-content,
.fancybox-active .fancybox-slide--pdf .fancybox-content,
.fancybox-active .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-active .fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-active .fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-active .fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-active .fancybox-iframe,
.fancybox-active .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
.fancybox-active .fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-active .fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-active .fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.fancybox-active .fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-active .fancybox-button,
.fancybox-active .fancybox-button:link,
.fancybox-active .fancybox-button:visited {
  color: #ccc;
}
.fancybox-active .fancybox-button:hover {
  color: #fff;
}
.fancybox-active .fancybox-button:focus {
  outline: none;
}
.fancybox-active .fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-active .fancybox-button[disabled],
.fancybox-active .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
.fancybox-active .fancybox-button div {
  height: 100%;
}
.fancybox-active .fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-active .fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-active .fancybox-button--fsenter svg:nth-child(2),
.fancybox-active .fancybox-button--fsexit svg:nth-child(1),
.fancybox-active .fancybox-button--pause svg:nth-child(1),
.fancybox-active .fancybox-button--play svg:nth-child(2) {
  display: none;
}
.fancybox-active .fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-timing-function: linear;
  z-index: 99998;
}
.fancybox-active .fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-active .fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-active .fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-active .fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-active .fancybox-is-scaling .fancybox-close-small,
.fancybox-active .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
.fancybox-active .fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-active .fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-active .fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px;
}
.fancybox-active .fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
}
.fancybox-active .fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996;
}
.fancybox-active .fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1;
}
.fancybox-active .fancybox-caption a,
.fancybox-active .fancybox-caption a:link,
.fancybox-active .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-active .fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
.fancybox-active .fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
.fancybox-active .fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-active .fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.fancybox-active .fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.fancybox-active .fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.fancybox-active .fancybox-fx-fade.fancybox-slide--next,
.fancybox-active .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-active .fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
.fancybox-active .fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-active .fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-active .fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.fancybox-active .fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}
.fancybox-active .fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}
.fancybox-active .fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.fancybox-active .fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-active .fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-active .fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}
.fancybox-active .fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-active .fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-active .fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
  .fancybox-active .fancybox-caption {
    padding: 12px;
  }
  .fancybox-active .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-active .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-active .fancybox-close-small {
    right: -6px;
  }
  .fancybox-active .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}
.fancybox-active .fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-active .fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}
.fancybox-active .fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-active .fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-active .fancybox-share__button:link,
.fancybox-active .fancybox-share__button:visited {
  color: #fff;
}
.fancybox-active .fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-active .fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-active .fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-active .fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-active .fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-active .fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-active .fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-active .fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-active .fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-active .fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
.fancybox-active .fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-active .fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-active .fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-active .fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-active .fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-active .fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-active .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-active .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-active .fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-active .fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-active .fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-active .fancybox-thumbs__list a:focus:before {
  opacity: 0.5;
}
.fancybox-active .fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}
@media (max-width: 576px) {
  .fancybox-active .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-active .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-active .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.plmr-c-banner-dto-hero {
  position: relative;
  z-index: 2;
}
.plmr-c-banner-dto-hero__container {
  height: auto;
  max-height: 940px;
  padding-bottom: 400px;
  padding-top: 70px;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .plmr-c-banner-dto-hero__container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-dto-hero__container {
    max-height: 760px;
    padding-bottom: 234px;
    padding-top: 90px;
    padding-left: 84px;
    padding-right: 84px;
  }
}
@media only screen and (min-width: 992px) {
  .plmr-c-banner-dto-hero__container {
    padding-bottom: 204px;
    max-height: 670px;
  }
}
.plmr-c-banner-dto-hero__bg {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plmr-c-banner-dto-hero__bg__picture {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plmr-c-banner-dto-hero__bg__img {
  display: block;
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: 50% 50%;
  position: absolute;
  top: 0;
  width: 100%;
}
.plmr-c-banner-dto-hero__title {
  display: block;
  line-height: 1;
  margin: 0 0 20px;
}
.plmr-c-banner-dto-hero__title__svg {
  display: block;
  height: auto;
  margin: 0 auto 0 0;
  max-width: 210px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-dto-hero__title__svg {
    max-width: 280px;
  }
}
.plmr-c-banner-dto-hero__description {
  font-size: 1.2857rem;
  line-height: 1.5555555556em;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-dto-hero__description {
    font-size: 1.5rem;
    line-height: 1.5555555556em;
  }
}
@media only screen and (min-width: 992px) {
  .plmr-c-banner-dto-hero__description {
    max-width: 500px;
    margin-right: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .plmr-c-banner-dto-hero__description {
    max-width: 600px;
  }
}
.plmr-c-banner-dto-hero__list {
  margin: 20px 0 0;
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-dto-hero__list {
    margin: 30px 0 0;
  }
}
@media only screen and (min-width: 1200px) {
  .plmr-c-banner-dto-hero__list {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 640px;
    max-height: 122px;
  }
}
.plmr-c-banner-dto-hero__list__li {
  font-size: 1.142854rem;
  line-height: 1em;
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-dto-hero__list__li {
    font-size: 1.2857rem;
  }
}
@media only screen and (min-width: 1200px) {
  .plmr-c-banner-dto-hero__list__li {
    width: 40%;
  }
}
.plmr-c-banner-dto-hero__list__li::before {
  content: "\2022";
  display: block;
  left: 0;
  line-height: 1em;
  position: absolute;
  top: 1px;
}
.plmr-c-banner-dto-hero__list__li:not(:last-child) {
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-dto-hero__list__li:not(:last-child) {
    margin-bottom: 15px;
  }
}
.plmr-c-banner-dto-hero__button {
  margin-top: 40px;
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .plmr-c-banner-dto-hero__button {
    margin-top: 20px;
  }
}
.plmr-c-banner-dto-hero__popout-img-1 {
  right: 40px;
  position: absolute;
  bottom: 0;
}
.plmr-c-banner-dto-hero__popout-img-1__picture {
  display: block;
}
.plmr-c-banner-dto-hero__popout-img-1__img {
  display: block;
  height: auto;
  width: auto;
}
.plmr-c-banner-dto-hero__popout-img-2 {
  left: -33px;
  position: absolute;
  bottom: -89px;
  max-width: 368px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-dto-hero__popout-img-2 {
    bottom: -102px;
    left: 0;
    max-width: 525px;
  }
}
@media only screen and (min-width: 992px) {
  .plmr-c-banner-dto-hero__popout-img-2 {
    bottom: -144px;
    left: 20px;
    max-width: 700px;
  }
}
.plmr-c-banner-dto-hero__popout-img-2__picture {
  display: block;
  width: 100%;
}
.plmr-c-banner-dto-hero__popout-img-2__img {
  display: block;
  height: auto;
  width: 100%;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.plmr-c-banner-dto-cta {
  padding: 100px 0 30px;
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-dto-cta {
    padding: 130px 0 80px;
  }
}
@media only screen and (min-width: 992px) {
  .plmr-c-banner-dto-cta {
    padding: 150px 0 80px;
  }
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-dto-cta__container {
    padding-left: 55px;
    padding-right: 55px;
  }
}
@media only screen and (min-width: 992px) {
  .plmr-c-banner-dto-cta__container {
    padding-left: 80px;
    padding-right: 80px;
  }
}
.plmr-c-banner-dto-cta__card {
  padding: 50px 20px 70px;
}
.plmr-c-banner-dto-cta__card.plmr-u-bg--brand-secondary {
  background: var(--theme-brand-main) !important;
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-dto-cta__card {
    padding-bottom: 80px;
  }
}
.plmr-c-banner-dto-cta__card__subtitle {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333em;
  margin: 20px 0 35px;
  padding: 0px;
}
@media only screen and (min-width: 768px) {
  .plmr-c-banner-dto-cta__card__subtitle {
    font-size: 2.2857142857rem;
    line-height: 1.1875em;
    margin: 30px 0 35px;
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.plmr-c-cardlist-dto-benefits {
  padding-top: 160px;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .plmr-c-cardlist-dto-benefits {
    padding-top: 160px;
  }
}
@media only screen and (min-width: 992px) {
  .plmr-c-cardlist-dto-benefits {
    padding-top: 295px;
  }
}
.plmr-c-cardlist-dto-benefits__container {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .plmr-c-cardlist-dto-benefits__container {
    padding-left: 84px;
    padding-right: 84px;
  }
}
.plmr-c-cardlist-dto-benefits__bg {
  height: 100%;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .plmr-c-cardlist-dto-benefits__bg {
    max-width: 1280px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.plmr-c-cardlist-dto-benefits__bg__picture {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plmr-c-cardlist-dto-benefits__bg__img {
  display: block;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plmr-c-cardlist-dto-benefits__heading {
  font-size: 1.7142857143rem;
  line-height: 1.3333333333em;
  margin: 0;
  padding: 0 0 20px;
}
@media only screen and (min-width: 768px) {
  .plmr-c-cardlist-dto-benefits__heading {
    font-size: 2.2857142857rem;
    line-height: 1.1875em;
    margin: 0;
    padding: 0 0 40px;
  }
}
@media only screen and (min-width: 992px) {
  .plmr-c-cardlist-dto-benefits__heading {
    margin: 0;
    padding: 0 0 65px;
  }
}
.plmr-c-cardlist-dto-benefits__items {
  align-items: stretch;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.plmr-c-cardlist-dto-benefits__items__item {
  flex: 0 0 100%;
  margin-top: 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .plmr-c-cardlist-dto-benefits__items__item {
    flex: 0 0 50%;
    margin-top: 50px;
  }
}
@media only screen and (min-width: 992px) {
  .plmr-c-cardlist-dto-benefits__items__item {
    flex: 0 0 33.3333%;
    margin-top: 55px;
  }
  .plmr-c-cardlist-dto-benefits__items__item:after {
    border-left: 1px solid #d8d8d8;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    max-height: 300px;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .plmr-c-cardlist-dto-benefits__items__item:nth-child(3n+1)::after {
    display: none;
  }
}
.plmr-c-cardlist-dto-benefits__card {
  margin: 0 auto;
  max-width: 300px;
  width: calc(100% - 40px);
}
@media only screen and (min-width: 992px) {
  .plmr-c-cardlist-dto-benefits__card {
    max-width: 350px;
  }
}
.plmr-c-cardlist-dto-benefits__card__image {
  display: block;
  height: auto;
}
.plmr-c-cardlist-dto-benefits__card__image__picture {
  display: block;
  height: auto;
  width: 100%;
}
.plmr-c-cardlist-dto-benefits__card__image__img {
  display: block;
  height: auto;
  width: 100%;
}
.plmr-c-cardlist-dto-benefits__card__title {
  font-size: 1.5rem;
  line-height: 1.3333em;
  margin: 10px 0 15px;
  padding: 0;
}
.plmr-c-cardlist-dto-benefits__card__desc {
  font-size: 1.1428571429em;
  line-height: 1.5em;
  margin: 0;
  padding: 0;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.plmr-c-modal {
  display: block;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  transition: 0.5s ease;
  width: 100%;
  z-index: 800;
}
.plmr-c-modal__overlay {
  background: rgba(51, 51, 51, 0.75);
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plmr-c-modal__dialog {
  background: #fff;
  bottom: auto;
  color: inherit;
  left: 50%;
  margin-left: auto;
  margin-right: auto;
  max-height: 94%;
  max-width: 1300px;
  min-width: 320px;
  overflow: auto;
  padding: 0;
  position: fixed;
  right: auto;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  z-index: 1;
}
.plmr-c-modal__skin {
  border-color: #fff;
  display: block;
  height: auto;
  padding: 48px 10px 10px;
  width: 100%;
}
.plmr-c-modal__close {
  color: var(--theme-brand-main);
  display: block;
  height: 15px;
  position: absolute;
  right: 10px;
  top: 12px;
  width: 15px;
  z-index: 3;
}
.plmr-c-modal__close:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .plmr-c-modal__close {
    height: 25px;
    width: 25px;
  }
}
.plmr-c-modal__title {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  color: var(--theme-brand-main);
  font-size: 22px;
  margin-bottom: 0.5em;
}
.plmr-c-modal__media-container {
  margin-bottom: 1rem;
  max-height: calc(94vh - 125px);
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
.plmr-c-modal__media {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.plmr-c-modal__image {
  display: block;
  height: auto;
  margin-bottom: 1rem;
  width: 100%;
}
.plmr-c-modal__copy {
  font-size: 1.25rem;
}
.plmr-c-modal .inly-shower-capsule-info {
  padding-left: 20px;
  padding-right: 20px;
}
.plmr-c-modal .inly-shower-capsule-info__content {
  line-height: 28px;
}
.plmr-c-modal .inly-shower-capsule-info__content h1,
.plmr-c-modal .inly-shower-capsule-info__content h2,
.plmr-c-modal .inly-shower-capsule-info__content h3,
.plmr-c-modal .inly-shower-capsule-info__content h4,
.plmr-c-modal .inly-shower-capsule-info__content h5,
.plmr-c-modal .inly-shower-capsule-info__content h6 {
  font-family:
    "DINWebBold",
    "Helvetica Neue",
    "Helvetica",
    "Roboto",
    "Arial",
    sans-serif;
  font-style: normal;
  font-weight: bold;
}
.plmr-c-modal .inly-shower-capsule-info__content img {
  margin-bottom: 40px;
  margin-top: 40px;
}
.plmr-c-modal .inly-shower-capsule-info__close {
  font-family:
    "DINWebBold",
    "Helvetica Neue",
    "Helvetica",
    "Roboto",
    "Arial",
    sans-serif;
  font-style: normal;
  font-weight: bold;
  color: var(--theme-brand-main);
  display: block;
  margin: 1px auto;
  text-align: center;
}
.plmr-c-modal .inly-shower-capsule-info__close-text {
  display: block;
  line-height: 1;
  margin-bottom: 15px;
}
.plmr-c-modal .inly-shower-capsule-info__close-icon {
  border-radius: 50%;
  border: 2px solid;
  display: block;
  height: 25px;
  line-height: 0;
  margin: 0 auto;
  padding: 5px;
  width: 25px;
}
cx-card-title {
  font-weight: var(--theme-heading-weight);
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.capture-tips {
  max-width: 420px;
  margin: 40px auto;
  text-align: left;
}
.capture-tips--list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.capture-tips--item {
  margin: 30px 0;
}
.capture-tips--description {
  padding-left: 20px;
  position: relative;
}
.capture-tips--description:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  top: 8px;
  left: 0;
  border-radius: 50%;
  background-color: #D8D8D8;
}
.capture-tips--shots {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.capture-tips--shots__img {
  position: relative;
  flex-basis: 48%;
}
.capture-tips--shots__icon {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 15px;
  height: 15px;
}
@media only screen and (min-width: 768px) {
  .capture-tips {
    max-width: 680px;
  }
  .capture-tips--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .capture-tips--item {
    flex-basis: 48%;
  }
}
sweepstakes-form .sweepstakes-form-button button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
sweepstakes-form .sweepstakes-form-button button fh-svg {
  height: 14px;
  width: 22px;
  margin-left: 10px;
  transform: rotate(-45deg);
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
inline-sweepstakes,
condensed-sweepstakes {
  position: relative;
  background-color: #ecedef;
  display: block;
  padding: 30px 15px 50px;
  color: var(--theme-body-color);
}
@media only screen and (min-width: 768px) {
  inline-sweepstakes,
  condensed-sweepstakes {
    padding: 30px 15px 50px;
  }
}
@media only screen and (min-width: 992px) {
  inline-sweepstakes,
  condensed-sweepstakes {
    padding-left: 10.9230769231%;
    padding-right: 14.8461538462%;
  }
}
@media only screen and (min-width: 1200px) {
  inline-sweepstakes,
  condensed-sweepstakes {
    padding-left: 142px;
    padding-right: 193px;
  }
}
inline-sweepstakes .form-container,
condensed-sweepstakes .form-container {
  background: var(--nbhd-color-white);
  box-shadow: 20px 10px 20px 0 rgba(var(--nbhd-color-black), 0.1);
  margin: 0 auto;
  max-width: 975px;
  min-width: 290px;
  padding: 2.143rem 1.071rem;
  position: relative;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  inline-sweepstakes .form-container,
  condensed-sweepstakes .form-container {
    padding: 4.286rem;
  }
}
inline-sweepstakes .form-container__title,
condensed-sweepstakes .form-container__title {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 300;
  color: var(--theme-brand-main);
  font-size: 2.143rem;
  font-style: normal;
  font-weight: 300;
  margin-bottom: 1rem;
}
inline-sweepstakes .form-container__eyebrow-title,
condensed-sweepstakes .form-container__eyebrow-title {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 400;
  font-weight: 300;
  color: #8b888c;
  display: block;
  font-size: 1.1429rem;
  line-height: 21px;
  margin-bottom: 0.5rem;
}
inline-sweepstakes .form-container__confirmation,
condensed-sweepstakes .form-container__confirmation {
  font-size: 1.25rem;
  margin-bottom: 2rem;
  text-align: center;
}
inline-sweepstakes .form-container__error,
condensed-sweepstakes .form-container__error {
  color: #d50001;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
inline-sweepstakes sweepstakes-form .sweepstakes-form-group,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group {
  position: relative;
  padding-top: 28px;
}
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__label,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__label,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__label,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__label {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
}
inline-sweepstakes sweepstakes-form .sweepstakes-form-group__label--required,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__label--required,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-group__label--required,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group__label--required {
  color: #d50001;
  text-decoration: none;
}
inline-sweepstakes sweepstakes-form .sweepstakes-form-button button fh-svg,
inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-button button fh-svg,
condensed-sweepstakes sweepstakes-form .sweepstakes-form-button button fh-svg,
condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-button button fh-svg {
  display: none;
}
condensed-sweepstakes {
  background: var(--nbhd-moen-color-cream);
  border-top: 1px solid #a3afb8;
  padding: 0;
}
condensed-sweepstakes .nbhd-subtitle {
  text-align: center;
}
condensed-sweepstakes .form-container {
  background: inherit;
  box-shadow: none;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}
condensed-sweepstakes .form-container__title {
  margin-bottom: 0.75rem;
}
condensed-sweepstakes .form-container__eyebrow-title {
  margin-bottom: 0.4rem;
}
condensed-sweepstakes .form-container__confirmation {
  margin-bottom: 1rem;
}
condensed-sweepstakes .form-container__error {
  margin-bottom: 0.75rem;
}
condensed-sweepstakes .form-check {
  display: inline;
  margin-right: 1.5rem;
}
condensed-sweepstakes .sweepstakes-form-button {
  margin-top: 1rem;
}
condensed-sweepstakes .form-footer-links {
  margin-block-start: var(--nbhd-space-6);
}
@media (min-width: 544px) {
  condensed-sweepstakes .form-footer-links {
    padding-block-end: 1rem;
    position: relative;
    margin-block-start: -34px;
    margin-inline-start: 150px;
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.sweepstakes-modal-dialog[class] {
  margin: 0;
  min-width: 100%;
  min-height: 100%;
}
@media only screen and (min-width: 768px) {
  .sweepstakes-modal-dialog[class] {
    max-width: 900px;
    margin: 1.75rem auto;
    min-width: 0;
    min-height: 0;
    width: 80%;
  }
}
.sweepstakes-modal-content[class] {
  background: var(--nbhd-color-white);
  background-clip: padding-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  left: 0;
  pointer-events: auto;
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sweepstakes-modal-content[class] {
    position: relative;
    height: auto;
    left: auto;
    width: auto;
    top: auto;
  }
}
sweepstakes-popup-dialog {
  background: var(--nbhd-color-white);
}
sweepstakes-popup-dialog .sweepstakes-form-top-info {
  display: none;
}
sweepstakes-popup-dialog .sweepstakes-form-group {
  position: relative;
  margin: 4px 0;
}
sweepstakes-popup-dialog .sweepstakes-form-group label {
  color: var(--theme-brand-main) !important;
}
sweepstakes-popup-dialog .sweepstakes-form-group__control,
sweepstakes-popup-dialog .sweepstakes-form-group__label {
  width: 100%;
  display: block;
  padding: 0;
  font-size: 16px;
}
sweepstakes-popup-dialog .sweepstakes-form-group__label {
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  color: var(--theme-brand-main);
  transition: transform 100ms ease-out;
  transform: translateY(10px);
}
sweepstakes-popup-dialog .sweepstakes-form-group__label--required {
  text-decoration: none;
  display: inline-block;
  margin-left: 2px;
}
sweepstakes-popup-dialog .sweepstakes-form-group__control {
  border: 0;
  border-bottom: 1px solid var(--theme-brand-main);
  padding-top: 10px;
}
sweepstakes-popup-dialog .sweepstakes-form-group__control:focus,
sweepstakes-popup-dialog .sweepstakes-form-group__control:active {
  outline: 1px dashed currentColor;
}
sweepstakes-popup-dialog .sweepstakes-form-group__control:focus + .sweepstakes-form-group__label,
sweepstakes-popup-dialog .sweepstakes-form-group__control:not(:placeholder-shown) + .sweepstakes-form-group__label {
  transform: scale(0.65) translateY(-5px);
  transform-origin: top left;
}
sweepstakes-popup-dialog .sweepstakes-form-group__control.ng-invalid.ng-dirty + .sweepstakes-form-group__label {
  color: #d50001;
}
sweepstakes-popup-dialog .sweepstakes-form-group__note {
  display: none;
}
sweepstakes-popup-dialog .sweepstakes-form-group__errors p {
  margin-top: 5px;
}
sweepstakes-popup-dialog .sweepstakes-form-group__check-group {
  display: flex;
  align-items: center;
}
sweepstakes-popup-dialog .sweepstakes-form-group__check-group label {
  position: relative;
  top: unset;
  left: unset;
  line-height: 1.2em;
}
sweepstakes-popup-dialog .sweepstakes-form-group__check-group label abbr {
  display: none;
}
sweepstakes-popup-dialog .sweepstakes-form-group__check-group .form-check {
  margin-bottom: 0;
  margin-left: 10px;
  margin-top: 0.2rem;
}
sweepstakes-popup-dialog .sweepstakes-form-group__check-group .form-check label {
  font-weight: 700;
  line-height: 1.2em;
  text-transform: uppercase;
}
sweepstakes-popup-dialog .sign-up-agreement {
  margin-top: 24px;
  color: var(--theme-brand-main);
}
@media only screen and (max-width: 767px) {
  sweepstakes-popup-dialog {
    padding-bottom: 300px;
  }
}
.sweepstakes-popup-modal {
  overflow-y: auto !important;
  width: 100%;
}
.sweepstakes-popup-modal sweepstakes-form .sweepstakes-form-button {
  margin-top: 15px;
  margin-bottom: 10px;
}
.sweepstakes-popup-modal sweepstakes-form .sweepstakes-form-button button {
  width: 100%;
  border-radius: 4px;
}
.sweepstakes-popup-modal sweepstakes-form .sweepstakes-form-button button:not(:disabled) {
  color: var(--nbhd-color-white);
  cursor: pointer;
}
.sweepstakes-popup-modal sweepstakes-form .sweepstakes-form-button button:not(:disabled) svg {
  fill: var(--nbhd-color-white);
}
.sweepstakes-popup-modal .modal-dialog,
.sweepstakes-popup-modal cx-claim-dialog .cx-coupon-dialog,
cx-claim-dialog .sweepstakes-popup-modal .cx-coupon-dialog {
  width: 80%;
  max-width: 900px;
}
.sweepstakes-popup-modal .modal-dialog .modal-content,
.sweepstakes-popup-modal cx-claim-dialog .cx-coupon-dialog .modal-content,
cx-claim-dialog .sweepstakes-popup-modal .cx-coupon-dialog .modal-content,
cx-claim-dialog .cx-coupon-dialog .sweepstakes-popup-modal .modal-dialog .cx-coupon-container,
.sweepstakes-popup-modal cx-claim-dialog .cx-coupon-dialog .cx-coupon-container,
cx-claim-dialog .sweepstakes-popup-modal .cx-coupon-dialog .cx-coupon-container {
  overflow: hidden;
}
.sweepstakes-popup-modal__links a {
  color: var(--theme-brand-main);
}
.sweepstakes-popup-modal__error {
  color: #d50001;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1rem;
}
.sweepstakes-popup-modal .sweepstakes-popup-content {
  max-width: 400px;
  width: 85%;
  margin: 40px auto;
  background: #FFF;
  padding: 24px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 9;
}
.sweepstakes-popup-modal .sweepstakes-popup-content .col-md-6,
.sweepstakes-popup-modal .sweepstakes-popup-content .col-md-3 {
  max-width: 100%;
  flex-basis: 100%;
}
.sweepstakes-popup-modal .sweepstakes-popup-content .sweepstakes-popup-content__eyebrow,
.sweepstakes-popup-modal .sweepstakes-popup-content .sweepstakes-popup-content__title {
  color: var(--theme-brand-main);
}
.sweepstakes-popup-modal .sweepstakes-popup-content .sweepstakes-popup-content__eyebrow strong,
.sweepstakes-popup-modal .sweepstakes-popup-content .sweepstakes-popup-content__title strong,
.sweepstakes-popup-modal .sweepstakes-popup-content .sweepstakes-popup-content__eyebrow b,
.sweepstakes-popup-modal .sweepstakes-popup-content .sweepstakes-popup-content__title b {
  font-weight: 700;
}
.sweepstakes-popup-modal .sweepstakes-popup-content__title {
  font-size: 2.2rem;
  font-weight: 300;
  margin-bottom: 5px;
}
@media only screen and (min-width: 544px) {
  .sweepstakes-popup-modal .sweepstakes-popup-content__title {
    font-size: 2.8rem;
    margin-bottom: 10px;
  }
}
.sweepstakes-popup-modal .sweepstakes-popup-content__ear {
  padding: 8px;
  color: #FFF;
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-90deg) translate(-45px, 71px);
  background: var(--theme-brand-main);
}
.sweepstakes-popup-modal .sweepstakes-popup-content__ear fh-svg {
  height: 10px;
  width: 100px;
}
.sweepstakes-popup-modal .sweepstakes-popup-content__ear fh-svg svg {
  vertical-align: top;
}
@media (min-width: 540px) {
  .sweepstakes-popup-modal .sweepstakes-popup-content__ear {
    transform: rotate(-90deg) translate(-69px, 120px);
    padding: 15px;
  }
  .sweepstakes-popup-modal .sweepstakes-popup-content__ear fh-svg {
    height: 20px;
    width: 160px;
  }
}
.sweepstakes-popup-modal .sweepstakes-popup-content__eyebrow {
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media only screen and (min-width: 544px) {
  .sweepstakes-popup-modal .sweepstakes-popup-content__eyebrow {
    font-size: 1.3rem;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .sweepstakes-popup-modal .sweepstakes-popup-content {
    padding: 50px;
    margin-top: 60px;
  }
}
.sweepstakes-popup-modal .sweepstakes-popup-bg {
  position: absolute;
  background-size: cover;
  top: 0;
  z-index: 0;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.sweepstakes-popup-modal .sweepstakes-popup-gradient {
  background: rgb(var(--nbhd-moen-color-deepBlue-rgb));
  background:
    linear-gradient(
      180deg,
      rgba(var(--nbhd-moen-color-deepBlue-rgb), 1) 0%,
      rgba(var(--nbhd-moen-color-deepBlue-rgb), 1) 0%,
      rgba(var(--nbhd-moen-color-deepBlue-rgb), 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
.sweepstakes-popup-modal__close {
  position: absolute;
  color: #FFF;
  height: 25px;
  width: 25px;
  top: 8px;
  right: 40px;
  z-index: 1000;
  padding: 0;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .sweepstakes-popup-modal__close {
    top: 16px;
    right: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .sweepstakes-popup-modal__RIGHT .sweepstakes-popup-content {
    margin-right: 56px;
    margin-left: auto;
  }
  .sweepstakes-popup-modal__RIGHT .sweepstakes-popup-gradient {
    background:
      linear-gradient(
        to left,
        rgba(var(--nbhd-moen-color-deepBlue-rgb), 1) 0%,
        rgba(var(--nbhd-moen-color-deepBlue-rgb), 1) 26%,
        rgba(var(--nbhd-moen-color-deepBlue-rgb), 0) 100%);
  }
}
@media only screen and (min-width: 768px) {
  .sweepstakes-popup-modal__LEFT .sweepstakes-popup-content {
    margin-left: 56px;
  }
  .sweepstakes-popup-modal__LEFT .sweepstakes-popup-gradient {
    background:
      linear-gradient(
        to right,
        rgba(var(--nbhd-moen-color-deepBlue-rgb), 1) 0%,
        rgba(var(--nbhd-moen-color-deepBlue-rgb), 1) 26%,
        rgba(var(--nbhd-moen-color-deepBlue-rgb), 0) 100%);
  }
  .sweepstakes-popup-modal__LEFT .sweepstakes-popup-modal__close {
    left: 56px;
  }
}
@media only screen and (min-width: 768px) {
  .sweepstakes-popup-modal__mobile-close-btn {
    display: none;
  }
}
.sweepstakes-popup-modal__mobile-close-btn button {
  width: 100%;
  --theme-brand-main: var(--theme-brand-main);
  color: var(--nbhd-color-white);
}
.sweepstakes-popup-modal__visible-divider {
  display: none;
}
@media only screen and (min-width: 768px) {
  .sweepstakes-popup-modal__visible-divider {
    display: inline;
  }
}
.newsletter-dialog__close-btn--icon {
  width: 25px;
}
@media only screen and (min-width: 768px) {
  .newsletter-dialog__close-btn--icon {
    width: 16px;
  }
}
.order-return-item__code {
  font-size: var(--cx-font-size, 0.875rem);
  color: var(--cx-color-secondary);
}
.order-return-item__value {
  font-weight: 700;
}
.order-return-item__label {
  font-size: var(--cx-font-size, 0.875rem);
}
.order-return-item__label--bold {
  font-weight: bold;
}
.order-return-item label .label-content {
  font-size: 1em;
}
cx-anonymous-consent-management-banner .anonymous-consent-banner {
  left: 0;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
cx-applied-coupons {
  display: block;
  margin-top: 1em;
}
cx-applied-coupons .cx-coupon-card {
  display: flex;
  justify-content: space-between;
}
moen-cart-coupon {
  display: block;
  border-top: 1px solid #d8d8d8;
  padding-top: 1rem;
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  moen-cart-coupon {
    padding-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  moen-cart-coupon .form-group .col-md-4,
  moen-cart-coupon inline-sweepstakes sweepstakes-form .sweepstakes-form-group .col-md-4,
  inline-sweepstakes sweepstakes-form moen-cart-coupon .sweepstakes-form-group .col-md-4,
  moen-cart-coupon inline-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group .col-md-4,
  inline-sweepstakes sweepstakes-condensed-form moen-cart-coupon .sweepstakes-form-group .col-md-4,
  moen-cart-coupon condensed-sweepstakes sweepstakes-form .sweepstakes-form-group .col-md-4,
  condensed-sweepstakes sweepstakes-form moen-cart-coupon .sweepstakes-form-group .col-md-4,
  moen-cart-coupon condensed-sweepstakes sweepstakes-condensed-form .sweepstakes-form-group .col-md-4,
  condensed-sweepstakes sweepstakes-condensed-form moen-cart-coupon .sweepstakes-form-group .col-md-4 {
    padding: 0;
  }
}
moen-cart-coupon .btn-submit {
  font-family: var(--ndhd-moen-font-family-dinweb-bold) !important;
  font-weight: 800 !important;
  font-size: 0.75rem !important;
  width: 100%;
  cursor: pointer;
}
moen-cart-coupon .cx-cart-coupon-title {
  margin: 0 0 0.5rem;
  font-weight: 500;
}
moen-cart-coupon .cx-cart-coupon-container {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 1em;
}
moen-cart-coupon .cx-cart-coupon-container input {
  flex: 1 1 70%;
}
@media only screen and (max-width: 767px) {
  moen-cart-coupon .cx-cart-coupon-container input {
    flex: 1 1 50%;
  }
}
moen-cart-coupon .cx-cart-coupon-container button {
  flex: 0 0 25%;
  font-family: var(--ndhd-moen-font-family-dinweb-bold) !important;
  font-weight: 800 !important;
  font-size: 0.75rem !important;
  margin-left: 5%;
  cursor: pointer;
}
moen-cart-coupon .cx-cart-coupon-container fh-form-error-messages {
  margin-top: 20px;
  flex: 0 0 100%;
}
moen-cart-coupon .cx-available-coupon .title {
  font-weight: bold;
}
moen-cart-coupon .cx-available-coupon .message {
  display: flex;
  flex-wrap: wrap;
}
moen-cart-coupon .cx-available-coupon .scroll {
  display: block;
  height: auto;
  box-sizing: border-box;
  max-height: 240px;
  overflow-y: auto;
}
moen-cart-coupon .cx-available-coupon .card {
  display: inline-flex;
  align-items: flex-start;
  padding: var(--cx-padding, 0.25rem 0.25rem);
  word-break: break-all;
  margin-top: 0.25rem;
  margin-inline-end: 0.25rem;
  margin-bottom: 0;
  margin-inline-start: 0;
  background: var(--cx-color-background);
  border: 1px solid #f1f1f1;
  border-radius: 0.25rem;
}
moen-cart-coupon button.link {
  color: var(--cx-color-text);
  border-width: 0;
  text-decoration: none;
  background: var(--cx-color-background);
}
moen-cart-coupon button.link:hover {
  text-decoration: underline;
}
moen-cart-coupon .warning-message__label {
  margin-bottom: 0;
}
fh-applied-coupons .cx-applied-coupon-title {
  display: flex;
  flex-wrap: wrap;
}
fh-applied-coupons .cx-coupon-list-wrap {
  margin-bottom: 1rem;
}
fh-applied-coupons .cx-coupon-card-grid {
  display: grid;
}
fh-applied-coupons .coupon-summary {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
  display: inline-flex;
  align-items: flex-start;
  padding: var(--cx-padding, 0.25rem 0.25rem);
  word-break: break-all;
  margin: var(--cx-margin, 0.25rem 0.25rem 0 0);
}
fh-applied-coupons .cx-coupon-card {
  background: var(--cx-color-background);
  border: 1px solid #f1f1f1;
  border-radius: 0.25rem;
}
@media (max-width: 991.98px) {
  fh-applied-coupons .cx-coupon-card-grid {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
fh-applied-coupons .textonly {
  margin: 0 10px 10px 0;
  font-size: 14px;
}
fh-applied-coupons .cx-coupon-apply {
  display: inline-flex;
  align-items: center;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  padding: 1rem 1rem;
  word-break: break-all;
}
fh-applied-coupons .cx-coupon-apply .cx-cart-coupon-code {
  flex: 1;
}
fh-applied-coupons .cx-coupon-apply .close {
  padding-left: 0.7rem;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.c-coupon-info {
  text-align: center;
  min-width: 320px;
  padding: 0 20px;
}
.c-coupon-info h1,
.c-coupon-info h2,
.c-coupon-info h3,
.c-coupon-info h4,
.c-coupon-info h5,
.c-coupon-info h6 {
  font-size: 30px;
  font-weight: 300;
  letter-spacing: -0.05em;
  line-height: 1.1;
  margin-top: 0.1em;
  margin-bottom: 0.5em;
  color: var(--theme-body-color);
}
@media only screen and (min-width: 768px) {
  .c-coupon-info h1,
  .c-coupon-info h2,
  .c-coupon-info h3,
  .c-coupon-info h4,
  .c-coupon-info h5,
  .c-coupon-info h6 {
    font-size: 35px;
  }
}
.c-coupon-info p {
  font-weight: 400;
  margin: 0 auto;
  max-width: 600px;
  font-size: 16px;
  padding-bottom: 1em;
  color: var(--theme-body-color);
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
[position=BrandUniverseSlot] p {
  margin: 0;
}
.BrandUniverseSlot .plmr-c-brand-universe-navbar__link:focus {
  box-shadow: none !important;
  text-decoration: underline;
}
.plmr-c-brand-universe-navbar {
  background: var(--theme-brandUniverse-backgroundColor);
}
.plmr-c-brand-universe-navbar__navigation {
  margin: 0 auto;
  max-width: 1300px;
  width: 100%;
}
.plmr-c-brand-universe-navbar__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}
.plmr-c-brand-universe-navbar__link {
  color: var(--theme-brandUniverse-link-color);
  font-family: var(--theme-font-strong);
  font-size: 0.7857rem;
  font-style: normal;
  display: flex;
  min-height: auto;
  padding: 10px 20px;
  line-height: 1.03;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media only screen and (min-width: 768px) {
  .plmr-c-brand-universe-navbar__link {
    font-size: 0.875rem;
    letter-spacing: 1.4px;
    line-height: 1.3;
    padding: 7px 20px 8px 20px;
  }
}
.plmr-c-brand-universe-navbar__link:active,
.plmr-c-brand-universe-navbar__link:focus,
.plmr-c-brand-universe-navbar__link:hover {
  --nbhd-focus-outlineOffset: -2px;
  color: var(--theme-brandUniverse-link-color);
  text-decoration: underline;
}
.plmr-c-brand-universe-navbar__link._active {
  background-color: var(--theme-brandUniverse-link-backgroundColor-active);
  color: var(--theme-brandUniverse-link-color-active);
}
.plmr-c-brand-universe-navbar__link._active:active,
.plmr-c-brand-universe-navbar__link._active:focus,
.plmr-c-brand-universe-navbar__link._active:hover {
  color: var(--theme-brandUniverse-link-color-active);
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.layout-header .SiteLogin .HeaderLinks cx-navigation cx-navigation-ui > nav > span,
.layout-header .SiteLogin cx-login button,
.layout-header .SiteLogin cx-login a,
.layout-header__top-bar .plmr-c-masthead__nav-secondary .plmr-c-nav-secondary__list a {
  display: flex;
  align-items: center;
  font-weight: 700;
  color: var(--nbhd-moen-color-deepBlue);
  letter-spacing: 1px;
  min-height: auto;
  text-transform: uppercase;
  padding: 9px 10px;
  font-size: 11px;
  text-decoration: none;
}
.layout-header[class],
header.layout-header[class] {
  background: var(--theme-globalHeader-secondary-backgroundColor);
  position: relative;
}
.layout-header__top-bar {
  min-height: 37px;
}
.layout-header__top-bar .HeaderSecondaryNavSlot {
  margin-right: auto;
  display: none;
  margin-left: 10px;
}
@media only screen and (min-width: 768px) {
  .layout-header__top-bar .HeaderSecondaryNavSlot {
    display: flex;
    align-self: stretch;
  }
}
.layout-header__top-bar .HeaderSecondaryNavSlot cx-paragraph,
.layout-header__top-bar .HeaderSecondaryNavSlot cx-paragraph p,
.layout-header__top-bar .HeaderSecondaryNavSlot cx-paragraph div {
  display: flex;
  margin: 0;
}
.layout-header__top-bar .plmr-c-masthead__nav-secondary {
  display: flex;
}
.layout-header__top-bar .plmr-c-masthead__nav-secondary .plmr-c-nav-secondary__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.layout-header__top-bar .plmr-c-masthead__nav-secondary .plmr-c-nav-secondary__list li {
  display: flex;
}
.layout-header__top-bar .plmr-c-masthead__nav-secondary .plmr-c-nav-secondary__list a:hover,
.layout-header__top-bar .plmr-c-masthead__nav-secondary .plmr-c-nav-secondary__list a:focus {
  text-decoration: underline;
  outline-offset: -2px;
}
.layout-header .SiteLogin {
  padding: 0;
  align-self: stretch;
  display: flex;
  align-items: stretch;
  background: none;
  color: var(--nbhd-moen-color-deepBlue);
}
.layout-header .SiteLogin ul {
  display: flex;
}
.layout-header .SiteLogin li {
  align-items: stretch;
  display: flex;
  position: relative;
}
.layout-header .SiteLogin cx-login {
  display: flex;
  align-self: stretch;
}
.layout-header .SiteLogin cx-login:hover .wrapper {
  display: block;
}
.layout-header .SiteLogin cx-login a:hover,
.layout-header .SiteLogin cx-login a:focus {
  text-decoration: underline;
  outline-offset: -2px;
}
.layout-header .SiteLogin cx-login .cx-login-greet {
  display: none;
}
.layout-header .SiteLogin cx-login button:hover,
.layout-header .SiteLogin cx-login button:focus {
  text-decoration: underline;
  outline-offset: -2px;
}
.layout-header .SiteLogin cx-login button:hover .cx-icon,
.layout-header .SiteLogin cx-login button:hover .cx-icon::before,
.layout-header .SiteLogin cx-login button:focus .cx-icon,
.layout-header .SiteLogin cx-login button:focus .cx-icon::before {
  text-decoration: none;
}
.layout-header .SiteLogin cx-login button .cx-icon {
  padding-left: 7px;
}
.layout-header .SiteLogin cx-login .wrapper {
  border: 0;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  inset-block-start: 100%;
  inset-inline-start: 0;
  padding: 0;
  position: absolute;
  z-index: 100;
}
.layout-header .SiteLogin cx-login .wrapper cx-generic-link {
  border: 0;
  width: 100%;
}
.layout-header .SiteLogin cx-login .wrapper a {
  font-size: 14px;
  min-height: 20px;
  padding: 6px 20px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
}
.layout-header .SiteLogin .HeaderLinks {
  display: flex;
}
.layout-header .SiteLogin .HeaderLinks cx-navigation {
  display: flex;
}
.layout-header .SiteLogin .HeaderLinks cx-navigation cx-navigation-ui {
  flex-direction: row !important;
}
.layout-header .SiteLogin .HeaderLinks cx-navigation cx-navigation-ui > nav {
  position: relative;
  display: flex;
  align-items: stretch;
}
.layout-header .SiteLogin .HeaderLinks cx-navigation cx-navigation-ui > nav > span {
  display: flex;
  align-items: center;
  padding: 1px 10px 0 10px;
  margin: 0;
  border: 0;
}
.layout-header .SiteLogin .HeaderLinks cx-navigation cx-navigation-ui > nav > span .cx-icon {
  margin-left: 5px;
}
.layout-header .SiteLogin .HeaderLinks cx-navigation cx-navigation-ui > nav > .wrapper {
  position: absolute;
  z-index: 99;
  top: 100%;
  left: 0;
  padding: 0;
  border-color: #f6f6f6;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  background: var(--nbhd-color-white);
}
@media only screen and (min-width: 768px) {
  .layout-header .SiteLogin .HeaderLinks cx-navigation cx-navigation-ui > nav > .wrapper {
    left: initial;
    right: 0;
  }
}
.layout-header .SiteLogin .HeaderLinks cx-navigation cx-navigation-ui > nav > .wrapper .childs a {
  padding: 6px 20px;
  color: var(--theme-body-color);
  font-weight: 400;
  font-size: 1rem;
  text-transform: none;
}
.layout-header .SiteLogin .HeaderLinks cx-navigation cx-navigation-ui > nav > .wrapper .childs a:hover,
.layout-header .SiteLogin .HeaderLinks cx-navigation cx-navigation-ui > nav > .wrapper .childs a:focus {
  color: #101010;
  background: #f6f6f6;
}
.layout-header .MiniCart {
  display: flex;
  align-items: center;
}
.layout-header .MiniCart sweepstakes-popup-button .btn,
.layout-header .MiniCart sweepstakes-popup-button .services-category-featured .service-category-links__identify a,
.services-category-featured .service-category-links__identify .layout-header .MiniCart sweepstakes-popup-button a,
.layout-header .MiniCart sweepstakes-popup-button .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify .layout-header .MiniCart sweepstakes-popup-button a {
  background-color: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 16.5px;
  padding: 9px 10px;
}
.layout-header .MiniCart sweepstakes-popup-button .btn:hover,
.layout-header .MiniCart sweepstakes-popup-button .services-category-featured .service-category-links__identify a:hover,
.services-category-featured .service-category-links__identify .layout-header .MiniCart sweepstakes-popup-button a:hover,
.layout-header .MiniCart sweepstakes-popup-button .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:hover,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify .layout-header .MiniCart sweepstakes-popup-button a:hover {
  background-color: transparent !important;
  text-decoration: underline !important;
}
.layout-header .MiniCart .btn-tertiary {
  background-color: transparent !important;
  color: var(--nbhd-moen-color-deepBlue) !important;
}
.layout-header .MiniCart .btn-tertiary:hover,
.layout-header .MiniCart .btn-tertiary:focus {
  outline-offset: -2px;
}
.layout-header .MiniCart .btn-tertiary:hover .label,
.layout-header .MiniCart .btn-tertiary:focus .label {
  text-decoration: underline !important;
}
.layout-header .layout-navbar {
  background-color: var(--theme-globalHeader-main-backgroundColor);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 9;
}
.layout-header .layout-navbar .navbar-wrapper {
  display: flex;
  max-width: 1300px;
  min-width: 320px;
  padding: 0 15px;
  margin: 0 auto;
}
.layout-header .layout-navbar .SiteLogo {
  flex: 0 0 auto;
  margin: 23px 25px 22px 0;
  width: auto;
  min-width: 170px;
  height: 25px;
}
.layout-header .layout-navbar .SiteLogo > cx-banner {
  display: inline-block;
}
.layout-header .layout-navbar .NavigationBar {
  flex: 1 0 auto;
  display: flex;
  align-self: stretch;
  background-color: initial;
}
@media only screen and (min-width: 800px) {
  .layout-header .layout-navbar .NavigationBar {
    flex: 1 0 75%;
  }
}
.layout-header .layout-navbar .NavigationBar .d-navigation {
  display: none;
}
.layout-header .hamburger-btn[class] {
  align-self: center;
  background: none;
  border: 0;
  width: 32px;
  height: 32px;
  padding: 0;
  color: var(--theme-globalHeader-navicon-color);
  cursor: pointer;
  margin-left: 40px;
}
.layout-header .hamburger-btn[class] svg {
  height: 100%;
  max-width: 100%;
}
.layout-header .hamburger-btn[class] svg .hamburger-line-1,
.layout-header .hamburger-btn[class] svg .hamburger-line-2,
.layout-header .hamburger-btn[class] svg .hamburger-line-3 {
  fill: currentColor;
}
.layout-header .hamburger-btn[class] svg .hamburger-line-1,
.layout-header .hamburger-btn[class] svg .hamburger-line-3 {
  transform: rotate(0);
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
.layout-header .hamburger-btn[class] svg .hamburger-line-2 {
  opacity: 1;
  transition: transform 0.3s ease-in-out, opacity 0.2s ease-in-out;
}
.layout-header .hamburger-btn[class].is-open svg .hamburger-line-1 {
  transform: rotate(45deg);
  transform-origin: 5px 7px;
}
.layout-header .hamburger-btn[class].is-open svg .hamburger-line-2 {
  opacity: 0;
}
.layout-header .hamburger-btn[class].is-open svg .hamburger-line-3 {
  transform: rotate(-45deg);
  transform-origin: 5px 15px;
}
.layout-header .SearchBox {
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
@media only screen and (min-width: 768px) {
  .layout-header .layout-navbar .NavigationBar .d-navigation {
    display: flex;
  }
  .layout-header .layout-navbar .navbar-wrapper {
    padding: 0 40px;
  }
  .layout-header .layout-navbar .SiteLogo {
    margin: 26px 25px 26px 0;
  }
}
@media only screen and (min-width: 992px) {
  .layout-header .layout-navbar .SiteLogo {
    margin: 26px 100px 26px 0;
  }
  .layout-header .layout-navbar .SiteLogo a,
  .layout-header .layout-navbar .SiteLogo a:focus {
    color: var(--theme-globalHeader-main-link-color);
  }
  .layout-header .layout-navbar .NavigationBar .m-navigation {
    display: none;
  }
  .layout-header .hamburger-btn {
    display: none;
  }
  .m-footer .m-container,
  .m-footer fh-anonymous-consent .container,
  fh-anonymous-consent .m-footer .container,
  .m-footer fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .m-footer cx-page-slot.Summary,
  .m-footer cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Summary,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .m-footer cx-page-slot.Summary,
  .m-footer fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .m-footer cx-page-slot.Tabs,
  .m-footer cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Tabs,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .m-footer cx-page-slot.Tabs,
  .m-footer fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .m-footer .tab-delivery,
  .m-footer cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .tab-delivery,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .m-footer .tab-delivery {
    flex-direction: row;
  }
  .m-footer .m-container .footer-navigation,
  .m-footer fh-anonymous-consent .container .footer-navigation,
  fh-anonymous-consent .m-footer .container .footer-navigation,
  .m-footer fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .footer-navigation,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .m-footer cx-page-slot.Summary .footer-navigation,
  .m-footer cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Summary .footer-navigation,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .m-footer cx-page-slot.Summary .footer-navigation,
  .m-footer fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .footer-navigation,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .m-footer cx-page-slot.Tabs .footer-navigation,
  .m-footer cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Tabs .footer-navigation,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .m-footer cx-page-slot.Tabs .footer-navigation,
  .m-footer fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .tab-delivery .footer-navigation,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .m-footer .tab-delivery .footer-navigation,
  .m-footer cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .tab-delivery .footer-navigation,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .m-footer .tab-delivery .footer-navigation {
    flex-basis: auto;
  }
}
.scope.professional .SiteLogo {
  margin-right: 40px;
  width: 280px;
}
@media (max-width: 440px) {
  .scope.professional .SiteLogo {
    width: 172px;
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .scope.professional .SiteLogo {
    width: 172px;
  }
}
fh-footer {
  display: block;
}
.plmr-c-nav-footer-cta__icon svg,
.plmr-c-nav-footer-cta__icon g {
  fill: currentColor;
}
.plmr-c-nav-social-networks__link .plmr-c-icon svg,
.plmr-c-nav-social-networks__link .plmr-c-icon g {
  fill: currentColor;
}
.plmr-c-nav-footer-main cx-generic-link a {
  display: inline-block;
  text-decoration: none;
  margin-bottom: 15px;
  color: inherit;
}
.plmr-c-nav-footer-main cx-generic-link a h5 {
  margin: 0 !important;
}
.plmr-c-nav-footer-cta a.plmr-c-nav-footer-cta__link {
  color: var(--theme-footer-color);
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.plmr-c-nav-footer-cta a.plmr-c-nav-footer-cta__link:active,
.plmr-c-nav-footer-cta a.plmr-c-nav-footer-cta__link:focus,
.plmr-c-nav-footer-cta a.plmr-c-nav-footer-cta__link:hover {
  color: var(--theme-footer-color);
}
cx-page-slot.Footer[class] {
  display: block;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.nav-item .item-link,
.nav-item .item-title {
  color: var(--theme-brand-main);
  text-decoration: none;
  margin: 0;
}
fh-header-navigation ul.nav-item {
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 991px) {
  app-moen-navigation #InspirationCategoryNavNode,
  app-moen-navigation #ToolsAndResourcesNavNode,
  app-moen-navigation #SmartHomeNavNode {
    display: none;
  }
}
.list-item-link fh-link:focus {
  outline: none;
}
.nav-root {
  display: flex;
  width: 100%;
  justify-content: center;
}
.nav-root > .nav-item {
  display: flex;
  align-items: center;
}
.nav-root > .nav-item fh-link {
  display: flex;
}
.nav-root > .nav-item fh-link > .item-link {
  height: 100%;
}
.nav-root > .nav-item > .item-link,
.nav-root > .nav-item .item-title {
  font-size: 1rem;
}
.nav-root > .nav-item .item-link a:focus .item-label {
  display: block;
}
.nav-root > .nav-item .item-link a:focus .item-label:after {
  opacity: 1 !important;
}
.nav-root > .nav-item > .list-item-link.active > .d-flex .item-children,
.nav-root > .nav-item > .list-item-link:hover > .d-flex .item-children {
  display: flex !important;
}
.nav-root > .nav-item > .list-item-link.active .item-label,
.nav-root > .nav-item > .list-item-link:hover .item-label {
  display: block;
}
.nav-root > .nav-item > .list-item-link.active .item-label:after,
.nav-root > .nav-item > .list-item-link:hover .item-label:after {
  opacity: 1 !important;
}
.depth-1 {
  display: none;
  position: absolute;
  flex-wrap: wrap;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 100%;
  background: var(--theme-globalHeader-main-flyout-backgroundColor);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}
.depth-1 > .item-children-content > .children-wrapper {
  display: flex;
  justify-content: space-between;
}
.depth-1 > .item-children-content > .children-wrapper > .children-categories {
  display: flex;
  padding-bottom: 25px;
}
.item-article-featured {
  max-width: 250px;
  display: none;
}
.item-article-featured.container-large {
  display: block;
  max-width: 580px;
  flex-grow: 0;
}
.item-article-featured img {
  display: block;
  margin-bottom: 15px;
}
.item-article-featured--title {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 400;
  color: var(--theme-brand-main);
  font-size: 18px;
  line-height: 24px;
}
.item-article-featured--action a {
  color: var(--theme-brand-main);
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 2px;
  line-height: 8px;
  padding: 0 0 0.625rem;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.5s ease;
  white-space: nowrap;
}
.item-article-featured--action a:after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.item-article-featured--action a:hover:after {
  height: 3px;
}
@media only screen and (min-width: 992px) {
  .item-article-featured {
    margin-top: 50px;
  }
  .item-article-featured.container-large {
    max-width: 580px;
    flex-grow: 1;
  }
}
.d-navigation {
  flex-grow: 1;
  justify-content: flex-start;
}
.d-navigation fh-link a:focus {
  --nbhd-focus-outlineOffset: -2px;
  box-shadow: none !important;
}
.d-navigation .nav-root {
  justify-content: flex-start;
}
.d-navigation .nav-root > .nav-item {
  align-items: stretch;
}
.d-navigation .nav-root > .nav-item > fh-link {
  display: flex;
  align-items: center;
  padding: 0 !important;
  margin: 0 !important;
}
.d-navigation .nav-root > .nav-item > .list-item-link {
  display: flex;
}
.d-navigation .nav-root > .nav-item > .list-item-link > .d-flex > fh-link > .item-link {
  font-weight: 700;
  font-family: var(--theme-font-strong);
  text-transform: uppercase;
  font-size: 0.875rem;
  color: var(--theme-globalHeader-main-link-color);
  cursor: pointer;
  display: flex;
  align-items: center;
  padding: 0 25px;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
@media only screen and (max-width: 991px) {
  .d-navigation .nav-root > .nav-item > .list-item-link > .d-flex > fh-link > .item-link {
    padding: 0 18px;
  }
}
.d-navigation .nav-root > .nav-item > .list-item-link > .d-flex > fh-link > .item-link .item-label {
  position: relative;
}
.d-navigation .nav-root > .nav-item > .list-item-link > .d-flex > fh-link > .item-link .item-label:after {
  background-color: var(--theme-globalHeader-main-link-afterBackgroundColor);
  bottom: -7px;
  content: "";
  display: block;
  height: 4px;
  opacity: 0;
  position: absolute;
  transition: all 0.5ms ease;
  width: 100%;
  z-index: 1;
}
.d-navigation .depth-1 {
  min-height: 400px;
}
.d-navigation .depth-1 > .item-children-content {
  display: flex;
  margin: 0 auto;
  max-width: 1300px;
  position: relative;
  flex-grow: 1;
}
.d-navigation .depth-1 > .item-children-content.navbar-service {
  margin-left: 0;
  padding-left: 90px;
  padding-right: 90px;
  width: 100%;
  max-width: 100%;
}
.d-navigation .depth-1 > .item-children-content > .children-wrapper {
  flex-grow: 1;
  position: relative;
  margin: 50px 20px 40px 5%;
  width: calc(100% - 175px);
}
.d-navigation .depth-1 > .item-children-content > .children-wrapper._no-inspiration {
  max-width: unset;
}
.d-navigation .depth-1 > .item-children-content > .children-wrapper.featured {
  margin-right: 0;
  padding: 0 90px 50px 0;
  width: 100%;
  max-width: 100%;
}
.d-navigation .depth-1 > .item-children-content > .children-wrapper.featured .browse-all {
  bottom: 0;
}
.d-navigation .depth-1 > .item-children-content > .children-wrapper > .children-categories {
  position: relative;
  flex-grow: 1;
  justify-content: flex-start;
}
.d-navigation .depth-1 > .item-children-content > .children-wrapper > .children-categories .item-title {
  font-size: 1.125rem;
  font-weight: 500;
}
.d-navigation .depth-1 > .item-children-content > .children-wrapper > .children-categories .item-title:focus {
  outline: none;
}
.d-navigation .depth-1 > .item-children-content > .children-wrapper > .children-categories .item-link-title {
  color: var(--theme-mainNavFlyout-title-color);
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-block-end: 24px;
}
.d-navigation .depth-1 > .item-children-content > .children-wrapper > .children-categories > .d-flex {
  max-width: 250px;
  margin-right: 6.8%;
}
.d-navigation .depth-1 > .item-children-content > .children-wrapper > .children-categories > .d-flex .item-link {
  color: var(--theme-mainNavFlyout-link-color);
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.3;
  margin-block-end: 12px;
}
.d-navigation .depth-1 > .item-children-content > .children-wrapper > .children-categories.featured {
  flex-grow: 0;
  min-width: 150px;
  max-width: 250px;
  margin-left: 100px;
  margin-top: 50px;
}
.browse-all {
  position: absolute;
  left: 0;
  bottom: 0;
}
.browse-all a {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  text-decoration: underline;
}
.item-left-featured {
  position: relative;
  width: 120px;
  flex-shrink: 0;
  height: 400px;
  overflow: hidden;
}
.item-left-featured img {
  height: 100%;
  margin-left: -115%;
  max-width: initial;
}
@media only screen and (min-width: 992px) {
  .item-left-featured {
    width: 248px;
  }
  .item-left-featured img {
    height: 100%;
    margin-left: initial;
  }
}
moen-nav-node-content {
  display: block;
  flex-grow: 1;
  margin-top: 50px;
}
moen-nav-node-content .nav-node-content-list {
  display: flex;
  justify-content: space-between;
}
moen-nav-node-content .nav-node-content-list.category-article {
  justify-content: initial;
}
moen-nav-node-content .nav-node-content-list .nav-node-content {
  flex-grow: 0;
  margin-right: 30px;
}
moen-nav-node-content .nav-node-content-list .nav-node-content a {
  display: block;
  outline-offset: 0;
}
moen-nav-node-content .nav-node-content-list .nav-node-content.category-article {
  max-width: 175px;
}
moen-nav-node-content .nav-node-content-list .nav-node-content__media {
  margin-bottom: 15px;
}
moen-nav-node-content .nav-node-content-list .nav-node-content__text {
  font-weight: 400;
  color: var(--theme-brand-main);
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
  max-height: 50px;
  text-overflow: ellipsis;
}
moen-nav-node-content .nav-node-content-list .nav-node-content__cta {
  color: var(--theme-brand-main);
}
@media only screen and (min-width: 992px) {
  .d-navigation .nav-root > .nav-item > .item-title,
  .d-navigation .nav-root > .nav-item > .item-link {
    padding: 0 25px;
  }
  .depth-1 > .item-children-content > .children-wrapper {
    width: calc(100% - 595px);
    max-width: 615px;
  }
  .depth-1 > .item-children-content > .children-wrapper.featured {
    max-width: 100%;
  }
  .item-article-featured {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .d-navigation .depth-1 > .item-children-content > .children-wrapper > .children-categories > .nav-item + .nav-item {
    margin-left: 8.8%;
  }
}
.featured-title a {
  display: block;
}
.featured-title a:active,
.featured-title a:focus {
  outline: 1px dashed currentColor;
}
.short-center-container {
  max-width: 1120px !important;
  padding-right: 40px;
  padding-left: 40px;
}
@media only screen and (min-width: 992px) {
  .short-center-container {
    padding-right: 0;
    padding-left: 0;
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.m-navigation .m-nav-wrapper {
  position: fixed;
  top: 137px;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: calc(100% - 137px);
  background: var(--theme-mobileNav-backdrop-backgroundColor);
  overflow: hidden;
  opacity: 0;
}
.m-navigation .m-nav-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.m-navigation .m-nav-wrapper .m-nav {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--theme-mobileNav-backgroundColor);
  width: 100%;
  max-width: 377px;
  height: 100%;
  overflow: hidden;
  overflow-y: scroll;
  transition: opacity 0.25s ease-in-out;
  will-change: opacity;
}
.m-navigation .m-nav-wrapper .m-nav a {
  display: block;
}
.m-navigation .m-nav-wrapper .m-nav a.item-link {
  padding: 7.5px 25px 7.5px 35px;
}
.m-navigation .m-nav-wrapper .m-nav a.item-link:first-child {
  padding-top: 0;
}
.m-navigation .m-nav-wrapper .m-nav ul {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
  top: 0;
  transition: left 200ms ease-out;
  left: 100%;
}
.m-navigation .m-nav-wrapper .m-nav ul.activated {
  left: 0;
  height: auto;
}
.m-navigation .m-nav-wrapper .m-nav ul li.m-nav-item .open-node {
  display: block;
  position: relative;
  left: initial;
  top: initial;
  border-bottom: 1px solid deeppink;
  padding: 20px 0;
}
.m-navigation .m-nav-wrapper .m-nav ul li button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 25px;
}
.m-navigation .m-nav-wrapper .m-nav ul li.back-item button fh-svg {
  transform: rotate(180deg);
  margin: 0 auto 0 0;
}
.m-navigation .m-nav-wrapper .m-nav ul li.previous-item button fh-svg {
  transform: rotate(180deg);
  margin: 0 auto 0 0;
}
.m-navigation .m-nav-wrapper .m-nav ul.level-1 {
  left: -100%;
}
.m-navigation .m-nav-wrapper .m-nav ul.level-1.activated {
  left: 0;
  height: auto;
}
.m-navigation .m-nav-wrapper .plmr-c-masthead__nav-secondary {
  display: flex;
}
.m-navigation .m-nav-wrapper .plmr-c-masthead__nav-secondary .plmr-c-nav-secondary__list {
  margin: 0;
  padding: 0;
  list-style: none;
  position: static;
}
.m-navigation .m-nav-wrapper .plmr-c-masthead__nav-secondary .plmr-c-nav-secondary__list li {
  padding: 20px 25px 13px;
  font-size: 11px;
}
.m-navigation .m-nav-wrapper .plmr-c-masthead__nav-secondary .plmr-c-nav-secondary__list li a {
  color: var(--theme-mobileNav-secondary-link-color);
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 14px;
}
.m-navigation {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}
.m-navigation .m-nav-wrapper {
  transition: opacity 0.25s ease-in-out;
  will-change: opacity;
  pointer-events: none;
}
.m-navigation.is-open {
  opacity: 1;
  z-index: 900;
  visibility: visible;
}
.m-navigation.is-open .m-nav-wrapper {
  opacity: 1;
  pointer-events: initial;
}
.m-navigation.is-open .m-nav-wrapper .m-nav {
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .m-navigation .m-nav ul .m-nav-item {
    display: none;
  }
  .m-navigation .m-nav ul #InspirationCategoryNavNode,
  .m-navigation .m-nav ul #SmartHomeNavNode,
  .m-navigation .m-nav ul #ToolsAndResourcesNavNode {
    display: block;
  }
}
.m-navigation .m-nav-wrapper .m-nav ul li a {
  color: var(--theme-body-color);
  text-decoration: none;
  font-size: 16px;
  line-height: 28px;
  outline: none;
}
.m-navigation .m-nav-wrapper .m-nav ul li button {
  border: 0;
  border-bottom: 1px solid transparent;
  outline: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 16px;
  background: none;
  color: var(--theme-brand-main);
  letter-spacing: 1px;
}
.m-navigation .m-nav-wrapper .m-nav ul li.back-item button {
  background-color: var(--theme-mobileNav-main-backItem-backgroundColor);
  color: var(--theme-mobileNav-main-backItem-color);
  font-family: var(--theme-mobileNav-main-backItem-fontFamily);
  font-size: 20px;
  letter-spacing: 2;
  line-height: 0.9;
  text-transform: uppercase;
  padding-block: 33px;
  padding-inline: 25px;
}
.m-navigation .m-nav-wrapper .m-nav ul li.back-item button span {
  flex-grow: 1;
  text-align: center;
  padding-left: 10px;
}
.m-navigation .m-nav-wrapper .m-nav ul li.previous-item button {
  justify-content: center;
  background-color: var(--theme-mobileNav-main-previousItem-backgroundColor);
  color: var(--theme-mobileNav-main-previousItem-color);
  font-family: var(--theme-mobileNav-main-previousItem-fontFamily);
  font-size: 20px;
  letter-spacing: 2px;
  line-height: 0.9;
  text-transform: uppercase;
  padding: 30px 25px;
}
.m-navigation .m-nav-wrapper .m-nav ul li.previous-item button span {
  flex-grow: 1;
  text-align: center;
}
.m-navigation .m-nav-wrapper .m-nav ul li.contact-us {
  padding: 13px 25px 20px;
  font-size: 11px;
}
.m-navigation .m-nav-wrapper .m-nav ul li.contact-us a {
  color: var(--theme-mobileNav-secondary-link-color);
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 1px;
  line-height: 14px;
}
.m-navigation .m-nav-wrapper .m-nav ul li.item-title {
  display: block;
  position: relative;
  width: 100%;
  padding: 30px 25px;
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  color: var(--theme-brand-main);
  cursor: pointer;
  text-align: left;
  text-decoration: none;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 1px;
  border-bottom: 0;
}
.m-navigation .m-nav-wrapper .m-nav ul li.item-browse-all {
  padding: 30px 25px;
}
.m-navigation .m-nav-wrapper .m-nav ul li.item-browse-all a {
  font-style: normal;
  font-weight: 700;
  color: var(--nbhd-moen-color-deepBlue);
  text-decoration: underline;
  display: block;
  font-size: 14px;
  line-height: 18px;
}
.m-navigation .m-nav-wrapper .m-nav ul.level-1 > li button {
  background: var(--theme-mobileNav-main-topLevel-link-backgroundColor);
  border-color: var(--theme-mobileNav-main-topLevel-link-borderColor);
  color: var(--theme-mobileNav-main-topLevel-link-color);
  font-weight: 700;
  line-height: 1.125;
  text-transform: uppercase;
}
.m-navigation .m-nav-wrapper .m-nav ul.level-2 > li.item-title {
  font-family: var(--theme-mobileNav-main-secondLevel-title-fontFamily);
  text-align: left;
  border-bottom: 1px solid var(--theme-mobileNav-main-secondLevel-title-borderColor);
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
}
.m-navigation .m-nav-wrapper .m-nav ul.level-2 > li button {
  border-color: var(--theme-mobileNav-main-secondLevel-link-borderColor);
  font-weight: 500;
}
.m-navigation .m-nav-wrapper .m-nav ul.level-3 > li.back-item button {
  background-color: var(--theme-mobileNav-main-thirdLevel-backItem-backgroundColor);
  color: var(--theme-mobileNav-main-thirdLevel-backItem-color);
  font-size: 14px;
  line-height: 1.28;
  padding-block: 17px;
}
.m-navigation .m-nav-wrapper .m-nav ul.level-3 > li.back-item button span {
  text-align: start;
}
.m-navigation .m-nav-wrapper .m-nav ul.level-3 > li.item-title {
  font-size: 20px;
  line-height: 1.2;
}
.m-navigation .m-nav-wrapper .m-nav ul.level-3 > li.item-title a {
  font-size: inherit;
}
.m-navigation .m-nav-wrapper .m-nav ul.level-3 > li .item-link {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1.5;
}
.moenplus .m-navigation .m-nav-wrapper {
  top: 103px;
  height: calc(100% - 103px);
}
cx-page-layout.LandingPage2Template cx-page-slot.Section1 {
  max-width: 100%;
}
.LandingPage2Template {
  max-width: none !important;
}
@media (max-width: 992px) {
  .LandingPage2Template {
    max-width: 100vw;
  }
}
.LandingPage2Template cx-page-slot {
  display: block;
}
.LandingPage2Template cx-page-slot.Section1 {
  margin: 0;
  max-width: 100%;
}
@media (max-width: 992px) {
  .LandingPage2Template cx-page-slot.Section1 {
    width: 100% !important;
  }
}
body[class^=smartedit-page] cx-page-slot,
body[class*=" smartedit-page"] cx-page-slot,
cx-page-slot.smartEditComponent {
  display: flex !important;
}
.plmr-c-banner-mega-split__copy p {
  padding-bottom: 0 !important;
}
.plmr-c-campaign-slider .owl-carousel .owl-item img {
  width: auto;
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-item img {
    width: fit-content;
  }
  .plmr-c-carousel-product-slider__slider--with-specs .plmr-c-carousel-product-slider__specs {
    text-align: center !important;
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.helpful-tools {
  max-width: 950px;
  display: flex;
  padding: 1em 0;
  font-weight: 400;
  font-size: 1rem;
  background-color: #fff;
}
.helpful-tools__intro {
  color: inherit;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: auto;
  align-self: flex-start;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .helpful-tools__intro {
    width: 30%;
  }
}
.helpful-tools__intro--heading {
  letter-spacing: -0.05em;
  line-height: 1;
  font-weight: 300;
  font-weight: inherit;
  font-size: 2.5em;
  padding: 0 0 0.5em;
  margin: 0;
}
.helpful-tools__hours-of-operation-group {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
}
@media only screen and (min-width: 768px) {
  .helpful-tools__hours-of-operation-group {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-left: 1.25em;
  }
}
.helpful-tools__hours-of-operation-group p {
  padding: 0;
}
.helpful-tools__hours-of-operation-group p:first-child {
  font-size: 1em;
  font-family:
    Helvetica Neue,
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  line-height: 0.9;
  margin-bottom: 0.5em;
}
.helpful-tools__hours-of-operation-group p:nth-child(2) {
  font-size: 0.875em;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 0.5em;
}
.helpful-tools__hours-of-operation-group p:last-child {
  font-size: 1em;
  font-weight: 500;
  margin: 0;
}
.helpful-tools--contact {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  color: #727374;
}
.helpful-tools--contact .helpful-tools__intro {
  border-right: none;
}
@media only screen and (min-width: 768px) {
  .helpful-tools--contact .helpful-tools__intro {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    border-right: 1px solid #aaa;
  }
}
.helpful-tools--contact .helpful-tools__intro--heading {
  font-size: 1.5em;
  font-weight: 300;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 0.5em;
}
.helpful-tools--contact .helpful-tools__intro--content p {
  padding: 0;
}
.helpful-tools--contact .helpful-tools__intro--content p:first-child {
  font-size: 1.75em;
  font-weight: 500;
  line-height: 0.9;
  margin-bottom: 0.3em;
}
@media only screen and (min-width: 768px) {
  .helpful-tools--contact .helpful-tools__intro--content p:first-child {
    font-size: 2.9375em;
  }
}
.helpful-tools--contact .helpful-tools__intro--content p:nth-child(2) {
  font-size: 2.125em;
  font-weight: 300;
  line-height: 0.9;
  display: none;
}
@media only screen and (min-width: 768px) {
  .helpful-tools--contact .helpful-tools__intro--content p:nth-child(2) {
    display: block;
  }
}
.helpful-tools--contact .helpful-tools__intro--content p:last-child {
  font-size: 1em;
  font-weight: 400;
  margin: 1em 0;
}
@media only screen and (min-width: 768px) {
  .helpful-tools--contact,
  .helpful-tools__menu-list {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.product-list {
  display: block;
  width: 100%;
  max-width: 100%;
}
.cx-sorting.top {
  border-width: 0 0 1px 0;
  padding: 0 0 8px;
}
.l-result {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
}
.l-result .ProductLeftRefinements {
  max-width: 331px;
  padding: 0 50px 0 25px;
  display: none;
}
.l-result .ProductLeftRefinements cx-facet-list .inner {
  padding-left: 0;
}
.l-result .ProductLeftRefinements cx-facet-list .inner .heading {
  padding-left: 0;
  text-transform: uppercase;
  color: var(--theme-brand-main);
  font-size: 1rem;
  font-weight: 700;
}
.l-result .ProductLeftRefinements cx-facet-list .cx-action-link {
  color: var(--theme-brand-main);
  font-weight: 700;
  font-size: 14px;
}
.l-result .ProductLeftRefinements cx-facet a,
.l-result .ProductLeftRefinements cx-facet button {
  color: var(--theme-brand-main);
  font-size: 1.143rem;
}
.l-result .l-plp {
  flex-basis: 100%;
  max-width: 100%;
}
.l-search-info {
  background: var(--theme-background-secondary);
  height: auto;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
.l-search-info .m-container,
.l-search-info fh-anonymous-consent .container,
fh-anonymous-consent .l-search-info .container,
.l-search-info fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .l-search-info cx-page-slot.Summary,
.l-search-info cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Summary,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .l-search-info cx-page-slot.Summary,
.l-search-info fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .l-search-info cx-page-slot.Tabs,
.l-search-info cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Tabs,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .l-search-info cx-page-slot.Tabs,
.l-search-info fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .l-search-info .tab-delivery,
.l-search-info cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .tab-delivery,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .l-search-info .tab-delivery {
  justify-content: space-between;
  padding: 19px 25px;
}
.l-search-info.top .pagination {
  display: none;
}
.l-search-info.bottom {
  padding: 19px 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: none;
  border-bottom: 0;
  margin: 20px 0 40px;
}
.l-search-info .title {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--nbhd-moen-color-deepBlue);
  margin-right: 15px;
}
@media only screen and (min-width: 992px) {
  .l-search-info .title {
    display: flex;
  }
}
.l-search-info .align-self-center {
  align-self: center;
}
.l-search-info .showing {
  display: none;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
.l-search-info .showing .product {
  color: var(--theme-brand-main);
}
.l-search-info .showing .all-less {
  color: var(--theme-brand-main);
  text-decoration: underline;
  font-size: 0.8571rem;
  line-height: inherit;
  align-self: center;
  margin-left: 10px;
  padding: 0;
}
.l-search-info .showing .all-less:focus {
  outline: 1px dashed currentColor;
}
@media only screen and (min-width: 768px) {
  .l-search-info .showing {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .l-search-info .showing {
    display: flex;
    padding-left: 30px;
  }
}
.filters-toggle {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  background: var(--theme-brand-main);
  border: 0;
  border-radius: 2px;
  color: var(--nbhd-color-white);
  font-size: 0.75rem;
  letter-spacing: 2px;
  line-height: 8px;
  padding: 0.85rem 0.35rem;
  text-transform: uppercase;
  min-width: 130px;
}
.l-filters-wrapper {
  position: fixed;
  height: auto;
  left: 0;
  top: 0;
  width: 100vw;
  max-height: 100vh;
  min-height: 100vh;
  background: rgba(31, 31, 31, 0);
  transform: translate(-100%);
  transition: transform 0.25s linear, background 0.333s ease-in-out 0.25s;
  z-index: 100;
}
.l-filters-wrapper.open {
  transform: translate(0);
  background: rgba(31, 31, 31, 0.3);
}
.l-filters-wrapper .l-filters-scroll {
  position: absolute;
  width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
}
.l-filters-wrapper .l-filters {
  position: relative;
  padding: 80px 25px 25px;
  background: #fff;
  min-height: 100vh;
  width: 75vw;
}
.l-filters-wrapper .l-filters .ProductLeftRefinements {
  padding: 0 !important;
}
.l-filters-wrapper .close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #787579;
  color: #fff;
  height: 50px;
  top: 0;
  left: 75vw;
  padding: 13px;
  position: fixed;
  width: 50px;
  z-index: 2;
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 2px;
  line-height: 8px;
  text-transform: uppercase;
  transition: background 0.5s ease;
}
.l-filters-wrapper .close-btn .label {
  display: none;
  margin-right: 15px;
}
.l-filters-wrapper .reset-done-buttons {
  position: fixed;
  left: 0;
  top: 0;
  width: 75vw;
  display: flex;
  z-index: 2;
}
.l-filters-wrapper .reset-done-buttons .reset {
  font-weight: 700;
  background: #d8d8d8;
  color: rgba(31, 31, 31, 0.55);
  flex: 1 0 50%;
  font-size: 0.7857rem;
  letter-spacing: 2px;
  line-height: 8px;
  outline-offset: -1px;
  padding: 21px 0;
  text-transform: uppercase;
}
.l-filters-wrapper .reset-done-buttons .done {
  font-weight: 700;
  color: rgba(31, 31, 31, 0.55);
  flex: 1 0 50%;
  font-size: 0.7857rem;
  letter-spacing: 2px;
  line-height: 8px;
  outline-offset: -1px;
  padding: 21px 0;
  text-transform: uppercase;
  background: var(--theme-brand-main);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .l-filters-wrapper .l-filters,
  .l-filters-wrapper .reset-done-buttons {
    width: 43vw;
  }
  .l-filters-wrapper .l-filters {
    padding: 80px 35px 25px;
  }
  .l-filters-wrapper .l-filters fh-sort,
  .l-filters-wrapper .l-filters fh-view-mode {
    display: none;
  }
  .l-filters-wrapper .close-btn {
    left: 46vw;
    width: auto;
    height: auto;
    top: 30px;
    max-width: 120px;
  }
  .l-filters-wrapper .close-btn .label {
    display: block;
  }
  .l-filters-wrapper .close-btn fh-svg {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 992px) {
  .l-filters-wrapper .l-filters,
  .l-filters-wrapper .reset-done-buttons {
    width: 33vw;
  }
  .l-filters-wrapper .close-btn {
    left: 35vw;
  }
}
@media only screen and (min-width: 1200px) {
  .l-filters-wrapper {
    display: none;
  }
}
.scope.moen .plp.plp-grid .p-item__inner._discontinued,
.scope.moen fh-product-references .p-item__inner._discontinued,
.scope.moen fh-recommendations .p-item__inner._discontinued,
.scope.commercial .plp.plp-grid .p-item__inner._discontinued,
.scope.commercial fh-product-references .p-item__inner._discontinued,
.scope.commercial fh-recommendations .p-item__inner._discontinued,
.scope.professional .plp.plp-grid .p-item__inner._discontinued,
.scope.professional fh-product-references .p-item__inner._discontinued,
.scope.professional fh-recommendations .p-item__inner._discontinued {
  position: relative;
}
.scope.moen .plp.plp-grid .p-item__inner._discontinued:before,
.scope.moen fh-product-references .p-item__inner._discontinued:before,
.scope.moen fh-recommendations .p-item__inner._discontinued:before,
.scope.commercial .plp.plp-grid .p-item__inner._discontinued:before,
.scope.commercial fh-product-references .p-item__inner._discontinued:before,
.scope.commercial fh-recommendations .p-item__inner._discontinued:before,
.scope.professional .plp.plp-grid .p-item__inner._discontinued:before,
.scope.professional fh-product-references .p-item__inner._discontinued:before,
.scope.professional fh-recommendations .p-item__inner._discontinued:before {
  font-style: normal;
  font-weight: 700;
  content: "Discontinued";
  position: absolute;
  color: #fff;
  font-size: 11px;
  line-height: 8px;
  pointer-events: none;
  text-align: center;
  z-index: 4;
  background-color: #777478;
  display: block;
  left: 50%;
  letter-spacing: 2px;
  margin-top: calc(37.33333% + 30px);
  padding: 10px;
  text-transform: uppercase;
  top: 0;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  .scope.moen .plp.plp-grid .p-item__inner._discontinued:before,
  .scope.moen fh-product-references .p-item__inner._discontinued:before,
  .scope.moen fh-recommendations .p-item__inner._discontinued:before,
  .scope.commercial .plp.plp-grid .p-item__inner._discontinued:before,
  .scope.commercial fh-product-references .p-item__inner._discontinued:before,
  .scope.commercial fh-recommendations .p-item__inner._discontinued:before,
  .scope.professional .plp.plp-grid .p-item__inner._discontinued:before,
  .scope.professional fh-product-references .p-item__inner._discontinued:before,
  .scope.professional fh-recommendations .p-item__inner._discontinued:before {
    margin-top: calc(37.33333% + 62.5px);
    padding: 10px 20px 12px;
  }
}
@media only screen and (min-width: 992px) {
  .scope.moen .plp.plp-grid .p-item__inner._discontinued:before,
  .scope.moen fh-product-references .p-item__inner._discontinued:before,
  .scope.moen fh-recommendations .p-item__inner._discontinued:before,
  .scope.commercial .plp.plp-grid .p-item__inner._discontinued:before,
  .scope.commercial fh-product-references .p-item__inner._discontinued:before,
  .scope.commercial fh-recommendations .p-item__inner._discontinued:before,
  .scope.professional .plp.plp-grid .p-item__inner._discontinued:before,
  .scope.professional fh-product-references .p-item__inner._discontinued:before,
  .scope.professional fh-recommendations .p-item__inner._discontinued:before {
    margin-top: calc(37.33333% + 50px);
  }
}
.scope.moen .plp.plp-grid .p-item__inner._discontinued .p-media-link,
.scope.moen fh-product-references .p-item__inner._discontinued .p-media-link,
.scope.moen fh-recommendations .p-item__inner._discontinued .p-media-link,
.scope.commercial .plp.plp-grid .p-item__inner._discontinued .p-media-link,
.scope.commercial fh-product-references .p-item__inner._discontinued .p-media-link,
.scope.commercial fh-recommendations .p-item__inner._discontinued .p-media-link,
.scope.professional .plp.plp-grid .p-item__inner._discontinued .p-media-link,
.scope.professional fh-product-references .p-item__inner._discontinued .p-media-link,
.scope.professional fh-recommendations .p-item__inner._discontinued .p-media-link {
  opacity: 0.5;
}
.plp.plp-grid,
fh-product-references,
fh-recommendations {
  max-width: 100%;
  min-width: 320px;
  display: flex;
  flex-wrap: wrap;
}
.plp.plp-grid .p-item,
fh-product-references .p-item,
fh-recommendations .p-item {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0 12px;
  position: relative;
  text-align: center;
  transition: 0.333s ease;
  z-index: 1;
}
.plp.plp-grid .p-item__inner,
fh-product-references .p-item__inner,
fh-recommendations .p-item__inner {
  border: 1px solid transparent;
  padding: 30px 10px 10px;
  min-height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  transition: 0.333s ease;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .plp.plp-grid .p-item__inner:hover,
  fh-product-references .p-item__inner:hover,
  fh-recommendations .p-item__inner:hover {
    border-color: #d8d8d8;
  }
}
@media only screen and (min-width: 768px) {
  .plp.plp-grid .p-item__inner,
  fh-product-references .p-item__inner,
  fh-recommendations .p-item__inner {
    padding: 50px 20px 20px;
  }
}
@media only screen and (max-width: 543px) {
  .plp.plp-grid .p-item__inner,
  fh-product-references .p-item__inner,
  fh-recommendations .p-item__inner {
    padding: 30px 0 0;
  }
}
.plp.plp-grid .p-item__inner._new .p-media-link,
fh-product-references .p-item__inner._new .p-media-link,
fh-recommendations .p-item__inner._new .p-media-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.plp.plp-grid .p-item__inner._new .p-media-link:before,
fh-product-references .p-item__inner._new .p-media-link:before,
fh-recommendations .p-item__inner._new .p-media-link:before {
  position: absolute;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  background: var(--theme-brand-main);
  color: #fff;
  content: "NEW";
  width: 110px;
  top: 6px;
  left: -35px;
  bottom: auto;
  right: auto;
  transform: rotate(-40deg);
}
.plp.plp-grid .p-item__inner._exclusive .p-media-link,
fh-product-references .p-item__inner._exclusive .p-media-link,
fh-recommendations .p-item__inner._exclusive .p-media-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.plp.plp-grid .p-item__inner._exclusive .p-media-link:before,
fh-product-references .p-item__inner._exclusive .p-media-link:before,
fh-recommendations .p-item__inner._exclusive .p-media-link:before {
  position: absolute;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  background: var(--theme-brand-main);
  color: #fff;
  content: "EXCLUSIVE";
  width: 135px;
  top: 15px;
  left: -35px;
  bottom: auto;
  right: auto;
  transform: rotate(-40deg);
}
.plp.plp-grid .p-item__inner._special .p-media-link,
fh-product-references .p-item__inner._special .p-media-link,
fh-recommendations .p-item__inner._special .p-media-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.plp.plp-grid .p-item__inner._special .p-media-link:before,
fh-product-references .p-item__inner._special .p-media-link:before,
fh-recommendations .p-item__inner._special .p-media-link:before {
  position: absolute;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  background: var(--theme-brand-main);
  color: #fff;
  content: "SPECIAL";
  width: 125px;
  top: 10px;
  left: -35px;
  bottom: auto;
  right: auto;
  transform: rotate(-40deg);
}
.plp.plp-grid .p-item__inner._bestseller .p-media-link,
fh-product-references .p-item__inner._bestseller .p-media-link,
fh-recommendations .p-item__inner._bestseller .p-media-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.plp.plp-grid .p-item__inner._bestseller .p-media-link:before,
fh-product-references .p-item__inner._bestseller .p-media-link:before,
fh-recommendations .p-item__inner._bestseller .p-media-link:before {
  position: absolute;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  background: var(--theme-brand-main);
  color: #fff;
  content: "BEST SELLER";
  width: 145px;
  top: 20px;
  left: -35px;
  bottom: auto;
  right: auto;
  transform: rotate(-40deg);
}
.plp.plp-grid .p-item__inner._virtualbundle .p-media-link,
fh-product-references .p-item__inner._virtualbundle .p-media-link,
fh-recommendations .p-item__inner._virtualbundle .p-media-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.plp.plp-grid .p-item__inner._virtualbundle .p-media-link:before,
fh-product-references .p-item__inner._virtualbundle .p-media-link:before,
fh-recommendations .p-item__inner._virtualbundle .p-media-link:before {
  position: absolute;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  background: var(--theme-brand-main);
  color: #fff;
  content: "BUNDLE";
  width: 125px;
  top: 10px;
  left: -35px;
  bottom: auto;
  right: auto;
  transform: rotate(-40deg);
}
.plp.plp-grid .p-item .p-image-holder,
fh-product-references .p-item .p-image-holder,
fh-recommendations .p-item .p-image-holder {
  margin-bottom: 15px;
  flex-grow: 1;
}
.plp.plp-grid .p-item .p-info-holder,
fh-product-references .p-item .p-info-holder,
fh-recommendations .p-item .p-info-holder {
  display: flex;
  flex-direction: column;
}
.plp.plp-grid .p-item .p-name-link,
fh-product-references .p-item .p-name-link,
fh-recommendations .p-item .p-name-link {
  color: var(--theme-brand-main);
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 1.25;
  min-height: 85px;
  transition: color 0.2s ease-out;
  text-decoration: none;
}
.plp.plp-grid .p-item .p-name-link--short-name,
fh-product-references .p-item .p-name-link--short-name,
fh-recommendations .p-item .p-name-link--short-name {
  display: block;
}
.plp.plp-grid .p-item .p-name-link:hover,
fh-product-references .p-item .p-name-link:hover,
fh-recommendations .p-item .p-name-link:hover {
  color: var(--theme-brand-main);
  text-decoration: none;
}
.plp.plp-grid .p-item .p-model,
fh-product-references .p-item .p-model,
fh-recommendations .p-item .p-model {
  color: var(--theme-brand-main);
  font-weight: 400;
  font-size: 0.875rem;
  margin-top: 10px;
}
.plp.plp-grid .p-item .p-price,
fh-product-references .p-item .p-price,
fh-recommendations .p-item .p-price {
  position: relative;
  margin-top: 10px;
}
.plp.plp-grid .p-item .p-price span.discounted,
fh-product-references .p-item .p-price span.discounted,
fh-recommendations .p-item .p-price span.discounted {
  color: #8b888c;
  text-decoration: line-through;
}
.plp.plp-grid .p-item .p-price span.savedAmount,
fh-product-references .p-item .p-price span.savedAmount,
fh-recommendations .p-item .p-price span.savedAmount {
  color: #2d99e6;
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.plp.plp-grid .p-item .p-price .c-loading,
fh-product-references .p-item .p-price .c-loading,
fh-recommendations .p-item .p-price .c-loading {
  height: 20px;
  width: 20px;
}
.plp.plp-grid .p-item .p-price .full,
fh-product-references .p-item .p-price .full,
fh-recommendations .p-item .p-price .full {
  color: var(--theme-brand-main);
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.01em;
  margin-top: 5px;
}
.plp.plp-grid .p-item .p-rating,
fh-product-references .p-item .p-rating,
fh-recommendations .p-item .p-rating {
  margin-top: 10px;
}
.plp.plp-grid .p-item .p-rating .plmr-c-icon-star,
fh-product-references .p-item .p-rating .plmr-c-icon-star,
fh-recommendations .p-item .p-rating .plmr-c-icon-star {
  color: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
.plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars,
fh-product-references .p-item .p-rating .plmr-c-icon-star .stars,
fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars {
  display: flex;
  justify-content: center;
  align-items: center;
}
.plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars .star polygon,
fh-product-references .p-item .p-rating .plmr-c-icon-star .stars .star polygon,
fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars .star polygon {
  fill: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
.plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars[data-stars="0"] .star polygon,
fh-product-references .p-item .p-rating .plmr-c-icon-star .stars[data-stars="0"] .star polygon,
fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars[data-stars="0"] .star polygon {
  fill: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
.plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon,
fh-product-references .p-item .p-rating .plmr-c-icon-star .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon,
fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
.plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon,
fh-product-references .p-item .p-rating .plmr-c-icon-star .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon,
fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
.plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon,
fh-product-references .p-item .p-rating .plmr-c-icon-star .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon,
fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
.plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon,
fh-product-references .p-item .p-rating .plmr-c-icon-star .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon,
fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
.plp.plp-grid .p-item .add-to-cart,
fh-product-references .p-item .add-to-cart,
fh-recommendations .p-item .add-to-cart {
  margin-top: 15px;
  min-height: 72px;
}
.plp.plp-grid .p-item .add-to-cart button,
fh-product-references .p-item .add-to-cart button,
fh-recommendations .p-item .add-to-cart button {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  width: 130px;
  background-color: var(--theme-brand-main);
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 2px;
  line-height: 8px;
  padding: 0.85rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.5s ease;
  min-height: 40px;
}
.plp.plp-grid .p-item .add-to-cart button:hover,
fh-product-references .p-item .add-to-cart button:hover,
fh-recommendations .p-item .add-to-cart button:hover {
  background-color: var(--theme-brand-main);
}
.plp.plp-grid .p-item .add-to-cart button:disabled,
fh-product-references .p-item .add-to-cart button:disabled,
fh-recommendations .p-item .add-to-cart button:disabled {
  background-color: #d8d8d8;
  color: rgba(31, 31, 31, 0.55);
  cursor: not-allowed;
}
.plp.plp-grid.v-list .p-item,
fh-product-references.v-list .p-item,
fh-recommendations.v-list .p-item {
  flex: 0 0 100%;
  flex-direction: row;
  text-align: left;
  min-height: 185px;
}
.plp.plp-grid.v-list .p-item .p-item__inner,
fh-product-references.v-list .p-item .p-item__inner,
fh-recommendations.v-list .p-item .p-item__inner {
  flex: 0 0 100%;
  flex-direction: row;
  text-align: left;
  min-height: 185px;
  padding-top: 0;
  padding-bottom: 0;
}
.plp.plp-grid.v-list .p-item .p-image-holder,
fh-product-references.v-list .p-item .p-image-holder,
fh-recommendations.v-list .p-item .p-image-holder {
  width: 43%;
  flex-basis: 43%;
  margin-bottom: 0;
}
.plp.plp-grid.v-list .p-item .p-info-holder,
fh-product-references.v-list .p-item .p-info-holder,
fh-recommendations.v-list .p-item .p-info-holder {
  flex-grow: 0;
  flex-basis: 57%;
  padding-left: 15px;
}
.plp.plp-grid.v-list .p-item .p-name-link,
fh-product-references.v-list .p-item .p-name-link,
fh-recommendations.v-list .p-item .p-name-link {
  min-height: initial;
}
@media only screen and (min-width: 544px) {
  .l-search-info .title {
    font-size: 16px;
    max-width: initial;
  }
}
@media only screen and (min-width: 768px) {
  .l-search-info .m-container,
  .l-search-info fh-anonymous-consent .container,
  fh-anonymous-consent .l-search-info .container,
  .l-search-info fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .l-search-info cx-page-slot.Summary,
  .l-search-info cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Summary,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .l-search-info cx-page-slot.Summary,
  .l-search-info fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .l-search-info cx-page-slot.Tabs,
  .l-search-info cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Tabs,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .l-search-info cx-page-slot.Tabs,
  .l-search-info fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .l-search-info .tab-delivery,
  .l-search-info cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .tab-delivery,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .l-search-info .tab-delivery {
    justify-content: space-between;
    flex-direction: row;
  }
  .l-search-info.top .pagination {
    display: block;
  }
  .l-search-info.bottom {
    justify-content: space-between;
    flex-direction: row;
  }
  .filters-toggle {
    display: none;
  }
  .pagination {
    margin-top: 0;
  }
  .sort-view-wrapper {
    display: flex;
  }
  .plp.plp-grid .p-item,
  fh-product-references .p-item,
  fh-recommendations .p-item {
    margin: 15px 0;
    padding: 0 31px;
  }
  .plp.plp-grid .p-item .p-image-holder,
  fh-product-references .p-item .p-image-holder,
  fh-recommendations .p-item .p-image-holder {
    margin-bottom: 25px;
  }
  .plp.plp-grid .p-item .p-price .discounted,
  fh-product-references .p-item .p-price .discounted,
  fh-recommendations .p-item .p-price .discounted {
    font-size: 15px;
  }
  .plp.plp-grid.v-list .p-item,
  fh-product-references.v-list .p-item,
  fh-recommendations.v-list .p-item {
    max-width: 100%;
  }
  .plp.plp-grid.v-list .p-item .p-image-holder,
  fh-product-references.v-list .p-item .p-image-holder,
  fh-recommendations.v-list .p-item .p-image-holder {
    width: 32%;
    flex-basis: 32%;
  }
  .plp.plp-grid.v-list .p-item .p-info-holder,
  fh-product-references.v-list .p-item .p-info-holder,
  fh-recommendations.v-list .p-item .p-info-holder {
    padding-left: 75px;
    padding-top: 20px;
    width: 68%;
    flex-basis: 68%;
  }
}
@media only screen and (min-width: 992px) {
  .plp.plp-grid .p-item {
    flex: 0 0 33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  .l-result .l-plp {
    flex-basis: 75%;
    max-width: 75%;
  }
  .l-result .ProductLeftRefinements {
    display: block;
  }
  .sort .sort-btn {
    max-width: 105px;
  }
}
@media (max-width: 1199.98px) {
  .ProductLeftRefinements {
    max-width: none !important;
  }
}
.helpful-tools[class] a {
  text-decoration: underline;
}
.search-suggest-link[class] {
  text-decoration: underline;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.ProductDetailsPageTemplate cx-page-slot.Summary {
  display: block !important;
  padding: 0;
}
@media only screen and (max-width: 543px) {
  .ProductDetailsPageTemplate cx-page-slot.Summary {
    text-align: center;
  }
  .ProductDetailsPageTemplate cx-page-slot.Summary fh-product-summary {
    display: none;
  }
}
@media (max-width: 992px) {
  .ProductDetailsPageTemplate cx-page-slot.Tabs {
    margin-top: 0 !important;
  }
}
@media only screen and (min-width: 992px) {
  .ProductDetailsPageTemplate .c-product-details {
    align-items: flex-start;
    display: flex;
    flex-flow: row-reverse;
  }
}
.ProductDetailsPageTemplate .c-product-details__infos,
.ProductDetailsPageTemplate .c-product-details__media {
  position: relative;
}
@media only screen and (min-width: 992px) {
  .ProductDetailsPageTemplate .c-product-details__infos,
  .ProductDetailsPageTemplate .c-product-details__media {
    flex: 1 1 100%;
  }
}
@media only screen and (min-width: 768px) {
  .ProductDetailsPageTemplate .c-product-details__media {
    min-width: 61.83746%;
  }
}
@media only screen and (min-width: 1200px) {
  .ProductDetailsPageTemplate .c-product-details__infos {
    padding-right: 76px;
  }
}
.c-add-to-cart__note {
  color: #d50001;
  font-size: 0.9286rem;
}
fh-product-information,
fh-pdp-information-features {
  display: block;
  max-width: 100%;
}
cx-page-layout.ProductDetailsPageTemplate cx-page-slot.CrossSelling {
  max-width: none;
}
.plmr-c-product-info__finishes {
  padding-top: 15px;
}
.plmr-c-product-info__finishes .plmr-c-finishes-nav {
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.plmr-c-product-item__finishes {
  margin-top: 10px;
}
.plmr-c-finishes-nav {
  display: flex;
  flex-wrap: wrap;
  font-size: 0;
  margin: 0 -4px;
  padding: 0;
}
.plmr-c-finishes-nav-center {
  justify-content: center;
}
.plmr-c-finishes-nav__finish {
  border: 2px solid transparent;
  border-radius: 50%;
  height: 31px;
  list-style: none;
  margin: 0 4px;
  position: relative;
  transition: 0.333s ease-in-out;
  width: 31px;
  overflow: hidden;
}
.plmr-c-finishes-nav__finish:hover {
  border-color: #787579;
}
.plmr-c-finishes-nav__finish._selected {
  border-color: var(--nbhd-moen-color-coolBlue);
}
.plmr-c-finishes-nav__finish._unavailable:after,
.plmr-c-finishes-nav__finish._unavailable:before {
  content: " ";
  display: block;
  position: absolute;
  background-color: #787579;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 100%;
  z-index: 2;
}
.plmr-c-finishes-nav__finish._unavailable:after {
  transform: translateY(-50%) rotate(-45deg);
}
.plmr-c-finishes-nav__finish._unavailable .plmr-c-finishes-nav__finish-image {
  opacity: 0.5;
}
.plmr-c-finishes-nav__finish-button {
  display: block;
  max-width: 100%;
  padding: 1px;
}
.plmr-c-finishes-nav__finish-button:hover {
  cursor: pointer;
}
.plmr-c-finishes-nav__finish-image {
  display: block;
  max-height: 100%;
  max-width: 100%;
}
.plmr-c-finishes-nav__finish-name {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-style: italic;
  font-weight: 400;
  bottom: -35px;
  display: none;
  font-size: 1rem;
  height: auto;
  left: 50%;
  line-height: 1.5rem;
  min-width: 800%;
  position: absolute;
  text-align: center;
  transform: translateX(-50%);
  width: auto;
}
.plmr-c-finishes-nav--large {
  margin: 0 -8px;
}
.plmr-c-finishes-nav--large .plmr-c-finishes-nav__finish {
  height: 40px;
  margin: 0 8px;
  width: 40px;
}
.plmr-c-finishes-nav--large .plmr-c-finishes-nav__finish-button {
  padding: 4px;
}
.plmr-c-finishes-nav--mini .plmr-c-finishes-nav__finish {
  height: 30px;
  width: 30px;
}
fh-finish-selection {
  display: block;
  margin: 15px auto;
}
fh-finish-selection .plmr-c-finishes-nav {
  justify-content: center;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
cx-page-layout.CartPageTemplate {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1300px;
  padding: 0 15px;
}
cx-page-layout.CartPageTemplate .cx-total {
  font-size: 1.143rem;
  font-weight: 700;
}
cx-page-layout.CartPageTemplate .TopContent {
  flex: 1 1 100%;
}
@media only screen and (min-width: 992px) {
  cx-page-layout.CartPageTemplate .TopContent {
    flex-basis: 65%;
  }
}
@media only screen and (min-width: 768px) {
  cx-page-layout.CartPageTemplate {
    padding: 0 40px;
  }
}
.cx-item-list-row {
  border-top: 1px solid #d8d8d8;
  padding-top: 1.25rem;
  margin-top: 0.75em;
}
.cx-item-list-row:last-child {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.25rem;
  margin-bottom: 3em;
}
.cx-item-list-row fh-cart-item {
  padding: 0 !important;
  margin: 0 !important;
}
moen-checkout-progress-mobile-top moen-checkout-order-summary,
.MultiStepCheckoutSummaryPageTemplate .SideContent,
cx-page-layout.CartPageTemplate .CenterRightContentSlot {
  flex: 1 1 100%;
  display: block;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.3);
  margin-top: 2.5em;
  margin-bottom: 8rem;
  padding: 1.5rem 1rem;
  position: relative;
}
@media only screen and (max-width: 991px) {
  moen-checkout-progress-mobile-top moen-checkout-order-summary,
  .MultiStepCheckoutSummaryPageTemplate .SideContent,
  cx-page-layout.CartPageTemplate .CenterRightContentSlot {
    margin-left: auto;
    margin-right: auto;
    max-width: 600px;
  }
}
@media only screen and (min-width: 992px) {
  moen-checkout-progress-mobile-top moen-checkout-order-summary,
  .MultiStepCheckoutSummaryPageTemplate .SideContent,
  cx-page-layout.CartPageTemplate .CenterRightContentSlot {
    flex-basis: 30%;
    margin-left: 5%;
    position: sticky;
    top: 20px;
  }
}
@media only screen and (min-width: 992px) {
  cx-page-layout.CartPageTemplate .CenterRightContentSlot {
    position: relative !important;
  }
}
.EmptyCartMiddleContent .btn,
.EmptyCartMiddleContent .services-category-featured .service-category-links__identify a,
.services-category-featured .service-category-links__identify .EmptyCartMiddleContent a,
.EmptyCartMiddleContent .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify .EmptyCartMiddleContent a {
  font-size: 0.75rem !important;
}
moen-checkout-progress-mobile-top moen-checkout-order-summary {
  display: none;
}
@media (max-width: 767.98px) {
  moen-checkout-progress-mobile-top moen-checkout-order-summary {
    display: block;
    margin-bottom: 10px;
  }
}
.need-assistance-area {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 1.5rem);
}
.need-assistance-area h4 {
  font-weight: 300;
  font-size: 1.35rem;
}
.need-assistance-area p {
  line-height: 1.2;
  padding: 0;
}
cx-applied-coupons .row {
  margin-left: 0;
  margin-right: 0;
}
cx-applied-coupons .cx-coupon-card-grid {
  padding: 0;
}
.c-product-info-condensed__msrp {
  position: relative;
  color: #636363;
  font-size: 1.143rem;
  padding-bottom: 0;
  padding-top: 15px;
  margin-block-end: var(--nbhd-space-4);
}
.c-product-info-condensed__msrp .loading-overlay .c-loading {
  max-width: 32px;
  max-height: 32px;
}
.c-pricing._hide {
  text-decoration: line-through;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.c-pricing--sale {
  font-style: normal;
  font-weight: 700;
  color: #000;
  font-size: 1.571rem;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
}
.c-pricing--sale--sm {
  font-size: 1.2rem;
}
.savedAmount {
  color: #2d99e6;
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  text-decoration: none;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.LoginPageTemplate .LeftContentSlot moen-login-register,
.LoginPageTemplate .LeftContentSlot moen-login-form,
.LoginPageTemplate .LeftContentSlot moen-forgot-password {
  display: block;
  flex-grow: initial;
  flex-shrink: initial;
}
.CheckoutLoginPageTemplate {
  width: 100%;
  max-width: 1300px;
  min-width: 320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.CheckoutLoginPageTemplate .RightContentSlot moen-checkout-login {
  width: 100%;
  max-width: 100%;
}
.LoginPageTemplate .BottomHeaderSlot,
.LoginPageTemplate .RightContentSlot {
  display: none;
}
.LoginPageTemplate .LeftContentSlot {
  padding: 2.4em 15px 0 15px;
  max-width: 1300px;
  min-width: 320px;
}
.LoginPageTemplate .LeftContentSlot moen-login-form,
.LoginPageTemplate .LeftContentSlot moen-forgot-password {
  margin-bottom: 10px;
}
.LoginPageTemplate .LeftContentSlot moen-login-form input[type=text],
.LoginPageTemplate .LeftContentSlot moen-login-form input[type=email],
.LoginPageTemplate .LeftContentSlot moen-login-form input[type=password],
.LoginPageTemplate .LeftContentSlot moen-forgot-password input[type=text],
.LoginPageTemplate .LeftContentSlot moen-forgot-password input[type=email],
.LoginPageTemplate .LeftContentSlot moen-forgot-password input[type=password] {
  padding: 14px;
}
.LoginPageTemplate .LeftContentSlot moen-login-form label,
.LoginPageTemplate .LeftContentSlot moen-forgot-password label {
  font-weight: 700;
  font-size: 16px;
}
.LoginPageTemplate .LeftContentSlot moen-login-form label .label-content:after,
.LoginPageTemplate .LeftContentSlot moen-forgot-password label .label-content:after {
  content: "*";
  display: inline-block;
  margin-left: 5px;
  color: #d50001;
}
.LoginPageTemplate .LeftContentSlot moen-login-form .control-invalid p,
.LoginPageTemplate .LeftContentSlot moen-forgot-password .control-invalid p {
  font-weight: normal;
  font-size: 14px;
  margin-bottom: 0;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .LoginPageTemplate .LeftContentSlot {
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
  }
  .LoginPageTemplate .LeftContentSlot h1 {
    font-size: 36px;
  }
  .LoginPageTemplate .LeftContentSlot p {
    margin-bottom: 1.4em;
    font-size: 16px;
  }
  .LoginPageTemplate .LeftContentSlot moen-login-form {
    flex-basis: 50%;
  }
  .LoginPageTemplate .LeftContentSlot moen-login-register {
    flex-basis: 40%;
  }
}
@media only screen and (min-width: 992px) {
  .LoginPageTemplate .LeftContentSlot {
    padding-left: 40px;
    padding-right: 40px;
  }
}
moen-forgot-password {
  display: block;
  max-width: 100% !important;
}
@media only screen and (min-width: 992px) {
  moen-forgot-password form {
    max-width: 50%;
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
cx-page-layout.MultiStepCheckoutSummaryPageTemplate {
  max-width: var(--cx-page-width-max);
  padding-top: 2rem;
  padding-inline-end: 1.5rem;
  padding-bottom: 0;
  padding-inline-start: 1.5rem;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-content: flex-start;
}
@media (max-width: 991.98px) {
  cx-page-layout.MultiStepCheckoutSummaryPageTemplate {
    display: inline-block;
  }
}
cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.TopContent {
  flex: 0 100%;
}
cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.BodyContent {
  flex: 0 63%;
}
cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent {
  flex: 0 0 35%;
  flex-direction: column;
  justify-content: flex-start;
}
cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent cx-checkout-order-summary {
  flex: unset;
}
cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent cx-checkout-order-summary cx-order-summary {
  padding-top: 1rem;
  padding-inline-start: 2.5rem;
  padding-bottom: 0;
  padding-inline-end: 0;
}
@media (max-width: 991.98px) {
  cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent cx-checkout-order-summary cx-order-summary {
    padding: 1rem 0 0 0;
  }
}
cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent cx-place-order {
  flex: unset;
  padding-top: 1rem;
  padding-inline-start: 2.5rem;
  padding-bottom: 0;
  padding-inline-end: 0;
}
@media (max-width: 991.98px) {
  cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent cx-place-order {
    padding: 1rem 0 0 0;
  }
}
@media (max-width: 991.98px) {
  cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent {
    --cx-flex-basis: 50%;
    justify-content: flex-end;
    align-items: flex-end;
    flex-direction: column;
  }
  cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent cx-checkout-order-summary {
    width: 50%;
    padding-top: 1rem;
  }
  cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent cx-checkout-order-summary cx-order-summary {
    padding: 1rem 2.5rem 0;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent cx-checkout-order-summary cx-order-summary {
    padding: 1rem 0 0 0;
  }
}
@media (max-width: 991.98px) {
  cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent cx-place-order {
    max-width: 50%;
    padding-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent {
    --cx-flex-basis: 100%;
    align-items: normal;
  }
  cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent cx-checkout-order-summary {
    min-width: 100%;
  }
  cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent cx-place-order {
    max-width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  cx-page-layout cx-checkout-progress-mobile-top .cx-nav,
  cx-page-layout cx-checkout-progress-mobile-bottom .cx-nav,
  cx-page-layout moen-checkout-progress-mobile-top .cx-nav {
    font-size: var(--cx-font-size, 1rem);
    font-weight: var(--cx-font-weight-semi);
    line-height: var(--cx-line-height, 1.2222222222);
  }
}
cx-page-layout cx-checkout-progress-mobile-top .cx-nav,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-nav,
cx-page-layout moen-checkout-progress-mobile-top .cx-nav {
  font-size: 1.188rem;
  font-weight: var(--cx-font-weight-bold);
  margin: 0;
  line-height: 26px;
}
cx-page-layout cx-checkout-progress-mobile-top .cx-nav .cx-list,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-nav .cx-list,
cx-page-layout moen-checkout-progress-mobile-top .cx-nav .cx-list {
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
}
cx-page-layout cx-checkout-progress-mobile-top .cx-nav .cx-item,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-nav .cx-item,
cx-page-layout moen-checkout-progress-mobile-top .cx-nav .cx-item {
  display: flex;
  justify-content: center;
  flex: 1;
  color: var(--cx-color-text);
  padding: 0 0 1.063rem 0;
  border-bottom: 2px solid var(--cx-color-text);
}
cx-page-layout cx-checkout-progress-mobile-top .cx-nav .cx-item ::after,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-nav .cx-item ::after,
cx-page-layout moen-checkout-progress-mobile-top .cx-nav .cx-item ::after {
  padding-inline-end: 0.75em;
  content: "";
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  cx-page-layout cx-checkout-progress-mobile-top .cx-nav .cx-item ::after,
  cx-page-layout cx-checkout-progress-mobile-bottom .cx-nav .cx-item ::after,
  cx-page-layout moen-checkout-progress-mobile-top .cx-nav .cx-item ::after {
    padding-inline-end: 0.5rem;
  }
}
cx-page-layout cx-checkout-progress-mobile-top .cx-nav .cx-item.active,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-nav .cx-item.active,
cx-page-layout moen-checkout-progress-mobile-top .cx-nav .cx-item.active {
  border-color: var(--cx-color-primary);
}
cx-page-layout cx-checkout-progress-mobile-top .cx-nav .cx-item.disabled,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-nav .cx-item.disabled,
cx-page-layout moen-checkout-progress-mobile-top .cx-nav .cx-item.disabled {
  border-color: var(--cx-color-medium);
}
.cx-theme-high-contrast-dark cx-page-layout cx-checkout-progress-mobile-top .cx-nav .cx-item.disabled,
cx-page-layout .cx-theme-high-contrast-dark cx-checkout-progress-mobile-top .cx-nav .cx-item.disabled,
.cx-theme-high-contrast-dark cx-page-layout cx-checkout-progress-mobile-bottom .cx-nav .cx-item.disabled,
cx-page-layout .cx-theme-high-contrast-dark cx-checkout-progress-mobile-bottom .cx-nav .cx-item.disabled,
.cx-theme-high-contrast-dark cx-page-layout moen-checkout-progress-mobile-top .cx-nav .cx-item.disabled,
cx-page-layout .cx-theme-high-contrast-dark moen-checkout-progress-mobile-top .cx-nav .cx-item.disabled,
.cx-theme-high-contrast-light cx-page-layout cx-checkout-progress-mobile-top .cx-nav .cx-item.disabled,
cx-page-layout .cx-theme-high-contrast-light cx-checkout-progress-mobile-top .cx-nav .cx-item.disabled,
.cx-theme-high-contrast-light cx-page-layout cx-checkout-progress-mobile-bottom .cx-nav .cx-item.disabled,
cx-page-layout .cx-theme-high-contrast-light cx-checkout-progress-mobile-bottom .cx-nav .cx-item.disabled,
.cx-theme-high-contrast-light cx-page-layout moen-checkout-progress-mobile-top .cx-nav .cx-item.disabled,
cx-page-layout .cx-theme-high-contrast-light moen-checkout-progress-mobile-top .cx-nav .cx-item.disabled {
  border-color: var(--cx-color-secondary);
}
cx-page-layout cx-checkout-progress-mobile-top .cx-nav .cx-item:first-child ::before,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-nav .cx-item:first-child ::before,
cx-page-layout moen-checkout-progress-mobile-top .cx-nav .cx-item:first-child ::before {
  padding: 0;
  content: "";
}
cx-page-layout cx-checkout-progress-mobile-top .cx-nav .cx-item:last-child ::after,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-nav .cx-item:last-child ::after,
cx-page-layout moen-checkout-progress-mobile-top .cx-nav .cx-item:last-child ::after {
  padding: 0;
  content: "";
}
cx-page-layout cx-checkout-progress-mobile-top .cx-link,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-link,
cx-page-layout moen-checkout-progress-mobile-top .cx-link {
  color: var(--cx-color-text);
  cursor: pointer;
  text-decoration: none;
  text-align: start;
}
cx-page-layout cx-checkout-progress-mobile-top .cx-link.disabled,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-link.disabled,
cx-page-layout moen-checkout-progress-mobile-top .cx-link.disabled {
  color: var(--cx-color-secondary);
  cursor: not-allowed;
  pointer-events: none;
}
cx-page-layout cx-checkout-progress-mobile-top .cx-link.disabled::after,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-link.disabled::after,
cx-page-layout moen-checkout-progress-mobile-top .cx-link.disabled::after {
  color: var(--cx-color-secondary);
}
cx-page-layout cx-checkout-progress-mobile-top .cx-link.active,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-link.active,
cx-page-layout moen-checkout-progress-mobile-top .cx-link.active {
  color: var(--cx-color-primary);
}
cx-page-layout cx-checkout-progress-mobile-top .cx-link.active::after,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-link.active::after,
cx-page-layout moen-checkout-progress-mobile-top .cx-link.active::after {
  color: var(--cx-color-primary);
}
cx-page-layout cx-checkout-progress-mobile-top .cx-media .cx-list-media,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-media .cx-list-media,
cx-page-layout moen-checkout-progress-mobile-top .cx-media .cx-list-media {
  display: none;
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: var(--cx-color-light);
  margin: 0;
}
cx-page-layout cx-checkout-progress-mobile-top .cx-media .cx-list-media.active,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-media .cx-list-media.active,
cx-page-layout moen-checkout-progress-mobile-top .cx-media .cx-list-media.active {
  background-color: var(--cx-color-background);
  border: 0;
}
cx-page-layout cx-checkout-progress-mobile-top .cx-media .cx-list-media button,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-media .cx-list-media button,
cx-page-layout moen-checkout-progress-mobile-top .cx-media .cx-list-media button {
  font-weight: var(--cx-font-weight-semi);
}
@media (max-width: 991.98px) {
  cx-page-layout cx-checkout-progress-mobile-top .cx-media .cx-list-media,
  cx-page-layout cx-checkout-progress-mobile-bottom .cx-media .cx-list-media,
  cx-page-layout moen-checkout-progress-mobile-top .cx-media .cx-list-media {
    display: flex;
    border-width: 0 0 1px 0;
    border-style: solid;
    border-color: var(--cx-color-light);
    padding: 0 1.875rem;
  }
}
@media (max-width: 767.98px) {
  cx-page-layout cx-checkout-progress-mobile-top .cx-media .cx-list-media,
  cx-page-layout cx-checkout-progress-mobile-bottom .cx-media .cx-list-media,
  cx-page-layout moen-checkout-progress-mobile-top .cx-media .cx-list-media {
    padding: 0 1.375rem;
  }
}
cx-page-layout cx-checkout-progress-mobile-top .cx-media .cx-list-media .cx-title,
cx-page-layout cx-checkout-progress-mobile-bottom .cx-media .cx-list-media .cx-title,
cx-page-layout moen-checkout-progress-mobile-top .cx-media .cx-list-media .cx-title {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
cx-page-layout.MultiStepCheckoutSummaryPageTemplate {
  padding: 0 15px;
  max-width: 1300px;
  min-width: 320px;
}
cx-page-layout.MultiStepCheckoutSummaryPageTemplate .BodyContent {
  display: block;
}
@media only screen and (min-width: 768px) {
  cx-page-layout.MultiStepCheckoutSummaryPageTemplate {
    padding-left: 40px;
    padding-right: 40px;
  }
}
cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.BodyContent {
  flex: 0 0 65%;
}
cx-page-layout.MultiStepCheckoutSummaryPageTemplate cx-page-slot.SideContent {
  flex-basis: 30%;
  align-self: flex-start;
}
cx-checkout-progress .cx-list .cx-item {
  display: list-item;
  flex: none;
  padding: 0 0 1.375rem;
}
cx-checkout-progress .cx-list .cx-item .cx-link:after {
  padding: 0 0.75rem 0 0;
  content: ">";
}
fh-order-summary,
moen-checkout-order-summary {
  display: block;
  margin: 0;
}
fh-order-summary h4,
moen-checkout-order-summary h4 {
  font-weight: 700;
  font-size: 1.25rem;
}
fh-order-summary .cx-summary-label,
moen-checkout-order-summary .cx-summary-label {
  text-align: start;
  padding: 0;
}
fh-order-summary .cx-summary-amount,
moen-checkout-order-summary .cx-summary-amount {
  text-align: end;
  padding: 0;
}
fh-order-summary .cx-summary-row,
moen-checkout-order-summary .cx-summary-row {
  padding: 0.2rem 0;
  display: flex;
  flex-wrap: wrap;
}
fh-order-summary .cx-summary-savings,
moen-checkout-order-summary .cx-summary-savings {
  color: var(--cx-color-success);
}
fh-order-summary .cx-summary-total,
moen-checkout-order-summary .cx-summary-total {
  font-weight: 500;
}
fh-order-summary .cx-coupon-code-pill,
moen-checkout-order-summary .cx-coupon-code-pill {
  background: var(--cx-g-color-light);
  padding: 7px 15px 7px 13px;
  margin: 10px 10px 5px 0;
  display: inline-flex;
  align-items: flex-start;
  border-radius: 4px;
  word-break: break-all;
}
fh-order-summary .cx-coupon-code--pill-value,
moen-checkout-order-summary .cx-coupon-code--pill-value {
  line-height: 1.7;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
@media only screen and (max-width: 767px) {
  moen-review-submit {
    padding: 20px 0;
  }
}
moen-review-submit .cx-review {
  padding: 0 0 1rem;
}
moen-review-submit .cx-review-title {
  text-transform: uppercase;
  margin: 0 auto;
  padding: 2.375rem 0 1.25rem 0;
}
moen-review-submit .cx-review-summary {
  margin: 0;
  background-color: var(--cx-color-background);
  padding: 15px 0;
}
moen-review-submit .cx-review-summary-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100%;
  word-break: break-all;
}
moen-review-submit .cx-review-summary-edit-step {
  padding: 0 20px 20px;
}
@media only screen and (max-width: 767px) {
  moen-review-submit .cx-review-summary-edit-step {
    padding: 10px 0 0;
  }
}
@media (min-width: 992px) {
  moen-review-submit .cx-review-summary .cx-review-payment-col {
    border-inline-end: 1px solid var(--cx-color-text);
  }
}
moen-review-submit .cx-review-summary .cx-review-summary-card {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  moen-review-submit .cx-review-summary .cx-review-summary-card {
    background-color: #ffffff;
    border-style: solid;
    border-width: 1px;
    border-color: var(--cx-color-light);
    min-height: auto;
  }
}
moen-review-submit .cx-review-summary .cx-review-summary-card .cx-card-title {
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  font-weight: bold;
}
moen-review-submit .cx-review-summary .cx-review-summary-card .cx-card-paragraph-title {
  font-style: italic;
}
moen-review-submit .cx-review-summary .cx-review-summary-card .cx-review-summary-edit-step {
  align-self: flex-start;
  padding: 20px;
  font-size: 1.125rem;
}
moen-review-submit .cx-review-summary .cx-review-summary-card .cx-review-summary-edit-step a,
moen-review-submit .cx-review-summary .cx-review-summary-card .cx-review-summary-edit-step a:hover {
  color: var(--cx-color-dark);
}
moen-review-submit .form-check {
  padding: 0;
  margin: 0;
}
moen-review-submit .col-md-4 {
  padding: 0;
}
moen-review-submit .cx-review-cart-total {
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  margin: 2.625rem 0 0.5rem 0;
}
moen-review-submit .cx-review-cart-heading {
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  padding: 1.375rem 0;
  margin: 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: var(--cx-color-light);
}
@media only screen and (max-width: 767px) {
  moen-review-submit .cx-review-cart-heading {
    border-width: 1px 0 0;
    max-width: 100%;
    min-width: 100%;
    padding: 1.375rem 0 1.375rem 3.5rem;
  }
}
@media only screen and (max-width: 543px) {
  moen-review-submit .cx-review-cart-heading {
    max-width: 100%;
    min-width: 100%;
    padding: 1.375rem 0 1.375rem 1.25rem;
  }
}
moen-review-submit .cx-review-cart-item {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  moen-review-submit .cx-review-cart-item .col-md-12 {
    padding: 0;
  }
}
@media only screen and (max-width: 543px) {
  moen-review-submit .cx-review-cart-item .col-md-12 {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  moen-review-submit .cx-review-cart-item {
    border-style: solid;
    border-width: 1px 0 0;
    border-color: var(--cx-color-light);
  }
}
@media only screen and (max-width: 991px) {
  cx-place-order {
    --cx-flex-basis: 45%;
  }
}
cx-place-order .cx-place-order-form {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
  padding: 0;
}
cx-place-order .cx-place-order-form .form-check-input {
  margin: 0;
  top: 1rem;
}
cx-place-order .cx-place-order-form .form-check-label {
  padding: 0;
  margin-top: 0;
  margin-inline-end: 0;
  margin-bottom: 0.5rem;
  margin-inline-start: 3rem;
}
cx-place-order {
  display: block;
  border-top: 1px solid #d8d8d8;
  padding: 1rem 0 0 !important;
  margin-top: 1em;
}
cx-place-order .cx-place-order-form {
  margin: 0;
}
cx-place-order .cx-place-order-form .form-check-input {
  top: 0.5rem;
}
moen-payment-form .cx-payment-form-tooltip {
  margin: 0 0 0 0.1875rem;
  font-size: 18px;
  position: relative;
  top: 2px;
  color: var(--cx-color-secondary);
}
moen-payment-form .cx-payment-form-billing {
  margin: 0 0 1.25rem 0;
}
moen-payment-form .cx-payment-form-billing-address {
  padding: 0.875rem 0 1.25rem 0;
}
moen-payment-form .cx-payment-form-exp-date {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
moen-payment-form .cx-payment-form-exp-date-wrapper {
  flex: 1;
}
moen-payment-form .cx-payment-form-exp-date-wrapper:first-of-type {
  padding-right: 1rem;
}
moen-payment-form .form-check {
  margin: 0;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
fh-thank-you-message .cx-order-confirmation-message {
  text-align: center;
  padding: 2.5rem;
}
fh-thank-you-message .cx-order-confirmation-message h2 {
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  fh-order-confirmation-items .cx-order-items.container,
  fh-order-confirmation-items cx-page-layout.ProductDetailsPageTemplate cx-page-slot.cx-order-items.Summary,
  cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-items cx-page-slot.cx-order-items.Summary,
  fh-order-confirmation-items cx-page-layout.ProductDetailsPageTemplate cx-page-slot.cx-order-items.Tabs,
  cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-items cx-page-slot.cx-order-items.Tabs,
  fh-order-confirmation-items cx-page-layout.ProductDetailsPageTemplate .cx-order-items.tab-delivery,
  cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-items .cx-order-items.tab-delivery {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 543px) {
  fh-order-confirmation-items .cx-order-items.container,
  fh-order-confirmation-items cx-page-layout.ProductDetailsPageTemplate cx-page-slot.cx-order-items.Summary,
  cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-items cx-page-slot.cx-order-items.Summary,
  fh-order-confirmation-items cx-page-layout.ProductDetailsPageTemplate cx-page-slot.cx-order-items.Tabs,
  cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-items cx-page-slot.cx-order-items.Tabs,
  fh-order-confirmation-items cx-page-layout.ProductDetailsPageTemplate .cx-order-items.tab-delivery,
  cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-items .cx-order-items.tab-delivery {
    max-width: 100%;
    min-width: 100%;
    padding: 0;
  }
}
fh-order-confirmation-items .cx-order-items-header {
  padding: 1.375rem 0;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  fh-order-confirmation-items .cx-order-items-header {
    max-width: 100%;
    min-width: 100%;
    padding-left: 2.5rem;
  }
}
@media only screen and (max-width: 543px) {
  fh-order-confirmation-items .cx-order-items-header {
    max-width: 100%;
    min-width: 100%;
    padding-left: 1rem;
  }
}
cx-order-confirmation-totals {
  display: block;
  margin-bottom: 2rem;
}
fh-order-confirmation-overview .cx-order-review-summary {
  background-color: var(--cx-color-background);
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: var(--cx-color-light);
  padding: 1em 0;
}
@media (max-width: 991.98px) {
  fh-order-confirmation-overview .cx-order-review-summary {
    background-color: var(--cx-color-inverse);
  }
}
@media (max-width: 767.98px) {
  fh-order-confirmation-overview .cx-order-review-summary .summary-card {
    background-color: var(--cx-color-inverse);
    border-width: 1px;
    border-style: solid;
    border-color: var(--cx-color-light);
    margin: 0.625rem 0;
  }
}
fh-order-confirmation-overview .cx-order-review-summary .container,
fh-order-confirmation-overview .cx-order-review-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-overview .cx-order-review-summary cx-page-slot.Summary,
fh-order-confirmation-overview .cx-order-review-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-overview .cx-order-review-summary cx-page-slot.Tabs,
fh-order-confirmation-overview .cx-order-review-summary cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-overview .cx-order-review-summary .tab-delivery {
  padding: 0;
}
@media (max-width: 991.98px) {
  fh-order-confirmation-overview .cx-order-review-summary .container,
  fh-order-confirmation-overview .cx-order-review-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
  cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-overview .cx-order-review-summary cx-page-slot.Summary,
  fh-order-confirmation-overview .cx-order-review-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
  cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-overview .cx-order-review-summary cx-page-slot.Tabs,
  fh-order-confirmation-overview .cx-order-review-summary cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
  cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-overview .cx-order-review-summary .tab-delivery {
    max-width: 100%;
    min-width: 100%;
    padding: 0 1.25rem;
  }
}
@media (max-width: 767.98px) {
  fh-order-confirmation-overview .cx-order-review-summary .container,
  fh-order-confirmation-overview .cx-order-review-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
  cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-overview .cx-order-review-summary cx-page-slot.Summary,
  fh-order-confirmation-overview .cx-order-review-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
  cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-overview .cx-order-review-summary cx-page-slot.Tabs,
  fh-order-confirmation-overview .cx-order-review-summary cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
  cx-page-layout.ProductDetailsPageTemplate fh-order-confirmation-overview .cx-order-review-summary .tab-delivery {
    padding: 1.25rem;
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.cx-order-history-table {
  padding: 1.5rem 0 1.125rem 0;
  margin-bottom: 0;
  border-width: 1px 0 1px 0;
  border-color: var(--cx-color-light);
  border-style: solid;
}
.cx-order-history-table tr {
  width: 100%;
}
@media only screen and (max-width: 543px) {
  .cx-order-history-table tr {
    border-width: 1px 0 0 0;
    border-color: var(--cx-color-light);
    border-style: solid;
  }
  .cx-order-history-table tr:first-child {
    border-width: 0;
    padding: 1.25rem 0 0 0;
  }
}
.cx-order-history-table th {
  padding: 1.5rem 0 1.125rem 0;
  text-align: center;
}
.cx-order-history-table th:first-child {
  text-align: start;
}
.cx-order-history-table th:last-child {
  text-align: end;
}
.cx-order-history-table td {
  width: 25%;
  padding: 1.625rem 0;
}
@media only screen and (min-width: 768px) {
  .cx-order-history-table td {
    text-align: center;
  }
  .cx-order-history-table td:first-child {
    text-align: start;
  }
  .cx-order-history-table td:last-child {
    text-align: end;
  }
}
@media only screen and (max-width: 543px) {
  .cx-order-history-table td {
    width: 100%;
    display: flex;
    border-width: 0;
    padding: 0 1.25rem 0.5rem;
  }
  .cx-order-history-table td:first-child {
    padding-top: 1.25rem;
  }
  .cx-order-history-table td:last-child {
    padding-bottom: 1.25rem;
  }
}
.cx-order-history-header {
  color: var(--cx-color-text);
}
@media only screen and (max-width: 543px) {
  .cx-order-history-thead-mobile {
    display: none;
  }
}
.cx-order-history-code .cx-order-history-value {
  text-decoration: underline;
}
.cx-order-history-placed {
  text-align: center;
}
@media only screen and (max-width: 543px) {
  .cx-order-history-placed {
    text-align: start;
  }
}
.cx-order-history-status {
  text-align: center;
}
@media only screen and (max-width: 543px) {
  .cx-order-history-status {
    text-align: start;
  }
}
.cx-order-history-total {
  text-align: end;
}
@media only screen and (max-width: 543px) {
  .cx-order-history-total {
    text-align: start;
  }
}
.cx-order-history-label {
  color: var(--cx-color-secondary);
}
@media only screen and (max-width: 543px) {
  .cx-order-history-label {
    min-width: 110px;
  }
}
.cx-order-history-value {
  color: var(--cx-color-text);
}
@media only screen and (max-width: 543px) {
  .cx-order-history-value {
    font-weight: 400;
  }
}
.cx-order-history-form-group {
  padding: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 543px) {
  .cx-order-history-form-group {
    padding: 1.25rem 0;
  }
}
.cx-order-history-sort.top {
  display: flex;
  justify-content: space-between;
  padding: 1rem 0;
  margin: 0;
}
@media only screen and (max-width: 543px) {
  .cx-order-history-sort.top {
    flex-direction: column;
    padding-top: 0;
  }
}
.cx-order-history-sort.bottom {
  display: flex;
  justify-content: flex-end;
  padding: 1rem 0 1rem 0;
  margin: 0;
}
@media only screen and (max-width: 543px) {
  .cx-order-history-sort.bottom {
    flex-direction: column;
  }
}
@media only screen and (max-width: 543px) {
  .cx-order-history-pagination {
    margin: 0 auto;
  }
}
.cx-order-history-no-order {
  font-weight: 400;
}
@media only screen and (max-width: 543px) {
  .cx-order-history-no-order {
    padding-inline-start: 1.25rem;
    padding-inline-end: 1.25rem;
  }
}
.cx-order-history-no-order .btn,
.cx-order-history-no-order .services-category-featured .service-category-links__identify a,
.services-category-featured .service-category-links__identify .cx-order-history-no-order a,
.cx-order-history-no-order .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify .cx-order-history-no-order a {
  margin: 1.25rem 0;
}
.cx-replenishment-details-order-history-header {
  margin-top: 30px;
  padding: 20px;
  background-color: var(--cx-color-background);
}
.cx-replenishment-details-order-history-header h4 {
  margin-bottom: 0;
  font-weight: bold;
}
.cx-replenishment-details-order-history-no-order {
  display: flex;
  justify-content: center;
  padding: 40px 0 0 0;
  min-height: 0;
}
cx-replenishment-order-cancellation .cx-cancel-replenishment-btns,
cx-replenishment-order-cancellation-dialog .cx-cancel-replenishment-btns {
  display: flex;
}
@media (max-width: 767.98px) {
  cx-replenishment-order-cancellation .cx-cancel-replenishment-btns .btn-action,
  cx-replenishment-order-cancellation-dialog .cx-cancel-replenishment-btns .btn-action {
    margin: 0 0 1rem;
  }
}
cx-replenishment-order-cancellation .cx-cancel-replenishment-btns {
  justify-content: flex-end;
  margin: 2rem 0;
}
moen-replenishment-order-cancellation-dialog {
  color: var(--cx-color-text);
  background-color: rgba(0, 0, 0, 0.5);
}
moen-replenishment-order-cancellation-dialog .replenishment-order-cancellation-foreground {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
cx-order-details-actions {
  display: block;
  margin-top: 25px;
}
cx-order-details-actions .col-xs-12 + .col-xs-12,
cx-order-details-actions a.btn,
cx-order-details-actions .services-category-featured .service-category-links__identify a,
.services-category-featured .service-category-links__identify cx-order-details-actions a,
cx-order-details-actions .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify cx-order-details-actions a {
  display: none;
}
@media only screen and (min-width: 992px) {
  cx-order-overview .cx-order-summary .container .cx-summary-card:not(:last-of-type),
  cx-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-summary-card:not(:last-of-type),
  cx-page-layout.ProductDetailsPageTemplate cx-order-overview .cx-order-summary cx-page-slot.Summary .cx-summary-card:not(:last-of-type),
  cx-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-summary-card:not(:last-of-type),
  cx-page-layout.ProductDetailsPageTemplate cx-order-overview .cx-order-summary cx-page-slot.Tabs .cx-summary-card:not(:last-of-type),
  cx-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-summary-card:not(:last-of-type),
  cx-page-layout.ProductDetailsPageTemplate cx-order-overview .cx-order-summary .tab-delivery .cx-summary-card:not(:last-of-type) {
    border-inline-end: 1px solid #aaa;
  }
}
moen-order-detail-items-component {
  display: block;
  margin-top: 35px;
}
moen-order-detail-items-component .col-xs-12 + .col-xs-12,
moen-order-detail-items-component a.btn,
moen-order-detail-items-component .services-category-featured .service-category-links__identify a,
.services-category-featured .service-category-links__identify moen-order-detail-items-component a,
moen-order-detail-items-component .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify moen-order-detail-items-component a {
  display: none;
}
.cx-item-list-header {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2);
  padding: 1.125rem 0;
  text-transform: uppercase;
  color: var(--cx-color-secondary);
  border-width: 0 0 1px;
}
.return-detail-item-row {
  border-top: 1px solid #d8d8d8;
  padding-top: 1.25rem;
  margin-top: 0.75em;
}
.return-detail-item-row:last-child {
  margin-bottom: 2em;
}
.return-detail-item-row .ng-select.ng-valid.ng-touched .ng-select-container {
  background-color: #FFF;
  border-color: #d8d8d8;
  box-shadow: none;
}
order-return-summary {
  padding-top: 2rem;
}
.phone-field-border {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 1.25rem;
}
.display-phone {
  display: block;
}
.hide-phone {
  display: none;
}
moen-order-detail-totals {
  margin-bottom: 16px;
}
moen-order-detail-totals fh-order-summary {
  display: block;
  margin: 0;
}
moen-order-detail-totals fh-order-summary h4 {
  text-transform: uppercase;
  font-size: var(--cx-font-size, 1.125rem);
  line-height: var(--cx-line-height, 1.2222222222);
  font-weight: var(--nbhd-font-weight-bold);
}
moen-order-detail-totals fh-order-summary .cx-summary-row {
  padding: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
}
moen-order-detail-totals fh-order-summary .cx-summary-label {
  text-align: start;
  padding: 0;
}
moen-order-detail-totals fh-order-summary .cx-summary-amount {
  text-align: end;
  padding: 0;
}
moen-order-detail-totals fh-order-summary .cx-summary-total {
  font-weight: var(--nbhd-font-weight-bold);
}
return-detail-summary {
  margin-bottom: 1rem;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
fh-facet-list {
  display: block;
}
.facets-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  margin: 30px 25px 0;
  font-size: 10.5px;
  font-weight: 700;
  border: 0;
  border-radius: 2px;
  color: var(--nbhd-color-white);
  cursor: pointer;
  letter-spacing: 2px;
  line-height: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.5s ease;
  width: 127px;
  height: 40px;
  background: var(--theme-brand-main);
}
.facets-toggle fh-svg {
  width: 15px;
  height: 12px;
  margin-left: 15px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .facets-toggle {
    display: flex;
  }
}
@media only screen and (min-width: 992px) {
  .facets-toggle {
    margin: 30px 55px 0;
  }
}
.filters-title {
  font-weight: 700;
  position: relative;
  padding: 25px 0 15px;
  font-size: 18px;
  color: var(--theme-brand-main);
  border-top: 1px solid var(--nbhd-moen-color-lightBlue);
}
@media only screen and (min-width: 768px) {
  .filters-title {
    border-top: 0;
  }
}
fh-active-facets {
  display: none;
  margin-bottom: 15px;
}
fh-active-facets a {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  background: #f6f6f6;
  color: var(--theme-brand-main);
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  margin: 5px 15px 5px 0;
  height: 26px;
  padding: 0 7px;
  position: relative;
}
fh-active-facets a:hover {
  text-decoration: none;
}
fh-active-facets a fh-svg {
  margin-left: 7px;
}
@media only screen and (min-width: 992px) {
  fh-active-facets {
    display: block;
  }
}
fh-facet {
  display: block;
  border-top: 1px solid var(--nbhd-moen-color-lightBlue);
}
fh-facet ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
fh-facet .facet .facet-toggle {
  position: relative;
  width: 100%;
  text-align: left;
  color: var(--theme-brand-main);
  display: block;
  font-size: 1rem;
  line-height: 1rem;
  outline-offset: -1px;
  padding: 25px 25px 22px 0;
  text-transform: uppercase;
  font-weight: 500;
}
fh-facet .facet .facet-toggle::before {
  content: " ";
  display: block;
  position: absolute;
  background: currentColor;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transition: transform 0.25s ease-in-out;
  width: 14px;
}
fh-facet .facet .facet-toggle::after {
  content: " ";
  display: block;
  position: absolute;
  background: currentColor;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.25s ease-in-out;
  width: 14px;
}
fh-facet .facet .facet-values {
  display: block;
  max-height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  transition: 0.25s ease;
}
fh-facet .facet .facet-values .super-category .facet-link {
  font-weight: 700;
}
fh-facet .facet .facet-values .super-category .facet-link::before {
  display: inline-block;
  content: "\ab";
  padding: 0 5px 0 0;
}
fh-facet .facet .facet-values .current-category {
  width: 100%;
  padding: 5px 0 5px;
  color: var(--theme-brand-main);
  font-size: 16px;
  font-weight: 700;
}
fh-facet .facet .facet-values .facet-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 0 5px;
  color: var(--theme-brand-main);
  font-size: 16px;
  font-weight: normal;
}
fh-facet .facet .facet-values .facet-link:hover {
  text-decoration: none;
}
fh-facet .facet .facet-values .facet-link:hover .facet-img {
  border-color: var(--nbhd-color-gray);
}
fh-facet .facet .facet-values .facet-link .check {
  position: relative;
  top: -2px;
  content: "";
  display: block;
  vertical-align: middle;
  border: 1px solid var(--nbhd-color-gray);
  border-radius: 2px;
  height: 18px;
  min-height: 1px;
  width: 18px;
  margin-right: 12px;
}
fh-facet .facet .facet-values .facet-link .check:before {
  content: " ";
  display: block;
  position: absolute;
  background: transparent;
  height: auto;
  left: 50%;
  min-height: 63%;
  min-width: 63%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s ease-in-out;
  width: auto;
}
fh-facet .facet .facet-values .facet-link .facet-img {
  width: 31px;
  height: 31px;
  padding: 1px;
  margin-right: 8px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: border-color 0.25s ease-in-out;
}
fh-facet .facet .facet-values .facet-link .facet-img img {
  max-width: 100%;
}
fh-facet .facet .facet-values .facet-link fh-tooltip {
  color: #717171;
}
fh-facet .facet .facet-values .facet-link.selected .facet-value-name {
  font-weight: 700;
}
fh-facet .facet .facet-values .facet-link.selected .facet-img {
  border-color: var(--nbhd-moen-color-coolBlue);
}
fh-facet .facet .facet-values.multi .facet-link {
  padding-left: 0;
}
fh-facet .facet .facet-values.multi .facet-link:hover .check:before {
  background: var(--nbhd-color-gray);
}
fh-facet .facet .facet-values.multi .facet-link.selected .check {
  border-color: var(--theme-brand-main);
}
fh-facet .facet .facet-values.multi .facet-link.selected .check:before {
  background: var(--theme-brand-main);
}
fh-facet .facet .facet-values a,
fh-facet .facet .facet-values button {
  visibility: hidden;
}
fh-facet .facet.expanded .facet-values a,
fh-facet .facet.expanded .facet-values button {
  visibility: visible;
}
fh-facet .facet.expanded .facet-toggle::before {
  transform: translateY(-50%) rotate(0deg);
}
fh-facet .facet.expanded .facet-values {
  max-height: 860px;
  opacity: 1;
  pointer-events: all;
  overflow-y: auto;
}
@media only screen and (min-width: 768px) {
  fh-facet .facet.expanded .facet-values {
    padding-bottom: 15px;
  }
}
.more-less-btn {
  font-weight: 700;
  color: var(--theme-brand-main);
  text-decoration: underline;
  border: 0;
  -ms-flex: none;
  flex: none;
  font-size: 1rem;
  height: auto;
  line-height: 1.286rem;
  padding: 10px 0;
  width: auto;
}
.discontinued-container {
  padding: 0 0 15px;
}
.discontinued-container.multi .facet-link {
  padding-left: 0;
}
.discontinued-container.multi .facet-link:hover .check:before {
  background: var(--nbhd-color-gray);
}
.discontinued-container.multi .facet-link.selected .check {
  border-color: var(--theme-brand-main);
}
.discontinued-container.multi .facet-link.selected .check:before {
  background: var(--theme-brand-main);
}
.discontinued-container a {
  display: inline-flex;
  align-items: center;
  color: var(--theme-brand-main);
  cursor: pointer;
  font-size: 12px;
  line-height: 1;
  margin: 5px 15px 5px 0;
  height: 26px;
  padding: 0 7px;
  position: relative;
}
.discontinued-container a:hover {
  text-decoration: none;
}
.discontinued-container .facet-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 5px 0 5px;
  color: var(--theme-brand-main);
  font-size: 16px;
  font-weight: normal;
}
.discontinued-container .facet-link:hover {
  text-decoration: none;
}
.discontinued-container .facet-link:hover .facet-img {
  border-color: var(--nbhd-color-gray);
}
.discontinued-container .facet-link .check {
  position: relative;
  top: -2px;
  content: "";
  display: block;
  vertical-align: middle;
  border: 1px solid var(--nbhd-color-gray);
  border-radius: 2px;
  height: 18px;
  min-height: 1px;
  width: 18px;
  margin-right: 12px;
}
.discontinued-container .facet-link .check:before {
  content: " ";
  display: block;
  position: absolute;
  background: transparent;
  height: auto;
  left: 50%;
  min-height: 63%;
  min-width: 63%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: 0.25s ease-in-out;
  width: auto;
}
.discontinued-container .facet-link.selected .facet-value-name {
  font-weight: 700;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.plmr-c-filtering__menu-list {
  border-top: 1px solid #d8d8d8;
  list-style: none;
  margin: 0 auto -5px 0;
  padding: 15px 10px 0;
  width: 78.57143%;
}
.plmr-c-filtering__menu-list--links {
  font-style: normal;
  font-weight: 700;
  border: 0;
  margin-left: 0;
  padding-bottom: 30px;
  position: relative;
  width: 100%;
}
.plmr-c-filtering__menu-list--links:before {
  content: " ";
  display: block;
  position: absolute;
  border-top: 1px solid #d8d8d8;
  font-size: 0;
  height: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
.plmr-c-filtering__menu-list--links a {
  font-weight: 700;
}
.plmr-c-filtering__menu-list-item {
  padding: 5px 0;
}
.plmr-c-filtering__menu-list-item a {
  text-decoration: underline;
}
.plmr-c-filtering__menu-list-item--title {
  color: var(--theme-brand-main);
  font-size: 1.143rem;
}
@media only screen and (min-width: 768px) {
  .plmr-c-filtering__menu-list {
    margin-left: 0;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
  }
}
.plmr-c-filtering__menu-section {
  border-top: 1px solid #d8d8d8;
}
@media only screen and (min-width: 768px) {
  .plmr-c-filtering__menu-section--first {
    border-top: 0;
  }
}
.plmr-c-filtering__menu-section--first .plmr-c-filtering__menu-heading {
  font-size: 1.286rem;
}
.plmr-c-filtering__menu-section--first .plmr-c-filtering__menu-heading--toggle {
  font-size: 1rem;
}
.plmr-c-filtering__menu-section--first .plmr-c-filtering__menu-heading--toggle:after,
.plmr-c-filtering__menu-section--first .plmr-c-filtering__menu-heading--toggle:before {
  width: 14px;
}
.plmr-c-filtering__menu-section._has-banner {
  border-top: 0;
  padding: 40px 15px;
}
@media only screen and (min-width: 768px) {
  .plmr-c-filtering__menu-section._has-banner {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .plmr-c-filtering__menu-section._has-banner {
    padding-bottom: 0;
  }
}
.plmr-c-filtering__menu-heading {
  color: #1b365d;
  font-size: 1.143rem;
  line-height: 1;
  padding: 25px 0;
}
@media only screen and (min-width: 768px) {
  .plmr-c-filtering__menu-heading {
    padding: 30px 0;
  }
}
.plmr-c-filtering__menu-heading,
.plmr-c-filtering__menu-heading--toggle {
  font-style: normal;
  font-weight: 700;
  position: relative;
}
.plmr-c-filtering__menu-heading--toggle {
  color: #8b888c;
  display: block;
  font-size: 0.8571rem;
  line-height: 1rem;
  outline-offset: -1px;
  padding: 20px 35px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .plmr-c-filtering__menu-heading--toggle {
    padding: 25px 0 22px;
  }
}
.plmr-c-filtering__menu-heading--toggle:after,
.plmr-c-filtering__menu-heading--toggle:before {
  content: " ";
  display: block;
  position: absolute;
  background: currentColor;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translate(-35px, -50%);
  transition: transform 0.25s ease-in-out;
  width: 10px;
}
@media only screen and (min-width: 768px) {
  .plmr-c-filtering__menu-heading--toggle:after,
  .plmr-c-filtering__menu-heading--toggle:before {
    transform: translateY(-50%);
  }
}
.plmr-c-filtering__menu-heading--toggle:before {
  transform: translate(-35px, -50%) rotate(90deg);
}
@media only screen and (min-width: 768px) {
  .plmr-c-filtering__menu-heading--toggle:before {
    transform: translateY(-50%) rotate(90deg);
  }
}
.plmr-c-filtering__menu-heading--toggle._open:before {
  transform: translate(-35px, -50%) rotate(0deg);
}
@media only screen and (min-width: 768px) {
  .plmr-c-filtering__menu-heading--toggle._open:before {
    transform: translateY(-50%) rotate(0deg);
  }
}
.plmr-c-filtering__menu-heading--secondary {
  color: var(--theme-brand-main);
}
.plmr-c-filtering__menu-heading--secondary,
.plmr-c-filtering__menu-heading .plmr-c-filtering__menu-section-clear {
  font-style: normal;
  font-weight: 400;
}
.plmr-c-filtering__menu-section-clear {
  color: #c8893b;
  text-decoration: underline;
  font-size: 0.8571rem;
  line-height: 1;
  min-height: 0;
  position: absolute;
  right: 35px;
  top: 50%;
  transform: translateY(-50%);
}
.plmr-c-filtering__menu-section-clear:active,
.plmr-c-filtering__menu-section-clear:focus,
.plmr-c-filtering__menu-section-clear:hover {
  color: #b27932;
}
.plmr-c-filtering__menu-section {
  border-top: 1px solid #d8d8d8;
}
.plmr-c-filtering__menu-section._has-banner {
  border-top: 0;
  padding: 40px 0;
}
@media only screen and (min-width: 1200px) {
  .plmr-c-filtering__menu-section._has-banner {
    padding-bottom: 0;
  }
}
.plmr-c-filtering__menu-banner {
  background: #ecedef;
  padding: 30px 25px 40px;
}
.plmr-c-filtering__banner-eyebrow {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-style: italic;
  font-weight: 400;
  color: #1b365d;
  font-size: 1.143rem;
  line-height: 1.714rem;
  margin: 0;
}
.plmr-c-filtering__banner-title {
  font-style: normal;
  font-weight: 300;
  color: var(--theme-brand-main);
  font-size: 1.714rem;
  line-height: 2.286rem;
  margin: 0;
  padding-top: 5px;
}
.plmr-c-filtering__banner-callout {
  font-style: normal;
  font-weight: 700;
  color: var(--theme-brand-main);
  padding-top: 25px;
}
.plmr-c-filtering__banner-callout-image {
  height: auto;
  overflow: hidden;
  padding-top: 50%;
  position: relative;
  width: 100%;
}
.plmr-c-filtering__banner-callout-image--src {
  height: auto;
  left: 50%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
}
.plmr-c-filtering__banner-callout-link,
.plmr-c-filtering__banner-callout-title {
  padding: 0;
  padding-top: 14px;
}
.plmr-c-filtering__banner-callout-link a,
.plmr-c-filtering__banner-callout-title a {
  font-weight: 700;
  text-decoration: underline;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.required-part-page {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 20px;
}
@media only screen and (min-width: 768px) {
  .required-part-page {
    padding: 0 40px;
  }
}
.added-product {
  margin-top: 10px;
  margin-bottom: 30px;
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
}
.added-product--info {
  display: flex;
  margin-right: 30px;
  font-size: 14px;
}
.added-product--info__img {
  max-width: 70px;
  margin-right: 20px;
}
.added-product--info__img img {
  max-width: 100%;
}
.added-product--info__name {
  padding-top: 10px;
}
.added-product--details {
  padding-top: 10px;
  padding-left: 90px;
}
.added-product--details .c-pricing--sale {
  font-size: 16px;
}
@media only screen and (min-width: 544px) {
  .added-product--info {
    font-size: 16px;
  }
  .added-product--info__img {
    max-width: 120px;
  }
  .added-product--details {
    padding-left: 140px;
  }
}
@media only screen and (min-width: 992px) {
  .added-product {
    display: flex;
  }
  .added-product--info {
    flex-basis: 60%;
  }
  .added-product--detail {
    flex-basis: 40%;
    padding: 0;
  }
}
.required-bundle {
  display: block;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d8d8d8;
}
.bundle-name fh-tooltip {
  color: #787579;
  vertical-align: middle;
}
@media only screen and (max-width: 1440px) {
  .bundle-name fh-tooltip .t-tip {
    min-width: 240px;
    transform: translateX(-25%);
  }
  .bundle-name fh-tooltip .t-tip:before {
    transform: translateX(-70px);
  }
}
.bundle-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 20px 0;
  overflow-x: auto;
}
.bundle-list--item {
  max-width: 80px;
  min-width: 80px;
  text-align: center;
  padding: 0;
  margin: 0 10px 15px 0;
}
.bundle-list--item.selected .bundle-list--item__media {
  border-color: var(--theme-brand-main);
}
.bundle-list--item__media {
  border: 1px solid #d8d8d8;
}
.bundle-list--item__code {
  margin-top: 10px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .bundle-list--item {
    max-width: 112px;
    min-width: 112px;
  }
}
.selected-part-info {
  padding-right: 20px;
}
.selected-part-info--benefits {
  margin: 20px 0;
  padding: 0;
  list-style-position: inside;
  line-height: 1.4em;
}
.selected-part-info--benefits li {
  margin-bottom: 5px;
}
.selected-part-config .config-label {
  margin-bottom: 10px;
}
.selected-part-config .config-value {
  margin-bottom: 10px;
}
.selected-part-config .config-value .c-pricing--sale {
  font-size: 16px;
}
.selected-part-config .config-value.qty .form-select {
  width: 60px;
}
.selected-part-config.out-of-stock .config-label,
.selected-part-config.out-of-stock .config-value {
  opacity: 0.5;
}
@media only screen and (min-width: 992px) {
  .selected-part {
    display: flex;
  }
  .selected-part-config .config-value + .config-label {
    margin-left: auto;
  }
}
.config-section-dont {
  margin-top: 30px;
}
.required-parts-footer {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  border-top: 1px solid #d8d8d8;
  padding-top: 20px;
  margin: 30px 0;
}
.required-parts-footer .btn,
.required-parts-footer .services-category-featured .service-category-links__identify a,
.services-category-featured .service-category-links__identify .required-parts-footer a,
.required-parts-footer .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify .required-parts-footer a {
  width: 100%;
  margin-bottom: 10px;
  flex: 1;
  font-size: 0.75rem !important;
}
@media only screen and (min-width: 544px) {
  .required-parts-footer {
    flex-direction: row;
    justify-content: center;
  }
  .required-parts-footer .btn,
  .required-parts-footer .services-category-featured .service-category-links__identify a,
  .services-category-featured .service-category-links__identify .required-parts-footer a,
  .required-parts-footer .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a,
  .m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify .required-parts-footer a {
    flex: 1;
    max-width: 320px;
    width: auto;
    margin: 0 10px;
    font-size: 0.75rem !important;
  }
}
cx-card .cx-card-border,
.cx-shipping-address-card,
.cx-delivery-address-card {
  display: flex;
  width: 100%;
  flex: 1 0 100%;
  margin-bottom: 25px;
  border-color: #d8d8d8;
  overflow: hidden;
  word-wrap: break-word;
}
cx-card .cx-card-border-inner,
.cx-shipping-address-card-inner,
.cx-delivery-address-card-inner {
  width: 100%;
}
cx-card .cx-card-border .card-link,
.cx-shipping-address-card .card-link,
.cx-delivery-address-card .card-link {
  color: var(--theme-brand-main) !important;
}
cx-card .cx-card-border .card-header,
.cx-shipping-address-card .card-header,
.cx-delivery-address-card .card-header {
  border-bottom: 0;
  background: #ecedef;
  color: var(--theme-body-color);
  padding: 0.75rem 1.25rem;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.AnonymousOrderPageTemplate .EmptyOrder,
.AnonymousOrderPageTemplate .NoReturns,
.OrderReturnPageTemplate .EmptyOrder,
.OrderReturnPageTemplate .NoReturns,
.OrderReturnDetailPageTemplate .EmptyOrder,
.OrderReturnDetailPageTemplate .NoReturns,
.AccountPageTemplate .AccountPageTemplate .BodyContent,
.AccountPageTemplate .AnonymousOrderPageTemplate .BodyContent,
.AccountPageTemplate .OrderReturnDetailPageTemplate .BodyContent,
.AccountPageTemplate .OrderReturnPageTemplate .BodyContent,
.AccountPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent,
.AnonymousOrderPageTemplate .AccountPageTemplate .BodyContent,
.AnonymousOrderPageTemplate .AnonymousOrderPageTemplate .BodyContent,
.AnonymousOrderPageTemplate .OrderReturnDetailPageTemplate .BodyContent,
.AnonymousOrderPageTemplate .OrderReturnPageTemplate .BodyContent,
.AnonymousOrderPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent,
.OrderReturnDetailPageTemplate .AccountPageTemplate .BodyContent,
.OrderReturnDetailPageTemplate .AnonymousOrderPageTemplate .BodyContent,
.OrderReturnDetailPageTemplate .OrderReturnDetailPageTemplate .BodyContent,
.OrderReturnDetailPageTemplate .OrderReturnPageTemplate .BodyContent,
.OrderReturnDetailPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent,
.OrderReturnPageTemplate .AccountPageTemplate .BodyContent,
.OrderReturnPageTemplate .AnonymousOrderPageTemplate .BodyContent,
.OrderReturnPageTemplate .OrderReturnDetailPageTemplate .BodyContent,
.OrderReturnPageTemplate .OrderReturnPageTemplate .BodyContent,
.OrderReturnPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent,
.MyAccountReplenishmentPageTemplate .AccountPageTemplate .BodyContent,
.MyAccountReplenishmentPageTemplate .AnonymousOrderPageTemplate .BodyContent,
.MyAccountReplenishmentPageTemplate .OrderReturnDetailPageTemplate .BodyContent,
.MyAccountReplenishmentPageTemplate .OrderReturnPageTemplate .BodyContent,
.MyAccountReplenishmentPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent {
  background: var(--nbhd-color-white);
  box-shadow: 20px 10px 20px 0 rgba(0, 0, 0, 0.1);
  margin-left: auto;
  margin-right: auto;
  max-width: 975px;
  min-width: 290px;
  padding: 2.143rem 1.071rem;
  position: relative;
  overflow-x: auto;
}
.AnonymousOrderPageTemplate .EmptyOrder form,
.AnonymousOrderPageTemplate .NoReturns form,
.OrderReturnPageTemplate .EmptyOrder form,
.OrderReturnPageTemplate .NoReturns form,
.OrderReturnDetailPageTemplate .EmptyOrder form,
.OrderReturnDetailPageTemplate .NoReturns form,
.AccountPageTemplate .AccountPageTemplate .BodyContent form,
.AccountPageTemplate .AnonymousOrderPageTemplate .BodyContent form,
.AccountPageTemplate .OrderReturnDetailPageTemplate .BodyContent form,
.AccountPageTemplate .OrderReturnPageTemplate .BodyContent form,
.AccountPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent form,
.AnonymousOrderPageTemplate .AccountPageTemplate .BodyContent form,
.AnonymousOrderPageTemplate .AnonymousOrderPageTemplate .BodyContent form,
.AnonymousOrderPageTemplate .OrderReturnDetailPageTemplate .BodyContent form,
.AnonymousOrderPageTemplate .OrderReturnPageTemplate .BodyContent form,
.AnonymousOrderPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent form,
.OrderReturnDetailPageTemplate .AccountPageTemplate .BodyContent form,
.OrderReturnDetailPageTemplate .AnonymousOrderPageTemplate .BodyContent form,
.OrderReturnDetailPageTemplate .OrderReturnDetailPageTemplate .BodyContent form,
.OrderReturnDetailPageTemplate .OrderReturnPageTemplate .BodyContent form,
.OrderReturnDetailPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent form,
.OrderReturnPageTemplate .AccountPageTemplate .BodyContent form,
.OrderReturnPageTemplate .AnonymousOrderPageTemplate .BodyContent form,
.OrderReturnPageTemplate .OrderReturnDetailPageTemplate .BodyContent form,
.OrderReturnPageTemplate .OrderReturnPageTemplate .BodyContent form,
.OrderReturnPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent form,
.MyAccountReplenishmentPageTemplate .AccountPageTemplate .BodyContent form,
.MyAccountReplenishmentPageTemplate .AnonymousOrderPageTemplate .BodyContent form,
.MyAccountReplenishmentPageTemplate .OrderReturnDetailPageTemplate .BodyContent form,
.MyAccountReplenishmentPageTemplate .OrderReturnPageTemplate .BodyContent form,
.MyAccountReplenishmentPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent form {
  display: block;
  --cx-max-width: 100%;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .AnonymousOrderPageTemplate .EmptyOrder,
  .AnonymousOrderPageTemplate .NoReturns,
  .OrderReturnPageTemplate .EmptyOrder,
  .OrderReturnPageTemplate .NoReturns,
  .OrderReturnDetailPageTemplate .EmptyOrder,
  .OrderReturnDetailPageTemplate .NoReturns,
  .AccountPageTemplate .AccountPageTemplate .BodyContent,
  .AccountPageTemplate .AnonymousOrderPageTemplate .BodyContent,
  .AccountPageTemplate .OrderReturnDetailPageTemplate .BodyContent,
  .AccountPageTemplate .OrderReturnPageTemplate .BodyContent,
  .AccountPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent,
  .AnonymousOrderPageTemplate .AccountPageTemplate .BodyContent,
  .AnonymousOrderPageTemplate .AnonymousOrderPageTemplate .BodyContent,
  .AnonymousOrderPageTemplate .OrderReturnDetailPageTemplate .BodyContent,
  .AnonymousOrderPageTemplate .OrderReturnPageTemplate .BodyContent,
  .AnonymousOrderPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent,
  .OrderReturnDetailPageTemplate .AccountPageTemplate .BodyContent,
  .OrderReturnDetailPageTemplate .AnonymousOrderPageTemplate .BodyContent,
  .OrderReturnDetailPageTemplate .OrderReturnDetailPageTemplate .BodyContent,
  .OrderReturnDetailPageTemplate .OrderReturnPageTemplate .BodyContent,
  .OrderReturnDetailPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent,
  .OrderReturnPageTemplate .AccountPageTemplate .BodyContent,
  .OrderReturnPageTemplate .AnonymousOrderPageTemplate .BodyContent,
  .OrderReturnPageTemplate .OrderReturnDetailPageTemplate .BodyContent,
  .OrderReturnPageTemplate .OrderReturnPageTemplate .BodyContent,
  .OrderReturnPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent,
  .MyAccountReplenishmentPageTemplate .AccountPageTemplate .BodyContent,
  .MyAccountReplenishmentPageTemplate .AnonymousOrderPageTemplate .BodyContent,
  .MyAccountReplenishmentPageTemplate .OrderReturnDetailPageTemplate .BodyContent,
  .MyAccountReplenishmentPageTemplate .OrderReturnPageTemplate .BodyContent,
  .MyAccountReplenishmentPageTemplate .MyAccountReplenishmentPageTemplate .BodyContent {
    padding: 4.286rem;
  }
}
cx-page-layout.AccountPageTemplate cx-page-slot > * {
  --cx-max-width: 100%;
}
.AccountPageTemplate .AccountPageTemplate,
.AccountPageTemplate .AnonymousOrderPageTemplate,
.AccountPageTemplate .OrderReturnDetailPageTemplate,
.AccountPageTemplate .OrderReturnPageTemplate,
.AccountPageTemplate .MyAccountReplenishmentPageTemplate,
.AnonymousOrderPageTemplate .AccountPageTemplate,
.AnonymousOrderPageTemplate .AnonymousOrderPageTemplate,
.AnonymousOrderPageTemplate .OrderReturnDetailPageTemplate,
.AnonymousOrderPageTemplate .OrderReturnPageTemplate,
.AnonymousOrderPageTemplate .MyAccountReplenishmentPageTemplate,
.OrderReturnDetailPageTemplate .AccountPageTemplate,
.OrderReturnDetailPageTemplate .AnonymousOrderPageTemplate,
.OrderReturnDetailPageTemplate .OrderReturnDetailPageTemplate,
.OrderReturnDetailPageTemplate .OrderReturnPageTemplate,
.OrderReturnDetailPageTemplate .MyAccountReplenishmentPageTemplate,
.OrderReturnPageTemplate .AccountPageTemplate,
.OrderReturnPageTemplate .AnonymousOrderPageTemplate,
.OrderReturnPageTemplate .OrderReturnDetailPageTemplate,
.OrderReturnPageTemplate .OrderReturnPageTemplate,
.OrderReturnPageTemplate .MyAccountReplenishmentPageTemplate,
.MyAccountReplenishmentPageTemplate .AccountPageTemplate,
.MyAccountReplenishmentPageTemplate .AnonymousOrderPageTemplate,
.MyAccountReplenishmentPageTemplate .OrderReturnDetailPageTemplate,
.MyAccountReplenishmentPageTemplate .OrderReturnPageTemplate,
.MyAccountReplenishmentPageTemplate .MyAccountReplenishmentPageTemplate {
  background: #ecedef;
  padding-top: 2.143rem;
}
@media only screen and (min-width: 768px) {
  .AccountPageTemplate .AccountPageTemplate,
  .AccountPageTemplate .AnonymousOrderPageTemplate,
  .AccountPageTemplate .OrderReturnDetailPageTemplate,
  .AccountPageTemplate .OrderReturnPageTemplate,
  .AccountPageTemplate .MyAccountReplenishmentPageTemplate,
  .AnonymousOrderPageTemplate .AccountPageTemplate,
  .AnonymousOrderPageTemplate .AnonymousOrderPageTemplate,
  .AnonymousOrderPageTemplate .OrderReturnDetailPageTemplate,
  .AnonymousOrderPageTemplate .OrderReturnPageTemplate,
  .AnonymousOrderPageTemplate .MyAccountReplenishmentPageTemplate,
  .OrderReturnDetailPageTemplate .AccountPageTemplate,
  .OrderReturnDetailPageTemplate .AnonymousOrderPageTemplate,
  .OrderReturnDetailPageTemplate .OrderReturnDetailPageTemplate,
  .OrderReturnDetailPageTemplate .OrderReturnPageTemplate,
  .OrderReturnDetailPageTemplate .MyAccountReplenishmentPageTemplate,
  .OrderReturnPageTemplate .AccountPageTemplate,
  .OrderReturnPageTemplate .AnonymousOrderPageTemplate,
  .OrderReturnPageTemplate .OrderReturnDetailPageTemplate,
  .OrderReturnPageTemplate .OrderReturnPageTemplate,
  .OrderReturnPageTemplate .MyAccountReplenishmentPageTemplate,
  .MyAccountReplenishmentPageTemplate .AccountPageTemplate,
  .MyAccountReplenishmentPageTemplate .AnonymousOrderPageTemplate,
  .MyAccountReplenishmentPageTemplate .OrderReturnDetailPageTemplate,
  .MyAccountReplenishmentPageTemplate .OrderReturnPageTemplate,
  .MyAccountReplenishmentPageTemplate .MyAccountReplenishmentPageTemplate {
    padding-top: 4.286rem;
  }
}
.AnonymousOrderPageTemplate,
.OrderReturnDetailPageTemplate,
.OrderReturnPageTemplate,
.MyAccountReplenishmentPageTemplate {
  padding-bottom: 3rem;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.ContactUsPageTemplate main {
  background: #ecedef;
  padding: 0 0 2rem;
}
@media only screen and (min-width: 768px) {
  .ContactUsPageTemplate main {
    padding: 0 0 4rem;
  }
}
contact-us-recall-form {
  background: #ecedef;
  padding: 0 0 2rem;
}
@media only screen and (min-width: 768px) {
  contact-us-recall-form {
    padding: 0 0 4rem;
  }
}
moen-contact-form,
contact-us-recall-form .form-container {
  background: var(--nbhd-color-white);
  box-shadow: 20px 10px 20px 0 rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  max-width: 1200px;
  min-width: 290px;
  padding: 2.143rem 1.071rem;
  position: relative;
  overflow-x: auto;
}
@media only screen and (min-width: 768px) {
  moen-contact-form,
  contact-us-recall-form .form-container {
    padding: 4.286rem;
  }
}
.banner-info-split__list {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9286rem;
  line-height: 1.25rem;
  padding: 0;
  margin: 0;
  list-style: none;
  color: #fff;
}
.banner-info-split__list ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9286rem;
  line-height: 1.25rem;
  margin: 0;
  padding: 0;
}
.banner-info-split__list li {
  border-right: 1px solid currentColor;
  list-style: none;
  margin-right: 0.5rem;
  padding-right: 0.5rem;
}
.banner-info-split__list li:last-child,
.banner-info-split__list li:first-child {
  border: 0;
}
.banner-info-split__list a {
  color: #fff;
  text-decoration: underline;
}
.ContentPage1Template[class] {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
moen-order-overview .cx-order-summary .container,
moen-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
cx-page-layout.ProductDetailsPageTemplate moen-order-overview .cx-order-summary cx-page-slot.Tabs,
moen-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
moen-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
cx-page-layout.ProductDetailsPageTemplate moen-order-overview .cx-order-summary .tab-delivery,
cx-page-layout.ProductDetailsPageTemplate moen-order-overview .cx-order-summary cx-page-slot.Summary {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
}
moen-order-overview .cx-order-summary .container .cx-summary-card:not(:last-of-type),
moen-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-summary-card:not(:last-of-type),
cx-page-layout.ProductDetailsPageTemplate moen-order-overview .cx-order-summary cx-page-slot.Tabs .cx-summary-card:not(:last-of-type),
moen-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-summary-card:not(:last-of-type),
moen-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-summary-card:not(:last-of-type),
cx-page-layout.ProductDetailsPageTemplate moen-order-overview .cx-order-summary .tab-delivery .cx-summary-card:not(:last-of-type),
cx-page-layout.ProductDetailsPageTemplate moen-order-overview .cx-order-summary cx-page-slot.Summary .cx-summary-card:not(:last-of-type) {
  border-inline-end: 1px solid #aaa;
}
moen-order-overview .cx-order-summary .container .cx-summary-card,
moen-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-summary-card,
cx-page-layout.ProductDetailsPageTemplate moen-order-overview .cx-order-summary cx-page-slot.Tabs .cx-summary-card,
moen-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-summary-card,
moen-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-summary-card,
cx-page-layout.ProductDetailsPageTemplate moen-order-overview .cx-order-summary .tab-delivery .cx-summary-card,
cx-page-layout.ProductDetailsPageTemplate moen-order-overview .cx-order-summary cx-page-slot.Summary .cx-summary-card {
  flex: 1;
  padding: 0 15px;
}
moen-order-overview .cx-order-summary {
  background-color: var(--cx-color-background);
}
moen-order-overview .cx-order-summary .container .cx-summary-card .cx-card-title,
moen-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs .cx-summary-card .cx-card-title,
cx-page-layout.ProductDetailsPageTemplate moen-order-overview .cx-order-summary cx-page-slot.Tabs .cx-summary-card .cx-card-title,
moen-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate .tab-delivery .cx-summary-card .cx-card-title,
moen-order-overview .cx-order-summary cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary .cx-summary-card .cx-card-title,
cx-page-layout.ProductDetailsPageTemplate moen-order-overview .cx-order-summary .tab-delivery .cx-summary-card .cx-card-title,
cx-page-layout.ProductDetailsPageTemplate moen-order-overview .cx-order-summary cx-page-slot.Summary .cx-summary-card .cx-card-title {
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
  font-weight: 700;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
moen-galleries section.l-search-info.top.ng-star-inserted {
  margin-top: 0 !important;
}
moen-galleries .product-list {
  display: block;
  width: 100%;
  max-width: 100%;
}
moen-galleries .cx-sorting.top {
  border-width: 0 0 1px 0;
  padding: 0 0 8px;
}
moen-galleries .l-result {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
}
moen-galleries .l-result .ProductLeftRefinements {
  max-width: 331px;
  padding: 0 50px 0 25px;
  display: none;
}
moen-galleries .l-result .ProductLeftRefinements cx-facet-list .inner {
  padding-left: 0;
}
moen-galleries .l-result .ProductLeftRefinements cx-facet-list .inner .heading {
  padding-left: 0;
  text-transform: uppercase;
  color: #717171;
  font-size: 1rem;
  font-weight: 700;
}
moen-galleries .l-result .ProductLeftRefinements cx-facet-list .cx-action-link {
  color: #b27935;
  font-weight: 700;
  font-size: 14px;
}
moen-galleries .l-result .ProductLeftRefinements cx-facet a,
moen-galleries .l-result .ProductLeftRefinements cx-facet button {
  color: var(--theme-brand-main);
  font-size: 1.143rem;
}
moen-galleries .l-result .l-plp {
  flex-basis: 100%;
  max-width: 100%;
}
moen-galleries .l-search-info {
  background: #f6f6f6;
  border-bottom: 1px solid #d8d8d8;
  border-top: 1px solid #d8d8d8;
  height: auto;
  width: auto;
  margin-top: 20px;
  margin-bottom: 10px;
}
moen-galleries .l-search-info .m-container,
moen-galleries .l-search-info fh-anonymous-consent .container,
fh-anonymous-consent moen-galleries .l-search-info .container,
moen-galleries .l-search-info fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate moen-galleries .l-search-info cx-page-slot.Summary,
moen-galleries .l-search-info cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Summary,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent moen-galleries .l-search-info cx-page-slot.Summary,
moen-galleries .l-search-info fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate moen-galleries .l-search-info cx-page-slot.Tabs,
moen-galleries .l-search-info cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Tabs,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent moen-galleries .l-search-info cx-page-slot.Tabs,
moen-galleries .l-search-info fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate moen-galleries .l-search-info .tab-delivery,
moen-galleries .l-search-info cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .tab-delivery,
cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent moen-galleries .l-search-info .tab-delivery {
  justify-content: space-between;
  padding: 19px 25px;
}
moen-galleries .l-search-info.top .pagination {
  display: none;
}
moen-galleries .l-search-info.bottom {
  padding: 19px 25px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background: none;
  border-bottom: 0;
  margin: 20px 0 40px;
}
moen-galleries .l-search-info .title {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: var(--theme-brand-main);
  margin-right: 15px;
}
@media only screen and (min-width: 992px) {
  moen-galleries .l-search-info .title {
    display: flex;
  }
}
moen-galleries .l-search-info .align-self-center {
  align-self: center;
}
moen-galleries .l-search-info .showing {
  display: none;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}
moen-galleries .l-search-info .showing .product {
  color: #717171;
}
moen-galleries .l-search-info .showing .all-less {
  color: #c6893f;
  text-decoration: underline;
  font-size: 0.8571rem;
  line-height: inherit;
  align-self: center;
  margin-left: 10px;
  padding: 0;
}
moen-galleries .l-search-info .showing .all-less:focus {
  outline: 1px dashed currentColor;
}
@media only screen and (min-width: 768px) {
  moen-galleries .l-search-info .showing {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  moen-galleries .l-search-info .showing {
    display: flex;
    padding-left: 30px;
  }
}
moen-galleries .filters-toggle {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  background: var(--theme-brand-main);
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-size: 0.75rem;
  letter-spacing: 2px;
  line-height: 8px;
  padding: 0.85rem 0;
  text-transform: uppercase;
  width: 130px;
}
moen-galleries .l-filters-wrapper {
  position: fixed;
  height: auto;
  left: 0;
  top: 0;
  width: 100vw;
  max-height: 100vh;
  min-height: 100vh;
  background: rgba(31, 31, 31, 0);
  transform: translate(-100%);
  transition: transform 0.25s linear, background 0.333s ease-in-out 0.25s;
  z-index: 100;
}
moen-galleries .l-filters-wrapper.open {
  transform: translate(0);
  background: rgba(31, 31, 31, 0.3);
}
moen-galleries .l-filters-wrapper .l-filters-scroll {
  position: absolute;
  width: 100%;
  max-height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow-y: scroll;
}
moen-galleries .l-filters-wrapper .l-filters {
  position: relative;
  padding: 80px 25px 25px;
  background: #fff;
  min-height: 100vh;
  width: 75vw;
}
moen-galleries .l-filters-wrapper .l-filters .ProductLeftRefinements {
  padding: 0 !important;
}
moen-galleries .l-filters-wrapper .close-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #787579;
  color: #fff;
  height: 50px;
  top: 0;
  left: 75vw;
  padding: 13px;
  position: fixed;
  width: 50px;
  z-index: 2;
  font-weight: 700;
  font-size: 10.5px;
  letter-spacing: 2px;
  line-height: 8px;
  text-transform: uppercase;
  transition: background 0.5s ease;
}
moen-galleries .l-filters-wrapper .close-btn .label {
  display: none;
  margin-right: 15px;
}
moen-galleries .l-filters-wrapper .reset-done-buttons {
  position: fixed;
  left: 0;
  top: 0;
  width: 75vw;
  display: flex;
  z-index: 2;
}
moen-galleries .l-filters-wrapper .reset-done-buttons .reset {
  font-weight: 700;
  background: #d8d8d8;
  color: rgba(31, 31, 31, 0.55);
  flex: 1 0 50%;
  font-size: 0.7857rem;
  letter-spacing: 2px;
  line-height: 8px;
  outline-offset: -1px;
  padding: 21px 0;
  text-transform: uppercase;
}
moen-galleries .l-filters-wrapper .reset-done-buttons .done {
  font-weight: 700;
  color: rgba(31, 31, 31, 0.55);
  flex: 1 0 50%;
  font-size: 0.7857rem;
  letter-spacing: 2px;
  line-height: 8px;
  outline-offset: -1px;
  padding: 21px 0;
  text-transform: uppercase;
  background: var(--theme-brand-main);
  color: #fff;
}
@media only screen and (min-width: 768px) {
  moen-galleries .l-filters-wrapper .l-filters,
  moen-galleries .l-filters-wrapper .reset-done-buttons {
    width: 43vw;
  }
  moen-galleries .l-filters-wrapper .l-filters {
    padding: 80px 35px 25px;
  }
  moen-galleries .l-filters-wrapper .l-filters fh-sort,
  moen-galleries .l-filters-wrapper .l-filters fh-view-mode {
    display: none;
  }
  moen-galleries .l-filters-wrapper .close-btn {
    left: 46vw;
    width: auto;
    height: auto;
    top: 30px;
    max-width: 120px;
  }
  moen-galleries .l-filters-wrapper .close-btn .label {
    display: block;
  }
  moen-galleries .l-filters-wrapper .close-btn fh-svg {
    width: 15px;
    height: 15px;
  }
}
@media only screen and (min-width: 992px) {
  moen-galleries .l-filters-wrapper .l-filters,
  moen-galleries .l-filters-wrapper .reset-done-buttons {
    width: 33vw;
  }
  moen-galleries .l-filters-wrapper .close-btn {
    left: 35vw;
  }
}
@media only screen and (min-width: 1200px) {
  moen-galleries .l-filters-wrapper {
    display: none;
  }
}
moen-galleries .scope.moen .plp.plp-grid .p-item__inner._discontinued,
moen-galleries .scope.moen fh-product-references .p-item__inner._discontinued,
moen-galleries .scope.moen fh-recommendations .p-item__inner._discontinued,
moen-galleries .scope.commercial .plp.plp-grid .p-item__inner._discontinued,
moen-galleries .scope.commercial fh-product-references .p-item__inner._discontinued,
moen-galleries .scope.commercial fh-recommendations .p-item__inner._discontinued,
moen-galleries .scope.professional .plp.plp-grid .p-item__inner._discontinued,
moen-galleries .scope.professional fh-product-references .p-item__inner._discontinued,
moen-galleries .scope.professional fh-recommendations .p-item__inner._discontinued {
  position: relative;
}
moen-galleries .scope.moen .plp.plp-grid .p-item__inner._discontinued:before,
moen-galleries .scope.moen fh-product-references .p-item__inner._discontinued:before,
moen-galleries .scope.moen fh-recommendations .p-item__inner._discontinued:before,
moen-galleries .scope.commercial .plp.plp-grid .p-item__inner._discontinued:before,
moen-galleries .scope.commercial fh-product-references .p-item__inner._discontinued:before,
moen-galleries .scope.commercial fh-recommendations .p-item__inner._discontinued:before,
moen-galleries .scope.professional .plp.plp-grid .p-item__inner._discontinued:before,
moen-galleries .scope.professional fh-product-references .p-item__inner._discontinued:before,
moen-galleries .scope.professional fh-recommendations .p-item__inner._discontinued:before {
  font-style: normal;
  font-weight: 700;
  content: "Discontinued";
  position: absolute;
  color: #fff;
  font-size: 11px;
  line-height: 8px;
  pointer-events: none;
  text-align: center;
  z-index: 4;
  background-color: #777478;
  display: block;
  left: 50%;
  letter-spacing: 2px;
  margin-top: calc(37.33333% + 30px);
  padding: 10px;
  text-transform: uppercase;
  top: 0;
  transform: translateX(-50%);
}
@media only screen and (min-width: 768px) {
  moen-galleries .scope.moen .plp.plp-grid .p-item__inner._discontinued:before,
  moen-galleries .scope.moen fh-product-references .p-item__inner._discontinued:before,
  moen-galleries .scope.moen fh-recommendations .p-item__inner._discontinued:before,
  moen-galleries .scope.commercial .plp.plp-grid .p-item__inner._discontinued:before,
  moen-galleries .scope.commercial fh-product-references .p-item__inner._discontinued:before,
  moen-galleries .scope.commercial fh-recommendations .p-item__inner._discontinued:before,
  moen-galleries .scope.professional .plp.plp-grid .p-item__inner._discontinued:before,
  moen-galleries .scope.professional fh-product-references .p-item__inner._discontinued:before,
  moen-galleries .scope.professional fh-recommendations .p-item__inner._discontinued:before {
    margin-top: calc(37.33333% + 62.5px);
    padding: 10px 20px 12px;
  }
}
@media only screen and (min-width: 992px) {
  moen-galleries .scope.moen .plp.plp-grid .p-item__inner._discontinued:before,
  moen-galleries .scope.moen fh-product-references .p-item__inner._discontinued:before,
  moen-galleries .scope.moen fh-recommendations .p-item__inner._discontinued:before,
  moen-galleries .scope.commercial .plp.plp-grid .p-item__inner._discontinued:before,
  moen-galleries .scope.commercial fh-product-references .p-item__inner._discontinued:before,
  moen-galleries .scope.commercial fh-recommendations .p-item__inner._discontinued:before,
  moen-galleries .scope.professional .plp.plp-grid .p-item__inner._discontinued:before,
  moen-galleries .scope.professional fh-product-references .p-item__inner._discontinued:before,
  moen-galleries .scope.professional fh-recommendations .p-item__inner._discontinued:before {
    margin-top: calc(37.33333% + 50px);
  }
}
moen-galleries .scope.moen .plp.plp-grid .p-item__inner._discontinued .p-media-link,
moen-galleries .scope.moen fh-product-references .p-item__inner._discontinued .p-media-link,
moen-galleries .scope.moen fh-recommendations .p-item__inner._discontinued .p-media-link,
moen-galleries .scope.commercial .plp.plp-grid .p-item__inner._discontinued .p-media-link,
moen-galleries .scope.commercial fh-product-references .p-item__inner._discontinued .p-media-link,
moen-galleries .scope.commercial fh-recommendations .p-item__inner._discontinued .p-media-link,
moen-galleries .scope.professional .plp.plp-grid .p-item__inner._discontinued .p-media-link,
moen-galleries .scope.professional fh-product-references .p-item__inner._discontinued .p-media-link,
moen-galleries .scope.professional fh-recommendations .p-item__inner._discontinued .p-media-link {
  opacity: 0.5;
}
moen-galleries .plp.plp-grid,
moen-galleries fh-product-references,
moen-galleries fh-recommendations {
  max-width: 100%;
  min-width: 320px;
  display: flex;
  flex-wrap: wrap;
}
moen-galleries .plp.plp-grid .p-item,
moen-galleries fh-product-references .p-item,
moen-galleries fh-recommendations .p-item {
  flex: 0 0 50%;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 0 12px;
  position: relative;
  text-align: center;
  transition: 0.333s ease;
  z-index: 1;
}
moen-galleries .plp.plp-grid .p-item__inner,
moen-galleries fh-product-references .p-item__inner,
moen-galleries fh-recommendations .p-item__inner {
  border: 1px solid transparent;
  padding: 30px 10px 10px;
  min-height: 100%;
  width: 100%;
  position: relative;
  text-align: center;
  transition: 0.333s ease;
  display: flex;
  flex-direction: column;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  moen-galleries .plp.plp-grid .p-item__inner:hover,
  moen-galleries fh-product-references .p-item__inner:hover,
  moen-galleries fh-recommendations .p-item__inner:hover {
    border-color: #d8d8d8;
  }
}
@media only screen and (min-width: 768px) {
  moen-galleries .plp.plp-grid .p-item__inner,
  moen-galleries fh-product-references .p-item__inner,
  moen-galleries fh-recommendations .p-item__inner {
    padding: 50px 20px 20px;
  }
}
moen-galleries .plp.plp-grid .p-item__inner._new .p-media-link,
moen-galleries fh-product-references .p-item__inner._new .p-media-link,
moen-galleries fh-recommendations .p-item__inner._new .p-media-link {
  display: block;
  position: relative;
  overflow: hidden;
}
moen-galleries .plp.plp-grid .p-item__inner._new .p-media-link:before,
moen-galleries fh-product-references .p-item__inner._new .p-media-link:before,
moen-galleries fh-recommendations .p-item__inner._new .p-media-link:before {
  position: absolute;
  text-align: center;
  line-height: 2.5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.75em;
  background: var(--theme-brand-main);
  color: #fff;
  content: "NEW";
  width: 145px;
  top: auto;
  left: auto;
  bottom: 2px;
  right: -54px;
  transform: rotate(-40deg);
}
moen-galleries .plp.plp-grid .p-item .p-image-holder,
moen-galleries fh-product-references .p-item .p-image-holder,
moen-galleries fh-recommendations .p-item .p-image-holder {
  margin-bottom: 15px;
  flex-grow: 1;
}
moen-galleries .plp.plp-grid .p-item .p-info-holder,
moen-galleries fh-product-references .p-item .p-info-holder,
moen-galleries fh-recommendations .p-item .p-info-holder {
  display: flex;
  flex-direction: column;
}
moen-galleries .plp.plp-grid .p-item .p-name-link,
moen-galleries fh-product-references .p-item .p-name-link,
moen-galleries fh-recommendations .p-item .p-name-link {
  color: var(--theme-brand-main);
  display: block;
  font-size: 14px;
  line-height: 18px;
  min-height: 85px;
  transition: color 0.2s ease-out;
}
moen-galleries .plp.plp-grid .p-item .p-name-link:hover,
moen-galleries fh-product-references .p-item .p-name-link:hover,
moen-galleries fh-recommendations .p-item .p-name-link:hover {
  color: var(--theme-brand-main);
  text-decoration: none;
}
moen-galleries .plp.plp-grid .p-item .p-model,
moen-galleries fh-product-references .p-item .p-model,
moen-galleries fh-recommendations .p-item .p-model {
  margin-top: 10px;
  font-family: Libre Baskerville, serif;
  font-style: italic;
  font-weight: 400;
  color: #717171;
  font-size: 12px;
}
moen-galleries .plp.plp-grid .p-item .p-price,
moen-galleries fh-product-references .p-item .p-price,
moen-galleries fh-recommendations .p-item .p-price {
  position: relative;
  margin-top: 10px;
}
moen-galleries .plp.plp-grid .p-item .p-price span.discounted,
moen-galleries fh-product-references .p-item .p-price span.discounted,
moen-galleries fh-recommendations .p-item .p-price span.discounted {
  color: #8b888c;
  text-decoration: line-through;
}
moen-galleries .plp.plp-grid .p-item .p-price span.savedAmount,
moen-galleries fh-product-references .p-item .p-price span.savedAmount,
moen-galleries fh-recommendations .p-item .p-price span.savedAmount {
  color: #2d99e6;
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  text-decoration: none;
}
moen-galleries .plp.plp-grid .p-item .p-price .c-loading,
moen-galleries fh-product-references .p-item .p-price .c-loading,
moen-galleries fh-recommendations .p-item .p-price .c-loading {
  height: 20px;
  width: 20px;
}
moen-galleries .plp.plp-grid .p-item .p-price .full,
moen-galleries fh-product-references .p-item .p-price .full,
moen-galleries fh-recommendations .p-item .p-price .full {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  color: #000;
  font-size: 18px;
  margin-top: 5px;
}
moen-galleries .plp.plp-grid .p-item .p-rating,
moen-galleries fh-product-references .p-item .p-rating,
moen-galleries fh-recommendations .p-item .p-rating {
  margin-top: 10px;
}
moen-galleries .plp.plp-grid .p-item .p-rating .plmr-c-icon-star,
moen-galleries fh-product-references .p-item .p-rating .plmr-c-icon-star,
moen-galleries fh-recommendations .p-item .p-rating .plmr-c-icon-star {
  color: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
moen-galleries .plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars,
moen-galleries fh-product-references .p-item .p-rating .plmr-c-icon-star .stars,
moen-galleries fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars {
  display: flex;
  justify-content: center;
  align-items: center;
}
moen-galleries .plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars .star polygon,
moen-galleries fh-product-references .p-item .p-rating .plmr-c-icon-star .stars .star polygon,
moen-galleries fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars .star polygon {
  fill: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
moen-galleries .plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars[data-stars="0"] .star polygon,
moen-galleries fh-product-references .p-item .p-rating .plmr-c-icon-star .stars[data-stars="0"] .star polygon,
moen-galleries fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars[data-stars="0"] .star polygon {
  fill: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
moen-galleries .plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon,
moen-galleries fh-product-references .p-item .p-rating .plmr-c-icon-star .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon,
moen-galleries fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
  fill: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
moen-galleries .plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon,
moen-galleries fh-product-references .p-item .p-rating .plmr-c-icon-star .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon,
moen-galleries fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
  fill: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
moen-galleries .plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon,
moen-galleries fh-product-references .p-item .p-rating .plmr-c-icon-star .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon,
moen-galleries fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
  fill: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
moen-galleries .plp.plp-grid .p-item .p-rating .plmr-c-icon-star .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon,
moen-galleries fh-product-references .p-item .p-rating .plmr-c-icon-star .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon,
moen-galleries fh-recommendations .p-item .p-rating .plmr-c-icon-star .stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
  fill: rgb(var(--nbhd-moen-color-deepBlue-rgb));
}
moen-galleries .plp.plp-grid .p-item .add-to-cart,
moen-galleries fh-product-references .p-item .add-to-cart,
moen-galleries fh-recommendations .p-item .add-to-cart {
  margin-top: 15px;
  min-height: 48px;
}
moen-galleries .plp.plp-grid .p-item .add-to-cart button,
moen-galleries fh-product-references .p-item .add-to-cart button,
moen-galleries fh-recommendations .p-item .add-to-cart button {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  width: 130px;
  background-color: var(--theme-brand-main);
  border: 0;
  border-radius: 2px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 2px;
  line-height: 8px;
  padding: 0.85rem 1rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background 0.5s ease;
  min-height: 40px;
}
moen-galleries .plp.plp-grid .p-item .add-to-cart button:hover,
moen-galleries fh-product-references .p-item .add-to-cart button:hover,
moen-galleries fh-recommendations .p-item .add-to-cart button:hover {
  background-color: var(--theme-brand-main);
}
moen-galleries .plp.plp-grid .p-item .add-to-cart button:disabled,
moen-galleries fh-product-references .p-item .add-to-cart button:disabled,
moen-galleries fh-recommendations .p-item .add-to-cart button:disabled {
  background-color: #d8d8d8;
  color: rgba(31, 31, 31, 0.55);
  cursor: not-allowed;
}
moen-galleries .plp.plp-grid.v-list .p-item,
moen-galleries fh-product-references.v-list .p-item,
moen-galleries fh-recommendations.v-list .p-item {
  flex: 0 0 100%;
  flex-direction: row;
  text-align: left;
  min-height: 185px;
}
moen-galleries .plp.plp-grid.v-list .p-item .p-item__inner,
moen-galleries fh-product-references.v-list .p-item .p-item__inner,
moen-galleries fh-recommendations.v-list .p-item .p-item__inner {
  flex: 0 0 100%;
  flex-direction: row;
  text-align: left;
  min-height: 185px;
  padding-top: 0;
  padding-bottom: 0;
}
moen-galleries .plp.plp-grid.v-list .p-item .p-image-holder,
moen-galleries fh-product-references.v-list .p-item .p-image-holder,
moen-galleries fh-recommendations.v-list .p-item .p-image-holder {
  width: 43%;
  flex-basis: 43%;
  margin-bottom: 0;
}
moen-galleries .plp.plp-grid.v-list .p-item .p-info-holder,
moen-galleries fh-product-references.v-list .p-item .p-info-holder,
moen-galleries fh-recommendations.v-list .p-item .p-info-holder {
  flex-grow: 0;
  flex-basis: 57%;
  padding-left: 15px;
}
moen-galleries .plp.plp-grid.v-list .p-item .p-name-link,
moen-galleries fh-product-references.v-list .p-item .p-name-link,
moen-galleries fh-recommendations.v-list .p-item .p-name-link {
  min-height: initial;
}
@media only screen and (min-width: 544px) {
  moen-galleries .l-search-info .title {
    font-size: 16px;
    max-width: initial;
  }
}
@media only screen and (min-width: 768px) {
  moen-galleries .l-search-info .m-container,
  moen-galleries .l-search-info fh-anonymous-consent .container,
  fh-anonymous-consent moen-galleries .l-search-info .container,
  moen-galleries .l-search-info fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Summary,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate moen-galleries .l-search-info cx-page-slot.Summary,
  moen-galleries .l-search-info cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Summary,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent moen-galleries .l-search-info cx-page-slot.Summary,
  moen-galleries .l-search-info fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate cx-page-slot.Tabs,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate moen-galleries .l-search-info cx-page-slot.Tabs,
  moen-galleries .l-search-info cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent cx-page-slot.Tabs,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent moen-galleries .l-search-info cx-page-slot.Tabs,
  moen-galleries .l-search-info fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate .tab-delivery,
  fh-anonymous-consent cx-page-layout.ProductDetailsPageTemplate moen-galleries .l-search-info .tab-delivery,
  moen-galleries .l-search-info cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent .tab-delivery,
  cx-page-layout.ProductDetailsPageTemplate fh-anonymous-consent moen-galleries .l-search-info .tab-delivery {
    justify-content: space-between;
    flex-direction: row;
  }
  moen-galleries .l-search-info.top .pagination {
    display: block;
  }
  moen-galleries .l-search-info.bottom {
    justify-content: space-between;
    flex-direction: row;
  }
  moen-galleries .filters-toggle {
    display: none;
  }
  moen-galleries .pagination {
    margin-top: 0;
  }
  moen-galleries .sort-view-wrapper {
    display: flex;
  }
  moen-galleries .plp.plp-grid .p-item,
  moen-galleries fh-product-references .p-item,
  moen-galleries fh-recommendations .p-item {
    margin: 15px 0;
    padding: 0 31px;
  }
  moen-galleries .plp.plp-grid .p-item .p-image-holder,
  moen-galleries fh-product-references .p-item .p-image-holder,
  moen-galleries fh-recommendations .p-item .p-image-holder {
    margin-bottom: 25px;
  }
  moen-galleries .plp.plp-grid .p-item .p-name-link,
  moen-galleries fh-product-references .p-item .p-name-link,
  moen-galleries fh-recommendations .p-item .p-name-link {
    font-size: 16px;
    line-height: 21px;
  }
  moen-galleries .plp.plp-grid .p-item .p-model,
  moen-galleries fh-product-references .p-item .p-model,
  moen-galleries fh-recommendations .p-item .p-model {
    font-size: 14px;
  }
  moen-galleries .plp.plp-grid .p-item .p-price .discounted,
  moen-galleries fh-product-references .p-item .p-price .discounted,
  moen-galleries fh-recommendations .p-item .p-price .discounted {
    font-size: 15px;
  }
  moen-galleries .plp.plp-grid.v-list .p-item,
  moen-galleries fh-product-references.v-list .p-item,
  moen-galleries fh-recommendations.v-list .p-item {
    max-width: 100%;
  }
  moen-galleries .plp.plp-grid.v-list .p-item .p-image-holder,
  moen-galleries fh-product-references.v-list .p-item .p-image-holder,
  moen-galleries fh-recommendations.v-list .p-item .p-image-holder {
    width: 32%;
    flex-basis: 32%;
  }
  moen-galleries .plp.plp-grid.v-list .p-item .p-info-holder,
  moen-galleries fh-product-references.v-list .p-item .p-info-holder,
  moen-galleries fh-recommendations.v-list .p-item .p-info-holder {
    padding-left: 75px;
    padding-top: 20px;
    width: 68%;
    flex-basis: 68%;
  }
}
@media only screen and (min-width: 992px) {
  moen-galleries .plp.plp-grid .p-item {
    flex: 0 0 33%;
    max-width: 33.33%;
  }
}
@media only screen and (min-width: 1200px) {
  moen-galleries .l-result .l-plp {
    flex-basis: 75%;
    max-width: 75%;
  }
  moen-galleries .l-result .ProductLeftRefinements {
    display: block;
  }
  moen-galleries .sort .sort-btn {
    max-width: 105px;
  }
}
.recommendations-list {
  border-top: 1px solid #d8d8d8;
  margin-top: 2rem;
  padding-top: 2rem;
}
.recommendations-list__title {
  color: #8b888c;
  font-size: 1.2rem;
}
.recommendations-list__inner {
  margin-top: 1rem;
}
.recommendations-list__item {
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.recommendations-list__item:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}
.recommendations-list__item .cx-link {
  display: block;
  font-size: 1.143rem;
  font-weight: 500;
  margin-bottom: 0.7143rem;
  color: var(--theme-brand-main);
  line-height: 1.2;
}
.product-proofing {
  background: #f6f6f6;
  border-bottom: 2px solid #8b888c;
  padding: 20px;
}
.product-proofing .plmr-l-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1300px;
  min-width: 320px;
  padding-left: 1rem;
  padding-right: 1rem;
  width: 100%;
}
.product-proofing .product-proofing-title {
  font-size: 2.5rem;
  margin-bottom: 15px;
}
.product-proofing .product-proofing-item {
  margin-bottom: 10px;
}
.product-proofing .product-proofing-item .product-proofing-label {
  color: var(--theme-brand-main);
  font-size: 1.2rem;
  font-weight: 700;
  margin-right: 5px;
}
.product-proofing .product-proofing-item .product-proofing-value {
  font-weight: 700;
}
.product-proofing .product-proofing-item .green {
  color: #3dba82 !important;
}
.product-proofing .product-proofing-item .red {
  color: #d50001 !important;
}
.plmr-c-select-language {
  max-width: 242px;
  position: relative;
  width: 100%;
}
.plmr-c-select-language__form {
  width: 100%;
}
.plmr-c-select-language__form-select {
  color: var(--theme-languageSelector-color);
  display: block;
  position: relative;
  width: 100%;
}
.plmr-c-select-language__input {
  font-style: normal;
  font-weight: 400;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: var(--theme-languageSelector-backgroundColor);
  border: 1px solid #d8d8d8;
  border-radius: 0;
  color: var(--theme-languageSelector-color);
  display: block;
  width: 100%;
  border: 1px solid #ecedef;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.38;
  padding: 13px 45px 13px 25px;
}
.plmr-c-select-language__optgroup,
.plmr-c-select-language__option {
  color: currentColor;
}
.plmr-c-select-language::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 1px solid var(--theme-languageSelector-color);
  border-bottom: 1px solid var(--theme-languageSelector-color);
  transform: translateY(-50%) rotate(45deg);
  z-index: 1;
  right: 12px;
}
language-selector {
  max-width: 242px;
  position: relative;
  width: 100%;
}
.layout-header language-selector {
  color: var(--nbhd-moen-color-deepBlue);
  width: auto;
}
.layout-header language-selector .plmr-c-select-language__input,
.layout-header language-selector .plmr-c-select-language__option {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  height: 37px;
}
.layout-header language-selector .plmr-c-select-language__input:focus {
  --nbhd-focus-outlineOffset: -2px;
}
.layout-header language-selector .plmr-c-select-language:before {
  border-top-color: var(--nbhd-moen-color-deepBlue);
}
.plmr-c-select-language--condensed .plmr-c-select-language__input,
.layout-header .plmr-c-select-language__input {
  font-size: 12px;
  height: 34px;
  line-height: 14px;
  padding-bottom: 0;
  padding-top: 0;
}
.layout-header .plmr-c-select-language__input {
  border-bottom: 0;
  border-top: 0;
}
.plmr-c-mastfoot .plmr-c-select-language {
  margin-bottom: 30px;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.featured-item .item-article-featured.show-mobile {
  display: block;
}
.nav-card {
  border: 1px solid #d8d8d8;
  padding: 30px 2%;
  text-align: center;
  width: 250px;
  margin-bottom: 20px;
  margin-left: 25px;
}
.nav-card__title {
  font-weight: 700;
  color: var(--theme-brand-main);
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.nav-card__link {
  margin-bottom: 20px;
}
.nav-card__link a {
  display: block;
}
.nav-card__link--large a {
  color: var(--nbhd-moen-color-deepBlue) !important;
  text-decoration: underline !important;
  display: block !important;
  font-size: 24px !important;
  line-height: 28px !important;
  margin-bottom: 10px !important;
}
.nav-card__link--large a strong {
  font-weight: normal;
  color: var(--theme-brand-main);
}
.nav-card__link--small a {
  color: var(--nbhd-moen-color-deepBlue) !important;
  text-decoration: underline !important;
  display: block !important;
  font-size: 16px !important;
  line-height: 18px !important;
}
.nav-card__link--small a strong {
  color: #8b888c;
  font-weight: normal;
}
.nav-card__copy {
  color: #1f1f1f;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 30px;
}
.nav-card__cta a {
  font-family:
    "Denim",
    "Helvetica Neue",
    Helvetica,
    Roboto,
    Arial,
    sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: inline-block !important;
  font-size: 0.75rem !important;
  letter-spacing: 2px;
  line-height: 8px !important;
  padding: 0 0 0.625rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.5s ease;
  white-space: nowrap;
  border: 0;
}
.nav-card__cta a:after {
  background-color: currentColor;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  transition: height 0.5s ease !important;
}
.nav-card__cta a {
  color: var(--theme-brand-main) !important;
}
.nav-card__cta a:hover,
.nav-card__cta a:focus,
.nav-card__cta a:active {
  color: var(--theme-brand-constrast-dark) !important;
}
.nav-card__cta a:hover,
.nav-card__cta a:focus,
.nav-card__cta a:active {
  text-decoration: none;
  background: none !important;
}
.nav-card__cta a:hover:after,
.nav-card__cta a:focus:after,
.nav-card__cta a:active:after {
  height: 3px;
}
@media only screen and (min-width: 768px) {
  .nav-card {
    margin-left: 0;
  }
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.services-category-featured .service-category-links {
  margin: 30px 0;
  padding: 0 25px 20px 25px;
  border-bottom: 1px solid #d8d8d8;
}
@media only screen and (min-width: 768px) {
  .services-category-featured {
    margin: 50px 0 0 0;
  }
  .services-category-featured .service-category-links {
    border-bottom: 0;
    margin: 0 0 20px 0;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .services-category-featured {
    margin-top: 0;
    display: flex;
    flex-wrap: wrap;
    padding-right: 40px;
    padding-left: 40px;
    justify-content: space-around;
  }
}
.services-category-featured .service-category-links__identify,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify {
  margin-bottom: 20px;
}
.services-category-featured .service-category-links__identify a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a {
  background-color: var(--theme-brand-main) !important;
}
.services-category-featured .service-category-links__identify a:hover,
.services-category-featured .service-category-links__identify a:focus,
.services-category-featured .service-category-links__identify a:active,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:hover,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:focus,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__identify a:active {
  background: var(--theme-brand-main-dark) !important;
}
.services-category-featured .service-category-links__register a,
.m-navigation .m-nav-wrapper .m-nav ul li .services-category-featured .service-category-links__register a {
  color: var(--nbhd-moen-color-deepBlue);
  text-decoration: underline;
  font-weight: 700;
  display: inline-block;
  font-size: 14px;
  line-height: 18px;
}
:root {
  --theme-color-plus: var(--nbhd-moen-color-deepBlue);
  --theme-color-moen: var(--nbhd-moen-color-deepBlue);
}
.tag {
  display: inline-block;
  background: var(--theme-brand-main);
  font-size: 0.875em;
  color: #FFF;
  padding: 7px 10px 5px;
  line-height: 1em;
  border-radius: 3px;
}
.plmr-u-text-white,
.plmr-u-text--white {
  color: #fff;
}
.plmr-u-text-black,
.plmr-u-text--black {
  color: #000;
}
.plmr-u-text--brand-primary {
  color: var(--theme-brand-main);
}
.plmr-u-text--brand-secondary {
  color: var(--theme-brand-main);
}
.plmr-u-text--brand-tertiary {
  color: var(--theme-brand-main);
}
.plmr-u-text--text-primary,
.plrm-u-text--text-body-primary {
  color: var(--theme-body-color);
}
.plmr-u-text--text-secondary,
.plrm-u-text--text-body-primary {
  color: inherit;
}
.plmr-u-text--text-tertiary,
.plrm-u-text--text-body-primary {
  color: inherit;
}
.plmr-u-text--background-primary {
  color: var(--theme-background-primary);
}
.plmr-u-text--background-secondary {
  color: var(--theme-background-secondary-dark);
}
.plmr-u-text--background-tertiary {
  color: var(--theme-background-tertiary);
}
.plmr-u-text--text-header-primary {
  color: var(--theme-brand-main);
}
.plmr-u-text--text-header-secondary {
  color: #787579;
}
.plmr-u-text--accent-light {
  color: var(--theme-accent-light);
}
.plmr-u-text--accent-dark {
  color: var(--theme-accent-dark);
}
.plmr-u-bg-white {
  background-color: #fff;
}
.plmr-u-bg-black {
  background-color: #000;
}
.plmr-u-bg--brand-primary {
  background-color: var(--theme-brand-main);
}
.plmr-u-bg--brand-secondary {
  background-color: var(--theme-brand-main);
}
.plmr-u-bg--brand-tertiary {
  background-color: #c8893b;
}
.plmr-u-bg--text-primary {
  background-color: var(--theme-body-color);
}
.plmr-u-bg--text-secondary {
  background-color: #8b888c;
}
.plmr-u-bg--text-tertiary {
  background-color: #19345e;
}
.plmr-u-bg--text-body-primary {
  background-color: var(--theme-body-color);
}
.plmr-u-bg--text-body-secondary {
  background-color: #8b888c;
}
.plmr-u-bg--text-body-tertiary {
  background-color: #19345e;
}
.plmr-u-bg--text-header-primary {
  background-color: var(--theme-brand-main);
}
.plmr-u-bg--text-header-secondary {
  background-color: var(--theme-brand-main);
}
.plmr-u-bg--text-header-tertiary,
.plmr-u-bg--text-link {
  background-color: #c8893b;
}
.plmr-u-bg--button-primary {
  background-color: var(--theme-brand-main);
}
.plmr-u-bg--button-secondary {
  background-color: var(--theme-brand-main);
}
.plmr-u-bg--button-tertiary {
  background-color: #c8893b;
}
.plmr-u-bg--button-primary-background {
  background-color: var(--theme-brand-main);
}
.plmr-u-bg--button-primary-text {
  background-color: #fff;
}
.plmr-u-bg--button-secondary-background {
  background-color: var(--theme-brand-main);
}
.plmr-u-bg--button-secondary-text {
  background-color: #fff;
}
.plmr-u-bg--button-tertiary-background {
  background-color: #c8893b;
}
.plmr-u-bg--button-tertiary-text {
  background-color: #fff;
}
.plmr-u-bg--background-primary {
  background-color: #fff !important;
}
.plmr-u-bg--background-secondary {
  background-color: #ecedef !important;
}
.plmr-u-bg--background-tertiary {
  background-color: #f6f6f6 !important;
}
.plmr-u-bg--background-quaternary {
  background-color: var(--theme-brand-main) !important;
}
.plmr-u-bg--status-error {
  background-color: #d50001;
}
.plmr-u-bg--status-confirmation {
  background-color: #3dba82;
}
.plmr-u-bg--status-alert {
  background-color: #fee852;
}
.plmr-u-bg--status-info {
  background-color: #2d99e6;
}
.plmr-u-bg--accent-light {
  background-color: #d8d8d8 !important;
}
.plmr-u-bg--accent-dark {
  background-color: #8b888c !important;
}
.plmr-u-bg--accent-text-light {
  background-color: #777;
}
.plmr-u-bg--accent-gradient-start {
  background-color: #2e5585;
}
.plmr-u-bg--accent-gradient-stop {
  background-color: #080610;
}
.plmr-u-bg--accent-sequence-scroll {
  background-color: #0d132e;
}
.plmr-u-bg--accent-sequence-scroll-switch {
  background-color: #0e1329;
}
.plmr-u-bg--accent-dusty-gray {
  background-color: #979797;
}
.plmr-u-bg--accent-timer-video {
  background-color: #0e1426;
}
.plmr-u-bg--accent-ebony {
  background-color: #101628;
}
.plmr-u-bg--finish-brushed-nickel {
  background-color: #9f9685;
}
.plmr-u-bg--finish-matte-black {
  background-color: #2e2e2e;
}
.plmr-u-bg--finish-chrome {
  background-color: #98999d;
}
.plmr-u-bg--finish-bronze {
  background-color: #39312e;
}
.plmr-u-bg--finish-polished-nickel {
  background-color: #978a73;
}
.plmr-u-bg--finish-spot-resist-stainless {
  background-color: #a7a69a;
}
.plmr-u-bg--masthead-main-background {
  background-color: var(--theme-brand-main);
}
.plmr-u-bg--masthead-main-link,
.plmr-u-bg--masthead-secondary-background {
  background-color: #fff;
}
.plmr-u-bg--masthead-secondary-link {
  background-color: #8b888c;
}
.plmr-u-bg--masthead-flyout-background {
  background-color: #fff;
}
.plmr-u-bg--masthead-flyout-link {
  background-color: #8b888c;
}
.plmr-u-bg--masthead-flyout-section-title {
  background-color: var(--theme-brand-main);
}
.plmr-u-bg--black {
  background-color: #000;
}
.plmr-u-bg--transparent {
  background-color: transparent;
}
.plmr-u-text--underline {
  text-decoration: underline;
}
/*!
* 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: 2;
  animation-iteration-count: 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: 3;
  animation-iteration-count: 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: 2s;
  animation-delay: 2s;
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s;
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster {
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast {
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3);
}
@media (prefers-reduced-motion: reduce), print {
  .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;
  }
}
@-webkit-keyframes bounce {
  0%, 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: translateZ(0);
    transform: translateZ(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: translateZ(0) scaleY(0.95);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
@keyframes bounce {
  0%, 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: translateZ(0);
    transform: translateZ(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: translateZ(0) scaleY(0.95);
    transform: translateZ(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 {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(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 {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(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: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shakeX {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(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: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  to {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  0%, 11.1%, to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.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: 1.3s;
  animation-duration: 1.3s;
  -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;
}
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp;
}
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  20% {
    -webkit-transform: translateY(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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(0) scale(0.7);
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    -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;
}
@-webkit-keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}
@keyframes bounceIn {
  0%, 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: scaleX(1);
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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 {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInDown {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInLeft {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInRight {
  0%, 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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%, 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(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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes bounceInUp {
  0%, 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(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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft;
}
@-webkit-keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight;
}
@-webkit-keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft;
}
@-webkit-keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0);
  }
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0);
  }
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0);
  }
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(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 {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-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 {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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 {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotateY(-15deg);
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -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;
}
@-webkit-keyframes lightSpeedInRight {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInRight {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedInLeft {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes lightSpeedInLeft {
  0% {
    -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: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutRight {
  0% {
    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 {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOutLeft {
  0% {
    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;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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: rotate(80deg);
    transform: rotate(80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate(60deg);
    transform: rotate(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: 2s;
  animation-duration: 2s;
  -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 {
  0% {
    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 {
  0% {
    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;
}
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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 {
  0% {
    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;
}
@-webkit-keyframes zoomOut {
  0% {
    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 {
  0% {
    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;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(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 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
}
html,
body {
  height: 100%;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  overflow-wrap: break-word;
  padding: 0;
}
#root,
#__next {
  isolation: isolate;
}
:root {
  --nbhd-space-0: 0;
  --nbhd-space-025: calc(0.25rem * 0.25);
  --nbhd-space-05: calc(0.25rem * 0.5);
  --nbhd-space-1: calc(0.25rem * 1);
  --nbhd-space-2: calc(0.25rem * 2);
  --nbhd-space-3: calc(0.25rem * 3);
  --nbhd-space-4: calc(0.25rem * 4);
  --nbhd-space-5: calc(0.25rem * 5);
  --nbhd-space-6: calc(0.25rem * 6);
  --nbhd-space-7: calc(0.25rem * 7);
  --nbhd-space-8: calc(0.25rem * 8);
  --nbhd-space-9: calc(0.25rem * 9);
  --nbhd-space-10: calc(0.25rem * 10);
  --nbhd-space-11: calc(0.25rem * 11);
  --nbhd-space-12: calc(0.25rem * 12);
  --nbhd-space-13: calc(0.25rem * 13);
  --nbhd-space-14: calc(0.25rem * 14);
  --nbhd-space-15: calc(0.25rem * 15);
  --nbhd-space-16: calc(0.25rem * 16);
  --nbhd-space-17: calc(0.25rem * 17);
  --nbhd-space-18: calc(0.25rem * 18);
  --nbhd-space-19: calc(0.25rem * 19);
  --nbhd-space-20: calc(0.25rem * 20);
  --nbhd-space-21: calc(0.25rem * 21);
  --nbhd-space-22: calc(0.25rem * 22);
  --nbhd-space-23: calc(0.25rem * 23);
  --nbhd-space-24: calc(0.25rem * 24);
  --nbhd-space-25: calc(0.25rem * 25);
  --nbhd-space-26: calc(0.25rem * 26);
  --nbhd-space-27: calc(0.25rem * 27);
  --nbhd-space-28: calc(0.25rem * 28);
  --nbhd-space-29: calc(0.25rem * 29);
  --nbhd-space-30: calc(0.25rem * 30);
  --nbhd-space-31: calc(0.25rem * 31);
  --nbhd-space-32: calc(0.25rem * 32);
  --nbhd-space-33: calc(0.25rem * 33);
  --nbhd-space-34: calc(0.25rem * 34);
  --nbhd-space-35: calc(0.25rem * 35);
  --nbhd-space-36: calc(0.25rem * 36);
  --nbhd-space-37: calc(0.25rem * 37);
  --nbhd-space-38: calc(0.25rem * 38);
  --nbhd-space-39: calc(0.25rem * 39);
  --nbhd-space-40: calc(0.25rem * 40);
}
:root {
  --nbhd-color-white: #ffffff;
  --nbhd-color-white-rgb:
    255,
    255,
    255;
  --nbhd-color-black: #000000;
  --nbhd-color-black-rgb:
    0,
    0,
    0;
  --nbhd-base-color-navy: #1c4d78;
  --nbhd-base-color-navy-rgb:
    28,
    77,
    120;
  --nbhd-base-color-gold: #c9972c;
  --nbhd-base-color-green: #68813c;
  --nbhd-base-color-purple: #652f6c;
  --nbhd-base-color-red: #a1412b;
  --nbhd-base-color-gray: #a7a9ac;
  --nbhd-base-color-black: #201d1d;
  --nbhd-base-color-casper: #b8c5d1;
  --nbhd-base-color-lily-white: #eaebec;
  --nbhd-base-color-maya-blue: #66c3ec;
}
:root {
  --nbhd-fontWeight-100: 100;
  --nbhd-fontWeight-200: 200;
  --nbhd-fontWeight-300: 300;
  --nbhd-fontWeight-400: 400;
  --nbhd-fontWeight-500: 500;
  --nbhd-fontWeight-600: 600;
  --nbhd-fontWeight-700: 700;
  --nbhd-fontWeight-800: 800;
  --nbhd-font-weight-100: 100;
  --nbhd-font-weight-200: 200;
  --nbhd-font-weight-300: 300;
  --nbhd-font-weight-400: 400;
  --nbhd-font-weight-500: 500;
  --nbhd-font-weight-600: 600;
  --nbhd-font-weight-700: 700;
  --nbhd-font-weight-800: 800;
  --nbhd-font-weight-light: var(--nbhd-font-weight-300);
  --nbhd-font-weight-regular: var(--nbhd-font-weight-400);
  --nbhd-font-weight-medium: var(--nbhd-font-weight-500);
  --nbhd-font-weight-semibold: var(--nbhd-font-weight-600);
  --nbhd-font-weight-bold: var(--nbhd-font-weight-800);
  --nbhd-base-body-font-weight: var(--nbhd-font-weight-regular);
  --nbhd-font-size-0: 0.625rem;
  --nbhd-font-size-1: 11px;
  --nbhd-font-size-2: 12px;
  --nbhd-font-size-3: 13px;
  --nbhd-font-size-4: 14px;
  --nbhd-font-size-5: 16px;
  --nbhd-font-size-6: 18px;
  --nbhd-font-size-7: 20px;
  --nbhd-font-size-8: 24px;
  --nbhd-font-size-9: 28px;
  --nbhd-font-size-10: 34px;
  --nbhd-font-size-11: 40px;
  --nbhd-font-size-12: 48px;
  --nbhd-font-size-13: 55px;
  --nbhd-fontScale: 1;
  --nbhd-fontSize-base: 16px;
  --nbhd-fontSize-tiny: calc(var(--nbhd-fontScale) * var(--nbhd-fontSize-base) * 0.625);
  --nbhd-fontSize-xxs: calc(var(--nbhd-fontScale) * var(--nbhd-fontSize-base) * 0.6875);
  --nbhd-fontSize-xs: calc(var(--nbhd-fontScale) * var(--nbhd-fontSize-base) * 0.8125);
  --nbhd-fontSize-sm: calc(var(--nbhd-fontScale) * var(--nbhd-fontSize-base) * 0.875);
  --nbhd-fontSize-regular: calc(var(--nbhd-fontScale) * var(--nbhd-fontSize-base));
  --nbhd-fontSize-md: calc(var(--nbhd-fontScale) * var(--nbhd-fontSize-base) * 1.125);
  --nbhd-fontSize-lg: calc(var(--nbhd-fontScale) * var(--nbhd-fontSize-base) * 1.25);
  --nbhd-fontSize-xl: calc(var(--nbhd-fontScale) * var(--nbhd-fontSize-base) * 1.5);
  --nbhd-fontSize-xxl: calc(var(--nbhd-fontScale) * var(--nbhd-fontSize-base) * 1.75);
  --nbhd-fontSize-xxxl: calc(var(--nbhd-fontScale) * var(--nbhd-fontSize-base) * 2.125);
  --nbhd-fontSize-display: calc(var(--nbhd-fontScale) * var(--nbhd-fontSize-base) * 2.5);
  --nbhd-fontSize-jumbo: calc(var(--nbhd-fontScale) * var(--nbhd-fontSize-base) * 3);
  --nbhd-fontSize-huge: calc(var(--nbhd-fontScale) * var(--nbhd-fontSize-base) * 3.4375);
  --nbhd-base-body-font-size: var(--nbhd-font-size-5);
  --nbhd-line-height-xxs: 1;
  --nbhd-line-height-xs: 1.1;
  --nbhd-line-height-sm: 1.2;
  --nbhd-line-height-md: 1.35;
  --nbhd-line-height-lg: 1.5;
  --nbhd-line-height-xl: 1.625;
  --nbhd-line-height-xxl: 2;
  --nbhd-line-height-1: 1;
  --nbhd-line-height-1-1: 1.1;
  --nbhd-line-height-1-2: 1.2;
  --nbhd-line-height-1-3: 1.3;
  --nbhd-line-height-1-4: 1.4;
  --nbhd-line-height-1-5: 1.5;
  --nbhd-line-height-1-6: 1.6;
  --nbhd-line-height-2: 2;
  --nbhd-base-body-line-height: var(--nbhd-line-height-lg);
  --nbhd-lineHeight-1: 1;
  --nbhd-lineHeight-1-1: 1.1;
  --nbhd-lineHeight-1-2: 1.2;
  --nbhd-lineHeight-1-3: 1.3;
  --nbhd-lineHeight-1-4: 1.4;
  --nbhd-lineHeight-1-5: 1.5;
  --nbhd-lineHeight-1-6: 1.6;
  --nbhd-lineHeight-2: 2;
  --nbhd-letter-spacing-regular: normal;
  --nbhd-letter-spacing-0: 0;
  --nbhd-letter-spacing-1: 1px;
  --nbhd-letter-spacing-2: 2px;
  --nbhd-letter-spacing-3: 3px;
  --nbhd-letter-spacing-4: 4px;
  --nbhd-letter-spacing-5: 5px;
  --nbhd-base-body-letter-spacing: var(--nbhd-letter-spacing-regular);
  --nbhd-letterSpacing-regular: normal;
  --nbhd-letterSpacing-0: 0;
  --nbhd-letterSpacing-0-5: 0.5px;
  --nbhd-letterSpacing-1: 1px;
  --nbhd-letterSpacing-2: 2px;
  --nbhd-letterSpacing-3: 3px;
  --nbhd-letterSpacing-4: 4px;
  --nbhd-letterSpacing-5: 5px;
  --nbhd-letterSpacing-6: 6px;
  --nbhd-letterSpacing-7: 7px;
  --nbhd-letterSpacing-8: 8px;
  --nbhd-letterSpacing-9: 9px;
  --nbhd-letterSpacing-10: 10px;
}
:root {
  --nbhd-breakpoint-0: 0;
  --nbhd-breakpoint-xs: 375px;
  --nbhd-breakpoint-sm: 544px;
  --nbhd-breakpoint-md: 768px;
  --nbhd-breakpoint-lg: 1024px;
  --nbhd-breakpoint-xl: 1200px;
  --nbhd-breakpoint-xxl: 1300px;
}
:root {
  --nbhd-base-spacing: 0.25rem;
  --nbhd-space-auto: auto;
  --nbhd-space-0: 0;
}
:root {
  --nbhd-elevation-abyss: -999999;
  --nbhd-elevation-default: 1;
  --nbhd-elevation-100: 100;
  --nbhd-elevation-200: 200;
  --nbhd-elevation-300: 300;
  --nbhd-elevation-400: 400;
  --nbhd-elevation-500: 500;
  --nbhd-elevation-600: 600;
  --nbhd-elevation-700: 700;
  --nbhd-elevation-800: 800;
  --nbhd-elevation-900: 900;
}
:root {
  --nbhd-transition-quickly: 0.05s ease;
  --nbhd-transition-slowly: 0.2s ease;
  --nbhd-transition-slower: 0.5s ease;
}
:root {
  --nbhd-shadow-color: var(--nbhd-color-black-rgb);
  --nbhd-shadow-none: none;
  --nbhd-shadow-sm: -4px 2px 16px 3px rgba(var(--nbhd-shadow-color), 0.15);
  --nbhd-shadow-md: -6px 3px 25px 8px rgba(var(--nbhd-shadow-color), 0.15);
  --nbhd-shadow-lg: -20px 10px 20px rgba(var(--nbhd-shadow-color), 0.15);
  --nbhd-shadow-lg-reversed: 20px 10px 20px rgba(var(--nbhd-shadow-color), 0.15);
}
.nbhd-container,
.nbhd-container-xxl,
.nbhd-container-xl,
.nbhd-container-lg,
.nbhd-container-md,
.nbhd-container-sm,
.nbhd-container-xs,
.nbhd-container-fluid {
  margin-block: var(--nbhd-container-marginBlock, var(--nbhd-space-0));
  margin-inline: var(--nbhd-container-marginInline, var(--nbhd-space-auto));
  min-width: var(--nbhd-container-min-width, 320px);
  max-width: var(--nbhd-container-max-width, 1300px);
  padding-inline: var(--nbhd-container-padding-inline, var(--nbhd-space-6));
  width: var(--nbhd-container-width, 100%);
}
@media (min-width: 768px) {
  .nbhd-container,
  .nbhd-container-xxl,
  .nbhd-container-xl,
  .nbhd-container-lg,
  .nbhd-container-md,
  .nbhd-container-sm,
  .nbhd-container-xs,
  .nbhd-container-fluid {
    padding-inline: var(--nbhd-container-padding-inline-bpMd, var(--nbhd-container-padding-inline, var(--nbhd-space-12)));
  }
}
.nbhd-container-fluid {
  --nbhd-container-max-width: 100%;
}
.nbhd-container-xs {
  --nbhd-container-max-width: var(--nbhd-breakpoint-xs);
}
.nbhd-container-sm {
  --nbhd-container-max-width: var(--nbhd-breakpoint-sm);
}
.nbhd-container-md {
  --nbhd-container-max-width: var(--nbhd-breakpoint-md);
}
.nbhd-container-lg {
  --nbhd-container-max-width: var(--nbhd-breakpoint-lg);
}
.nbhd-container-xl {
  --nbhd-container-max-width: var(--nbhd-breakpoint-xl);
}
.nbhd-container-xxl {
  --nbhd-container-max-width: var(--nbhd-breakpoint-xxl);
}
.nbhd-split {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .nbhd-split {
    flex-direction: row;
  }
}
.nbhd-split--reversed {
  flex-direction: column-reverse;
}
@media (min-width: 1024px) {
  .nbhd-split--reversed {
    flex-direction: row-reverse;
  }
}
.nbhd-fluid {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
.nbhd-grid-list {
  display: grid;
  gap: var(--nbhd-space-6);
  grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  position: relative;
  z-index: 1;
}
html {
  scroll-behavior: var(--nbhd-scrollBehavior, smooth);
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    --nbhd-scrollBehavior: auto;
  }
}
body {
  background: var(--nbhd-body-backgroundColor, var(--nbhd-color-white));
  color: var(--nbhd-body-color, var(--nbhd-color-black));
  font-family: var(--nbhd-font-base, sans-serif);
  font-size: var(--nbhd-body-fontSize, 16px);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: var(--nbhd-body-fontWeight, 400);
  letter-spacing: var(--nbhd-body-letterSpacing, normal);
  line-height: var(--nbhd-body-lineHeight, var(--nbhd-lineHeight-1-5));
}
::selection {
  background-color: var(--nbhd-selection-backgroundColor, var(--nbhd-color-black));
  color: var(--nbhd-selection-color, var(--nbhd-color-white));
  text-shadow: none;
}
a:focus,
input[type=button]:focus,
button:focus,
select:focus {
  outline-color: var(--nbhd-focus-outlineColor, var(--nbhd-base-color-maya-blue));
  outline-offset: var(--nbhd-focus-outlineOffset, 2px);
  outline-style: var(--nbhd-focus-outlineStyle, dashed);
  outline-width: var(--nbhd-focus-outlineWidth, 2px);
  text-decoration: var(--nbhd-focus-textDecoration, underline);
  text-decoration-color: var(--nbhd-focus-textDecorationColor, currentColor);
}
a:focus {
  color: currentColor;
}
.nbhd-background-theme-primary-dark,
.nbhd-background-theme-secondary-dark {
  --nbhd-focus-outlineColor: var(--nbhd-focus-outlineColor-dark, var(--nbhd-color-white));
}
.nbhd-background-theme-primary-light.nbhd-card--media-background,
.nbhd-background-theme-secondary-light.nbhd-card--media-background,
.nbhd-background-theme-tertiary-light.nbhd-card--media-background {
  --nbhd-focus-outlineColor: var(--nbhd-focus-outlineColor-dark, var(--nbhd-color-white));
}
@media (min-width: 1024px) {
  .nbhd-background-theme-primary-light.nbhd-jumbotron-item--humongotron,
  .nbhd-background-theme-secondary-light.nbhd-jumbotron-item--humongotron,
  .nbhd-background-theme-tertiary-light.nbhd-jumbotron-item--humongotron {
    --nbhd-focus-outlineColor: var(--nbhd-focus-outlineColor-dark, var(--nbhd-color-white));
  }
}
@media (min-width: 768px) {
  .nbhd-background-theme-primary-light .nbhd-theme-overlay,
  .nbhd-background-theme-secondary-light .nbhd-theme-overlay,
  .nbhd-background-theme-tertiary-light .nbhd-theme-overlay {
    --nbhd-focus-outlineColor: var(--nbhd-focus-outlineColor-dark, var(--nbhd-color-white));
  }
}
a {
  color: var(--nbhd-link-color, inherit);
  font-family: var(--nbhd-link-fontFamily, inherit);
  font-weight: var(--nbhd-link-fontWeight, var(--nbhd-fontWeight-500, 500));
}
a:hover {
  color: var(--nbhd-link-color-hover, hsl(from var(--nbhd-link-color-originColor, var(--nbhd-link-color)) h s var(--nbhd-link-color-hslLightness, calc(l + 10))));
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--nbhd-heading-fontFamily, inherit);
  font-weight: var(--nbhd-heading-fontWeight, var(--nbhd-fontWeight-700));
}
h1,
.nbhd-heading-1 {
  color: var(--nbhd-heading-1-color, inherit);
  font-size: var(--nbhd-heading-1-fontSize, var(--nbhd-fontSize-display));
  line-height: var(--nbhd-heading-1-lineHeight, var(--nbhd-lineHeight-1-1));
}
h2,
.nbhd-heading-2 {
  color: var(--nbhd-heading-2-color, inherit);
  font-size: var(--nbhd-heading-2-fontSize, var(--nbhd-fontSize-xxxl));
  line-height: var(--nbhd-heading-2-lineHeight, var(--nbhd-lineHeight-1-2));
}
h3,
.nbhd-heading-3 {
  color: var(--nbhd-heading-3-color, inherit);
  font-size: var(--nbhd-heading-3-fontSize, var(--nbhd-fontSize-xxl));
  line-height: var(--nbhd-heading-3-lineHeight, var(--nbhd-lineHeight-1-3));
}
h4,
.nbhd-heading-4 {
  color: var(--nbhd-heading-4-color, inherit);
  font-size: var(--nbhd-heading-4-fontSize, var(--nbhd-fontSize-xl));
  line-height: var(--nbhd-heading-4-lineHeight, var(--nbhd-lineHeight-1-5));
}
h5,
.nbhd-heading-5 {
  color: var(--nbhd-heading-5-color, inherit);
  font-size: var(--nbhd-heading-5-fontSize, var(--nbhd-fontSize-lg));
  line-height: var(--nbhd-heading-5-lineHeight, var(--nbhd-lineHeight-1-5));
}
h6,
.nbhd-heading-6 {
  color: var(--nbhd-heading-6-color, inherit);
  font-size: var(--nbhd-heading-6-fontSize, var(--nbhd-fontSize-md));
  line-height: var(--nbhd-heading-6-lineHeight, var(--nbhd-lineHeight-1-6));
}
p {
  margin-block-end: var(--nbhd-space-8);
}
p strong {
  color: inherit;
}
strong {
  font-weight: var(--nbhd-fontWeight-700);
}
.nbhd-carousel-navigation {
  display: none;
}
@media (min-width: 768px) {
  .nbhd-carousel-navigation {
    display: block;
  }
}
.nbhd-carousel-navigation__arrow {
  inset-block-start: 50%;
  transform: translateY(-50%);
  position: absolute;
  z-index: 1;
  background: var(--nbhd-carousel-navigation-background-color);
  border: 2px solid;
  border-color: var(--nbhd-carousel-navigation-border-color);
  border-radius: 50%;
  color: var(--nbhd-carousel-navigation-foreground-color);
  cursor: pointer;
  padding: 0;
  height: 37px;
  width: 37px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nbhd-carousel-navigation__arrow:hover:not([aria-disabled=true]),
.nbhd-carousel-navigation__arrow:active:not([aria-disabled=true]),
.nbhd-carousel-navigation__arrow:focus:not([aria-disabled=true]) {
  background: var(--nbhd-carousel-navigation-background-color-hover);
  border-color: var(--nbhd-carousel-navigation-border-color-hover);
  color: var(--nbhd-carousel-navigation-foreground-color-hover);
  text-decoration: none;
}
.nbhd-carousel-navigation__arrow .nbhd-svg-icon {
  color: currentColor;
  fill: currentColor;
  max-block-size: 10px;
}
.nbhd-carousel-navigation--outlined .nbhd-carousel-navigation__arrow {
  --nbhd-carousel-navigation-background-color: transparent;
  --nbhd-carousel-navigation-background-color-hover: transparent;
  color: var(--nbhd-carousel-navigation-hollow-foreground-color);
}
.nbhd-carousel-navigation--outlined .nbhd-carousel-navigation__arrow:hover:not([aria-disabled=true]),
.nbhd-carousel-navigation--outlined .nbhd-carousel-navigation__arrow:active:not([aria-disabled=true]),
.nbhd-carousel-navigation--outlined .nbhd-carousel-navigation__arrow:focus:not([aria-disabled=true]) {
  color: var(--nbhd-carousel-navigation-hollow-foreground-color-hover);
}
.nbhd-carousel-navigation--ghost .nbhd-carousel-navigation__arrow {
  --nbhd-carousel-navigation-background-color: transparent;
  --nbhd-carousel-navigation-background-color-hover: transparent;
  --nbhd-carousel-navigation-border-color: transparent;
  --nbhd-carousel-navigation-border-color-hover: transparent;
  color: var(--nbhd-carousel-navigation-hollow-foreground-color);
}
.nbhd-carousel-navigation--ghost .nbhd-carousel-navigation__arrow svg {
  max-block-size: 16px;
}
.nbhd-carousel-navigation--ghost .nbhd-carousel-navigation__arrow:hover:not([aria-disabled=true]),
.nbhd-carousel-navigation--ghost .nbhd-carousel-navigation__arrow:active:not([aria-disabled=true]),
.nbhd-carousel-navigation--ghost .nbhd-carousel-navigation__arrow:focus:not([aria-disabled=true]) {
  color: var(--nbhd-carousel-navigation-hollow-foreground-color-hover);
}
.nbhd-carousel-navigation__arrow[disabled],
.nbhd-carousel-navigation__arrow[aria-disabled=true] {
  cursor: default;
  opacity: 0.35;
}
.nbhd-carousel-navigation__previous {
  inset-inline-start: 5.5px;
}
.nbhd-carousel-navigation__previous .nbhd-svg-icon {
  transform: rotate(90deg);
}
.nbhd-carousel-navigation__next {
  inset-inline-end: 5.5px;
}
.nbhd-carousel-navigation__next .nbhd-svg-icon {
  transform: rotate(-90deg);
}
swiper-container::part(container) {
  position: static;
}
swiper-container::part(pagination) {
  bottom: -16px;
}
swiper-container::part(bullet) {
  background: var(--nbhd-carousel-pagination-item-color);
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  margin-inline: 2px;
  cursor: pointer;
}
swiper-container::part(bullet-active) {
  background: var(--nbhd-carousel-pagination-item-color-active);
  width: 8px;
  height: 8px;
  border: 0;
  border-radius: 50%;
  margin-inline: 2px;
  cursor: pointer;
}
.nbhd-carousel-pagination--line swiper-container::part(bullet) {
  width: 50px;
  height: 3px;
  border-radius: 0;
  position: relative;
}
.nbhd-carousel-pagination--line swiper-container::part(bullet)::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 15px;
  inset-block-start: -7px;
  inset-inline-start: 0;
}
.nbhd-carousel-pagination--line swiper-container::part(bullet-active) {
  width: 50px;
  height: 3px;
  border-radius: 0;
  position: relative;
}
.nbhd-carousel-pagination--line swiper-container::part(bullet-active)::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  height: 15px;
  inset-block-start: -7px;
  inset-inline-start: 0;
}
.nbhd-carousel-progress {
  width: 100%;
  height: 2px;
  background: var(--nbhd-carousel-autoplay-progress-bar-background-color);
  position: absolute;
  bottom: -2px;
  z-index: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .nbhd-carousel-progress {
    display: none;
    visibility: hidden;
  }
}
.nbhd-carousel-progress::-moz-progress-bar {
  background: var(--nbhd-carousel-autoplay-progress-bar-status-background-color);
}
.nbhd-carousel-progress::-webkit-progress-bar {
  background: var(--nbhd-carousel-autoplay-progress-bar-background-color);
}
.nbhd-carousel-progress::-webkit-progress-value {
  background: var(--nbhd-carousel-autoplay-progress-bar-status-background-color);
}
:root {
  --nbhd-background-theme-primary-light: var(--nbhd-color-white);
  --nbhd-background-theme-primary-dark: var(--nbhd-base-color-fbin-navy);
  --nbhd-background-theme-secondary-light: var(--nbhd-base-color-lily-white);
  --nbhd-background-theme-secondary-dark: var(--nbhd-base-color-fbin-black);
  --nbhd-light-background-theme-text-color: var(--nbhd-base-color-fbin-black);
  --nbhd-dark-background-theme-text-color: var(--nbhd-color-white);
  --nbhd-light-theme-accent-color: var(--nbhd-base-color-fbin-navy);
  --nbhd-dark-theme-accent-color: var(--nbhd-color-white);
  --nbhd-theme-accent-color: var(--nbhd-light-theme-accent-color);
}
:root .nbhd-background-theme-primary-dark,
:root .nbhd-background-theme-secondary-dark {
  --nbhd-theme-accent-color: var(--nbhd-dark-theme-accent-color);
}
.nbhd-background-theme-primary-light[class] {
  --nbhd-background-theme-background-color: var(--nbhd-background-theme-primary-light);
  --nbhd-background-theme-text-color: var(--nbhd-light-background-theme-text-color);
  background-color: var(--nbhd-background-theme-background-color);
  color: var(--nbhd-background-theme-text-color);
}
.nbhd-background-theme-primary-dark[class] {
  --nbhd-background-theme-background-color: var(--nbhd-background-theme-primary-dark);
  --nbhd-background-theme-text-color: var(--nbhd-dark-background-theme-text-color);
  background-color: var(--nbhd-background-theme-background-color);
  color: var(--nbhd-background-theme-text-color);
}
.nbhd-background-theme-secondary-light[class] {
  --nbhd-background-theme-background-color: var(--nbhd-background-theme-secondary-light);
  --nbhd-background-theme-text-color: var(--nbhd-light-background-theme-text-color);
  background-color: var(--nbhd-background-theme-background-color);
  color: var(--nbhd-background-theme-text-color);
}
.nbhd-background-theme-tertiary-light[class] {
  --nbhd-background-theme-background-color: var(--nbhd-background-theme-tertiary-light);
  --nbhd-background-theme-text-color: var(--nbhd-light-background-theme-text-color);
  background-color: var(--nbhd-background-theme-background-color);
  color: var(--nbhd-background-theme-text-color);
}
.nbhd-background-theme-secondary-dark[class] {
  --nbhd-background-theme-background-color: var(--nbhd-background-theme-secondary-dark);
  --nbhd-background-theme-text-color: var(--nbhd-dark-background-theme-text-color);
  background-color: var(--nbhd-background-theme-background-color);
  color: var(--nbhd-background-theme-text-color);
}
:root {
  --nbhd-eyebrow-text-color: var(--nbhd-base-color-fbin-navy);
  --nbhd-title-text-color: var(--nbhd-base-color-fbin-black);
  --nbhd-card-title-text-color: var(--nbhd-base-color-fbin-black);
  --nbhd-subtitle-text-color: var(--nbhd-base-color-fbin-navy);
  --nbhd-button-light-theme-main-color: var(--nbhd-base-color-fbin-navy);
  --nbhd-button-light-theme-accent-color: var(--nbhd-color-white);
  --nbhd-button-light-theme-hover-rgb: var(--nbhd-color-black-rgb);
  --nbhd-button-light-theme-hover-opacity: 0.25;
  --nbhd-button-light-theme-hover-color: rgba(var(--nbhd-button-light-theme-hover-rgb), var(--nbhd-button-light-theme-hover-opacity));
  --nbhd-button-dark-theme-main-color: var(--nbhd-color-white);
  --nbhd-button-dark-theme-accent-color: var(--nbhd-base-color-fbin-navy);
  --nbhd-button-dark-theme-hover-rgb: var(--nbhd-base-color-fbin-navy-rgb);
  --nbhd-button-dark-theme-hover-opacity: 0.25;
  --nbhd-button-dark-theme-hover-color: rgba(var(--nbhd-button-dark-theme-hover-rgb), var(--nbhd-button-dark-theme-hover-opacity));
  --nbhd-button-primary-background-color: var(--nbhd-button-light-theme-main-color);
  --nbhd-button-primary-background-color-hover: rgba(var(--nbhd-button-light-theme-hover-rgb), var(--nbhd-button-light-theme-hover-opacity));
  --nbhd-button-primary-border-color: var(--nbhd-button-light-theme-main-color);
  --nbhd-button-primary-text-color: var(--nbhd-button-light-theme-accent-color);
  --nbhd-button-primary-text-color-hover: var(--nbhd-button-light-theme-accent-color);
  --nbhd-button-secondary-background-color: transparent;
  --nbhd-button-secondary-background-color-hover: var(--nbhd-button-light-theme-main-color);
  --nbhd-button-secondary-border-color: var(--nbhd-button-light-theme-main-color);
  --nbhd-button-secondary-text-color: var(--nbhd-button-light-theme-main-color);
  --nbhd-carousel-light-theme-accent-color: var(--nbhd-base-color-fbin-navy);
  --nbhd-carousel-light-theme-accent-color-rgb: var(--nbhd-base-color-fbin-navy-rgb);
  --nbhd-carousel-dark-theme-accent-color: var(--nbhd-color-white);
  --nbhd-carousel-dark-theme-accent-color-rgb: var(--nbhd-color-white-rgb);
  --nbhd-carousel-light-theme-background-color: var(--nbhd-base-color-fbin-navy);
  --nbhd-carousel-light-theme-background-color-rgb: var(--nbhd-base-color-fbin-navy-rgb);
  --nbhd-carousel-light-theme-foreground-color: var(--nbhd-color-white);
  --nbhd-carousel-light-theme-foreground-color-rgb: var(--nbhd-color-white-rgb);
  --nbhd-carousel-dark-theme-background-color: var(--nbhd-color-white);
  --nbhd-carousel-dark-theme-background-color-rgb: var(--nbhd-color-white-rgb);
  --nbhd-carousel-dark-theme-foreground-color: var(--nbhd-base-color-fbin-navy);
  --nbhd-carousel-dark-theme-foreground-color-rgb: var(--nbhd-base-color-fbin-navy-rgb);
  --nbhd-carousel-accent-color: var(--nbhd-carousel-light-theme-accent-color);
  --nbhd-carousel-accent-color-rgb: var(--nbhd-carousel-light-theme-accent-color-rgb);
  --nbhd-carousel-pagination-item-opacity: 0.3;
  --nbhd-carousel-pagination-item-color: rgba(var(--nbhd-carousel-accent-color-rgb), var(--nbhd-carousel-pagination-item-opacity));
  --nbhd-carousel-pagination-item-color-active: var(--nbhd-carousel-accent-color);
  --nbhd-carousel-navigation-border-color: var(--nbhd-carousel-light-theme-background-color);
  --nbhd-carousel-navigation-border-color-hover-opacity: 0.75;
  --nbhd-carousel-navigation-border-color-hover: rgba(var(--nbhd-carousel-light-theme-background-color-rgb), var(--nbhd-carousel-navigation-border-color-hover-opacity));
  --nbhd-carousel-navigation-background-color: var(--nbhd-carousel-light-theme-background-color);
  --nbhd-carousel-navigation-background-color-hover: rgba(var(--nbhd-carousel-light-theme-background-color-rgb), var(--nbhd-carousel-navigation-border-color-hover-opacity));
  --nbhd-carousel-navigation-foreground-color: var(--nbhd-carousel-light-theme-foreground-color);
  --nbhd-carousel-navigation-foreground-color-hover: var(--nbhd-carousel-light-theme-foreground-color);
  --nbhd-carousel-navigation-hollow-foreground-color: var(--nbhd-carousel-light-theme-background-color);
  --nbhd-carousel-navigation-hollow-foreground-color-hover:rgba(var(--nbhd-carousel-light-theme-background-color-rgb), var(--nbhd-carousel-navigation-border-color-hover-opacity));
  --nbhd-carousel-autoplay-progress-bar-background-color: rgba(var(--nbhd-carousel-accent-color-rgb), var(--nbhd-carousel-pagination-item-opacity));
  --nbhd-carousel-autoplay-progress-bar-status-background-color: var(--nbhd-carousel-accent-color);
  --nbhd-ui-control-background-color: var(--nbhd-base-color-fbin-navy);
  --nbhd-ui-control-border-color: var(--nbhd-base-color-fbin-navy);
  --nbhd-ui-control-foreground-color: var(--nbhd-color-white);
  --nbhd-ui-control-animation-effect-background-color: var(--nbhd-base-color-fbin-navy-rgb);
  --nbhd-scrollto-label-text-color: var(--nbhd-theme-accent-color);
}
:root .nbhd-background-theme-primary-light,
:root .nbhd-background-theme-secondary-light {
  --nbhd-eyebrow-text-color: var(--nbhd-base-color-fbin-navy);
  --nbhd-title-text-color: var(--nbhd-base-color-fbin-black);
  --nbhd-subtitle-text-color: var(--nbhd-base-color-fbin-navy);
  --nbhd-card-title-text-color: var(--nbhd-base-color-fbin-black);
  --nbhd-button-primary-background-color: var(--nbhd-button-light-theme-main-color);
  --nbhd-button-primary-background-color-hover: rgba(var(--nbhd-button-light-theme-hover-rgb), var(--nbhd-button-light-theme-hover-opacity));
  --nbhd-button-primary-border-color: var(--nbhd-button-light-theme-main-color);
  --nbhd-button-primary-text-color: var(--nbhd-button-light-theme-accent-color);
  --nbhd-button-primary-text-color-hover: var(--nbhd-button-light-theme-accent-color);
  --nbhd-button-secondary-background-color: transparent;
  --nbhd-button-secondary-background-color-hover: var(--nbhd-button-light-theme-main-color);
  --nbhd-button-secondary-border-color: var(--nbhd-button-light-theme-main-color);
  --nbhd-button-secondary-text-color: var(--nbhd-button-light-theme-main-color);
  --nbhd-button-secondary-text-color-hover: var(--nbhd-button-light-theme-accent-color);
  --nbhd-button-underlined-text-color: var(--nbhd-button-light-theme-main-color);
  --nbhd-button-underlined-text-decoration-color:var(--nbhd-button-light-theme-main-color);
  --nbhd-carousel-accent-color: var(--nbhd-carousel-light-theme-accent-color);
  --nbhd-carousel-accent-color-rgb: var(--nbhd-carousel-light-theme-accent-color-rgb);
  --nbhd-carousel-pagination-item-color: rgba(var(--nbhd-carousel-accent-color-rgb), var(--nbhd-carousel-pagination-item-opacity));
  --nbhd-carousel-navigation-border-color: var(--nbhd-carousel-light-theme-background-color);
  --nbhd-carousel-navigation-border-color-hover: rgba(var(--nbhd-carousel-light-theme-background-color-rgb), var(--nbhd-carousel-navigation-border-color-hover-opacity));
  --nbhd-carousel-navigation-background-color: var(--nbhd-carousel-light-theme-background-color);
  --nbhd-carousel-navigation-background-color-hover: rgba(var(--nbhd-carousel-light-theme-background-color-rgb), var(--nbhd-carousel-navigation-border-color-hover-opacity));
  --nbhd-carousel-navigation-foreground-color: var(--nbhd-carousel-light-theme-foreground-color);
  --nbhd-carousel-navigation-foreground-color-hover: var(--nbhd-carousel-light-theme-foreground-color);
  --nbhd-carousel-navigation-hollow-foreground-color: var(--nbhd-carousel-light-theme-background-color);
  --nbhd-carousel-navigation-hollow-foreground-color-hover:rgba(var(--nbhd-carousel-light-theme-background-color-rgb), var(--nbhd-carousel-navigation-border-color-hover-opacity));
  --nbhd-carousel-autoplay-progress-bar-background-color: rgba(var(--nbhd-carousel-accent-color-rgb), var(--nbhd-carousel-pagination-item-opacity));
}
:root .nbhd-background-theme-primary-light.nbhd-card--media-background,
:root .nbhd-background-theme-secondary-light.nbhd-card--media-background {
  --nbhd-card-title-text-color: var(--nbhd-dark-background-theme-text-color);
  --nbhd-button-text-color: var(--nbhd-button-dark-theme-main-color);
  --nbhd-button-text-color-hover: var(--nbhd-button-dark-theme-main-color);
  --nbhd-button-primary-background-color: var(--nbhd-button-dark-theme-main-color);
  --nbhd-button-primary-border-color: var(--nbhd-button-dark-theme-main-color);
  --nbhd-button-primary-text-color: var(--nbhd-button-dark-theme-accent-color);
  --nbhd-button-primary-text-color-hover: var(--nbhd-button-dark-theme-accent-color);
  --nbhd-button-primary-background-color-hover: rgba(var(--nbhd-button-dark-theme-hover-rgb), var(--nbhd-button-dark-theme-hover-opacity));
  --nbhd-button-secondary-border-color: var(--nbhd-button-dark-theme-main-color);
  --nbhd-button-secondary-text-color: var(--nbhd-button-dark-theme-main-color);
  --nbhd-button-secondary-text-color-hover: var(--nbhd-button-dark-theme-accent-color);
  --nbhd-button-secondary-background-color-hover: var(--nbhd-button-dark-theme-main-color);
  --nbhd-button-underlined-text-color: var(--nbhd-button-dark-theme-main-color);
  --nbhd-button-underlined-text-decoration-color:var(--nbhd-button-dark-theme-main-color);
}
@media (min-width: 1024px) {
  :root .nbhd-background-theme-primary-light.nbhd-jumbotron-item--humongotron,
  :root .nbhd-background-theme-secondary-light.nbhd-jumbotron-item--humongotron {
    --nbhd-background-theme-text-color: var(--nbhd-dark-background-theme-text-color);
    --nbhd-eyebrow-text-color: var(--nbhd-dark-background-theme-text-color);
    --nbhd-title-text-color: var(--nbhd-dark-background-theme-text-color);
    --nbhd-subtitle-text-color: var(--nbhd-dark-background-theme-text-color);
    --nbhd-button-text-color: var(--nbhd-button-dark-theme-main-color);
    --nbhd-button-text-color-hover: var(--nbhd-button-dark-theme-main-color);
    --nbhd-ui-control-background-color: var(--nbhd-color-white);
    --nbhd-ui-control-border-color: var(--nbhd-color-white);
    --nbhd-ui-control-foreground-color: var(--nbhd-light-theme-accent-color);
    --nbhd-ui-control-animation-effect-background-color: var(--nbhd-color-white-rgb);
    --nbhd-ui-control-label-text-color: var(--nbhd-color-white);
    --nbhd-scrollto-label-text-color: var(--nbhd-dark-background-theme-text-color);
  }
}
@media (min-width: 768px) {
  :root .nbhd-background-theme-primary-light .nbhd-theme-overlay,
  :root .nbhd-background-theme-secondary-light .nbhd-theme-overlay {
    --nbhd-background-theme-text-color: var(--nbhd-dark-background-theme-text-color);
    --nbhd-eyebrow-text-color: var(--nbhd-dark-background-theme-text-color);
    --nbhd-title-text-color: var(--nbhd-dark-background-theme-text-color);
    --nbhd-subtitle-text-color: var(--nbhd-dark-background-theme-text-color);
    --nbhd-button-text-color: var(--nbhd-button-dark-theme-main-color);
    --nbhd-button-text-color-hover: var(--nbhd-button-dark-theme-main-color);
    --nbhd-button-secondary-border-color: var(--nbhd-button-dark-theme-main-color);
    --nbhd-button-secondary-text-color: var(--nbhd-button-dark-theme-main-color);
    --nbhd-button-secondary-text-color-hover: var(--nbhd-button-dark-theme-accent-color);
    --nbhd-button-secondary-background-color-hover: var(--nbhd-button-dark-theme-main-color);
    --nbhd-button-underlined-text-color: var(--nbhd-button-dark-theme-main-color);
    --nbhd-button-underlined-text-decoration-color:var(--nbhd-button-dark-theme-main-color);
    --nbhd-ui-control-background-color: var(--nbhd-color-white);
    --nbhd-ui-control-border-color: var(--nbhd-color-white);
    --nbhd-ui-control-foreground-color: var(--nbhd-light-theme-accent-color);
    --nbhd-ui-control-animation-effect-background-color: var(--nbhd-color-white-rgb);
  }
}
:root .nbhd-background-theme-primary-dark,
:root .nbhd-background-theme-secondary-dark {
  --nbhd-selection-background-color: var(--nbhd-color-white);
  --nbhd-selection-text-color: var(--nbhd-light-theme-accent-color);
  --nbhd-eyebrow-text-color: var(--nbhd-background-theme-text-color);
  --nbhd-title-text-color: var(--nbhd-background-theme-text-color);
  --nbhd-card-title-text-color: var(--nbhd-background-theme-text-color);
  --nbhd-button-text-color: var(--nbhd-button-dark-theme-main-color);
  --nbhd-button-text-color-hover: var(--nbhd-button-dark-theme-main-color);
  --nbhd-button-secondary-border-color: var(--nbhd-button-darkTheme-primary);
  --nbhd-button-secondary-text-color: var(--nbhd-button-darkTheme-primary);
  --nbhd-button-secondary-text-color-hover: var(--nbhd-button-darkTheme-secondary);
  --nbhd-button-secondary-background-color-hover: var(--nbhd-button-darkTheme-primary);
  --nbhd-carousel-accent-color: var(--nbhd-carousel-dark-theme-accent-color);
  --nbhd-carousel-accent-color-rgb: var(--nbhd-carousel-dark-theme-accent-color-rgb);
  --nbhd-carousel-pagination-item-color: rgba(var(--nbhd-carousel-accent-color-rgb), var(--nbhd-carousel-pagination-item-opacity));
  --nbhd-carousel-pagination-item-color-active: var(--nbhd-carousel-accent-color);
  --nbhd-carousel-navigation-border-color: var(--nbhd-carousel-dark-theme-background-color);
  --nbhd-carousel-navigation-border-color-hover: rgba(var(--nbhd-carousel-dark-theme-background-color-rgb), var(--nbhd-carousel-navigation-border-color-hover-opacity));
  --nbhd-carousel-navigation-background-color: var(--nbhd-carousel-dark-theme-background-color);
  --nbhd-carousel-navigation-background-color-hover: rgba(var(--nbhd-carousel-dark-theme-background-color-rgb), var(--nbhd-carousel-navigation-border-color-hover-opacity));
  --nbhd-carousel-navigation-foreground-color: var(--nbhd-carousel-dark-theme-foreground-color);
  --nbhd-carousel-navigation-foreground-color-hover: var(--nbhd-carousel-dark-theme-foreground-color);
  --nbhd-carousel-navigation-hollow-foreground-color: var(--nbhd-carousel-dark-theme-background-color);
  --nbhd-carousel-navigation-hollow-foreground-color-hover:rgba(var(--nbhd-carousel-dark-theme-background-color-rgb), var(--nbhd-carousel-navigation-border-color-hover-opacity));
  --nbhd-carousel-autoplay-progress-bar-background-color: rgba(var(--nbhd-carousel-accent-color-rgb), var(--nbhd-carousel-pagination-item-opacity));
  --nbhd-carousel-autoplay-progress-bar-status-background-color: var(--nbhd-carousel-accent-color);
  --nbhd-ui-control-background-color: var(--nbhd-color-white);
  --nbhd-ui-control-border-color: var(--nbhd-color-white);
  --nbhd-ui-control-foreground-color: var(--nbhd-light-theme-accent-color);
  --nbhd-ui-control-animation-effect-background-color: var(--nbhd-color-white-rgb);
  --nbhd-scrollto-label-text-color: var(--nbhd-dark-background-theme-text-color);
}
.nbhd-ui-control__icon {
  background: var(--nbhd-ui-control-background-color);
  border: 2px solid;
  border-color: var(--nbhd-ui-control-border-color);
  border-radius: 50%;
  color: var(--nbhd-ui-control-foreground-color);
  cursor: pointer;
  padding: 0;
  height: 37px;
  width: 37px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nbhd-ui-control--pulse .nbhd-ui-control__icon::after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  width: 37px;
  height: 37px;
  box-shadow: 0 0 0 0 rgba(var(--nbhd-ui-control-animation-effect-background-color), 0.1);
  border-radius: 100%;
  opacity: 0;
  animation: nbhd-pulse 3s infinite;
  box-sizing: border-box;
}
@media screen and (prefers-reduced-motion: reduce) {
  .nbhd-ui-control--pulse .nbhd-ui-control__icon::after {
    animation: none;
  }
}
.nbhd-ui-control__svg {
  color: currentColor;
  display: block;
  fill: currentColor;
  height: auto;
  max-block-size: 20px;
  transition: transform 0.3s ease;
  width: 20px;
  max-inline-size: 20px;
}
.nbhd-ui-control__label {
  color: var(--nbhd-ui-control-background-color);
  margin-block-start: 10px;
}
.nbhd-ui-control:focus {
  text-decoration: none;
}
@keyframes nbhd-pulse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  60% {
    box-shadow: 0 0 0 48px rgba(var(--nbhd-ui-control-animation-effect-background-color), 0.1);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
.nbhd-title {
  color: var(--nbhd-title-color, inherit);
  font-family: var(--nbhd-title-fontFamily, var(--nbhd-font-heading));
  font-size: var(--nbhd-title-fontSize, var(--nbhd-fontSize-xl));
  font-style: var(--nbhd-title-fontStyle, normal);
  font-weight: var(--nbhd-title-fontWeight, var(--nbhd-fontWeight-400));
  letter-spacing: var(--nbhd-title-letterSpacing, normal);
  line-height: var(--nbhd-title-lineHeight, var(--nbhd-lineHeight-1-2));
  margin-block: var(--nbhd-title-marginBlock, 0 var(--nbhd-space-3));
  text-transform: var(--nbhd-title-textTransform, capitalize);
}
@media (min-width: 768px) {
  .nbhd-title {
    font-size: var(--nbhd-title-fontSize-bpMd, var(--nbhd-title-fontSize, var(--nbhd-fontSize-xxxl)));
  }
}
.nbhd-eyebrow {
  color: var(--nbhd-eyebrow-color);
  font-family: var(--nbhd-eyebrow-fontFamily, inherit);
  font-size: var(--nbhd-eyebrow-fontSize, var(--nbhd-fontSize-xs));
  font-style: var(--nbhd-eyebrow-fontStyle, inherit);
  font-weight: var(--nbhd-eyebrow-fontWeight, var(--nbhd-fontWeight-700));
  letter-spacing: var(--nbhd-eyebrow-letterSpacing, var(--nbhd-letterSpacing-5));
  line-height: var(--nbhd-eyebrow-lineHeight, var(--nbhd-lineHeight-1-4));
  margin-block: var(--nbhd-eyebrow-marginBlock, 0 var(--nbhd-space-2));
  text-transform: var(--nbhd-eyebrow-textTransform, uppercase);
}
@media (min-width: 768px) {
  .nbhd-eyebrow {
    font-size: var(--nbhd-eyebrow-fontSize-bpMd, var(--nbhd-eyebrow-fontSize, var(--nbhd-fontSize-sm)));
  }
}
:root .nbhd-background-theme-primary-dark,
:root .nbhd-background-theme-secondary-dark {
  --nbhd-subtitle-color: var(--nbhd-background-theme-text-color);
}
.nbhd-subtitle {
  color: var(--nbhd-subtitle-color, inherit);
  font-family: var(--nbhd-subtitle-fontFamily, inherit);
  font-size: var(--nbhd-subtitle-fontSize, var(--nbhd-fontSize-md));
  font-style: var(--nbhd-subtitle-fontStyle, inherit);
  font-weight: var(--nbhd-subtitle-fontWeight, var(--nbhd-fontWeight-700));
  line-height: var(--nbhd-subtitle-lineHeight, var(--nbhd-lineHeight-1-3));
  margin-block: var(--nbhd-subtitle-marginBlock, 0 var(--nbhd-space-3));
  text-transform: var(--nbhd-subtitle-textTransform, capitalize);
}
@media (min-width: 768px) {
  .nbhd-subtitle {
    font-size: var(--nbhd-subtitle-fontSize-bpMd, var(--nbhd-subtitle-fontSize, var(--nbhd-fontSize-lg)));
    margin-block: var(--nbhd-subtitle-marginBlock-bpMd, var(--nbhd-subtitle-marginBlock, 0 var(--nbhd-space-5)));
  }
}
.nbhd-content {
  color: var(--nbhd-content-color, inherit);
  font-family: var(--nbhd-content-fontFamily, inherit);
  font-size: var(--nbhd-content-fontSize, var(--nbhd-fontSize-regular));
  font-weight: var(--nbhd-content-fontWeight, inherit);
  margin-block: var(--nbhd-content-marginBlock, 0 var(--nbhd-space-7));
  text-transform: var(--nbhd-content-textTransform, inherit);
}
.nbhd-content p:last-child {
  margin-block-end: 0;
}
:root {
  --nbhd-button-underlined-text-color: var(--nbhd-button-light-theme-main-color);
  --nbhd-button-underlined-background-color: transparent;
  --nbhd-button-underlined-background-image: none;
  --nbhd-button-underlined-background-position: 0 0;
  --nbhd-button-underlined-background-size: 100%;
  --nbhd-button-underlined-border-color: transparent;
  --nbhd-button-underlined-border-radius:0;
  --nbhd-button-underlined-border-style: solid;
  --nbhd-button-underlined-border-width: 1px;
  --nbhd-button-underlined-cursor: pointer;
  --nbhd-button-underlined-display: inline-block;
  --nbhd-button-underlined-font-size: var(--nbhd-font-size-3);
  --nbhd-button-underlined-font-style: normal;
  --nbhd-button-underlined-font-weight: var(--nbhd-font-weight-700);
  --nbhd-button-underlined-letter-spacing: var(--nbhd-letter-spacing-regular);
  --nbhd-button-underlined-padding-block: 0 var(--nbhd-space-3);
  --nbhd-button-underlined-padding-inline: 0;
  --nbhd-button-underlined-position: relative;
  --nbhd-button-underlined-text-align: center;
  --nbhd-button-underlined-text-decoration: none;
  --nbhd-button-underlined-text-decoration-thickness: 2px;
  --nbhd-button-underlined-text-decoration-thickness-hover: 5px;
  --nbhd-button-underlined-text-decoration-color:var(--nbhd-button-light-theme-main-color);
  --nbhd-button-underlined-text-decoration-style: solid;
  --nbhd-button-underlined-text-underline-offset: var(--nbhd-space-025);
  --nbhd-button-underlined-text-transform: none;
  --nbhd-button-underlined-transition-property: all;
  --nbhd-button-underlined-transition-function: ease-in-out;
  --nbhd-button-underlined-transition-duration: 0.1s;
}
.nbhd-button-styles,
.nbhd-button {
  --nbhd-button-gradient-alpha: 0.05;
  --nbhd-button-gradient-originColor: var(--nbhd-color-black);
  --nbhd-button-gradient: rgb(from var(--nbhd-button-gradient-originColor) r g b / var(--nbhd-button-gradient-alpha));
  background-color: var(--nbhd-button-backgroundColor, transparent);
  background-image: var(--nbhd-button-backgroundImage, linear-gradient(to left, transparent, transparent 50%, var(--nbhd-button-gradient) 50%));
  background-position: var(--nbhd-button-backgroundPosition, 110% 0);
  background-repeat: var(--nbhd-button-backgroundRepeat, no-repeat);
  background-size: var(--nbhd-button-backgroundSize, 205% 100%);
  border-color: var(--nbhd-button-borderColor, transparent);
  border-radius: var(--nbhd-button-borderRadius, 0);
  border-style: var(--nbhd-button-borderStyle, solid);
  border-width: var(--nbhd-button-borderWidth, 1px);
  color: var(--nbhd-button-color, var(--nbhd-button-color));
  cursor: var(--nbhd-button-cursor, pointer);
  display: var(--nbhd-button-display, inline-block);
  font-family: var(--nbhd-button-fontFamily, inherit);
  font-size: var(--nbhd-button-fontSize, var(--nbhd-fontSize-xxs));
  font-style: var(--nbhd-button-fontStyle, normal);
  font-weight: var(--nbhd-button-fontWeight, var(--nbhd-fontWeight-700));
  letter-spacing: var(--nbhd-button-letterSpacing, var(--nbhd-letterSpacing-2));
  line-height: var(--nbhd-button-lineHeight, var(--nbhd-lineHeight-1-4));
  padding-block: var(--nbhd-button-paddingBlock, var(--nbhd-space-3));
  padding-inline: var(--nbhd-button-paddingInline, calc(var(--nbhd-space-9) + 2px));
  position: var(--nbhd-button-position, relative);
  text-align: var(--nbhd-button-textAlign, center);
  text-decoration: var(--nbhd-button-textDecoration, none);
  text-transform: var(--nbhd-button-textTransform, uppercase);
  transition-duration: var(--nbhd-button-transitionDuration, 0.3s);
  transition-timing-function: var(--nbhd-button-transitionFunction, ease-in-out);
  transition-property: var(--nbhd-button-transitionProperty, background-color, background-position, color, text-decoration);
}
.nbhd-button-styles:hover,
.nbhd-button:hover,
.nbhd-button-styles:focus,
.nbhd-button:focus {
  --nbhd-button-backgroundPosition: 0 0;
  background-color: var(--nbhd-button-backgroundColor-hover, var(--nbhd-button-backgroundColor));
  color: var(--nbhd-button-color-hover, var(--nbhd-button-color));
}
.nbhd-button-styles[disabled],
[disabled].nbhd-button {
  cursor: default;
}
.nbhd-button-primary {
  --nbhd-button-gradient-alpha: var(--nbhd-buttonPrimary-gradient-alpha, 0.25);
  --nbhd-primary-default: hsl(from var(--nbhd-color-black) h s calc(l + 30));
  --nbhd-button-gradient-originColor: var(--nbhd-buttonPrimary-gradient-originColor, var(--nbhd-color-black));
  --nbhd-button-backgroundColor: var(--nbhd-buttonPrimary-backgroundColor, var(--nbhd-primary-default));
  --nbhd-button-borderColor: var(--nbhd-buttonPrimary-borderColor, var(--nbhd-primary-default));
  --nbhd-button-color: var(--nbhd-buttonPrimary-color, var(--nbhd-color-white));
}
.nbhd-button-secondary {
  --nbhd-button-backgroundColor: var(--nbhd-buttonSecondary-backgroundColor, transparent);
  --nbhd-button-borderColor: var(--nbhd-buttonSecondary-borderColor, var(--nbhd-color-black));
  --nbhd-button-color: var(--nbhd-buttonSecondary-color);
  --nbhd-button-color-hover: var(--nbhd-buttonSecondary-color-hover, var(--nbhd-color-white));
  --nbhd-button-gradient-originColor: var(--nbhd-buttonSecondary-gradient-originColor, var(--nbhd-color-black));
  --nbhd-button-gradient-alpha: var(--nbhd-buttonSecondary-gradient-alpha, 1);
}
.nbhd-button-underlined {
  --nbhd-button-backgroundColor: var(--nbhd-buttonUnderlined-backgroundColor, transparent);
  --nbhd-button-backgroundColor-hover: var(--nbhd-buttonUnderlined-backgroundColor-hover, transparent);
  --nbhd-button-backgroundImage: var(--nbhd-buttonUnderlined-backgroundImage, none);
  --nbhd-button-backgroundPosition: var(--nbhd-buttonUnderlined-backgroundPosition, 0 0);
  --nbhd-button-background-size: var(--nbhd-buttonUnderlined-backgroundSize, 100%);
  --nbhd-button-border-color: var(--nbhd-buttonUnderlined-borderColor, transparent);
  --nbhd-button-border-radius: var(--nbhd-buttonUnderlined-borderRadius, 0);
  --nbhd-button-border-style: var(--nbhd-buttonUnderlined-borderStyle, solid);
  --nbhd-button-border-width: var(--nbhd-buttonUnderlined-borderWidth, 1px);
  --nbhd-button-color: var(--nbhd-buttonUnderlined-color, var(--nbhd-button-lightTheme-primary));
  --nbhd-button-color-hover: var(--nbhd-buttonUnderlined-color-hover, var(--nbhd-buttonUnderlined-color));
  --nbhd-button-cursor: var(--nbhd-buttonUnderlined-cursor, pointer);
  --nbhd-button-display: var(--nbhd-buttonUnderlined-display, inline-block);
  --nbhd-button-fontSize: var(--nbhd-buttonUnderlined-fontSize, var(--nbhd-fontSize-xs));
  --nbhd-button-font-style: var(--nbhd-buttonUnderlined-fontStyle, normal);
  --nbhd-button-font-weight: var(--nbhd-buttonUnderlined-fontWeight, var(--nbhd-fontWeight-700));
  --nbhd-button-letter-spacing: var(--nbhd-buttonUnderlined-letterSpacing, var(--nbhd-letter-spacing-regular));
  --nbhd-button-paddingBlock: var(--nbhd-buttonUnderlined-paddingBlock, 0 var(--nbhd-space-3));
  --nbhd-button-paddingInline: var(--nbhd-buttonUnderlined-paddingInline, 0);
  --nbhd-button-position: var(--nbhd-buttonUnderlined-position, relative);
  --nbhd-button-textAlign: var(--nbhd-buttonUnderlined-textAlign, center);
  --nbhd-button-textDecoration: var(--nbhd-buttonUnderlined-textDecoration, none);
  --nbhd-button-textTransform: var(--nbhd-buttonUnderlined-textTransform, none);
  --nbhd-button-textDecorationThickness: var(--nbhd-buttonUnderlined-textDecorationThickness, 2px);
  --nbhd-button-textDecorationThicknessHover: var(--nbhd-buttonUnderlined-textDecorationThicknessHover, 5px);
  --nbhd-button-textDecorationColor: var(--nbhd-buttonUnderlined-textDecorationColor, var(--nbhd-button-lightTheme-primary));
  --nbhd-button-textUnderlineOffset: var(--nbhd-buttonUnderlined-textUnderlineOffset, var(--nbhd-space-025));
  --nbhd-button-transitionFunction: var(--nbhd-buttonUnderlined-transitionFunction, ease-in-out);
  --nbhd-button-transitionDuration: var(--nbhd-buttonUnderlined-transitionDuration, 0.1s);
  --nbhd-button-transitionProperty: var(--nbhd-buttonUnderlined-transitionProperty, all);
}
.nbhd-button-underlined::after {
  content: " ";
  display: block;
  position: absolute;
  height: var(--nbhd-button-textDecorationThickness);
  background: var(--nbhd-button-textDecorationColor);
  inset-block-end: var(--nbhd-button-textUnderlineOffset);
  inset-inline-start: 0;
  transition-duration: var(--nbhd-button-transitionDuration);
  transition-timing-function: var(--nbhd-button-transitionFunction);
  transition-property: var(--nbhd-button-transitionProperty);
  width: 100%;
}
.nbhd-button-underlined:hover,
.nbhd-button-underlined:focus {
  color: var(--nbhd-buttonUnderlined-color-hover);
  text-decoration: none;
}
.nbhd-button-underlined:hover::after,
.nbhd-button-underlined:focus::after {
  height: var(--nbhd-button-textDecorationThicknessHover);
}
.nbhd-background-theme-primary-dark,
.nbhd-background-theme-secondary-dark {
  --nbhd-buttonPrimary-backgroundColor: var(--nbhd-button-darkTheme-primary);
  --nbhd-buttonPrimary-borderColor: var(--nbhd-button-darkTheme-primary);
  --nbhd-buttonPrimary-color: var(--nbhd-button-darkTheme-secondary);
  --nbhd-buttonPrimary-color-hover: var(--nbhd-button-darkTheme-secondary);
  --nbhd-buttonPrimary-gradient-originColor: var(--nbhd-button-darkTheme-secondary);
  --nbhd-buttonSecondary-borderColor: var(--nbhd-button-darkTheme-primary);
  --nbhd-buttonSecondary-color: var(--nbhd-button-darkTheme-primary);
  --nbhd-buttonSecondary-color-hover: var(--nbhd-button-darkTheme-secondary);
  --nbhd-buttonSecondary-gradient-originColor: var(--nbhd-button-darkTheme-primary);
  --nbhd-buttonUnderlined-color: var(--nbhd-button-darkTheme-primary);
  --nbhd-buttonUnderlined-textDecorationColor:var(--nbhd-button-darkTheme-primary);
}
.nbhd-background-theme-primary-light.nbhd-card--media-background,
.nbhd-background-theme-secondary-light.nbhd-card--media-background,
.nbhd-background-theme-tertiary-light.nbhd-card--media-background {
  --nbhd-buttonPrimary-backgroundColor: var(--nbhd-button-darkTheme-primary);
  --nbhd-buttonPrimary-borderColor: var(--nbhd-button-darkTheme-primary);
  --nbhd-buttonPrimary-color: var(--nbhd-button-darkTheme-secondary);
  --nbhd-buttonPrimary-color-hover: var(--nbhd-button-darkTheme-secondary);
  --nbhd-buttonPrimary-gradient-originColor: var(--nbhd-button-darkTheme-secondary);
  --nbhd-buttonSecondary-borderColor: var(--nbhd-button-darkTheme-primary);
  --nbhd-buttonSecondary-color: var(--nbhd-button-darkTheme-primary);
  --nbhd-buttonSecondary-color-hover: var(--nbhd-button-darkTheme-secondary);
  --nbhd-buttonSecondary-gradient-originColor: var(--nbhd-button-darkTheme-primary);
  --nbhd-buttonUnderlined-color: var(--nbhd-button-darkTheme-primary);
  --nbhd-buttonUnderlined-textDecorationColor:var(--nbhd-button-darkTheme-primary);
}
@media (min-width: 1024px) {
  .nbhd-background-theme-primary-light.nbhd-jumbotron-item--humongotron,
  .nbhd-background-theme-secondary-light.nbhd-jumbotron-item--humongotron,
  .nbhd-background-theme-tertiary-light.nbhd-jumbotron-item--humongotron {
    --nbhd-buttonPrimary-backgroundColor: var(--nbhd-button-darkTheme-primary);
    --nbhd-buttonPrimary-borderColor: var(--nbhd-button-darkTheme-primary);
    --nbhd-buttonPrimary-color: var(--nbhd-button-darkTheme-secondary);
    --nbhd-buttonPrimary-color-hover: var(--nbhd-button-darkTheme-secondary);
    --nbhd-buttonPrimary-gradient-originColor: var(--nbhd-button-darkTheme-secondary);
    --nbhd-buttonSecondary-borderColor: var(--nbhd-button-darkTheme-primary);
    --nbhd-buttonSecondary-color: var(--nbhd-button-darkTheme-primary);
    --nbhd-buttonSecondary-color-hover: var(--nbhd-button-darkTheme-secondary);
    --nbhd-buttonSecondary-gradient-originColor: var(--nbhd-button-darkTheme-primary);
    --nbhd-buttonUnderlined-color: var(--nbhd-button-darkTheme-primary);
    --nbhd-buttonUnderlined-textDecorationColor:var(--nbhd-button-darkTheme-primary);
  }
}
@media (min-width: 768px) {
  .nbhd-background-theme-primary-light .nbhd-theme-overlay,
  .nbhd-background-theme-secondary-light .nbhd-theme-overlay,
  .nbhd-background-theme-tertiary-light .nbhd-theme-overlay {
    --nbhd-buttonPrimary-backgroundColor: var(--nbhd-button-darkTheme-primary);
    --nbhd-buttonPrimary-borderColor: var(--nbhd-button-darkTheme-primary);
    --nbhd-buttonPrimary-color: var(--nbhd-button-darkTheme-secondary);
    --nbhd-buttonPrimary-color-hover: var(--nbhd-button-darkTheme-secondary);
    --nbhd-buttonPrimary-gradient-originColor: var(--nbhd-button-darkTheme-secondary);
    --nbhd-buttonSecondary-borderColor: var(--nbhd-button-darkTheme-primary);
    --nbhd-buttonSecondary-color: var(--nbhd-button-darkTheme-primary);
    --nbhd-buttonSecondary-color-hover: var(--nbhd-button-darkTheme-secondary);
    --nbhd-buttonSecondary-gradient-originColor: var(--nbhd-button-darkTheme-primary);
    --nbhd-buttonUnderlined-color: var(--nbhd-button-darkTheme-primary);
    --nbhd-buttonUnderlined-textDecorationColor:var(--nbhd-button-darkTheme-primary);
  }
}
:root {
  --nbhd-note-text-color: inherit;
  --nbhd-note-border-inline-start: 2px solid;
  --nbhd-note-border-inline-color: var(--nbhd-theme-accent-color);
  --nbhd-note-font-stack: inherit;
  --nbhd-note-font-size: var(--nbhd-font-size-3);
  --nbhd-note-font-style: italic;
  --nbhd-note-font-weight: var(--nbhd-font-weight-500);
  --nbhd-note-line-height: var(--nbhd-line-height-1-5);
  --nbhd-note-margin-block: var(--nbhd-space-12) 0;
  --nbhd-note-padding-inline: var(--nbhd-space-4) 0;
}
:root .nbhd-background-theme-primary-dark,
:root .nbhd-background-theme-secondary-dark {
  --nbhd-note-border-inline-color: var(--nbhd-theme-accent-color);
}
.nbhd-note {
  border-inline-start: var(--nbhd-note-border-inline-start);
  border-inline-color: var(--nbhd-note-border-inline-color);
  color: var(--nbhd-note-text-color);
  font-family: var(--nbhd-note-font-stack);
  font-size: var(--nbhd-note-font-size);
  font-style: var(--nbhd-note-font-style);
  font-weight: var(--nbhd-note-font-weight);
  line-height: var(--nbhd-note-line-height);
  margin-block: var(--nbhd-note-margin-block);
  padding-inline: var(--nbhd-note-padding-inline);
}
:root {
  --nbhd-badge-background-color: var(--nbhd-base-color-casper);
  --nbhd-badge-text-color: var(--nbhd-base-color-fbin-black);
  --nbhd-badge-display: inline-block;
  --nbhd-badge-font-size: var(--nbhd-font-size-0);
  --nbhd-badge-font-stack: inherit;
  --nbhd-badge-font-style: normal;
  --nbhd-badge-font-weight: var(--nbhd-font-weight-700);
  --nbhd-badge-letter-spacing: var(--nbhd-letter-spacing-3);
  --nbhd-badge-line-height: var(--nbhd-line-height-2);
  --nbhd-badge-max-width: var(--nbhd-space-31);
  --nbhd-badge-overflow: hidden;
  --nbhd-badge-padding-block: var(--nbhd-space-1);
  --nbhd-badge-padding-inline: var(--nbhd-space-3);
  --nbhd-badge-text-align: center;
  --nbhd-badge-text-overflow: ellipsis;
  --nbhd-badge-text-transform: uppercase;
}
.nbhd-badge {
  background: var(--nbhd-badge-background-color);
  color: var(--nbhd-badge-text-color);
  display: var(--nbhd-badge-display);
  font-family: var(--nbhd-badge-font-stack);
  font-size: var(--nbhd-badge-font-size);
  font-style: var(--nbhd-badge-font-style);
  font-weight: var(--nbhd-badge-font-weight);
  letter-spacing: var(--nbhd-badge-letter-spacing);
  line-height: var(--nbhd-badge-line-height);
  max-width: var(--nbhd-badge-max-width);
  overflow: var(--nbhd-badge-overflow);
  padding-block: var(--nbhd-badge-padding-block);
  padding-inline: var(--nbhd-badge-padding-inline);
  text-align: var(--nbhd-badge-text-align);
  text-overflow: var(--nbhd-badge-text-overflow);
  text-transform: var(--nbhd-badge-text-transform);
}
:root {
  --nbhd-card-text-align: start;
  --nbhd-card-light-background-theme-text-color: var(--nbhd-base-color-fbin-black);
  --nbhd-card-dark-background-theme-text-color: var(--nbhd-dark-background-theme-text-color);
}
:root .nbhd-card--media-background {
  --nbhd-card-title-text-color: var(--nbhd-dark-background-theme-text-color);
}
:root .nbhd-background-theme-primary-light .nbhd-card--media-background,
:root .nbhd-background-theme-secondary-light .nbhd-card--media-background {
  --nbhd-card-title-text-color: var(--nbhd-dark-background-theme-text-color);
}
.nbhd-card {
  display: flex;
  height: 100%;
  justify-content: start;
  flex-direction: column;
  position: relative;
  text-align: var(--nbhd-card-text-align);
}
.nbhd-card--align-start {
  --nbhd-card-text-align: start;
}
.nbhd-card--align-center {
  --nbhd-card-text-align: center;
}
.nbhd-card--align-end {
  --nbhd-card-text-align: end;
}
.nbhd-card--cta {
  text-decoration: none;
}
.nbhd-card--reversed {
  flex-direction: column-reverse;
  justify-content: space-between;
}
.nbhd-card--media-background {
  justify-content: flex-end;
}
.nbhd-card--media-background.nbhd-card--reversed {
  justify-content: flex-end;
}
.nbhd-card--shadow {
  box-shadow: var(--nbhd-shadow-sm);
}
.nbhd-card__title {
  color: var(--nbhd-card-title-text-color);
  font-family: var(--nbhd-card-title-fontFamily, var(--nbhd-font-heading));
  font-size: var(--nbhd-font-size-6);
  font-weight: var(--nbhd-card-title-fontWeight, var(--nbhd-font-weight-400));
  line-height: var(--nbhd-line-height-1-5);
  margin-block-end: 1rem;
}
.nbhd-card--compact .nbhd-card__title {
  font-size: var(--nbhd-font-size-5);
}
.nbhd-card--media-background .nbhd-card__title {
  margin-block-end: 0;
}
.nbhd-card--cta:hover .nbhd-card__title {
  text-decoration: underline;
}
.nbhd-card__content {
  color: inherit;
  font-size: var(--nbhd-font-size-4);
  font-weight: var(--nbhd-font-weight-400);
  margin-block-end: 0;
}
.nbhd-card__image {
  transition: transform 0.5s ease;
}
.nbhd-card:hover .nbhd-card__image {
  transform: scale(1.1);
}
.nbhd-card--no-zoom:hover .nbhd-card__image {
  transform: unset;
}
.nbhd-card__visual {
  padding-block: 0;
  padding-inline: 0;
  overflow: hidden;
}
.nbhd-card__visual-link:focus {
  --nbhd-focus-outline-offset: -2px;
}
.nbhd-card--visual-compact .nbhd-card__visual {
  margin-block: 25px 0;
  margin-inline: 25px;
}
.nbhd-card--reversed.nbhd-card--visual-compact .nbhd-card__visual {
  margin-block: 0 25px;
}
.nbhd-card--media-background .nbhd-card__visual {
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1;
  margin-block: 0;
  margin-inline: 0;
}
.nbhd-card--media-background .nbhd-image {
  position: absolute;
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  object-fit: cover;
}
.nbhd-card__detail {
  padding-block: 25px;
  padding-inline: 25px;
}
.nbhd-card--reversed .nbhd-card__detail {
  padding-block-start: 38px;
}
.nbhd-card--media-background .nbhd-card__detail {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: white;
  position: absolute;
  z-index: 1;
  height: 100%;
  top: 0;
  left: 0;
  background-image:
    linear-gradient(
      180deg,
      transparent,
      rgba(var(--nbhd-color-black-rgb), 0.2) 65%,
      rgba(var(--nbhd-color-black-rgb), 0.75));
  width: 100%;
}
.nbhd-card--align-center .nbhd-card__detail {
  align-items: center;
}
.nbhd-card--align-start .nbhd-card__detail {
  align-items: start;
}
.nbhd-card--align-end .nbhd-card__detail {
  align-items: end;
}
.nbhd-card__cta {
  margin-block-start: 24px;
}
.nbhd-card__cta + .nbhd-card__cta {
  margin-block-start: 20px;
}
.nbhd-card--media-background .nbhd-card__cta {
  align-self: baseline;
}
.nbhd-card--align-center .nbhd-card__cta {
  align-self: center;
}
.nbhd-card--align-start .nbhd-card__cta {
  align-self: start;
}
.nbhd-card--align-end .nbhd-card__cta {
  align-self: end;
}
.nbhd-card__footer {
  margin-block-start: 25px;
  display: flex;
}
:root {
  --nbhd-headline-content-background: var(--nbhd-background-primary-light);
  --nbhd-headline-content-min-width: var(--nbhd-container-min-width);
  --nbhd-headline-content-max-width: 100%;
  --nbhd-headline-content-margin-inline: var(--nbhd-space-0);
  --nbhd-headline-content-padding-block: var(--nbhd-space-10) var(--nbhd-space-12);
  --nbhd-headline-content-text-align: center;
  --nbhd-headline-content--content--max-width: 450px;
  --nbhd-headline-content--content--margin-inline: var(--nbhd-space-auto);
}
:root .nbhd-headline-content--full-width {
  --nbhd-headline-content-text-align: start;
  --nbhd-headline-content--content--max-width: 100%;
}
:root .nbhd-headline-content--compact {
  --nbhd-headline-content-max-width: var(--nbhd-container-max-width);
  --nbhd-headline-content-margin-inline: var(--nbhd-space-auto);
}
.nbhd-headline-content {
  background: var(--nbhd-headline-content-background);
  min-width: var(--nbhd-headline-content-min-width);
  padding-block: var(--nbhd-headline-content-padding-block);
  text-align: var(--nbhd-headline-content-text-align);
}
.nbhd-headline-content--compact {
  margin-inline: var(--nbhd-headline-content-margin-inline);
  max-width: var(--nbhd-headline-content-max-width);
}
.nbhd-headline-content__container {
  padding-inline: var(--nbhd-headline-content--container--padding-inline, var(--nbhd-container-padding-inline));
}
.nbhd-headline-content__content {
  margin-inline: var(--nbhd-headline-content--content--margin-inline);
  max-width: var(--nbhd-headline-content--content--max-width);
}
:root {
  --nbhd-hero-split-background: var(--nbhd-background-primary-light);
  --nbhd-hero-split-padding-block: var(--nbhd-space-10);
  --nbhd-hero-split--container--padding-inline: var(--nbhd-space-10);
  --nbhd-hero-split--flex--align-items: center;
  --nbhd-hero-split--flex--justify-content: space-between;
  --nbhd-hero-split--frame--border: 2px solid;
  --nbhd-hero-split--frame--border-color: var(--nbhd-theme-accent-color);
  --nbhd-hero-split--frame--border-radius: 0.3125rem;
  --nbhd-hero-split--frame--padding-block: var(--nbhd-space-6);
  --nbhd-hero-split--frame--padding-inline: var(--nbhd-space-6);
  --nbhd-hero-split--visual--shadow: var(--nbhd-shadow-lg);
  --nbhd-hero-split--visual--max-width: 100%;
  --nbhd-hero-split--detail--margin-inline: 0;
  --nbhd-hero-split--detail--padding-block: 0 var(--nbhd-space-11);
  --nbhd-hero-split--detail--width: 100%;
}
:root .nbhd-split--reversed {
  --nbhd-hero-split--visual--shadow: var(--nbhd-shadow-lg-reversed);
}
:root .nbhd-hero-split--no-shadow .nbhd-split--reversed,
:root .nbhd-hero-split--no-shadow {
  --nbhd-hero-split--visual--shadow: none;
}
@media (min-width: 768px) {
  :root {
    --nbhd-hero-split--detail--padding-block: 0 var(--nbhd-space-16);
  }
}
@media (min-width: 1024px) {
  :root {
    --nbhd-hero-split--detail--margin-inline: 0 5%;
    --nbhd-hero-split--detail--padding-block: 0;
    --nbhd-hero-split--detail--width: 42%;
  }
}
@media (min-width: 1200px) {
  :root {
    --nbhd-hero-split--detail--margin-inline: 0 9%;
    --nbhd-hero-split--detail--width: 37%;
  }
}
:root .nbhd-split--reversed {
  --nbhd-hero-split--detail--padding-block: var(--nbhd-space-11) 0;
}
@media (min-width: 768px) {
  :root .nbhd-split--reversed {
    --nbhd-hero-split--detail--padding-block: var(--nbhd-space-16) 0;
  }
}
@media (min-width: 1024px) {
  :root .nbhd-split--reversed {
    --nbhd-hero-split--detail--margin-inline: 5% 0;
    --nbhd-hero-split--detail--padding-block: 0;
  }
}
@media (min-width: 1200px) {
  :root .nbhd-split--reversed {
    --nbhd-hero-split--detail--margin-inline: 9% 0;
  }
}
@media (min-width: 375px) {
  :root {
    --nbhd-hero-split--container--padding-block: var(--nbhd-space-12);
    --nbhd-hero-split--container--padding-inline: var(--nbhd-space-12);
  }
}
@media (min-width: 768px) {
  :root {
    --nbhd-hero-split--container--padding-block: var(--nbhd-space-17);
    --nbhd-hero-split--container--padding-inline: var(--nbhd-space-17);
    --nbhd-hero-split--frame--padding-block: var(--nbhd-space-17);
    --nbhd-hero-split--frame--padding-inline: var(--nbhd-space-17);
  }
}
@media (min-width: 1024px) {
  :root {
    --nbhd-hero-split--container--padding-block: var(--nbhd-space-25);
    --nbhd-hero-split--container--padding-inline: var(--nbhd-space-25);
    --nbhd-hero-split--visual--max-width: 584px;
  }
  :root .nbhd-hero-split--has-frame {
    --nbhd-hero-split--visual--max-width: 546px;
  }
}
:root .nbhd-hero-split--has-frame {
  --nbhd-hero-split--container--padding-block: var(--nbhd-space-6);
  --nbhd-hero-split--container--padding-inline: var(--nbhd-space-6);
}
@media (min-width: 768px) {
  :root .nbhd-hero-split--has-frame {
    --nbhd-hero-split--container--padding-block: var(--nbhd-space-9);
    --nbhd-hero-split--container--padding-inline: var(--nbhd-space-17);
  }
}
@media (min-width: 1024px) {
  :root .nbhd-hero-split--has-frame {
    --nbhd-hero-split--container--padding-block: var(--nbhd-space-12);
    --nbhd-hero-split--container--padding-inline: var(--nbhd-space-25);
    --nbhd-hero-split--detail--width: 36%;
  }
}
:root .nbhd-background-theme-primary-dark,
:root .nbhd-background-theme-secondary-dark {
  --nbhd-hero-split--frame--border-color: var(--nbhd-theme-accent-color);
}
.nbhd-hero-split {
  background: var(--nbhd-hero-split-background);
  padding-block: var(--nbhd-hero-split-padding-block);
}
.nbhd-hero-split--compact {
  margin-inline: auto;
  max-width: 1300px;
}
.nbhd-hero-split__frame {
  border: var(--nbhd-hero-split--frame--border);
  border-color: var(--nbhd-hero-split--frame--border-color);
  border-radius: var(--nbhd-hero-split--frame--border-radius);
  padding-block: var(--nbhd-hero-split--frame--padding-block);
  padding-inline: var(--nbhd-hero-split--frame--padding-inline);
}
.nbhd-hero-split .nbhd-split {
  align-items: var(--nbhd-hero-split--flex--align-items);
  justify-content: var(--nbhd-hero-split--flex--justify-content);
}
@media (min-width: 1024px) {
  .nbhd-hero-split .nbhd-split--align-start {
    --nbhd-hero-split--flex--align-items: flex-start;
  }
}
.nbhd-hero-split__visual {
  box-shadow: var(--nbhd-hero-split--visual--shadow);
}
.nbhd-hero-split__detail {
  margin-inline: var(--nbhd-hero-split--detail--margin-inline);
  padding-block: var(--nbhd-hero-split--detail--padding-block);
  width: var(--nbhd-hero-split--detail--width);
}
.nbhd-hero-split__image,
.nbhd-hero-split__video {
  max-width: var(--nbhd-hero-split--visual--max-width);
}
:root {
  --nbhd-minitron-text-align: start;
}
:root .nbhd-minitron--align-start {
  --nbhd-minitron-text-align: start;
}
:root .nbhd-minitron--align-center {
  --nbhd-minitron-text-align: center;
}
:root .nbhd-minitron--align-end {
  --nbhd-minitron-text-align: end;
}
.nbhd-minitron {
  padding-block: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .nbhd-minitron {
    padding-block: 35px;
  }
}
@media (min-width: 1200px) {
  .nbhd-minitron {
    padding-block: 48px;
  }
}
.nbhd-minitron--compact {
  margin-inline: auto;
  max-width: 1300px;
}
.nbhd-minitron__container {
  position: relative;
}
.nbhd-minitron__carousel {
  box-shadow: var(--nbhd-shadow-lg);
}
.nbhd-minitron-no-shadow .nbhd-minitron__carousel {
  box-shadow: none;
}
.nbhd-minitron--reversed .nbhd-minitron__carousel {
  box-shadow: var(--nbhd-shadow-lg-reversed);
}
.nbhd-minitron--no-shadow .nbhd-minitron--reversed .nbhd-minitron__carousel {
  box-shadow: none;
}
.nbhd-minitron--no-shadow .nbhd-minitron__carousel {
  box-shadow: none;
}
.nbhd-minitron-item--no-carousel {
  box-shadow: var(--nbhd-shadow-lg);
}
.nbhd-minitron-no-shadow .nbhd-minitron-item--no-carousel {
  box-shadow: none;
}
.nbhd-minitron--reversed .nbhd-minitron-item--no-carousel {
  box-shadow: var(--nbhd-shadow-lg-reversed);
}
.nbhd-minitron--no-shadow .nbhd-minitron--reversed .nbhd-minitron-item--no-carousel {
  box-shadow: none;
}
.nbhd-minitron--no-shadow .nbhd-minitron-item--no-carousel {
  box-shadow: none;
}
.nbhd-minitron-item__flex {
  width: 100%;
}
.nbhd-minitron-item__detail {
  padding-block: 40px 70px;
  padding-inline: 40px;
  position: relative;
  text-align: var(--nbhd-minitron-text-align);
}
@media (min-width: 768px) {
  .nbhd-minitron-item__detail {
    padding-block: 60px;
    padding-inline: 70px;
  }
}
@media (min-width: 1024px) {
  .nbhd-minitron-item__detail {
    padding-block: 60px 90px;
    padding-inline: 70px;
    width: 37.9166666667%;
  }
}
.nbhd-minitron--media-only .nbhd-minitron-item__detail,
.nbhd-minitron-item--media-only .nbhd-minitron-item__detail {
  display: none;
}
.nbhd-minitron-item__badge {
  position: absolute;
  top: 0;
  left: 0;
}
.nbhd-minitron--reversed .nbhd-minitron-item__badge {
  left: auto;
  right: 0;
}
.nbhd-minitron-item__visual {
  overflow: hidden;
  position: relative;
  aspect-ratio: 350/188;
}
@media (min-width: 768px) {
  .nbhd-minitron-item__visual {
    aspect-ratio: 688/375;
  }
}
@media (min-width: 1024px) {
  .nbhd-minitron-item__visual {
    aspect-ratio: 745/400;
    padding-top: 0;
    width: 62.0833333333%;
  }
}
.nbhd-minitron--media-only .nbhd-minitron-item__visual,
.nbhd-minitron-item--media-only .nbhd-minitron-item__visual {
  aspect-ratio: 16/9;
  width: 100%;
}
.nbhd-minitron-item__image,
.nbhd-minitron-item__video {
  inset-block-start: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 0.5s ease;
  width: 100%;
}
.nbhd-minitron-item:hover .nbhd-minitron-item__image {
  transform: scale(1.1);
}
.nbhd-minitron--no-zoom .nbhd-minitron-item:hover .nbhd-minitron-item__image {
  transform: unset;
}
:root {
  --nbhd-grid-cards-background: transparent;
  --nbhd-grid-cards-margin-inline: var(--nbhd-space-auto);
  --nbhd-grid-cards-padding-block-end: var(--nbhd-space-6);
  --nbhd-grid-cards-max-width: var(--nbhd-container-max-width);
  --nbhd-grid-cards--header--margin-block: var(--nbhd-space-0) calc(var(--nbhd-space-9) * -1);
  --nbhd-grid-cards--header--padding-block: var(--nbhd-space-11) var(--nbhd-space-17);
  --nbhd-grid-cards--header--padding-inline: var(--nbhd-space-6);
  --nbhd-grid-cards--header--position: relative;
  --nbhd-grid-cards--header--text-align: center;
  --nbhd-grid-cards--grid--column-gap: var(--nbhd-space-10);
  --nbhd-grid-cards--grid--grid-template-columns: repeat(2, 1fr);
  --nbhd-grid-cards--grid--justify-content: center;
  --nbhd-grid-cards--grid--padding-inline: var(--nbhd-space-14) var(--nbhd-space-17);
  --nbhd-grid-cards--grid--row-gap: var(--nbhd-space-10);
  --nbhd-grid-cards--footer--margin-block-start: var(--nbhd-space-11);
  --nbhd-grid-cards--item--padding-block-start: auto;
  --nbhd-grid-cards--item--visual--aspect-ratio: 519 / 238;
}
:root .nbhd-grid-cards--align-start {
  --nbhd-grid-cards-text-align: start;
}
:root .nbhd-grid-cards--align-center {
  --nbhd-grid-cards-text-align: center;
}
:root .nbhd-grid-cards--align-end {
  --nbhd-grid-cards-text-align: end;
}
:root .nbhd-grid-cards--grid--align-start {
  --nbhd-grid-cards--grid--justify-content: start;
}
:root .nbhd-grid-cards--grid--align-center {
  --nbhd-grid-cards--grid--justify-content: center;
}
:root .nbhd-grid-cards--grid--align-end {
  --nbhd-grid-cards--grid--justify-content: end;
}
.nbhd-grid-cards {
  background: var(--nbhd-grid-cards-background);
  padding-block-end: var(--nbhd-grid-cards-padding-block-end);
}
.nbhd-grid-cards--compact {
  margin-inline: var(--nbhd-grid-cards-margin-inline);
  max-width: var(--nbhd-grid-cards-max-width);
}
.nbhd-grid-cards__header {
  margin-block: var(--nbhd-grid-cards--header--margin-block);
  padding-block: var(--nbhd-grid-cards--header--padding-block);
  position: var(--nbhd-grid-cards--header--position);
  text-align: var(--nbhd-grid-cards--header--text-align);
}
@media (min-width: 768px) {
  .nbhd-grid-cards__header {
    --nbhd-grid-cards--header--breakpoint-md--margin-block: var(--nbhd-space-0) calc(var(--nbhd-space-15) * -1);
    --nbhd-grid-cards--header--breakpoint-md--padding-block: var(--nbhd-space-16) var(--nbhd-space-25);
    --nbhd-grid-cards--header--margin-block: var(--nbhd-grid-cards--header--breakpoint-md--margin-block);
    --nbhd-grid-cards--header--padding-block: var(--nbhd-grid-cards--header--breakpoint-md--padding-block);
  }
}
@media (min-width: 1024px) {
  .nbhd-grid-cards__header {
    --nbhd-grid-cards--header--breakpoint-lg--margin-block: var(--nbhd-space-0) calc(var(--nbhd-space-25) * -1);
    --nbhd-grid-cards--header--breakpoint-lg--padding-block: var(--nbhd-space-23) var(--nbhd-space-37);
    --nbhd-grid-cards--header--breakpoint-lg--padding-inline: var(--nbhd-space-17);
    --nbhd-grid-cards--header--margin-block: var(--nbhd-grid-cards--header--breakpoint-lg--margin-block);
    --nbhd-grid-cards--header--padding-block: var(--nbhd-grid-cards--header--breakpoint-lg--padding-block);
    --nbhd-grid-cards--header--padding-inline: var(--nbhd-grid-cards--header--breakpoint-lg--padding-inline);
  }
}
.nbhd-grid-cards__header--align-start {
  --nbhd-grid-cards--header--text-align: start;
}
.nbhd-grid-cards__header--align-center {
  --nbhd-grid-cards--header--text-align: center;
}
.nbhd-grid-cards__header--align-end {
  --nbhd-grid-cards--header--text-align: end;
}
.nbhd-grid-cards__footer {
  margin-block-start: var(--nbhd-grid-cards--footer--margin-block-start);
}
.nbhd-grid-cards__header,
.nbhd-grid-cards__footer {
  text-align: var(--nbhd-grid-cards-text-align);
}
.nbhd-grid-cards__grid {
  grid-template-columns: repeat(1, 1fr);
  justify-content: var(--nbhd-grid-cards--grid--justify-content);
}
@media (min-width: 544px) {
  .nbhd-card-items-medium .nbhd-grid-cards__grid {
    grid-template-columns: repeat(auto-fit, minmax(225px, 0.5fr));
  }
  .nbhd-card-items-large .nbhd-grid-cards__grid,
  .nbhd-card-items-xlarge .nbhd-grid-cards__grid {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .nbhd-grid-cards__grid {
    column-gap: var(--nbhd-grid-cards--grid--column-gap);
    grid-template-columns: repeat(auto-fit, minmax(200px, 0.33fr));
    row-gap: var(--nbhd-grid-cards--grid--row-gap);
  }
  .nbhd-card-items-large .nbhd-grid-cards__grid,
  .nbhd-card-items-xlarge .nbhd-grid-cards__grid {
    grid-template-columns: repeat(auto-fit, minmax(300px, 0.5fr));
  }
}
@media (min-width: 1024px) {
  .nbhd-grid-cards__grid {
    --nbhd-grid-cards--grid--breakpoint-lg--column-gap: var(--nbhd-space-12);
    --nbhd-grid-cards--grid--breakpoint-lg--column-gap: var(--nbhd-space-12);
    --nbhd-grid-cards--grid--breakpoint-lg--padding-inline: var(--nbhd-space-17);
    --nbhd-grid-cards--grid--breakpoint-lg--row-gap: var(--nbhd-space-12);
    --nbhd-grid-cards--grid--column-gap: var(--nbhd-grid-cards--grid--breakpoint-lg--column-gap);
    --nbhd-grid-cards--grid--grid-template-columns: var(--nbhd-grid-cards--grid--breakpoint-lg--grid-template-columns);
    --nbhd-grid-cards--grid--padding-inline: var(--nbhd-grid-cards--grid--breakpoint-lg--padding-inline);
    --nbhd-grid-cards--grid--row-gap: var(--nbhd-grid-cards--grid--breakpoint-lg--row-gap);
    grid-template-columns: repeat(auto-fit, minmax(170px, 0.2fr));
  }
  .nbhd-card-items-medium .nbhd-grid-cards__grid {
    grid-template-columns: repeat(auto-fit, minmax(190px, 0.25fr));
  }
  .nbhd-card-items-large .nbhd-grid-cards__grid {
    grid-template-columns: repeat(auto-fit, minmax(275px, 0.33fr));
  }
  .nbhd-card-items-xlarge .nbhd-grid-cards__grid {
    grid-template-columns: repeat(auto-fit, minmax(400px, 0.5fr));
  }
}
@media (min-width: 1200px) {
  .nbhd-card-items-medium .nbhd-grid-cards__grid {
    grid-template-columns: repeat(auto-fit, minmax(230px, 0.25fr));
  }
}
.nbhd-grid-cards--no-header .nbhd-grid-cards__grid {
  --nbhd-grid-cards--grid--padding-inline: var(--nbhd-space-0);
}
.nbhd-grid-cards__item.nbhd-card--media-background {
  padding-block-start: var(--nbhd-grid-cards--item--padding-block-start);
}
.nbhd-grid-cards__item.nbhd-card--media-background .nbhd-card__visual {
  aspect-ratio: var(--nbhd-grid-cards--item--visual--aspect-ratio);
}
.nbhd-grid-cards--landscape .nbhd-grid-cards__item.nbhd-card--media-background {
  --nbhd-grid-cards--item--padding-block-start: 65%;
  --nbhd-grid-cards--item--visual--aspect-ratio: 519 / 238;
}
.nbhd-grid-cards--square .nbhd-grid-cards__item.nbhd-card--media-background {
  --nbhd-grid-cards--item--padding-block-start: 100%;
  --nbhd-grid-cards--item--visual--aspect-ratio: 1 / 1;
}
.nbhd-grid-cards--portrait .nbhd-grid-cards__item.nbhd-card--media-background {
  --nbhd-grid-cards--item--padding-block-start: calc( 545 / 445 * 100%);
  --nbhd-grid-cards--item--visual--aspect-ratio: 238 / 519;
}
:root {
  --nbhd-jumbotron-max-width: 100vw;
  --nbhd-jumbotron--humongotron--max-height: 800px;
  --nbhd-jumbotron--logo--max-height: none;
  --nbhd-jumbotron--logo--max-width: 150px;
  --nbhd-jumbotron--logo--width: 100%;
}
.nbhd-jumbotron {
  max-width: var(--nbhd-jumbotron-max-width);
  min-width: 320px;
  position: relative;
}
@media (min-width: 1024px) {
  .nbhd-jumbotron {
    --nbhd-title-fontSize: var(--nbhd-jumbotron-title-fontSize, var(--nbhd-fontSize-jumbo));
  }
}
@media (min-width: 1024px) {
  .nbhd-jumbotron--humongotron {
    --nbhd-jumbotron-title-fontSize: var(--nbhd-fontSize-huge);
  }
}
.nbhd-jumbotron--humongotron-media-max {
  --nbhd-jumbotron-max-width: 2000px;
  margin-inline: auto;
}
.nbhd-jumbotron--compact {
  --nbhd-jumbotron-max-width: 1300px;
  margin-inline: auto;
}
.nbhd-jumbotron__carousel-container {
  margin-inline: auto;
  max-width: 1300px;
}
.nbhd-jumbotron__carousel-container .nbhd-jumbotron--compact,
.nbhd-jumbotron--humongotron-media-max .nbhd-jumbotron__carousel-container {
  margin-inline: auto;
  position: relative;
}
.nbhd-jumbotron--humongotron .nbhd-jumbotron__carousel-container {
  max-width: 100%;
}
.nbhd-jumbotron__carousel {
  max-width: 1300px;
  margin-inline: var(--nbhd-space-auto);
}
.nbhd-jumbotron--humongotron .nbhd-jumbotron__carousel {
  max-width: 100%;
}
.nbhd-jumbotron swiper-container::part(pagination) {
  bottom: auto;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  height: var(--nbhd-space-11);
  margin-block-start: 2px;
  z-index: 1;
  position: relative;
  width: 300px;
}
.nbhd-jumbotron-item {
  position: relative;
}
@media (min-width: 1024px) {
  .nbhd-jumbotron--humongotron .nbhd-jumbotron-item {
    aspect-ratio: 1920/768;
    height: 100%;
    min-height: 800px;
    width: 100%;
  }
}
.nbhd-jumbotron-item__container {
  padding-inline: 0;
  height: 100%;
}
@media (min-width: 1024px) {
  .nbhd-jumbotron-item__flex {
    min-height: 800px;
    height: 100%;
  }
  .nbhd-jumbotron--humongotron.nbhd-jumbotron--humongotron-left .nbhd-jumbotron-item__flex {
    justify-content: start;
  }
  .nbhd-jumbotron--humongotron.nbhd-jumbotron--humongotron-center .nbhd-jumbotron-item__flex {
    justify-content: center;
  }
  .nbhd-jumbotron--humongotron.nbhd-jumbotron--humongotron-right .nbhd-jumbotron-item__flex {
    justify-content: end;
  }
}
.nbhd-jumbotron-item__logo {
  max-width: var(--nbhd-jumbotron--logo--max-width, 150px);
}
@media (min-width: 1024px) {
  .nbhd-jumbotron-item__logo {
    --nbhd-jumbotron--logo--max-width: 250px;
  }
}
.nbhd-jumbotron-item__logo--vertical {
  --nbhd-jumbotron--logo--max-height: 90px;
  --nbhd-jumbotron--logo--max-width: none;
  --nbhd-jumbotron--logo--width: auto;
  max-height: var(--nbhd-jumbotron--logo--max-height, 90px);
  width: var(--nbhd-jumbotron--logo--width, auto);
}
@media (min-width: 1024px) {
  .nbhd-jumbotron-item__logo--vertical {
    --nbhd-jumbotron--logo--max-height: 150px;
  }
}
.nbhd-jumbotron-item__logo-picture {
  display: block;
  margin-block-end: var(--nbhd-space-5);
}
@media (min-width: 1024px) {
  .nbhd-jumbotron-item__logo-picture {
    margin-block-end: var(--nbhd-space-11);
  }
}
.nbhd-jumbotron-item__detail {
  padding-block: 40px;
  padding-inline: 24px;
  position: static;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .nbhd-jumbotron-item__detail {
    padding-inline: 48px;
  }
}
@media (min-width: 1024px) {
  .nbhd-jumbotron-item__detail {
    width: 42.3076923077%;
  }
}
.nbhd-jumbotron--humongotron .nbhd-jumbotron-item__detail {
  z-index: 1;
  order: 2;
}
@media (min-width: 1024px) {
  .nbhd-jumbotron--humongotron .nbhd-jumbotron-item__detail {
    width: 48%;
  }
  .nbhd-jumbotron--humongotron .nbhd-jumbotron-item__detail::after {
    --nbhd-jumbotron--humongotron--overlay-opacity: 0.3;
    content: " ";
    display: block;
    position: absolute;
    width: 100%;
    min-height: 800px;
    height: 100%;
    inset-inline-start: 0;
    inset-block-start: 0;
    background-color: rgba(var(--nbhd-color-black-rgb), var(--nbhd-jumbotron--humongotron--overlay-opacity));
    z-index: -1;
  }
  .nbhd-jumbotron-item--opacity-75 .nbhd-jumbotron--humongotron .nbhd-jumbotron-item__detail::after {
    --nbhd-jumbotron--humongotron--overlay-opacity: 0.75;
    background-color: rgba(var(--nbhd-color-black-rgb), var(--nbhd-jumbotron--humongotron--overlay-opacity));
  }
}
@media (min-width: 1024px) {
  .nbhd-jumbotron--humongotron .nbhd-jumbotron-item--humongotron-overlay-25 .nbhd-jumbotron-item__detail::after {
    --nbhd-jumbotron--humongotron--overlay-opacity: 0.25;
  }
}
@media (min-width: 1024px) {
  .nbhd-jumbotron--humongotron .nbhd-jumbotron-item--humongotron-overlay-50 .nbhd-jumbotron-item__detail::after {
    --nbhd-jumbotron--humongotron--overlay-opacity: 0.50;
  }
}
@media (min-width: 1024px) {
  .nbhd-jumbotron--humongotron .nbhd-jumbotron-item--humongotron-overlay-75 .nbhd-jumbotron-item__detail::after {
    --nbhd-jumbotron--humongotron--overlay-opacity: 0.75;
  }
}
.nbhd-jumbotron--vertical-top .nbhd-jumbotron-item__detail {
  justify-content: start;
}
.nbhd-jumbotron--vertical-middle .nbhd-jumbotron-item__detail {
  justify-content: center;
}
.nbhd-jumbotron--vertical-bottom .nbhd-jumbotron-item__detail {
  justify-content: end;
}
.nbhd-jumbotron--text-left .nbhd-jumbotron-item__detail {
  align-items: start;
  text-align: start;
}
.nbhd-jumbotron--text-center .nbhd-jumbotron-item__detail {
  align-items: center;
  text-align: center;
}
.nbhd-jumbotron--text-right .nbhd-jumbotron-item__detail {
  align-items: end;
  text-align: end;
}
.nbhd-jumbotron--humongotron-scrollto .nbhd-jumbotron-item__detail {
  padding-block-end: 150px;
}
@media (min-width: 1024px) {
  .nbhd-jumbotron--humongotron-scrollto .nbhd-jumbotron-item__detail {
    padding-block-end: 40px;
  }
}
.nbhd-jumbotron-item__cta + .nbhd-jumbotron-item__cta {
  margin-inline-start: 20px;
}
.nbhd-jumbotron-item__visual {
  position: relative;
  aspect-ratio: 375/214;
  width: 100%;
}
@media (min-width: 768px) {
  .nbhd-jumbotron-item__visual {
    aspect-ratio: 768/438;
  }
}
@media (min-width: 1024px) {
  .nbhd-jumbotron-item__visual {
    aspect-ratio: 750/800;
    width: 57.6923076923%;
  }
}
@media (min-width: 1024px) {
  .nbhd-jumbotron--humongotron .nbhd-jumbotron-item__visual {
    aspect-ratio: 1300/800;
    inset-block-start: 0;
    inset-inline-start: 0;
    min-height: 800px;
    position: absolute;
    width: 100%;
  }
}
@media (min-width: 1300px) {
  .nbhd-jumbotron--humongotron .nbhd-jumbotron-item__visual {
    aspect-ratio: 2000/800;
  }
}
.nbhd-jumbotron-item__image,
.nbhd-jumbotron-item__video {
  inset-block-start: 0;
  inset-inline-start: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  transition: transform 0.5s ease;
  width: 100%;
}
.nbhd-jumbotron-navigation {
  bottom: 0;
  position: absolute;
  max-width: 500px;
  width: 100%;
  margin-inline: auto;
  height: var(--nbhd-space-11);
  inset-inline-start: 50%;
  transform: translateX(-50%);
}
.nbhd-jumbotron-progress {
  bottom: calc(var(--nbhd-space-11) + 1);
}
.nbhd-scrollto {
  position: absolute;
  z-index: 1;
  inset-block-end: 18px;
  inset-inline-start: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  color: var(--nbhd-scrollto-label-text-color);
}
.nbhd-scrollto__label {
  color: var(--nbhd-scrollto-label-text-color);
  margin-block-start: 5px;
  font-weight: var(--nbhd-font-weight-500);
  letter-spacing: 1px;
  text-decoration: none;
}
.nbhd-scrollto:focus {
  text-decoration: none;
}
:root {
  --nbhd-video-player-padding-block: var(--nbhd-space-12);
  --nbhd-video-player-background: transparent;
}
.nbhd-video-player {
  background: var(--nbhd-video-player-background);
  padding-block: var(--nbhd-video-player-padding-block);
}
.nbhd-video-player--compact {
  margin-inline: auto;
  max-width: 1300px;
}
.nbhd-video-player__container {
  position: relative;
}
.nbhd-video-player__visual {
  overflow: hidden;
  position: relative;
  aspect-ratio: 16/9;
  width: 100%;
}
.nbhd-video-player--sd .nbhd-video-player__visual {
  aspect-ratio: 4/3;
}
.nbhd-video-player__video {
  inset-block-start: 0;
  inset-inline-start: 0;
  height: 100%;
  object-fit: cover;
  position: absolute;
  width: 100%;
}
.nbhd-video-player__content {
  margin-block: var(--nbhd-space-6) var(--nbhd-space-0);
}
:root {
  --nbhd-accordion--toggle--title--font-size: var(--nbhd-font-size-7);
  --nbhd-accordion--toggle--title--text-color: white;
  --nbhd-accordion--toggle--title--font-weight: var(--nbhd-font-weight-700);
  --nbhd-accordion--item-overlay-opacity: 0.35;
}
:root .nbhd-accordion-item--overlay-25 {
  --nbhd-accordion--item-overlay-opacity: 0.25;
}
:root .nbhd-accordion-item--overlay-50 {
  --nbhd-accordion--item-overlay-opacity: 0.50;
}
:root .nbhd-accordion-item--overlay-75 {
  --nbhd-accordion--item-overlay-opacity: 0.75;
}
.nbhd-accordion__container {
  padding-inline: 0;
}
@media (min-width: 768px) {
  .nbhd-accordion__items {
    align-items: start;
    display: flex;
    flex-direction: row;
  }
}
.nbhd-accordion--compact {
  margin-inline: auto;
  max-width: 1300px;
}
.nbhd-accordion-item {
  margin-block-end: var(--nbhd-space-6);
}
@media (min-width: 768px) {
  .nbhd-accordion-item {
    flex: 1;
    height: 650px;
    margin-block-end: 0;
    overflow: hidden;
    position: relative;
    transition: 0.4s ease-out;
    transition-property:
      width,
      flex-basis,
      visibility;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .nbhd-accordion-item {
    transition: unset;
    transition-property: unset;
  }
}
@media (min-width: 1024px) {
  .nbhd-accordion-item {
    height: 750px;
  }
}
@media (min-width: 768px) {
  .nbhd-accordion-item.nbhd-accordion-expand {
    flex-basis: 100%;
    z-index: 5;
  }
}
@media (min-width: 768px) {
  .nbhd-accordion-item.nbhd-accordion-hide {
    visibility: hidden;
  }
}
.nbhd-accordion-toggle {
  display: none;
}
@media (min-width: 768px) {
  .nbhd-accordion-toggle {
    background: transparent;
    border: 0;
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    inset-inline-start: 0;
    inset-block-start: 0;
    padding: 0;
    z-index: 1;
  }
  .nbhd-accordion-toggle:focus {
    outline-offset: -2px;
  }
  .nbhd-accordion-toggle * {
    pointer-events: none;
  }
  .nbhd-accordion-item.nbhd-accordion-expand .nbhd-accordion-toggle {
    visibility: hidden;
  }
}
.nbhd-accordion-toggle__content {
  background-color: rgba(var(--nbhd-color-black-rgb), var(--nbhd-accordion--item-overlay-opacity));
  display: flex;
  flex-direction: column;
  height: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  padding-block: var(--nbhd-space-12);
  padding-inline: var(--nbhd-space-12);
  position: absolute;
  width: 100%;
  isolation: isolate;
}
.nbhd-accordion--toggle-left .nbhd-accordion-toggle__content {
  align-items: start;
  text-align: start;
}
.nbhd-accordion--toggle-center .nbhd-accordion-toggle__content {
  align-items: center;
  text-align: center;
}
.nbhd-accordion--toggle-right .nbhd-accordion-toggle__content {
  align-items: end;
  text-align: end;
}
.nbhd-accordion--toggle-vertical-top .nbhd-accordion-toggle__content {
  justify-content: start;
}
.nbhd-accordion--toggle-vertical-middle .nbhd-accordion-toggle__content {
  justify-content: center;
}
.nbhd-accordion--toggle-vertical-bottom .nbhd-accordion-toggle__content {
  justify-content: end;
}
.nbhd-accordion-toggle__title {
  color: var(--nbhd-accordion--toggle--title--text-color);
  font-size: var(--nbhd-accordion--toggle--title--font-size);
  font-weight: var(--nbhd-accordion--toggle--title--font-weight);
  opacity: 1;
  transition-property: opacity;
  transition-duration: 0.5s;
}
.nbhd-accordion-hide .nbhd-accordion-toggle__title {
  opacity: 0;
}
.nbhd-accordion-toggle__image {
  height: auto;
  inset-block-start: 50%;
  inset-inline-start: 50%;
  max-height: 100%;
  max-width: none;
  position: absolute;
  transform: translate(-50%, -50%);
  transition: transform 0.4s ease-in-out;
  width: auto;
  z-index: -1;
}
.nbhd-accordion-toggle:hover .nbhd-accordion-toggle__image {
  transform: translate(-50%, -50%) scale(1.1);
}
@media screen and (prefers-reduced-motion: reduce) {
  .nbhd-accordion-toggle:hover .nbhd-accordion-toggle__image {
    transform: translate(-50%, -50%);
  }
}
.nbhd-accordion--no-zoom .nbhd-accordion-toggle:hover .nbhd-accordion-toggle__image {
  transform: translate(-50%, -50%);
}
.nbhd-accordion-toggle__expand {
  margin-block-start: 20px;
  transition: margin 0.4s ease-in-out;
}
@media (min-width: 1024px) {
  .nbhd-accordion-toggle__expand {
    margin-block-start: 32px;
  }
}
.nbhd-accordion-toggle:hover .nbhd-accordion-toggle__expand,
.nbhd-accordion-toggle:focus .nbhd-accordion-toggle__expand {
  margin-block-end: 5px;
}
.nbhd-accordion--no-zoom .nbhd-accordion-toggle:hover .nbhd-accordion-toggle__expand,
.nbhd-accordion--no-zoom .nbhd-accordion-toggle:focus .nbhd-accordion-toggle__expand {
  margin-block-end: 0;
}
@media screen and (prefers-reduced-motion: reduce) {
  .nbhd-accordion-toggle:hover .nbhd-accordion-toggle__expand,
  .nbhd-accordion-toggle:focus .nbhd-accordion-toggle__expand {
    margin-block-end: 0;
  }
}
.nbhd-accordion-toggle__expand .nbhd-ui-control__svg {
  max-block-size: 10px;
  max-inline-size: 10px;
  transform: rotate(45deg);
  width: 10px;
  transition: transform 0.4s ease-in-out;
}
.nbhd-accordion-toggle:hover .nbhd-accordion-toggle__expand .nbhd-ui-control__svg,
.nbhd-accordion-toggle:focus .nbhd-accordion-toggle__expand .nbhd-ui-control__svg {
  transform: rotate(45deg) scale(1.3);
}
@media screen and (prefers-reduced-motion: reduce) {
  .nbhd-accordion-toggle:hover .nbhd-accordion-toggle__expand .nbhd-ui-control__svg,
  .nbhd-accordion-toggle:focus .nbhd-accordion-toggle__expand .nbhd-ui-control__svg {
    transform: rotate(45deg);
  }
}
.nbhd-accordion-panel {
  display: flex;
  flex-direction: column-reverse;
}
@media (min-width: 768px) {
  .nbhd-accordion-panel {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    height: auto;
    top: 0;
    z-index: 1;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    color: var(--nbhd-color-white);
    pointer-events: none;
    transition: 0.4s ease-in-out;
    transition-property: width, opacity;
  }
}
@media screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .nbhd-accordion-panel {
    transition: unset;
    transition-property: unset;
  }
}
@media (min-width: 768px) {
  .nbhd-accordion-panel.nbhd-accordion-hide {
    flex-basis: 0;
  }
  .nbhd-accordion-panel.nbhd-accordion-expand {
    opacity: 1;
    width: 100%;
    z-index: 3;
    pointer-events: auto;
    visibility: visible;
  }
}
.nbhd-accordion-panel__detail {
  padding-block: var(--nbhd-space-6);
  padding-inline: var(--nbhd-space-6);
}
@media (min-width: 768px) {
  .nbhd-accordion-panel__detail {
    position: absolute;
    left: 0;
    z-index: 2;
    height: 100%;
    top: 0;
    width: 100%;
    background-color: rgba(var(--nbhd-color-black-rgb), var(--nbhd-accordion--item-overlay-opacity));
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-block: var(--nbhd-space-12);
    padding-inline: var(--nbhd-space-12);
  }
  .nbhd-accordion--horizontal-left .nbhd-accordion-panel__detail {
    justify-content: start;
  }
  .nbhd-accordion--horizontal-center .nbhd-accordion-panel__detail {
    justify-content: center;
  }
  .nbhd-accordion--horizontal-right .nbhd-accordion-panel__detail {
    justify-content: end;
  }
  .nbhd-accordion--vertical-top .nbhd-accordion-panel__detail {
    align-items: start;
  }
  .nbhd-accordion--vertical-middle .nbhd-accordion-panel__detail {
    align-items: center;
  }
  .nbhd-accordion--vertical-bottom .nbhd-accordion-panel__detail {
    align-items: end;
  }
}
.nbhd-accordion--text-left .nbhd-accordion-panel__detail {
  text-align: start;
}
.nbhd-accordion--text-center .nbhd-accordion-panel__detail {
  text-align: center;
}
.nbhd-accordion--text-right .nbhd-accordion-panel__detail {
  text-align: end;
}
@media (min-width: 768px) {
  .nbhd-accordion-panel__visual {
    display: block;
    height: 100%;
    inset-block-start: 0;
    inset-inline-start: 0;
    position: absolute;
    width: 100%;
    z-index: 1;
  }
}
.nbhd-accordion-panel__image {
  display: block;
  height: auto;
  width: 100%;
}
@media (min-width: 768px) {
  .nbhd-accordion-panel__image {
    position: absolute;
    inset-block-start: 0;
    inset-inline-start: 0;
    z-index: 1;
    height: 100%;
  }
}
.nbhd-accordion-panel__close {
  position: absolute;
  z-index: 3;
  inset-inline-end: var(--nbhd-space-6);
  inset-block-start: var(--nbhd-space-6);
}
.nbhd-accordion-close {
  display: none;
}
@media (min-width: 768px) {
  .nbhd-accordion-close {
    align-items: center;
    background: transparent;
    border: 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    text-align: center;
    text-decoration: none;
  }
  .nbhd-accordion-close * {
    pointer-events: none;
  }
}
@media (min-width: 768px) {
  .nbhd-accordion-detail {
    max-width: 400px;
    width: 100%;
  }
}
.nbhd-accordion-container {
  padding-inline: 0;
}
.nbhd-slideshow {
  padding-block: 24px;
  position: relative;
}
@media (min-width: 768px) {
  .nbhd-slideshow {
    padding-block: 35px;
  }
}
@media (min-width: 1200px) {
  .nbhd-slideshow {
    padding-block: 48px;
  }
}
.nbhd-slideshow__container {
  max-width: 100%;
}
.nbhd-slideshow-item__visual {
  overflow: hidden;
  position: relative;
  aspect-ratio: 350/188;
  height: 350px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .nbhd-slideshow-item__visual {
    height: 688px;
  }
}
@media (min-width: 1024px) {
  .nbhd-slideshow-item__visual {
    height: 750px;
    padding-top: 0;
  }
}
.nbhd-slideshow-slide {
  max-width: 700px;
  aspect-ratio: 4/3;
}
.nbhd-slideshow-slide img {
  object-fit: cover;
  max-width: 100%;
  width: auto;
  max-height: 750px;
  height: 100%;
}
.nbhd-component-margin-start-none {
  margin-block-start: var(--nbhd-space-0);
}
.nbhd-component-margin-start-small {
  margin-block-start: var(--nbhd-space-6);
}
.nbhd-component-margin-start-medium {
  margin-block-start: var(--nbhd-space-12);
}
.nbhd-component-margin-start-large {
  margin-block-start: var(--nbhd-space-24);
}
.nbhd-component-margin-end-none {
  margin-block-end: var(--nbhd-space-0);
}
.nbhd-component-margin-end-small {
  margin-block-end: var(--nbhd-space-6);
}
.nbhd-component-margin-end-medium {
  margin-block-end: var(--nbhd-space-12);
}
.nbhd-component-margin-end-large {
  margin-block-end: var(--nbhd-space-24);
}
.nbhd-component-padding-start-none {
  padding-block-start: var(--nbhd-space-0);
}
.nbhd-component-padding-start-small {
  padding-block-start: var(--nbhd-space-6);
}
.nbhd-component-padding-start-medium {
  padding-block-start: var(--nbhd-space-12);
}
.nbhd-component-padding-start-large {
  padding-block-start: var(--nbhd-space-25);
}
.nbhd-component-padding-end-none {
  padding-block-end: var(--nbhd-space-0);
}
.nbhd-component-padding-end-small {
  padding-block-end: var(--nbhd-space-6);
}
.nbhd-component-padding-end-medium {
  padding-block-end: var(--nbhd-space-12);
}
.nbhd-component-padding-end-large {
  padding-block-end: var(--nbhd-space-25);
}
:root {
  --nbhd-grid-columns: 12;
}
.nbhd-grid,
.nbhd-grid-2,
.nbhd-grid-3,
.nbhd-grid-4,
.nbhd-grid-6,
.nbhd-grid-8 {
  align-items: start;
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(var(--nbhd-grid-columns, 12), 1fr);
}
.nbhd-grid-8 {
  --nbhd-grid-columns: 8;
}
.nbhd-grid-6 {
  --nbhd-grid-columns: 6;
}
.nbhd-grid-4 {
  --nbhd-grid-columns: 4;
}
.nbhd-grid-3 {
  --nbhd-grid-columns: 3;
}
.nbhd-grid-2 {
  --nbhd-grid-columns: 2;
}
.nbhd-elevation-abyss[class] {
  z-index: var(--nbhd-elevation-abyss);
}
.nbhd-elevation-default[class] {
  z-index: var(--nbhd-elevation-default);
}
.nbhd-elevation-100[class] {
  z-index: var(--nbhd-elevation-100);
}
.nbhd-elevation-200[class] {
  z-index: var(--nbhd-elevation-200);
}
.nbhd-elevation-300[class] {
  z-index: var(--nbhd-elevation-300);
}
.nbhd-elevation-400[class] {
  z-index: var(--nbhd-elevation-400);
}
.nbhd-elevation-500[class] {
  z-index: var(--nbhd-elevation-500);
}
.nbhd-elevation-600[class] {
  z-index: var(--nbhd-elevation-600);
}
.nbhd-elevation-700[class] {
  z-index: var(--nbhd-elevation-700);
}
.nbhd-elevation-800[class] {
  z-index: var(--nbhd-elevation-800);
}
.nbhd-elevation-900[class] {
  z-index: var(--nbhd-elevation-900);
}
.nbhd-display-none[class] {
  display: none;
}
@media (min-width: 768px) {
  .nbhd-display-md-none[class] {
    display: none;
  }
}
.nbhd-display-block[class] {
  display: block;
}
@media (min-width: 1024px) {
  .nbhd-display-lg-block[class] {
    display: block;
  }
}
.content__VvxOw header {
  background-color: unset;
}

/* src/styles/spartacus/user.scss */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
/*!
 * Bootstrap v4.6.2 (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)
 *
 * DO NOT MODIFY THIS FILE. It preserves compatibility with Bootstrap 4.6 docs.
 */
.santorini-updated {
  --cx-color-background: #f4f4f4;
  --cx-color-text: #14293a;
  --cx-color-inverse: #ffffff;
  --cx-color-transparent: transparent;
  --cx-color-primary: #055f9f;
  --cx-color-secondary: #556b82;
  --cx-color-success: #256f3a;
  --cx-color-info: #0064d8;
  --cx-color-warning: #b44f00;
  --cx-color-danger: #aa0808;
  --cx-color-light: #f1f1f1;
  --cx-color-dark: #77818b;
  --cx-color-primary-accent: #0f4880;
  --cx-color-success-accent: #f0fbe4;
  --cx-color-danger-accent: #fff1f1;
  --cx-color-warning-accent: #fff5df;
  --cx-color-info-accent: #deeffe;
  --cx-color-medium: #d3d6db;
  --cx-color-background-dark: #212738;
  --cx-color-visual-focus: #1f3a93;
  --cx-color-background-focus: rgba(80, 176, 244, 0.1);
  --cx-color-border-focus: rgba(166, 204, 232, 0.6);
  --cx-page-width-max: 1140px;
  --cx-font-weight-light: 300;
  --cx-font-weight-normal: 400;
  --cx-font-weight-semi: 600;
  --cx-font-weight-bold: 700;
  --cx-text-transform: capitalize;
  --cx-direction: ltr;
  --cx-transition-duration: 0.5s;
  --cx-animation-duration: 1s;
  --cx-border-radius: 1em;
  --cx-buttons-border-radius: 2rem;
  --cx-buttons-border-width: 3px;
  --cx-border-style: solid;
}
.modal {
  background-color: rgba(0, 0, 0, 0.5);
}
.modal-header {
  padding: 1rem 1rem;
}
.cx-theme-high-contrast-dark .modal-header,
.cx-theme-high-contrast-light .modal-header {
  background-color: var(--cx-color-background);
}
.modal-body {
  padding: 16px 30px 30px;
}
.modal-content {
  border-radius: 0;
  border: none;
}
.cx-theme-high-contrast-dark .modal-content,
.cx-theme-high-contrast-light .modal-content {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
  border: 1px solid var(--cx-color-text);
}
.cx-theme-high-contrast-dark .modal-content .close,
.cx-theme-high-contrast-light .modal-content .close {
  color: var(--cx-color-text);
}
.modal .close {
  font-size: 38px;
  font-weight: 100;
  bottom: 5px;
  position: relative;
  margin-inline-start: 0;
  margin-inline-end: 0;
  align-self: flex-end;
}
@media (max-width: 991.98px) {
  .modal .close {
    margin-bottom: 0;
  }
}
.modal .cx-dialog-header button.close,
.modal button.close {
  padding: 0;
  margin: 0 0 0 auto;
}
.modal[aria-hidden=false] {
  display: block;
}
.cx-modal-container {
  display: flex;
  align-items: center;
  margin: auto;
  height: 100%;
  overflow-y: auto;
  max-width: 768px !important;
  min-width: 768px !important;
}
@media (max-width: 767.98px) {
  .cx-modal-container {
    margin: 0 !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: 100%;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .cx-modal-container {
    max-width: 768px !important;
    min-width: 768px !important;
  }
}
.cx-modal-header {
  display: flex;
  justify-content: space-between;
  padding-top: 2rem;
  padding-inline-end: 1.875rem;
  padding-bottom: 0;
  padding-inline-start: 1.875rem;
}
.cx-modal-content {
  background-color: var(--cx-color-inverse);
  width: 100%;
}
.cx-theme-high-contrast-dark .cx-modal-content,
.cx-theme-high-contrast-light .cx-modal-content {
  color: var(--cx-color-text);
  background-color: var(--cx-color-background);
  border: 1px solid var(--cx-color-text);
}
.cx-theme-high-contrast-dark .cx-modal-content .close,
.cx-theme-high-contrast-light .cx-modal-content .close {
  color: var(--cx-color-text);
}
.cx-modal-footer {
  padding: 0px 27px 30px;
}
@media (min-width: 992px) {
  .cx-asm-dialog {
    max-width: 95% !important;
    min-width: 95% !important;
  }
}
.cx-asm-dialog .cx-modal-content {
  border-radius: 16px;
}
cx-login {
  color: var(--cx-color-text);
}
@media (max-width: 991.98px) {
  cx-login > a {
    padding: 1rem;
    display: block;
  }
}
cx-login .cx-login-greet {
  color: var(--cx-color-text);
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
  font-weight: var(--cx-font-weight-semi);
}
@media (max-width: 991.98px) {
  cx-login .cx-login-greet {
    color: var(--cx-color-text);
    padding: 0.5rem 1rem 0;
    font-size: var(--cx-font-size, 1rem);
    font-weight: var(--cx-font-weight-normal);
    line-height: var(--cx-line-height, 1.6);
  }
}
@media (min-width: 992px) {
  cx-login #account-nav nav > ul > li > button {
    padding-bottom: 0;
    padding-top: 0;
    margin-top: 4px;
    outline-offset: 1px;
  }
}
.cx-theme-high-contrast-dark cx-login .cx-login-greet,
.cx-theme-high-contrast-light cx-login .cx-login-greet {
  background-color: var(--cx-color-background);
}
cx-login-form.user-form cx-spinner {
  display: none;
}
cx-login-form.user-form button {
  flex: 100%;
}
.cx-theme-high-contrast-dark cx-login-form input,
.cx-theme-high-contrast-light cx-login-form input {
  border-color: var(--cx-color-text);
  background-color: var(--cx-color-background);
  color: var(--cx-color-text);
}
.cx-theme-high-contrast-dark cx-login-form input:-webkit-autofill,
.cx-theme-high-contrast-light cx-login-form input:-webkit-autofill {
  transition: background-color 0s 600000s, color 0s 600000s !important;
}
cx-otp-login-form.user-form cx-spinner {
  display: none;
}
cx-otp-login-form.user-form button {
  flex: 100%;
}
.cx-my-account-v2-user {
  border: 1px solid var(--cx-color-medium);
  width: 100%;
  padding: 20px 5px 5px 25px;
  gap: 40px;
  height: 120px;
  margin: 2rem 0rem 0rem 0rem;
}
.cx-my-account-v2-user .cx-name .cx-sign-out {
  text-decoration: underline;
}
cx-verification-token-form.user-form .resend-link-text {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: auto;
}
cx-verification-token-form.user-form .resend-link-text .left-text {
  padding: 0;
  width: 50%;
  text-align: start;
}
cx-verification-token-form.user-form .resend-link-text .right-text {
  padding: 0;
  width: 50%;
  text-align: end;
}
cx-verification-token-form.user-form .resend-link-text a.disabled-link {
  pointer-events: none;
  color: var(--cx-color-dark);
}
cx-verification-token-form.user-form .resend-link-text a {
  color: var(--cx-color-primary);
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
}
cx-verification-token-form.user-form .register-b2b-otp-resend-link-text {
  margin-top: -1rem;
}
cx-verification-token-form.user-form .verify-container {
  width: 100%;
  margin-top: 2.5rem;
}
cx-verification-token-form.user-form cx-spinner {
  display: none;
}
cx-verification-token-form.user-form button {
  flex: 100%;
}
cx-verification-token-form.user-form .rate-limit-error-display {
  font-size: 0.875rem;
  margin: 0.375rem 0;
  padding-inline-start: 1.5625rem;
  position: relative;
  word-break: break-word;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-verification-token-form.user-form .rate-limit-error-display::before,
cx-verification-token-form.user-form .rate-limit-error-display::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
}
cx-verification-token-form.user-form .rate-limit-error-display::before {
  content: "";
  background-color: var(--cx-color-danger);
  border-radius: 50%;
}
cx-verification-token-form.user-form .rate-limit-error-display::after {
  content: "!"/"";
  color: var(--cx-color-inverse);
  font-weight: var(--cx-font-weight-bold);
  text-align: center;
  line-height: 1.25rem;
}
cx-verification-token-form.user-form .rate-limit-error-display:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
cx-verification-token-dialog .cx-modal-content {
  max-width: 32rem;
  margin-inline-start: auto;
  margin-inline-end: auto;
}
cx-verification-token-dialog .cx-dialog-header {
  padding-top: 0.9rem;
  padding-inline-end: 1rem;
  padding-bottom: 0.9rem;
  padding-inline-start: 1rem;
  border-width: 0;
  display: flex;
  border-color: var(--cx-color-light);
}
cx-verification-token-dialog .cx-dialog-header .info-icon cx-icon {
  font-size: 1.4rem;
  color: var(--cx-color-info);
}
cx-verification-token-dialog .cx-dialog-header .title {
  font-size: var(--cx-font-size, 1.125rem);
  font-weight: var(--cx-font-weight-bold);
  line-height: var(--cx-line-height, 1.2222222222);
}
.cx-theme-high-contrast-dark cx-verification-token-dialog .cx-dialog-header,
.cx-theme-high-contrast-light cx-verification-token-dialog .cx-dialog-header {
  background-color: var(--cx-color-background);
}
cx-verification-token-dialog .spliter {
  margin: 0;
}
cx-verification-token-dialog .cx-dialog-body {
  padding: 1rem;
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
}
cx-verification-token-dialog .cx-dialog-body .cx-dialog-row {
  margin: 0;
  display: flex;
  padding-top: 0;
  padding-inline-end: 0.875rem;
  padding-bottom: 0.85rem;
  padding-inline-start: 2.875rem;
  max-width: 100%;
  flex-wrap: wrap;
}
cx-verification-token-dialog .cx-dialog-body .cx-dialog-item {
  padding: 0.2rem;
}
.cx-theme-high-contrast-dark cx-verification-token-dialog .cx-dialog-body,
.cx-theme-high-contrast-light cx-verification-token-dialog .cx-dialog-body {
  background-color: var(--cx-color-background);
}
cx-verification-token-dialog .cx-dialog-footer {
  padding-top: 0;
  padding-inline-end: 1rem;
  padding-bottom: 0;
  padding-inline-start: 1rem;
}
cx-close-account {
  display: flex;
  justify-content: center;
}
cx-close-account .cx-info {
  margin: 0 0 3em 0;
}
cx-close-account .cx-btn-group button {
  min-width: 100%;
  text-transform: lowercase;
}
cx-close-account .cx-btn-group button:first-line {
  text-transform: capitalize;
}
cx-close-account .cx-btn-group button:first-child {
  margin-inline-end: 1em;
}
@media (max-width: 767.98px) {
  cx-close-account .cx-btn-group a:first-child {
    margin: 0 0 1em 0;
  }
}
cx-close-account ul {
  padding-inline-start: 20px;
}
cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-header {
  display: flex;
  justify-content: space-between;
}
cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-header .cx-close-account-modal-title {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-confirmation {
  margin-bottom: 0px;
}
cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-footer {
  display: flex;
}
cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-footer button {
  flex: 0 0 calc(50% - 0.5rem);
  text-transform: lowercase;
}
cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-footer button:first-line {
  text-transform: capitalize;
}
cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-footer button:first-child {
  margin-inline-end: 0.5rem;
}
cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-footer button:last-child {
  margin-inline-start: 0.5rem;
}
cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-footer button:focus {
  outline-style: solid;
  outline-color: var(--cx-color-visual-focus);
  outline-width: var(--cx-visual-focus-width, 2px);
  outline-offset: 2px;
  transition: none;
  box-shadow: 0 0 0 2px var(--cx-color-inverse);
}
@media (max-width: 991.98px) {
  cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-footer button:focus {
    outline-offset: -2px;
  }
  cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-footer button:focus .ng-select-container {
    position: initial;
  }
  cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-footer button:focus[type=radio],
  cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-footer button:focus[type=checkbox],
  cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-footer button:focus.btn-tertiary {
    outline-offset: 2px;
  }
  cx-close-account-modal .cx-close-account-modal .cx-close-account-modal-container .cx-close-account-modal-footer button:focus > cx-media {
    transition: none;
    padding: 2px;
  }
}
cx-register form a {
  text-decoration: underline;
}
cx-register form .cx-login-link {
  margin: 1rem 0 0;
}
cx-register form .input-hint {
  font-size: 0.875rem;
  color: var(--cx-color-secondary);
  margin-bottom: 0;
}
cx-my-account-v2-email .flex-line {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
cx-my-account-v2-email .headertext {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  padding-bottom: 1.5rem;
  width: 95%;
}
cx-my-account-v2-email .editButton {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  color: var(--cx-color-primary);
  border: none;
  background-color: var(--cx-color-transparent);
}
cx-my-account-v2-email .text-head {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  min-width: 7.5rem;
  color: var(--cx-color-background-dark);
  width: 15%;
}
cx-my-account-v2-email .value {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
cx-my-account-v2-email .button {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  padding-top: 0.8rem;
  padding-inline-end: 1.5rem;
  padding-bottom: 0.8rem;
  padding-inline-start: 1.5rem;
}
cx-my-account-v2-email .button-cancel {
  color: var(--cx-color-primary);
}
cx-my-account-v2-email .email-editing-area {
  width: 100%;
  max-width: 35rem;
}
cx-my-account-v2-email .cx-message-info {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
  border-color: var(--cx-color-visual-focus);
  background-color: var(--cx-color-info-accent);
}
cx-my-account-v2-email .cx-message-info .cx-message-icon cx-icon {
  color: var(--cx-color-primary-accent);
}
cx-my-account-v2-email .btn-group {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
cx-my-account-v2-email form label {
  padding-bottom: 0.75rem;
}
cx-my-account-v2-email label {
  padding-bottom: 0.3rem;
}
cx-my-account-v2-profile .flex-line {
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
cx-my-account-v2-profile .headertext {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  padding-bottom: 1.5rem;
  width: 95%;
}
cx-my-account-v2-profile .editButton {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  color: var(--cx-color-primary);
  border: none;
  background-color: var(--cx-color-transparent);
}
cx-my-account-v2-profile .text-head {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  min-width: 7.5rem;
  width: 15%;
}
cx-my-account-v2-profile .value {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
cx-my-account-v2-profile .button {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  padding-top: 0.8rem;
  padding-inline-end: 1.5rem;
  padding-bottom: 0.8rem;
  padding-inline-start: 1.5rem;
}
cx-my-account-v2-profile .button-cancel {
  color: var(--cx-color-primary);
}
cx-my-account-v2-profile .myaccount-editing-area {
  width: 100%;
  max-width: 35rem;
}
cx-my-account-v2-profile .btn-group {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
cx-my-account-v2-profile .ng-select .ng-select-container {
  background-color: var(--cx-color-background);
}
cx-my-account-v2-profile form label {
  padding-bottom: 0.75rem;
}
cx-my-account-v2-profile label {
  padding-bottom: 0.3rem;
}
@media (min-width: 575px) {
  cx-my-account-v2-password {
    --cx-max-width: 50%;
  }
}
cx-my-account-v2-password .myaccount-password-header {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
  padding-bottom: 1.5rem;
}
cx-my-account-v2-password .myaccount-password-button {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  padding-top: 0.8rem;
  padding-inline-end: 1.5rem;
  padding-bottom: 0.8rem;
  padding-inline-start: 1.5rem;
}
cx-my-account-v2-password .myaccount-password-button-cancel {
  color: var(--cx-color-primary);
}
cx-my-account-v2-password .myaccount-password-label {
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
  min-width: 7.5rem;
  padding-top: 0;
  padding-inline-end: 1.2rem;
  padding-bottom: 0;
  padding-inline-start: 0;
}
cx-my-account-v2-password .myaccount-label-padding {
  padding-bottom: 0.75rem;
}
cx-my-account-v2-password .password-btn-group {
  display: flex;
  justify-content: end;
  flex-wrap: wrap;
}
cx-my-account-v2-password .cx-message-info {
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
  border-color: var(--cx-color-visual-focus);
  background-color: var(--cx-color-info-accent);
}
cx-my-account-v2-password .cx-message-info .cx-message-icon cx-icon {
  color: var(--cx-color-primary-accent);
}
cx-address-book .cx-address-deck {
  padding: 1.25rem 0 0 0;
}
cx-address-book .cx-address-deck-spinner {
  padding: 5rem 0 5rem 0;
}
cx-address-book .cx-form {
  padding-top: 30px;
}
cx-address-book .cx-section-msg {
  margin-bottom: 1.5rem;
}
cx-address-book .cx-address-card {
  padding-bottom: 30px;
}
cx-address-book .cx-address-card .cx-card-label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 70%;
}
cx-address-form .cx-address-form-btns {
  padding: 1rem 0;
  justify-content: center;
}
@media (max-width: 991.98px) {
  cx-address-form .cx-address-form-btns {
    padding: 1.25rem 0;
  }
}
@media (max-width: 767.98px) {
  cx-address-form .cx-address-form-btns {
    padding: 1.25rem 0;
  }
}
@media (max-width: 991.98px) {
  cx-address-form .cx-address-form-btns .btn-secondary {
    margin: 0 0 1rem;
  }
}
cx-suggested-addresses-dialog .cx-suggested-addresses-dialog .cx-suggested-addresses-container .cx-suggested-addresses-header {
  display: flex;
  justify-content: space-between;
}
cx-suggested-addresses-dialog .cx-suggested-addresses-dialog .cx-suggested-addresses-container .cx-suggested-addresses-header .cx-suggested-addresses-title {
  font-size: var(--cx-font-size, 1.375rem);
  font-weight: var(--cx-font-weight-semi);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-suggested-addresses-dialog .cx-suggested-addresses-dialog .cx-suggested-addresses-container .cx-suggested-addresses-footer .cx-dialog-buttons:focus {
  outline-style: solid;
  outline-color: var(--cx-color-visual-focus);
  outline-width: var(--cx-visual-focus-width, 2px);
  outline-offset: 2px;
  transition: none;
  box-shadow: 0 0 0 2px var(--cx-color-inverse);
}
@media (max-width: 991.98px) {
  cx-suggested-addresses-dialog .cx-suggested-addresses-dialog .cx-suggested-addresses-container .cx-suggested-addresses-footer .cx-dialog-buttons:focus {
    outline-offset: -2px;
  }
  cx-suggested-addresses-dialog .cx-suggested-addresses-dialog .cx-suggested-addresses-container .cx-suggested-addresses-footer .cx-dialog-buttons:focus .ng-select-container {
    position: initial;
  }
  cx-suggested-addresses-dialog .cx-suggested-addresses-dialog .cx-suggested-addresses-container .cx-suggested-addresses-footer .cx-dialog-buttons:focus[type=radio],
  cx-suggested-addresses-dialog .cx-suggested-addresses-dialog .cx-suggested-addresses-container .cx-suggested-addresses-footer .cx-dialog-buttons:focus[type=checkbox],
  cx-suggested-addresses-dialog .cx-suggested-addresses-dialog .cx-suggested-addresses-container .cx-suggested-addresses-footer .cx-dialog-buttons:focus.btn-tertiary {
    outline-offset: 2px;
  }
  cx-suggested-addresses-dialog .cx-suggested-addresses-dialog .cx-suggested-addresses-container .cx-suggested-addresses-footer .cx-dialog-buttons:focus > cx-media {
    transition: none;
    padding: 2px;
  }
}
@media (min-width: 768px) {
  cx-suggested-addresses-dialog .cx-suggested-addresses-dialog .cx-suggested-addresses-container .cx-suggested-addresses-footer .cx-dialog-buttons {
    flex: 0 0 calc(50% - 0.5rem);
  }
  cx-suggested-addresses-dialog .cx-suggested-addresses-dialog .cx-suggested-addresses-container .cx-suggested-addresses-footer .cx-dialog-buttons:last-child {
    margin-inline-start: 1rem;
  }
}
@media (max-width: 767.98px) {
  cx-suggested-addresses-dialog .cx-suggested-addresses-dialog .cx-suggested-addresses-container .cx-suggested-addresses-footer .cx-dialog-buttons {
    width: 100%;
    margin-bottom: 0.625rem;
  }
}
cx-otp-register-form form a {
  text-decoration: underline;
}
cx-otp-register-form form .cx-login-link {
  margin: 1rem 0 0;
}
cx-otp-register-form .cx-page-section {
  padding-top: 0.3125rem;
}
cx-otp-register-form .label-content {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.361875rem;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
cx-registration-verification-token-form {
  --cx-max-width: 50%;
}
cx-registration-verification-token-form .resend-link-text {
  display: flex;
  flex-direction: row;
  width: 100%;
  margin: auto;
}
cx-registration-verification-token-form .resend-link-text .left-text {
  padding: 0;
  width: 50%;
  text-align: start;
}
cx-registration-verification-token-form .resend-link-text .right-text {
  padding: 0;
  width: 50%;
  text-align: end;
}
cx-registration-verification-token-form .resend-link-text a.disabled-link {
  pointer-events: none;
  color: var(--cx-color-dark);
}
cx-registration-verification-token-form .resend-link-text a {
  color: var(--cx-color-primary);
  font-size: var(--cx-font-size, 1rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.6);
}
cx-registration-verification-token-form .verify-container {
  width: 100%;
  margin-top: 2.5rem;
}
cx-registration-verification-token-form .input-hint {
  font-size: 0.875rem;
  color: var(--cx-color-secondary);
  margin-bottom: 0;
}
cx-registration-verification-token-form cx-spinner {
  display: none;
}
cx-registration-verification-token-form button {
  flex: 100%;
}
cx-registration-verification-token-form .label-content {
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.361875rem;
  margin-top: 1.25rem;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
cx-registration-verification-token-form .rate-limit-error-display {
  font-size: 0.875rem;
  margin: 0.375rem 0;
  padding-inline-start: 1.5625rem;
  position: relative;
  word-break: break-word;
  font-size: var(--cx-font-size, 0.875rem);
  font-weight: var(--cx-font-weight-normal);
  line-height: var(--cx-line-height, 1.2222222222);
}
cx-registration-verification-token-form .rate-limit-error-display::before,
cx-registration-verification-token-form .rate-limit-error-display::after {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 1.25rem;
  height: 1.25rem;
}
cx-registration-verification-token-form .rate-limit-error-display::before {
  content: "";
  background-color: var(--cx-color-danger);
  border-radius: 50%;
}
cx-registration-verification-token-form .rate-limit-error-display::after {
  content: "!"/"";
  color: var(--cx-color-inverse);
  font-weight: var(--cx-font-weight-bold);
  text-align: center;
  line-height: 1.25rem;
}
cx-registration-verification-token-form .rate-limit-error-display:focus {
  box-shadow: none;
  -webkit-box-shadow: none;
}
.user-form {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .user-form {
    width: 50%;
    --cx-max-width: 50%;
  }
}
.user-form {
  position: relative;
}
.user-form form {
  display: contents;
}
.user-form form label {
  all: unset;
  flex: 100%;
  margin-bottom: 0.375rem;
}
.user-form form .input-hint {
  font-size: 0.875rem;
  color: var(--cx-color-secondary);
  margin-bottom: 0;
}
.user-form button,
.user-form a {
  flex: 0 0 calc(50% - 10px);
  margin-top: 0.5rem;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
