/* Minification failed. Returning unminified contents.
: run-time error CSS1066: Unexpected end of file encountered
 */
/*
 * Container style
 */
.ps {
  overflow: hidden;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto; }

/*
 * Scrollbar rail styles
 */
.ps__rail-x {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-y {
  display: none;
  opacity: 0;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute; }

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent; }

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
  opacity: 0.6; }

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9; }

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute; }

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px; }

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px; }

/* MS supports */
@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps {
    overflow: auto !important; } }

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
    transform: skewX(0.39063deg) skewY(0.39063deg); }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important; } }

.toast-title {
  font-weight: bold; }

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word; }

.toast-message a,
.toast-message label {
  color: #FFFFFF; }

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none; }

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
  line-height: 1; }

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em; }

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%; }

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%; }

.toast-top-left {
  top: 12px;
  left: 12px; }

.toast-top-right {
  top: 12px;
  right: 12px; }

.toast-bottom-right {
  right: 12px;
  bottom: 12px; }

.toast-bottom-left {
  bottom: 12px;
  left: 12px; }

#toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  /*overrides*/ }

#toast-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80); }

#toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center; }

#toast-container > div:hover {
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer; }

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important; }

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important; }

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important; }

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto; }

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto; }

.toast {
  background-color: #030303; }

.toast-success {
  background-color: #51A351; }

.toast-error {
  background-color: #BD362F; }

.toast-info {
  background-color: #2F96B4; }

.toast-warning {
  background-color: #F89406; }

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40); }

/*Responsive Design*/
@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em; }
  #toast-container > div.rtl {
    padding: 8px 50px 8px 8px; }
  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em; }
  #toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em; } }

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em; }
  #toast-container > div.rtl {
    padding: 15px 50px 15px 15px; } }

.morris-hover {
  position: absolute;
  z-index: 1000; }

.morris-hover.morris-default-style {
  border-radius: 10px;
  padding: 6px;
  color: #666;
  background: rgba(255, 255, 255, 0.8);
  border: solid 2px rgba(230, 230, 230, 0.8);
  font-family: sans-serif;
  font-size: 12px;
  text-align: center; }

.morris-hover.morris-default-style .morris-hover-row-label {
  font-weight: bold;
  margin: 0.25em 0; }

.morris-hover.morris-default-style .morris-hover-point {
  white-space: nowrap;
  margin: 0.1em 0; }

.ct-double-octave:after, .ct-major-eleventh:after, .ct-major-second:after, .ct-major-seventh:after, .ct-major-sixth:after, .ct-major-tenth:after, .ct-major-third:after, .ct-major-twelfth:after, .ct-minor-second:after, .ct-minor-seventh:after, .ct-minor-sixth:after, .ct-minor-third:after, .ct-octave:after, .ct-perfect-fifth:after, .ct-perfect-fourth:after, .ct-square:after {
  content: "";
  clear: both; }

.ct-label {
  fill: rgba(0, 0, 0, 0.4);
  color: rgba(0, 0, 0, 0.4);
  font-size: .75rem;
  line-height: 1; }

.ct-grid-background, .ct-line {
  fill: none; }

.ct-chart-bar .ct-label, .ct-chart-line .ct-label {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.ct-chart-donut .ct-label, .ct-chart-pie .ct-label {
  dominant-baseline: central; }

.ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-label.ct-vertical.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-label.ct-vertical.ct-end {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
  -webkit-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: start; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  text-align: right;
  text-anchor: end; }

.ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  text-align: left;
  text-anchor: end; }

.ct-grid {
  stroke: rgba(0, 0, 0, 0.2);
  stroke-width: 1px;
  stroke-dasharray: 2px; }

.ct-point {
  stroke-width: 10px;
  stroke-linecap: round; }

.ct-line {
  stroke-width: 4px; }

.ct-area {
  stroke: none;
  fill-opacity: .1; }

.ct-bar {
  fill: none;
  stroke-width: 10px; }

.ct-slice-donut {
  fill: none;
  stroke-width: 60px; }

.ct-series-a .ct-bar, .ct-series-a .ct-line, .ct-series-a .ct-point, .ct-series-a .ct-slice-donut {
  stroke: #d70206; }

.ct-series-a .ct-area, .ct-series-a .ct-slice-donut-solid, .ct-series-a .ct-slice-pie {
  fill: #d70206; }

.ct-series-b .ct-bar, .ct-series-b .ct-line, .ct-series-b .ct-point, .ct-series-b .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-b .ct-area, .ct-series-b .ct-slice-donut-solid, .ct-series-b .ct-slice-pie {
  fill: #f05b4f; }

.ct-series-c .ct-bar, .ct-series-c .ct-line, .ct-series-c .ct-point, .ct-series-c .ct-slice-donut {
  stroke: #f4c63d; }

.ct-series-c .ct-area, .ct-series-c .ct-slice-donut-solid, .ct-series-c .ct-slice-pie {
  fill: #f4c63d; }

.ct-series-d .ct-bar, .ct-series-d .ct-line, .ct-series-d .ct-point, .ct-series-d .ct-slice-donut {
  stroke: #d17905; }

.ct-series-d .ct-area, .ct-series-d .ct-slice-donut-solid, .ct-series-d .ct-slice-pie {
  fill: #d17905; }

.ct-series-e .ct-bar, .ct-series-e .ct-line, .ct-series-e .ct-point, .ct-series-e .ct-slice-donut {
  stroke: #453d3f; }

.ct-series-e .ct-area, .ct-series-e .ct-slice-donut-solid, .ct-series-e .ct-slice-pie {
  fill: #453d3f; }

.ct-series-f .ct-bar, .ct-series-f .ct-line, .ct-series-f .ct-point, .ct-series-f .ct-slice-donut {
  stroke: #59922b; }

.ct-series-f .ct-area, .ct-series-f .ct-slice-donut-solid, .ct-series-f .ct-slice-pie {
  fill: #59922b; }

.ct-series-g .ct-bar, .ct-series-g .ct-line, .ct-series-g .ct-point, .ct-series-g .ct-slice-donut {
  stroke: #0544d3; }

.ct-series-g .ct-area, .ct-series-g .ct-slice-donut-solid, .ct-series-g .ct-slice-pie {
  fill: #0544d3; }

.ct-series-h .ct-bar, .ct-series-h .ct-line, .ct-series-h .ct-point, .ct-series-h .ct-slice-donut {
  stroke: #6b0392; }

.ct-series-h .ct-area, .ct-series-h .ct-slice-donut-solid, .ct-series-h .ct-slice-pie {
  fill: #6b0392; }

.ct-series-i .ct-bar, .ct-series-i .ct-line, .ct-series-i .ct-point, .ct-series-i .ct-slice-donut {
  stroke: #f05b4f; }

.ct-series-i .ct-area, .ct-series-i .ct-slice-donut-solid, .ct-series-i .ct-slice-pie {
  fill: #f05b4f; }

.ct-series-j .ct-bar, .ct-series-j .ct-line, .ct-series-j .ct-point, .ct-series-j .ct-slice-donut {
  stroke: #dda458; }

.ct-series-j .ct-area, .ct-series-j .ct-slice-donut-solid, .ct-series-j .ct-slice-pie {
  fill: #dda458; }

.ct-series-k .ct-bar, .ct-series-k .ct-line, .ct-series-k .ct-point, .ct-series-k .ct-slice-donut {
  stroke: #eacf7d; }

.ct-series-k .ct-area, .ct-series-k .ct-slice-donut-solid, .ct-series-k .ct-slice-pie {
  fill: #eacf7d; }

.ct-series-l .ct-bar, .ct-series-l .ct-line, .ct-series-l .ct-point, .ct-series-l .ct-slice-donut {
  stroke: #86797d; }

.ct-series-l .ct-area, .ct-series-l .ct-slice-donut-solid, .ct-series-l .ct-slice-pie {
  fill: #86797d; }

.ct-series-m .ct-bar, .ct-series-m .ct-line, .ct-series-m .ct-point, .ct-series-m .ct-slice-donut {
  stroke: #b2c326; }

.ct-series-m .ct-area, .ct-series-m .ct-slice-donut-solid, .ct-series-m .ct-slice-pie {
  fill: #b2c326; }

.ct-series-n .ct-bar, .ct-series-n .ct-line, .ct-series-n .ct-point, .ct-series-n .ct-slice-donut {
  stroke: #6188e2; }

.ct-series-n .ct-area, .ct-series-n .ct-slice-donut-solid, .ct-series-n .ct-slice-pie {
  fill: #6188e2; }

.ct-series-o .ct-bar, .ct-series-o .ct-line, .ct-series-o .ct-point, .ct-series-o .ct-slice-donut {
  stroke: #a748ca; }

.ct-series-o .ct-area, .ct-series-o .ct-slice-donut-solid, .ct-series-o .ct-slice-pie {
  fill: #a748ca; }

.ct-square {
  display: block;
  position: relative;
  width: 100%; }

.ct-square:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 100%; }

.ct-square:after {
  display: table; }

.ct-square > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-second {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 93.75%; }

.ct-minor-second:after {
  display: table; }

.ct-minor-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-second {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-second:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 88.8888888889%; }

.ct-major-second:after {
  display: table; }

.ct-major-second > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-third {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 83.3333333333%; }

.ct-minor-third:after {
  display: table; }

.ct-minor-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-third {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-third:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 80%; }

.ct-major-third:after {
  display: table; }

.ct-major-third > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-perfect-fourth {
  display: block;
  position: relative;
  width: 100%; }

.ct-perfect-fourth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 75%; }

.ct-perfect-fourth:after {
  display: table; }

.ct-perfect-fourth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-perfect-fifth {
  display: block;
  position: relative;
  width: 100%; }

.ct-perfect-fifth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 66.6666666667%; }

.ct-perfect-fifth:after {
  display: table; }

.ct-perfect-fifth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-sixth {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 62.5%; }

.ct-minor-sixth:after {
  display: table; }

.ct-minor-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-golden-section {
  display: block;
  position: relative;
  width: 100%; }

.ct-golden-section:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 61.804697157%; }

.ct-golden-section:after {
  content: "";
  display: table;
  clear: both; }

.ct-golden-section > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-sixth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-sixth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 60%; }

.ct-major-sixth:after {
  display: table; }

.ct-major-sixth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-minor-seventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-minor-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 56.25%; }

.ct-minor-seventh:after {
  display: table; }

.ct-minor-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-seventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-seventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 53.3333333333%; }

.ct-major-seventh:after {
  display: table; }

.ct-major-seventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-octave {
  display: block;
  position: relative;
  width: 100%; }

.ct-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 50%; }

.ct-octave:after {
  display: table; }

.ct-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-tenth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-tenth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 40%; }

.ct-major-tenth:after {
  display: table; }

.ct-major-tenth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-eleventh {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-eleventh:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 37.5%; }

.ct-major-eleventh:after {
  display: table; }

.ct-major-eleventh > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-major-twelfth {
  display: block;
  position: relative;
  width: 100%; }

.ct-major-twelfth:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 33.3333333333%; }

.ct-major-twelfth:after {
  display: table; }

.ct-major-twelfth > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

.ct-double-octave {
  display: block;
  position: relative;
  width: 100%; }

.ct-double-octave:before {
  display: block;
  float: left;
  content: "";
  width: 0;
  height: 0;
  padding-bottom: 25%; }

.ct-double-octave:after {
  display: table; }

.ct-double-octave > svg {
  display: block;
  position: absolute;
  top: 0;
  left: 0; }

@-webkit-keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes swal2-show {
  0% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  45% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05); }
  80% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }

@keyframes swal2-hide {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0; } }

@-webkit-keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }

@keyframes swal2-animate-success-line-tip {
  0% {
    top: 1.1875em;
    left: .0625em;
    width: 0; }
  54% {
    top: 1.0625em;
    left: .125em;
    width: 0; }
  70% {
    top: 2.1875em;
    left: -.375em;
    width: 3.125em; }
  84% {
    top: 3em;
    left: 1.3125em;
    width: 1.0625em; }
  100% {
    top: 2.8125em;
    left: .875em;
    width: 1.5625em; } }

@-webkit-keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@keyframes swal2-animate-success-line-long {
  0% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  65% {
    top: 3.375em;
    right: 2.875em;
    width: 0; }
  84% {
    top: 2.1875em;
    right: 0;
    width: 3.4375em; }
  100% {
    top: 2.375em;
    right: .5em;
    width: 2.9375em; } }

@-webkit-keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@keyframes swal2-rotate-success-circular-line {
  0% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
    transform: rotate(-405deg); } }

@-webkit-keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@keyframes swal2-animate-error-x-mark {
  0% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  50% {
    margin-top: 1.625em;
    -webkit-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0; }
  80% {
    margin-top: -.375em;
    -webkit-transform: scale(1.15);
    transform: scale(1.15); }
  100% {
    margin-top: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }

@-webkit-keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

@keyframes swal2-animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
    opacity: 1; } }

body.swal2-toast-shown .swal2-container {
  position: fixed;
  background-color: transparent; }

body.swal2-toast-shown .swal2-container.swal2-shown {
  background-color: transparent; }

body.swal2-toast-shown .swal2-container.swal2-top {
  top: 0;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-top-end, body.swal2-toast-shown .swal2-container.swal2-top-right {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto; }

body.swal2-toast-shown .swal2-container.swal2-top-left, body.swal2-toast-shown .swal2-container.swal2-top-start {
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-center-left, body.swal2-toast-shown .swal2-container.swal2-center-start {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-center {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

body.swal2-toast-shown .swal2-container.swal2-center-end, body.swal2-toast-shown .swal2-container.swal2-center-right {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-left, body.swal2-toast-shown .swal2-container.swal2-bottom-start {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0; }

body.swal2-toast-shown .swal2-container.swal2-bottom {
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-toast-shown .swal2-container.swal2-bottom-end, body.swal2-toast-shown .swal2-container.swal2-bottom-right {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto; }

body.swal2-toast-column .swal2-toast {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

body.swal2-toast-column .swal2-toast .swal2-actions {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  height: 2.2em;
  margin-top: .3125em; }

body.swal2-toast-column .swal2-toast .swal2-loading {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

body.swal2-toast-column .swal2-toast .swal2-input {
  height: 2em;
  margin: .3125em auto;
  font-size: 1em; }

body.swal2-toast-column .swal2-toast .swal2-validation-message {
  font-size: 1em; }

.swal2-popup.swal2-toast {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: auto;
  padding: .625em;
  -webkit-box-shadow: 0 0 .625em #d9d9d9;
  box-shadow: 0 0 .625em #d9d9d9;
  overflow-y: hidden; }

.swal2-popup.swal2-toast .swal2-header {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }

.swal2-popup.swal2-toast .swal2-title {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 .6em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-footer {
  margin: .5em 0 0;
  padding: .5em 0 0;
  font-size: .8em; }

.swal2-popup.swal2-toast .swal2-close {
  position: initial;
  width: .8em;
  height: .8em;
  line-height: .8; }

.swal2-popup.swal2-toast .swal2-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-icon {
  width: 2em;
  min-width: 2em;
  height: 2em;
  margin: 0; }

.swal2-popup.swal2-toast .swal2-icon-text {
  font-size: 2em;
  font-weight: 700;
  line-height: 1em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  top: .875em;
  width: 1.375em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: .3125em; }

.swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: .3125em; }

.swal2-popup.swal2-toast .swal2-actions {
  height: auto;
  margin: 0 .3125em; }

.swal2-popup.swal2-toast .swal2-styled {
  margin: 0 .3125em;
  padding: .3125em .625em;
  font-size: 1em; }

.swal2-popup.swal2-toast .swal2-styled:focus {
  -webkit-box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 0.0625em #fff, 0 0 0 0.125em rgba(50, 100, 150, 0.4); }

.swal2-popup.swal2-toast .swal2-success {
  border-color: #a5dc86; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 2em;
  height: 2.8125em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.25em;
  left: -.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 2em 2em;
  transform-origin: 2em 2em;
  border-radius: 4em 0 0 4em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.25em;
  left: .9375em;
  -webkit-transform-origin: 0 2em;
  transform-origin: 0 2em;
  border-radius: 0 4em 4em 0; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
  width: 2em;
  height: 2em; }

.swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
  top: 0;
  left: .4375em;
  width: .4375em;
  height: 2.6875em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
  height: .3125em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
  top: 1.125em;
  left: .1875em;
  width: .75em; }

.swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
  top: .9375em;
  right: .1875em;
  width: 1.375em; }

.swal2-popup.swal2-toast.swal2-show {
  -webkit-animation: showSweetToast .5s;
  animation: showSweetToast .5s; }

.swal2-popup.swal2-toast.swal2-hide {
  -webkit-animation: hideSweetToast .2s forwards;
  animation: hideSweetToast .2s forwards; }

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: animate-toast-success-tip .75s;
  animation: animate-toast-success-tip .75s; }

.swal2-popup.swal2-toast .swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: animate-toast-success-long .75s;
  animation: animate-toast-success-long .75s; }

@-webkit-keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@keyframes showSweetToast {
  0% {
    -webkit-transform: translateY(-0.625em) rotateZ(2deg);
    transform: translateY(-0.625em) rotateZ(2deg);
    opacity: 0; }
  33% {
    -webkit-transform: translateY(0) rotateZ(-2deg);
    transform: translateY(0) rotateZ(-2deg);
    opacity: .5; }
  66% {
    -webkit-transform: translateY(0.3125em) rotateZ(2deg);
    transform: translateY(0.3125em) rotateZ(2deg);
    opacity: .7; }
  100% {
    -webkit-transform: translateY(0) rotateZ(0);
    transform: translateY(0) rotateZ(0);
    opacity: 1; } }

@-webkit-keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0; } }

@keyframes hideSweetToast {
  0% {
    opacity: 1; }
  33% {
    opacity: .5; }
  100% {
    -webkit-transform: rotateZ(1deg);
    transform: rotateZ(1deg);
    opacity: 0; } }

@-webkit-keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@keyframes animate-toast-success-tip {
  0% {
    top: .5625em;
    left: .0625em;
    width: 0; }
  54% {
    top: .125em;
    left: .125em;
    width: 0; }
  70% {
    top: .625em;
    left: -.25em;
    width: 1.625em; }
  84% {
    top: 1.0625em;
    left: .75em;
    width: .5em; }
  100% {
    top: 1.125em;
    left: .1875em;
    width: .75em; } }

@-webkit-keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

@keyframes animate-toast-success-long {
  0% {
    top: 1.625em;
    right: 1.375em;
    width: 0; }
  65% {
    top: 1.25em;
    right: .9375em;
    width: 0; }
  84% {
    top: .9375em;
    right: 0;
    width: 1.125em; }
  100% {
    top: .9375em;
    right: .1875em;
    width: 1.375em; } }

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
  overflow: hidden; }

body.swal2-height-auto {
  height: auto !important; }

body.swal2-no-backdrop .swal2-shown {
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background-color: transparent; }

body.swal2-no-backdrop .swal2-shown > .swal2-modal {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4); }

body.swal2-no-backdrop .swal2-shown.swal2-top {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-top-left, body.swal2-no-backdrop .swal2-shown.swal2-top-start {
  top: 0;
  left: 0; }

body.swal2-no-backdrop .swal2-shown.swal2-top-end, body.swal2-no-backdrop .swal2-shown.swal2-top-right {
  top: 0;
  right: 0; }

body.swal2-no-backdrop .swal2-shown.swal2-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

body.swal2-no-backdrop .swal2-shown.swal2-center-left, body.swal2-no-backdrop .swal2-shown.swal2-center-start {
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-center-end, body.swal2-no-backdrop .swal2-shown.swal2-center-right {
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-bottom {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }

body.swal2-no-backdrop .swal2-shown.swal2-bottom-left, body.swal2-no-backdrop .swal2-shown.swal2-bottom-start {
  bottom: 0;
  left: 0; }

body.swal2-no-backdrop .swal2-shown.swal2-bottom-end, body.swal2-no-backdrop .swal2-shown.swal2-bottom-right {
  right: 0;
  bottom: 0; }

.swal2-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
  background-color: transparent;
  z-index: 1060;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.swal2-container.swal2-top {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.swal2-container.swal2-top-left, .swal2-container.swal2-top-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-top-end, .swal2-container.swal2-top-right {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swal2-container.swal2-center-left, .swal2-container.swal2-center-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-center-end, .swal2-container.swal2-center-right {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-bottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.swal2-container.swal2-bottom-left, .swal2-container.swal2-bottom-start {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.swal2-container.swal2-bottom-end, .swal2-container.swal2-bottom-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.swal2-container.swal2-grow-fullscreen > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container.swal2-grow-row > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container.swal2-grow-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swal2-container.swal2-grow-column.swal2-bottom, .swal2-container.swal2-grow-column.swal2-center, .swal2-container.swal2-grow-column.swal2-top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swal2-container.swal2-grow-column.swal2-bottom-left, .swal2-container.swal2-grow-column.swal2-bottom-start, .swal2-container.swal2-grow-column.swal2-center-left, .swal2-container.swal2-grow-column.swal2-center-start, .swal2-container.swal2-grow-column.swal2-top-left, .swal2-container.swal2-grow-column.swal2-top-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.swal2-container.swal2-grow-column.swal2-bottom-end, .swal2-container.swal2-grow-column.swal2-bottom-right, .swal2-container.swal2-grow-column.swal2-center-end, .swal2-container.swal2-grow-column.swal2-center-right, .swal2-container.swal2-grow-column.swal2-top-end, .swal2-container.swal2-grow-column.swal2-top-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.swal2-container.swal2-grow-column > .swal2-modal {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-container:not(.swal2-top):not(.swal2-top-start):not(.swal2-top-end):not(.swal2-top-left):not(.swal2-top-right):not(.swal2-center-start):not(.swal2-center-end):not(.swal2-center-left):not(.swal2-center-right):not(.swal2-bottom):not(.swal2-bottom-start):not(.swal2-bottom-end):not(.swal2-bottom-left):not(.swal2-bottom-right):not(.swal2-grow-fullscreen) > .swal2-modal {
  margin: auto; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-container .swal2-modal {
    margin: 0 !important; } }

.swal2-container.swal2-fade {
  -webkit-transition: background-color .1s;
  transition: background-color .1s; }

.swal2-container.swal2-shown {
  background-color: rgba(0, 0, 0, 0.4); }

.swal2-popup {
  display: none;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32em;
  max-width: 100%;
  padding: 1.25em;
  border-radius: .3125em;
  background: #fff;
  font-family: inherit;
  font-size: 1rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swal2-popup:focus {
  outline: 0; }

.swal2-popup.swal2-loading {
  overflow-y: hidden; }

.swal2-popup .swal2-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.swal2-popup .swal2-title {
  display: block;
  position: relative;
  max-width: 100%;
  margin: 0 0 .4em;
  padding: 0;
  color: #595959;
  font-size: 1.875em;
  font-weight: 600;
  text-align: center;
  text-transform: none;
  word-wrap: break-word; }

.swal2-popup .swal2-actions {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em auto 0;
  z-index: 1; }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled[disabled] {
  opacity: .4; }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.1)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)); }

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:active {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 0.2)));
  background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)); }

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-confirm {
  width: 2.5em;
  height: 2.5em;
  margin: .46875em;
  padding: 0;
  border: .25em solid transparent;
  border-radius: 100%;
  border-color: transparent;
  background-color: transparent !important;
  color: transparent;
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.swal2-popup .swal2-actions.swal2-loading .swal2-styled.swal2-cancel {
  margin-right: 30px;
  margin-left: 30px; }

.swal2-popup .swal2-actions.swal2-loading :not(.swal2-styled).swal2-confirm::after {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 5px;
  border: 3px solid #999;
  border-radius: 50%;
  border-right-color: transparent;
  -webkit-box-shadow: 1px 1px 1px #fff;
  box-shadow: 1px 1px 1px #fff;
  content: '';
  -webkit-animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
  animation: swal2-rotate-loading 1.5s linear 0s infinite normal; }

.swal2-popup .swal2-styled {
  margin: .3125em;
  padding: .625em 2em;
  font-weight: 500;
  -webkit-box-shadow: none;
  box-shadow: none; }

.swal2-popup .swal2-styled:not([disabled]) {
  cursor: pointer; }

.swal2-popup .swal2-styled.swal2-confirm {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #3085d6;
  color: #fff;
  font-size: 1.0625em; }

.swal2-popup .swal2-styled.swal2-cancel {
  border: 0;
  border-radius: .25em;
  background: initial;
  background-color: #aaa;
  color: #fff;
  font-size: 1.0625em; }

.swal2-popup .swal2-styled:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4);
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px rgba(50, 100, 150, 0.4); }

.swal2-popup .swal2-styled::-moz-focus-inner {
  border: 0; }

.swal2-popup .swal2-footer {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1.25em 0 0;
  padding: 1em 0 0;
  border-top: 1px solid #eee;
  color: #545454;
  font-size: 1em; }

.swal2-popup .swal2-image {
  max-width: 100%;
  margin: 1.25em auto; }

.swal2-popup .swal2-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 1.2em;
  height: 1.2em;
  padding: 0;
  -webkit-transition: color .1s ease-out;
  transition: color .1s ease-out;
  border: none;
  border-radius: 0;
  background: 0 0;
  color: #ccc;
  font-family: serif;
  font-size: 2.5em;
  line-height: 1.2;
  cursor: pointer;
  overflow: hidden; }

.swal2-popup .swal2-close:hover {
  -webkit-transform: none;
  transform: none;
  color: #f27474; }

.swal2-popup > .swal2-checkbox, .swal2-popup > .swal2-file, .swal2-popup > .swal2-input, .swal2-popup > .swal2-radio, .swal2-popup > .swal2-select, .swal2-popup > .swal2-textarea {
  display: none; }

.swal2-popup .swal2-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  color: #545454;
  font-size: 1.125em;
  font-weight: 300;
  line-height: normal;
  z-index: 1;
  word-wrap: break-word; }

.swal2-popup #swal2-content {
  text-align: center; }

.swal2-popup .swal2-checkbox, .swal2-popup .swal2-file, .swal2-popup .swal2-input, .swal2-popup .swal2-radio, .swal2-popup .swal2-select, .swal2-popup .swal2-textarea {
  margin: 1em auto; }

.swal2-popup .swal2-file, .swal2-popup .swal2-input, .swal2-popup .swal2-textarea {
  width: 100%;
  -webkit-transition: border-color .3s,-webkit-box-shadow .3s;
  transition: border-color .3s,-webkit-box-shadow .3s;
  transition: border-color .3s,box-shadow .3s;
  transition: border-color .3s,box-shadow .3s,-webkit-box-shadow .3s;
  border: 1px solid #d9d9d9;
  border-radius: .1875em;
  font-size: 1.125em;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.06);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.swal2-popup .swal2-file.swal2-inputerror, .swal2-popup .swal2-input.swal2-inputerror, .swal2-popup .swal2-textarea.swal2-inputerror {
  border-color: #f27474 !important;
  -webkit-box-shadow: 0 0 2px #f27474 !important;
  box-shadow: 0 0 2px #f27474 !important; }

.swal2-popup .swal2-file:focus, .swal2-popup .swal2-input:focus, .swal2-popup .swal2-textarea:focus {
  border: 1px solid #b4dbed;
  outline: 0;
  -webkit-box-shadow: 0 0 3px #c4e6f5;
  box-shadow: 0 0 3px #c4e6f5; }

.swal2-popup .swal2-file::-webkit-input-placeholder, .swal2-popup .swal2-input::-webkit-input-placeholder, .swal2-popup .swal2-textarea::-webkit-input-placeholder {
  color: #ccc; }

.swal2-popup .swal2-file:-ms-input-placeholder, .swal2-popup .swal2-input:-ms-input-placeholder, .swal2-popup .swal2-textarea:-ms-input-placeholder {
  color: #ccc; }

.swal2-popup .swal2-file::-ms-input-placeholder, .swal2-popup .swal2-input::-ms-input-placeholder, .swal2-popup .swal2-textarea::-ms-input-placeholder {
  color: #ccc; }

.swal2-popup .swal2-file::placeholder, .swal2-popup .swal2-input::placeholder, .swal2-popup .swal2-textarea::placeholder {
  color: #ccc; }

.swal2-popup .swal2-range input {
  width: 80%; }

.swal2-popup .swal2-range output {
  width: 20%;
  font-weight: 600;
  text-align: center; }

.swal2-popup .swal2-range input, .swal2-popup .swal2-range output {
  height: 2.625em;
  margin: 1em auto;
  padding: 0;
  font-size: 1.125em;
  line-height: 2.625em; }

.swal2-popup .swal2-input {
  height: 2.625em;
  padding: 0 .75em; }

.swal2-popup .swal2-input[type=number] {
  max-width: 10em; }

.swal2-popup .swal2-file {
  font-size: 1.125em; }

.swal2-popup .swal2-textarea {
  height: 6.75em;
  padding: .75em; }

.swal2-popup .swal2-select {
  min-width: 50%;
  max-width: 100%;
  padding: .375em .625em;
  color: #545454;
  font-size: 1.125em; }

.swal2-popup .swal2-checkbox, .swal2-popup .swal2-radio {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.swal2-popup .swal2-checkbox label, .swal2-popup .swal2-radio label {
  margin: 0 .6em;
  font-size: 1.125em; }

.swal2-popup .swal2-checkbox input, .swal2-popup .swal2-radio input {
  margin: 0 .4em; }

.swal2-popup .swal2-validation-message {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: .625em;
  background: #f0f0f0;
  color: #666;
  font-size: 1em;
  font-weight: 300;
  overflow: hidden; }

.swal2-popup .swal2-validation-message::before {
  display: inline-block;
  width: 1.5em;
  min-width: 1.5em;
  height: 1.5em;
  margin: 0 .625em;
  border-radius: 50%;
  background-color: #f27474;
  color: #fff;
  font-weight: 600;
  line-height: 1.5em;
  text-align: center;
  content: '!';
  zoom: normal; }

@supports (-ms-accelerator: true) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .swal2-range input {
    width: 100% !important; }
  .swal2-range output {
    display: none; } }

@-moz-document url-prefix() {
  .swal2-close:focus {
    outline: 2px solid rgba(50, 100, 150, 0.4); } }

.swal2-icon {
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5em;
  height: 5em;
  margin: 1.25em auto 1.875em;
  border: .25em solid transparent;
  border-radius: 50%;
  line-height: 5em;
  cursor: default;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  zoom: normal; }

.swal2-icon-text {
  font-size: 3.75em; }

.swal2-icon.swal2-error {
  border-color: #f27474; }

.swal2-icon.swal2-error .swal2-x-mark {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  display: block;
  position: absolute;
  top: 2.3125em;
  width: 2.9375em;
  height: .3125em;
  border-radius: .125em;
  background-color: #f27474; }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
  left: 1.0625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
  right: 1em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-icon.swal2-warning {
  border-color: #facea8;
  color: #f8bb86; }

.swal2-icon.swal2-info {
  border-color: #9de0f6;
  color: #3fc3ee; }

.swal2-icon.swal2-question {
  border-color: #c9dae1;
  color: #87adbd; }

.swal2-icon.swal2-success {
  border-color: #a5dc86; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line] {
  position: absolute;
  width: 3.75em;
  height: 7.5em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 50%; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=left] {
  top: -.4375em;
  left: -2.0635em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 3.75em 3.75em;
  transform-origin: 3.75em 3.75em;
  border-radius: 7.5em 0 0 7.5em; }

.swal2-icon.swal2-success [class^=swal2-success-circular-line][class$=right] {
  top: -.6875em;
  left: 1.875em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: 0 3.75em;
  transform-origin: 0 3.75em;
  border-radius: 0 7.5em 7.5em 0; }

.swal2-icon.swal2-success .swal2-success-ring {
  position: absolute;
  top: -.25em;
  left: -.25em;
  width: 100%;
  height: 100%;
  border: 0.25em solid rgba(165, 220, 134, 0.3);
  border-radius: 50%;
  z-index: 2;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swal2-icon.swal2-success .swal2-success-fix {
  position: absolute;
  top: .5em;
  left: 1.625em;
  width: .4375em;
  height: 5.625em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1; }

.swal2-icon.swal2-success [class^=swal2-success-line] {
  display: block;
  position: absolute;
  height: .3125em;
  border-radius: .125em;
  background-color: #a5dc86;
  z-index: 2; }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=tip] {
  top: 2.875em;
  left: .875em;
  width: 1.5625em;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.swal2-icon.swal2-success [class^=swal2-success-line][class$=long] {
  top: 2.375em;
  right: .5em;
  width: 2.9375em;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

.swal2-progresssteps {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 1.25em;
  padding: 0;
  font-weight: 600; }

.swal2-progresssteps li {
  display: inline-block;
  position: relative; }

.swal2-progresssteps .swal2-progresscircle {
  width: 2em;
  height: 2em;
  border-radius: 2em;
  background: #3085d6;
  color: #fff;
  line-height: 2em;
  text-align: center;
  z-index: 20; }

.swal2-progresssteps .swal2-progresscircle:first-child {
  margin-left: 0; }

.swal2-progresssteps .swal2-progresscircle:last-child {
  margin-right: 0; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep {
  background: #3085d6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progresscircle {
  background: #add8e6; }

.swal2-progresssteps .swal2-progresscircle.swal2-activeprogressstep ~ .swal2-progressline {
  background: #add8e6; }

.swal2-progresssteps .swal2-progressline {
  width: 2.5em;
  height: .4em;
  margin: 0 -1px;
  background: #3085d6;
  z-index: 10; }

[class^=swal2] {
  -webkit-tap-highlight-color: transparent; }

.swal2-show {
  -webkit-animation: swal2-show .3s;
  animation: swal2-show .3s; }

.swal2-show.swal2-noanimation {
  -webkit-animation: none;
  animation: none; }

.swal2-hide {
  -webkit-animation: swal2-hide .15s forwards;
  animation: swal2-hide .15s forwards; }

.swal2-hide.swal2-noanimation {
  -webkit-animation: none;
  animation: none; }

[dir=rtl] .swal2-close {
  right: auto;
  left: 0; }

.swal2-animate-success-icon .swal2-success-line-tip {
  -webkit-animation: swal2-animate-success-line-tip .75s;
  animation: swal2-animate-success-line-tip .75s; }

.swal2-animate-success-icon .swal2-success-line-long {
  -webkit-animation: swal2-animate-success-line-long .75s;
  animation: swal2-animate-success-line-long .75s; }

.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: swal2-rotate-success-circular-line 4.25s ease-in;
  animation: swal2-rotate-success-circular-line 4.25s ease-in; }

.swal2-animate-error-icon {
  -webkit-animation: swal2-animate-error-icon .5s;
  animation: swal2-animate-error-icon .5s; }

.swal2-animate-error-icon .swal2-x-mark {
  -webkit-animation: swal2-animate-error-x-mark .5s;
  animation: swal2-animate-error-x-mark .5s; }

@-webkit-keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swal2-rotate-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@media print {
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    overflow-y: scroll !important; }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) > [aria-hidden=true] {
    display: none; }
  body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
    position: initial !important; } }

/*!
 *  Line Awesome 1.1.0 by @icons_8 - https://icons8.com/line-awesome
 *  License - https://icons8.com/good-boy-license/ (Font: SIL OFL 1.1, CSS: MIT License)
 *
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */
@font-face {
  font-family: "LineAwesome";
  src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/line-awesome/line-awesome.eot?v=1.1.);
  src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/line-awesome/line-awesome.eot??v=1.1.#iefix) format("embedded-opentype"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/line-awesome/line-awesome.woff2?v=1.1.) format("woff2"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/line-awesome/line-awesome.woff?v=1.1.) format("woff"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/line-awesome/line-awesome.ttf?v=1.1.) format("truetype"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/line-awesome/line-awesome.svg?v=1.1.#fa) format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "LineAwesome";
    src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/line-awesome/line-awesome.svg?v=1.1.#fa) format("svg"); } }

/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
.la {
  display: inline-block;
  font: normal normal normal 16px/1 "LineAwesome";
  font-size: inherit;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

/* makes the font 33% larger relative to the icon container */
.la-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.la-2x {
  font-size: 2em; }

.la-3x {
  font-size: 3em; }

.la-4x {
  font-size: 4em; }

.la-5x {
  font-size: 5em; }

.la-fw {
  width: 1.28571429em;
  text-align: center; }

.la-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.la-ul > li {
  position: relative; }

.la-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center; }

.la-li.la-lg {
  left: -1.85714286em; }

.la-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.li.pull-left {
  margin-right: .3em; }

.li.pull-right {
  margin-left: .3em; }

.la-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

.la-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.la-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.la-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.la-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.la-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1); }

:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical {
  -webkit-filter: none;
  filter: none; }

.la-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.la-stack-1x,
.la-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.la-stack-1x {
  line-height: inherit; }

.la-stack-2x {
  font-size: 2em; }

.la-inverse {
  color: #ffffff; }

/* Thanks to http://fontawesome.io @fontawesome and @davegandy */
.la-500px:before {
  content: "\f100"; }

.la-adjust:before {
  content: "\f101"; }

.la-adn:before {
  content: "\f102"; }

.la-align-center:before {
  content: "\f103"; }

.la-align-justify:before {
  content: "\f104"; }

.la-align-left:before {
  content: "\f105"; }

.la-align-right:before {
  content: "\f106"; }

.la-amazon:before {
  content: "\f107"; }

.la-ambulance:before {
  content: "\f108"; }

.la-anchor:before {
  content: "\f109"; }

.la-android:before {
  content: "\f10a"; }

.la-angellist:before {
  content: "\f10b"; }

.la-angle-double-down:before {
  content: "\f10c"; }

.la-angle-double-left:before {
  content: "\f10d"; }

.la-angle-double-right:before {
  content: "\f10e"; }

.la-angle-double-up:before {
  content: "\f10f"; }

.la-angle-down:before {
  content: "\f110"; }

.la-angle-left:before {
  content: "\f111"; }

.la-angle-right:before {
  content: "\f112"; }

.la-angle-up:before {
  content: "\f113"; }

.la-apple:before {
  content: "\f114"; }

.la-archive:before {
  content: "\f115"; }

.la-area-chart:before {
  content: "\f116"; }

.la-arrow-circle-down:before {
  content: "\f117"; }

.la-arrow-circle-left:before {
  content: "\f118"; }

.la-arrow-circle-o-down:before {
  content: "\f119"; }

.la-arrow-circle-o-left:before {
  content: "\f11a"; }

.la-arrow-circle-o-right:before {
  content: "\f11b"; }

.la-arrow-circle-o-up:before {
  content: "\f11c"; }

.la-arrow-circle-right:before {
  content: "\f11d"; }

.la-arrow-circle-up:before {
  content: "\f11e"; }

.la-arrow-down:before {
  content: "\f11f"; }

.la-arrow-left:before {
  content: "\f120"; }

.la-arrow-right:before {
  content: "\f121"; }

.la-arrow-up:before {
  content: "\f122"; }

.la-arrows:before {
  content: "\f123"; }

.la-arrows-alt:before {
  content: "\f124"; }

.la-arrows-h:before {
  content: "\f125"; }

.la-arrows-v:before {
  content: "\f126"; }

.la-asterisk:before {
  content: "\f127"; }

.la-at:before {
  content: "\f128"; }

.la-automobile:before {
  content: "\f129"; }

.la-backward:before {
  content: "\f12a"; }

.la-balance-scale:before {
  content: "\f12b"; }

.la-ban:before {
  content: "\f12c"; }

.la-bank:before {
  content: "\f12d"; }

.la-bar-chart:before {
  content: "\f12e"; }

.la-bar-chart-o:before {
  content: "\f12f"; }

.la-barcode:before {
  content: "\f130"; }

.la-bars:before {
  content: "\f131"; }

.la-battery-0:before {
  content: "\f132"; }

.la-battery-1:before {
  content: "\f133"; }

.la-battery-2:before {
  content: "\f134"; }

.la-battery-3:before {
  content: "\f135"; }

.la-battery-4:before {
  content: "\f136"; }

.la-battery-empty:before {
  content: "\f137"; }

.la-battery-full:before {
  content: "\f138"; }

.la-battery-half:before {
  content: "\f139"; }

.la-battery-quarter:before {
  content: "\f13a"; }

.la-battery-three-quarters:before {
  content: "\f13b"; }

.la-bed:before {
  content: "\f13c"; }

.la-beer:before {
  content: "\f13d"; }

.la-behance:before {
  content: "\f13e"; }

.la-behance-square:before {
  content: "\f13f"; }

.la-bell:before {
  content: "\f140"; }

.la-bell-o:before {
  content: "\f141"; }

.la-bell-slash:before {
  content: "\f142"; }

.la-bell-slash-o:before {
  content: "\f143"; }

.la-bicycle:before {
  content: "\f144"; }

.la-binoculars:before {
  content: "\f145"; }

.la-birthday-cake:before {
  content: "\f146"; }

.la-bitbucket:before {
  content: "\f147"; }

.la-bitbucket-square:before {
  content: "\f148"; }

.la-bitcoin:before {
  content: "\f149"; }

.la-black-tie:before {
  content: "\f14a"; }

.la-bold:before {
  content: "\f14b"; }

.la-bolt:before {
  content: "\f14c"; }

.la-bomb:before {
  content: "\f14d"; }

.la-book:before {
  content: "\f14e"; }

.la-bookmark:before {
  content: "\f14f"; }

.la-bookmark-o:before {
  content: "\f150"; }

.la-briefcase:before {
  content: "\f151"; }

.la-btc:before {
  content: "\f152"; }

.la-bug:before {
  content: "\f153"; }

.la-building:before {
  content: "\f154"; }

.la-building-o:before {
  content: "\f155"; }

.la-bullhorn:before {
  content: "\f156"; }

.la-bullseye:before {
  content: "\f157"; }

.la-bus:before {
  content: "\f158"; }

.la-buysellads:before {
  content: "\f159"; }

.la-cab:before {
  content: "\f15a"; }

.la-calculator:before {
  content: "\f15b"; }

.la-calendar:before {
  content: "\f15c"; }

.la-calendar-check-o:before {
  content: "\f15d"; }

.la-calendar-minus-o:before {
  content: "\f15e"; }

.la-calendar-o:before {
  content: "\f15f"; }

.la-calendar-plus-o:before {
  content: "\f160"; }

.la-calendar-times-o:before {
  content: "\f161"; }

.la-camera:before {
  content: "\f162"; }

.la-camera-retro:before {
  content: "\f163"; }

.la-car:before {
  content: "\f164"; }

.la-caret-down:before {
  content: "\f165"; }

.la-caret-left:before {
  content: "\f166"; }

.la-caret-right:before {
  content: "\f167"; }

.la-caret-square-o-down:before, .la-toggle-down:before {
  content: "\f168"; }

.la-caret-square-o-left:before, .la-toggle-left:before {
  content: "\f169"; }

.la-caret-square-o-right:before, .la-toggle-right:before {
  content: "\f16a"; }

.la-caret-square-o-up:before, .la-toggle-up:before {
  content: "\f16b"; }

.la-caret-up:before {
  content: "\f16c"; }

.la-cart-arrow-down:before {
  content: "\f16d"; }

.la-cart-plus:before {
  content: "\f16e"; }

.la-cc:before {
  content: "\f16f"; }

.la-cc-amex:before {
  content: "\f170"; }

.la-cc-diners-club:before {
  content: "\f171"; }

.la-cc-discover:before {
  content: "\f172"; }

.la-cc-jcb:before {
  content: "\f173"; }

.la-cc-mastercard:before {
  content: "\f174"; }

.la-cc-paypal:before {
  content: "\f175"; }

.la-cc-stripe:before {
  content: "\f176"; }

.la-cc-visa:before {
  content: "\f177"; }

.la-certificate:before {
  content: "\f178"; }

.la-chain:before {
  content: "\f179"; }

.la-chain-broken:before {
  content: "\f17a"; }

.la-check:before {
  content: "\f17b"; }

.la-check-circle:before {
  content: "\f17c"; }

.la-check-circle-o:before {
  content: "\f17d"; }

.la-check-square:before {
  content: "\f17e"; }

.la-check-square-o:before {
  content: "\f17f"; }

.la-chevron-circle-down:before {
  content: "\f180"; }

.la-chevron-circle-left:before {
  content: "\f181"; }

.la-chevron-circle-right:before {
  content: "\f182"; }

.la-chevron-circle-up:before {
  content: "\f183"; }

.la-chevron-down:before {
  content: "\f184"; }

.la-chevron-left:before {
  content: "\f185"; }

.la-chevron-right:before {
  content: "\f186"; }

.la-chevron-up:before {
  content: "\f187"; }

.la-child:before {
  content: "\f188"; }

.la-chrome:before {
  content: "\f189"; }

.la-circle:before {
  content: "\f18a"; }

.la-circle-o:before {
  content: "\f18b"; }

.la-circle-o-notch:before {
  content: "\f18c"; }

.la-circle-thin:before {
  content: "\f18d"; }

.la-clipboard:before {
  content: "\f18e"; }

.la-clock-o:before {
  content: "\f18f"; }

.la-clone:before {
  content: "\f190"; }

.la-close:before {
  content: "\f191"; }

.la-cloud:before {
  content: "\f192"; }

.la-cloud-download:before {
  content: "\f193"; }

.la-cloud-upload:before {
  content: "\f194"; }

.la-cny:before {
  content: "\f195"; }

.la-code:before {
  content: "\f196"; }

.la-code-fork:before {
  content: "\f197"; }

.la-codepen:before {
  content: "\f198"; }

.la-coffee:before {
  content: "\f199"; }

.la-cog:before {
  content: "\f19a"; }

.la-cogs:before {
  content: "\f19b"; }

.la-columns:before {
  content: "\f19c"; }

.la-comment:before {
  content: "\f19d"; }

.la-comment-o:before {
  content: "\f19e"; }

.la-commenting:before {
  content: "\f19f"; }

.la-commenting-o:before {
  content: "\f1a0"; }

.la-comments:before {
  content: "\f1a1"; }

.la-comments-o:before {
  content: "\f1a2"; }

.la-compass:before {
  content: "\f1a3"; }

.la-compress:before {
  content: "\f1a4"; }

.la-connectdevelop:before {
  content: "\f1a5"; }

.la-contao:before {
  content: "\f1a6"; }

.la-copy:before {
  content: "\f1a7"; }

.la-copyright:before {
  content: "\f1a8"; }

.la-creative-commons:before {
  content: "\f1a9"; }

.la-credit-card:before {
  content: "\f1aa"; }

.la-crop:before {
  content: "\f1ab"; }

.la-crosshairs:before {
  content: "\f1ac"; }

.la-css3:before {
  content: "\f1ad"; }

.la-cube:before {
  content: "\f1ae"; }

.la-cubes:before {
  content: "\f1af"; }

.la-cut:before {
  content: "\f1b0"; }

.la-cutlery:before {
  content: "\f1b1"; }

.la-dashboard:before {
  content: "\f1b2"; }

.la-dashcube:before {
  content: "\f1b3"; }

.la-database:before {
  content: "\f1b4"; }

.la-dedent:before {
  content: "\f1b5"; }

.la-delicious:before {
  content: "\f1b6"; }

.la-desktop:before {
  content: "\f1b7"; }

.la-deviantart:before {
  content: "\f1b8"; }

.la-diamond:before {
  content: "\f1b9"; }

.la-digg:before {
  content: "\f1ba"; }

.la-dollar:before {
  content: "\f1bb"; }

.la-dot-circle-o:before {
  content: "\f1bc"; }

.la-download:before {
  content: "\f1bd"; }

.la-dribbble:before {
  content: "\f1be"; }

.la-dropbox:before {
  content: "\f1bf"; }

.la-drupal:before {
  content: "\f1c0"; }

.la-edit:before {
  content: "\f1c1"; }

.la-eject:before {
  content: "\f1c2"; }

.la-ellipsis-h:before {
  content: "\f1c3"; }

.la-ellipsis-v:before {
  content: "\f1c4"; }

.la-empire:before, .la-ge:before {
  content: "\f1c5"; }

.la-envelope:before {
  content: "\f1c6"; }

.la-envelope-o:before {
  content: "\f1c7"; }

.la-envelope-square:before {
  content: "\f1c8"; }

.la-eraser:before {
  content: "\f1c9"; }

.la-eur:before {
  content: "\f1ca"; }

.la-euro:before {
  content: "\f1cb"; }

.la-exchange:before {
  content: "\f1cc"; }

.la-exclamation:before {
  content: "\f1cd"; }

.la-exclamation-circle:before {
  content: "\f1ce"; }

.la-exclamation-triangle:before {
  content: "\f1cf"; }

.la-expand:before {
  content: "\f1d0"; }

.la-expeditedssl:before {
  content: "\f1d1"; }

.la-external-link:before {
  content: "\f1d2"; }

.la-external-link-square:before {
  content: "\f1d3"; }

.la-eye:before {
  content: "\f1d4"; }

.la-eye-slash:before {
  content: "\f1d5"; }

.la-eyedropper:before {
  content: "\f1d6"; }

.la-facebook:before, .la-facebook-f:before {
  content: "\f1d7"; }

.la-facebook-official:before {
  content: "\f1d8"; }

.la-facebook-square:before {
  content: "\f1d9"; }

.la-fast-backward:before {
  content: "\f1da"; }

.la-fast-forward:before {
  content: "\f1db"; }

.la-fax:before {
  content: "\f1dc"; }

.la-female:before {
  content: "\f1dd"; }

.la-fighter-jet:before {
  content: "\f1de"; }

.la-file:before {
  content: "\f1df"; }

.la-file-archive-o:before {
  content: "\f1e0"; }

.la-file-audio-o:before {
  content: "\f1e1"; }

.la-file-code-o:before {
  content: "\f1e2"; }

.la-file-excel-o:before {
  content: "\f1e3"; }

.la-file-image-o:before {
  content: "\f1e4"; }

.la-file-movie-o:before {
  content: "\f1e5"; }

.la-file-o:before {
  content: "\f1e6"; }

.la-file-pdf-o:before {
  content: "\f1e7"; }

.la-file-photo-o:before {
  content: "\f1e8"; }

.la-file-picture-o:before {
  content: "\f1e9"; }

.la-file-powerpoint-o:before {
  content: "\f1ea"; }

.la-file-sound-o:before {
  content: "\f1eb"; }

.la-file-text:before {
  content: "\f1ec"; }

.la-file-text-o:before {
  content: "\f1ed"; }

.la-file-video-o:before {
  content: "\f1ee"; }

.la-file-word-o:before {
  content: "\f1ef"; }

.la-file-zip-o:before {
  content: "\f1f0"; }

.la-files-o:before {
  content: "\f1f1"; }

.la-film:before {
  content: "\f1f2"; }

.la-filter:before {
  content: "\f1f3"; }

.la-fire:before {
  content: "\f1f4"; }

.la-fire-extinguisher:before {
  content: "\f1f5"; }

.la-firefox:before {
  content: "\f1f6"; }

.la-flag:before {
  content: "\f1f7"; }

.la-flag-checkered:before {
  content: "\f1f8"; }

.la-flag-o:before {
  content: "\f1f9"; }

.la-flash:before {
  content: "\f1fa"; }

.la-flask:before {
  content: "\f1fb"; }

.la-flickr:before {
  content: "\f1fc"; }

.la-floppy-o:before {
  content: "\f1fd"; }

.la-folder:before {
  content: "\f1fe"; }

.la-folder-o:before {
  content: "\f1ff"; }

.la-folder-open:before {
  content: "\f200"; }

.la-folder-open-o:before {
  content: "\f201"; }

.la-font:before {
  content: "\f202"; }

.la-fonticons:before {
  content: "\f203"; }

.la-forumbee:before {
  content: "\f204"; }

.la-forward:before {
  content: "\f205"; }

.la-foursquare:before {
  content: "\f206"; }

.la-frown-o:before {
  content: "\f207"; }

.la-futbol-o:before, .la-soccer-ball-o:before {
  content: "\f208"; }

.la-gamepad:before {
  content: "\f209"; }

.la-gavel:before {
  content: "\f20a"; }

.la-gbp:before {
  content: "\f20b"; }

.la-gear:before {
  content: "\f20c"; }

.la-gears:before {
  content: "\f20d"; }

.la-genderless:before {
  content: "\f20e"; }

.la-get-pocket:before {
  content: "\f20f"; }

.la-gg:before {
  content: "\f210"; }

.la-gg-circle:before {
  content: "\f211"; }

.la-gift:before {
  content: "\f212"; }

.la-git:before {
  content: "\f213"; }

.la-git-square:before {
  content: "\f214"; }

.la-github:before {
  content: "\f215"; }

.la-github-alt:before {
  content: "\f216"; }

.la-github-square:before {
  content: "\f217"; }

.la-glass:before {
  content: "\f218"; }

.la-globe:before {
  content: "\f219"; }

.la-google:before {
  content: "\f21a"; }

.la-google-plus:before {
  content: "\f21b"; }

.la-google-plus-square:before {
  content: "\f21c"; }

.la-google-wallet:before {
  content: "\f21d"; }

.la-graduation-cap:before {
  content: "\f21e"; }

.la-gratipay:before, .la-gittip:before {
  content: "\f21f"; }

.la-group:before {
  content: "\f220"; }

.la-h-square:before {
  content: "\f221"; }

.la-hacker-news:before {
  content: "\f222"; }

.la-hand-grab-o:before {
  content: "\f223"; }

.la-hand-lizard-o:before {
  content: "\f224"; }

.la-hand-o-down:before {
  content: "\f225"; }

.la-hand-o-left:before {
  content: "\f226"; }

.la-hand-o-right:before {
  content: "\f227"; }

.la-hand-o-up:before {
  content: "\f228"; }

.la-hand-paper-o:before {
  content: "\f229"; }

.la-hand-peace-o:before {
  content: "\f22a"; }

.la-hand-pointer-o:before {
  content: "\f22b"; }

.la-hand-rock-o:before {
  content: "\f22c"; }

.la-hand-scissors-o:before {
  content: "\f22d"; }

.la-hand-spock-o:before {
  content: "\f22e"; }

.la-hand-stop-o:before {
  content: "\f22f"; }

.la-hdd-o:before {
  content: "\f230"; }

.la-header:before {
  content: "\f231"; }

.la-headphones:before {
  content: "\f232"; }

.la-heart:before {
  content: "\f233"; }

.la-heart-o:before {
  content: "\f234"; }

.la-heartbeat:before {
  content: "\f235"; }

.la-history:before {
  content: "\f236"; }

.la-home:before {
  content: "\f237"; }

.la-hospital-o:before {
  content: "\f238"; }

.la-hotel:before {
  content: "\f239"; }

.la-hourglass:before {
  content: "\f23a"; }

.la-hourglass-1:before {
  content: "\f23b"; }

.la-hourglass-2:before {
  content: "\f23c"; }

.la-hourglass-3:before {
  content: "\f23d"; }

.la-hourglass-end:before {
  content: "\f23e"; }

.la-hourglass-half:before {
  content: "\f23f"; }

.la-hourglass-o:before {
  content: "\f240"; }

.la-hourglass-start:before {
  content: "\f241"; }

.la-houzz:before {
  content: "\f242"; }

.la-html5:before {
  content: "\f243"; }

.la-i-cursor:before {
  content: "\f244"; }

.la-ils:before {
  content: "\f245"; }

.la-image:before {
  content: "\f246"; }

.la-inbox:before {
  content: "\f247"; }

.la-indent:before {
  content: "\f248"; }

.la-industry:before {
  content: "\f249"; }

.la-info:before {
  content: "\f24a"; }

.la-info-circle:before {
  content: "\f24b"; }

.la-inr:before {
  content: "\f24c"; }

.la-instagram:before {
  content: "\f24d"; }

.la-institution:before {
  content: "\f24e"; }

.la-internet-explorer:before {
  content: "\f24f"; }

.la-ioxhost:before {
  content: "\f250"; }

.la-italic:before {
  content: "\f251"; }

.la-joomla:before {
  content: "\f252"; }

.la-jpy:before {
  content: "\f253"; }

.la-jsfiddle:before {
  content: "\f254"; }

.la-key:before {
  content: "\f255"; }

.la-keyboard-o:before {
  content: "\f256"; }

.la-krw:before {
  content: "\f257"; }

.la-language:before {
  content: "\f258"; }

.la-laptop:before {
  content: "\f259"; }

.la-lastfm:before {
  content: "\f25a"; }

.la-lastfm-square:before {
  content: "\f25b"; }

.la-leaf:before {
  content: "\f25c"; }

.la-leanpub:before {
  content: "\f25d"; }

.la-legal:before {
  content: "\f25e"; }

.la-lemon-o:before {
  content: "\f25f"; }

.la-level-down:before {
  content: "\f260"; }

.la-level-up:before {
  content: "\f261"; }

.la-life-bouy:before {
  content: "\f262"; }

.la-life-buoy:before {
  content: "\f263"; }

.la-life-ring:before, .la-support:before {
  content: "\f264"; }

.la-life-saver:before {
  content: "\f265"; }

.la-lightbulb-o:before {
  content: "\f266"; }

.la-line-chart:before {
  content: "\f267"; }

.la-link:before {
  content: "\f268"; }

.la-linkedin:before {
  content: "\f269"; }

.la-linkedin-square:before {
  content: "\f26a"; }

.la-linux:before {
  content: "\f26b"; }

.la-list:before {
  content: "\f26c"; }

.la-list-alt:before {
  content: "\f26d"; }

.la-list-ol:before {
  content: "\f26e"; }

.la-list-ul:before {
  content: "\f26f"; }

.la-location-arrow:before {
  content: "\f270"; }

.la-lock:before {
  content: "\f271"; }

.la-long-arrow-down:before {
  content: "\f272"; }

.la-long-arrow-left:before {
  content: "\f273"; }

.la-long-arrow-right:before {
  content: "\f274"; }

.la-long-arrow-up:before {
  content: "\f275"; }

.la-magic:before {
  content: "\f276"; }

.la-magnet:before {
  content: "\f277"; }

.la-mail-forward:before {
  content: "\f278"; }

.la-mail-reply:before {
  content: "\f279"; }

.la-mail-reply-all:before {
  content: "\f27a"; }

.la-male:before {
  content: "\f27b"; }

.la-map:before {
  content: "\f27c"; }

.la-map-marker:before {
  content: "\f27d"; }

.la-map-o:before {
  content: "\f27e"; }

.la-map-pin:before {
  content: "\f27f"; }

.la-map-signs:before {
  content: "\f280"; }

.la-mars:before {
  content: "\f281"; }

.la-mars-double:before {
  content: "\f282"; }

.la-mars-stroke:before {
  content: "\f283"; }

.la-mars-stroke-h:before {
  content: "\f284"; }

.la-mars-stroke-v:before {
  content: "\f285"; }

.la-maxcdn:before {
  content: "\f286"; }

.la-meanpath:before {
  content: "\f287"; }

.la-medium:before {
  content: "\f288"; }

.la-medkit:before {
  content: "\f289"; }

.la-meh-o:before {
  content: "\f28a"; }

.la-mercury:before {
  content: "\f28b"; }

.la-microphone:before {
  content: "\f28c"; }

.la-microphone-slash:before {
  content: "\f28d"; }

.la-minus:before {
  content: "\f28e"; }

.la-minus-circle:before {
  content: "\f28f"; }

.la-minus-square:before {
  content: "\f290"; }

.la-minus-square-o:before {
  content: "\f291"; }

.la-mobile:before {
  content: "\f292"; }

.la-mobile-phone:before {
  content: "\f293"; }

.la-money:before {
  content: "\f294"; }

.la-moon-o:before {
  content: "\f295"; }

.la-mortar-board:before {
  content: "\f296"; }

.la-motorcycle:before {
  content: "\f297"; }

.la-mouse-pointer:before {
  content: "\f298"; }

.la-music:before {
  content: "\f299"; }

.la-navicon:before {
  content: "\f29a"; }

.la-neuter:before {
  content: "\f29b"; }

.la-newspaper-o:before {
  content: "\f29c"; }

.la-object-group:before {
  content: "\f29d"; }

.la-object-ungroup:before {
  content: "\f29e"; }

.la-odnoklassniki:before {
  content: "\f29f"; }

.la-odnoklassniki-square:before {
  content: "\f2a0"; }

.la-opencart:before {
  content: "\f2a1"; }

.la-openid:before {
  content: "\f2a2"; }

.la-opera:before {
  content: "\f2a3"; }

.la-optin-monster:before {
  content: "\f2a4"; }

.la-outdent:before {
  content: "\f2a5"; }

.la-pagelines:before {
  content: "\f2a6"; }

.la-paint-brush:before {
  content: "\f2a7"; }

.la-paper-plane:before, .la-send:before {
  content: "\f2a8"; }

.la-paper-plane-o:before, .la-send-o:before {
  content: "\f2a9"; }

.la-paperclip:before {
  content: "\f2aa"; }

.la-paragraph:before {
  content: "\f2ab"; }

.la-paste:before {
  content: "\f2ac"; }

.la-pause:before {
  content: "\f2ad"; }

.la-paw:before {
  content: "\f2ae"; }

.la-paypal:before {
  content: "\f2af"; }

.la-pencil:before {
  content: "\f2b0"; }

.la-pencil-square:before {
  content: "\f2b1"; }

.la-pencil-square-o:before {
  content: "\f2b2"; }

.la-phone:before {
  content: "\f2b3"; }

.la-phone-square:before {
  content: "\f2b4"; }

.la-photo:before {
  content: "\f2b5"; }

.la-picture-o:before {
  content: "\f2b6"; }

.la-pie-chart:before {
  content: "\f2b7"; }

.la-pied-piper:before {
  content: "\f2b8"; }

.la-pied-piper-alt:before {
  content: "\f2b9"; }

.la-pinterest:before {
  content: "\f2ba"; }

.la-pinterest-p:before {
  content: "\f2bb"; }

.la-pinterest-square:before {
  content: "\f2bc"; }

.la-plane:before {
  content: "\f2bd"; }

.la-play:before {
  content: "\f2be"; }

.la-play-circle:before {
  content: "\f2bf"; }

.la-play-circle-o:before {
  content: "\f2c0"; }

.la-plug:before {
  content: "\f2c1"; }

.la-plus:before {
  content: "\f2c2"; }

.la-plus-circle:before {
  content: "\f2c3"; }

.la-plus-square:before {
  content: "\f2c4"; }

.la-plus-square-o:before {
  content: "\f2c5"; }

.la-power-off:before {
  content: "\f2c6"; }

.la-print:before {
  content: "\f2c7"; }

.la-puzzle-piece:before {
  content: "\f2c8"; }

.la-qq:before {
  content: "\f2c9"; }

.la-qrcode:before {
  content: "\f2ca"; }

.la-question:before {
  content: "\f2cb"; }

.la-question-circle:before {
  content: "\f2cc"; }

.la-quote-left:before {
  content: "\f2cd"; }

.la-quote-right:before {
  content: "\f2ce"; }

.la-ra:before {
  content: "\f2cf"; }

.la-random:before {
  content: "\f2d0"; }

.la-rebel:before {
  content: "\f2d1"; }

.la-recycle:before {
  content: "\f2d2"; }

.la-reddit:before {
  content: "\f2d3"; }

.la-reddit-square:before {
  content: "\f2d4"; }

.la-refresh:before {
  content: "\f2d5"; }

.la-registered:before {
  content: "\f2d6"; }

.la-renren:before {
  content: "\f2d7"; }

.la-reorder:before {
  content: "\f2d8"; }

.la-repeat:before {
  content: "\f2d9"; }

.la-reply:before {
  content: "\f2da"; }

.la-reply-all:before {
  content: "\f2db"; }

.la-retweet:before {
  content: "\f2dc"; }

.la-rmb:before {
  content: "\f2dd"; }

.la-road:before {
  content: "\f2de"; }

.la-rocket:before {
  content: "\f2df"; }

.la-rotate-left:before {
  content: "\f2e0"; }

.la-rotate-right:before {
  content: "\f2e1"; }

.la-rouble:before {
  content: "\f2e2"; }

.la-rss:before, .la-feed:before {
  content: "\f2e3"; }

.la-rss-square:before {
  content: "\f2e4"; }

.la-rub:before {
  content: "\f2e5"; }

.la-ruble:before {
  content: "\f2e6"; }

.la-rupee:before {
  content: "\f2e7"; }

.la-safari:before {
  content: "\f2e8"; }

.la-save:before {
  content: "\f2e9"; }

.la-scissors:before {
  content: "\f2ea"; }

.la-search:before {
  content: "\f2eb"; }

.la-search-minus:before {
  content: "\f2ec"; }

.la-search-plus:before {
  content: "\f2ed"; }

.la-sellsy:before {
  content: "\f2ee"; }

.la-server:before {
  content: "\f2ef"; }

.la-share:before {
  content: "\f2f0"; }

.la-share-alt:before {
  content: "\f2f1"; }

.la-share-alt-square:before {
  content: "\f2f2"; }

.la-share-square:before {
  content: "\f2f3"; }

.la-share-square-o:before {
  content: "\f2f4"; }

.la-shekel:before {
  content: "\f2f5"; }

.la-sheqel:before {
  content: "\f2f6"; }

.la-shield:before {
  content: "\f2f7"; }

.la-ship:before {
  content: "\f2f8"; }

.la-shirtsinbulk:before {
  content: "\f2f9"; }

.la-shopping-cart:before {
  content: "\f2fa"; }

.la-sign-in:before {
  content: "\f2fb"; }

.la-sign-out:before {
  content: "\f2fc"; }

.la-signal:before {
  content: "\f2fd"; }

.la-simplybuilt:before {
  content: "\f2fe"; }

.la-sitemap:before {
  content: "\f2ff"; }

.la-skyatlas:before {
  content: "\f300"; }

.la-skype:before {
  content: "\f301"; }

.la-slack:before {
  content: "\f302"; }

.la-sliders:before {
  content: "\f303"; }

.la-slideshare:before {
  content: "\f304"; }

.la-smile-o:before {
  content: "\f305"; }

.la-sort:before, .la-unsorted:before {
  content: "\f306"; }

.la-sort-alpha-asc:before {
  content: "\f307"; }

.la-sort-alpha-desc:before {
  content: "\f308"; }

.la-sort-amount-asc:before {
  content: "\f309"; }

.la-sort-amount-desc:before {
  content: "\f30a"; }

.la-sort-asc:before, .la-sort-up:before {
  content: "\f30b"; }

.la-sort-desc:before, .la-sort-down:before {
  content: "\f30c"; }

.la-sort-numeric-asc:before {
  content: "\f30d"; }

.la-sort-numeric-desc:before {
  content: "\f30e"; }

.la-soundcloud:before {
  content: "\f30f"; }

.la-space-shuttle:before {
  content: "\f310"; }

.la-spinner:before {
  content: "\f311"; }

.la-spoon:before {
  content: "\f312"; }

.la-spotify:before {
  content: "\f313"; }

.la-square:before {
  content: "\f314"; }

.la-square-o:before {
  content: "\f315"; }

.la-stack-exchange:before {
  content: "\f316"; }

.la-stack-overflow:before {
  content: "\f317"; }

.la-star:before {
  content: "\f318"; }

.la-star-half:before {
  content: "\f319"; }

.la-star-half-o:before, .la-star-half-full:before, .la-star-half-empty:before {
  content: "\f31a"; }

.la-star-o:before {
  content: "\f31b"; }

.la-steam:before {
  content: "\f31c"; }

.la-steam-square:before {
  content: "\f31d"; }

.la-step-backward:before {
  content: "\f31e"; }

.la-step-forward:before {
  content: "\f31f"; }

.la-stethoscope:before {
  content: "\f320"; }

.la-sticky-note:before {
  content: "\f321"; }

.la-sticky-note-o:before {
  content: "\f322"; }

.la-stop:before {
  content: "\f323"; }

.la-street-view:before {
  content: "\f324"; }

.la-strikethrough:before {
  content: "\f325"; }

.la-stumbleupon:before {
  content: "\f326"; }

.la-stumbleupon-circle:before {
  content: "\f327"; }

.la-subscript:before {
  content: "\f328"; }

.la-subway:before {
  content: "\f329"; }

.la-suitcase:before {
  content: "\f32a"; }

.la-sun-o:before {
  content: "\f32b"; }

.la-superscript:before {
  content: "\f32c"; }

.la-table:before {
  content: "\f32d"; }

.la-tablet:before {
  content: "\f32e"; }

.la-tachometer:before {
  content: "\f32f"; }

.la-tag:before {
  content: "\f330"; }

.la-tags:before {
  content: "\f331"; }

.la-tasks:before {
  content: "\f332"; }

.la-taxi:before {
  content: "\f333"; }

.la-television:before, .la-tv:before {
  content: "\f334"; }

.la-tencent-weibo:before {
  content: "\f335"; }

.la-terminal:before {
  content: "\f336"; }

.la-text-height:before {
  content: "\f337"; }

.la-text-width:before {
  content: "\f338"; }

.la-th:before {
  content: "\f339"; }

.la-th-large:before {
  content: "\f33a"; }

.la-th-list:before {
  content: "\f33b"; }

.la-thumb-tack:before {
  content: "\f33c"; }

.la-thumbs-down:before {
  content: "\f33d"; }

.la-thumbs-o-down:before {
  content: "\f33e"; }

.la-thumbs-o-up:before {
  content: "\f33f"; }

.la-thumbs-up:before {
  content: "\f340"; }

.la-ticket:before {
  content: "\f341"; }

.la-times:before, .la-remove:before {
  content: "\f342"; }

.la-times-circle:before {
  content: "\f343"; }

.la-times-circle-o:before {
  content: "\f344"; }

.la-tint:before {
  content: "\f345"; }

.la-toggle-off:before {
  content: "\f346"; }

.la-toggle-on:before {
  content: "\f347"; }

.la-trademark:before {
  content: "\f348"; }

.la-train:before {
  content: "\f349"; }

.la-transgender:before, .la-intersex:before {
  content: "\f34a"; }

.la-transgender-alt:before {
  content: "\f34b"; }

.la-trash:before {
  content: "\f34c"; }

.la-trash-o:before {
  content: "\f34d"; }

.la-tree:before {
  content: "\f34e"; }

.la-trello:before {
  content: "\f34f"; }

.la-tripadvisor:before {
  content: "\f350"; }

.la-trophy:before {
  content: "\f351"; }

.la-truck:before {
  content: "\f352"; }

.la-try:before {
  content: "\f353"; }

.la-tty:before {
  content: "\f354"; }

.la-tumblr:before {
  content: "\f355"; }

.la-tumblr-square:before {
  content: "\f356"; }

.la-turkish-lira:before {
  content: "\f357"; }

.la-twitch:before {
  content: "\f358"; }

.la-twitter:before {
  content: "\f359"; }

.la-twitter-square:before {
  content: "\f35a"; }

.la-umbrella:before {
  content: "\f35b"; }

.la-underline:before {
  content: "\f35c"; }

.la-undo:before {
  content: "\f35d"; }

.la-university:before {
  content: "\f35e"; }

.la-unlink:before {
  content: "\f35f"; }

.la-unlock:before {
  content: "\f360"; }

.la-unlock-alt:before {
  content: "\f361"; }

.la-upload:before {
  content: "\f362"; }

.la-usd:before {
  content: "\f363"; }

.la-user:before {
  content: "\f364"; }

.la-user-md:before {
  content: "\f365"; }

.la-user-plus:before {
  content: "\f366"; }

.la-user-secret:before {
  content: "\f367"; }

.la-user-times:before {
  content: "\f368"; }

.la-users:before {
  content: "\f369"; }

.la-venus:before {
  content: "\f36a"; }

.la-venus-double:before {
  content: "\f36b"; }

.la-venus-mars:before {
  content: "\f36c"; }

.la-viacoin:before {
  content: "\f36d"; }

.la-video-camera:before {
  content: "\f36e"; }

.la-vimeo:before {
  content: "\f36f"; }

.la-vimeo-square:before {
  content: "\f370"; }

.la-vine:before {
  content: "\f371"; }

.la-vk:before {
  content: "\f372"; }

.la-volume-down:before {
  content: "\f373"; }

.la-volume-off:before {
  content: "\f374"; }

.la-volume-up:before {
  content: "\f375"; }

.la-warning:before {
  content: "\f376"; }

.la-wechat:before {
  content: "\f377"; }

.la-weibo:before {
  content: "\f378"; }

.la-weixin:before {
  content: "\f379"; }

.la-whatsapp:before {
  content: "\f37a"; }

.la-wheelchair:before {
  content: "\f37b"; }

.la-wifi:before {
  content: "\f37c"; }

.la-wikipedia-w:before {
  content: "\f37d"; }

.la-windows:before {
  content: "\f37e"; }

.la-won:before {
  content: "\f37f"; }

.la-wordpress:before {
  content: "\f380"; }

.la-wrench:before {
  content: "\f381"; }

.la-xing:before {
  content: "\f382"; }

.la-xing-square:before {
  content: "\f383"; }

.la-y-combinator:before {
  content: "\f384"; }

.la-y-combinator-square:before {
  content: "\f385"; }

.la-yahoo:before {
  content: "\f386"; }

.la-yc:before {
  content: "\f387"; }

.la-yc-square:before {
  content: "\f388"; }

.la-yelp:before {
  content: "\f389"; }

.la-yen:before {
  content: "\f38a"; }

.la-youtube:before {
  content: "\f38b"; }

.la-youtube-play:before {
  content: "\f38c"; }

.la-youtube-square:before {
  content: "\f38d"; }

/*
  	Flaticon icon font: Flaticon
  	Creation date: 20/03/2017 20:02
  	*/
@font-face {
  font-family: "Flaticon";
  src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/flaticon/Flaticon.eot);
  src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/flaticon/Flaticon.eot?#iefix) format("embedded-opentype"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/flaticon/Flaticon.woff) format("woff"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/flaticon/Flaticon.ttf) format("truetype"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/flaticon/Flaticon.svg#Flaticon) format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Flaticon";
    src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/flaticon/Flaticon.svg#Flaticon) format("svg"); } }

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before {
  font-family: Flaticon;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.flaticon-email-black-circular-button:before {
  content: "\f100"; }

.flaticon-map:before {
  content: "\f101"; }

.flaticon-alert-off:before {
  content: "\f102"; }

.flaticon-alert:before {
  content: "\f103"; }

.flaticon-computer:before {
  content: "\f104"; }

.flaticon-responsive:before {
  content: "\f105"; }

.flaticon-presentation:before {
  content: "\f106"; }

.flaticon-arrows:before {
  content: "\f107"; }

.flaticon-rocket:before {
  content: "\f108"; }

.flaticon-reply:before {
  content: "\f109"; }

.flaticon-gift:before {
  content: "\f10a"; }

.flaticon-confetti:before {
  content: "\f10b"; }

.flaticon-piggy-bank:before {
  content: "\f10c"; }

.flaticon-support:before {
  content: "\f10d"; }

.flaticon-delete:before {
  content: "\f10e"; }

.flaticon-eye:before {
  content: "\f10f"; }

.flaticon-multimedia:before {
  content: "\f110"; }

.flaticon-whatsapp:before {
  content: "\f111"; }

.flaticon-multimedia-2:before {
  content: "\f112"; }

.flaticon-email:before {
  content: "\f113"; }

.flaticon-presentation-1:before {
  content: "\f114"; }

.flaticon-trophy:before {
  content: "\f115"; }

.flaticon-psd:before {
  content: "\f116"; }

.flaticon-layer:before {
  content: "\f117"; }

.flaticon-doc:before {
  content: "\f118"; }

.flaticon-file:before {
  content: "\f119"; }

.flaticon-network:before {
  content: "\f11a"; }

.flaticon-bus-stop:before {
  content: "\f11b"; }

.flaticon-globe:before {
  content: "\f11c"; }

.flaticon-upload:before {
  content: "\f11d"; }

.flaticon-squares:before {
  content: "\f11e"; }

.flaticon-technology:before {
  content: "\f11f"; }

.flaticon-up-arrow:before {
  content: "\f120"; }

.flaticon-browser:before {
  content: "\f121"; }

.flaticon-speech-bubble:before {
  content: "\f122"; }

.flaticon-coins:before {
  content: "\f123"; }

.flaticon-open-box:before {
  content: "\f124"; }

.flaticon-speech-bubble-1:before {
  content: "\f125"; }

.flaticon-attachment:before {
  content: "\f126"; }

.flaticon-photo-camera:before {
  content: "\f127"; }

.flaticon-skype-logo:before {
  content: "\f128"; }

.flaticon-linkedin-logo:before {
  content: "\f129"; }

.flaticon-twitter-logo:before {
  content: "\f12a"; }

.flaticon-facebook-letter-logo:before {
  content: "\f12b"; }

.flaticon-calendar-with-a-clock-time-tools:before {
  content: "\f12c"; }

.flaticon-youtube:before {
  content: "\f12d"; }

.flaticon-add-circular-button:before {
  content: "\f12e"; }

.flaticon-more-v2:before {
  content: "\f12f"; }

.flaticon-search:before {
  content: "\f130"; }

.flaticon-search-magnifier-interface-symbol:before {
  content: "\f131"; }

.flaticon-questions-circular-button:before {
  content: "\f132"; }

.flaticon-refresh:before {
  content: "\f133"; }

.flaticon-logout:before {
  content: "\f134"; }

.flaticon-event-calendar-symbol:before {
  content: "\f135"; }

.flaticon-laptop:before {
  content: "\f136"; }

.flaticon-tool:before {
  content: "\f137"; }

.flaticon-graphic:before {
  content: "\f138"; }

.flaticon-symbol:before {
  content: "\f139"; }

.flaticon-graphic-1:before {
  content: "\f13a"; }

.flaticon-clock:before {
  content: "\f13b"; }

.flaticon-squares-1:before {
  content: "\f13c"; }

.flaticon-black:before {
  content: "\f13d"; }

.flaticon-book:before {
  content: "\f13e"; }

.flaticon-cogwheel:before {
  content: "\f13f"; }

.flaticon-exclamation:before {
  content: "\f140"; }

.flaticon-add-label-button:before {
  content: "\f141"; }

.flaticon-delete-1:before {
  content: "\f142"; }

.flaticon-interface:before {
  content: "\f143"; }

.flaticon-more:before {
  content: "\f144"; }

.flaticon-warning-sign:before {
  content: "\f145"; }

.flaticon-calendar:before {
  content: "\f146"; }

.flaticon-instagram-logo:before {
  content: "\f147"; }

.flaticon-linkedin:before {
  content: "\f148"; }

.flaticon-facebook-logo-button:before {
  content: "\f149"; }

.flaticon-twitter-logo-button:before {
  content: "\f14a"; }

.flaticon-cancel:before {
  content: "\f14b"; }

.flaticon-exclamation-square:before {
  content: "\f14c"; }

.flaticon-buildings:before {
  content: "\f14d"; }

.flaticon-danger:before {
  content: "\f14e"; }

.flaticon-technology-1:before {
  content: "\f14f"; }

.flaticon-letter-g:before {
  content: "\f150"; }

.flaticon-interface-1:before {
  content: "\f151"; }

.flaticon-circle:before {
  content: "\f152"; }

.flaticon-pin:before {
  content: "\f153"; }

.flaticon-close:before {
  content: "\f154"; }

.flaticon-clock-1:before {
  content: "\f155"; }

.flaticon-apps:before {
  content: "\f156"; }

.flaticon-user:before {
  content: "\f157"; }

.flaticon-menu-button:before {
  content: "\f158"; }

.flaticon-settings:before {
  content: "\f159"; }

.flaticon-home:before {
  content: "\f15a"; }

.flaticon-clock-2:before {
  content: "\f15b"; }

.flaticon-lifebuoy:before {
  content: "\f15c"; }

.flaticon-cogwheel-1:before {
  content: "\f15d"; }

.flaticon-paper-plane:before {
  content: "\f15e"; }

.flaticon-statistics:before {
  content: "\f15f"; }

.flaticon-diagram:before {
  content: "\f160"; }

.flaticon-line-graph:before {
  content: "\f161"; }

.flaticon-customer:before {
  content: "\f162"; }

.flaticon-visible:before {
  content: "\f163"; }

.flaticon-shopping-basket:before {
  content: "\f164"; }

.flaticon-price-tag:before {
  content: "\f165"; }

.flaticon-businesswoman:before {
  content: "\f166"; }

.flaticon-medal:before {
  content: "\f167"; }

.flaticon-like:before {
  content: "\f168"; }

.flaticon-edit:before {
  content: "\f169"; }

.flaticon-avatar:before {
  content: "\f16a"; }

.flaticon-download:before {
  content: "\f16b"; }

.flaticon-home-1:before {
  content: "\f16c"; }

.flaticon-mail:before {
  content: "\f16d"; }

.flaticon-mail-1:before {
  content: "\f16e"; }

.flaticon-warning:before {
  content: "\f16f"; }

.flaticon-cart:before {
  content: "\f170"; }

.flaticon-bag:before {
  content: "\f171"; }

.flaticon-pie-chart:before {
  content: "\f172"; }

.flaticon-graph:before {
  content: "\f173"; }

.flaticon-interface-2:before {
  content: "\f174"; }

.flaticon-chat:before {
  content: "\f175"; }

.flaticon-envelope:before {
  content: "\f176"; }

.flaticon-chat-1:before {
  content: "\f177"; }

.flaticon-interface-3:before {
  content: "\f178"; }

.flaticon-background:before {
  content: "\f179"; }

.flaticon-file-1:before {
  content: "\f17a"; }

.flaticon-interface-4:before {
  content: "\f17b"; }

.flaticon-multimedia-3:before {
  content: "\f17c"; }

.flaticon-list:before {
  content: "\f17d"; }

.flaticon-time:before {
  content: "\f17e"; }

.flaticon-profile:before {
  content: "\f17f"; }

.flaticon-imac:before {
  content: "\f180"; }

.flaticon-medical:before {
  content: "\f181"; }

.flaticon-music:before {
  content: "\f182"; }

.flaticon-plus:before {
  content: "\f183"; }

.flaticon-exclamation-1:before {
  content: "\f184"; }

.flaticon-info:before {
  content: "\f185"; }

.flaticon-menu-1:before {
  content: "\f186"; }

.flaticon-menu-2:before {
  content: "\f187"; }

.flaticon-share:before {
  content: "\f188"; }

.flaticon-interface-5:before {
  content: "\f189"; }

.flaticon-signs:before {
  content: "\f18a"; }

.flaticon-tabs:before {
  content: "\f18b"; }

.flaticon-multimedia-4:before {
  content: "\f18c"; }

.flaticon-upload-1:before {
  content: "\f18d"; }

.flaticon-web:before {
  content: "\f18e"; }

.flaticon-placeholder:before {
  content: "\f18f"; }

.flaticon-placeholder-1:before {
  content: "\f190"; }

.flaticon-layers:before {
  content: "\f191"; }

.flaticon-interface-6:before {
  content: "\f192"; }

.flaticon-interface-7:before {
  content: "\f193"; }

.flaticon-interface-8:before {
  content: "\f194"; }

.flaticon-tool-1:before {
  content: "\f195"; }

.flaticon-settings-1:before {
  content: "\f196"; }

.flaticon-alarm:before {
  content: "\f197"; }

.flaticon-search-1:before {
  content: "\f198"; }

.flaticon-time-1:before {
  content: "\f199"; }

.flaticon-stopwatch:before {
  content: "\f19a"; }

.flaticon-folder:before {
  content: "\f19b"; }

.flaticon-folder-1:before {
  content: "\f19c"; }

.flaticon-folder-2:before {
  content: "\f19d"; }

.flaticon-folder-3:before {
  content: "\f19e"; }

.flaticon-file-2:before {
  content: "\f19f"; }

.flaticon-list-1:before {
  content: "\f1a0"; }

.flaticon-list-2:before {
  content: "\f1a1"; }

.flaticon-calendar-1:before {
  content: "\f1a2"; }

.flaticon-time-2:before {
  content: "\f1a3"; }

.flaticon-interface-9:before {
  content: "\f1a4"; }

.flaticon-app:before {
  content: "\f1a5"; }

.flaticon-suitcase:before {
  content: "\f1a6"; }

.flaticon-grid-menu-v2:before {
  content: "\f1a7"; }

.flaticon-more-v6:before {
  content: "\f1a8"; }

.flaticon-more-v5:before {
  content: "\f1a9"; }

.flaticon-add:before {
  content: "\f1aa"; }

.flaticon-multimedia-5:before {
  content: "\f1ab"; }

.flaticon-more-v4:before {
  content: "\f1ac"; }

.flaticon-placeholder-2:before {
  content: "\f1ad"; }

.flaticon-map-location:before {
  content: "\f1ae"; }

.flaticon-users:before {
  content: "\f1af"; }

.flaticon-profile-1:before {
  content: "\f1b0"; }

.flaticon-lock:before {
  content: "\f1b1"; }

.flaticon-sound:before {
  content: "\f1b2"; }

.flaticon-star:before {
  content: "\f1b3"; }

.flaticon-placeholder-3:before {
  content: "\f1b4"; }

.flaticon-bell:before {
  content: "\f1b5"; }

.flaticon-paper-plane-1:before {
  content: "\f1b6"; }

.flaticon-users-1:before {
  content: "\f1b7"; }

.flaticon-more-1:before {
  content: "\f1b8"; }

.flaticon-up-arrow-1:before {
  content: "\f1b9"; }

.flaticon-grid-menu:before {
  content: "\f1ba"; }

.flaticon-alarm-1:before {
  content: "\f1bb"; }

.flaticon-earth-globe:before {
  content: "\f1bc"; }

.flaticon-alert-1:before {
  content: "\f1bd"; }

.flaticon-internet:before {
  content: "\f1be"; }

.flaticon-user-ok:before {
  content: "\f1bf"; }

.flaticon-user-add:before {
  content: "\f1c0"; }

.flaticon-user-settings:before {
  content: "\f1c1"; }

.flaticon-truck:before {
  content: "\f1c2"; }

.flaticon-analytics:before {
  content: "\f1c3"; }

.flaticon-notes:before {
  content: "\f1c4"; }

.flaticon-tea-cup:before {
  content: "\f1c5"; }

.flaticon-exclamation-2:before {
  content: "\f1c6"; }

.flaticon-technology-2:before {
  content: "\f1c7"; }

.flaticon-location:before {
  content: "\f1c8"; }

.flaticon-edit-1:before {
  content: "\f1c9"; }

.flaticon-home-2:before {
  content: "\f1ca"; }

.flaticon-dashboard:before {
  content: "\f1cb"; }

.flaticon-information:before {
  content: "\f1cc"; }

.flaticon-light:before {
  content: "\f1cd"; }

.flaticon-car:before {
  content: "\f1ce"; }

.flaticon-business:before {
  content: "\f1cf"; }

.flaticon-squares-2:before {
  content: "\f1d0"; }

.flaticon-signs-1:before {
  content: "\f1d1"; }

.flaticon-mark:before {
  content: "\f1d2"; }

.flaticon-squares-3:before {
  content: "\f1d3"; }

.flaticon-comment:before {
  content: "\f1d4"; }

.flaticon-shapes:before {
  content: "\f1d5"; }

.flaticon-clipboard:before {
  content: "\f1d6"; }

.flaticon-squares-4:before {
  content: "\f1d7"; }

.flaticon-delete-2:before {
  content: "\f1d8"; }

.flaticon-bell-1:before {
  content: "\f1d9"; }

.flaticon-list-3:before {
  content: "\f1da"; }

.flaticon-infinity:before {
  content: "\f1db"; }

.flaticon-chat-2:before {
  content: "\f1dc"; }

.flaticon-calendar-2:before {
  content: "\f1dd"; }

.flaticon-signs-2:before {
  content: "\f1de"; }

.flaticon-time-3:before {
  content: "\f1df"; }

.flaticon-calendar-3:before {
  content: "\f1e0"; }

.flaticon-interface-10:before {
  content: "\f1e1"; }

.flaticon-interface-11:before {
  content: "\f1e2"; }

.flaticon-folder-4:before {
  content: "\f1e3"; }

.flaticon-alert-2:before {
  content: "\f1e4"; }

.flaticon-cogwheel-2:before {
  content: "\f1e5"; }

.flaticon-graphic-2:before {
  content: "\f1e6"; }

.flaticon-rotate:before {
  content: "\f1e7"; }

.flaticon-feed:before {
  content: "\f1e8"; }

.flaticon-safe-shield-protection:before {
  content: "\f1e9"; }

.flaticon-box:before {
  content: "\f1ea"; }

.flaticon-security:before {
  content: "\f1eb"; }

.flaticon-download-1:before {
  content: "\f1ec"; }

.flaticon-box-1:before {
  content: "\f1ed"; }

.flaticon-pie-chart-1:before {
  content: "\f1ee"; }

.flaticon-notepad:before {
  content: "\f1ef"; }

/*
 * Icon Font Metronic
 * Made with love by Icons8 [ https://icons8.com/ ] using FontCustom [ https://github.com/FontCustom/fontcustom ]
 *
 * Contacts:
 *    [ https://icons8.com/contact ]
 *
 * Follow Icon8 on
 *    Twitter [ https://twitter.com/icons_8 ]
 *    Facebook [ https://www.facebook.com/Icons8 ]
 *    Google+ [ https://plus.google.com/+Icons8 ]
 *    GitHub [ https://github.com/icons8 ]
 */
@font-face {
  font-family: "Metronic";
  src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.eot);
  src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.eot?#iefix) format("embedded-opentype"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.woff2) format("woff2"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.woff) format("woff"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.ttf) format("truetype"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.svg#Metronic) format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: "Metronic";
    src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/metronic/Metronic_fda1334c35d0f5fe2afb3afebbb6774a.svg#Metronic) format("svg"); } }

[data-icons8]:before {
  content: attr(data-icons8); }

.icons8, [data-icons8]:before,
.icons8-arrows-01:before,
.icons8-arrows-02:before,
.icons8-arrows-03:before,
.icons8-arrows-04:before {
  display: inline-block;
  font-family: "Metronic";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

.icons8-arrows-01:before {
  content: "\f1b1"; }

.icons8-arrows-02:before {
  content: "\f1b2"; }

.icons8-arrows-03:before {
  content: "\f1b3"; }

.icons8-arrows-04:before {
  content: "\f1b4"; }

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.fa-lg {
  font-size: 1.33333em;
  line-height: .75em;
  vertical-align: -.0667em; }

.fa-xs {
  font-size: .75em; }

.fa-sm {
  font-size: .875em; }

.fa-1x {
  font-size: 1em; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-6x {
  font-size: 6em; }

.fa-7x {
  font-size: 7em; }

.fa-8x {
  font-size: 8em; }

.fa-9x {
  font-size: 9em; }

.fa-10x {
  font-size: 10em; }

.fa-fw {
  text-align: center;
  width: 1.25em; }

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0; }

.fa-ul > li {
  position: relative; }

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit; }

.fa-border {
  border: .08em solid #eee;
  border-radius: .1em;
  padding: .2em .25em .15em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left, .fab.fa-pull-left, .fal.fa-pull-left, .far.fa-pull-left, .fas.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right, .fab.fa-pull-right, .fal.fa-pull-right, .far.fa-pull-right, .fas.fa-pull-right {
  margin-left: .3em; }

.fa-spin {
  -webkit-animation: a 2s infinite linear;
  animation: a 2s infinite linear; }

.fa-pulse {
  -webkit-animation: a 1s infinite steps(8);
  animation: a 1s infinite steps(8); }

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fa-flip-vertical {
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1); }

.fa-flip-horizontal.fa-flip-vertical, .fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"; }

.fa-flip-horizontal.fa-flip-vertical {
  -webkit-transform: scale(-1);
  transform: scale(-1); }

:root .fa-flip-horizontal, :root .fa-flip-vertical, :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270 {
  -webkit-filter: none;
  filter: none; }

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2em; }

.fa-stack-1x, .fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-500px:before {
  content: "\f26e"; }

.fa-accessible-icon:before {
  content: "\f368"; }

.fa-accusoft:before {
  content: "\f369"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-card:before {
  content: "\f2bb"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-adn:before {
  content: "\f170"; }

.fa-adversal:before {
  content: "\f36a"; }

.fa-affiliatetheme:before {
  content: "\f36b"; }

.fa-air-freshener:before {
  content: "\f5d0"; }

.fa-algolia:before {
  content: "\f36c"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-allergies:before {
  content: "\f461"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-amazon-pay:before {
  content: "\f42c"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-amilia:before {
  content: "\f36d"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-android:before {
  content: "\f17b"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angry:before {
  content: "\f556"; }

.fa-angrycreative:before {
  content: "\f36e"; }

.fa-angular:before {
  content: "\f420"; }

.fa-app-store:before {
  content: "\f36f"; }

.fa-app-store-ios:before {
  content: "\f370"; }

.fa-apper:before {
  content: "\f371"; }

.fa-apple:before {
  content: "\f179"; }

.fa-apple-alt:before {
  content: "\f5d1"; }

.fa-apple-pay:before {
  content: "\f415"; }

.fa-archive:before {
  content: "\f187"; }

.fa-archway:before {
  content: "\f557"; }

.fa-arrow-alt-circle-down:before {
  content: "\f358"; }

.fa-arrow-alt-circle-left:before {
  content: "\f359"; }

.fa-arrow-alt-circle-right:before {
  content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
  content: "\f35b"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-arrows-alt-h:before {
  content: "\f337"; }

.fa-arrows-alt-v:before {
  content: "\f338"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-asymmetrik:before {
  content: "\f372"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-atlas:before {
  content: "\f558"; }

.fa-atom:before {
  content: "\f5d2"; }

.fa-audible:before {
  content: "\f373"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-autoprefixer:before {
  content: "\f41c"; }

.fa-avianex:before {
  content: "\f374"; }

.fa-aviato:before {
  content: "\f421"; }

.fa-award:before {
  content: "\f559"; }

.fa-aws:before {
  content: "\f375"; }

.fa-backspace:before {
  content: "\f55a"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-band-aid:before {
  content: "\f462"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-bars:before {
  content: "\f0c9"; }

.fa-baseball-ball:before {
  content: "\f433"; }

.fa-basketball-ball:before {
  content: "\f434"; }

.fa-bath:before {
  content: "\f2cd"; }

.fa-battery-empty:before {
  content: "\f244"; }

.fa-battery-full:before {
  content: "\f240"; }

.fa-battery-half:before {
  content: "\f242"; }

.fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-bed:before {
  content: "\f236"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bezier-curve:before {
  content: "\f55b"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bimobject:before {
  content: "\f378"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitcoin:before {
  content: "\f379"; }

.fa-bity:before {
  content: "\f37a"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-blackberry:before {
  content: "\f37b"; }

.fa-blender:before {
  content: "\f517"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-blogger:before {
  content: "\f37c"; }

.fa-blogger-b:before {
  content: "\f37d"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-bold:before {
  content: "\f032"; }

.fa-bolt:before {
  content: "\f0e7"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-bone:before {
  content: "\f5d7"; }

.fa-bong:before {
  content: "\f55c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-book-open:before {
  content: "\f518"; }

.fa-book-reader:before {
  content: "\f5da"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-bowling-ball:before {
  content: "\f436"; }

.fa-box:before {
  content: "\f466"; }

.fa-box-open:before {
  content: "\f49e"; }

.fa-boxes:before {
  content: "\f468"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-brain:before {
  content: "\f5dc"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-briefcase-medical:before {
  content: "\f469"; }

.fa-broadcast-tower:before {
  content: "\f519"; }

.fa-broom:before {
  content: "\f51a"; }

.fa-brush:before {
  content: "\f55d"; }

.fa-btc:before {
  content: "\f15a"; }

.fa-bug:before {
  content: "\f188"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-burn:before {
  content: "\f46a"; }

.fa-buromobelexperte:before {
  content: "\f37f"; }

.fa-bus:before {
  content: "\f207"; }

.fa-bus-alt:before {
  content: "\f55e"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-calendar:before {
  content: "\f133"; }

.fa-calendar-alt:before {
  content: "\f073"; }

.fa-calendar-check:before {
  content: "\f274"; }

.fa-calendar-minus:before {
  content: "\f272"; }

.fa-calendar-plus:before {
  content: "\f271"; }

.fa-calendar-times:before {
  content: "\f273"; }

.fa-camera:before {
  content: "\f030"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-cannabis:before {
  content: "\f55f"; }

.fa-capsules:before {
  content: "\f46b"; }

.fa-car:before {
  content: "\f1b9"; }

.fa-car-alt:before {
  content: "\f5de"; }

.fa-car-battery:before {
  content: "\f5df"; }

.fa-car-crash:before {
  content: "\f5e1"; }

.fa-car-side:before {
  content: "\f5e4"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-caret-square-down:before {
  content: "\f150"; }

.fa-caret-square-left:before {
  content: "\f191"; }

.fa-caret-square-right:before {
  content: "\f152"; }

.fa-caret-square-up:before {
  content: "\f151"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cc-amazon-pay:before {
  content: "\f42d"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-apple-pay:before {
  content: "\f416"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-centercode:before {
  content: "\f380"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-chalkboard:before {
  content: "\f51b"; }

.fa-chalkboard-teacher:before {
  content: "\f51c"; }

.fa-charging-station:before {
  content: "\f5e7"; }

.fa-chart-area:before {
  content: "\f1fe"; }

.fa-chart-bar:before {
  content: "\f080"; }

.fa-chart-line:before {
  content: "\f201"; }

.fa-chart-pie:before {
  content: "\f200"; }

.fa-check:before {
  content: "\f00c"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-check-double:before {
  content: "\f560"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-chess:before {
  content: "\f439"; }

.fa-chess-bishop:before {
  content: "\f43a"; }

.fa-chess-board:before {
  content: "\f43c"; }

.fa-chess-king:before {
  content: "\f43f"; }

.fa-chess-knight:before {
  content: "\f441"; }

.fa-chess-pawn:before {
  content: "\f443"; }

.fa-chess-queen:before {
  content: "\f445"; }

.fa-chess-rook:before {
  content: "\f447"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-church:before {
  content: "\f51d"; }

.fa-circle:before {
  content: "\f111"; }

.fa-circle-notch:before {
  content: "\f1ce"; }

.fa-clipboard:before {
  content: "\f328"; }

.fa-clipboard-check:before {
  content: "\f46c"; }

.fa-clipboard-list:before {
  content: "\f46d"; }

.fa-clock:before {
  content: "\f017"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-closed-captioning:before {
  content: "\f20a"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-cloud-download-alt:before {
  content: "\f381"; }

.fa-cloud-upload-alt:before {
  content: "\f382"; }

.fa-cloudscale:before {
  content: "\f383"; }

.fa-cloudsmith:before {
  content: "\f384"; }

.fa-cloudversify:before {
  content: "\f385"; }

.fa-cocktail:before {
  content: "\f561"; }

.fa-code:before {
  content: "\f121"; }

.fa-code-branch:before {
  content: "\f126"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cog:before {
  content: "\f013"; }

.fa-cogs:before {
  content: "\f085"; }

.fa-coins:before {
  content: "\f51e"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-comment:before {
  content: "\f075"; }

.fa-comment-alt:before {
  content: "\f27a"; }

.fa-comment-dots:before {
  content: "\f4ad"; }

.fa-comment-slash:before {
  content: "\f4b3"; }

.fa-comments:before {
  content: "\f086"; }

.fa-compact-disc:before {
  content: "\f51f"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-compress:before {
  content: "\f066"; }

.fa-concierge-bell:before {
  content: "\f562"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-cookie:before {
  content: "\f563"; }

.fa-cookie-bite:before {
  content: "\f564"; }

.fa-copy:before {
  content: "\f0c5"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-couch:before {
  content: "\f4b8"; }

.fa-cpanel:before {
  content: "\f388"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-creative-commons-by:before {
  content: "\f4e7"; }

.fa-creative-commons-nc:before {
  content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
  content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
  content: "\f4ea"; }

.fa-creative-commons-nd:before {
  content: "\f4eb"; }

.fa-creative-commons-pd:before {
  content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
  content: "\f4ed"; }

.fa-creative-commons-remix:before {
  content: "\f4ee"; }

.fa-creative-commons-sa:before {
  content: "\f4ef"; }

.fa-creative-commons-sampling:before {
  content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1"; }

.fa-creative-commons-share:before {
  content: "\f4f2"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-crop:before {
  content: "\f125"; }

.fa-crop-alt:before {
  content: "\f565"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-crow:before {
  content: "\f520"; }

.fa-crown:before {
  content: "\f521"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-css3-alt:before {
  content: "\f38b"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-cut:before {
  content: "\f0c4"; }

.fa-cuttlefish:before {
  content: "\f38c"; }

.fa-d-and-d:before {
  content: "\f38d"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-deaf:before {
  content: "\f2a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-deploydog:before {
  content: "\f38e"; }

.fa-deskpro:before {
  content: "\f38f"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-diagnoses:before {
  content: "\f470"; }

.fa-dice:before {
  content: "\f522"; }

.fa-dice-five:before {
  content: "\f523"; }

.fa-dice-four:before {
  content: "\f524"; }

.fa-dice-one:before {
  content: "\f525"; }

.fa-dice-six:before {
  content: "\f526"; }

.fa-dice-three:before {
  content: "\f527"; }

.fa-dice-two:before {
  content: "\f528"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-digital-ocean:before {
  content: "\f391"; }

.fa-digital-tachograph:before {
  content: "\f566"; }

.fa-directions:before {
  content: "\f5eb"; }

.fa-discord:before {
  content: "\f392"; }

.fa-discourse:before {
  content: "\f393"; }

.fa-divide:before {
  content: "\f529"; }

.fa-dizzy:before {
  content: "\f567"; }

.fa-dna:before {
  content: "\f471"; }

.fa-dochub:before {
  content: "\f394"; }

.fa-docker:before {
  content: "\f395"; }

.fa-dollar-sign:before {
  content: "\f155"; }

.fa-dolly:before {
  content: "\f472"; }

.fa-dolly-flatbed:before {
  content: "\f474"; }

.fa-donate:before {
  content: "\f4b9"; }

.fa-door-closed:before {
  content: "\f52a"; }

.fa-door-open:before {
  content: "\f52b"; }

.fa-dot-circle:before {
  content: "\f192"; }

.fa-dove:before {
  content: "\f4ba"; }

.fa-download:before {
  content: "\f019"; }

.fa-draft2digital:before {
  content: "\f396"; }

.fa-drafting-compass:before {
  content: "\f568"; }

.fa-draw-polygon:before {
  content: "\f5ee"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-dribbble-square:before {
  content: "\f397"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-drum:before {
  content: "\f569"; }

.fa-drum-steelpan:before {
  content: "\f56a"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-dumbbell:before {
  content: "\f44b"; }

.fa-dyalog:before {
  content: "\f399"; }

.fa-earlybirds:before {
  content: "\f39a"; }

.fa-ebay:before {
  content: "\f4f4"; }

.fa-edge:before {
  content: "\f282"; }

.fa-edit:before {
  content: "\f044"; }

.fa-eject:before {
  content: "\f052"; }

.fa-elementor:before {
  content: "\f430"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-ello:before {
  content: "\f5f1"; }

.fa-ember:before {
  content: "\f423"; }

.fa-empire:before {
  content: "\f1d1"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-envira:before {
  content: "\f299"; }

.fa-equals:before {
  content: "\f52c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-erlang:before {
  content: "\f39d"; }

.fa-ethereum:before {
  content: "\f42e"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-euro-sign:before {
  content: "\f153"; }

.fa-exchange-alt:before {
  content: "\f362"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-expand:before {
  content: "\f065"; }

.fa-expand-arrows-alt:before {
  content: "\f31e"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-external-link-alt:before {
  content: "\f35d"; }

.fa-external-link-square-alt:before {
  content: "\f360"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-dropper:before {
  content: "\f1fb"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-facebook:before {
  content: "\f09a"; }

.fa-facebook-f:before {
  content: "\f39e"; }

.fa-facebook-messenger:before {
  content: "\f39f"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-feather:before {
  content: "\f52d"; }

.fa-feather-alt:before {
  content: "\f56b"; }

.fa-female:before {
  content: "\f182"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-alt:before {
  content: "\f15c"; }

.fa-file-archive:before {
  content: "\f1c6"; }

.fa-file-audio:before {
  content: "\f1c7"; }

.fa-file-code:before {
  content: "\f1c9"; }

.fa-file-contract:before {
  content: "\f56c"; }

.fa-file-download:before {
  content: "\f56d"; }

.fa-file-excel:before {
  content: "\f1c3"; }

.fa-file-export:before {
  content: "\f56e"; }

.fa-file-image:before {
  content: "\f1c5"; }

.fa-file-import:before {
  content: "\f56f"; }

.fa-file-invoice:before {
  content: "\f570"; }

.fa-file-invoice-dollar:before {
  content: "\f571"; }

.fa-file-medical:before {
  content: "\f477"; }

.fa-file-medical-alt:before {
  content: "\f478"; }

.fa-file-pdf:before {
  content: "\f1c1"; }

.fa-file-powerpoint:before {
  content: "\f1c4"; }

.fa-file-prescription:before {
  content: "\f572"; }

.fa-file-signature:before {
  content: "\f573"; }

.fa-file-upload:before {
  content: "\f574"; }

.fa-file-video:before {
  content: "\f1c8"; }

.fa-file-word:before {
  content: "\f1c2"; }

.fa-fill:before {
  content: "\f575"; }

.fa-fill-drip:before {
  content: "\f576"; }

.fa-film:before {
  content: "\f008"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-fingerprint:before {
  content: "\f577"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-first-aid:before {
  content: "\f479"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-first-order-alt:before {
  content: "\f50a"; }

.fa-firstdraft:before {
  content: "\f3a1"; }

.fa-fish:before {
  content: "\f578"; }

.fa-flag:before {
  content: "\f024"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-flipboard:before {
  content: "\f44d"; }

.fa-flushed:before {
  content: "\f579"; }

.fa-fly:before {
  content: "\f417"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-font:before {
  content: "\f031"; }

.fa-font-awesome:before {
  content: "\f2b4"; }

.fa-font-awesome-alt:before {
  content: "\f35c"; }

.fa-font-awesome-flag:before {
  content: "\f425"; }

.fa-font-awesome-logo-full:before {
  content: "\f4e6"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-fonticons-fi:before {
  content: "\f3a2"; }

.fa-football-ball:before {
  content: "\f44e"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-fort-awesome-alt:before {
  content: "\f3a3"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-freebsd:before {
  content: "\f3a4"; }

.fa-frog:before {
  content: "\f52e"; }

.fa-frown:before {
  content: "\f119"; }

.fa-frown-open:before {
  content: "\f57a"; }

.fa-fulcrum:before {
  content: "\f50b"; }

.fa-futbol:before {
  content: "\f1e3"; }

.fa-galactic-republic:before {
  content: "\f50c"; }

.fa-galactic-senate:before {
  content: "\f50d"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-gas-pump:before {
  content: "\f52f"; }

.fa-gavel:before {
  content: "\f0e3"; }

.fa-gem:before {
  content: "\f3a5"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-github:before {
  content: "\f09b"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-gitkraken:before {
  content: "\f3a6"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-gitter:before {
  content: "\f426"; }

.fa-glass-martini:before {
  content: "\f000"; }

.fa-glass-martini-alt:before {
  content: "\f57b"; }

.fa-glasses:before {
  content: "\f530"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-globe-africa:before {
  content: "\f57c"; }

.fa-globe-americas:before {
  content: "\f57d"; }

.fa-globe-asia:before {
  content: "\f57e"; }

.fa-gofore:before {
  content: "\f3a7"; }

.fa-golf-ball:before {
  content: "\f450"; }

.fa-goodreads:before {
  content: "\f3a8"; }

.fa-goodreads-g:before {
  content: "\f3a9"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-google-drive:before {
  content: "\f3aa"; }

.fa-google-play:before {
  content: "\f3ab"; }

.fa-google-plus:before {
  content: "\f2b3"; }

.fa-google-plus-g:before {
  content: "\f0d5"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-graduation-cap:before {
  content: "\f19d"; }

.fa-gratipay:before {
  content: "\f184"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-greater-than:before {
  content: "\f531"; }

.fa-greater-than-equal:before {
  content: "\f532"; }

.fa-grimace:before {
  content: "\f57f"; }

.fa-grin:before {
  content: "\f580"; }

.fa-grin-alt:before {
  content: "\f581"; }

.fa-grin-beam:before {
  content: "\f582"; }

.fa-grin-beam-sweat:before {
  content: "\f583"; }

.fa-grin-hearts:before {
  content: "\f584"; }

.fa-grin-squint:before {
  content: "\f585"; }

.fa-grin-squint-tears:before {
  content: "\f586"; }

.fa-grin-stars:before {
  content: "\f587"; }

.fa-grin-tears:before {
  content: "\f588"; }

.fa-grin-tongue:before {
  content: "\f589"; }

.fa-grin-tongue-squint:before {
  content: "\f58a"; }

.fa-grin-tongue-wink:before {
  content: "\f58b"; }

.fa-grin-wink:before {
  content: "\f58c"; }

.fa-grip-horizontal:before {
  content: "\f58d"; }

.fa-grip-vertical:before {
  content: "\f58e"; }

.fa-gripfire:before {
  content: "\f3ac"; }

.fa-grunt:before {
  content: "\f3ad"; }

.fa-gulp:before {
  content: "\f3ae"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-hacker-news:before {
  content: "\f1d4"; }

.fa-hacker-news-square:before {
  content: "\f3af"; }

.fa-hackerrank:before {
  content: "\f5f7"; }

.fa-hand-holding:before {
  content: "\f4bd"; }

.fa-hand-holding-heart:before {
  content: "\f4be"; }

.fa-hand-holding-usd:before {
  content: "\f4c0"; }

.fa-hand-lizard:before {
  content: "\f258"; }

.fa-hand-paper:before {
  content: "\f256"; }

.fa-hand-peace:before {
  content: "\f25b"; }

.fa-hand-point-down:before {
  content: "\f0a7"; }

.fa-hand-point-left:before {
  content: "\f0a5"; }

.fa-hand-point-right:before {
  content: "\f0a4"; }

.fa-hand-point-up:before {
  content: "\f0a6"; }

.fa-hand-pointer:before {
  content: "\f25a"; }

.fa-hand-rock:before {
  content: "\f255"; }

.fa-hand-scissors:before {
  content: "\f257"; }

.fa-hand-spock:before {
  content: "\f259"; }

.fa-hands:before {
  content: "\f4c2"; }

.fa-hands-helping:before {
  content: "\f4c4"; }

.fa-handshake:before {
  content: "\f2b5"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-hdd:before {
  content: "\f0a0"; }

.fa-heading:before {
  content: "\f1dc"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-headphones-alt:before {
  content: "\f58f"; }

.fa-headset:before {
  content: "\f590"; }

.fa-heart:before {
  content: "\f004"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-helicopter:before {
  content: "\f533"; }

.fa-highlighter:before {
  content: "\f591"; }

.fa-hips:before {
  content: "\f452"; }

.fa-hire-a-helper:before {
  content: "\f3b0"; }

.fa-history:before {
  content: "\f1da"; }

.fa-hockey-puck:before {
  content: "\f453"; }

.fa-home:before {
  content: "\f015"; }

.fa-hooli:before {
  content: "\f427"; }

.fa-hornbill:before {
  content: "\f592"; }

.fa-hospital:before {
  content: "\f0f8"; }

.fa-hospital-alt:before {
  content: "\f47d"; }

.fa-hospital-symbol:before {
  content: "\f47e"; }

.fa-hot-tub:before {
  content: "\f593"; }

.fa-hotel:before {
  content: "\f594"; }

.fa-hotjar:before {
  content: "\f3b1"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-start:before {
  content: "\f251"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-hubspot:before {
  content: "\f3b2"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-id-card:before {
  content: "\f2c2"; }

.fa-id-card-alt:before {
  content: "\f47f"; }

.fa-image:before {
  content: "\f03e"; }

.fa-images:before {
  content: "\f302"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-industry:before {
  content: "\f275"; }

.fa-infinity:before {
  content: "\f534"; }

.fa-info:before {
  content: "\f129"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-italic:before {
  content: "\f033"; }

.fa-itunes:before {
  content: "\f3b4"; }

.fa-itunes-note:before {
  content: "\f3b5"; }

.fa-java:before {
  content: "\f4e4"; }

.fa-jedi-order:before {
  content: "\f50e"; }

.fa-jenkins:before {
  content: "\f3b6"; }

.fa-joget:before {
  content: "\f3b7"; }

.fa-joint:before {
  content: "\f595"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-js:before {
  content: "\f3b8"; }

.fa-js-square:before {
  content: "\f3b9"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-kaggle:before {
  content: "\f5fa"; }

.fa-key:before {
  content: "\f084"; }

.fa-keybase:before {
  content: "\f4f5"; }

.fa-keyboard:before {
  content: "\f11c"; }

.fa-keycdn:before {
  content: "\f3ba"; }

.fa-kickstarter:before {
  content: "\f3bb"; }

.fa-kickstarter-k:before {
  content: "\f3bc"; }

.fa-kiss:before {
  content: "\f596"; }

.fa-kiss-beam:before {
  content: "\f597"; }

.fa-kiss-wink-heart:before {
  content: "\f598"; }

.fa-kiwi-bird:before {
  content: "\f535"; }

.fa-korvue:before {
  content: "\f42f"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-laptop-code:before {
  content: "\f5fc"; }

.fa-laravel:before {
  content: "\f3bd"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-laugh:before {
  content: "\f599"; }

.fa-laugh-beam:before {
  content: "\f59a"; }

.fa-laugh-squint:before {
  content: "\f59b"; }

.fa-laugh-wink:before {
  content: "\f59c"; }

.fa-layer-group:before {
  content: "\f5fd"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-lemon:before {
  content: "\f094"; }

.fa-less:before {
  content: "\f41d"; }

.fa-less-than:before {
  content: "\f536"; }

.fa-less-than-equal:before {
  content: "\f537"; }

.fa-level-down-alt:before {
  content: "\f3be"; }

.fa-level-up-alt:before {
  content: "\f3bf"; }

.fa-life-ring:before {
  content: "\f1cd"; }

.fa-lightbulb:before {
  content: "\f0eb"; }

.fa-line:before {
  content: "\f3c0"; }

.fa-link:before {
  content: "\f0c1"; }

.fa-linkedin:before {
  content: "\f08c"; }

.fa-linkedin-in:before {
  content: "\f0e1"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-lira-sign:before {
  content: "\f195"; }

.fa-list:before {
  content: "\f03a"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-lock:before {
  content: "\f023"; }

.fa-lock-open:before {
  content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
  content: "\f309"; }

.fa-long-arrow-alt-left:before {
  content: "\f30a"; }

.fa-long-arrow-alt-right:before {
  content: "\f30b"; }

.fa-long-arrow-alt-up:before {
  content: "\f30c"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-luggage-cart:before {
  content: "\f59d"; }

.fa-lyft:before {
  content: "\f3c3"; }

.fa-magento:before {
  content: "\f3c4"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-mailchimp:before {
  content: "\f59e"; }

.fa-male:before {
  content: "\f183"; }

.fa-mandalorian:before {
  content: "\f50f"; }

.fa-map:before {
  content: "\f279"; }

.fa-map-marked:before {
  content: "\f59f"; }

.fa-map-marked-alt:before {
  content: "\f5a0"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-map-marker-alt:before {
  content: "\f3c5"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-markdown:before {
  content: "\f60f"; }

.fa-marker:before {
  content: "\f5a1"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mastodon:before {
  content: "\f4f6"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-medal:before {
  content: "\f5a2"; }

.fa-medapps:before {
  content: "\f3c6"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-medium-m:before {
  content: "\f3c7"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-medrt:before {
  content: "\f3c8"; }

.fa-meetup:before {
  content: "\f2e0"; }

.fa-megaport:before {
  content: "\f5a3"; }

.fa-meh:before {
  content: "\f11a"; }

.fa-meh-blank:before {
  content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
  content: "\f5a5"; }

.fa-memory:before {
  content: "\f538"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-alt:before {
  content: "\f3c9"; }

.fa-microphone-alt-slash:before {
  content: "\f539"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-microscope:before {
  content: "\f610"; }

.fa-microsoft:before {
  content: "\f3ca"; }

.fa-minus:before {
  content: "\f068"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-mix:before {
  content: "\f3cb"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-mizuni:before {
  content: "\f3cc"; }

.fa-mobile:before {
  content: "\f10b"; }

.fa-mobile-alt:before {
  content: "\f3cd"; }

.fa-modx:before {
  content: "\f285"; }

.fa-monero:before {
  content: "\f3d0"; }

.fa-money-bill:before {
  content: "\f0d6"; }

.fa-money-bill-alt:before {
  content: "\f3d1"; }

.fa-money-bill-wave:before {
  content: "\f53a"; }

.fa-money-bill-wave-alt:before {
  content: "\f53b"; }

.fa-money-check:before {
  content: "\f53c"; }

.fa-money-check-alt:before {
  content: "\f53d"; }

.fa-monument:before {
  content: "\f5a6"; }

.fa-moon:before {
  content: "\f186"; }

.fa-mortar-pestle:before {
  content: "\f5a7"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-music:before {
  content: "\f001"; }

.fa-napster:before {
  content: "\f3d2"; }

.fa-neos:before {
  content: "\f612"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-newspaper:before {
  content: "\f1ea"; }

.fa-nimblr:before {
  content: "\f5a8"; }

.fa-nintendo-switch:before {
  content: "\f418"; }

.fa-node:before {
  content: "\f419"; }

.fa-node-js:before {
  content: "\f3d3"; }

.fa-not-equal:before {
  content: "\f53e"; }

.fa-notes-medical:before {
  content: "\f481"; }

.fa-npm:before {
  content: "\f3d4"; }

.fa-ns8:before {
  content: "\f3d5"; }

.fa-nutritionix:before {
  content: "\f3d6"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-oil-can:before {
  content: "\f613"; }

.fa-old-republic:before {
  content: "\f510"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-osi:before {
  content: "\f41a"; }

.fa-outdent:before {
  content: "\f03b"; }

.fa-page4:before {
  content: "\f3d7"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-paint-roller:before {
  content: "\f5aa"; }

.fa-palette:before {
  content: "\f53f"; }

.fa-palfed:before {
  content: "\f3d8"; }

.fa-pallet:before {
  content: "\f482"; }

.fa-paper-plane:before {
  content: "\f1d8"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-parachute-box:before {
  content: "\f4cd"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-parking:before {
  content: "\f540"; }

.fa-passport:before {
  content: "\f5ab"; }

.fa-paste:before {
  content: "\f0ea"; }

.fa-patreon:before {
  content: "\f3d9"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-pen:before {
  content: "\f304"; }

.fa-pen-alt:before {
  content: "\f305"; }

.fa-pen-fancy:before {
  content: "\f5ac"; }

.fa-pen-nib:before {
  content: "\f5ad"; }

.fa-pen-square:before {
  content: "\f14b"; }

.fa-pencil-alt:before {
  content: "\f303"; }

.fa-pencil-ruler:before {
  content: "\f5ae"; }

.fa-people-carry:before {
  content: "\f4ce"; }

.fa-percent:before {
  content: "\f295"; }

.fa-percentage:before {
  content: "\f541"; }

.fa-periscope:before {
  content: "\f3da"; }

.fa-phabricator:before {
  content: "\f3db"; }

.fa-phoenix-framework:before {
  content: "\f3dc"; }

.fa-phoenix-squadron:before {
  content: "\f511"; }

.fa-phone:before {
  content: "\f095"; }

.fa-phone-slash:before {
  content: "\f3dd"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-phone-volume:before {
  content: "\f2a0"; }

.fa-php:before {
  content: "\f457"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-pied-piper-hat:before {
  content: "\f4e5"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-piggy-bank:before {
  content: "\f4d3"; }

.fa-pills:before {
  content: "\f484"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-plane:before {
  content: "\f072"; }

.fa-plane-arrival:before {
  content: "\f5af"; }

.fa-plane-departure:before {
  content: "\f5b0"; }

.fa-play:before {
  content: "\f04b"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-playstation:before {
  content: "\f3df"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-plus:before {
  content: "\f067"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-poo:before {
  content: "\f2fe"; }

.fa-poop:before {
  content: "\f619"; }

.fa-portrait:before {
  content: "\f3e0"; }

.fa-pound-sign:before {
  content: "\f154"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-prescription:before {
  content: "\f5b1"; }

.fa-prescription-bottle:before {
  content: "\f485"; }

.fa-prescription-bottle-alt:before {
  content: "\f486"; }

.fa-print:before {
  content: "\f02f"; }

.fa-procedures:before {
  content: "\f487"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-project-diagram:before {
  content: "\f542"; }

.fa-pushed:before {
  content: "\f3e1"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-python:before {
  content: "\f3e2"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-question:before {
  content: "\f128"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-quidditch:before {
  content: "\f458"; }

.fa-quinscape:before {
  content: "\f459"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-r-project:before {
  content: "\f4f7"; }

.fa-random:before {
  content: "\f074"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-react:before {
  content: "\f41b"; }

.fa-readme:before {
  content: "\f4d5"; }

.fa-rebel:before {
  content: "\f1d0"; }

.fa-receipt:before {
  content: "\f543"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-red-river:before {
  content: "\f3e3"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-redo:before {
  content: "\f01e"; }

.fa-redo-alt:before {
  content: "\f2f9"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-rendact:before {
  content: "\f3e4"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-reply:before {
  content: "\f3e5"; }

.fa-reply-all:before {
  content: "\f122"; }

.fa-replyd:before {
  content: "\f3e6"; }

.fa-researchgate:before {
  content: "\f4f8"; }

.fa-resolving:before {
  content: "\f3e7"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-rev:before {
  content: "\f5b2"; }

.fa-ribbon:before {
  content: "\f4d6"; }

.fa-road:before {
  content: "\f018"; }

.fa-robot:before {
  content: "\f544"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-rocketchat:before {
  content: "\f3e8"; }

.fa-rockrms:before {
  content: "\f3e9"; }

.fa-route:before {
  content: "\f4d7"; }

.fa-rss:before {
  content: "\f09e"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-ruble-sign:before {
  content: "\f158"; }

.fa-ruler:before {
  content: "\f545"; }

.fa-ruler-combined:before {
  content: "\f546"; }

.fa-ruler-horizontal:before {
  content: "\f547"; }

.fa-ruler-vertical:before {
  content: "\f548"; }

.fa-rupee-sign:before {
  content: "\f156"; }

.fa-sad-cry:before {
  content: "\f5b3"; }

.fa-sad-tear:before {
  content: "\f5b4"; }

.fa-safari:before {
  content: "\f267"; }

.fa-sass:before {
  content: "\f41e"; }

.fa-save:before {
  content: "\f0c7"; }

.fa-schlix:before {
  content: "\f3ea"; }

.fa-school:before {
  content: "\f549"; }

.fa-screwdriver:before {
  content: "\f54a"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-search:before {
  content: "\f002"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-searchengin:before {
  content: "\f3eb"; }

.fa-seedling:before {
  content: "\f4d8"; }

.fa-sellcast:before {
  content: "\f2da"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-server:before {
  content: "\f233"; }

.fa-servicestack:before {
  content: "\f3ec"; }

.fa-shapes:before {
  content: "\f61f"; }

.fa-share:before {
  content: "\f064"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-shekel-sign:before {
  content: "\f20b"; }

.fa-shield-alt:before {
  content: "\f3ed"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-shipping-fast:before {
  content: "\f48b"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-shoe-prints:before {
  content: "\f54b"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-shopware:before {
  content: "\f5b5"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-shuttle-van:before {
  content: "\f5b6"; }

.fa-sign:before {
  content: "\f4d9"; }

.fa-sign-in-alt:before {
  content: "\f2f6"; }

.fa-sign-language:before {
  content: "\f2a7"; }

.fa-sign-out-alt:before {
  content: "\f2f5"; }

.fa-signal:before {
  content: "\f012"; }

.fa-signature:before {
  content: "\f5b7"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-sistrix:before {
  content: "\f3ee"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-sith:before {
  content: "\f512"; }

.fa-skull:before {
  content: "\f54c"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-slack:before {
  content: "\f198"; }

.fa-slack-hash:before {
  content: "\f3ef"; }

.fa-sliders-h:before {
  content: "\f1de"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-smile:before {
  content: "\f118"; }

.fa-smile-beam:before {
  content: "\f5b8"; }

.fa-smile-wink:before {
  content: "\f4da"; }

.fa-smoking:before {
  content: "\f48d"; }

.fa-smoking-ban:before {
  content: "\f54d"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-snowflake:before {
  content: "\f2dc"; }

.fa-solar-panel:before {
  content: "\f5ba"; }

.fa-sort:before {
  content: "\f0dc"; }

.fa-sort-alpha-down:before {
  content: "\f15d"; }

.fa-sort-alpha-up:before {
  content: "\f15e"; }

.fa-sort-amount-down:before {
  content: "\f160"; }

.fa-sort-amount-up:before {
  content: "\f161"; }

.fa-sort-down:before {
  content: "\f0dd"; }

.fa-sort-numeric-down:before {
  content: "\f162"; }

.fa-sort-numeric-up:before {
  content: "\f163"; }

.fa-sort-up:before {
  content: "\f0de"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-spa:before {
  content: "\f5bb"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-speakap:before {
  content: "\f3f3"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-splotch:before {
  content: "\f5bc"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-spray-can:before {
  content: "\f5bd"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-square-full:before {
  content: "\f45c"; }

.fa-squarespace:before {
  content: "\f5be"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-stamp:before {
  content: "\f5bf"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-star-half-alt:before {
  content: "\f5c0"; }

.fa-star-of-life:before {
  content: "\f621"; }

.fa-staylinked:before {
  content: "\f3f5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-steam-symbol:before {
  content: "\f3f6"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-sticker-mule:before {
  content: "\f3f7"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stopwatch:before {
  content: "\f2f2"; }

.fa-store:before {
  content: "\f54e"; }

.fa-store-alt:before {
  content: "\f54f"; }

.fa-strava:before {
  content: "\f428"; }

.fa-stream:before {
  content: "\f550"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-stripe:before {
  content: "\f429"; }

.fa-stripe-s:before {
  content: "\f42a"; }

.fa-stroopwafel:before {
  content: "\f551"; }

.fa-studiovinari:before {
  content: "\f3f8"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-subway:before {
  content: "\f239"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-suitcase-rolling:before {
  content: "\f5c1"; }

.fa-sun:before {
  content: "\f185"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-supple:before {
  content: "\f3f9"; }

.fa-surprise:before {
  content: "\f5c2"; }

.fa-swatchbook:before {
  content: "\f5c3"; }

.fa-swimmer:before {
  content: "\f5c4"; }

.fa-swimming-pool:before {
  content: "\f5c5"; }

.fa-sync:before {
  content: "\f021"; }

.fa-sync-alt:before {
  content: "\f2f1"; }

.fa-syringe:before {
  content: "\f48e"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-table-tennis:before {
  content: "\f45d"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-tablet-alt:before {
  content: "\f3fa"; }

.fa-tablets:before {
  content: "\f490"; }

.fa-tachometer-alt:before {
  content: "\f3fd"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-tape:before {
  content: "\f4db"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-taxi:before {
  content: "\f1ba"; }

.fa-teamspeak:before {
  content: "\f4f9"; }

.fa-teeth:before {
  content: "\f62e"; }

.fa-teeth-open:before {
  content: "\f62f"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-telegram-plane:before {
  content: "\f3fe"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-theater-masks:before {
  content: "\f630"; }

.fa-themeco:before {
  content: "\f5c6"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-thermometer:before {
  content: "\f491"; }

.fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbtack:before {
  content: "\f08d"; }

.fa-ticket-alt:before {
  content: "\f3ff"; }

.fa-times:before {
  content: "\f00d"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-tint:before {
  content: "\f043"; }

.fa-tint-slash:before {
  content: "\f5c7"; }

.fa-tired:before {
  content: "\f5c8"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-toolbox:before {
  content: "\f552"; }

.fa-tooth:before {
  content: "\f5c9"; }

.fa-trade-federation:before {
  content: "\f513"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-traffic-light:before {
  content: "\f637"; }

.fa-train:before {
  content: "\f238"; }

.fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-trash-alt:before {
  content: "\f2ed"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-trello:before {
  content: "\f181"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-truck-loading:before {
  content: "\f4de"; }

.fa-truck-monster:before {
  content: "\f63b"; }

.fa-truck-moving:before {
  content: "\f4df"; }

.fa-truck-pickup:before {
  content: "\f63c"; }

.fa-tshirt:before {
  content: "\f553"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-tv:before {
  content: "\f26c"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-typo3:before {
  content: "\f42b"; }

.fa-uber:before {
  content: "\f402"; }

.fa-uikit:before {
  content: "\f403"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-umbrella-beach:before {
  content: "\f5ca"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-undo:before {
  content: "\f0e2"; }

.fa-undo-alt:before {
  content: "\f2ea"; }

.fa-uniregistry:before {
  content: "\f404"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-university:before {
  content: "\f19c"; }

.fa-unlink:before {
  content: "\f127"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-untappd:before {
  content: "\f405"; }

.fa-upload:before {
  content: "\f093"; }

.fa-usb:before {
  content: "\f287"; }

.fa-user:before {
  content: "\f007"; }

.fa-user-gear:before {
  content: "\f007"; }

.fa-user-alt:before {
  content: "\f406"; }

.fa-user-alt-slash:before {
  content: "\f4fa"; }

.fa-user-astronaut:before {
  content: "\f4fb"; }

.fa-user-check:before {
  content: "\f4fc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-clock:before {
  content: "\f4fd"; }

.fa-user-cog:before {
  content: "\f4fe"; }

.fa-user-edit:before {
  content: "\f4ff"; }

.fa-user-friends:before {
  content: "\f500"; }

.fa-user-graduate:before {
  content: "\f501"; }

.fa-user-lock:before {
  content: "\f502"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-user-minus:before {
  content: "\f503"; }

.fa-user-ninja:before {
  content: "\f504"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-user-shield:before {
  content: "\f505"; }

.fa-user-slash:before {
  content: "\f506"; }

.fa-user-tag:before {
  content: "\f507"; }

.fa-user-tie:before {
  content: "\f508"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-users:before {
  content: "\f0c0"; }

.fa-users-cog:before {
  content: "\f509"; }

.fa-ussunnah:before {
  content: "\f407"; }

.fa-utensil-spoon:before {
  content: "\f2e5"; }

.fa-utensils:before {
  content: "\f2e7"; }

.fa-vaadin:before {
  content: "\f408"; }

.fa-vector-square:before {
  content: "\f5cb"; }

.fa-venus:before {
  content: "\f221"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-vial:before {
  content: "\f492"; }

.fa-vials:before {
  content: "\f493"; }

.fa-viber:before {
  content: "\f409"; }

.fa-video:before {
  content: "\f03d"; }

.fa-video-slash:before {
  content: "\f4e2"; }

.fa-vimeo:before {
  content: "\f40a"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-vimeo-v:before {
  content: "\f27d"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-vk:before {
  content: "\f189"; }

.fa-vnv:before {
  content: "\f40b"; }

.fa-volleyball-ball:before {
  content: "\f45f"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-vuejs:before {
  content: "\f41f"; }

.fa-walking:before {
  content: "\f554"; }

.fa-wallet:before {
  content: "\f555"; }

.fa-warehouse:before {
  content: "\f494"; }

.fa-weebly:before {
  content: "\f5cc"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-weight:before {
  content: "\f496"; }

.fa-weight-hanging:before {
  content: "\f5cd"; }

.fa-weixin:before {
  content: "\f1d7"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-whatsapp-square:before {
  content: "\f40c"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-whmcs:before {
  content: "\f40d"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-window-close:before {
  content: "\f410"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-wine-glass:before {
  content: "\f4e3"; }

.fa-wine-glass-alt:before {
  content: "\f5ce"; }

.fa-wix:before {
  content: "\f5cf"; }

.fa-wolf-pack-battalion:before {
  content: "\f514"; }

.fa-won-sign:before {
  content: "\f159"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-wordpress-simple:before {
  content: "\f411"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-x-ray:before {
  content: "\f497"; }

.fa-xbox:before {
  content: "\f412"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-y-combinator:before {
  content: "\f23b"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-yandex:before {
  content: "\f413"; }

.fa-yandex-international:before {
  content: "\f414"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-yen-sign:before {
  content: "\f157"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-youtube-square:before {
  content: "\f431"; }

.fa-zhihu:before {
  content: "\f63f"; }

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: normal;
  src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-brands-400.eot);
  src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-brands-400.eot?#iefix) format("embedded-opentype"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-brands-400.woff2) format("woff2"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-brands-400.woff) format("woff"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-brands-400.ttf) format("truetype"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-brands-400.svg#fontawesome) format("svg"); }

.fab {
  font-family: "Font Awesome 5 Brands"; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 400;
  src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-regular-400.eot);
  src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-regular-400.eot?#iefix) format("embedded-opentype"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-regular-400.woff2) format("woff2"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-regular-400.woff) format("woff"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-regular-400.ttf) format("truetype"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-regular-400.svg#fontawesome) format("svg"); }

.far {
  font-weight: 400; }

@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-solid-900.eot);
  src: url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-solid-900.eot?#iefix) format("embedded-opentype"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-solid-900.woff2) format("woff2"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-solid-900.woff) format("woff"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-solid-900.ttf) format("truetype"), url(/HRHub/Metronic/dist/default/assets/vendors/base/fonts/fontawesome5/fa-solid-900.svg#fontawesome) format("svg"); }

.fa, .far, .fas {
  font-family: "Font Awesome 5 Free"; }

.fa, .fas {
  font-weight: 900; }

wOFF     �\    �X                        FFTM  �@      u�lOS/2  �   J   `P\acmap  (   J  J��cvt   t       Dgasp  �8      �� glyf  	�  Ĉ ���r-�head  0   .   6
��7hhea  `       $!�hmtx  �  9  .[�T�loca  x  &  &�XH�maxp  �        �name  �(   �  ݐI�2post  �     7���x�c`d`` �~�w��6_��@�ʪ����}L��\�4 L5  x�c`d``|����L@�
 �   ��             @ .    x�c`a��������ч1����Je�dha``b`cf�FHsMa8������z��@j��(00 �D  x�mT=kTA=�iD!)#n������>\�u�U$Ŋ_M�'1X�<a���v����ҟ�O��3w&���̝�_��Y��
l|��8,�!*�{ʷ�b����*���2�q��}���;�`�!�n�S��<��2�a�Ү��c�}KT�4B��}z�'`�!j|Ư"���1�5ߑ��N3Z�Kƿ���=�q����n��죢�5��x�u'`SV����۴�S��.��K�]̈���8�k�'�=�N�.����h�B[$�K�Of��~E<��r4�u�Q�)7���}1�n�k/��
�d?��T�Et쮞��Y�Us[�i��<�-xݼ�8��a:�$���sw�.=b��f��g2��M��llg<㥓�%���<�|!����^cW��۬�E�A$>Zq���8���?c��1��jW�0`X?��1<������ ��Vp���+oYC�%vK���mL�d�����R�V�SS�a��k��o���0{;D�=i��?�,� +����Jt�ڑ5�Jg�n�VFv{���;N�>s1����W��j~CfU�U��   x�c```f�`Fp��| ���>����+|d����c~�z `dc�s��*`�X1� c�	u   D   * * * * � � �$Jp�(��l|���,@T >���@n���(@X���		&	�	�
(
�
�
�<|���
0V|���4�j�6��(� �2���Vx�>b��F�6��,f�>�� ��`�.Hb|���$>��6��� H �!:""�#L#�$$($\$�$�$�%%.%X%�%�%�&&2&�&�''2'Z'x'�'�(((x(�)>)`)�)�**d+ +�+�,,V,�,�--B-�-�.P.�.�//P/�/�00h0�11X1�22f2�2�2�33j3�4.4v4�4�5"5�6.6f6�6�6�7�7�8$8^8�8�99@9j9�9�9�:F:h:�; ;�;�<.<h<�<�<�=R=�>N>x>�>�?:?�?�@0@ZA
AXA�A�BBNB�B�CCNC|C�D D�D�E~E�E�F
F,F�F�GG6GdG�G�G�HrH�H�I&IfI�JjJ�J�K�LFLdL�L�M*M�M�N>N�OOfO�O�P`P�QDRRnR�R�S"SLS�TTZT�T�U@U�VxV�W>XX�YY8YrY�Y�ZZnZ�Z�[@[�[�\6\�\�]]Z]�]�]�^8^n^�^�__B_�_�``D`�`�aha�bb�b�c2c�c�dHd�d�e>e�e�f`f�g$gBgbg�hNh�i:i�jjlj�kk�llVl�mm0m\mtm�m�m�n@n~n�n�n�o�o�ppJpxp�p�q>qvq�q�rrRr�r�ss>s~s�s�tt&tJt�t�u v"vvww4w|w�w�x"xpx�yyLy�y�z$|�|�}Z}�}�}�~4~Z~�~���4������f�ڂ�Z����<�����\���҆�2�p�����܇�4���舔�8�����P�����ꌔ�>�v���� �F�j�����܏�������� �R�~���֒��6�����ؔ
�v�Ԕ��f�ԕ���J�x���`���
�2�\�v���������ʛF������T���Ĝޜ��L�������\����0�`������P����L�l�����&�N�l�У�.�r�ڥ<���Ҧ:�����L�z��� �x���ة�.�L���Ϊ�R����*�r���̫��,�t�����n�����B�������T����v��^�������B���г�>���޵ �@������r�|�ָ(�T���2�Z���¹��6�ػ
�B�����D�������^�����j���B���:�d������� ¶���6�^  x���\�Y x�}��֭��zߪ��guuWWU���]�%Y�e�-˲$;vE~{lӎ���)#��@�8�$&�x�%�$kH��!��.Z�|K>���2��§�>�i���{�_j'�&�0Lw��������ðL�a���[����g31�Y�g�l�3����r,�2��𶀷?+����?K�~#�HT�r�w�w�u�M���1&�D��:s���y�a�\�˥�,�6=�͆�6�ZӕrI��r�ᔥ�iL����N������G�<<Y ��)�"�#y�&?;Xp�="ǭ\�-��Ț�r\�̈́�&��9�{�,;���+���S����;{��1+�'b����`�!�q�K�9U(4��7T��Y5SiK��l�Wx�ɁiEQt]ь��������֥����p�7�e:C�HZ:�0�)�K��vI�F��'{쓏���΃��^�|�w2��w�ˤ������^�Z��m)ʃ���	��>�����C�;��w糅��T�s��:S'���w��*:E6i۱NV7�l�wv�����}�������]�}'yA�v�Z^{ֳ���v��̏g��tX��1-�ss�Δ��$���s%Q���#�Ҝn/���t��$�����D�|�����ޔ*�VE*�^hy�+���J�\��
����ȼ"���(�^57X�S�T</H��Hq��TY���u�x�PYQ�IO5L�'I��.��˞��qA��#������e]4�$�3�+j�`x���ȁ/�,G��O���*�C?�7,�O�?��c,ˎP.]&�Y`�O�`ylo�#�d�)1f����	nL�92G
l�%)U�e�%�Ds�4�%��@�\/�7�R�P���fC��y+:.mud�˛%�4V����i�_Nn��<�rP��e��?�{�b�Lq�WM'�qp3�i���W������,���ܽ�1�`֙:�I���v�]m{U�Hɑ��
t���$�s=,��f��d��q���b"���7�h���^<mvR�Dq�^w27�e�U�.T,�������2� �%������^<��H�Ũ��t�
Y!b&�6m���1?G�&�
�5�Ay�Ա��Ŗ�&�I9:�o�]��ߖ5A�Vt��)�Vu���~v����˄��S�)��L�1��9擧fǄW�eCQ��_
��2�6�_2�Gd�-�ګqu��}sh�j|�]*����fm�f@����ފ9#�3f�_��~��B�gnf�f^c֠�<��c��?�;6t[�'�S�
Uh�)�r�&�!L\|w���J�����D3�i^�Jpe{6�ۈ���.��!�oT�m��s��D��Yߜgk`��^���M;S 1��*��$��aO4C��m��(i�* phc� S6��Ȳ��I�1I`e%�%���1A ?F� �K	CD�<Nrx�ekZLQT��Ť,
xSO�qU�B2��D��ENK��!�r�	�I�� ؘ+����eM��E��j8�`@�1U�}�5b͡L\f͘��xVɉk��Y^���������rR<��q|!$D�GYN�y(kpz�cI��&fU�$ֈɉ$���y�3�nf��� ��ϋ�*�<�9P)VJ�²0���|�ī�嵽8��F��_����ޏ���_�E����s��sK'?D���!y�iF��~��������+��t�Sё��^��7�(�8�8��/�k���8:�'���ǰ��(��aP	�*A,=f��Hީ}��j�)�fƘa�{Ć<6[��o�_����W����~ӽ���Q�4�#QMI�����/�*y��U�Ԍ0��tχ����I.AR�4$�I��>߽������MΨ_��ۀ�o��&��af	ڌ!0����d`�� �(s�.��p>�����)W.ES $��ը��-O��(�ڍ�T
�7����R��d���@��	9i�l�UH\h�L���b:1�U�x��L�TuӉ[�mV:��ǲD��\SUyS!�;��E#n�rܵn\VS�"6.fSD�<��ʪ�$����7 ��зRK����	?f)��$�����d)J���i��ݘ&����Ff��̲��TU��L��Y>��rz�Ql��r���e@����lR�1K&�FI��7��I� �7�L3 ���$��]IQ�.!���e �WL�u� 謯�%QA>!�m�tm�����
dgb�� 8�^:x�[�ɚ��jZ�n���Ŗ(��]��/�����$��yI�%�����i.�Q����H|v|D x�H��\�52"r98��.�]�?/��s)���p������ןz���H������������n��<��ߏ���v|��w�J�bW:�v����y5�gG�9�~��r���ꎼ_K���;�K�y�yKU 2����R��{~G���������M��B^�Hř�菉+���s����0�m|��9U}��`�`����=�1a?���9%$�����1}�)LO�6(6�U2��%r�r:�T�0-�y�^�&ʉ<�J��|�����UJ�°�6�� ��5�&�����(�O`�c;u�޹}�\�>�`�9�����\��J���G�a3����~ol<����ΊZ�����;y��4��c�k����������H>���{7~�^���9g4���"��a��At��M8���r����//�uy%v�b����+#�����(�!��:�Y���ؓ(���"Vh<�J}�$w���ܶ'V�\�.>N�����y��##y7X�� {G��]�a�p��Z�]3�uW��J�GN��I�F�������1k0#,�N�c'����h���g�=��^�2��Df�	��.�,��8s
gȔ�4���96K&D}(m��̓I(d���R��Ј�QlV�k��PL��e3%���*R]�+�.)p^p����6�m^�P��T7��6�ؠ�՞]�O�%ҵ�ǵ�Vbx�CRLS�.XR���V�:�/�����iЗ�T7M
[�/A���ﳈs�:	���H`�HU� C���i��k��L^\��G�rp�n+�X����J,�2~�0.�//��u��c��2�?��b��u !���F<�"[�g�+������='���ܩv�?>�?��v�����Ng����6️�����_8�qI;�}
6(j /�|qb���˲#5�
�m�����t���]p��.��<��(���at//N�����3r����>������_��#C[0���<S�v�j�iB�0�,���"��Α& l�(8�fc׆�a�5�Ŀ�=�k�O����mS@��F��ܒ �.���u8���T\.m��M�	�֣2�S�q?w�X�l3�%	a�
���a�Y�M�d��5��%:��OH�3��@��y���\_�p{�����0u��C.�Q�X�k���t�=�w:]�Y�X�"�]ҵu���w�.�p��m)��?���LڣI(��ҧ�c�� ��6阝n�4�͵�p�n{��;.w沱�ّS��N����{y�����e���"�UfWnߛ�~ke��h���8أ��o&̷.��if�9ʜ�y��a7��E �X�=W�!Ѐ�92�7L���=���g�= �h��N�t�,��u�Y[R���IF�t����"u�~�
bQ(1`R���ǝ��='�0M�5��gm�%E2M�oq�Q�eL�,)�K/E4�8s�¼L%�H������ĺ AI	J�#�DI�+ �0��E���C�F�OoRuY��T&���JH��'���x��#(bE=i��&�NH5]��QI<���+&�j����,IT�B��:��+J̲Ҫ��<Q�ʰ�ܰ�I��U��9Ic�dBT�5�UT-��X+*�X��"�u{IVU+iZ�Т�������1���)�卬�uE�0T�ͤ\Q�'���,'���o�c,�>�
l��Y��U�b�S�����kv��@S_�Gm��!�PZ.�͉;�%8��=��eaʕ�6
|"UKN#=t�}�R�a2��`��4h�t))�9����`u���5�GQ�Sw��e|cr Peٳ��n���z���g�؈�%�+'��i��@)wdb*)_'Y�E{tx�tYm];54B��r��E����h�Z���G�rX���@d�ӓӞ���N�%�:�?��H�4�CY�q�l�*��p�*�ۀ�W���d��,���a���s�ʊ/� c�/��3W�N�F^�`�A�Q	�n! 	��B�<�x(�� �U�J�!|ƎB##�B��D��i��k����~9%H�nW��n%��K
��W�RD_�q�N�~�II��du�M	��	%=]x�a�2��"��?����d�Q!�r�9�)Հ��Sӣ��|�8Aefy< ދ�p�oꀲK�z���T�� !UCX>]!u�(�dyjL�F��?�Z=)�5~n�FMcL�?h����=;ҹ����SE.8;��t�D.d�ő���E�y��,�����ǥ�8��K���]w��d6�����N����
d4�S2��B���
`�;����kQU,��s=��7*U��Wk/�SV]�[�kMy��W��7k�Ы���i	_N��A$��c/�E�"�����r�6�(�+qqq�vP/%|y0�4��K�gbƴ�)�<]�%�d6	���W"8A���`5�y/6J�s���֐a����]����`�JQ�\�P�K��.�q�4L�x&m��13�#A��"��:�`Ƙ�뙻�'P�J�pL� k��(D��T�t�'m�8�d����Q�Q��)l��ٹL��"E�"�SdIaȋ���f73hR�g0t!2�h�PP�'�D�
U�&�m[Ҹb�D�tT1gY��#�[:��(8'8�<i�3~�>Ӽ/�g��)��1�8�~� ��0C4?ck�&�������le	h�cC �3`�=Ee���6EO[���q�P��N�$�H<�J�v�\�J@�L��5�V��fAmx�v#�!��z��d���\��r-�YIX�Y6����|\�q$��v,����-Z������cM�������J"P8���rM�c(�l�}��L)+��dY��XBHq:���
FL�P#)1��ҍD1I�5J"
Ztlh��($��D_����\!�⃓���,�<������'m�1�MZa���B������G��F�~~����px%kA��y'5=��9�h�琀}�e�C���遡�>�����3W�`��܅tT$�ӨM�˜���&ń�@T�^�L�����ro|��'�TU�QZ�>=;���c&�Ԡn� �ʉ��*�}5)�+���4B>��4�YLӊN�	�r�T��N��e'�+�&�C&.�X2�%�P�R+��e?W�����tG��[��8��!� ��9¬��!௒T����M�;��k�۟H?tl���x� =��#Z���\>���j<Du�� ���G�Q���jٍ?Op0+ٖ׬.�V ��!�_$���K�%(�;/ʼ\}p�h<�%��	7pW�!�|���N=�`�%��ΦH��
#:K~&XPw^ 3�*G`pqJ�|t�~�
ى󵂕U%�@z��a*�Lԝ4�DVyr��W]��H��t()+�̄!�l')%�*IT�g�8��pV�S`���TF��<��Q�lY�(���|��ɀ*8��oa����!���x���*@�~��M,��-��w���T�>:���9+��w�FI���ߵ|�H��Q֊t<����hΑ �����/����8V?�S? ��g~�t���.Y�8(B0I`:���t����KK�7������u(���<j�;���7)�YBmN�Hc	�6�Uh �T��5+ ݝ �^ ��HV���D�n�F���uUlՅ1��^閆N}Θ�����y�����ԭ��ۊd��t��*��l )��f�z&?P*!����/q�$�%i�]ڛ�@��A�ZLڵJe�ȕ��{]d�vs��XA�Q�Ҙ(/�O���@�T;ڤo�<�e�����2�ź��MO�GV�(�>2��{�t�o��Ϯ�|$\�c���O.�H��e�����b1$W����"��^���&�n?�JNG�����UE�黎�3��X�w�.Y	�������e��5��aۘ��=sN#���|�v�~
��<`��}��׋�+or)������j����p�C7|jiffi潭���`d�j�Z��K�L{�L;:�i�AL+D�h��ם�"���l�������Se�Nť��9�����t%P#�{���J:f���]ezAoc�~e�J��Jz��j��Gs��/Z���Y���n7R�q�q�ɿ�t�)!<��X��F�I�(۶<��%��[ ���z:�vɽC�w��yW�+}z�	W�t^�gokxc��m�;���C�*ӱ?��J�S'�t�=�s��$r�V�{�Z\��oM�{����T�[��]n/�Δ��M�U_�v-��6ܮE{+�b	����0��,�PX��f�N"�@� 4�E˯kA��ұ�o��xu*G�]��+��Y�w_���e��S��U�@^�|�d�9����h�W�
���pL_��yX�ѷX��Vc���^���e�Z���~������^_]}��R��?�>�x�5��Yػ��A��7i� �����ދ,v���cc���O�oR���s�3����]Z�'Z�w�m���-�;A�] ��?/�d���v�r,A>K�g�ޗ(���6�H�b���O��������&��p���yt�5�����!Ƌ�� �Aˉ&)#$,m�M9ގ��
����ٷaqg��VZ�+�{���ۋk�w��9���z=E��B5�?[#����#�EF�V��Ф�8[!�JzU�WO>I�쪪��O>I����yw��Lb�f�H'���+���wU6�+�]_i<� ��［��U`��d��F���M������2��P�=�dd�]���ӧwwJQ��V�ݷ�gh/�=�'����y���B��m��<_��@���ĢC�o)O
F��B��w�� ��ߥ}�}ݎ���fMh�� ����l�a?����f���'#��I� K��P�7�y�h7`��r��D�c��>�Ƞ!U�Eh�����W*�6��+�j@RbQ��t�E��:@;T-ŴO����� Pe�J����/u:�Bd�����ʍ��2n��}{�Nh߲�4��ob��6د�-�-���Ɣ'��RmO�뮮���T&�2Y�6B#�v�ŉ�_���Z���Q�LiP4-��88����6W-R� ��S]v14�(CQ�W�"�S^��!�oJ�:��	 ܑm��� ��%�X�墬�Ư�����~ү�����I�/]�=��~vhh�N���:���\G��ӧO�ϟ�t�����X6{$��'i?�gl���&P;ߴR�k��[q;5�'��i�¯�0pw]�*��x6}�'�D��`�m��}GY�@�����t���Ǚ�3?ļ�-�?�1���]��{�8�Rd�Ё����R9T8$۰�(��D[�1��؇09�Tf�%�Ջ�P%�d%N4E�e^�UC��E��4EQ��H%��+f,a�洪�K=n�)�ؖeUӎ%x_�4m��p��G#^�$^�9Q�5]�eATI�uQSdM��I?A` %}��kff�R��UbJ\�1c���d�&-�Qw�y �s#s;����|��N[oυ2D�<�y8��B g6�.9�|�
���ZFG��y�H��o����G_�������i�V���׮&F�EI�h���3R��xA�lN8{����?f����gb����Az�'܄�ǒ1^m+�&"��Q�'Ej'��v��a��o1��"�|ddNv�]�h���+�r���pזB��=�J9�+����h%��T�̓1�#|YP�����CA�5�6m���. �g� lQ��l-2�Q0u<��S�Q�@���sCE�*$Y�c��9���$�D�I�A ~��M|�N�" ���?�8���dZU�3Y�ͫ�6?��'p9S��d+�Y�U��.�Eg�̬��-��8�]l��j�ԦL���'�A�6sc���i_9�X0K.q��q{�T�$��b� �m��}\��6���E+�K�O��ޒ�Hq��i\y�������n��Щ/��H�VB�<��.=��1�k咄��^��VIjT��pV��<�pI��%�����C�dn��9]�tO��	�������OU%.
i�(7��Q���j�RT��8�c|�{��+	b���9��1�ڲ&���E��Y^2���m��y%�Dц���	]�T��5����Uς��k
��!>�7���@".VXQ�����)(Q;��[�H���@�%Ga/�-ZK�n�"�C1BȧT��F���أq��b</h�=\L�&�	Z��M��0��8{$���হA1wuL�	Q��83�=Z�GX_�y��q,�EUPDS�[��b%�G}4T�);/�G����
���L��1ϣD��6з���+��ab�:&�U܏�t� �6���Ҟ\$n)��'E�>��O�i����<�&F�X�Z<�BLp�(��)�(��tG�#)W��|,�'q���E�����H�&P1��DΜ��YȔt>��'֖e�/�I���i]�'D�Xv�!��Y�U'� �T^��u*��jI,���I�~��әB&"5�M�P���H�L&S������Cf+m}��D���G?�9n�������Z����ȳ���=���s5N�sz�DV�"�xj��<K;��qB1 ܄��[a"r��\�ˍX�� dm��� �i	�~ϗ�|2B�"��ᑜ������}C���	o=����~�B���br��#,�Tm�ڔ6�Q�S "��`�Ћ�	����_�=
:c�&�)/��;~��7o����OH/��%����3PN��K������9�I�'�H���;B�o�,�G��o��7��8C'�w�~�u(Xǈ����P�2�"y'an�s��C�E!�������/���ʜ7���l;�<���C���.������~�m�7�z��b��l;E��!�6~�t��y��c/�X���?��l�k����R_?%Dr���ߗ\lwu���-�[�d;�}�/�؞myKv��d;����bG�[��o�'�]�r������d)&C�=�-��P�s6�Rw8�CK���ŋ�����u���.j�/|�zQ������˚vR��_�b���ѹp���@^ ?�y�G�f��2��Ӵ��W���:t���k����{�O��:>�g�V�O��S����'��Z��b~�U���r��V�4��k���P?�2ʹ�-o��v�w���~X^�O���[�A��b��K��n6G�6����[a�pv��֔75�h5��y)H4"�iV�.����9���T+�E�k�6!���OPKN\=��Y5�8q円^x��Q�5X�Z��pt��`�7����'+������V0]a߉�7p��q1Y?X7��7�����mO���t%�,30~�� P��	-�@�%���S��n®J	�X}�?�L<l�����;[���Xj���;�6�:z?���L ՏM̞�N�Ùy7N�y����R";mȡ���Xb�̜��v�����R?CG����#���D�-�*	���~�}�;�&�����7=��M��-�����h��io�
��QY�Ng|$�e��Ԃ�8N-$�-M7E���cn"�-%��r����X��� �nV&�z��B��\5�J`n\B�6T��)y�	ZGԷ�2o�PL��ъ������)�s��:�������Nh��Qrɼb����F�.�eE��(.��˴��`��Ur��o�$=������O�����Nm�}jK�9Qs�b$�hQm�g���|t9�f��T#��yh�>3���r/��r��j~�'Z��8S�2����V5v0�j1Q���i~f(�B��镩���8�2��°�HBЄ� ���]h��0��q8� ,t3�?��Цaɝ�2C�GY(��N�0C��y���Z�W<294c&�<�����iq�(h�25�]�>w|���SIߔ�d���`f�tL���>�8��8��+K�U�z^�G ��}���
%��֣�U���޷Q��X��.0��q�#Ԗ�4�%�����+��_y����R ����?�����M�m��+ȃ��ka\ ���#1E��"=�����ÒD���pA�7V�q��E�D��y(������B=�6-I?$r����h�Ь*�\#�U(�xzx8]����:�oiQ8��[-�78�r�@���:��s�������P9�H��x��%~Ͷ�@�*k���н���S~�ȑ#3I&&'7���G�q�#�E��+�(|O쟌�3�>{�=j�j���"����m����W�k�u��\`���{_WO�0wy9�^	�0�З�:�T� :Q=��ZS�P/�@��*A���w(��u;��i�i��&<b:K�T�*U�1�@�� ���0�f�i�]��rheFI/�X4B�TC��3t$D׍8+��9!څ�]=��5��bȇ�[���HV&8q�����N�S\k"&�2 ��'�	�U�7��Y%�����Ɂ5,�,RX��������{�=TDVb�i�ڌ��F���o��D��X#
�X"kYQ��c�������7yԥ.1q�|
�}��ߒ? /S=��iFBhz�m��,��i|�
MO�M�e������\w}kU�O&U���J�=S�]��M�HXp���f�	��*��J�)C��^<�g9vqO�kpS�i���s;�Ӯ�����˘��,m3��F�7�7>Z(a������r[�|� \�{�v�_�K��z;���E���탹i��i)JBQf�"$$���h_SG-�C��>�!��(��G��u4��"�3��ch�u��y��C������w9&��Gd��j� ��������z?�~��5e��Uě����t�ʯŋ�N�s�KC�G��[��s���ׂ�̩SA��5�����ӣ���6��@J��M�� =�X'$��ڄ !��k�g�x\<�,��N������#ގ���v<�'7>7�\��!M��_U碗I��D��?U�e�e�'>|Ʉ:��%8'��/����'�� m^�����qS���Y�- �v�9� -�og�b.�8�����!yUlm�BHpp��xU��G�l�A����p�a𜶀mF��j���������_�d�?^�|g�7���Xlvğ�;�.W+7_y������6����O�)����*oϲ�?gEv�?%L2����;#�&!�?-˿D������qvH˜�=Tsy>���wU6k:887��{����=ڢ���E%=�M(N��u���g�y���,���<����8��1
��D71�*"Ǒ@"H
�F��xD%C���/�jv^�<{�2r5�L���@2������AߙZ��5�E���׵�x+屲�UGo,{��"�U��������Kx;��tP?��\/��Ë&�u�0���U�������+���^#r@�!��l����Hv'rz-Wݷo���+�bhR0K�qbvȧ�����/�㔧Q�3�l��K��{;�ؿ�",z�ͳL-�Z� B�:�ͫȦŤ�(�h���P�Sc���[Ul��e��'-$D�%��o�G'���Y���\�k�܏��? �L���nK`�\�'.��COo���D�?04�൏}aΟ^#J'�l�%��7^���/|쵠�1/�.�yh���v� !3�}��A�M��i�b����Q1ģS��	Yّ O
;�	-ˍW7�����b�	$.�hb�XJS~�v��� ��^e�M��H��'Y�#����jl�fq��[����e��=�w,Nα�c�*k�>��/��-*���C?4F���?���?/��cI{�r0Y�嬚e$b1�v������ӭ�E�٫�h��6y����]������*�O]����n�uo��#O�Gy�W�ϟ�_Q��Aka!�ґ�w:?��uh��������;����mJO��I�m)�6m>dذ0�p@72q䫫�Q�,�;'�.������{sivv��Prvv�_wH@=20�[�n��Q�Ϗ��pP��JW�EǶ�㹓���\6�˥r.��0pS�4p,��<,1�\�=���h@��B_�� Z=4�h�DɎ|��\��]����W;o��J%�%o9�tӕ���Ѝ�7�󣟍�I��ִ�;��i�
�6��ʴh�,FpH[?r������CO��0S��Y�l\��T�A�8`�QcV`)� ���>��ִ��Q6V5H�zѿ��5�i�}�:������b������״�ṽԱ�����4�z���=. 4�=N�����l�O�%�+��h2���̍�BӾ�`��}��Mܿ;�+U_޽��5��9��1���[5��?Fo��h��O-�(1u�=I��|.x��a;����7��5���ǛT���=���̀F�9ދ��0�0lU
�QQ�j����5'��hh��W�O"�]����1KOWz£�%��OVy�vV윖��1+�v���W��r�5������N-�zqۊ���z����[�G��uv�"�:��k��2Y]ڸDO�E��%3�2`��ps}ϭ�`���rsu�Owvv�Y��ad��
n!�����Gy6�H��h๶�h�	u��Т�q�0�B>���ڿ ��+V@�0ΑEދ�4�!�Y��"Oc"
h���1���i��fQ���2�g9���yQ���,�n]Btx�!�IZ访�*3�q";#�������g����]���ao��,����u��j �� H�$6�=�_��d~I�18�,/٭ã�[gK�>�P�8:R�<D� �U��T�����1\��я���,�,Cnct��3�cnf�c�/ìn7l�-�L/@3���m��ҏu��7��De�L�4��$�:�]������^�X2�v����`t�Aؖ�b^�a�{�}�e��g&�����g8r
Ӑ%�#i��Jp$�"������q���|��1\���<�3�y%	�����Rۙ��A*y�����(Y����
�(J{�JP��I���$
��̤+�18j�5Y)	��if+i�T�	�*�����Z<�ww��o������%l�af2���{.l���a����e]_�Oӵd�ܻ�_V�e���(�VY��D�b��0\���q;��/Zi�*�X�&�g^������1�Z�bz$#��^iB��X�g$�0.�i��%�����­q�QZz��C�c�bN�W���)Y����v���B")sDl<�΍�v��m�*$)ysQ��QW���6yr�l*� �פS�x�j��S-�DDUC�%��I��tlk3N�o������l6�����<*�:��L�~�����?<Y;�>z���ɱ,����vr$;�(�;�4e��G���Ń�16��c�pT�	�xI�������Z�>U�;�Zݚ,&�K�E�&�jbaR%�S`_"/9|�#�s�<��7��M�R9�g�E�X-ը�R���嶧Z�♪:+^��z�BA��@��6�M9�d�ez٘jPc�?uE��d2��ۡ�,��n�����C���&V���'E��'+��+���iIx�ŵ0t:OP$���|(	y��y�Őm�8!/�*(�߾x�����ޑ \�LIĸ�>z�� U2�F�2D�Y#��Mߤ��q*�A�%�d�`�R�x>����1��mE��g�q��&��c�DKhH����L쓼0��:��!]������m��W������C�'�7#�L
�Ȋ�<\e>|�~�߻����wx�`(N P�:���n��4�u%�])?����d�Y�Ç�nG���(���׷-�_2�[z: <�޸����e ���m{�/���!���;�0/2�2̠k��>%D��{l�"ղ�R�:�(\u��H���cE�%�H�
�'�+=z�M�<�J(��;���mT���+�m���'9�;�%7����$ŎM��R��Q4�ӟ#VB��*���X2`�wT��� 6m�U��ko}&�u#3(��db�#ɼ��O�dA��L���L���:���c�F�|�/v�)�%=*�R!�8o�]��)�yoT��x�i�^n\s빘���S��k �����	!YI
	�&鎹ɇ���|����!�7�I��$ͭø/�Ū�lrvR��� Q3�6o����?��/(
ٌ|����� Dr��j~��F��S��]~eB�0>�a���]� [6n�_w�GV�W��Z�z�{>6��p�.��|��U�~��Ax��b�L��	�D毉Q_�.�ȋ��݀�Zo�I͉w�b|���\B8�ޛE���[t�ܥ�O�g�.<��atI|��"1�<���%����{$���9�~��
�["�x&K�n���PxS��	�RS#����|X?425���9,R��!��=�8��L.�حSA�����o��c� `�E������!��v5����4������O�����;�
 ��ːS}[p*M�4_�_\���OH$T][����%˴���jgvY���6B/O#O�@���k�G"��V�����0�~^�1֌�F/�W�����^�7>�������/u� ��?O��)�� V��a���|����6���(�]�V���}�a��=��BV8IԱK�/Z�5\&�rJ��]J�Ga��Lٹ�daT��Y+�����/�@���(I
ϋ,{�k�!�;��CF�(:V�d,8��#H�@0�N��,{�7-.���Kqm;O�26���W����?�A�����˗��u����޹���+��]���^�/6s�{�z�����0�w�T�#@�:�o ^怺}�����PJO/7��8����o
h��$S�2W�"$� JՀl���'f�tMUy�V��,�r�Hc�Uޜl�cb������}��u����qI�wG2��KzH8��� Oƥ��4�`$/]�Bg��qʲ��̀_1	s��dpL�W��z��*�T�ʼ�Ɛ�5X�*Z0�E/�`��@ʣIt��j��<]���j<H�wU���0���h��t=!������GrS�I����Et&����os�F�������D�uR8<YO��Z\,g�-��5\ν����W6�B5)jZ�|��h~�=�_�G-j�Z+b͍�>�(`@��dӹASд*q3�_��ɤY)��<�:<'�u����c{�ᜣt+A��(~"Ju��lKؖ
s[�4�������!�f��˾����ۺt�#�,+*�˦g�������>��4'r����J1�e�2���T/{��^tT5�!I�k	x�5k��ky���vLRM�8��엙��P��;j*� H���V�Wg�J�p�%�I�B��u�bd��Mk�:!�B���1LŇ��;����$�����f�D�J:Y��)[���˩�e)���d�S�J"���O��"�w��������4�&F0hت�ƠZa�_E�5�	0���N�ט��uj���w�G�����[#�d(��Z	W^��aM�Ƃj�⑭��fq��pe��PbuӼP��n�*�������IW�[7�:7����T_�lkk4�ȶ@,�0�~(�E|Է�t=�۰�д�EK]�G骝TB���.��l��I�B'\e��iЀc��ruRR��ty��p:�M�\�y�mc��8��*�9Z�)(Y�U]��l�d.�xr���U�mT^�`(v��i�v�u��o-�+����36�X�ȫz�T8����ԆFF�3�"�����m�w�;���'P�!����Ȯ�1�*��-��	BV�ȭ��u����֑/�\c'� (~�=�D��s	�RUY��� �FF��l�4y{H2�Q2��"d4]�2�2i$H�5��?N�S���:8�CI��Nh�"�/��g�%��-i�㙤4����K�g^����-�&��evċ7���v;2RK�����Kf0LVx(խ�8T���G��7cfY�.��h�I%���ٲ����n����њ��;c_�6̲^�!_�sA_�ԏم�u��[�����=�#�Q�~Y�����S� ��`{}�6̅�5o֒{ٳ^ۺb��B�R�U؆�|��}ܮT캪�q��W�lԒ	�ߠ�h�Y����"<��
��h��ny�oB�(s�AWϥ��$q�5h��P� \
�P��%������(�fij@�(ӫoP05���.-������e]��0D�K����aeN�J�*�4�muۻ�L�yko�2�^n�-�m�<U�]�l��~g�6_��#�:4(����#sM��q��	�)��=J�1�����gu~�nv����q�4s�y��U�&
r(e�E�� ���ca;(cEA���m�њ��1�l�Y����2h7ZS��O�\�Y��Ixe�=��>=?Ld	�:�0���Z|By����J,k
B��9M� �*&�Da9!Fxƕ4<Ш2K�}g��;Y�Õ�%v�\?#�f�>��xȅ����h�F�}B��-����R8�KHR�-��.	»�9�#9,�`�qiV&�?�1��T6nǸ�sD��*PZ���c�R��Lј����l���4�~���G�%�o
A�Y�^��_X�{��PI����?.|�>��S^Uڶ�f�
)���F��5���{�k�/�꺛� ��
 �N�����ф'�^�h`�ET8 W*� �~?�J��v��f��q+w[���aL��-:��#i����D�P����~��*DfER�qWXJ.�	ًz"��ժ���3�Lr�M*��;���'�O�B�_��+�B�
>�
/���ʥe��v�Ubnd���hz(��29B��(���\�Jy�fe���^�|G��&
���b�|��j�p4�N�q64ts�|P����C���7�L�fӂ̙q]�EA��ee>��dU�E�x!��촮{�6���*�)UW9�j��=�-�����*3'o�*�/g��)J7]7�$���خ�Q��Echrx
؞���W�e�te^ϡ�Tp�	qM_�?@�U��}��O�+�K����lY
�i�ƙ��ѱӞ�x؊tU:ԄQ!q!v*�<��Y���
�p0Q��!C	��·U��ٲ�F��Y��	��ˠj$�S�!�4V3k���ZCR�إK��R@uKL��ۙP3��K�_�1RF��v��R��@	��M�tƷ��|@L�eq�*��O���Z�MS^��ʳ�4܂fh�_䒕���w�*����bEp��i�����4�Q�fI���x&���J�b!-A�tE䏩1�5�������	����(�����s�#�\"]O:*�����$& �Ǝ��x��9M����L���Y>�e����1�@�f<]��I�T*+����h�N
i�M�8X].�������K���*��ӶA���zN��(��Z�5ta�2��dt��ϗ�����6��g��n�d��cŦ6a$��`���\�Y/Ǣ+�B�?"�"j�`��U����wi���?����2[֌���y�.l�i�hf}�-N�m^��1c�P���`�*�4.�u~��J��k@L�1�� Y�ɫ�<�K8HZ9��S�T�|�z��?9.k�t�&�G��}��0~�nb	��Dp^�-?���UfK��ǵb�V�ݣUy��}E��"}J������%f�\q�m'C�����P`G����LQ��T��=LU�(�[���;�H?�����3�%�p/-�m7Z� �)O����<5b��
^�����M>��,���(f�m�ۿ��ޓ���?p�KW���K��v�8JW�n&"�l\*F�����ba�W�ʒ���Xҳ|��n��f��[_0}��b0I �|���%��$��m� \?�����rR+U��E#kYR�J���.��}�����䋻�����{�+(!DW�2�ߐ`"ā5FUs(8���"kSXWY����	���=���Y�)��K�a��G��K�.�m0��^�OP��<o�T��)��.�	II*�(�"�e3��96ɝɸ�הΣ��I��'xV��	�S��B#�MQ,�?o}b��x<��3Q�"R2�q�3���o�-w�Ń���:�7LtU�y[;�fҒS�9����){���y���yj �����Vz��	�T�=x��ϫ^���ٻ��J5��-��?�Z��
�\�Y M���s|�
]�=�K��.&�鏒e��EWf']�}e���,Gc#I��:� �5���Z�i��v��p\}#ns6��ܣ�t+vJ�:�Y~@'�^|U��G�Ce��^;�)w���޶54��Ʋ��<�R��;��A]�>I��}���]ȥwzm��r��
��|�b0���ݎX,�^�Ҧ�N�K���A��*.
5��S���C��V[r�(\�e��f�KC�W�q�Q�s�����.7�pn���=��Y^;��^=��ZN���bB�Ŗ}��3��;���I�m��Ҥ�ѲzX�h�QI=\0G�L[�~��ݪ�I��{~�+���e�!v��v������	�F{��ֽ��@�V�e�m,r�z#��<T������孄m�[o�{п���n*��)�i��Fx�(Z����)�M�9�x�`��h��7�r2��bi��m;��)2��Zj�`�0��ҫ*�kF��nQH9�a�NJ(��Ü(���)K�s���W���	�����b/y[a�hh���F�**p	��u�?��x\Vu؋�7�_+��|Y?�>'�;��*ܚ>G~^��t�*�5}Y��&�~��$���J��竐Z��灮�Ez�Jd���T���(��������Z��HƲ��ƅ�<Ͼ?0��x��	��]�ɲ���W����'�3�)C
���޻�IrUg�q�����x�;#���Ϊ�̬�ztvu�[�-�S��I$���h�D�ʌ`0S`����e�;�|�n3�5�(?f�^�؟�c�����x����o����snDVeuK��lkLug<oDܸq�{��7V�=\���"��p�G0��=�z��}��1O':u�2{�c)�byk�&���@d�����o:&'-���JwɈv�n"�&�웈D�i��O�LW:/A�����$�C��N��%�h�wcз(��t��;�a��Ô�}�7yS���=]���t�8C�RÔ��S}]�����r��ߋ<��M����E|s�N;�/��Z��q+EDE���B��U�LVj-"�/դ��hk'��<�s�b������ͿT{����n�[۩'��['�H�h�{��i�F��0$<�N��#!��K��G1T׮�8���*�{%����Ǽ����m��W��3�/(����~5�	F�E�-ذ17�C;;d{�W����`"G0���(�o�m���(����\�e�g��Vh{?G����^E�9�6ש��%�Q�]�T�&�|7�z.�3�Kۛ�F��T4{"H�;+��l�Uv"��,/��LX�HY��Sd��?r!��j�4��X����EM%$���ņ ;v��D"�(H���\���y8���orQ��9'Z�ٖ/�,ʡ��`P�$�"�j7���.T�]��Y��3$�ڣ��hC�?W[��L���_qSƷ~���/��eY�����Wd��fg'��q��G�̴�~�c�$gJ�Fm5��ɱ������7����\��i�Y��y�q�Ct����*o���w���vF=:?uDx��D6��b����0|�x��X������0��J��__���SP�D͙��*R��.��u�{�zY��cĿ��4��ڛ�V{vB㫥�ƖBP02�T�3�l�܄��:;�,�?�UUG�*��f�H�~NH7=�vM��K!IVb�n5��r�c�����,sc�'�Y�)4w0�Q�f����%K��l�BwWʑW+��9�0L8�i/��v�0�)w����,�g��U�P,
z�N��iQ�8)�LEK�� �'b�K��T}�Xp픯N�V�t�$-W�N+�^�Jj-5[
�N���jRq,�$��r�*�Ƹ�S0����F9���Eo�o߿�^W�cJ���|�������ljҗ���%yx����a�g�Ť��d�Ȧ����ͤ��֛ۖ)|SE��k,�lٷ'�΢�+J�r��J���?�wD����|�<m�̛���y.BȎ�k��&P�N=�/��<�F`/���k��_ ~P�{$(� �y��,�P" fH�,}��=H+��8V��n.��s�Jv}ª��az$�zu4�����ܠ"˲�HZ���H�fx�)��(p��gxI�E[,'u^z^�dN��A$S��:ϲ�I��̚_��Psy;�]�<�?�ȫ�(	z������t1'k3.1��9���)����Y̘�&���T�প�{fEI�y��S����<h/3�V:JR���3�_bY��rI׽r�Ҩڢ�z邗dI�d.�G�k��F����N�]�3�X|kd\���P7hAR�x�k��qvv�уٷ��R�"3�E��������'�*�E�y��eY�S�-KVL�:�c�����I���d�=9ɲ����o�(�E?��Bp�Ht��hݢ�$r�=D
��� ����U#Dx�Mj{i��:Ԧ09��B��G��\������rc"��h,�F���>�W/5"j��Eypv!��N~q7���n�ob͆�G�D̔w=�\���Tʦ�U��+��9����èٿ��#w[���)t��oz��&�i�ǽML9��-K�8�e4�#�(ԉ�R9�W��DAA'�d�F���X2u=?7�1w�U�%X��su}�I��ւ��8�
z��}1�n�mԦ����tA�|Z��x8��Ym:;_ڲ)\Q�<���)�%�ӈ,��G�9�4���\1z��z5�����B�+]X����eQ���ȯ�+�'�G�y{hkwsY�.q`x���E�K�UV�$z�c�k?�����{�0��V:o�m�}~���0�~�|�ip�'+��c��64y�3��bt�Ƽ�X��ȋ\�]q��g4�Ѡ>��}��O�9]��1��/�;_�@$Gy����:$ڵ�\�΋}�y+������f���*�$�/��	��q�����9� _�1��#��=&�(�8�R��J�Sb�'��`���M��_��=�^��*j4��Z�|yh������ڇEu!�Z�켸4����,%�/r��<��!����#��ܜ��_�D�8Aށ���+:�멄y�X��e�O�VEdG�~���w\���<��$1��FT�lI�\����F�s����=������
��x���W��3��^dw��_�4o� oUl3N�?A�4uT������k��6�Q��fx�|T�7�NO�/���i�\Y�S'$=�^�ʝ�[��k�97��ܝ�H�ș����x[��!N���)-�/��K�_�zБ�a$|��' ���s�y��p\�8��?7Ϻ��;�J��	��:�7�`z�"��48v
Mϭ,K��n�
$ehkM�"���!���+0�R��")��P�1��Ac�Q�ng�|��K&-�q�t���.�b����d�"���tBV7Dvr��[*�"�	#�("w�gE�ؒ%�CT�5�<��dr���SY�<��*����S%E0Y�6�9k�:(�6�B���ۘ�4��m��GɊ�L�)�*��/��.�GV���SWY�� Ѐt���;e�� Ͱ�Ɠs�@�Xٵ�F�8_:�l�D,��EU��ιкu)��{�"�ow��T<�^XZ�X�B"���W�ňg��Fe��3�Ld�1M'��@������T�3F�a�j�Tr����#W�NV�-����DF�t��˂j��έY�N��5x�wyE��:�p��z�ń=\�����/���v��V��1�`�)������~��:�E�̹GHϊ,b$��4i׻tޤ��m:�Cs�H{�?�E7�i�����9p�U�3O�ȁ���P�W��$�@%��Uf!c����ϾGV����
��[VI2����P�W����*z�A[�:r�ʋ�y铱���dӎ[�P��F�`Q#ܷj��^�����h▘:J+F��,�{�ş�63��h�򐅸 R|'��w]?)_8�C�Ǝ���6���!&��<�`���%2B��Ku��d9��X��Y��ټj�Dʇ9V3$2ޝ�0ʪ��dh$��P�|�<pK2�K�ò|)y��~GϾ+Y��<)r�TJo�$�xa����&KΊ'���H'I�Y]�1"2��c��v��X�}�����CL�:�B�,�t������5�=��_#�n4�;�wXv`���q��w���l�OmQ�i�oY�<�<��s��.Qi�y9�(8�C�{�x�a�l�PQv��t�xK���IB\��'�!J{}!�P�{���~�O�5����ќ����'�7mD�i|�|�T����M;\=~5�����z7�4ڽȾ^��.M��e��������Ox����
�wb��j���Δ-|�3�=�,����m/��G��b�±�D.�y�l���"�<�C���/�pU�S��)UuO,V�L�c+,U�9C�u!�@6��O.����Ӻ�ӊY�.���	?�����ե@�LS�2L�����o?'1o�W������Xq�Ԍv���Y�y���#IS_���i�z@�a4F�M;����2"��u�af�9������S��f�,�s���@���Dh:��R����_%d|�;�H��������糇J)��p�M�M]ַ�P���9�r��$�f��'�����gak�Q�F�S?Ɯ���,J2�1_=Y�ZO{�PG�8C���T|������b��5��ۄ�=F7���{d+�j�2����@(e�u^��2 b�.1����}���ػ������R�B���Owk!>Q�����c�y)!l�6h"ԯ���hQ^�Q�	$��HE��W����D�-ohӿ�g]�������k$��Hv�˞"mb��O`�G��QJC:$�ka �RQ�*�8�Z�_����Jh� ��QO��m2{��e�
X��V1!{���+A�~�o��R+���c����W���Ct�݌2Cm�����RG����)�hv�,����g	:����by�|�Ƽ9���l��l��1s4c�O���t�*����[��-���]^^��r{^�2$��1 w�����$h��G>�#�>p��>pִ��v����K�p�$p2�rA2�&%��Z8d�0zr��O�N�䵷��P%�Rfs3�'=�}���n?'4���y:�����*���&
d$l6O�~���-[`���[���1��O��Hvc�b�=M��F*�A�j6A;�G0���p�F�� ��|WÊ"#�xQ�7LT��B٢��\xt����M�y~uss�����P퍍[h��A�.��u�Da���X��E�Z�����]�U���J'�/m.���߷����9����nV�X8������i}���o�P��B�_��lHM��t����.	�K3%�l��	��3��\�q�žt��m�c��܀��_�i�O._�X�~w;b��݁cT�����K�Ed�[ڛ��#,ra�I�DaoHJ"y+<e\龄 �?(�>*;��o���r�F�^��5�1#��G#������MP�����l���>A��������y��8��h�G��a)^r̬��ԃk�?,!zT16A>D��J!.���K"��[(� �_����V�Xh8$v��q��1��@�UJO0M�J�{V́�6l�;��tG�?6���O����{�Y�nB����Tg��F%��1/��,Ũ�>�
F�9�s��M3�G��A�a:�uCH:�rY<y�l6{tZL���6ΙE�#2�o���~#l����y(�5F|UFߍ��������a��~����;�sdf�+{��y'� ٥��Ȭ
��zxi��2d�c��-���9ż�yrT_g��x��#���F-���i�_���6yi����u����aR .7j��!i�:4�UB]<,B>�����in���.��D2��o!b�ҫ�J�J:]`	�y�7j�9G6C�t���	�S}�A#��x�+�r�W~@T;�'��XN�y	G�������d?a��"ؓa��t�f��w���gg3�^-�ͤ�񂕒����dBX�s�p��	��ʎ�gsċ����Ͱ=�V�����D=� ��XG�4cW��H������Q����;;����G�������[�qd����J:8����������{[�;�[�9���l$+�X��	7Zݘ����0A8b%L������Al\���f�i��/Z%��˦l�&$?A��.�?a��Y����"'ͳ5v�#l'X'�5@�E�̹#�\D�Sl��\���'�)sJKE,Q�sn�v�[ϱpoߖŰT,��n%(�b���l'��z�9��%H��+�M\$�O��:XN:i���+H�I{��cCV�|Y���͏�Z�B.&�$�-Lp+�vM|pt<�T�r��I�B��s�WD���q~Kv��#`nb���D�>��^�,&9yRvDT����;�%۹�r��X��l5#H���峷g��l�bp��1]�t�Э��j!p<��C寨E�.3�z�B����"�B��n�0�3����ў�8�i��ȉQ(d0���?J(yCx4Ā�KH�c�=g�3�o���
�?;p�Għ����������֝o�ӎ��Q|�-��7�dG�~*:̚�;1Ʋ���aő�7�D�ɞ�yDA��S�}�2�	��XH�)�܀��m�Ǆ������{��+�Om���4(<,�+W¿Ꮱ��!�!�2"�ht��D�'eD�*)��BL�_WjI��:�BN����H��W��|��6�h�j��j-��e����M�-�W\g�d@� +���g�w��1N�L
�u�9���:5cQ��Ǣ�mK��%J�c��T@����%��P�W%"�i�P,�#�(,�S�
�	N��ܔ��B[�M�l���2�0�~/�!�Ÿ�>e�� V��W`��Mf5��\���+����&˚6���4j�X�*��9�Lk�cd�(r����{�@��M�w&X�<!�d`iB�� �l}�K6�U93�jlwf�����Nۍ��#B4���qg@Q���AV*8==G*�� ���3����CvB�W;���R���&n�t�5kk�����r�)K�+9�Z[Y;6��*���"��z��X4�@���'槖J�ə�iK�^^��_{����x��K���"�T�8X7�d0���b���<��A��.�3��|iBv4[L�� �
~�M�� Sլ�{S��H`YM6-c����ɂZ}�[dS!Y��T�֋紼�H��kY<5��o���O�@���Jw�Vp���A��ɟC,A/vr�~_�A=6�G�n2�L�'��OK4p�D��ο����Owm[".}l-��Y�����d�+�P��ʬvg᯻�i՜IMS��dX��l֝YjN՛n��YK�xe��ˁ'I��5%Q�N�a�
*�WR�$�b&�[���K���c���5�T�Xc��~&�I)`?:�B���Q�P�}t��T�4�R��ޑ�J���\�D��������lz�����t�1��}�r���!�o����������n���%��ǖK�˼�c���+��3��{/t�p8;���,.<B� �Jw�<���h�-�j�[f
���tqz&\�U��6��y�Y #c���BIT��cR��A��UT���M���R7�3�M����S�	*�#����p�1�Q!'����}���HgS�y��p��@yǘ�}�[�:�A1�Z�mx�̑�F�_ c.�X�-�����P�H�'y�y@��D�����ڛX�Z�ꠚXҗ���?%d�%��e����<QM|9Q�X�?��%{���BԻ5�t	ϯQ#d����n��Iz��������{���W�	A�B>Lm�������������u��	N#��Z��r�����-��5���(MO�T]�L���/�e���ׯ�9���VU��\V�N,Ȳ ]��4C�X&��l��fs��~) ����pv����sem>_�y����d�xm�@�����dvn�H�͹�F�ڇ�KA�q�b����ӓЎq��#;��닜꒟K�d������(���ê�ؑ��������T�NGVzfwYU[]��W��yS��X;4�%�vN3�vn]w�	X�
���\vJ���p��L5MZ�EW��0&�`bЗ�R���fpԍ�Ի���D��ɕB��J&2��sSn#�2eSÔ��g��Ud�29�
R���䡆�J�3�$z.=�"ǣ�D8>Ԃ�� ��A��߀v����'�m�R��U\�2���}���O���tn~��B��%�䡼{�&�٘ty�r�t�~�C^���� �x�*�o`���p�-	_ڣ
o�E@�Z�F�o\T��{)���A�.#�XFY'�[{�У�m/1���,��e#)��)��<y��F�6�	�l�~�}��1���)T�I�]�	�6!��X�_&D#�b*l��@�K=KeY�s��zs�uS��`�5W��d�D�l>�1ͺ�����I�!�i3�0i7�T����IB^�sX$I�A9M�sT�%M5MU�x^pK�D�U�0!�g�3��n�BQx�ٗ㙘Ot?�"K�#�qb�5���=֔�ի×ئ �tg�del$��4>�"�LKR��hca�ν���O�z4�|x��-/�I.�z4�<��=���uB��m9:B���*G�+�QH��a��{n�x���[�M2.�"�S�D�-�W9�.m��r��f�g��n��ͦ͊� �h h�l��O�#^��r(p�T��ʚ��I|���@U���^���p;������f����3�fȝq���ԅ!&C���Skh>�(>@�\ٽ\6��2i�}�²�1|�d��I���)4�щq	��_�#����o�o_&�ژkF��͹�|��,�ng�}�"�^g^��42��%8���q��M�OW�S�M�h����a�y�(���#�7�9z�Q��0�����z����0Q�Ԁ<�w]0��u��%�C>Ȕ�=���:����Gr �%�)�ͥ#�W+�[�Ħ~%�Jc�`�a��6=װ���9]K}NӦ4�s)M��SY�����5Mo���bA�|� :�7���LH'�ې|P+Лd���J��V��|كK��X��L�e��E� t��|���<&�ݟ�b+k�I]���F[��\\F�m?��G큍,��O�GO
��n��?��(S0�O�<���E�����Jh����ܽoY̽8���"�E�����66�~�ar/R�I�����{����>P�"��v�Lk�/�-�r���>���B_w.�&5�TX���ԧ ���S���bw���߈���z�K�;it�'�HE�<��}~�"3`��,#��5�C��R#����.F�6-�ǈR@�a��Ŋ(EQ��o���5l�7�^�U�T�ʚ�h�==s�D�$˦Ϊ�.fNdD]SYݔeOֈ�˒&�����kZ�,O�{Pm(i>U:j�N�(%�Z��d��;�y��T�-{���E�B6+���X
t�n;�Ihϲ��D2+
�9�z�8��K�߼73��A:�yo'��D	�)�;�福����~��
rJ_��ɓ�ݫ*��عY5��B7'�Q�F���}����7݈�!�'E�Mqqp��.-��4�/?y޷sfIQ��|���:V>y�y[<1r~5׬ϧ�#��_��7s�KG��������Biڛ�F\���wߤX>�c�8�)x?`��EA��y�Fw2�쾟j�}��������L���'�!
����oý��r�\=�`�R�ޫ�P曊����˶�5$�J�C���f-���o4��c?]�����Q�w+#5� �[�g?s�=]y˛����2��o~Ke�}Nd�2\ƣз���n�#J���`������j�F�ԣ �.7��+e�Fgk����y/?WpN#��߸��ɢ��`Q��$e�4W-�=ޥ�/r�~�s�� ����w�s%/�ZZ
�;%i2�vK�]��N$�;���"����>^nH�u��NM���Q�ea��x���&��r��Ω�,q.�G�/ҋ�G=p��H���8iF�#���)��,O�%�Tn�@����fs$q4��G�a�4��x�
����G��q8��y`�Fϋ��N�͗�g��h�e쫣�:��U2@iuI�T�)����Ƣ<�o��я��_��#�	�������{�y��9M�֝�~XK݃�C!���`��>�M��)Y���� ��,�ׄ�K6�No�����;�|M�,�(�ƶ��=�ui��Q��q�2��B�P��yJ�e���oH���e���e^��֟$��qN��>����ZM����?:�
)�O@���(����Hf%(�#w$	J�����u�g$�U��^7i�v��R���\bp�YH]����6=�(�f�[chJ�3Y��g��_:����ATO��R�IH��Z� �ωh�ۭ�*�%��-O����^o��d9�dT[��UI[GjPQ�Ag*n툕���}?^�x�Jz���8r�ďۢ:[����t�<Z��Av"\n� �������E��3���{��ܠߺ
c�W�G�^`��`6� z&tH�V���ЅL���͊��a�����S��Z�֢���F8k$�G�x�fK�'��UsRd�z���^�V$Q�f!q҈��%r�AfK�ZK�v�/����ȷ�z"\�շ{ug�Sߡ�����Bă��>�0���}��pH�E1��bX/"����V�n����})�q1r���eĜ�{����4rc�
�$���^	xW�b��'`+	:?"��,X]��D ������u/�q+œ����ڽt�|A/	���N�g���Y$"�+B��۟�|�x�Hܾ����W�'�6�H��^�fa��|����g�����J��t�'2�PL��@�Y\@W��:Ih���R�>�>�l�Bn"�h{	:\Up�?>2Bpקf�J���"�
vX&��	bc�i�%��G�R bX|7O�Үu��=R�@k{���<����jJg�ҏ��֦d��Q�v��5�͆�e�I\�d�Ձ/�eU��?��^R��۾J����AX�>%�|�i�M�cD�qE>�ӑ�u3'Ѹ+�sgpI{B�$��}gu��@x�����Q�V�w5Q�X]�
�,qss����@�H8К6�%(䍕y���ċ�TO��B>*�9���'�21����l�(�������Pv,�HI%q�01��iȚ�qM�՗�2�,��I�Q��Z�B��pԏ�Y^�`��53	Q�����-4 j������ʈ���aQ+#�52Ih��P�9��a��,��CwY�TПΰ̤��$�̗�\'3sH8�!t���r�I+�d5��ػ��ˊټ��A�UG��B��d2�0�*�V�&�S��3|N86gR?��_���BH��ºȪ����ֵ�"?M>��T#¯��j$b��#d+��T���h.Xb�h&�XJ�+i�����^=l��:
�3��w�rNw��=��c�
�3���c�΃a�:"���~h�P}�#���g�h�%�+�� �q�J�_��'�R��{��堼i�_E_2�fe*��)�2i�8��9+�c�h$�޿��~�p �b�h|@��%��_E�=�?��X!���;ށB�t,�h{ؑ	���u��{�n#�B��`�;`���%X���xԷ'��W@2r�?R����=������o�O0�`%%��q����a��-���B���w`���h�>ţ�cwWJM�RwD���x�9�0���?�{W�
Mt4��j�tA�Z{�'�c�'87����#N���#��x���ݍy�ӣ�>rp_x�hM��vo�k������vT��AM��6��{��3�&�7n,�K� ;$�(#r+Ny��O<�0���-��-�NK�|yqQ�-��K+��+����낒&+~�����i��[�)m_��D/)���($=��{�'�q�-��Ԑ%Q ��\�ǀsP�Ks|�2G��T��c���p&_�]%�?x���7�����\7�^�Kr�V�RT#��]zЀ����w�w\z���0v)ﰍ̕$!E��gblU�@���f��.ܲx��Zu�$?UN���hA��Fm(KauI&+w+羬cI#[l�'�3�����c9�@ґ���(K%�ꠈ@�'�b�F�3_��n9z������H�1]�M�혒F4�LdtYT�����4dT_s��7<q��	���+_y���HW�V*Y+������j�L��b��GU%Y�*�
:I�@����^�?��,�K̿g��'�_�h$�;Z�_O�I�)�	�S�3��B�~��a,+F�:�o�Zgc�h�]�(�ak�J�.��9ѣ"c��U,�Q��Qx"�a�n�Z��۴�)"��с�ז�b0�	������vQ��3Af0���Ԏ@|�0�C}h�s�P����-��B�$zJyB������m_u��/f1���a�Z�.��5���"�n�K�);�:��n�M8^��lh�-�-j�����#?E*ԕv���%u����h)�'��u����A]֤�>6qil[�k&��La��������c� NS���6�P� ����k'dA9֐m�h"ƨBM��OIK� �h�D�,��H)MjSꃓsw	��Ր���)ZO�������&�7�݄�#���U�j�@�2.V*��É	ʁ�K�.���N��gy���eey��<�5��1dEU�
�ªDdyP�$�|i;�y�(H O�"�B6�=U��<QU�W�&	� 㞯WR\�.8����3yS�E�u
��U
V�ݯ����!����� �2���tF�7�b��\��������%)/9�_O�R��?��d�4Rݽ�q���$��:o�ޔ��h�z� �r"�He@�W�0A�@w1Մ���p<+�DXxI�*'9VQ�ȣ�"���s��U��t�j���t��;GT��|#��v�_���y^�$�G����Ç�8����wH�\� �c�õyȁm;�^$A��hM<dHW=PFI�8�,���� _�̧5[�A��d�����S]GqU�$�8x3�Bu��Ȱ�+�m�tS���)�X���	Y���)�T�j֔R��V��f�$3+邚4�@��ΖE=P��*�� ��`Y��8n��q���9��'��&�����e��߽D7������x��!T��1G��	�G	)1���Q������aW��8�fgA�`�:K��D�C���;��X�K���k��0�4�YO��B��v�\���'~�����%c-a�A._�y���]vR�$dfN�2f6]*԰�@�*B���du^�O$���*�~�<42�u%�UVjW�DQ���F�ONYƱ�~���WA~^���]JS���K��5��H<�+�F�8;�JD~س-��d� ����f᫛I�WmO��r�7M�T!u2+����T"mk���욤���؄�+�ũ_�C����i��
�4��e?��JV���!�#�'y�0:��B 	�R/��E��sdP��n��0����{�7��ږemi����$|���=s/��ǡ�r�,���G�� ��:�_m����ֻ�w��->g���s�����B�᛫ϥɰu3�)L����#ښ�\b6��˜ig.��7?\y.���`/?����_��֔�d��wh�qbj�%�a4�����a�{|�r�e�m�#��`��'ډ�
�Hq������DqH;�A}��ȡsC�{�SA�<{k`o� ���V1�"��:f#��/ٛ�m����m3!�m��R��v���ȹ�/��G>u�������C 1�;����R�oow��3�-����m�ci�����\�)o�I�e��E$)@��?�)���$D�����b�4�xu��Ś#A_��������t������Neo���S�U�%���g���tٔ
!��"�z��`�7U)�w�YI�A��a~`t���n����uܫj5M=�8��n��H:?#�2��P��=(��W
��&�`�fD^dM]��x��M<�0FYD� ���z�z7)]��`�)b�\���L����V+$2�b߅V`H'y&M��  ��@�A��O�>�]�K(8U=9;c��m.�v����,���ʒ$'پQ�{ɛp;�$�$!'����#��(��,86�asn�VÝq��^�MoLT�N*���sO�S�B@�2eS�x��*�F�r��y-��iMQ�I`	G��{���KE�K7�?Ʈ�U���{�!�_i*�=I"9��n�<��ʊ�	���f�8���=���l�@'����Ȫ�O�h�����&��R�j�q�� Q�ׅ�TI��]�D������r����]������������������<���yG�HN�����#�o��?�e�����_֣X�"/a�c̓-Yܫ��[I���.�-�̓z�P�;�[e�<�����a"��(�����.�t���~UK/�4�.�|�����n�lCVg&8''���@�w�lA�� Dɫa=�M���=�٢�N�����'-BR���o9��&�帆$8eΞ6Uj��p��{�]c��]?���0ƿBM30j�GL�9���F��/{ţ��6�Ɠҏ��5^U��{��O=�x�(�̏�ﳯ�\y}��_��@��|����\`�>#��5��f)�@I��@�讑8d]�b�!?,�p
�q�0��c�i��8y��|���0|()��^����匯��z}�/aK��$�x�11�Q�$õ)^Y��^�&LV�ݏ2a����j(�_fR*?�:�W�ˢ��Qx9\2�f���U$A����0�R���ə%˷0�ܾ���*�$3�|���s��_b~�4��P��9	9��x��~�[�7.P����������j���,ϑ�Z�CC�QArh�A��.��熃%�'p�%D���B�*�5�T��q�rR�.��rT�H-��D�,�~}��^g��K���$*(���C%��a5�5�O(�0H��o*�
#=h�2˪�\^�-����p�lZ�^F���<I�x��@���ZC0	Y]�$�5�A�e%^��6�
I�ߴJ��q���_`U��h�<�m� ��X�	�&+���@��N���֪�OV,�A$De:URT�W-���	�3� �M��.�ˤ<�ዮ�X��X�5���L� ��2y3uX�Y� ��yTA'�(��,C�xbMN:
&�J�d�9�dD�.��ϲ2�D�!�lAo@�nZ �²�2������q�O�92�`��tC~w��4Q\x��J�%(��9�٦6��\��6�ݴ�r�O�X��լWg���YY�u��X���s�7�7��;�'�{Ǜ���
$�sl"[^���=S�y�ne]��ۭd��j�{��;�?��Ƃ�h5UP$��E+�"3���5�1���+$@�qF(삿�ȽKu�����ޚ�&�v�w�B�]O;��ǭMJ���R�V�}�*�6�,d���ͻY�L�i������.�/+BVӑ%HY�+\�rH�Z�<O^��t�=Oq��n�����T�i�Z{�4��	������OX
�ho��آ�>�����R�?� �1ϙ�?����v�6��B�ɯ�����Q�R]�sJ�n�un�X�G�G��#)��9iޔz� ��S��9A�]��s�]~���W�$f��ԛ
�$&�������\�;8�I:��{5������u�T�EIۻ�:�4��s+���6����Q�!u�;�E}W�����ѕz4�1��}W��as�_�=}�$|��d��+N���;SqZG�����5�A�Y�1�Q�u��1��D0��yW�&/U�Q$�ڲw��z�lD��FH����#�y��=p�scX�-77���M{��C;$�{0��ۯR{�$sw4����Q����W��Q4#ѐ�(ߣtь=��c\MI�Y�:}۶q�V�	�E�ݿ-� Mt�o;��g�m���H��zvV��=z�7��	��L|�.C�ϒw2�1o�/�H���4M��؋��/�r,+c4Gd�>RG��%hiݵ@ꋁ롙�آ9%*M-Aͭs��M�,�@�	�y�I	��JE7��f=���t�
Ö%�D۝6�*����|=3��*N%D�4d�\"<D^�
��),��FBq|]AqI�)�c5E�$�7tM�E�u�/Z�Fx�:�#�d�1�7b&de�:g�J����oK�$�V��Y��z=�����ay���=��̀��l2O0OB��g�gG{�L]ZP#F*����c�M��").D��C��v�C�t&���ǚu}�38r���e)�T��B��=P�Hf�[�^�q�'EI��^nG1^��vo�*���ڃsĦ@��|(� �}ی �#0�>�6E�����pec��ȇ�=�-8>�l�9U����QSd�Ԣ����1���-si�<�s��H�\K����r�9��g˾/YH%[�8G2<:�T�wO����
 
�|i�d۾	B�����EHZ� �<����1�n=jR>~���c��z���aRA<�?́��P� ߹�$V���-�T=���1v�Y�$16fd_��Ȕ����*�L���7����@��X��"p׋>+b��4Zۻ�폞���7�AW��v��>(ڢO/[�9�܎Q���A�SDDFUź(E}QgՋ�F��%��n���b�O�P�'�X�|�-$���'.B�?�̃';k���,�ꦣC7m�D�*Iw�����8?Ե�ɇ%��V$�s�?(J:K����̆o<���?~p��=ze#�����M'l%Q�^�ZE�Ȱ$WI�sf�����~ϡ�7(�(�9V̼�����9;���صC���T�jW��nu�9�Ƈ�����f��y/�����z|�0��.�u���3d���}S77����K��e�W�߲�9�$��%�`L&DGd��z(Ӣ�sW��҂�Z׺�U��C@H���;O~����N-��8���KM)�u�=��!��vX����3�A���q��W�����ϛ��Tx8K��V��aI`��>��:����n�g^�<ļ�ycdo�=^��Bd��w&h�7̑\�*i÷jubיUe��L;�Z�L=J:�v���+�8u�%ȔQ
|-���+�sY9�����q�̑�O�ɨIr��F��sKK���SV9V0�2�O����r�����\���*���r��!C]&^*LY:����O����k6k)7��;Ae�R��T�ER&zB�r�9IM�D�8�oJ�<����P�,�4�OC�:0jbI"��]����N���*(q{j� �݇@�8�<��'
ޫ.�o���p����d��RIoyN��+���|e�:,l�t���y�I��aЅGͲ�h����Jf�L$�jY/����3�{ �S�t�i��ޟ`2tl�ix��s��!�,uil���CS����z��K�J�޼��^�U.,�T�7��XO���H���mN�ݾ]Q&�7����I�M>�
��v��۩:N�C�L����=4:���ׂ�K���
��ڕ�~�P{�=n�M:� �R�{�G7_Fq��F,~K�?�qP��,����}�.��W{[�Ɨ�L��K���eX}�p�9��!�k2����d�T�&�B�r��ҕZA��,��i��]��ӹ�H����N�ِ����{�� �kL�G�f�߇�Z���1�m�YgN0w2�xP��;�S$(���wJ�s@�=EF3@N��h/� �$^� �����NJ�4�e3O��ڙD�-�8Q8�o�$�^v�3�ܢvr�'�U�˸n&�㶚�'N���V|h��	����]�~b��i�VE��������������?����i/q��]��.����(�	M�S�U�DxVB��b�8���2s�j3	0$��]��`��ǜ��=S
~�@���:$�JH��֑�S
@��G�v�m�e���(� C{��i�lB�j�'vd�� E#Ń�R �@���t6�D b��껞z�.�>�裧�nM���
2��\uy���h��E�b�a��zG�����+Ќ��<�n�#҉�(ڧ2�0�T��^�<hul��<�l�ۄ�mxf�v�h�k�v81��k�>L�d8*�����s ��q��+�<�"���]��<��u�϶�]_�n�2�S�,X<�FIH�B�2K���0�M6$[c{�2�4�o���Pp��D�����j@�%蠄V4��B2���F�S���tT��D6w��	��9����.o<ȕ�3�e%�bE�h��"`�i?����g��[n�v��T����������n���ő��#g��s�x�w0�3�ǘ�3O1�d�ż���#̏3�`.1�a>�b����f��X �0�D�{0R�y$��?A7%u15m�0vb��<*�u��t^u��<a�p�<���9���c���<^�C�v��Mhb�v�P`$=�繌 �'dM�[C?j�<��-�}:=�$_0�B��= �����!�g�˃:��!�@l�$d�*�`ۡ�u���e������<�.������&$�">Md���D��U�1�������FBR(�P�
\�Yx��.��pO�:յEOx�(	�M���c�"������x�.�8)-�6lʬH�P �()�Ʋ�&+����I���y.`Y�O�Gx6�7�_� ޒ	#;��G�A�~{�3��$�h����vD?�Oy�F�&'�d�l�=QD�tڰ��󏚧������&J,1z�b=uG�?����"�.��C2��R���O,���O�v?��X�����gj==�a��o���O��dP�h���F�h<�ݜ�jK�������?t���}�I�x7���n�����o 9䡙�����~aF�|��0���C�K�x$���+�RwC��;��7�t"�����l��ފ�(n���P�q�,�W�E%�f�#cݥ(Xf�4,v������@�/Y��p�|evcn���Fs�dډӵMt��V��/��4_��9j�S2ϯA;<��z�"�ҼXk���Pr./hb0�B|a��,I�?����9�N�oG�Z�2T�<n�4��:��ˡ��·�oBO)~��/|�7
���a�(�	mj#�O���w�l��9�qu�{��4��M�cn�22�� ����/Һ�!V,��tGU����t;�eL}��������i���)�35�|W٨e�%���+�V3N��	ɉLM���L5�4�N������>Q�x�L&�ej�Vys̪��O�n�9����}���z��{��]�q�~4O�m�݃U[� ��L�F�jԪ���7''���i]ř��v�q��hvu�?�v���d�pU2���?�%�r��6�$�g��l�v�Y!I��D��/C?���0o`~0�"���#Zu������{T?h�k�##z���c��q��m�p�<b�[�فZt��]��i���epb�M�3�����$�
��㙐��͋<���>��%*(�j��נ<�xA��( b��r�dr��
,I�&�S!%������F!��Tj�_M��rS˲.r�h)���)���l6�6߿�K��I݊(#�=9�?�]�t�\Q�j�*�R�@��X���%��@��c���J�������)wxiQ�s~�35/�$H�.��L݁��4�8��5������WW?FX)����h������F��U��!}��#Yl1�[��0(���MCdF��	�_v;𻥪%ة��"}�Mh��<�QP�'���-�}C��f�!̀5�-W(�K����z�ǨUڥD���Jh��*T��i�ku?��?���M�7inm��ln۟
���� �����W��C���j��c�#�	U=�O~�#�d8{�;�pHl��q��~\�%�Bm��s���
��`H�Sc��{u{;�ˊ�i�������}:��G
]c>��a��Q�&
1E`�޶uZ���t�IöcV�=j&�4�+�<��\�+{L��$��%vhX�CAc ��)z�KC
���M������/��0����5��!���q�a&A�������Q�Qpvy��󬓅E����q�nϽ��
�������uB�F��&��f��j�zd~n�2�l���:�vN��j�Ԝ�A�I��Ŕd#�����8��<ozޯݙݝ��}Ͼ����p����7��鎺�x'�:�g�b@R���VP$E��HAR�fQ6�8,����Y�ıS������	U凜RR�X��DU�<*��.��=�X��d%%�䒁ݞ�ٞ����������/.h�I��51Q�U���ءCc�����Z�#˽�c��űb�/i�U�L>iY��L��cd�<9�m?��ƒ�����GͶ��:s��(R��*/t�ي(}��Q���эd*a�}\4W�{��N��˱(2Ɲ����YS�"Ʉ���S��ZҎ9��l�l���g�D*�\���E'�����e��Vg��
=SĈ*��̖����6l)/���cz�p�E:�<�i�[�Q��2X�M�E�pY;B����.:���Xc���ώGa��1���D�A�˯�-���<�y�l��w��~���gȌ�qxި�`w�6 /��/ǡƎX�o?x�\1?�9H��CH�eH��&t5x'֩��`&��H�JZ��C�ĝ���<�Ѐk�bPP}|c�e�N�JJ��Z&�@l
ƈn\�C����j��0/^֛�vM�S=��j�rJ�x���r$��!�xY�����I5^W�B$ؿ]I���ԧ�a�^�h�q=��UK|2v\_�%	)Uc�������K��Z�Wr��|�5{Ջ�<�D?���Ǿ�C�=�m|W��Od3����!>�jٹr9���?'_ ����i�(:!�>R@�@\$d��̍t�WKo���t�Fh��h_�L^�7�ٍ��,������C�����Uje=���2�������t�e�f^�32��ʞ�_0DC,�sr@�`���0.�͞[�ŋ�iB��ɘ 0AA��q�w�}�;�_jЫ�򅀦7Z?�$�c����H��X�ܡՑ*�ú�����Y�� ث�n�w��1�B�ڭ�0v>M#��l�Hͪ����o����{���`ckk{���N���$�?�<z���E��O�n�C��u��z�/|��AC�J�v�k�-��J��V6�U~�c�,�>\�K��8k���ͭ�s�.���[�sυr{��p��	���n�^y���ux��d
�O��$3qS����~���y�tj���P1��a��O{�Q7�%̑']��	9�AW>��&
����ճ�ڡ��;W�m�ë"��K���ڿ7��~�Z��<��'
����6R���@�}�{�{������B��8t)�|��*�m�HD9jܡ[<�KC��d�6C��)N�S��y,��c�n9���,��H�Ѽ<<J��ō�mw��K'��IW��/YN���Ȁ�KS�2A�"`�.�>FT��yR�O�ew3aU�u�#��O47&cؕ��$�4	�Ry�в��8("�^���sU"�&2���s��N��0+&��[��h��M6x�fI�JR�C"/=ّ����%^�`G�;$���(����x3�<?���<�A�t�0��ޜ�7�a�	W�����~_D���3�`j�(��Z��
�p&	�d���*	)U�=T�@��Q�]����I����UI��8>qd��%�wl�4uꉏ�s����OM�f�������)u5�+��Lګ��֪�o��o�B�$A���[��|�ɗC?/�㣨m��v0ʊ�����M5��tH'3z��'��$y�6M���Ԩ�gt�}ķm�&�T�PA��F/$q��].S�A�霍{�Ŕ|��q�uL�ר)��"R+�Z�=�T'O��jZ�PϤ��o'M3S�i����iY�)h?R4�nO��WR�z���/�]�k�DN�d��A��*��a�_n�ܪS�`������{X+[
�ΰ�a��N���\y�ʯ=����>W�,ȺY�:�A���\)��(�F���Tx]��L��%Eh�����<F�$6�Wy]���R ��ge^�Q[�H��{
QD�WQ���-ڛ���𪕚��-S��,ma[1ܯp�d�s4�DQ4;ޢ)���h�6]��M�!��B�Q��7����Gq�-���GNVD�����n0��ds!6�C�����$H�������DdӮIJ�o��P��l��L����V?���cl���ڭ��s�s���
g�[�Ι�Tog��8��Y���<�l��̫�+��+o�22��ɿ�3?C>�B���u�z�d��d5_�77�l�cZ�%j�M���-�&�q\U������?<Wz���s?{�؟~p��>{�5nX���E��!�$o��4��4}�[p�7��p���x�rG�jx/Y��5�<�s��մ<�D���f+sQ��˫g�D�F�)��x9����?��/��4o����=:Q�s��'(��m�B�]e'���w>똨];���%����58������ŏ�����^��ȏN]ьc����Дc�6��ټi��a�ڰ�!1#0;6>�Ŭ�C]�4�R�Rͤ�d.��.M��O�*�A�^rMGf�O�!�V��ݭW�
��V�%��'�9�J��Ԥ=�D�5�[�!���7O}(6��jS�{����d9�x��N*���|�-��������c��ۤ��Sܾ9�?Z;i�)��d����y�F�@<�c��g~OЗ_�q��j5��l���(^N��������s�BP	,��r%gvoH���uY��BG�Q�[~�[���(�>ܔ��y�i�c�����-"�/��/�RV�b�ބ���
%<�=�`���h
x�U�\)	i��M;-�oq�HaF�T�;�[�?� %٣�pqM�w�`�^폁4�#�k"��_��w����$~o�����?Ǡ�W��Vq�gP识S���irĦ��͝����2�.�/�5��Y�Vۦ�윒������<�o�՜���}��*��3Y�\o�U?�������o<�#D�����hvm�k�z�w�i�����nj��g�|Ɋ�HèǬ�;Y���N��x=��ď:'��`�:�n@��6�����Th��{�,4�ِX�8%�f�u �r�N�0[ʍ��AL6��+h�f&��X6e�@�f�PJE�־��B�ѧLܧC����z��#�9�6$mIʨJz��䔙�I���%�Z��UP=d�������M,H�B���2�ܟ9Y�D����d)Q�j���ׯ��Rű��L��ͬ�G}>���/�x�,a�ƫn�;�d��3` ���z	�b�}i�P�Q�MRLHCR�������t!ը��%IA��*L�D�Rʾ	-lw����T���+4%���ܴ���9��#������vI�`��rWP�p�^���L�n?	*�lWb�ɍ������la�D���\$�(��(��	Hm;$\��!��&�'d���-3!��c$IR9d���ʀq��F�.x���{?����C+��
z�U����-o�%⼻�>��j~��O_����*��E��������}��b�%wo��wߴ�������/�4�����Em��~���=��ٛ̒���:]��*��Ş��*�[gXkl���'m���h(�� �lv��d�ݟ]{���ء�����!��A���ἑ�����"6ZY�
�R��:!�^��}P�a�H'����뤈,��$�͋��/���h�2M��b�����$�>���-��Qx�O�/ZT����+s��s+�h)u�F��2ٹh�'�#?����	�­?e	|'9�I�qF��Gg�	'�a��j�����$�~�mVyx�o�ү����Y��|0��7:�;�g A�b6�:rt�ھyJ]�)���I�a���~#���V+�ş7̼�n�p����|C�7M�F�<gc=���z��A>��P�k�!͔G#�����Uo���@�	��[�����v[��c���ҹ���8�=H�R��t89>Kf(GKF|-���J�v�OJ)�kЭ$��N]���
é��;kz���tMi��]n)�.�-ͦ):�wDsWo[��c:\��tk�)����i#o�O�	�*�mkJ��
OJ��i+���c���\)�#�N�e�{���(G��2��=�2��6�Q����C���d�l��;6���c^�U�Q]�@k�����y�%�P�x��c�Qc?�5�/���^Э���A3��Ae�YG=�s�!MvF|��G|o�\���<+�8W�G2{w.��h��F�Bj����^�����yӜ�''φ�]p�~�(��9fk�h�S��`���7P�h��V�����[t����3�s��Ә�$GN�7��������a睝���s�+����?Fx��2R!��g��[3����q[��-�"��u�n�m#�� �{�	��bc��{��-���|5xgw{�쿦�a���"'q
GI�W���(,(�N���n娷��u�	�푓泺^h.�1�0�}��ؽ�	M\�,C<�h��9KTW-ᑟ4�5ͼ��}��5�i�h=]ub�tZ�����1������b>R��
!��˘AK���.?����o������㒒�X�,<�夲��#B�h�IY�%AR�G�����T,�H�Yq�b���RM�"�D2�
��[��߇�A=��@>�C¹23��܄�3O��C�"�@a6P Ɓ���ُ~�@�n��:Z�[��o���:�w�A�O�Yc�tȭ�x�U(�@�h�	�*��,$3�$٠���g�i��ɢ���?�e�[���`_A���O}������ )�]�Q�g_p򷗖�Ç}��K6[!��p|���򀿘0�Ձa��c��!�t�/]C�F�D&�Y�{񙋮�G"c3�L��02�c��A�)N�����Ta2{���C���Tr�0*�B�Ts�qفL�� >���k�=	�MF_�l6�Nm8�ܣ�� Ҥ�:
����Y��{�MJjnB�e^4��jE'��ѫG�Nt�/M=:MVag���'�,�K
�zt���8bZ'�I"a���3|
�9!!g�����	�W���*<�><��Wq���@���6�p\�AF�VV$���ht$��w���T{�7s��~cg�W�0�
p�:�2w�q����@�O�ʧ��X��v���{+�ɡSbhk M�N�Pk�O����t�ƞ��FqM=hk�mP�֙����yn���i�,��9�6R���-�����1'3�[iV�'�v>M6������4��2�H1��_�?�ৱ���oRO��U��W6�f�p�٬�K:-��"��J���5�V"I�a&��k����l2��>W?7)��r%i2�;I�qvqmc�s*sנ�o�9��M�X`@�0^b�v���[���G�kv��v��Z<��ԔmE����������;���j�\��q߇������2�8׀�k%����g	<�R�L��Pc�fsQ�9R�ȞŻ(|3b�����	ۉ�V�q/N����Xi�>Qw�f?a�rv��8���b���E7�EN���5[���.	���Pf[�Y!"I�����	]����
�I(��)���C��!G�S!/�d�=qtggs����ߗ#���\F�yh�'ḗ�5�G��{[x�"CP�0[o#& ��H,I���\倉�v �f��e��_;q1)����gU�~x�LJJ>p������s�_\Z���i����*��
����v�+�T%�G�t����qÈ�Č������T�4�9ݬ�����X)��N�Nw�N��������ׁcU�+�X�.���E"1���{a>���}�{�����S4ޤ=D1�hyhO^�P�A�����:���NN86"Ee���8�b���0�4�Bg���
���k�K��W�D�V�XL�}d����h���e�S���%^�}A�c1O����kr"�F�J|U%��$dM�����㶡C�����ҟ�-ԣ�D�MjN̳%U�$5���i]�)�NUy��4I�4#/����-�����F57[��Z��c�iFuվ�L�w]o���*`8�s��v�qs4����<��.O�@�4�����#�vզ����Ftل�W��SI.M��iZ��8͜��w{_8�����ME@�ڤe����N��.�{��h��w��OG�^R�_*Q���D��:��ݼ{>�z�{����w�����csU��r��R<����In�8���i�<��a�+��	�!�v���1�]f��%��>L%��ۄy��ӽ�q���������ټ"�|��w���J�U=\
�j?a�/zK�I�-d�U�3Sh��yM��q�Oe�Uݑ��Ԝ.�2��>7e������s�m[Px��������u���+������%t�c�#�E2�i]*�:
���ae�0
�՜A`�^М8�5C)�w��jF����FLʙ���Z�<�Lĳ�lw:6Y7�%Ck��9QRBdI6Ӷ&gfS��V��<�W^5�Fʐ	o���D!SA��j�v��:�2ߩ?�:�q1��(&��S��@t�{���q��\;�j]��[k�A����;kp
.؁3��S0C��,�lx��	U1(�=�Z�EEi�ۡ��)�
�N�l�^�����&�UQ=[�%�����f��e<-呞��ƹ�F��
>/�Y�<�8'iZ����YK྿�7O\��%>�<�d���޾\"��@PƠ#�t�Ek�:��vf;7��
��D�@����GO�\���LR��"�K�,KB2c[��؄3�(�זAU�U�R"��kr�Иh���������.qN��/��J]��q�b�� |ș��0���6�?��;g�t�6�4�Ċ0���4
��#_��=_ۃ�j��XUj(�<�fq([#�-�ɡ���t
�x�\�L����m�ι�nЅ�-�F&w��З.c�</��pj�`��7���Z<���7h�G#o0�cBO�!%�3�y@QF�B
�.�����r���D���Ƽ��B ���?���37��������ޕ�Rb @����Ē��+��#7¢�_B�M�--:?bЏx�P��.���{�+ ��� ~㡕����>�2]�P�P`�W�	P{��J�9}Q��M7�%P��x�B4$��|nN�G�\�!�Ab��U{n ��ޡ7��WW�k��Ը��,\�c5^�
����fql�`%����q�i��J=V��*+@��gݿ\��_��/�����?%�E}�-柸��\�l�޳�]ȹ{�,�{@EF�n�fPj"/\"R��%��I����d�$u˶���Ҿ�[���(w���VÊE������QL���;Z|��퍲}�S�x�]�w'���'�+�쬕�_���l��f�G�e��ad0H��l(�64�º�(�Ш3��Q\w�@L�ǵ$�O��y8�NEL_�:䜿����{G+�nΔ�ɉ�+������؇>���<�
��ݔ��Xg�#s�����TK^ޫA�S �w�i�@J>�72���-0�:�7�YJ���lѻ+K>6��T�>p�?Cy�}fB�س�s�gz����ror���}[P[j�lChi�������@������-�k���v���ИOf����L��2�q.�p�eR�ˌ�fB����R�k�e�s���+Ŏ_���W�h\Nؠ��Xډ&	_�HG7ӷ���w"�_�I2�c,e9��*��#IQ-��v�كF���G�d�~K�U#9��L�P͒L#��ͦ��Y�U��f]_�]��'H�K�FĆM�N����YQ6f���qfY���H�E6`���m���&,C��X1�U�r��E�PŰ�m���kځ�Ɯ1"
읗�L[�q�}J�Q�5ٶ!DU�Y�z(�}z#�Ng�`�Cv�mi�0LV)zF$YT"�2d�������ȿ���b��W�>M��F��C�l�tk<?�hD��*b�2�S�������|��HTp�F�N��֋��t�Н�#����L.^*�s3(�����U6C��a+��>{s�П'Q*��AkkX��ؙ�Ӕ{b������3��)�(��O�:�6���p����ku��N����	$fIu=9��û���j�P�ê|�3��*x����"n����M�r�l�3��V�X�v,��*#*��O��ߘ�z�^	���3v�M���I�-gnpI��
��CD�2Zw�q-lp=���$�m�.z�h�ښtݢ,�m�Od$���"ڱ���L�������h�^��M�n�Q>�^��҉�&����kl�fG�Ce�⦹�|���t����6�<�_�)�o����}�xe����{��>��ș#g�5����C��o#�ޥKԇ��A���8���FOP_�â�$� ���<�T�K���ÆZ�Lo��J��u��5���L/J�L���IXgݤ�VJ������ׅ-�B����%xb���<�S�!E,�ŋ���]=DR�?���9�H�K�E^\9;t�)�W2���A8�0¡Q�����k�f���U��֡�(����1�JT��� r�ɣ��;"[Im��ű5�d&u&+����F�^��$�8�o`��!t����bI�����6���G�*8��dU25U�e3�23�Bx%/�����cܣ����G�$��Ĵ�-)!�4҈ݧdMD�sAd_%�,D5A�~�OG&-j �1M�k[Q�'B$a�S��>�p�7�%0*M8�n1}^%ׁ�8W��=�`�g�9Yn�dy��{�E������g��l�#����Ϟ������9���|�s����C���ԔO������� e>M��SL����N/��-�W�/�G��ss�ĄW*=q���~�;�����hӫ>\M�	"W����
����;كW.��Po�E���ݍ,,�"'���2����e�'g�߼]1�㑩�V��E�����1���K!�<�2��9��!���=����P�S�,�7_���+qQ�&
��1�\h�E����O'E"$e5U��m&��y��s�HI����v��
����z�x/H��F��_0s��Ng[��e��� �T���Ғ����^�ǳQzL�h����wr��e.�﯐���8����W�G����J� uD�F�Dz]��=�A��H0P�0z�F��K��)؈�F�<�|F�/= %�@Y�s� d� < �lBWyÐ�H6;&��
�N�QE����� 9�k��^���d4�«*��54d>է����-���izI]o�^L�;� *�����"�VL�<$�ݔ$����4��:�O�*H$��^�����BG v2k��J��F��Dl/��v!S�A�'ݤ�4�� A'�f*�,G-���n�߹-B�wk��:��!� ��7����<D�����M�>T�
��YD�L�/�FU���~���#����+W��x��%���
ώwU;j�cc	�T��C/�Z��QU���溗y�T���ݟ�C\Yi��EKp?,�RL�A�X/�qY"�2ʒ1"��%�$���	�dpMj��\�x1�[ �C�2g`Ն F�Ի�#����Cω���u]O�9��F�w�d�_yh�7�W��j�r��-�^�S⏙D��R�m9Q�ԇu�xƗ�c�a�H��yy�T.���ks��Abq�Y:ߥ�P�	��Ȳ����3�w�{拇ݹ�=�^}�������V�BV��ϓ��n׋5�|�mؕ
�����2�i�3O
y�R](�@Py%���^����Ueo=Iv���$2�x�(�#YIz�$%/N�G$�$E�5_�NJ�=߼?�["S������"JP*"��w=�2'N��W�	f�})r�ӣ����z�~��U�K��Hǝ6|ɍ��v4J������l��`S��"�?������#փ���#�9�K-��X��u3��@��'�S��S�
���{�����A�~�7�r5��X���Ŗ^��]�~^�W��y}ǉo��F�`�E7�`����3�?Oٛ���*�0C�C[3�zMv)0[�@/NW��3�R�Hˡ��!���>��~�?͛���K�L�t|�GQ�R���B�L��N�Z�LVg#�_?7>��v*�a���1.��M3�O�_�I�P�6��ǿD���������������j�2�<Q�a��&<g��Y�=�Cf&���Ϡb&������G_�V����}O�^K��tx��J����4�A��t4jխO�0�5桂��e�Kل������s���V�O�|�L0�0EU��U�H4�iE �AQ�%�l�a��������I=�8w���*����'��C�4�J�Jov�Wo�k�$��}ص�`'�kky��ծ!�8E}U���n���zm�<8����Ê�D���+�E�hF�X�2�qŜ�UI,r/�d��8L�� ��W������hB֓&�ſa�:����|Ne݈��&�N��JW>��J<y���/,7@������4�A��Q$�Nܥȉ�,wF	�4�|p���{(��_�1	�w�	��@,H�mPx\�@1��hD��\�#޳"�D�&��� ��k����W�%�	����9�H ')��l�J,T�-��R��R����,%����X��6Ԥ�B�tC9���Q2B���$A�%����y^Q?)
F����D��]��.��Z�	*��
��A3>$�4T�UY�蠔�$�k�삠$LF�!(�G\5�c e+�'	/MG4��^0t�m��*FLAM(bĮ+�qBԄ m�)
��u��F�L��Q�;��=��1���*��st�'�W�/r_��=���q���E��ӴC��.��;�,B�N-&�(��,F,ӷ_.c��(R{��t��C�0�P��f�f&#��'8:seD�=:�B(�w�D##g)e�+CI�Zx|D��+qP���y6����gE��{�i)j�T�oс�	�Jp	:E��T��߽?6���|&1�t��r�\����<��$�d�W���YMSը��𓠈���
�%�<cP���]�Q��~V8	�(����Ks�9Q�V���*�h����L*$�'q:5����1>��+Sp��a>P�W��s1���@�iY���1^����,��f@_)����������]T`|&*�i(�Q�H#�q���{��$J�S��������{�QhS��޿��'�ny�������S.��S��W�u>eY�y��dc/��Ew��	W��t��Ov#{������������8�xڍ�1n�0��C�T�B�X�X��)�m�BB,,LБ`!�R������ =K��$?R�ز���z�Lp��}e�
%^�3��᜞��/�.P�7:U�$�+LIgxf��#|b!���%<�Ʒp��*��5"<�8�n�p�b�_�}�|lX��wb�'�ֈc���h8�0�9���C�qW�<�~��R<�R����F����r���3v���[V�B?���/u��|���)jclm�����SE�x�mX��Fտ�̺���-
uJK�J�z�**��Mfw�6�ɛI��}�B[�-������������I�w��}�w�����LF�f�W��MX�����'��
�bT�:5�I-jS��ԣ>��m�������g�K�/�G7����t�%@��[ӁtL�СtN�Y�BG�m�H:�nGݞ�@G�1t,G��	tG:��Dw���]�$:�N�S�4:�Π3�ntw�ݓ�E����l:�Υ��|�]@������B��.�K�t)]F���A�`��|P@!I҈��N�PLSJHQJ�H���rZ�mМvӕ�z(]E����t]K��Gң���z,]G���8z<=��HO�'�S��4���NϠgҳ���z.=��O/�ҋ���z)�l�zz9��^I��W�k��:z=���Ho�7�[��6z;�c�I�wѻ�=�^z��>@�ч�#�Q�}�>A��Oѧ�3�Y�}��@_�/ї�+�U�}��Aߤoѷ�;�]�}�~@?�я�'�S���~A��_ѯ�7�[����@�?џ�/�W����A��ѿ�?�_���+L�,��unp�[��w��}^�5��[yo�������x�9߂o����| ��!|(Ƈ�m��-�G�������h>�����x>���'���|�+��'�)|*�Ƨ�|&ߍ����{���|����|������|?�?_���|	?�/���r~ ?��W��8d�C�#���y�	+Nyk6�q��<���n�����a�p����k��H~?�Ï��V~����8~<?���O�'�S���4������g����~.?���/�����~)�l�1�r~��_ů���k�u�z~����o��[�m�v~����������{�}�~� �?�揬������I��?ß�ϭ\ǟ�/��K�e�
���_�o�7�[�m��������G�c�	���?�_�/�W�k���ǿ�?��O�g�������?�_�o�����7	��B�����h��h��芞�U�&���b��.v�}ľb?q3��������8@�J�Z(�Cġ�0q���8B�V)�������8Z#�ǉ��	��Dq'qgqqWq�8Y�"N]�A�&Ng�3�����=�=ŽĽ�Y�lq�8W�'����������E�bq�x��T\&.W_D B!�P��XDb���XLE"�H�.����ź��1�ŕ�!��*�0�����qm����N7~�37��ä���(��dR���E�y��b9̺��h�5���[%m:�c?	dd�t�OB����'#Ǒɶ��U>pl���bg޶G�{��Myک�YR�bI�'Z�Ӧ��q�.;����}�Eh�f^�`���;��=Z��w��c�6��{5��=Z�=-7�=9�ؓ�Ş,��p�60�0��q�e�q�;~���D�l�`2�u���z<��?��7i|]�Lw�<�T(1Dɠs��:f��]����~��4��J�q��~<\��]9^+�������U��R��@��VK�;���5,�T�1�f�ۄvGQ0�awQ�h�6�A��q�Ͻ���� �y0�ٖ*�ǳY���=�q�^�*-�@�5iY2���SO�:���78�,�|��QFɨSO�-�a2�F�1:707؁���ͮ;S�eo0	}���7���͆i��ǱhPk�ƶkslM%�?�����2�
o֘�P�:�,�S��.N�2��ڜ���V�^�y�*Z�K�6n�F��v�� �ҍUp�#���|�u�	Ժ����6�T	χmH�?O��"��(�v�����@j��(�3Y�-DI�Qo��D&uw̽��]]<U��Y]<��Vɲ�ٻ�8�=��Sڳ1O{U��g!�	����TR�b�йF0�j*�L�j����,wK1C�8J
��be��HK��y��[L���W�yj$��'mK��ғ�E�L���a�Ƞ=Χ���)�P��V���mBXO)�j T�>���ؾTKcV�$2�B�.c��I�+�1�o	2D	�>��ECe�U�Z�U�1z�M-0�Z��kXf�5���!<�;��E� �0�F(C��P�Q��4Ci&�Ɗ"��Y3�|�?���h�U�ЪVu��PG��`�7��uM����N�c�mj"ăM�ހ'��l���_v* �����6`�Fj!s]�O��l A�#�g�J�-�r�;��`U.7�F�D�f�(Cc�܀)&~��Q2ٱ�T�A���+�w��7��5�i���
x���-Z�9�C��W�����yVC�1�S8���ڈ��N�Ն���xe� �.�<����Np:\v`�2��h�=S�Ah8AuK�a՝�U����Q���El-D5�:E�ɪ�F�I�p�'�]�j�z��gJ��KwG)�B���Ԯ	[�r�%؆��<2cY�2T�a�V-)���U4���C{-�N�\T(��#4ڋr�.�0���k��-�`�O�|�0�,o�3T�.#�! ���y�������S?��|(���H��n��פƆ-D�P6��h��Je���a&FQ���R|�q>��fV����k@� c��zw�BҶ%\�`�4��Xf�#�yi2~ڂ�E�D��Vz���ط��%rf�q�8�T��8��ۻ-z�P[a��{%v��]
�~jO�$�XV��u9Q;'��	"c�k��I]g1���A�!^�K�ޱ�HS�_s��� ζ9F9��6FꌕI� �L��1�ݝuw��c��K���&ƭ�nJ6�\��,���/�wﮏ�i|B+���"�M��q=J���[`����(��%�"�(��(����iע(��ou'�@���b�aY���f���m4v*5�}�3��v�a��n"��\��Yi�(Ǌ����L6��V����M�$��X���	�@lc�S�V�GC�T>/Q�J�mjꐁe�nl�i��N�,��j�W�,�WO�*P
�|�fk��%֔����y��<�0���lZ���b���-�V��,�N��K�npm8UPzo�Gq��;N�2�竛ˊk6���bH�٤]꺅�ii���r�r�`�6]K�b��P��%���ֱ�� LZS{=~6nLqX�Բ	��T��97TpޙF6��e�M���W
e��,��گW0�MQ�2�9z�N�G�<�f�)B�v�Q��DVޠ>�M4�:�F"s4v�_��ؔ�sl��ĉ}&jb�-�&ю=�r�-lJ߰ 
�`���ȳ�^�Ty�2�`�tS�FƁ�͸[,$������q��[�M�A�3���F��7컣�_�rEk{HpH��z���"w{��J�� ����Ы��*?���&�.��n����v�5�yג��KQ�e�uA�h�.�%l�f	� �S�u�K��\�!ɻv5v�"mW�5l&r�]9�pQ��k����մ�%J릖Ng����V��H!��1:�CDF����_w��^X!�����Ш�5�܆v!��U�K镸�褝
��M�c����� M�l��f=Y�
c#mr�+XQ'wK��^���f����H��l;jor�����.0C�S[�˱H�a,�S��BLO�f����2����xQ�r�߰���&���W;&C����d�g��:@*��~�h�� � �݊�f�� [�;HǾ�`mI��J�#���˲l����MŘ$��۵u�;��RXW��>췛q��nj"��4�I�pM�����(=Du����:�R�m���sV��mI��ށŪ�O{�V�!ݬ�T�L 3Dj�����������h�n�E�-g}�1j��:�уt6�y�ri	�V�6��:Jq��`��[&�2���nr\|�@�u1��"��h���m��!�u��3`&p#� �BIi`������3T@ۡI�lK�q��Yfc�ƭl�žɦ���Ӂg��q��_�2�\HH,J��{TK��z�'��ɲ�c��ǋ��f��U�
&�L��wAS��kK��a�MG�L��H�����8�ф0:��<�dq"��w#�_�ʚ��'���yx�l���`8�ՒW���7���M5 ���:o�͌,�;��.�Q~�MXCT�MK�i�v�z��CF��ݡ�-4�u	��s�LE:�`ӎ�z�ۯ���",������9Z���X2�O����K�A���J��M�D�ԘIX_Vw�!ڀ�����iڙ�����2]�Eè;C��5��͚3��jf�L%m[��O2�C0�a�Qג���C� ���d��P�ɹ?V��A{T{��8m��-�&(�M櫕P�?�aI�      �� x�c```d �3��΃�+�6��� T�v  
wOF2     �4    �X  ��                       ?FFTM` �J
��<��y�& 6$�. �]�7[]q� �n��{YF���L�*�6,zp@P��������"c6ٞ� �\�%��6Q��*Id���,Y!#�=�q<��\��G�].���ĥ���% "�DV��a�e3��6��D|�BRp�������k�ִ~��}�ktT�j����c��jBL7�~�����OY�csj$+'O���Yck�l����6!X� �[� ��*
�����:�U��{=��T9����S���m�}.9>���<��+>��	�xT�ݒ�dǠÎK���J:֡-�[��j[k�l�v�ʭ���j[k���q��~hp��N#U���Н��P����,���=�ܿ�@��	�Y�QҤb�%M�L�4���T����{��4@����Atd�,��H��wۋ�lm.��kw�@*L@`�ęYR�)kvH��~M���hIhA�����w��E&���]�@##ͮ��;c`�K��O�m�IY �6�l������_�+\�`A��X�u�`Y�r����ȵrE��W�H^�xm�Ru�D�y�ѷL���d �9Yg��u��:^��H�t8��\��&\�q����to��یdh�vEH��"H�{?���t���e%q�$9q�i����i"�.e�-/����
ҷ���M�����@_��q�I32Z����v{G"F慜Nfh<vP.�E>:��y!�w�����ǀ�l�^׈�ĆM���[��?6����^
�K�}��	������M�]�v�I���K#����C���3�F�<���Z���h�ɳ\�9�9�9�:�p���w�߿��7lt�A����9��h���4@�ff9��Z�5�N;�`�Y�155+Qk��zg����M�.� �&�/�˶.�6ܺ�.wAr�c
�KX�h��8P����c��obr\:Vn�����DD$�����p��ƺ���������t_�D{%*��;b��&���L��*U�U�]��l�_}��|�j�'��k�f�:����f  �����>���ӗL�+ ����W::}�Xw�2>N��^3j�������Ԧ�7�.�5�KP��IJ�IGbK8����4����Y{p `��I�������	����h�w����M\�i#^:"���
�iJN�s�qǺ�$Jll�r	@�J�E*�Yb/��
qC�Mܒ�u��ji��X��;��'��-J�������GfW�ګ�Jgxj���>շYB�\�U�g�TГb :Y�dT�۰�&C�hD�nhj�iy*�%��@��U�0�!i=�\\�K�zx)�>�2�:�� 6��a�p�k�!�j�0��k�=�eX��bSY�9	r�⮥���������+I�x��귒yi]��F>��$�(*s�"h�!��&�x�B��c��T^:���1��Qi��Iamk8="Ć3�-��S�L��^D�YT��wVo<���}�%P)B5�96���Y�e��i�o{�̷�"�^��[�����Ǘ��3CQ]'��Ne�e%c�LD�5tfybL�z����+3�Bkj'ʹ�N*��فⴧN]%���f��S#�e�ʽ1uUW�H�^-�qr{V���R!����C#p����k��u���A�G�V�o�|�2*��a���$	Y���Q�I9AS�e�Ӭ��y@.���.����Y�F�zQ��F�eM���A�5ή|ͥ�g
O���:����e%�Z�1��G\�	��A�T1~bZը*��H!�JZX��z)�R��a�f�t.��pd&>���4"�gU{q��kO���u�V�[I"��� ˆmV��e�ym��Ѥ!%��V!�.Y>-��p���PL�Ś>l��'�>̗�V'�`�S=K*D]U���ӹ(<�V|@( ��2< ��U�*z㌋��m�2���(QY@
!~�o.���y����g�e�����T�@�kM�@k�e'F�	E=>V��,6ǎ�d)��r��8&���Ơ9������R��v��usQ���b1�fM��98Q_/��ӌ�YO������mo�%�O鎤+"؍i9m�2u��g�k�| �3����pq¹ E��,�TDgVDGf�6����O"�c���s��[�Wgs�˅9�JE.�Jď?_w�[8��H�+~�Um�-#ʹaX�J$%v���v9"2�5<MiF	!S&N�Q7+l�A����0>�V=4��6ΑES�l�����eK�	S��mO��壍�nM��2�\F��h�~�\I��d�d���4۾w�#:紱���#��-�>�O��F)H�S�Z�?�����5U�׆��Gs��9�������+�3���
x���D�ԧaN:_�vU�{E�g�mg{���@w��εZK�Q������$��F��~�Z���O�dS<ȍu�Lu��E^�<��5���4Ȱ�����'��`%=�WC�h���C�pۊ���?"�M��TL�|��##}]/�[�<?�#X�'���i0X��IcR�pv����=�l�����Z�� u���`��W�Ӧ������<�Ё�E	�#q�4A���Фi���C��%Z�_8`�ěԢQ�W�zg���	,e�h2����2���1�i̶"wN����;WS�x�|=�>X�3�]�v�8�戀+3&<:��[�(�������s.=][�N�J��I����`p{�f�����Z�P��k�0�MQ��æp2�λ��q�L��-U��YO�C���r̐�
n�U���V���^�9�]�`��^o��6��N�  Fh�1 �eQ1$�f��y$��5�dKj.���"p��h�������/�8��$��nS����HҨa�<���b�^>O��l��#X*`ce����h��a	�Lޱ���`m��{j8T�����z��\��M�����/�eW9�Փ|��Y�Xb��vц,~KI� @���/�g�� 5z���Xf���2�`2M�z����H��b-sA���WJ�F��<�ξ�	˅�b�[_;[�`�G�1M�C'g�I�\�� �~�: ��%UZ?g�q�YB+I"�4Σ}׈�Gw0D2�|�P$B�
mJ�+D]�p�9�䅤l�� ����a(%��T��Vy���w��� ���H��ZRJj(�������+>S�Քs�'�vg y� ��yi�S�6�\�t�!eؐrڍ.��SC�8�%�iN�,T\r��tݖ8�K��_��hc�R]��-#�v?�D�ź�vY�2�ߦ�5�e�r��gOS�K< !�D�f�ə$I���vU{�/AJ)����[g8f�B�I��;�8i?�c�aEə
V�!ӚR!Z���j�p�:��0�.s���1��M�5�LU� P �V�@	�n�=.}m��w�K��`d�Z��9�ao)�QY$���Y5���2Bn��L��h��?�ZTK��Lˡ����Y�_Fcm�,�
a�3 "Ƈf�	�ɲ�@jF�~����v���ہ?n|
A��[��=�:�c�y1qĶ���<9�D�ý��G�g�7��d.��0�l�մj��tU
��|ɉ���x��Q�ŦE�9��F�X��B��V@P��6�jJ]�_�9&,� �n5�	 �C4l��o&N�Dߦ���nRA"O���{֗�DĔ�f��
"!e�����. ��j�S5� !����(�^_Ǜ�Eyq�qA5�
D��
ͅUQ7�c�W��0�����H�j����0:4����8Q�8-��N���2�@��"qy�OBs ㆐��p���Y��/�9C���̑c��`����Y4�H
����>�8�U�Q�t"���U0լ�d��*m��U�hB� F�V�/w�_��`q�v�O�oj��;�ި"*��ٻ�i��9�y�9L�uygQđ=at��	�	�@�t���t�ezf�b�C������N%Ѳ
5�18L�Ah"D�R�w�͹̤�e'N�ď�8<m��{�C���W�^��x/�9��=t?:��{�h�d�e>�#떶��f��|��1I1�j�6�J�D�[�!1��f`<��c<��%'���u���0��v��-?q��J)�"V��E!C�`5�v��+n��G����LX��l�j��70z���Fl%�)�ӔUd*�%n� !@�0A�ȵ�V�������"��]����/���&`	bS�s�p�A�T��.w8傆��d����X��lϒ���̊0j+7�|O˽$x-����=��0]v�Öi~�UfC�_�rM���#K��"�J��p�]� a] ��3���֊ILG�!��ԐŃ�v�2[$#��.8)���u����֡�u{�K�Ô�Зi�Vƒ��zr��2��Vcp�6�yV����޼Q���޴������ �Tj,C���t��=�W^��N�Al���9H�}�M'U���ۆȃ8�H��\��]>"��zݱw&nYG� L�w3���S�;�.��5&
5�rl�xuϦ֒�f�S�:	�`x��5Vc@h�&��
�E��} }���N��%:�������e��բ b����z]>^C9�U��^��Fǃ@K��U��(�Ѕ���!�q�W�����O�'��8w�Y��)y-P޷[�r�������[�gn��J�U�W�Bµ���,��t�6fɀ��9�Z�
���m4��������<!�w6�����涻[�.U�XN�i>@�	u��Dh�T'�9��Ǜ��$j�:uk�Y����8�M�i��f����Ú w?�pGXS�D�BX��T���$�M�D!�ن�dMF�5`�!;Dt���O勂K��*_n��S��%��f¢��hM��Ѻ�L��/:j��Y]�L��Eĳ�胶 K�z�f�е�/Q��M�8� �d�֔=�x���lE�3�vx�u�s4��h�4#��TׁH�o9M�{� �~��{=��C���|���,������``Z�2.�X�Ż O���h&�\M;a�e�	*�L����u��S�К�g��d�a���g'ΐ82����o�դD���B;��d� �����[����s��4_��TV��x�1쎬W�ջg8���,t�1�p��]��̃+�<��\ꒁ���Dd>&���/��1W�W� �n�v�P�&/�{��� �g��� ��O���k42��ȵpMʙ.�d3P��_%��E�����C+��F�#�:e�p"X+�f�D~�R��5̅����M���Wa�P����2�+��qn��"D�BߗєN�jJ�Pb@U0,U�+dU�1��ڴ��I9�p?YQD���uZ60�/�Ѳ62����j��㓿ū��2�T�$�r����պ����fNpmO�*2�{�R��ҟؗ����x�[T�W%�Q�|������MJ��a��d�F����IE�{Y��6��}��J�����+���V#B�Q�@��*,L�Z��^��)m��P��A����/17�k��C<��8SŅV2�"z�(��{�e0�v���m����[8C�Q�h<�H�um/I�"��~�?��N|�I^D�t����ڃ�e[g�%���>���䣯����1�?����|�7H�Eyo��~6�V�C��%�2"�ͬ�aM�|]D#|`W6s���T���t��?�o��~�>,a��i|�&rCyۼ�+4 -PW������ߪ�v������/�g��x�3�iU}�2�gJ�hD�E./ys�g"K�< ��-��yy��U}���;3����S�9q�>��	N��pO�2�
U�M�Q�V �}����?U&K�	�2�u׵��j�pŲ�'��7E�_����톥�x���^�Tw��c��e.ߔ��JT�)�[JL�ǜQ�{vK������-6��z]�Vi\����+UI]al�ˍ�c��������i#��w-er��e��R�m*��<��^�h���)/g�D�륾5iղ��-�N���Ʋ�2(�5�H�W�9�<L�A]�2!o�����aҚ[P4Shz��a�?،��F>�6���픯���`)6�y�_G���,�6=�1y���'���
uHRD튡C�]%�T�1"U���1'�0�h�z)�K��$8��5p�j����|����#�8�)֢��ou|[P�I]v��������	�,�d�w�X�LՈ��6��?B�0�=��X6�A��l���f�=��i%۱
���s��6xuŨ%�RHȘ��b=��#��LȒIf�vТ,���������"h�Z��e~�@�O�3���I~�_��A�	եg�G\����~{^�Z v�.<��rD��xa��-Ek闁��tg��X?�z��ށ�x{�Gk��2| {��>j\ [�>�a+�n��G������x�y���=��X����+:���)暲�ڎ�}�K���]7"����H5:u�+Cߓ~jhGd�%���9�îw�=ؤ����<8�{�i�#Q������'�P���J��N&����D���e@�ŭͺ�1)�1�p�P,T�����s�`��D:o)T��������H���X*`��fq�$���󵜠ԡ�M�2�,`\�� �d2�Qa�(M�08I��!%FJ�Et�H<�v���Z= �O��_�n3�$���܏쫙��>r~G2,�ս��5��)���OGY02��z�_g�G:j g:M��ڳC�����-��G-�������{��jK�F�C�
̬Y���l�CʜW�[�����PY��ZN&���`�޻p��Otj�e	�kMIv��܊���~V��v-�%6�gZS! �9�s";��g���`,���3��a������fP��:��^T�ޙ�aɋ/k�W�+^Xz�{�7��=ي*�������LC�~1s�12a�r}���o��S�<���D�g�Jo��x���3q<K��BMoV��SN
E6grE�
cm��ɕ�RZUzZj��g�X��uq.q&֦���Ƹ�6�����+���Q��p+�B7,;�>��g5�l<�>�u��р�aeW��J*}��o��Ŕ��"��S�P̔�R;9Y~�ƴ���;F�W�ƈ��"�^��Azh��-�k�u1I�w���ya��ш[��� ���ZD�gW<�'�yڎ��l��AJP�մ��B��HU��@����{ 
���E������I˗�Y�qދ��-z�^M1r���F��0��:6b���X[�=����@��|����0�7��i���bZ]��i|�$�N�*�ZgM�A��vO������Xs}�+z����l�����^*�*.զR��}ϖ�X�����Bm� >r�QH�P����:D}�c��=���[h�Hٞ���hS�1��F�`�&-q(��'�O��F�(��=B/6�O-���qP�ZN��>���(�J�f��ԙZ�`2�ܙ�@��YJ^{I��ӊ��!�� �L��cYw���_��7A�T/OΫx� zM���iLS�I4)5I {�Z��͂��1?�D�
��~�1�x�}����4D�`x��L���G&�yf.:��jb�����ώ4�B��������qǥ��J�/��*���8Dw���{����	��}w�y���Ew9���zM�._��/�7+98���+�b��Kf � v:���e:���ܐ=v��S��)�Q���iʸ�`n�1�bO ��[<�K߭~4h����� ��LKm�Wc��^�='$i�`cG�z 1�2��l�%�u+�)�ar�$u���,Qup���o-�ܝ���=m�d�����`�eF�f���jkuUU�N�3!m,��{y�+�Rc%��&�U��2m�L�R.Z�S��'���c��,�	 ��i>�@s �l�W9����9f��Z�rT�<}�;�%���.x�Pwİ�)	#+�;��K��D��@��hG-�ɍ�(_�?&D�WB$=�rw�n9g�n�)��i�;�u�l�G�yl�*x��hNa���ڹB���0)6�B���H=J���]:֗�N��\�6����Tϴ��u�6$\�j�75���LR� v�֒�R"OS�=!�������2Th$�Q�-qA�H�R� ��9�]><��˙��zsX�
t~�I�,��a�RV��u�/��A�@��;�!�vG�ʸ����"�r���z��ԣi��45����}���O7,��n:z��5���XsG,{���J[�Q��F o4P�\>�͝R�&AA����+��v�篛�S���v�y���ض��D�f��fM���؇R��si���{f�Y��Y��Ao�ѡg�׏��^�\{:����u~j��b�V����f�����"t��m��U��)k�k0�EN
΍R�$�v�k7��]P0H����괓z��.8��f�A���>.K��Ar�����
��"�&	J�lbE���l��<1+�U�Tx�%}q='�gS��r��Ʉ#���0��G!R-��hAD��ܬ�(que��M'�X9�.TݙuX���!�]��0 ��:Y�&����p��+J�]���h� w�ؚ⥱�j�4�����z@�a2˾wk#���x��q�u��WV��r��>`�!w/��+Ѿ?ԧ!�K��^$i�ρ��,����U:3���*�\5��S��r�za֢�:�5{w��^�^��S����S#�{Swq����͵�З`�4�>R�K���#�:�D����L3���h��ö.�<���u���t	
{R�{�wJ�(b�D�5M%�����'���i���ͬ��shz��FG�C��svs��\�(��v(CF�>����M��C2����L-�y�q:l���<7�i�yH}?^a'�2�'�y��j{|�Ǎ�Κ����U9�[�LMNBX�q<ݓ=�5���јfj.'3 S��V!��;������ǳ�����^_�xr|�����X�J�㽯�W3y����Ej]t�#��=�X5Ќ2tET�5�����?V�lkFɮ�(��;���4Z�a�B�3���}����$[C~}�|0t�1Z2�J�3|���� �d��M��x(�=����#�/|wv����7�LS1�}j�����ˍ�$� $[l�U!oU�Av��lm{5Õ��s��B9�%�*��E�U�����_�%��\n�HQҡ�6и*e.0�Z���ne�]���F>�$�<�W�Sug�5a�p-@dX����E��/cG�J��T���uo�Z�����<M�D�31?͉[���R)r)/Rι�T�B����Rs\��rq����`�-8���u����\�j�~��/֎�R��qS���׍=�I����=N,�c��l	aw�}V���2���C�����QaQ&Wv�X��>�{��:`y'����ʓ<5����G�2�L�K.Nz�����OHJ�����h&ndͳ^�7|�u{�����L!�˄�qq���VS	wS�n���ٓ�H/��t77�hΟ7�:�Pӥ�h�d�Bm�o�&j�]�����+cat
 p {Ͼ5�IANj�,�����z;g1妟�(�~��,�ۡ0A��$���l�[L��U�8�?$���'%�<���%�k��:�ު��4#{�ғb/���'���&AU�WYԀ�Uxp����s^�W�8�	�ֺ�P�|*�E��W��i�rԽ�@T�I���{``-<Eu'y4E����}w�l�W*0a ��L9πy!��>6AK�,�*i�Bթ�È�Au!�2ϐ�Y&h��Pw
D�TN�6�&�k�%�QI��ua�)���2��,���&L�EC��Ab������<z��%���<L?+�{� �z�\XH.�����f�xԙh�JN��E�&���L�U[0m��΀w͊�3�_+���]Gf��! Lc���� �>F��Y�+����wi�N�k�XU��϶��3�͚#)G(M0����m7�qc���_/�)��?���ؐz�v:]!��ʎ��|�S�o%{o�����M̲,b��td�|�3a��C<����<Q�|Dr�ԬedbvZŜ%Vb�<���3gϻrc\n���6�I}�>ocWQslϚL�ʱ�{�&���yo��z��k�<&��P-x���I׌2��݊^�s��Z���Z�ɶq���hv#��p�>>)�'� X���MK;�Υ9��� �B!����S$�;NY��n�wq�vכƱ�A�����<+`�B��i�*�em*��<��J2.I�̀X7�ԍPޣ	u6�Q�M��7���
w�TPpN�M�u3b��n� Mo���O��Ѕ�#J����o�����(^�#t�v�: �B�[Q�t�͊z�sn�A�f뚆oBO�6:��U{ n���nhZN���+�"�/�>|���4�K[��옛v�>��5��Rzy��(��w?DJGo���iݽ�v�]��q��J�u�Z4�y�K��W1��綒��h�f�4�J�!h[�\��g��Y��AU�6�����7�rM`qaN��]���aP0��~6��nٰv]�f�c�P b��B��Q��^���}v�;7A0S�S�ִ=řu���R=$���;�~5|>�x���8?}0Tэ[���e{-���}eΞ?�֝�C��[�\��J��.j�,}���8�cߩ\\�wu����a7IS3��K��c4�
@�Ȅd�g�U��Zpk�e��E�xM|~ɹ>��u�y�@<?�>�*$�I�JX+�I}�3��k�L3{�[�ֻI�5̌o�Y=!Ƅ:"�J�Y����Y��B\)CQ=�,5�R��#ߴਛ�]�a�(�ǁ��]�� P*Ma��-nZ��괯'�7��=�#\�CS����dEn�v�C�O~)Tj�K�����/�e%�_�"���N����v���8�������m(}���K(�ߔNy��u�`L�+�e�.�E�� 91�8K��Y��9���rk��On}�D�U�3!ѵ<$����?]g�XQź4N�3L� ���;�� � �������i�` �M�ß��#ͧ�ʏ���(�;tf����'�� ��/H��LB��j�24q�\��'���0qt�$�Y�M��再����Ur�qd�zd&,3aB�5+�9�4|�01`�snעhX�p�kyJ��M{3O�"����ڴ6����b{��~���끠���^t�����R�!�jo�u&�ը�	�7�ʄ��G��.C|�B�}��	"�dbM�A��E��������A�3cT�NTJ�v#"��ϡ�brJ_$Ⲏp����� ��.�ޱ�0��C̲���Ʈ^����^��>M����+	d[hԵ>$�.m_x�	F��+�*�+_�4[l[�@�*ҥ�F̰*
P�uN�B6�q�҄#/��ah�hI��-�jJ�3D�tB�¶�����F�-z�7j���� ��S���d�Tˁ��x��[��ĢX,�&8�� i����)�G�5�y9�r������ٔc��l:�n��|S����Z�we�R�8m"�,=���9B9��m��)_�<M���E��ҲK4���	d22G���4m̼U��k��u�3���B	��u6�PY�y����5&P�PЅ
��o��qB�^s�&��6�0~iF1A����b�Dȡꂇ�4:��S@>����	���T��,�i](Z��Ġ2Y]nwG�*4ݥ�ܔ�.�9�AC��/S7�~��;i�/}S�ݿ��(�1ی�r0�;�q6�����C��{Ͼ��q�����}���]��:ΰ�������+���q_9��&����D���椢mM��ezQ�0#hd�rO*E�؞��B�z�,;�EI��/��a�ZvI����!�&S�t�K
�.�F� س�t+s
��"n�މ�E�c��h=��;gW'��JӴ]�ϯ$��Ea	��2R�$�Q��
�!X��uγ*Kꗁ�CQk�MM%J�V]�I-	��"S&��n��6�8�����26�g"p�N���+om9ʑZL��mi���zf�;����(s֡��yp��ٍ����^k:年F��Lw���2�Va���e�u��)�RV�6'D�7'����N:Q���c�,��ل�̗ڞ�'H�u8�=�s�;��fV9�u�-�%u��X�zQ����=�i���.O�웣��~"�uy��g�7�����TM#(ʞ�%*��e��c>�,�x*���O�&/�*��P�A�lO�i���SU�^�6bn��Kj1�;f��䤆k����S����*_�
��2��
|'�STF�v�'�ⅥA춢J�����a�Sǎd�R���ӫ��/�'@-T�(��tt�,^b��4$�U��v��cz>~����đb�8EԜ/Nw�`�9m�*����ڹ��Qϗ�s���BX�.9�1S�Q�҉u#x��M'8VSED�����u)�mZ˃ˬ�O1�$�0�P���).���[��B$ij��T.����x�3�HkI�7ܵe=O����,���;��J$��ӟ!��R���&d�3�9��f���]h`��Eڼ0��O+��:�sO�l��p.� ��(�b���dw]���&~R��Yv��y
ߟo�߾��$5pL4��S�U��:{�.����+M�~ڑ�bE���R�Xj�'��ؓY�7M�Vs6:�2VrNs��1n9ݮw�9)#DgR/j(0�4��s�g�{/����r,�*�L�Y,ՅrW��D��l��N�J��nS���B��f�J�����h��5p��t��8� �A9":���<���t����J�>g^*�T�eX쾳��LC�l��X���@9Uzp�UYH~݋�wo���;�0�U:h���{6U�`�����&*�{yR�jΓdbQ�.�3 <��hg��4hra2 r�qB4ߩg��Z��y
I1��� �[wŻ��Y�2׍К�´�+�Z �cȂԣ�h���Iݸ�2� ,�K� �Z������6cH]�c��rði��D0.���A^��8���>N��tP2) ������>���;�	�ρ0]�� 2_P����oӶ%�ϥ�7�Q����j0�a@�1��Zl�&@7a��Ճ�@�6��V���i$j*r�H�g��s��]K�<_US���LP�NYά���Dﯕ�͖�#���+������/e���2�I�L�!��u>�z/�����c�MLC�duH��[�=H���I�"�or_�m'Sݺ�;���^����#����WZ���臿@\��#ML�1A�ً���~f��~�4+���ÁŮ�/a��D�Ձ��r@>ǮYf������.��)�y}��,�p���'�g��;P�Ci)���Q`i�`wz3�[������N$��a���b�����2[!j
|IDj��dwx���z��/3N#D�'����W�Cݕt�|\�㚢�BE��hγ��)��ʥsoas�X*�8h��S�y�"�r�gFi��$/דMe:i��*b�B�_��VȲ_?`qD���I,nl|&t��	����-q+B�Z��0�^��ZR�p)ɽ(�ZD��F������Qr�%l�'(UؖhU#8���&�oR;zX���l.��h3��lp[X+��Ņ/q�y[y�Q�d�Q.K�q��9«��$ѵxو-�[ȅ��m*�%��p�,Δ)5���s�RRӹP�&���C���BLj>C�����$�0Ca}�e��@�K�X��T��e��%�pa`!.��:�l���>naY[il�p`��p��TB�h�C)'�Ƴ�qi
�\C䵞��?�f$$ǻ���%}�!&�I����ݦ�6=��`q)R�l�Z��dm?Yߌ�Z�O]�}d�5~
v�������_N/�-�,���/j�	��*.>a7����C�=:'�eŽ��N�qkje!M/ߖI�d Dv�4J9�4J�����r/�Օ������$�,��T�0���;�����V�2q'�'a�c��l��{98z@ �%M�`�^���^���<I�`����CN{�.�q�,���f��(��29b8On���4�Owl�H黊U�h�b(�Q�rɇ��ɝ���(�V�S�/��E��Iݟ)?nBVwQc�S�Ͽ�������g�z�;k��eퟍ��i;a�Z�ч� |��ߚp&.]�?�4��ľG�r���_�P�}���k6�қ�@6�]���ڸl�/T�:��<���d:XYU����þ8(eL�����ډ�em���${��
�.:<�f��恹�hr�a�|�����N�1����e��Ĝ��,R���I�4@�{qDG'�K֪��������`%W����v�c`i�8����GI;򓣠����^�RrԪ�DGA*�i8F]�&_V��D����#�*�O�AP(�0��(+)�¹�l'�*3��V�/������:(�6���h�zB�~B��s8i�9؏�1[D�!��F���}�+ul���l���Ã6��$��{�3	<�Ҏ�Oq�5c���41f��O��<�JBhS' �땒#�{m4�(�z���h�gɮ�_��؈���^�[��m3�������X�g���=�Q�1��{T�z��vCJ�l�|_��T��-P������YO��2��-J�̌~ہ�~�T��xmj����γ��y�o#!M�CGbi�I� �F�N<Y}c�}Ə��?JX�Q$]X{��:��u��nY�L��T��K�\w&� ,���	�V5���S�J���Z�S�
����	�<r�t�g����KJ�줯h=�,S��*�����!���tF^�������t����<^W���Z���P������lAK�K�^�P-d2ɫ��*�����ŭ�Utw�J]���,2�X�K�P�BN�f'�H/�PN��ĕ�,F�"�URyW�ԨJW&��`5��:ut8�d�:Iw<V*�2����8ĲϚ�U@�zJ��|���4�1�V�Å����8|"�ʀq��0	)\�2����|{HعΒ}銳�>_u�$B%Iȓ+�wT�����C�QP �/e��`�z��G�"��L��/P��`A?q����j�������V�nXm�W��{T�&/G�y�u4�E{��V�D�B�R�y����!Ӹ$iQ�-�;��Y|�]�7pUA���gP��i�� ���@c4����n��H�p�M����r�֥�?1��Hg�9����t�dg�I�!U&���J�*���:��4�¨�P��}=�#[*�o����#�s�b���k����t��S�xm5]C�	���Y/ٗ��K�#[��Ē�Tb��|��eT?��,�ֆ��j�R�����E����2\�t\=m*��QD�	���ѷSC)��׼��:ANԲ(�����7�l��}�&�%0�xW��x�0�<���=��/ )E�%d�g�=�v�I����:����3�N�Wm׻Ĕ��W�]�к.F������S��)ZZ�[z���]���7Ro��]$�~�.�E�Y4߶u&�����O�f�N�Eb���R#t`�t�n��s��}�^`{���?Dt�`�����&z.t��e�������T<k������y��kXw�C�U7�c���C7�~�
�=���׾��$J�ul�;y~8��-�1G���l���W���
l����B s ��ꣻ�砹��\���7Q��Wz/�q����L�F#�B�%L׌�2�ZJa��E�v �8,
�!�S��C��f��i���9�s�++���G^�=�rRo��[���#Z#��C�8���kS*�c; j��CA^��˫��=fxU�}��(�����~�Y�'冑��p���E�.{�1��(�6*�����d��m��pB�r�1��+m�1j�i	x��`m��vLUF��0@�8��'G͝�j�T���^'�ԁ~���wAF�ѵ=(J��4=>����w�..�;Rw��g��w���(�dz~�%��L�R�x!6hǗ�#��D�w!fPh��W�ֻ��΃	�߳�a�����YPcG�튏�:;^j���HԤ��g���� ow�y�6X�����w�Ed�����i��9�%�f��	�5�n���+�HJ��߱?�S��c2^���c��4Gw\��ޣ�HFJ�޴�6eR�NP���M������G�����e����\Euv�ux��s���!�a�;[m�eǮ�9��xL�Jmu|�����TKoT4�G�P�~0�&���x޹�{U��\>G+W7��抉���J�q7�����i��4�P��Py7ш��،a�\�d��(�g�ث�[Rϕ�LD���B
VA�C�[�����osK�zhWW�r\���_��9f���i�QX��O��FqE�,�#�b�eh/q�W{ٸ^����Ԫ^j*ѯ����V�#f��O"{�aS&�j,��k/;�J<�s�v�I�\(��B�	r8��Dw���ف��F�piR>~��x� ��E;Bq6��[�5M@�*R��,��Y��$���������u�</vq#����맘!��ē����p�J�	Qw��۵HU%R�J���l�����Rs�3����BY�g�X!���i���Yݿ"R�>���ty#�}��o�ȷ\�=+�gv������V��ƿ1�)WF5���C�o^��scfM�g��t�o9��<�ߊΛ?L�Ҩ�{�^e�O��s�eE!T����^�Mw*K��n�ŏ#�Ν� I.@� �ֳ|�"�����|�o#�8���8G����ټ�9E1�^�|ԀYV�1�v��O]6��"�\Rn�z"��lHќq6g���ƫԉ�֚`���&�UAfPE8<������Ѩ��<��V|���rd��En��w+j�
k��OA�N�"x!'��͌U�Q�e��g,'zZ�R�A5�YDYs��\�)ex���U9v�7�:��s�5�M�M����s7i��xlN'��u����a�������cC=��q+,�����4]0ꦶb"ւq4)i�F�*�؟��[��hs�Y��Q^���M��Y��ªW���W�Y���0��?u2ׂA�nl�F[+Z���=�"�J"i
l����cn�Lq�I(��� ,���.��@Z��ccb�e�B*���^lF��$�{������.G�~7c��h.�0|E�g�^>��Md&oI���ί#��<�t�v�Ce�� ��0�c��g�h�+�8(�zq(+q��c��Ex����_3��Z☱!/^B��k�]��%�]�5�����BDꏯ�_��]�'j�v>{�2�Z��2#<����i����AG4�+$�}��4�>z��m|-#�څ�9��rë�����<):�2�覺5�#"*+E�Jֽ5�6?�2n�=�]9gsY]��T$Z��d��S<��&̐�v��e���/�t৚uO����ɺ����J���>S0�ʫ�2
D����{! �;��l[�Q!�JŰ�T��uO���U@��c��,o��%���R����k�2{�QξS��^(韫L�;Q4�*���{�v�|D��'?���7�x����?}qwN2�X�x�}_A�/f%����d�B�h���@^�Rɹΰ��ϟ�^5 ���m�=�F�]�r;Ӏl�z�Nm��'��=�Φ(�bI���B���?D�V��&�JKm����	^��_����eXI�>9c��Hfb��!s��%h(�h�鯢0��r�O�!��x�,["֤��6�z��訚,,$��������{�`G��;��^<�+����~3aˎ]�1���##*	(�\GC�kh��L�Y�hඨ�
�� 
Bf��m �: �Df���:@ u�k	aᲁ��� �8~W����hҟ4���,C�����$]��=E�Q�fɟ� �u���ב!?6���/_Rٻ\v�S�f�mK�a�"t�=S���P5KL@�1�����T���U	@�=��!���{�x�t��u����<y6sJ��R��7��d�Н����<���4�YQ�TX�ZӴ��w�z���|�����*�a�^VQ16&6�/l��視 ��ÁTP��>�h�w����P�iB����FFHr���D����E.H����D�cbJ7�J)�J@G�+6�k�zP�ܥi׀�5*G��* �:�v�jjNrm�F`�n�(�l��w�B�ء�}����V����OC�A��bAxpR9�	V�}C ���*�`�K�䨩3�瀪d�q+ss�M�cs_�ޜY���k�����b�k�����������v �C�>=���w�
��J�9���U�������%��o��JZ�S�Rޗ��������]�V�Z�^�B�SJ�22��￼]Ot{UPP���F���GW�#ƛ� Q��%پ7<��E��9K�>��b�d-�I�.�����.��`���.�e'+t>�������-)�	�Y���]4ѐaͨd��B!���p�-�ӣC%�g�&Q
�d"QqLjn��TJ�/�)��{Qpm�=��xC���$�pK�e1���	t�=YJZt@�:'b�H��$̃%�<��k�3�� ���Q�e2�ٺv�xc����E�@����/̥�|z����N)�#6sX����R}�@�h(f�e��g���@���ֈ�/ 1�BHL�2A�;D-�zd��:߻�b�� �,�g``�E*�V�o��h��=��-���n��~������MǍ�Jo�׈ٔ�!�@�hFK �~Z���Qc����F$@(B��đ��6X֍���ƈE�*��Bu�?�gk���b.�Ȣ�������j�J����3VJy_Rs����	�z�`OQTq�J�<:�ו����l�*��15> ��wF'�6� ckeXX'5��pꦄ�"1��l���r�\�ˇ���xcvf��2~u������i�M�N�jQ̷�,��5����uR}�֧��*��5!Ud3���%�Xj�G��w4�RSs�ED]��O.gRW��!��(SF���igut���Ã{�z��F����J�=*{��2<.A@��+���1	�"�ѲN���F<-�5�ײ��=$� ��HΎ1���;�����[o��޿�*XpH�S��DzBU��a���� q��"�+
�x�� ��nyc~�����c�Ӵ�UU9�&��o��5\���e6�
E%E A�3rHHT�I6�D��!���a�Ug�r�rB�(�^̰���ޕ�E8�?�MV�{�h0zNP�������DSt�t�t�BI��������$d�c��}q_-b�6 r���Z���R� �%э]�����Y���͟=x	!�+�E�صBC7��a�lQ�)�=�P�2����y|��ʍ�T��HI�:�{�v)`���5mR�����a
��N8,{(}��
��n����ơ���D��0%�e�v��?�tvhA!jvCg���a���9C�h���DQ'�iii2�~ Zv��}��m��I
�Ν��"|�rI��r�YW/�w�����g�Ԟ쿐�m=�.ˎ���hǺ���g�O�A?T/^8����9,��C�����v(��!������[��k��(!��-�6}'�p�.�uhQ�!?j��dW�=�Y�)�#%�H�)�tt^�+�7��e���?�.������/ER��|ϗq�	�v�L����7�&��9+�|8e��Ւ���䎠%%KΊ�%&�[��cWoM4'����L�\��C�w8�EUN�D��~��N�.Y��75�c�����1���YF>F/�n$���n5V�$7��/�d�U6p���N�+A1�abn�9XÕ�y��F4	���Yy/}~n.����f�].L0�IƇ���D��^T^n��D�%�g��08=N�9I�C���z�����6�/�̦H��<e��v�d��Q�S
���"�D�4���R\]$(��t��J�'�x4+i�h�s	 e1Dz=��>)��~w��v�!���j�	Q�������;�~C�}e� O��GFp�W{lק] �)�� ��+C𜱨˗]7o���E����D%B��Z����j�G����"m����EC���Nw����J,��n�-��i!����'!hq)|,�c���aXX_���˺j@��F::�� ��=`<�	��U�,�d��Ģ
�Q�[��r��#��[h�r?���"����'=��G����{��,[��L��֚x��YD���+}�h��cȏ���,>ֱ�-*wJ��b*w�|�k�d2	M"�W���<�pI`Qҗ��N�_&������8x/2E�@u�^u����a���Hf�
*�`n�Po��Yy��eT��񦩳23���d;2Y�5.�d�&A���:i��>=)��s���Q�Z�!�4Yu׏=�i�u%RY�����[@��ֈ	^Wcj�fF�0U��߯����{Ei��#9��7щ��"8�^Ѩm(e	�w��L�e>��F����L1�nF��h�
��g�q��gjE(\D���l��G�)�Tͧt�|�W�5#r��=��Y|��Rb�Hz��n����p��Qp)S����L�b��&���g��؉�X������dr��iI&���G�*\ɿ����.�o:�S~���Ęh���DEӗ�Ӥ��dN� �	��ܘ��f>IȈ3Oېj��3�Ɯ�Ħ�Y�C��%�Q�����0'��rY�S�J�� �R96K��cH������f���;�s1����,6c]K
�{�:���3mlzw���ɋ���Y�;lW��g�$�b�H��I��L���n��¶"j���%*���EE�>���IJ�$:6ۯ���2|�TqY�|-Yk�H���0�M6�F]�m��_4�NZ��[�e�/���bC���(�҅Pq�Ө�����8�	�q}0�ʰ�X�:2.� e��_꼤r�+s,@��p���W�E@g_�';���3q* W���y+�R��f��X�p�u]��U:�2z[��4����Lw+|����ܽ�~�������؞ w�,FDD~U+�K��&Gd��ɮ� �˥�qp=oCH �v�|�&Jdh����W�*˸�jܥIr%��2nC>t^�έ�Ӭ���s��k�\��􌚗\m���#��9<c���Rx�-���}˙�.���S�Ux:�]������J�ZO&*��4�I]2�S�f�M*�H>�$�b��H�z�>r�Yo����J��}v������ۯ u�Ȧ���}��঑���>8sb��mcc������R�ܑd��qq�;��r:v�v���V� 8 ���`�"	���޲��<���xζ&7'�ĩ��қ��HA��I�5�{|c3���qt�ݫ9�6��y9�ʳ��ʔ���܂�s#�O-��a%Z�+��^i����'*�ء[�g�$�D�2'˼T�Y�T�d�'wK�8~~�IT��q���2��6���=�C��l5�@;�x��!g(:-Ё���s�
�;w`�Y��S�;2��n�*�Kumq�j��'����_� c�w�H�ś-�4��F{`H���'�$�$Ɔq�㈈�RhǞ�u��ӵ�<�11���U���m�g�Y��P��K':X|�_���YB�}/%���*3��u�0�����+"��bJM��~��ECzhAs@��@h�C,����:�t̛����$r���)�>?FG��C�^�HtOW{�����L��W���k|�皧��]�y;k�ȢIY9�F��4�o�?����]<抡�%	B*�u�b�*�ς�TeBfU�h�SQ�ldnP/�㠦����U�[H�R���6��̍3�Lۨ��fzmZY�=��Us���qC˒m�Z"���#Z�Qn[�b8�ƿ-���U`h�Z>��	1����P �����a���׌?oyL�����%i���W��[�]��������w�-�~��hL@�����]~prJ�|��O?\xx�~x�構���#�M?�ģ��x�[�)�GF7g�OTU��J	I�)���^��E%@��0ts^�n�J�e�/��
M���`	uE�����bز�ԾR���bK�Ϙ\�te��_%�E�S7lH%���qm�kw����a�����U��|ڳ���S����xf�z?u�-'@�0L^�CHx�WTXԆ_ļw����e������0c�^��Z>^�R}y�ە1ܚ�B6�:�����Y9�Z���1��W�p�@B���,3m�wʊ�(�������z��������~-�v !�N@`*[��`�˅IV�<���)��@�N �hA���*R�q͜ӂ�G�>"%2���ҋ��o�l`�#_"�AD�"u�A^���f�z��͹�ա�D��NFo�8�6������M�{�Dt����C����A�;kL+�~dI
��K��%���"a��B���Z0�J��#lޙVl]��[|2��j�j���P��e^ܪ@�k�'��UW�z5n?x^�3rt&uQctsMq�.��^5[�.>��s��Y]�\����f�-�������㗧��ha;���:���W8��a]~���.}�&��\S���L��o�	u �8W�V�Y+������W�C�����;�����4K$���x�\RP�[@�hm"����Õ�q$��Z��EBI��,��Ag$!"����ַ��mE�����@�szK�6kɉ���Ҭ,�G�_!�������Gd+V�V����H�q��c����W�f��q�� sV��a��A�HZ�2��d��]�e��mK_��#\�4�9�	\JA��Ϥ^k[{a���2��Z����0�r_���z�a��6�d��ot���y&�l�_�5s�bh�x7�1!}&]RV����ӱ�D'�NQG��3B�è��$C��-G��<i���3��=�<-7��)O�኎�.��}����� m���m���8q�;�l�Jʰ�1��Ӓy����]�d�A�m�vb�P�D)v>�")'���ѻ�����I�o��`
#�׭&�*��C�mum� �
s�j�I�g��ZoQ �Q�j�E&�ݗ��2D��s:_(��y2ϰXd�����oiDc�eZ��η����ȑ�گ��B(��z�%j>�*��͌��6/��� ����Ēĝ�y�bA1 ��K��K$,Oi���}��R,�Z��7��XV���]��Ay��);�}g��jo_�]KM�ϋmkJ�g��
b~�,����ܕ����Z���k�qAt癷ַ�J��+�8�[���W�+ڴǗ�1��崻~�I1β �ڋM�x5'W�f��)�
��K����şȊ�����>���AZ�0�p�G��H��ѐ,�fw7Gn�Pg% ŵv������%kЏ ��bPqk�~yYs�Er���K�%�zg����)�����'��1ôt�7�*�#*���f���{��o��M.}���;���X��ΐK��,���XO��#Y��cj�?b*�Ө`h[������@���n��t�7|�_s`��@��%��x�軚7T!qaq!�7j�z[�M�g�Lxޞb)IdUE�m�����;���h�#���S�m>������u�n1�j���1^�C��(��3��[����&�����������k�cn���F��&�F�·��b.EM��k����F�c?5G ����du�q��f�IQ�>u�p�
f�:y�}}���V(�2�Φ�޲a&zl�RR��X�D���m�4�$��Li®���[�r&ɪ�Ɨ|6��Y�'p�}X�}v: �k>��<����UO%�1N�Ms)��7F g3�Q��)��<���Ei϶͹u#�4!B#�D�T������B�p��<��T{�\{��I��sj��?g�2�������U�r�M��N��h��/S$s򜲌 �1�w�spja%̈́ܓDu��pD�$�Ѵ��4�N���.�DŨ
�,�����LF��	g��d��e���j]�B�`sՃ�`_�o�y��[��DIh����I�'m9��D�e E� ��@�UR��K�(t@���bv7��Dpz	���E��,Y�^�ww��uᅧ�vd��3.H���ww�u��X������҅���aʙ�!cÑ;j�7vw�F��=l}���[��	f�F����i���V�q������`Ϛ\{NK/�*���;���y�v�8��dU5V��y#���B>��c��S��O��Zh�Βz��I��y�E %-���䂓(��?0�3�^7��9`)rţ'<Z'�$��m��c���Σ��Ś�sMr�o��7.(aJ�]��A˙�-����ȁ���-�f�ۻ�X3�b�+E�ٌ�e�E�o�3x
j�	f,E��Q��I~W0��?j�	�(b?(�#C9T�f1p$�V�r������S��{���U`�k`�3"�o�$糖Y���;K���Zs$�4�{l��)J]T�Rjf���A�8�4?}��޴�_9w��5Т欒�!��Sͺ2 ��F�X/KE�p	]��V6������
���}��?�@)�^��Af���G�(�huٜ�x&y�q�Y�h�B�
t�����dl�ag����6�
�p����Z&­?ɞ�D�"���T7Ug�_����E@!SX��(I`*�" �!@P��M�
J<$C��@{= Hzbx�ҧ�Oj�c��U����tUw���K��9{,�R-�GMu���z6���*g��\N�R����Lr@<�ը���F��t">��:i��������e}���;a��E�*�Bߐ�U9��tL�pZj�f|�G��@$8n?�PW:��'�	�r_;3��Q�L��{�O�w��dl�X���бl�P�m�:/g�wlo�d|�ٱ������>7a͎�� ��VC6`\N�ڵ�l%ė��Q�Hh!�&�w3{�JЩL���M�=�Ԍ��0#c�d31p�e����*�Ӑ*Xڍ`)�e�j+.6����&�$���z�F�O���F�|VN�H$�rH�r��>ͽ��j��������w��G,m�������?V�t���;��B��P�T'0KU7�:q���,����<�Sx�t��B'��x���]JkfP�y���$&U]^���� T���,��P��d[C	-���ڕV槓t �D���x�x�A:�裲X03��#�wM@��S ��;:���'HX ���{=���vEzté��.�8)�G.�SBj�/�d�>�ǌLg��i���0��Y�3���p:�MB�t�����&y���F��W�������o<� ʃ���%�f!Yu����їu�OZ�p.W؈��͐ե<1_���'�3uɋI�'��BEO� W��&q�����K��n�w�۾ɍ�Y_�����)7�{��ԌR}B���=�1��+�sʬAu5A!�k���4t��4O0ݒ)�-�J'A��F����N���6�6];�H취�>���TVd�Y�)u�7��j�g|�>gњ�׫���R�u�Og�~mf�x�oLٳ)�8�/�h2E��)��ʈ���N5nڽ�gwV��TqI��>%���&��&���s;�5E&�|�L� ��Np�̴�zv��5���{�x�␗�=q�þ��E��8[!���=G�:R�CI;�C�;�+�[�ə�5'������c��r����������h	{�����2}��tEEOyE����u���O�"p�b�a�7�ay:���n�P�9LjX�1&/F*�:%%*�FN���dgu�8_�D�g\�)�`l���k�Z�y�6���
�-�A��&��l������ʑ���y��ɒxq����iQ�+�ʉ/�N]�7/���k�`Y  ��RpZ;Q�vB��K7��B�g�E'&6>��mܸ�J�c�,��{�b�>V�4���6�)d4�f�Y<H���h�e��J�����W�����߳���>�a����W��l�r���,��^+�m~��[=��C;�kt0N]RX���0��r��>��KV}۪ �d兗f׉?y.l�!M����2��	wپ�������wN�ձ�����X��kA�����:1��V%�U�l�#Q�r�>9��tE~��6�pӘ��}�����N���KzˤA�?w��k$| ��Y�<�r*ЯJͿu��X"����[̗����Y���(��e��'�S���66���~-1�"�����(m�����#/܈x����~o��#7�|�:�d���4Z�J�@��!�/�YЅl�C�}Vu�Zv�M��M�sŎ����Ţ��$?��'�xB�:>8�ȏ{Ѿ@�oXf}uH�T�����0DƧ����7S�������x�o-���k[ds��S{ޢ�7s/<�Tvg��a�8(b���K�^G�K�fGṛI�K|��d�cɩ�e�|tsS�d\��6�.3k���?�����r����+O�r��eg�!�'�n߾]�	��p{��KA��מ�$�����i�������"��}�҅�w	��*��m���׼�XR+�>���2[�ncq)�V�R��8�ˋ�����
�.d彈Vc4��x��ǁ_ţT�Ն���ϴ�����n%[�u���(ѐ� �1���-�(C�C�
����m�ޙ�CK�Ϥ�h8b[vK��ME%"�)RP�^,�4	g(X��~�o���J:�?�u�d��W1��!s3��̑t�M�՝�;�0o���E���s ��Ě�
���g2�3ٛ�>Ys��	�sM�/#_(�%���A!��8�^|�q0:�����@Q[[T��I��ם�|�e-F�Zk[R�����_O�&�O�N��hK�N>I�SA�/h�������@jR�a�w�ֵ|#4���\������߬MD[_�c�e�0f�9�{�O���"-��� ����e�OY�N5��!��uQ�A��N�ڹ��*�ҏh�Z���KC���j���F�-p�";Xk������B��M>���:v�"��*�VG�/�͒����!mS�^(8u_�I�ɹ7_]A�[�A p�]�мb�N+C�����\�!��K�_�:- ���������;���AWC���	 ��('�{��m.I{z�)�ut���&���N�w��5��[����(�Nkg�R(���^��0�\>�8`��Iő{#W��Ԁ���[L��V��/N�#|����o���>"Tv^Z�h�����9-YR��ڠ3G�@~��ІD���|��L<�$U���wcͲ?n�e�$�~}�����)Mݲ�`ܽ$�Pn�;3�z ���j��}�B¹�9O/¹�hQ(?��4$BM^�5�ʒ��Bv�����eP�|�%r��9���y�AQk�z���~�:pw&e~��O���W�S�7 �u0��I���ԜW�����wP������&b�{�x�J��UmA�8܄DΆ���U�q́5T��|�"y>4d�����1���(��J���4�u��Ҡ�C`�+��H6b��eʲL���32Ԝ�Iӥ��6M�p�U�cb@7R=J�U2�xI={�������(C�	a�q������Oo�^�bbrv�Swߺi�X�ʞ��UV>�I��_P��iJ����`BwI:�����tiO��Չu��ZW"~��c�r%��f,#��7��A��kZT��2����n1�e��2m���������`�7�[�0���}I�K�F;$(��G�4E{�6�J�0ZyN��S�c�|���0K��q�o�$|s�;{�������Jv�(��_N"+bv��aэ�[v�eMM���N���oV��1���*�n�����*ǉ]	'��&�)���N��PZ�Y4r �1X�횚��Y�P{�y�/���Pycc1"��X&`EO"�=Sȉ�@��ªDQ�1$��8%r�-�Z��(�h��1��}@7|
0���,KfN�v��%t5�d�����qZ0���Pg ܧ�����g���!�% �ǫ��h�F=r��:�%�Вl����Pޠ�Ą�>���� U	CO�*4ju�l�$	g�&�Q��F�v,KG۰	�&,��ϯc�����_�lM�V6�pD�
R�	���wj+��	Ĩ��J(�O�"�
 i���$��3�k��5u7��j�4��vH�#u��_�[�>��8� }H�4�+ӫ���i����N�V(�f[��_��;���莵��;D_��1�BP��K�u}��w����$������89���c�ii�����?����u���F�ۇ+�K�*���W\�b����
;�H��0��g�73@�����j֕��^�s�tdrf���D�R �w�}��"��CtDRa��q��N̎�PV�13!C'�[���^#�1�
H�%%�J�8}�ᰭ㠸����\��m�jcj�����OpH雃t����8�T��2��G���[Sީ˖{;()��o�$,�ac�$���Y���A0�_SB�P��$�����A��Lt��?��*JO���f�3<�[A�� �bA=�����ٳ'�CB�l?;�\0���H��>#�~Z�E�����Ԕ=����D���#!��B�w�T`��%�ve��;�{)����0VL�$��i"��#՗�%�KMO1$i7�F8�� *¯ć�)�����Pv:��4�X�_� ��/�w$���P��\ߚ��0�`Q@�ʙ3�*�9K��#Y׶\¬��E�-������a�ǞFg��[6t�o"��P<���wr
C�X/�o�r`@��՟��H��� Jg����ҥ����n�
"�͛���K���Ø�s���8[����޶�ϙ3t�{�Lҟ���pO�E��5ɒe3���������}��$3�Q=��ޥ@{����J�y;��Ƨ�M4�oi�$��fI^R꺠ؔ�I̉���椄�f ���h2ő\{5�s�O��O�Bo��kn�
�w�{z_�z�y�oj���VE�:�J3<{���r�a�~?���9E$����DgV�������?�s�7"5b���-�����?�7�("����C�y��W_3���1��.c�_OȜ��b�z�B'TuH�{Cb�iM�h=�1�Nn֙��T$Z�Q^^�w��ݳ�_�������h�脯n� �-]�?���&,�hܶYPԅ©T�6��X�߾�:�(���(s��yʽ1|��D�UV�
�9���>�jyR�S�%/Z�,��͍���w2�mD���`9�ld�] ���j+�M+�?�n�;�E�E+��6���ͺ�ʄ��D|m�������H��e�JL]�{��P�����^$e���:Q�-�>w�&��S��n�n�;�N�1� v�h���f戮v�-�h�NV�f^�6��L�z6� �UYi�1ܨS�l�0y@�[Q��H ���U���wY����F�'?��y����L��Ɗ
� |ͪ���IU^�t�9&�%M�v��(I�{
8ٴ�dDЃ����)�2�J��~(X7zE�����F����MzN�k�C[��'j�j%�����\c�]�3R�TjU�-���(J��W�l�J�(��.;K���!�����3y	��4{�?N�Bog!H�*M:v��|�Pc9|q�kS'�'0�"�RÁ�]�l�Of]���l/t��,�&�YMְ�9\&��{��rk���k����'F
a�ӭ�����t���������с�"�m��)��eG(P��n�:H��H��!7���M^���ak��x�?J۾PY\�3/���!���gn�Y���ӿ�1�5�>w�@��oNܴ��U�o�iL{[3Ô|����u�6OL��ʕL���kc��F.^��\�8�8C���`Xi�����M�^�S�|���X��û���}E��m��CQ��RB�Q�מ�p��	<VQ������2d�4 �
�95c�an/��3��e[�~�-��J�-q����RtT��4dg]ځ���;��_����*�#UAU�)�uh����T霬O�18[���C�ȏ�e��C~Z "��i�͒�l����Ә��m�,�հ*�䰱�<���z\����:GP�B�B����A|wc!.��y1�e"�-a�0:�Φ�6nqXr����vA�LoEQ�+��q��q%��q�A�!���B-h�%80c(�iJȏo�q�Kh�fZ-l{�qW�V�&i�Bn���&�n��I�cP���������K����j�������?(���G�=5�MT��I�� ���p�0�s@C~�X�7��׭�I U�F[��QI9�1j�gzْ5~;ͯ�Vx.�m	꿱�:�!��4�Dw�o�؃>�G%L��e�\���Hɂg�.���$��tMϑȴ�TӞ��	���g-��ͳw-G�A�Z���^��c��*����ŭ	��G��	�$��"lY�j��oe(� ��*��qt���`�	�N^�¥��/���
#��Wf����ft�Z�@ ��+�//D �L��PG�B��"��<孑.f6�B%
r8��vDP��`�L��@�]�(+�]%Y�$�+�����p������-O�N6����`G�dƗR���[��Q���@T2�I��x��бv�ǟ[�>��9�}��1,~���O�7�e�փMY>`h�{���#��J����+�F�A�I�%�n�=���V��U��%��� ��jE�86M���։Z7�*$��ve����"�O�4J>���`�N����Q��MJJ(YUM	?ة)�IУ�M^�.�[���a*͎	A�Mxh��h��g��My�n � ���l�~�^va{��LI��a��䌩}{�}�0��0���	�5~Y��\�ŧf:�y��k�)�o-\�h�4P�nq������̧ml��&7�7���5�Sͥ�N ��%"��� μ��VsMS~~Ms��f~�D_h�6Z�*�c̶ؾ��|��lz���8�G��s=�ł=��>�=�6l�X�Fb�~������t��:/�����W8�N��i"�o���v�JJ
�RWc�F&�MoѤ ]*%3j	��K	�"�ِ�6�������jC�s��
��!�fkHF��&_��H�F�$��!���1�GPv�_w����#� zΨ5��4�9��+Yv���s�{�K�-�:�D��IF8���N6���b `v" Q���x.�:��q����cz���`!��b���d�F׋:�zz�A��Ǭ�Q_�9��Dƈi��	���C4�[d�*�Y�1��Z)���N$� ��(Æ �L2��Ⓖ��������(�����Ʉ��|���X*���Eo3���|o��z�\��?rS�ʉ��dɻ�?�^���d�?��F2~/����f.�����?q�?r�H�
^��O�M��!57MBt`�~EҲTj9�b��+*����m#ڔ�|��,H�wsٝw<�uC_U�rF��u��W���L?��dL�A+b� ����g雾7�'�\Qw�݄Ը�%�u���&iU�J>�,j��u����	���M�4���z>����-[�_����Qݕ�֯\���e�ն=�o ɓG�3f�;F+%[$[l��o����^ՅNif�,{���ϢF��qS������z��ܚv"ϔ{����%i겲��шM`P1 {]W�ܖ**<.6�W��I���P�2�鴷Q��1� �1د�s�)�)��|B�U?�}��zμ�a��M���:����������R�]8�Oz� Ev�M_̻�a�g�Q�?�x�|�+�?��Y�W�ű��u�
��4Z��}s�N�������K*��$c�lW^d�ɷ�@�{��_�3�2vM��sﯓ=H�i���|���o����#���_���)�eJ�Q[Wi�1 t=8^���^ƞ��5�"��{����9�f��v��!��K �.��yyFcm��,Y�c��u�i�L2Z9;��%E �Zf�Z�S�Y�H(S�M�k�_�\Oy���;~�����1bk$�K�/"j������l��!�I��ߠ��g_�#ٯ���8K��6w������N�q\�¸����v]���IO�7U�wR��\���_~��3;��7Z�˂���5+I�r}H�
d�֠j#�ıWp<Gm=q[Hy��?�#�����#�U3y�!H@�]�L��q��-�J��O�.�~�Y!�cs��o�>}�S,�F��e�ߒ����p���2����i���z!\�V���XT��#��sUA���	�������r�)D����f7�7���C"���!�)�=�"��	��WХ㕜�̤��ҤS��*�,�
�I�e��CF�alS)\a��^���*>�2A��46�#�RМV���=���٫Q���E�ϲ�1��:�78�I�����������n�$�B����ޙ���Q�����~�QYI7;w0����MU��UE��[��#/�'$J�ϳMo��]cEE#~}���b-E<#c.�%nBM�v��ޏ�%�A��sg%Q]��:��~ߺPyN~PkV�%�1�|mf��4L��˚�.d�	���|�giЁ[��Ǎ��BU�G��V�j^�]Lb�t�����N�)Lƾ)6f��*�t�L��'���>:p��W-�n!�L3�����\!`G�R��������E+4�<ߏg���I�f'�
��_W�G"�/q@V�?q�N�e<(����؏�}þmY)�Gn`�8�uN�\$ 6',1����틛'���ߖ��1��>��S~�ZFȄ�h�K��6�hP������A��&�`�xu���L���6797Sj�ˢw�,Q��26ө�;�wגU� PyZސ������e[Qq�$���ɛՎI��G��6�1��y��E�����Z�mSh���/Կ��
u$���0ģ{�.�+�7���g�1�����Vު�ܢ=�e�ͺ���B�</82i�s��>FK<1��e	\|���DRT�BQ�r��z�fe�%j������U �$�݁��W�� ��(��F5�jXW�4�Z�k�������4w�P�9��E�U�Pվa��q慶��U�I9�<&g(:'f^ɪ#�r�U��K_��MU3W�����	�J8���B7� �o��G]Ѕ2F�[}��jM�#�� .b>Љ8���ǯ����w@��<�e�9I{Ԡ�Q���0�p��y�h�LZ��73`��X�����z4��Z�0�a8˒�j�^}n֘�f8���o���&�Ǳ�Yؔ��2Y��d�|w���0��*Py�S`���RT	��M�jnB���*e��T៝LS)���LR\�
'm���������x�MP�{|fz�8�^u`cc��@e���;X�y��ұ%�˄��-#�
>X�e���Yq�kfkXQz8IE&9�~r��|]ڣ��?�.B��XΑ�r��L<Saʭ��d"{�~Z�f����
=�o�)���������������p\]Dq��g�F�󿟩I�.�'t�E��7X`ZQ�����N��!/=	Y1�Q�sF6��$�El)fǎ�//��Y;����r\�q�+�I=��Ǐ�H{�  /T��_.��!�:��~��.�����x��9��1��GH�N�`�j��͕?Ɇsi�C�~�S��g��cH�[���[�s��-�~UB��T���Ֆ�H?�g���l��\��oi���e�r�2v���j����ht@���G���4=l�=
Aܧ�z".� ]���Ȯ�}�dAi���rf,-��O���Y��M��/���3�<�׃�)s����d���#?���h|�~
���_��`�G�F�u|���@�F༃�P?@�J���P#��߂��˪�t��� ��|�,Vo�;���z~�uCo��7�.��Ɇ�F���T7�Ip���G���@(y#�N!0>����ؾ�2#g���<d���W
�Xw�W&	�)�^{Ka��s��	u�q�ء�Xfh�ǈ� ���R=T�ѣ]6Z�ڋ�4��4D��P�M�<�T�{登�,�	�%�vY$s~�������)��o�
��˱�U(=�ܲ$��C�^����~�=�{�\Q���}n�P4���,���_�u��eE�4��Ab���̀��`�k�?�k):��2Qe�h0�����k��C��O
)k(ލ%-�Ф�����G�v�C��n���Ϩ��0�ܘ]B��ks �D9c� ���5[���"�ٯk>�-uG�a����R�4�dq5=AD-X�_�t�|I�aX�o��<��#.5~��}	ޗ�:^��_��X't�q���.�j6���M6�qppr�Ǫ`�=Y_Z��G\q�>ط	���8�,�8�~�J��l �.�Fy!��YA����f��[� o�HѶſQ�=�� P�1�Ǐg�q�-#�v�<)E����?�4䇟��@��,�����M�BK��Du�A�0���b�$�9��7��p��MY*�=&rQ΂!��Y��.�ge\�&�Adk�e����H J�t��:�]$�0ޤ{�@1�z��np�@?����bOr����My([�'f�FJ�ZU��k[{?xw�ز��6ōO|������_X�_l�/=��H�cڻM�}>��B5����<n�]��{�*��=�d8�i��Ja��o7��x�}�~!�r�C�6�ߕ�oֲ3_[��No��]6c�I0r���p�:���_ �cW6��L���cFĿ{P�#s�z6{=��^�]���]˥��aM����e���̳�a L;S^~��̷�r�@k�G��h�%�*�"����D�%]��WM�k3�FG�&������NE)�jk�9!`F�X�7��sH���qI����M�ò��L�U���A$����q�G�vD�M�kN�[U�!���5������k�mG���f��T���#��O��"��f 6 ���#ޟ?�G��"�u�9��Dk�B|��ʸ9h�hs�f�0m�X� ���h�D����D��(
\d��ҁh
�;(4E���
/�/K(*-�>��n����4o �p[����=�?0!U]����f�.%�ĕI���0/��r���2�egvф�DQ�H"TP@@݅ 	���1�Q��s�������/-��L1e�P��{�o�c�ʁ��Ӛn�S��֮��b�	�$:���D�~�"���  � ���2y��E����vDk����,!��ñ5�X?Ty�\w�_Q�L�=봄]�c�~������6$?�0i���F#h��]~�"Xݼ0�R�齌�Ԉ�9�f���]��%�D/��c�9�_��X4�ӭ_ � ��h�� n�=�y�|>R�W�QX�
����`��ϣ�>H�� �O�T}�ԋ�n��D4��䣋����k\[��!�ܼ�-뗭YzC�ȍ�j�T'4&����FCu�a����l����s�G���x���� ��5-n������M�-ҁ�[�.���̴]�7���Zr�������w4K���˕�Z"-ٹ�=;�W��I�͚1�V~UY\sFտ��VC�r�co'��^j����
t]�@½��q�~t07�{g��+i>3��EI|ތ���S�����������M����֕���h'%3�g�	T�����J&��}��4��/5�>1��+�0[�3Eq5ح��&t�;{#M�Gl�i�> ��z�H���V�M`t���`-�="Q#��z�o|�/�t��4�x�E��ٴ�q�)�j�F�Of�G�6E��YB�A�@��X����=5Vt�R3Gk�s8���n�yq"��S::F�����nww����`'z�K*�ʢ͊��	�ú�:xc<�t!�`.=4�-�REQ���t}��l�+'������-ς2Ӱĕ���i����%n��$���~�TD�Ʒ+!H�k�#����b�J ?X2�4H�Y,���~Y(߶�~�/
}x!���-f�T���6b�bۆ9�l,�X�c"ټ�����cb0�{$�����.��%�P��s*��H��kzڰped������l���YӠ���O뵥���F۽��b�~I��Bô�q��l`��cm�nB������>�d]�pb�����¥�c�V���5K���>�X��C#��|,���2��p��s�h�M���A�+.ۉ�L&��c�e�����}���~�A��C�jk{&$�V�'�2�o��g�V>�)���	7�Q�������BM�Qx�z�����Q��(W_��u�fM3� u͓����W1�;��jL�)��3ń"����(�3�������S�0�!��^tb��Z�;X��f� kݨ������MnV��1�a�:���6&���#���6���lJ֘���3�Ys��$�^_�F�LJ��iF�l�Y�%�e����v8Ȱ�Zj>�q�(ӆiI4�6�zNe<��w�!�"�C?.�uqM�7ڛ��<�p�҄����wX�[��M��g�S� �*pֳ���z{��+܍A�Z<>�s�"/���:̔��ݝd�o�ڏT�%���?}aY����9d&͍�����y��@�2�����P^�݁w�q	������j��ކN�����d^�S��i�H�I�/1�pT*��,���_k�-�"i|�c	�t�*D�2%#�24r�:5珨�O`�G����H�5_8L�cʭ��]7Mi����)p�/6��P�9Y��\j��5SA�����)O�1%]���k\� Z�x�Q�P�`��xK8uC�c20�{�Ҏ'�^���2�i�tD�����P����of�;�<��;��Rh^2ޔ|����׮=�_�d��﮾o�}��3�k������*b'�<S���	p[�k��Y���M_t���8]{,(>buNvQfl/kY|NN�6+G��[e���t]M�R<\�V�q�!!�ƨ���ѐ��M!������
.�:� ?�>ɹ����A��/'�(�J�D�4	~�[((UW�j�Z��N��auH�����z�� dB��}�Ґ2�H��I��C��{�ڍuP��V�B��˶�u{w�f'F���G�M�WPq�|%�@�a&-R:�\��gq�:q߿�GT����Z<���s�9m��?�?W"��e�cmE�Ov����/�f�����6�Y���w�ǈ����<��*}d��O	��з���m�ii������k�e�cЈo����8�w2rm�
� [�N��9a�'��8_Ŋ��sߤ[Eߖ��IEǃJ8ſ�#<�@W���{���G?;z��M"Z+Xs[��������3D4�?E��˲I�׀�)�=W���S�|x�*t�l�?H �;�r���Ȃ}i��P���᪢��Υ"��?4���d�l�Kes�,ڲ�z
@�L)�$�4��Jo�|�L��o�"��.�@S����D�ZS����<���>3mf��(��O�;�����p�!O4��	��s4I?b�ޔ�2s]�:�K>[[	cy�B�������m�?�i[�M a�}+O��I�B�kLkl&�'��~;���`bcyG'>�����!�����+�����xp���8��Ulrf��@ӱ��z���Z:t�?�E�������_d���_t�<��XWX܅HE��-�f�/%�����1z�0��͘3�/vo�:�"��(Tw��_wH{Ӈ{�K1��n?v�v�ĝ�e&���s�Ʈ" :�e�`�s�O.{gW�O;�{W�എ\p�=Ir���ya���u��Ǝ.��e�ů.�v��:��ڢ/=�B$��|�{�MC�V�e8z^��Z^X��@܆��~V-&k��\D�vC  ��@�Eu�� �--����o�I�l���\��e4���Т^�C�B���&�k����G��������	s�~Xyƀ�]�?tYq��o�K/Ł��q�(iw<�2j��׉�:b��<��5j�*܄�/��lr�`[rUͯ�x�]O�;����>5"7��g�D�g���3�ܜcY��a�d��k)-#޴�l�фh���ȿW��5qx>�+��9
�d�Jx3
�7}�m�^��h����i㸪`�]�l3�H����W�z��J�����Z;�|}��B�(C�7��}%W)�+�'�2!Ӯ�jAh��Y�b���)�D��~g���ŋ�b��͐��c URXM��Jƀ���ܼ�TJ�^��V�ӯ�Te�_������Ln>I�I{�>��Ľ��o��V=����Sx��W���Ǻ��d?�*�( U71#1kdϜ=��KB���.�I���h)	���۾�2ic�NQ��b����e���/�>۾��������"Uz������tS8��_��7���a��ٽ������W��h�5��tk��h;�D���[������'x���\]UR�f����aȊ�3gS�{6}|&�T�.ZP�������9���F.����ܵ�wW����B��U]��
��9�l�S��Q�q+3��� �eq{kE��s00�0{�:�]������5�͈�'�t����g}�P�͇�l<Z4pˆ�����NV�/ǇT�(��no�_ߎ�ޱȂ��EZ��W�*~ ��	�y�+�V��:[2�����]��F���[}n��n׷�{�4~W|i%���v���-3<rZ������%DD�yM�M-��$����1V�U����K�Բ�L�'��.���T�]���M�R8�������y{������C�����FIi#�E���}�N!�t�_۞��?�/�a?�M�޻5�g�p�����T%��B!�����R����T6Rb��$��:o��Ʉ7��̪��q�̀������S�MM��?�<�	�7����q��MmV�t߲}���G�w�n��M*z���h2#/⣣����J擹�4>(\0w�<F줺u���lM;e޾��~|��O �7Y9Ѻ&�.@%��p�: �o�d���/�����!b$ �#2��� ��;v+��N7ZM�i��**yi�����i��Ls'�)x���	Z3�U�{J2^d�"-�֟.\������TI��O�6�F�j�����0���{��t~��CD6�Ȋ+˼���݇dF��]M%qɝm��`����Q�؎a�2	Ş�-�>l���/��4Ar���==Wh2�� #G���+"��%��ϣ�U(�#��2��%�D�)I޶K�LKV���1�b� 7.-]*�I��3�m$"a%HKM�3c��7�˪��)-����P^[A@�m�72���K��b��h���d����"�/0��2tS����#8{|�Bh��H��,WP"ٔ�0�$ �Q�ɜ���lϥe��Y5w��:��i\�ꧼ�پU�����,����Q�j�K�@�?�/�е?�Q��P�r T�+r���~�D�T  t�[Z,%~�"@�'����)��-�J"x�|=��5A ��_�"�+V�$'u
 D��CU.��o4�O�a�M9x��h�ëI��]B��ʢ-잲� |��B�<�E7�$Lt�JZ�[�!E�W��=���[���)�0g��Ò���o*�"Gɒ��|����L�ϱ��� }S-{/��9K^�Y���2� �WV��V�-E��G6b��� ���������M�W�#ݽC�֪0�&̫`}�3�j��R'�q��}�M�x���/K���n���ߓhԶ"R��,�V�rxew�B{����pNl�%��;�4�!�ϔ5�+)���x~(9U����^��6����#Z����@��:�;�Yw{����u;:���J� �5v�7Qk�q�%7�K�g�[�.Ȃ"Ŗ��lIkt��q�uf%C�r�6��v��;���gS<���}�a��:��)�m�V�	g� ��<%�����VO���� }n��c�w�s��:OdB�%B���׺:��ip��*���XvOq �= �@`�4{{͊�1>#�3�4�k����.��h�;ĥ�<�l�(�*���u8�綀�$f�N۠E�c��Y�[����6�� �\|����>���eo���dLHo�����Ղn��^1�q1 o�<�@y�!�_�<E�����>��Dq��34C	��+.��/�Ҿ�~��n����5��Z��2� � �sX>P�a{R{�av����Z�Y8�ɳb�?Z�K��_Hc�'i�"QBabH{aԲ6��s!{�a�ĉ8QM22$�sE��Ĩ��ӓm2��,��$�(�,��%3� u�b�b)��.� :�^�xI���^��\�ٕ�q��%Zԃ�J���cN��S���8l���j!Fj���É�_jR��q&��@»-�&��J�cHU�3XH��ziv_�<v� �`�TeZ ($K��r֙��:d�Z��p�C353Fڑ�Q���S�5Lv��%�k�� 2���sL=F`�NF�HG�Ҿ���͖��Y�d<��p�ʗ� �1���U;5�EG��P7����<��(V���Jg��V=���]�~��iS�9P���B�x2��JU� �&/-Sç�@�<B�����t~�"�b!�ѥ��,��F�^�m=�?�Q?�P��A�h�tC-�r��t;���"-��Ś��t$�n�>�*A߯C���( @ש��e�xE)~nk$ϧ>ڢB�=���T!C�VA�B n��E�PZ$�S��A��)	�;Ϗo���蹖Y�F��1��#���%�> �X�[�	���> e�j����&�!���S����C��ň�s�(`hl�olj���*�/n/s�:&.����ؼ66�y�푺�+N�bV��q�T�Ū�W �r��ox�0;�����A	� �Bj �P�:��"6.~w���� "b�����d�B�
#y
"E�#��J5�x	%I�"U�t3�`��L2dʒ-G�<�
2�(R̪�M�2�*�4�l��s�R�F�:��5�|,��b���h�l��\�i��
+��7���Xk�v�m��&�m��6�u��N]v�m�n{���g����u�!��m��N0褧�5Z��`4�-V[�;�.���aB�v\��(N�,/ʪnڮ�i^�m?��~�O��oQ�Y}Y
U�Ӳ�����0����iَr=?�8I��(��i�~�yY��8/ �`�p��h��xA�dE�tôl��� ��$�����a��e������~ �@ap2�B�1X�@$�)T��d�9\_ �%�S�\�T�5Z��`4�-V���tE�=^ Bpԏb8A�9\^�_ �%R�\�T�5Z��`4�-V���t�=^埴x����j8AR4���ds�� ��(�@��c`ba�p��	��IH��)(��ih����YX��98��@FP'H�fX�DIVTM7L�v\��(N�,/ʪnڮ�i^�m?��~��?�����B����w�I�-F��(�@1Y5�;v�'���1z� ש?�+_%ந�ףH���51��U��f�׾��u�K���WYͦ~�X�bp�@�B�nʛJ)
�l7���C��	���<뿄`�U6�w�/��n�}�����-��)>
(-�C�*Ty5L�`�j)؍,�/f���q��DGJ�]b�/���>�+`��=$��]|g�g>g�W�,Ru,�Pj,: ���J�!˿}$���<`M%�|����2JH���G9�Y!�u�n<����8N��Xj8�}X�S4n�0��a۝�.�;�[7�oD�t��H��'�/?��h�?��$�z�=��C4ҏ�����Y{1L[=�\&���1ʫ�Z2���j�'�:�}a��- �8�v�N�.��~H�D��xD��Wt�"�cȤ
N�/I/�ǖ�e�%�B��n�j�B�`9�A�\��Τ�^�x�_���%�=��x����# 	�&���uw:�����˦&D)�U�7!%Ja�X��������ݝ����|�ZR�U�􂖅�҂�!�����S�uJ�za�*0�Lp�R���W{��^��س��D)3�5�E��%�Z��c[J$T������N�JX:AW�΍�-@���ރ����4�öT9�p����0]�;%v��5q΁�eS�$�.|.	g����Rҗ��eBD�á!`2��@_Um
I&���j^����#�"z����OiU� 0J��Kۃ�4�7��{�ɽ�ۓ��x��J�BͶ���������\��}(��Tm��*ӟ��jK=
j�����J�@�}���t�
��Q�*����W����{1�3��2�Y!x�Ώ�-�Ldܹ�{��?#t�D���b�6[;]�,o�	n��g�w�ĬO�Q��? �S5��)�8)77^��Z�f�#�M#[�/�,��Hf��Hw�Bvm�q�.��BT8M׺!�M����D��'Z�nv��oF��>x ��_����r��o�.��4o3�$�ɑ�3��(S������b�U��? �Չn��Ka��w��<�� 0d��b�p5ʔN;���<���bEѓ��G���<O��5o��x��m���C2�Q8�̜j(���9{8�����tR������>������ʃ\�Z�m�=�.����Ф%fGͯ��hƐ���4F Ɨ}�Dh���NF�s[�F:�'����~ٰ��#����R6K&�}5*���*j�d�]���ȷ�s
���HHc�>�ay�~��dֶǂ�C�B <G�4�T�BZ �T9�P��剈�ᒲ$H����'�Ʒ��;}�*�b�v��ӝ�"$����燑/��o��:"w�XK�f�Z��.LQ�,GY(r�t�H]�Wbhjȣ��h��M��)Ã�9)@B}eGR?E�{ڶI�S���l�1��� �Q���O�yY���
�;�.��(��<�UB� �P��p4��Az/�z��+�ʬ�� �������R?���W���j��ӎ[��},AިL�{,L�G��C��x�m����q�]oi�u�*0j7����H-��ـ@��^�i�6��U�T�2����(v6탻uOEZ�(5�Rh�
�n֗�/lZ�ZV{���"��S������4?/�p���b��q�q�Ra5z
u�\&		�}�x��Æj�,t��c�@�b�H,�U���C�ySߩs�O�`��|*�Ч
�^���X����q�K�����7 �y�q�6��5���Lٸs̙k����C��U|���x�@ ֦�UiA��Ϻ�o�ڎd�͟�)[�nf}��칉q}�Ưv)�k�P��
�҅}U_��ͳ���Ѧy�\mZ��H���;��v�C�6�G
�tfS�,�"@;ƒ�n��Ϗ�����*�+6V:�(r����(�^X�֌M|�|��`�g�Ҵ��- f�Kbq6D�	��
Kz� mio�#�	WOy��̮�^����J�a�D��"�c��3^i��A�}�'��J��%@隌��Ȫ}��������H��t�#v�����Z|4S�����O1o�׌��9R�O[Z���ɀ��	x1�qL�����B�l��Y{R>��n0��A�D�fC�x3�.5�-/� AY#�=�귵$�Y�ּ
�����t���o��~
r����E�X �-�(�c�)��(��z��V4*(�G��j_!�'L��~�����Y3v��t|2�A��P���U�Y��ZR��1��Mx���$Mt����ڶ�#��6;?^>GH��/�ؚlԵc�v��g�D���b ����9+�v��L�;����`pp��OR(h3�/������˭�"���,�qԆ�˄ O��_�I�"i���EOed�j%���V*41���%1��.!�@��2[PS��
��+����;�t�*l�Ɠ��G��a>ʹj([k�;d���;	'Uㄏ1���	�\�}��;�v����fxrf���h�(����:	7��UU��  WdW��$% �
U"�����e��X7�G$�v��1�eoQ�b�!I�@�����2�Ҡ��,�^b\�/|D���5�\W�Gx8�t�����d)�>�;�{���^���p�=iz���9�9�(�X��1]�K(�]�W�?��_��Ͻ��L��/��"����r�t�1�r(7~p��U3b�f�⣝    
     �  PFFTMu�l �<   OS/2P\a  X   `cmap��  �  Jcvt  D  4   gasp��  �4   glyf�r-�  ` ��head
��7   �   6hhea!�     $hmtx[�T�  �  .loca�XH�  8  &maxp�  8    name�I�2 �  �post��� ��  7      �9�_<�      Ԫ��    Ԫ��  ���             ��� .   ��                   ��             @ .     ��   Lf   GLf   �  �                       PfEd �  ���� .� B                 �      �   �     @ @ 0 0 0 0 w   G P p < K { < , u � , S @ @ 0 0 0 0 0 0 0 0 l A @ l @ @  t Q B + % 0 0 0 0 0   @ 0 0 0 0 0 0 0 0 0 0   P   P P $ $     0 P P � P P � 7 0 p p 0 � @ @ @   0 0 J + P P P P P P P 0 0 + 9 � � P P P P 9 0 0             L     = @ @ $ 0 0 @ @ 0 0 0 0  e t  @ @ @ @ @ @ P @ P \       s  @ 0 � 5 8 P 0 0 0 0     0 $ % @ @ 0 @   @ 0 M P 0   D @ P P 0 P   � ;   � @ p @ 3 P @ @ @ � @ 0 0 P ? ` ` q � @ $ P @ P P 
 
 ) P P P � p @ 0  P P P P P P P P P P P P P P P P P P @ @ P P p P P P P � @ P P ` ` P P � P / P � @ 0   4 � 5 8 @ @ ) ) @     @ 0 @ p @ � < < 0  @   P P P @ 0     0 0 a @ P     0 0 P P       @ $ P   p p p p p p p p � S � p   P 0 P � 0 � P 0 7   � ` s   0   @ @       P  4 @ P P @ @ @ @   9 @ P P @ @ D @ @ c P � A @ � % P @ 9  P @ p @ � P @ 0 @   � @   P 0 @ � p $ P 0 P P � �   0    � 0 @ � 0 P P � �   0 P   0 g 2 9 9 Y ` P � @ L ; @ @ 2 2     0 p  @ @ @ @ � @ @ D P 0 P P @ @ 0 7 P � @ @ @ @ @ @ G   N 0   @ @ 9    s  # 0 0 � P P � � � @ P   4 4 4   0 @ @ @ @ @ p p P 6 P < ` ` P @     @ 2 @ 0 @ Y P P @ @ 9 9 P P     < D @ 0 0 P `     P P � p 0 P P P @ p @ @ B P 0 0 B P   @ 9 ) P +   � @ @ Z 0 P @ 0 Q Q P P   \ 0 0 p     0 P p @ d d O P   0   � 0 � � � P @ @ @ P A 0 @ P P p � P P   9     � 0 4 P   @ @ @ P @ @ @ $ @ @ @ @ ` 3   P @ @ 0 f f P P u P P n s P 0 P                 D       (        ���    � ����                                                                                                                                                                                                                                                                        D   * * * * � � �$Jp�(��l|���,@T >���@n���(@X���		&	�	�
(
�
�
�<|���
0V|���4�j�6��(� �2���Vx�>b��F�6��,f�>�� ��`�.Hb|���$>��6��� H �!:""�#L#�$$($\$�$�$�%%.%X%�%�%�&&2&�&�''2'Z'x'�'�(((x(�)>)`)�)�**d+ +�+�,,V,�,�--B-�-�.P.�.�//P/�/�00h0�11X1�22f2�2�2�33j3�4.4v4�4�5"5�6.6f6�6�6�7�7�8$8^8�8�99@9j9�9�9�:F:h:�; ;�;�<.<h<�<�<�=R=�>N>x>�>�?:?�?�@0@ZA
AXA�A�BBNB�B�CCNC|C�D D�D�E~E�E�F
F,F�F�GG6GdG�G�G�HrH�H�I&IfI�JjJ�J�K�LFLdL�L�M*M�M�N>N�OOfO�O�P`P�QDRRnR�R�S"SLS�TTZT�T�U@U�VxV�W>XX�YY8YrY�Y�ZZnZ�Z�[@[�[�\6\�\�]]Z]�]�]�^8^n^�^�__B_�_�``D`�`�aha�bb�b�c2c�c�dHd�d�e>e�e�f`f�g$gBgbg�hNh�i:i�jjlj�kk�llVl�mm0m\mtm�m�m�n@n~n�n�n�o�o�ppJpxp�p�q>qvq�q�rrRr�r�ss>s~s�s�tt&tJt�t�u v"vvww4w|w�w�x"xpx�yyLy�y�z$|�|�}Z}�}�}�~4~Z~�~���4������f�ڂ�Z����<�����\���҆�2�p�����܇�4���舔�8�����P�����ꌔ�>�v���� �F�j�����܏�������� �R�~���֒��6�����ؔ
�v�Ԕ��f�ԕ���J�x���`���
�2�\�v���������ʛF������T���Ĝޜ��L�������\����0�`������P����L�l�����&�N�l�У�.�r�ڥ<���Ҧ:�����L�z��� �x���ة�.�L���Ϊ�R����*�r���̫��,�t�����n�����B�������T����v��^�������B���г�>���޵ �@������r�|�ָ(�T���2�Z���¹��6�ػ
�B�����D�������^�����j���B���:�d������� ¶���6�^       �U   .� /<� �2��<� �2 � /<� �2��<� �233'3#�wffU��3     P�0 J \ m  %2#".1"#".5#".533264&#"#73#0>320>22>1.#"932>74.#"9326�%'($)##-(}]	b��23


	!	y$4				R   @  ��    2"&47"3��qq�q�B^^B�q�qq�Q^�^  @  ��      2"&4$"264'#'##73��qq�q�^^�^�jpj.\�q�qq�Q^�^^��&&xD  0 0�P       !!!!!!!!!!0��`@ ��@��`@ ��@��`P             0 0�P       !!!!!!!!!!0��`��`��`��`��`P             0 0�P       !!!!!!!!!!0��` ����` ����`P             0 0�P       !!!!!!!!!!0��`� ����`� ����`P             w @� 6 D S d  2'&'#"&547>754'&#"#'&7>3276=*2&76&"&7663276#"'&6C7	'%.;		5
F<C
�
.��ZlNJ X*sS�V
,*A

	-(�3)�0+5	L      �� " 3 ? G O   2;+"&'#"&'+55;543>23>235'33##5#53"2646"264@`"","�",""��","�","X� 00 00S��p�=��f00 00 �   G �� 0 8  23#6767'7''5&'&'75#535.546"264�4&002!@)??)@!200M�&"" �E%%E� ""   P���� 1 7 ? G K O e  ;21262767212"&=#"&=&=47'&54"3.2"&462"&43#%3#'32=;2=35�:,   ,z:,�p			I			�     �@�""""7�
/((/
�7""6$							'�����8888�    p  �� = Q c � �  267676761#"'.54767&767672&'&'4767686;&'&'&'""#67654'0"3&'&'"#"'&'7327&'&'&32765<.'&#427>'&'&'&�


	
6 ,0 #					�	
	Z.		

	,)"(��#!
# $

[%5("!	 �

8J

"	  < �U    7/7/T��������U����Y����     K �t    /7%/7�������t�������    { �t    '7'7'7'����������t��������     < +�u    ''7''7 ��������u����e����     , )�   7/D�������

�   u H|   /70���

|���  � �|   '7'а

���|����   , l�W   ''7 ����V
����  S  �� E P {  301063210##"'&#"#"'&'&546323&75606736"327632326767>1&'&54767&#"#"'&N	6	


&@0

	
r#-!
	
�(-		<F8M	#""%F7.<4

	(%

    @ �p    -  3!3##!#=#=!5!503:132+"#"&546@`�� @�� �`		`
	p@��@  @�� 				   @  �  & 2  #!#=?7//?7//!���I[ZJ6Z[=>YWD6XZ:@!\" �p H=:-*=A<6**<`    0����     2"&4$"264'37/7��zz�z�gg�g� @ZZ@�z�zz�Zg�gg�'�@ZZ@   0����     2"&4$"264'3#/7��zz�z�gg�g�@��@Z�z�zz�Zg�gg�@ @Z    0����     2"&4$"264'37/7��zz�z�gg�g� @ZZ@�z�zz�Zg�gg�'�@ZZ@   0����     2"&4$"264'3#/7��zz�z�gg�g�@��@Z�z�zz�Zg�gg�@ @Z    0����     2"&4$"264''7#53'��zz�z�gg�g�ZZ@��@�z�zz�Zg�gg�ZZ@ @    0����     2"&4$"264''#5'7��zz�z�gg�g�Z@ @Z�z�zz�Zg�gg�)Z@��@Z    0����     2"&4$"264''7#53'��zz�z�gg�g�ZZ@��@�z�zz�Zg�gg�ZZ@ @    0����     2"&4$"264''#5'7��zz�z�gg�g�Z@ @Z�z�zz�Zg�gg�)Z@��@Z    l �� 
  37/7� l��l���m�

�m   A ,�T 
  !!/7�mA��m�

Tl l�   @ ,�T 
  '7!5!',�

�m��AmT��l l  l  � 
  '#'7 �l l�~
�m��Am�  @  �� '  ;#7#5;#553+53'3+=37'#5@�Y��Y� �� �Y��Y� �� � �� �Y��Y� �� �Y��Y�  @  �� '  ;#7#5;#553+53'3+=37'#5@�Y��Y� �� �Y��Y� �� � �� �Y��Y� �� �Y��Y�   ,�T   !'7'7!/7�m�m�

�m�~m�

Tll��ll�     t����   '7/7'7 �dd��dd��
�e��e�

�eBe�    Q �p   %''7'7'37c&XX%c��
0������&*3��3+   B �� 6 B  1#"'#"&=463253326=.'&7'.'&6"26=4Lo9' ** %\@Jb	K4E5@R>[v_""�mL(8*0*H0%?[qL2J
+3X>Y��00     +  �` + 3 : B J R  3271+'##"&=<1=457'77>"!'&#3!5'2"&462"&43#'##��

	0�0	

�
0
�����"T"`J"p		p"J DDp#]]#"0    % �p     ?//?'=����������p Vc �� cV ��-bb�ppV    0  �p / 3 6 9 = A  23#"&=?#3#535&'#"&=?#532"237327327�Bs@/B/@I@�@I@/B/@s=  �$H�$H��B�Bp  p!//!p�  �p!//!p  0@@@          0����     2"&47"654&327��zz�z�?1�*g�*gI?1�z�zz�Z(�1AIg>1AIg(  0  ��  ! % ) - 1 5 9  +;#!#=;5+=?!35335335335335!5 �
��
��,��         ��`�P
�00�
P!> �����������  0  ��     + /  ;+53;+535;+=35P`` @��`` @0`` @���`��@@�  ��@����  0  ��     + /  ;+53;+535;+=35P`` @��`` @0`` @���`��@@�  ��@����    0�P        3#3#3#3#3#3#   @``�  @@@`  @  P�� �� �� �� �� ��    @ 0�P     !!!!!!@���������P ` `     0 @�@    3!33##!#=!50`  �� @@@`@���    0 @�@     3!33##!#=!53#0`  �� @��@@@@`@��� �    0 @�@     3!33##!#=!53#0`  �� @���@@`@��� �    0 @�@     3!33##!#=!53#0`  �� @����@@`@��� �    0 @�@     3!33##!#=!5!!0`  �� @�� � @@`@��� �  0 @�@    3!33##!#=!50`  �� @@@`@���    0 @�@     3!33##!#=!5!!0`  �� @�� � @@`@��� �  0 @�@     3!33##!#=!53#0`  �� @���@@`@��� �    0 @�@     3!33##!#=!53#0`  �� @��@@@@`@��� �    0 @�@     3!33##!#=!53#0`  �� @����@@`@��� �      �`  4 > H Z  !2+=!+=47546"3546;26;2354&#"354&#3"354&#"3=3!3354&#`@0��0	 @@ 	� 	`	@	`	��	@	`l��l 	``	P				@	pp	   P  �� - d � �  2632632032++"&=47&546326"'&#"2?32?2654'&=3264&#"'&#"'&#"';2=<=&475#"'"&547>7"#"32=4#�
&�&
		
		




6
�

	!.!	��

&@ �& 





d�,y

!!
 `@   ,�T    3 ? F  32+3#%3254#2#32673#".54>"3&'&3254#� *("�Fnn��B',4.�00G$1$		
X
��E0.T*"#	F$"F/2C-!+))
,R(*     ,�T    3 ? F  32+3#%3254#2#32673#".54>"3&'&3254#� *("�Fnn��B',4.�00G$1$		
X
��E0.T*"#	F$"F/2C-!+))
,R(*    P���� # 3 7  20;#"&547#532=4674143&=4&'+"2�*6s(s7)&3�6'  �H-�  �,E-7&��(;��   P���� # 3 7  20;#"&547#532=4674143&=4&'+"2�*6s(s7)&3�6'  �H-�  �,E-7&��(;��   $����  % > B  676741462;54&'"3#"&547#5326=4"2<^!)7	<�`�#�7&| �  (s	�  �_	G-�	;�4
�u(;T}  	��   $����  % > B  676741462;54&'"3#"&547#5326=4"2<^!)7	<�`�#�7&| �  (s	�  �_	G-�	;�4
�u(;T}  	��      ` / 3 6 H V  ;2#524+632"&547'+#"&4632?;/=#3#7#&#"3267#537"'264&0H2,+==V=4
N.;)+==+,��P`X*@�$'**(O��!!*<**`  b=V==+<s(8=V==& 0__" *<*% 0IJ&**<*         p & P ^ f j  23>32#"&'"'#"&54?67>"63262>32'405./54&"+54"264& "264"2�!&!#2%	B.)?&?).B"3#%(#848#@`'	/B// B//B/�  p+f.B6((6B._. &!''"~!//B//B//B     0  ��  , C G c t  "&5476?;32#!#=&546;=3712650.'&'4&35"265326532653264&##"'!5#"'"'" 	( `%��%` 		 �   �
@
::�		y0%ff%0R		q  @JBB     P �p ( > Z b f z  2#"'&'&'.5&54767""3276727&#&'232767635>747"'&2"&4"20327676147#"�p.
	)*	�j)

)j)

�44
.p.
\((@  f	%%	"43p!4<


	LPM3W &K(( N    P �p ( > Z b f z  2#"'&'&'.5&54767""3276727&#&'232767635>747"'&2"&4"20327676147#"�p.
	)*	�j)

)j)

�44
.p.
\((@  f	%%	"43p!4<


	LPM3W &K(( N    ����� # + 4  335332+#5##5+=;3264&#3264&+�   $44$   00 �!!��!!�0004$()$40000�� p!.!�p!.!    P �p     3!3#!#5!3'7P@��  Ѐ--@@-p��@��  :|::|  P �p    . 4 :  #32654&'654&532#532#2+553324#324# ��"..�pp� /A(A/�  @PPpP��.")".�`(�`( A/"4/A   `  �       �  j�   3+=37/7.at�Ip vs�fF� pIvE
     7����   <  '#'./&'&?65'?'&?>/7/v	> <'i$H 	$f'8<0i:h		
*� >	<8'i$	#H$g'<.
		h:i0   0  �p    *  2632#"'#5576"632&3"632&�00003
�
$
�
24%+*&&*-�#-*&&*+p

��$
 ����    p  �p    3!3/5?p vv f

fp�� YY @��MM  p  �p    3!3/5?p vv f

fp�� YY @��MM  0  ��    ! %  2;#!#55;6"3!52"&4!5�,"����L(8�`�			�`���  ��`			GPP  ����� # + 4  335332+#5##5+=;3264&#3264&+�   $44$   00 �!!��!!�0004$()$40000�� p!.!�p!.!    @ �� - 3 ; C  62773#'"''7&'#534547'767'"275&7>54�$2$ $',06
0.+z+.0
60,'$ �`"(T(�8(+�'+(8�&

&0	 $#66#$ 	0$. &7P��P7&   @����   # ' + / 3 7 ; ? C G K O S W  3!3+=#+53=;33#73#73#3#73#73#3#73#73#3#73#73#3#73#@`� � p@p��@@`@@`@@�@@`@@`@@�@@`@@`@@�@@`@@`@@�@@�@@���00���00`                              @����   # ' + / 3 7 ; ? C G K O S W  3!3+=#+53=;33#73#73#3#73#73#3#73#73#3#73#73#3#73#@`� � p@p��@@`@@`@@�@@`@@`@@�@@`@@`@@�@@`@@`@@�@@�@@���00���00`                                ��   . 2 6  '&'&++/=;27>?=!353'�   .[A6@ �CZ'		_II^��`Z� sBs .\p�.
)1`1T@``�PP  0����     ' / 7  2"&4$"264$2"&46"264&2"&46"264&2"&4��zz�z �pp�p���^^�^�jKKjK�P88P8{6%%6%M�z�zz�jp�pp�P^�^^�>KjKKj+8P88P%6%%6     0  ��  % ) - 2 6 :  323#+'##"&=#53546"!4&#35335;53#73#��&  	0�0	  & � � ���0���@@�@@�&P0�		�0P& @pppp�``        J  �`  " %  ;+/+737+?;33��a\^Z_T>O/+?:W3,`��DL � @�� RN   +  �� / 7 > F N V  33271+'##"&=<1=457'77>;"!'&#3!5'2"&462"&43#'##�`
.

	0�0	

..�
0
�����"T"� J"p		p"J DDp#]]#"0   P����     # ' + / 3 7 ; ? C  3!3#!#5!;+=353#73#73#3#73#73#3#73#73#P ��  ��� ��  @  @  �  @  @  �  @  @  ������` @@  `                   P ��   # ' + / 3 7 ; ? C G K  3353;#!#55;!5##5##5!53#73#73#3#73#73#73#3#73#73#� � 0��0    �   �  @  @  �  @  @  @  �  @  @  ���@   @��                         P  �p   # +  3353;#!#55;!5##5##5!5/7� � 0��0    �   L`0$p��@   @��$`

0%     P  �p   # '  3353;#!#55;!5##5##5!53#� � 0��0    �   ࠠp��@   @��`     P ��   # ' + / 3 7 ; ? C G K  3353;#!#55;!5##5##5!53#73#73#3#73#73#73#3#73#73#� � 0��0    �   �  @  @  �  @  @  @  �  @  @  ���@   @��                         P  �p   # /  3353;#!#55;!5##5##5!533##5#53� � 0��0    �   � @@ @@p��@   @�� @ @@     P  �p   # /  3353;#!#55;!5##5##5!57''7'� � 0��0    �   �,,--,,--p��@   @��,--,,--,,     0  �`   ' / 7  ;;#!#55;7+!5+/2"&462"&46"264��`��`X`X�			hP88P8{6%%6%`�  ��0				8P88P%6%%6   0  �`  ' + 3 A  ;;#!#55;5337+36235+/3#*264!5#"&547��`��@X]n]X8  U6%%6%�`R8P8`�  @00@0 %6%%6��	(88(	    +  �` + 3 : B J R  3271+'##"&=<1=457'77>"!'&#3!5'2"&462"&43#'##��

	0�0	

�
0
�����"T"`J"p		p"J DDp#]]#"0    9 9�     3!3/7:&@&��3yy �

�yy    � 	@w    /?@�

�iiv&��&��3ii   � 	ww    57��

� iv��& '�i     P �p     3!3#!#5!7/P@��  �TT``p��@�� \UU`

`  P �p     3!3#!#5!/7P@��  tUU`

p��@�� $TT`  P �p     3!3#!#5!'7'P@��  �`

`UUp��@�� $``TT  P �p     3!3#!#5!''7P@��  �`TT`p��@�� B
`UU`  9 p�7    #!#?3 �&��&�y�6
��#y    0 �P    ( / 3 7  32373+"&/#"&462"&4&2"&4733'3"26"2@$*�&"*�$*$		((t((` 0@@0   �  P����		�((((�P@@�       0 �P    ( 4 8 <  32373+"&/#"&462"&4&2"&4733##5#53"26"2@$*�&"*�$*$		((t((` 00 00   �  P����		�((((�0 00 �         A�`   # 7  3!3#!#=!52&#"327#"&4632&#"327#"&46 ��` �� !//�!//`���� (/B/(/B/      �`   / : = F  !2#!"&=46"3!2=4#35373#5#'#'##7373#'#'373#37'P`��`��&&�H!!F��((*`�� ��TTT<<X@@BBX,,F        �`   ' / 5 ;  !2#!"&=46"3!2=4#32+"&46"264'.467P`��`� (88( (88C6%%6%M&`�� �� 8P88P8 %6%%6L     �`   7 K S \ ` g s  � �  !2#!"&=46"3!2=4#2&#"#"'73254'&54632&"327#"&4>2"&4'32+73#7373#73#3#3#732#'##7324#3254#P`��`��
		

;	/�4

�#  '��`�� ��b

		888&&::		
80%  
    �`   & 0 ; M [ j r z  !2#!"&=46"3!2=4#3+=46;+546;+546";5#"&46325332654&#264&+#"'#326=32+32+P`��`��>?>?>>].		
*<	��	`�� ��0N0~}Y%}0

7		 

 	     �`   - E Q  !2#!"&=46"3!2=4#2632#"'#"&46"327&'367#&473&'#67&3"3264&P`��`�##.BB.##.BB.!//!
#,,#
b!//`�� ��B\BB\B /B/
		
N/B/    L  �p  ( 7 B X  ;2++?+7;?;2676'&#;2+?326756'&#+#3?;2676'&��)

G-,N
:<4-8#4P&!%	v
G-,.8#4p 0.8M,�N(%$J*	.8M N(%!	       �`   # 9 W h ~ � � � �  !2#!"&=46"3!2=4#2"&43#327#"'&=#?2&#"#"'73254'&547632#"'53632#327#"'&5462&#"#5363#6"3'"3276'4P`��`�I-		�
		O+

	
�	�V`�� ��7!	%	
		o
5Q
QA&     �`   : B F N X [  !2#!"&=46"3!2=4#2&#"#"&/73254.5463#'73#73#'##'32.'3P`��`z	)!
m, F�%�,
$,`�� ��F!
	nY"Onnnn2*  =���� 2 s � �  230#+/'/+?/&73?1>71?"01013?327576=?6/5&'#/"0#?;';7/#&�2/33/4""#
$#d
"
�
"�
L*L		L*O "
$#
$�4
&&
3  @  ��   $ E  2#"'732?64&#"&54?6'72&#"32?6'7#"&54?6\);*(�(*);�;)*9("*t�T9("*;)*    @  ��   5 9  2'6?64&"'6?6'2?67"&4?6'\)"(8 �@@K(8 S;�@@�S 8("$@@e 8(";S_@@  $ �\   /7����t\��

�u    0����    2&#"2654'7"&46/7 U;2HIgg�gz�zz
�PD�;2g�ggI%Vzz�zD�

PE  0����    2&#"2654'7"&46/7 U;2HIgg�gz�zz
�PD�;2g�ggI%Vzz�zD�

PE  @  �� 	   !!!57!/7@} ��@ ��t�PD� ��� �L�

PE   @  �� 	   !!!57!/7@} ��@ ��t�PD� ��� �L�

PE   0����     2"&4$"2647/��zz�z�gg�g��TT``�z�zz�Zg�gg�UU`

`     0����     2"&4$"264'/7��zz�z�gg�g�UU`

�z�zz�Zg�gg�#TT`  0����     2"&4$"264''7'��zz�z�gg�g�`

`UU�z�zz�Zg�gg�#``TT  0����     2"&4$"264'''7��zz�z�gg�g�`TT`�z�zz�Zg�gg�
`UU`   �W    ?/?7''n��?

��

?'��'�V
��

?��?#'��'�    e����    /?7/?<9{{9�

���#{{�
:{{:

��#��#zz   t����    /?/?7��

�9{{9#{{#��
��

:{{:##zz#�     )�e    //??7 �

?��?

��'��'e�?

��

?�"�'��'   @  �� ! @ H P  224363""&'.467>7&#"+";26?;264&+'&2"&462"&4�4/A
"
XtX
	K3qbH		HbH		�~�% F09LL9 3J0B0		0BB0		1?  @  ��    * 5  2"&47"6323.7.'70232654'"2654'&��qq�q�I09(lM�J8'�N"6B^�(�q�qq�Q88 (0I(/:YN)<)^^B(     @  ��    2"&4$"264��qq�q�^^�^�q�qq�Q^�^^�    @  ��    2"&4$"264��qq�q�^^�^�q�qq�Q^�^^�    @  �~   "&54672654&' E[q�q[E7I^�^I7}kGOqqOGk Y9B^^B9Y     @  ��    2"&4$"264��qq�q	�gg�g�q�qq�ag�gg�    P  ��  ! -  2;#!#55;2"+35+54!#+=�:&0��0&1	 � �  �� ��P	  ��000  @  ��     2"&4$"264'33+5��qq�q�^^�^� P`�q�qq�Q^�^^�>p      P �p     ;#5#3+=;+=35P� � 0P�� �p0 � �@����    \ �d   7''7't��������d��������     0 p  <  2632#!"&463267>"'&#"3!2654/754&#"'. ;"(808(��(88(	='-%%@%'%
&p48(3(88P8&2 '%6%%*%        p  8 C  2#!"&5467>7>"#"3!2654/54&+'.37/7 (?*<"8(��(8' F1(8%@%/!	21 $@@$p-$<*)(88( 20B 8(#%% !/&Pi%@

@%         �  8 C  2#!"&5467>7>"#"3!2654/54&+'.'#5'7 (?*<"8(��(8' F1(8%@%/!	2!@$ $@�-$<*)(88( 20B 8(#%% !/&Z
@%ii%@  s �p   3733#3##5#535#53s&gg&nAPPP PPPAp���   PP         �p     3#/7%'7'  ` Aeelnlleep��J���

��

���     @ �p      '  3!3#!#5!5!53#'/?'7'@`�� @��@�   -))0�00))p��@  @�� ��66@

@@

@66     0����       # ' +  /=??77'7%%577 	��		���AR RA�FFF�1/11��A�rR���	~	��	~	�*d+7XX7+...!B!!!!+dX77Xd     � @�    ) 3  3#73#3!332++"&5;265326=4&#   @  �   � 	�	  		�@0000P� 		 @P	0	     5���� 7 o w   ;?/+/&'/?&47/?6?/?3?6?7/764/?''&/2"&46"264�@	/ 	$$	 /	@	/ 	$$	 /		)  )	&	)  )	4B//B/d((�/	8		8	//	8		8	/*		 

 		**		 

 		*`/B//B((     8���� ' / [ e  373#'#5&''7&'#5367'767"2646277''"''7&''7&47'767'"2654&X  )2""2"��C ,-?--�  "2""2=--?-,  -     P �p     3!3#!#5333P@�� � �p��@�� ��      0���`    # '  3!3+/+5;?;3#3#3#0��++� �$$������ࠠ`��,

, � %% 0       0���`    # '  3!3+/+5;?;3#3#3#0��++� �$$������ࠠ`��,

, � %% 0       0���`    # '  3!3+/+5;?;3#3#3#0��++� �$$������ࠠ`��,

, � %% 0       0���`    # '  3!3+/+5;?;3#3#3#0��++� �$$������ࠠ`��,

, � %% 0        ���p   )  3!3+=+=;?;53#'#73535#  �L0 06�@`@f�(x:@@p�<"0��*� � RR ..�     ���p   )  3!3+=+=;?;53#'#73535#  �L0 06�@`@f�(x:@@p�<"0��*� � RR ..�    0����  ! % -  2"&473#53>7#53.'#5#7"264��zz�z�?XZ? ?ZZ? s<�<0�z�zz�YZ? ?ZZ? ?ZM�<�    $���� 
   3+=3;#5'7#���� � � ����� ��V����    %  �}      " ' + 0 3 7 ; > C H L P S W [ _ b  ;+/?73'?7'?7''757'?7%737'37'373753733'3?37�
�
dd
�
dd,J0m#^�O8A�:*;c#'&$�<&v<:<^%���;	[�H	a���89�88
}����'$J(R:D.><
DB%;$@(c==?.d?
?	,/	:<<<<0     @ �i  2  3#"&546!32+6=#"&'&546327&Z,2
<
D

&*f$fh)B2>*��-6'+M#	'    @  ��     ;#5#3+5;+53@� �P`��� �� �   0�� �       0����   %  2"&4$"264'2&#"327#"&46��zz�z�gg�g�.)%%).'99�z�zz�Zg�gg�%%6%%8P8     @  ��   # 7  2"&4$"2642#4"253"&=462#4"253"&=4��qq�q�^^�^�(    (�(    (�q�qq�Q^�^^�          �p  ) / <  !232#!"&=#"&=46"3!2=!5!54#354#+3!2=P �� ��00 � p�� �� @ @P�  @  ��   37#537#5!##5+=#53� ���;< �	@ �@@���� <;��� @@�      0����  /  33##5.'#53>73#53>7#53.'#� ?Z!!Z? ?Z!!Z?2H  H2 2H  H2 �!Z? ?Z!!Z? ?ZH2 2H  H2 2H     M���p # ?  3!3/?;?+?;7+?;+;/?#?�1�~
.BS����
��bS
j�,p��=<=$&B..>[	-.$46�  P���z      /=?7577 �
��
�{{{������zH
�	YY	�
H 6>>�F�@@�F  
 0����  ! % ) - 2 6 : > B  //=?=?7577?75%7'?5 `
V
`YY`
V
`444�@`@@�:::�(::��@ @@�@@ @�'`&m
6,,6
m&`'!JNNK$O  O$IP NN P        �`  ' + 7  273"&46327'#"&47"264&#'"264&F4&`�@��&4&&ST&@Ů@��`&8^�&&4&0/&4�cR"  D �� ) .  7?"'#'/'7'&4?7&47'7fI
UTJH'��|}ex�	��JTU
IH��}|d<

x(�   	 @  ��     - 5 = E M  2"&4$"264&2"&42"&47"&46322"&4$2"&42"&462"&4��qq�q�^^�^�			Q

	�G�							�

	�		
�q�qq�Q^�^^�N				

G							Q
		

		     P ��  " 2 6  ;+"&=46;7+";265'32+"&=4635x/!�!//!�;&���`&�`���!//!�!/<1'��Y` ``     P  ��      3!3#!#5!5!5!5P ��  �  �  ���`PPp``�PP    0 0�P   
     !!!!%'%!!!!!!0��`0���P��0��0����`P    �P        P �p    32+"&=46"3326=#5��!//!�!//!�`�p/!�!//!�!/ `�`�        �`    3!3+3#535+5!5 ��P�P� �`�      ��   �  }� ) K  ;;++=?+=;?+;3?;5+/?5&@7)g@7)g	\+?)
\+?�@jX6@jX688		x,88
x,    ;���`       "  ;/?3733'3'3737��P��P6E+<+E6X"D�j&!+*"&j``

��

`@@@@2 ������     ) W   , 4 I Q f n  46373+4>3+'46373+546;5#"3274>3##546;5#732=#"73##546;5#54635#"32�----B-�P���QV1o��PVRP"�����^^�� �^^%� ��^^    ���`� 2  3#54&"#5.=332654'&'&'&5467� ". %6%&*." ". %&%+."�"6#%&
(#6""6#%&(#6    @  ��     2"&4$"2642"&4��qq�q�^^�^�((�q�qq�Q^�^^�((  p  �� 
   37/7!!� TppT� �����Up

pUW   @  ��    $ - 5 =  2"&47"6767&27&62&'67&"67&327&��qq�q�!*.�"/KI�-"�SS'=NU	6dD<,6!�q�qq�Q-0(:%.3;-T	 66&AQ!:     3���y  # ' + 2 6 B  ?/=/?/?7'7776?'7/75'�
:>
h55:n		n:88j�.N+�N.LHHMN,,�.N*;		^^
x22B,-#,	HI-"**E!%."02#0..01!!"-!.
>=
   P����  B W m  "&546756?#3267'".#"'&7463672632654&'&32'&#"'&76762#'&763233276�<Pg�gD6,8T<(D&E!9	1A2


	&	*� 

	a?IggI:\%K0<T)#'*(!4O
�
$

     @  ��   !   2#?5?"?6'3#!57!|(�8�(����� �  ���(�8��� � � �  @ @�W     #!#?3!! �&��&�i������V
��#i`   @ �� �     62"&462"&462"&4S���    �   `     2"&42"&42"&4�`mm   @  ��  ( P ` r � � �  %"'.'&47>762'#77&'&'&4'7&'&'7&"'727'6767/6767'6757&'7&47'67'5&'7&'&'767''67676764'&'�I121II121I�%

!, ;	+ +	;;	+ +	;�

%,@�%

!,�

%,@�21II121IIH
 �+;;++;;+�
�&,l
 0
K.&   0  �@     3!3#!#57!5'0���E����`�		@�  \\��p     0  �@     3!3#!#57!5'0���E����`�		@�  \\��p     P �p     %  3!3#!#5!;+=735'P@��  � ��-CC��G		p��@�� 0��,,bb0    ?���   *  21"/5&4?56"764/37057.`�*`�R{Q`�S_R~`*�`*�!QzP`hR_Q    `  �� '  2&#"3#3#327#"&'#53&47#53> A.$2*D����D*2$.A8V%!!%V�6*?1  1?*6R>  >R     `  �� '  2&#"3#3#327#"&'#53&47#53> A.$2*D����D*2$.A8V%!!%V�6*?1  1?*6R>  >R     q $� 
   '7!5!'!!/7�``E��QE�EQ��E`�``D D�D D`    �  0�      ;+=35;+=35�@@  @@@  ������ @@    @  ��      2"&4$"264'3#3#��qq�q�^^�^�    �q�qq�Q^�^^��     $ ��      #!#7!'3#3# �����H�    ���L(��`   P �p   ;#53+=3#�� ���� 	�p���� ��	    @  ��   ) 9 E U  2"&4$"264'6+"=4&"+"=4632+"&=46";2=4#";2=654��qq�q�^^�^�+)<��	\�q�qq�Q^�^^�@+*hhhbb   P �p 
   ;#5'7#3#357! � ��Y�� �� ��p�Y��  � �  P �p     3!3#!#5!;#5'7#P@��  �� ��Yp��@�� 0�Y��    
 @�@  2 : B J  2"'./7>"3232301>54'&2"&4'&54%67&�JL8,

.0G##F3)


15r/29+	+91C((\!$**$@#"

&! 

)+@@+ (($"**"$   
����  ' E M U ]  632/"632654'&23767#"'#./767&54%67&'"654&<l-+&L40

1Efm271d�!!-0�)9+E10

!?#$))#�	�l'0#en172bd
!.!+)+?%' !&&!	   )���� # , @   2'/76767676?'77"764&6767676?n:(.�	 

	�-0,4,m�
��)9-�	

 �.,4,N�
�    P �p  (  !2#!"&54635#5354632#"3#3p ���**"
/)Sp��  ��l0$",0l    P �p  (  !2#!"&54635#5354632#"3#3p ���**"
/)Sp��  ��l0$",0l    P �p  (  !2#!"&54635#5354632#"3#3p ���**"
/)Sp��  ��l0$",0l    � �p    3?/#� �� �p������"rr     p �p    3#555'7`  ��Фp���� �j�r     @���p  # ( 4 8 < @ D H L U  ;;+"&=+55;35353=!5#+=3#73#73#3#73#73#26=#��0�(@  ��     �  @  @  �  @  @  �		p@� @PP0�� ��@           @		     0 ��  G O W  3+#"'+54763&'&547676767>53276533&'&+'2"&462"&4"
4#:��P8aW,BW"
	+&	 ")'N "V0)
]			i			�.N��P9!-B�08
'		.(**'/81�?*�							    �� ( R W \  ;32++?#+?/;3'+/#3?;3?;0>767&'.1+/3#3#~ �Y

Y� (("(		(�``�W@  @��	�~)MM)~~)==)~���     P����     ;#!#5!+=3P�`��  P )�`����� P)     P����     ' +  3!3#!#5!##53#3#3"&547"2P ��  p       (    ������`   #!!    P����    #  3!3#!#5!'"&46325"2P ��  �@,(  ������`L l(Sp    P����     % -  ;#!#5!+=33#'/?'7'P�`��  P )i   (		�(		(�`����� P)@��&&0

00

0&&     P����    F R  3!3#5!#5373#'#?33+572#4'&#"32#"'&533254&#"&463!53#!#5P  �          P  0x
 
 �   ���`PP`�  @@  @@` p
"�PP`  P����    ! 1  ;#!#5!+=32"&4?'/'7P�`��  P )

	b$0$$4@�`����� P)P			
%

0%

%5@     P����    " %  ;#!#5!+=3=7P�`��  P )�PP "�`����� P)D00`(  P����     ;#!#5!+=3P�`��  P )�`����� P)     P����   T b l z  3!3#!#5!32263#'&'.'*'&'&767>3>7>5&'&767673623."13275&0"136746P ��  �	
	9u	������`V	!w  P����    ! 1  ;#!#5!+=32"&4?'/'7P�`��  P )

	b$0$$4@�`����� P)P			
%

0%

%5@     P����    ! 1  ;#!#5!+=32"&4?'/'7P�`��  P )

	b$0$$4@�`����� P)P			
%

0%

%5@     P����   $  3!3#!#5!32#"'#53264&+P ��  �@%%  @������``%6%
:p     P����    #  3!3#!#5!'"&46325"2P ��  �@,(  ������`L l(Sp    P����     ! %  ;#!#5!+=33#3#3#P�`��  P )��������`����� P)@       P����     ! %  ;#!#5!+=33#3#3#P�`��  P )��������`����� P)@       P����    " %  ;#!#5!+=3=7P�`��  P )�PP "�`����� P)D00`(  P����   8  3!3#!#5!;##"'#"&=#5;26=326=P ��  `0  0 ������`p HH X(  

X     P����     ' +  3!3#!#5!##53#3#3"&547"2P ��  p       (    ������`   #!!    @  ��     ;#5#3+5;+53@� �P`��� �� �   0�� �      
 @  ��   # ' + / 3 7 ; ?  3!3#!#53533533##5##53#73#3#73#3#73#3#73#@`��   �    �   �  �  �  �  �  �  �  ���`��@0                 P  ��     3!3=/=3775P@|@|$t0t� ��j0 �����pX   P���� " M c  ;"##*1*#"'&547>7&5&?7>/;67654'&'&';2763676'&�((Q#L
K("@:/
	
J/


� 1dW>#',&8NW&!OC+:@
2+(1)2 2K['�-&/   p  �� $ . 2 > B  2?/+=47675#"#46;6"3=4354'&'3# RN

�

 /!(	 `@@�
�
:@@�@	��	(!/  	0 
3	��	P     P �a h  %#"&547&547&766771&'32632&#"#"#32676'6'6'6.'2&#64'6�&H0N_
&	
&&		I
&;�	!?<%h;0
	:+	(
   P���p    ;##573#P �� А�pࠠ��   P  ��  + / 3 7 ;  3!3#!#3#335335335#535#5##5##53#75313#753P@��  00000000000000000000000���p0000000000000000`00000000    P���p     ;;+=##3=35P����  � �p � �p��0��    �  j�   3+=37/7.at�Ip vs�fF� pIvE
     @  ��  ! + 3 A   2"&423##!"&54?5#5343/=2"&43!2654/				'	pb%� %b0*�*'			v$ $�			'	 z�%%�z '�66�@			�--  P �p   # +  !2#!"&546"3!254#2"&462"&4� �  �.!!.!�.!!.!p�   �  X!.!!.!!.!!.    P �p  " * .  3!3#!#53=;35'+=335##535P @��  � 0� �  P�p@� @����0IP@@  �pp  `����     3!;#!#5!5/=375` 0��   ��������yy  `����     3!;#!#5!5/=375` 0��   ��������yy  P����  " ,  3!3+/53=?5=/=P@P��"@�����(p���y��!��    P����  " ,  3!3+/53=?5=/=P@P��"@�����(p���y��!��    �  �`  
  3#'##3� p "|" �3f`��``�   P �p    D T  3!3#!#5!33'#'7'7325&#"3##575#535&>3#576=4/P@��  TJ$0(!^G9	Jp��@�� 			
UV	@nL     /���� 	  ( 2  2&546&'>&'>'676 V�"z�/K?B@?K/`
5W7
.8ZCd#)94� �VVz$-<e>;c;/SBG4
.G;:_($f570     P �p     =555?'77��������p�� Vc   cV �bbVVp    � |p     32+'&54676;7#"=4;7��8d	R@bhp�x
, ��b@@     @  ��     '  2"&4$"2642"&462"&42&"'��qq�q�^^�^��q�'b�q�qq�Q^�^^�R6((   	 0����   , ; ? C H L P  2"&47"7&;2?;67/?&''+/?&%?3767'��zz�z�P(
9H*H:	'9



H
Z
H����6D$�
�z�zz�Z D*+#
EF#*+
E*6UU6"&@@�#!      �P  / ; C K S [  2&'#'.?>"6757;>/33##5#5362"&42"&462"&42"&4�Z`	*" 3|3 "*	#�R+!�!+��      �						I						P	
�"7%%7"�
�!!�      													   4����  # ' ,  ?/?''7'/?777 
0Z
0p
0"��"
0pZY9Y9'UY�
1Y

1p0"��"0q"ZZ'9Y9UZ  � �p &  2&3#353+53>'&'#53&54676%AbX �8	6*
7'p-&' ?/0@ 5 (<     5���� 7 o w   ;?/+/&'/?&47/?6?/?3?6?7/764/?''&/2"&46"264�@	/ 	$$	 /	@	/ 	$$	 /		)  )	&	)  )	4B//B/d((�/	8		8	//	8		8	/*		 

 		**		 

 		*`/B//B((     8���� ' / [ e  373#'#5&''7&'#5367'767"2646277''"''7&''7&47'767'"2654&X  )2""2"��C ,-?--�  "2""2=--?-,  -     @  ��    2"&4$"264��qq�q�^^�^�q�qq�Q^�^^�    @ �p   +  !2"&=46"26=4#2762"/&47p q�q^�^�ECTVppOqqOp pB^^BpFFDTV     ) )�W  '  '7'7/?/77'/?� ii)EP

@�

���

� ii)EP

@V
 ii)DP@

��

��

 ii)DP@  ) )�W  '  '7'7/?/77'/?� ii)EP

@�

���

� ii)EP

@V
 ii)DP@

��

��

 ii)DP@  @  �p $ - 7 A I  265632;##!#=#=;&546";.'&3"32435335+35335�  C��C%q%� ��x� �p''@��@   @  @����     ����  <  2"/&4?6?632632"&547'"&5475&547'7�	�		�		�		�-$91����	�		�		�		�-%91}

�
���      ����  <  2"/&4?6?632632"&547'"&5475&547'7�	�		�		�		�-$91����	�		�		�		�-%91}

�
���     @ 	�� A  25<54'>54'6'&&#".'&'"7'.54��pI:'0	%	0'
%


:I�pP?d$(2
2( 	d?P   0 �p  0 8 @ F L  2632>3"&547&5467"#".32654&'&2"&462"&4'"3243"324[2$&'"/&g�g(�
30	QJ[E����p	--)CSGGSA*�!7(&<%)  @ 	�� A  25<54'>54'6'&&#".'&'"7'.54��pI:'0	%	0'
%


:I�pP?d$(2
2( 	d?P   p  �p  #  ;3#535.5473267#53&'�
�
J6P�P6J
A/*?��p
$27Ra  aR72$#/A7)    @  ��  , 0 8  2"&47'332?&#'?7''7'7&'#'5��qq�q�#	0
@+<@$!! 
*#(@t<--�q�qq�Q$
*" 0@P0! �1M8 "     �  {� - : M  %#".546.47#"&54>;#'254.#"2654.'&#"+5#-	S3',	3$d"+&)
)7�	$
),1""3
!$#7�$		     <  �� * 7 C V  3##"&546.547"#"&54>"3254.33##5#53"32674.'"�d?B90S3',	3&*� 00 00�)8)�" 

$!>0),	1"%$62
!`0 00 R	 $		  <  �� * 7 C V  3##"&546.547"#"&54>"3254.33##5#53"32674.'"�d?B90S3',	3&*� 00 00�)8)�" 

$!>0),	1"%$62
!`0 00 R	 $		  0���� @ _ y � �  2#"'&'405&5456'#"'.767&'&'&54632'&676321&'&676"327654.'&"327654.'&'&67&'"65045&'.`!'%$ /#	%#
	"�	#G
�	& �GfbS!&'+,( -
2, 	E$K;	L\*P	 	,9;6	>K"BH"!"##($      0�T ! % 6  "'&'&='"&5475'?727676=' �----|- -������
't'
{TCR		R
�

�C 222)GG)  @  ��   "  2"&4$"26422632'#&546��qq�q�^^�^�XX�q�qq�Q^�^^�
ee
     0�P ( 0 8  267&5462#4&"#4&"#467&546"2646"264XP8(%%(8P8(!' 8P8 8P8 '!({6%%6%�6%%6%P8(1""1(88(1=%(88((88(%=1(%6%%6%%6%%6     P �p     3!3#!#5!3353#5##P@��  � `  ` p��@�� 0PP�PP     P �p     3!3#!#5!373#5P@��  � 00 @ p��@�� 0TTpPP    P �`  F  2632632+"/.?=4632"#54"#5;26=4"#54"#5�4B.T3!&"8    
&%T!/    `�.B&+3,
0
  0:
+/!�  0     @  �� " K  ;+32++=4?6"3=7>?;'.+"&/&6;26?#7;25��"#fn#f/�U.V`#ln
f��� 5��( �~0	       0����    7  ;"&=#"&=?53532?2=?6=��z(l ��d$ ���9�lJ00Pf
	�F�      ��  3 7  3;+"&/#"&46;'&'&546+";;535lJ�9�
	�F� 0�l�z("$ ��
��      ��  4 8  3232++=;732?;24+?6765435��9�Jlf�F�	�0�(z�ld�� $m��  0����  4 8  2+=/5463254"/&'&#"354/=35�(z�l@ $d�� ��9�Jl��	
f�F��00    0���� $ K  2632632+"/&462=46326"#54"/&;26=4"#=4"#5� 
B.J*"l(
:   (nJ!/    ��.B"l(� ���3'*l/!�@@@��  a���� + = R g �  266+"&/5&76767'&>54"#'.74?5"0#246175?6&'&"0#6?6514'&#';26='&'0#"/&54?676.�(	B.T%<*&#@  )B3
9
kf*T!/
	;
	N�>
�.B,#("�#�m�
*jZ
<*,R(/!R
	    @���� $ S  2632632632+"/&46254"/&;26=4&"+54&"#54&"#=4�(	M7,$�(
7	)�!*:
			 		 �C}6M�(�	�')�9*}		 @		@@		@@p   P �`  F  2632632+"/.?=4632"#54"#5;26=4"#54"#5�4B.T3!&"8    
&%T!/    `�.B&+3,
0
  0:
+/!�  0       �Q ( < q � �  27632++"&=46?36"#2324+5'7>'&'";&767'&'0/#"&54?632>'&5/7&'&'"21676/0#";276/&�"�#>�.B,#(��		*j�m�	(/!R
	Q<<
,
P*&#(	B.T%<!*B  *T!/
	;
	Nf�A
     ���� , e  27>6+"/&462='&6764676'./&;26=76.'76.+/5&�!'B.J*"l(

  (nJ!/
 (�]L!!Lp.B"l(�"��5'*l/!pOT���     0���� $ K  2632632+"/&462=46326"#54"/&;26=4"#=4"#5� 
B.J*"l(
:   (nJ!/    ��.B"l(� ���3'*l/!�@@@��  0  �`    !  3!3#!#=7!'!52"&4d 0��0(X(��`7			`�``����@@			    P �p  /  3#35#53#3#535#3#53#33=;3#+=P�`��`�0 �  �p ``  ��  ``   ��pp pp  P �p # ) /  2+=;54&";+"&=4;5332=��g 0TxT0  �pgI@@p <TT< p@@I�@PP@      ���p   2'.546326h2F��F2533pF2*��*2F..   ���p  ,  2632/&'&546"7654&#"'.�:..:2F

��

F2$4��4$.1p//G1)
	��	1G 4$��!$4      ���p  , ;  2632/&'&546"7654&#"'.?7#7'/�:..:2F

��

F2$4��4$.1;5P&Hp//G1)
	��	1G 4$��!$4>?4P(M    @  ��  $  2"&53264&#"3+=3>33+5 Oqq�q ^�^^B,I:` U! P`�q�qqOB^^�^+% `6(.@p   $  ��  #  '+=#+='73=;35 �p@p��P`P�
������#�����     P  ��  / 3 7 ; ? C G K O S  33##5#53#;#3=;3#5;+=#+53#73#73#3#73#73#3#73#73#�      �@0P@P0@p pP  @  @  �  @  @  �  @  @  �      ��  0 ��  PP                       �`  4 > H Z  !2+=!+=47546"3546;26;2354&#"354&#3"354&#"3=3!3354&#`@0��0	 @@ 	� 	`	@	`	��	@	`l��l 	``	P				@	pp	   p  ��  # +  !#3+535467.=#326="354p    �   @/B//B/�� @33@  @33@@!//!@�/!@@!  p  ��  # + 3  !#3+535467.=#326=3"&5"354p    �   @/B/��%6%aB/�� @33@  @33@@!//!@  %%p/!@@!     p  ��  ! ' 5  !#3!535467.=#326=3"&"3462354p   ��  @/B/�|","YB/%6%� @33@  @33@@!//!@PK/!@%%@!    p  ��  # 3  !#3+535467.=#326="35462354p    �   @/B//B/%6%� @33@  @33@@!//!@�/!@ %% @!    p  ��  # 3  !#3+535467.=#326="35462354p    �   @/B//B/%6%� @33@  @33@@!//!@�/!@ %% @!    p  ��  ! ' 5  !#3!535467.=#326=3"&"3462354p   ��  @/B/�|","YB/%6%� @33@  @33@@!//!@PK/!@%%@!    p  ��  # +  !#3+535467.=#326="354p    �   @/B//B/�� @33@  @33@@!//!@�/!@@!  p  ��  # + 3  !#3+535467.=#326=3"&5"354p    �   @/B/��%6%aB/�� @33@  @33@@!//!@  %%p/!@@!     �����   
   571515 �������I�II��J�I�    S����   %  3!3+/7;#3/3?+T6�
!pp�cc��QR(,,0X���$$<��   0((z@!3  � `p )  326;#"3#;#"'+5326=#5354&+� ((  00  ((  00 p   @ `    ` @  p �p    ;2#54&+#73+"&=3;p <T A/ �  <T A/pT<pp/A��P��T<pp/A      �p    " '  3!3#!#5??52"&4!735 ��` d\<TM�p2BPp��@�d\<T� Yp$t1C   P �p   )  3!3#!#=7;26=;'!5#"&'r  �� ]]�� S!,!p�pp����PP     0 0�P   
     3#!!%%!!!!3#0��@��`PP��@��@����P    PP`      
 P �p  / 3 7 ; ? C G K O  ;+=??75==;3#73#73#73#3#73#73#73#@P@@P PP80 P80@ P@0�   @  @  @  �  @  @  @  p���	0"H@	0"� �                  �  @�   ' 7  2"&46"264;;+=;5+=;+35+=�4&&4&Mp`� `�&4&&4]�00P0p�    0����      2"&4$"264'3#3#��zz�z�gg�g�    �z�zz�Zg�gg�  �   � �p   ;#3#+#'53267#53.+�0�pSPC)�2�@1��	-0p  *6��(#     P �p    -  !2#!"&54635"264'3!2=#"&547� � �0e6%%6%� 68P8p�  000@%6%%6��(88(     0  ��  ! % ) - 1 5 9  +;#!#=;5+=?!35335335335335!5 �
��
��,��         ��`�P
�00�
P!> �����������  7���� I [ f  '>."#326?3#'#"&4767675<>7>>3:./>?<.#"�'/0#�
{#@'-;,~&#. !H;
�(	
" 	o
3	$G-
	) !&�U-$!'(��
		�        ��  ; G  232+#"&'#"&46;&546"32+32654'#"&46;.32+"&46�9^2		&qO9^2		&qOB^�		�I,B^�		�I|�		�		�>2		Oq>2		Oq ^B		%+^B		%+�				    � ]p  /  ;+;+?;7+?;+37+?;7���`p0�00�0��   `  �`  7 S o  46326'&"/&7.?6>32'764&"#"&'/7264/7'#"&5467&?2?`' !"]! (  !�) !"F! '
  !5	 "! (D! ) "M  !!! 	' "     s �p   3733#3##5#535#53s&gg&nAPPP PPPAp���   PP           �`  E  %#!"&5467>32>32264&#"632#"'.#"327'#"&54632�$8(� (8$C)8OQ''#1#''$1"�
1(88(-#$-N�&4&,&4&,    0����  : B   2#"'+++=?&546"3=;=;=;3264&2"&4vUU;    P~�\B~0  .B]�UvU   `};5B.I   B\     0�P      # ' + / 3 7 ; ? C G K  !2#!"&=46!53#73#73#73#73#73#3#73#73#73#73#3#73#73# ��`���  @  @  @  @  @  ��@@`  @  @  @@@��@@`���@@P�� ��                               @  �`  " & * . 1 4  33733733#3##'##'#53'#53733733'337737@ [ [ &
0:&  @  &:0
&��
8 0 8
��``````   ����            @FFFF   @  ��   4 9 J M  3!3;#!#=+537533#"'#527&5367#5335#=##=?3@ P� P I�� 0* O0���`     �P� P �I   	 0�I�-``7        �`   #  3!3#!"&54?5!53!254/P@$��$  ��%t%`�%%����$$       C�= ;  7#"&546323254/&54632&#"#"&/.#"326?�,6:;849
'$6##<4(R3%!Dk==%""_	=;=C)23"	5'"A:F/*4!!),%+       C�= ;  7#"&546323254/&54632&#"#"&/.#"326?�,6:;849
'$6##<4(R3%!Dk==%""_	=;=C)23"	5'"A:F/*4!!),%+     P���� ?  #"'.57327654'67/&767&'&54767>7�&/!% v/$-Y�	 1#6��Z|Z+#	#MlR/&I`�Y 	#7<&	      �` ! 7 G  2632'&#"'&#"7?6"632632'&#"'&2767&&#"76�/++/7C=(-%@97&3<7----7<3&)		() $,40*'0(`	��	 ����   4����  # ' ,  ?/?''7'/?777 
0Z
0p
0"��"
0pZY9Y9'UY�
1Y

1p0"��"0q"ZZ'9Y9UZ 	 @  ��   / 5 9 = A E K  2#"'&476"2764'736?64/.'2'6#67#3&73'#"'�Typ]=+((+jZ!""!Z!""((M

.�" ( 8�8h8!d88 �[?,AY:8�8: -/�/--/�/8�8!S ;LM$L,+ J+, 4M     P �p   !37/7#P D``D�p��E`

`E     P �m    ##5#3!53#!#5 H8 8h   ��mM�����    
 @  ��     % . 6 = D L  2"&46"62536?3."2643&5473364'5&'3>7275"��qq�q�


@%83$`$484B//B/�1�1��8%$�$%8�


�q�qq�Q117&$44$%8=/B//B


	



@%84$$48%>11  
 @  ��     % . 6 = D L  2"&46"62536?3."2643&5473364'5&'3>7275"��qq�q�


@%83$`$484B//B/�1�1��8%$�$%8�


�q�qq�Q117&$44$%8=/B//B


	



@%84$$48%>11  
 @  ��     % . 6 = D L  2"&46"62536?3."2643&5473364'5&'3>7275"��qq�q�


@%83$`$484B//B/�1�1��8%$�$%8�


�q�qq�Q117&$44$%8=/B//B


	



@%84$$48%>11  
 @  ��     % . 6 = D L  2"&46"62536?3."2643&5473364'5&'3>7275"��qq�q�


@%83$`$484B//B/�1�1��8%$�$%8�


�q�qq�Q117&$44$%8=/B//B


	



@%84$$48%>11  	  ����   ' 9 = A E I M  '%/2#+"'+=&'.7>76367'654&3#%3#'%'35m!"="r;U. 
$
F1&7	0 F"%B��00�00��!2"!�@�"!!U;=/$0@D&1F6&<).,$0.Bp   b"!!"(     9 �j  /  ///7??7///7?7�@38
66@8:

265;42@42	66	@78

37jP
T
)) +&R�M>PM>	)) *'D    @  ��   $ E  2#"'732?64&#"&54?6'72&#"32?6'7#"&54?6\);*(�(*);�;)*9("*t�T9("*;)*    P �p   # 5 9  !2#!"&546"3!254#2"&42#54#"#53363#x����!//-�00p�� ��8%#TJ('K��  P �p   # 5 9  !2#!"&546"3!254#2"&42#54#"#53363#x����!//-�00p�� ��8%#TJ('K��  @ �p $ C s  �  23"&=4'&'&7&#"#526=42632"'&547&'&5476"63&546262&5462267654'&"#4'"2764'326?#"&/��^&,5K&p#$ X $4"		"		" <HHd!p^B� &�:&K5�& �B!! 





R		    	 @ �p     # ' 3 7 ;  ;+=35;#;+=35;#;+=35;#@@@  @��@@  @��@@  @��p@@   @@@   @@@     D 	�l      #  /773#/773#/773#�@ ���L@ ���L@ ���l@

  D@

  D@

    @  ��   - 1 N R  ;#5#526?!!23+=?4&"#54!!;+53264&+=?#!!`
 
V��Y"@) p��p0((p���`H * @
 ( @
      	 @ �p     # ' 3 7 ;  ;+=35;#;+=35;#;+=35;#@@@  @��@@  @��@@  @��p@@   @@@   @@@     c �y 	   /7? �#zz#�c]]y#��".."0.�##  P����     2;#!#=;546"354!5�\B �� �B/�� �B.0��0."/!00!q��  � l� 
  37/7� D``D���E``E   A T�, 
  !!/7�EA��E`,D D`   @ T�, 
  '7!5!'S``E��AE,``D D  �  l 
  '#'7 `D D`~`E��AE`  %���� " C G S _  ;+//?/?=;7+??;=?/=+'733##5#5333##5#53N((�*�* =(<��,  `      �(*�*
�("=(< 7���         P �p  ' + /  2+=4&"+=46"3546235435335��g`(`�xT@/B/@��@�@pgI����IGT<PP!//!PP<�       @ �l   '7#"3"&46;'<�

�e�!//!.BB.�el��d/B/ B\Bd    9 �l   32#5264&+/7�e�.BB.!//!�e�

ldB\B /B/d�      �l    /?32#5264&+/7�uu�

�e�.BB.!//!�e�

ltt��dB\B /B/d�   P  ��  ` h p  3"'&'&'&5475476327676?3654/=4'&'"##4676767254'2"&462"&4
$ 


"d"	 +,OF!
F
" (Y			i			�	!A!$$ #M)*!@
		
5	�							     @ �y      /55?75'?7�
pzj
pzj�`�PP�PPx��
0.-

0.-%�$�#"�"�"�"  p����  % -  2'&'&'&546"67676542"&4�xT!		! �^A}�T<0'/4/8/'0<4A/+!1+%%+1!+/    @ �y      /55?75'?7�
pzj
pzj�`�PP�PPx��
0.-

0.-%�$�#"�"�"�"  �  pp     2#5.546"264'"#46�\B7) )7�B//B/P &pB.*?��?*."/B//B &  P �p     3;#!#=;!7'3#� �0		0����##�  p 8

8p P((��     @  ��    ;#5"&46327#"264� {KjKK5+#{y(P88P8��y{#+5KKjK{�8P88P  0���� N  ;;#5"'&'2327264&"'676327+5"#"&'&"27676"&46327#�P VB\!
B//B!.$W) V
B//B!\BB.$WY�P�YW$.B!/B/!VIW/B/!B\BV     @  ��  $  ;#5'"&46327'77#"264� I%$KjKK5+#%$Iy(P88P8��yI$%#+5KKjK$%I�8P88P    @�@  $  23533'7'7##5##"&46"264�0I! IE`

`EI !I05KK]P88P8@A/00D``D00/AKjK 8P88P    �����  $  '3#"&54675#535'7"264 `D00/AKjKA/00D`4P88P8�
`EI !I05KK50I! IE`�8P88P    @  �`   !2#7##7##7P:(2,P0@0P0@0P0`='������       0�  1 >  326;2#54+"#54+"#546!32+"'#=46";2=4#000 0 0 4`` `pppppp@Cp0 0@    P @�@ '  #";#535##'#3#5326=4&+53373�s8+8`x''x�&&��ͧ&&�&��     0  �p   # /  3232#!#=46;54635"!54#33##5#53�@`��`@�`� 00 00p�� 0��00 00     @  ��     #  2"&4$"2642"&462"&43#��qq�q�^^�^������q�qq�Q^�^^�r      ����� ! )  326533##5#535.5467&"264� ( ")A/@@ @@/A)"xP88P8�#?&0I1 @@ 1I0&?-8P88P    p  ��   /  32+"&=46353;26=3+3#535#"&5�```� %`% 8( @�@ (8��� ���@%%@@(8    8(    $����   1 :  546;26=353;+3#535#"&573#"&5<t` e�`�`� &M @�@ (8@  -�u9�@@$d�$Y`��@&    8(-     P �� �   7!!P`���      0����     2"&4$"2643#��zz�z�gg�g�����z�zz�Zg�gg�9     P �p     3!3#!#5!3#P@��  ࠠp��@�� �      P �p     3!3#!#5!3#P@��  ࠠp��@�� �      �  ��   '  32+"&546";2654&#2"&4���		�		W			���  	��		 	��			    �  ��   '  32+"&546";2654&#2"&4���		�		W			���  	��		 	��			       �t   3 ; C  #'#;!3#!#=#"'632!&546325#"&5472"&46"264�!����`O"�B//B/d((tD��bb/B//B((   0���� + f � � � �  2#"/.#"'.54?2126541'76+632236?;2650/7654&=7654#/./7654&+'&72>7&47.23&.7>7&'40#5&67&'&6 Pu		uP
		3=*	76*(0(	


5IJ~
@V%�iOOi		d;D7	* .20Q1B	
'	F7O56O' "w/$     0�T ! % 6  "'&'&='"&5475'?727676=' �----|- -������
't'
{TCR		R
�

�C 222)GG)     ` G g  3#632"&547264&#0"1'3+#"&46327&#"'63236;'#536"+#&#"3267#53?6767h((88P8(
&4&& "#	86#(88(" 6,9DB76	#$&&">�	`0a8P88(1"&&4&<n%$".8P8  `" &4& '
%   �����    /5?7/?��!Q1!A 6	#!H��
:A6"P'��.D
@    0  ��   ' /  "&46325"&4632=7%7"264"264�&4&&�&4&& ������ &&4&	v*�&&4&	�0#* *�  @ 0�P     !!!!!!@���������P ` `     �  ��    2#5.546"264�jKA/ /A�P88P8�K50I��I05+8P88P   0 �p   ( , 4 8 < @ D H L  3!3;#!"&5;&=;+=3526=3#73#3#73#3#73#0 P%��% �	��� �`��PPpPPpPPpPPpPPpPPp`�%%� �P 000��             P �p   3 7 ?  3353#3#5##535#7#33535#5;;+=+=35+35P@�@@�@@��`0`0 @ @p@�@@��� 0`0`@@@ @     P  �p  + ;  3353#353#3#5##535##535#7#33535#53#5#33535#5P@�@ @@�@ @@�0@`�p@ @�@@ @���P`@ �    � Vp   /   "264"&4620"/"&4?&'.>276   L55L563223		B		;k6K55K�3223  � Vp   /   "264"&4620"/"&4?&'.>276   L55L563223		B		;k6K55K�3223    �l  & .  3:4654."#.2"&462"&4(hT/ ,#	^V((	WoP�l&!
Q^	*�   0����    .54677'7&'0@XhdL2?D=P<+!z"���K50K
(	4 $4;W	Z   P  ��   - D  2#"&546"2654&2"'&'&747676"2767654'&'& KedLLddLAOQ}RQ?	
5	
					
	�kSOstNSk VHC__CHV$=;#"<<$ 	78
			79	      ��  � � � � � � � '/=r���������  2&#">23>563223634632#632632632632"'#"'#"&547&5432675432674326325"&546?63227&#.+41.5463202167>7./6"2642"&54532654'6"0>7&5&"4.&546?"%#67&'7654&/36753:32745'&#32>54573265'3250>5'13676?&507&'#*##"&/#"&/#"'#"&675'&57'&'67&'&"32654&!"32654&2#"5463&'37&'&72#"&5462#"546!2#"&56%	n%	&*
^).V&



$5^2##2":"�O��;
2	
��	
�*-	B
�

$#0'	!�>�*+B"="���;D4xc
��+�	$T	
	"		"	

#2##2			
0	
!	
!

	
""
$
$$




 


  0 0�P   
     !!!!%'%!!!!!!0��`0���P��0��0����`P    �P        g  �� T  67>&'632#"'#527061#./>67'.'>65&'&67�(-$+ 13cY/!=$&")�!&	
)$/	\T

5#*'0%"   2  ��  $ ( 4  2+7674>76?6"76'&7&6764'��3J
����G	
,
	�+�3&	
� ���	"	    9 �k 	    ?'37:`$$��  &���j����f ff  9 �k 	    ?'37:`$$��  &���j����f ff  Y  �� (  2"&4?2?64&"2?"&4?6P$3�+��� -�5Jdd$eH$��3H�+���- �K5dd$He#�   ` �p    3####5#"&46";5��    @(88(%%@p ��@���8P8 %6%�    P����  ( 8 <  2;;+=+55;2"+35+543=;5#+=35�:&0�p@&1	 � �`� �`�� ��P	  �аp00���  �  ``    3#3#�  �  `��@��   
 @ �p   # / ; G S _ � �  2"'&474762"'&"2764'6"2764'2"'&47$2"'&47"2764'$"2764'2#"'&"#"&54767>727"3276232654'&'.'.'.�22b22=i�22!22�	�8
!!	,



p::N::Y
&

&

&

&F::::	
&

&

&

&	
!!

  L  �p  ( 7 B X  ;2++?+7;?;2676'&#;2+?326756'&#+#3?;2676'&��)

G-,N
:<4-8#4P&!%	v
G-,.8#4p 0.8M,�N(%$J*	.8M N(%!	    ;����   # * /  2?76"76'&7'77'�
�X�
70]�
�� �+	�X�
 0�
�� "   @  ��   !   2#?5?"?6'3#!57!|(�8�(����� �  ���(�8��� � � �  @  ��   !   2#?5?"?6'3#!57!|(�8�(����� �  ���(�8��� � � �  2���� ' L  2?62#'&'&'&75757"?6/&'&/./?6'#/~@
 %

@

1lJP$21
!LDe1B(
,%(@�B	
 '		@

2
+IQe 31^LD(
0A("+
(A  2���� ' L  2?62#'&'&'&75757"?6/&'&/./?6'#/~@
 %

@

1lJP$21
!LDe1B(
,%(@�B	
 '		@

2
+IQe 31^LD(
0A("+
(A    �p    " '  3!3#!#5??52"&4!735 ��` d\<TM�p2BPp��@�d\<T� Yp$t1C     �p    " '  3!3#!#5??52"&4!735 ��` d\<TM�p2BPp��@�d\<T� Yp$t1C   0����      2"&47327/=#33.67��zz�z�C[gIA0}!�Z(a"�z�zz�YdDIg(|��?Z�a)8  p���� # 4 B H d j  22#"&#=4&#=;6"+7=3264&2#"/=76264&"#2#"/=7=3264&264&�)9(8:(
992"'')f'')�=*	=)+=%�%�
 �,
)<)#/"	K	 4H
#.#@�+	*;),4   ���� + � � � � � �  .*#">7>707>2267&6#.'#"&".1&567#"'.'"#'&767&672>676264.547.'>&5621"&'2676&1>'63&2'4&5>�)6.$	, 
�	

	"22-!
&(<>c		0!
t#J&5#�$9	
	

�	"-BF;/
:	

))		.4�+#	     @  �� D  2#"'6?32654&#"74676'&54632#"&7>54&#".54��ppP+9E2;D0'$,"6D�p�p	.
F2/@D0,"1+#&2Q$a<P  @  �� D  2#"'6?32654&#"74676'&54632#"&7>54&#".54��ppP+9E2;D0'$,"6D�p�p	.
F2/@D0,"1+#&2Q$a<P  @  �� D  2#"'6?32654&#"74676'&54632#"&7>54&#".54��ppP+9E2;D0'$,"6D�p�p	.
F2/@D0,"1+#&2Q$a<P  @���� $ E  2//=?5=?54"?7;5/=5/=�(�
~)MM)~
�@ 
�~)==)~�
�v<
0((0
<v�
<8		8<
�   � �n    57��� �n�� �s     @  ��      2"&4$"264'=7��qq�q�^^�^��� `�q�qq�Q^�^^�,RR�n7     @  ��      2"&4$"264'=7��qq�q�^^�^��� `�q�qq�Q^�^^�,RR�n7     D ��  #  7'"/'7'&4?'72?`?9@?%R)vxR$RQR�@9?@$Rxv)R%RQR    P �p   33##5#53� �� ��p� ��   0����     2"&4$"264'33##5#53��zz�z�gg�g� PP PP�z�zz�Zg�gg�P PP      P �p     3!3#!#5!33##5#53P@��  � @@ @@p��@�� @@ @@      P �p     3!3#!#5!33##5#53P@��  � @@ @@p��@�� @@ @@      @  ��    3#'2654&'5"&546�  0+5^�^5+9Gq�qG���#P0B^^B0P#c>OqqO>c    @  ��  ! 1 9 =  ;32++=+=46;535"3=;354#2"&435�� @�@  ��0�0��			@��`�00�`PPp�00�			W``    0���� ) W  2;+";+"&5+="&463=;46"++";;26=;5"&4635+=4�6%PP%6%P%%PNPPP%%P�%PP%%@%6%@@@0%6%0   7 �� N |  "026?"326?332654.7>?3254&/4>'./.'2#"'#".547+'&547476767> *
!'!
%p
/')**	, 9b							%	 y	,$.	'3(	
''     P �p  5 9 = A P T X \ ` l p t x | � � �  ;+#5+=3=;+#5##3#+=;535#;#1#53#1##5##5;53#57#53#53##5733##5#53'353353#73#353#3#P`0 �``  @ ``P@ �       @  0  0  �  @ �  �@�@��  �  �@0    p`  `p``     ``          @`  @  �     �  0  @@@@   �@@    �  �� # @ L P  2+54767654'&"+=46"35476236767>54;+=35�hL.@.	

@�P8 2�@@  �A/4&	+'  /!/!
	 �@@      @  ��   & *  2"&4$"264&2#54?654&"#43#��qq�q�^^�^�4&  0  �q�qq�Q^�^^�& z    @ @�@  ! % )  ";+=46!";+=4635335�%p�8%p�8�`�`@ %��(8 %��(8�````  @ @�@  ! % )  ;#5265+=7;#5265+=35335@�8(%p��8(%p�`�`@�(8 %��(8 %�````    @  �� 	 C Q _  2"&542654&'#"&'&767'476767'&'#"'.7677&'2126767303>'&��lq�q~�^G6=
!!
=6Ge	w	�uKOqqOK�^B9X#B1		$$		1B#X9Bs		     @����    5#+537'#53?;355#'pPP6�
`V@@Vj>:
@d.6PPJ,�PP@� pp ph�P@PP@O     @  �� 	 C Q _  2"&542654&'#"&'&767'476767'&'#"'.7677&'2126767303>'&��lq�q~�^G6=
!!
=6Ge	w	�uKOqqOK�^B9X#B1		$$		1B#X9Bs		     G ��    0  27'7'&"'7'1;#"&7537'+'7326/�:2J2.-.*	XX! (3( ZNNZ(�PU*P		JJjTD :C@9 00 @   ���� 9 E P [ c k u  2632#"&'&'&#"6323"'&5<5.7363267546"2764'%"67&!"676'5&2"&462"&4#"&'32*!B2
?=�=?
2B"9�4114�411��
Z

���$./ 46� 	
6==+((+==6#�#!X!##!X!

 E       ���� 9 E P [ c k u  2632#"&'&'&#"6323"'&5<5.7363267546"2764'%"67&!"676'5&2"&462"&4#"&'32*!B2
?=�=?
2B"9�4114�411��
Z

���$./ 46� 	
6==+((+==6#�#!X!##!X!

 E       N  ��  &  253+53&#"'>#"'#=;#326 W9 `?0O3Pa�a<V: `@C&3P�B2` @8.6D�6DB2` #8  0����   ! )  2"&4$"264';2#'##=3264&#��zz�z�gg�g�P% 6  @�z�zz�Zg�gg�% D@@@`@      0 P    # * 1  &5467.5767647.5"'67"'6y0'"Ed4###'0W"51&#d4E"'0�8 J 8�8 J 8P\0N(55Q		)(j(O0))	\0N)h[	Q55(O0Y6$$66$$     @ 0�P     !!!!!!@���������P ` `     @����    5#3#;#'735#7�PP�`��`��PP�`�PP@� ��@PP@�    9 �l   32#5264&+/7�e�.BB.!//!�e�

ldB\B /B/d�      �l    /?32#5264&+/7�uu�

�e�.BB.!//!�e�

ltt��dB\B /B/d�     0�P    #3!5#7!3'35#PP@� ��@�@PP@�PP� �P�PP�     s �p   3733#3##5#535#53s&gg&nAPPP PPPAp���   PP          �`     3!3#!#73733##73#X8J�4JB�&�B� $`�� � @@ 00PP  #���� " 6 > F U ]  3/?6>767676"67676765*2"&4&26767767676'�d	(=5!!KE
8K.2G`
Z�
*
	 �� FM	!!5=(
c `=1	6J98`S		!
  0����   + 8 D P  3#'+'7;735;#"&=32654&'#5###'73573'75?'?53�"�p:Jz�z g�g+% �	(	�  >bVzzVIggI.MTp$		2	    0����   + 8 D P  3#73;+/;#526=3"&547#%33'#'#'/5'3'5'5 2�p %+g�g z�zJ:.	B	:� pTM.IggIVzzVb>		"	    �  �`    ;2+3##5#535#5353264&#�p(88(`PP      `%%`8P8  @@   ��%6%   P �p    / 7  3!3#!#5!2#654&#"562#654&#"562"&4P@��  �B^!K5(8#	&p��@�� 0^B5K!@8(&	#@    P �p    / 7  3!3#!#5!2#654&#"562#654&#"562"&4P@��  �B^!K5(8#	&p��@�� 0^B5K!@8(&	#@    �  �`    ;2+3##5#535#5353264&#�p(88(`PP      `%%`8P8  @@   ��%6%   �  �`    ;2+3##5#535#5353264&#�p(88(`PP      `%%`8P8  @@   ��%6%   � �p   ;#3#+#'53267#53.+�0�pSPC)�2�@1��	-0p  *6��(#     @  ��      ' 0 9 G K S \ d h r z � � � � � � � � � �  2"&4$"264'33'#''/#'735/#'#/577''77''3/7''7355'''=/5'7''#3/71'?'#3'5#?+'73'+'7#'��qq�q�^^�^�FW���@]S_�� �  �� ����l\<,�q�qq�Q^�^^�N  	
^AvI
	      P �p  " * .  3!3#!#53=;35'+=335##535P @��  � 0� �  P�p@� @����0IP@@  �pp     �`  ' + 7  273"&46327'#"&47"264&#'"264&F4&`�@��&4&&ST&@Ů@��`&8^�&&4&0/&4�cR"  4����    2#"''7&546"264�^^B9,�$�jKKjK�^�^$�,9B>KjKKj     4����     2#"''7&546"2643#�^^B9,�$�jKKjK����^�^$�,9B>KjKKj%   4����   !  2#"''7&546"264'33##5#53�^^B9,�$�jKKjK� 00 00�^�^$�,9B>KjKKj0 00      �  < @ D H L  21#!"&547454632>"'&#"3!2654&/7654&3#'3#'3#'3# <T#-B.��.B0/!F+&;
)/! !/'A  @  @  @  �T<:%.BB.7#!/&0 -#	/!//!-/Ap�pp``PP  
 0  �`      # + / 3 ;  3!3#!#5!53#$2"&4!53#$2"&4!53#$2"&40��� `����				��`����				��`����				`�� @@  			G@@  			G@@  			   @ �l   '7#"3"&46;'<�

�e�!//!.BB.�el��d/B/ B\Bd    @ ��  & < D L  2#"'"'#"&5475467>"264227&54634&'""2646"264�4$+5 &-r-& 5+KX!'&"V"&'!LM��$P0%&&&&$	0P+>%&&%>"p     @ ��  & < D L  2#"'"'#"&5475467>"264227&54634&'""2646"264�4$+5 &-r-& 5+KX!'&"V"&'!LM��$P0%&&&&$	0P+>%&&%>"p     @ �l   '7#"3"&46;'<�

�e�!//!.BB.�el��d/B/ B\Bd    @ �l   '7#"3"&46;'<�

�e�!//!.BB.�el��d/B/ B\Bd    p �p    ;2#54&+#73+"&=3;p <T A/ �  <T A/pT<pp/A��P��T<pp/A    p �p    ;2#54&+#73+"&=3;p <T A/ �  <T A/pT<pp/A��P��T<pp/A    P����  *  2;'&'&=327"6767&'&'&�D0)%T+,*T&(R$)G!##!G)$$��`!1`�	�R&&R�   6  �� 8 G o s w  3;;>?#"'#"'#"'#"&/75'&6?=;=;+7;5+=>?326?326?=?6&'&2"62"� 00"	00 0ll00�







	�  �  �  O)+P
P+)N   88 q 0TT0000     P����     @  3!3/5!5752"&47";2#"'326'4&+"'4327&P@
��
  ����B//B/S	���DC00P�<<� /B//B		

     < �P  " * . 2  3237#'!+"&/#"&462"&4&2"&4"26"2L$*��*�*$		((t((@  �  P�p ��		�((((        `  ��    !#5!!53!3#/7`@ �   ���)��)E��p��p�* *D    `  ��    !'5!!57!'7#53'`@ �   ��F

F)��)�� @��@ �DD* *     P  ��     3#3#'3#P``�``�``�����    @ 0�P  % - 5  323546;2#!"&=46!5#+=2"&462"&4`@�@��@@�((�((P�� ��  X((((      �p C G K O S  ;+;;+=;5#;+=;5#;+=;=;5+=3535335335�` � ` � ` � ` �  @�@`@`@p` 0``  ``  ``0 `@@�@@@@@@     )W N  2632#".#"32>12#.5463232654&#"#"54654.#"#"54>"&
<!$?/.=#)05& 8
%B 6IH3(E0.7  	(	,V
.%-.);;)2 */	 ?72C(::)!"	
	  @  ��  G q  2632#"'#"&547&546"32723232654'&545654&#""#"'&2#".#""&5463232654/&546�LlB.LlB.!/
Y?!/
Y?:2	 (5+R-		420�lL.BlL.B /!?Y
/!?Y
2
	.# 
*  2���� = A  7676&/&/.6?'.6?'&>7'&6767)
**
*Q)
**
*RQQ�*Q)
**
*Q)
**�Q  @  �� ' + / 3  33623#"'#3623#"'#3623#"'##"2"2"2@ sB��Bs�B##B�#B��B# �  p  �  �P     @     @     P0 @ @     0  �� / H R \  !2632#".='".546?.5432546"3263254>3232754#2#"&462#"&54� ;	# 
#; 	&
 �$�$��	*
%"F
P"%
*	� ��P""  @  ��     )  2"&4$"2642"&462"&427"&'��qq�q�^^�^���n;F;�q�qq�Q^�^^�b00##  Y����      #!#?33!3/7 �&� &�Y��& &��3YY�
��#Y`�

�YY   P �p  " % 7  ;#5'##=?5?37/7'3;3+=?#�  4  � *DD*�NpUYpUYp
V))V
��)EE)�&`T T     P �p   4 7  ;3+=?#%37/7';#5'##=?573PpUYpUY *DD*�  4  pT T ��)EE)k
V))V0&    @ �p       "  3#%37/7%3#3#3#3#3#@   *DD*��@@``������p  ��)EE)�            @ �p       "  3#%37/7%3#3#3#3#3#@�� *DD*�𠠀�``@@  p  ��)EE)�            9 p�7    #!#?3 �&��&�y�6
��#y    9 9�     3!3/7:&@&��3yy �

�yy    P �p   ;  ;#5#52?37/7'323+54767>7654&+"#546�
 	� *DD*�!	"Ip
$ !p�f ��)EE)k! 

!    P �p " - ;  323+54767>7654&+"#546;7/7';#5#52?�!	"Ip
$ !� *DD*�
 	p! 

!��)EE)k�f       Q /  $ ; G T ` j v � � � � � �  2632#"#&=47623#"5/754762#"'&=&57547632"5'7432#"/76#2#"5'742"5'72#"/762#"/762"5'7&2"/762"5'72#"/762#"5'74:+@%%�&A
%?P)(:/:+%4%��4��03�t66tq56qp66pm55mh77hT77T866865564774.--.      �  9 = A  ;2+=#535#535#332?#53767&/#53'&#3#3# 9=,D�A%%A�F+>9   )1"-In�''�pI-"1  ��  �,B6		6D,P0`0P@0`P". "" ."� @0     < ��     ' / 7 ?  2"&42"&42"&42"&4$2"&42"&462"&42"&4�((R""			��\���e�((""			TY     D ��  (  2'&''7&'&7676"7676'&'r

		!'��  .#(�3.  ��'!	 (#"   @  ��   % ; Q  2"&4$"264'2#0'&#""#"&54762#"'&#"#"&54762#"'&#""1"&5476��pp�p�]]�]�V<
	3N& 
#-I5.B!$%9.
(3
 �p�pp�P]�]]�"
< 
		:	
   0  �`   2#!"&=463�".."� ".."`."�".."�".    0  �`    !2#!"&=46"3!26=4&#� !//!� !//! `/!�!//!�!/ ��    P����  ! % ) :  32++=#"&=46"!54&#!5!5;?;26=��&&;�&& �  �� ���&�&�&>4&�& P00P00P)    `����       #  ''''3353#!#57'3#:YY*xx����D � � B�������(hh.HH,%$
����	 	     ���� 	  %'7'?�y"��"y�CC�m�QQ�m��     �� �   7'7 �"y����Q�m    ����    /?/?/?/ 4�$^ nn ^$�4XKe	� vV}#@@#}Vv.�2b
D
    ����  '  /?/?#?/?'#' 4�$^ nn ^$�4)	dJXXJd	�!uU~"@@"~Uu-]	C	b22b	C	     P �p  # + =  !!5326?>54&#"'62"&46"2642#"&'3276/6P`��1%%4 ,/! ."=�((=�	p���%$". !/, 4`((]
  P �p  # + =  !!5326?>54&#"'62"&46"2642#"&'3276/6P`��1%%4 ,/! ."=�((=�	p���%$". !/, 4`((]
  � �p    3?/#� �� �p������"rr     p �p    3#555'7`  ��Фp���� �j�r     0���� Q U  2#"'2754'#"&463226=462"&54754&""&=./=4676 "2p
'R'
0%6%&4& ( 8P8.T  ��''��"%%P&&!!P(88("��    P �p     3!3+53=;57P@`� �P@)p�`@��P��))    P �p     3!3+53=;57P@`� �P@)p�`@��P��))    P  �`    3!3#!#5!P ��  `�� �      @  ��  # 3 I  2+=/=47&546"264"3=?542>54'5"&54�4&$	@	$M(	 	�0'LZL'0Ps�s�&*@
66
@*M6
00
6R"

",%++%,     p  �`   !#3##5#535#p �PP PP�` � �� �     @  ��  ! 1  2"&4622=4&""=#26=5#"="'26��qq�q�  (  (�  (�q�qq�`  ``  %%     @  ��  ! 1  2"&4622=4&""=#26=5#"="'26��qq�q�  (  (�  (�q�qq�`  ``  %%     B  �@  / J  ;?;+/+?'3?3/?#/2"#3+54?654#"#46B@@CC@@CC+99""99""�"8P" @((hh((hhXX77XX77�      P����  ! % ) 3 ; C  32#'"+"##7.=46"!.#35335;26=2"&462"&4��!/(& � &(/!� ���%�%���/!�/(  (/�!/ @````�0%%0      0  �� ! % 1  3235332#!"&546;533546353533533�@0  ��  0@�  �  ��   0� ����     
 0����       # ' + /  3#''%'&2"&46"2643#%3#'%'3#�  x98&8}\BB\B�B//B/��PPPPP�989_  �P899
B\BB\"/B//B   ?8998P     B @��  6 J  2"#3+54?654#"#46;?;+/+?'3?3/?#/�"8P" ��@@CC@@CC+99""99""� P((hh((hhXX77XX77  
 P �p       # ' + /  3!3#!#5353353353533533535335335P@�� P @ P��P @ P��P @ Pp��@PPPPPPp@@@@@@`PPPPPP      �`   '  !2#!"&=46"3!26=4&#2"&4P`��		`		��			`�� 	�		�	p			     @  �`    ' / 7 C K S [ c  2#!#'&54$"3654&2"&42"&462"&42"&47"&46322"&4$2"&42"&462"&4��q,��,�^!�!�			7			�			�			�Z�							�			�			`qOE55EOQ^B4,,4BN										&				4							7							   9���p     ;/?752"&4 ���

����7			p��

������ 			     )����   # +  ;/?75;/775#&2"&4����

��y�0 ��g			���

���y�y��

 ��			     P �p     + /  3!3#!#=353!3#!#=353!3#!#=35P@��`���@�� @��@����p@@  `@@  `@@       +  �� / 7 > F N V  33271+'##"&=<1=457'77>;"!'&#3!5'2"&462"&43#'##�`
.

	0�0	

..�
0
�����"T"� J"p		p"J DDp#]]#"0      �P     3!3#!#=!53# ��` �����P�����      �����  )  2#"'673264&"&542#"'#47&54�xTT<	.BB\B|(V c�TxT
B\BB. $<(R��\	    @ �p       3!3#!#5!5!5'7'3#@`�� @��@�8

8--d``p��@  @��,88,,L     @  �`    !###%#3'35#@ p pP8((88((` �� F�FF�    Z���`    !##5#355#'� p p �FF�F` ���((88((8   0  �`       # ' + / 3 7 ;  3!3#!#53533533533535335335335353353353350��� @ @ @ @��@ @ @ @��@ @ @ @`�� @@@@@@@@`@@@@@@@@`@@@@@@@@     P �p       3!3#!#53533535335P@�� � ��� �p��@���������   @  �`       #  3!3#!#5353353533535335@`�� P ���P ���P �`�� @@@@`@@@@`@@@@     0����  -  '/#57/76767'&6/?7Hx

.9C��E.BBJ	&'�B	�x: @C��E/A'%J�(.	B     Q���`  . 2  ;+#"&5476?#"&?>";75335��:l\#"	q	
f  `�l$� �$d���  Q���`  . 2  ;+#"&5476?#"&?>";75335��:l\#"	q	
f  `�l$� �$d���  P  ��  . 2  3232+=;732?6&+?6765435\#�:lf�"	q	� �$��ld��$m��   P  ��  . 2  3232+=;732?6&+?6765435\#�:lf�"	q	� �$��ld��$m��     0�P  /  3!3#";#!#=3264&+=!5.4675 ��` �PPPPP3!,!33!,!3   \ �d   7''7't��������d��������   0����     2"&4$"264'7''7'��zz�z�gg�g�<<==<<==�z�zz�Zg�gg�==<<==<<  0����     2"&4$"264'7''7'��zz�z�gg�g�<<==<<==�z�zz�Zg�gg�==<<==<<  p  ��  % -  "&54767>?2654'&'&33"& ! UvU!		B\Bn !/�'/-,;UU;,-+$%&"&.BB.&"&� /     0 P  ' 1  32+"'&'.'5&54767>7676"264&33264&#��<TT<�+
/+@A^AA+66�/AA/PTxT/+
 :*/AA^A+�+A^A    0 P    32+"&46"264��<TT<�<TTK^AA^APTxTTxT A^AA^   0 P�@    3##5#7;?;#5/#50�@ @�	BB	 BB @ �� jj��jj��     P����  1 5 ? G  3232#'"+"##7.=46;6"+"!.+54#!5;26=2"&4�@!/(& � &(/!  � ��%�%�� /!�/(  (/�!/  `PPp0%%0   p���� ! )  ;#53##5#535.546327#"2640` F7)00 00)7B.%G:/B//B/�`:G%*?2 00 2?*.BFP/B//B  @  �� 3 ;  ;#7627#5;#53##5#535.547''7'#5"264@`:20^:` ]$00 00$1 �((� 1] `:^," 00 ",2:`�((    d  ��   % ) - 1  323#+"&5#5354635;2653#73#73#�@`�`@�	�	�  @  @  � �    0� 		 0�����     d  ��   % ) - 1  323#+"&5#5354635;2653#73#73#�@`�`@�	�	�  @  @  � �    0� 		 0�����     O���� ( 0 B  #5"0##5./?/?/?767327/767' ^G9(E  69G'^@@I	:0HI/:	I�
`
G
:
2002
:
G

`#?I;;I    P �p     3!3#!#535335P@�� � �p��@���    
   ) W  $ . 8 @ H P X ` i  23#"'&'#"&547&'36"2467&"26546"2654$2"&4$2"&4&"2646"264$2"&4$2#"&4 dGUK4=''=4KQGhG85JH49�U<<U<�U<<U<�4$$4$%3%%3$�$$�##��		V/")5J.'/J5)"/J54J1<++<<++<<++<<++%3$$3%%3$$3####  0  �� ? M [ h l r  2362&'&'+5467&'&'4''67654&'&'&547"&'&!"6767654'&32767673#"3&#X0�0	#�#	
+

	
	

�
n  
r
�	/
%%.	
:00<
OK()LN0P�     ��  ) 4 < D  3!3;+"&'#"&'+53>23=3>235'"2646"264 P`"","�","" ","R ","W���0`�0���0@�yW�  �  ��   377>?+=57557� ````6R
 
nE0000�S# # # #�C4%&BT�     0 �� ! : B J R Z b j  2+"&=&'&"+"&=467"3=76762354&'2"&462"&462"&42"&462"&462"&4��J @L@ ޑE@
 X @�ss�ss�*-*		*-*
-4
		
4-�M   � sp 8 Z  3232+32756#"'&=#"&=47:167676546;3275#"'&=;5+=�(11	
	A8		#255p<	0N	2T	# (d^@   � sp 8 Z  3232+32756#"'&=#"&=47:167676546;3275#"'&=;5+=�(11	
	A8		#255p<	0N	2T	# (d^@   �  ��   377>?+=57557� ````6R
 
nE0000�S# # # #�C4%&BT�     P  �p 	     !##5#7373753#73#hH`H00X@@0`0�  P  p�`00  �000�@```   @ #�] .  #"'327"&'327.=&547&54632676�7W4B7	
7+(
$#?c.!"	7(NB(#"+	*N		!.    @ #�] .  #"'327"&'327.=&547&54632676�7W4B7	
7+(
$#?c.!"	7(NB(#"+	*N		!.    @  �� & ? M  3#4'&"#4'&"#4'&"#<5>7"6323676267632&3"&=325� Gf $ 
.
 $ fGBdT<� (  �!d??d;))U�   P  ��    326=3"&5!!p 8P8 KjK @����(88(��5KK5�      A �l   32#54&+/7�e�.B /!�e�

ldB.pp!/d�   0  ��  ! % ) - 1 5 9  +;#!#=;5+=?!35335335335335!5 �
��
��,��         ��`�P
�00�
P!> �����������  @  ��   5 9  2'6?64&"'6?6'2?67"&4?6'\)"(8 �@@K(8 S;�@@�S 8("$@@e 8(";S_@@  P����   ! -  2"&547546"6254"2642#5&54�\B0^�^0�B/&T&jKKjK� �B../CB^^BC/.."/!!AKjKKj
44
   P����  ! -  2"&463254&#"'>"2642#5&54�.B0^�^^B*&/!*	9YjKKjK� �B../CB^^�^!/!)�KjKKj
44
  p  �� 
   '#'7!! pT Tp� ���
pU��	Up��     ���`� 2  3#54&"#5.=332654'&'&'&5467� ". %6%&*." ". %&%+."�"6#%&
(#6""6#%&(#6    P �p    2#4&"#467.546"264�\B,6 KjK 6,�B//B/pB.2O15KK51O2."/B//B     P �`  ) 5 = E  ;+"&547+546?3623&'&'33##5#53"2642"&4�	�R/B/RNPN	
v      $((7			`#G]	!//!	;m
 V0  R6      p((			      ����   ( 0 <  2632"&547&#"#467.546"264"264'33##5#53�\B	")5KKjK 5K 6,�B//B/xP88P8p 00 00�B.2KjKK5-#K51O2."/B//B�8P88P0 00      9  �� 7 _ ~ � � �  2327632#!#?/767&'&'&5476767676"0#3321327673&'&'&#"#".2767654'&'#"'&'&3276?"#"&'+#.'"&0#3/?&'3&'&'&"�
	

		5
� 
5	

		03	O

1�1	42$

�

21�14
�(!	$$	!( )<r		M
((
.	!!		-     ����   ( 0 <  2632"&547&#"#467.546"264"264'7''7'�\B	")5KKjK 5K 6,�B//B/xP88P8�$$%%$$%%�B.2KjKK5-#K51O2."/B//B�8P88P%%$$%%$$    0�P ( 0 8  267&5462#4&"#4&"#467&546"2646"264XP8(%%(8P8(!' 8P8 8P8 '!({6%%6%�6%%6%P8(1""1(88(1=%(88((88(%=1(%6%%6%%6%%6     �����    23##5#535.546"264�jKA/@@ @@/A�P88P8�K50IA @@ AI05+8P88P   0���� J  2&'654&"327;5.547264&#"&'6323##5+#5#535.54{jK8P88(	@@0@8P88(	#5K@0@@ @@ @@0@�K5"(88P8BAH1"(88P8K51HA @@@@ AH15     4���� ( S  ;#564'654&"&'&46327##"'''7'77&54767264'&'676`` 6!
/B/	!B.%69b!B.%      !
/B/	�`96%.!!//B
!\B6d!\B      %.!!//B
    P���`    33733#3#'#53'#537d#EfF$*>LZhJHfXK>K%&`��`   ��   `XX    @�@     3!3?/#!#=!= @II��  `@@@&$�$&��&
`
& L    @ �g "  #"'.'&#"'6767632676#"6�LN6"&-
0P;8af>N>!BG;L!]     @ �g "  #"'.'&#"'6767632676#"6�LN6"&-
0P;8af>N>!BG;L!]     @ �g "  #"'.'&#"'6767632676#"6�LN6"&-
0P;8af>N>!BG;L!]     P �p   s  32+"&=46";26=4&#2>?67;6+'.#'./&?27>'54'&'&76��''�''�r	
"			p'�''�' ��T		
,
     @ 	@w     /+=;7+;7'64'�K99K4004Xv&��&L�L35`5�H,     @ 	�w   #  /+=;7+;77''7'�K99K4004t,,--,,--v&��&L�L35`5�--,,--,,   @ 	�w    ' /  /+=;7'64''64/+;7'64'�K99K�>>44++""n4004Xv&��&L�LA�A8�8.~.%b%5`5�H,    $ ��      #!#7!'3#3# �����H�    ���L(��`   @ �p  2 : D T \ d  2/#"&'&'?&546"?>32654&2"&462#"&54"32?5'7654&2"&462"&4��^$ *C	#(�lJE.�y		pJ33%�

[

	pO91 
.#
."$9/>*	(5*		b+9*






     @ $�\  1 D P ] f q  .76'&.676632562#"&5476'&76'&'&676">'.6'.76"6'&">&'&_+
)
w
	/	

dJ?b94�
	l
/@H_?8B

0
5	\6(	
,	(F9-395

	U3?&
3%'( 	     @ �p  2 : D T \ d  2/#"&'&'?&546"?>32654&2"&462#"&54"32?5'7654&2"&462"&4��^$ *C	#(�lJE.�y		pJ33%�

[

	pO91 
.#
."$9/>*	(5*		b+9*






     @����   L   #1"'7&5463264&"77'&'&'&5476323217676PppO1+epOB]]�]<%�))�p�pc-3Op��]�]]B.':w7     `  ��   . 5 =   2"&4"2632'#"&546?'76776'"264,((@  h

	 B\B7)%((IB//B/�(( "3ab
.BB.*?C=> ?,U/B//B   3 ,�P      2&"'62&"'2&"'2'��UK�Kv�=4�4^l&RG*$$PVMM?66(($$       !�? E  +"/"'#"=4;2+7'#"=4;2+7#"=4;2+7#"=4;2�z:>{cU,8I!&H8.XW-��ss�SrGGf^�   P �s       '%'=7%3'3535���@���pppp �r��-�-"jeV Vej~   @  �`  " & * . 1 4  33733733#3##'##'#53'#53733733'337737@ [ [ &
0:&  @  &:0
&��
8 0 8
��``````   ����            @FFFF   @  ��   8 B H Q  2"&4$"264'20"1"'76&#'&3'76&+>7654.540#"'��qq�q�kk�k�@/<+		$<I�,%2��N*2�3�q�qq�hk�kk�X*+ 7�Fl�#'U$+-L�
�P0$2�  0����  @  2?#"'"&4?&546"2?32654.'/?0&P DE
K5�B0�K5(8�'�(8=0<�
ED 5K�0B�5K 8(�&�8(<0=    f �p 7 F Y  32"+"'&/&5+"'&7217'0'&?6;217676010;/3&?30367'&1V/b=.B.-/
EW=8^�*$	p�o
y
N/
6{ �qh	�?(HC/   f �p 7 F Y  32"+"'&/&5+"'&7217'0'&?6;217676010;/3&?30367'&1V/b=.B.-/
EW=8^�*$	p�o
y
N/
6{ �qh	�?(HC/   P �p     3!3#!#5!373#5P@��  � (( 8 p��@�� @DD`PP    P �p     3!3#!#5!373#5P@��  � (( 8 p��@�� @DD`PP    u  �`   37737&#7u
]]
x
`��ʖ�     P �p     3!3#!#5!373#5P@��  � (( 8 p��@�� @DD`PP    P �p     3!3#!#5!373#5P@��  � (( 8 p��@�� @DD`PP    n  ��  " 5 H \  23'&'&7>6'&?>2#"'&'&676'&/&766&'&5&6?6�O:� D
%�@
;�;$
$
=6,�{|q/	
3@'F.:

>	5    s �p   3733#3##5#535#53s&gg&nAPPP PPPAp���   PP        P  ��   1 B ] q � � � � �  373#572#"'&=47633276753#5#"'&5'"3276=4'&22##"'"&5&547463";;2=32=4#3";2=3276=4&#"54#"3276=4+""&=32=4'"32767;25#54+"#"'0=4#2#"&'567632#546�M:.E|24<=3J

^		$�TH�::T<9487QPj
H::r  !  ww�:("		0	
	X	iOP6?		    0  �`  + 4 7  2"'.'&47>7"276764'&'=7��KL�L׊II�I�pp @`.h..h.
+b+

+b+@@�H$  P  ��   1 B ] q � � � � �  373#572#"'&=47633276753#5#"'&5'"3276=4'&22##"'"&5&547463";;2=32=4#3";2=3276=4&#"54#"3276=4+""&=32=4'"32767;25#54+"#"'0=4#2#"&'567632#546�M:.E|24<=3J

^		$�TH�::T<9487QPj
H::r  !  ww�:("		0	
	X	iOP6?		      �                          5       ' �        �        �       #  	        	     	   '  	  N <  	   �  	    �  	      L i n e A w e s o m e  LineAwesome  M e d i u m  Medium  F o n t F o r g e   2 . 0   :   L i n e A w e s o m e   :   2 2 - 1 - 2 0 1 7  FontForge 2.0 : LineAwesome : 22-1-2017  L i n e A w e s o m e  LineAwesome  V e r s i o n   0 0 1 . 0 0 0    Version 001.000   L i n e A w e s o m e  LineAwesome           ��                     �     	
 � !"#$%&'  #()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~��������������������������������������� ������������������� ����������������������������������������������������������������������� 	
 !"#$%&'()*+,-./0123456789:;<=>?@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~����������� ����������������������������� ����������������������� �������� "���������� �������������������������������������������������� 	
 !"#$%&'()*+,-./0123456789:;<=>? �@ABCDEFGHIJKLMNOPQRSTUVWXYZ[\]^_`abcdefghijklmnopqrstuvwxyz{|}~� ����500pxadjustadnalign-centeralign-justify
align-leftalign-rightamazon	ambulanceanchorandroid	angellistangle-double-downangle-double-leftangle-double-rightangle-double-up
angle-down
angle-leftangle-rightangle-uparchive
area-chartarrow-circle-downarrow-circle-leftarrow-circle-o-downarrow-circle-o-leftarrow-circle-o-rightarrow-circle-o-uparrow-circle-rightarrow-circle-up
arrow-down
arrow-leftarrow-rightarrow-uparrows
arrows-altarrows-harrows-v
automobilebackwardbalance-scalebanbank	bar-chartbar-chart-obarcodebars	battery-0	battery-1	battery-2	battery-3	battery-4battery-emptybattery-fullbattery-halfbattery-quarterbattery-three-quartersbedbeerbehancebehance-squarebellbell-o
bell-slashbell-slash-obicycle
binocularsbirthday-cake	bitbucketbitbucket-squarebitcoin	black-tieboldboltbombbookbookmark
bookmark-o	briefcasebtcbugbuilding
building-obullhornbullseyebus
buyselladscab
calculatorcalendarcalendar-check-ocalendar-minus-o
calendar-ocalendar-plus-ocalendar-times-ocameracamera-retrocar
caret-down
caret-leftcaret-rightcaret-square-o-downcaret-square-o-leftcaret-square-o-rightcaret-square-o-upcaret-upcart-arrow-down	cart-pluscccc-amexcc-diners-clubcc-discovercc-jcbcc-mastercard	cc-paypal	cc-stripecc-visacertificatechainchain-brokencheckcheck-circlecheck-circle-ocheck-squarecheck-square-ochevron-circle-downchevron-circle-leftchevron-circle-rightchevron-circle-upchevron-downchevron-leftchevron-right
chevron-upchildchromecirclecircle-ocircle-o-notchcircle-thin	clipboardclock-ocloneclosecloudcloud-downloadcloud-uploadcnycode	code-forkcodepencoffeecogcogscolumnscomment	comment-o
commentingcommenting-ocomments
comments-ocompasscompressconnectdevelopcontaocopycreative-commonscredit-cardcrop
crosshairscss3cubecubescutcutlery	dashboarddashcubedatabasededent	deliciousdesktop
deviantartdiamonddiggdot-circle-odownloaddribbbledropboxdrupalediteject
ellipsis-h
ellipsis-vempireenvelope
envelope-oenvelope-squareerasereureuroexchangeexclamationexclamation-circleexclamation-triangleexpandexpeditedsslexternal-linkexternal-link-squareeye	eye-slash
eyedropperfacebookfacebook-officialfacebook-squarefast-backwardfast-forwardfaxfemalefighter-jetfilefile-archive-ofile-audio-ofile-code-ofile-excel-ofile-image-ofile-movie-ofile-o
file-pdf-ofile-photo-ofile-picture-ofile-powerpoint-ofile-sound-o	file-textfile-text-ofile-video-ofile-word-o
file-zip-ofiles-ofilmfilterfirefire-extinguisherfirefoxflagflag-checkeredflag-oflashflaskflickrfloppy-ofolderfolder-ofolder-openfolder-open-ofont	fonticonsforumbeeforward
foursquarefrown-ofutbol-ogamepadgavelgbpgeargears
genderless
get-pocketgg	gg-circlegiftgit
git-squaregithub
github-altgithub-squareglassglobegooglegoogle-plusgoogle-plus-squaregoogle-walletgraduation-capgratipaygrouph-squarehacker-newshand-grab-ohand-lizard-ohand-o-downhand-o-lefthand-o-right	hand-o-uphand-paper-ohand-peace-ohand-pointer-ohand-rock-ohand-scissors-ohand-spock-ohand-stop-ohdd-oheader
headphonesheartheart-o	heartbeathistoryhome
hospital-ohotel	hourglasshourglass-1hourglass-2hourglass-3hourglass-endhourglass-halfhourglass-ohourglass-starthouzzhtml5i-cursorilsimageinboxindentindustryinfoinfo-circleinr	instagraminstitutioninternet-explorerioxhostitalicjoomlajpyjsfiddlekey
keyboard-okrwlanguagelaptoplastfmlastfm-squareleafleanpublegallemon-o
level-downlevel-up	life-bouy	life-buoy	life-ring
life-saverlightbulb-o
line-chartlinklinkedinlinkedin-squarelinuxlistlist-altlist-ollist-ullocation-arrowlocklong-arrow-downlong-arrow-leftlong-arrow-rightlong-arrow-upmagicmagnetmail-forward
mail-replymail-reply-allmalemap
map-markermap-omap-pin	map-signsmarsmars-doublemars-strokemars-stroke-hmars-stroke-vmaxcdnmeanpathmediummedkitmeh-omercury
microphonemicrophone-slashminus-circleminus-squareminus-square-omobilemobile-phonemoneymoon-omortar-board
motorcyclemouse-pointermusicnaviconneuternewspaper-oobject-groupobject-ungroupodnoklassnikiodnoklassniki-squareopencartopenidoperaoptin-monsteroutdent	pagelinespaint-brushpaper-planepaper-plane-o	paperclippastepausepawpaypalpencilpencil-squarepencil-square-ophonephone-squarephoto	picture-o	pie-chart
pied-piperpied-piper-alt	pinterestpinterest-ppinterest-squareplaneplayplay-circleplay-circle-oplugplus-circleplus-squareplus-square-o	power-offprintpuzzle-pieceqqqrcodequestion-circle
quote-leftquote-rightrarandomrebelrecycleredditreddit-squarerefreshrenrenreorderrepeatreply	reply-allretweetrmbroadrocketrotate-leftrotate-rightroublerss
rss-squarerubrublerupeesafarisavescissorssearchsearch-minussearch-plussellsyservershare	share-altshare-alt-squareshare-squareshare-square-oshekelsheqelshieldshipshirtsinbulkshopping-cartsign-insign-outsignalsimplybuiltsitemapskyatlasskypeslacksliders
slidesharesmile-osortsort-alpha-ascsort-alpha-descsort-amount-ascsort-amount-descsort-asc	sort-descsort-numeric-ascsort-numeric-desc
soundcloudspace-shuttlespinnerspoonspotifysquaresquare-ostack-exchangestack-overflowstar	star-halfstar-half-ostar-osteamsteam-squarestep-backwardstep-forwardstethoscopesticky-notesticky-note-ostopstreet-viewstrikethroughstumbleuponstumbleupon-circle	subscriptsubwaysuitcasesun-osuperscripttabletablet
tachometertagtagstaskstaxi
televisiontencent-weiboterminaltext-height
text-widththth-largeth-list
thumb-tackthumbs-downthumbs-o-downthumbs-o-up	thumbs-uptickettimestimes-circletimes-circle-otint
toggle-off	toggle-ontraintransgendertransgender-alttrashtrash-otreetrellotripadvisortrophytrucktryttytumblrtumblr-squareturkish-liratwitchtwittertwitter-squareumbrella	underlineundo
universityunlinkunlock
unlock-altuploadusduseruser-md	user-plususer-secret
user-timesusersvenusvenus-double
venus-marsviacoinvideo-cameravimeovimeo-squarevinevkvolume-down
volume-off	volume-upwarningwechatweiboweixinwhatsapp
wheelchairwifiwikipedia-wwindowswon	wordpresswrenchxingxing-squarey-combinatory-combinator-squareyahooyc	yc-squareyelpyoutubeyoutube-playyoutube-square    ��        �=��    Ԫ��    Ԫ�
