@charset "utf-8";
/* Basic general stuff
 * ==================================================================================================== */
.fa,
.far,
.fas {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 400;
}
.fab {
  font-family: 'Font Awesome 5 Brands';
  font-weight: 400;
}
.fad {
  font-family: 'Font Awesome 5 Duotone';
  font-weight: 900;
}
.fal {
  font-family: 'Font Awesome 5 Pro';
  font-weight: 300;
}
.inline {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.transitions {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.comment-respond .comment-notes,
.comment-respond .logged-in-as {
  background-color: #ebf0f2;
  padding: 20px;
  margin: -20px -20px 40px;
}
.comment-respond .comment-notes {
  font-style: italic;
}
.comment-respond .logout-btn {
  margin: 0 10px;
}
.hrOr {
  margin: 40px 0 50px;
  text-align: center;
  overflow: hidden;
  font-weight: bold;
  text-transform: uppercase;
}
.hrOr span {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  position: relative;
}
.hrOr span:before,
.hrOr span:after {
  content: "";
  position: absolute;
  border-top: 1px solid #eee;
  top: 50%;
  width: 600px;
}
.hrOr span:before {
  right: 100%;
  margin-right: 15px;
}
.hrOr span:after {
  left: 100%;
  margin-left: 15px;
}
/**
 * Owl Carousel v2.1.1
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE) 
 */
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.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 {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.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 {
  display: none;
}
.owl-carousel.owl-drag .owl-item {
  -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 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
  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(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: -webkit-transform 0.1s ease;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
  -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 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
@keyframes hvr-pulse {
  25% {
    transform: scale(1.1);
  }
  75% {
    transform: scale(0.9);
  }
}
@keyframes hvr-pulse-grow {
  to {
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-shrink {
  to {
    transform: scale(0.9);
  }
}
@keyframes hvr-push {
  50% {
    transform: scale(0.8);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hvr-pop {
  50% {
    transform: scale(1.2);
  }
}
@keyframes hvr-bob {
  0% {
    transform: translateY(-8px);
  }
  50% {
    transform: translateY(-4px);
  }
  100% {
    transform: translateY(-8px);
  }
}
@keyframes hvr-bob-float {
  100% {
    transform: translateY(-8px);
  }
}
@keyframes hvr-hang {
  0% {
    transform: translateY(8px);
  }
  50% {
    transform: translateY(4px);
  }
  100% {
    transform: translateY(8px);
  }
}
@keyframes hvr-hang-sink {
  100% {
    transform: translateY(8px);
  }
}
@keyframes hvr-wobble-vertical {
  16.65% {
    transform: translateY(8px);
  }
  33.3% {
    transform: translateY(-6px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes hvr-wobble-horizontal {
  16.65% {
    transform: translateX(8px);
  }
  33.3% {
    transform: translateX(-6px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hvr-wobble-to-bottom-right {
  16.65% {
    transform: translate(8px, 8px);
  }
  33.3% {
    transform: translate(-6px, -6px);
  }
  49.95% {
    transform: translate(4px, 4px);
  }
  66.6% {
    transform: translate(-2px, -2px);
  }
  83.25% {
    transform: translate(1px, 1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-to-top-right {
  16.65% {
    transform: translate(8px, -8px);
  }
  33.3% {
    transform: translate(-6px, 6px);
  }
  49.95% {
    transform: translate(4px, -4px);
  }
  66.6% {
    transform: translate(-2px, 2px);
  }
  83.25% {
    transform: translate(1px, -1px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes hvr-wobble-top {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes hvr-wobble-bottom {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes hvr-wobble-skew {
  16.65% {
    transform: skew(-12deg);
  }
  33.3% {
    transform: skew(10deg);
  }
  49.95% {
    transform: skew(-6deg);
  }
  66.6% {
    transform: skew(4deg);
  }
  83.25% {
    transform: skew(-2deg);
  }
  100% {
    transform: skew(0);
  }
}
@keyframes hvr-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-back-pulse {
  50% {
    background-color: rgba(32, 152, 209, 0.75);
  }
}
@keyframes hvr-ripple-out {
  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-in {
  100% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }
}
@keyframes hvr-icon-down {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-up {
  0%,
  50%,
  100% {
    transform: translateY(0);
  }
  25%,
  75% {
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-drop {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51%,
  100% {
    opacity: 1;
  }
}
@keyframes hvr-icon-float-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(-1em);
  }
}
@keyframes hvr-icon-sink-away {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translateY(1em);
  }
}
@keyframes hvr-icon-pulse {
  25% {
    transform: scale(1.3);
  }
  75% {
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-pulse-grow {
  to {
    transform: scale(1.3);
  }
}
@keyframes hvr-icon-pulse-shrink {
  to {
    transform: scale(0.8);
  }
}
@keyframes hvr-icon-push {
  50% {
    transform: scale(0.5);
  }
}
@keyframes hvr-icon-pop {
  50% {
    transform: scale(1.5);
  }
}
@keyframes hvr-icon-bob {
  0% {
    transform: translateY(-6px);
  }
  50% {
    transform: translateY(-2px);
  }
  100% {
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-bob-float {
  100% {
    transform: translateY(-6px);
  }
}
@keyframes hvr-icon-hang {
  0% {
    transform: translateY(6px);
  }
  50% {
    transform: translateY(2px);
  }
  100% {
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-hang-sink {
  100% {
    transform: translateY(6px);
  }
}
@keyframes hvr-icon-wobble-horizontal {
  16.65% {
    transform: translateX(6px);
  }
  33.3% {
    transform: translateX(-5px);
  }
  49.95% {
    transform: translateX(4px);
  }
  66.6% {
    transform: translateX(-2px);
  }
  83.25% {
    transform: translateX(1px);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    transform: translateY(6px);
  }
  33.3% {
    transform: translateY(-5px);
  }
  49.95% {
    transform: translateY(4px);
  }
  66.6% {
    transform: translateY(-2px);
  }
  83.25% {
    transform: translateY(1px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes hvr-icon-buzz {
  50% {
    transform: translateX(3px) rotate(2deg);
  }
  100% {
    transform: translateX(-3px) rotate(-2deg);
  }
}
@keyframes hvr-icon-buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    transform: translateX(1px) rotate(0);
  }
  100% {
    transform: translateX(-1px) rotate(0);
  }
}
/**
 * Plugin: Starting Point
 * Module: btn
 */
.sp_btn {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  vertical-align: middle;
  position: relative;
}
.sp_btn:not[class*="fx-"] {
  color: var(--sp_color_1);
  background-color: var(--sp_color_5);
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.sp_btn:not[class*="fx-"]:active,
.sp_btn:not[class*="fx-"]:focus,
.sp_btn:not[class*="fx-"]:hover {
  color: var(--sp_color_1);
  background-color: var(--sp_color_7);
}
@media (max-width: 529px) {
  .sp_btn:not[class*="fx-"] {
    display: block;
  }
}
@media (min-width: 530px) {
  .sp_btn:not[class*="fx-"] {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
  }
}
@media (min-width: 992px) {
  .sp_btn:not[class*="fx-"] {
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  .sp_btn:not[class*="fx-"] {
    padding: 15px 25px;
  }
}
.sp_btn:not[class*="fx-"].outline {
  color: var(--sp_color_5);
  background-color: transparent;
  border: 4px solid var(--sp_color_5);
  padding: 6px 15px;
}
.sp_btn:not[class*="fx-"].outline:active,
.sp_btn:not[class*="fx-"].outline:focus,
.sp_btn:not[class*="fx-"].outline:hover {
  color: var(--sp_color_7);
  border: 4px solid var(--sp_color_7);
}
@media (min-width: 992px) {
  .sp_btn:not[class*="fx-"].outline {
    padding: 11px 20px;
  }
}
@media (min-width: 1200px) {
  .sp_btn:not[class*="fx-"].outline {
    padding: 11px 25px;
  }
}
.sp_btn:not[class*="fx-"].rounded,
.sp_btn:not[class*="fx-"].circled {
  padding: 10px 20px;
}
@media (min-width: 992px) {
  .sp_btn:not[class*="fx-"].rounded,
  .sp_btn:not[class*="fx-"].circled {
    padding: 15px 25px;
  }
}
@media (min-width: 1200px) {
  .sp_btn:not[class*="fx-"].rounded,
  .sp_btn:not[class*="fx-"].circled {
    padding: 15px 30px;
  }
}
.sp_btn:not[class*="fx-"].rounded.outline,
.sp_btn:not[class*="fx-"].circled.outline {
  padding: 6px 20px;
}
@media (min-width: 992px) {
  .sp_btn:not[class*="fx-"].rounded.outline,
  .sp_btn:not[class*="fx-"].circled.outline {
    padding: 11px 25px;
  }
}
@media (min-width: 1200px) {
  .sp_btn:not[class*="fx-"].rounded.outline,
  .sp_btn:not[class*="fx-"].circled.outline {
    padding: 11px 30px;
  }
}
.sp_btn:not[class*="fx-"].rounded {
  border-radius: 8px;
}
.sp_btn:not[class*="fx-"].circled {
  border-radius: 100em;
}
.sp_btn[class*="fx-"] {
  margin: 0.4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  overflow: hidden;
}
.sp_btn.fx {
  /* 2D Transitions
		 * ================================================== */
  /* Background Transitions
		 * ================================================== */
  /* Icom Transitions
		 * ================================================== */
  /* Border transitions
		 * ================================================== */
  /* Shadow and Glow Transitions
		 * ================================================== */
  /* Bubbles 
		 * ================================================== */
  /* Curls 
		 * ================================================== */
}
.sp_btn.fx-hvr-grow:active,
.sp_btn.fx-hvr-grow:focus,
.sp_btn.fx-hvr-grow:hover {
  transform: scale(1.1);
}
.sp_btn.fx-hvr-shrink:active,
.sp_btn.fx-hvr-shrink:focus,
.sp_btn.fx-hvr-shrink:hover {
  transform: scale(0.9);
}
.sp_btn.fx-hvr-pulse:active,
.sp_btn.fx-hvr-pulse:focus,
.sp_btn.fx-hvr-pulse:hover {
  animation-name: hvr-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.sp_btn.fx-hvr-pulse-grow:active,
.sp_btn.fx-hvr-pulse-grow:focus,
.sp_btn.fx-hvr-pulse-grow:hover {
  animation-name: hvr-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.sp_btn.fx-hvr-pulse-shrink:active,
.sp_btn.fx-hvr-pulse-shrink:focus,
.sp_btn.fx-hvr-pulse-shrink:hover {
  animation-name: hvr-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.sp_btn.fx-hvr-push:active,
.sp_btn.fx-hvr-push:focus,
.sp_btn.fx-hvr-push:hover {
  animation-name: hvr-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-pop:active,
.sp_btn.fx-hvr-pop:focus,
.sp_btn.fx-hvr-pop:hover {
  animation-name: hvr-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-bounce-in:active,
.sp_btn.fx-hvr-bounce-in:focus,
.sp_btn.fx-hvr-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.sp_btn.fx-hvr-bounce-out:active,
.sp_btn.fx-hvr-bounce-out:focus,
.sp_btn.fx-hvr-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.sp_btn.fx-hvr-rotate:active,
.sp_btn.fx-hvr-rotate:focus,
.sp_btn.fx-hvr-rotate:hover {
  transform: rotate(4deg);
}
.sp_btn.fx-hvr-grow-rotate:active,
.sp_btn.fx-hvr-grow-rotate:focus,
.sp_btn.fx-hvr-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}
.sp_btn.fx-hvr-float:active,
.sp_btn.fx-hvr-float:focus,
.sp_btn.fx-hvr-float:hover {
  transform: translateY(-8px);
}
.sp_btn.fx-hvr-sink:active,
.sp_btn.fx-hvr-sink:focus,
.sp_btn.fx-hvr-sink:hover {
  transform: translateY(8px);
}
.sp_btn.fx-hvr-bob:active,
.sp_btn.fx-hvr-bob:focus,
.sp_btn.fx-hvr-bob:hover {
  animation-name: hvr-bob-float, hvr-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.sp_btn.fx-hvr-hang:active,
.sp_btn.fx-hvr-hang:focus,
.sp_btn.fx-hvr-hang:hover {
  animation-name: hvr-hang-sink, hvr-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.sp_btn.fx-hvr-skew:active,
.sp_btn.fx-hvr-skew:focus,
.sp_btn.fx-hvr-skew:hover {
  transform: skew(-10deg);
}
.sp_btn.fx-hvr-skew-forward {
  transform-origin: 0 100%;
}
.sp_btn.fx-hvr-skew-forward:active,
.sp_btn.fx-hvr-skew-forward:focus,
.sp_btn.fx-hvr-skew-forward:hover {
  transform: skew(-10deg);
}
.sp_btn.fx-hvr-skew-backward {
  transform-origin: 0 100%;
}
.sp_btn.fx-hvr-skew-backward:active,
.sp_btn.fx-hvr-skew-backward:focus,
.sp_btn.fx-hvr-skew-backward:hover {
  transform: skew(10deg);
}
.sp_btn.fx-hvr-wobble-horizontal:active,
.sp_btn.fx-hvr-wobble-horizontal:focus,
.sp_btn.fx-hvr-wobble-horizontal:hover {
  animation-name: hvr-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-wobble-vertical:active,
.sp_btn.fx-hvr-wobble-vertical:focus,
.sp_btn.fx-hvr-wobble-vertical:hover {
  animation-name: hvr-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-wobble-to-bottom-right:active,
.sp_btn.fx-hvr-wobble-to-bottom-right:focus,
.sp_btn.fx-hvr-wobble-to-bottom-right:hover {
  animation-name: hvr-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-wobble-to-top-right:active,
.sp_btn.fx-hvr-wobble-to-top-right:focus,
.sp_btn.fx-hvr-wobble-to-top-right:hover {
  animation-name: hvr-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-wobble-top {
  transform-origin: 0 100%;
}
.sp_btn.fx-hvr-wobble-top:active,
.sp_btn.fx-hvr-wobble-top:focus,
.sp_btn.fx-hvr-wobble-top:hover {
  animation-name: hvr-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-wobble-bottom {
  transform-origin: 100% 0;
}
.sp_btn.fx-hvr-wobble-bottom:active,
.sp_btn.fx-hvr-wobble-bottom:focus,
.sp_btn.fx-hvr-wobble-bottom:hover {
  animation-name: hvr-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-wobble-skew:active,
.sp_btn.fx-hvr-wobble-skew:focus,
.sp_btn.fx-hvr-wobble-skew:hover {
  animation-name: hvr-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-buzz:active,
.sp_btn.fx-hvr-buzz:focus,
.sp_btn.fx-hvr-buzz:hover {
  animation-name: hvr-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.sp_btn.fx-hvr-buzz-out:active,
.sp_btn.fx-hvr-buzz-out:focus,
.sp_btn.fx-hvr-buzz-out:hover {
  animation-name: hvr-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-forward {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.sp_btn.fx-hvr-forward:active,
.sp_btn.fx-hvr-forward:focus,
.sp_btn.fx-hvr-forward:hover {
  transform: translateX(8px);
}
.sp_btn.fx-hvr-backward:active,
.sp_btn.fx-hvr-backward:focus,
.sp_btn.fx-hvr-backward:hover {
  transform: translateX(-8px);
}
.sp_btn.fx-hvr-fade {
  overflow: hidden;
  box-shadow: none;
}
.sp_btn.fx-hvr-fade:active,
.sp_btn.fx-hvr-fade:focus,
.sp_btn.fx-hvr-fade:hover {
  background-color: #2098D1;
  color: white;
}
.sp_btn.fx-hvr-back-pulse {
  overflow: hidden;
  box-shadow: none;
}
.sp_btn.fx-hvr-back-pulse:active,
.sp_btn.fx-hvr-back-pulse:focus,
.sp_btn.fx-hvr-back-pulse:hover {
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}
.sp_btn.fx-hvr-sweep-to-right:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.sp_btn.fx-hvr-sweep-to-right:active,
.sp_btn.fx-hvr-sweep-to-right:focus,
.sp_btn.fx-hvr-sweep-to-right:hover {
  color: white;
}
.sp_btn.fx-hvr-sweep-to-right:active:before,
.sp_btn.fx-hvr-sweep-to-right:focus:before,
.sp_btn.fx-hvr-sweep-to-right:hover:before {
  transform: scaleX(1);
}
.sp_btn.fx-hvr-sweep-to-left:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
.sp_btn.fx-hvr-sweep-to-left:active,
.sp_btn.fx-hvr-sweep-to-left:focus,
.sp_btn.fx-hvr-sweep-to-left:hover {
  color: white;
}
.sp_btn.fx-hvr-sweep-to-left:active:before,
.sp_btn.fx-hvr-sweep-to-left:focus:before,
.sp_btn.fx-hvr-sweep-to-left:hover:before {
  transform: scaleX(1);
}
.sp_btn.fx-hvr-sweep-to-bottom:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50% 0;
}
.sp_btn.fx-hvr-sweep-to-bottom:active,
.sp_btn.fx-hvr-sweep-to-bottom:focus,
.sp_btn.fx-hvr-sweep-to-bottom:hover {
  color: white;
}
.sp_btn.fx-hvr-sweep-to-bottom:active:before,
.sp_btn.fx-hvr-sweep-to-bottom:focus:before,
.sp_btn.fx-hvr-sweep-to-bottom:hover:before {
  transform: scaleY(1);
}
.sp_btn.fx-hvr-sweep-to-top:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
}
.sp_btn.fx-hvr-sweep-to-top:active,
.sp_btn.fx-hvr-sweep-to-top:focus,
.sp_btn.fx-hvr-sweep-to-top:hover {
  color: white;
}
.sp_btn.fx-hvr-sweep-to-top:active:before,
.sp_btn.fx-hvr-sweep-to-top:focus:before,
.sp_btn.fx-hvr-sweep-to-top:hover:before {
  transform: scaleY(1);
}
.sp_btn.fx-hvr-bounce-to-right:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.sp_btn.fx-hvr-bounce-to-right:active,
.sp_btn.fx-hvr-bounce-to-right:focus,
.sp_btn.fx-hvr-bounce-to-right:hover {
  color: white;
}
.sp_btn.fx-hvr-bounce-to-right:active:before,
.sp_btn.fx-hvr-bounce-to-right:focus:before,
.sp_btn.fx-hvr-bounce-to-right:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.sp_btn.fx-hvr-bounce-to-left:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
.sp_btn.fx-hvr-bounce-to-left:active,
.sp_btn.fx-hvr-bounce-to-left:focus,
.sp_btn.fx-hvr-bounce-to-left:hover {
  color: white;
}
.sp_btn.fx-hvr-bounce-to-left:active:before,
.sp_btn.fx-hvr-bounce-to-left:focus:before,
.sp_btn.fx-hvr-bounce-to-left:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.sp_btn.fx-hvr-bounce-to-bottom:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50% 0;
}
.sp_btn.fx-hvr-bounce-to-bottom:active,
.sp_btn.fx-hvr-bounce-to-bottom:focus,
.sp_btn.fx-hvr-bounce-to-bottom:hover {
  color: white;
}
.sp_btn.fx-hvr-bounce-to-bottom:active:before,
.sp_btn.fx-hvr-bounce-to-bottom:focus:before,
.sp_btn.fx-hvr-bounce-to-bottom:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.sp_btn.fx-hvr-bounce-to-top:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
}
.sp_btn.fx-hvr-bounce-to-top:active,
.sp_btn.fx-hvr-bounce-to-top:focus,
.sp_btn.fx-hvr-bounce-to-top:hover {
  color: white;
}
.sp_btn.fx-hvr-bounce-to-top:active:before,
.sp_btn.fx-hvr-bounce-to-top:focus:before,
.sp_btn.fx-hvr-bounce-to-top:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.sp_btn.fx-hvr-radial-out:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  transform: scale(0);
}
.sp_btn.fx-hvr-radial-out:active,
.sp_btn.fx-hvr-radial-out:focus,
.sp_btn.fx-hvr-radial-out:hover {
  color: white;
}
.sp_btn.fx-hvr-radial-out:active:before,
.sp_btn.fx-hvr-radial-out:focus:before,
.sp_btn.fx-hvr-radial-out:hover:before {
  transform: scale(2);
}
.sp_btn.fx-hvr-radial-in {
  box-shadow: none;
}
.sp_btn.fx-hvr-radial-in:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  transform: scale(2);
}
.sp_btn.fx-hvr-radial-in:active,
.sp_btn.fx-hvr-radial-in:focus,
.sp_btn.fx-hvr-radial-in:hover {
  color: white;
  background: #2098D1;
}
.sp_btn.fx-hvr-radial-in:active:before,
.sp_btn.fx-hvr-radial-in:focus:before,
.sp_btn.fx-hvr-radial-in:hover:before {
  transform: scale(0);
}
.sp_btn.fx-hvr-rectangle-in {
  box-shadow: none;
}
.sp_btn.fx-hvr-rectangle-in:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  transform: scale(1);
}
.sp_btn.fx-hvr-rectangle-in:active,
.sp_btn.fx-hvr-rectangle-in:focus,
.sp_btn.fx-hvr-rectangle-in:hover {
  color: white;
  background: #2098D1;
}
.sp_btn.fx-hvr-rectangle-in:active:before,
.sp_btn.fx-hvr-rectangle-in:focus:before,
.sp_btn.fx-hvr-rectangle-in:hover:before {
  transform: scale(0);
}
.sp_btn.fx-hvr-rectangle-out:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scale(0);
}
.sp_btn.fx-hvr-rectangle-out:active,
.sp_btn.fx-hvr-rectangle-out:focus,
.sp_btn.fx-hvr-rectangle-out:hover {
  color: white;
}
.sp_btn.fx-hvr-rectangle-out:active:before,
.sp_btn.fx-hvr-rectangle-out:focus:before,
.sp_btn.fx-hvr-rectangle-out:hover:before {
  transform: scale(1);
}
.sp_btn.fx-hvr-shutter-in-horizontal {
  background: #2098D1;
  box-shadow: none;
}
.sp_btn.fx-hvr-shutter-in-horizontal:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.sp_btn.fx-hvr-shutter-in-horizontal:active,
.sp_btn.fx-hvr-shutter-in-horizontal:focus,
.sp_btn.fx-hvr-shutter-in-horizontal:hover {
  color: white;
}
.sp_btn.fx-hvr-shutter-in-horizontal:active:before,
.sp_btn.fx-hvr-shutter-in-horizontal:focus:before,
.sp_btn.fx-hvr-shutter-in-horizontal:hover:before {
  transform: scaleX(0);
}
.sp_btn.fx-hvr-shutter-out-horizontal {
  box-shadow: none;
}
.sp_btn.fx-hvr-shutter-out-horizontal:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.sp_btn.fx-hvr-shutter-out-horizontal:active,
.sp_btn.fx-hvr-shutter-out-horizontal:focus,
.sp_btn.fx-hvr-shutter-out-horizontal:hover {
  color: white;
}
.sp_btn.fx-hvr-shutter-out-horizontal:active:before,
.sp_btn.fx-hvr-shutter-out-horizontal:focus:before,
.sp_btn.fx-hvr-shutter-out-horizontal:hover:before {
  transform: scaleX(1);
}
.sp_btn.fx-hvr-shutter-in-vertical {
  box-shadow: none;
  background: #2098D1;
}
.sp_btn.fx-hvr-shutter-in-vertical:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-shutter-in-vertical:active,
.sp_btn.fx-hvr-shutter-in-vertical:focus,
.sp_btn.fx-hvr-shutter-in-vertical:hover {
  color: white;
}
.sp_btn.fx-hvr-shutter-in-vertical:active:before,
.sp_btn.fx-hvr-shutter-in-vertical:focus:before,
.sp_btn.fx-hvr-shutter-in-vertical:hover:before {
  transform: scaleY(0);
}
.sp_btn.fx-hvr-shutter-out-vertical {
  box-shadow: none;
}
.sp_btn.fx-hvr-shutter-out-vertical:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-shutter-out-vertical:active,
.sp_btn.fx-hvr-shutter-out-vertical:focus,
.sp_btn.fx-hvr-shutter-out-vertical:hover {
  color: white;
}
.sp_btn.fx-hvr-shutter-out-vertical:active:before,
.sp_btn.fx-hvr-shutter-out-vertical:focus:before,
.sp_btn.fx-hvr-shutter-out-vertical:hover:before {
  transform: scaleY(1);
}
.sp_btn.fx-hvr-icon-back .hvr-icon {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sp_btn.fx-hvr-icon-back:active .hvr-icon,
.sp_btn.fx-hvr-icon-back:focus .hvr-icon,
.sp_btn.fx-hvr-icon-back:hover .hvr-icon {
  transform: translateX(-4px);
}
.sp_btn.fx-hvr-icon-forward .hvr-icon {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.sp_btn.fx-hvr-icon-forward:active .hvr-icon,
.sp_btn.fx-hvr-icon-forward:focus .hvr-icon,
.sp_btn.fx-hvr-icon-forward:hover .hvr-icon {
  transform: translateX(4px);
}
.sp_btn.fx-hvr-icon-down .hvr-icon {
  transform: translateZ(0);
}
.sp_btn.fx-hvr-icon-down:active .hvr-icon,
.sp_btn.fx-hvr-icon-down:focus .hvr-icon,
.sp_btn.fx-hvr-icon-down:hover .hvr-icon {
  animation-name: hvr-icon-down;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-up .hvr-icon {
  transform: translateZ(0);
}
.sp_btn.fx-hvr-icon-up:active .hvr-icon,
.sp_btn.fx-hvr-icon-up:focus .hvr-icon,
.sp_btn.fx-hvr-icon-up:hover .hvr-icon {
  animation-name: hvr-icon-up;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-spin .hvr-icon {
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}
.sp_btn.fx-hvr-icon-spin:active .hvr-icon,
.sp_btn.fx-hvr-icon-spin:focus .hvr-icon,
.sp_btn.fx-hvr-icon-spin:hover .hvr-icon {
  transform: rotate(360deg);
}
.sp_btn.fx-hvr-icon-drop .hvr-icon {
  transform: translateZ(0);
}
.sp_btn.fx-hvr-icon-drop:active .hvr-icon,
.sp_btn.fx-hvr-icon-drop:focus .hvr-icon,
.sp_btn.fx-hvr-icon-drop:hover .hvr-icon {
  opacity: 0;
  transition-duration: 0.3s;
  animation-name: hvr-icon-drop;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.sp_btn.fx-hvr-icon-fade .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.5s;
  transition-property: color;
}
.sp_btn.fx-hvr-icon-fade:active .hvr-icon,
.sp_btn.fx-hvr-icon-fade:focus .hvr-icon,
.sp_btn.fx-hvr-icon-fade:hover .hvr-icon {
  color: #0F9E5E;
}
.sp_btn.fx-hvr-icon-float-away .hvr-icon {
  transform: translateZ(0);
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.sp_btn.fx-hvr-icon-float-away:active .hvr-icon,
.sp_btn.fx-hvr-icon-float-away:focus .hvr-icon,
.sp_btn.fx-hvr-icon-float-away:hover .hvr-icon {
  animation-name: hvr-icon-float-away;
  animation-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-sink-away .hvr-icon {
  transform: translateZ(0);
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.sp_btn.fx-hvr-icon-sink-away:active .hvr-icon,
.sp_btn.fx-hvr-icon-sink-away:focus .hvr-icon,
.sp_btn.fx-hvr-icon-sink-away:hover .hvr-icon {
  animation-name: hvr-icon-sink-away;
  animation-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-grow .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-grow:active .hvr-icon,
.sp_btn.fx-hvr-icon-grow:focus .hvr-icon,
.sp_btn.fx-hvr-icon-grow:hover .hvr-icon {
  transform: scale(1.3) translateZ(0);
}
.sp_btn.fx-hvr-icon-shrink .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-shrink:active .hvr-icon,
.sp_btn.fx-hvr-icon-shrink:focus .hvr-icon,
.sp_btn.fx-hvr-icon-shrink:hover .hvr-icon {
  transform: scale(0.8) translateZ(0);
}
.sp_btn.fx-hvr-icon-pulse .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-pulse:active .hvr-icon,
.sp_btn.fx-hvr-icon-pulse:focus .hvr-icon,
.sp_btn.fx-hvr-icon-pulse:hover .hvr-icon {
  animation-name: hvr-icon-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.sp_btn.fx-hvr-icon-pulse-grow .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-pulse-grow:active .hvr-icon,
.sp_btn.fx-hvr-icon-pulse-grow:focus .hvr-icon,
.sp_btn.fx-hvr-icon-pulse-grow:hover .hvr-icon {
  animation-name: hvr-icon-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.sp_btn.fx-hvr-icon-pulse-shrink .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-pulse-shrink:active .hvr-icon,
.sp_btn.fx-hvr-icon-pulse-shrink:focus .hvr-icon,
.sp_btn.fx-hvr-icon-pulse-shrink:hover .hvr-icon {
  animation-name: hvr-icon-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.sp_btn.fx-hvr-icon-push .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-push:active .hvr-icon,
.sp_btn.fx-hvr-icon-push:focus .hvr-icon,
.sp_btn.fx-hvr-icon-push:hover .hvr-icon {
  animation-name: hvr-icon-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-icon-pop .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-pop:active .hvr-icon,
.sp_btn.fx-hvr-icon-pop:focus .hvr-icon,
.sp_btn.fx-hvr-icon-pop:hover .hvr-icon {
  animation-name: hvr-icon-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-icon-bounce .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-bounce:active .hvr-icon,
.sp_btn.fx-hvr-icon-bounce:focus .hvr-icon,
.sp_btn.fx-hvr-icon-bounce:hover .hvr-icon {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.sp_btn.fx-hvr-icon-rotate .hvr-icon {
  transition-duration: 0.3s;
  transition-property: transform;
}
.sp_btn.fx-hvr-icon-rotate:active .hvr-icon,
.sp_btn.fx-hvr-icon-rotate:focus .hvr-icon,
.sp_btn.fx-hvr-icon-rotate:hover .hvr-icon {
  transform: rotate(-20deg);
}
.sp_btn.fx-hvr-icon-grow-rotate .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-grow-rotate:active .hvr-icon,
.sp_btn.fx-hvr-icon-grow-rotate:focus .hvr-icon,
.sp_btn.fx-hvr-icon-grow-rotate:hover .hvr-icon {
  transform: scale(1.5) rotate(12deg);
}
.sp_btn.fx-hvr-icon-float .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-float:active .hvr-icon,
.sp_btn.fx-hvr-icon-float:focus .hvr-icon,
.sp_btn.fx-hvr-icon-float:hover .hvr-icon {
  transform: translateY(-4px);
}
.sp_btn.fx-hvr-icon-sink .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-icon-sink:active .hvr-icon,
.sp_btn.fx-hvr-icon-sink:focus .hvr-icon,
.sp_btn.fx-hvr-icon-sink:hover .hvr-icon {
  transform: translateY(4px);
}
.sp_btn.fx-hvr-icon-bob .hvr-icon {
  transform: translateZ(0);
}
.sp_btn.fx-hvr-icon-bob:active .hvr-icon,
.sp_btn.fx-hvr-icon-bob:focus .hvr-icon,
.sp_btn.fx-hvr-icon-bob:hover .hvr-icon {
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.sp_btn.fx-hvr-icon-hang .hvr-icon {
  transform: translateZ(0);
}
.sp_btn.fx-hvr-icon-hang:active .hvr-icon,
.sp_btn.fx-hvr-icon-hang:focus .hvr-icon,
.sp_btn.fx-hvr-icon-hang:hover .hvr-icon {
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.sp_btn.fx-hvr-icon-wobble-horizontal .hvr-icon {
  transform: translateZ(0);
}
.sp_btn.fx-hvr-icon-wobble-horizontal:active .hvr-icon,
.sp_btn.fx-hvr-icon-wobble-horizontal:focus .hvr-icon,
.sp_btn.fx-hvr-icon-wobble-horizontal:hover .hvr-icon {
  animation-name: hvr-icon-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-icon-wobble-vertical .hvr-icon {
  transform: translateZ(0);
}
.sp_btn.fx-hvr-icon-wobble-vertical:active .hvr-icon,
.sp_btn.fx-hvr-icon-wobble-vertical:focus .hvr-icon,
.sp_btn.fx-hvr-icon-wobble-vertical:hover .hvr-icon {
  animation-name: hvr-icon-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-icon-buzz .hvr-icon {
  transform: translateZ(0);
}
.sp_btn.fx-hvr-icon-buzz:active .hvr-icon,
.sp_btn.fx-hvr-icon-buzz:focus .hvr-icon,
.sp_btn.fx-hvr-icon-buzz:hover .hvr-icon {
  animation-name: hvr-icon-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.sp_btn.fx-hvr-icon-buzz-out .hvr-icon {
  transform: translateZ(0);
}
.sp_btn.fx-hvr-icon-buzz-out:active .hvr-icon,
.sp_btn.fx-hvr-icon-buzz-out:focus .hvr-icon,
.sp_btn.fx-hvr-icon-buzz-out:hover .hvr-icon {
  animation-name: hvr-icon-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.sp_btn.fx-hvr-border-fade {
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
}
.sp_btn.fx-hvr-border-fade:active,
.sp_btn.fx-hvr-border-fade:focus,
.sp_btn.fx-hvr-border-fade:hover {
  box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px rgba(0, 0, 0, 0);
}
.sp_btn.fx-hvr-hollow:active,
.sp_btn.fx-hvr-hollow:focus,
.sp_btn.fx-hvr-hollow:hover {
  background: none;
}
.sp_btn.fx-hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.sp_btn.fx-hvr-trim:active:before,
.sp_btn.fx-hvr-trim:focus:before,
.sp_btn.fx-hvr-trim:hover:before {
  opacity: 1;
}
.sp_btn.fx-hvr-ripple-out {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.sp_btn.fx-hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: 1s;
}
.sp_btn.fx-hvr-ripple-out:active:before,
.sp_btn.fx-hvr-ripple-out:focus:before,
.sp_btn.fx-hvr-ripple-out:hover:before {
  animation-name: hvr-ripple-out;
}
.sp_btn.fx-hvr-ripple-in {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.sp_btn.fx-hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  animation-duration: 1s;
}
.sp_btn.fx-hvr-ripple-in:active:before,
.sp_btn.fx-hvr-ripple-in:focus:before,
.sp_btn.fx-hvr-ripple-in:hover:before {
  animation-name: hvr-ripple-in;
}
.sp_btn.fx-hvr-outline-out {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.sp_btn.fx-hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}
.sp_btn.fx-hvr-outline-out:active:before,
.sp_btn.fx-hvr-outline-out:focus:before,
.sp_btn.fx-hvr-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.sp_btn.fx-hvr-outline-in {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.sp_btn.fx-hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}
.sp_btn.fx-hvr-outline-in:active:before,
.sp_btn.fx-hvr-outline-in:focus:before,
.sp_btn.fx-hvr-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
.sp_btn.fx-hvr-round-corners {
  transition-duration: 0.3s;
  transition-property: border-radius;
}
.sp_btn.fx-hvr-round-corners:active,
.sp_btn.fx-hvr-round-corners:focus,
.sp_btn.fx-hvr-round-corners:hover {
  border-radius: 1em;
}
.sp_btn.fx-hvr-underline-from-left {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.sp_btn.fx-hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-underline-from-left:active:before,
.sp_btn.fx-hvr-underline-from-left:focus:before,
.sp_btn.fx-hvr-underline-from-left:hover:before {
  right: 0;
}
.sp_btn.fx-hvr-underline-from-center {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.sp_btn.fx-hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-underline-from-center:active:before,
.sp_btn.fx-hvr-underline-from-center:focus:before,
.sp_btn.fx-hvr-underline-from-center:hover:before {
  left: 0;
  right: 0;
}
.sp_btn.fx-hvr-underline-from-right {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.sp_btn.fx-hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-underline-from-right:active:before,
.sp_btn.fx-hvr-underline-from-right:focus:before,
.sp_btn.fx-hvr-underline-from-right:hover:before {
  left: 0;
}
.sp_btn.fx-hvr-reveal {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.sp_btn.fx-hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  transition-property: border-width;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-reveal:active:before,
.sp_btn.fx-hvr-reveal:focus:before,
.sp_btn.fx-hvr-reveal:hover:before {
  transform: translateY(0);
  border-width: 4px;
}
.sp_btn.fx-hvr-underline-reveal {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.sp_btn.fx-hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transform: translateY(4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-underline-reveal:active:before,
.sp_btn.fx-hvr-underline-reveal:focus:before,
.sp_btn.fx-hvr-underline-reveal:hover:before {
  transform: translateY(0);
}
.sp_btn.fx-hvr-overline-reveal {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.sp_btn.fx-hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  transform: translateY(-4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-overline-reveal:active:before,
.sp_btn.fx-hvr-overline-reveal:focus:before,
.sp_btn.fx-hvr-overline-reveal:hover:before {
  transform: translateY(0);
}
.sp_btn.fx-hvr-overline-from-left {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.sp_btn.fx-hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-overline-from-left:active:before,
.sp_btn.fx-hvr-overline-from-left:focus:before,
.sp_btn.fx-hvr-overline-from-left:hover:before {
  right: 0;
}
.sp_btn.fx-hvr-overline-from-center {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.sp_btn.fx-hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-overline-from-center:active:before,
.sp_btn.fx-hvr-overline-from-center:focus:before,
.sp_btn.fx-hvr-overline-from-center:hover:before {
  left: 0;
  right: 0;
}
.sp_btn.fx-hvr-overline-from-right {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.sp_btn.fx-hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.sp_btn.fx-hvr-overline-from-right:active:before,
.sp_btn.fx-hvr-overline-from-right:focus:before,
.sp_btn.fx-hvr-overline-from-right:hover:before {
  left: 0;
}
.sp_btn.fx-hvr-shadow {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.sp_btn.fx-hvr-shadow:active,
.sp_btn.fx-hvr-shadow:focus,
.sp_btn.fx-hvr-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.sp_btn.fx-hvr-grow-shadow {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
}
.sp_btn.fx-hvr-grow-shadow:active,
.sp_btn.fx-hvr-grow-shadow:focus,
.sp_btn.fx-hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}
.sp_btn.fx-hvr-float-shadow {
  overflow: visible;
  transition-duration: 0.3s;
  transition-property: transform;
}
.sp_btn.fx-hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.sp_btn.fx-hvr-float-shadow:active,
.sp_btn.fx-hvr-float-shadow:focus,
.sp_btn.fx-hvr-float-shadow:hover {
  transform: translateY(-5px);
}
.sp_btn.fx-hvr-float-shadow:active:before,
.sp_btn.fx-hvr-float-shadow:focus:before,
.sp_btn.fx-hvr-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
}
.sp_btn.fx-hvr-glow {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.sp_btn.fx-hvr-glow:active,
.sp_btn.fx-hvr-glow:focus,
.sp_btn.fx-hvr-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.sp_btn.fx-hvr-shadow-radial {
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: visible;
}
.sp_btn.fx-hvr-shadow-radial:before,
.sp_btn.fx-hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.sp_btn.fx-hvr-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.sp_btn.fx-hvr-shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.sp_btn.fx-hvr-shadow-radial:active:before,
.sp_btn.fx-hvr-shadow-radial:focus:before,
.sp_btn.fx-hvr-shadow-radial:hover:before,
.sp_btn.fx-hvr-shadow-radial:active:after,
.sp_btn.fx-hvr-shadow-radial:focus:after,
.sp_btn.fx-hvr-shadow-radial:hover:after {
  opacity: 1;
}
.sp_btn.fx-hvr-box-shadow-outset {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.sp_btn.fx-hvr-box-shadow-outset:active,
.sp_btn.fx-hvr-box-shadow-outset:focus,
.sp_btn.fx-hvr-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.sp_btn.fx-hvr-box-shadow-inset {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
.sp_btn.fx-hvr-box-shadow-inset:active,
.sp_btn.fx-hvr-box-shadow-inset:focus,
.sp_btn.fx-hvr-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
.sp_btn.fx-hvr-bubble-top {
  overflow: visible;
}
.sp_btn.fx-hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.sp_btn.fx-hvr-bubble-top:active:before,
.sp_btn.fx-hvr-bubble-top:focus:before,
.sp_btn.fx-hvr-bubble-top:hover:before {
  transform: translateX(-50%) translateY(-10px);
}
.sp_btn.fx-hvr-bubble-right {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.sp_btn.fx-hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.sp_btn.fx-hvr-bubble-right:active:before,
.sp_btn.fx-hvr-bubble-right:focus:before,
.sp_btn.fx-hvr-bubble-right:hover:before {
  transform: translateY(-50%) translateX(10px);
}
.sp_btn.fx-hvr-bubble-bottom {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.sp_btn.fx-hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.sp_btn.fx-hvr-bubble-bottom:active:before,
.sp_btn.fx-hvr-bubble-bottom:focus:before,
.sp_btn.fx-hvr-bubble-bottom:hover:before {
  transform: translateX(-50%) translateY(10px);
}
.sp_btn.fx-hvr-bubble-left {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.sp_btn.fx-hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.sp_btn.fx-hvr-bubble-left:active:before,
.sp_btn.fx-hvr-bubble-left:focus:before,
.sp_btn.fx-hvr-bubble-left:hover:before {
  transform: translateY(-50%) translateX(-10px);
}
.sp_btn.fx-hvr-bubble-float-top {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.sp_btn.fx-hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.sp_btn.fx-hvr-bubble-float-top:active,
.sp_btn.fx-hvr-bubble-float-top:focus,
.sp_btn.fx-hvr-bubble-float-top:hover {
  transform: translateY(10px);
}
.sp_btn.fx-hvr-bubble-float-top:active:before,
.sp_btn.fx-hvr-bubble-float-top:focus:before,
.sp_btn.fx-hvr-bubble-float-top:hover:before {
  transform: translateX(-50%) translateY(-10px);
}
.sp_btn.fx-hvr-bubble-float-right {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.sp_btn.fx-hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.sp_btn.fx-hvr-bubble-float-right:active,
.sp_btn.fx-hvr-bubble-float-right:focus,
.sp_btn.fx-hvr-bubble-float-right:hover {
  transform: translateX(-10px);
}
.sp_btn.fx-hvr-bubble-float-right:active:before,
.sp_btn.fx-hvr-bubble-float-right:focus:before,
.sp_btn.fx-hvr-bubble-float-right:hover:before {
  transform: translateY(-50%) translateX(10px);
}
.sp_btn.fx-hvr-bubble-float-bottom {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.sp_btn.fx-hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.sp_btn.fx-hvr-bubble-float-bottom:active,
.sp_btn.fx-hvr-bubble-float-bottom:focus,
.sp_btn.fx-hvr-bubble-float-bottom:hover {
  transform: translateY(-10px);
}
.sp_btn.fx-hvr-bubble-float-bottom:active:before,
.sp_btn.fx-hvr-bubble-float-bottom:focus:before,
.sp_btn.fx-hvr-bubble-float-bottom:hover:before {
  transform: translateX(-50%) translateY(10px);
}
.sp_btn.fx-hvr-bubble-float-left {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.sp_btn.fx-hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.sp_btn.fx-hvr-bubble-float-left:active,
.sp_btn.fx-hvr-bubble-float-left:focus,
.sp_btn.fx-hvr-bubble-float-left:hover {
  transform: translateX(10px);
}
.sp_btn.fx-hvr-bubble-float-left:active:before,
.sp_btn.fx-hvr-bubble-float-left:focus:before,
.sp_btn.fx-hvr-bubble-float-left:hover:before {
  transform: translateY(-50%) translateX(-10px);
}
.sp_btn.fx-hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.sp_btn.fx-hvr-curl-top-left:active:before,
.sp_btn.fx-hvr-curl-top-left:focus:before,
.sp_btn.fx-hvr-curl-top-left:hover:before {
  width: 25px;
  height: 25px;
}
.sp_btn.fx-hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.sp_btn.fx-hvr-curl-top-right:active:before,
.sp_btn.fx-hvr-curl-top-right:focus:before,
.sp_btn.fx-hvr-curl-top-right:hover:before {
  width: 25px;
  height: 25px;
}
.sp_btn.fx-hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.sp_btn.fx-hvr-curl-bottom-right:active:before,
.sp_btn.fx-hvr-curl-bottom-right:focus:before,
.sp_btn.fx-hvr-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px;
}
.sp_btn.fx-hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.sp_btn.fx-hvr-curl-bottom-left:active:before,
.sp_btn.fx-hvr-curl-bottom-left:focus:before,
.sp_btn.fx-hvr-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px;
}
.sp_btn[data-btnstyle="true"][style*="--clr"] {
  color: var(--clr);
}
.sp_btn[data-btnstyle="true"][style*="--bg"] {
  background-color: var(--bg);
}
/**
 * SP Modules: Filters
 */
.module-container .filters-list {
  margin: 40px 0 0;
}
.module-container .filters-list .filter {
  padding: 0;
}
.module-container .filters-list .filter a {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  vertical-align: middle;
  position: relative;
}
.module-container .filters-list .filter a:not[class*="fx-"] {
  color: var(--sp_color_1);
  background-color: var(--sp_color_5);
  min-width: 100px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 15px;
  margin-bottom: 10px;
  padding: 10px 15px;
}
.module-container .filters-list .filter a:not[class*="fx-"]:active,
.module-container .filters-list .filter a:not[class*="fx-"]:focus,
.module-container .filters-list .filter a:not[class*="fx-"]:hover {
  color: var(--sp_color_1);
  background-color: var(--sp_color_7);
}
@media (max-width: 529px) {
  .module-container .filters-list .filter a:not[class*="fx-"] {
    display: block;
  }
}
@media (min-width: 530px) {
  .module-container .filters-list .filter a:not[class*="fx-"] {
    display: -moz-inline-stack;
    display: inline-block;
    zoom: 1;
  }
}
@media (min-width: 992px) {
  .module-container .filters-list .filter a:not[class*="fx-"] {
    padding: 15px 20px;
  }
}
@media (min-width: 1200px) {
  .module-container .filters-list .filter a:not[class*="fx-"] {
    padding: 15px 25px;
  }
}
.module-container .filters-list .filter a:not[class*="fx-"].outline {
  color: var(--sp_color_5);
  background-color: transparent;
  border: 4px solid var(--sp_color_5);
  padding: 6px 15px;
}
.module-container .filters-list .filter a:not[class*="fx-"].outline:active,
.module-container .filters-list .filter a:not[class*="fx-"].outline:focus,
.module-container .filters-list .filter a:not[class*="fx-"].outline:hover {
  color: var(--sp_color_7);
  border: 4px solid var(--sp_color_7);
}
@media (min-width: 992px) {
  .module-container .filters-list .filter a:not[class*="fx-"].outline {
    padding: 11px 20px;
  }
}
@media (min-width: 1200px) {
  .module-container .filters-list .filter a:not[class*="fx-"].outline {
    padding: 11px 25px;
  }
}
.module-container .filters-list .filter a:not[class*="fx-"].rounded,
.module-container .filters-list .filter a:not[class*="fx-"].circled {
  padding: 10px 20px;
}
@media (min-width: 992px) {
  .module-container .filters-list .filter a:not[class*="fx-"].rounded,
  .module-container .filters-list .filter a:not[class*="fx-"].circled {
    padding: 15px 25px;
  }
}
@media (min-width: 1200px) {
  .module-container .filters-list .filter a:not[class*="fx-"].rounded,
  .module-container .filters-list .filter a:not[class*="fx-"].circled {
    padding: 15px 30px;
  }
}
.module-container .filters-list .filter a:not[class*="fx-"].rounded.outline,
.module-container .filters-list .filter a:not[class*="fx-"].circled.outline {
  padding: 6px 20px;
}
@media (min-width: 992px) {
  .module-container .filters-list .filter a:not[class*="fx-"].rounded.outline,
  .module-container .filters-list .filter a:not[class*="fx-"].circled.outline {
    padding: 11px 25px;
  }
}
@media (min-width: 1200px) {
  .module-container .filters-list .filter a:not[class*="fx-"].rounded.outline,
  .module-container .filters-list .filter a:not[class*="fx-"].circled.outline {
    padding: 11px 30px;
  }
}
.module-container .filters-list .filter a:not[class*="fx-"].rounded {
  border-radius: 8px;
}
.module-container .filters-list .filter a:not[class*="fx-"].circled {
  border-radius: 100em;
}
.module-container .filters-list .filter a[class*="fx-"] {
  margin: 0.4em;
  padding: 1em;
  cursor: pointer;
  background: #e1e1e1;
  text-decoration: none;
  color: #666;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px transparent;
  overflow: hidden;
}
.module-container .filters-list .filter a.fx {
  /* 2D Transitions
		 * ================================================== */
  /* Background Transitions
		 * ================================================== */
  /* Icom Transitions
		 * ================================================== */
  /* Border transitions
		 * ================================================== */
  /* Shadow and Glow Transitions
		 * ================================================== */
  /* Bubbles 
		 * ================================================== */
  /* Curls 
		 * ================================================== */
}
.module-container .filters-list .filter a.fx-hvr-grow:active,
.module-container .filters-list .filter a.fx-hvr-grow:focus,
.module-container .filters-list .filter a.fx-hvr-grow:hover {
  transform: scale(1.1);
}
.module-container .filters-list .filter a.fx-hvr-shrink:active,
.module-container .filters-list .filter a.fx-hvr-shrink:focus,
.module-container .filters-list .filter a.fx-hvr-shrink:hover {
  transform: scale(0.9);
}
.module-container .filters-list .filter a.fx-hvr-pulse:active,
.module-container .filters-list .filter a.fx-hvr-pulse:focus,
.module-container .filters-list .filter a.fx-hvr-pulse:hover {
  animation-name: hvr-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.module-container .filters-list .filter a.fx-hvr-pulse-grow:active,
.module-container .filters-list .filter a.fx-hvr-pulse-grow:focus,
.module-container .filters-list .filter a.fx-hvr-pulse-grow:hover {
  animation-name: hvr-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.module-container .filters-list .filter a.fx-hvr-pulse-shrink:active,
.module-container .filters-list .filter a.fx-hvr-pulse-shrink:focus,
.module-container .filters-list .filter a.fx-hvr-pulse-shrink:hover {
  animation-name: hvr-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.module-container .filters-list .filter a.fx-hvr-push:active,
.module-container .filters-list .filter a.fx-hvr-push:focus,
.module-container .filters-list .filter a.fx-hvr-push:hover {
  animation-name: hvr-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-pop:active,
.module-container .filters-list .filter a.fx-hvr-pop:focus,
.module-container .filters-list .filter a.fx-hvr-pop:hover {
  animation-name: hvr-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-bounce-in:active,
.module-container .filters-list .filter a.fx-hvr-bounce-in:focus,
.module-container .filters-list .filter a.fx-hvr-bounce-in:hover {
  transform: scale(1.2);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.module-container .filters-list .filter a.fx-hvr-bounce-out:active,
.module-container .filters-list .filter a.fx-hvr-bounce-out:focus,
.module-container .filters-list .filter a.fx-hvr-bounce-out:hover {
  transform: scale(0.8);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.module-container .filters-list .filter a.fx-hvr-rotate:active,
.module-container .filters-list .filter a.fx-hvr-rotate:focus,
.module-container .filters-list .filter a.fx-hvr-rotate:hover {
  transform: rotate(4deg);
}
.module-container .filters-list .filter a.fx-hvr-grow-rotate:active,
.module-container .filters-list .filter a.fx-hvr-grow-rotate:focus,
.module-container .filters-list .filter a.fx-hvr-grow-rotate:hover {
  transform: scale(1.1) rotate(4deg);
}
.module-container .filters-list .filter a.fx-hvr-float:active,
.module-container .filters-list .filter a.fx-hvr-float:focus,
.module-container .filters-list .filter a.fx-hvr-float:hover {
  transform: translateY(-8px);
}
.module-container .filters-list .filter a.fx-hvr-sink:active,
.module-container .filters-list .filter a.fx-hvr-sink:focus,
.module-container .filters-list .filter a.fx-hvr-sink:hover {
  transform: translateY(8px);
}
.module-container .filters-list .filter a.fx-hvr-bob:active,
.module-container .filters-list .filter a.fx-hvr-bob:focus,
.module-container .filters-list .filter a.fx-hvr-bob:hover {
  animation-name: hvr-bob-float, hvr-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.module-container .filters-list .filter a.fx-hvr-hang:active,
.module-container .filters-list .filter a.fx-hvr-hang:focus,
.module-container .filters-list .filter a.fx-hvr-hang:hover {
  animation-name: hvr-hang-sink, hvr-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.module-container .filters-list .filter a.fx-hvr-skew:active,
.module-container .filters-list .filter a.fx-hvr-skew:focus,
.module-container .filters-list .filter a.fx-hvr-skew:hover {
  transform: skew(-10deg);
}
.module-container .filters-list .filter a.fx-hvr-skew-forward {
  transform-origin: 0 100%;
}
.module-container .filters-list .filter a.fx-hvr-skew-forward:active,
.module-container .filters-list .filter a.fx-hvr-skew-forward:focus,
.module-container .filters-list .filter a.fx-hvr-skew-forward:hover {
  transform: skew(-10deg);
}
.module-container .filters-list .filter a.fx-hvr-skew-backward {
  transform-origin: 0 100%;
}
.module-container .filters-list .filter a.fx-hvr-skew-backward:active,
.module-container .filters-list .filter a.fx-hvr-skew-backward:focus,
.module-container .filters-list .filter a.fx-hvr-skew-backward:hover {
  transform: skew(10deg);
}
.module-container .filters-list .filter a.fx-hvr-wobble-horizontal:active,
.module-container .filters-list .filter a.fx-hvr-wobble-horizontal:focus,
.module-container .filters-list .filter a.fx-hvr-wobble-horizontal:hover {
  animation-name: hvr-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-wobble-vertical:active,
.module-container .filters-list .filter a.fx-hvr-wobble-vertical:focus,
.module-container .filters-list .filter a.fx-hvr-wobble-vertical:hover {
  animation-name: hvr-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-wobble-to-bottom-right:active,
.module-container .filters-list .filter a.fx-hvr-wobble-to-bottom-right:focus,
.module-container .filters-list .filter a.fx-hvr-wobble-to-bottom-right:hover {
  animation-name: hvr-wobble-to-bottom-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-wobble-to-top-right:active,
.module-container .filters-list .filter a.fx-hvr-wobble-to-top-right:focus,
.module-container .filters-list .filter a.fx-hvr-wobble-to-top-right:hover {
  animation-name: hvr-wobble-to-top-right;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-wobble-top {
  transform-origin: 0 100%;
}
.module-container .filters-list .filter a.fx-hvr-wobble-top:active,
.module-container .filters-list .filter a.fx-hvr-wobble-top:focus,
.module-container .filters-list .filter a.fx-hvr-wobble-top:hover {
  animation-name: hvr-wobble-top;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-wobble-bottom {
  transform-origin: 100% 0;
}
.module-container .filters-list .filter a.fx-hvr-wobble-bottom:active,
.module-container .filters-list .filter a.fx-hvr-wobble-bottom:focus,
.module-container .filters-list .filter a.fx-hvr-wobble-bottom:hover {
  animation-name: hvr-wobble-bottom;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-wobble-skew:active,
.module-container .filters-list .filter a.fx-hvr-wobble-skew:focus,
.module-container .filters-list .filter a.fx-hvr-wobble-skew:hover {
  animation-name: hvr-wobble-skew;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-buzz:active,
.module-container .filters-list .filter a.fx-hvr-buzz:focus,
.module-container .filters-list .filter a.fx-hvr-buzz:hover {
  animation-name: hvr-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.module-container .filters-list .filter a.fx-hvr-buzz-out:active,
.module-container .filters-list .filter a.fx-hvr-buzz-out:focus,
.module-container .filters-list .filter a.fx-hvr-buzz-out:hover {
  animation-name: hvr-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-forward {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.module-container .filters-list .filter a.fx-hvr-forward:active,
.module-container .filters-list .filter a.fx-hvr-forward:focus,
.module-container .filters-list .filter a.fx-hvr-forward:hover {
  transform: translateX(8px);
}
.module-container .filters-list .filter a.fx-hvr-backward:active,
.module-container .filters-list .filter a.fx-hvr-backward:focus,
.module-container .filters-list .filter a.fx-hvr-backward:hover {
  transform: translateX(-8px);
}
.module-container .filters-list .filter a.fx-hvr-fade {
  overflow: hidden;
  box-shadow: none;
}
.module-container .filters-list .filter a.fx-hvr-fade:active,
.module-container .filters-list .filter a.fx-hvr-fade:focus,
.module-container .filters-list .filter a.fx-hvr-fade:hover {
  background-color: #2098D1;
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-back-pulse {
  overflow: hidden;
  box-shadow: none;
}
.module-container .filters-list .filter a.fx-hvr-back-pulse:active,
.module-container .filters-list .filter a.fx-hvr-back-pulse:focus,
.module-container .filters-list .filter a.fx-hvr-back-pulse:hover {
  animation-duration: 1s;
  animation-delay: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  background-color: #2098D1;
  background-color: #2098d1;
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-sweep-to-right:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.module-container .filters-list .filter a.fx-hvr-sweep-to-right:active,
.module-container .filters-list .filter a.fx-hvr-sweep-to-right:focus,
.module-container .filters-list .filter a.fx-hvr-sweep-to-right:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-sweep-to-right:active:before,
.module-container .filters-list .filter a.fx-hvr-sweep-to-right:focus:before,
.module-container .filters-list .filter a.fx-hvr-sweep-to-right:hover:before {
  transform: scaleX(1);
}
.module-container .filters-list .filter a.fx-hvr-sweep-to-left:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
.module-container .filters-list .filter a.fx-hvr-sweep-to-left:active,
.module-container .filters-list .filter a.fx-hvr-sweep-to-left:focus,
.module-container .filters-list .filter a.fx-hvr-sweep-to-left:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-sweep-to-left:active:before,
.module-container .filters-list .filter a.fx-hvr-sweep-to-left:focus:before,
.module-container .filters-list .filter a.fx-hvr-sweep-to-left:hover:before {
  transform: scaleX(1);
}
.module-container .filters-list .filter a.fx-hvr-sweep-to-bottom:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50% 0;
}
.module-container .filters-list .filter a.fx-hvr-sweep-to-bottom:active,
.module-container .filters-list .filter a.fx-hvr-sweep-to-bottom:focus,
.module-container .filters-list .filter a.fx-hvr-sweep-to-bottom:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-sweep-to-bottom:active:before,
.module-container .filters-list .filter a.fx-hvr-sweep-to-bottom:focus:before,
.module-container .filters-list .filter a.fx-hvr-sweep-to-bottom:hover:before {
  transform: scaleY(1);
}
.module-container .filters-list .filter a.fx-hvr-sweep-to-top:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
}
.module-container .filters-list .filter a.fx-hvr-sweep-to-top:active,
.module-container .filters-list .filter a.fx-hvr-sweep-to-top:focus,
.module-container .filters-list .filter a.fx-hvr-sweep-to-top:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-sweep-to-top:active:before,
.module-container .filters-list .filter a.fx-hvr-sweep-to-top:focus:before,
.module-container .filters-list .filter a.fx-hvr-sweep-to-top:hover:before {
  transform: scaleY(1);
}
.module-container .filters-list .filter a.fx-hvr-bounce-to-right:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  transform-origin: 0 50%;
}
.module-container .filters-list .filter a.fx-hvr-bounce-to-right:active,
.module-container .filters-list .filter a.fx-hvr-bounce-to-right:focus,
.module-container .filters-list .filter a.fx-hvr-bounce-to-right:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-bounce-to-right:active:before,
.module-container .filters-list .filter a.fx-hvr-bounce-to-right:focus:before,
.module-container .filters-list .filter a.fx-hvr-bounce-to-right:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.module-container .filters-list .filter a.fx-hvr-bounce-to-left:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleX(0);
  transform-origin: 100% 50%;
}
.module-container .filters-list .filter a.fx-hvr-bounce-to-left:active,
.module-container .filters-list .filter a.fx-hvr-bounce-to-left:focus,
.module-container .filters-list .filter a.fx-hvr-bounce-to-left:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-bounce-to-left:active:before,
.module-container .filters-list .filter a.fx-hvr-bounce-to-left:focus:before,
.module-container .filters-list .filter a.fx-hvr-bounce-to-left:hover:before {
  transform: scaleX(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.module-container .filters-list .filter a.fx-hvr-bounce-to-bottom:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50% 0;
}
.module-container .filters-list .filter a.fx-hvr-bounce-to-bottom:active,
.module-container .filters-list .filter a.fx-hvr-bounce-to-bottom:focus,
.module-container .filters-list .filter a.fx-hvr-bounce-to-bottom:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-bounce-to-bottom:active:before,
.module-container .filters-list .filter a.fx-hvr-bounce-to-bottom:focus:before,
.module-container .filters-list .filter a.fx-hvr-bounce-to-bottom:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.module-container .filters-list .filter a.fx-hvr-bounce-to-top:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50% 100%;
}
.module-container .filters-list .filter a.fx-hvr-bounce-to-top:active,
.module-container .filters-list .filter a.fx-hvr-bounce-to-top:focus,
.module-container .filters-list .filter a.fx-hvr-bounce-to-top:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-bounce-to-top:active:before,
.module-container .filters-list .filter a.fx-hvr-bounce-to-top:focus:before,
.module-container .filters-list .filter a.fx-hvr-bounce-to-top:hover:before {
  transform: scaleY(1);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.module-container .filters-list .filter a.fx-hvr-radial-out:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  border-radius: 100%;
  transform: scale(0);
}
.module-container .filters-list .filter a.fx-hvr-radial-out:active,
.module-container .filters-list .filter a.fx-hvr-radial-out:focus,
.module-container .filters-list .filter a.fx-hvr-radial-out:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-radial-out:active:before,
.module-container .filters-list .filter a.fx-hvr-radial-out:focus:before,
.module-container .filters-list .filter a.fx-hvr-radial-out:hover:before {
  transform: scale(2);
}
.module-container .filters-list .filter a.fx-hvr-radial-in {
  box-shadow: none;
}
.module-container .filters-list .filter a.fx-hvr-radial-in:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  border-radius: 100%;
  transform: scale(2);
}
.module-container .filters-list .filter a.fx-hvr-radial-in:active,
.module-container .filters-list .filter a.fx-hvr-radial-in:focus,
.module-container .filters-list .filter a.fx-hvr-radial-in:hover {
  color: white;
  background: #2098D1;
}
.module-container .filters-list .filter a.fx-hvr-radial-in:active:before,
.module-container .filters-list .filter a.fx-hvr-radial-in:focus:before,
.module-container .filters-list .filter a.fx-hvr-radial-in:hover:before {
  transform: scale(0);
}
.module-container .filters-list .filter a.fx-hvr-rectangle-in {
  box-shadow: none;
}
.module-container .filters-list .filter a.fx-hvr-rectangle-in:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #e1e1e1;
  transform: scale(1);
}
.module-container .filters-list .filter a.fx-hvr-rectangle-in:active,
.module-container .filters-list .filter a.fx-hvr-rectangle-in:focus,
.module-container .filters-list .filter a.fx-hvr-rectangle-in:hover {
  color: white;
  background: #2098D1;
}
.module-container .filters-list .filter a.fx-hvr-rectangle-in:active:before,
.module-container .filters-list .filter a.fx-hvr-rectangle-in:focus:before,
.module-container .filters-list .filter a.fx-hvr-rectangle-in:hover:before {
  transform: scale(0);
}
.module-container .filters-list .filter a.fx-hvr-rectangle-out:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  transform: scale(0);
}
.module-container .filters-list .filter a.fx-hvr-rectangle-out:active,
.module-container .filters-list .filter a.fx-hvr-rectangle-out:focus,
.module-container .filters-list .filter a.fx-hvr-rectangle-out:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-rectangle-out:active:before,
.module-container .filters-list .filter a.fx-hvr-rectangle-out:focus:before,
.module-container .filters-list .filter a.fx-hvr-rectangle-out:hover:before {
  transform: scale(1);
}
.module-container .filters-list .filter a.fx-hvr-shutter-in-horizontal {
  background: #2098D1;
  box-shadow: none;
}
.module-container .filters-list .filter a.fx-hvr-shutter-in-horizontal:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.module-container .filters-list .filter a.fx-hvr-shutter-in-horizontal:active,
.module-container .filters-list .filter a.fx-hvr-shutter-in-horizontal:focus,
.module-container .filters-list .filter a.fx-hvr-shutter-in-horizontal:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-shutter-in-horizontal:active:before,
.module-container .filters-list .filter a.fx-hvr-shutter-in-horizontal:focus:before,
.module-container .filters-list .filter a.fx-hvr-shutter-in-horizontal:hover:before {
  transform: scaleX(0);
}
.module-container .filters-list .filter a.fx-hvr-shutter-out-horizontal {
  box-shadow: none;
}
.module-container .filters-list .filter a.fx-hvr-shutter-out-horizontal:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
}
.module-container .filters-list .filter a.fx-hvr-shutter-out-horizontal:active,
.module-container .filters-list .filter a.fx-hvr-shutter-out-horizontal:focus,
.module-container .filters-list .filter a.fx-hvr-shutter-out-horizontal:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-shutter-out-horizontal:active:before,
.module-container .filters-list .filter a.fx-hvr-shutter-out-horizontal:focus:before,
.module-container .filters-list .filter a.fx-hvr-shutter-out-horizontal:hover:before {
  transform: scaleX(1);
}
.module-container .filters-list .filter a.fx-hvr-shutter-in-vertical {
  box-shadow: none;
  background: #2098D1;
}
.module-container .filters-list .filter a.fx-hvr-shutter-in-vertical:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #e1e1e1;
  transform: scaleY(1);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-shutter-in-vertical:active,
.module-container .filters-list .filter a.fx-hvr-shutter-in-vertical:focus,
.module-container .filters-list .filter a.fx-hvr-shutter-in-vertical:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-shutter-in-vertical:active:before,
.module-container .filters-list .filter a.fx-hvr-shutter-in-vertical:focus:before,
.module-container .filters-list .filter a.fx-hvr-shutter-in-vertical:hover:before {
  transform: scaleY(0);
}
.module-container .filters-list .filter a.fx-hvr-shutter-out-vertical {
  box-shadow: none;
}
.module-container .filters-list .filter a.fx-hvr-shutter-out-vertical:before {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2098D1;
  transform: scaleY(0);
  transform-origin: 50%;
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-shutter-out-vertical:active,
.module-container .filters-list .filter a.fx-hvr-shutter-out-vertical:focus,
.module-container .filters-list .filter a.fx-hvr-shutter-out-vertical:hover {
  color: white;
}
.module-container .filters-list .filter a.fx-hvr-shutter-out-vertical:active:before,
.module-container .filters-list .filter a.fx-hvr-shutter-out-vertical:focus:before,
.module-container .filters-list .filter a.fx-hvr-shutter-out-vertical:hover:before {
  transform: scaleY(1);
}
.module-container .filters-list .filter a.fx-hvr-icon-back .hvr-icon {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.module-container .filters-list .filter a.fx-hvr-icon-back:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-back:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-back:hover .hvr-icon {
  transform: translateX(-4px);
}
.module-container .filters-list .filter a.fx-hvr-icon-forward .hvr-icon {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.module-container .filters-list .filter a.fx-hvr-icon-forward:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-forward:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-forward:hover .hvr-icon {
  transform: translateX(4px);
}
.module-container .filters-list .filter a.fx-hvr-icon-down .hvr-icon {
  transform: translateZ(0);
}
.module-container .filters-list .filter a.fx-hvr-icon-down:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-down:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-down:hover .hvr-icon {
  animation-name: hvr-icon-down;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-up .hvr-icon {
  transform: translateZ(0);
}
.module-container .filters-list .filter a.fx-hvr-icon-up:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-up:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-up:hover .hvr-icon {
  animation-name: hvr-icon-up;
  animation-duration: 0.75s;
  animation-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-spin .hvr-icon {
  transition-duration: 1s;
  transition-property: transform;
  transition-timing-function: ease-in-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-spin:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-spin:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-spin:hover .hvr-icon {
  transform: rotate(360deg);
}
.module-container .filters-list .filter a.fx-hvr-icon-drop .hvr-icon {
  transform: translateZ(0);
}
.module-container .filters-list .filter a.fx-hvr-icon-drop:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-drop:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-drop:hover .hvr-icon {
  opacity: 0;
  transition-duration: 0.3s;
  animation-name: hvr-icon-drop;
  animation-duration: 0.5s;
  animation-delay: 0.3s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.module-container .filters-list .filter a.fx-hvr-icon-fade .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.5s;
  transition-property: color;
}
.module-container .filters-list .filter a.fx-hvr-icon-fade:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-fade:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-fade:hover .hvr-icon {
  color: #0F9E5E;
}
.module-container .filters-list .filter a.fx-hvr-icon-float-away .hvr-icon {
  transform: translateZ(0);
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.module-container .filters-list .filter a.fx-hvr-icon-float-away:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-float-away:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-float-away:hover .hvr-icon {
  animation-name: hvr-icon-float-away;
  animation-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-sink-away .hvr-icon {
  transform: translateZ(0);
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.module-container .filters-list .filter a.fx-hvr-icon-sink-away:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-sink-away:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-sink-away:hover .hvr-icon {
  animation-name: hvr-icon-sink-away;
  animation-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-grow .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-grow:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-grow:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-grow:hover .hvr-icon {
  transform: scale(1.3) translateZ(0);
}
.module-container .filters-list .filter a.fx-hvr-icon-shrink .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-shrink:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-shrink:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-shrink:hover .hvr-icon {
  transform: scale(0.8) translateZ(0);
}
.module-container .filters-list .filter a.fx-hvr-icon-pulse .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-pulse:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-pulse:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-pulse:hover .hvr-icon {
  animation-name: hvr-icon-pulse;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.module-container .filters-list .filter a.fx-hvr-icon-pulse-grow .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-pulse-grow:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-pulse-grow:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-pulse-grow:hover .hvr-icon {
  animation-name: hvr-icon-pulse-grow;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.module-container .filters-list .filter a.fx-hvr-icon-pulse-shrink .hvr-icon {
  transform: translateZ(0);
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-pulse-shrink:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-pulse-shrink:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-pulse-shrink:hover .hvr-icon {
  animation-name: hvr-icon-pulse-shrink;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-direction: alternate;
}
.module-container .filters-list .filter a.fx-hvr-icon-push .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-push:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-push:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-push:hover .hvr-icon {
  animation-name: hvr-icon-push;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-icon-pop .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-pop:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-pop:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-pop:hover .hvr-icon {
  animation-name: hvr-icon-pop;
  animation-duration: 0.3s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-icon-bounce .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-bounce:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-bounce:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-bounce:hover .hvr-icon {
  transform: scale(1.5);
  transition-timing-function: cubic-bezier(0.47, 2.02, 0.31, -0.36);
}
.module-container .filters-list .filter a.fx-hvr-icon-rotate .hvr-icon {
  transition-duration: 0.3s;
  transition-property: transform;
}
.module-container .filters-list .filter a.fx-hvr-icon-rotate:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-rotate:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-rotate:hover .hvr-icon {
  transform: rotate(-20deg);
}
.module-container .filters-list .filter a.fx-hvr-icon-grow-rotate .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-grow-rotate:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-grow-rotate:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-grow-rotate:hover .hvr-icon {
  transform: scale(1.5) rotate(12deg);
}
.module-container .filters-list .filter a.fx-hvr-icon-float .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-float:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-float:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-float:hover .hvr-icon {
  transform: translateY(-4px);
}
.module-container .filters-list .filter a.fx-hvr-icon-sink .hvr-icon {
  transform: translateZ(0);
  transition-duration: 0.3s;
  transition-property: transform;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-icon-sink:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-sink:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-sink:hover .hvr-icon {
  transform: translateY(4px);
}
.module-container .filters-list .filter a.fx-hvr-icon-bob .hvr-icon {
  transform: translateZ(0);
}
.module-container .filters-list .filter a.fx-hvr-icon-bob:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-bob:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-bob:hover .hvr-icon {
  animation-name: hvr-icon-bob-float, hvr-icon-bob;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.module-container .filters-list .filter a.fx-hvr-icon-hang .hvr-icon {
  transform: translateZ(0);
}
.module-container .filters-list .filter a.fx-hvr-icon-hang:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-hang:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-hang:hover .hvr-icon {
  animation-name: hvr-icon-hang-sink, hvr-icon-hang;
  animation-duration: 0.3s, 1.5s;
  animation-delay: 0s, 0.3s;
  animation-timing-function: ease-out, ease-in-out;
  animation-iteration-count: 1, infinite;
  animation-fill-mode: forwards;
  animation-direction: normal, alternate;
}
.module-container .filters-list .filter a.fx-hvr-icon-wobble-horizontal .hvr-icon {
  transform: translateZ(0);
}
.module-container .filters-list .filter a.fx-hvr-icon-wobble-horizontal:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-wobble-horizontal:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-wobble-horizontal:hover .hvr-icon {
  animation-name: hvr-icon-wobble-horizontal;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-icon-wobble-vertical .hvr-icon {
  transform: translateZ(0);
}
.module-container .filters-list .filter a.fx-hvr-icon-wobble-vertical:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-wobble-vertical:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-wobble-vertical:hover .hvr-icon {
  animation-name: hvr-icon-wobble-vertical;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-icon-buzz .hvr-icon {
  transform: translateZ(0);
}
.module-container .filters-list .filter a.fx-hvr-icon-buzz:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-buzz:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-buzz:hover .hvr-icon {
  animation-name: hvr-icon-buzz;
  animation-duration: 0.15s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.module-container .filters-list .filter a.fx-hvr-icon-buzz-out .hvr-icon {
  transform: translateZ(0);
}
.module-container .filters-list .filter a.fx-hvr-icon-buzz-out:active .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-buzz-out:focus .hvr-icon,
.module-container .filters-list .filter a.fx-hvr-icon-buzz-out:hover .hvr-icon {
  animation-name: hvr-icon-buzz-out;
  animation-duration: 0.75s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
}
.module-container .filters-list .filter a.fx-hvr-border-fade {
  box-shadow: inset 0 0 0 4px #e1e1e1, 0 0 1px rgba(0, 0, 0, 0);
}
.module-container .filters-list .filter a.fx-hvr-border-fade:active,
.module-container .filters-list .filter a.fx-hvr-border-fade:focus,
.module-container .filters-list .filter a.fx-hvr-border-fade:hover {
  box-shadow: inset 0 0 0 4px #2098D1, 0 0 1px rgba(0, 0, 0, 0);
}
.module-container .filters-list .filter a.fx-hvr-hollow:active,
.module-container .filters-list .filter a.fx-hvr-hollow:focus,
.module-container .filters-list .filter a.fx-hvr-hollow:hover {
  background: none;
}
.module-container .filters-list .filter a.fx-hvr-trim:before {
  content: '';
  position: absolute;
  border: white solid 4px;
  top: 4px;
  left: 4px;
  right: 4px;
  bottom: 4px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.module-container .filters-list .filter a.fx-hvr-trim:active:before,
.module-container .filters-list .filter a.fx-hvr-trim:focus:before,
.module-container .filters-list .filter a.fx-hvr-trim:hover:before {
  opacity: 1;
}
.module-container .filters-list .filter a.fx-hvr-ripple-out {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.module-container .filters-list .filter a.fx-hvr-ripple-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 6px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  animation-duration: 1s;
}
.module-container .filters-list .filter a.fx-hvr-ripple-out:active:before,
.module-container .filters-list .filter a.fx-hvr-ripple-out:focus:before,
.module-container .filters-list .filter a.fx-hvr-ripple-out:hover:before {
  animation-name: hvr-ripple-out;
}
.module-container .filters-list .filter a.fx-hvr-ripple-in {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.module-container .filters-list .filter a.fx-hvr-ripple-in:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  animation-duration: 1s;
}
.module-container .filters-list .filter a.fx-hvr-ripple-in:active:before,
.module-container .filters-list .filter a.fx-hvr-ripple-in:focus:before,
.module-container .filters-list .filter a.fx-hvr-ripple-in:hover:before {
  animation-name: hvr-ripple-in;
}
.module-container .filters-list .filter a.fx-hvr-outline-out {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.module-container .filters-list .filter a.fx-hvr-outline-out:before {
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}
.module-container .filters-list .filter a.fx-hvr-outline-out:active:before,
.module-container .filters-list .filter a.fx-hvr-outline-out:focus:before,
.module-container .filters-list .filter a.fx-hvr-outline-out:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
}
.module-container .filters-list .filter a.fx-hvr-outline-in {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.module-container .filters-list .filter a.fx-hvr-outline-in:before {
  pointer-events: none;
  content: '';
  position: absolute;
  border: #e1e1e1 solid 4px;
  top: -16px;
  right: -16px;
  bottom: -16px;
  left: -16px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: top, right, bottom, left;
}
.module-container .filters-list .filter a.fx-hvr-outline-in:active:before,
.module-container .filters-list .filter a.fx-hvr-outline-in:focus:before,
.module-container .filters-list .filter a.fx-hvr-outline-in:hover:before {
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  opacity: 1;
}
.module-container .filters-list .filter a.fx-hvr-round-corners {
  transition-duration: 0.3s;
  transition-property: border-radius;
}
.module-container .filters-list .filter a.fx-hvr-round-corners:active,
.module-container .filters-list .filter a.fx-hvr-round-corners:focus,
.module-container .filters-list .filter a.fx-hvr-round-corners:hover {
  border-radius: 1em;
}
.module-container .filters-list .filter a.fx-hvr-underline-from-left {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.module-container .filters-list .filter a.fx-hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-underline-from-left:active:before,
.module-container .filters-list .filter a.fx-hvr-underline-from-left:focus:before,
.module-container .filters-list .filter a.fx-hvr-underline-from-left:hover:before {
  right: 0;
}
.module-container .filters-list .filter a.fx-hvr-underline-from-center {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.module-container .filters-list .filter a.fx-hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-underline-from-center:active:before,
.module-container .filters-list .filter a.fx-hvr-underline-from-center:focus:before,
.module-container .filters-list .filter a.fx-hvr-underline-from-center:hover:before {
  left: 0;
  right: 0;
}
.module-container .filters-list .filter a.fx-hvr-underline-from-right {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.module-container .filters-list .filter a.fx-hvr-underline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-underline-from-right:active:before,
.module-container .filters-list .filter a.fx-hvr-underline-from-right:focus:before,
.module-container .filters-list .filter a.fx-hvr-underline-from-right:hover:before {
  left: 0;
}
.module-container .filters-list .filter a.fx-hvr-reveal {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.module-container .filters-list .filter a.fx-hvr-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-color: #2098D1;
  border-style: solid;
  border-width: 0;
  transition-property: border-width;
  transition-duration: 0.1s;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-reveal:active:before,
.module-container .filters-list .filter a.fx-hvr-reveal:focus:before,
.module-container .filters-list .filter a.fx-hvr-reveal:hover:before {
  transform: translateY(0);
  border-width: 4px;
}
.module-container .filters-list .filter a.fx-hvr-underline-reveal {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.module-container .filters-list .filter a.fx-hvr-underline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  height: 4px;
  transform: translateY(4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-underline-reveal:active:before,
.module-container .filters-list .filter a.fx-hvr-underline-reveal:focus:before,
.module-container .filters-list .filter a.fx-hvr-underline-reveal:hover:before {
  transform: translateY(0);
}
.module-container .filters-list .filter a.fx-hvr-overline-reveal {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.module-container .filters-list .filter a.fx-hvr-overline-reveal:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  transform: translateY(-4px);
  transition-property: transform;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-overline-reveal:active:before,
.module-container .filters-list .filter a.fx-hvr-overline-reveal:focus:before,
.module-container .filters-list .filter a.fx-hvr-overline-reveal:hover:before {
  transform: translateY(0);
}
.module-container .filters-list .filter a.fx-hvr-overline-from-left {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.module-container .filters-list .filter a.fx-hvr-overline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  top: 0;
  background: #2098D1;
  height: 4px;
  transition-property: right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-overline-from-left:active:before,
.module-container .filters-list .filter a.fx-hvr-overline-from-left:focus:before,
.module-container .filters-list .filter a.fx-hvr-overline-from-left:hover:before {
  right: 0;
}
.module-container .filters-list .filter a.fx-hvr-overline-from-center {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.module-container .filters-list .filter a.fx-hvr-overline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 51%;
  right: 51%;
  top: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left, right;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-overline-from-center:active:before,
.module-container .filters-list .filter a.fx-hvr-overline-from-center:focus:before,
.module-container .filters-list .filter a.fx-hvr-overline-from-center:hover:before {
  left: 0;
  right: 0;
}
.module-container .filters-list .filter a.fx-hvr-overline-from-right {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.module-container .filters-list .filter a.fx-hvr-overline-from-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 100%;
  right: 0;
  top: 0;
  background: #2098D1;
  height: 4px;
  transition-property: left;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.module-container .filters-list .filter a.fx-hvr-overline-from-right:active:before,
.module-container .filters-list .filter a.fx-hvr-overline-from-right:focus:before,
.module-container .filters-list .filter a.fx-hvr-overline-from-right:hover:before {
  left: 0;
}
.module-container .filters-list .filter a.fx-hvr-shadow {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.module-container .filters-list .filter a.fx-hvr-shadow:active,
.module-container .filters-list .filter a.fx-hvr-shadow:focus,
.module-container .filters-list .filter a.fx-hvr-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
}
.module-container .filters-list .filter a.fx-hvr-grow-shadow {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow, transform;
}
.module-container .filters-list .filter a.fx-hvr-grow-shadow:active,
.module-container .filters-list .filter a.fx-hvr-grow-shadow:focus,
.module-container .filters-list .filter a.fx-hvr-grow-shadow:hover {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  transform: scale(1.1);
}
.module-container .filters-list .filter a.fx-hvr-float-shadow {
  overflow: visible;
  transition-duration: 0.3s;
  transition-property: transform;
}
.module-container .filters-list .filter a.fx-hvr-float-shadow:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  transition-duration: 0.3s;
  transition-property: transform, opacity;
}
.module-container .filters-list .filter a.fx-hvr-float-shadow:active,
.module-container .filters-list .filter a.fx-hvr-float-shadow:focus,
.module-container .filters-list .filter a.fx-hvr-float-shadow:hover {
  transform: translateY(-5px);
}
.module-container .filters-list .filter a.fx-hvr-float-shadow:active:before,
.module-container .filters-list .filter a.fx-hvr-float-shadow:focus:before,
.module-container .filters-list .filter a.fx-hvr-float-shadow:hover:before {
  opacity: 1;
  transform: translateY(5px);
}
.module-container .filters-list .filter a.fx-hvr-glow {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.module-container .filters-list .filter a.fx-hvr-glow:active,
.module-container .filters-list .filter a.fx-hvr-glow:focus,
.module-container .filters-list .filter a.fx-hvr-glow:hover {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.module-container .filters-list .filter a.fx-hvr-shadow-radial {
  transform: perspective(1px) translateZ(0);
  position: relative;
  overflow: visible;
}
.module-container .filters-list .filter a.fx-hvr-shadow-radial:before,
.module-container .filters-list .filter a.fx-hvr-shadow-radial:after {
  pointer-events: none;
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background-repeat: no-repeat;
  height: 5px;
  opacity: 0;
  transition-duration: 0.3s;
  transition-property: opacity;
}
.module-container .filters-list .filter a.fx-hvr-shadow-radial:before {
  bottom: 100%;
  background: radial-gradient(ellipse at 50% 150%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.module-container .filters-list .filter a.fx-hvr-shadow-radial:after {
  top: 100%;
  background: radial-gradient(ellipse at 50% -50%, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 80%);
}
.module-container .filters-list .filter a.fx-hvr-shadow-radial:active:before,
.module-container .filters-list .filter a.fx-hvr-shadow-radial:focus:before,
.module-container .filters-list .filter a.fx-hvr-shadow-radial:hover:before,
.module-container .filters-list .filter a.fx-hvr-shadow-radial:active:after,
.module-container .filters-list .filter a.fx-hvr-shadow-radial:focus:after,
.module-container .filters-list .filter a.fx-hvr-shadow-radial:hover:after {
  opacity: 1;
}
.module-container .filters-list .filter a.fx-hvr-box-shadow-outset {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
}
.module-container .filters-list .filter a.fx-hvr-box-shadow-outset:active,
.module-container .filters-list .filter a.fx-hvr-box-shadow-outset:focus,
.module-container .filters-list .filter a.fx-hvr-box-shadow-outset:hover {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}
.module-container .filters-list .filter a.fx-hvr-box-shadow-inset {
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: box-shadow;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
.module-container .filters-list .filter a.fx-hvr-box-shadow-inset:active,
.module-container .filters-list .filter a.fx-hvr-box-shadow-inset:focus,
.module-container .filters-list .filter a.fx-hvr-box-shadow-inset:hover {
  box-shadow: inset 2px 2px 2px rgba(0, 0, 0, 0.6), 0 0 1px rgba(0, 0, 0, 0);
}
.module-container .filters-list .filter a.fx-hvr-bubble-top {
  overflow: visible;
}
.module-container .filters-list .filter a.fx-hvr-bubble-top:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
}
.module-container .filters-list .filter a.fx-hvr-bubble-top:active:before,
.module-container .filters-list .filter a.fx-hvr-bubble-top:focus:before,
.module-container .filters-list .filter a.fx-hvr-bubble-top:hover:before {
  transform: translateX(-50%) translateY(-10px);
}
.module-container .filters-list .filter a.fx-hvr-bubble-right {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.module-container .filters-list .filter a.fx-hvr-bubble-right:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
}
.module-container .filters-list .filter a.fx-hvr-bubble-right:active:before,
.module-container .filters-list .filter a.fx-hvr-bubble-right:focus:before,
.module-container .filters-list .filter a.fx-hvr-bubble-right:hover:before {
  transform: translateY(-50%) translateX(10px);
}
.module-container .filters-list .filter a.fx-hvr-bubble-bottom {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.module-container .filters-list .filter a.fx-hvr-bubble-bottom:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
}
.module-container .filters-list .filter a.fx-hvr-bubble-bottom:active:before,
.module-container .filters-list .filter a.fx-hvr-bubble-bottom:focus:before,
.module-container .filters-list .filter a.fx-hvr-bubble-bottom:hover:before {
  transform: translateX(-50%) translateY(10px);
}
.module-container .filters-list .filter a.fx-hvr-bubble-left {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
}
.module-container .filters-list .filter a.fx-hvr-bubble-left:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  border-style: solid;
  transition-duration: 0.3s;
  transition-property: transform;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
}
.module-container .filters-list .filter a.fx-hvr-bubble-left:active:before,
.module-container .filters-list .filter a.fx-hvr-bubble-left:focus:before,
.module-container .filters-list .filter a.fx-hvr-bubble-left:hover:before {
  transform: translateY(-50%) translateX(-10px);
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-top {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-top:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #e1e1e1 transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-top:active,
.module-container .filters-list .filter a.fx-hvr-bubble-float-top:focus,
.module-container .filters-list .filter a.fx-hvr-bubble-float-top:hover {
  transform: translateY(10px);
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-top:active:before,
.module-container .filters-list .filter a.fx-hvr-bubble-float-top:focus:before,
.module-container .filters-list .filter a.fx-hvr-bubble-float-top:hover:before {
  transform: translateX(-50%) translateY(-10px);
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-right {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-right:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  content: '';
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #e1e1e1;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-right:active,
.module-container .filters-list .filter a.fx-hvr-bubble-float-right:focus,
.module-container .filters-list .filter a.fx-hvr-bubble-float-right:hover {
  transform: translateX(-10px);
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-right:active:before,
.module-container .filters-list .filter a.fx-hvr-bubble-float-right:focus:before,
.module-container .filters-list .filter a.fx-hvr-bubble-float-right:hover:before {
  transform: translateY(-50%) translateX(10px);
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-bottom {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-bottom:before {
  position: absolute;
  z-index: -1;
  content: '';
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #e1e1e1 transparent transparent transparent;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-bottom:active,
.module-container .filters-list .filter a.fx-hvr-bubble-float-bottom:focus,
.module-container .filters-list .filter a.fx-hvr-bubble-float-bottom:hover {
  transform: translateY(-10px);
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-bottom:active:before,
.module-container .filters-list .filter a.fx-hvr-bubble-float-bottom:focus:before,
.module-container .filters-list .filter a.fx-hvr-bubble-float-bottom:hover:before {
  transform: translateX(-50%) translateY(10px);
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-left {
  overflow: visible;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  transition-duration: 0.3s;
  transition-property: transform;
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-left:before {
  position: absolute;
  z-index: -1;
  content: '';
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #e1e1e1 transparent transparent;
  transition-duration: 0.3s;
  transition-property: transform;
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-left:active,
.module-container .filters-list .filter a.fx-hvr-bubble-float-left:focus,
.module-container .filters-list .filter a.fx-hvr-bubble-float-left:hover {
  transform: translateX(10px);
}
.module-container .filters-list .filter a.fx-hvr-bubble-float-left:active:before,
.module-container .filters-list .filter a.fx-hvr-bubble-float-left:focus:before,
.module-container .filters-list .filter a.fx-hvr-bubble-float-left:hover:before {
  transform: translateY(-50%) translateX(-10px);
}
.module-container .filters-list .filter a.fx-hvr-curl-top-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(135deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#ffffff', endColorstr='#000000');
  /*For IE7-8-9*/
  z-index: 1000;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.module-container .filters-list .filter a.fx-hvr-curl-top-left:active:before,
.module-container .filters-list .filter a.fx-hvr-curl-top-left:focus:before,
.module-container .filters-list .filter a.fx-hvr-curl-top-left:hover:before {
  width: 25px;
  height: 25px;
}
.module-container .filters-list .filter a.fx-hvr-curl-top-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  top: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(225deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.module-container .filters-list .filter a.fx-hvr-curl-top-right:active:before,
.module-container .filters-list .filter a.fx-hvr-curl-top-right:focus:before,
.module-container .filters-list .filter a.fx-hvr-curl-top-right:hover:before {
  width: 25px;
  height: 25px;
}
.module-container .filters-list .filter a.fx-hvr-curl-bottom-right:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  right: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(315deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: -1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.module-container .filters-list .filter a.fx-hvr-curl-bottom-right:active:before,
.module-container .filters-list .filter a.fx-hvr-curl-bottom-right:focus:before,
.module-container .filters-list .filter a.fx-hvr-curl-bottom-right:hover:before {
  width: 25px;
  height: 25px;
}
.module-container .filters-list .filter a.fx-hvr-curl-bottom-left:before {
  pointer-events: none;
  position: absolute;
  content: '';
  height: 0;
  width: 0;
  bottom: 0;
  left: 0;
  background: white;
  /* IE9 */
  background: linear-gradient(45deg, white 45%, #aaa 50%, #ccc 56%, white 80%);
  box-shadow: 1px -1px 1px rgba(0, 0, 0, 0.4);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: width, height;
  transition-property: width, height;
}
.module-container .filters-list .filter a.fx-hvr-curl-bottom-left:active:before,
.module-container .filters-list .filter a.fx-hvr-curl-bottom-left:focus:before,
.module-container .filters-list .filter a.fx-hvr-curl-bottom-left:hover:before {
  width: 25px;
  height: 25px;
}
.module-container .filters-list .filter a[data-btnstyle="true"][style*="--clr"] {
  color: var(--clr);
}
.module-container .filters-list .filter a[data-btnstyle="true"][style*="--bg"] {
  background-color: var(--bg);
}
.module-container .no-filter-match {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.module-container.sp-filtered .module-column {
  width: 100%;
}
/**
 * Carousels
 */
.owl-dots {
  width: 100%;
  text-align: center;
}
.owl-dots .owl-dot {
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
}
.owl-dots .owl-dot span {
  background: var(--sp_color_6);
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, 10px, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
  background: var(--sp_color_6);
  transform: translate3d(0px, 10px, 0px) scale(0.7);
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 20px;
  font-size: 30px;
  color: var(--sp_color_1);
  background-color: var(--sp_color_4);
  z-index: 5;
}
.owl-nav .owl-prev i,
.owl-nav .owl-next i {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: block;
}
.owl-nav .owl-prev:active,
.owl-nav .owl-next:active,
.owl-nav .owl-prev:focus,
.owl-nav .owl-next:focus,
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  background-color: var(--sp_color_6);
}
.owl-nav .owl-prev {
  left: 0;
}
.owl-nav .owl-next {
  right: 0;
}

/*# sourceMappingURL=modules.css.map */