/*!
 * Hover.css (http://ianlunn.github.io/Hover/)
 * Version: 2.3.2
 * Author: Ian Lunn @IanLunn
 * Author URL: http://ianlunn.co.uk/
 * Github: https://github.com/IanLunn/Hover

 * Hover.css Copyright Ian Lunn 2017. Generated with Sass.
 */


/* BACKGROUND TRANSITIONS */


/* Sweep To Right */
.pswfe-process .pswfe-hover-animation.cps-hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: absolute;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pswfe-process .pswfe-hover-animation.cps-hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: 99;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--step-animation-hover-color);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pswfe-process:hover .pswfe-hover-animation.cps-hvr-sweep-to-right, .pswfe-process:focus .pswfe-hover-animation.cps-hvr-sweep-to-right, .pswfe-process:active .pswfe-hover-animation.cps-hvr-sweep-to-right {
  color: white;
}
.pswfe-animation:hover .pswfe-hover-animation.cps-hvr-sweep-to-right:before, .pswfe-animation:focus .pswfe-hover-animation.cps-hvr-sweep-to-right:before, .pswfe-animation:active .pswfe-hover-animation.cps-hvr-sweep-to-right:before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Left */
.pswfe-process .pswfe-hover-animation.cps-hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: absolute;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pswfe-process .pswfe-hover-animation.cps-hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--step-animation-hover-color);;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pswfe-process:hover .pswfe-hover-animation.cps-hvr-sweep-to-left, .pswfe-process:focus .pswfe-hover-animation.cps-hvr-sweep-to-left, .pswfe-process:active .pswfe-hover-animation.cps-hvr-sweep-to-left {
  color: white;
}
.pswfe-animation:hover .pswfe-hover-animation.cps-hvr-sweep-to-left:before, .pswfe-animation:focus .pswfe-hover-animation.cps-hvr-sweep-to-left:before, .pswfe-animation:active .pswfe-hover-animation.cps-hvr-sweep-to-left:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Sweep To Bottom */
.pswfe-process .pswfe-hover-animation.cps-hvr-sweep-to-bottom {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: absolute;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pswfe-process .pswfe-hover-animation.cps-hvr-sweep-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--step-animation-hover-color);;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pswfe-process:hover .pswfe-hover-animation.cps-hvr-sweep-to-bottom, .pswfe-process:focus .pswfe-hover-animation.cps-hvr-sweep-to-bottom, .pswfe-process:active .pswfe-hover-animation.cps-hvr-sweep-to-bottom {
  color: white;
}
.pswfe-animation:hover .pswfe-hover-animation.cps-hvr-sweep-to-bottom:before, .pswfe-animation:focus .pswfe-hover-animation.cps-hvr-sweep-to-bottom:before, .pswfe-animation:active .pswfe-hover-animation.cps-hvr-sweep-to-bottom:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

/* Sweep To Top */
.pswfe-process .pswfe-hover-animation.cps-hvr-sweep-to-top {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: absolute;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pswfe-process .pswfe-hover-animation.cps-hvr-sweep-to-top:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: var(--step-animation-hover-color);;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pswfe-process:hover .pswfe-hover-animation.cps-hvr-sweep-to-top, .pswfe-process:focus .pswfe-hover-animation.cps-hvr-sweep-to-top, .pswfe-process:active .pswfe-hover-animation.cps-hvr-sweep-to-top {
  color: white;
}
.pswfe-animation:hover .pswfe-hover-animation.cps-hvr-sweep-to-top:before, .pswfe-animation:focus .pswfe-hover-animation.cps-hvr-sweep-to-top:before, .pswfe-animation:active .pswfe-hover-animation.cps-hvr-sweep-to-top:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}



