/*!
 * Bootstrap Reboot v4.3.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 The Bootstrap Authors
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*, *::before, *::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}
hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title], abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol, ul {
  padding-left: 2rem;
}
ol, ul, dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol, ul ul, ol ul, ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 700;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
b, strong {
  font-weight: bolder;
}
small {
  font-size: 0.875em;
}
sub, sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #0d6efd;
  text-decoration: none;
}
a:hover {
  color: #024dbc;
  text-decoration: underline;
}
a:not([href]), a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}
pre, code, kbd, samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}
code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}
kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}
figure {
  margin: 0 0 1rem;
}
img {
  vertical-align: middle;
}
svg {
  overflow: hidden;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input, button, select, optgroup, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
select {
  word-wrap: normal;
}
[list]::-webkit-calendar-picker-indicator {
  display: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button:not(:disabled), [type="button"]:not(:disabled), [type="reset"]:not(:disabled), [type="submit"]:not(:disabled) {
  cursor: pointer;
}
::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="date"], input[type="time"], input[type="datetime-local"], input[type="month"] {
  -webkit-appearance: textfield;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}
progress {
  vertical-align: baseline;
}
::-webkit-datetime-edit {
  overflow: visible;
  line-height: 0;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-color-swatch-wrapper {
  padding: 0;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
  cursor: pointer;
}
template {
  display: none;
}
main {
  display: block;
}
[hidden] {
  display: none !important;
}
/*# sourceMappingURL=bootstrap-reboot.css.map */
.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}
.glide * {
  box-sizing: inherit;
}
.glide__track {
  overflow: hidden;
}
.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}
.glide__slides--dragging {
  user-select: none;
}
.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}
.glide--rtl {
  direction: rtl;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}