/* Shutter In Horizontal */
.pswfe-process .pswfe-hover-animation.cps-hvr-shutter-in-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: absolute;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pswfe-process .pswfe-hover-animation.cps-hvr-shutter-in-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--step-animation-hover-color);;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pswfe-process:hover .pswfe-hover-animation.cps-hvr-shutter-in-horizontal, .pswfe-process:focus .pswfe-hover-animation.cps-hvr-shutter-in-horizontal, .pswfe-process:active .pswfe-hover-animation.cps-hvr-shutter-in-horizontal {
  color: white;
}
.pswfe-animation:hover .pswfe-hover-animation.cps-hvr-shutter-in-horizontal:before, .pswfe-animation:focus .pswfe-hover-animation.cps-hvr-shutter-in-horizontal:before, .pswfe-animation:active .pswfe-hover-animation.cps-hvr-shutter-in-horizontal:before {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
}

/* Shutter Out Horizontal */
.pswfe-process .pswfe-hover-animation.cps-hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: absolute;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pswfe-process .pswfe-hover-animation.cps-hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--step-animation-hover-color);;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pswfe-process:hover .pswfe-hover-animation.cps-hvr-shutter-out-horizontal:hover, .pswfe-process:focus .pswfe-hover-animation.cps-hvr-shutter-out-horizontal, .pswfe-process:active .pswfe-hover-animation.cps-hvr-shutter-out-horizontal {
  color: white;
}
.pswfe-animation:hover .pswfe-hover-animation.cps-hvr-shutter-out-horizontal:before, .pswfe-animation:focus .pswfe-hover-animation.cps-hvr-shutter-out-horizontal:before, .pswfe-animation:active .pswfe-hover-animation.cps-hvr-shutter-out-horizontal.pswfe-animation:hover .pswfe-hover-animation:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

/* Shutter In Vertical */
.pswfe-process .pswfe-hover-animation.cps-hvr-shutter-in-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: absolute;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pswfe-process .pswfe-hover-animation.cps-hvr-shutter-in-vertical:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--step-animation-hover-color);;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pswfe-process:hover .pswfe-hover-animation.cps-hvr-shutter-in-vertical, .pswfe-process:focus .pswfe-hover-animation.cps-hvr-shutter-in-vertical, .pswfe-process:active .pswfe-hover-animation.cps-hvr-shutter-in-vertical {
  color: white;
}
.pswfe-animation:hover .pswfe-hover-animation.cps-hvr-shutter-in-vertical:before, .pswfe-animation:focus .pswfe-hover-animation.cps-hvr-shutter-in-vertical:before, .pswfe-animation:active .pswfe-hover-animation.cps-hvr-shutter-in-vertical:before {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

/* Shutter Out Vertical */
.pswfe-process .pswfe-hover-animation.cps-hvr-shutter-out-vertical {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: absolute;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.pswfe-process .pswfe-hover-animation.cps-hvr-shutter-out-vertical:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--step-animation-hover-color);;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.pswfe-process:hover .pswfe-hover-animation.cps-hvr-shutter-out-vertical, .pswfe-process:focus .pswfe-hover-animation.cps-hvr-shutter-out-vertical, .pswfe-process:active .pswfe-hover-animation.cps-hvr-shutter-out-vertical {
  color: white;
}
.pswfe-animation:hover .pswfe-hover-animation.cps-hvr-shutter-out-vertical:before, .pswfe-animation:focus .pswfe-hover-animation.cps-hvr-shutter-out-vertical:before, .pswfe-animation:active .pswfe-hover-animation.cps-hvr-shutter-out-vertical:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

ul.pswfe-process .pswfe-hover-animation{
  position: absolute;
  width: calc(var(--marker-size) * 1rem);
  height: calc(var(--marker-size) * 1rem);
  background-color: var(--marker-background-color);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--marker-border-radius);
  font-size: calc((var(--marker-size) * 1rem) / 3);
  left: calc(50% - (var(--marker-size) * 1rem) / 2);
  color: var(--marker-color);
  border-radius: var(--marker-border-radius);
  overflow: hidden;
  background-color: transparent;
}