/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}
/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}
/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}
/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}
/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}
/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}
.tequila-sunrise-gradient {
  background-image: linear-gradient(45deg, #d41c69, #e4675a);
}
.tequila-sunrise-gradient-reverse {
  background-image: linear-gradient(45deg, #e4675a, #d41c69);
}
.summer-sunset-gradient {
  background-image: linear-gradient(45deg, #f6ca32, #d41c69);
}
.summer-sunset-gradient-reverse, .fixed-contact-cta-blend, .fixed-contact-cta {
  background-image: linear-gradient(45deg, #d41c69, #f6ca32);
}
.mimosa-gradient {
  background-image: linear-gradient(45deg, #f79440, #f5c82c);
}
.mimosa-gradient-reverse {
  background-image: linear-gradient(45deg, #f5c82c, #f79440);
}
.peach-mango-gradient {
  background-image: linear-gradient(45deg, #e46759, #f5c82c);
}
.peach-mango-gradient-reverse {
  background-image: linear-gradient(45deg, #f5c82c, #e46759);
}
.orange-mango-gradient {
  background-image: linear-gradient(45deg, #f79440, #e46759);
}
.orange-mango-gradient-reverse {
  background-image: linear-gradient(45deg, #e46759, #f79440);
}
.amplify-gradient {
  background-image: linear-gradient(45deg, #b3cd10, #e4675a);
}
.amplify-green-gradient {
  background-image: linear-gradient(45deg, #829615, #b3cd10);
}
.visible {
  visibility: visible !important;
}
.invisible {
  visibility: hidden !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.flex-fill-column {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.flex-fill {
  flex: 1;
}
.utility-gutters {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .utility-gutters {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.wp-block-kadence-rowlayout .kt-row-layout-inner {
  padding-left: 50px;
  padding-right: 50px;
}
@media (max-width: 768px) {
  .wp-block-kadence-rowlayout .kt-row-layout-inner {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.wp-block-kadence-rowlayout .kt-row-layout-inner .kt-row-layout-inner {
  padding-left: 0;
  padding-right: 0;
}
.flex-center-all {
  display: flex;
  justify-content: center;
  align-items: center;
}
.overflow-hidden {
  overflow: hidden;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-35 {
  margin-bottom: 35px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mb-45 {
  margin-bottom: 45px;
}
.mb-50 {
  margin-bottom: 50px;
}
.opacity-5 {
  opacity: 0.5;
}
.opacity-10 {
  opacity: 0.10;
}
.opacity-15 {
  opacity: 0.15;
}
.opacity-20 {
  opacity: 0.20;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-30 {
  opacity: 0.30;
}
.opacity-35 {
  opacity: 0.35;
}
.opacity-40 {
  opacity: 0.40;
}
.opacity-45 {
  opacity: 0.45;
}
.opacity-50 {
  opacity: 0.50;
}
.opacity-55 {
  opacity: 0.55;
}
.opacity-60 {
  opacity: 0.60;
}
.opacity-65 {
  opacity: 0.65;
}
.opacity-70 {
  opacity: 0.70;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-80 {
  opacity: 0.80;
}
.opacity-85 {
  opacity: 0.85;
}
.opacity-90 {
  opacity: 0.90;
}
.opacity-95 {
  opacity: 0.95;
}
.z-5 {
  z-index: 5;
}
.z-10 {
  z-index: 10;
}
.z-15 {
  z-index: 15;
}
.z-20 {
  z-index: 20;
}
.z-25 {
  z-index: 25;
}
.z-30 {
  z-index: 30;
}
.z-35 {
  z-index: 35;
}
.z-40 {
  z-index: 40;
}
.z-45 {
  z-index: 45;
}
.z-50 {
  z-index: 50;
}
.z-55 {
  z-index: 55;
}
.z-60 {
  z-index: 60;
}
.z-65 {
  z-index: 65;
}
.z-70 {
  z-index: 70;
}
.z-75 {
  z-index: 75;
}
.z-80 {
  z-index: 80;
}
.z-85 {
  z-index: 85;
}
.z-90 {
  z-index: 90;
}
.z-95 {
  z-index: 95;
}
.weight-100 {
  font-weight: 100;
}
.weight-200 {
  font-weight: 200;
}
.weight-300 {
  font-weight: 300;
}
.weight-400 {
  font-weight: 400;
}
.weight-500 {
  font-weight: 500;
}
.weight-600 {
  font-weight: 600;
}
.weight-700 {
  font-weight: 700;
}
.weight-800 {
  font-weight: 800;
}
.weight-900 {
  font-weight: 900;
}
.text-gradient-base {
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.text-uppercase {
  text-transform: uppercase;
}
.display-inline-block {
  display: inline-block;
}
.display-block {
  display: block;
}
.display-inline {
  display: inline;
}
ul.list-two-columns {
  display: flex;
  flex-wrap: wrap;
}
ul.list-two-columns li {
  width: 49%;
}
.position-relative {
  position: relative;
}
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body {
  font-family: "proxima-soft", sans-serif;
  font-weight: 200;
  color: #4f4f4f;
  line-height: 1.4;
}
.h2, h2 {
  font-size: 55px;
  line-height: 1.15;
  color: #4f4f4f;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .h2, h2 {
    font-size: 45px;
  }
}
@media (max-width: 640px) {
  .h2, h2 {
    font-size: 35px;
  }
}
.h3, h3 {
  line-height: 1.15;
  font-size: 45px;
  font-weight: 500;
}
@media (max-width: 1440px) {
  .h3, h3 {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  .h3, h3 {
    font-size: 31px;
  }
}
.h4, h4 {
  line-height: 1.2;
  font-size: 35px;
}
@media (max-width: 1440px) {
  .h4, h4 {
    font-size: 28px;
  }
}
@media (max-width: 640px) {
  .h4, h4 {
    font-size: 26px;
  }
}
.h5, h5 {
  line-height: 1.3;
  font-size: 30px;
}
@media (max-width: 1440px) {
  .h5, h5 {
    font-size: 27px;
  }
}
@media (max-width: 640px) {
  .h5, h5 {
    font-size: 24px;
  }
}
.h6, h6 {
  line-height: 1.1;
  font-size: 25px;
}
@media (max-width: 640px) {
  .h6, h6 {
    font-size: 22px;
  }
}
.h1-big {
  font-size: 100px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .h1-big {
    font-size: 56px;
  }
}
@media (max-width: 640px) {
  .h1-big {
    font-size: 35px;
  }
}
.h2-big {
  font-size: 70px;
  line-height: 1.15;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .h2-big {
    font-size: 56px;
  }
}
@media (max-width: 640px) {
  .h2-big {
    font-size: 45px;
  }
}
.h3-big {
  line-height: 1.15;
  font-size: 65px;
  font-weight: 700;
}
@media (max-width: 1440px) {
  .h3-big {
    font-size: 50px;
  }
}
@media (max-width: 640px) {
  .h3-big {
    font-size: 34px;
  }
}
.h4-big {
  line-height: 1.1;
  font-weight: 700;
  font-size: 50px;
}
@media (max-width: 1440px) {
  .h4-big {
    font-size: 41px;
  }
}
@media (max-width: 640px) {
  .h4-big {
    font-size: 31px;
  }
}
.h5-big {
  line-height: 1.1;
  font-weight: 700;
  font-size: 40px;
}
@media (max-width: 1440px) {
  .h5-big {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .h5-big {
    font-size: 28px;
  }
}
.h6-big {
  line-height: 1.1;
  font-weight: 700;
  font-size: 35px;
}
@media (max-width: 640px) {
  .h6-big {
    font-size: 22px;
  }
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 1rem;
}
.white-text h1, .white-text h2, .white-text h3, .white-text h4, .white-text h5, .white-text h6 {
  color: #fff;
}
p {
  font-size: 23px;
  line-height: 1.5;
  margin-bottom: 1.8rem;
}
@media (max-width: 640px) {
  p {
    font-size: 21px;
  }
}
a {
  color: #d61568;
  transition: color 200ms ease;
}
a:hover {
  color: #383838;
}
span.script {
  font-family: "corner-store-jf", sans-serif;
  font-size: 1.4em;
  line-height: 0.5;
}
ul, ol {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
ul li, ol li {
  font-size: 23px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  ul li, ol li {
    font-size: 21px;
  }
}
.text-large p, p.text-large, .text-large ul li, ul li.text-large, .text-large ol li, ol li.text-large {
  font-size: 30px;
  line-height: 1.5;
  margin-bottom: 1.8rem;
}
@media (max-width: 1440px) {
  .text-large p, p.text-large, .text-large ul li, ul li.text-large, .text-large ol li, ol li.text-large {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .text-large p, p.text-large, .text-large ul li, ul li.text-large, .text-large ol li, ol li.text-large {
    font-size: 23px;
  }
}
.text-chonky p, p.text-chonky, .text-chonky ul li, ul li.text-chonky, .text-chonky ol li, ol li.text-chonky {
  font-size: 40px;
  line-height: 1.5;
  margin-bottom: 1.8rem;
}
@media (max-width: 1440px) {
  .text-chonky p, p.text-chonky, .text-chonky ul li, ul li.text-chonky, .text-chonky ol li, ol li.text-chonky {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .text-chonky p, p.text-chonky, .text-chonky ul li, ul li.text-chonky, .text-chonky ol li, ol li.text-chonky {
    font-size: 24px;
  }
}
.text-small {
  font-size: 16px;
}
@media (max-width: 640px) {
  .text-small {
    font-size: 14px;
  }
}
.small-disclaimer-text p {
  font-size: 17px;
  margin-bottom: 0;
}
.asen-blockquote blockquote, blockquote.wp-block-quote, .blog-post blockquote {
  text-align: center;
  margin: 0;
}
.asen-blockquote blockquote p, blockquote.wp-block-quote p, .blog-post blockquote p {
  font-size: 55px;
  font-weight: 200;
  line-height: 1.2;
  margin: 0;
}
@media (max-width: 1440px) {
  .asen-blockquote blockquote p, blockquote.wp-block-quote p, .blog-post blockquote p {
    font-size: 40px;
  }
}
@media (max-width: 768px) {
  .asen-blockquote blockquote p, blockquote.wp-block-quote p, .blog-post blockquote p {
    font-size: 30px;
  }
}
.asen-blockquote blockquote cite, blockquote.wp-block-quote cite, .blog-post blockquote cite {
  font-size: 25px;
  font-weight: 200;
  line-height: 1;
  display: inline-block;
  margin-top: 3%;
}
@media (max-width: 1440px) {
  .asen-blockquote blockquote cite, blockquote.wp-block-quote cite, .blog-post blockquote cite {
    font-size: 20px;
    margin-top: 6%;
  }
}
@media (max-width: 640px) {
  .asen-blockquote blockquote cite, blockquote.wp-block-quote cite, .blog-post blockquote cite {
    font-size: 18px;
  }
}
.asen-blockquote blockquote.smaller p, blockquote.wp-block-quote.smaller p, .blog-post blockquote.smaller p {
  font-size: 46px;
}
@media (max-width: 1440px) {
  .asen-blockquote blockquote.smaller p, blockquote.wp-block-quote.smaller p, .blog-post blockquote.smaller p {
    font-size: 35px;
  }
}
@media (max-width: 768px) {
  .asen-blockquote blockquote.smaller p, blockquote.wp-block-quote.smaller p, .blog-post blockquote.smaller p {
    font-size: 28px;
  }
}
.asen-blockquote blockquote.so-much-text p, blockquote.wp-block-quote.so-much-text p, .blog-post blockquote.so-much-text p {
  font-size: 38px;
}
@media (max-width: 1440px) {
  .asen-blockquote blockquote.so-much-text p, blockquote.wp-block-quote.so-much-text p, .blog-post blockquote.so-much-text p {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  .asen-blockquote blockquote.so-much-text p, blockquote.wp-block-quote.so-much-text p, .blog-post blockquote.so-much-text p {
    font-size: 26px;
  }
}
.asen-blockquote {
  padding: 5% 50px 7%;
}
@media (max-width: 768px) {
  .asen-blockquote {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (max-width: 768px) {
  .asen-blockquote {
    padding-top: 12%;
    padding-bottom: 16%;
  }
}
.asen-blockquote .inside {
  max-width: 1180px;
  margin: 0 auto;
}
main blockquote p, main blockquote cite {
  font-style: normal;
}
::selection {
  background: #f8cb10;
}
span.tm {
  font-family: "Arial", sans-serif;
}
html {
  scroll-behavior: smooth;
}
* {
  box-sizing: border-box;
  outline: none;
}
button, button:focus {
  outline: none;
}
@media screen and (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }
}
a:hover {
  text-decoration: none;
}
.site-container {
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.main-content {
  flex: 1;
}
.main-content img {
  max-width: 100%;
  height: auto;
}
body.page main {
  padding-top: 4%;
  padding-bottom: 6%;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.button, .wp-block-button__link {
  border: none;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #383838;
  padding: 0.7em 1.3em;
  font-size: 26px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 300;
  line-height: 1;
  transition: background-color 150ms ease, color 150ms ease;
}
@media (max-width: 768px) {
  .button, .wp-block-button__link {
    font-size: 21px;
  }
}
.button:hover, .wp-block-button__link:hover {
  color: #fff;
  background-color: #4f4f4f;
}
.button.button-wide, .wp-block-button__link.button-wide {
  min-width: 315px;
}
.button.button-small, .wp-block-button__link.button-small {
  padding: 0.6em 1em;
  font-size: 20px;
}
.button.button-no-background, .wp-block-button__link.button-no-background {
  background-color: transparent;
}
.button.button-knockout, .wp-block-button__link.button-knockout {
  background-color: #fff;
  color: #4f4f4f;
}
.button.button-knockout:hover, .wp-block-button__link.button-knockout:hover {
  background-color: #4f4f4f;
  color: #fff;
}
body .gform_wrapper button[type="submit"], body .gform_wrapper input[type="submit"], form button[type="submit"], form input[type="submit"] {
  -webkit-appearance: none;
  border: none;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #383838;
  padding: 0.7em 1.3em;
  font-size: 26px !important;
  font-family: "proxima-soft", sans-serif;
  font-weight: 300;
  line-height: 1;
  transition: background-color 150ms ease, color 150ms ease;
}
@media (max-width: 768px) {
  body .gform_wrapper button[type="submit"], body .gform_wrapper input[type="submit"], form button[type="submit"], form input[type="submit"] {
    font-size: 21px !important;
  }
}
body .gform_wrapper button[type="submit"]:hover, body .gform_wrapper input[type="submit"]:hover, form button[type="submit"]:hover, form input[type="submit"]:hover {
  color: #fff;
  background-color: #4f4f4f;
}
body .gform_wrapper.gravity-theme legend {
  float: none;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"]), body .gform_wrapper textarea, form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"]), form textarea {
  -webkit-appearance: none !important;
  border-radius: 0;
  border: none;
  background-color: #ededed;
  padding: 18px 0 18px 20px;
  font-size: 20px !important;
  color: #4f4f4f;
  line-height: 1.2;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"])::placeholder, body .gform_wrapper textarea::placeholder, form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"])::placeholder, form textarea::placeholder {
  color: #919191;
}
@media (max-width: 768px) {
  body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"]), body .gform_wrapper textarea, form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"]), form textarea {
    padding-left: 10px;
  }
}
body .gform_wrapper textarea, form textarea {
  padding: 20px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  body .gform_wrapper textarea, form textarea {
    padding-left: 10px;
  }
}
body .gform_wrapper select {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
body .gform_wrapper select, form select {
  -webkit-appearance: none;
  border: none;
  border-radius: 0;
  background-color: #ededed;
  padding: 0 40px 0 20px !important;
  font-size: 20px !important;
  color: #4f4f4f;
  line-height: 1.2;
  height: 60px;
  background-image: url("/wp-content/themes/amplify2020/images/select-caret-down.svg");
  background-position: calc(100% - 15px) center;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-top: 0;
}
@media (max-width: 1440px) {
  body .gform_wrapper select, form select {
    height: 46px;
  }
}
@media (max-width: 768px) {
  body .gform_wrapper select, form select {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
body .gform_wrapper .gfield_checkbox li input[type="checkbox"] {
  margin: 0 7px 0 1px !important;
}
body .gform_wrapper ul.gform_fields li.gfield input[type="radio"] {
  margin: 0 7px 0 1px !important;
}
body .gform_wrapper .gfield_checkbox li, body .gform_wrapper .gfield_radio li {
  display: flex;
  align-items: center;
}
.file-upload-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .file-upload-wrapper {
    flex-direction: column;
  }
}
.file-upload-wrapper .file-upload-input {
  display: flex;
  flex: 1;
}
@media (max-width: 768px) {
  .file-upload-wrapper .file-upload-input {
    flex: auto;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .file-upload-wrapper button {
    flex: auto;
    width: 100%;
  }
}
body .gform_wrapper .gfield_time_hour input, body .gform_wrapper .gfield_time_minute input {
  padding: 10px 0 !important;
  text-align: end;
}
.gform_wrapper .gfield_time_hour i {
  margin: 0;
}
body .gform_wrapper .gfield_time_ampm select {
  padding: 10px 6px !important;
  background-image: none;
  text-align: center;
}
body .gform_wrapper .top_label .gfield_label {
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 10px;
}
body .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, form label.small {
  font-size: 13px;
  margin-bottom: 0;
}
body .gform_wrapper .top_label label.gfield_label, label legend.gfield_label, form label.large {
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 10px;
}
body .gform_wrapper li.hidden_label input {
  margin-top: 0;
}
body .gform_wrapper legend.gfield_label {
  font-size: 21px;
  margin-bottom: 0;
  margin-top: 10px;
}
body .gform_wrapper .gfield_required {
  color: red;
}
body .gform_wrapper h2.gsection_title {
  font-size: 31px;
  margin-top: 45px !important;
}
body .gform_wrapper ul.top_label li.gfield {
  margin-top: 30px;
}
body .gform_wrapper ul.top_label li.gfield:first-child {
  margin-top: 0;
}
body .ginput_container_consent {
  display: flex;
  align-items: center;
}
body .ginput_container_consent input[type="checkbox"] {
  margin: 0 7px 0 1px;
}
body .ginput_container_consent label {
  margin: 0;
}
body .gform_wrapper ul.gform_fields li.gfield {
  padding-right: 0;
}
@media only screen and (min-width: 641px) {
  body .gform_wrapper .top_label li.gfield.gf_left_half {
    width: calc(50% + 7.5px);
  }
  body .gform_wrapper .top_label li.gfield.gf_right_half {
    width: calc(50% - 7.5px);
    padding-right: 0;
  }
}
body .gform_wrapper .gsection {
  margin-right: 0;
}
body .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
  width: 50.7%;
}
@media only screen and (max-width: 640px) {
  body .gform_wrapper ul.gform_fields li.gfield.gf_left_half {
    width: 100%;
  }
}
body .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
  padding-right: 0;
  width: 49.3%;
}
@media only screen and (max-width: 640px) {
  body .gform_wrapper ul.gform_fields li.gfield.gf_right_half {
    width: 100%;
  }
}
header.site-header {
  position: fixed;
  top: 0;
  z-index: 50;
  width: 100%;
  padding: 0 30px;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  header.site-header {
    padding-left: 7%;
    padding-right: 7%;
  }
}
header.site-header .inside {
  display: flex;
}
body.admin-bar header.site-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar header.site-header {
    top: 46px;
  }
}
header.site-header div.logo {
  display: flex;
  align-items: center;
}
header.site-header div.logo a img {
  height: 100%;
  width: auto;
}
header.site-header.layout-1 .inside {
  justify-content: space-between;
}
header.site-header.layout-1 .navigation {
  display: flex;
  align-items: center;
}
header.site-header.layout-2 .inside {
  justify-content: center;
}
@media (max-width: 1024px) {
  header.site-header.layout-2 .inside {
    justify-content: space-between;
  }
}
header.site-header.layout-2 .navigation {
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  header.site-header.layout-2 .navigation {
    display: none;
  }
}
header.site-header ul.site-social {
  height: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}
header.site-header ul.site-social li {
  display: inline-block;
}
header.site-header ul.site-social li a {
  display: block;
  height: 100%;
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-size: 24px;
  color: red;
  transition: color 150ms ease;
}
header.site-header ul.site-social li a:hover {
  color: blue;
}
a.button-phone {
  color: red;
  font-weight: bold;
}
a.button-phone:hover {
  color: blue;
}
nav.header-menu {
  height: 100%;
}
nav.header-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
}
nav.header-menu ul > li {
  padding: 0 4px;
  flex: 1 1 auto;
  text-align: center;
}
nav.header-menu ul > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  color: #343a40;
  padding: 10px;
  font-size: 20px;
  font-weight: 500;
  transition: color 150ms ease;
}
nav.header-menu ul > li > a:hover {
  color: red;
}
@media (max-width: 1024px) {
  .layout-1 nav.header-menu {
    display: none;
  }
}
@media (max-width: 1024px) {
  .layout-2 nav.header-menu li {
    display: none;
  }
}
.layout-2 nav.header-menu li.layout-2-logo {
  padding: 0;
  margin: 0;
}
@media (max-width: 1024px) {
  .layout-2 nav.header-menu li.layout-2-logo {
    display: inline-block;
  }
}
.layout-2 nav.header-menu li.layout-2-logo a {
  padding: 0;
}
.layout-2 nav.header-menu li.layout-2-logo img {
  width: auto;
}
@media (max-width: 1024px) {
  .layout-3 nav.header-menu {
    display: none;
  }
}
nav.header-menu ul > li {
  position: relative;
}
nav.header-menu ul > li:hover ul {
  opacity: 1;
  pointer-events: all;
  top: 100%;
  margin-top: -20px;
  transition: all 100ms ease 0;
}
nav.header-menu ul > li > ul {
  display: block;
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  height: auto;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  transition: all 100ms ease 100ms;
  width: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  text-align: center;
  box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #f9f9f9;
}
nav.header-menu ul > li > ul > li {
  width: 100%;
}
nav.header-menu ul > li > ul > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #7a7a7a;
}
nav.header-menu ul > li > ul > li > a span {
  position: relative;
}
nav.header-menu ul > li > ul > li > a span:before {
  background: #eaeaea;
}
.asen-front-page-banner {
  padding: 5% 50px;
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .asen-front-page-banner {
    padding-left: 10%;
    padding-right: 10%;
  }
}
@media (max-width: 1024px) {
  .asen-front-page-banner {
    padding-top: 10%;
    padding-bottom: 10%;
  }
}
.asen-front-page-banner.is-split-screen .copy {
  max-width: 700px;
}
.asen-front-page-banner .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.asen-front-page-banner .image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.asen-front-page-banner .background-video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.asen-front-page-banner .background-video video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}
.asen-front-page-banner .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}
.asen-front-page-banner .background-overlay.custom {
  opacity: 0.35;
  background-color: #383838;
}
.asen-front-page-banner .inside {
  max-width: 1400px;
  position: relative;
  width: 100%;
}
.asen-front-page-banner .buttons .button {
  margin: 0 8px 8px 0;
}
.asen-page-banner {
  padding: 10% 50px;
  margin-bottom: 5%;
  position: relative;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
@media (max-width: 768px) {
  .asen-page-banner {
    padding-left: 10%;
    padding-right: 10%;
  }
}
.asen-page-banner .background-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.asen-page-banner .background-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
.asen-page-banner .background-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.asen-page-banner .inside {
  max-width: 1400px;
  position: relative;
  width: 100%;
}
.asen-page-banner p.eyebrow, .asen-page-banner div.subtitle {
  font-size: 23px;
  line-height: 1.5;
}
@media (max-width: 640px) {
  .asen-page-banner p.eyebrow, .asen-page-banner div.subtitle {
    font-size: 21px;
  }
}
.asen-page-banner p.eyebrow {
  margin-bottom: 4px;
}
.asen-page-banner div.subtitle p:last-child {
  margin-bottom: 0;
}
.off-canvas-menu-hamburger {
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  display: flex;
}
.off-canvas-menu-hamburger.header-layout-1, .off-canvas-menu-hamburger.header-layout-2 {
  display: none;
}
@media (max-width: 1024px) {
  .off-canvas-menu-hamburger.header-layout-1, .off-canvas-menu-hamburger.header-layout-2 {
    display: block;
  }
}
body.admin-bar .off-canvas-menu-hamburger {
  top: 32px;
}
@media screen and (max-width: 782px) {
  body.admin-bar .off-canvas-menu-hamburger {
    top: 46px;
  }
}
button.hamburger {
  font: inherit;
  display: flex;
  align-items: center;
  overflow: visible;
  margin: 0;
  padding: 0 30px;
  cursor: pointer;
  transition-timing-function: linear;
  transition-duration: 0.15s;
  transition-property: opacity, filter;
  text-transform: none;
  color: inherit;
  border: 0;
  background-color: transparent;
  outline: none;
  height: 100%;
}
button.hamburger .hamburger-box {
  position: relative;
  display: inline-block;
}
.off-canvas-menu-backing-overlay {
  pointer-events: none;
  opacity: 0;
  z-index: 99;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity 600ms ease;
  display: none;
}
@media (max-width: 1024px) {
  .off-canvas-menu-backing-overlay {
    display: block;
  }
}
.off-canvas-menu-backing-overlay.is-active {
  opacity: 0.9;
  pointer-events: all;
}
.off-canvas-menu-container {
  background-color: rgba(82, 46, 144, 0.9);
  position: fixed;
  z-index: 100;
  top: 0;
  right: 0;
  bottom: 0;
  transform: translate(100vw, 0);
  transition: transform 600ms ease, opacity 0ms linear 600ms;
  display: flex;
  justify-content: flex-end;
  backface-visibility: hidden;
  opacity: 0;
  width: 100%;
}
.off-canvas-menu-container.header-layout-1, .off-canvas-menu-container.header-layout-2 {
  display: none;
}
@media (max-width: 1024px) {
  .off-canvas-menu-container.header-layout-1, .off-canvas-menu-container.header-layout-2 {
    display: flex;
  }
}
@media (max-width: 640px) {
  .off-canvas-menu-container {
    transform: translate(100vw, 0);
  }
}
.off-canvas-menu-container.is-active {
  transform: translate(0, 0);
  opacity: 1;
  transition: transform 600ms ease, opacity 0ms linear 0ms;
}
.off-canvas-menu-container.is-active .inside {
  opacity: 1;
}
.off-canvas-menu-container .inside {
  width: 100vw;
  padding: 28px 30px 30px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  transition: opacity 600ms ease 400ms;
  backface-visibility: hidden;
  position: relative;
}
@media (max-width: 640px) {
  .off-canvas-menu-container .inside {
    width: 100vw;
  }
}
.off-canvas-menu-container p {
  font-size: 23px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 200;
  line-height: 1;
  color: #f6ea17;
  text-align: right;
  margin-bottom: 10px;
}
body.single-case_studies .off-canvas-menu-container p {
  color: #f8cb10;
}
.off-canvas-menu-container p a {
  color: #fff;
  transition: color 100ms ease;
}
.off-canvas-menu-container p a:hover {
  color: #f6ea17;
}
body.single-case_studies .off-canvas-menu-container p a:hover {
  color: #f8cb10;
}
@media (max-height: 1000px) {
  .off-canvas-menu-container p {
    margin-bottom: 8px;
  }
}
.off-canvas-menu-container ul.site-social {
  list-style: none;
  padding: 30px 0 30px;
  margin: 0;
  display: flex;
  justify-content: flex-end;
}
.off-canvas-menu-container ul.site-social li {
  display: inline-block;
}
.off-canvas-menu-container ul.site-social li a {
  display: block;
  height: 30px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.off-canvas-menu-container ul.site-social li a svg {
  height: 100%;
  width: auto;
}
.off-canvas-menu-container ul.site-social li a svg path {
  fill: #fff;
  transition: fill 100ms ease;
}
.off-canvas-menu-container ul.site-social li a:hover svg path {
  fill: #f6ea17;
}
body.single-case_studies .off-canvas-menu-container ul.site-social li a:hover svg path {
  fill: #f8cb10;
}
.off-canvas-menu-container a.button {
  background: #fff;
  color: #543a7a;
  margin-left: 0;
}
.off-canvas-menu-container a.button:hover {
  background: #543a7a;
  color: #fff;
}
.off-canvas-menu {
  margin: 0 0 26px;
}
.off-canvas-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.off-canvas-menu ul li {
  padding: 10px 0;
  text-align: center;
}
@media (max-height: 1000px) {
  .off-canvas-menu ul li {
    padding: 2px 0;
  }
}
@media (max-width: 640px) {
  .off-canvas-menu ul li {
    padding: 2px 0;
  }
}
.off-canvas-menu ul li a {
  display: inline-block;
  color: #fff;
  font-size: 38px;
  font-family: "proxima-soft", sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 8px 0;
  transition: color 100ms ease;
}
@media (max-width: 640px) {
  .off-canvas-menu ul li a {
    font-size: 26px;
  }
}
.off-canvas-menu ul li a:hover {
  color: #543a7a;
}
.fixed-contact-cta-blend, .fixed-contact-cta {
  height: 52px;
  position: fixed;
  z-index: 10;
  left: 10px;
  bottom: 50%;
  transform: rotate(-90deg);
  transform-origin: top left;
  opacity: 0;
  pointer-events: none;
  padding: 0 24px 3px;
  font-size: 22px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
@media (min-aspect-ratio: 16/12) {
  .fixed-contact-cta-blend, .fixed-contact-cta {
    bottom: 60px;
  }
}
@media (max-width: 1632px) {
  .fixed-contact-cta-blend, .fixed-contact-cta {
    height: 42px;
    font-size: 18px;
    left: 3px;
  }
}
@media (max-width: 768px) {
  .fixed-contact-cta-blend, .fixed-contact-cta {
    transform: none;
    left: 7%;
    bottom: 20px;
  }
}
@media (max-width: 640px) {
  .fixed-contact-cta-blend, .fixed-contact-cta {
    right: 7%;
    left: 14px;
    right: 14px;
  }
}
@media (max-width: 402px) {
  .fixed-contact-cta-blend, .fixed-contact-cta {
    font-size: 15px;
  }
}
.fixed-contact-cta-blend {
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  mix-blend-mode: luminosity;
  transition: opacity 150ms ease;
}
.fixed-contact-cta-blend.is-active {
  opacity: 1;
  pointer-events: all;
}
@media (hover: none) {
  .fixed-contact-cta-blend {
    display: none;
  }
}
@media (max-width: 768px) {
  .fixed-contact-cta-blend {
    display: none;
  }
}
.fixed-contact-cta {
  pointer-events: none;
  border-radius: 26px;
  overflow: hidden;
  transition: opacity 200ms ease;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.fixed-contact-cta span {
  margin-right: 10px;
  color: #fff;
}
.fixed-contact-cta svg {
  position: relative;
  z-index: 2;
  width: 24px;
  margin-top: 5px;
  opacity: 0.75;
}
.fixed-contact-cta svg * {
  fill: #fff;
}
@media (max-width: 768px) {
  .fixed-contact-cta svg {
    margin-top: -2px;
  }
}
.fixed-contact-cta:hover {
  opacity: 1;
}
.fixed-contact-cta.is-active {
  pointer-events: all;
}
@media (hover: none) {
  .fixed-contact-cta.is-active {
    opacity: 1;
    pointer-events: all;
  }
}
@media (max-width: 768px) {
  .fixed-contact-cta.is-active {
    opacity: 1;
    pointer-events: all;
  }
}
.scroll-down-cta-container {
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 50%;
  transform: rotate(90deg);
  transform-origin: top right;
  mix-blend-mode: luminosity;
  opacity: 0;
  pointer-events: none;
  transition: opacity 150ms ease;
}
@media (min-aspect-ratio: 16/12) {
  .scroll-down-cta-container {
    bottom: 60px;
  }
}
@media (max-width: 768px) {
  .scroll-down-cta-container {
    right: 4px;
    bottom: 4px;
  }
}
.scroll-down-cta-container button {
  border: 0;
  background: transparent;
  color: #d8d8d8;
  font-size: 20px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 300;
  line-height: 1;
  text-transform: lowercase;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  transform: translateX(-20px);
  transition: transform 150ms ease;
}
.scroll-down-cta-container button span {
  margin-right: 10px;
}
.scroll-down-cta-container button svg {
  width: 100px;
  margin-top: 5px;
}
.scroll-down-cta-container button svg * {
  fill: #d8d8d8;
}
.scroll-down-cta-container.is-active {
  opacity: 1;
  pointer-events: all;
}
.scroll-down-cta-container.is-active button {
  transform: translateX(0px);
}
.asen-icon-grid {
  padding: 8% 50px 3%;
}
@media (max-width: 768px) {
  .asen-icon-grid {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.asen-icon-grid .inside {
  max-width: 1600px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .asen-icon-grid .inside {
    max-width: 800px;
  }
}
.asen-icon-grid .items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.asen-icon-grid .item {
  width: 18%;
  margin: 0 1% 8%;
  position: relative;
}
@media (max-width: 1440px) {
  .asen-icon-grid .item {
    width: 23%;
  }
}
@media (max-width: 1024px) {
  .asen-icon-grid .item {
    width: 48%;
  }
}
@media (max-width: 640px) {
  .asen-icon-grid .item {
    width: 100%;
    margin: 0 0 8%;
  }
}
.asen-icon-grid .item a, .asen-icon-grid .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.asen-icon-grid .item img {
  margin-bottom: 20px;
}
.asen-archive .items {
  padding: 0 50px 4%;
}
@media (max-width: 768px) {
  .asen-archive .items {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.asen-archive .items .inside {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.asen-archive-item {
  width: 100%;
}
.grid-layout-three-columns .asen-archive-item {
  width: 32%;
  display: flex;
  margin: 0 2% 3% 0;
}
.grid-layout-three-columns .asen-archive-item:nth-child(3n) {
  margin-right: 0;
}
.grid-layout-two-columns .asen-archive-item {
  width: 48%;
}
.grid-layout-two-columns .asen-archive-item:nth-child(2n) {
  margin-right: 0;
}
.grid-layout-two-columns .asen-archive-item, .grid-layout-two-columns .asen-archive-item:nth-child(3n) {
  margin-right: 4%;
}
@media (max-width: 1024px) {
  .asen-archive-item, .grid-layout-three-columns .asen-archive-item, .grid-layout-two-columns .asen-archive-item {
    width: 48%;
  }
  .asen-archive-item:nth-child(2n), .grid-layout-three-columns .asen-archive-item:nth-child(2n), .grid-layout-two-columns .asen-archive-item:nth-child(2n) {
    margin-right: 0;
  }
  .asen-archive-item, .grid-layout-three-columns .asen-archive-item, .grid-layout-two-columns .asen-archive-item, .asen-archive-item:nth-child(3n), .grid-layout-three-columns .asen-archive-item:nth-child(3n), .grid-layout-two-columns .asen-archive-item:nth-child(3n) {
    margin-right: 4%;
  }
}
@media (max-width: 640px) {
  .asen-archive-item, .grid-layout-three-columns .asen-archive-item, .grid-layout-two-columns .asen-archive-item {
    width: 100%;
  }
  .asen-archive-item, .grid-layout-three-columns .asen-archive-item, .grid-layout-two-columns .asen-archive-item, .asen-archive-item:nth-child(2n), .grid-layout-three-columns .asen-archive-item:nth-child(2n), .grid-layout-two-columns .asen-archive-item:nth-child(2n), .asen-archive-item:nth-child(3n), .grid-layout-three-columns .asen-archive-item:nth-child(3n), .grid-layout-two-columns .asen-archive-item:nth-child(3n) {
    margin-right: 0;
  }
}
.asen-archive-item a {
  width: 100%;
}
.asen-archive-item a:hover .headshot {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4);
}
.asen-archive-item a:hover .overlay {
  opacity: 1;
}
.asen-archive-item .thumb {
  position: relative;
  display: block;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  background-color: #ededed;
  transition: box-shadow 600ms ease;
  box-shadow: 0 0 30px 0 transparent;
  backface-visibility: hidden;
}
.asen-archive-item .thumb img {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.asen-archive-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10%;
  margin: 0;
  transition: opacity 400ms ease;
}
.asen-archive-item .copy {
  padding: 7% 3% 8%;
  display: block;
}
.asen-archive-item .copy h3 {
  color: #4f4f4f;
  text-align: center;
  font-size: 33px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 1024px) {
  .asen-archive-item .copy h3 {
    font-size: 28px;
  }
}
.asen-archive-item .copy p {
  color: #969898;
  text-align: center;
  font-size: 23px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 300;
  line-height: 1.1;
  margin: 0;
}
@media (max-width: 1024px) {
  .asen-archive-item .copy p {
    font-size: 19px;
  }
}
.asen-archive-form {
  padding: 0 50px 5%;
}
@media (max-width: 768px) {
  .asen-archive-form {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.asen-archive-form .inside {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
body.single-products article {
  padding: 4% 50px 2%;
}
@media (max-width: 768px) {
  body.single-products article {
    padding-left: 7%;
    padding-right: 7%;
  }
}
body.single-products article .inside {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body.single-products article .inside {
    flex-direction: column;
  }
}
body.single-products article .inside .left {
  width: 36%;
}
@media (max-width: 1440px) {
  body.single-products article .inside .left {
    width: 29%;
  }
}
body.single-products article .inside .right {
  width: 60%;
}
@media (max-width: 1440px) {
  body.single-products article .inside .right {
    width: 68%;
  }
}
@media (max-width: 1024px) {
  body.single-products article .inside .left, body.single-products article .inside .right {
    width: 100%;
  }
}
body.single-products article header h1 {
  line-height: 1;
  font-size: 50px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
}
@media (max-width: 1024px) {
  body.single-products article header h1 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  body.single-products article header h1 {
    font-size: 34px;
  }
}
body.single-products article header p {
  line-height: 1;
  font-size: 35px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 200;
  opacity: 0.75;
}
@media (max-width: 1024px) {
  body.single-products article header p {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  body.single-products article header p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body.single-products article .primary-copy {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (max-width: 1024px) {
  body.single-products article .primary-copy .left {
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  body.single-products article .primary-copy .left {
    margin-top: 5%;
  }
}
@media (max-width: 1024px) {
  body.single-products article .primary-copy .left .headshot-container {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 768px) {
  body.single-products article .primary-copy .left .headshot-container {
    width: 100%;
  }
}
body.single-products article .primary-copy .left .headshot-container img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  body.single-products article .primary-copy .left .headshot-container img {
    width: 100%;
    box-shadow: none;
    display: block;
    margin: 0 auto;
  }
}
body.single-products article .primary-copy .right {
  padding-top: 5%;
}
body.single-products article .primary-copy .right p strong {
  font-size: 110%;
  line-height: 1;
}
body.single-services article header {
  padding: 0 50px;
  background-color: #ededed;
}
@media (max-width: 768px) {
  body.single-services article header {
    padding-left: 7%;
    padding-right: 7%;
  }
}
body.single-services article header h1 {
  line-height: 1;
  font-size: 50px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
}
@media (max-width: 1024px) {
  body.single-services article header h1 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  body.single-services article header h1 {
    font-size: 34px;
  }
}
body.single-services article header p {
  line-height: 1;
  font-size: 35px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 200;
  opacity: 0.75;
}
@media (max-width: 1024px) {
  body.single-services article header p {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  body.single-services article header p {
    font-size: 24px;
  }
}
body.single-services article header .inside {
  max-width: 1440px;
  margin: 0 auto;
  padding: 4% 0 2%;
}
body.single-services article .primary-copy {
  padding: 5% 50px;
}
body.single-services article .primary-copy .inside {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body.single-services article .primary-copy .inside {
    flex-direction: column;
  }
}
body.single-services article .primary-copy .inside .left {
  width: 36%;
}
@media (max-width: 1440px) {
  body.single-services article .primary-copy .inside .left {
    width: 29%;
  }
}
body.single-services article .primary-copy .inside .right {
  width: 60%;
}
@media (max-width: 1440px) {
  body.single-services article .primary-copy .inside .right {
    width: 68%;
  }
}
@media (max-width: 1024px) {
  body.single-services article .primary-copy .inside .left, body.single-services article .primary-copy .inside .right {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body.single-services article .primary-copy {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (max-width: 1024px) {
  body.single-services article .primary-copy .left {
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  body.single-services article .primary-copy .left {
    margin-top: 5%;
  }
}
@media (max-width: 1024px) {
  body.single-services article .primary-copy .left .headshot-container {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 768px) {
  body.single-services article .primary-copy .left .headshot-container {
    width: 100%;
  }
}
body.single-services article .primary-copy .left .headshot-container img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  body.single-services article .primary-copy .left .headshot-container img {
    width: 100%;
    box-shadow: none;
    display: block;
    margin: 0 auto;
  }
}
body.single-services article .primary-copy .right {
  padding-top: 5%;
}
body.single-services article .primary-copy .right p strong {
  font-size: 110%;
  line-height: 1;
}
body.blog main, body.category main {
  padding: 2% 50px;
}
@media (max-width: 768px) {
  body.blog main, body.category main {
    padding-left: 7%;
    padding-right: 7%;
  }
}
body.blog main > .inside, body.category main > .inside {
  max-width: 1280px;
  margin: 0 auto;
}
body.blog main > .inside > .columns, body.category main > .inside > .columns {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body.blog main > .inside > .columns, body.category main > .inside > .columns {
    flex-direction: column-reverse;
  }
}
body.blog main.blog-has-sidebar .posts, body.category main.blog-has-sidebar .posts {
  width: 76%;
}
@media (max-width: 1024px) {
  body.blog main.blog-has-sidebar .posts, body.category main.blog-has-sidebar .posts {
    width: 100%;
  }
}
body.blog main .posts, body.category main .posts {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}
body.blog main .posts article.asen-blog-single-teaser, body.category main .posts article.asen-blog-single-teaser {
  margin-bottom: 4%;
}
body.blog main .categories-dropdown, body.category main .categories-dropdown {
  display: none;
  padding: 2% 0;
}
body.blog main .categories-dropdown select, body.category main .categories-dropdown select {
  height: 50px;
  padding: 7px 5px;
  font-size: 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  body.blog main .categories-dropdown, body.category main .categories-dropdown {
    display: block;
  }
}
body.blog main aside.sidebar, body.category main aside.sidebar {
  width: 24%;
}
@media (max-width: 1024px) {
  body.blog main aside.sidebar, body.category main aside.sidebar {
    width: 100%;
  }
}
body.blog main aside.sidebar h5, body.category main aside.sidebar h5 {
  font-size: 25px;
}
body.blog main aside.sidebar .widget, body.category main aside.sidebar .widget {
  margin-bottom: 50px;
}
body.blog main aside.sidebar .widget_search [type="submit"], body.category main aside.sidebar .widget_search [type="submit"], body.blog main aside.sidebar .widget_search label, body.category main aside.sidebar .widget_search label {
  width: 90%;
  max-width: 400px;
}
body.blog main aside.sidebar .widget_search [type="submit"], body.category main aside.sidebar .widget_search [type="submit"] {
  text-align: left;
}
body.blog main aside.sidebar .widget_search label, body.category main aside.sidebar .widget_search label {
  display: block;
}
body.blog main aside.sidebar .widget_search [type="search"], body.category main aside.sidebar .widget_search [type="search"] {
  border: none;
  background-color: #ededed;
  padding: 15px 10px;
  width: 100%;
}
body.blog main aside.sidebar .widget_categories ul, body.category main aside.sidebar .widget_categories ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
body.blog main aside.sidebar .widget_categories li, body.category main aside.sidebar .widget_categories li {
  padding: 2px 0;
  margin: 0;
  font-size: 21px;
}
body.blog main aside.sidebar .widget_categories li a, body.category main aside.sidebar .widget_categories li a {
  color: #4f4f4f;
  display: inline-block;
  padding: 4px 0;
  font-weight: 600;
  font-size: 24px;
}
body.blog main aside.sidebar .widget_categories li a:hover, body.category main aside.sidebar .widget_categories li a:hover {
  color: #4fc2c5;
}
article.asen-blog-single-teaser {
  width: 100%;
  position: relative;
}
.posts-two-columns article.asen-blog-single-teaser {
  width: 48%;
}
@media (max-width: 640px) {
  .posts-two-columns article.asen-blog-single-teaser {
    width: 100%;
  }
}
article.asen-blog-single-teaser > a {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  background: #f9f7f7;
}
article.asen-blog-single-teaser > a:hover .image {
  transition: transform 1500ms ease;
  transform: scale(1.1);
}
article.asen-blog-single-teaser > a:hover .image:after {
  opacity: 0.45;
}
article.asen-blog-single-teaser > a:hover .category-icon-container img {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
@media (hover: none) {
  article.asen-blog-single-teaser > a .image:before {
    opacity: 0.45;
  }
  article.asen-blog-single-teaser > a .banner img {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
article.asen-blog-single-teaser header {
  display: flex;
  flex-direction: column;
  margin-bottom: 22px;
}
article.asen-blog-single-teaser h2 {
  font-size: 29px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 300;
  line-height: 1.3;
  padding: 0 16px;
  margin: 0;
}
@media (max-width: 640px) {
  article.asen-blog-single-teaser h2 {
    font-size: 22px;
  }
}
article.asen-blog-single-teaser .banner {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 0;
  padding-top: 46%;
  margin-bottom: 17px;
  text-align: center;
  overflow: hidden;
  border-bottom: 1px solid #f1f1f1;
}
@media (max-width: 640px) {
  article.asen-blog-single-teaser .banner {
    width: 100%;
  }
}
article.asen-blog-single-teaser .image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  transition: transform 1000ms ease;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
article.asen-blog-single-teaser .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
article.asen-blog-single-teaser .meta {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 16px 9px;
}
article.asen-blog-single-teaser h4, article.asen-blog-single-teaser time {
  color: #4f4f4f;
  line-height: 1;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 200;
}
article.asen-blog-single-teaser span.separator {
  font-weight: 200;
  font-size: 8px;
  line-height: 17px;
  color: #ffc603;
  margin: 0 7px;
}
article.asen-blog-single-teaser footer.footer {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 16px 25px;
}
.asen-blog-breadcrumbs {
  padding: 0 0 2%;
  max-width: 1280px;
  margin: auto;
}
@media (max-width: 768px) {
  .asen-blog-breadcrumbs {
    padding: 0 0 5%;
  }
}
.asen-blog-breadcrumbs p {
  max-width: 1280px;
  margin: 0 auto;
  font-weight: 200;
  font-size: 17px;
  line-height: 1;
  text-align: right;
}
.asen-blog-breadcrumbs p i {
  line-height: 1;
  color: #f8cb10;
  margin: 0 9px;
  vertical-align: middle;
  font-size: 7px;
}
.asen-blog-breadcrumbs a {
  color: #4f4f4f;
  transition: color 80ms ease;
}
.asen-blog-breadcrumbs a:hover {
  color: #f8cb10;
}
@media (max-width: 768px) {
  .asen-blog-breadcrumbs a {
    display: inline-block;
    margin-bottom: 8px;
  }
}
.asen-blog-breadcrumbs .breadcrumb_last {
  opacity: 0.5;
}
@media (max-width: 768px) {
  .asen-blog-breadcrumbs span {
    width: 100%;
    display: block;
  }
}
@media (max-width: 768px) {
  .asen-blog-breadcrumbs p i, .asen-blog-breadcrumbs .breadcrumb_last {
    display: none;
  }
}
article.blog-post header {
  display: flex;
  flex-direction: column;
}
article.blog-post header .featured-image {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 580px;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  article.blog-post header .featured-image {
    height: 500px;
  }
}
@media (max-width: 640px) {
  article.blog-post header .featured-image {
    height: 300px;
  }
}
article.blog-post header .featured-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
article.blog-post header .meta {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
}
@media (max-width: 800px) {
  article.blog-post header .meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
article.blog-post header .meta a {
  color: inherit;
  transition: color 80ms ease;
}
article.blog-post header .meta span.separator {
  font-weight: 700;
  font-size: 7px;
  line-height: 18px;
  color: #f8cb10;
  margin: 0 16px;
}
@media (max-width: 800px) {
  article.blog-post header .meta span.separator {
    display: none;
  }
}
article.blog-post header .meta a.primary-category {
  font-size: 18px;
  line-height: 1;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
}
article.blog-post header .meta a.primary-category:hover {
  color: #f8cb10;
}
@media (max-width: 800px) {
  article.blog-post header .meta a.primary-category {
    margin-bottom: 12px;
  }
}
article.blog-post header .meta time.date {
  font-size: 18px;
  line-height: 1;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
}
@media (max-width: 800px) {
  article.blog-post header .meta a.primary-category, article.blog-post header .meta time.date {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}
article.blog-post header h1.title {
  text-align: center;
}
body.single-post main {
  padding: 2% 50px 8%;
}
@media (max-width: 768px) {
  body.single-post main {
    padding-left: 7%;
    padding-right: 7%;
  }
}
body.single-post main > .inside {
  max-width: 1280px;
  margin: 0 auto;
}
body.single-post article.blog-post .inside {
  max-width: 1024px;
  margin: 0 auto;
}
.asen-blog-sharing-container {
  padding: 50px 0 0 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.asen-blog-sharing-container h6 {
  margin: 0;
}
.asen-blog-sharing-container ul.site-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.asen-blog-sharing-container ul.site-social li {
  display: inline-block;
}
.asen-blog-sharing-container ul.site-social li:last-child a {
  padding-right: 0;
}
.asen-blog-sharing-container ul.site-social li a {
  display: block;
  height: 24px;
  padding: 0 10px;
  display: flex;
  align-items: center;
}
.asen-blog-sharing-container ul.site-social li a svg {
  height: 100%;
  width: auto;
}
.asen-blog-sharing-container ul.site-social li a svg path {
  fill: #4f4f4f;
  transition: fill 100ms ease;
}
.asen-blog-sharing-container ul.site-social li a:hover svg path {
  fill: #f3a224;
}
.wp-pagenavi {
  padding: 3% 50px 6%;
  width: 100%;
}
@media (max-width: 768px) {
  .wp-pagenavi {
    padding-left: 7%;
    padding-right: 7%;
  }
}
body.blog .wp-pagenavi {
  max-width: 1480px;
  margin: auto;
  padding: 3% 0 8%;
  text-align: right;
}
body.search .wp-pagenavi {
  padding: 3% 0 8%;
  text-align: right;
}
.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  margin: 2px;
  background: #fecb01;
  border: none;
  color: #fff;
  font-size: 25px;
  padding: 10px 20px;
  border-radius: 7px;
}
@media (max-width: 640px) {
  .wp-pagenavi a, .wp-pagenavi span {
    font-size: 18px;
    padding: 10px 14px;
  }
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #4fc2c5;
}
.wp-pagenavi span.current {
  font-weight: bold;
}
body.single-team article {
  padding: 4% 50px 2%;
}
@media (max-width: 768px) {
  body.single-team article {
    padding-left: 7%;
    padding-right: 7%;
  }
}
body.single-team article .inside {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  body.single-team article .inside {
    flex-direction: column;
  }
}
body.single-team article .inside .left {
  width: 36%;
}
@media (max-width: 1440px) {
  body.single-team article .inside .left {
    width: 29%;
  }
}
body.single-team article .inside .right {
  width: 60%;
}
@media (max-width: 1440px) {
  body.single-team article .inside .right {
    width: 68%;
  }
}
@media (max-width: 1024px) {
  body.single-team article .inside .left, body.single-team article .inside .right {
    width: 100%;
  }
}
body.single-team article header h1 {
  line-height: 1;
  font-size: 50px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
}
@media (max-width: 1024px) {
  body.single-team article header h1 {
    font-size: 40px;
  }
}
@media (max-width: 640px) {
  body.single-team article header h1 {
    font-size: 34px;
  }
}
body.single-team article header p {
  line-height: 1;
  font-size: 35px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 200;
  opacity: 0.75;
}
@media (max-width: 1024px) {
  body.single-team article header p {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  body.single-team article header p {
    font-size: 24px;
  }
}
@media (max-width: 768px) {
  body.single-team article .primary-copy {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (max-width: 1024px) {
  body.single-team article .primary-copy .left {
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
  }
}
@media (max-width: 768px) {
  body.single-team article .primary-copy .left {
    margin-top: 5%;
  }
}
@media (max-width: 1024px) {
  body.single-team article .primary-copy .left .headshot-container {
    width: 30%;
    height: auto;
  }
}
@media (max-width: 768px) {
  body.single-team article .primary-copy .left .headshot-container {
    width: 100%;
  }
}
body.single-team article .primary-copy .left .headshot-container img {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.4);
}
@media (max-width: 768px) {
  body.single-team article .primary-copy .left .headshot-container img {
    width: 100%;
    box-shadow: none;
    display: block;
    margin: 0 auto;
  }
}
body.single-team article .primary-copy .right {
  padding-top: 5%;
}
body.single-team article .primary-copy .right p strong {
  font-size: 110%;
  line-height: 1;
}
.asen-contact-page .primary-copy {
  padding: 0 50px 0;
}
@media (max-width: 768px) {
  .asen-contact-page .primary-copy {
    padding-left: 7%;
    padding-right: 7%;
  }
}
.asen-contact-page .primary-copy .columns {
  max-width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media (max-width: 1024px) {
  .asen-contact-page .primary-copy .columns {
    flex-direction: column;
  }
}
.asen-contact-page .primary-copy .columns .left {
  width: 54%;
}
.asen-contact-page .primary-copy .columns .left a {
  background: transparent;
  color: inherit;
  transition: color 200ms ease;
  -webkit-box-decoration-break: unset;
  box-decoration-break: unset;
}
.asen-contact-page .primary-copy .columns .left a:hover {
  color: #d61568;
}
.asen-contact-page .primary-copy .columns .right {
  width: 40%;
}
@media (max-width: 1024px) {
  .asen-contact-page .primary-copy .columns .right {
    margin-top: 3%;
    display: flex;
    justify-content: space-between;
  }
}
.asen-contact-page .primary-copy .columns .left, .asen-contact-page .primary-copy .columns .right {
  position: relative;
}
@media (max-width: 1024px) {
  .asen-contact-page .primary-copy .columns .left, .asen-contact-page .primary-copy .columns .right {
    width: 100%;
  }
}
.asen-contact-page .primary-copy .form-container {
  background-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.25);
  padding: 12% 7%;
  width: 100%;
}
@media (max-width: 1024px) {
  .asen-contact-page .primary-copy .form-container {
    background-color: transparent;
    box-shadow: none;
    padding: 0;
  }
}
.asen-contact-page .primary-copy .form-container h5 {
  line-height: 1;
  font-size: 60px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  padding-left: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1024px) {
  .asen-contact-page .primary-copy .form-container h5 {
    padding-left: 0;
    margin-bottom: 0;
    padding-top: 25px;
  }
}
@media (max-width: 768px) {
  .asen-contact-page .primary-copy .form-container h5 {
    font-size: 50px;
  }
}
.asen-contact-page ul.site-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}
.asen-contact-page ul.site-social li {
  display: inline-block;
}
.asen-contact-page ul.site-social li a {
  display: block;
  height: 26px;
  padding: 0 20px;
  display: flex;
  align-items: center;
}
.asen-contact-page ul.site-social li a:first-child {
  padding-left: 0;
}
.asen-contact-page ul.site-social li a svg {
  height: 100%;
  width: auto;
}
.asen-contact-page ul.site-social li a svg path {
  fill: #4f4f4f;
  transition: fill 100ms ease;
}
.asen-contact-page ul.site-social li a:hover svg path {
  fill: #d61568;
}
.asen-contact-map {
  width: 100%;
  height: 0;
  padding-top: 26%;
  background-color: #ededed;
  display: block;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .asen-contact-map {
    padding-top: 40%;
  }
}
@media (max-width: 768px) {
  .asen-contact-map {
    padding-top: 50%;
  }
}
.asen-contact-map .map {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: transform 1000ms ease;
}
.asen-contact-map:hover .map {
  transition: transform 4000ms ease;
  transform: scale(1.1);
}
.asen-contact-map:hover .map-marker img {
  animation: contact-map-pin-motion 1200ms infinite alternate;
}
.asen-contact-map:hover .map-marker:before {
  animation: contact-map-shadow-motion 1200ms infinite alternate;
}
.asen-contact-map .map-marker {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 99px;
}
@media (max-width: 1440px) {
  .asen-contact-map .map-marker {
    width: 60px;
  }
}
@media (max-width: 768px) {
  .asen-contact-map .map-marker {
    width: 40px;
  }
}
.asen-contact-map .map-marker:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 84%;
  height: 0;
  padding-top: 10%;
  background-color: #535353;
  opacity: 0.2;
  border-radius: 100%;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}
.asen-contact-map .map-marker img {
  position: absolute;
  bottom: 0;
}
@keyframes contact-map-pin-motion {
  40% {
    transform: translateY(0);
  }
  60% {
    transform: translateY(-8px);
  }
  70% {
    transform: translateY(0);
  }
}
@keyframes contact-map-shadow-motion {
  40% {
    width: 84%;
    padding-top: 10%;
    opacity: 0.2;
  }
  60% {
    width: 100%;
    padding-top: 13%;
    opacity: 0.15;
  }
  70% {
    width: 84%;
    padding-top: 10%;
    opacity: 0.2;
  }
}
footer.site-footer {
  background-color: #e9ecef;
}
footer.site-footer .inside {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto;
}
footer.site-footer p {
  color: #212529;
}
footer.site-footer a {
  color: #212529;
  display: inline-block;
  transition: color 100ms ease;
}
footer.site-footer a:hover {
  color: red;
}
body footer.site-footer .gform_wrapper {
  max-width: 450px;
  width: 100%;
}
body footer.site-footer .gform_wrapper form {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-end;
}
@media (max-width: 1024px) {
  body footer.site-footer .gform_wrapper form {
    flex-direction: column;
    align-items: stretch;
  }
}
body footer.site-footer .gform_wrapper .gform_body {
  width: auto;
  flex: 1;
}
body footer.site-footer .gform_wrapper .gform_footer {
  width: auto;
  padding: 0;
  margin: 0;
}
body footer.site-footer .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"]) {
  background-color: #fff;
  width: 100%;
  height: 60px;
}
@media (max-width: 1024px) {
  body footer.site-footer .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"]) {
    text-align: center;
  }
}
body footer.site-footer .gform_wrapper .top_label div.ginput_container {
  margin: 0;
}
body footer.site-footer .gform_wrapper input[type="submit"] {
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  width: 100%;
  height: 60px;
}
footer.site-footer.layout-1 .top, footer.site-footer.layout-2 .top, footer.site-footer.layout-3 .top {
  font-size: 24px;
}
footer.site-footer.layout-1 .top {
  padding: 80px 50px 80px;
}
@media (max-width: 768px) {
  footer.site-footer.layout-1 .top {
    padding-left: 7%;
    padding-right: 7%;
  }
}
footer.site-footer.layout-1 .top .inside {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1024px) {
  footer.site-footer.layout-1 .top .inside {
    flex-direction: column;
  }
}
footer.site-footer.layout-1 .top ul.site-social {
  margin-top: 24px;
}
footer.site-footer.layout-1 .bottom {
  background-color: #ced4da;
  padding: 30px 50px 30px;
}
@media (max-width: 768px) {
  footer.site-footer.layout-1 .bottom {
    padding-left: 7%;
    padding-right: 7%;
  }
}
footer.site-footer.layout-1 .bottom .inside {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1024px) {
  footer.site-footer.layout-1 .bottom .inside {
    flex-direction: column;
  }
  footer.site-footer.layout-1 .bottom .inside ul li:last-child {
    padding-right: 0;
  }
}
footer.site-footer.layout-1 .column-1 {
  width: 20%;
}
@media (max-width: 1400px) {
  footer.site-footer.layout-1 .column-1 {
    width: 18%;
    margin-bottom: 50px;
  }
}
footer.site-footer.layout-1 .column-1 img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 260px;
}
footer.site-footer.layout-1 .column-2 {
  width: 24%;
}
@media (max-width: 1400px) {
  footer.site-footer.layout-1 .column-2 {
    width: 32%;
    margin-bottom: 50px;
  }
}
footer.site-footer.layout-1 .column-3 {
  width: 20%;
}
@media (max-width: 1400px) {
  footer.site-footer.layout-1 .column-3 {
    width: 22%;
    margin-bottom: 50px;
  }
}
footer.site-footer.layout-1 .column-4 {
  width: 28%;
}
@media (max-width: 1400px) {
  footer.site-footer.layout-1 .column-4 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  footer.site-footer.layout-1 .column-1, footer.site-footer.layout-1 .column-2, footer.site-footer.layout-1 .column-3 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
footer.site-footer.layout-2 .top {
  padding: 80px 50px 80px;
}
@media (max-width: 768px) {
  footer.site-footer.layout-2 .top {
    padding-left: 7%;
    padding-right: 7%;
  }
}
footer.site-footer.layout-2 .top .inside {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1024px) {
  footer.site-footer.layout-2 .top .inside {
    flex-direction: column;
  }
}
footer.site-footer.layout-2 .top h5 {
  margin: 0 20px 0 0;
}
@media (max-width: 1024px) {
  footer.site-footer.layout-2 .top h5 {
    margin: 0;
  }
}
footer.site-footer.layout-2 .bottom {
  border-top: 2px solid #ced4da;
  padding: 54px 50px 30px;
}
@media (max-width: 768px) {
  footer.site-footer.layout-2 .bottom {
    padding-left: 7%;
    padding-right: 7%;
  }
}
footer.site-footer.layout-2 .bottom .inside {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  footer.site-footer.layout-2 .bottom .inside {
    flex-direction: column;
  }
}
footer.site-footer.layout-2 .bottom .column-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 1024px) {
  footer.site-footer.layout-2 .bottom .column-2 {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  footer.site-footer.layout-2 .bottom ul, footer.site-footer.layout-2 .bottom p {
    margin-bottom: 30px;
  }
}
@media (max-width: 1024px) {
  footer.site-footer.layout-2 .bottom ul.footer-menu {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 1024px) {
  footer.site-footer.layout-2 .bottom ul.footer-menu li {
    padding: 4px 0;
  }
}
footer.site-footer.layout-2 .bottom ul.footer-menu a {
  text-transform: uppercase;
}
footer.site-footer.layout-3 .top {
  padding: 80px 50px 80px;
}
@media (max-width: 768px) {
  footer.site-footer.layout-3 .top {
    padding-left: 7%;
    padding-right: 7%;
  }
}
footer.site-footer.layout-3 .top .inside {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
footer.site-footer.layout-3 .bottom {
  background-color: #ced4da;
  padding: 30px 50px 30px;
}
@media (max-width: 768px) {
  footer.site-footer.layout-3 .bottom {
    padding-left: 7%;
    padding-right: 7%;
  }
}
footer.site-footer.layout-3 .bottom .inside {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer.site-footer.layout-3 .row {
  text-align: center;
}
footer.site-footer.layout-3 .row img {
  width: auto;
  height: auto;
  max-width: 300px;
  max-height: 260px;
  margin-bottom: 30px;
}
footer.site-footer ul.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
footer.site-footer ul.footer-menu li a {
  display: inline-block;
}
footer.site-footer ul.site-social {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-start;
}
footer.site-footer ul.site-social li {
  display: inline-block;
}
footer.site-footer ul.site-social li a {
  display: block;
  padding: 0 10px;
  display: flex;
  align-items: center;
  font-size: 28px;
}
footer.site-footer .bottom p, footer.site-footer .bottom a {
  margin: 0;
  vertical-align: bottom;
}
footer.site-footer .bottom ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 1500px) {
  footer.site-footer .bottom ul {
    padding-right: 0;
  }
}
footer.site-footer .bottom ul li {
  display: inline-block;
  padding: 0 10px;
}
@media (max-width: 1024px) {
  footer.site-footer .bottom ul li:first-child {
    padding-left: 0;
  }
}
footer.site-footer .bottom ul li a {
  transition: color 100ms ease;
}
body.search main .search-banner {
  padding: 4% 50px 3%;
  background-color: #383838;
}
@media (max-width: 768px) {
  body.search main .search-banner {
    padding-left: 7%;
    padding-right: 7%;
  }
}
@media (max-width: 768px) {
  body.search main .search-banner {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
body.search main .search-banner .inside {
  max-width: 1280px;
  margin: 0 auto;
}
body.search main .search-banner .inside h1 {
  color: #fff;
}
body.search form.search-form {
  display: flex;
  flex-direction: row;
  align-items: center;
}
body.search form.search-form label {
  margin: 0;
  flex: 1;
}
body.search form.search-form label .search-field {
  width: 100%;
}
body.search .results {
  padding: 4% 50px 6%;
}
@media (max-width: 768px) {
  body.search .results {
    padding-left: 7%;
    padding-right: 7%;
  }
}
body.search .results .inside {
  max-width: 1280px;
  margin: 0 auto;
}
body.search .results article {
  margin-top: 1rem;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 2rem;
}
body.search .results article .type {
  margin: 0;
}
body.error404 main {
  padding: 6% 50px 8%;
}
@media (max-width: 768px) {
  body.error404 main {
    padding-left: 7%;
    padding-right: 7%;
  }
}
body.error404 .entry {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
}
body.error404 .widget_search form {
  display: flex;
  justify-content: flex-start;
}
body.error404 .widget_search label {
  margin: 0;
}
body.error404 .widget_search input.search-field {
  margin: 0;
}
body.error404 nav.not-found-menu a {
  color: #4f4f4f;
  transition: color 200ms ease;
}
body.error404 nav.not-found-menu a:hover {
  color: #d61568;
}
header.site-header.layout-1 .inside {
  max-width: 1600px;
  margin: 0 auto;
}
header.site-header.layout-1 .inside .button {
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background: #4fc2c5;
  color: #fff;
  border-radius: 5px;
  padding: 19px 48px;
  margin-left: 25px;
}
header.site-header.layout-1 .inside .button:hover {
  background: #e41f2f;
}
nav.header-menu ul > li > a {
  color: #522e90;
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 20px;
}
nav.header-menu ul > li > a:hover {
  color: #e41f2f;
}
nav.header-menu ul > li {
  position: relative;
}
nav.header-menu ul > li:hover ul {
  opacity: 1;
  pointer-events: all;
  top: 100%;
  margin-top: -20px;
  transition: all 100ms ease 0;
}
nav.header-menu ul > li > ul {
  display: block;
  position: absolute;
  top: calc(100% - 10px);
  left: 50%;
  height: auto;
  transform: translateX(-50%);
  z-index: 1;
  pointer-events: none;
  opacity: 0;
  background-color: #fff;
  transition: all 100ms ease 100ms;
  width: 220px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-radius: 6px;
  text-align: center;
  box-shadow: -5px 5px 0 rgba(0, 0, 0, 0.25);
  border: 1px solid #f9f9f9;
}
nav.header-menu ul > li > ul > li {
  width: 100%;
}
nav.header-menu ul > li > ul > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #522e90;
}
nav.header-menu ul > li > ul > li > a span {
  position: relative;
}
nav.header-menu ul > li > ul > li > a span:before {
  background: #eaeaea;
}
.off-canvas-menu-container {
  background-color: rgba(82, 46, 144, 0.95);
}
.off-canvas-menu ul li a {
  font-family: "cooper-black-std", serif;
}
.off-canvas-menu ul li a:hover {
  color: #4fc2c5;
}
a {
  color: #4fc2c5;
}
a:hover {
  color: #e11022;
}
h1 {
  font-family: "cooper-black-std", serif;
  font-size: 100px;
  color: #e11022;
  line-height: 1.1;
}
h2 {
  font-family: "cooper-black-std", serif;
  font-size: 90px;
  color: #e11022;
  line-height: 1;
}
@media (max-width: 1440px) {
  h2 {
    font-size: 75px;
  }
}
@media (max-width: 640px) {
  h2 {
    font-size: 50px;
  }
}
h3 {
  font-size: 68px;
  color: #e11022;
  font-family: "cooper-black-std", serif;
  line-height: 1;
  margin-bottom: 30px;
}
@media (max-width: 1440px) {
  h3 {
    font-size: 55px;
  }
}
@media (max-width: 620px) {
  h3 {
    font-size: 43px;
  }
}
@media (max-width: 430px) {
  h3 {
    font-size: 35px;
  }
}
h4 {
  font-family: "cooper-black-std", serif;
  font-size: 55px;
  color: #e11022;
  line-height: 1.2;
}
h5 {
  font-family: "cooper-black-std", serif;
  font-size: 45px;
  color: #e11022;
  line-height: 1.1;
}
h6 {
  color: #522e90;
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 22px;
}
p {
  color: #464646;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
}
@media (max-width: 590px) {
  p {
    font-size: 21px;
  }
}
ul li, ol li {
  color: #464646;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.3;
  padding-bottom: 20px;
}
body #sb_instagram.sbi {
  padding-bottom: 0 !important;
}
a.custom-button {
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 18px;
  background: #4fc2c5;
  color: #fff;
  border-radius: 5px;
  padding: 18px 35px;
  display: inline-block;
}
@media (max-width: 590px) {
  a.custom-button {
    padding: 10px 23px;
  }
}
a.custom-button:hover {
  background: #e41f2f;
}
a.custom-button.red-button {
  background: #e41f2f;
}
a.custom-button.red-button:hover {
  background: #522e90;
}
a.custom-button.purple-button {
  background: #522e90;
}
a.custom-button.purple-button:hover {
  background: #e41f2f;
}
a.custom-button.orange-button {
  background: #fa9926;
}
a.custom-button.orange-button:hover {
  background: #e41f2f;
}
a.custom-button.white-button {
  background: #fff;
  color: #522e90;
}
a.custom-button.white-button:hover {
  background: #522e90;
  color: #fff;
}
.heathers-background-pattern {
  background: url("/wp-content/uploads/2020/09/pattern-backgroundpng.png");
  background-repeat: repeat;
}
.quote-row {
  padding: 220px 0 190px;
}
@media (max-width: 1440px) {
  .quote-row {
    padding: 80px 0;
  }
}
@media (max-width: 590px) {
  .quote-row {
    padding: 50px 0;
  }
}
.quote-row h4 {
  color: #fa9926;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 43px;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 1280px) {
  .quote-row h4 {
    font-size: 32px;
  }
}
@media (max-width: 640px) {
  .quote-row h4 {
    font-size: 23px;
  }
}
.quote-row p {
  color: #522e90;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
}
header.asen-front-page-banner {
  position: relative;
  margin-bottom: 7px;
}
header.asen-front-page-banner svg {
  max-width: 475px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 980px) {
  header.asen-front-page-banner svg {
    width: 36%;
  }
}
header.asen-front-page-banner .copy {
  max-width: 560px;
}
header.asen-front-page-banner .copy h1 {
  font-size: 108px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1780px) {
  header.asen-front-page-banner .copy h1 {
    font-size: 75px;
  }
}
@media (max-width: 1280px) {
  header.asen-front-page-banner .copy h1 {
    font-size: 65px;
    max-width: 500px;
  }
}
@media (max-width: 980px) {
  header.asen-front-page-banner .copy h1 {
    font-size: 54px;
  }
}
@media (max-width: 590px) {
  header.asen-front-page-banner .copy h1 {
    font-size: 46px;
    max-width: 450px;
  }
}
body.page-id-85 header.asen-front-page-banner .copy h1 {
  font-size: 82px;
}
@media (max-width: 1780px) {
  body.page-id-85 header.asen-front-page-banner .copy h1 {
    font-size: 75px;
  }
}
@media (max-width: 1280px) {
  body.page-id-85 header.asen-front-page-banner .copy h1 {
    font-size: 65px;
    max-width: 500px;
  }
}
@media (max-width: 980px) {
  body.page-id-85 header.asen-front-page-banner .copy h1 {
    font-size: 54px;
  }
}
@media (max-width: 590px) {
  body.page-id-85 header.asen-front-page-banner .copy h1 {
    font-size: 46px;
    max-width: 450px;
  }
}
header.asen-front-page-banner .copy p {
  font-size: 50px;
  max-width: 550px;
  padding-bottom: 15px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
}
@media (max-width: 1580px) {
  header.asen-front-page-banner .copy p {
    font-size: 43px;
  }
}
@media (max-width: 1280px) {
  header.asen-front-page-banner .copy p {
    max-width: 400px;
    font-size: 31px;
  }
}
@media (max-width: 590px) {
  header.asen-front-page-banner .copy p {
    font-size: 24px;
    max-width: 362px;
  }
}
header.asen-front-page-banner .buttons a.button {
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 21px;
  background: #4fc2c5;
  color: #fff;
  border-radius: 5px;
  padding: 20px 35px;
  display: inline-block;
  min-width: 225px;
}
@media (max-width: 590px) {
  header.asen-front-page-banner .buttons a.button {
    font-size: 16.5px;
    padding: 14px 33px;
    min-width: auto;
  }
}
header.asen-front-page-banner .buttons a.button:hover {
  background: #e41f2f;
}
header.asen-front-page-banner .image {
  z-index: 1;
}
header.asen-front-page-banner .inside {
  z-index: 3;
  max-width: 1280px;
}
.five-star-rating-block {
  background: #522e90;
}
.five-star-rating-block h4 {
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  font-family: "proxima-soft", sans-serif;
  margin-bottom: 0;
}
.five-star-rating-block p {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  font-family: "proxima-soft", sans-serif;
  margin-bottom: 0;
}
.five-star-rating-block .five-stars {
  margin-bottom: 20px;
}
.five-star-rating-block .five-stars .fa-star {
  color: #fa9926;
  font-size: 34px;
}
@media (max-width: 980px) {
  .five-star-rating-block .five-stars .fa-star {
    font-size: 31px;
  }
}
@media (max-width: 590px) {
  .five-star-rating-block .five-stars .fa-star {
    font-size: 30px;
  }
}
.five-star-rating-block a.custom-button {
  font-size: 16.5px;
  padding: 10px 23px;
  display: inline-block;
}
.five-star-rating-block .inner-column-2 {
  text-align: center;
}
.five-star-rating-block .kt-row-column-wrap {
  padding: 55px 0 55px;
}
@media (max-width: 1780px) {
  .five-star-rating-block h4 {
    font-size: 45px;
  }
  .five-star-rating-block .inner-column-1 {
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  .five-star-rating-block h4 {
    font-size: 40px;
  }
  .five-star-rating-block .inner-column-1 {
    flex: 0 1 65% !important;
  }
  .five-star-rating-block .inner-column-2 {
    flex: 0 1 30% !important;
  }
}
@media (max-width: 1120px) {
  .five-star-rating-block h4 {
    font-size: 35px;
  }
  .five-star-rating-block .kt-row-column-wrap {
    padding: 35px 0;
    align-items: center;
  }
}
@media (max-width: 890px) {
  .five-star-rating-block .inner-column-1 {
    flex: 0 1 50% !important;
  }
  .five-star-rating-block .inner-column-2 {
    flex: 0 1 50% !important;
  }
}
@media (max-width: 768px) {
  .five-star-rating-block h4 {
    font-size: 30px;
    text-align: center;
  }
  .five-star-rating-block p {
    text-align: center;
  }
  .five-star-rating-block .inner-column-1 {
    margin-bottom: 15px !important;
  }
}
@media (max-width: 590px) {
  .five-star-rating-block h4 {
    text-align: center;
  }
  .five-star-rating-block p {
    text-align: center;
  }
  .five-star-rating-block .kt-row-column-wrap {
    padding: 35px 0 45px;
  }
}
.split-intro-block {
  padding: 120px 0 120px;
}
@media (max-width: 1440px) {
  .split-intro-block {
    padding: 50px 0;
  }
}
.split-intro-block .kt-inside-inner-col {
  max-width: 570px;
  margin: 0 auto;
  width: 100% !important;
}
@media (max-width: 1024px) {
  .split-intro-block .kt-inside-inner-col {
    max-width: none;
  }
}
.split-intro-block .inner-column-2 .kt-inside-inner-col {
  max-width: 450px;
}
@media (max-width: 1024px) {
  .split-intro-block .inner-column-2 .kt-inside-inner-col {
    max-width: none;
  }
}
.split-intro-block .kt-row-column-wrap {
  align-items: center;
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .split-intro-block .kt-row-column-wrap {
    padding: 50px 0;
  }
}
.split-intro-block .services-cta-column {
  text-align: center;
  max-width: 510px;
  position: relative;
}
@media (max-width: 1200px) {
  .split-intro-block .services-cta-column {
    margin-top: 50px;
  }
}
.split-intro-block .services-cta-column .wp-block-group {
  background: #4fc2c5;
  border-radius: 15px;
  padding-bottom: 70px;
  overflow: hidden;
  position: relative;
}
.split-intro-block .services-cta-column .wp-block-group__inner-container > * {
  position: relative;
  z-index: 1;
}
.split-intro-block .services-cta-column .wp-block-group__inner-container > svg {
  z-index: 0;
}
.split-intro-block .services-cta-column .circle-background {
  background: #389ea1;
  border-radius: 100%;
  width: 165px;
  height: 165px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -65px;
  z-index: 5;
}
@media (max-width: 640px) {
  .split-intro-block .services-cta-column .circle-background {
    width: 122px;
    height: 122px;
    top: -46px;
  }
}
.split-intro-block .services-cta-column .circle-background svg.scissors-icon {
  width: 70%;
}
.split-intro-block .services-cta-column svg.cta-box-rainbow {
  width: 220px;
  right: 0;
  bottom: 0;
  position: absolute;
}
.split-intro-block .services-cta-column h4 {
  color: #fff;
  font-size: 43px;
  background: #389ea1;
  border-radius: 15px 15px 0 0;
  padding: 90px 25px 45px;
  margin-bottom: 50px;
}
@media (max-width: 1440px) {
  .split-intro-block .services-cta-column h4 {
    font-size: 37px;
    margin-bottom: 30px;
  }
}
@media (max-width: 640px) {
  .split-intro-block .services-cta-column h4 {
    font-size: 28px;
  }
}
.split-intro-block .services-cta-column h5 {
  color: #fff;
  font-family: "proxima-soft", sans-serif;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  padding: 0 30px;
}
@media (max-width: 1440px) {
  .split-intro-block .services-cta-column h5 {
    font-size: 26px;
  }
}
@media (max-width: 640px) {
  .split-intro-block .services-cta-column h5 {
    font-size: 22px;
  }
}
.split-intro-block .services-cta-column .button-container {
  margin-top: 40px;
}
.split-intro-block .services-cta-column .button-container a.custom-button {
  background: #fff;
  color: #464646;
  font-size: 21px;
}
.split-intro-block .services-cta-column .button-container a.custom-button:hover {
  color: #fff;
  background: #e41f2f;
}
.why-heathers-block {
  padding: 120px 0 120px;
  padding-bottom: 120px;
}
@media (max-width: 1440px) {
  .why-heathers-block {
    padding: 50px 0;
  }
}
.why-heathers-block .inner-column-1 .kt-inside-inner-col {
  max-width: 500px;
}
@media (max-width: 1024px) {
  .why-heathers-block .inner-column-1 .kt-inside-inner-col {
    max-width: none;
  }
}
.why-heathers-block.careers .kt-row-column-wrap {
  align-items: inherit;
}
.why-heathers-block.careers .inner-column-1 .kt-inside-inner-col {
  max-width: none;
}
.why-heathers-block.careers .kt-svg-icon-list li.kt-svg-icon-list-item-wrap {
  margin-bottom: 35px !important;
}
.why-heathers-block.careers .kt-svg-icon-list .kt-svg-icon-list-text {
  font-size: 29px;
  line-height: 1.1;
}
.why-heathers-block .button-container {
  margin-top: 50px;
}
.why-heathers-block .kt-row-column-wrap {
  align-items: center;
}
.why-heathers-block .kt-svg-icon-list li.kt-svg-icon-list-item-wrap {
  margin-bottom: 45px !important;
}
.why-heathers-block .kt-svg-icon-list .kt-svg-icon-list-text {
  color: #522e90;
  font-size: 29px;
  font-family: "cooper-black-std", serif;
}
@media (max-width: 640px) {
  .why-heathers-block .kt-svg-icon-list .kt-svg-icon-list-text {
    font-size: 21px;
  }
}
.why-heathers-block .kt-svg-icon-list svg {
  fill: #56bfc2;
  width: auto;
  height: 34px;
  transform: skew(1deg, 2deg) rotate(-13deg);
}
.contact-block .contact-options {
  margin-top: 50px;
}
@media (max-width: 1024px) {
  .contact-block .contact-options .kt-gutter-wider > .wp-block-kadence-column {
    margin-right: 20px !important;
  }
}
@media (max-width: 768px) {
  .contact-block .contact-options .kt-row-layout-equal > .wp-block-kadence-column {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .contact-block .contact-options .kt-row-column-wrap {
    flex-direction: column;
  }
}
.contact-block .wp-block-kadence-column p {
  margin-bottom: 0;
  font-size: 23px;
  color: #fff;
}
@media (max-width: 1440px) {
  .contact-block .wp-block-kadence-column p {
    font-size: 20px;
  }
}
@media (max-width: 1024px) {
  .contact-block .wp-block-kadence-column p {
    font-size: 23px;
  }
}
@media (max-width: 768px) {
  .contact-block .wp-block-kadence-column p {
    font-size: 20px;
  }
}
.contact-block .wp-block-kadence-column h5 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 35px;
  color: #fff;
}
@media (max-width: 1440px) {
  .contact-block .wp-block-kadence-column h5 {
    font-size: 30px;
  }
}
.contact-block .wp-block-kadence-column.box-column .kt-inside-inner-col {
  display: flex;
  height: 100%;
}
.contact-block .wp-block-kadence-column.box-column a {
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  width: 100%;
  display: block;
  padding: 50px 40px;
  border-radius: 7px;
}
.contact-block .wp-block-kadence-column.box-column a:hover {
  transform: scale(1.05);
}
.contact-block .wp-block-kadence-column.contact-form a {
  background: #522e90;
}
.contact-block .wp-block-kadence-column.booking-form a {
  background: #4fc2c5;
}
.contact-block .wp-block-kadence-column.pay-deposit a {
  background: #fa9926;
}
.faq-block {
  background: #4fc2c5;
  overflow: hidden;
  padding: 120px 0 120px;
  position: relative;
  padding-bottom: 13%;
}
@media (max-width: 1440px) {
  .faq-block {
    padding: 50px 0;
  }
}
@media (max-width: 2560px) {
  .faq-block {
    padding-bottom: 200px;
  }
}
@media (max-width: 860px) {
  .faq-block {
    padding-bottom: 160px;
  }
}
@media (max-width: 600px) {
  .faq-block {
    padding-bottom: 120px;
  }
}
.faq-block .kt-row-column-wrap, .faq-block .kt-row-layout-inner {
  position: static;
}
.faq-block svg.bubbles-edge {
  width: 100%;
  position: absolute;
  bottom: -8%;
  left: 50%;
  transform: translateX(-50%);
  z-index: -50;
}
@media (max-width: 2560px) {
  .faq-block svg.bubbles-edge {
    width: 2560px;
    bottom: -282px;
  }
}
@media (max-width: 860px) {
  .faq-block svg.bubbles-edge {
    bottom: -276px;
  }
}
@media (max-width: 600px) {
  .faq-block svg.bubbles-edge {
    bottom: -305px;
  }
}
.faq-block h3 {
  color: #fff;
  max-width: 700px;
  margin: auto;
  margin-bottom: 50px;
}
.faq-block h5 {
  color: #522e90;
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 25px;
}
.faq-block .wp-block-kadence-accordion {
  padding-bottom: 25px;
}
.faq-block p {
  font-size: 19px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
}
.faq-block p.faq-contact-cta {
  color: #fff;
  text-transform: uppercase;
  margin-top: 45px;
  font-size: 16.5px;
  font-weight: 700;
}
.faq-block p.faq-contact-cta a {
  color: #522e90;
}
@media (max-width: 640px) {
  .faq-block p.faq-contact-cta a {
    display: block;
  }
}
.faq-block p.faq-contact-cta a:hover {
  opacity: 0.75;
}
.faq-block .kt-accordion-id_5fa47c-93 .wp-block-kadence-pane .kt-blocks-accordion-header {
  background: #fff;
  color: #464646;
  text-transform: uppercase;
  font-size: 16.5px;
  font-weight: 700;
  font-family: "proxima-soft", sans-serif;
  padding: 22px 25px;
  border-radius: 5px;
}
.faq-block .kt-accordion-header-wrap .kt-blocks-accordion-header.kt-accordion-panel-active {
  background: #522e90;
  color: #fff;
}
.faq-block .kt-accordion-panel .kt-accordion-panel-inner {
  border-radius: 5px;
}
.faq-block .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:before, .faq-block .kt-accodion-icon-style-basic .kt-blocks-accordion-icon-trigger:after {
  width: 15px;
}
.faq-block .kt-accordion-id_5fa47c-93:not(.kt-accodion-icon-style-basiccircle):not(.kt-accodion-icon-style-xclosecircle):not(.kt-accodion-icon-style-arrowcircle) .kt-blocks-accordion-icon-trigger:after, .faq-block .kt-accordion-id_5fa47c-93:not(.kt-accodion-icon-style-basiccircle):not(.kt-accodion-icon-style-xclosecircle):not(.kt-accodion-icon-style-arrowcircle) .kt-blocks-accordion-icon-trigger:before {
  background: #fa9926;
}
.wall-of-fame-block {
  padding: 0;
}
.wall-of-fame-block.wp-block-kadence-rowlayout .kt-row-layout-inner {
  padding-left: 0;
  padding-right: 0;
}
.wall-of-fame-block h6 {
  padding-top: 40px;
}
body.page-id-327 .asen-page-banner div.subtitle {
  max-width: 450px;
}
.asen-page-banner {
  padding: 6% 50px;
  margin-bottom: 0;
}
body.page-id-12 .asen-page-banner {
  padding: 8% 50px;
}
.asen-page-banner .inside {
  max-width: 1280px;
}
.asen-page-banner h1 {
  color: #fff;
  font-size: 90px;
  text-align: left;
  max-width: 650px;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  line-height: 1;
}
@media (max-width: 1780px) {
  .asen-page-banner h1 {
    font-size: 75px;
  }
}
@media (max-width: 1280px) {
  .asen-page-banner h1 {
    font-size: 65px;
    max-width: 500px;
  }
}
@media (max-width: 980px) {
  .asen-page-banner h1 {
    font-size: 54px;
    margin-bottom: 5px;
  }
}
@media (max-width: 590px) {
  .asen-page-banner h1 {
    font-size: 46px;
    max-width: 326px;
  }
}
.asen-page-banner div.subtitle {
  font-size: 30px;
  color: #fff;
  max-width: 650px;
  text-align: left;
  font-family: "proxima-soft", sans-serif;
  font-weight: 600;
  line-height: 1.2;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
}
@media (max-width: 1280px) {
  .asen-page-banner div.subtitle {
    max-width: 500px;
    font-size: 26px;
  }
}
@media (max-width: 980px) {
  .asen-page-banner div.subtitle {
    max-width: 400px;
  }
}
@media (max-width: 590px) {
  .asen-page-banner div.subtitle {
    font-size: 23px;
    max-width: 362px;
  }
}
@media (max-width: 1280px) {
  body.page-id-7 .asen-page-banner div.subtitle {
    font-size: 24px;
  }
}
@media (max-width: 790px) {
  body.page-id-7 .asen-page-banner div.subtitle span {
    display: none;
  }
}
.asen-page-banner .button-container {
  margin-top: 25px;
}
@media (max-width: 590px) {
  .asen-page-banner {
    padding: 8% 6%;
  }
}
.spa-services-block {
  padding: 120px 0 120px;
}
@media (max-width: 1440px) {
  .spa-services-block {
    padding: 50px 0;
  }
}
.spa-services-block .services-intro-block {
  margin-bottom: 75px;
}
.spa-services-block .services-intro-block p.services-intro-paragraph {
  max-width: 980px;
  margin: 0 auto;
}
.spa-services-block h3 {
  margin-bottom: 30px;
}
.spa-services-block h6 {
  font-size: 26px;
}
@media (max-width: 590px) {
  .spa-services-block h6 {
    font-size: 24px;
    margin-bottom: 8px;
  }
}
.spa-services-block .spa-services p {
  font-size: 22px;
}
.spa-services-block .button-container {
  text-align: right;
}
.spa-services-block .button-container a.custom-button {
  min-width: 225px;
  text-align: center;
}
@media (max-width: 590px) {
  .spa-services-block .button-container {
    text-align: left;
  }
}
.serving-houston-block {
  padding: 120px 0 120px;
  background: #4fc2c5 url("/wp-content/uploads/2020/09/pattern-wht.png");
  background-repeat: repeat;
}
@media (max-width: 1440px) {
  .serving-houston-block {
    padding: 50px 0;
  }
}
.serving-houston-block h3 {
  color: #fff;
}
.serving-houston-block h4 {
  text-align: center;
  color: #fff;
  font-size: 35px;
  margin-top: 50px;
}
.serving-houston-block p {
  color: #fff;
  font-weight: 600;
}
.serving-houston-block .fa-paw {
  margin: 0 15px;
  font-size: 30px;
  opacity: 0.75;
  transform: skew(1deg, 2deg) rotate(-13deg);
}
.serving-houston-block .button-container {
  text-align: center;
}
.pricing-block {
  padding: 120px 0 120px;
}
@media (max-width: 1440px) {
  .pricing-block {
    padding: 50px 0;
  }
}
@media (max-width: 1024px) {
  .pricing-block .kt-row-column-wrap {
    flex-direction: column;
  }
  .pricing-block .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100%;
    flex: none !important;
    margin-bottom: 0 !important;
  }
}
.pricing-block .pricing-intro-block {
  margin-bottom: 35px;
}
.pricing-block .button-container {
  text-align: right;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .pricing-block .button-container {
    text-align: left;
  }
}
.pricing-block .button-container a.custom-button {
  min-width: 225px;
  text-align: center;
}
.pricing-block .pricing-table td {
  color: #464646;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.2;
  padding-bottom: 10px;
}
.pricing-block .pricing-table td strong {
  color: #522e90;
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 35px 0 0;
  display: block;
}
.pricing-block .pricing-table em {
  font-size: 17px;
}
.pricing-block .pricing-disclaimer-block {
  margin-top: 80px;
}
.pricing-block .pricing-disclaimer-block strong {
  color: #fa9926;
}
.pricing-table-with-header thead tr {
  width: 100%;
  display: inline-table;
}
.pricing-table-with-header thead tr th.has-text-align-right {
  line-height: 0.8;
}
.pricing-table-with-header thead tr th.has-text-align-right a {
  font-size: 19px;
  margin-left: 5px;
  color: #4fc2c5;
  transition: opacity 200ms ease;
}
.pricing-table-with-header thead tr th.has-text-align-right a:hover {
  opacity: 0.7;
}
@media (max-width: 590px) {
  .pricing-table-with-header thead tr th.has-text-align-right a {
    font-size: 16px;
  }
}
.health-info-block {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .health-info-block {
    padding: 50px 0;
  }
}
.packages-block {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .packages-block {
    padding: 50px 0;
  }
}
.packages-block .package-tile {
  border-radius: 7px;
  padding: 50px 45px;
}
.packages-block .package-tile.purple-box {
  background: #522e90;
}
.packages-block .package-tile.purple-box.background-texture {
  background: #522e90 url("/wp-content/uploads/2020/09/purple-pattern.png");
  background-repeat: repeat;
}
.packages-block .package-tile.purple-box p {
  color: #fff;
  font-size: 22px;
}
.packages-block .package-tile.purple-box h4 {
  color: #fff;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 40px;
}
.packages-block .package-tile.purple-box h4 a {
  color: #4fc2c5;
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-left: 10px;
}
.packages-block .package-tile.purple-box ol, .packages-block .package-tile.purple-box ul {
  margin-bottom: 2rem;
}
.packages-block .package-tile.purple-box li {
  color: #fff;
  font-size: 22px;
  padding-bottom: 8px;
}
.packages-block .package-tile.teal-box {
  background: #4fc2c5;
}
.packages-block .package-tile.teal-box.background-texture {
  background: #4fc2c5 url("/wp-content/uploads/2020/09/teal-pattern.png");
  background-repeat: repeat;
}
.packages-block .package-tile.teal-box p {
  color: #fff;
  font-size: 22px;
}
.packages-block .package-tile.teal-box h4 {
  color: #fff;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 40px;
}
.packages-block .package-tile.teal-box h4 a {
  color: #522e90;
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-left: 10px;
}
.packages-block .package-tile.teal-box ol, .packages-block .package-tile.teal-box ul {
  margin-bottom: 2rem;
}
.packages-block .package-tile.teal-box li {
  color: #fff;
  font-size: 22px;
  padding-bottom: 8px;
}
.packages-block .package-tile.orange-box {
  background: #fa9926;
}
.packages-block .package-tile.orange-box p {
  color: #fff;
  font-size: 22px;
}
.packages-block .package-tile.orange-box h4 {
  color: #fff;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 40px;
}
.packages-block .package-tile.orange-box h4 a {
  color: #522e90;
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-left: 10px;
}
.packages-block .package-tile.orange-box ol, .packages-block .package-tile.orange-box ul {
  margin-bottom: 2rem;
}
.packages-block .package-tile.orange-box li {
  color: #fff;
  font-size: 22px;
  padding-bottom: 8px;
}
.monthly-memberships {
  padding: 80px 0;
  padding-bottom: 0;
}
@media (max-width: 1440px) {
  .monthly-memberships {
    padding: 50px 0;
  }
}
.monthly-memberships h4 {
  line-height: 1;
}
@media (max-width: 768px) {
  .monthly-memberships h4 {
    font-size: 46px;
  }
}
@media (max-width: 640px) {
  .monthly-memberships {
    padding: 20px 0 0;
  }
}
@media (max-width: 768px) {
  .pet-perks .kt-row-column-wrap {
    padding-top: 0;
  }
}
@media (max-width: 1000px) {
  .pet-perks .kt-row-column-wrap {
    flex-direction: column;
  }
  .pet-perks .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100%;
    flex: none !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
  .pet-perks .kt-row-column-wrap > .wp-block-kadence-column:last-child {
    margin-bottom: 0px !important;
  }
  .pet-perks .kt-inside-inner-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.pet-perks .package-tile {
  border-radius: 7px;
  padding: 40px 30px;
}
@media (max-width: 640px) {
  .pet-perks .package-tile {
    padding: 30px 20px;
  }
}
.pet-perks .package-tile ol, .pet-perks .package-tile ul {
  margin-bottom: 2rem;
}
.pet-perks .package-tile ol li, .pet-perks .package-tile ul li {
  color: #fff;
  font-size: 21px;
  padding-bottom: 14px;
  line-height: 1;
}
.pet-perks .package-tile.purple-box {
  background: #522e90;
}
.pet-perks .package-tile.purple-box.background-texture {
  background: #522e90 url("/wp-content/uploads/2020/09/purple-pattern.png");
  background-repeat: repeat;
}
.pet-perks .package-tile.purple-box p {
  color: #fff;
  font-size: 22px;
}
.pet-perks .package-tile.purple-box h4 {
  color: #fff;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 40px;
  line-height: 1;
}
.pet-perks .package-tile.purple-box h4 a {
  color: #4fc2c5;
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-left: 10px;
}
.pet-perks .package-tile.teal-box {
  background: #4fc2c5;
}
.pet-perks .package-tile.teal-box.background-texture {
  background: #4fc2c5 url("/wp-content/uploads/2020/09/teal-pattern.png");
  background-repeat: repeat;
}
.pet-perks .package-tile.teal-box p {
  color: #fff;
  font-size: 22px;
}
.pet-perks .package-tile.teal-box h4 {
  color: #fff;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 40px;
  line-height: 1;
}
.pet-perks .package-tile.teal-box h4 a {
  color: #522e90;
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-left: 10px;
}
.pet-perks .package-tile.orange-box {
  background: #fa9926;
}
.pet-perks .package-tile.orange-box p {
  color: #fff;
  font-size: 22px;
  margin-bottom: 0;
}
.pet-perks .package-tile.orange-box h4 {
  color: #fff;
  align-items: center;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  font-size: 40px;
  line-height: 1;
}
.pet-perks .package-tile.orange-box h4 a {
  color: #522e90;
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 21px;
  margin-left: 10px;
}
.pet-perks .package-tile.orange-box h6 {
  margin-top: 30px;
  margin-bottom: 4px;
}
.contact-form-block {
  padding: 50px 0;
}
.contact-form-block .inner-column-2 .kt-inside-inner-col {
  background: #522e90;
  border-radius: 7px;
  padding: 35px 20px 10px;
}
.contact-form-block h5 {
  font-size: 35px;
  color: #fff;
  text-align: center;
}
.contact-form-block p {
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.release-terms-block {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .release-terms-block {
    padding: 50px 0;
  }
}
.release-form-block {
  padding-bottom: 100px;
}
.team-grid-block {
  /* padding: 120px 0 120px; */
  padding-top: 20px;
}
@media (max-width: 1440px) {
  .team-grid-block {
    padding: 50px 0;
  }
}
@media (max-width: 1200px) {
  .team-grid-block .kt-row-column-wrap {
    flex-direction: column;
  }
  .team-grid-block .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100%;
    flex: none !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1200px) {
  .team-grid-block .kt-inside-inner-col {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .team-grid-block .kt-inside-inner-col > *:nth-child(odd) {
    width: 32%;
    transform: translate(34px, -19px);
  }
  .team-grid-block .kt-inside-inner-col > *:nth-child(even) {
    width: 68%;
    min-height: 358px;
    padding-left: 55px;
  }
}
@media (max-width: 740px) {
  .team-grid-block .kt-inside-inner-col > *:nth-child(odd) {
    width: 100%;
    transform: none;
  }
  .team-grid-block .kt-inside-inner-col > *:nth-child(even) {
    width: 100%;
    min-height: auto;
    padding-left: 35px;
  }
}
.team-grid-block figure {
  border-radius: 7px;
}
.team-grid-block img {
  border-radius: 7px;
  width: 100%;
}
.team-grid-block p {
  color: #fff;
  font-size: 21px;
}
.team-grid-block h5 {
  color: #fff;
  font-size: 35px;
}
.team-grid-block .team-bio-text-block {
  padding: 35px;
  border-radius: 7px;
  margin-bottom: 75px;
}
@media (max-width: 1200px) {
  .team-grid-block .team-bio-text-block {
    margin-bottom: 70px;
  }
}
.team-grid-block .team-bio-text-block.purple-background {
  background: #522e90;
}
.team-grid-block .team-bio-text-block.orange-background {
  background: #fa9926;
}
.team-grid-block .team-bio-text-block.teal-background {
  background: #56bfc2;
}
.grooming-101-block {
  padding: 120px 0 120px;
}
@media (max-width: 1440px) {
  .grooming-101-block {
    padding: 50px 0;
  }
}
.grooming-101-block h5 {
  font-size: 33px;
  color: #56bfc2;
}
.testimonials-row {
  padding: 120px 0 120px;
}
@media (max-width: 1440px) {
  .testimonials-row {
    padding: 50px 0;
  }
}
.wp-block-kadence-testimonials .kt-blocks-carousel .kt-testimonial-content {
  color: #fa9926;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.2;
  font-style: italic;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 640px) {
  .wp-block-kadence-testimonials .kt-blocks-carousel .kt-testimonial-content {
    font-size: 23px;
  }
}
.wp-block-kadence-testimonials .kt-blocks-carousel .kt-testimonial-name {
  color: #522e90;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 27px;
  text-align: center;
}
.wp-block-kadence-testimonials .kt-blocks-carousel .kt-testimonial-occupation {
  color: #522e90;
  font-family: "proxima-soft", sans-serif;
  font-size: 20px;
  text-align: center;
}
.about-heather-block {
  padding: 120px 0 120px;
}
@media (max-width: 1440px) {
  .about-heather-block {
    padding: 50px 0;
  }
}
.about-heather-block .kt-row-column-wrap {
  align-items: center;
}
.about-heather-block img {
  border-radius: 7px;
}
.about-page-cta-block {
  padding: 120px 0 120px;
  background: #522e90 url("/wp-content/uploads/2020/09/purple-pattern.png");
  background-repeat: repeat;
}
@media (max-width: 1440px) {
  .about-page-cta-block {
    padding: 50px 0;
  }
}
.about-page-cta-block .cta-content-block {
  border-radius: 7px;
  padding: 40px;
}
.about-page-cta-block .cta-content-block.teal-block {
  background: #4fc2c5;
}
.about-page-cta-block .cta-content-block.orange-block {
  background: #fa9926;
}
.about-page-cta-block .cta-content-block.yellow-block {
  background: #fecb01;
}
.about-page-cta-block .cta-content-block h5 {
  color: #fff;
  font-size: 35px;
}
.about-page-cta-block .cta-content-block p {
  color: #fff;
}
.about-features-section {
  padding: 120px 0 120px;
}
@media (max-width: 1440px) {
  .about-features-section {
    padding: 50px 0;
  }
}
.about-features-section .kt-row-column-wrap {
  align-items: center;
}
.about-features-section .adopt-dont-shop-column {
  text-align: center;
}
.about-features-section .adopt-dont-shop-column svg.adopt-dont-shop {
  width: 385px;
  margin-bottom: 45px;
  transform: rotate(-4deg);
}
.about-features-section .adopt-dont-shop-column p {
  max-width: 475px;
  margin: auto;
  font-size: 23px;
}
.doggy-pics .kt-row-layout-inner {
  padding-left: 0;
  padding-right: 0;
}
.doggy-pics .kt-row-layout-inner .kt-blocks-carousel {
  padding-bottom: 0;
}
.company-vision-block {
  padding: 120px 0 120px;
  background: #522e90 url("/wp-content/uploads/2020/09/purple-pattern.png");
  background-repeat: repeat;
}
@media (max-width: 1440px) {
  .company-vision-block {
    padding: 50px 0;
  }
}
.company-vision-block h3 {
  color: #fff;
}
.company-vision-block p {
  color: #fff;
}
.company-vision-block p.larger-text {
  font-size: 30px;
  color: #fecb01;
}
@media (max-width: 640px) {
  .company-vision-block p.larger-text {
    font-size: 26px;
  }
}
.job-intro-block {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .job-intro-block {
    padding: 50px 0;
  }
}
.job-application-block {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .job-application-block {
    padding: 50px 0;
  }
}
.booking-form-block {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .booking-form-block {
    padding: 50px 0;
  }
}
.booking-form-block .inner-column-2 .grooming-hours {
  background: #522e90;
  border-radius: 7px;
  padding: 35px 20px 10px;
  margin-bottom: 25px;
}
.booking-form-block .inner-column-2 .grooming-hours p {
  font-size: 22px;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
.booking-form-block .inner-column-2 p.hours-disclaimer {
  background: #4fc2c5;
  border-radius: 7px;
  padding: 35px 20px;
  font-size: 22px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.booking-form-block h5 {
  font-size: 35px;
  color: #fff;
  text-align: center;
}
.deposits-form-block {
  padding: 80px 0;
}
@media (max-width: 1440px) {
  .deposits-form-block {
    padding: 50px 0;
  }
}
article.asen-blog-single-teaser > a {
  background: none;
}
article.asen-blog-single-teaser .banner {
  padding-top: 65%;
  border-radius: 7px;
}
article.asen-blog-single-teaser .meta h4 {
  font-family: "proxima-soft", sans-serif;
}
article.asen-blog-single-teaser .meta time {
  font-family: "proxima-soft", sans-serif;
}
article.asen-blog-single-teaser h2 {
  font-family: "cooper-black-std", serif;
  color: #522e90;
  line-height: 1.2;
}
body.blog main aside.sidebar h5, body.category main aside.sidebar h5 {
  font-size: 30px;
}
form input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"]), form textarea {
  border-radius: 7px;
  padding: 11px 14px;
  font-family: "proxima-soft", sans-serif;
  font-weight: 600;
}
body.blog main aside.sidebar .widget_search [type="submit"], body.category main aside.sidebar .widget_search [type="submit"] {
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 21px !important;
  background: #4fc2c5;
  color: #fff;
  border-radius: 5px;
  padding: 14px 25px;
  display: inline-block;
  text-align: center !important;
}
body.blog main aside.sidebar .widget_search [type="submit"]:hover, body.category main aside.sidebar .widget_search [type="submit"]:hover {
  background: #e41f2f;
}
.single article .kt-row-layout-inner {
  padding-right: 0;
  padding-left: 0;
}
.single article header {
  max-width: 1024px;
  margin: auto;
}
.single article header .featured-image img {
  border-radius: 7px;
}
.single article header .meta a.primary-category, .single article header .meta time.date {
  font-family: "proxima-soft", sans-serif;
}
.single article header h1.title {
  text-align: left;
  font-size: 55px;
  margin-top: 30px;
  margin-bottom: 30px;
  color: #522e90;
}
@media (max-width: 1440px) {
  .single article header h1.title {
    font-size: 48px;
  }
}
@media (max-width: 640px) {
  .single article header h1.title {
    font-size: 38px;
  }
}
.single article h3 {
  color: #522e90;
  font-size: 40px;
}
.single article h5 {
  font-family: "proxima-soft", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #522e90;
  font-size: 26px;
}
.blog .asen-page-banner p.eyebrow, .archive .asen-page-banner p.eyebrow {
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  color: #fff;
}
body.blog main, body.category main {
  padding: 5% 50px;
}
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type="submit"] {
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 20px !important;
  background: #4fc2c5;
  color: #fff;
  border-radius: 5px;
  padding: 18px 35px;
  display: inline-block;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type="submit"]:hover {
  background: #e41f2f;
}
body .gform_wrapper .top_label .gfield_label {
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
}
body .gform_wrapper ul.top_label li {
  padding-bottom: inherit;
}
.gform_wrapper .top_label .gsection_description, .gform_wrapper .gfield_description {
  font-size: 18px !important;
}
body .gform_wrapper h2.gsection_title {
  margin-top: 80px !important;
  color: #522e90;
}
body .gform_confirmation_wrapper {
  margin-top: 70px;
}
body .gform_confirmation_wrapper .gform_confirmation_message {
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  background: #efefef;
  padding: 45px 35px;
  border-radius: 7px;
  text-align: center;
  font-size: 25px;
}
body .gform_confirmation_wrapper .gform_confirmation_message h6 {
  font-size: 30px;
  margin-bottom: 9px;
}
body .gform_confirmation_wrapper .gform_confirmation_message h4 {
  margin-bottom: 0;
  font-size: 50px;
}
body .gform_confirmation_wrapper .gform_confirmation_message p {
  color: #464646;
  font-size: 24px;
  margin-bottom: 0;
}
.pet-form-name .gfield_label {
  color: #e41f2f;
  font-size: 27px !important;
}
.gpnf-nested-entries-container table.gpnf-nested-entries {
  width: 100%;
}
.gpnf-nested-entries-container table.gpnf-nested-entries th {
  font-size: 20px;
}
.gpnf-nested-entries-container table.gpnf-nested-entries .gpnf-no-entries td {
  font-size: 20px;
}
.gpnf-nested-entries-container table.gpnf-nested-entries td.gpnf-row-actions {
  padding: 10px;
}
.gpnf-nested-entries-container table.gpnf-nested-entries td.gpnf-row-actions ul {
  margin-top: 0;
  margin-bottom: 0;
  text-align: right;
}
.gpnf-nested-entries-container table.gpnf-nested-entries td.gpnf-row-actions .edit a, .gpnf-nested-entries-container table.gpnf-nested-entries td.gpnf-row-actions .delete a {
  color: #e41f2f;
  font-size: 16px;
}
.gpnf-nested-entries-container table.gpnf-nested-entries td.gpnf-row-actions .edit a:hover, .gpnf-nested-entries-container table.gpnf-nested-entries td.gpnf-row-actions .delete a:hover {
  color: #522e90;
}
.gpnf-nested-entries-container button.gpnf-add-entry {
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 20px !important;
  background: #e41f2f;
  color: #fff;
  border-radius: 3px;
  padding: 7px 20px;
  display: inline-block;
  border: none;
}
.gpnf-nested-entries-container button.gpnf-add-entry:hover {
  background: #522e90;
}
body .tingle-modal-box .gform_wrapper ul.top_label li.gfield {
  margin-top: 15px;
}
body .gform_wrapper .notice-text.attention {
  background: #fa9926;
  padding: 25px 25px 5px 25px;
  border-radius: 3px;
}
body .gform_wrapper .notice-text.attention p {
  color: #fff;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
}
body .gform_wrapper .notice-text.attention p span {
  color: #522e90;
}
footer.site-footer.layout-1 {
  font-family: "proxima-soft", sans-serif;
  font-weight: 600;
  background: #522e90;
  position: relative;
}
footer.site-footer.layout-1 svg {
  max-width: 475px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 980px) {
  footer.site-footer.layout-1 svg {
    bottom: 100px;
  }
}
footer.site-footer.layout-1 .top {
  padding: 150px 0 150px;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 980px) {
  footer.site-footer.layout-1 .top {
    padding: 130px 0 130px;
  }
}
@media (max-width: 640px) {
  footer.site-footer.layout-1 .top {
    padding: 50px 0 50px;
  }
}
footer.site-footer.layout-1 .top ul.site-social {
  margin-top: 30px;
}
footer.site-footer.layout-1 .top ul.site-social a {
  color: #fa9926;
}
footer.site-footer.layout-1 .top ul.site-social a:hover {
  color: #4fc2c5;
}
footer.site-footer.layout-1 p {
  color: #fff;
}
footer.site-footer.layout-1 p.phone-number {
  font-size: 24px;
  font-weight: 700;
}
@media (max-width: 980px) {
  footer.site-footer.layout-1 p.phone-number {
    margin-bottom: 10px;
  }
}
footer.site-footer.layout-1 p.contact-area {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
}
@media (max-width: 980px) {
  footer.site-footer.layout-1 p.contact-area {
    margin-bottom: 0;
    font-size: 17px;
  }
}
footer.site-footer.layout-1 a {
  color: #fff;
}
footer.site-footer.layout-1 a:hover {
  color: #56bfc2;
}
footer.site-footer.layout-1 .fa-phone-alt {
  color: #fa9926;
  font-size: 19px;
}
footer.site-footer.layout-1 ul.footer-menu li {
  padding-bottom: inherit;
}
footer.site-footer.layout-1 ul.footer-menu li a {
  font-size: 20px;
}
footer.site-footer.layout-1 h5 {
  color: #fff;
  font-size: 27px;
  font-weight: 600;
}
footer.site-footer.layout-1 img.gform_ajax_spinner {
  display: none !important;
}
footer.site-footer.layout-1 .gform_confirmation_wrapper {
  margin-top: 0;
}
footer.site-footer.layout-1 .gform_confirmation_wrapper .gform_confirmation_message {
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  background: transparent;
  padding: 0;
  text-align: left;
  font-size: 25px;
  color: #fff;
}
footer.site-footer.layout-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"]) {
  background: transparent;
  border: 2px solid #fff;
  border-radius: 5px;
  height: 50px;
  color: #fff;
  font-size: 16px !important;
  font-weight: 700;
}
@media (max-width: 1024px) {
  footer.site-footer.layout-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"]) {
    background: #fff;
    color: #464646;
    margin-bottom: 10px;
    font-size: 19px !important;
  }
}
body footer.site-footer.layout-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"])::placeholder, form footer.site-footer.layout-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"])::placeholder {
  color: #fff;
}
@media (max-width: 1024px) {
  body footer.site-footer.layout-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"])::placeholder, form footer.site-footer.layout-1 .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):not([type="submit"])::placeholder {
    color: #464646;
  }
}
footer.site-footer.layout-1 .gform_wrapper input[type="submit"] {
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 16px !important;
  background: #4fc2c5;
  color: #fff;
  border-radius: 5px;
  margin-left: 10px;
  height: 50px;
}
footer.site-footer.layout-1 .gform_wrapper input[type="submit"]:hover {
  background: #e11022;
}
@media (max-width: 1024px) {
  footer.site-footer.layout-1 .gform_wrapper input[type="submit"] {
    margin-left: 0;
  }
}
footer.site-footer.layout-1 .bottom {
  font-weight: 700;
  background-color: #46277c;
  padding: 30px 0;
}
@media (max-width: 1024px) {
  footer.site-footer.layout-1 .bottom {
    position: relative;
    z-index: 1;
  }
}
footer.site-footer.layout-1 .bottom .inside {
  width: 90%;
  max-width: 1600px;
  margin: 0 auto;
}
footer.site-footer.layout-1 .bottom p {
  color: #fff;
  font-size: 16px;
}
footer.site-footer.layout-1 .bottom ul {
  margin-left: 10px;
}
footer.site-footer.layout-1 .bottom ul li {
  padding: 0 6px 0 0;
  font-size: 16px;
}
footer.site-footer.layout-1 .bottom ul li span {
  margin-right: 10px;
  color: #fff;
}
footer.site-footer.layout-1 .bottom ul li a {
  color: #fff;
}
footer.site-footer.layout-1 .bottom ul li a:hover {
  color: #56bfc2;
}
.image-bar-block .wp-block-image {
  margin: 0;
  height: 100%;
}
.image-bar-block .wp-block-image img {
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .image-bar-block .wp-block-kadence-column {
    margin-bottom: 10px !important;
  }
}
.pricing-table-with-header {
  margin: 0 0 35px;
}
.pricing-table-with-header thead {
  background-color: #522e90;
  padding: 15px 25px;
  border-radius: 5px;
  color: #fff;
  text-transform: uppercase;
  font-family: "proxima-soft", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.1;
  display: table-caption;
  margin-bottom: 14px;
}
.pricing-table-with-header td {
  color: #464646;
  font-family: "proxima-soft", sans-serif;
  font-weight: 500;
  font-size: 24px;
  line-height: 1.1;
  padding-bottom: 10px;
}
.pricing-table-with-header td:first-child {
  padding-left: 25px;
  padding-right: 12px;
}
.pricing-table-with-header td:last-child {
  padding-right: 25px;
}
.pricing-table-with-header em {
  font-size: 17px;
}
@media (max-width: 1280px) {
  .about-page-cta-block .kt-row-column-wrap {
    flex-direction: column;
  }
  .about-page-cta-block .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100%;
    flex: none !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
  .about-page-cta-block .kt-row-column-wrap > .wp-block-kadence-column:last-child {
    margin-bottom: 0px !important;
  }
  .about-page-cta-block .kt-inside-inner-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-page-cta-block .kt-inside-inner-col {
  display: flex;
  height: 100%;
}
@media (max-width: 1440px) {
  .kadence-columns-1440-override .kt-row-column-wrap {
    flex-direction: column;
  }
  .kadence-columns-1440-override .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100%;
    flex: none !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
  .kadence-columns-1440-override .kt-row-column-wrap > .wp-block-kadence-column:last-child {
    margin-bottom: 0px !important;
  }
  .kadence-columns-1440-override .kt-inside-inner-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1200px) {
  .kadence-columns-1200-override .kt-row-column-wrap {
    flex-direction: column;
  }
  .kadence-columns-1200-override .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100%;
    flex: none !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
  .kadence-columns-1200-override .kt-row-column-wrap > .wp-block-kadence-column:last-child {
    margin-bottom: 0px !important;
  }
  .kadence-columns-1200-override .kt-inside-inner-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .kadence-columns-1024-override .kt-row-column-wrap, .why-heathers-block .kt-row-column-wrap, .split-intro-block .kt-row-column-wrap {
    flex-direction: column;
    padding: 0;
  }
  .kadence-columns-1024-override .kt-row-column-wrap > .wp-block-kadence-column, .why-heathers-block .kt-row-column-wrap > .wp-block-kadence-column, .split-intro-block .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100%;
    flex: none !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
  .kadence-columns-1024-override .kt-row-column-wrap > .wp-block-kadence-column:last-child, .why-heathers-block .kt-row-column-wrap > .wp-block-kadence-column:last-child, .split-intro-block .kt-row-column-wrap > .wp-block-kadence-column:last-child {
    margin-bottom: 0px !important;
  }
  .kadence-columns-1024-override .kt-inside-inner-col, .why-heathers-block .kt-inside-inner-col, .split-intro-block .kt-inside-inner-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .image-bar-block .wp-block-kadence-advancedgallery .kt-row-column-wrap {
    flex-direction: column;
  }
  .image-bar-block .wp-block-kadence-advancedgallery .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100%;
    flex: none !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 900px) {
  .spa-services .wp-block-image {
    max-width: 400px;
  }
  .spa-services .kt-row-column-wrap {
    flex-direction: column;
  }
  .spa-services .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100%;
    flex: none !important;
    margin-right: 0 !important;
    margin-bottom: 0 !important;
  }
}
@media (max-width: 1024px) {
  .services-intro-block .kt-row-column-wrap {
    flex-direction: column;
    padding: 0;
  }
  .services-intro-block .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100%;
    flex: none !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
  .services-intro-block .kt-row-column-wrap > .wp-block-kadence-column:last-child {
    margin-bottom: 0px !important;
  }
  .services-intro-block .button-container {
    text-align: left;
  }
}
@media (max-width: 1280px) {
  .contact-form-block .kt-row-column-wrap, .booking-form-block .kt-row-column-wrap {
    flex-direction: column;
  }
  .contact-form-block .kt-row-column-wrap > .wp-block-kadence-column, .booking-form-block .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100%;
    flex: none !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
  .contact-form-block .kt-row-column-wrap > .wp-block-kadence-column:last-child, .booking-form-block .kt-row-column-wrap > .wp-block-kadence-column:last-child {
    margin-bottom: 0px !important;
  }
  .contact-form-block .kt-inside-inner-col, .booking-form-block .kt-inside-inner-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1280px) {
  .packages-block .kt-row-column-wrap {
    flex-direction: column;
  }
  .packages-block .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100%;
    flex: none !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
  .packages-block .kt-row-column-wrap > .wp-block-kadence-column:last-child {
    margin-bottom: 0px !important;
  }
  .packages-block .kt-inside-inner-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.about-page-cta-block .cta-content-block .wp-block-group__inner-container {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
a.custom-button {
  transition: all 200ms ease;
}
.asen-front-page-banner, article.asen-blog-single-teaser .banner {
  background-color: #c9c9c9;
}
.asen-page-banner {
  background-color: #522e90;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  background-color: #522e90;
}
.off-canvas-menu-hamburger.is-active .hamburger-inner, .off-canvas-menu-hamburger.is-active .hamburger-inner::before, .off-canvas-menu-hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
@media (max-width: 640px) {
  header.site-header {
    padding-left: 4%;
  }
}
@media (max-width: 1024px) {
  header.site-header.layout-1 .inside .navigation .header-menu {
    display: none;
  }
  header.site-header.layout-1 .inside .navigation .button {
    margin-right: 54px;
  }
}
@media (max-width: 768px) {
  header.site-header.layout-1 .inside .navigation .button {
    margin-right: 34px;
  }
}
@media (max-width: 640px) {
  body.page-id-9 header.site-header.layout-1 .inside .navigation .button {
    display: none;
  }
}
@media (max-width: 640px) {
  header.site-header.layout-1 .inside .navigation {
    justify-content: center;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
  header.site-header.layout-1 .inside .navigation .button {
    display: block;
    width: 100%;
    height: 56px;
    padding: 0;
    line-height: 56px;
    margin-left: 0;
    margin-right: 0;
    border-radius: 0;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    background-color: #e41f2f;
  }
}
@media (max-width: 1024px) {
  footer.site-footer.layout-1 .legal-menu li {
    width: 100%;
    text-align: center;
  }
  footer.site-footer.layout-1 .legal-menu span {
    display: none;
  }
}
@media (max-width: 640px) {
  footer.site-footer.layout-1 {
    padding-bottom: 56px;
  }
  footer.site-footer.layout-1 .top ul.site-social a {
    color: #fff;
  }
}
button.hamburger {
  padding-left: 0;
}
@media (max-width: 640px) {
  .kt-testimonial-item-wrap {
    padding: 20px !important;
  }
}
@media (max-width: 640px) {
  svg.adopt-dont-shop {
    max-width: 60%;
    margin: 0 auto;
  }
}
@media (min-width: 767px) {
  .team-grid-block .kt-gutter-widest > .wp-block-kadence-column {
    margin-right: 50px;
  }
}
@media (min-width: 1440px) {
  .team-grid-block .kt-gutter-widest > .wp-block-kadence-column {
    margin-right: 80px;
  }
}
@media (max-width: 1024px) {
  .grooming-101-block .kt-row-column-wrap {
    flex-direction: column;
    padding: 0;
  }
  .grooming-101-block .kt-row-column-wrap > .wp-block-kadence-column {
    width: 100%;
    flex: none !important;
    margin-right: 0 !important;
    margin-bottom: 40px !important;
  }
  .grooming-101-block .kt-inside-inner-col {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.grooming-101-block .kt-inside-inner-col {
  width: 100%;
}
.asen-anchor {
  position: relative;
  top: -150px;
}
p.disclaimer-text {
  font-size: 18px !important;
}
.tingle-modal-box .gfield_radio li label {
  width: 235px !important;
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sourceRoot%22%3A%22%5C%2F%22%2C%22sources%22%3A%5B%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2Findex.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2Fvendor%5C%2F_reboot.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2Fvendor%5C%2F_glide.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2Fvendor%5C%2F_hamburger.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_colors.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_utility.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_measurements.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_typography.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_base.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_buttons.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_forms.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_header.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_front-page-banner.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_interior-banner.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_hamburger.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_off-canvas-menu.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_fixed-contact-cta.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_scroll-down-cta.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_gutenberg.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_archives.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_products.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_services.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_blog.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_pagination.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_team.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_contact.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_footer.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_search.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_404.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_custom.scss%22%2C%22wp-content%5C%2Fthemes%5C%2Famplify2020%5C%2Fscss%5C%2F_custom-two.scss%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAD%3B%3B%3B%3B%3B%3BGAAA%3BACOC%3BAAAA%2CyBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BgDAAA%3BAAAA%3BAAcA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAYA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAUA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAKA%3BAAAA%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B2BAAA%3BAAAA%3BAAQA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BiBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BwBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAAIA%3BAAAA%3ByBAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B6CAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BuBAAA%3BAAAA%3BAAWA%3BAAAA%2CoBAAA%3BAAAA%3BAAKA%3BAAAA%2CuBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAOA%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%2CgCAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BYAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAWA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3BgCAAA%3BAAAA%3BAAKA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B6BAAA%3BAAAA%3BAAKA%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%2C2BAAA%3BAAAA%3BADtYD%2CgDAAA%3BAEAA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKC%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAcA%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B2CAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAFnDD%3B%3B%3B%3B%3B%3BGAAA%3BAGOC%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAeA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CeAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAYA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAHlED%3B%3BGAAA%3BAGyEC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CkIAAA%3BAAAA%3BAAIA%3BAAAA%2CqEAAA%3BAAAA%3BAAKA%3BAAAA%3B6BAAA%3BAAAA%3BAAIA%3BAAAA%2CmDAAA%3BAAAA%3BAAGA%3BAAAA%2CqDAAA%3BAAAA%3BAH7FD%3B%3BGAAA%3BAGoGC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CkIAAA%3BAAAA%3BAAIA%3BAAAA%2CqEAAA%3BAAAA%3BAAKA%3BAAAA%3B8BAAA%3BAAAA%3BAAIA%3BAAAA%2CmDAAA%3BAAAA%3BAAGA%3BAAAA%2CqDAAA%3BAAAA%3BAHxHD%3B%3BGAAA%3BAG%2BHC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CkIAAA%3BAAAA%3BAAIA%3BAAAA%2CqEAAA%3BAAAA%3BAAKA%3BAAAA%3B8BAAA%3BAAAA%3BAAIA%3BAAAA%2CmDAAA%3BAAAA%3BAAGA%3BAAAA%2CqDAAA%3BAAAA%3BAHnJD%3B%3BGAAA%3BAG0JC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CkIAAA%3BAAAA%3BAAIA%3BAAAA%2CqEAAA%3BAAAA%3BAAKA%3BAAAA%3B6BAAA%3BAAAA%3BAAIA%3BAAAA%2CmDAAA%3BAAAA%3BAAGA%3BAAAA%2CqDAAA%3BAAAA%3BAH9KD%3B%3BGAAA%3BAGqLC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CkIAAA%3BAAAA%3BAAIA%3BAAAA%2CqEAAA%3BAAAA%3BAAKA%3BAAAA%3B6CAAA%3BAAAA%3BAAIA%3BAAAA%2CmDAAA%3BAAAA%3BAAGA%3BAAAA%2CqDAAA%3BAAAA%3BAHzMD%3B%3BGAAA%3BAGgNC%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%2CkIAAA%3BAAAA%3BAAIA%3BAAAA%2CqEAAA%3BAAAA%3BAAKA%3BAAAA%3B8DAAA%3BAAAA%3BAAIA%3BAAAA%2CmDAAA%3BAAAA%3BAAGA%3BAAAA%2CqDAAA%3BAAAA%3BAHpOD%3B%3BGAAA%3BAG2OC%3BAAAA%2CkEAAA%3BAAAA%3BAAIA%3BAAAA%2CiEAAA%3BAAAA%3BAH%5C%2FOD%3B%3BGAAA%3BAGsPC%3BAAAA%2CgEAAA%3BAAAA%3BAAIA%3BAAAA%2CiEAAA%3BAAAA%3BAH1PD%3B%3BGAAA%3BAGiQC%3BAAAA%2CoFAAA%3BAAAA%3BAAKA%3BAAAA%2CuFAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwFAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B2FAAA%3BAAAA%3BAHlRD%3B%3BGAAA%3BAG4RC%3BAAAA%2CoFAAA%3BAAAA%3BAAKA%3BAAAA%2CuFAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwFAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B2FAAA%3BAAAA%3BAH7SD%3B%3BGAAA%3BAGuTC%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CgEAAA%3BAAAA%3BAAGA%3BAAAA%2CiEAAA%3BAAAA%3BAH7TD%3B%3BGAAA%3BAGoUC%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CkEAAA%3BAAAA%3BAAGA%3BAAAA%2CiEAAA%3BAAAA%3BAH1UD%3B%3BGAAA%3BAGiVC%3BAAAA%2C4BAAA%3BAAAA%3BAAMA%3BAAAA%2C2BAAA%3BAAAA%3BAAGA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BAH9VD%3B%3BGAAA%3BAGsWC%3BAAAA%3B%3B%3B%3BqEAAA%3BAAAA%3BAAOA%3BAAAA%3B4FAAA%3BAAAA%3BAAKA%3BAAAA%2CgIAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B6FAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmIAAA%3BAAAA%3BAHlYD%3B%3BGAAA%3BAG4YC%3BAAAA%3B%3B%3B%3BqEAAA%3BAAAA%3BAAOA%3BAAAA%3B4FAAA%3BAAAA%3BAAKA%3BAAAA%2CgIAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B6FAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmIAAA%3BAAAA%3BAHxaD%3B%3BGAAA%3BAGkbC%3BAAAA%3B%3BqEAAA%3BAAAA%3BAAKA%3BAAAA%3ByCAAA%3BAAAA%3BAAIA%3BAAAA%3BsEAAA%3BAAAA%3BAAKA%3BAAAA%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3B2BAAA%3BAAAA%3BAHxcD%3B%3BGAAA%3BAGgdC%3BAAAA%3B%3BqEAAA%3BAAAA%3BAAKA%3BAAAA%3ByCAAA%3BAAAA%3BAAIA%3BAAAA%3BsEAAA%3BAAAA%3BAAKA%3BAAAA%3B2BAAA%3BAAAA%3BAAIA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3B2BAAA%3BAAAA%3BAHteD%3B%3BGAAA%3BAG8eC%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CqDAAA%3BAAAA%3BAAGA%3BAAAA%3ByHAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B0HAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B2CAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3ByHAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B0HAAA%3BAAAA%3BAH3gBD%3B%3BGAAA%3BAGshBC%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%2CqDAAA%3BAAAA%3BAAGA%3BAAAA%3ByHAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B0HAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B2CAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3ByHAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B0HAAA%3BAAAA%3BAHnjBD%3B%3BGAAA%3BAG8jBC%3BAAAA%2CiFAAA%3BAAAA%3BAAKA%3BAAAA%3BiFAAA%3BAAAA%3BAAMA%3BAAAA%2CSAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAH7kBD%3B%3BGAAA%3BAGolBC%3BAAAA%2CWAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CmDAAA%3BAAAA%3BAAGA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%2CqDAAA%3BAAAA%3BAHxmBD%3B%3BGAAA%3BAG%2BmBC%3BAAAA%2CWAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B6BAAA%3BAAAA%3BAAMA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%2CoDAAA%3BAAAA%3BAAGA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%2CoDAAA%3BAAAA%3BAHnoBD%3B%3BGAAA%3BAG0oBC%3BAAAA%3BqEAAA%3BAAAA%3BAAIA%3BAAAA%2C2DAAA%3BAAAA%3BAAGA%3BAAAA%2CgGAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B6DAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B8FAAA%3BAAAA%3BAHhqBD%3B%3BGAAA%3BAG0qBC%3BAAAA%3BqEAAA%3BAAAA%3BAAIA%3BAAAA%2C2DAAA%3BAAAA%3BAAGA%3BAAAA%2CgGAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B6DAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B8FAAA%3BAAAA%3BAHhsBD%3B%3BGAAA%3BAG0sBC%3BAAAA%3B%2BCAAA%3BAAAA%3BAAIA%3BAAAA%3B%2BHAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BHAAA%3BAAAA%3BAAMA%3BAAAA%3B2CAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BmDAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BoDAAA%3BAAAA%3BAHnuBD%3B%3BGAAA%3BAG6uBC%3BAAAA%3B%3B%3B%3BqEAAA%3BAAAA%3BAAOA%3BAAAA%3B0FAAA%3BAAAA%3BAAKA%3BAAAA%2C%2BHAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B2FAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmIAAA%3BAAAA%3BAHzwBD%3B%3BGAAA%3BAGmxBC%3BAAAA%2C%2BGAAA%3BAAAA%3BAAIA%3BAAAA%2CoGAAA%3BAAAA%3BAAIA%3BAAAA%2CuGAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwGAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmGAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BsGAAA%3BAAAA%3BAH5yBD%3B%3BGAAA%3BAGszBC%3BAAAA%2C%2BGAAA%3BAAAA%3BAAIA%3BAAAA%2CoGAAA%3BAAAA%3BAAIA%3BAAAA%2CuGAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BwGAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmGAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BsGAAA%3BAAAA%3BAH%5C%2F0BD%3B%3BGAAA%3BAGy1BC%3BAAAA%3BqEAAA%3BAAAA%3BAAIA%3BAAAA%2CyDAAA%3BAAAA%3BAAGA%3BAAAA%2CgGAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkEAAA%3BAAAA%3BAAKA%3BAAAA%3B%3ByDAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B6FAAA%3BAAAA%3BAH%5C%2F2BD%3B%3BGAAA%3BAGy3BC%3BAAAA%3B6DAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAMA%3BAAAA%2CoCAAA%3BAAAA%3BAAGA%3BAAAA%2CyCAAA%3BAAAA%3BAAIA%3BAAAA%3B6DAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3B2BAAA%3BAAAA%3BAHt5BD%3B%3BGAAA%3BAG85BC%3BAAAA%3B6DAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqCAAA%3BAAAA%3BAAMA%3BAAAA%2CoCAAA%3BAAAA%3BAAGA%3BAAAA%2CyCAAA%3BAAAA%3BAAIA%3BAAAA%3B6DAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3BaAAA%3BAAAA%3BAAIA%3BAAAA%3B4BAAA%3BAAAA%3BACx5BA%3BAAAA%2C6DAAA%3BAAAA%3BAAGA%3BAAAA%2C6DAAA%3BAAAA%3BAAGA%3BAAAA%2C6DAAA%3BAAAA%3BAAGA%3BAAAA%2C6DAAA%3BAAAA%3BAAGA%3BAAAA%2C6DAAA%3BAAAA%3BAAGA%3BAAAA%2C6DAAA%3BAAAA%3BAAGA%3BAAAA%2C6DAAA%3BAAAA%3BAAGA%3BAAAA%2C6DAAA%3BAAAA%3BAAGA%3BAAAA%2C6DAAA%3BAAAA%3BAAGA%3BAAAA%2C6DAAA%3BAAAA%3BAAGA%3BAAAA%2C6DAAA%3BAAAA%3BAAGA%3BAAAA%2C6DAAA%3BAAAA%3BACpED%3BAAAA%2CiCAAA%3BAAAA%3BAAGC%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAYA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%2CUAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BACJE%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BADUF%3BAAAA%3BsBAAA%3BAAAA%3BACVE%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BADeA%3BAAAA%3BmBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAOI%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAUA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAUA%3BAAAA%2CaAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAASA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3BuCAAA%3BAAAA%3BAAOA%3BAAAA%2C4BAAA%3BAAAA%3BAAKE%3BAAAA%2CwBAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAKF%3BAAAA%3BkBAAA%3BAAAA%3BAAGE%3BAAAA%2CaAAA%3BAAAA%3BAAKF%3BAAAA%2CqBAAA%3BAAAA%3BAE5HD%3BAAAA%3BqCAAA%3BAAAA%3BAAoBC%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BkBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BkBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAA4CF%3BAAAA%2CsBAAA%3BAAAA%3BAAwBA%3BAAAA%2CcAAA%3BAAAA%3BAAQA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%2BBAAA%3BAAAA%3BAAWE%3BAAAA%2CiBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%2CkBAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%3BYAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3BYAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%2CkBAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%2CkBAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%2CsBAAA%3BAAAA%3BADpYE%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BACuYA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAQA%3BAAAA%2CqBAAA%3BAAAA%3BAAOF%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CmCAAA%3BAAAA%3BACtbD%3BAAAA%2C0BAAA%3BAAAA%3BAAIC%3BAAAA%3BgBAAA%3BAAAA%3BAAME%3BAAAA%2CgBAAA%3BAAAA%3BAAOF%3BAACE%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%2CwBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAOA%3BAAAA%2CUAAA%3BAAAA%3BAAEE%3BAAAA%3BeAAA%3BAAAA%3BAAOA%3BAAAA%3BqBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAYE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAChEH%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4DAAA%3BAAAA%3BAAsBG%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CgCAAA%3BAAAA%3BAAIA%3BAAAA%3BiBAAA%3BAAAA%3BAAGE%3BAAAA%3BcAAA%3BAAAA%3BAAWF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4DAAA%3BAAAA%3BAAuBE%3BAAAA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B4BAAA%3BAAAA%3BACpFF%3BAAAA%2CcAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUE%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B8BAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAiBE%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BmCAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%2CiCAAA%3BAAAA%3BAAMA%3BAAAA%2CiCAAA%3BAAAA%3BAAKF%3BAAAA%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B8BAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BUAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%2CYAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAUA%3BAAAA%2CgBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CYAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CeAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BeAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAC%5C%2FNH%3BAAAA%3B%3B%3B%3B%3B%3ByCAAA%3BAAAA%3BALwBG%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAKXA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAGE%3BAACE%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BsBAAA%3BAAAA%3BAAKI%3BAAAA%3BcAAA%3BAAAA%3BAAQF%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAUA%3BAAAA%2C0BAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BsBAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAASJ%3BAAAA%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAOE%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAUE%3BAAAA%2CcAAA%3BAAAA%3BAAQR%3BAAAA%3BoBAAA%3BAAAA%3BAAGE%3BAAAA%2CcAAA%3BAAAA%3BAAKF%3BAAAA%2CeAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAOE%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAWE%3BAAAA%2CaAAA%3BAAAA%3BAAOJ%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BYAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAoBE%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKE%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%2CsBAAA%3BAAAA%3BACxNf%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAN%2BBG%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAMnBA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWF%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQE%3BAAAA%3B4BAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BcAAA%3BAAAA%3BAAOE%3BAAAA%2CsBAAA%3BAAAA%3BACtEL%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAP%2BBG%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAOlBA%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3BYAAA%3BAAAA%3BAAOA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAMA%3BAAAA%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%2CqBAAA%3BAAAA%3BAAKI%3BAAAA%2CmBAAA%3BAAAA%3BACpDP%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAOG%3BAAAA%2CgBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAASF%3BAAAA%2CYAAA%3BAAAA%3BAAGE%3BAACE%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAkBE%3BAAAA%3BwBAAA%3BAAAA%3BAC1CF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BgBAAA%3BAAAA%3BAAaE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAiBE%3BAAAA%2CgBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B2DAAA%3BAAAA%3BAAIE%3BAAAA%2CaAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOE%3BAAAA%2CiBAAA%3BAAAA%3BAAMA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAMJ%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B4BAAA%3BAAAA%3BAAME%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAME%3BAAAA%3BcAAA%3BAAAA%3BAAGE%3BAAAA%3B8BAAA%3BAAAA%3BAAOE%3BAAAA%2CgBAAA%3BAAAA%3BAAGE%3BAAAA%2CgBAAA%3BAAAA%3BAASZ%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKE%3BAAAA%3BcAAA%3BAAAA%3BAAOJ%3BAAAA%2CmBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BYAAA%3BAAAA%3BAAIE%3BAAAA%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%2CiBAAA%3BAAAA%3BACjMT%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAsBG%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3B%3BcAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3B%3BgBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAQE%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B0CAAA%3BAAAA%3BAAQE%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAME%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BACvGL%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAYG%3BAAAA%3BAAAA%2CiBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BgBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAeE%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAIE%3BAAAA%2CgBAAA%3BAAAA%3BAAMJ%3BAAAA%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%2C6BAAA%3BAAAA%3BACrDL%3BAAAA%2CsBAAA%3BAAAA%3BAZwBG%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAYpBA%3BAAAA%3BiBAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3BkBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAASA%3BAAAA%2CsBAAA%3BAAAA%3BAC1CF%3BAAAA%2CqBAAA%3BAAAA%3BAbuBA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAapBE%3BAAAA%3B%3B%3B%3B%3B%3B0BAAA%3BAAAA%3BAAYJ%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKE%3BAAAA%2CkBAAA%3BAAAA%3BAAKF%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CmBAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAEE%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%2CcAAA%3BAAAA%3BAAGI%3BAAAA%2C4CAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAWE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAYF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BiCAAA%3BAAAA%3BAAyBA%3BAAAA%3BiBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%2CqBAAA%3BAAAA%3BAb%5C%2FHE%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAamIA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAC1JA%3BAAAA%2CsBAAA%3BAAAA%3BAduBA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAcpBE%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAdjCN%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAcyCM%3BAAAA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%2C0CAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%2CkBAAA%3BAAAA%3BAAGI%3BAAAA%3BiBAAA%3BAAAA%3BAC7FN%3BAAAA%3B4BAAA%3BAAAA%3BAfsBF%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAejBI%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%3BAAAA%3BAACE%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAfzCR%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAeiDM%3BAAAA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%2C0CAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%2CkBAAA%3BAAAA%3BAAGI%3BAAAA%3BiBAAA%3BAAAA%3BACvGX%3BAAAA%2CmBAAA%3BAAAA%3BAhBwBG%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAgBpBA%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%3BiCAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAUF%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3B%3BiCAAA%3BAAAA%3BAAOE%3BAAAA%2CoBAAA%3BAAAA%3BAAQF%3BAAAA%3BgBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%2CaAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAKE%3BAAAA%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAASA%3BAAAA%3B%3BaAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAME%3BAAAA%2CiBAAA%3BAAAA%3BAASV%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%2CaAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASI%3BAAAA%3BwBAAA%3BAAAA%3BAAKA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3BkCAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3BoCAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BYAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmCAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3ByBAAA%3BAAAA%3BAAwBE%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAASF%3BAAAA%3B%3BeAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAASF%3BAAAA%3B8BAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CeAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3ByBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B0BAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3B4BAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B8BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAME%3BAAAA%2CiBAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%2CqBAAA%3BAAAA%3BAAOF%3BAAAA%2CsBAAA%3BAAAA%3BAhBvZA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAgB0ZE%3BAAAA%3BiBAAA%3BAAAA%3BAAOA%3BAAAA%3BiBAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%2CYAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3BgBAAA%3BAAAA%3BAAKE%3BAAAA%2CwBAAA%3BAAAA%3BAAII%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAME%3BAAAA%3BcAAA%3BAAAA%3BAAGE%3BAAAA%3B8BAAA%3BAAAA%3BAAOE%3BAAAA%2CgBAAA%3BAAAA%3BACteb%3BAAAA%3BcAAA%3BAAAA%3BAjBwBG%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAiBlBF%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOA%3BAAAA%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%2CsBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BACvCE%3BAAAA%2CsBAAA%3BAAAA%3BAlBuBA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAkBpBE%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3B%3BgBAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAlBjCN%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAkByCM%3BAAAA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%3BiBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%2C0CAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%2CkBAAA%3BAAAA%3BAAGI%3BAAAA%3BiBAAA%3BAAAA%3BAC9FR%3BAAAA%2CoBAAA%3BAAAA%3BAnBuBA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAmBpBE%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%2CaAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAME%3BAAAA%2CiBAAA%3BAAAA%3BAAKJ%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3B%3BmCAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMN%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAME%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAME%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%3BAAAA%3BAAGE%3BAAAA%3B8BAAA%3BAAAA%3BAAOE%3BAAAA%2CgBAAA%3BAAAA%3BAAUZ%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BoCAAA%3BAAAA%3BAAaE%3BAAAA%3BwBAAA%3BAAAA%3BAAME%3BAAAA%2C8DAAA%3BAAAA%3BAAGA%3BAAAA%2CiEAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3BcAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAcA%3BAAAA%3BYAAA%3BAAAA%3BAAOJ%3BAACE%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2CgCAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAAA%3BAClNH%3BAAAA%2C4BAAA%3BAAAA%3BAAGG%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%2CiBAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%2BBAAA%3BAAAA%3BAAKE%3BAAAA%2CaAAA%3BAAAA%3BAAKF%3BAAAA%3BcAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BUAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BYAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%2CYAAA%3BAAAA%3BAAGA%3BAAAA%3B%3B%3B%3BeAAA%3BAAAA%3BAAYA%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%2C0BAAA%3BAAAA%3BApBjDF%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAoBoDI%3BAAAA%3B%3BiCAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BAAIF%3BAAAA%3B0BAAA%3BAAAA%3BApBlEF%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAoBsEI%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAII%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAASN%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BoBAAA%3BAAAA%3BAAOF%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CaAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CaAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%3B%3B%3BwBAAA%3BAAAA%3BAAAA%3BAAWA%3BAAAA%3BAAAA%3B%3B%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAYJ%3BAAAA%2C0BAAA%3BAAAA%3BApB7IF%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAoBgJI%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CcAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3B0BAAA%3BAAAA%3BApBhKF%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAoBoKI%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2C4BAAA%3BAAAA%3BAAQJ%3BAAAA%2C0BAAA%3BAAAA%3BApBnNF%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAoBsNI%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOF%3BAAAA%3B0BAAA%3BAAAA%3BApB7NF%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAoBiOI%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMF%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAUJ%3BAAAA%3B%3BYAAA%3BAAAA%3BAAKI%3BAAAA%2CwBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3B8BAAA%3BAAAA%3BAAME%3BAAAA%2CwBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAoBF%3BAAAA%3ByBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BYAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BkBAAA%3BAAAA%3BAAGE%3BAACE%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%2C%2BBAAA%3BAAAA%3BACvUJ%3BAAAA%3B4BAAA%3BAAAA%3BArBsBF%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAqBjBI%3BAAAA%3BAAAA%3ByBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%2CcAAA%3BAAAA%3BAAON%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%3BUAAA%3BAAAA%3BAAIE%3BAAAA%2CcAAA%3BAAAA%3BAAMJ%3BAAAA%2CsBAAA%3BAAAA%3BArBdA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAqBkBE%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%2CYAAA%3BAAAA%3BAClDJ%3BAAAA%2CsBAAA%3BAAAA%3BAtBuBA%3BAAAA%3BAAAA%3BsBAAA%3BAAAA%3BAAAA%3BAsBnBA%3BAAAA%3B%3B%3BaAAA%3BAAAA%3BAAOE%3BAAAA%3B8BAAA%3BAAAA%3BAAIA%3BAAAA%2CYAAA%3BAAAA%3BAAGA%3BAAAA%2CYAAA%3BAAAA%3BAAKA%3BAAAA%3B%2BBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAC6BJ%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAWE%3BAAAA%2CsBAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQE%3BAAAA%2CiBAAA%3BAAAA%3BAAQA%3BAAAA%2CqBAAA%3BAAAA%3BAAGI%3BAAAA%3B%3B%3B%3B%2BBAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B4BAAA%3BAAAA%3BAAmBE%3BAAAA%2CcAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%2CqBAAA%3BAAAA%3BAAEE%3BAAAA%2CsBAAA%3BAAAA%3BAAWd%3BAAAA%2C4CAAA%3BAAAA%3BAAIA%3BAAAA%2CyCAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAOF%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAUA%3BAAAA%2C%2BBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAWE%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%2CsBAAA%3BAAAA%3BAAKF%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%2CsBAAA%3BAAAA%3BAAKF%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%2CsBAAA%3BAAAA%3BAAKF%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%3BcAAA%3BAAAA%3BAASJ%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%2CyBAAA%3BAAAA%3BAAnTE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAmTA%3BAAAA%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAWF%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2CeAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3B0CAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CkBAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%3B%3B%3B0CAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAQF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAYE%3BAAAA%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%2CsBAAA%3BAAAA%3BAAMJ%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3BoBAAA%3BAAAA%3BAAMF%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAQA%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%3BkBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3BwBAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2C4BAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%2CoBAAA%3BAAAA%3BAAGA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2C6BAAA%3BAAAA%3BAAGA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAGA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%2CyBAAA%3BAAAA%3BAAziBE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAA4iBA%3BAAAA%3B%3ByBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BkBAAA%3BAAAA%3BAAnjBA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAA0jBA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3BaAAA%3BAAAA%3BAAKA%3BAAAA%2CaAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BaAAA%3BAAAA%3BAAcE%3BAAAA%3BAAAA%3B%3BeAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%2CaAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%3BsBAAA%3BAAAA%3BAASR%3BAAAA%3BwBAAA%3BAAAA%3BAAnrBE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAwrBE%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%2CuBAAA%3BAAAA%3BAAIE%3BAAAA%2CkBAAA%3BAAAA%3BAAIF%3BAAAA%2CiCAAA%3BAAAA%3BAAGA%3BAAAA%3BmBAAA%3BAAAA%3BAAMF%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAKE%3BAAAA%2CiCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3ByCAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B6CAAA%3BAAAA%3BAAUF%3BAAAA%2CmBAAA%3BAAAA%3BAAII%3BAAAA%3BAAAA%2CkCAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BwBAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3B%3BcAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3B%3B%3BcAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BeAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAYE%3BAAAA%2CyBAAA%3BAAAA%3BAAKF%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B%3B%3BsBAAA%3BAAAA%3BAA50BE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAo1BA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2C0BAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQA%3BAAAA%2CuBAAA%3BAAAA%3BAAIA%3BAAAA%3B0CAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3B%3BmBAAA%3BAAAA%3BAAOE%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAON%3BAAAA%3B%3B%3B%3B%3B%3B%3BqBAAA%3BAAAA%3BAAaA%3BAAAA%3BcAAA%3BAAAA%3BAAMA%3BAAAA%2CqBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAKA%3BAAAA%2CsBAAA%3BAAAA%3BAAQF%3BAAAA%2CaAAA%3BAAAA%3BAAKE%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAASE%3BAAAA%2CmBAAA%3BAAAA%3BAAMJ%3BAAAA%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%2CoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAGA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3B%3B%3B%3B2CAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%3BqBAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAACE%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%2CyBAAA%3BAAAA%3BAAxjCE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAA2jCA%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAEE%3BAAAA%3BAAAA%3BuBAAA%3BAAAA%3BAAAA%3BAAOA%3BAAAA%2CkBAAA%3BAAAA%3BAAKF%3BAAAA%2CoBAAA%3BAAAA%3BAAGE%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B4BAAA%3BAAAA%3BAApmCE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAA0mCA%3BAAAA%2CcAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAOA%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B6CAAA%3BAAAA%3BAAOA%3BAAAA%2CqBAAA%3BAAAA%3BAAKF%3BAAAA%2CyBAAA%3BAAAA%3BAAtoCE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAyoCA%3BAACE%3BAAAA%2C2BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BsBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAUA%3BAAAA%2CkBAAA%3BAAAA%3BAAKF%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAMJ%3BAAAA%3BwBAAA%3BAAAA%3BAAIE%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAOE%3BAAAA%2CeAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%2CkBAAA%3BAAAA%3BAAttCE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAA0tCF%3BAAAA%2CkBAAA%3BAAAA%3BAA1tCE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAA6tCA%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASF%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMF%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASF%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAMF%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASF%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAASN%3BAAAA%3BoBAAA%3BAAAA%3BAAp1CE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAw1CA%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3BAAAA%2CsBAAA%3BAAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%2C2BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAKE%3BAAAA%2CkCAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%3BqBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BiBAAA%3BAAAA%3BAAQF%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%3B4BAAA%3BAAAA%3BAAMA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASE%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUJ%3BAAAA%2CsBAAA%3BAAAA%3BAAGE%3BAAAA%3B4BAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAASE%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAAUJ%3BAAAA%2CsBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3B%3B%3BiBAAA%3BAAAA%3BAAQE%3BAAAA%3B%3B%3B%3B%3BoBAAA%3BAAAA%3BAASF%3BAAAA%3BqBAAA%3BAAAA%3BAAQN%3BAAAA%2CkBAAA%3BAAAA%3BAAII%3BAAAA%3B%3B0BAAA%3BAAAA%3BAAOF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAQF%3BAAAA%2CkBAAA%3BAAAA%3BAA3gDE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAA%2BgDF%3BAAAA%2CwBAAA%3BAAAA%3BAAIA%3BAAAA%2CyBAAA%3BAAAA%3BAA9hDE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAiiDA%3BAACE%3BAAAA%2C2BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3BgCAAA%3BAAAA%3BAAAA%3BAAQJ%3BAACE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAME%3BAAAA%3BsCAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAEI%3BAAAA%3BoBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BsBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAMJ%3BAAAA%2CyBAAA%3BAAAA%3BAAnnDE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAsnDA%3BAAAA%3BiBAAA%3BAAAA%3BAAMF%3BAAAA%2CyBAAA%3BAAAA%3BAA5nDE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAioDA%3BAAAA%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAASE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3BqBAAA%3BAAAA%3BAAQA%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAQF%3BAAAA%2CyBAAA%3BAAAA%3BAA%5C%2FpDE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAkqDA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B4BAAA%3BAAAA%3BAA3qDE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAirDA%3BAAAA%3BgBAAA%3BAAAA%3BAAKE%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAGA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAMJ%3BAAAA%2CyBAAA%3BAAAA%3BAA1sDE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAA6sDA%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%2CqBAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B2BAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BkBAAA%3BAAAA%3BAASF%3BAAAA%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%2CoBAAA%3BAAAA%3BAAMJ%3BAAAA%3B%3B4BAAA%3BAAAA%3BAA5uDE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAkvDA%3BAAAA%2CcAAA%3BAAAA%3BAAGA%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%3BiBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%2CkBAAA%3BAAAA%3BAAxvDE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAA4vDF%3BAAAA%2CkBAAA%3BAAAA%3BAA5vDE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAgwDF%3BAAAA%2CkBAAA%3BAAAA%3BAAhwDE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAowDE%3BAAAA%3B%3B%3BsBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAOF%3BAAAA%3B%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAcF%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAOF%3BAAAA%2CkBAAA%3BAAAA%3BAAtyDE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAA6yDA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%2C0CAAA%3BAAAA%3BAAGA%3BAAAA%2C0CAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOF%3BAAAA%2CkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAASA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BgCAAA%3BAAAA%3BAAcE%3BAAAA%2CsBAAA%3BAAAA%3BAAOE%3BAAAA%3BkBAAA%3BAAAA%3BAAIA%3BAAAA%3BeAAA%3BAAAA%3BAAKI%3BAAAA%2CqBAAA%3BAAAA%3BAAMA%3BAAAA%2C0CAAA%3BAAAA%3BAAMF%3BAAAA%3B%3B%3B%3BiBAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CoBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3B%3B%3BkBAAA%3BAAAA%3BAAUJ%3BAAAA%3B%3BcAAA%3BAAAA%3BAAOA%3BAAAA%2CmBAAA%3BAAAA%3BAAOA%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BwBAAA%3BAAAA%3BAAYE%3BAAAA%2CsBAAA%3BAAAA%3BAAKF%3BAAAA%3BmBAAA%3BAAAA%3BAAKA%3BAAAA%2C0BAAA%3BAAAA%3BAAIA%3BAAAA%2C6BAAA%3BAAAA%3BAAKA%3BAAAA%3BiBAAA%3BAAAA%3BAAKA%3BAAAA%2CmBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BkBAAA%3BAAAA%3BAASE%3BAAAA%3BqBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAOF%3BAAAA%3B6BAAA%3BAAAA%3BAAME%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CgBAAA%3BAAAA%3BAAEE%3BAAAA%3B%3BoBAAA%3BAAAA%3BAAKA%3BAAAA%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%2CiBAAA%3BAAAA%3BAAMN%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAYE%3BAAAA%2CsBAAA%3BAAAA%3BAAOF%3BAAAA%2CmBAAA%3BAAAA%3BAAMA%3BAAAA%3B%3BqBAAA%3BAAAA%3BAAKE%3BAAAA%3B%3B%3BmBAAA%3BAAAA%3BAAME%3BAAAA%2CiBAAA%3BAAAA%3BAASN%3BAAAA%3B%3B%3BqBAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3BWAAA%3BAAAA%3BAAME%3BAAAA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAOE%3BAAAA%3BAAAA%2C2BAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAAA%3BAAIA%3BAAAA%2CmBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAON%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%3BmBAAA%3BAAAA%3BAAIE%3BAAAA%3BAAAA%2CwBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BoBAAA%3BAAAA%3BAAAA%3BAAOJ%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAKF%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2C0BAAA%3BAAAA%3BAAEE%3BAAAA%2CkBAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BmBAAA%3BAAAA%3BAAMA%3BAAAA%2C2BAAA%3BAAAA%3BAAIA%3BAAAA%2CgBAAA%3BAAAA%3BAAIA%3BAAAA%3B%3B%3B%3B%3B%3BcAAA%3BAAAA%3BAAUA%3BAAAA%3B%3B%3B%3B%3B%3BmBAAA%3BAAAA%3BAAUE%3BAAAA%3BAAAA%3B%3B%3B%2BBAAA%3BAAAA%3BAAAA%3BAASE%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAON%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3BeAAA%3BAAAA%3BAAWE%3BAAAA%2CsBAAA%3BAAAA%3BAAIA%3BAAAA%3BAAAA%2CmBAAA%3BAAAA%3BAAAA%3BAAKF%3BAAAA%3B%3BkBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%3BeAAA%3BAAAA%3BAAAA%3BAAKA%3BAAAA%3B%3BiBAAA%3BAAAA%3BAAMA%3BAAAA%3BkBAAA%3BAAAA%3BAAKA%3BAAAA%2CoBAAA%3BAAAA%3BAAGE%3BAAAA%3BkBAAA%3BAAAA%3BAAIE%3BAAAA%3BcAAA%3BAAAA%3BAAIA%3BAAAA%2CcAAA%3BAAAA%3BAAGE%3BAAAA%2CiBAAA%3BAAAA%3BAAUR%3BAAAA%3BeAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BeAAA%3BAAAA%3BAASA%3BAAAA%3BAAAA%2CmCAAA%3BAAAA%3BAAAA%3BACvzEL%3BAAAA%2CmBAAA%3BAAAA%3BAAEG%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B%3BsBAAA%3BAAAA%3BAAaA%3BAAAA%3B%3B%3B%3B%3BuBAAA%3BAAAA%3BAAQE%3BAAAA%3BsBAAA%3BAAAA%3BAAIA%3BAAAA%2CsBAAA%3BAAAA%3BAAKF%3BAAAA%2CkBAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%2C2BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAKE%3BAAAA%2CkCAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3BeAAA%3BAAAA%3BAAME%3BAACE%3BAAAA%2C2BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAKE%3BAAAA%2CkCAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%2C2BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAKE%3BAAAA%2CkCAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%3BeAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAKE%3BAAAA%2CkCAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%2C2BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAAA%3BAAWJ%3BAACE%3BAAAA%2CqBAAA%3BAAAA%3BAAGA%3BAAAA%2C2BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BgCAAA%3BAAAA%3BAAAA%3BAAWJ%3BAACE%3BAAAA%3BeAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAKE%3BAAAA%2CkCAAA%3BAAAA%3BAAKJ%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAYF%3BAACE%3BAAAA%2C2BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAKE%3BAAAA%2CkCAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAASF%3BAACE%3BAAAA%2C2BAAA%3BAAAA%3BAAGE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAKE%3BAAAA%2CkCAAA%3BAAAA%3BAAKJ%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAQJ%3BAAAA%3B%3B%3BiCAAA%3BAAAA%3BAAOA%3BAAAA%2C6BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAKA%3BAAAA%2C4BAAA%3BAAAA%3BAAIA%3BAAAA%2C4BAAA%3BAAAA%3BAAOE%3BAAAA%2CyBAAA%3BAAAA%3BAAQA%3BAAAA%3BAAAA%2CqBAAA%3BAAAA%3BAAAA%3BAAOE%3BAACE%3BAAAA%2CkBAAA%3BAAAA%3BAAGA%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAIF%3BAACE%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAIF%3BAAEI%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%3B%3B%3B%3BaAAA%3BAAAA%3BAAME%3BAAAA%3B%3B%3B%3B%3B%3B%3B%3B%3B8BAAA%3BAAAA%3BAAAA%3BAAiBJ%3BAAEI%3BAAAA%3BuBAAA%3BAAAA%3BAAIA%3BAAAA%2CkBAAA%3BAAAA%3BAAAA%3BAAKJ%3BAAAA%3BAAAA%2CyBAAA%3BAAAA%3BAAEE%3BAAAA%2CgBAAA%3BAAAA%3BAAAA%3BAAMJ%3BAAAA%2CkBAAA%3BAAAA%3BAAKE%3BAAAA%3BAAAA%2C6BAAA%3BAAAA%3BAAAA%3BAAMA%3BAAAA%3BAAAA%3BmBAAA%3BAAAA%3BAAAA%3BAAMF%3BAACE%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAKF%3BAACE%3BAAAA%2CuBAAA%3BAAAA%3BAAAA%3BAAMA%3BAACE%3BAAAA%3BeAAA%3BAAAA%3BAAIE%3BAAAA%3B%3B%3BmCAAA%3BAAAA%3BAAUF%3BAAAA%3B%3BuBAAA%3BAAAA%3BAAAA%3BAAOF%3BAAAA%2CcAAA%3BAAAA%3BAASF%3BAAAA%3BcAAA%3BAAAA%3BAAKA%3BAAAA%2C6BAAA%3BAAAA%3BAAOM%3BAAAA%2C0BAAA%3BAAAA%22%7D */