@charset "UTF-8";
/* nanoreset.min.css */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
abbr, article, aside, audio, blockquote, #rt_top, code, div, em, fieldset, footer, form, h1, h2, h3, h4, h5, h6, header, img, label, legend, li, nav, object, ol, p, pre, section, span, table, tbody, tfoot, thead, time, tr, ul, video {
  font-size: 100%;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  border: 0;
  background-color: transparent; }

iframe {
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline; }

iframe, small, strong, sub, sup, td, th {
  margin: 0;
  padding: 0;
  background-color: transparent; }

small {
  border: 0; }

small, strong {
  vertical-align: baseline; }

small, sub, sup {
  font-weight: inherit; }

strong, sub, sup, td, th {
  font-size: 100%; }

#rt_top {
  height: 100%; }

#rt_top {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  overflow-y: scroll;
  box-sizing: border-box;
  line-height: 1.15; }

#rt_top *, ::after, ::before {
  box-sizing: inherit;
  background-repeat: no-repeat; }

#rt_top {
  line-height: 1;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, small, summary {
  display: block; }

audio, embed, img, object, video {
  max-width: 100%;
  height: auto; }

iframe, strong, sub, sup, td, th {
  border: 0; }

audio:not([controls]) {
  display: none;
  height: 0; }

blockquote, q {
  quotes: none; }

blockquote::after, blockquote::before, q::after, q::before {
  content: none; }

li, ul {
  list-style: none; }

sup {
  vertical-align: text-top; }

input[type=radio], sub {
  vertical-align: text-bottom; }

table {
  border-spacing: 0;
  border-collapse: collapse; }

caption, td, th {
  font-weight: 400;
  text-align: left;
  vertical-align: top; }

input {
  line-height: normal;
  border-radius: 0; }

input, select {
  vertical-align: middle; }

#rt_top button, #rt_top input, #rt_top select, #rt_top textarea {
  font-family: inherit;
  margin: 0;
  text-transform: none;
  border: 0; }

#rt_top input[type=checkbox] {
  vertical-align: bottom; }

#rt_top input::-ms-clear {
  display: none; }

#rt_top input::-ms-reveal {
  display: none; }

b, strong {
  font-weight: 700; }

small {
  font-size: 80%; }

abbr, acronym {
  cursor: help;
  text-decoration: none;
  border-bottom: .1em dotted; }

a:active, a:hover {
  outline-width: 0; }

[role=button], [type=button], [type=reset], [type=submit], button, input[type=file], label {
  cursor: pointer; }

[disabled] {
  cursor: default; }

img {
  border-style: none; }

code, kbd, pre, samp {
  font-family: monospace; }

#rt_top {
  width: 100%;
  /*height: 100%;*/
  height: auto;
  height: -webkit-fill-available; }

#rt_top {
  min-width: 320px;
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
  font-size: 0.6802721088vw; }
  @media print, screen and (min-width: 1470px) {
    #rt_top {
      font-size: 10px; } }
  @media screen and (max-width: 767px) {
    #rt_top {
      font-size: 1.3333333333vw; } }
  @media print {
    #rt_top {
      font-size: 6px; } }

@page {
  size: landscape; }
#rt_top {
  background-color: #F8F5F2;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  color: #000;
  font-family: "Shippori Mincho", "Yu Mincho", YuMincho, "游明朝", "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ＭＳ Ｐ明朝", serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 500;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-print-color-adjust: exact; }
  @media screen and (max-width: 767px) {
    #rt_top {
      font-size: 25px;
      font-size: 2.5rem;
      line-height: 2.048; } }
  #rt_top.fixed {
    position: fixed;
    width: 100%; }

#rt_top * {
  letter-spacing: 0.24em; }
  @media screen and (max-width: 767px) {
    #rt_top * {
      letter-spacing: 0.24em; } }

/*
600 #loader
500 #first_loading
360 #gnavi
350 header
300 #loading
*/
#rt_top a {
  position: relative;
  color: inherit;
  text-decoration: none;
  font-family: inherit;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

                /*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - https://opensource.org/licenses/MIT
*
* Copyright (c) 2021 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1; }

.animate__animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-duration: var(--animate-duration);
  animation-duration: var(--animate-duration);
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animate__animated.animate__infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animate__animated.animate__repeat-1 {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: var(--animate-repeat);
  animation-iteration-count: var(--animate-repeat); }

.animate__animated.animate__repeat-2 {
  -webkit-animation-iteration-count: calc(1 * 2);
  animation-iteration-count: calc(1 * 2);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 2);
  animation-iteration-count: calc(var(--animate-repeat) * 2); }

.animate__animated.animate__repeat-3 {
  -webkit-animation-iteration-count: calc(1 * 3);
  animation-iteration-count: calc(1 * 3);
  -webkit-animation-iteration-count: calc(var(--animate-repeat) * 3);
  animation-iteration-count: calc(var(--animate-repeat) * 3); }

.animate__animated.animate__delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-delay: var(--animate-delay);
  animation-delay: var(--animate-delay); }

.animate__animated.animate__delay-2s {
  -webkit-animation-delay: calc(1s * 2);
  animation-delay: calc(1s * 2);
  -webkit-animation-delay: calc(var(--animate-delay) * 2);
  animation-delay: calc(var(--animate-delay) * 2); }

.animate__animated.animate__delay-3s {
  -webkit-animation-delay: calc(1s * 3);
  animation-delay: calc(1s * 3);
  -webkit-animation-delay: calc(var(--animate-delay) * 3);
  animation-delay: calc(var(--animate-delay) * 3); }

.animate__animated.animate__delay-4s {
  -webkit-animation-delay: calc(1s * 4);
  animation-delay: calc(1s * 4);
  -webkit-animation-delay: calc(var(--animate-delay) * 4);
  animation-delay: calc(var(--animate-delay) * 4); }

.animate__animated.animate__delay-5s {
  -webkit-animation-delay: calc(1s * 5);
  animation-delay: calc(1s * 5);
  -webkit-animation-delay: calc(var(--animate-delay) * 5);
  animation-delay: calc(var(--animate-delay) * 5); }

.animate__animated.animate__faster {
  -webkit-animation-duration: calc(1s / 2);
  animation-duration: calc(1s / 2);
  -webkit-animation-duration: calc(var(--animate-duration) / 2);
  animation-duration: calc(var(--animate-duration) / 2); }

.animate__animated.animate__fast {
  -webkit-animation-duration: calc(1s * 0.8);
  animation-duration: calc(1s * 0.8);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.8);
  animation-duration: calc(var(--animate-duration) * 0.8); }

.animate__animated.animate__slow {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2); }

.animate__animated.animate__slower {
  -webkit-animation-duration: calc(1s * 3);
  animation-duration: calc(1s * 3);
  -webkit-animation-duration: calc(var(--animate-duration) * 3);
  animation-duration: calc(var(--animate-duration) * 3); }

@media print, (prefers-reduced-motion: reduce) {
  .animate__animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; }

  .animate__animated[class*='Out'] {
    opacity: 0; } }
/* Attention seekers  */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }
@keyframes bounce {
  from,
  20%,
  53%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
    transform: translate3d(0, -30px, 0) scaleY(1.1); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
    transform: translate3d(0, -15px, 0) scaleY(1.05); }
  80% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0) scaleY(0.95);
    transform: translate3d(0, 0, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
    transform: translate3d(0, -4px, 0) scaleY(1.02); } }
.animate__bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }
.animate__flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.animate__rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
@keyframes shakeX {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }
.animate__shakeX {
  -webkit-animation-name: shakeX;
  animation-name: shakeX; }

@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); } }
.animate__shakeY {
  -webkit-animation-name: shakeY;
  animation-name: shakeY; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
.animate__headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }
.animate__swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.animate__tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }
.animate__jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.animate__heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: calc(1s * 1.3);
  animation-duration: calc(1s * 1.3);
  -webkit-animation-duration: calc(var(--animate-duration) * 1.3);
  animation-duration: calc(var(--animate-duration) * 1.3);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

/* Back entrances */
@-webkit-keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInDown {
  0% {
    -webkit-transform: translateY(-1200px) scale(0.7);
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInDown {
  -webkit-animation-name: backInDown;
  animation-name: backInDown; }

@-webkit-keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInLeft {
  0% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInLeft {
  -webkit-animation-name: backInLeft;
  animation-name: backInLeft; }

@-webkit-keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInRight {
  0% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInRight {
  -webkit-animation-name: backInRight;
  animation-name: backInRight; }

@-webkit-keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
@keyframes backInUp {
  0% {
    -webkit-transform: translateY(1200px) scale(0.7);
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7; }
  80% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; } }
.animate__backInUp {
  -webkit-animation-name: backInUp;
  animation-name: backInUp; }

/* Back exits */
@-webkit-keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }
@keyframes backOutDown {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(700px) scale(0.7);
    transform: translateY(700px) scale(0.7);
    opacity: 0.7; } }
.animate__backOutDown {
  -webkit-animation-name: backOutDown;
  animation-name: backOutDown; }

@-webkit-keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }
@keyframes backOutLeft {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(-2000px) scale(0.7);
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7; } }
.animate__backOutLeft {
  -webkit-animation-name: backOutLeft;
  animation-name: backOutLeft; }

@-webkit-keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }
@keyframes backOutRight {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateX(0px) scale(0.7);
    transform: translateX(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateX(2000px) scale(0.7);
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7; } }
.animate__backOutRight {
  -webkit-animation-name: backOutRight;
  animation-name: backOutRight; }

@-webkit-keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }
@keyframes backOutUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1; }
  20% {
    -webkit-transform: translateY(0px) scale(0.7);
    transform: translateY(0px) scale(0.7);
    opacity: 0.7; }
  100% {
    -webkit-transform: translateY(-700px) scale(0.7);
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7; } }
.animate__backOutUp {
  -webkit-animation-name: backOutUp;
  animation-name: backOutUp; }

/* Bouncing entrances  */
@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }
.animate__bounceIn {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
    transform: translate3d(0, -3000px, 0) scaleY(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0) scaleY(0.9);
    transform: translate3d(0, 25px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.95);
    transform: translate3d(0, -10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0) scaleY(0.985);
    transform: translate3d(0, 5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
    transform: translate3d(-3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
    transform: translate3d(25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0) scaleX(0.98);
    transform: translate3d(-10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0) scaleX(0.995);
    transform: translate3d(5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
    transform: translate3d(3000px, 0, 0) scaleX(3); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
    transform: translate3d(-25px, 0, 0) scaleX(1); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0) scaleX(0.98);
    transform: translate3d(10px, 0, 0) scaleX(0.98); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0) scaleX(0.995);
    transform: translate3d(-5px, 0, 0) scaleX(0.995); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
    transform: translate3d(0, 3000px, 0) scaleY(5); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.95);
    transform: translate3d(0, 10px, 0) scaleY(0.95); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0) scaleY(0.985);
    transform: translate3d(0, -5px, 0) scaleY(0.985); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

/* Bouncing exits  */
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }
.animate__bounceOut {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0) scaleY(0.985);
    transform: translate3d(0, 10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0) scaleY(0.9);
    transform: translate3d(0, -20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
    transform: translate3d(0, 2000px, 0) scaleY(3); } }
.animate__bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0) scaleX(0.9);
    transform: translate3d(20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
    transform: translate3d(-2000px, 0, 0) scaleX(2); } }
.animate__bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0) scaleX(0.9);
    transform: translate3d(-20px, 0, 0) scaleX(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
    transform: translate3d(2000px, 0, 0) scaleX(2); } }
.animate__bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0) scaleY(0.985);
    transform: translate3d(0, -10px, 0) scaleY(0.985); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0) scaleY(0.9);
    transform: translate3d(0, 20px, 0) scaleY(0.9); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
    transform: translate3d(0, -2000px, 0) scaleY(3); } }
.animate__bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

/* Fading entrances  */
@-webkit-keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
.animate__fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInTopLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInTopLeft {
  -webkit-animation-name: fadeInTopLeft;
  animation-name: fadeInTopLeft; }

@-webkit-keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInTopRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInTopRight {
  -webkit-animation-name: fadeInTopRight;
  animation-name: fadeInTopRight; }

@-webkit-keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInBottomLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInBottomLeft {
  -webkit-animation-name: fadeInBottomLeft;
  animation-name: fadeInBottomLeft; }

@-webkit-keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes fadeInBottomRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__fadeInBottomRight {
  -webkit-animation-name: fadeInBottomRight;
  animation-name: fadeInBottomRight; }

/* Fading exits */
@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
.animate__fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.animate__fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }
.animate__fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.animate__fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }
.animate__fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.animate__fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }
.animate__fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.animate__fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }
.animate__fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }
@keyframes fadeOutTopLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, -100%, 0);
    transform: translate3d(-100%, -100%, 0); } }
.animate__fadeOutTopLeft {
  -webkit-animation-name: fadeOutTopLeft;
  animation-name: fadeOutTopLeft; }

@-webkit-keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }
@keyframes fadeOutTopRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, -100%, 0);
    transform: translate3d(100%, -100%, 0); } }
.animate__fadeOutTopRight {
  -webkit-animation-name: fadeOutTopRight;
  animation-name: fadeOutTopRight; }

@-webkit-keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }
@keyframes fadeOutBottomRight {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 100%, 0);
    transform: translate3d(100%, 100%, 0); } }
.animate__fadeOutBottomRight {
  -webkit-animation-name: fadeOutBottomRight;
  animation-name: fadeOutBottomRight; }

@-webkit-keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }
@keyframes fadeOutBottomLeft {
  from {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 100%, 0);
    transform: translate3d(-100%, 100%, 0); } }
.animate__fadeOutBottomLeft {
  -webkit-animation-name: fadeOutBottomLeft;
  animation-name: fadeOutBottomLeft; }

/* Flippers */
@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }
.animate__animated.animate__flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.animate__flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
.animate__flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }
.animate__flipOutX {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }
.animate__flipOutY {
  -webkit-animation-duration: calc(1s * 0.75);
  animation-duration: calc(1s * 0.75);
  -webkit-animation-duration: calc(var(--animate-duration) * 0.75);
  animation-duration: calc(var(--animate-duration) * 0.75);
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

/* Lightspeed */
@-webkit-keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes lightSpeedInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__lightSpeedInRight {
  -webkit-animation-name: lightSpeedInRight;
  animation-name: lightSpeedInRight;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes lightSpeedInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(-20deg);
    transform: skewX(-20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(5deg);
    transform: skewX(5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__lightSpeedInLeft {
  -webkit-animation-name: lightSpeedInLeft;
  animation-name: lightSpeedInLeft;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
@keyframes lightSpeedOutRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }
.animate__lightSpeedOutRight {
  -webkit-animation-name: lightSpeedOutRight;
  animation-name: lightSpeedOutRight;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }
@keyframes lightSpeedOutLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0; } }
.animate__lightSpeedOutLeft {
  -webkit-animation-name: lightSpeedOutLeft;
  animation-name: lightSpeedOutLeft;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

/* Rotating entrances */
@-webkit-keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateIn {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.animate__rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.animate__rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInDownRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.animate__rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpLeft {
  from {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.animate__rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes rotateInUpRight {
  from {
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.animate__rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

/* Rotating exits */
@-webkit-keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
@keyframes rotateOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }
.animate__rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
@keyframes rotateOutDownLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }
.animate__rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutDownRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.animate__rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
@keyframes rotateOutUpLeft {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }
.animate__rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom; }

@-webkit-keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
@keyframes rotateOutUpRight {
  from {
    opacity: 1; }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }
.animate__rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom; }

/* Specials */
@-webkit-keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
@keyframes hinge {
  0% {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }
.animate__hinge {
  -webkit-animation-duration: calc(1s * 2);
  animation-duration: calc(1s * 2);
  -webkit-animation-duration: calc(var(--animate-duration) * 2);
  animation-duration: calc(var(--animate-duration) * 2);
  -webkit-animation-name: hinge;
  animation-name: hinge;
  -webkit-transform-origin: top left;
  transform-origin: top left; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }
.animate__jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }
.animate__rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

/* Zooming entrances */
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }
.animate__zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

/* Zooming exits */
@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
.animate__zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0); } }
.animate__zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
  -webkit-transform-origin: left center;
  transform-origin: left center; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0); } }
.animate__zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
  -webkit-transform-origin: right center;
  transform-origin: right center; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }
.animate__zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

/* Sliding entrances */
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
.animate__slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

/* Sliding exits */
@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }
.animate__slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }
.animate__slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }
.animate__slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }
.animate__slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.wrapper {
  width: 100%;
  max-width: 147rem;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding: 0 10rem;
  /*
  display: flex;
  flex-direction: column;
  justify-content: center;
  */ }

.wrapper_half_left,
.wrapper_half_right {
  width: 100%;
  max-width: 73.5rem;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center; }

.wrapper_half_left {
  margin-left: auto;
  padding-left: 10rem; }

.wrapper_half_right {
  margin-right: auto;
  padding-right: 10rem; }

@media screen and (max-width: 767px) {
  .wrapper,
  .wrapper_sp {
    padding-left: 6rem;
    padding-right: 1.5rem; } }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; } }

@media print, screen and (min-width: 768px) {
  .sp {
    display: none !important; } }
@media print {
  .sp {
    display: none !important; } }

.ie {
  display: none; }

_:-ms-lang(x)::-ms-backdrop, .ie {
  display: block; }

._fl {
  float: left; }

._fr {
  float: right; }

._cf::after {
  clear: both;
  content: "";
  display: table; }

img, svg {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

iframe:not(.wp-embedded-content) {
  height: auto; }

._ro {
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }
  ._ro:active, ._ro:hover {
    filter: alpha(opacity=60);
    -webkit-opacity: 0.6;
    -moz-opacity: 0.6;
    opacity: 0.6; }

._co {
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }
  ._co:active, ._co:hover {
    color: #9A8D66; }

._objcover {
  object-fit: cover;
  font-family: 'object-fit: cover;'; }

._ul {
  text-decoration: underline; }

._justy {
  width: 100%;
  text-align-last: justify;
  text-justify: inter-ideograph; }

._fi {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }
  ._fi._do_anim {
    opacity: 1; }
  @media print {
    ._fi {
      opacity: 1; } }

._fiu {
  opacity: 0;
  transform: translateY(4rem);
  -webkit-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  -moz-transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1); }
  ._fiu._do_anim {
    opacity: 1;
    transform: translateY(0); }
  @media print {
    ._fiu {
      opacity: 1;
      transform: translateY(0); } }

._wipe_in {
  position: relative;
  z-index: 1;
  overflow: hidden; }
  ._wipe_in::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 5;
    top: 0;
    height: 100%;
    background-color: #9A8D66; }
  ._wipe_in ._wipe_content {
    opacity: 0; }
    ._wipe_in ._wipe_content._zb {
      transform: scale(1.1); }
  ._wipe_in._do_anim::before {
    animation: 1s cubic-bezier(0.79, 0.14, 0.15, 0.86) both _wipe_in_fill; }
  ._wipe_in._do_anim ._wipe_content {
    animation: 1s cubic-bezier(0.79, 0.14, 0.15, 0.86) both _wipe_in_content; }
    ._wipe_in._do_anim ._wipe_content._zb {
      -webkit-transition: -webkit-transform 5s;
      -moz-transition: -moz-transform 5s;
      transition: transform 5s;
      transform: scale(1); }
@keyframes _wipe_in_fill {
  0% {
    width: 0%;
    left: 0; }
  50% {
    width: 100%;
    left: 0; }
  51% {
    width: 100%;
    left: auto;
    right: 0; }
  100% {
    width: 0%;
    right: 0; } }
@keyframes _wipe_in_content {
  0% {
    opacity: 0; }
  50% {
    opacity: 0; }
  51% {
    opacity: 1; }
  100% {
    opacity: 1; } }
._anim_reset * {
  transition-delay: 0 !important;
  -moz-transition-delay: 0 !important;
  -o-transition-delay: 0 !important;
  -o-transition-delay: 0 !important;
  -webkit-transition-delay: 0 !important;
  transition-duration: 0 !important;
  -moz-transition-duration: 0 !important;
  -o-transition-duration: 0 !important;
  -o-transition-duration: 0 !important;
  -webkit-transition-duration: 0 !important; }

._scrollbar_style::-webkit-scrollbar {
  width: 4px; }
._scrollbar_style::-webkit-scrollbar-track {
  border-radius: 2px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
._scrollbar_style::-webkit-scrollbar-thumb {
  background: rgba(245, 245, 245, 0.5);
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }

._scrollbar_modal::-webkit-scrollbar {
  width: 4px; }
._scrollbar_modal::-webkit-scrollbar-track {
  border-radius: 2px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1); }
._scrollbar_modal::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3); }

._f_sans {
  font-family: 'Noto Sans JP', sans-serif; }

._f_serif {
  font-family: 'Noto Serif JP', serif; }

@font-face {
  font-family: 'mutsuki';
  src: url("../font/Mutsuki-kana.woff") format("woff"), url("../font/Mutsuki-kana.woff2") format("woff2"), url("../font/Mutsuki-kana.ttf") format("truetype"); }
.f_mutsuki {
  font-family: mutsuki, 'Noto Serif JP', serif; }

.layouts {
  display: flex;
  justify-content: space-between; }
  .layouts.falf .l_area {
    width: 50%; }
  @media screen and (max-width: 767px) {
    .layouts {
      display: block; }
      .layouts.falf .l_area {
        width: 100%; } }

.cols {
  overflow: hidden; }
  .cols > .cols_inner {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .cols > .cols_inner > .col {
      box-sizing: border-box; }
  .cols._c1 > .cols_inner > .col, .cols._c1 > .cols_inner > .dummy {
    width: 100%; }
  .cols._c2 > .cols_inner > .col, .cols._c2 > .cols_inner > .dummy {
    width: 50%; }
  .cols._c3 > .cols_inner > .col, .cols._c3 > .cols_inner > .dummy {
    width: 33.3333333333%; }
  .cols._c4 > .cols_inner > .col, .cols._c4 > .cols_inner > .dummy {
    width: 25%; }
  .cols._c5 > .cols_inner > .col, .cols._c5 > .cols_inner > .dummy {
    width: 20%; }
  @media screen and (max-width: 767px) {
    .cols._sp_c1 > .cols_inner > .col, .cols._sp_c1 > .cols_inner > .dummy {
      width: 100%; }
    .cols._sp_c2 > .cols_inner > .col, .cols._sp_c2 > .cols_inner > .dummy {
      width: 50%; }
    .cols._sp_c3 > .cols_inner > .col, .cols._sp_c3 > .cols_inner > .dummy {
      width: 33.3333333333%; }
    .cols._sp_c4 > .cols_inner > .col, .cols._sp_c4 > .cols_inner > .dummy {
      width: 25%; }
    .cols._sp_c5 > .cols_inner > .col, .cols._sp_c5 > .cols_inner > .dummy {
      width: 20%; } }

.w640 {
  width: 64rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w650 {
  width: 65rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w660 {
  width: 66rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w670 {
  width: 67rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w680 {
  width: 68rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w690 {
  width: 69rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w700 {
  width: 70rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w710 {
  width: 71rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w720 {
  width: 72rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w730 {
  width: 73rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w740 {
  width: 74rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w750 {
  width: 75rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w760 {
  width: 76rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w770 {
  width: 77rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w780 {
  width: 78rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w790 {
  width: 79rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w800 {
  width: 80rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w810 {
  width: 81rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w820 {
  width: 82rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w830 {
  width: 83rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w840 {
  width: 84rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w850 {
  width: 85rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w860 {
  width: 86rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w870 {
  width: 87rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w880 {
  width: 88rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w890 {
  width: 89rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w900 {
  width: 90rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w910 {
  width: 91rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w920 {
  width: 92rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w930 {
  width: 93rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w940 {
  width: 94rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w950 {
  width: 95rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w960 {
  width: 96rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w970 {
  width: 97rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w980 {
  width: 98rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w990 {
  width: 99rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1000 {
  width: 100rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1010 {
  width: 101rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1020 {
  width: 102rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1030 {
  width: 103rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1040 {
  width: 104rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1050 {
  width: 105rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1060 {
  width: 106rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1070 {
  width: 107rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1080 {
  width: 108rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1090 {
  width: 109rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1100 {
  width: 110rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1110 {
  width: 111rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1120 {
  width: 112rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1130 {
  width: 113rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1140 {
  width: 114rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1150 {
  width: 115rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1160 {
  width: 116rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1170 {
  width: 117rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1180 {
  width: 118rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1190 {
  width: 119rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1200 {
  width: 120rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1210 {
  width: 121rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1220 {
  width: 122rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1230 {
  width: 123rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1240 {
  width: 124rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w1250 {
  width: 125rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.w100per {
  width: 100%; }

@media screen and (max-width: 767px) {
  .sp_w590 {
    width: 59rem;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto; }

  .sp_w100per {
    width: 100% !important; } }
.h._type1 {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.240em;
  text-align: center;
  margin-bottom: 5.6rem; }
  .h._type1::before {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/common/icon_beniya.svg");
    width: 2.4413rem;
    height: 2.27444rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem; }
  .h._type1::after {
    content: "";
    display: block;
    width: 1px;
    height: 2.8rem;
    background-color: #868686;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem; }
  @media screen and (max-width: 767px) {
    .h._type1 {
      font-size: 3.8rem;
      margin-bottom: 5.6rem; }
      .h._type1::before {
        width: 3.90608rem;
        height: 3.6391rem;
        margin-bottom: 2rem; }
      .h._type1::after {
        height: 4.5rem;
        margin-top: 2.5rem; } }
.h._type2 {
  font-size: 3rem;
  text-align: center;
  margin-bottom: 5.5rem; }
  .h._type2 .en {
    font-size: 0.3333333333em;
    margin-top: 1em; }
  @media screen and (max-width: 767px) {
    .h._type2 {
      font-size: 4rem;
      margin-bottom: 6.5rem; }
      .h._type2 .en {
        font-size: 0.5em; } }
.h._type3 {
  font-size: 2.4rem;
  line-height: 1.75;
  letter-spacing: 0.240em;
  margin-bottom: 2.5rem; }
  .h._type3::before {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url("../img/common/icon_beniya.svg");
    width: 2.4413rem;
    height: 2.27444rem;
    margin-bottom: 1rem; }
  @media screen and (max-width: 767px) {
    .h._type3 {
      font-size: 3.8rem;
      margin-bottom: 3.5rem; }
      .h._type3::before {
        width: 3.90608rem;
        height: 3.6391rem;
        margin-bottom: 3rem; } }
.h._type4 {
  font-size: 2rem;
  margin-bottom: 1em; }
  @media screen and (max-width: 767px) {
    .h._type4 {
      font-size: 3.2rem; } }

.arrow._type1, .arrow._type2 {
  display: inline-block;
  position: relative;
  width: 1.08125em;
  height: 0.4375em;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s; }
  .arrow._type1::before, .arrow._type1::after, .arrow._type2::before, .arrow._type2::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    background-color: #000;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s; }
  .arrow._type1::before, .arrow._type2::before {
    height: 1px;
    left: 0;
    right: 0; }
  .arrow._type1::after, .arrow._type2::after {
    width: 1px;
    height: 0.5em; }
  .arrow._type1._white::before, .arrow._type1._white::after, .arrow._type2._white::before, .arrow._type2._white::after {
    background-color: #FFF; }
.arrow._type1::after {
  right: 0;
  transform-origin: right bottom;
  transform: translateY(-1px) rotate(-45deg); }
.arrow._type2::after {
  left: 0;
  transform-origin: left bottom;
  transform: translateY(-1px) rotate(45deg); }

a .arrow, button .arrow {
  margin-left: 1em; }
a:active .arrow, a:hover .arrow, button:active .arrow, button:hover .arrow {
  transform: translateX(0.5rem); }
a:active._co .arrow::before, a:active._co .arrow::after, a:hover._co .arrow::before, a:hover._co .arrow::after, button:active._co .arrow::before, button:active._co .arrow::after, button:hover._co .arrow::before, button:hover._co .arrow::after {
  background-color: #9A8D66; }

table {
  max-width: 100%; }
  table._type1 {
    border-top: 1px solid #000; }
    table._type1 thead tr th, table._type1 thead tr td,
    table._type1 tbody tr th,
    table._type1 tbody tr td {
      border-bottom: 1px solid #000;
      vertical-align: middle;
      padding: 0.8333333333em 1em; }
      table._type1 thead tr th:not(:last-child), table._type1 thead tr td:not(:last-child),
      table._type1 tbody tr th:not(:last-child),
      table._type1 tbody tr td:not(:last-child) {
        padding-right: 4.7222222222em; }
      table._type1 thead tr th._justy, table._type1 thead tr td._justy,
      table._type1 tbody tr th._justy,
      table._type1 tbody tr td._justy {
        text-align: justify; }
    table._type1 thead tr th,
    table._type1 tbody tr th {
      font-size: 1.125em; }
    table._type1 thead tr .shorten,
    table._type1 tbody tr .shorten {
      white-space: nowrap;
      width: 0; }
    @media screen and (max-width: 767px) {
      table._type1 thead tr th, table._type1 thead tr td,
      table._type1 tbody tr th,
      table._type1 tbody tr td {
        line-height: 1.75; }
        table._type1 thead tr th:not(:last-child), table._type1 thead tr td:not(:last-child),
        table._type1 tbody tr th:not(:last-child),
        table._type1 tbody tr td:not(:last-child) {
          padding-right: 2em; }
        table._type1 thead tr th:last-child, table._type1 thead tr td:last-child,
        table._type1 tbody tr th:last-child,
        table._type1 tbody tr td:last-child {
          padding-right: 0; }
      table._type1 thead tr th,
      table._type1 tbody tr th {
        font-size: 1.12em; }
      table._type1 thead tr .shorten,
      table._type1 tbody tr .shorten {
        white-space: nowrap;
        width: 0; } }
  table._type2 thead tr th, table._type2 thead tr td,
  table._type2 tbody tr th,
  table._type2 tbody tr td {
    border-bottom: 1px solid #000;
    vertical-align: middle;
    padding: 0.5em 0; }
    table._type2 thead tr th:not(:last-child), table._type2 thead tr td:not(:last-child),
    table._type2 tbody tr th:not(:last-child),
    table._type2 tbody tr td:not(:last-child) {
      padding-right: 2em; }
  table._type2 thead tr th,
  table._type2 tbody tr th {
    font-size: 1.3125em; }
  table._type2 thead tr th, table._type2 thead tr td {
    background-color: #000;
    color: #FFF; }
  @media screen and (max-width: 767px) {
    table._type2 thead tr th,
    table._type2 tbody tr th {
      font-size: 1.125em; } }
  table._type3 {
    border-collapse: separate !important;
    border-spacing: 1px;
    margin-left: -1px; }
    table._type3 thead tr th, table._type3 thead tr td,
    table._type3 tbody tr th,
    table._type3 tbody tr td {
      vertical-align: middle; }
    table._type3 thead tr th, table._type3 thead tr td {
      height: 3.5em;
      padding: 0 1em;
      background-color: #B9AD9E;
      color: #FFF; }
    table._type3 tbody tr th, table._type3 tbody tr td {
      padding: 0.5em 1em;
      background-color: #FFF; }
  table._default thead tr th, table._default thead tr td,
  table._default tbody tr th,
  table._default tbody tr td {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    vertical-align: middle; }
    table._default thead tr th:first-child, table._default thead tr td:first-child,
    table._default tbody tr th:first-child,
    table._default tbody tr td:first-child {
      border-left: 1px solid #000; }
  table._default thead tr th, table._default thead tr td {
    height: 3.5em;
    padding: 0 1em; }
  table._default tbody tr th, table._default tbody tr td {
    padding: 0.5em 1em; }
  table._default tbody:last-child th, table._default tbody:last-child td {
    border-bottom: 1px solid #000; }
  table._form {
    width: 100%; }
    @media print, screen and (min-width: 768px) {
      table._form tbody tr:not(:last-child) th, table._form tbody tr:not(:last-child) td {
        padding-bottom: 1.5625em; } }
    table._form tbody tr th {
      padding-top: 0.875em;
      padding-right: 1.25em;
      white-space: nowrap;
      width: 0; }
      table._form tbody tr th.require::after {
        content: "※";
        vertical-align: text-top;
        font-size: 50%;
        margin-left: 0.2em; }
    table._form tbody tr .gf_field._type_radio._mode_input {
      padding-top: 0.875em; }
    @media screen and (max-width: 767px) {
      table._form {
        display: block; }
        table._form tbody {
          display: block; }
          table._form tbody tr {
            display: block; }
            table._form tbody tr th, table._form tbody tr td {
              display: block; }
            table._form tbody tr:not(:last-child) {
              padding-bottom: 1em; }
            table._form tbody tr th {
              font-weight: 500;
              margin-bottom: 0.5em; } }

.scroll_table {
  overflow: auto;
  padding-bottom: 1px;
  margin-left: 6.5em; }
  .scroll_table table tr td:first-child, .scroll_table table tr th:first-child {
    box-sizing: content-box;
    width: 4.5em;
    position: absolute;
    transform: translateX(-100%);
    display: flex;
    align-items: center; }
  @media print, screen and (min-width: 768px) {
    .scroll_table ._default tr td:first-child, .scroll_table ._default tr th:first-child {
      transform: translate(-100%, -1px); } }
  @media screen and (max-width: 767px) {
    .scroll_table ._default tr td:first-child, .scroll_table ._default tr th:first-child {
      transform: translate(-100%, -0.5px); } }

.logo {
  display: inline-block;
  position: relative;
  font-size: 1rem;
  width: 16.3814em;
  height: 6em; }
  .logo::before, .logo::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
  .logo::after {
    opacity: 0;
    z-index: 1; }
  .logo::before {
    background-image: url("../img/common/logo.svg"); }
  .logo::after {
    background-image: url("../img/common/logo_white.svg"); }
  .logo._big {
    width: 18.74135em;
    height: 21.86194em; }
    .logo._big::before {
      background-image: url("../img/common/logo_type2_white.svg"); }
    .logo._big::after {
      background-image: url("../img/common/logo_type2_white.svg"); }
  .logo._white::before {
    opacity: 0; }
  .logo._white::after {
    opacity: 1; }
  @media screen and (max-width: 767px) {
    .logo {
      width: 23.78579em;
      height: 8.712em; }
      .logo._big {
        width: 25em;
        height: 29.16382em; } }

.icon {
  display: inline-block;
  position: relative; }
  .icon::before, .icon::after {
    content: "";
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: opacity 0.3s, border-color 0.3s;
    -moz-transition: opacity 0.3s, border-color 0.3s;
    transition: opacity 0.3s, border-color 0.3s; }
  .icon::after {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1; }
  .icon._blank {
    padding-right: 2px;
    padding-bottom: 2px;
    line-height: 0;
    margin-bottom: -1px; }
    .icon._blank::before, .icon._blank::after {
      width: 0.78125em;
      height: 0.78125em; }
    .icon._blank::before {
      border: 1px solid #000; }
    .icon._blank::after {
      opacity: 1;
      top: auto;
      left: auto;
      right: 0;
      bottom: 0;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000; }
    .icon._blank._white::before, .icon._blank._white::after {
      border-color: #FFF; }
  .icon._tel::before, .icon._tel::after {
    width: 0.942475em;
    height: 1.07955625em; }
  .icon._tel._white::before {
    background-image: url("../img/common/icon_tel_white.svg"); }
  .icon._tel._white::after {
    background-image: url("../img/common/icon_tel.svg"); }
  .icon._tel:not(._white)::after {
    background-image: url("../img/common/icon_tel_white.svg"); }
  .icon._tel:not(._white)::before {
    background-image: url("../img/common/icon_tel.svg"); }
  @media screen and (max-width: 767px) {
    .icon._tel::before, .icon._tel::after {
      width: 1.3028em;
      height: 1.492em; } }
  .icon._reserve::before, .icon._reserve::after {
    width: 1.5267375em;
    height: 1.4498625em; }
  .icon._reserve._white::before {
    background-image: url("../img/common/icon_reserve_white.svg"); }
  .icon._reserve._white::after {
    background-image: url("../img/common/icon_reserve.svg"); }
  .icon._reserve:not(._white)::after {
    background-image: url("../img/common/icon_reserve_white.svg"); }
  .icon._reserve:not(._white)::before {
    background-image: url("../img/common/icon_reserve.svg"); }
  .icon._download::before, .icon._download::after {
    width: 1em;
    height: 1.021875em; }
  .icon._download._white::before {
    background-image: url("../img/common/icon_download_white.svg"); }
  .icon._download._white::after {
    background-image: url("../img/common/icon_download.svg"); }
  .icon._download:not(._white)::after {
    background-image: url("../img/common/icon_download_white.svg"); }
  .icon._download:not(._white)::before {
    background-image: url("../img/common/icon_download.svg"); }

a:active._co .icon._blank::before, a:active._co .icon._blank::after, a:hover._co .icon._blank::before, a:hover._co .icon._blank::after {
  border-color: #9A8D66; }
a:active .icon._invert._blank::before, a:active .icon._invert._blank::after, a:hover .icon._invert._blank::before, a:hover .icon._invert._blank::after {
  border-color: #9A8D66; }
a:active .icon._invert._tel::before, a:active .icon._invert._reserve::before, a:active .icon._invert._download::before, a:hover .icon._invert._tel::before, a:hover .icon._invert._reserve::before, a:hover .icon._invert._download::before {
  opacity: 0; }
a:active .icon._invert._tel::after, a:active .icon._invert._reserve::after, a:active .icon._invert._download::after, a:hover .icon._invert._tel::after, a:hover .icon._invert._reserve::after, a:hover .icon._invert._download::after {
  opacity: 1; }

.btn._type1 {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1.2rem;
  padding: 1.3rem 2.2rem;
  color: #FFF;
  background-color: #868686;
  min-width: 24rem; }
  .btn._type1 .icon {
    margin-left: 1em; }
  .btn._type1._color2 {
    background-color: #9A8D66; }
  @media screen and (max-width: 767px) {
    .btn._type1 {
      font-size: 2.7rem;
      padding: 3.0rem 4.8rem;
      width: 57rem; } }
.btn._type2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0.7rem 3.8rem;
  border: 1px solid #000;
  -webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-transform 0.3s, box-shadow 0.3s;
  -moz-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -moz-transform 0.3s, box-shadow 0.3s;
  transition: color 0.3s, border-color 0.3s, background-color 0.3s, transform 0.3s, box-shadow 0.3s; }
  .btn._type2:active, .btn._type2:hover {
    color: #FFF;
    border-color: #9A8D66;
    background-color: #9A8D66;
    transform: translateY(-0.5rem);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1); }
.btn._type_n1 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #FFF;
  color: #FFF;
  font-size: 2.1rem;
  line-height: 1.75;
  letter-spacing: 0.140em;
  min-height: 2.4761904762em;
  padding: 0.380952381em 1.4285714286em;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s; }
  .btn._type_n1:active, .btn._type_n1:hover {
    color: #9A8D66;
    background-color: #FFF; }
.btn._type_n2 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
  background-color: #9A8D66;
  color: #FFF;
  font-size: 1.8rem;
  line-height: 1.75;
  letter-spacing: 0.240em;
  min-height: 4.1666666667em;
  padding: 0.4444444444em 1.6666666667em;
  -webkit-transition: color 0.3s, background-color 0.3s;
  -moz-transition: color 0.3s, background-color 0.3s;
  transition: color 0.3s, background-color 0.3s; }
  .btn._type_n2:active, .btn._type_n2:hover {
    color: #9A8D66;
    background-color: #FFF; }
.btn._full {
  width: 100%; }

.hr::before {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  background-color: #000;
  -webkit-transition: width 1s ease-out;
  -moz-transition: width 1s ease-out;
  transition: width 1s ease-out; }
.hr._do_anim::before {
  width: 100%; }

.progress {
  overflow: hidden;
  height: 1px;
  position: relative; }
  .progress._auto::before {
    content: '';
    position: absolute;
    background: #9A8D66;
    background: linear-gradient(90deg, rgba(154, 141, 102, 0) 0%, #9a8d66 20%, #00d4ff 80%, rgba(0, 212, 255, 0) 100%);
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 3.2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 3.2s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite; }
  .progress._auto::after {
    content: '';
    position: absolute;
    background: #9A8D66;
    background: linear-gradient(90deg, rgba(154, 141, 102, 0) 0%, #9a8d66 20%, #00d4ff 80%, rgba(0, 212, 255, 0) 100%);
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 3.2s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s; }

@-webkit-keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@keyframes indeterminate {
  0% {
    left: -35%;
    right: 100%; }
  60% {
    left: 100%;
    right: -90%; }
  100% {
    left: 100%;
    right: -90%; } }
@-webkit-keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
@keyframes indeterminate-short {
  0% {
    left: -200%;
    right: 100%; }
  60% {
    left: 107%;
    right: -8%; }
  100% {
    left: 107%;
    right: -8%; } }
.sqline {
  display: inline-block;
  max-width: 100%;
  line-height: 0;
  background-image: linear-gradient(0deg, #aaa, #aaa), linear-gradient(0deg, #aaa, #aaa), linear-gradient(0deg, #aaa, #aaa), linear-gradient(0deg, #aaa, #aaa);
  background-repeat: no-repeat;
  background-position: left bottom, left top, right top, right bottom;
  background-size: 1px 0, 0 1px, 1px 0, 0 1px; }
  .sqline .sqinner {
    opacity: 0;
    -webkit-transition: opacity 2s 1s;
    -moz-transition: opacity 2s 1s;
    transition: opacity 2s 1s; }
  .sqline._do_anim {
    animation: square_anim 0.8s linear forwards; }
    .sqline._do_anim .sqinner {
      opacity: 1; }
  @media print {
    .sqline .sqinner {
      opacity: 1; } }

@keyframes square_anim {
  00% {
    background-size: 1px 0, 0 1px, 1px 0, 0 1px; }
  25% {
    background-size: 1px 100%, 0 1px, 1px 0, 0 1px; }
  50% {
    background-size: 1px 100%, 100% 1px, 1px 0, 0 1px; }
  75% {
    background-size: 1px 100%, 100% 1px, 1px 100%, 0 1px; }
  100% {
    background-size: 1px 100%, 100% 1px, 1px 100%, 100% 1px; } }
.mainview {
  position: relative; }

.bg::before {
  content: "";
  display: block;
  z-index: 10; }
.bg .slick-list,
.bg .slick-track,
.bg .slick-slide,
.bg .slick-slide * {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important; }

.slider .slick-dots {
  position: absolute;
  z-index: 15;
  display: flex;
  align-items: center; }
  .slider .slick-dots li {
    display: flex;
    align-items: center; }
    .slider .slick-dots li button {
      font-size: 0;
      color: transparent;
      width: 2.1rem;
      height: 2.1rem;
      padding: 0;
      margin: 0;
      background-color: transparent;
      border-radius: 0;
      -webkit-box-sizing: content-box;
      -webkit-appearance: button;
      appearance: button;
      border: none;
      box-sizing: border-box;
      cursor: pointer;
      position: relative;
      outline: none; }
      .slider .slick-dots li button::before {
        content: "";
        display: block;
        width: 0.35rem;
        height: 0.35rem;
        border-radius: 50%;
        background-color: #A3A3A3;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transition: background-color 0.3s, width 0.3s, height 0.3s;
        -moz-transition: background-color 0.3s, width 0.3s, height 0.3s;
        transition: background-color 0.3s, width 0.3s, height 0.3s; }
    .slider .slick-dots li.slick-active button::before {
      width: 0.613rem;
      height: 0.613rem;
      background-color: #000; }
  @media screen and (max-width: 767px) {
    .slider .slick-dots li button {
      width: 3.4rem;
      height: 3.4rem; }
      .slider .slick-dots li button::before {
        width: 0.56rem;
        height: 0.56rem; }
    .slider .slick-dots li.slick-active button::before {
      width: 0.98rem;
      height: 0.98rem; } }
.slider._default, .slider._type1, .slider._type2 {
  position: relative;
  line-height: 0; }
  .slider._default .s_item .photo, .slider._type1 .s_item .photo, .slider._type2 .s_item .photo {
    order: 2;
    overflow: hidden; }
    .slider._default .s_item .photo img, .slider._type1 .s_item .photo img, .slider._type2 .s_item .photo img {
      width: 100%; }
  .slider._default .s_item .caption, .slider._type1 .s_item .caption, .slider._type2 .s_item .caption {
    font-size: 1.3rem;
    line-height: 1.75;
    letter-spacing: 0.240em; }
  .slider._default._dots, .slider._type1._dots, .slider._type2._dots {
    margin-bottom: 5rem; }
    .slider._default._dots .slick-dots, .slider._type1._dots .slick-dots, .slider._type2._dots .slick-dots {
      bottom: -2.4rem;
      left: 50%;
      transform: translate(-50%, 50%); }
  .slider._default._autoplay .s_item, .slider._type1._autoplay .s_item, .slider._type2._autoplay .s_item {
    -webkit-transition: -webkit-transform 1.3s ease-in-out;
    -moz-transition: -moz-transform 1.3s ease-in-out;
    transition: transform 1.3s ease-in-out; }
    .slider._default._autoplay .s_item .photo img, .slider._type1._autoplay .s_item .photo img, .slider._type2._autoplay .s_item .photo img {
      -webkit-transition: -webkit-transform 1.3s ease-in-out;
      -moz-transition: -moz-transform 1.3s ease-in-out;
      transition: transform 1.3s ease-in-out; }
  .slider._default._autoplay.anim_run .s_item, .slider._type1._autoplay.anim_run .s_item, .slider._type2._autoplay.anim_run .s_item {
    -webkit-transition: -webkit-transform 7s linear;
    -moz-transition: -moz-transform 7s linear;
    transition: transform 7s linear; }
    .slider._default._autoplay.anim_run .s_item .photo img, .slider._type1._autoplay.anim_run .s_item .photo img, .slider._type2._autoplay.anim_run .s_item .photo img {
      -webkit-transition: -webkit-transform 7s linear;
      -moz-transition: -moz-transform 7s linear;
      transition: transform 7s linear; }
  .slider._default._autoplay._rtl .s_item, .slider._type1._autoplay._rtl .s_item, .slider._type2._autoplay._rtl .s_item {
    transform: translate3d(-1.35rem, 0, 0); }
  .slider._default._autoplay._rtl.anim_run .s_item, .slider._type1._autoplay._rtl.anim_run .s_item, .slider._type2._autoplay._rtl.anim_run .s_item {
    transform: translate3d(1.35rem, 0, 0); }
  .slider._default._arrows .slick-arrow, .slider._type1._arrows .slick-arrow, .slider._type2._arrows .slick-arrow {
    position: absolute;
    z-index: 15;
    top: 50%;
    width: 8.1rem;
    height: 8.1rem;
    box-sizing: border-box;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s; }
    .slider._default._arrows .slick-arrow::before, .slider._type1._arrows .slick-arrow::before, .slider._type2._arrows .slick-arrow::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 6.7rem;
      height: 6.7rem;
      background-color: #FFF;
      border-radius: 50%;
      box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
      -webkit-transition: -webkit-transform 0.5s;
      -moz-transition: -moz-transform 0.5s;
      transition: transform 0.5s; }
    .slider._default._arrows .slick-arrow .arrow, .slider._type1._arrows .slick-arrow .arrow, .slider._type2._arrows .slick-arrow .arrow {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -70%); }
    .slider._default._arrows .slick-arrow:hover::before, .slider._type1._arrows .slick-arrow:hover::before, .slider._type2._arrows .slick-arrow:hover::before {
      transform: translate(-50%, -50%) scale(1.2); }
    .slider._default._arrows .slick-arrow.slick-prev, .slider._type1._arrows .slick-arrow.slick-prev, .slider._type2._arrows .slick-arrow.slick-prev {
      transform: translate(-62rem, -50%);
      left: 50%; }
    .slider._default._arrows .slick-arrow.slick-next, .slider._type1._arrows .slick-arrow.slick-next, .slider._type2._arrows .slick-arrow.slick-next {
      transform: translate(62rem, -50%);
      right: 50%; }
  .slider._default._arrows:active .slick-arrow, .slider._default._arrows:hover .slick-arrow, .slider._type1._arrows:active .slick-arrow, .slider._type1._arrows:hover .slick-arrow, .slider._type2._arrows:active .slick-arrow, .slider._type2._arrows:hover .slick-arrow {
    opacity: 1;
    visibility: visible; }
  @media print, screen and (min-width: 768px) {
    .slider._default._caption .s_item .caption, .slider._type1._caption .s_item .caption, .slider._type2._caption .s_item .caption {
      position: absolute;
      top: 0;
      left: 3.5rem;
      height: 100%;
      transform: translateX(-100%);
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      -moz-font-feature-settings: 'pkna';
      -webkit-font-feature-settings: 'pkna';
      font-feature-settings: 'pkna';
      white-space: nowrap;
      text-align: right;
      padding-right: 1em; } }
  @media screen and (max-width: 767px) {
    .slider._default._dots, .slider._type1._dots, .slider._type2._dots {
      margin-bottom: 7rem; }
      .slider._default._dots .slick-dots, .slider._type1._dots .slick-dots, .slider._type2._dots .slick-dots {
        bottom: -3.5rem; }
    .slider._default._arrows .slick-arrow, .slider._type1._arrows .slick-arrow, .slider._type2._arrows .slick-arrow {
      display: none; } }
  .slider._default._default .s_item .photo, .slider._type1._default .s_item .photo, .slider._type2._default .s_item .photo {
    width: 100%; }
  .slider._default._default._arrows .slick-prev, .slider._type1._default._arrows .slick-prev, .slider._type2._default._arrows .slick-prev {
    transform: translate(-50%, -50%);
    left: 0; }
  .slider._default._default._arrows .slick-next, .slider._type1._default._arrows .slick-next, .slider._type2._default._arrows .slick-next {
    transform: translate(50%, -50%);
    left: auto;
    right: 0; }
  .slider._default._type1 .s_item, .slider._type1._type1 .s_item, .slider._type2._type1 .s_item {
    padding: 0 3.5rem; }
    .slider._default._type1 .s_item .photo, .slider._type1._type1 .s_item .photo, .slider._type2._type1 .s_item .photo {
      width: 88rem; }
  .slider._default._type1._autoplay:not(._rtl) .s_item, .slider._type1._type1._autoplay:not(._rtl) .s_item, .slider._type2._type1._autoplay:not(._rtl) .s_item {
    transform: translate3d(6%, 0, 0); }
    .slider._default._type1._autoplay:not(._rtl) .s_item .photo img, .slider._type1._type1._autoplay:not(._rtl) .s_item .photo img, .slider._type2._type1._autoplay:not(._rtl) .s_item .photo img {
      transform: scale(1.08) translate3d(-4%, 0, 0); }
  .slider._default._type1._autoplay:not(._rtl).anim_run .s_item, .slider._type1._type1._autoplay:not(._rtl).anim_run .s_item, .slider._type2._type1._autoplay:not(._rtl).anim_run .s_item {
    transform: translate3d(-8%, 0, 0); }
    .slider._default._type1._autoplay:not(._rtl).anim_run .s_item .photo img, .slider._type1._type1._autoplay:not(._rtl).anim_run .s_item .photo img, .slider._type2._type1._autoplay:not(._rtl).anim_run .s_item .photo img {
      transform: scale(1.08) translate3d(4%, 0, 0); }
  @media screen and (max-width: 767px) {
    .slider._default._type1 .s_item, .slider._type1._type1 .s_item, .slider._type2._type1 .s_item {
      padding: 0 0.75rem; }
      .slider._default._type1 .s_item .photo, .slider._type1._type1 .s_item .photo, .slider._type2._type1 .s_item .photo {
        width: 72rem; }
    .slider._default._type1._caption .s_item .caption, .slider._type1._type1._caption .s_item .caption, .slider._type2._type1._caption .s_item .caption {
      text-align: center;
      font-size: 2.3rem;
      margin-top: 1em; }
    .slider._default._type1._autoplay:not(._rtl) .s_item, .slider._type1._type1._autoplay:not(._rtl) .s_item, .slider._type2._type1._autoplay:not(._rtl) .s_item {
      transform: none; }
      .slider._default._type1._autoplay:not(._rtl) .s_item .photo img, .slider._type1._type1._autoplay:not(._rtl) .s_item .photo img, .slider._type2._type1._autoplay:not(._rtl) .s_item .photo img {
        transform: scale(1.08) translate3d(4%, 0, 0); }
    .slider._default._type1._autoplay:not(._rtl).anim_run .s_item, .slider._type1._type1._autoplay:not(._rtl).anim_run .s_item, .slider._type2._type1._autoplay:not(._rtl).anim_run .s_item {
      transform: none; }
      .slider._default._type1._autoplay:not(._rtl).anim_run .s_item .photo img, .slider._type1._type1._autoplay:not(._rtl).anim_run .s_item .photo img, .slider._type2._type1._autoplay:not(._rtl).anim_run .s_item .photo img {
        transform: scale(1.08) translate3d(-4%, 0, 0); }
    .slider._default._type1._autoplay._rtl .s_item, .slider._type1._type1._autoplay._rtl .s_item, .slider._type2._type1._autoplay._rtl .s_item {
      transform: none; }
      .slider._default._type1._autoplay._rtl .s_item .photo img, .slider._type1._type1._autoplay._rtl .s_item .photo img, .slider._type2._type1._autoplay._rtl .s_item .photo img {
        transform: scale(1.08) translate3d(-4%, 0, 0); }
    .slider._default._type1._autoplay._rtl.anim_run .s_item, .slider._type1._type1._autoplay._rtl.anim_run .s_item, .slider._type2._type1._autoplay._rtl.anim_run .s_item {
      transform: none; }
      .slider._default._type1._autoplay._rtl.anim_run .s_item .photo img, .slider._type1._type1._autoplay._rtl.anim_run .s_item .photo img, .slider._type2._type1._autoplay._rtl.anim_run .s_item .photo img {
        transform: scale(1.08) translate3d(4%, 0, 0); } }
  .slider._default._type2 .s_item, .slider._type1._type2 .s_item, .slider._type2._type2 .s_item {
    padding: 0 1.1rem; }
    .slider._default._type2 .s_item .photo, .slider._type1._type2 .s_item .photo, .slider._type2._type2 .s_item .photo {
      width: 35.2rem; }
  .slider._default._type2._autoplay:not(._rtl) .s_item, .slider._type1._type2._autoplay:not(._rtl) .s_item, .slider._type2._type2._autoplay:not(._rtl) .s_item {
    transform: translate3d(6%, 0, 0); }
  .slider._default._type2._autoplay:not(._rtl).anim_run .s_item, .slider._type1._type2._autoplay:not(._rtl).anim_run .s_item, .slider._type2._type2._autoplay:not(._rtl).anim_run .s_item {
    transform: translate3d(-2%, 0, 0); }
  .slider._default._type2._arrows .slick-arrow, .slider._type1._type2._arrows .slick-arrow, .slider._type2._type2._arrows .slick-arrow {
    width: 5.5rem;
    height: 5.5rem; }
    .slider._default._type2._arrows .slick-arrow::before, .slider._type1._type2._arrows .slick-arrow::before, .slider._type2._type2._arrows .slick-arrow::before {
      width: 4.57rem;
      height: 4.57rem; }
    .slider._default._type2._arrows .slick-arrow .arrow, .slider._type1._type2._arrows .slick-arrow .arrow, .slider._type2._type2._arrows .slick-arrow .arrow {
      font-size: 0.77em; }
  .slider._default._type2._arrows .slick-prev, .slider._type1._type2._arrows .slick-prev, .slider._type2._type2._arrows .slick-prev {
    transform: translate(-50%, -50%);
    left: 0; }
  .slider._default._type2._arrows .slick-next, .slider._type1._type2._arrows .slick-next, .slider._type2._type2._arrows .slick-next {
    transform: translate(50%, -50%);
    left: auto;
    right: 0; }
  @media screen and (max-width: 767px) {
    .slider._default._type2 .s_item, .slider._type1._type2 .s_item, .slider._type2._type2 .s_item {
      padding: 0 1.5rem; }
      .slider._default._type2 .s_item .photo, .slider._type1._type2 .s_item .photo, .slider._type2._type2 .s_item .photo {
        width: 62.5rem; }
      .slider._default._type2 .s_item .caption, .slider._type1._type2 .s_item .caption, .slider._type2._type2 .s_item .caption {
        display: none; }
    .slider._default._type2._arrows .slick-prev, .slider._type1._type2._arrows .slick-prev, .slider._type2._type2._arrows .slick-prev {
      left: 5rem; }
    .slider._default._type2._arrows .slick-next, .slider._type1._type2._arrows .slick-next, .slider._type2._type2._arrows .slick-next {
      right: 5rem; }
    .slider._default._type2._autoplay:not(._rtl) .s_item, .slider._type1._type2._autoplay:not(._rtl) .s_item, .slider._type2._type2._autoplay:not(._rtl) .s_item {
      transform: none; }
      .slider._default._type2._autoplay:not(._rtl) .s_item .photo img, .slider._type1._type2._autoplay:not(._rtl) .s_item .photo img, .slider._type2._type2._autoplay:not(._rtl) .s_item .photo img {
        transform: scale(1.08) translate3d(4%, 0, 0); }
    .slider._default._type2._autoplay:not(._rtl).anim_run .s_item, .slider._type1._type2._autoplay:not(._rtl).anim_run .s_item, .slider._type2._type2._autoplay:not(._rtl).anim_run .s_item {
      transform: none; }
      .slider._default._type2._autoplay:not(._rtl).anim_run .s_item .photo img, .slider._type1._type2._autoplay:not(._rtl).anim_run .s_item .photo img, .slider._type2._type2._autoplay:not(._rtl).anim_run .s_item .photo img {
        transform: scale(1.08) translate3d(-4%, 0, 0); }
    .slider._default._type2._autoplay._rtl .s_item, .slider._type1._type2._autoplay._rtl .s_item, .slider._type2._type2._autoplay._rtl .s_item {
      transform: none; }
      .slider._default._type2._autoplay._rtl .s_item .photo img, .slider._type1._type2._autoplay._rtl .s_item .photo img, .slider._type2._type2._autoplay._rtl .s_item .photo img {
        transform: scale(1.08) translate3d(-4%, 0, 0); }
    .slider._default._type2._autoplay._rtl.anim_run .s_item, .slider._type1._type2._autoplay._rtl.anim_run .s_item, .slider._type2._type2._autoplay._rtl.anim_run .s_item {
      transform: none; }
      .slider._default._type2._autoplay._rtl.anim_run .s_item .photo img, .slider._type1._type2._autoplay._rtl.anim_run .s_item .photo img, .slider._type2._type2._autoplay._rtl.anim_run .s_item .photo img {
        transform: scale(1.08) translate3d(4%, 0, 0); } }
.slider._type3 {
  line-height: 0;
  margin-left: -1rem;
  margin-right: -1rem;
  position: relative;
  padding-top: 92.3076923077%; }
  .slider._type3._dots {
    margin-bottom: 12rem; }
    .slider._type3._dots .slick-dots {
      bottom: -6rem;
      left: 50%;
      transform: translate(-50%, 50%); }
  .slider._type3 .s_item {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    .slider._type3 .s_item .s_group {
      position: relative;
      width: 100%; }
      .slider._type3 .s_item .s_group .s_part {
        padding: 1rem;
        box-sizing: border-box;
        position: relative; }
        .slider._type3 .s_item .s_group .s_part img {
          opacity: 0;
          width: 100%; }
        .slider._type3 .s_item .s_group .s_part::before, .slider._type3 .s_item .s_group .s_part::after {
          display: block;
          position: absolute;
          left: 0;
          bottom: 0;
          z-index: 5;
          background-color: #F8F5F2; }
        .slider._type3 .s_item .s_group .s_part::before {
          width: 100%;
          height: 0;
          transform: translateY(50%); }
        .slider._type3 .s_item .s_group .s_part::after {
          width: 0;
          height: 100%;
          transform: translateX(-50%); }
      .slider._type3 .s_item .s_group:nth-child(2) .s_part::after, .slider._type3 .s_item .s_group:nth-child(4) .s_part::after {
        content: ""; }
    .slider._type3 .s_item._pt1 {
      z-index: 2; }
    .slider._type3 .s_item._pt2 {
      z-index: 5; }
      .slider._type3 .s_item._pt2 ._gp1 {
        width: 59.615384615400004%; }
      .slider._type3 .s_item._pt2 ._gp2 {
        width: 40.384615384599996%; }
        .slider._type3 .s_item._pt2 ._gp2 .s_part:first-child::before {
          content: ""; }
      .slider._type3 .s_item._pt2 .s_group:nth-child(1) .s_part::before, .slider._type3 .s_item._pt2 .s_group:nth-child(2) .s_part::before {
        content: ""; }
    .slider._type3 .s_item.on._pt1 .s_group .s_part img {
      -webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      opacity: 1; }
    .slider._type3 .s_item.on._pt2 .s_group .s_part img {
      -webkit-transition: opacity 0.6s 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: opacity 0.6s 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: opacity 0.6s 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      opacity: 1; }
    .slider._type3 .s_item.on._pt2 .s_group .s_part::before, .slider._type3 .s_item.on._pt2 .s_group .s_part::after {
      -webkit-transition: width 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: width 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: width 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .slider._type3 .s_item.on._pt2 .s_group .s_part::before {
      height: 2rem; }
    .slider._type3 .s_item.on._pt2 .s_group .s_part::after {
      width: 2rem; }
    .slider._type3 .s_item.off._pt1 {
      z-index: 1; }
      .slider._type3 .s_item.off._pt1 .s_group .s_part img {
        -webkit-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        -moz-transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
        transition: opacity 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .slider._type3 .s_item.off._pt2 .s_group .s_part img {
      -webkit-transition: opacity 0.6s 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: opacity 0.6s 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: opacity 0.6s 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      opacity: 0; }
    .slider._type3 .s_item.off._pt2 .s_group .s_part::before, .slider._type3 .s_item.off._pt2 .s_group .s_part::after {
      -webkit-transition: width 0.6s 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.6s 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: width 0.6s 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.6s 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: width 0.6s 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955), height 0.6s 0.6s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
    .slider._type3 .s_item.off._pt2 .s_group .s_part::before {
      height: 0; }
    .slider._type3 .s_item.off._pt2 .s_group .s_part::after {
      width: 0; }

.timeline .slider {
  width: 132rem;
  margin: 0 auto;
  overflow: hidden;
  position: relative; }
  .timeline .slider::before {
    content: "";
    display: block;
    padding-top: 46.9696969697%; }
  .timeline .slider .s_item {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: translateX(100%); }
    .timeline .slider .s_item .photo img {
      width: 100%; }
    .timeline .slider .s_item .caption {
      position: absolute;
      left: 50%;
      bottom: 5rem;
      transform: translateX(-50%);
      width: 102rem;
      box-sizing: border-box;
      max-width: 100%;
      font-size: 2.4rem;
      line-height: 1.3333333333em;
      color: #FFF;
      opacity: 0;
      padding-left: 1em;
      text-align: left;
      text-shadow: 0 0 3px #000, 0 0 7px #000, 0 0 15px #000; }
    .timeline .slider .s_item.on {
      transform: translateX(0);
      -webkit-transition: -webkit-transform 1.8s cubic-bezier(0.25, 1, 0.5, 1);
      -moz-transition: -moz-transform 1.8s cubic-bezier(0.25, 1, 0.5, 1);
      transition: transform 1.8s cubic-bezier(0.25, 1, 0.5, 1);
      z-index: 5; }
      .timeline .slider .s_item.on .caption {
        -webkit-transition: opacity 1s 1.5s, padding-left 5s 1.5s linear;
        -moz-transition: opacity 1s 1.5s, padding-left 5s 1.5s linear;
        transition: opacity 1s 1.5s, padding-left 5s 1.5s linear;
        opacity: 1;
        padding-left: 0; }
    .timeline .slider .s_item.off {
      transform: translateX(-100%);
      -webkit-transition: -webkit-transform 2s cubic-bezier(0.83, 0, 0.17, 1);
      -moz-transition: -moz-transform 2s cubic-bezier(0.83, 0, 0.17, 1);
      transition: transform 2s cubic-bezier(0.83, 0, 0.17, 1);
      z-index: 4; }
      .timeline .slider .s_item.off .caption {
        -webkit-transition: opacity 0.5s, padding-left 1.5s linear;
        -moz-transition: opacity 0.5s, padding-left 1.5s linear;
        transition: opacity 0.5s, padding-left 1.5s linear;
        opacity: 0;
        padding-left: 0; }
.timeline .slider_pool {
  display: none; }
.timeline .times {
  margin-left: auto;
  margin-right: auto;
  width: 120rem; }
  .timeline .times .bar {
    width: 12rem;
    height: 1.8rem;
    position: relative;
    margin-top: 0.4rem;
    margin-bottom: 1.8rem; }
    .timeline .times .bar .line {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      width: 0;
      border-right: 1px solid #000; }
  .timeline .times ul {
    display: inline-flex;
    position: relative; }
    .timeline .times ul .time {
      width: 12rem;
      text-align: center;
      padding-top: 5rem;
      line-height: 1;
      position: relative;
      cursor: pointer;
      border-top: 1px solid #000; }
      .timeline .times ul .time::before {
        content: "";
        display: block;
        width: 0.8rem;
        height: 0.8rem;
        border-radius: 50%;
        background-color: #8A827C;
        position: absolute;
        z-index: 5;
        top: 0;
        right: 0;
        transform: translate(50%, -50%);
        -webkit-transition: width 0.3s, height 0.3s, background-color 0.3s;
        -moz-transition: width 0.3s, height 0.3s, background-color 0.3s;
        transition: width 0.3s, height 0.3s, background-color 0.3s; }
      .timeline .times ul .time span {
        position: absolute;
        top: 3rem;
        right: 0;
        transform: translateX(50%);
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s; }
      .timeline .times ul .time.on::before {
        width: 1.6rem;
        height: 1.6rem;
        background-color: #000; }
      .timeline .times ul .time:hover span {
        color: rgba(0, 0, 0, 0.6); }
@media screen and (max-width: 767px) {
  .timeline .slider {
    width: 72rem; }
    .timeline .slider::before {
      padding-top: 83.3333333333%; }
    .timeline .slider .s_item .caption {
      font-size: 2.8rem;
      line-height: 1.6516129032;
      margin-left: 5rem; }
  .timeline .times {
    width: 65rem; }
    .timeline .times .bar {
      width: 6.5rem;
      height: 2.9rem;
      margin-top: 0.8rem;
      margin-bottom: 2.2rem; }
    .timeline .times ul .time {
      width: 6.5rem; }
      .timeline .times ul .time::before {
        width: 1.3rem;
        height: 1.3rem; }
      .timeline .times ul .time span {
        font-size: 2rem;
        letter-spacing: 0.05em; }
      .timeline .times ul .time.on::before {
        width: 2.6rem;
        height: 2.6rem; } }

.modal {
  cursor: pointer; }

.modalwin {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 320;
  background-color: rgba(248, 245, 242, 0.9);
  display: flex;
  justify-content: center;
  align-items: center; }
  .modalwin .mw_navi {
    position: absolute;
    z-index: 20;
    top: 50%;
    width: 8.1rem;
    height: 8.1rem;
    box-sizing: border-box;
    cursor: pointer; }
    .modalwin .mw_navi::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 6.7rem;
      height: 6.7rem;
      background-color: #FFF;
      border-radius: 50%;
      box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1);
      -webkit-transition: -webkit-transform 0.5s;
      -moz-transition: -moz-transform 0.5s;
      transition: transform 0.5s; }
    .modalwin .mw_navi .arrow {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -70%); }
    .modalwin .mw_navi:hover::before {
      transform: translate(-50%, -50%) scale(1.2); }
    .modalwin .mw_navi.prev {
      left: 5rem;
      transform: translate(-50%, -50%); }
    .modalwin .mw_navi.next {
      right: 5rem;
      transform: translate(50%, -50%); }
  .modalwin .mw_base {
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: auto; }
    .modalwin .mw_base .mw_container {
      position: relative;
      width: 100%;
      max-width: 160rem;
      max-height: 100%;
      box-sizing: border-box;
      padding: 0 10rem; }
      .modalwin .mw_base .mw_container::before, .modalwin .mw_base .mw_container::after {
        content: "";
        display: block;
        height: 10rem; }
  .modalwin .mw_progress {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 12.5em;
    transform: translateX(-50%);
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0; }
  .modalwin._loading .mw_progress {
    opacity: 1; }
  @media screen and (orientation: landscape) and (max-height: 375px) {
    .modalwin .mw_base .mw_container::after {
      height: 2rem; } }
  @media screen and (max-width: 767px) {
    .modalwin .mw_base .mw_container {
      padding: 0.8em;
      padding-top: 2em;
      padding-bottom: 1.6em; } }

.postlist {
  position: relative; }
  .postlist._type1 li.col {
    position: relative; }
    .postlist._type1 li.col:not(:last-child)::after {
      content: "";
      display: block;
      border-bottom: 1px solid #000; }
    .postlist._type1 li.col .pl_item_inner {
      display: block;
      padding: 2.4rem 3.6rem;
      padding-right: 2.6rem; }
    .postlist._type1 li.col .pl_ttl {
      display: inline-block;
      margin-right: 1em; }
    .postlist._type1 li.col .pl_date {
      display: inline-block;
      font-size: 1.2rem; }
    .postlist._type1 li.col .arrow {
      position: absolute;
      top: 50%;
      right: 1rem;
      margin-top: -0.5rem; }
  @media screen and (max-width: 767px) {
    .postlist._type1 li.col .pl_item_inner {
      padding-left: 0;
      padding-right: 4rem; }
    .postlist._type1 li.col .pl_ttl {
      display: block;
      margin-right: 0; }
    .postlist._type1 li.col .pl_date {
      display: block;
      font-size: 2rem; } }
  .postlist._type2 .cols_inner {
    margin-right: -2.8rem; }
    .postlist._type2 .cols_inner > .col {
      padding-right: 2.8rem;
      margin-bottom: 8rem; }
      .postlist._type2 .cols_inner > .col .photo {
        line-height: 0;
        margin-bottom: 2rem; }
        .postlist._type2 .cols_inner > .col .photo img {
          display: block;
          width: 100%; }
      .postlist._type2 .cols_inner > .col .txt {
        flex-grow: 1;
        display: flex;
        flex-direction: column; }
        .postlist._type2 .cols_inner > .col .txt .li_ttl {
          display: flex;
          align-items: center;
          font-size: 2rem;
          line-height: 1.75;
          letter-spacing: 0.140em;
          margin-bottom: 0.5em; }
          .postlist._type2 .cols_inner > .col .txt .li_ttl .li_category {
            display: flex;
            align-items: center; }
            .postlist._type2 .cols_inner > .col .txt .li_ttl .li_category::before {
              content: "";
              display: inline-block;
              height: 1em;
              margin: 0 1em;
              margin-bottom: -0.1em;
              border-left: 1px solid #000; }
        .postlist._type2 .cols_inner > .col .txt .li_descript {
          font-size: 1.6rem;
          line-height: 1.75;
          letter-spacing: 0.140em; }
        .postlist._type2 .cols_inner > .col .txt .li_moretxt {
          font-size: 1.4rem;
          line-height: 1.75;
          letter-spacing: 0.140em;
          margin-top: 0.75em;
          margin-bottom: auto; }
        .postlist._type2 .cols_inner > .col .txt .li_link {
          font-size: 1.6rem;
          line-height: 1.75;
          letter-spacing: 0.180em;
          margin-top: 1.5em; }
          .postlist._type2 .cols_inner > .col .txt .li_link a .icon {
            margin-right: 0.5em; }
  @media screen and (max-width: 767px) {
    .postlist._type2 .cols_inner > .col {
      margin-bottom: 6rem; }
      .postlist._type2 .cols_inner > .col .photo {
        margin-bottom: 3.5rem; }
      .postlist._type2 .cols_inner > .col .txt .li_ttl {
        font-size: 3.2rem; }
      .postlist._type2 .cols_inner > .col .txt .li_descript {
        font-size: 2.5rem; }
      .postlist._type2 .cols_inner > .col .txt .li_moretxt {
        font-size: 2.2rem; }
      .postlist._type2 .cols_inner > .col .txt .li_link {
        font-size: 2.5rem; } }

._ajax_taxonomy {
  text-align: center;
  margin-bottom: 6rem; }
  ._ajax_taxonomy li {
    cursor: pointer;
    display: inline-block;
    white-space: nowrap;
    font-size: 2rem;
    line-height: 1.75;
    border-bottom: 1px solid rgba(0, 0, 0, 0);
    -webkit-transition: border-color 0.1s;
    -moz-transition: border-color 0.1s;
    transition: border-color 0.1s;
    margin: 0 4rem;
    margin-bottom: 1rem; }
    ._ajax_taxonomy li.on {
      border-color: #000; }
  @media screen and (max-width: 767px) {
    ._ajax_taxonomy li {
      font-size: 2.8rem; } }

._ajax_post {
  -webkit-transition: min-height 1s;
  -moz-transition: min-height 1s;
  transition: min-height 1s; }
  ._ajax_post:not(._ajax_loading) + ._ajax_post_loadmore {
    opacity: 0; }
  ._ajax_post._ajax_loading {
    min-height: 30em; }

._ajax_post_loadmore {
  padding: 4rem 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

article._default {
  font-size: 1.6rem; }
  article._default .aligncenter {
    display: block;
    margin: 1em auto; }
  article._default .alignright {
    float: right;
    margin-left: 1em;
    margin-top: 0.5em;
    margin-bottom: 1em; }
  article._default .alignleft {
    float: left;
    margin-right: 1em;
    margin-top: 0.5em;
    margin-bottom: 1em; }
  article._default .clear {
    clear: both;
    display: block; }
  article._default .wp-caption + .clear:not(:last-child) {
    margin-bottom: -2em; }
  @media screen and (max-width: 767px) {
    article._default .alignright {
      float: none;
      margin-left: 0;
      margin-top: 1em; }
    article._default .alignleft {
      float: none;
      margin-right: 0;
      margin-top: 1em; } }
  article._default p:not(:last-child), article._default table:not(:last-child) {
    margin-bottom: 2em; }
  @media screen and (max-width: 767px) {
    article._default p:not(:last-child), article._default table:not(:last-child) {
      margin-bottom: 2.048em; } }
  article._default p:empty {
    display: none; }
  article._default h1, article._default h2, article._default h3, article._default h4, article._default h5, article._default h6 {
    font-size: 1em;
    font-weight: 500;
    line-height: inherit;
    letter-spacing: inherit;
    margin: 0px;
    padding: 0px;
    border: none;
    clear: both;
    color: inherit;
    margin-bottom: 0.75em; }
    article._default h1:not(:first-child), article._default h2:not(:first-child), article._default h3:not(:first-child), article._default h4:not(:first-child), article._default h5:not(:first-child), article._default h6:not(:first-child) {
      margin-top: 2em; }
  article._default h1 {
    font-size: 2.5em; }
  article._default h2 {
    font-size: 2.125em; }
  article._default h3 {
    font-size: 1.875em; }
  article._default h4 {
    font-size: 1.5em; }
  article._default h5 {
    font-size: 1.25em; }
  article._default h6 {
    font-size: 1.125em; }
  article._default p._lh100, article._default h1._lh100, article._default h2._lh100, article._default h3._lh100, article._default h4._lh100, article._default h5._lh100, article._default h6._lh100 {
    line-height: 1; }
  article._default p._lh125, article._default h1._lh125, article._default h2._lh125, article._default h3._lh125, article._default h4._lh125, article._default h5._lh125, article._default h6._lh125 {
    line-height: 1.25; }
  article._default p._lh140, article._default h1._lh140, article._default h2._lh140, article._default h3._lh140, article._default h4._lh140, article._default h5._lh140, article._default h6._lh140 {
    line-height: 1.4; }
  article._default p._lh150, article._default h1._lh150, article._default h2._lh150, article._default h3._lh150, article._default h4._lh150, article._default h5._lh150, article._default h6._lh150 {
    line-height: 1.5; }
  article._default .sp_br {
    display: inline-block; }
    @media screen and (max-width: 767px) {
      article._default .sp_br {
        display: block;
        width: 100%;
        height: 0; } }
  article._default a {
    text-decoration: underline;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    article._default a:active, article._default a:hover {
      filter: alpha(opacity=60);
      -webkit-opacity: 0.6;
      -moz-opacity: 0.6;
      opacity: 0.6; }
  article._default .uline {
    border-bottom: 1px solid #000; }
  article._default strong {
    font-weight: bold; }
  article._default ruby > rt {
    transform: translateY(0.3em); }
  article._default sup {
    font-size: 70%;
    vertical-align: top;
    position: relative;
    top: -0.25em; }
  article._default sub {
    font-size: 70%;
    vertical-align: bottom;
    position: relative;
    bottom: -0.25em; }
  article._default mark {
    color: inherit;
    background: linear-gradient(transparent 70%, rgba(0, 40, 76, 0.2) 70%); }
  article._default img[class*="wp-image-"],
  article._default img[class*="attachment-"] {
    max-width: 100%;
    height: auto;
    margin-top: 0.5em;
    margin-bottom: 0.5em; }
  article._default .wp-caption {
    max-width: 100%; }
    article._default .wp-caption::after {
      content: "";
      display: block;
      clear: both; }
    article._default .wp-caption img {
      margin-bottom: 0;
      display: block; }
    article._default .wp-caption .wp-caption-dd,
    article._default .wp-caption .wp-caption-text {
      font-size: 1.35em;
      margin: 1em 0; }
  article._default ul, article._default ol {
    padding-left: 1.5em;
    font-size: 1em;
    line-height: inherit;
    letter-spacing: inherit;
    margin: 0.5em 0; }
    article._default ul li, article._default ol li {
      position: relative;
      margin-top: 0.5em; }
      article._default ul li:not(:first-child), article._default ol li:not(:first-child) {
        margin-top: 0.5em; }
      article._default ul li ul, article._default ul li ol, article._default ol li ul, article._default ol li ol {
        margin-top: 0;
        margin-bottom: 0; }
  article._default ul li {
    list-style: disc; }
  article._default ol li {
    list-style: decimal; }
  article._default ul.caution li {
    list-style: none;
    margin-left: -1.5em;
    padding-left: 1.5em; }
    article._default ul.caution li::before {
      content: "※";
      position: absolute;
      left: 0; }
  article._default pre {
    font-size: 0.875em;
    margin: 1em 0;
    padding: 1em 1.5em;
    border-radius: 5px;
    background: #25292f;
    color: #fff;
    white-space: pre-wrap; }
  article._default hr {
    border-top: 1px solid #E6E6E6;
    margin: 6em 0; }
  article._default blockquote {
    display: block;
    margin: 1em 0;
    padding: 1em;
    border-radius: 5px;
    color: #25292f;
    border: 2px solid #25292f; }
  article._default .video {
    position: relative;
    padding-top: 56.25%; }
    article._default .video iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important; }
  article._default .wpview {
    position: relative; }
    article._default .wpview .mce-shim {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
  article._default::after {
    content: "";
    display: block;
    clear: both; }
  @media screen and (max-width: 767px) {
    article._default {
      font-size: 2.5rem; } }

#first_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background-color: #9A8D66;
  display: flex;
  align-items: center;
  justify-content: center; }
  #first_loading .logo::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22187.41%22%20height%3D%22218.62%22%20viewBox%3D%220%200%20187.41%20218.62%22%3E%3Cdefs%3E%3Cstyle%3E.a%2C.b%7Bfill%3A%23fff%3B%7D.a%7Bfill-rule%3Aevenodd%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Cpath%20class%3D%22a%22%20d%3D%22M180.75%2C128.06H181a.13.13%2C0%2C0%2C0%2C.14.05l.44-.14a2.6%2C2.6%2C0%2C0%2C0%2C0-.58.79.79%2C0%2C0%2C0-.36%2C0v0h-.13l-.05.09h-.09v.05l-.09-.05%2C0%2C.09h-.14v0l-.17.13c0%2C.08%2C0%2C.15%2C0%2C.22a.64.64%2C0%2C0%2C0%2C.32.05Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M179.09%2C130.12v0h.18c0-.05%2C0-.09%2C0-.14l.09%2C0v-.09l.18-.14a.56.56%2C0%2C0%2C0%2C0-.08h.09l.26-.32h.09v0h.09v0h.14l0-.09h.09v0l.14-.05v-.13h0c-.11-.15-.24-.14-.36-.18v.05l-.27%2C0-.35.45-.18%2C0-.05.09h0l-.05.09h-.09l-.13.18-.09%2C0a.59.59%2C0%2C0%2C0%2C0%2C.08.8.8%2C0%2C0%2C1-.27.18V130S179%2C130.19%2C179.09%2C130.12Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M186.61%2C132.9l0-.18c.4%2C0%2C.44.23.76.27%2C0-.09%2C0-.18%2C0-.27h-.05l.05-.09-.14-.09v-.09h0c-.08-.12%2C0-.09-.13-.13v-.09a.38.38%2C0%2C0%2C1-.18-.09v0l-.32%2C0V132h-.09v0l-.13-.09a1.19%2C1.19%2C0%2C0%2C1%2C.09-.49%2C1.67%2C1.67%2C0%2C0%2C0-.18%2C0%2C.36.36%2C0%2C0%2C1%2C0-.09h-.09v0H186v0H186v0h0v-.23l-.32-.27v-.13h-.09v-.22c.28%2C0%2C.4.21.68.27v.08l.18%2C0v.05l.13-.05c0-.59%2C0-.76-.49-.85a.74.74%2C0%2C0%2C0-.45-.49h-.09l-.05-.09h-.13v0h-.18l0-.09H185v0a.42.42%2C0%2C0%2C0-.32-.09v-.09l-.18-.05v0c-.07%2C0-.07%2C0-.09%2C0h-.31a2.21%2C2.21%2C0%2C0%2C0-.36.23v.09l-.09%2C0v.09l-.09%2C0v.18h0c0%2C.1%2C0%2C.21%2C0%2C.31h0c0%2C.38.24.31.49.45H184v0c.05%2C0%2C0%2C0%2C.05%2C0h0v.09h.05v.17l.09%2C0v.13c0%2C.12.13.11.17.27s.27.1.45.14a.41.41%2C0%2C0%2C0%2C.09.27H185v.13h0v.22h.05V132h0c0%2C.13-.07.24%2C0%2C.41l.09%2C0c0%2C.08%2C0%2C.15.05.22l.08.05s0%2C.09.05.13.13%2C0%2C.18.05V133h0v.49h0v.27h0v.49c.06.19.16.54.18.63v.44h0c0%2C.09%2C0%2C.18%2C0%2C.27h0v.14h0v.18l.18.13v.09l.22.18c0%2C.06%2C0%2C.12.05.18l.09%2C0c.1.17.13.51.27.63v0h.13c0-.22.3-.5.23-.71H187v-.09h0v-.09h-.05c0-.09%2C0-.18%2C0-.27l-.09%2C0a.64.64%2C0%2C0%2C1-.23-.63h.05v-.14h0c.06-.19%2C0-.35.09-.49v0c.09%2C0%2C.27%2C0%2C.36%2C0v.05l.18.13a1.06%2C1.06%2C0%2C0%2C0%2C0-.53h-.09c0-.06%2C0-.12%2C0-.18h-.09c0-.13%2C0-.11-.14-.14%2C0-.21-.18-.28-.22-.49h-.09a.49.49%2C0%2C0%2C0-.09-.36v-.27Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M177.3%2C132.81l.18-.54c.18%2C0%2C.19-.12.31-.18h.13a1.06%2C1.06%2C0%2C0%2C0%2C.5-.27c.12%2C0%2C.13%2C0%2C.18.09V132h0v.05c.06%2C0%2C.14-.12.23-.09a.36.36%2C0%2C0%2C0%2C0%2C.09l.49.18v0a1.19%2C1.19%2C0%2C0%2C1%2C.36-.09v0h.05c0-.15%2C0-.15-.14-.18v-.09c-.21-.06-.09-.16-.31-.23%2C0-.08%2C0%2C0-.05-.08%2C0-.41-.05-.77.32-.81v0l.35.1v0h.36l0%2C.09h.22v0h0c0-.22-.05-.44-.08-.67a.35.35%2C0%2C0%2C1-.18-.13c-.17%2C0-.21-.06-.32%2C0l0%2C.09h-.18l-.13.18h-.18l0%2C.09-.13-.05-.58.63h-.41v0h-.13v.05c-.09.06-.1.1-.23.13v.09h-.09v.14c-.15.13-.23.42-.44.49v.09l-.41.22v.09c-.13%2C0-.14%2C0-.17.18s-.23.15-.36.22a.43.43%2C0%2C0%2C0%2C.18.41c.05.05%2C0%2C0%2C.09%2C0%2C.12-.15.3-.23.4-.4Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M180.34%2C136.17c.23%2C0%2C.29-.18.49-.23%2C0-.06%2C0-.12%2C0-.18h0c0-.1%2C0-.21.05-.31h0v-.09h.05c0-.1%2C0-.21%2C0-.31a.7.7%2C0%2C0%2C0%2C.09-.5h0v-.09l-.09%2C0c0-.06%2C0-.12-.05-.18h0c0-.13%2C0-.27-.05-.4l-.09-.05v-.13l-.08%2C0c0-.09%2C0-.17-.05-.26l-.13%2C0v0h-.09c-.12-.09%2C0-.17-.23-.23l0-.13a1.1%2C1.1%2C0%2C0%2C0-.54%2C0v0h-.36V133l-.27%2C0c0%2C.15%2C0%2C.3%2C0%2C.45l-.09%2C0v.09l-.13.09-.27.32a1.56%2C1.56%2C0%2C0%2C0-.54.44h-.09c-.06.22-.15.18-.31.27v.05h-.09l0%2C.09-.18.09.09.53h0v.23h0c.08.11.18.16.23.31h.13v0a.41.41%2C0%2C0%2C0%2C.27-.27v-.14l.18-.13v-.09h0v-.14l.18-.13V135l.09%2C0c0-.06%2C0-.12%2C0-.18l.18-.14%2C0-.09h.09l.09-.13h.09c0-.08.09-.15.13-.22s.23-.09.32-.18a.88.88%2C0%2C0%2C1%2C.53.13s.16.3.09.4h0c0%2C.09%2C0%2C0-.05.09a.74.74%2C0%2C0%2C1-.31.14v-.05h0v.05h-.14v.13h.09V135c.13%2C0%2C.13.08.22.14v.22l-.26%2C0v0l-.09%2C0%2C.18.27.17.05.09.13h.09l.05.09h.09v.05S180.29%2C136.11%2C180.34%2C136.17Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M182%2C142.66v0l-.13%2C0v-.09h0c0%2C.08-.15%2C0-.22%2C0l-.4.13a.82.82%2C0%2C0%2C0-.18%2C0l-.05%2C0v-.23c0-.06-.11%2C0-.18%2C0s0-.09%2C0-.14l-.14%2C0c-.06-.06%2C0-.11-.13-.18v-.31h0c0-.11%2C0-.1.08-.18h.1c0-.09%2C0-.18-.05-.27-.24-.07-.33-.31-.49-.45v-.31h0c.05-.18%2C0-.06.14-.14v0h.09l0-.09h.18v-.05h.13v0l.14-.09v-.27l-.14-.09-.08-.13h-.1a.36.36%2C0%2C0%2C0%2C0-.09.77.77%2C0%2C0%2C1-.31-.41h-.05a.63.63%2C0%2C0%2C1%2C.05-.31h0v-.22h-.09a.73.73%2C0%2C0%2C1-.09.22%2C2.57%2C2.57%2C0%2C0%2C0-.53.23h-.18v0l-.32%2C0v.05h0a3.8%2C3.8%2C0%2C0%2C1%2C.22.54c-.09.07%2C0%2C.1-.09.18h0L179%2C140l-.67.09a1.8%2C1.8%2C0%2C0%2C1-.31.14v.18h0v.09c.06.08.21%2C0%2C.32%2C0v0c.15%2C0%2C.26-.09.4%2C0v0c.11%2C0%2C.07%2C0%2C.13.09H179v.09l.09%2C0c0%2C.1%2C0%2C.18-.05.27h.05v.05l.18-.05v.41h-.09v0c-.05%2C0-.24-.11-.27-.13a.36.36%2C0%2C0%2C1%2C0-.09h-.14v-.05h-.09v0h-.13v-.05h-.14v0l-.49.09v.09c-.13%2C0-.15%2C0-.18.18h-.09v.13c-.21.05-.26.2-.4.31%2C0%2C.15%2C0%2C.13.09.23h.22v0h0v0h.13v-.05l.18%2C0v-.05h.18v0h.09V142c.21-.07.43.06.58.09v.09l.27%2C0v.09c.2%2C0%2C.19.08.31.13h.18v0c.08.05.06%2C0%2C.09.13h.09c.1.33.21.66.31%2C1%2C.09%2C0%2C0%2C0%2C.09%2C0s.16.23.23.4h0v.27h0c0%2C.12%2C0%2C.1.13.14v.09c.13%2C0%2C.13.08.23.13s0%2C.09%2C0%2C.09v.49h0c0%2C.06%2C0%2C.12%2C0%2C.18h0c0%2C.08%2C0%2C.08%2C0%2C.09v.22h0V146h0v.32l-.09%2C0a1.15%2C1.15%2C0%2C0%2C1%2C.05.4c0%2C.06-.06%2C0-.05%2C0h.05v0h-.05c0%2C.21%2C0%2C.42.05.63h0c0%2C.21%2C0%2C.42%2C0%2C.63a3.81%2C3.81%2C0%2C0%2C1%2C.14.44.61.61%2C0%2C0%2C0%2C.4-.09l.09-.13.27-.09v-.05l.09%2C0v-.09l.18-.13c0-.17%2C0-.33-.05-.5s0-.08.05-.13H182c0-.15%2C0-.3%2C0-.45h0c0-.06%2C0-.12%2C0-.18h0c0-.1%2C0-.21%2C0-.31h0c0-.22%2C0-.45%2C0-.67h0v-.13h0v-.23h0a.08.08%2C0%2C0%2C1%2C0-.09v-.13h0c0-.15%2C0-.3%2C0-.45h0v0h0v-.14h0c0-.19%2C0-.39%2C0-.58h-.09v-.14h-.09c0-.2%2C0-.39.09-.49v-.09l.13%2C0%2C.14-.18h.09v-.05H182s0-.06.09-.09S182.13%2C142.71%2C182%2C142.66Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M187.26%2C152.69c-.08%2C0%2C0%2C0-.08-.05h-.05c.08-.16%2C0-.25%2C0-.44H187c0-.12%2C0-.24-.05-.36h0v-.05h-.18v-.09h-.41l.05.05v0a1%2C1%2C0%2C0%2C0-.45-.13c-.06-.22%2C0%2C0-.18-.14v0h0s0-.09%2C0-.14l-.13%2C0v0h-.09l-.09-.14h-.09v0h-.18l0-.09-.5-.05%2C0-.09h-.14l-.13-.18-.13.05v-.05h-.09v0l-.18%2C0v0h0s0%2C.09%2C0%2C.13h-.09c0-.09%2C0%2C0%2C0-.09v0h-.27v0l-.22%2C0c0-.09%2C0%2C0%2C0-.09v0l-.14%2C0v0l-.18%2C0v0c-.06%2C0%2C0%2C0%2C0%2C0h0v0l-.17%2C0v0h-.1v0c-.07%2C0-.08%2C0-.08%2C0s-.11%2C0-.18%2C0v.09c-.11%2C0-.12%2C0-.18%2C0v0c-.1%2C0-.13%2C0-.18%2C0v0h-.18v0h0v0h0a.65.65%2C0%2C0%2C0%2C0%2C.13h0c0%2C.2.05.25.18.32v0c.08%2C0%2C.07-.06.18-.09v.09c.11-.11.11.05.18.09h.09l0%2C.09h.13v.09l-.35%2C0s0%2C.11-.09.08l-.05-.13c-.09.06-.25-.06-.45%2C0v0h-.49v0H181v0c-.11%2C0-.1-.11-.18-.08l-.08.08c-.05-.12%2C0-.09-.09-.17a.64.64%2C0%2C0%2C1%2C0-.27l.18-.05v0a.11.11%2C0%2C0%2C1%2C.13%2C0%2C.43.43%2C0%2C0%2C0%2C.27%2C0c0-.18%2C0-.25-.13-.32l-.05%2C0v.09h0v0l-.09%2C0s0%2C.13-.14.09a.74.74%2C0%2C0%2C0%2C0-.14l-.09%2C0%2C0-.09-.5-.09%2C0%2C.13H180c0-.06-.12%2C0-.22%2C0l0%2C.13-.54.14v0c-.16.05-.08.06-.18.14a1.27%2C1.27%2C0%2C0%2C0%2C.36.09c0-.09%2C0%2C0%2C0-.09v-.05l.54.18a.4.4%2C0%2C0%2C0%2C0%2C.18h.05s0%2C.09-.05.13h-.09v0a.94.94%2C0%2C0%2C0-.17%2C0v.09l-.45%2C0s0%2C.12-.14.09l0-.09H179v0h0v0a.4.4%2C0%2C0%2C1-.18%2C0v.09h-.09c0%2C.31-.25.35-.31.59l-.14%2C0a1%2C1%2C0%2C0%2C0-.13.49H178v.09h.09v.49H178v.09h0c0%2C.13.06.31%2C0%2C.36l-.09.05v.09c-.1%2C0-.08%2C0-.13-.09h0v.22h-.05V154h0a.49.49%2C0%2C0%2C0%2C.09.4v.14h0v0a.06.06%2C0%2C0%2C0%2C0%2C.09l.09.05c0%2C.07%2C0%2C.15%2C0%2C.22s0%2C0%2C0%2C.09h-.09v.09h.09c0%2C.1%2C0%2C.21-.05.31h.09v.14h-.13c0%2C.08-.1.33-.09.35l.18.14c0%2C.1%2C0%2C.21%2C0%2C.31h0v.14H178v.67h0v.09l.09%2C0v.14l.14.09v0h.09c-.07.11%2C0%2C.12.09.22l.27%2C0c0%2C.14.11.16.17.27l.09%2C0%2C.05%2C0a.43.43%2C0%2C0%2C1%2C0%2C.22l.14.05c0%2C.17%2C0%2C.15.13.27h0c0%2C.09%2C0%2C.18%2C0%2C.26l.14%2C0v0l0%2C0h.54V159h.36v0h.09v.05c.06%2C0%2C.26-.13.35-.09l.09.13.05%2C0%2C.31%2C0c0-.08-.05-.3%2C0-.31l.09%2C0c0-.11%2C0-.21%2C0-.32s-.17%2C0-.27%2C0v0h-.27v0h-.09v-.05l-.4.09v-.13h-.13v-.05h-.05v.14l-.13-.09v-.05H180l-.05-.09-.31-.09c0-.06%2C0-.12%2C0-.18s0%2C0-.09%2C0%2C.08.05.09%2C0h0c-.06-.27.19-.52.27-.68l.09%2C0%2C0%2C0a.42.42%2C0%2C0%2C0%2C.05-.22h.09l-.05-.09c0-.15-.06-.09-.13-.18h0v-.13h0s0-.09%2C0-.14h-.18v-.09h-.09c0-.1%2C0-.13%2C0-.18l-.09%2C0c0-.06%2C0-.12%2C0-.18h0v0l.14-.09c.05-.1%2C0-.13%2C0-.23h0v0h.09s0-.09%2C0-.14c.23%2C0%2C.22-.05.35-.13V155a.26.26%2C0%2C0%2C0-.09.09h0a.67.67%2C0%2C0%2C0%2C0-.27.35.35%2C0%2C0%2C0%2C.23-.09v0l0%2C0%2C.32%2C0%2C.09.13h0v.14h0v0h.26c-.05.05%2C0%2C0-.09.05v0l.32.05v-.05c.15%2C0%2C.19-.11.22-.27l.18%2C0v-.09l.13%2C0v0h.1v0h.08l0-.09.13%2C0a1.43%2C1.43%2C0%2C0%2C0%2C.68-.27h0c0-.11%2C0-.21%2C0-.31a.13.13%2C0%2C0%2C1%2C0-.14h0v-.18l.18-.09a.82.82%2C0%2C0%2C1%2C.05-.67v-.13h-.05l-.22-.27a1.3%2C1.3%2C0%2C0%2C1%2C0-.31l.45-.09c0%2C.16%2C0%2C.19.18.22s.09.19.13.36h.05a.58.58%2C0%2C0%2C0-.05.22v.05h.05v.27h0v0h0a1.21%2C1.21%2C0%2C0%2C1-.05.18h0v.27h0v.13h0c-.07.18%2C0%2C.31-.18.4v.05l-.09-.05c0%2C.09%2C0%2C.18.05.27h-.05v.09h0c0%2C.08%2C0%2C.15-.05.23l-.09%2C0c0%2C.06%2C0%2C.12%2C0%2C.18s-.09%2C0-.14-.09l-.31.05%2C0%2C.09-.14-.05%2C0%2C.09-.27.05-.05.08h-.09v.05a.46.46%2C0%2C0%2C1-.26.13c.07.14.18.26%2C0%2C.36v.05c.08.05.21%2C0%2C.18.13l0%2C0h.22s0%2C.06.09.05a.08.08%2C0%2C0%2C1%2C.09-.05V156h.09v0l.13%2C0s0-.17%2C0-.09v0h.13V156h.22v0h0V156h0c-.05-.18-.09-.08-.18-.22h-.17v.05h0a.08.08%2C0%2C0%2C0-.09-.05v.05c-.09%2C0-.15-.06-.18-.05v.05h0v-.05h0c0-.07%2C0%2C0-.09-.09%2C0-.2%2C0-.24.14-.31v-.09h0v0c.07%2C0%2C0%2C0%2C.05%2C0l.18%2C0%2C0-.13.36%2C0%2C0%2C.08.09%2C0s0%2C.09.05.13h.09v.05l.27%2C0%2C0%2C0a.83.83%2C0%2C0%2C1%2C0%2C.31h.13v.05h-.09c0%2C.09%2C0%2C.18%2C0%2C.26s.06%2C0%2C0%2C.09l-.09.05c-.11.17-.12.27-.31.36v.18H183v-.09l-.72%2C0v0H182v0l-.18%2C0c0%2C.24%2C0%2C.2.22.26%2C0%2C.06%2C0%2C.06-.09.09v.14H182v0h.13V157h.05a.67.67%2C0%2C0%2C1%2C0-.27l.41.05a.3.3%2C0%2C0%2C0%2C0%2C.08c.09%2C0%2C.07-.12.22-.08v0h.23v0h.13v.05h.09v0c.06%2C0%2C0%2C0%2C0%2C0h0v.13l.18.09v.05h0v0c-.08%2C0-.06%2C0-.09%2C0h0c0%2C.07%2C0%2C.15%2C0%2C.22a.93.93%2C0%2C0%2C0-.32%2C0v0l-.49%2C0a1.74%2C1.74%2C0%2C0%2C0%2C0%2C.22h0c0%2C.29-.07.33-.36.31l0%2C.09.53%2C0v-.14c.09.06%2C0%2C.07.05.09l.13%2C0v0h.05c0%2C.16%2C0%2C.34-.14.41v.09h0l-.05-.14h0c0%2C.08%2C0%2C.11%2C0%2C.14v0h-.13v-.09l-.58%2C0v.18h.09c0%2C.05-.08.06-.09.09s0%2C.14-.05.22h0v.22h0v.05c.14-.06.27%2C0%2C.45-.09a.41.41%2C0%2C0%2C1%2C0-.09h.22L183%2C159c.12%2C0%2C.09.1.18.09v0c.2%2C0%2C.28-.11.49-.14%2C0-.07.09-.14.13-.22h.09s0-.09%2C0-.13h.36c0-.09%2C0%2C0%2C0-.09v0l.09%2C0v0h.18c0-.11%2C0-.13.13-.18v-.09h0c0%2C.06.08.08.13.05v-.05c.08%2C0%2C.06%2C0%2C.09-.13l.14%2C0%2C0-.09h.09c.15-.08.07-.12.31-.13l0-.13.13%2C0c0-.12.08-.13.14-.22h0c0-.08%2C0-.15%2C0-.23h.09c0-.18.11-.11%2C0-.31H186v-.13l.14%2C0c0-.13%2C0%2C0%2C0-.18l.13%2C0s0-.09%2C0-.14h-.09c0-.09%2C0%2C0%2C.05-.09v0l.09%2C0a1.31%2C1.31%2C0%2C0%2C0%2C.09-.44c-.09%2C0%2C0%2C0-.09-.05a.4.4%2C0%2C0%2C1%2C.18%2C0v-.09l.09-.05v0h0v-.41h0v0h0V155h0v-.09h0c0-.14%2C0-.33%2C0-.41l.09%2C0c0-.14%2C0-.27%2C0-.4h.14V154c0-.06%2C0-.19%2C0-.31H187v-.05h.05c0-.08%2C0-.19%2C0-.27h.13a1.61%2C1.61%2C0%2C0%2C0%2C0-.35h.09A3.15%2C3.15%2C0%2C0%2C1%2C187.26%2C152.69Zm-7.83%2C1.43a.55.55%2C0%2C0%2C0-.45.31%2C1.85%2C1.85%2C0%2C0%2C1-.49-.09c0-.15%2C0-.23-.13-.26s-.06.08-.14%2C0l0-.13-.09%2C0v0H178a.36.36%2C0%2C0%2C1%2C.18-.23v0h.14l.09-.14h.13v0h.09v0h.09v0l.13%2C0c.09.12.12%2C0%2C.14.23l.13%2C0v.14h0v0h.18s0%2C.06.13.09A.42.42%2C0%2C0%2C1%2C179.43%2C154.12Zm-.09-2c0%2C.09%2C0%2C0%2C0%2C.09s0%2C0%2C.09%2C0l-.14.41c0%2C.13.09.11.09.13s0%2C.15%2C0%2C.23h-.05l.05%2C0c0%2C.06%2C0%2C.12-.05.18l-.18%2C0v.05l-.13-.05v-.22c-.11%2C0-.08%2C0-.13-.09h-.05v0l.09-.05c0-.15%2C0-.3%2C0-.45h0v-.26h0c.05-.08.07-.08.09-.18s.18-.08.32-.05%2C0%2C.06.09.05l0-.05a.39.39%2C0%2C0%2C1%2C0%2C.18Zm1.79%2C1.39h0v.18H181v.09a.39.39%2C0%2C0%2C0-.18-.05%2C1.19%2C1.19%2C0%2C0%2C1-.09.36h-.13c0%2C.12-.09.13-.09.13v.05h0c0%2C.07%2C0%2C0-.09.09v0l-.14%2C0v0c-.15-.08-.16.06-.22-.18h-.05a.51.51%2C0%2C0%2C1%2C.09-.08.79.79%2C0%2C0%2C0%2C0-.09h0c.07-.11.14-.13.18-.27h-.13v-.14a.57.57%2C0%2C0%2C1-.32-.22s-.17%2C0-.09%2C0h0v0h0v0h0a.36.36%2C0%2C0%2C0%2C0-.09h0v-.17h.4v0l.14%2C0%2C.09.14h.22a.41.41%2C0%2C0%2C0%2C.05.09c.05%2C0%2C0%2C0%2C0%2C0l.13%2C0v0H181v0a.07.07%2C0%2C0%2C1%2C.09%2C0l.14%2C0A.3.3%2C0%2C0%2C1%2C181.13%2C153.54Zm1.43.18h.05c-.1.38-.61.29-.89.27%2C0-.14-.09-.16-.23-.18v-.14h0v0h-.14v-.18h.09v-.31h0c0-.29%2C0-.45.22-.5v0l.18%2C0v0h0v0s-.08%2C0%2C0%2C.05.19%2C0%2C.13.13h0a2.44%2C2.44%2C0%2C0%2C0%2C0%2C.63h.23v0c.13-.12%2C0-.16.27-.22.05-.05%2C0%2C0%2C.08%2C0a.5.5%2C0%2C0%2C1%2C.05.13h0C182.62%2C153.42%2C182.6%2C153.57%2C182.56%2C153.72Zm1.71-1.17v0h-.09v0a.71.71%2C0%2C0%2C0-.32-.18.25.25%2C0%2C0%2C0-.22-.22.42.42%2C0%2C0%2C0-.14-.22h0c0-.05%2C0-.09%2C0-.14l-.23%2C0v0h0v0l-.23%2C0%2C0-.09-.14%2C0c0-.06%2C0-.12%2C0-.18h0c0-.12%2C0-.24%2C0-.36l.4%2C0v-.09c.09%2C0%2C0%2C0%2C.09-.05h.05v.23l.13.09c0%2C.09%2C0%2C.12%2C0%2C.17l.09%2C0c0%2C.06%2C0%2C.12%2C0%2C.18h0c.05.05%2C0%2C0%2C.08%2C0s.16-.07.18-.27h0v.09l.09%2C0v0l.27.09v.09h.13v.09h.05a1%2C1%2C0%2C0%2C0%2C.17.23v0h.14c0%2C.06%2C0%2C.12%2C0%2C.18.18%2C0%2C.13%2C0%2C.27.09%2C0%2C.09%2C0%2C0%2C0%2C.09v0l.13%2C0v.22H185v.05H185c0%2C.23%2C0%2C0-.18.18-.1%2C0-.16%2C0-.22-.05v-.09l-.09.05c0-.1.06-.09-.05-.18v0l-.08%2C0v0Zm1.56%2C2.15a.28.28%2C0%2C0%2C0-.22.09v.05c-.11.08-.09-.05-.14.13l-.13.05s0%2C0-.05%2C0v.18l-.08%2C0v.14h-.05v.18h.05s0%2C.09-.05.13h-.09l.09.4-.09.05c0%2C.07%2C0%2C.15%2C0%2C.22H185v.18l-.09%2C0-.27.31h-.09v-.13h0v.13h-.09c0-.06%2C0-.12%2C0-.18h-.13c0-.13%2C0-.27.05-.4l.13-.05v-.18c-.05.06%2C0%2C0-.05.09h0c0-.12.08-.13.13-.22h.05c0-.1%2C0-.22-.05-.27s.06%2C0%2C.09-.13c.09%2C0%2C0%2C0%2C.09%2C0h0c0-.21%2C0-.42%2C0-.62h-.09v-.14h.09v-.09c.14%2C0%2C.11-.07.27-.09v-.13h.05c0-.19.18-.25.35-.32s.08.07.09.09l0%2C0c0%2C.12%2C0%2C.1.13.13v.09l.18%2C0Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M183.33%2C153.54v.09h0C183.34%2C153.54%2C183.38%2C153.59%2C183.33%2C153.54Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M179.34%2C154v.09h0C179.36%2C154%2C179.39%2C154%2C179.34%2C154Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M180.51%2C154.25v0h-.09C180.47%2C154.26%2C180.42%2C154.23%2C180.51%2C154.25Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M185.07%2C155.28v.09h.05C185.09%2C155.28%2C185.12%2C155.33%2C185.07%2C155.28Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M181.8%2C157.92v-.09h0v0l-.09%2C0v0a.32.32%2C0%2C0%2C1-.13-.27c-.09%2C0%2C0%2C0-.09%2C0a.72.72%2C0%2C0%2C1-.18-.32h-.05c0-.12%2C0-.24%2C0-.36l-.09%2C0v-.36H181v-.09h0c0-.09%2C0-.18%2C0-.27h-.13c0-.1%2C0-.08.09-.13v-.18H181v0l-.13%2C0v-.13h0v-.05c.09%2C0%2C.07.11.09.14H181a.76.76%2C0%2C0%2C0%2C0-.32h-.13v.09l-.22%2C0a.94.94%2C0%2C0%2C0%2C0%2C.62l0%2C.14h-.05a1.18%2C1.18%2C0%2C0%2C1%2C.05.18l.26%2C0v.14a.26.26%2C0%2C0%2C1-.09-.09h0c0%2C.22.07.22.09.4-.22.05-.21.17-.4.22v.09c-.15%2C0-.18.1-.23.23h-.09c0%2C.09%2C0%2C0%2C0%2C.09s0%2C.14.18.18v-.09h.09v.22h.13s.1.13.18.13v0l.13-.05v.14L181%2C158v.05h.18V158l.31%2C0v0h.09v.05l.31%2C0c0-.1%2C0-.12%2C0-.18Zm-1-1.83v0h0s0-.09%2C0-.13h0C180.89%2C156.08%2C180.84%2C156.06%2C180.82%2C156.09Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M180%2C155.82v.05h-.05V156l.14%2C0c0-.09%2C0%2C0-.05-.09S180%2C155.87%2C180%2C155.82Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M177.82%2C156.4v.09h.05C177.84%2C156.4%2C177.87%2C156.45%2C177.82%2C156.4Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M184.89%2C156.4v0h0v0h.09C184.91%2C156.4%2C184.94%2C156.45%2C184.89%2C156.4Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M178.22%2C157.75h.05v0h0v-.09h-.09Z%22%2F%3E%3Cellipse%20class%3D%22b%22%20cx%3D%22182.05%22%20cy%3D%22158.06%22%20rx%3D%220.09%22%20ry%3D%220.06%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M49.44%2C99.82c0%2C.21%2C0%2C.42.05.64%2C0%2C0%2C.09.15.13.18l.18%2C0v0l.1%2C0v.1c.08.11.23.13.31.27h.14c0%2C.06%2C0%2C.12%2C0%2C.18h0v.18h.05c0%2C.08%2C0%2C.07.13.09s0%2C.13.05.19h.09c.07.25.31.34.37.63l.45.14.05.09h.09v0c.12%2C0%2C.25%2C0%2C.32%2C0a.58.58%2C0%2C0%2C1%2C.22%2C0v0h.05l0%2C.09h.09v0h.1l.09.13h0V103a.45.45%2C0%2C0%2C0%2C.32.23c0%2C.09%2C0%2C0%2C0%2C.09%2C0%2C.2%2C0%2C.18.09.28v0h.13l.1.14h0s0%2C.09.05.13h.13v0h.05a.27.27%2C0%2C0%2C1%2C.14-.14v-.13h-.05c0-.32.19-.19.32-.37h.09v-.22h0V103l.09-.09h.09l0-.09h.09l0-.09.18-.09c0-.11%2C0-.21.05-.32s-.07%2C0-.05-.13h.05v0c0-.06%2C0%2C0-.05%2C0v-.22h0v-.09l-.23-.19v-.13H54.4v-.09h0c0-.05%2C0-.1%2C0-.14h-.09l0-.09L54%2C101c0-.15%2C0-.3%2C0-.45h0c0-.2%2C0-.16.09-.28h.1c-.06-.23-.18-.27-.1-.54v-.19h.05c0-.25%2C0-.39-.14-.5v0h-.22v0l-.1%2C0v0h0v0c-.22-.15-.08-.3-.09-.55%2C0-.07%2C0-.15%2C0-.23h0v-.09h0c0-.12%2C0-.24.05-.36-.27%2C0-.52%2C0-.73%2C0-.08-.17-.21-.26-.23-.5-.09%2C0%2C0%2C0-.09%2C0l-.27%2C0v0c-.12.09-.1.18-.27.23s0%2C.1-.1.18h-.09v0h0v0h-.05v0h-.32l-.22.28c-.14.08-.12-.06-.23.13L50.35%2C98v0h-.09v0c-.09-.07-.14-.15-.27-.18a2.3%2C2.3%2C0%2C0%2C0-.23-.5c-.2%2C0-.16%2C0-.27.09s0%2C.18-.05.27h.05c0%2C.08%2C0%2C.15%2C0%2C.23h0c0%2C.24%2C0%2C.49-.05.73h.05v.18h0v.09h0V99h0a3.44%2C3.44%2C0%2C0%2C1-.13.78Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M37.92%2C108.83h0c0%2C.17%2C0%2C.34%2C0%2C.5h0c0%2C.06%2C0%2C.12%2C0%2C.19h.05v.36h0V110h0a.44.44%2C0%2C0%2C1%2C.09.18c.19%2C0%2C.23.17.32.32h0v.09h0v.09h.05a.53.53%2C0%2C0%2C1%2C.09.23h.09V111a.31.31%2C0%2C0%2C1%2C.23.14h0c.05.07%2C0%2C.13.05.18l.27%2C0%2C.14.18h.09l0%2C.09.5.18v.09a.48.48%2C0%2C0%2C1%2C.19.09v0h.22v0h.19a1%2C1%2C0%2C0%2C1%2C0%2C.1l.37%2C0v0h.09l0%2C.09h.14v0c.06%2C0%2C0%2C0%2C0%2C0l.37%2C0v.05l.27.09v0c.1%2C0%2C.27-.11.32-.13h.14v-.05h.09v0h.09l0-.09.19%2C0%2C0-.09a2%2C2%2C0%2C0%2C1%2C.37-.09v0l.27%2C0v0H44v0h0v0h.19v0l.59%2C0v0h.09v0l.91%2C0%2C.32-.23.09-.27.18-.14c0-.12%2C0-.24%2C0-.36l.13-.09v-.28a.72.72%2C0%2C0%2C0%2C.14-.13h.09v-.64h.05c0-.06%2C0-.12%2C0-.18h0c0-.09%2C0-.19%2C0-.28l.09%2C0v-.09h0v-.28h0v-.09h.05v-.13a3.15%2C3.15%2C0%2C0%2C1%2C.27-.19c0-.15%2C0-.3.05-.45l-.09%2C0v-.18h0a.59.59%2C0%2C0%2C1%2C.14-.45l.09%2C0c0-.11%2C0-.21%2C0-.32h0c0-.09%2C0-.18%2C0-.27h0v-.28h0c0-.1%2C0-.21%2C0-.31h0v-.1h0v-.18h-.05a.12.12%2C0%2C0%2C1%2C.05-.13v0h-.05v-.23h0v-.09h0v-.32h0V105l-.14-.09c0-.15%2C0-.3%2C0-.45s-.1%2C0-.19-.09.17-.37.14-.46l-.09-.05-.18-.54-.28%2C0v0c-.07%2C0-.08%2C0-.09%2C0a.08.08%2C0%2C0%2C1-.09%2C0l-.14%2C0-.45-.13L45.8%2C103h0v-.09l-.27-.23v-.09l-.18-.14v-.22h0v-.6s.08-.06.09-.09h.19c0-.25.09-.14.18-.27v-.09l.09%2C0v-.22h0a1.27%2C1.27%2C0%2C0%2C0%2C0-.55h-.22c0%2C.13-.05.15-.18.18v.09c-.1%2C0%2C0%2C0-.1%2C0h-.09l-.18.45a2.22%2C2.22%2C0%2C0%2C1-.73%2C0%2C.55.55%2C0%2C0%2C0-.22%2C0c0%2C.13%2C0%2C.27-.05.41h0l0%2C.13%2C0%2C0H43.8l0%2C.09-.14%2C0v0h-.22v0h0v0h-.18v.05l-.32-.05v.05h-.18l0-.09h-.09v0h-.09v0h-.14a.58.58%2C0%2C0%2C1-.22-.22.38.38%2C0%2C0%2C0-.23%2C0v0l-.28%2C0v0l-.27%2C0v0l-.14%2C0a1%2C1%2C0%2C0%2C1%2C0%2C.1H41a.52.52%2C0%2C0%2C0-.22.41h-.19v0l-.13.09v.09l-.09%2C0v0h-.1v0l-.54%2C0a.93.93%2C0%2C0%2C1-.05.1l-.23%2C0v0l-.09%2C0v0h-.09v0h-.13l0%2C.09H39l0%2C.14-.13.09v.37h0v0h0v.14h0v.22l-.09%2C0v.09l-.09%2C0v.23h0a.3.3%2C0%2C0%2C1-.1.22h0v.09c0%2C.06-.25.15-.32.23h-.09l-.09.59h0v.14h0v.14h-.05c0%2C.09%2C0%2C.18.05.27h0c0%2C.09%2C0%2C.18%2C0%2C.27h-.05c-.08.24.09.39.14.5v.14l.09%2C0c.06.15-.11.44-.14.54h-.09c0%2C.15.16.33.09.55h0v.23h-.05v.09h0v0h0Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M9.33%2C125.72l.5-.18v-.05c.06%2C0%2C.09.09.19.05l.22-.27h0c0-.07-.06-.09%2C0-.19h.05a.67.67%2C0%2C0%2C0%2C.18-.27.42.42%2C0%2C0%2C0%2C.22-.14v0h.14v0H11v0h.09v-.05c.13-.11%2C0%2C0%2C.09-.13h0v-.14h0l.1-.14h.09c0-.09%2C0%2C0%2C0-.09%2C0-.23.11-.22.27-.32h.1a.85.85%2C0%2C0%2C0%2C.13-.5.9.9%2C0%2C0%2C0%2C.46-.32h.09a.44.44%2C0%2C0%2C1%2C.09-.18h.05v-.09l.09%2C0c.05-.09%2C0-.11.09-.19v0l.27%2C0-.09-.27c.05%2C0%2C.06-.11.09-.14h.09v0l.14%2C0v0h0c0-.1%2C0-.19.05-.28l.23-.18v-.09l.27-.23a2.56%2C2.56%2C0%2C0%2C1%2C.05-.27l.13%2C0%2C.05-.09h.09l0-.13.09-.05a.78.78%2C0%2C0%2C0%2C.05-.14h.09l.09-.13h.19a.36.36%2C0%2C0%2C1%2C0-.09h.05v-.1l.09-.09v-.09h0v-.09H15v-.09h0v0l.14%2C0v0h.14l0-.09h.05v-.22h0l.14-.19h.09v0l.32%2C0v-.22h-.05v0l.23-.18v-.18h.05c0-.05%2C0-.1%2C0-.14a2.33%2C2.33%2C0%2C0%2C1%2C.55-.14c0-.06.07-.08%2C0-.18h0v-.32h0v-.09l.1%2C0%2C0-.09.46%2C0v0h.09l.09-.13.18%2C0%2C.05-.09a1%2C1%2C0%2C0%2C1%2C.36-.14v-.09c.1%2C0%2C.13%2C0%2C.18-.09.32%2C0%2C.3%2C0%2C.41-.23v-.09l.09%2C0v0s.31-.11.32-.13%2C0-.28.05-.37h0l.05-.09h.09l.09-.09v-.09l.18-.14.14-.41H20v0h.18l0-.1h.14l.09-.13h0c0-.09%2C0-.18%2C0-.28l.09%2C0v-.09s.06%2C0%2C.09-.09h.09c.08-.28.18-.16.37-.28a.41.41%2C0%2C0%2C1%2C0-.09h.09v0h.09c.08-.07%2C0-.2.09-.28h0l.23-.27h.09c0-.21.16-.24.28-.36h0v-.09l.09%2C0v0h.14l.09-.13.18-.05v0h.09l0-.09h.13v0h.14v0h.09l0-.1.18%2C0v0l.46-.09v0l.13-.09v-.1c.05-.06.11%2C0%2C.18-.13h.41v0c.07%2C0%2C0%2C0%2C.05%2C0h.64v0h.13v0H26v0a.49.49%2C0%2C0%2C0%2C.19.1.29.29%2C0%2C0%2C0%2C.18.22v0c.08%2C0%2C.09%2C0%2C.23%2C0v0c.06%2C0%2C0%2C0%2C0%2C0a2.44%2C2.44%2C0%2C0%2C0%2C.59-.09%2C1%2C1%2C0%2C0%2C1%2C.1.23l.22%2C0v0h.09a1.13%2C1.13%2C0%2C0%2C0%2C.1.13H28s0%2C0%2C.09.05v.32h.05v.09h0a2.56%2C2.56%2C0%2C0%2C1%2C.05.27h.05v.09l.09%2C0c0%2C.2%2C0%2C.39%2C0%2C.59l.09%2C0a.86.86%2C0%2C0%2C1%2C.1.54c.63.08-.1.75%2C0%2C1.14h.05v.09l.09%2C0c0%2C.16.09.33.13.5h.19v0h0c0%2C.11%2C0%2C.22.05.32l.09.05v.09h0v.36h.05c0%2C.06%2C0%2C.12-.05.18h.05v.14h0v.46h.05v.09h0a2.56%2C2.56%2C0%2C0%2C1%2C.05.27h.05v.09h0v.14h.05v.09l.09%2C0%2C.09.41h.09c0%2C.19.14.23.18.41h.14s0%2C.09%2C0%2C.14h.1v.09c.15%2C0%2C.11.1.27.14v.09c.19.05.14.12.27.23v0h.14l.14.18.13%2C0%2C.05.09h.18l0%2C.09h.1l.09.14h0v.13l.32.46h.09l.05.09h.09l0%2C.09h.1v.05h.09v0l.27%2C0a.41.41%2C0%2C0%2C0%2C.05.09h.13l.05.09h.13v0a1%2C1%2C0%2C0%2C1%2C.23.27v.09h0v.14h0v0h.23v0l.27.09s0%2C.09.05.14h0s0%2C.09%2C0%2C.13l.09%2C0v.09l.14.09c0%2C.09%2C0%2C.18%2C0%2C.27h.09l.05.14%2C0%2C0H35v.05l.19%2C0%2C.09.13h.13l.32.23c0%2C.08%2C0%2C.15%2C0%2C.23l.09%2C0c0%2C.06%2C0%2C.12%2C0%2C.18h0a1.33%2C1.33%2C0%2C0%2C0%2C.14.19h.09l.18.22h.09v0h0v.09h.05V125h0v.09h0v.1h.05c0%2C.13%2C0%2C.27-.05.41l.14.09v.09h0l.09.27.14%2C0%2C0%2C0v.27l.09%2C0v.09l.13.09a1.3%2C1.3%2C0%2C0%2C1%2C.14.32l.23%2C0a.44.44%2C0%2C0%2C0%2C.09.27l.09%2C0v.1l.09%2C0v.18h.05v.1h0s0%2C.09%2C0%2C.13c.17%2C0%2C.19.08.32.14a2%2C2%2C0%2C0%2C1%2C.18.64c.21.05.34.22.55.27%2C0%2C.21.06.19.13.32h.14v0l.27%2C0v0h0v.14c.23%2C0%2C.28.15.27.41.16%2C0%2C.2.14.32.23v0h.14l.09.28.13%2C0c0%2C.06%2C0%2C.1%2C0%2C.18h0V131c.05.13.15.2.19.36a1.44%2C1.44%2C0%2C0%2C1%2C.45.37l.05.09h.09v0l.18.05v0h.23V132h.09l0%2C.09h.1l.13.18%2C0%2C0%2C.32.09c0%2C.18%2C0%2C.05.13.13s0%2C.06.09.09v.1l.14%2C0v.05H43v0h.32v.05h0v.13l.13.05v0h.14v0c.06%2C0%2C0%2C0%2C0%2C0h0v0h.14l.13.18h.09l.1.14h.09l0%2C.09.28.09%2C0%2C.09h.09v.05h.09l.09.13H45l0%2C.1.14%2C0s0%2C.09%2C0%2C.14h.18a.77.77%2C0%2C0%2C0%2C.6%2C0v.1l.45%2C0%2C.05-.09a2.11%2C2.11%2C0%2C0%2C1%2C.36-.09c0%2C.06.08.07.18.09v.18l.09%2C0c0%2C.07%2C0%2C.15.05.22h.32v.05h.09v.05h.18l.09.13H48v0l.18%2C0v0h.18c.11%2C0%2C.18.15.32.18s.08.13.14.23l.32%2C0v0h.13v0l.19%2C0v0h.18a1%2C1%2C0%2C0%2C0%2C0%2C.1h.14l.18.22h.14v0h.09v0l.27%2C0v.05h.14v0c.27.09.46-.1.73%2C0v.05h.09v0h.23v.05h.09v0h.27v.05c.11%2C0%2C.27.08.36%2C0h.41v0c.15.13.07.22.32.28l.09.27h.1c0%2C.17%2C0%2C.06.13.14v0h.14l.09.14h.05c0%2C.15%2C0%2C.3%2C0%2C.45h0v.05h0v.32l.14%2C0a1%2C1%2C0%2C0%2C0%2C0%2C.1l.32%2C0%2C.09.14.28.09s0%2C.09%2C0%2C.14h.05a.43.43%2C0%2C0%2C0%2C.32.22v.09c.09%2C0%2C0%2C0%2C.09.05h0v.14h.09v.18c.12%2C0%2C.16%2C0%2C.23%2C0v0l.14.05c0%2C.06%2C0%2C.14%2C0%2C.18h.46s0%2C0%2C.09%2C0v.09l.23%2C0v0l.13%2C0v0h.46v0l.5.05v-.05c.1%2C0%2C.18.1.32.05v-.05H58l0-.09h.1v0h.09v0h.13c.09%2C0%2C.19-.14.28-.18%2C0-.27%2C0-.52%2C0-.73h.09v-.14h.09c0-.06%2C0-.12%2C0-.18H59v-.37h-.05c0-.1%2C0-.21.05-.31h-.05c0-.07.09-.28.05-.41h-.05l-.09-.28h0v-.18h0a.34.34%2C0%2C0%2C0-.28-.27c0-.06%2C0-.12%2C0-.18l-.14-.05a1.39%2C1.39%2C0%2C0%2C1%2C0-.32c-.29-.07-.39-.3-.41-.64-.2-.06-.07%2C0-.14-.18h0v-.13l-.09-.05V135h0v-.14l-.09%2C0v-.09l-.18-.14v-.09l-.1%2C0v-.13h0c-.13-.16-.06%2C0-.18-.09s-.09-.16-.14-.23h-.09l0-.09H56.5a.65.65%2C0%2C0%2C0-.09-.1c0-.15-.09-.3-.14-.45s-.2-.14-.36-.18a3.18%2C3.18%2C0%2C0%2C1-.14-.37c-.13%2C0-.13-.08-.23-.13a1.39%2C1.39%2C0%2C0%2C0%2C0-.32s0-.06.09-.09%2C0%2C0%2C.09%2C0h0v-.27h0c0-.13-.19.29-.23.32h-.09l0%2C.09c-.05%2C0-.09-.05-.09-.05l-.09.05c0-.06-.11-.05-.14-.09v-.09h0l-.09-.14h-.09v0l-.23%2C0V132l-.18-.13c0-.08%2C0-.15%2C0-.23l-.09%2C0v-.09h0v-.09h0l-.05-.13a.35.35%2C0%2C0%2C0-.22%2C0v.05h-.09v0h-.23v.05h-.18v-.05l-.1.05v-.05h-.13v0H53v-.05a.38.38%2C0%2C0%2C0-.23%2C0c0%2C.09%2C0%2C.18-.05.27h0a.69.69%2C0%2C0%2C1-.55.09v0h-.09l0-.09-.23%2C0-.05-.09h-.13v-.05h-.09v0l-.23-.05v0h-.23l-.09-.13-.41-.14-.09-.13H50.4v-.05h-.28l0-.09-.46%2C0v0l-.27%2C0c-.05%2C0-.17.1-.27%2C0l-.19-.23H48.8l0-.09h-.23l-.27-.32h-.37v0H47.8l0-.1-.28%2C0%2C0-.09H47.3v0l-.41-.13v-.1h-.14v-.09l-.31-.09v-.09c-.27-.06-.2-.21-.51-.23%2C0-.11%2C0-.07-.09-.13v0h-.09l-.13-.18h-.09v-.05l-.41.05v-.05c-.23-.07-.35-.08-.46-.27%2C0%2C0-.16%2C0-.09%2C0h0v0l-.1-.05V128h0a.38.38%2C0%2C0%2C1%2C0-.27h0s0-.09%2C0-.14-.17-.07-.31%2C0%2C0%2C.07-.1%2C0l0-.09H44c0-.19-.14-.24-.14-.5l-.14%2C0v-.09a2.92%2C2.92%2C0%2C0%2C1-.31-.14c0-.15-.1-.3-.14-.46l-.18-.09v0a.45.45%2C0%2C0%2C0-.23-.14c0-.06%2C0-.12-.05-.18h0s0-.09%2C0-.14a.8.8%2C0%2C0%2C0-.41-.13c0-.14-.1-.18-.18-.28h0c-.09-.15.07-.16-.19-.23%2C0-.1%2C0-.12%2C0-.18h0v-.09l-.09%2C0c0-.13%2C0-.25.05-.37h-.05v-.09h0v-.09h0v-.09h0c-.07-.13%2C0-.22-.14-.32v0h-.27l-.14-.22H41l-.05-.09h-.18v0l-.14-.05%2C0%2C0V123h0c0-.06%2C0-.13%2C0-.19h-.05v-.09l-.27-.13c-.11-.15%2C0-.27-.05-.41h0l0-.1H40l0-.13-.23%2C0c0-.09%2C0-.18-.05-.27h0c0-.14%2C0-.27%2C0-.41l-.13-.09V121h-.05v0s.07%2C0%2C.05-.09a3.09%2C3.09%2C0%2C0%2C0-.14-.32l-.27%2C0c-.06-.34-.22-.44-.55-.5%2C0-.16-.12-.21-.14-.41a.75.75%2C0%2C0%2C1-.5-.27h0v-.14l-.09%2C0V119l-.14-.09-.09-.41-.09%2C0c0-.09%2C0-.18%2C0-.27h0l-.14-.41c-.11%2C0-.1%2C0-.18-.09s0-.18-.05-.27h-.09a.35.35%2C0%2C0%2C0-.09-.23h0v-.14l-.18-.32h-.09v0l-.18-.14v-.09h0c0-.08%2C0-.15%2C0-.23a.17.17%2C0%2C0%2C1-.09-.13h-.09c0-.16-.15-.21-.23-.32h-.05v-.14l-.09%2C0v-.72h0c0-.16-.07-.14-.09-.23s0-.49%2C0-.73h0v-.14h-.05v-.09h0v-.09l-.23-.18v-.14h-.05l.09-.41h-.09l0-.13h0v-.09s0-.11-.09-.14h-.09l-.09-.14H35l0-.09h-.13s0-.06-.09-.09a1.18%2C1.18%2C0%2C0%2C1%2C.09-.41c-.2-.09-.12-.07-.23-.23l-.14-.09v-.13s-.06%2C0%2C0-.1h0s0-.09%2C0-.13h0V111h0v-.32h-.05v-.09a1.74%2C1.74%2C0%2C0%2C0-.41-.18c0-.15%2C0-.3%2C0-.46h0c0-.1%2C0-.21%2C0-.31s-.22-.17-.14-.37h.05A.41.41%2C0%2C0%2C0%2C34%2C109c-.17%2C0-.2-.11-.32-.18s0-.3%2C0-.45c-.23%2C0-.23.06-.36.13a.75.75%2C0%2C0%2C0-.18-.13l-.05-.14s.05%2C0%2C.05%2C0h-.05c0-.07%2C0-.15.05-.22l-.09%2C0c-.07-.15.07-.32%2C0-.41l-.09%2C0a.72.72%2C0%2C0%2C1%2C0-.46l-.23-.18v0h-.09l-.09-.13h-.18v-.05h-.14v0h0l0%2C0v0c-.24-.07-.11-.12-.18-.32h-.05v-.14s-.06%2C0-.09-.14a.36.36%2C0%2C0%2C1-.32-.13.69.69%2C0%2C0%2C1-.09-.46l-.32-.13c0-.14-.09-.28-.13-.41v-.23l-.14%2C0%2C0-.09h-.1v0l-.09%2C0v-.14l-.22-.18v-.23h-.05v-.13h-.05c0-.08%2C0-.15%2C0-.23h-.05c-.12-.09-.2.14-.41.05l-.09-.14-.27-.09v0l-.46.09-.13-.18c-.1-.06-.25%2C0-.37%2C0v0h-.09v0l-.13-.09c0-.07%2C0-.15-.05-.22H28v0c-.25%2C0-.23-.11-.36-.23v-.09c-.13%2C0-.11-.08-.14-.09h-.22v0l-.19%2C0v0h-.22v0h-.1l-.09.18h-.13v0H26.5v0h-.19v0l-.41%2C0c-.22%2C0-.68%2C0-.91%2C0v0h-.22v0l-.14%2C0v0h-.18v0h-.32v0h-.05s0%2C.06%2C0%2C0v0h-.23v0h-.09v0h-.23v0l-.41%2C0H22.9v0l-.59%2C0v.09c-.1%2C0-.13%2C0-.18.09h-.05v.14c-.18%2C0-.19.17-.32.27v0h-.23l0%2C.09-.18%2C0c0%2C.08%2C0%2C.16%2C0%2C.23l-.14%2C0v0l-.13%2C0%2C0%2C.09h-.18s0%2C.09-.05.13l-.09%2C0v.14h0l-.09.13c-.27%2C0-.31.08-.55.1%2C0%2C0%2C0%2C.09-.05.13l-.22.05-.05.09h-.09v0h-.09v0l-.68%2C0v.1l-.14%2C0v0l-.14%2C0%2C0%2C.09-.18%2C0-.14.18H18v0l-.23%2C0a.9.9%2C0%2C0%2C1-.14.14v.27l-.13%2C0v0h-.09v0c-.12%2C0-.22%2C0-.28%2C0s0%2C.06-.13.09v.23l-.87.23a2.27%2C2.27%2C0%2C0%2C1-.23.5l-.09%2C0s0-.06%2C0%2C0v0h-.09v0h-.09v0c-.06%2C0-.09-.09-.19%2C0l-.13.18h-.05v0l-.09%2C0v0h-.05l0%2C.09H15v0l-.14.09v.14h0c-.08.08-.1.1-.19%2C0v.09c-.24%2C0-.36%2C0-.41.18-.18%2C0-.13.05-.31.09s-.07.18-.1.27h-.13v.05c-.06%2C0-.19.19-.18.27a.08.08%2C0%2C0%2C1%2C0%2C.09h0v.14l-.1%2C0-.13.18h-.09v0H13v0h-.14v0h-.09v0H12.7l-.18.41-.59.09v0h-.09a1.28%2C1.28%2C0%2C0%2C1-.37.18c0%2C.11%2C0%2C.07-.09.13v0h-.09l-.09.14-.18%2C0v0h-.37l0%2C.09h-.14v0h-.09a.42.42%2C0%2C0%2C0%2C0%2C.1l-.19.13v.14s-.06%2C0-.09.09l-.45.14c0%2C.06%2C0%2C.12%2C0%2C.18s-.24.07-.27.23c-.39.09-.65.41-1.09.45a.63.63%2C0%2C0%2C1-.14.27H8c0%2C.08%2C0%2C.16%2C0%2C.23l-.19.14c-.11.13-.11.26-.31.32v0H7.19a1.82%2C1.82%2C0%2C0%2C0%2C0%2C.37H7.06a.66.66%2C0%2C0%2C1-.55.5c0%2C.18-.09.36-.14.54h0l-.14.19H6.1a.46.46%2C0%2C0%2C1-.14.22h0v.09l-.14.1v.09a1%2C1%2C0%2C0%2C0-.18.32c-.17%2C0-.19%2C0-.23.13H5.28v.18h0v0h0v0h0a1%2C1%2C0%2C0%2C0%2C0%2C.1h0v.09l-.19.13s0%2C.1%2C0%2C.14-.14%2C0-.18.05v.13h0v.09h0v.28l-.31.22c-.07.18.22.25%2C0%2C.46v0l-.09%2C0s0%2C0-.1%2C0v0h0v0H4.1v.1c-.15%2C0-.11%2C0-.18.09h0v.09l-.09%2C0v.14l-.09%2C0v.09h0V118h0l-.05.09H3.41l-.27.32H3.05v0c-.23.09-.2-.12-.36%2C0H2.32l.05.09H2.28l0%2C.14h0v.09h0c0%2C.05.1.32.09.36h0c0%2C.06%2C0%2C.12%2C0%2C.18h0v.28s0%2C0%2C0%2C.09-.09%2C0-.09%2C0H1.73v0H1.64v0H1.46v0H1.41v0h0v0H1.28c-.05.12-.1.24-.14.36H1.05a2.54%2C2.54%2C0%2C0%2C1-.05%2C1l-.23.18v.14l-.13.09c-.06.09%2C0%2C.2-.05.32h0v.59a.13.13%2C0%2C0%2C0-.05.14H.55v.13h0a3%2C3%2C0%2C0%2C1-.09.87l-.09%2C0c0%2C.14.2.42.18.5l-.13.09v.27H.41v.09l-.09%2C0c0%2C.07%2C0%2C.15%2C0%2C.22h0v.14l-.18.14v.09H0v.18H.05v.09h0v0H.18l.09.13c.13.06.35%2C0%2C.41%2C0l.37.18a.6.6%2C0%2C0%2C1%2C0%2C.18h.09a3.11%2C3.11%2C0%2C0%2C1%2C.23.28h.05v.13h0v.18l.09%2C0c0%2C.08%2C0%2C.15%2C0%2C.23l.09%2C0v.09l.09.09h.09l.05.1h.13a.41.41%2C0%2C0%2C1%2C.05.09h.09v0c.12.11.09.18.27.23v.09l.14%2C0%2C.09.13h.09v.05l.28.09v0h.13v0l.32%2C0v0h.18v0h.09v0h.37l.09.14.18%2C0%2C0%2C.09.27-.09v0c.1%2C0%2C.27.12.32.14h.18l0%2C.09h.09v0h0v0h.23v0h.09v0a.45.45%2C0%2C0%2C1%2C.23-.14c0-.24.13-.16.23-.32a1.18%2C1.18%2C0%2C0%2C0%2C.45-.09V128h0V128H6.6l.05-.09s-.09%2C0-.05%2C0%2C.29%2C0%2C.37-.32a1.52%2C1.52%2C0%2C0%2C0%2C.63-.28h.09v0h.19s.09-.26.13-.32h.05c.13-.15%2C0%2C0%2C.18-.09v0h.09l.05-.09h.09v0H8.6a2.74%2C2.74%2C0%2C0%2C0%2C.05-.28l.14%2C0c0-.11%2C0-.08.09-.14v0H9v0h.18v0l.14-.1C9.33%2C125.83%2C9.27%2C125.77%2C9.33%2C125.72Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M77.48%2C142.26h0a1.21%2C1.21%2C0%2C0%2C1%2C.59-.41.49.49%2C0%2C0%2C0%2C.32%2C0v0h.09l.32-.37h0v-.32h0c.07-.09.11-.09.22-.13v-.32l-.13%2C0-.14-.18H78.8v-.09c-.11%2C0-.1%2C0-.18-.09v-.32h0a.83.83%2C0%2C0%2C0%2C.09-.41l-.36-.05%2C0-.13-.14%2C0-.23-.68-.09-.05v-.22l-.09%2C0c0-.08%2C0-.15%2C0-.23h0V138h0v-.18l-.09-.05v-.18h0v-.09h0c0-.17%2C0-.33%2C0-.5h0a.78.78%2C0%2C0%2C0%2C0-.14h0v0H77.3l-.18-.28H77c0-.15-.14-.21-.23-.31h0v-.1l-.09-.09v-.09h-.05v-.09h0v-.09l-.09%2C0v-.09l-.27-.23c0-.2%2C0-.4%2C0-.59h0v-.1l-.09%2C0v-.09h0v-.09h0c-.07-.16%2C0-.24%2C0-.41l-.14%2C0a.18.18%2C0%2C0%2C0-.09-.14v-.5h0v-.09l-.14-.09v0h-.09l0-.1-.31-.27c0-.13.09-.26%2C0-.36s0%2C0%2C0-.09v-.05l-.23.05v-.05l-.13%2C0a6.39%2C6.39%2C0%2C0%2C1%2C0-1.05c0-.14%2C0-.27%2C0-.41h0v-.09l-.14-.09c0-.08%2C0-.16%2C0-.23h0c0-.08%2C0-.15%2C0-.23s0%2C0%2C.09%2C0%2C0%2C0%2C0-.1l-.19-.09v-.09h0a1.28%2C1.28%2C0%2C0%2C0-.37-.32v-.45l-.09-.05c0-.12%2C0-.24%2C0-.36l-.14-.09v-.27h0v0h0l-.09-.41h0v-.09l.09%2C0v-.09l.09%2C0v-.19h0v-.09h.05v-.18h0V127h0v-.27h.09c0-.08%2C0-.15%2C0-.23h0v-.32a.12.12%2C0%2C0%2C1%2C0-.14c0-.08.15-.2.13-.31h0c0-.16%2C0-.31%2C0-.46s-.22-.31-.13-.55h0v-.09l.09%2C0v-.14h0v-.27l-.09%2C0v-.32h0l0-.13h0v-.09l.14-.1c0-.08-.11-.22-.14-.27s0%2C0%2C.09-.13h0V123l.23-.18v-.09h0s0-.09%2C0-.14h0c0-.09%2C0-.18%2C0-.27h0v-.14h0v-.09l.09%2C0V122h0c0-.08%2C0-.09%2C0-.09v-.6h0a.69.69%2C0%2C0%2C1%2C0-.31h0v-.14h0v0h0v-.18h0s0-.09%2C0-.14h0v-.27h0c0-.07%2C0-.15%2C0-.23h.09c0-.12.06-.1.09-.22H75c0-.49.17-.88.23-1.32%2C0-.06%2C0-.13%2C0-.19h0c0-.09%2C0-.18%2C0-.27h0c0-.18%2C0-.36%2C0-.55h0c.06-.15%2C0-.07.09-.18v0h.14l.09-.14h0v-.14h0l-.09-.22h0c0-.13%2C0-.25%2C0-.37l.09%2C0v-.19h0c.06-.24-.2-.29-.1-.54l.1-.05.09-.27H75.8c0-.08%2C0-.15%2C0-.23h0v-.41h0v-.36h0a2.33%2C2.33%2C0%2C0%2C0%2C0-.28l.09%2C0c0-.06%2C0-.12%2C0-.18H75.8c0-.12-.18-.38-.1-.6h0V113l.14-.09c0-.19-.09-.39-.14-.59h0v-.23h0c0-.07%2C0-.08%2C0-.09s0-.21%2C0-.32h0v-.18h0a.35.35%2C0%2C0%2C0%2C.09-.23H75.8c0-.09%2C0%2C0%2C0-.09s0-.18.14-.23H76c.07%2C0%2C.09-.26.13-.36h0v-.5h0v0h0v-.19l.09%2C0v-.64a2.67%2C2.67%2C0%2C0%2C1-.09-1l.09%2C0a.41.41%2C0%2C0%2C0%2C0-.36h0c0-.09%2C0-.18%2C0-.27h0c0-.22%2C0-.43%2C0-.64h0v-.18h0v-.19h0v-.09l.09%2C0c0-.09%2C0-.18%2C0-.28h0c-.06-.19.06-.35.09-.45v-.23h0l0-.09h0v-.09h0v0h0v-.54h0v-.14h0l0%2C0c0-.06.08-.07%2C0-.18h0v-.09l-.09%2C0c0-.13.11-.26.13-.32s0-.25%2C0-.37h0v-.09h0c0-.13%2C0-.27%2C0-.41h0c0-.07%2C0-.15%2C0-.22l-.09%2C0s0-.37%2C0-.41H76.3v-.14h0a.33.33%2C0%2C0%2C0-.27-.27l-.09-.32a1.19%2C1.19%2C0%2C0%2C1-.41-.18c0-.12%2C0-.24%2C0-.36l-.27-.1c0-.09%2C0-.18%2C0-.27l-.18-.13v-.23l-.09-.05s0-.09%2C0-.14h0V100h0v-.09h0v-.09l-.09-.09v-.09c-.07-.08-.18%2C0-.28-.09l0-.09h-.09s0-.06-.09-.09v-.09L74%2C99.24v0h-.09v0h-.09l0-.09h-.13v0h0v0l-.18%2C0c0%2C.18-.29.46-.55.37v0c-.07%2C0-.19%2C0-.23-.09s0-.14%2C0-.18h-.14V99.1h-.09v0c-.11%2C0-.17%2C0-.23%2C0v0h-.22v0h-.14v0h-.05v0h-.18l0%2C.09h-.23l-.09.14-.14.05c0%2C.13-.09.27-.14.41s.07.23%2C0%2C.31h0v.14h0v0h0c0%2C.18%2C0%2C.33-.09.41h-.09v0a.31.31%2C0%2C0%2C1-.18.09%2C1%2C1%2C0%2C0%2C0%2C.18.32.67.67%2C0%2C0%2C1-.13.32h-.1a1.58%2C1.58%2C0%2C0%2C1-.09.36c-.09%2C0%2C0%2C0-.09.05s-.1%2C0-.13.14%2C0%2C.29%2C0%2C.45h.09v.23h0c0%2C.13%2C0%2C.15.18.18s0%2C.15%2C0%2C.23h0a2.56%2C2.56%2C0%2C0%2C1%2C0%2C.27h0v.64l-.09%2C0v.19h0s0%2C.09%2C0%2C.13h0c0%2C.2%2C0%2C.4%2C0%2C.6l-.09%2C0V105h0c0%2C.12.09.24.14.37l-.14.09v.22h0v.19h-.05V106h0a.11.11%2C0%2C0%2C0%2C0%2C.13c0%2C.2%2C0%2C.4%2C0%2C.6h0v.09l-.09%2C0V107h0v.09h0c0%2C.09%2C0%2C.18%2C0%2C.27l-.09%2C0c0%2C.06%2C0%2C.12%2C0%2C.18h-.05c0%2C.16.07.14.09.18v.14l.14%2C0c0%2C.09%2C0%2C.18%2C0%2C.27h0v.09h0v.27h0v.09h-.05V109h0v.28h0c0%2C.09-.08.16%2C0%2C.31h0v.05h0c0%2C.09%2C0%2C.18%2C0%2C.27l-.09%2C0c0%2C.12%2C0%2C.24%2C0%2C.36v1.14h.05c0%2C.06%2C0%2C.12-.05.18h0v.18h0c0%2C.08%2C0%2C.16%2C0%2C.23h0v.09h.05c0%2C.14%2C0%2C.28%2C0%2C.41h0v.14h.05c0%2C.06%2C0%2C.12%2C0%2C.18h0V113h0v.09h0v.14l.09%2C0-.09.55h0v.13h0a1.05%2C1.05%2C0%2C0%2C0%2C0%2C.19h0c0%2C.24%2C0%2C.48%2C0%2C.72a1.16%2C1.16%2C0%2C0%2C1%2C0%2C.51h0v.09h0v.22h0v0h0v0h0v.36h0v.09l-.09%2C0v.09h0v.32h0c.06.24-.11.36-.14.5s0%2C.15%2C0%2C.22l-.09%2C0v.09h-.05v.09h0c0%2C.17%2C0%2C.34%2C0%2C.5l.09.05v.09h0v.27l-.1%2C0c0%2C.09%2C0%2C.18%2C0%2C.27l-.23.14c0%2C.16%2C0%2C.33%2C0%2C.5h0v.09l-.09%2C0c0%2C.1%2C0%2C.19%2C0%2C.28h0v1a.12.12%2C0%2C0%2C1%2C0%2C.14h0v.14H69.1v.13l-.09%2C0V122h0s0%2C.09%2C0%2C.13a.12.12%2C0%2C0%2C1%2C0%2C.14h0v.09l-.13.09c0%2C.09%2C0%2C.18%2C0%2C.27h0c0%2C.13.17.24.1.46h0v.14h0v.32h0c0%2C.21%2C0%2C.42%2C0%2C.63h0c0%2C.06%2C0%2C.12%2C0%2C.19H68.6a.8.8%2C0%2C0%2C1-.09.36h0V125h0c0%2C.15%2C0%2C.3%2C0%2C.45h0v.09h0c.06.18-.06.29-.09.37l0%2C.09h0v.09l-.1.05c0%2C.16%2C0%2C.33%2C0%2C.5a.11.11%2C0%2C0%2C1%2C0%2C.13h0a.73.73%2C0%2C0%2C0%2C0%2C.37l.09%2C0v.14h0c0%2C.16-.07.31%2C0%2C.41h0v.09h0v.32h0c0%2C.12%2C0%2C.24%2C0%2C.36h0c0%2C.07%2C0%2C0%2C0%2C.05a1%2C1%2C0%2C0%2C0%2C0%2C.41c0%2C.36%2C0%2C.73%2C0%2C1.09h0v.23l.09%2C0%2C0%2C.14h0a.06.06%2C0%2C0%2C1%2C0%2C.09c0%2C.17%2C0%2C.33%2C0%2C.5h0v.14h0c0%2C.18%2C0%2C.36%2C0%2C.54.34.07.41.21.55.46v.09l.09.05c0%2C.09%2C0%2C.18%2C0%2C.27h.05s-.09.27-.05.36l.1.05v.09h0c.06.17-.1.22%2C0%2C.37l.27.13v.59h0a1.8%2C1.8%2C0%2C0%2C0%2C0%2C.19h0v.13l.09%2C0v.27l.09%2C0c0%2C.13.09.27.14.4h0c0%2C.06-.08.08%2C0%2C.19h0v.09h0l0%2C.14.13%2C0c0%2C.06%2C0%2C.12.05.18h0v.41h0c0%2C.06%2C0%2C.12%2C0%2C.18h0v.1l.14.09v.18h0c.08.15.14.27.32.32s.06.16.14.27h0v.23h0v.09l.09%2C0v.09h0V138h0v.13h.05v.09l.09.05v.14h0c0%2C.06%2C0%2C.12%2C0%2C.18h.09c0%2C.09%2C0%2C.18%2C0%2C.27l.1.05V139h0v.14h.05l.09.13h.09v0h.09v0l.09.05v.09l.14.09c0%2C.06%2C0%2C.12%2C0%2C.18h0l.09.28h0v.41l.09%2C0v.09l.13.09.05.14h.09a1.85%2C1.85%2C0%2C0%2C1%2C0%2C.23h0c0%2C.06%2C0%2C.12%2C0%2C.18h.09v.09l.28.05%2C0%2C.09h.28v0c.25.07.2.25.36.37V142a.38.38%2C0%2C0%2C1%2C.18.09v0c.11%2C0%2C.28%2C0%2C.37%2C0v.05h0l0%2C.09a.93.93%2C0%2C0%2C0%2C.32.13v.18c.25%2C0%2C.14.1.27.19l.18%2C0%2C.09.14.41.09v0l.14%2C0v0h.09l.09.18.23-.05v.05a.38.38%2C0%2C0%2C0%2C.36%2C0c0-.07%2C0-.15%2C0-.22h0v-.23l.09-.05%2C0-.09.13-.09C77.45%2C142.47%2C77.47%2C142.37%2C77.48%2C142.26ZM70.9%2C106.41c.09%2C0%2C0%2C0%2C.09%2C0S71%2C106.46%2C70.9%2C106.41Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M86.27%2C108.85V109h0v.13h0v.1h-.05v.13h0v.09h0c0%2C.14.09.28.14.41v.23h0c0%2C.06%2C0%2C.12%2C0%2C.18l.09%2C0v.09l.09%2C0v.1a1.1%2C1.1%2C0%2C0%2C1%2C.18.36c.11%2C0%2C.1%2C0%2C.18.09s0%2C.33%2C0%2C.5%2C0%2C.15%2C0%2C.23l.09%2C0v.41s-.1%2C0-.09.1h0c0%2C.12%2C0%2C.24%2C0%2C.36h0v.27h0v.32l.1%2C0v.13h0v.23h.05c0%2C.08%2C0%2C.15%2C0%2C.23l.14%2C0%2C0%2C.1a.68.68%2C0%2C0%2C1%2C.32.63.89.89%2C0%2C0%2C1%2C.32.18c0%2C.05%2C0%2C.1%2C0%2C.14h.13V115a.36.36%2C0%2C0%2C0%2C.14-.23.53.53%2C0%2C0%2C0%2C.23-.09s0-.09%2C0-.14h.09v0H89l.09-.05v.05l.23%2C0%2C.09.14h.09v0h.23l.09.14H90v0h0v0h0l0%2C.09h.09V115h.55l.09.13h.41l0-.09c.19-.06.28.22.46.14h0v0c.13%2C0%2C.11%2C0%2C.14.14s.34-.14.5-.09v0l.32.09%2C0%2C0v.09l.32.05s0-.06.09-.05v.05c.06%2C0%2C0%2C0%2C0-.05l.32.05.09.13h.09v0l.18%2C0v0c.28.1.59-.08.82-.09v-.09l.23%2C0v0h.28v-.05h.09v0l.41%2C0a.5.5%2C0%2C0%2C1%2C.22-.32c0-.2-.13-.29-.18-.45v-.27h0s0-.1%2C0-.14h0c0-.17%2C0-.34%2C0-.5l.14-.09v-.09h0s-.06-.12%2C0-.23l.14-.09c0-.15%2C0-.31.05-.46s.17-.36.09-.54l-.09%2C0v-.14H96.1c0-.17.16-.15.09-.32h0a.39.39%2C0%2C0%2C1-.1-.31l-.13.09c0-.06%2C0-.06-.09-.09s0-.19%2C0-.28h-.09a.51.51%2C0%2C0%2C0-.09-.18h0c-.06-.14.09-.48.09-.64-.38%2C0-.24-.13-.45-.27V110c-.15%2C0-.16-.09-.36-.09%2C0-.14-.08-.11-.1-.14v-.23l-.22-.18v0l-.19%2C0-.13-.18-.28-.09c0-.06%2C0-.12%2C0-.18h-.09s0-.07-.09%2C0l0%2C.09-.54%2C0-.64-.23a.33.33%2C0%2C0%2C1%2C0-.32.5.5%2C0%2C0%2C0%2C0-.23c-.17%2C0-.53-.24-.73-.18v0h-.14v0l-.13.05c0-.06-.12-.06-.14-.09v-.09h0c-.07-.14%2C0-.08-.09-.19v0H91v0l-.1%2C0v-.09l-.13-.1c0-.12%2C0-.24%2C0-.36l-.13-.09a2.49%2C2.49%2C0%2C0%2C1-.09-.37l-.14%2C0v0h-.27a.73.73%2C0%2C0%2C1%2C0-.09H90v0h-.09l0-.09-.36%2C0s0%2C0%2C0%2C0%2C0-.19%2C0-.28l.23-.09a.79.79%2C0%2C0%2C0%2C0-.36c-.05-.07-.14%2C0-.23%2C0l0-.09h-.09v0l-.64-.1v0h-.23v0a.43.43%2C0%2C0%2C1-.36-.1h-.18l-.14.19h-.14v0l-.23.18c0%2C.13%2C0%2C.25%2C0%2C.37l-.09%2C0a.92.92%2C0%2C0%2C0-.18.32v.82s-.17.06-.14.09h0v0l-.09%2C0v.09a.35.35%2C0%2C0%2C0-.18.1v0l-.13.05v.09h0l-.09.13-.14.1c0%2C.09%2C0%2C.18%2C0%2C.27h0c-.08.26.16.4.09.64Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M102.61%2C128.24v-.14h0a.93.93%2C0%2C0%2C1%2C.59-.27l0-.14h0v-.09l-.09%2C0v-.09h0v-.28l-.18-.13c-.08-.17.06-.35.09-.46a1.24%2C1.24%2C0%2C0%2C1-.14-.18h0c0-.08%2C0-.15%2C0-.23s-.06%2C0-.09-.09-.19-.09-.32%2C0v0h-.09v.05h-.41a1%2C1%2C0%2C0%2C0%2C0-.1h-.1l0-.09h-.18v0l-.28-.09v0l-.18%2C0a1%2C1%2C0%2C0%2C0%2C0-.1h-.19v0h-.22v0h-.28v0s-.37.14-.45.09v0c-.2%2C0-.24%2C0-.28.18h-.18v0h0v0h-.23l0%2C.09a2.17%2C2.17%2C0%2C0%2C1-.82%2C0v0h-.36V126h-.46l-.09-.13H97.1v0c-.18-.09-.16-.08-.36%2C0-.07.23-.11.09-.28.18l0%2C.09-.27.09-.05.09c-.19.09-.3-.07-.46.09s-.61.06-.72%2C0h0v-.14c-.12%2C0-.16%2C0-.23.05v0c-.14.08%2C0-.06-.18.09h0v.09h0v.09h-.05v.05l-.27-.05v-.13c-.13%2C0-.37%2C0-.55%2C0v0h-.18l0-.09c-.16-.07-.29.07-.37.09l-.09%2C0v0h-.23v0h-.13v0h-.28v-.05h-.31v0h-.05s0%2C0%2C0%2C0l0-.09H91.5l0-.09h-.19l0-.09h-.09l-.28-.23c-.25%2C0-.16.1-.27.23h0c0-.09-.06%2C0-.09%2C0a.42.42%2C0%2C0%2C1-.19-.09v0h-.13v0h-.09v0h-.19v0l-.09%2C0v0l-.09%2C0v-.09h0c-.11-.12-.08-.07-.23-.13v0l-.23%2C0-.14-.19-.18%2C0v0l-.27%2C0%2C0-.14-.13%2C0V125h-.09v0h-.14v0h-.09v-.05H88a.73.73%2C0%2C0%2C1%2C0-.09l-.32%2C0-.32-.14v-.23a1.11%2C1.11%2C0%2C0%2C1-.41-.18V124h-.09c0-.08%2C0-.15%2C0-.23h0v0l-.09%2C0c0-.06%2C0-.12%2C0-.18l-.09%2C0c-.06-.09%2C0-.19%2C0-.31h-.05V123c-.06-.15-.12-.06-.13-.32l-.28-.09%2C0%2C0v-.22l-.09%2C0v-.09h0l.09-.41h0v-.14h0v-.09h0a.3.3%2C0%2C0%2C1%2C0-.18h-.14v0h-.18v0h0l-.14.41h0a2.51%2C2.51%2C0%2C0%2C0%2C0%2C.27h0v.09h0c0%2C.09%2C0%2C.19%2C0%2C.28h0l-.18.22-.41%2C0v-.09l-.41.13a.53.53%2C0%2C0%2C1-.14.23h0c0%2C.06%2C0%2C.12%2C0%2C.18l-.18.14c0%2C.23%2C0%2C.46%2C0%2C.68a.12.12%2C0%2C0%2C1%2C0%2C.14h0v.09l-.27.23c-.08.14.06.17%2C0%2C.36a.87.87%2C0%2C0%2C1-.37.41v.23s.14%2C0%2C.1.18h0v.09h0c-.07.18%2C0%2C.22%2C0%2C.37h0v.13h0v.1h0c0%2C.13%2C0%2C.27%2C0%2C.4h0c0%2C.16%2C0%2C.31-.05.46h0c0%2C.21.18.25.13.46h0c0%2C.09%2C0%2C.18-.05.27h0c0%2C.06%2C0%2C0%2C0%2C0v.32h0c0%2C.06%2C0%2C.12%2C0%2C.19s0%2C0%2C.09%2C0h0c0%2C.07%2C0%2C.09%2C0%2C.09v.05h0s-.1.13%2C0%2C.22h0c0%2C.13%2C0%2C.11.14.14s.11.17.13.36l.14.05s0%2C.09%2C0%2C.14h0v.09l.09%2C0v.19h0c0%2C.06%2C0%2C.12%2C0%2C.18h0v.23l.13.09v.13h.05c.13.09.12-.1.36%2C0l.32.09v0l.28%2C0%2C.09.13h.13v.05h.09v.05h.1a.36.36%2C0%2C0%2C0%2C0%2C.09c.19.09.2-.09.27.18l.69.18V131l.13%2C0v0h.09V131h.23V131l.23.18v0H87l.09.1s0%2C.09.05.13h.09l.18.23h.09v0c.08%2C0%2C.17-.06.18%2C0v.09l.09.05v.09h0l.09.13h.27v.05l.14%2C0%2C0-.09h.18v0l.73%2C0v.05h.09l0%2C.09h.14v.05a3.09%2C3.09%2C0%2C0%2C0%2C.32-.14h.23v.14h0c0%2C.19%2C0%2C.15.09.27l.14%2C0v0h.27c.07%2C0%2C.24.2.32.18v0l.18%2C0v-.05h.14v0h.5v0h.09v.05c.34.11.46-.25.87-.14v.05h.32v0l.31.14v0h.09v0c.11%2C0%2C.18.09.32%2C0s.22-.16.32-.14v0h.09v.05h.14v0l.41-.14h.14v-.05l.86%2C0%2C.09%2C0v0l.14%2C0v0h.41v-.05l.41%2C0c0-.16.15-.24.23-.37l.54-.09s0-.09.05-.14h0v0h.23l0-.09h.09v-.05h.09l.09-.13.45%2C0v0c.15-.06.11%2C0%2C.19%2C0v-.05h0v.05l.28%2C0v0l.27-.05v-.18h0v-.09l.1%2C0%2C0-.09a.67.67%2C0%2C0%2C1%2C.46-.18c0-.09%2C0-.18%2C0-.27l.14-.05v0l.23-.05c.16-.2.33-.39.5-.59h.09l0%2C.09a1.3%2C1.3%2C0%2C0%2C0%2C.46-.09h.14l.22-.41c.22%2C0%2C.24.08.46.09%2C0-.21-.08-.39.09-.5a.42.42%2C0%2C0%2C0-.23-.27%2C1.63%2C1.63%2C0%2C0%2C1%2C.23-.55Z%22%2F%3E%3Cpath%20class%3D%22a%22%20d%3D%22M166.16%2C116.65l-.09-.05v-.41l-.18-.13c0-.07.07-.08%2C0-.19a.84.84%2C0%2C0%2C1%2C0-.41h0v-.09h0c0-.09%2C0-.18%2C0-.27h0v-.41s.06%2C0%2C0-.09h0c0-.14%2C0-.22%2C0-.32l-.09%2C0c0-.19%2C0-.39%2C0-.59a1%2C1%2C0%2C0%2C1-.32-.13l0-.09h-.13s0-.07-.09-.1v-.09h-.1c0-.16-.14-.32-.09-.5h0l0-.13h0v-.09l-.09-.05c0-.2%2C0-.39%2C0-.59h0v-.05h-.28s0-.06-.09%2C0v0l-.32.05v-.05h-.18l0-.09h-.09v-.09a1.24%2C1.24%2C0%2C0%2C1-.37-.14v-.45a.44.44%2C0%2C0%2C0-.18.09v0h-.09v0a1.09%2C1.09%2C0%2C0%2C0-.37%2C0l0%2C.1h-.23v0l-.18.05v-.05h-.14v0a1.58%2C1.58%2C0%2C0%2C0-.36-.14c-.06-.23-.1-.1-.28-.18v0h-.09s0-.09%2C0-.14h0c-.07-.07-.09-.17-.27-.13v0h0v0l-.09%2C0v-.09c-.1%2C0-.12%2C0-.18%2C0v0H161v0h-.09v0h-.32v0h0v0h-.05v0h-.14v-.05h-.09v0l-.27%2C0-.05.09h-.32v0h-.13c-.06%2C0%2C0%2C.05-.05%2C0v0h-.09v0h-.18l-.05-.09H159v0h-.09v0h-.14l-.05-.09-.41-.09a1%2C1%2C0%2C0%2C1%2C0-.1h-.09a.73.73%2C0%2C0%2C1-.05-.09h-.18v0h0v0h-.13v0h-.18c-.07%2C0%2C0%2C0-.05%2C0s0-.07-.09%2C0l0%2C.09h-.22v0c-.16%2C0-.27-.11-.37-.14l-.54%2C0v-.09l-.14%2C0v0H156v0h-.73v0c-.16%2C0-.33.18-.59.09v0h-.13l0-.09h-.09v0c-.08%2C0-.08%2C0-.09%2C0h-.18v0h-.64v0c-.06%2C0%2C0%2C0-.05%2C0s-.09%2C0-.09%2C0%2C0%2C0%2C0%2C0%2C0%2C0-.05%2C0-.16%2C0-.23%2C0v0l-.09%2C0a.06.06%2C0%2C0%2C0-.09%2C0l0%2C.09h-.14v0c-.11%2C0-.18-.05-.23%2C0v0h-.14v0h0v0h-.18l-.05.09h-.77v0l-.18%2C0v0h-.19v0h-.13v0h-.64l-.05.09H150v0l-.32%2C0v0l-.09%2C0v0h-.13v0c-.2.07-.31%2C0-.46.09s-.1%2C0-.13.14-.23.09-.37%2C0v0l-.18%2C0v0c-.21-.08-.66-.13-.82%2C0h0l0-.09c-.19%2C0-.27%2C0-.36.09l-.05.09h-.41v0l-.27.09v0h-.05v0h0v0h-.55v0l-.27.05v-.05a.71.71%2C0%2C0%2C0-.37%2C0v0h-.18v.05h-.5v0h-.09v0l-.87-.09v0l-.27.09v0H143l-.05.09h-.13v0h-.1v0a.11.11%2C0%2C0%2C1-.13%2C0l-.14%2C0v0h-.27v0a1.06%2C1.06%2C0%2C0%2C1-.46%2C0v0l-.13%2C0v0h-.14v0h-.09v0h-.23v.05H141v0h-.32v0l-.14%2C0v0h-.09v0h-.13l0%2C.09h-.64s0%2C.09%2C0%2C.14h-.05v0h-.18l0%2C.09h-.28l0%2C.09h-.37v0l-.09%2C0v0h0v0h-.1v0h-.18v0c-.08%2C0-.09%2C0-.09%2C0l-.54.09v0h-.05v0h-.27v0c-.08%2C0-.08%2C0-.09%2C0H137v0h-.32l0%2C.09c-.16.07-.35-.07-.41-.14-.42%2C0-.34.24-.63.32v.09l-.28%2C0v0h0v0l-.09%2C0%2C0%2C.09-.13%2C0v0h-.1v0l-.13%2C0v0l-.14%2C0a1%2C1%2C0%2C0%2C1%2C0%2C.1h-.19v0l-.13%2C0v0a.45.45%2C0%2C0%2C0-.28%2C0v0l-.18%2C0a1.33%2C1.33%2C0%2C0%2C1-.14.19l-.22%2C0-.28%2C0v0c-.05%2C0-.07-.07-.18%2C0v0h-.13v.05h-.14l-.09.14h-.09l-.05.09-.5%2C0v0h-.14v0h-.13v0h-.18v0l-.19.05v0h-.22v0a.31.31%2C0%2C0%2C1-.1%2C0l-.09.14-.09%2C0%2C0%2C.09h-.09l0%2C.09h-.09v0h-.27l0%2C.09-.23-.09v0a1%2C1%2C0%2C0%2C0-.45%2C0%2C1.34%2C1.34%2C0%2C0%2C1-.32.14%2C1.73%2C1.73%2C0%2C0%2C1-.18.36%2C1.25%2C1.25%2C0%2C0%2C1-.37.1v.09a.5.5%2C0%2C0%2C0-.32%2C0l0%2C.09-.18%2C0-.09.46H128a.38.38%2C0%2C0%2C0-.09.18l-.46.09s0%2C.09%2C0%2C.14c-.27.06-.24.2-.41.32a.39.39%2C0%2C0%2C1-.27%2C0%2C.31.31%2C0%2C0%2C1%2C0-.1h-.23l0-.09h-.09a.69.69%2C0%2C0%2C1%2C0-.13l-.09%2C0v-.09h0v-.09l-.13-.09v-.14H126v-.18h0v-.09l-.09%2C0c-.09-.11%2C0-.07-.14-.13-.08-.24-.3-.14-.18-.46l-.14%2C0c0-.31%2C0-.61-.05-.91h0l-.09-.32h-.09v-.37h0v0l0-.05H125a1.55%2C1.55%2C0%2C0%2C1-.05-.23h0a.09.09%2C0%2C0%2C1%2C0-.09v0h0v-.18h0c0-.14%2C0-.28%2C0-.41h0v-.1l-.09%2C0a.68.68%2C0%2C0%2C1-.18-.41l-.14%2C0-.09-.32-.09%2C0v-.55h0V109h0v-.13h0c0-.12%2C0-.24%2C0-.28h0V108h0v-.13h0v-.37h0v-.77l.19-.09a.06.06%2C0%2C0%2C0%2C0-.09v-.78l.09%2C0v-.1h0c0-.13%2C0-.27%2C0-.4h.05v-.1l.09%2C0c0-.21%2C0-.43%2C0-.64h0v0h0v0h0v-.18h-.05V104h0c0-.09%2C0-.18%2C0-.28h0v-.09h0c0-.06%2C0-.12%2C0-.18h0v-.59l.09-.05v-.09h.05c0-.09%2C0-.18-.05-.27l.09%2C0c0-.1%2C0-.21%2C0-.31l.09%2C0V102l.14-.09v-.09l.09%2C0v-.09l.09%2C0v-.1l.09%2C0v-.09H125c0-.08-.05-.09-.05-.09s.05-.14.05-.14a1.89%2C1.89%2C0%2C0%2C1-.05-.23H125v-.59H125v0H125c0-.06%2C0-.12%2C0-.18h0c.07-.22-.15-.43-.09-.59l.09%2C0V99.3h0v-.59h0v-.18l.09%2C0v-.22h0c0-.11%2C0-.22%2C0-.32h0V97.8h.05v-.09h0v-.27s0%2C0%2C0-.09h.09v-.23h0l0-.09h.09l.23-.32h.09l0-.14a.78.78%2C0%2C0%2C1%2C.36%2C0%2C.84.84%2C0%2C0%2C1%2C0-.37l.77-.41.5%2C0v0l.23%2C0V96H128l.18.55h.05v.09h0c.1.26-.08.59%2C0%2C.82h.05v.09l.09%2C0v.18a1.55%2C1.55%2C0%2C0%2C0%2C.05.23h-.05v.55h.05l.09.27h0v.14l.14.09.09.41.09%2C0c0%2C.07%2C0%2C.15.05.22l.09.05v.41l.09%2C0v.05h-.05v.36h.05l-.05.14h.05c0%2C.06%2C0%2C.12%2C0%2C.18h.05v.23l.09%2C0a1.55%2C1.55%2C0%2C0%2C0%2C0%2C.23h0c0%2C.1%2C0%2C.13%2C0%2C.19h0s0%2C.09.05.13l.13%2C0v.09l.09%2C0%2C0%2C.09h0l-.09.46h.05v.09l.13.09v.09h.05c0%2C.06%2C0%2C.12%2C0%2C.18h0v.23H130v.09h0c0%2C.09%2C0%2C.18%2C0%2C.28l.09%2C0c0%2C.08%2C0%2C.15%2C0%2C.23l.1%2C0V104h0c0%2C.1%2C0%2C.21%2C0%2C.31h0c-.07.25.24.44.36.51v.09a.86.86%2C0%2C0%2C1%2C.32.13v.09l.09%2C0v.05l.32.09c0%2C.06%2C0%2C.12%2C0%2C.18h0a.11.11%2C0%2C0%2C1%2C0%2C.13V106h0a.07.07%2C0%2C0%2C1%2C0%2C.09l0%2C.14s-.08%2C0%2C0%2C.09l.23.18v0h-.05v0h.05v.23h0c0%2C.15%2C0%2C.3.05.46h0c0%2C.1-.1.25%2C0%2C.4h0c0%2C.08%2C0%2C.16%2C0%2C.23a.47.47%2C0%2C0%2C1%2C.27.14H132c0%2C.07%2C0%2C.15-.05.23H132v0h.27v0l.09%2C0%2C.05.09.27%2C0a2.09%2C2.09%2C0%2C0%2C0%2C.41%2C0c0%2C.15.11.21.14.37s.12%2C0%2C.18%2C0v0h.09l0%2C.09h.19v0c.19%2C0%2C.37-.07.45%2C0s.1%2C0%2C.14.13h.09a.32.32%2C0%2C0%2C0%2C.27.27c0%2C.1%2C0%2C0%2C.05.1s0%2C.23.18.27v.09h.23s0%2C.06.09%2C0v0h.23v0h0c.15%2C0%2C.41.34.68.23v0h.1l.09-.14h.13l0-.09h.18v0h.09v0h.09l0-.09.41%2C0v0h.09s0-.06%2C0-.1h.14v0c.06%2C0%2C.28.17.32.18l.23%2C0h.18s0-.06%2C0-.1h.1v0h.13v0l.18%2C0v0H139l.05-.09h.22v0h.1v0h.22l.23%2C0v0H140s0%2C0%2C.09%2C0v0h0V109h0v0l.32%2C0v0h.09v0H141v0h.05c0-.15%2C0-.31%2C0-.46h.09l.18-.59.14-.09v-.09h.05c.06-.12.08-.24.13-.37h0s0-.09%2C0-.13.08-.15.09-.19%2C0-.08%2C0-.09a.26.26%2C0%2C0%2C1%2C.09-.27v0a3.15%2C3.15%2C0%2C0%2C0%2C.32%2C0%2C.69.69%2C0%2C0%2C0%2C0-.36%2C1.69%2C1.69%2C0%2C0%2C1-.09-.73h0v-.09h0v-.14h0c0-.06%2C0%2C0%2C0%2C0V105h0v0h0v-.18h0c.06-.23-.11-.42%2C0-.55s0-.27-.14-.31-.1-.17-.13-.32l-.41%2C0v.09a2.22%2C2.22%2C0%2C0%2C1-.37.09c0-.21.07-.4%2C0-.54l-.09%2C0c0-.06%2C0-.12%2C0-.18H141c0-.06.05-.09.05-.09v-.05H141c0-.12%2C0-.24.05-.36h0v-.09h0v-.14h0l.09-.13h0s0-.1%2C0-.14h0v-.09l-.09-.05v-.18l-.37%2C0c-.05-.07-.13-.09-.18-.14s0-.09-.09-.14%2C0-.27%2C0-.41h.05v-.09h0l0-.13.23%2C0c0-.05%2C0-.09%2C0-.14H141c0-.09%2C0-.18.05-.27h0c0-.06-.08-.08%2C0-.18h0l0-.14a.8.8%2C0%2C0%2C1-.09-.36l-.28%2C0-.09.14-.23%2C0v0h-.13v0h-.09l0%2C.1h-.14l0%2C.09h-.14l0%2C.09h-.19v0h-.09l0%2C.09h-.09v0c-.23%2C0-.2-.09-.37-.14v0h0l-.05.09-.18%2C0v0h-.18v.05h-.14l0%2C.09h-.13v0l-.23%2C0v0c-.56%2C0-.83-.6-1.32-.73V99.8h-.09v-.09l-.18%2C0v0l0%2C0-.27%2C0v-.09H136v-.09a1.3%2C1.3%2C0%2C0%2C1-.32-.14v0c-.1%2C0-.12%2C0-.18%2C0v0h-.09v-.05a.44.44%2C0%2C0%2C0-.18-.09c-.05-.16-.18-.26%2C0-.41%2C0-.11-.05-.1-.09-.18h-.09v0c-.07%2C0%2C0%2C0%2C0%2C0l-.36%2C0-.14-.22h-.09s0-.07-.05-.1h-.09L134.2%2C98h0v-.14h0c-.09-.27.07-.55-.09-.73v0l-.09%2C0s0%2C0-.14%2C0v0h0v0a.84.84%2C0%2C0%2C1-.19-.09.61.61%2C0%2C0%2C1%2C.05-.23h0l-.09-.18h0v-.14a.86.86%2C0%2C0%2C1-.32-.14c0-.07%2C0-.15%2C0-.22h0v-.5h-.05v-.14h0c0-.12%2C0-.24-.05-.37h0v-.36h-.05c0-.11%2C0-.08-.09-.14v0h-.09v0a.34.34%2C0%2C0%2C0-.18-.09v-.09l-.09%2C0s0-.1-.05-.14h-.09l0-.09h0V94h0l0-.1c-.09%2C0-.12-.06-.23-.09V93.7h-.09v-.09s-.25%2C0-.32%2C0-.15-.22-.23-.32v-.09l-.22-.19v-.09h-.05l-.09-.13-.09%2C0v-.45h0c0-.06%2C0-.13%2C0-.19h0v-.13h0l0-.09h0v0h-.09v-.05l-.1%2C0v-.09h0v-.09h-.05v-.14l-.09%2C0V91.2h0c-.07-.25.29-.48.13-.68%2C0-.29-.16-.32-.27-.5l-.73%2C0v0h-.18v-.05H129l0-.09h-.19l0-.09h-.09l-.14-.19-.18%2C0v0l-.14-.09v-.09l-.64%2C0v0h-.18v.05a.53.53%2C0%2C0%2C1-.27-.05v.05h-.23v-.05h-.23v0h-.18v0h-.13v0h-.19v0l-.41.14v0c-.13%2C0-.09-.07-.13-.09h-.23v0c-.1%2C0-.11%2C0-.18-.1h-.32s0%2C.1-.05.14h0c-.08.08-.06.1-.18.14s-.39%2C0-.55%2C0a.79.79%2C0%2C0%2C1-.09.23s-.15%2C0-.18%2C0l0%2C.09h-.23v0l-.13.05v-.05l-.32-.09v0h-.14s0%2C0-.14.09v.09l-.27.09-.09.14-.23%2C0%2C0%2C.09h-.55l-.14.18-.45%2C0v0h-.09v0h0v0h-.45v0l-.28.23a5.19%2C5.19%2C0%2C0%2C1-.13.64v.45l-.23.18c0%2C.14%2C0%2C.28%2C0%2C.41h0l-.09.28h0v.09h0c0%2C.13%2C0%2C.27%2C0%2C.41l-.09%2C0a2.36%2C2.36%2C0%2C0%2C0%2C0%2C.28l-.1%2C0v.23l-.09%2C0v.09h0v.32h0v.1l-.09%2C0v.09l-.23.18-.09.28h-.09c0%2C.15-.14.2-.23.32h0v.13h0v.09l-.09%2C0v.23h0v.09H118s0%2C.11%2C0%2C.18h0v.14l-.14.09c0%2C.13%2C0%2C.27%2C0%2C.41h0v.18l-.14.09v.18h0v.05h0V98l-.09%2C0c0%2C.21%2C0%2C.42.05.64h0c0%2C.09%2C0%2C.18%2C0%2C.27h-.05a.69.69%2C0%2C0%2C0%2C.05.36h.14c0%2C.08%2C0%2C.15%2C0%2C.23h0v.36h0v.1h0c0%2C.06%2C0%2C0%2C0%2C0v0h0v.18a.55.55%2C0%2C0%2C1%2C.09.41h0l-.09.27h0v0h0v0h0v.32l-.1.05v.09h0v.5c0%2C.06%2C0%2C0-.05%2C0h.05c0%2C.06-.06%2C0%2C0%2C.19h0v.09h0v.13h.05v.09h0c0%2C.16-.12.23-.09.37h.05V103h0v.59h0a.78.78%2C0%2C0%2C0-.05.14h.05v.14h0V104h0l0%2C.09h0c0%2C.07%2C0%2C.15%2C0%2C.22h0v.14h-.05a.78.78%2C0%2C0%2C1%2C0%2C.14h-.09c0%2C.13%2C0%2C.27%2C0%2C.41h0v.36l.09%2C0v.13l.1.05v.09l.09.05a.45.45%2C0%2C0%2C1%2C.13.32H118c0%2C.13.18.45.05.59%2C0%2C.3%2C0%2C.19.18.32v0l.18.14c0%2C.09%2C0%2C.18%2C0%2C.27h.09c0%2C.12%2C0%2C.24%2C0%2C.36h0V108h.05V108h0c0%2C.06%2C0%2C.12%2C0%2C.19h0v.31h0v0h0v.27h0v0a.07.07%2C0%2C0%2C1%2C0%2C.09h0v.09h-.05l.05%2C0c0%2C.17-.07.21%2C0%2C.41%2C0%2C0-.08%2C0-.05%2C0h.09a2.24%2C2.24%2C0%2C0%2C0%2C.14.64v.41h0v.09l.1%2C0v.1l.09%2C0c0%2C.06%2C0%2C.12%2C0%2C.18l.09%2C0v.23l.1%2C0v.14h0v0h0v0h0v.14h0c0%2C.18%2C0%2C.36%2C0%2C.54h0v.09h0v.14l.09%2C0v.09l.19.13v.09h0v.1h0l0%2C.13H120c0%2C.09%2C0%2C.09%2C0%2C.09v.23h0v.09h.05c0%2C.09%2C0%2C.18-.05.28.26.06.26.26.19.5v.22h0v.19l.18.09V115h0v.09h0c0%2C.14%2C0%2C.28%2C0%2C.41h0v.05h0v.27h0a.64.64%2C0%2C0%2C1%2C0%2C.32h.09a.41.41%2C0%2C0%2C1-.05.09h.05a.32.32%2C0%2C0%2C1%2C0%2C.23c0%2C.27-.1.55-.14.82l-.14%2C0v.19h0v0h-.28v0H120v0l-.13.05c-.07.25-.15.12-.32.23l0%2C.09h-.09l-.13.18h-.19v0c-.2.06-.33-.14-.5%2C0h0c.06.13%2C0%2C.2%2C0%2C.36l-.14%2C0v0h-.09v0l-.68%2C0v0h-.14l-.05.09-.22%2C0v0h0v0l-.14%2C0%2C0-.09h-.14v-.05h-.36v0h-.09v0l-.14%2C0c0-.1%2C0-.19%2C0-.28a1.9%2C1.9%2C0%2C0%2C0-.36-.09v-.09h-.18v0c-.06%2C0-.29.24-.41.18v0h-.5l0%2C0v0c-.1%2C0-.09%2C0-.22%2C0v0h-.14v0s-.09-.08-.18%2C0l0%2C.09c-.14.06-.22-.07-.32%2C0v0l-.18%2C0a.47.47%2C0%2C0%2C0-.05-.1h-.22v0c-.22%2C0-.26.24-.37.41l-.09%2C0v.14l-.18.14v.18h0v0l-.18%2C0-.09.27h-.18c-.06.08%2C0%2C0-.09.05l-.09.14h0l0%2C.13-.23%2C0%2C0%2C.09h-.09l0%2C.09a.63.63%2C0%2C0%2C1-.41.14c0%2C.1%2C0%2C.21-.05.31l-.23.14V121h0c-.07.15%2C0%2C.48-.09.59s-.1.08-.23.14v0h-.18v0h-.09v0c-.11%2C0-.17%2C0-.23%2C0v0H110v0l-.14.05v.59h0v.09h0v.09h0v.14l.27.23.14%2C0v.09a1.94%2C1.94%2C0%2C0%2C0%2C.36.55c0%2C.12%2C0%2C.24%2C0%2C.36h0v.19l-.09%2C0c0%2C.11%2C0%2C.21%2C0%2C.32h0c-.05.17.06.31.09.41v.23c.18%2C0%2C.14.1.23.23l.09%2C0a.75.75%2C0%2C0%2C0%2C.5.32c0%2C.18.11.1.14.32l.27.09c0%2C.09%2C0%2C0%2C0%2C.09l.4.14.14.18h.09v0l.14%2C0%2C0%2C.09h.14v0l.32%2C0v0h.27l0%2C0v0c.11%2C0%2C.1%2C0%2C.18.1V127h.09v.09l.18%2C0v0h.32v.05l.09-.05v.05l.37.13v0c.06%2C0%2C.07-.07.18%2C0s0%2C.06.09%2C0%2C0-.07.14%2C0v0l.13%2C0v0h.14v0h.14l0-.09c.14-.06.32%2C0%2C.41.05v.09l.32.18h.37l.18-.23H117v0l.32-.05%2C0-.09h.14l0-.09h.14v0h.09v0H118a1%2C1%2C0%2C0%2C0%2C0-.1h.1a.79.79%2C0%2C0%2C0%2C0-.09h.14v0h.09v0h.14v0a.9.9%2C0%2C0%2C1%2C.45%2C0l.59%2C0v-.05h.14s.09-.25.23-.22v0h.91l0-.09H121v0h.09v0l.09%2C0v0c.31-.09.07-.12.18-.32l.5-.32h.23c.22-.07.62%2C0%2C.87%2C0v0h.18v0h.09v0l.41-.09v0h.09v0h0v0h.54a.12.12%2C0%2C0%2C1%2C.14%2C0v0l.18%2C0v0h.14l0-.09.23%2C0v-.05h.14v.05h0v-.05h.14v0c.2%2C0%2C.15%2C0%2C.27.1v.09h.09v.18c.16.13.11.26.37.32%2C0%2C.06%2C0%2C.12%2C0%2C.18h0v.27h0l.1.14h.09a.8.8%2C0%2C0%2C1%2C.18.54c.13%2C0%2C.15%2C0%2C.18.19h.09a3.37%2C3.37%2C0%2C0%2C0%2C.23.54c0%2C.11%2C0%2C.22%2C0%2C.32h0c0%2C.06%2C0%2C.12%2C0%2C.18h0v.09l.09.05c.06.09%2C0%2C.21%2C0%2C.32l.09.05v.09h0v.13h0v.14h0v.27a2.11%2C2.11%2C0%2C0%2C1%2C.23.19c0%2C.09%2C0%2C.18%2C0%2C.27s.11.13.13.32c.23.06.35.22.55.31a2.33%2C2.33%2C0%2C0%2C0%2C.05.28h0v.09h.05V131l.09%2C0a1.06%2C1.06%2C0%2C0%2C1%2C.09.37l.18%2C0a.62.62%2C0%2C0%2C0%2C.14.28h0s0%2C.09.05.13.06-.07.18.09h0c.06.13%2C0%2C.28.09.37h.09l.36.23c.05.19.09.39.14.59l.14%2C0%2C.09.14h0v.14h0v.09l.09%2C0v0l.18.09V134l.36.32v.18h.05v.09l.09.05v.09l.32.27c.08.16-.05.38.05.5s0%2C.1.13.14v.13h.09c0%2C.14.09.16.23.19a1.25%2C1.25%2C0%2C0%2C1%2C.05.31.55.55%2C0%2C0%2C1%2C.22.05v.09h.09c0%2C.08%2C0%2C.15%2C0%2C.23l.14.09v.09l.13.09c0%2C.06%2C0%2C.12%2C0%2C.18l.23.19c0%2C.09%2C0%2C.18%2C0%2C.27H133v.09l.09%2C0v.23l.14.09v.19h0c0%2C.12%2C0%2C.1.14.13v.14h0c0%2C.14.09.16.23.18v.09c.13%2C0%2C.15%2C0%2C.18.18a.92.92%2C0%2C0%2C1%2C.28.14l0%2C.09h0v0l.09%2C0v.14h0v.14h.05v.09l.09%2C0c0%2C.08%2C0%2C.15%2C0%2C.23h.05V140h0v.09h0c0%2C.09%2C0%2C.18%2C0%2C.27h0c0%2C.09%2C0%2C.06%2C0%2C.09v.05h0V141l.09.05v.23h-.09v.13h.09c0%2C.1.05.09.05.09v.23l.09.05v.09h0v.18h.05a1.21%2C1.21%2C0%2C0%2C0%2C0%2C.18h0v.18l.09.05v.09h0v.09h0c0%2C.09%2C0%2C.18.05.28h-.05c0%2C.06%2C0%2C.12%2C0%2C.18h0v.09h.05c0%2C.07%2C0%2C.15%2C0%2C.23h.05a.69.69%2C0%2C0%2C0%2C0%2C.13h.09a4.57%2C4.57%2C0%2C0%2C0%2C.22.78s0%2C0%2C0%2C.09h-.09v.09h.09a.82.82%2C0%2C0%2C0%2C.13.5l.1%2C0c0%2C.06%2C0%2C.13%2C0%2C.19h0v.13c0%2C.07%2C0%2C0%2C0%2C0s-.08%2C0%2C0%2C.14h0v.09h0v.09l.09%2C0v.09h0c0%2C.07%2C0%2C.09%2C0%2C.1%2C0%2C.19.07.12.09.18v.22c.05.11.29.16.36.23s.06.22.28.28v0l.41-.09v0h.13v0c.13%2C0%2C.14%2C0%2C.19-.09v-.09h0l.09-.14H138v.09h.09v.05l.41-.09v-.05l.13.05.05-.09.13-.05v0a.39.39%2C0%2C0%2C1%2C.19-.1c.18-.12.88.19%2C1.09.23a.49.49%2C0%2C0%2C0%2C.41.55%2C1%2C1%2C0%2C0%2C0%2C.14.32%2C2.26%2C2.26%2C0%2C0%2C0%2C.77-.23%2C3.12%2C3.12%2C0%2C0%2C0%2C.18-.73h0v-.09l-.09%2C0v-.13h-.05c0-.08%2C0-.08.05-.09a.74.74%2C0%2C0%2C0-.05-.32%2C2.37%2C2.37%2C0%2C0%2C1-.32-.14v-.09h0v-.18l-.1%2C0%2C0-.13a1.34%2C1.34%2C0%2C0%2C0-.32-.05%2C1.21%2C1.21%2C0%2C0%2C0-.05-.14h-.09c-.07-.37%2C0-.22.09-.5h-.09c0-.06%2C0-.12%2C0-.18l-.09%2C0c0-.12%2C0-.25%2C0-.37h0v-.09h0c-.08-.09-.09%2C0-.13-.18s-.11%2C0-.14-.14h-.09c-.05-.13-.09-.27-.14-.41l-.14-.09v-.23h0v0h0v-.09h.05v-.23h0c0-.06%2C0-.12%2C0-.18h0v-.09h0c0-.19%2C0-.37-.05-.55a.11.11%2C0%2C0%2C0%2C.05-.14h-.05v-.09h0V141c-.23-.06-.14-.18-.27-.28l-.19%2C0-.18-.23h0v-.09h-.05v-.09h0v-.14h0v-.18h-.05v-.09l-.09%2C0c0-.12%2C0-.24%2C0-.36l-.14-.09v-.23h0v-.23l-.09%2C0c0-.09%2C0-.18%2C0-.27l-.14-.05a.71.71%2C0%2C0%2C0-.27-.36c.05-.22.09-.43.14-.64h-.05v-.14l-.36-.32c0-.06%2C0-.18-.09-.22l-.14%2C0c0-.09%2C0-.18%2C0-.27h0c0-.06%2C0-.12%2C0-.19-.21%2C0-.23-.14-.32-.31h0v-.19l-.09%2C0v-.14h0v-.14l-.09%2C0c0-.08%2C0-.15%2C0-.23l-.1%2C0v-.09h0V135h0v-.13l-.09-.05v-.22l-.13-.1c0-.24%2C0-.48%2C0-.72s-.13-.19-.13-.46l-.14-.05c0-.11%2C0-.21-.09-.27l-.14%2C0c0-.08%2C0-.16%2C0-.23h0l.09-.5h0v-.09h0l-.09-.41a.93.93%2C0%2C0%2C1-.32-.05%2C1.87%2C1.87%2C0%2C0%2C1%2C0-.5c-.2%2C0-.16-.15-.28-.23H135l0-.09h-.1v0h-.09s-.1-.27-.13-.32l-.14-.09c0-.08%2C0-.16-.05-.23s-.18-.2-.22-.37c-.19%2C0-.16-.09-.32-.13v-.09h-.09v-.09h-.09v-.14h-.05c0-.13%2C0-.1-.14-.14v-.09l-.13-.09v-.09h-.05l-.18-.23-.27%2C0c-.06%2C0%2C0-.12-.14-.19a.76.76%2C0%2C0%2C1%2C.05-.54h-.1v-.09h0a.79.79%2C0%2C0%2C0-.18-.14v0h-.09c-.05-.13-.1-.27-.14-.4v-.37h0v-.09h0a.46.46%2C0%2C0%2C1%2C0-.23c-.13%2C0-.13-.08-.23-.13v-.14c-.19%2C0-.14-.07-.27-.14v-.23c-.27%2C0-.23%2C0-.36-.13l-.09%2C0v-.27l-.09%2C0v-.22h-.05v-.37l-.5-.32v-.09c-.18-.05-.06%2C0-.14-.13h0v-.09l-.18-.14V124h0v-.14h-.05v-.23h0c0-.12%2C0-.24-.05-.36h0v-.14h-.05a.67.67%2C0%2C0%2C0%2C.05-.32s-.06%2C0-.05-.09H130v-.13h0c.05-.17-.1-.32-.09-.37H130v-.09l.41-.14v0l.18-.05%2C0-.09h.1l.22-.32h.19l0%2C.09.18%2C0c0-.2.11-.07%2C0-.27h.14a.29.29%2C0%2C0%2C1%2C.09-.19h0c0-.08%2C0-.1.09-.18v0h.18v0h.1v-.05h.31l0-.13c.53-.06.49-.41%2C1-.5%2C0-.11%2C0-.1.09-.18a4.64%2C4.64%2C0%2C0%2C0%2C.54-.09c0-.2.07-.13.09-.32a.35.35%2C0%2C0%2C0%2C.19-.1v0h.09v0h.13v0c.09-.06.11-.11.23-.14%2C0-.19%2C0-.19.14-.27v0l.14%2C0%2C.09-.18.32-.09.09-.14h.09v0a.07.07%2C0%2C0%2C1%2C.09%2C0l.36%2C0v0h.09v0h.19v0h.13v-.05l.23%2C0v0c.14%2C0%2C.11%2C0%2C.18-.09h0v-.09h0l0-.14.18%2C0v0a.12.12%2C0%2C0%2C1%2C.14%2C0c.08%2C0%2C.09%2C0%2C.09%2C0l.36%2C0v0h.09v0l.28%2C0v0h.18v-.05l.41%2C0v0h.09l0-.09a.72.72%2C0%2C0%2C1%2C.37%2C0%2C1%2C1%2C0%2C0%2C1%2C0%2C.1l.55%2C0v-.05l.18%2C0v0c.07%2C0%2C.37.13.46.09l0-.09.28-.09v0h.09v0h.09v0h.77s0%2C.11.14.1v0h.23v0h.41l0-.09.37%2C0v0l.27-.09.27-.32v-.09h.05v-.09l.13%2C0v0l.14-.09v-.09h.05l.13-.18c.14-.1.17%2C0%2C.28-.19l.63-.09c.05-.18.19-.18.28-.31l.32%2C0%2C0%2C.09h.41a1.28%2C1.28%2C0%2C0%2C0%2C1.09-.36.34.34%2C0%2C0%2C1%2C.28.09v0c.08.07.06%2C0%2C.13.09h.23l.05-.09h.18v0c.15%2C0%2C.21.06.32%2C0v0l.13%2C0v0l.46%2C0v.09a3.55%2C3.55%2C0%2C0%2C0%2C.41%2C0l.09%2C0%2C0-.09h.13v0h.09v0h.09l.1-.14c.18-.18.26-.16.54-.13%2C0-.08%2C0-.15%2C0-.23l.22%2C0v-.05h.51v0h-.14c.11-.1.31%2C0%2C.45%2C0s0%2C0%2C0-.09v.09l.18%2C0c-.05%2C0%2C0%2C0-.09%2C0v0l.23.05a1%2C1%2C0%2C0%2C1%2C0-.1h.09v-.09l.55%2C0a.74.74%2C0%2C0%2C1-.41%2C0v.05h.05v0h0c.06-.1.34%2C0%2C.59%2C0v-.05h.1v0c.06%2C0%2C0%2C0%2C0%2C0h.05v0H153v0h.09v0H153v0h.23v0h.13v0h.14v0h.18l.05-.09.45%2C0V114h.18l.05-.09.45%2C0v0l.23%2C0v0H155c0%2C.09%2C0%2C0%2C0%2C.09V114h.22v0a.41.41%2C0%2C0%2C1%2C.19.28c.28%2C0%2C.28-.14.59-.14%2C0-.06%2C0-.12%2C0-.18.28-.07.27-.17.55-.18v-.14a1.48%2C1.48%2C0%2C0%2C0%2C.68.09v0h.09v0h.09v0h.1v0h.27v0l.18%2C0v0l.23-.09v0h.09l.09.13h.5v0h.27v0l.78%2C0v0l.68%2C0v0h.09v0H161v0h.09v0c.13%2C0%2C.16-.16.36-.09v0h.1v0l.22.05%2C0%2C.09H162s0%2C.08.09.09v0h.09s0-.08.09-.09v0l.23%2C0v0h.13l0%2C.09h.09v0h.09v0H163v0a.44.44%2C0%2C0%2C0%2C.18.09v.14a4.79%2C4.79%2C0%2C0%2C1%2C.87.18%2C1%2C1%2C0%2C0%2C1%2C0%2C.41c0%2C.06-.05%2C0%2C0%2C0h0v.23h0v.18h0c0%2C.26%2C0%2C.52%2C0%2C.78h0c0%2C.13%2C0%2C.27%2C0%2C.41h0c0%2C.06%2C0%2C.12%2C0%2C.18h0v.32l-.09%2C0a.47.47%2C0%2C0%2C0%2C.14.5l0%2C.14-.41.14a.72.72%2C0%2C0%2C1-.23.31l-.09%2C0v.14l-.18%2C0a1.17%2C1.17%2C0%2C0%2C1-.5.73v.14a.9.9%2C0%2C0%2C0-.41.36h-.09l-.05.14c-.06%2C0-.1%2C0-.18%2C0v0h-.41l-.14.18h-.09l0%2C.09h-.09l-.05.09H161l-.14.18-.13.05v.09a.74.74%2C0%2C0%2C0-.32.05l0%2C.09h-.5s0%2C0-.09%2C0a.45.45%2C0%2C0%2C1-.14.23h0v.09s-.06%2C0-.09.09l-.09%2C0s0-.07%2C0%2C0l0%2C.09H159v0l-.32%2C0v.1l-.09%2C0v0h-.09v0l-.23%2C0-.09.13-.46%2C0v-.05h0v.05h-.09v-.05l-.05.05-.09-.05%2C0%2C.05-.13-.18-.14%2C0v-.09a1.44%2C1.44%2C0%2C0%2C1-.46-.09c-.11%2C0-.16%2C0-.22%2C0v0c-.08%2C0-.07%2C0-.09-.14H156v-.09h-.27v-.09h-.27v0h0v0h-.09l-.05-.09h0v0h-.05v0h-.09v0l-.23%2C0c0-.15%2C0-.13-.09-.23l-.27%2C0v0l-.32-.05v0h-.09v0h-.14v0c-.13%2C0-.15-.09-.18-.23h-.09c0-.17-.15-.2-.32-.23v-.09a1.83%2C1.83%2C0%2C0%2C1-.59-.36c-.11-.15%2C0-.26-.23-.37v-.09c-.18%2C0-.1-.11-.32-.13%2C0%2C.13%2C0%2C.27%2C0%2C.41h0c0%2C.07%2C0%2C.15%2C0%2C.22a1.14%2C1.14%2C0%2C0%2C1%2C.59.46l.09%2C0v.14H153c0%2C.08%2C0%2C.15%2C0%2C.23h.05v0c.1-.07.15%2C0%2C.32%2C0a2.24%2C2.24%2C0%2C0%2C1%2C0%2C.73h-.09l-.05.13a1.24%2C1.24%2C0%2C0%2C1-.41%2C0h0v0h-.05v0h-.14l-.09-.14-.41.05-.32.27v.14h.09a1.08%2C1.08%2C0%2C0%2C0%2C.28.45h.09v0l.14.09s-.1.17-.05.27a3%2C3%2C0%2C0%2C0%2C.32.18l.09.14.18%2C0s0%2C.09.05.13l.18.14.05.14h.09a.71.71%2C0%2C0%2C0%2C.18.27h0c.06.09%2C0%2C.2.05.32l.09%2C0c.05.1%2C0%2C.21.05.32s.06%2C0%2C.09.14h.09l0%2C.09.14%2C0v.13h0s0%2C.09%2C0%2C.14h.05v0l.22%2C0v.05h.1l0%2C.09.18%2C0v0h.18v0c.09.07.11.13.19.19s0%2C0%2C.09%2C0l0-.1.23%2C0v0h.23v0h.09v0a.53.53%2C0%2C0%2C1%2C.41.09.44.44%2C0%2C0%2C1%2C.32.09v.14l.27-.09v0c.06%2C0%2C.08-.08.18%2C0v0h.09v0c.08%2C0%2C.08%2C0%2C.1%2C0%2C.18%2C0%2C.3%2C0%2C.41-.1s.05%2C0%2C.13-.18.07%2C0%2C.09-.09l.55%2C0%2C.14-.19h.09v0h.09v0l.23%2C0%2C0-.09c.09-.06.1%2C0%2C.18-.09a.47.47%2C0%2C0%2C0%2C.09-.37%2C2.82%2C2.82%2C0%2C0%2C0%2C.6-.32v-.13l.18%2C0v-.14a2.15%2C2.15%2C0%2C0%2C0%2C.32-.13l0-.09h.09l.14-.19h.14l0-.09h.37l0-.09h.23c0-.09%2C0-.09%2C0-.09v-.23l.1%2C0v-.09h0c.08-.13%2C0%2C0%2C.09-.14v0c.24-.16.55-.18.64-.5h.14c0-.28%2C0-.28.18-.41l0-.09.32%2C0v-.05h.14v0a.34.34%2C0%2C0%2C1%2C.18-.09s0-.1.05-.14h0V121h.05a.12.12%2C0%2C0%2C0-.05-.14c0-.11%2C0-.21.05-.32h0c.19-.19.27%2C0%2C.46%2C0v0a.38.38%2C0%2C0%2C1%2C.18-.09c0-.09%2C0%2C0%2C0-.09a.67.67%2C0%2C0%2C1%2C.32-.18h.13l0-.14.09%2C0v-.09h0v-.1l.1-.09v-.09l.13-.09v-.09l.14-.09c.05-.06.14-.21.18-.27h.09c0-.08%2C0-.16%2C0-.23a.38.38%2C0%2C0%2C0%2C.22-.14h.05c0-.07%2C0-.15-.05-.23s.11%2C0%2C.1-.09a1.26%2C1.26%2C0%2C0%2C1-.1-.36l.1%2C0v-.09h0v-.27s.07%2C0%2C0-.09-.07%2C0%2C0-.09h0c0-.06%2C0-.13%2C0-.19s.13-.08.23-.13S166.24%2C116.79%2C166.16%2C116.65Zm-40.65-25h0v-.09h0c0-.11%2C0-.21%2C0-.32l.09-.05c0-.09%2C0-.18%2C0-.27l.23-.18c0-.06%2C0-.12%2C0-.18s-.08%2C0%2C0%2C0h0a.33.33%2C0%2C0%2C1%2C.23-.18h.14l.09-.14h.09l0-.09h.1v0l.54%2C0c.09%2C0%2C.23-.15.41-.09v0h.09l0%2C.09.32%2C0%2C.22.41.23%2C0v0l.27%2C0v0h.23v0c.27.07.36-.16.55%2C0%2C.14%2C0%2C.16.09.18.23h0c-.06.11-.18.4%2C0%2C.55v.27h-.05c-.12.16-.2.11-.4.18v0h-.19v0l-.13%2C0a.92.92%2C0%2C0%2C1-.19-.37l-.5%2C0v0h-.09v0h-.13v0l-.14%2C0%2C0-.09c-.08%2C0-.27%2C0-.27%2C0l0-.09a.12.12%2C0%2C0%2C0-.14%2C0%2C.5.5%2C0%2C0%2C1-.27%2C0c-.08.12-.2.15-.32.23l0%2C.09h-.09l0%2C.09h-.1v0l-.27.05-.09.14h-.14c-.13%2C0-.24.07-.31.18a.61.61%2C0%2C0%2C1-.37-.09C125.48%2C91.91%2C125.49%2C91.81%2C125.51%2C91.7Zm24.9%2C22.81-.55.09v-.09l.55-.05Zm.41%2C0h-.18v-.05h.18Zm2.09-.14c-.08%2C0-.11%2C0-.13%2C0h.13Zm2.32-.54h-.13v0c.07-.06.13%2C0%2C.22-.09h.05C155.33%2C113.76%2C155.28%2C113.77%2C155.23%2C113.83Zm.37-.1a.11.11%2C0%2C0%2C1-.14%2C0h.14Zm.23%2C0%2C0-.13.41%2C0C156.19%2C113.74%2C156%2C113.74%2C155.83%2C113.73Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M84.79%2C216l-.28-.69-.38-.9c-.13-.32-.27-.64-.41-1s-.27-.64-.39-.93l-.32-.76a4.65%2C4.65%2C0%2C0%2C1-.18-.43s0-.05%2C0-.05h.85s0%2C0%2C0%2C0c.21.63.43%2C1.25.68%2C1.87s.52%2C1.26.8%2C1.93c.28-.59.54-1.21.8-1.87s.47-1.28.66-1.89a.08.08%2C0%2C0%2C1%2C.08-.06h.64s0%2C0%2C0%2C.05-.07.22-.16.42-.23.49-.37.79l-.47%2C1-.52%2C1.15c-.17.4-.35.79-.52%2C1.18l-.48%2C1.1-.38.95c-.1.26-.21.48-.26.64s0%2C0%2C0%2C0h-.68s0-.08%2C0-.1A19.82%2C19.82%2C0%2C0%2C0%2C84.79%2C216Z%22%2F%3E%3Crect%20class%3D%22b%22%20x%3D%2253.89%22%20y%3D%22209.9%22%20width%3D%223.32%22%20height%3D%220.21%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M72.21%2C213.65c0%2C.51%2C0%2C1%2C0%2C1.23s.11.68.11.78a.08.08%2C0%2C0%2C1-.06.08l-.42.14a.65.65%2C0%2C0%2C1-.21%2C0s-.09%2C0-.1-.13l-.08-.61h0a1.94%2C1.94%2C0%2C0%2C1-1.43.74%2C1.12%2C1.12%2C0%2C0%2C1-1-.48c-.43-.56-.41-.91-.41-2.07v-1.23c0-.11%2C0-.43%2C0-.5v-.19a.06.06%2C0%2C0%2C1%2C0-.06h.72c.07%2C0%2C.09%2C0%2C.07.1s0%2C.59%2C0%2C1.22v.75a2.76%2C2.76%2C0%2C0%2C0%2C.23%2C1.59.91.91%2C0%2C0%2C0%2C.85.4%2C1.47%2C1.47%2C0%2C0%2C0%2C.9-.53.51.51%2C0%2C0%2C0%2C.11-.29v-2.51a4.37%2C4.37%2C0%2C0%2C0-.06-.51c0-.23%2C0-.22%2C0-.22h.44l.32%2C0a.07.07%2C0%2C0%2C1%2C.08.09%2C9.91%2C9.91%2C0%2C0%2C0-.06%2C1.4Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M95.92%2C213.65c0%2C.51%2C0%2C1%2C0%2C1.23s.11.68.11.78a.08.08%2C0%2C0%2C1-.06.08l-.42.14a.65.65%2C0%2C0%2C1-.21%2C0s-.09%2C0-.1-.13l-.08-.61h0a1.94%2C1.94%2C0%2C0%2C1-1.43.74%2C1.12%2C1.12%2C0%2C0%2C1-1-.48c-.43-.56-.41-.91-.41-2.07v-1.23c0-.11%2C0-.43%2C0-.5v-.19a.06.06%2C0%2C0%2C1%2C0-.06H93c.07%2C0%2C.09%2C0%2C.07.1s0%2C.59%2C0%2C1.22v.75A2.76%2C2.76%2C0%2C0%2C0%2C93.3%2C215a.91.91%2C0%2C0%2C0%2C.85.4%2C1.47%2C1.47%2C0%2C0%2C0%2C.9-.53.51.51%2C0%2C0%2C0%2C.11-.29v-2.51a4.37%2C4.37%2C0%2C0%2C0-.06-.51c0-.23%2C0-.22%2C0-.22h.44l.32%2C0a.07.07%2C0%2C0%2C1%2C.08.09%2C9.91%2C9.91%2C0%2C0%2C0-.06%2C1.4Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M44.79%2C209.73c0-.14%2C0-.37%2C0-.47s0-.26%2C0-.38a2.83%2C2.83%2C0%2C0%2C1%2C0-.4%2C0%2C0%2C0%2C0%2C1%2C0%2C0l.54-.24a.87.87%2C0%2C0%2C1%2C.25-.08c.06%2C0%2C0%2C.09%2C0%2C.22-.05.5%2C0%2C2.07%2C0%2C3.28v1.66a1%2C1%2C0%2C0%2C0%2C.5-.11A13.59%2C13.59%2C0%2C0%2C0%2C47.19%2C212l.1-.13c.13-.19.35-.49.37-.51a.11.11%2C0%2C0%2C1%2C.07%2C0l.25%2C0a3.26%2C3.26%2C0%2C0%2C0%2C.37%2C0c.12%2C0%2C0%2C.1-.12.27a3.56%2C3.56%2C0%2C0%2C1-.3.29l-.12.11c-.28.23-1%2C.89-1.29%2C1.19.21.21%2C2.35%2C2.34%2C2.4%2C2.49s-.09.08-.22.07H48c-.07%2C0-.08%2C0-.13%2C0a4.19%2C4.19%2C0%2C0%2C1-.43-.47c-.06-.06-1.23-1.36-1.4-1.51a.75.75%2C0%2C0%2C0-.45-.12v.46c0%2C.37%2C0%2C.73%2C0%2C1.1%2C0%2C.09%2C0%2C.18%2C0%2C.24s.06.34%2C0%2C.34h-.74c-.09%2C0-.08-.07-.07-.11s0-.13%2C0-.22%2C0-.16%2C0-.28c0-.47%2C0-1%2C0-2Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M110.71%2C213.05a2.89%2C2.89%2C0%2C0%2C0%2C0%2C.51%2C1.64%2C1.64%2C0%2C0%2C0%2C1.49%2C1.81%2C1.43%2C1.43%2C0%2C0%2C0%2C1.28-.72.08.08%2C0%2C0%2C1%2C.09-.05l.14.07s0%2C.05%2C0%2C.16A1.9%2C1.9%2C0%2C0%2C1%2C112%2C216a1.94%2C1.94%2C0%2C0%2C1-1.66-.75%2C2.47%2C2.47%2C0%2C0%2C1-.46-1.66%2C2.37%2C2.37%2C0%2C0%2C1%2C.66-1.68%2C2%2C2%2C0%2C0%2C1%2C1.51-.56%2C1.57%2C1.57%2C0%2C0%2C1%2C1.55%2C1.55c0%2C.15-.13.17-.3.17Zm1.68-.32c.2%2C0%2C.28%2C0%2C.28-.14%2C0-.24-.13-.94-.81-.94-.47%2C0-.91.3-1.11%2C1.08Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M104.33%2C208.58c0-.13%2C0-.26%2C0-.3s.26%2C0%2C.41%2C0h.33c.05%2C0%2C0%2C.22%2C0%2C.34%2C0%2C.52%2C0%2C1.87%2C0%2C3.21v2.32a6.65%2C6.65%2C0%2C0%2C0%2C.11%2C1.32c0%2C.08.09.15%2C0%2C.2a1.46%2C1.46%2C0%2C0%2C1-.68.18c-.06%2C0-.11%2C0-.14-.08l-.07-.35a2.41%2C2.41%2C0%2C0%2C1-1.55.57%2C1.64%2C1.64%2C0%2C0%2C1-1.24-.49%2C2.32%2C2.32%2C0%2C0%2C1-.62-1.7%2C2.5%2C2.5%2C0%2C0%2C1%2C.69-1.8%2C2.12%2C2.12%2C0%2C0%2C1%2C1.57-.66%2C3.36%2C3.36%2C0%2C0%2C1%2C1.07.28.05.05%2C0%2C0%2C0%2C.06-.05S104.32%2C208.87%2C104.33%2C208.58Zm0%2C4.19a1.08%2C1.08%2C0%2C0%2C0-.09-.51%2C1.16%2C1.16%2C0%2C0%2C0-1.11-.57%2C1.27%2C1.27%2C0%2C0%2C0-1%2C.38%2C2%2C2%2C0%2C0%2C0-.48%2C1.4c0%2C1.19.69%2C2.06%2C1.43%2C2.06a1.26%2C1.26%2C0%2C0%2C0%2C1.15-.58%2C1.07%2C1.07%2C0%2C0%2C0%2C.06-.36Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M61.13%2C211.94c-.06%2C0-.1%2C0-.08-.12v-.31c0-.07%2C0-.08.13-.08h.64v-.19a3.18%2C3.18%2C0%2C0%2C1%2C.7-2.19%2C2.27%2C2.27%2C0%2C0%2C1%2C1.73-.83c.5%2C0%2C1%2C.19%2C1%2C.59%2C0%2C.14%2C0%2C.17-.21.22a.28.28%2C0%2C0%2C1-.29-.11c-.07-.09-.19-.34-.87-.2a1.65%2C1.65%2C0%2C0%2C0-.9.55%2C3.19%2C3.19%2C0%2C0%2C0-.4%2C2v.2h1.31c.07%2C0%2C.08.07.07.11l0%2C.35c0%2C.06%2C0%2C.05-.14.05H62.59v.95c0%2C1.24%2C0%2C2.09%2C0%2C2.21a5.9%2C5.9%2C0%2C0%2C1%2C0%2C.73%2C1.2%2C1.2%2C0%2C0%2C1-.33%2C0%2C2.1%2C2.1%2C0%2C0%2C1-.43%2C0%2C5.13%2C5.13%2C0%2C0%2C1%2C0-.71v-3.18Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M53.83%2C215.26a2.27%2C2.27%2C0%2C0%2C1%2C.34-3.39%2C2.51%2C2.51%2C0%2C0%2C1%2C1.48-.51%2C2.4%2C2.4%2C0%2C0%2C1%2C1.54.61%2C2.26%2C2.26%2C0%2C0%2C1%2C.75%2C1.71%2C2.45%2C2.45%2C0%2C0%2C1-2.43%2C2.3A2.31%2C2.31%2C0%2C0%2C1%2C53.83%2C215.26ZM57%2C213.57a1.82%2C1.82%2C0%2C0%2C0-1.46-1.89%2C1.11%2C1.11%2C0%2C0%2C0-.85.33%2C2%2C2%2C0%2C0%2C0-.58%2C1.65%2C2.18%2C2.18%2C0%2C0%2C0%2C.42%2C1.46%2C1.22%2C1.22%2C0%2C0%2C0%2C1.09.55C56.48%2C215.67%2C57%2C214.69%2C57%2C213.57Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M121.69%2C215.21a5.41%2C5.41%2C0%2C0%2C1%2C0%2C.57h-.41c-.22%2C0-.37%2C0-.38%2C0a5.34%2C5.34%2C0%2C0%2C1%2C0-.58c0-.27%2C0-.61%2C0-.88v-1.39c0-.42%2C0-.73-.31-.95a1.13%2C1.13%2C0%2C0%2C0-.76-.19%2C1.24%2C1.24%2C0%2C0%2C0-.86.41%2C1%2C1%2C0%2C0%2C0-.24.72v2.18a3.1%2C3.1%2C0%2C0%2C1%2C0%2C.69H118s0-.45%2C0-.55v-2.47c0-.2%2C0-1.19%2C0-1.24s.48-.18.48-.18c.21%2C0%2C.27%2C0%2C.27.11V212h0a2.09%2C2.09%2C0%2C0%2C1%2C1.43-.77%2C1.7%2C1.7%2C0%2C0%2C1%2C.9.23%2C1.56%2C1.56%2C0%2C0%2C1%2C.59%2C1Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M132.55%2C173.47c-.15.39-.87%2C2.52-1.08%2C3.06-.26.76-.36%2C1.25-.46%2C1.26h-.85a0%2C0%2C0%2C0%2C1%2C0-.06c.07-.23.41-.91.53-1.19s1.3-3.15%2C1.75-4.41c.11-.31%2C1.36-3.63%2C1.5-4%2C0-.16.35-1.11.35-1.11a.72.72%2C0%2C0%2C1%2C1.31-.26c.24.63%2C1.54%2C4.29%2C1.83%2C5.28.35%2C1.2%2C1.86%2C5.14%2C1.94%2C5.33s.27.47.06.47h-1.26c-.09%2C0-.18%2C0-.23-.11-.29-.85-1.21-3.63-1.41-4.21Zm3.75-.55c-.13-.47-1.39-4.33-1.46-4.56s0-.24-.26-.22c-.06%2C0-.13.11-.17.23s-1.55%2C4.16-1.66%2C4.55Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M114.68%2C174.83c0%2C.6%2C0%2C1.68%2C0%2C1.85s.06.6.08.93a.07.07%2C0%2C0%2C1-.08.08H113.3a.08.08%2C0%2C0%2C1-.08-.07c0-.3%2C0-.72.06-.86s0-1.43%2C0-2.87V173c-.2-.4-3-5.12-3.47-5.77-.12-.2-.38-.58-.2-.58.35%2C0%2C.23%2C0%2C.78%2C0a5.65%2C5.65%2C0%2C0%2C1%2C.82%2C0c.07%2C0%2C.11.09.13.13.28.5%2C2.62%2C4.64%2C3.08%2C5.52.57-.89%2C2.68-4.13%2C2.8-4.38a11.62%2C11.62%2C0%2C0%2C1%2C.82-1.29h1c.07%2C0-.51.73-.72%2C1s-3.07%2C4.3-3.66%2C5.15Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M50.49%2C171.84h5c.1%2C0%2C.08.12.08.26s0%2C.23%2C0%2C.23H50.49v1c0%2C.83%2C0%2C2.33%2C0%2C2.64%2C0%2C.81%2C0%2C1.15.88%2C1.21a16.47%2C16.47%2C0%2C0%2C0%2C2.78.06%2C7.5%2C7.5%2C0%2C0%2C0%2C2.14-.5c.18-.15.11.87.11.87a.32.32%2C0%2C0%2C1-.34.23l-1.34%2C0H49.91c-.76%2C0-.57-.67-.57-1.24v-5.18c0-1.28%2C0-3.21%2C0-3.36-.07-.5%2C0-1.14.54-1.16h.68l4.86%2C0%2C.93%2C0c.08%2C0%2C.11%2C0%2C.12.08s.13.82-.18.64a20%2C20%2C0%2C0%2C0-3.74-.14h-2Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M69.69%2C168.8c0-.92-.09-2%2C.3-2h.61a.51.51%2C0%2C0%2C1%2C.45.19l3.25%2C4.2c.17.22%2C2.78%2C3.41%2C3.15%2C3.91h.06v-1.84c0-1.38%2C0-4.81-.06-5.25a5.24%2C5.24%2C0%2C0%2C1-.07-1.15%2C1.1%2C1.1%2C0%2C0%2C1%2C.82%2C0c.13.1%2C0%2C1%2C0%2C1.35-.07%2C1-.07%2C2.57-.07%2C3.57v5.54c0%2C.22%2C0%2C.35-.11.4s-.29-.08-.34-.14l-1.88-2.27h0c-1.08-1.35-2.2-2.76-2.29-2.85s-3-3.73-3.11-3.85h-.09V172c0%2C1.44.12%2C4%2C.15%2C4.26a5.39%2C5.39%2C0%2C0%2C1%2C0%2C1.36c-.06.07-.27.08-.42.08s-.35%2C0-.44-.07a5.05%2C5.05%2C0%2C0%2C1%2C0-1.41c0-.3.06-2.06.06-4.81Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M27.16%2C171c0-.57%2C0-2.46-.05-2.74-.05-.89-.54-1.48.57-1.48.5%2C0%2C1.42-.05%2C2-.05a6.19%2C6.19%2C0%2C0%2C1%2C2.74.42%2C2.17%2C2.17%2C0%2C0%2C1%2C1.19%2C2.1c0%2C1.53-.68%2C1.92-1.89%2C2.55l.05%2C0a3.12%2C3.12%2C0%2C0%2C1%2C2.5%2C3.06A3%2C3%2C0%2C0%2C1%2C33%2C177.2a5.54%2C5.54%2C0%2C0%2C1-2.95.56c-1.06%2C0-1.67%2C0-2.32%2C0s-.75-.74-.69-1.24c.05-.35.08-2.39.08-3.66Zm1.22.6c.29%2C0%2C.69%2C0%2C1%2C0a3.62%2C3.62%2C0%2C0%2C0%2C1.94-.4%2C2.22%2C2.22%2C0%2C0%2C0%2C.87-1.85%2C1.94%2C1.94%2C0%2C0%2C0-.76-1.63%2C3.82%2C3.82%2C0%2C0%2C0-2.12-.52%2C4.31%2C4.31%2C0%2C0%2C0-.64%2C0%2C.28.28%2C0%2C0%2C0-.22.28c0%2C.31%2C0%2C1.65%2C0%2C2.94Zm0%2C3.62c0%2C1.42.34%2C2%2C1.62%2C2a2.32%2C2.32%2C0%2C0%2C0%2C2.63-2.46%2C2.43%2C2.43%2C0%2C0%2C0-1.55-2.42%2C5.67%2C5.67%2C0%2C0%2C0-2.07-.26h-.63Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M95.49%2C176.7c0%2C.34.13.92%2C0%2C.92H94c-.15%2C0%2C0-.59%2C0-.85v-9.13c0-.11-.15-.94%2C0-.94l.82%2C0h.66c.16%2C0%2C0%2C.7%2C0%2C.92S95.48%2C176.49%2C95.49%2C176.7Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M56.31%2C195.58c0%2C.11-.07.13-.31.3a4.52%2C4.52%2C0%2C0%2C1-3.61%2C4.65c-.71.05-1.18%2C0-.08-.38%2C1.93-.65%2C2.89-2.22%2C2.78-4.59%2C0-.11%2C0-.19.16-.19C55.57%2C195.37%2C56.34%2C195.37%2C56.31%2C195.58Zm-4%2C0c-.13%2C0-.22%2C0-.22-.21a.2.2%2C0%2C0%2C1%2C.22-.22h3.82c0-1.37%2C0-3.43-.08-4.15%2C0-.1%2C0-.15.13-.15s1.15%2C0%2C1.15.31-.22.32-.52.4v3.59h2.54c.21-.35.5-.77.66-.77s.94.67.94%2C1-.17.25-.56.25Zm1.19-3.32c-.12-.24-.17-.39.1-.27a2%2C2%2C0%2C0%2C1%2C1.29%2C1.63c0%2C.34-.2.55-.5.53s-.33-.44-.51-.91S53.67%2C192.58%2C53.52%2C192.29ZM61%2C199.83c0%2C.29-.47.59-2.1.59s-1.8-.15-1.8-1.09c0-.34.09-2.67%2C0-3.74%2C0-.15%2C0-.19.17-.19.3%2C0%2C1.21%2C0%2C1.06.2a2.32%2C2.32%2C0%2C0%2C1-.51.39c0%2C.85-.08%2C2.61-.07%2C3.2%2C0%2C.43%2C0%2C.51%2C1.11.51s1.26-.11%2C1.4-.4a7.36%2C7.36%2C0%2C0%2C0%2C.24-.8c.28-.79.31-.23.31%2C0A4.11%2C4.11%2C0%2C0%2C0%2C61%2C199.83Zm-3.22-5.63a8.13%2C8.13%2C0%2C0%2C0%2C1-2.28c0-.1.06-.17.17-.14.35.11%2C1%2C.49%2C1%2C.69s-.17.22-.47.2A7%2C7%2C0%2C0%2C1%2C58%2C194.31C57.78%2C194.51%2C57.67%2C194.45%2C57.82%2C194.2Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M77.17%2C191.54c.16-.24.36-.46.48-.46a1.56%2C1.56%2C0%2C0%2C1%2C.89.92c0%2C.18-.24.33-.49.43-.22%2C2.55-.08%2C5.45.54%2C6.55.1.2.21.2.3%2C0l.2-.5c.1-.25.3-.63.29-.37s0%2C1.05%2C0%2C1.28%2C0%2C.45%2C0%2C.68-.11.33-.36.33-.69-.32-1-1c-.75-1.59-.77-4.67-.71-7.46h-5l-.09%2C0c0%2C.85%2C0%2C1.61%2C0%2C2.53%2C0%2C1.84-.16%2C4.29-1.69%2C5.94-.23.24-.74.57-.2-.19%2C1-1.61%2C1.17-3.26%2C1.17-5.91%2C0-1%2C0-2-.11-3%2C0-.18%2C0-.23.18-.21a2.51%2C2.51%2C0%2C0%2C1%2C.72.36ZM75%2C199c.52-.05%2C1-.12%2C1.38-.18a1.56%2C1.56%2C0%2C0%2C0-.15-.56c-.08-.14-.14-.32.06-.2a2.34%2C2.34%2C0%2C0%2C1%2C1.2%2C1.82c0%2C.31-.21.46-.45.43s-.26-.13-.33-.35-.08-.47-.18-.75a18.16%2C18.16%2C0%2C0%2C1-3.72.7c0%2C.24-.14.46-.29.46s-.36-.47-.43-1.07c0-.09%2C0-.14.1-.13.82%2C0%2C1.54%2C0%2C2.18-.1v-1.75h-1v.38c0%2C.24-.15.33-.42.33s-.25-.1-.25-.29c0-.65.05-2.13%2C0-3a.13.13%2C0%2C0%2C1%2C.15-.14%2C2.25%2C2.25%2C0%2C0%2C1%2C.75.35h.79v-1.24c-.52.06-1.07.06-1.55.07-.27%2C0-.45-.13-.14-.18a14.94%2C14.94%2C0%2C0%2C0%2C3.14-1c.22-.13.27-.14.46%2C0a2.13%2C2.13%2C0%2C0%2C1%2C.43.54c.11.23-.09.37-.44.16a10.14%2C10.14%2C0%2C0%2C1-1%2C.22l-.17%2C0c-.11.06-.09.07-.11.24v1.07h.86c.12-.18.27-.36.36-.36s.74.46.74.7-.15.22-.32.3c0%2C.55%2C0%2C1.57%2C0%2C1.86s-.14.41-.4.41-.29-.19-.29-.37v-.14H75Zm-.63-2.11v-1.54h-.91l-.06%2C0c0%2C.22%2C0%2C.87%2C0%2C1.07v.45Zm.63-1.54v1.54h1c0-.5%2C0-1.18%2C0-1.54Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M89.88%2C196.21c-.17.69-.61%2C2-.61%2C2.35s.15.62.15%2C1.15-.22.68-.52.68-.38-.29-.38-.48a3.39%2C3.39%2C0%2C0%2C0%2C0-1%2C1.41%2C1.41%2C0%2C0%2C0-.57-.75c-.16-.15%2C0-.38.14-.32l.47.18c.11%2C0%2C.16%2C0%2C.24-.14.19-.33.64-1.22.82-1.58S90%2C195.94%2C89.88%2C196.21Zm-1.6-2.54c.59.05%2C1.22.32%2C1.34.87a.49.49%2C0%2C0%2C1-.36.62c-.26.07-.25-.25-.47-.55a6.93%2C6.93%2C0%2C0%2C0-.47-.56C88.14%2C193.86%2C88%2C193.63%2C88.28%2C193.67Zm.85-2.24c-.18-.17-.31-.3%2C0-.26.6.09%2C1.21.4%2C1.3%2C1a.5.5%2C0%2C0%2C1-.37.61c-.27%2C0-.29-.3-.44-.62A2.41%2C2.41%2C0%2C0%2C0%2C89.13%2C191.43Zm6.45%2C4c.19-.3.42-.63.56-.63s.82.59.83.83-.15.23-.5.23H93c-.08%2C0-.12%2C0-.15%2C0s-.1.14-.2.29l-.31.46h3.33c.14-.19.29-.35.37-.35s.74.46.74.65-.17.27-.38.37a8%2C8%2C0%2C0%2C1-.48%2C2.32%2C1.28%2C1.28%2C0%2C0%2C1-1.27.92c-.16%2C0-.23-.06-.29-.25s-.08-.39-.28-.5-.13-.19%2C0-.15a3.56%2C3.56%2C0%2C0%2C0%2C.57.08.62.62%2C0%2C0%2C0%2C.61-.37%2C7.16%2C7.16%2C0%2C0%2C0%2C.47-2.29h-.48c-.12%2C0-.15.08-.21.17a5.21%2C5.21%2C0%2C0%2C1-3.63%2C3.29c-.3.08-.27-.08%2C0-.2a5.46%2C5.46%2C0%2C0%2C0%2C2.95-3.26h-.75c-.13%2C0-.11.09-.15.16a6%2C6%2C0%2C0%2C1-3.08%2C2.61c-.3.13-.31%2C0-.06-.17a6.86%2C6.86%2C0%2C0%2C0%2C2.47-2.61H92a6.49%2C6.49%2C0%2C0%2C1-1.76%2C1.49c-.25.14-.37.09-.16-.12a7.84%2C7.84%2C0%2C0%2C0%2C1.9-2.59h-1c-.13%2C0-.22%2C0-.22-.21s.09-.22.22-.22Zm-3.42-.56c0%2C.24-.14.33-.43.33s-.27-.1-.27-.29c0-.74.06-2.79%2C0-3.78a.12.12%2C0%2C0%2C1%2C.13-.14%2C2.25%2C2.25%2C0%2C0%2C1%2C.87.41h2.34c.14-.21.31-.43.41-.43s.74.46.74.69-.15.23-.32.31c0%2C.7%2C0%2C2.27%2C0%2C2.62s-.15.42-.41.42-.29-.19-.29-.37v-.06H92.16Zm0-3c0%2C.19%2C0%2C.59%2C0%2C.92h2.78v-.92Zm2.74%2C2.32v-1H92.15v1Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M113.68%2C191.47c.15-.21.32-.44.43-.44s.81.51.81.74-.19.27-.38.36c-.08%2C1.62%2C0%2C7.1%2C0%2C8%2C0%2C.33-.19.42-.46.42s-.28-.19-.37-.33a5.29%2C5.29%2C0%2C0%2C0-.33-.44h-5.78a1.7%2C1.7%2C0%2C0%2C0-.24.44c-.07.21-.13.37-.45.37s-.27-.12-.27-.32c0-1.35.13-7.37%2C0-9a.14.14%2C0%2C0%2C1%2C.14-.15%2C2.7%2C2.7%2C0%2C0%2C1%2C.9.41Zm.14%2C7.83c0-1.88.05-6.34%2C0-7.4h-6.22a.8.8%2C0%2C0%2C1-.2.06c-.05.75-.05%2C3.26-.05%2C3.69s0%2C2.41%2C0%2C3.65Zm-3-4.9H112c.15-.2.32-.41.39-.41a1.33%2C1.33%2C0%2C0%2C1%2C.78.72c0%2C.13-.16.24-.34.31%2C0%2C.78%2C0%2C2%2C0%2C3.09a.79.79%2C0%2C0%2C1-.78.9c-.38%2C0-.1-.52-.56-.71-.19-.1-.21-.21%2C0-.21l.45%2C0c.2%2C0%2C.27-.1.29-.33s0-.33%2C0-.52h-1.34c0%2C.6%2C0%2C1.16%2C0%2C1.31s-.14.34-.4.34-.25-.09-.25-.28v-1.37H109v1.41c0%2C.24-.13.34-.42.34s-.26-.1-.26-.3c0-.83.08-3.47%2C0-4.57a.13.13%2C0%2C0%2C1%2C.14-.14%2C2.28%2C2.28%2C0%2C0%2C1%2C.81.39h1c0-.24%2C0-.49%2C0-.73h-2.42c-.13%2C0-.22%2C0-.22-.22s.09-.21.22-.21h2.41c0-.36%2C0-.89-.07-1.1s0-.16.11-.16c.29%2C0%2C1%2C.23%2C1%2C.46s-.15.23-.4.27v.53h1.55c.17-.27.36-.55.48-.55a1.49%2C1.49%2C0%2C0%2C1%2C.71.77c0%2C.14-.15.21-.42.21h-2.32Zm-.59%2C2.44V196H109v.82Zm-1.22-2c0%2C.16%2C0%2C.46%2C0%2C.76h1.24v-.76Zm1.81%2C0v.76h1.38v-.76Zm1.38%2C2V196h-1.37v.82Zm-.62-4.47c-.11-.15-.25-.29%2C0-.24s.74.2.79.56a.38.38%2C0%2C0%2C1-.32.45c-.19%2C0-.26-.16-.31-.41A.92.92%2C0%2C0%2C0%2C111.62%2C192.37Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M66.63%2C19.57c.4-.09.84-.18%2C1.29-.26a10.65%2C10.65%2C0%2C0%2C0%2C3.83-1.23%2C4.23%2C4.23%2C0%2C0%2C0%2C.61-.51.27.27%2C0%2C0%2C1%2C.16-.06.25.25%2C0%2C0%2C1%2C.15%2C0%2C.23.23%2C0%2C0%2C1%2C0%2C.31c-.84%2C1.22-.79%2C2.66-.75%2C4.19%2C0%2C.46%2C0%2C.93%2C0%2C1.39s0%2C.88-.07%2C1.32l-.06%2C1.11c.22-.3.43-.61.64-.91s.5-.73.76-1.08.57-.73.87-1.09c1-1.18%2C1.9-2.29%2C2-3.76a.23.23%2C0%2C0%2C1%2C.22-.22c.11%2C0%2C.22.08.24.2a4.36%2C4.36%2C0%2C0%2C0%2C.17.78%2C4.82%2C4.82%2C0%2C0%2C0%2C1%2C1.64%2C9.78%2C9.78%2C0%2C0%2C1%2C.92-.61l-.1-.25a16.59%2C16.59%2C0%2C0%2C0-2-3.54l-.15-.2a11.64%2C11.64%2C0%2C0%2C0-.82-1C75%2C17%2C73.31%2C20.4%2C73.08%2C22.62a1.88%2C1.88%2C0%2C0%2C1-.18.59c-.07.11-.1-.45-.08-.58a27.71%2C27.71%2C0%2C0%2C1%2C2.26-7l-.6%2C0a8.83%2C8.83%2C0%2C0%2C0-1.7.13%2C12.86%2C12.86%2C0%2C0%2C0-3.42%2C1.31%2C11.68%2C11.68%2C0%2C0%2C0-1.21.76%2C7.08%2C7.08%2C0%2C0%2C1-1.21.91c-.06-.12.67-.83%2C1-1.09A9%2C9%2C0%2C0%2C1%2C69%2C17a15.1%2C15.1%2C0%2C0%2C1%2C3.63-1.58%2C9.37%2C9.37%2C0%2C0%2C1%2C1.81-.14l.5%2C0-.63-.56a9.38%2C9.38%2C0%2C0%2C0-1.67-1.44%2C23.38%2C23.38%2C0%2C0%2C0-3.85-1.08%2C3.4%2C3.4%2C0%2C0%2C1-1-.31c-.07-.1.52%2C0%2C.7%2C0a24.6%2C24.6%2C0%2C0%2C1%2C4.26%2C1.07%2C4.14%2C4.14%2C0%2C0%2C1%2C1.1.7.25.25%2C0%2C0%2C1%2C0-.19c.25-.33.5-.65.76-1-.27-1.06-.31-1.2-.32-1.2-.07-.26-.11-.49%2C0-.41s.33.4.6%2C1.32l.56-.68.12-.13c-.2-.33-.43-.64-.64-.92s-.47-.59-.7-.85a11.15%2C11.15%2C0%2C0%2C1-.88-1.1l-.16-.22a12.2%2C12.2%2C0%2C0%2C0-.73-1%2C3.9%2C3.9%2C0%2C0%2C0%2C.77%2C4.13.22.22%2C0%2C0%2C1%2C0%2C.32.21.21%2C0%2C0%2C1-.31%2C0A5.39%2C5.39%2C0%2C0%2C0%2C68.9%2C11c-.72.08-1.44.12-2.14.16s-1.15.06-1.72.12c.33.19.68.37%2C1%2C.55.65.35%2C1.32.71%2C2%2C1.13a4.89%2C4.89%2C0%2C0%2C0%2C2.56%2C1%2C.23.23%2C0%2C0%2C1%2C.06.45c-1.52.38-2.72%2C1.7-3.87%2C3A20.94%2C20.94%2C0%2C0%2C1%2C65.15%2C19a3%2C3%2C0%2C0%2C0-.35.37l-.15.62.54-.12Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M78.55%2C13.5c.12%2C0%2C.72-.06.73%2C0s-.46.18-.58.19a6.7%2C6.7%2C0%2C0%2C0-2.43%2C1.41h.39c.44%2C0%2C.94%2C0%2C1.41.05a6.67%2C6.67%2C0%2C0%2C1%2C1.94.43c-.05-.45-.12-1.06-.15-1.51%2C0-.11%2C0-.32%2C0-.49a5.8%2C5.8%2C0%2C0%2C1%2C.22-1.68%2C6.7%2C6.7%2C0%2C0%2C1-2%2C.73%2C15.3%2C15.3%2C0%2C0%2C0-1.5.46l-.66%2C1.69A5.89%2C5.89%2C0%2C0%2C1%2C78.55%2C13.5Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M76.16%2C13.18l-.2.07-.59.19c.07.36.13.71.18%2C1Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M75.13%2C14.74c0-.33-.12-.74-.2-1.16l-.76.21a.21.21%2C0%2C0%2C1-.08%2C0l.57.52Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M80.34%2C20a5.26%2C5.26%2C0%2C0%2C1-2.07-3.36.26.26%2C0%2C0%2C1%2C.07-.22.25.25%2C0%2C0%2C1%2C.22-.05%2C9.81%2C9.81%2C0%2C0%2C1%2C1.59.6c0-.33-.07-.8-.11-1.12a5%2C5%2C0%2C0%2C0-2-.32c-.49%2C0-.89%2C0-1.35%2C0-.25%2C0-.57.06-.83.06.29.32.55.65.81%2C1l.15.21a15.37%2C15.37%2C0%2C0%2C1%2C1.8%2C3.66l.1.3A6.53%2C6.53%2C0%2C0%2C1%2C80.47%2C20Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M80.63%2C17.12a11.31%2C11.31%2C0%2C0%2C0%2C1.07.37l.21-.36c.08-.14.18-.28.27-.41v0c.2-.3.41-.59.61-.87l.26-.36A5.89%2C5.89%2C0%2C0%2C0%2C84.25%2C13a5.25%2C5.25%2C0%2C0%2C0%2C.06-.79.24.24%2C0%2C0%2C1%2C.2-.24.23.23%2C0%2C0%2C1%2C.26.19c.29%2C1.45%2C1.36%2C2.41%2C2.5%2C3.44l.27.25c.17-.15.5-.47.68-.67A18%2C18%2C0%2C0%2C1%2C84.8%2C9l-.15.17a12.12%2C12.12%2C0%2C0%2C0-1.12%2C1.51%2C14.83%2C14.83%2C0%2C0%2C0-1.89%2C5.83c0%2C.13%2C0%2C.57-.11.57h0c-.13%2C0-.07-.47-.07-.6a17.7%2C17.7%2C0%2C0%2C1%2C.46-2.93%2C10.67%2C10.67%2C0%2C0%2C1%2C1.21-3.1A12.44%2C12.44%2C0%2C0%2C1%2C84.3%2C8.85l.09-.11a11.35%2C11.35%2C0%2C0%2C0-3%2C.46c-.46.18-3.86%2C2.08-4%2C2.16s-.57.28-.59.23a2.17%2C2.17%2C0%2C0%2C1%2C.58-.47c.23-.13%2C3.16-2%2C3.86-2.26a11.11%2C11.11%2C0%2C0%2C1%2C3-.57%2C9.66%2C9.66%2C0%2C0%2C0-2.89-1.62c-.13%2C0-.48-.08-.47-.21s.35-.06.46%2C0a8.87%2C8.87%2C0%2C0%2C1%2C3.07%2C1.44c-.3-.72-.44-1.35-.57-1.51s-.08-.17-.11-.21-.4.09-.46%2C0A3.81%2C3.81%2C0%2C0%2C0%2C81%2C5.38c-.39%2C0-.74-.06-1.1-.08s-.9%2C0-1.4-.12l-.26%2C0C77.8%2C5.07%2C77.38%2C5%2C77%2C5a3.89%2C3.89%2C0%2C0%2C0%2C3.52%2C2.31.23.23%2C0%2C0%2C1%2C.24.21.24.24%2C0%2C0%2C1-.2.25%2C5.39%2C5.39%2C0%2C0%2C0-3.35%2C2.44c-.36.47-.74.93-1.11%2C1.36l-.21.25c-.39.45-.77.9-1.15%2C1.37l1.11-.35A21.73%2C21.73%2C0%2C0%2C1%2C78%2C12.18%2C5.05%2C5.05%2C0%2C0%2C0%2C80.44%2C11a.24.24%2C0%2C0%2C1%2C.32%2C0%2C.21.21%2C0%2C0%2C1%2C.07.28%2C4.6%2C4.6%2C0%2C0%2C0-.52%2C2.48v.09c0%2C.54.09%2C1.1.16%2C1.64C80.48%2C15.55%2C80.61%2C16.71%2C80.63%2C17.12Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M84.62%2C7.21a7.27%2C7.27%2C0%2C0%2C1%2C.63-3.35%2C1.19%2C1.19%2C0%2C0%2C1%2C.36-.3s-.13.32-.2.43c-.54.88-.35%2C2.85-.32%2C3.87l.49-.47c.33-.32.67-.63%2C1-1a9.63%2C9.63%2C0%2C0%2C1%2C4-2.29%2C2.35%2C2.35%2C0%2C0%2C1%2C.56%2C0%2C1.29%2C1.29%2C0%2C0%2C1-.28.16A10.09%2C10.09%2C0%2C0%2C0%2C86.9%2C6.76l-1%2C1-.51.48h.12a5%2C5%2C0%2C0%2C1%2C1.23%2C0A11%2C11%2C0%2C0%2C1%2C89.81%2C9l.77.3a14.86%2C14.86%2C0%2C0%2C1%2C2.31%2C1.07c.12.06.63.35.56.46s-.37-.16-.52-.21-.48-.25-.52-.27a14.08%2C14.08%2C0%2C0%2C0-2-.85l-.86-.3A8.59%2C8.59%2C0%2C0%2C0%2C86.8%2C8.6a6.29%2C6.29%2C0%2C0%2C0-1.24.06l-.37%2C0c.32%2C1%2C1.48%2C4.66%2C3.14%2C6.33.28-.31.59-.68.9-1%2C0-.21%2C0-.42-.08-.63-.1-.5-.27-1.19-.27-1.19A4.27%2C4.27%2C0%2C0%2C0%2C88%2C10.52a.23.23%2C0%2C0%2C1%2C.31-.34%2C5.11%2C5.11%2C0%2C0%2C0%2C.68.41%2C6.53%2C6.53%2C0%2C0%2C0%2C3.14.47c.51%2C0%2C1%2C0%2C1.58%2C0l1.16.13c.45%2C0%2C.9.11%2C1.36.14A12.74%2C12.74%2C0%2C0%2C0%2C95%2C10.51%2C13.79%2C13.79%2C0%2C0%2C1%2C93.16%2C9c-1.11-1-2.16-2-3.63-2.16a.23.23%2C0%2C0%2C1%2C0-.45A4.91%2C4.91%2C0%2C0%2C0%2C91.91%2C5c.57-.51%2C1.19-1%2C1.78-1.4.31-.22.63-.45.93-.69-.57%2C0-1.15.08-1.71.12s-1.43.13-2.15.15A5.37%2C5.37%2C0%2C0%2C0%2C86.83%2C4.5a.23.23%2C0%2C0%2C1-.32%2C0%2C.22.22%2C0%2C0%2C1%2C0-.32A3.91%2C3.91%2C0%2C0%2C0%2C86.66%2C0c-.22.35-.4.72-.59%2C1.09L86%2C1.33a11.36%2C11.36%2C0%2C0%2C1-.71%2C1.21c-.2.3-.39.6-.57.93A3.78%2C3.78%2C0%2C0%2C0%2C84%2C5.78c0%2C.06-.12.21-.15.26A3%2C3%2C0%2C0%2C1%2C84.62%2C7.21Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M96.18%2C13.65a4.22%2C4.22%2C0%2C0%2C1%2C.75%2C1.3%2C7.8%2C7.8%2C0%2C0%2C1%2C.5-3.13.24.24%2C0%2C0%2C1%2C.32-.09.23.23%2C0%2C0%2C1%2C.08.32%2C9%2C9%2C0%2C0%2C0-.44%2C3.41l.29-.37a6.52%2C6.52%2C0%2C0%2C1%2C1.06-1.17%2C19%2C19%2C0%2C0%2C1%2C5.6-2.36.23.23%2C0%2C1%2C1%2C0%2C.45A18.94%2C18.94%2C0%2C0%2C0%2C99%2C14.28a6.08%2C6.08%2C0%2C0%2C0-1%2C1.09c-.14.18-.28.36-.43.53l.38%2C0c.33%2C0%2C.68-.06%2C1-.07a8.37%2C8.37%2C0%2C0%2C1%2C3.76.76c.42.16%2C1.09.46%2C1.73.75s1.29.58%2C1.69.74a.24.24%2C0%2C0%2C1%2C.14.3.25.25%2C0%2C0%2C1-.22.15l-.08%2C0c-.42-.16-1.08-.46-1.72-.75s-1.29-.58-1.7-.74a8.12%2C8.12%2C0%2C0%2C0-3.59-.72c-.36%2C0-.68%2C0-1%2C.06l-.44%2C0c.92%2C1.26%2C4%2C5.67%2C4%2C7.27a.23.23%2C0%2C0%2C1-.24.21h0a.23.23%2C0%2C0%2C1-.22-.24c.07-1.31-2.63-5.3-3.9-7-.25.37-.46.74-.68%2C1.14l-.12.22c-.14.26-.27.55-.4.83.41.08.82.16%2C1.22.26a.23.23%2C0%2C0%2C1%2C0%2C.43l-.49.23%2C0%2C0h0a.24.24%2C0%2C0%2C1%2C.23.19%2C5.65%2C5.65%2C0%2C0%2C0%2C2.08%2C3.57c.87.67%2C2.11%2C1.55%2C3%2C2.09%2C0-.82%2C0-2.07%2C0-2.87a5.45%2C5.45%2C0%2C0%2C0-1.88-4.45.23.23%2C0%2C0%2C1%2C.31-.34%2C4.23%2C4.23%2C0%2C0%2C0%2C.68.41%2C6.68%2C6.68%2C0%2C0%2C0%2C3.14.45c.52%2C0%2C1%2C0%2C1.58%2C0s.79.08%2C1.19.12.89.11%2C1.34.14a11.24%2C11.24%2C0%2C0%2C0-1.16-.86%2C13.81%2C13.81%2C0%2C0%2C1-1.88-1.53c-1.12-1-2.17-2-3.64-2.14a.24.24%2C0%2C0%2C1-.21-.22.24.24%2C0%2C0%2C1%2C.2-.24%2C4.93%2C4.93%2C0%2C0%2C0%2C2.39-1.34%2C21.31%2C21.31%2C0%2C0%2C1%2C1.77-1.4l.93-.7c-.58%2C0-1.16.08-1.72.13s-1.42.13-2.14.16a5.4%2C5.4%2C0%2C0%2C0-3.93%2C1.31.22.22%2C0%2C0%2C1-.32%2C0%2C.23.23%2C0%2C0%2C1%2C0-.32%2C3.94%2C3.94%2C0%2C0%2C0%2C.16-4.2c-.22.35-.4.73-.59%2C1.1L98.2%2C9c-.23.44-.47.83-.71%2C1.21s-.38.6-.56.93l-.18.33-.12.24a2.85%2C2.85%2C0%2C0%2C0-.41%2C1.74A.22.22%2C0%2C0%2C1%2C96.18%2C13.65Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M96.1%2C17.49a11%2C11%2C0%2C0%2C1%2C.65-1.1l-.4.05a7.21%2C7.21%2C0%2C0%2C0-1.71.36%2C16.82%2C16.82%2C0%2C0%2C0-2.21%2C1.31%2C2.47%2C2.47%2C0%2C0%2C1%2C.29.06c.69.15%2C1.4.27%2C2.09.39l.7.12c.15-.33.3-.66.47-1Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M96.29%2C16l.09%2C0a10.65%2C10.65%2C0%2C0%2C0-2.89-1.34.23.23%2C0%2C1%2C1-.08-.46c.54-.08%2C2.27.86%2C3.3%2C1.46A7%2C7%2C0%2C0%2C0%2C95.88%2C14a.19.19%2C0%2C0%2C1-.14-.1.22.22%2C0%2C0%2C1-.23-.06%2C3.81%2C3.81%2C0%2C0%2C0-2.29-.75c-.38%2C0-.74-.06-1.09-.08s-.91%2C0-1.4-.11l-.22%2C0c-.42-.06-.85-.13-1.27-.15.1.16.2.33.31.49A3.82%2C3.82%2C0%2C0%2C0%2C92.76%2C15a.23.23%2C0%2C0%2C1%2C.25.2.24.24%2C0%2C0%2C1-.2.26%2C4.49%2C4.49%2C0%2C0%2C0-2.72%2C1.7c-.22.24-.42.5-.62.76l-.08.11h0l.1%2C0a4.63%2C4.63%2C0%2C0%2C1%2C.65-.1%2C6.38%2C6.38%2C0%2C0%2C1%2C1.64.09%2C19%2C19%2C0%2C0%2C1%2C2.7-1.62A7.29%2C7.29%2C0%2C0%2C1%2C96.29%2C16Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M88.42%2C15.6a8.59%2C8.59%2C0%2C0%2C1-.72.74l-.26.24c-.26.25-.53.49-.79.77s-.44.47-.66.74a3.72%2C3.72%2C0%2C0%2C0-.45.71%2C1.47%2C1.47%2C0%2C0%2C0-.15.61.26.26%2C0%2C0%2C1-.12.18h0l.38%2C1.77c.4-1.2%2C1.15-3.28%2C1.72-3.76a.23.23%2C0%2C0%2C1%2C.32%2C0%2C.23.23%2C0%2C0%2C1%2C0%2C.33%2C12.78%2C12.78%2C0%2C0%2C0-1.61%2C3.65l.11-.07a7.38%2C7.38%2C0%2C0%2C1%2C1.64-.88c1.2-.41%2C5.41-1.27%2C5.65-1.31a.23.23%2C0%2C0%2C1%2C.26.2.23.23%2C0%2C0%2C1-.19.26c-.15%2C0-4.39.89-5.58%2C1.29a6.89%2C6.89%2C0%2C0%2C0-1.53.82l-.28.19.2%2C0a6.61%2C6.61%2C0%2C0%2C1%2C1.3.3%2C11%2C11%2C0%2C0%2C1%2C3%2C1.64c.36.25%2C1%2C.62%2C1.57%2C1s1.24.74%2C1.61%2C1a.24.24%2C0%2C0%2C1%2C0%2C.33.24.24%2C0%2C0%2C1-.32.05c-.35-.25-1-.63-1.57-1s-1.24-.74-1.61-1a10.62%2C10.62%2C0%2C0%2C0-2.87-1.58%2C5.63%2C5.63%2C0%2C0%2C0-1.21-.27l-.37-.07c.4%2C2.8%2C1.18%2C7.09%2C1.7%2C7.59a.23.23%2C0%2C0%2C1%2C0%2C.33.23.23%2C0%2C0%2C1-.17.07.27.27%2C0%2C0%2C1-.16-.06c-.74-.73-1.58-6.1-1.82-7.75a11.86%2C11.86%2C0%2C0%2C0-.88.86l-.17.18c-.25.27-.52.54-.79.81a11.29%2C11.29%2C0%2C0%2C0-2%2C2.35l-.08.16a8.81%2C8.81%2C0%2C0%2C0-1%2C2.09.23.23%2C0%2C0%2C1-.23.18h-.05a.23.23%2C0%2C0%2C1-.17-.27%2C9%2C9%2C0%2C0%2C1%2C1-2.21l.09-.16a11.22%2C11.22%2C0%2C0%2C1%2C2-2.45l.79-.8.16-.18c.3-.32.6-.62.92-.91l-.4-.05A6.84%2C6.84%2C0%2C0%2C0%2C83%2C22.23c-1.69.2-5.17%2C1.07-5.38%2C1.65a.22.22%2C0%2C0%2C1-.22.15h-.08a.22.22%2C0%2C0%2C1-.13-.3c.38-1.06%2C5.1-1.87%2C5.76-1.95a7%2C7%2C0%2C0%2C1%2C1.83.08L83%2C20.35a.23.23%2C0%2C1%2C1%2C.3-.36l1.91%2C1.65-.42-1.94a.21.21%2C0%2C0%2C1-.22-.12%2C2.48%2C2.48%2C0%2C0%2C0-1.22-1c-.28-.13-.56-.24-.81-.34s-.55-.2-.82-.28l-.18%2C0c-.4-.13-.82-.26-1.26-.44L80%2C17.35a11.48%2C11.48%2C0%2C0%2C0-1.15-.46%2C4.62%2C4.62%2C0%2C0%2C0%2C1.77%2C2.68l.14.08a2.49%2C2.49%2C0%2C0%2C0%2C.33.16%2C2.7%2C2.7%2C0%2C0%2C0%2C.59.19.22.22%2C0%2C0%2C1%2C.18.26.22.22%2C0%2C0%2C1-.25.19%2C3.6%2C3.6%2C0%2C0%2C0-.57%2C0%2C4.51%2C4.51%2C0%2C0%2C0-2.05.69l0%2C0h0a12.63%2C12.63%2C0%2C0%2C0-1.07.75l-.06.05c-.57.44-1.16.86-1.73%2C1.26s-.94.66-1.41%2C1c.39%2C0%2C.78%2C0%2C1.16-.06A21.16%2C21.16%2C0%2C0%2C1%2C78%2C24.12%2C6.13%2C6.13%2C0%2C0%2C0%2C79.77%2C24a3.23%2C3.23%2C0%2C0%2C0%2C.93-.37A.23.23%2C0%2C0%2C1%2C81%2C24a3.4%2C3.4%2C0%2C0%2C0-.6.82%2C8.86%2C8.86%2C0%2C0%2C0-.8%2C3.16%2C14%2C14%2C0%2C0%2C1-.45%2C2.39%2C11.82%2C11.82%2C0%2C0%2C0-.33%2C1.4c.32-.32.64-.65.94-1s.54-.58.82-.86.79-.71%2C1.19-1a6.69%2C6.69%2C0%2C0%2C0%2C2.11-2.38%2C3.89%2C3.89%2C0%2C0%2C0%2C.25-.75.24.24%2C0%2C0%2C1%2C.23-.17h0a.23.23%2C0%2C0%2C1%2C.2.24c-.08%2C1.47.72%2C2.68%2C1.56%2C3.95.26.39.51.78.75%2C1.18s.43.77.63%2C1.16.35.65.54%2C1c0-.37%2C0-.75.06-1.11s0-.89.07-1.33.11-.92.17-1.38c.21-1.51.41-2.94-.29-4.24a.22.22%2C0%2C0%2C1%2C.08-.3.22.22%2C0%2C0%2C1%2C.3%2C0%2C4.31%2C4.31%2C0%2C0%2C0%2C.56.57%2C6.52%2C6.52%2C0%2C0%2C0%2C2.92%2C1.24l.9.23.46.15.16.05%2C1.11.42c.41.16.84.33%2C1.27.48a10.51%2C10.51%2C0%2C0%2C0-.9-1.12A11.19%2C11.19%2C0%2C0%2C1%2C94%2C25.54c-.17-.24-.32-.49-.48-.73a14.15%2C14.15%2C0%2C0%2C0-1.16-1.64%2C4.31%2C4.31%2C0%2C0%2C0-1.83-1.37.23.23%2C0%2C0%2C1-.14-.27.23.23%2C0%2C0%2C1%2C.25-.18%2C3.8%2C3.8%2C0%2C0%2C0%2C1.67-.25%2C7.93%2C7.93%2C0%2C0%2C0%2C1-.44%2C20.89%2C20.89%2C0%2C0%2C1%2C2.07-.9l1.07-.44c-.56-.12-1.13-.21-1.69-.31s-1.41-.24-2.11-.39a8.19%2C8.19%2C0%2C0%2C0-2.46-.26%2C5.81%2C5.81%2C0%2C0%2C0-.58.09%2C3.12%2C3.12%2C0%2C0%2C0-.78.27l-.32.17a.22.22%2C0%2C0%2C1-.31-.06.23.23%2C0%2C0%2C1%2C0-.32%2C3%2C3%2C0%2C0%2C0%2C.75-.8%2C3.83%2C3.83%2C0%2C0%2C0%2C.54-1.64%2C5.66%2C5.66%2C0%2C0%2C0-.07-1.58C89.15%2C14.77%2C88.42%2C15.6%2C88.42%2C15.6Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M84.25%2C17.69a8.36%2C8.36%2C0%2C0%2C1-1.77-.59%2C2.46%2C2.46%2C0%2C0%2C0-.17.27l-.16.27.59.2c.25.1.52.21.8.34.52.06%2C1%2C.16%2C1.55.25l.11%2C0a3.66%2C3.66%2C0%2C0%2C1%2C.3-.47l-.56-.5c-.54-.47-1.09-1-1.61-1.47L83.27%2C16l-.1.14-.43.6c.25.1.59.42%2C1.31.8C84.16%2C17.56%2C84.37%2C17.63%2C84.25%2C17.69Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M94.8%2C21.55a14.12%2C14.12%2C0%2C0%2C0-.45%2C2.73.23.23%2C0%2C0%2C1-.23.22h0a.24.24%2C0%2C0%2C1-.22-.25%2C14%2C14%2C0%2C0%2C1%2C.46-2.81%2C4.63%2C4.63%2C0%2C0%2C1%2C.32-.91c-.4.17-.79.35-1.18.54a8.27%2C8.27%2C0%2C0%2C1-.87.41%2C13.75%2C13.75%2C0%2C0%2C0%2C.13%2C1.44%2C18.41%2C18.41%2C0%2C0%2C1%2C1.15%2C1.63c.09.14.17.28.26.41a.54.54%2C0%2C0%2C0%2C.07-.13%2C15.06%2C15.06%2C0%2C0%2C1%2C.89-1.31%2C6.73%2C6.73%2C0%2C0%2C0%2C1.43-2.83%2C4.21%2C4.21%2C0%2C0%2C0%2C.06-.79.23.23%2C0%2C0%2C1%2C.13-.21l-1.22.5-.15.06h0A3.83%2C3.83%2C0%2C0%2C0%2C94.8%2C21.55Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M64.2%2C24.4l.46-.17%2C1-.32L66%2C23a.23.23%2C0%2C0%2C1%2C.21-.13h3.36a.22.22%2C0%2C0%2C1%2C.2.12l.33.61.94-.19.43%2C0v-.75l-.52.2a.22.22%2C0%2C0%2C1-.22%2C0l-1.5-1.1a.23.23%2C0%2C0%2C1-.09-.19.21.21%2C0%2C0%2C1%2C.09-.18l2.14-1.67.28-.46.2-.62-.11.06-1.23.47h0l-.6.14-2.85%2C2.16-.07%2C0-2.14.68-.31.41%2C0%2C.72a.15.15%2C0%2C0%2C1%2C0%2C.07l-.34%2C1Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M82.41%2C32.47l-.86.41a.24.24%2C0%2C0%2C1-.23%2C0%2C.24.24%2C0%2C0%2C1-.1-.22l.22-1.95-.3-.72-1.27%2C1.23.43%2C1a.23.23%2C0%2C0%2C1%2C0%2C.18l-.48%2C1%2C0%2C.06-.78.79a.31.31%2C0%2C0%2C1-.13.06L74%2C35.13l1.16.91%2C1%2C.55%2C3.66-1.25.06%2C0L81%2C35.26l.38-.76-.06-.61a.24.24%2C0%2C0%2C1%2C.14-.24L82.89%2C33Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M78.88%2C24.6l-1.11%2C0-1.19%2C2%2C1.12.76.06.05L79%2C29l.26-1.85L78.44%2C26a.26.26%2C0%2C0%2C1%2C0-.21Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M73.54%2C28.67c.09-.46.31-1.52.39-1.93l-.66-.38a.25.25%2C0%2C0%2C1-.12-.18L73.06%2C25l-.66.87L73%2C27.22a.25.25%2C0%2C0%2C1%2C0%2C.12l-.12%2C1.29A4.44%2C4.44%2C0%2C0%2C0%2C73.54%2C28.67Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M52.36%2C25.66c.52.16%2C1%2C.37%2C1.52.57a7.09%2C7.09%2C0%2C0%2C0%2C3.2.75%2C4.29%2C4.29%2C0%2C0%2C0%2C.81-.14.23.23%2C0%2C0%2C1%2C.27.14.23.23%2C0%2C0%2C1-.11.29c-1.38.66-2.09%2C2-2.83%2C3.37l-.34.62-.36.63c-.24.39-.49.77-.74%2C1.15s-.44.65-.64%2C1l1.06-.5c.41-.2.82-.4%2C1.24-.58l.92-.37.3-.12%2C1-.37c.3-.12.59-.24.86-.38a4.77%2C4.77%2C0%2C0%2C0%2C2-1.63.21.21%2C0%2C0%2C1%2C.19-.11.23.23%2C0%2C0%2C1%2C.21.32%2C4.15%2C4.15%2C0%2C0%2C0-.24.78%2C4.39%2C4.39%2C0%2C0%2C0-.08%2C1.27%2C11%2C11%2C0%2C0%2C0%2C.39%2C2c.13.52.27%2C1.05.35%2C1.59s.11.82.17%2C1.22.08.7.13%2C1l.06.34a13.13%2C13.13%2C0%2C0%2C0%2C.59-1.37%2C10.23%2C10.23%2C0%2C0%2C1%2C.65-1.48h0q.19-.39.42-.78l0%2C0s0%2C0%2C0%2C0%2C0%2C0%2C0%2C0c.16-.28.31-.57.46-.85a.21.21%2C0%2C0%2C1%2C.07-.15%2C5.17%2C5.17%2C0%2C0%2C0%2C.69-3.11.24.24%2C0%2C0%2C1%2C.17-.26.23.23%2C0%2C0%2C1%2C.27.14A5.11%2C5.11%2C0%2C0%2C0%2C67%2C32.67c.09.06%2C1.4%2C1.07%2C1.85%2C1.44.3.26.62.52.94.77-.18-.58-.37-1.15-.56-1.71-.14-.4-.27-.8-.4-1.2a.27.27%2C0%2C0%2C1-.05-.15c-.08-.25-.16-.51-.23-.76a12.19%2C12.19%2C0%2C0%2C0-.38-1.16%2C4.81%2C4.81%2C0%2C0%2C0-1.51-2.2%2C2.65%2C2.65%2C0%2C0%2C0-.39-.26.24.24%2C0%2C0%2C1%2C.21-.42%2C1.17%2C1.17%2C0%2C0%2C0%2C.24.09l.11%2C0a4.25%2C4.25%2C0%2C0%2C0%2C3.92-1c-.41-.13-.83-.23-1.25-.32l-.27-.06c-.5-.12-1-.27-1.39-.42s-.7-.24-1.07-.34a3.9%2C3.9%2C0%2C0%2C0-2.49-.13.28.28%2C0%2C0%2C1-.25%2C0c-.08.2-.41.59-1.64%2C1.46a9.53%2C9.53%2C0%2C0%2C0%2C3.25-.1.22.22%2C0%2C0%2C1%2C.32-.05.23.23%2C0%2C0%2C1%2C0%2C.32c-.2.28-1%2C.37-1.94.37-.39%2C0-.81%2C0-1.21%2C0A14.39%2C14.39%2C0%2C0%2C1%2C65%2C28.25a36.18%2C36.18%2C0%2C0%2C1%2C3.18%2C4.14l.12.17a.24.24%2C0%2C0%2C1%2C0%2C.32.23.23%2C0%2C0%2C1-.14%2C0%2C.25.25%2C0%2C0%2C1-.19-.09l-.12-.18a32.57%2C32.57%2C0%2C0%2C0-3.12-4.06%2C14.51%2C14.51%2C0%2C0%2C0-2.28-1.51l-.33-.2.12.34a8.92%2C8.92%2C0%2C0%2C1%2C.46%2C1.62%2C14.22%2C14.22%2C0%2C0%2C1%2C0%2C3.92l-.38%2C2.72a.23.23%2C0%2C0%2C1-.23.2h0a.23.23%2C0%2C0%2C1-.2-.26l.39-2.72a13.76%2C13.76%2C0%2C0%2C0%2C0-3.8%2C8.83%2C8.83%2C0%2C0%2C0-.44-1.52c0-.16-.11-.31-.16-.46-1.17%2C1.15-5.27%2C5.14-6.15%2C5.4h-.07a.23.23%2C0%2C0%2C1-.22-.17.25.25%2C0%2C0%2C1%2C.16-.29c.62-.18%2C3.91-3.26%2C6-5.31l-.42-.22a10.67%2C10.67%2C0%2C0%2C0-1.53-.68l-.68-.19a7.57%2C7.57%2C0%2C0%2C0-2.5-.42c-.92%2C0-2.77%2C0-3.69%2C0a.23.23%2C0%2C0%2C1%2C0-.46h3.69a8.35%2C8.35%2C0%2C0%2C1%2C2.62.44c.2.06.42.13.67.19a10.52%2C10.52%2C0%2C0%2C1%2C1.62.72l.29.15c-.08-.23-.16-.47-.24-.73a8%2C8%2C0%2C0%2C0-.77-1.95%2C30.15%2C30.15%2C0%2C0%2C0-3.22-3.26%2C3%2C3%2C0%2C0%2C1-.24-.23.22.22%2C0%2C0%2C1%2C0-.32.24.24%2C0%2C0%2C1%2C.33%2C0l.22.21a28.93%2C28.93%2C0%2C0%2C1%2C3.29%2C3.34%2C8.11%2C8.11%2C0%2C0%2C1%2C.83%2C2.08%2C2.25%2C2.25%2C0%2C0%2C1%2C.08.24c.36-1.7%2C1.08-4.73%2C1.76-5.12a.24.24%2C0%2C0%2C1%2C.23.41C63.22%2C21%2C62.52%2C23.49%2C62%2C26a8.27%2C8.27%2C0%2C0%2C0%2C1.55-1.29.17.17%2C0%2C0%2C1%2C.12-.19.21.21%2C0%2C0%2C1%2C0-.23%2C4%2C4%2C0%2C0%2C0%2C.2-2.48%2C4.73%2C4.73%2C0%2C0%2C1%2C.24-1.69%2C4.66%2C4.66%2C0%2C0%2C0%2C.24-1.46l0-.28c0-.43-.08-.87-.15-1.29-1.17%2C1.08-2.84%2C3.15-2.35%2C4.72a.23.23%2C0%2C0%2C1-.14.29.24.24%2C0%2C0%2C1-.29-.13%2C5.38%2C5.38%2C0%2C0%2C0-3.15-2.78%2C18.55%2C18.55%2C0%2C0%2C0-3.58-1l.14.15a6.62%2C6.62%2C0%2C0%2C1%2C1.32%2C1.89%2C6.37%2C6.37%2C0%2C0%2C0%2C2%2C2.47.24.24%2C0%2C0%2C1%2C.1.29.22.22%2C0%2C0%2C1-.28.13c-1.46-.41-2.84.12-4.3.69a15.1%2C15.1%2C0%2C0%2C1-2.39.76%2C12.11%2C12.11%2C0%2C0%2C0-1.46.4c.46.14.92.26%2C1.38.38Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M64.67%2C36.43a4.67%2C4.67%2C0%2C0%2C1%2C.51-.36l-.2-.21C64.87%2C36.05%2C64.77%2C36.24%2C64.67%2C36.43Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M65.58%2C32.15l-.3%2C2.42a7.77%2C7.77%2C0%2C0%2C1%2C1.27-1.36l.19-.13%2C0%2C0A7.94%2C7.94%2C0%2C0%2C1%2C65.58%2C32.15Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M73.48%2C36.44a.23.23%2C0%2C0%2C1%2C.15.29.22.22%2C0%2C0%2C1-.22.16h-.06l-2.63-.81A9.54%2C9.54%2C0%2C0%2C0%2C68%2C35.75l-1.06%2C0h-.26c-.41%2C0-.8%2C0-1.19%2C0%2C.92%2C1%2C3.27%2C3.62%2C3.32%2C5.49h0l1.19.42c0-.07%2C0-.13%2C0-.2-.29-1.55-.57-3-1.68-4.06a.23.23%2C0%2C0%2C1%2C0-.31.24.24%2C0%2C0%2C1%2C.31-.06%2C3.89%2C3.89%2C0%2C0%2C0%2C.73.38%2C6.93%2C6.93%2C0%2C0%2C0%2C3.27.25c.53%2C0%2C1.07-.09%2C1.63-.08l1.23%2C0%2C1.42.05a11.16%2C11.16%2C0%2C0%2C0-1.28-.82%2C14%2C14%2C0%2C0%2C1-2-1.45%2C7%2C7%2C0%2C0%2C0-3.72-1.94c.22.66.44%2C1.33.62%2C2a.27.27%2C0%2C0%2C1%2C0%2C.09l.48.12Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M64%2C35.36h0l-.33-.13-.13.23Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M64.32%2C34l.46.78.39-3.09-.09-.11A6.71%2C6.71%2C0%2C0%2C1%2C64.32%2C34Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M64.52%2C35.73l-.43.09-.82.17a10.06%2C10.06%2C0%2C0%2C0-.58%2C1.31%2C7.84%2C7.84%2C0%2C0%2C1-.35.89l.21-.14c.39-.27.76-.52%2C1.14-.83l.15-.12.08-.18C64.11%2C36.51%2C64.3%2C36.12%2C64.52%2C35.73Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M64.38%2C35l-.31-.51c0%2C.11-.11.21-.17.32Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M65.61%2C34.9l-.28.33a12%2C12%2C0%2C0%2C1%2C1.34%2C0h.26l1%2C0a15.16%2C15.16%2C0%2C0%2C1%2C1.67.09c-.39-.3-.77-.61-1.14-.92s-.9-.73-1.37-1.08l-.31.2A7%2C7%2C0%2C0%2C0%2C65.61%2C34.9Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M64.47%2C40.22l.33%2C0h.57a9.51%2C9.51%2C0%2C0%2C1%2C2.58.68l.35.13c-.15-1.4-1.63-3.28-2.63-4.4A5%2C5%2C0%2C0%2C1%2C64.47%2C40.22Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M72.71%2C30a.23.23%2C0%2C0%2C1-.17.28%2C9.08%2C9.08%2C0%2C0%2C0-3.29%2C1.67c.12.34.23.69.35%2C1a5%2C5%2C0%2C0%2C0%2C2.3-1.53%2C22.92%2C22.92%2C0%2C0%2C1%2C1.73-1.57c.31-.26.62-.52.92-.8-.59.07-1.19.17-1.78.26s-1.45.23-2.19.31a11%2C11%2C0%2C0%2C0-1.93.35c.1.3.21.62.31%2C1%2C0%2C.17.1.33.15.5a9.6%2C9.6%2C0%2C0%2C1%2C3.32-1.64A.22.22%2C0%2C0%2C1%2C72.71%2C30Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M51.59%2C34.22l1.3-.67c.16-.26.33-.52.5-.77s.5-.75.73-1.13l.1-.17a2.74%2C2.74%2C0%2C0%2C0-1.54.75.2.2%2C0%2C0%2C1-.21.07s0%2C0%2C0%2C0Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M52.29%2C34.51h.06a.27.27%2C0%2C0%2C1%2C0-.12.41.41%2C0%2C0%2C1%2C0-.09l-.37.19Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M49.57%2C41.56a4.85%2C4.85%2C0%2C0%2C0%2C1.84-3.05.24.24%2C0%2C0%2C1%2C.23-.19h0a.22.22%2C0%2C0%2C1%2C.22.22%2C4.48%2C4.48%2C0%2C0%2C0%2C.1.81%2C5.49%2C5.49%2C0%2C0%2C0%2C1.1%2C2.17c.17.23.35.45.53.67.34.42.68.85%2C1%2C1.31s.43.69.65%2C1%2C.49.81.76%2C1.2a12.86%2C12.86%2C0%2C0%2C0%2C0-1.51%2C14%2C14%2C0%2C0%2C1%2C0-2.51l0-.55c0-.12%2C0-.23%2C0-.34v-.12A7.56%2C7.56%2C0%2C0%2C0%2C56%2C38.79l0-.09c0-.11%2C0-.22-.07-.33a3.85%2C3.85%2C0%2C0%2C0-.44-1%2C.25.25%2C0%2C0%2C1%2C0-.31.23.23%2C0%2C0%2C1%2C.3%2C0%2C3.71%2C3.71%2C0%2C0%2C0%2C1%2C.65%2C7.07%2C7.07%2C0%2C0%2C0%2C1.58.44l.46.1a.15.15%2C0%2C0%2C1%2C.13%2C0c.49.1%2C1%2C.22%2C1.46.36l.2.05.63.17c0-.19-.07-.39-.1-.58l-.54-.58-.3-.32%2C0%2C0v0c-.4-.43-.8-.85-1.17-1.3l-.42-.47a5%2C5%2C0%2C0%2C0-3.16-1.88.24.24%2C0%2C0%2C1-.21-.24h0c-.31.14-.63.29-.94.45s-.89.42-1.34.61a8.24%2C8.24%2C0%2C0%2C1%2C1.73.26%2C41.11%2C41.11%2C0%2C0%2C1%2C4.94%2C2.79l.35.22a.23.23%2C0%2C0%2C1%2C.09.31.22.22%2C0%2C0%2C1-.2.12l-.11%2C0L59.48%2C38a42.49%2C42.49%2C0%2C0%2C0-4.83-2.74A10.89%2C10.89%2C0%2C0%2C0%2C52.26%2C35l-.66%2C0%2C.18.19a5.38%2C5.38%2C0%2C0%2C1%2C.9%2C1.06%2C15.54%2C15.54%2C0%2C0%2C1%2C1.81%2C3.75l.81%2C2.63a.23.23%2C0%2C0%2C1-.15.29h-.07a.23.23%2C0%2C0%2C1-.22-.17l-.81-2.62a15.65%2C15.65%2C0%2C0%2C0-1.76-3.65%2C5.46%2C5.46%2C0%2C0%2C0-.84-1l-.31-.33c-.66%2C1.18-3.27%2C5.9-3.34%2C7.37a.22.22%2C0%2C0%2C1-.23.22h0a.23.23%2C0%2C0%2C1-.22-.24C47.42%2C40.9%2C50%2C36.28%2C50.7%2C35a9.71%2C9.71%2C0%2C0%2C0-1.63.1%2C17.22%2C17.22%2C0%2C0%2C0-4.17%2C1.15l-2.51%2C1.12a.15.15%2C0%2C0%2C1-.09%2C0%2C.22.22%2C0%2C0%2C1-.21-.13.23.23%2C0%2C0%2C1%2C.11-.31l2.51-1.12A18.75%2C18.75%2C0%2C0%2C1%2C49%2C34.6a10.22%2C10.22%2C0%2C0%2C1%2C1.65-.1L50.13%2C34a9.06%2C9.06%2C0%2C0%2C0-1.58-1.47%2C41.88%2C41.88%2C0%2C0%2C0-5-1.86l-.31-.1a.23.23%2C0%2C0%2C1-.14-.29.23.23%2C0%2C0%2C1%2C.3-.14l.29.1a39.66%2C39.66%2C0%2C0%2C1%2C5.05%2C1.89%2C9.12%2C9.12%2C0%2C0%2C1%2C1.69%2C1.55l.39.43a7.91%2C7.91%2C0%2C0%2C0-.61-3.31.23.23%2C0%2C0%2C1%2C.08-.32.23.23%2C0%2C0%2C1%2C.31.08%2C7.6%2C7.6%2C0%2C0%2C1%2C.68%2C3.18l.73-1.57h0a.22.22%2C0%2C0%2C1-.12-.24%2C4%2C4%2C0%2C0%2C0-.84-2.34c-.21-.33-.43-.63-.64-.93a14.05%2C14.05%2C0%2C0%2C1-.79-1.21l-.14-.24a11.27%2C11.27%2C0%2C0%2C0-.67-1.11%2C4.08%2C4.08%2C0%2C0%2C0%2C.39%2C4.34.23.23%2C0%2C0%2C1%2C0%2C.32.24.24%2C0%2C0%2C1-.32%2C0%2C5.6%2C5.6%2C0%2C0%2C0-4.13-1.15c-.74%2C0-1.48%2C0-2.21%2C0s-1.2%2C0-1.81%2C0l1%2C.68c.63.42%2C1.29.85%2C1.9%2C1.35a5.12%2C5.12%2C0%2C0%2C0%2C2.54%2C1.25.23.23%2C0%2C0%2C1%2C0%2C.46c-1.51.23-2.54%2C1.29-3.64%2C2.4a15.58%2C15.58%2C0%2C0%2C1-1.85%2C1.69%2C10.86%2C10.86%2C0%2C0%2C0-1.17%2C1c.48-.06%2C1-.14%2C1.41-.22s.81-.14%2C1.21-.19a14.89%2C14.89%2C0%2C0%2C1%2C1.62-.12A7%2C7%2C0%2C0%2C0%2C47%2C37.11a4.51%2C4.51%2C0%2C0%2C0%2C.68-.46.22.22%2C0%2C0%2C1%2C.31%2C0A.23.23%2C0%2C0%2C1%2C48%2C37c-1%2C1.17-1.09%2C2.65-1.19%2C4.23%2C0%2C.47-.06.95-.12%2C1.43s-.12.9-.2%2C1.34-.1.64-.14%2C1l.1-.11c.11-.11.23-.23.42-.44a.18.18%2C0%2C0%2C1%2C.09-.06l.22-.25a2.53%2C2.53%2C0%2C0%2C1%2C.36-.37l1-1.16C49%2C42.18%2C49.27%2C41.87%2C49.57%2C41.56Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M61%2C37.44l.09.09c0-.11%2C0-.22%2C0-.33v0l-.17.12Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M60.86%2C36a15.64%2C15.64%2C0%2C0%2C0-.35-1.54%2C13%2C13%2C0%2C0%2C1-.38-1.88h-.58c-.4%2C0-.81%2C0-1.24%2C0a4.34%2C4.34%2C0%2C0%2C1-1.08.78%2C3.64%2C3.64%2C0%2C0%2C0%2C3.08%2C1.23.23.23%2C0%2C0%2C1%2C.25.19.23.23%2C0%2C0%2C1-.18.27%2C3.54%2C3.54%2C0%2C0%2C0-1.15.47%2C3.47%2C3.47%2C0%2C0%2C1%2C.25.29c.34.39.69.78%2C1.05%2C1.16l.41-.3C60.92%2C36.44%2C60.89%2C36.21%2C60.86%2C36Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M58.72%2C32.12c.28%2C0%2C.54%2C0%2C.82%2C0h.56a5%2C5%2C0%2C0%2C1%2C.06-1%2C6.07%2C6.07%2C0%2C0%2C1-1.41.94Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M58.31%2C38.66a7.24%2C7.24%2C0%2C0%2C1-1.5-.41l-.08.12h0c.35.18.71.36%2C1.07.57l.08%2C0%2C.42-.34Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M58.8%2C39.57A4.68%2C4.68%2C0%2C0%2C0%2C59.87%2C39l-.95-.23-.59.47A4.87%2C4.87%2C0%2C0%2C1%2C58.8%2C39.57Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M57.16%2C43l.26%2C0a7%2C7%2C0%2C0%2C1%2C1.76.35%2C8.16%2C8.16%2C0%2C0%2C1-1.82-2.44.22.22%2C0%2C0%2C1%2C.2-.26.23.23%2C0%2C0%2C1%2C.26.19%2C10%2C10%2C0%2C0%2C0%2C2%2C2.48l-.12-2.14h0a.22.22%2C0%2C0%2C1-.22-.15%2C2.16%2C2.16%2C0%2C0%2C0-.82-1%2C9.74%2C9.74%2C0%2C0%2C0-1-.66c-.35-.21-.71-.38-1.05-.55l-.09%2C0%2C0%2C0a8.9%2C8.9%2C0%2C0%2C1%2C.1%2C1.93v.12c0%2C.09%2C0%2C.19%2C0%2C.29a.2.2%2C0%2C0%2C1%2C0%2C.11v0l0%2C.49c0%2C.39-.07.79-.08%2C1.18A4.65%2C4.65%2C0%2C0%2C1%2C57.16%2C43Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M64.13%2C37.45l-.14.12c-.4.33-.8.6-1.18.86l-.57.39.4.47a.24.24%2C0%2C0%2C1%2C0%2C.27.26.26%2C0%2C0%2C1-.25.11c-.3-.06-.59-.14-.89-.21l-.08%2C0a4.67%2C4.67%2C0%2C0%2C0-.91%2C1%2C1.69%2C1.69%2C0%2C0%2C0-.26.56.2.2%2C0%2C0%2C1-.15.17v0l.12%2C2.11a11.63%2C11.63%2C0%2C0%2C0%2C1.82-3%2C.22.22%2C0%2C0%2C1%2C.21-.24.22.22%2C0%2C0%2C1%2C.25.21c0%2C.51-.89%2C1.91-1.59%2C2.9l0%2C0a4.94%2C4.94%2C0%2C0%2C1%2C1.62-.74%2C25.84%2C25.84%2C0%2C0%2C1%2C6.07.13.24.24%2C0%2C0%2C1%2C.09.32.23.23%2C0%2C0%2C1-.31.09%2C27.27%2C27.27%2C0%2C0%2C0-5.77-.08%2C4.28%2C4.28%2C0%2C0%2C0-1.46.68c-.22.13-.44.26-.66.37l.22.08a6.63%2C6.63%2C0%2C0%2C1%2C1.35.56A17.27%2C17.27%2C0%2C0%2C1%2C65.62%2C47l1.95%2C1.93a.24.24%2C0%2C0%2C1%2C0%2C.33.22.22%2C0%2C0%2C1-.32%2C0l-2-1.93a16.86%2C16.86%2C0%2C0%2C0-3.41-2.45%2C6.5%2C6.5%2C0%2C0%2C0-1.27-.52l-.34-.12c0%2C3%2C.12%2C7.38.52%2C8a.24.24%2C0%2C0%2C1-.07.32l-.12%2C0a.23.23%2C0%2C0%2C1-.2-.11c-.56-.91-.59-6.5-.59-8.19a12.42%2C12.42%2C0%2C0%2C0-1%2C.75l-.21.16c-.26.21-.52.4-.78.59a10.93%2C10.93%2C0%2C0%2C0-2.29%2C2l-.13.17a14.72%2C14.72%2C0%2C0%2C0-1.72%2C2.63.24.24%2C0%2C0%2C1-.2.12.23.23%2C0%2C0%2C1-.2-.34A15.26%2C15.26%2C0%2C0%2C1%2C55%2C47.76l.13-.17a7.89%2C7.89%2C0%2C0%2C1%2C.93-1l-.05%2C0c-.37-.51-.7-1-1-1.57a.27.27%2C0%2C0%2C1-.06.1%2C18.86%2C18.86%2C0%2C0%2C0-2.51%2C5.36c0%2C.18-.26.93-.42%2C1.43a11.15%2C11.15%2C0%2C0%2C0%2C5.61-4A5.06%2C5.06%2C0%2C0%2C0%2C58%2C47.2a.22.22%2C0%2C0%2C1%2C.21-.14h.07a.24.24%2C0%2C0%2C1%2C.16.27%2C4.11%2C4.11%2C0%2C0%2C0%2C.4%2C3.19c.12.3.27.63.42%2C1%2C.23.57.6%2C1.35%2C1%2C2.1l.56%2C1.16a5.39%2C5.39%2C0%2C0%2C0%2C.6-1.88c.05-.26.1-.53.16-.78.12-.48.25-.9.37-1.32a5.33%2C5.33%2C0%2C0%2C0%2C.22-3.74.23.23%2C0%2C0%2C1%2C.42-.19%2C3.78%2C3.78%2C0%2C0%2C0%2C.47.66%2C6.77%2C6.77%2C0%2C0%2C0%2C2.78%2C1.74%2C15.18%2C15.18%2C0%2C0%2C1%2C1.48.69c.36.19.71.4%2C1.07.61s.81.48%2C1.23.7A12.17%2C12.17%2C0%2C0%2C0%2C68.83%2C50a13.88%2C13.88%2C0%2C0%2C1-1.14-2.24c-.63-1.43-1.23-2.78-2.56-3.53a.24.24%2C0%2C0%2C1-.1-.29.23.23%2C0%2C0%2C1%2C.27-.13%2C5%2C5%2C0%2C0%2C0%2C2.82-.28l.38-.11.16%2C0c.52-.15%2C1.08-.3%2C1.83-.46.35-.08.72-.16%2C1.08-.26l-1.38-.48-.3-.1c-.69-.24-1.41-.48-2.11-.76a9.21%2C9.21%2C0%2C0%2C0-2.45-.65%2C4.47%2C4.47%2C0%2C0%2C0-.52%2C0%2C3.53%2C3.53%2C0%2C0%2C0-1.29.28.24.24%2C0%2C0%2C1-.3-.12.23.23%2C0%2C0%2C1%2C.1-.3%2C4.08%2C4.08%2C0%2C0%2C0%2C1.9-3.93c-.36.25-.69.53-1%2C.81l0%2C0Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M58.29%2C44.88l.2-.16c.36-.28.71-.54%2C1.09-.78l-.42-.12a6.91%2C6.91%2C0%2C0%2C0-1.76-.37l-.29%2C0a4.23%2C4.23%2C0%2C0%2C0-.73%2C0%2C6.85%2C6.85%2C0%2C0%2C0%2C0%2C.79%2C14.81%2C14.81%2C0%2C0%2C1%2C0%2C2.1c.34-.29.7-.56%2C1.07-.83Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M54.48%2C44.53l.19%2C0c-.15-.26-.31-.51-.47-.76l-.11-.15a16.09%2C16.09%2C0%2C0%2C0-3.76.41h0a.23.23%2C0%2C0%2C1-.23-.18.23.23%2C0%2C0%2C1%2C.18-.28%2C17.09%2C17.09%2C0%2C0%2C1%2C3.52-.43c-.17-.22-.34-.43-.52-.64L52.82%2C42c-.24.11-.49.25-.77.4-.64.36-1.32.69-2%2C1s-1.07.52-1.61.8l1.22.13a23.14%2C23.14%2C0%2C0%2C1%2C2.31.29A10.23%2C10.23%2C0%2C0%2C0%2C54.48%2C44.53Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M70.57%2C44.11c-.07-.23-.13-.46-.2-.69-.44.1-.82.19-1.17.29.28.24.55.5.82.75l.86.8C70.79%2C44.88%2C70.68%2C44.49%2C70.57%2C44.11Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M70.09%2C57.37c-.38.17-.76.37-1.13.58l-.24.13a16.61%2C16.61%2C0%2C0%2C0-3.33%2C2.53l-1.32%2C1.24a2.72%2C2.72%2C0%2C0%2C1%2C0%2C.57l.43-.17a6.94%2C6.94%2C0%2C0%2C0%2C2.83-1.67%2C4.51%2C4.51%2C0%2C0%2C0%2C.49-.66.22.22%2C0%2C0%2C1%2C.3-.08.23.23%2C0%2C0%2C1%2C.11.29%2C4.55%2C4.55%2C0%2C0%2C0-.19%2C2.28%2C10.82%2C10.82%2C0%2C0%2C0%2C1.17.07h.27C69.48%2C61.43%2C69.92%2C58.51%2C70.09%2C57.37Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M75.59%2C57.71a4.44%2C4.44%2C0%2C0%2C0%2C2.32.23l.51-.07c.69-.11%2C1.37-.16%2C2.06-.21l.22%2C0c.41%2C0%2C.84%2C0%2C1.26-.09l-.52-.28c-.35-.2-.71-.38-1.07-.57-.64-.34-1.31-.68-1.94-1.06a5.6%2C5.6%2C0%2C0%2C0-4.16-1%2C.24.24%2C0%2C0%2C1-.28-.16.24.24%2C0%2C0%2C1%2C.15-.28%2C4.07%2C4.07%2C0%2C0%2C0%2C2.49-3.58%2C11.27%2C11.27%2C0%2C0%2C0-1.13.63l-.24.14A11.27%2C11.27%2C0%2C0%2C1%2C74%2C52c-.33.15-.67.31-1%2C.5-.7.38-1.64.9-1.9%2C1.62a.2.2%2C0%2C0%2C1-.14.13%2C7.8%2C7.8%2C0%2C0%2C1-.19%2C2.13A13.94%2C13.94%2C0%2C0%2C0%2C73%2C54a.23.23%2C0%2C0%2C1%2C.27-.18.23.23%2C0%2C0%2C1%2C.18.26%2C10%2C10%2C0%2C0%2C1-2.15%2C2.41c.56-.12%2C1.13-.25%2C1.71-.34a16.63%2C16.63%2C0%2C0%2C1%2C6.41.59.23.23%2C0%2C0%2C1-.07.45h-.07a16.13%2C16.13%2C0%2C0%2C0-6.2-.57c-.69.11-1.39.26-2.06.41l-.09%2C0%2C.07%2C0a9%2C9%2C0%2C0%2C1%2C1.27.8q.49.41%2C1%2C.75a13.73%2C13.73%2C0%2C0%2C1%2C2.2%2C1.94A7.78%2C7.78%2C0%2C0%2C1%2C77%2C63.07a.23.23%2C0%2C0%2C1-.15.29l-.07%2C0a.22.22%2C0%2C0%2C1-.22-.16%2C7.25%2C7.25%2C0%2C0%2C0-1.51-2.35A13%2C13%2C0%2C0%2C0%2C73%2C59c-.31-.24-.63-.48-1-.76a7.34%2C7.34%2C0%2C0%2C0-1.2-.75l-.21-.12A46%2C46%2C0%2C0%2C0%2C70%2C62.48a8.1%2C8.1%2C0%2C0%2C1%2C1.3.07.22.22%2C0%2C0%2C1%2C.18.14.22.22%2C0%2C0%2C1%2C0%2C.22%2C4.3%2C4.3%2C0%2C0%2C1-.38.49%2C6.48%2C6.48%2C0%2C0%2C1-1.16%2C1.08%2C4.68%2C4.68%2C0%2C0%2C0%2C0%2C1.38.23.23%2C0%2C0%2C1-.21.25h0a.23.23%2C0%2C0%2C1-.23-.21%2C6.82%2C6.82%2C0%2C0%2C1%2C0-1.1%2C4.54%2C4.54%2C0%2C0%2C1-.67.3c.07.27.14.53.2.8l.05.28a8.65%2C8.65%2C0%2C0%2C1%2C.83%2C1.14c.17-.43.33-.86.51-1.29s.39-.87.6-1.3.46-1%2C.65-1.43a5.08%2C5.08%2C0%2C0%2C0%2C.42-2.84.22.22%2C0%2C0%2C1%2C.16-.26.22.22%2C0%2C0%2C1%2C.28.14%2C5%2C5%2C0%2C0%2C0%2C.36.73%2C6.88%2C6.88%2C0%2C0%2C0%2C2.48%2C2.15%2C16.11%2C16.11%2C0%2C0%2C1%2C1.36.91l1%2C.77c.37.29.74.6%2C1.12.88a13.57%2C13.57%2C0%2C0%2C0-.54-1.41A14.4%2C14.4%2C0%2C0%2C1%2C77.33%2C62c-.4-1.52-.78-2.94-2-3.89a.23.23%2C0%2C0%2C1-.06-.3A.23.23%2C0%2C0%2C1%2C75.59%2C57.71Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M68.49%2C57.67l.24-.13c.39-.21.77-.41%2C1.18-.59l-1-.46c-.88-.41-1.88-.88-2.4-1.06a8.36%2C8.36%2C0%2C0%2C0-4.72-.28.74.74%2C0%2C0%2C1-.26%2C0%2C.23.23%2C0%2C0%2C1-.23-.23.24.24%2C0%2C0%2C1%2C.23-.23l.15%2C0a8.82%2C8.82%2C0%2C0%2C1%2C5%2C.29c.54.19%2C1.55.66%2C2.44%2C1.08l.79.37a10.37%2C10.37%2C0%2C0%2C0-1.65-2.76.22.22%2C0%2C0%2C1%2C0-.32.25.25%2C0%2C0%2C1%2C.33%2C0%2C10.6%2C10.6%2C0%2C0%2C1%2C1.72%2C2.83%2C12.93%2C12.93%2C0%2C0%2C0%2C.19-1.78v-.15s0%2C0%2C0%2C0a.21.21%2C0%2C0%2C1-.19-.19c-.13-.75-1-1.43-1.57-1.92-.45-.37-.76-.66-1.09-1L67%2C50.59a1.77%2C1.77%2C0%2C0%2C1-.18-.19c-.08-.08-.23-.26-.28-.29l-.44-.17-.64-.25a3.89%2C3.89%2C0%2C0%2C0%2C1.8%2C3.83.23.23%2C0%2C0%2C1%2C.1.3.23.23%2C0%2C0%2C1-.31.11%2C6.59%2C6.59%2C0%2C0%2C0-4.6-.51l-.67.28-.3.86-.51.85a.25.25%2C0%2C0%2C1-.21.11.26.26%2C0%2C0%2C1-.2-.13l-.39-.81-1.37.82c1.12.35%2C2.87.84%2C3.56%2C1l.52.13a4.87%2C4.87%2C0%2C0%2C0%2C2.31.22.23.23%2C0%2C0%2C1%2C.27.15.22.22%2C0%2C0%2C1-.11.28%2C5.11%2C5.11%2C0%2C0%2C0-2%2C2.2c.1.23.2.47.29.72s.28.78.39%2C1.21l1.09-1A16.94%2C16.94%2C0%2C0%2C1%2C68.49%2C57.67Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M59.26%2C57.33a.2.2%2C0%2C0%2C1%2C.1.08l1%2C1.28.05-.35L61%2C56.57l-1.42-.41-1.5-.47a.23.23%2C0%2C0%2C1%2C0-.42l1.84-1.16-1.26-2.77L58.15%2C50l-.32-1.08s0%2C0%2C0-.06v-.55l-.72%2C1%2C0%2C2.3%2C1%2C2.55a.2.2%2C0%2C0%2C1%2C0%2C.11l-.26%2C2.44Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M71.31%2C70.8l-.37-.61%2C0%2C0c-.38-.62-.77-1.25-1.13-1.89L69.65%2C68l0-.07a9.12%2C9.12%2C0%2C0%2C0-1.06-1.53%2C4%2C4%2C0%2C0%2C0-1.83-1.2.24.24%2C0%2C0%2C1-.16-.28.23.23%2C0%2C0%2C1%2C.28-.17%2C3.2%2C3.2%2C0%2C0%2C0%2C1.5-.06%2C5%2C5%2C0%2C0%2C0%2C2.33-1.62l.12-.15c-.43%2C0-.87%2C0-1.3%2C0h-.27c-.52%2C0-1%2C0-1.4-.08l-.35%2C0c-.26%2C0-.53%2C0-.82-.06a3.86%2C3.86%2C0%2C0%2C0-2.45.43.24.24%2C0%2C0%2C1-.29%2C0h0A5.26%2C5.26%2C0%2C0%2C1%2C62.66%2C65a9.51%2C9.51%2C0%2C0%2C0%2C3.14-.88.23.23%2C0%2C0%2C1%2C.3-.13.24.24%2C0%2C0%2C1%2C.12.31c-.18.45-1.65.82-3%2C1.07a13.61%2C13.61%2C0%2C0%2C1%2C2.45.89%2C36.45%2C36.45%2C0%2C0%2C1%2C4.09%2C3.26l.14.13A.24.24%2C0%2C0%2C1%2C70%2C70a.23.23%2C0%2C0%2C1-.17.08.2.2%2C0%2C0%2C1-.15-.06l-.16-.13a32.5%2C32.5%2C0%2C0%2C0-4-3.21%2C15.25%2C15.25%2C0%2C0%2C0-2.59-.92l-.35-.1c.06.09.13.19.19.3a7.65%2C7.65%2C0%2C0%2C1%2C.84%2C1.46%2C14%2C14%2C0%2C0%2C1%2C.92%2C3.81L64.76%2C74a.23.23%2C0%2C0%2C1-.21.25h0A.23.23%2C0%2C0%2C1%2C64.3%2C74L64%2C71.27a13.7%2C13.7%2C0%2C0%2C0-.91-3.69%2C7.92%2C7.92%2C0%2C0%2C0-.78-1.37c-.1-.14-.18-.28-.27-.41-.86%2C1.4-3.88%2C6.25-4.68%2C6.71l-.11%2C0a.26.26%2C0%2C0%2C1-.21-.11.24.24%2C0%2C0%2C1%2C.09-.32c.56-.32%2C3-4.1%2C4.55-6.6l-.46-.1a8.94%2C8.94%2C0%2C0%2C0-1.65-.3l-.7%2C0a7.74%2C7.74%2C0%2C0%2C0-2.54.19l-1.78.43-1.8.43h-.05A.22.22%2C0%2C0%2C1%2C52.5%2C66a.24.24%2C0%2C0%2C1%2C.17-.28l1.79-.43%2C1.79-.43a8.61%2C8.61%2C0%2C0%2C1%2C2.66-.21l.69%2C0a9.52%2C9.52%2C0%2C0%2C1%2C1.75.31l.31.07c-.13-.2-.26-.42-.4-.65A8.48%2C8.48%2C0%2C0%2C0%2C60%2C62.67a34.69%2C34.69%2C0%2C0%2C0-4.55-2.8l-.28-.16a.23.23%2C0%2C1%2C1%2C.24-.4l.27.15a42.51%2C42.51%2C0%2C0%2C1%2C4.63%2C2.86%2C8.53%2C8.53%2C0%2C0%2C1%2C1.3%2C1.82l.06.1c-.09-1.2-.09-3%2C.58-3.6a.24.24%2C0%2C0%2C1%2C.33%2C0%2C.25.25%2C0%2C0%2C1%2C0%2C.33c-.6.57-.51%2C2.65-.38%2C3.85a8%2C8%2C0%2C0%2C0%2C1.23-1.67.78.78%2C0%2C0%2C0%2C.1-.23.21.21%2C0%2C0%2C1%2C0-.2%2C3.92%2C3.92%2C0%2C0%2C0-.37-2.46c-.11-.28-.22-.54-.33-.8l-.12-.27A9.3%2C9.3%2C0%2C0%2C1%2C62.24%2C58c-.13-.4-.28-.8-.43-1.18l-.34-.18a.93.93%2C0%2C0%2C0%2C0%2C.13%2C2%2C2%2C0%2C0%2C1-.1.32%2C3.57%2C3.57%2C0%2C0%2C0-.15%2C3.61.23.23%2C0%2C0%2C1-.07.31.24.24%2C0%2C0%2C1-.32-.06A5.56%2C5.56%2C0%2C0%2C0%2C57%2C59.05c-.73-.13-1.46-.31-2.16-.47s-1.15-.28-1.73-.39l.28.29c.75.76%2C1.77%2C1.79%2C2.15%2C2.26a5.1%2C5.1%2C0%2C0%2C0%2C2.25%2C1.73.23.23%2C0%2C0%2C1%2C.16.26.22.22%2C0%2C0%2C1-.24.19c-1.53-.08-2.75.76-4%2C1.64a13.76%2C13.76%2C0%2C0%2C1-2.15%2C1.29%2C14.07%2C14.07%2C0%2C0%2C0-1.33.72l1.43.06c.4%2C0%2C.81%2C0%2C1.22.05a14.34%2C14.34%2C0%2C0%2C1%2C1.62.2%2C6.87%2C6.87%2C0%2C0%2C0%2C3.28%2C0%2C4.13%2C4.13%2C0%2C0%2C0%2C.75-.32.25.25%2C0%2C0%2C1%2C.31.08.25.25%2C0%2C0%2C1-.05.31c-1.19%2C1-1.58%2C2.39-2%2C3.92-.12.45-.25.92-.4%2C1.37s-.3.86-.46%2C1.29-.27.73-.4%2C1.1c.32-.23.63-.48.93-.73s.7-.57%2C1.07-.84.79-.56%2C1.18-.82c1.31-.87%2C2.55-1.7%2C3.08-3.13A.23.23%2C0%2C0%2C1%2C62%2C69H62a.23.23%2C0%2C0%2C1%2C.16.26%2C5.52%2C5.52%2C0%2C0%2C0-.06.81%2C6.94%2C6.94%2C0%2C0%2C0%2C1%2C3.12c.25.47.5%2C1%2C.71%2C1.46s.29.76.43%2C1.15.33.89.51%2C1.33a12.2%2C12.2%2C0%2C0%2C0%2C.26-1.49%2C13.75%2C13.75%2C0%2C0%2C1%2C.54-2.45c.42-1.51.82-2.93.27-4.35a.24.24%2C0%2C0%2C1%2C.1-.29.23.23%2C0%2C0%2C1%2C.3.07%2C5%2C5%2C0%2C0%2C0%2C2.35%2C1.58%2C23%2C23%2C0%2C0%2C1%2C2.13%2C1l.14.07.94.46c-.15-.25-.29-.5-.43-.72Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M72.45%2C61.48a4.18%2C4.18%2C0%2C0%2C1-.1.67L72.9%2C62A6.12%2C6.12%2C0%2C0%2C1%2C72.45%2C61.48Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M73.94%2C63.11l.17%2C0a8.21%2C8.21%2C0%2C0%2C1-.8-.63l-1.09.21a4%2C4%2C0%2C0%2C1-.17.56A4.77%2C4.77%2C0%2C0%2C0%2C73.94%2C63.11Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M76.72%2C64.83a10.38%2C10.38%2C0%2C0%2C0-2.07%2C1.62A12%2C12%2C0%2C0%2C0%2C72.79%2C69a.26.26%2C0%2C0%2C1-.21.11.23.23%2C0%2C0%2C1-.11%2C0%2C.24.24%2C0%2C0%2C1-.09-.32%2C12.71%2C12.71%2C0%2C0%2C1%2C1.94-2.65%2C11%2C11%2C0%2C0%2C1%2C2-1.6l0%2C0c-.41-.32-.87-.6-1.31-.88l-.53-.33a.21.21%2C0%2C0%2C1%2C0%2C.13%2C2.09%2C2.09%2C0%2C0%2C1-.19.2%2C7.3%2C7.3%2C0%2C0%2C0-1.8%2C3.63%2C15.12%2C15.12%2C0%2C0%2C1-.83%2C2.37c-.06.12-.12.25-.17.38l0%2C.06.28.45.38-.29%2C1.07-.81a14.43%2C14.43%2C0%2C0%2C1%2C1.37-.88A7%2C7%2C0%2C0%2C0%2C77%2C66.43a4.54%2C4.54%2C0%2C0%2C0%2C.37-.73.21.21%2C0%2C0%2C1%2C.22-.14l-.37-.31Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M81.53%2C65.58a.24.24%2C0%2C0%2C1%2C.13-.29.23.23%2C0%2C0%2C1%2C.29.09%2C4.07%2C4.07%2C0%2C0%2C0%2C.48.67%2C7%2C7%2C0%2C0%2C0%2C2.79%2C1.73%2C13.06%2C13.06%2C0%2C0%2C1%2C1.48.68%2C8.63%2C8.63%2C0%2C0%2C0%2C1.86.62c.41.11.83.21%2C1.21.35q-.1-.32-.21-.66A7.35%2C7.35%2C0%2C0%2C0%2C89%2C67.2a12.22%2C12.22%2C0%2C0%2C0-4.41-4.5.23.23%2C0%2C0%2C1-.11-.29.24.24%2C0%2C0%2C1%2C.27-.14A5.07%2C5.07%2C0%2C0%2C0%2C87.52%2C62c.74-.25%2C1.51-.43%2C2.25-.6.4-.09.8-.18%2C1.19-.29-.56-.21-1.14-.4-1.7-.58s-1.4-.47-2.09-.74a5.58%2C5.58%2C0%2C0%2C0-4.26-.37.23.23%2C0%2C0%2C1-.3-.11.23.23%2C0%2C0%2C1%2C.1-.31%2C4%2C4%2C0%2C0%2C0%2C1.87-3.93c-.35.25-.68.53-1%2C.81l-.21.18a12.57%2C12.57%2C0%2C0%2C1-1.18.86L82%2C57c.27.15.54.3.8.46a.23.23%2C0%2C0%2C1%2C.11.25.22.22%2C0%2C0%2C1-.2.18c-.66.09-1.32.13-2%2C.18h-.14a2.63%2C2.63%2C0%2C0%2C0-.93%2C1.33.19.19%2C0%2C0%2C1-.14.16%2C13.46%2C13.46%2C0%2C0%2C1%2C.15%2C2%2C15.6%2C15.6%2C0%2C0%2C1%2C2.16-3.21.23.23%2C0%2C0%2C1%2C.19.42%2C22.44%2C22.44%2C0%2C0%2C0-2%2C3.06c.6-.24%2C1.22-.49%2C1.86-.69A21.46%2C21.46%2C0%2C0%2C1%2C88%2C60.72h.12a.23.23%2C0%2C0%2C1%2C.23.23.23.23%2C0%2C0%2C1-.23.23H88a21.14%2C21.14%2C0%2C0%2C0-5.91.4c-.63.19-1.24.44-1.83.68l-.22.09.21.07a8.79%2C8.79%2C0%2C0%2C1%2C1.55.63l1.22.66A9.16%2C9.16%2C0%2C0%2C1%2C85.09%2C65a13.44%2C13.44%2C0%2C0%2C0%2C1.21%2C1c.42.34.84.69%2C1.17%2C1a.22.22%2C0%2C0%2C1%2C0%2C.32.23.23%2C0%2C0%2C1-.17.07.27.27%2C0%2C0%2C1-.16-.06%2C14.77%2C14.77%2C0%2C0%2C0-1.13-1%2C16%2C16%2C0%2C0%2C1-1.25-1.08%2C8.48%2C8.48%2C0%2C0%2C0-2-1.24l-1.24-.67a8.22%2C8.22%2C0%2C0%2C0-1.46-.59l-.33-.11c.2%2C1.43.85%2C6.5.53%2C8.18a.23.23%2C0%2C0%2C1-.22.19h0a.23.23%2C0%2C0%2C1-.18-.27c.3-1.61-.35-6.68-.54-8.06a11.47%2C11.47%2C0%2C0%2C0-1%2C.72c.08.22.15.45.25.66a16.67%2C16.67%2C0%2C0%2C1%2C.76%2C2.13.24.24%2C0%2C0%2C1-.09.26.21.21%2C0%2C0%2C1-.26%2C0c-.38-.26-.75-.54-1.11-.82a.31.31%2C0%2C0%2C1%2C0%2C.1c-.31%2C1.49.31%2C2.85%2C1%2C4.28.19.43.4.87.57%2C1.32s.32.85.47%2C1.28.26.74.4%2C1.1c.09-.38.16-.77.24-1.14s.18-.9.29-1.34.25-.93.38-1.38C81.62%2C68.45%2C82.05%2C67%2C81.53%2C65.58Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M78.56%2C62.31l-.71-.19c.08.31.17.63.26.94.29-.22.58-.44.87-.63Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M77.34%2C59.6l1.87%2C2.17a12.72%2C12.72%2C0%2C0%2C0-.15-2.06v0a.23.23%2C0%2C0%2C1-.23-.16%2C2.42%2C2.42%2C0%2C0%2C0-1-1.1%2C5.81%2C5.81%2C0%2C0%2C1-1.57%2C0%2C5.65%2C5.65%2C0%2C0%2C1%2C.7%2C1.18A.24.24%2C0%2C0%2C1%2C77.34%2C59.6Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M77.3%2C60.26c.15.44.29.89.41%2C1.35.33.07.66.17%2C1%2C.26Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M84.92%2C56.41l-.39%2C1.4%2C0%2C.07-.53.71H84l2.58-1.8s0%2C0%2C.08%2C0l3.1-.66.24-.32-.42-.21%2C0%2C0-1-.88-1.45.19a.27.27%2C0%2C0%2C1-.18-.05.23.23%2C0%2C0%2C1-.08-.17l-.13-5.88-.58-.09-.42.36-.42%2C1.08a6.69%2C6.69%2C0%2C0%2C1%2C.46%2C1.35c0%2C.15.2%2C2.37.34%2C3.82a.28.28%2C0%2C0%2C1-.08.2Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M95%2C69.76l.55-1.18L94.12%2C69l-1.66%2C1.54a.24.24%2C0%2C0%2C1-.11.06L89%2C71.28a.25.25%2C0%2C0%2C1-.15%2C0l-1.73-.87L84.35%2C69a.22.22%2C0%2C0%2C1-.12-.18l-.13-1.09-1.19-.72.21%2C1.54%2C2%2C1.76a.23.23%2C0%2C0%2C1%2C.07.25.23.23%2C0%2C0%2C1-.21.15l-1.21.07-1.56-.15a.2.2%2C0%2C0%2C1-.15-.06l-.45-.46-.22.68-.09.44.95.53%2C4.36-.12h.09l2.55%2C1%2C4-1.15%2C1.58-.79Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M101.26%2C65.1c1.16-.51%2C3.24-1.32%2C4.13-1.16a.23.23%2C0%2C0%2C1%2C.19.27.24.24%2C0%2C0%2C1-.27.18c-.75-.15-2.74.63-4%2C1.18l.15%2C0a7.1%2C7.1%2C0%2C0%2C1%2C1.8.66A39%2C39%2C0%2C0%2C1%2C107.59%2C70l.3.28a.24.24%2C0%2C0%2C1%2C0%2C.33.23.23%2C0%2C0%2C1-.17.08.25.25%2C0%2C0%2C1-.15%2C0l-.33-.3a39.47%2C39.47%2C0%2C0%2C0-4.22-3.62%2C6.53%2C6.53%2C0%2C0%2C0-1.69-.61L101%2C66l.28.37a5.94%2C5.94%2C0%2C0%2C1%2C.83%2C1.29%2C17.11%2C17.11%2C0%2C0%2C1%2C.89%2C4.21l.29%2C2.73a.23.23%2C0%2C0%2C1-.21.25h0a.23.23%2C0%2C0%2C1-.23-.21l-.29-2.73a16.54%2C16.54%2C0%2C0%2C0-.87-4.09%2C5.47%2C5.47%2C0%2C0%2C0-.76-1.17c-.15-.2-.29-.39-.41-.57-.88%2C1-4.46%2C5.1-4.92%2C7a.23.23%2C0%2C0%2C1-.22.17h-.06a.24.24%2C0%2C0%2C1-.17-.28c.52-2.17%2C4.56-6.7%2C5.16-7.36l-.08-.11-.44.31a.24.24%2C0%2C0%2C1-.26%2C0l-.72%2C0h-.25c-.44%2C0-.84%2C0-1.22-.07a7.83%2C7.83%2C0%2C0%2C0-2.55.08l-1.74.41-1.74.41h-.06a.22.22%2C0%2C0%2C1-.22-.18.24.24%2C0%2C0%2C1%2C.17-.28L93%2C65.73l1.75-.41a8.44%2C8.44%2C0%2C0%2C1%2C2.69-.09l1.19.07h.25l.69%2C0c.06-.19.12-.4.2-.61a5.21%2C5.21%2C0%2C0%2C1-.31-.58%2C3.39%2C3.39%2C0%2C0%2C0-.56-.92%2C42.48%2C42.48%2C0%2C0%2C0-5-3.19l-.15-.09a.23.23%2C0%2C0%2C1-.08-.32.24.24%2C0%2C0%2C1%2C.32-.07l.15.09a46.5%2C46.5%2C0%2C0%2C1%2C5.05%2C3.23%2C3.32%2C3.32%2C0%2C0%2C1%2C.67%2C1.07l.11.21c.09-.24.19-.49.3-.73%2C0%2C0%2C0-.1%2C0-.14a17.65%2C17.65%2C0%2C0%2C0%2C.08-3.3.23.23%2C0%2C1%2C1%2C.4-.22%2C5.72%2C5.72%2C0%2C0%2C1%2C.09%2C1.9c.05-.18.11-.36.16-.54.1-.36.2-.72.31-1.07l-.21-.48a13.06%2C13.06%2C0%2C0%2C1-.56-1.35l0-.16c0-.16-.11-.32-.16-.49h0l-.7-.1a3.83%2C3.83%2C0%2C0%2C0-.05%2C3.6.23.23%2C0%2C0%2C1-.39.25%2C5.53%2C5.53%2C0%2C0%2C0-3.83-1.91c-.73-.14-1.46-.31-2.16-.47s-1.17-.27-1.76-.39c.28.29.58.58.86.86.55.54%2C1.11%2C1.09%2C1.61%2C1.69a5%2C5%2C0%2C0%2C0%2C2.25%2C1.72.23.23%2C0%2C0%2C1%2C.16.26.22.22%2C0%2C0%2C1-.24.19c-1.66-.08-3.33.92-5%2C1.88-.71.41-1.38.8-2%2C1.1l-.15.07c.07.12.16.26.24.37s.17.26.27.42l.18.3c0%2C.08.28.08.55.09l.7%2C0a16.47%2C16.47%2C0%2C0%2C0%2C5.26-.3%2C4.13%2C4.13%2C0%2C0%2C0%2C.75-.32.23.23%2C0%2C0%2C1%2C.3.08.21.21%2C0%2C0%2C1%2C0%2C.3c-1.18%2C1-1.57%2C2.41-2%2C3.93-.12.46-.25.93-.39%2C1.38s-.3.86-.46%2C1.29-.27.73-.39%2C1.11l.92-.74%2C1.06-.85%2C1.18-.82c1.31-.88%2C2.55-1.7%2C3.07-3.14a.25.25%2C0%2C0%2C1%2C.22-.15h.06a.24.24%2C0%2C0%2C1%2C.17.26%2C4.53%2C4.53%2C0%2C0%2C0-.06.82%2C6.92%2C6.92%2C0%2C0%2C0%2C1.06%2C3.11c.25.47.5%2C1%2C.71%2C1.47s.3.76.44%2C1.14.33.89.51%2C1.33a10.53%2C10.53%2C0%2C0%2C0%2C.25-1.49%2C14.44%2C14.44%2C0%2C0%2C1%2C.53-2.45c.42-1.51.82-2.93.26-4.35a.23.23%2C0%2C0%2C1%2C.1-.29.22.22%2C0%2C0%2C1%2C.3.07%2C5.17%2C5.17%2C0%2C0%2C0%2C2.36%2C1.57%2C21.47%2C21.47%2C0%2C0%2C1%2C2.12%2C1c.36.18.72.36%2C1.1.53-.31-.52-.63-1-.94-1.53s-.79-1.25-1.15-1.9a5.55%2C5.55%2C0%2C0%2C0-3.06-3%2C.23.23%2C0%2C0%2C1-.16-.28.24.24%2C0%2C0%2C1%2C.28-.17%2C3.31%2C3.31%2C0%2C0%2C0%2C2.41-.46l-.16-.36q-.26-.53-.48-1.05l-.83-.07c-.37%2C0-.74-.07-1.13-.08a6.77%2C6.77%2C0%2C0%2C0-1.77.12%2C9.8%2C9.8%2C0%2C0%2C0-.82.55l-.6.47s0%2C0%2C0%2C.07Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M116.13%2C53.61a5.55%2C5.55%2C0%2C0%2C0-4.27-.32.23.23%2C0%2C0%2C1-.3-.11.24.24%2C0%2C0%2C1%2C.1-.31%2C4.06%2C4.06%2C0%2C0%2C0%2C1.84-3.95c-.35.25-.68.54-1%2C.82l-.21.18a14%2C14%2C0%2C0%2C1-1.16.87l0%2C.05%2C0%2C.07c-.19.4-.36.82-.54%2C1.23-.24.57-.5%2C1.17-.79%2C1.74a.26.26%2C0%2C0%2C1-.23.12.23.23%2C0%2C0%2C1-.2-.18c-.09-.43-.16-.85-.22-1.31a1.91%2C1.91%2C0%2C0%2C0-.44.86.23.23%2C0%2C0%2C1-.21.19h0a6.43%2C6.43%2C0%2C0%2C1%2C.2%2C2.11A9.52%2C9.52%2C0%2C0%2C0%2C110.35%2C53a.22.22%2C0%2C0%2C1%2C.14-.29.22.22%2C0%2C0%2C1%2C.29.15c.16.46-.7%2C1.7-1.54%2C2.76a13.12%2C13.12%2C0%2C0%2C1%2C2.43-.93%2C34.44%2C34.44%2C0%2C0%2C1%2C5.12-.23h.3a.23.23%2C0%2C0%2C1%2C.23.23.22.22%2C0%2C0%2C1-.22.23h-.32a34.87%2C34.87%2C0%2C0%2C0-5%2C.22%2C15.32%2C15.32%2C0%2C0%2C0-2.54%2C1l-.35.15.35.1a9.06%2C9.06%2C0%2C0%2C1%2C1.58.56%2C14.42%2C14.42%2C0%2C0%2C1%2C3.2%2C2.26L116%2C61a.23.23%2C0%2C0%2C1%2C0%2C.32.25.25%2C0%2C0%2C1-.17.08.2.2%2C0%2C0%2C1-.16-.07l-2-1.87a14%2C14%2C0%2C0%2C0-3.11-2.2%2C8.87%2C8.87%2C0%2C0%2C0-1.49-.51l-.47-.14c.27%2C1.62%2C1.18%2C7.27.88%2C8.14a.24.24%2C0%2C0%2C1-.22.16h-.08a.24.24%2C0%2C0%2C1-.14-.3c.21-.61-.42-5.07-.91-8l-.41.22a9.27%2C9.27%2C0%2C0%2C0-1.44.86l-.54.44A7.7%2C7.7%2C0%2C0%2C0%2C104%2C60l-1%2C1.47c-.4.58-.81%2C1.16-1.08%2C1.53a.23.23%2C0%2C0%2C1-.19.1.24.24%2C0%2C0%2C1-.13%2C0%2C.22.22%2C0%2C0%2C1%2C0-.32l1.08-1.52c.39-.56.78-1.12%2C1-1.49a8.19%2C8.19%2C0%2C0%2C1%2C1.87-1.89l.54-.44a9.25%2C9.25%2C0%2C0%2C1%2C1.52-.91l.28-.15c-.23-.07-.48-.14-.73-.23a8%2C8%2C0%2C0%2C0-2-.49h0a35.48%2C35.48%2C0%2C0%2C0-5.25.87l-.32.07h0a.22.22%2C0%2C0%2C1-.22-.19.23.23%2C0%2C0%2C1%2C.19-.27l.29-.06a41.46%2C41.46%2C0%2C0%2C1%2C5.35-.88h0a8.07%2C8.07%2C0%2C0%2C1%2C2.18.51l.48.15a25.29%2C25.29%2C0%2C0%2C0-2.38-3.06.22.22%2C0%2C0%2C1-.13-.3.24.24%2C0%2C0%2C1%2C.3-.13%2C19.06%2C19.06%2C0%2C0%2C1%2C2.61%2C3.25%2C13.53%2C13.53%2C0%2C0%2C0-.13-1.85c0-.13-.06-.23-.11-.23s0%2C0-.06-.07a3%2C3%2C0%2C0%2C0-1.4-1.36v.08a.23.23%2C0%2C0%2C1-.17.21.22.22%2C0%2C0%2C1-.25-.08c-.18-.23-.35-.48-.51-.73l-.53-.25a12.64%2C12.64%2C0%2C0%2C1-1.3-.69l-.24-.14a12.53%2C12.53%2C0%2C0%2C0-1.12-.65%2C4.07%2C4.07%2C0%2C0%2C0%2C2.44%2C3.61.23.23%2C0%2C0%2C1-.13.44%2C5.6%2C5.6%2C0%2C0%2C0-4.17%2C1c-.64.37-1.3.71-2%2C1s-1.07.55-1.6.84l1.24.11c.47%2C0%2C.93.07%2C1.4.12l.9.13.14%2C0a4.74%2C4.74%2C0%2C0%2C0%2C2.69-.16.23.23%2C0%2C0%2C1%2C.23.4%2C5.31%2C5.31%2C0%2C0%2C0-1.69%2C2.72c-.12.38-.22.76-.33%2C1.14a14.48%2C14.48%2C0%2C0%2C1-.8%2C2.38%2C10.42%2C10.42%2C0%2C0%2C0-.55%2C1.4s0-.05%2C0-.07h.07l1-.79%2C1-.76a10.47%2C10.47%2C0%2C0%2C1%2C.89-.59l.47-.3a6.9%2C6.9%2C0%2C0%2C0%2C2.51-2.12%2C4.17%2C4.17%2C0%2C0%2C0%2C.37-.73.24.24%2C0%2C0%2C1%2C.22-.15h.06a.22.22%2C0%2C0%2C1%2C.16.27%2C5.51%2C5.51%2C0%2C0%2C0%2C.51%2C3.14c.17.39.35.78.53%2C1.18l.26.54c.11.24.21.48.31.72.17.42.33.85.48%2C1.27s.27.74.41%2C1.11c.09-.39.16-.77.23-1.15s.17-.9.28-1.34.24-.93.37-1.39c.43-1.51.85-3%2C.32-4.38a.23.23%2C0%2C0%2C1%2C.12-.29.24.24%2C0%2C0%2C1%2C.3.09%2C3.83%2C3.83%2C0%2C0%2C0%2C.48.66%2C6.86%2C6.86%2C0%2C0%2C0%2C2.81%2C1.7%2C16.14%2C16.14%2C0%2C0%2C1%2C1.49.66c.36.19.72.39%2C1.07.6l1.25.68a11.39%2C11.39%2C0%2C0%2C0-.77-1.3%2C14.71%2C14.71%2C0%2C0%2C1-1.17-2.22c-.65-1.42-1.27-2.76-2.61-3.49a.24.24%2C0%2C0%2C1-.11-.29.23.23%2C0%2C0%2C1%2C.27-.14%2C5%2C5%2C0%2C0%2C0%2C2.82-.32c.74-.26%2C1.5-.44%2C2.24-.62l1.19-.3q-.85-.3-1.71-.57C117.54%2C54.1%2C116.83%2C53.87%2C116.13%2C53.61Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M115.34%2C48.4l-.92-.64-1.09-1%2C0%2C0-.3-.52-.08.82-.25.73.32%2C1%2C.59-.43a.24.24%2C0%2C0%2C1%2C.14%2C0%2C.19.19%2C0%2C0%2C1%2C.1%2C0%2C.23.23%2C0%2C0%2C1%2C.13.2v.89l-.13%2C1.17-.41%2C1.19s0%2C0%2C0%2C.06l-.58.76.12%2C0h1l1-.75-.14-2.88a.23.23%2C0%2C0%2C1%2C.1-.2Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M105.79%2C44a3.11%2C3.11%2C0%2C0%2C1%2C.21.5l.39-.31A3.82%2C3.82%2C0%2C0%2C1%2C105.79%2C44Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M109.45%2C42.17c.41-.2.8-.39%2C1.22-.55l-.39-.2a7.21%2C7.21%2C0%2C0%2C0-1.65-.71%2C18.55%2C18.55%2C0%2C0%2C0-2.81-.22l.4.25c.34.21.65.44%2C1%2C.65a10.81%2C10.81%2C0%2C0%2C0%2C1.17.78l.23.14.28.16.36-.18Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M111.46%2C41l1.35-1.35-.16-.21-.61-.84a1.06%2C1.06%2C0%2C0%2C0-.11.21.22.22%2C0%2C0%2C1-.18.12v0Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M121.12%2C41.82c-.63-.36-1.28-.74-1.9-1.14a5.57%2C5.57%2C0%2C0%2C0-4.1-1.22.24.24%2C0%2C0%2C1-.27-.17A.23.23%2C0%2C0%2C1%2C115%2C39a4.07%2C4.07%2C0%2C0%2C0%2C2.63-3.47c-.39.17-.78.38-1.16.58l-.24.13a13.7%2C13.7%2C0%2C0%2C1-1.31.61c-.31.12-.63.25-1%2C.41%2C0%2C.11%2C0%2C.22%2C0%2C.33%2C0%2C.45.06.9.1%2C1.34%2C0%2C.62.11%2C1.27.12%2C1.91a.28.28%2C0%2C0%2C1%2C0%2C.13%2C51%2C51%2C0%2C0%2C1%2C5.17%2C1.21l.41.11a.23.23%2C0%2C0%2C1%2C.18.28.22.22%2C0%2C0%2C1-.22.18h0l-.44-.12a40%2C40%2C0%2C0%2C0-5.41-1.23%2C7.41%2C7.41%2C0%2C0%2C0-1.78.25l-.43.09c.36.26.69.54%2C1%2C.84L113%2C43a15.91%2C15.91%2C0%2C0%2C1%2C2.78%2C2.92c.25.37.53.75.81%2C1.13s.56.76.82%2C1.14a.23.23%2C0%2C0%2C1-.07.32.2.2%2C0%2C0%2C1-.13%2C0%2C.23.23%2C0%2C0%2C1-.19-.1c-.25-.38-.53-.75-.8-1.13s-.57-.76-.83-1.15a15.21%2C15.21%2C0%2C0%2C0-2.7-2.82l-.41-.37a11.11%2C11.11%2C0%2C0%2C0-1-.83l-1.08%2C8a.23.23%2C0%2C0%2C1-.23.2h0a.23.23%2C0%2C0%2C1-.2-.26L110.85%2C42c-.4.16-.79.34-1.19.54l-.24.12-.1%2C0c.25.16.5.33.73.51a.24.24%2C0%2C0%2C1%2C.09.21.22.22%2C0%2C0%2C1-.14.18%2C5.83%2C5.83%2C0%2C0%2C1-3%2C.59c-.28.22-.57.45-.85.69a7.79%2C7.79%2C0%2C0%2C1%2C.2%2C1.26%2C4.82%2C4.82%2C0%2C0%2C0%2C1.59-1%2C4.35%2C4.35%2C0%2C0%2C0%2C.52-.63.23.23%2C0%2C0%2C1%2C.19-.11.2.2%2C0%2C0%2C1%2C.11%2C0%2C.23.23%2C0%2C0%2C1%2C.1.3c-.6%2C1.4-.26%2C2.85.09%2C4.39.11.46.22.93.3%2C1.4s.13.89.19%2C1.33l0%2C.12c0%2C.37.1.72.16%2C1.07.16-.36.31-.73.47-1.08s.35-.84.54-1.25l.08-.16c.18-.37.38-.74.58-1.11.75-1.39%2C1.46-2.7%2C1.25-4.22a.23.23%2C0%2C0%2C1%2C.45-.1%2C4.08%2C4.08%2C0%2C0%2C0%2C.33.74%2C6.74%2C6.74%2C0%2C0%2C0%2C2.39%2C2.26c.43.3.89.61%2C1.31%2C1l.92.81c.35.31.71.63%2C1.08.94a11.05%2C11.05%2C0%2C0%2C0-.48-1.44%2C14.65%2C14.65%2C0%2C0%2C1-.68-2.41c-.33-1.53-.65-3-1.8-4a.23.23%2C0%2C0%2C1%2C.25-.39%2C5.07%2C5.07%2C0%2C0%2C0%2C2.82.29c.78-.09%2C1.57-.11%2C2.33-.13l1.22%2C0C122.16%2C42.42%2C121.63%2C42.12%2C121.12%2C41.82Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M104.91%2C40a22.88%2C22.88%2C0%2C0%2C1%2C3.83.25%2C7.87%2C7.87%2C0%2C0%2C1%2C1.76.76h0l-1.17-2.12a.23.23%2C0%2C1%2C1%2C.4-.22L111%2C41l.3-2h0a.23.23%2C0%2C0%2C1-.18-.19c-.09-.76-.89-1.48-1.48-2-.3-.27-.6-.5-.89-.72s-.35-.27-.52-.42A12.19%2C12.19%2C0%2C0%2C1%2C107.05%2C37a3.17%2C3.17%2C0%2C0%2C0%2C1.06%2C1.09.23.23%2C0%2C0%2C1%2C.08.31.22.22%2C0%2C0%2C1-.3.09%2C4.1%2C4.1%2C0%2C0%2C0-1.8-.39l-.09.12c-.24.31-.48.64-.71%2C1l-.58.78.18.07Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M113.77%2C41c-.24-.29-.46-.59-.68-.89L112%2C41.21A7.76%2C7.76%2C0%2C0%2C1%2C113.77%2C41Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M101%2C40.18s0%2C.11%2C0%2C.16a11.69%2C11.69%2C0%2C0%2C0%2C1.77-3%2C.23.23%2C0%2C0%2C1%2C.46%2C0%2C10.77%2C10.77%2C0%2C0%2C1-1.72%2C3.08%2C6.84%2C6.84%2C0%2C0%2C1%2C1.67-.68.24.24%2C0%2C0%2C1%2C.07-.24%2C1.37%2C1.37%2C0%2C0%2C0%2C.39-.48l0-.13a3%2C3%2C0%2C0%2C1%2C.05-.42c0-.06%2C0-.12%2C0-.19v-.11a16.47%2C16.47%2C0%2C0%2C0%2C.09-2.11%2C14%2C14%2C0%2C0%2C1%2C.12-2.43%2C3.7%2C3.7%2C0%2C0%2C0-1.71%2C3%2C.24.24%2C0%2C0%2C1-.47%2C0%2C5.24%2C5.24%2C0%2C0%2C0-2.06-3.36l-1.12.2c.43.9%2C1.76%2C3.75%2C2.11%2C4.82A7.29%2C7.29%2C0%2C0%2C1%2C101%2C40.18Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M105.11%2C43a4.09%2C4.09%2C0%2C0%2C0%2C4.34.42%2C12.69%2C12.69%2C0%2C0%2C0-1.11-.68l-.24-.14a12.5%2C12.5%2C0%2C0%2C1-1.2-.8c-.3-.22-.59-.43-.92-.64a6.52%2C6.52%2C0%2C0%2C0-1.56-.79l-.06.07c-.12.16-.24.33-.37.48a.22.22%2C0%2C0%2C1-.26.07.24.24%2C0%2C0%2C1-.15-.22c0-.16%2C0-.32%2C0-.48a.23.23%2C0%2C0%2C1-.17-.08.25.25%2C0%2C0%2C1-.15%2C0%2C8.68%2C8.68%2C0%2C0%2C0-1.65.71%2C12.86%2C12.86%2C0%2C0%2C1%2C4.35%2C1%2C.24.24%2C0%2C0%2C1%2C.08.32.24.24%2C0%2C0%2C1-.2.11.27.27%2C0%2C0%2C1-.12%2C0%2C13%2C13%2C0%2C0%2C0-4.21-.92l.43.4a8.18%2C8.18%2C0%2C0%2C1%2C1.57%2C1.66%2C37.1%2C37.1%2C0%2C0%2C1%2C2%2C5.06l.06.18a.24.24%2C0%2C0%2C1-.14.3h-.08a.25.25%2C0%2C0%2C1-.22-.15l-.06-.19a34.58%2C34.58%2C0%2C0%2C0-1.91-5%2C8%2C8%2C0%2C0%2C0-1.48-1.55l-.61-.56c0%2C.29%2C0%2C.59.06.9s.05.59.06.85a6.51%2C6.51%2C0%2C0%2C1-.87%2C3.31l-.22.48c-.19.42-.47.92-.74%2C1.4s-.53%2C1-.71%2C1.38a.25.25%2C0%2C0%2C1-.22.13.15.15%2C0%2C0%2C1-.09%2C0%2C.23.23%2C0%2C0%2C1-.12-.3c.2-.43.47-.93.74-1.41s.53-1%2C.72-1.38l.22-.48a6.1%2C6.1%2C0%2C0%2C0%2C.83-3.09c0-.26%2C0-.54-.06-.83s-.06-.74-.06-1.09c-1.22.41-5.92%2C2-7.41%2C3.31a.2.2%2C0%2C0%2C1-.15.06.23.23%2C0%2C0%2C1-.15-.41C94.41%2C43%2C99%2C41.43%2C100.35%2C41l-.27-.26a10.14%2C10.14%2C0%2C0%2C0-1.26-1.07l-.69-.44a11.18%2C11.18%2C0%2C0%2C0-2.78-1.45c-.43-.14-.86-.24-1.28-.34a13.31%2C13.31%2C0%2C0%2C1-1.31-.34.23.23%2C0%2C0%2C1-.15-.29.23.23%2C0%2C0%2C1%2C.29-.15%2C12%2C12%2C0%2C0%2C0%2C1.28.33c.42.1.86.21%2C1.31.35a11.49%2C11.49%2C0%2C0%2C1%2C2.89%2C1.5l.68.43a9.57%2C9.57%2C0%2C0%2C1%2C1.34%2C1.14l.2.19c0-.12%2C0-.25%2C0-.37a6.83%2C6.83%2C0%2C0%2C0-.25-1.78c-.36-1.1-1.83-4.22-2.16-4.89H98.1a.23.23%2C0%2C0%2C1-.24-.13.23.23%2C0%2C0%2C1%2C0-.26c.24-.26.5-.52.83-.83l-.84-.79c-.43-.41-.88-.84-1.34-1.24.1.39.2.79.31%2C1.18a21.36%2C21.36%2C0%2C0%2C1%2C.52%2C2.27%2C5.14%2C5.14%2C0%2C0%2C0%2C1.07%2C2.63.23.23%2C0%2C0%2C1%2C0%2C.3.22.22%2C0%2C0%2C1-.3%2C0c-1.29-.83-2.76-.72-4.32-.62a14%2C14%2C0%2C0%2C1-2.51%2C0%2C12.77%2C12.77%2C0%2C0%2C0-1.51-.05c.39.27.8.52%2C1.2.77s.69.43%2C1%2C.66a14.34%2C14.34%2C0%2C0%2C1%2C1.3%2C1%2C7%2C7%2C0%2C0%2C0%2C2.83%2C1.66%2C4.48%2C4.48%2C0%2C0%2C0%2C.81.1.23.23%2C0%2C0%2C1%2C.22.22.22.22%2C0%2C0%2C1-.19.24C95.5%2C41%2C94.44%2C42%2C93.32%2C43.1c-.34.33-.68.68-1%2C1s-.69.59-1%2C.88-.61.49-.91.75l1.16-.16c.46-.07.91-.14%2C1.36-.19s1-.08%2C1.43-.11c1.57-.09%2C3.06-.17%2C4.24-1.15a.3.3%2C0%2C0%2C1%2C.15%2C0%2C.2.2%2C0%2C0%2C1%2C.16.07.23.23%2C0%2C0%2C1%2C0%2C.31%2C5.06%2C5.06%2C0%2C0%2C0-.47.67%2C7.06%2C7.06%2C0%2C0%2C0-.67%2C3.22A14.93%2C14.93%2C0%2C0%2C1%2C97.58%2C50c-.06.41-.13.81-.2%2C1.21s-.17.93-.23%2C1.41a13.54%2C13.54%2C0%2C0%2C0%2C1-1.16%2C14.15%2C14.15%2C0%2C0%2C1%2C1.7-1.84c.34-.33.68-.66%2C1-1A5%2C5%2C0%2C0%2C0%2C102.25%2C46a.24.24%2C0%2C0%2C1%2C.24-.19.23.23%2C0%2C0%2C1%2C.22.2%2C3.8%2C3.8%2C0%2C0%2C0%2C.6%2C1.63%2C7.4%2C7.4%2C0%2C0%2C0%2C.63.92c.5.62.93%2C1.29%2C1.35%2C1.93.17.27.35.54.53.81l.12.18c0-.59%2C0-1.19%2C0-1.78s0-1.48%2C0-2.22c0-.29%2C0-.59%2C0-.89a4.68%2C4.68%2C0%2C0%2C0-1.1-3.25.22.22%2C0%2C0%2C1%2C0-.32A.23.23%2C0%2C0%2C1%2C105.11%2C43Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M109.62%2C28.44c.23-1.63.68-3.92%2C1.45-4.06a.24.24%2C0%2C0%2C1%2C.27.19.23.23%2C0%2C0%2C1-.19.27c-.34.06-.82%2C1.82-1.1%2C3.91l.36-.32A9.8%2C9.8%2C0%2C0%2C1%2C112.26%2C27a16.52%2C16.52%2C0%2C0%2C1%2C5.25-1.68h0a.24.24%2C0%2C0%2C1%2C.23.22.23.23%2C0%2C0%2C1-.23.24%2C16.38%2C16.38%2C0%2C0%2C0-5.06%2C1.64%2C9.14%2C9.14%2C0%2C0%2C0-1.74%2C1.37l-.5.45h.39a9.51%2C9.51%2C0%2C0%2C1%2C1.78.13%2C16%2C16%2C0%2C0%2C1%2C3.88%2C1.51%2C15.49%2C15.49%2C0%2C0%2C1%2C2.31%2C1.6.23.23%2C0%2C0%2C1%2C0%2C.32.24.24%2C0%2C0%2C1-.18.09.21.21%2C0%2C0%2C1-.15-.05%2C15.69%2C15.69%2C0%2C0%2C0-2.23-1.56%2C16.11%2C16.11%2C0%2C0%2C0-3.78-1.46%2C9.18%2C9.18%2C0%2C0%2C0-1.68-.12l-.5%2C0c.63%2C1.38%2C2.86%2C6.4%2C2.83%2C7.73a.23.23%2C0%2C0%2C1-.23.23h0a.23.23%2C0%2C0%2C1-.22-.24c0-1.1-1.89-5.54-2.8-7.54-.29.34-.56.69-.83%2C1.07l-.14.2a16.52%2C16.52%2C0%2C0%2C0-1.91%2C3.73l-1%2C2.56a.25.25%2C0%2C0%2C1-.22.15l-.08%2C0a.24.24%2C0%2C0%2C1-.14-.3l1-2.56a17.71%2C17.71%2C0%2C0%2C1%2C2-3.83l.15-.2c.26-.37.52-.72.81-1.06l-.37%2C0a12.82%2C12.82%2C0%2C0%2C0-1.86.13c-3.18.55-5.38%2C1.58-5.94%2C2.13a.22.22%2C0%2C0%2C1-.32%2C0%2C.24.24%2C0%2C0%2C1%2C0-.33c.69-.69%2C3.1-1.72%2C6.18-2.25a14.06%2C14.06%2C0%2C0%2C1%2C1.93-.15h.17c-1-.85-3.24-2.59-5.09-2.72a.23.23%2C0%2C0%2C1-.21-.25A.21.21%2C0%2C0%2C1%2C104%2C26c1.91.13%2C4.11%2C1.78%2C5.2%2C2.69l-.63-1.74h0a.25.25%2C0%2C0%2C1-.25-.09A4.78%2C4.78%2C0%2C0%2C0%2C106%2C25.36c-.54-.15-1.09-.25-2-.41-.2%2C0-1-.07-1.45-.09l0%2C1a.25.25%2C0%2C0%2C1-.12.19.22.22%2C0%2C0%2C1-.22%2C0l-.38-.19a2.89%2C2.89%2C0%2C0%2C0%2C2.93%2C1.95.23.23%2C0%2C0%2C1%2C0%2C.46%2C3.37%2C3.37%2C0%2C0%2C0-2.52%2C1.08l-.2.17c-.1.1-.23.26-.36.41s-.2.25-.29.34l-.63.65c-.51.53-1%2C1-1.58%2C1.59l-.5.48%2C1.06-.2.12%2C0c.75-.15%2C1.53-.31%2C2.31-.39a5.06%2C5.06%2C0%2C0%2C0%2C2.69-.9.23.23%2C0%2C0%2C1%2C.3%2C0%2C.23.23%2C0%2C0%2C1%2C0%2C.31%2C4.07%2C4.07%2C0%2C0%2C0-.66%2C1.41%2C11.1%2C11.1%2C0%2C0%2C0-.23%2C2.86%2C17.66%2C17.66%2C0%2C0%2C1-.09%2C2.18v.1l0%2C.22c0%2C.13%2C0%2C.26%2C0%2C.38l0%2C.18c0%2C.31-.06.61-.08.91h0l.07-.1c.27-.34.52-.69.77-1l.72-1a.69.69%2C0%2C0%2C1%2C.11-.13l.06-.08c.22-.28.47-.56.8-.92l.06-.06a12.26%2C12.26%2C0%2C0%2C0%2C1.33-1.6%2C4.52%2C4.52%2C0%2C0%2C0%2C.54-1.17%2C4.36%2C4.36%2C0%2C0%2C0%2C.16-.8.23.23%2C0%2C0%2C1%2C.23-.21h0a.24.24%2C0%2C0%2C1%2C.23.22c.13%2C1.52%2C1.11%2C2.64%2C2.14%2C3.83.31.36.63.73.93%2C1.1s.54.73.81%2C1.1.45.63.69.95c0-.4-.06-.79-.09-1.18s-.08-.9-.1-1.36c0-.12%2C0-.25%2C0-.37v-1c0-1.58%2C0-3.08-.88-4.32a.22.22%2C0%2C0%2C1%2C0-.3.23.23%2C0%2C0%2C1%2C.31%2C0%2C4.56%2C4.56%2C0%2C0%2C0%2C.65.51%2C6.88%2C6.88%2C0%2C0%2C0%2C3.16.86%2C15.45%2C15.45%2C0%2C0%2C1%2C1.62.24c.39.08.79.18%2C1.19.28l1.39.32a12.16%2C12.16%2C0%2C0%2C0-1.1-1%2C14.81%2C14.81%2C0%2C0%2C1-1.73-1.81c-1-1.19-2-2.32-3.46-2.66a.23.23%2C0%2C0%2C1-.18-.24.24.24%2C0%2C0%2C1%2C.23-.21%2C5.08%2C5.08%2C0%2C0%2C0%2C2.62-1.07%2C21.55%2C21.55%2C0%2C0%2C1%2C2-1.21l1.06-.61c-.6%2C0-1.21-.06-1.8-.08s-1.47-.06-2.21-.12a5.56%2C5.56%2C0%2C0%2C0-4.2.85.23.23%2C0%2C0%2C1-.31-.34%2C4.09%2C4.09%2C0%2C0%2C0%2C.7-4.31c-.27.34-.51.71-.75%2C1.06l-.15.23a14.06%2C14.06%2C0%2C0%2C1-.88%2C1.16c-.24.28-.47.56-.7.88a4%2C4%2C0%2C0%2C0-1%2C2.28.21.21%2C0%2C0%2C1-.1.2h0Z%22%2F%3E%3Cpath%20class%3D%22b%22%20d%3D%22M104.78%2C23.11l-.31-1.18-2.07-1%2C.23%2C1.26%2C0%2C1.08.38.16a.18.18%2C0%2C0%2C1%2C.12.12l.41.93.9.11%2C1.39.28%2C1.21.42%2C1%2C.66.44.38h0l0-.32-3.69-2.74A.22.22%2C0%2C0%2C1%2C104.78%2C23.11Z%22%2F%3E%3C%2Fsvg%3E"); }

#loader {
  position: fixed;
  z-index: 600;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  -moz-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s; }

body.loader #loader {
  opacity: 1;
  visibility: visible; }

#body_wrapper {
  position: relative;
  min-height: 100%; }

main {
  overflow: hidden;
  padding-top: 8rem;
  padding-bottom: 41rem;
  -webkit-transition: opacity 0.8s, visibility 0.8s, filter 0.5s;
  -moz-transition: opacity 0.8s, visibility 0.8s, filter 0.5s;
  transition: opacity 0.8s, visibility 0.8s, filter 0.5s;
  will-change: filter; }
  main:not(._current) {
    /*display: none;*/ }
  @media screen and (max-width: 767px) {
    main {
      padding-top: 9rem;
      padding-bottom: 105rem;
      min-height: 100vh;
      box-sizing: content-box; } }

#rt_top.loading main {
  opacity: 0;
  visibility: hidden; }

#rt_top._main_blur main {
  filter: blur(5px); }

header {
  /*position: fixed;*/
  position: absolute;
  z-index: 350;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: opacity 0.5s, -moz-transform 0.5s;
  transition: opacity 0.5s, transform 0.5s;
  will-change: transform, opacity; }

.page-id-7 header {
  position: fixed;
}
  header::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 8rem;
    background: linear-gradient(180deg, #F8F5F2 0%, rgba(248, 245, 242, 0.65) 55%, rgba(248, 245, 242, 0) 100%);
    z-index: 1;
    -webkit-transition: opacity 0.5s, margin-top 0.5s;
    -moz-transition: opacity 0.5s, margin-top 0.5s;
    transition: opacity 0.5s, margin-top 0.5s; }
  header .base {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 5;
    padding-left: 4rem;
    padding-right: 12.5rem;
    line-height: 0; }
    header .base .f_area_l {
      -webkit-transition: -webkit-transform 0.5s, margin-top 0.5s, opacity 0.5s;
      -moz-transition: -moz-transform 0.5s, margin-top 0.5s, opacity 0.5s;
      transition: transform 0.5s, margin-top 0.5s, opacity 0.5s;
      padding-top: 2.8rem; }
    header .base .f_area_r {
      -webkit-transition: -webkit-transform 0.5s, margin-top 0.5s, opacity 0.5s;
      -moz-transition: -moz-transform 0.5s, margin-top 0.5s, opacity 0.5s;
      transition: transform 0.5s, margin-top 0.5s, opacity 0.5s;
      display: flex;
      align-items: center; }
      header .base .f_area_r .navi {
        display: flex;
        align-items: center; }
        header .base .f_area_r .navi li {
          margin-right: 3.5rem; }
          header .base .f_area_r .navi li a {
            font-size: 1.5rem;
            line-height: 1;
            -webkit-transition: opacity 0.3s, color 0.5s;
            -moz-transition: opacity 0.3s, color 0.5s;
            transition: opacity 0.3s, color 0.5s;
            text-shadow: 0 0 3px #F8F5F2, 0 0 5px #F8F5F2, 0 0 7px #F8F5F2; }
      header .base .f_area_r .links {
        display: flex;
        align-items: center;
        filter: drop-shadow(0 0 2px #F8F5F2) drop-shadow(0 0 3px #F8F5F2);
        will-change: filter; }
        header .base .f_area_r .links li:not(:last-child) {
          margin-right: 1.6em; }
        header .base .f_area_r .links li a {
          width: 3rem;
          height: 3rem;
          display: flex;
          align-items: center;
          justify-content: center; }
      header .base .f_area_r .lang {
        position: relative;
        font-size: 1.4rem;
        line-height: 2;
        letter-spacing: 0.140em;
        color: #9A8D66;
        margin-left: 2.5em;
        padding: 0.5em 0;
        cursor: pointer; }
        header .base .f_area_r .lang .select {
          display: flex;
          align-items: center;
          text-shadow: 0 0 3px #F8F5F2, 0 0 5px #F8F5F2, 0 0 7px #F8F5F2; }
          header .base .f_area_r .lang .select::after {
            content: "";
            display: inline-block;
            width: 0.4142857143em;
            height: 0.4142857143em;
            border-right: 1px solid #9A8D66;
            border-bottom: 1px solid #9A8D66;
            transform: rotate(45deg);
            margin-left: 0.7142857143em;
            filter: drop-shadow(0 0 2px #F8F5F2) drop-shadow(0 0 3px #F8F5F2);
            will-change: filter; }
        header .base .f_area_r .lang ul {
          position: absolute;
          right: 0;
          bottom: 0;
          transform: translateY(100%);
          opacity: 0;
          visibility: hidden;
          -webkit-transition: opacity 0.3s, visibility 0.3s;
          -moz-transition: opacity 0.3s, visibility 0.3s;
          transition: opacity 0.3s, visibility 0.3s;
          background-color: #FFF;
          padding: 0.5em; }
          header .base .f_area_r .lang ul li span, header .base .f_area_r .lang ul li a {
            display: flex;
            line-height: 1;
            padding: 0.5em 1em; }
        header .base .f_area_r .lang:active ul, header .base .f_area_r .lang:hover ul {
          opacity: 1;
          visibility: visible; }
  @media screen and (max-width: 767px) {
    header::before {
      height: 12rem;
      background: linear-gradient(180deg, rgba(248, 245, 242, 0.9), rgba(248, 245, 242, 0) 100%); }
    header .base {
      padding-left: 2.6rem;
      padding-right: 12rem; }
      header .base .f_area_l {
        padding-top: 2.2rem; } }

#rt_top.page-template-about header .base .navi li.about a,
#rt_top.page-template-rooms header .base .navi li.rooms a,
#rt_top.page-template-cuisine header .base .navi li.cuisine a,
#rt_top.page-template-onsen header .base .navi li.onsen a,
#rt_top.page-template-facility header .base .navi li.facility a,
#rt_top.page-template-spendy header .base .navi li.spendy a,
#rt_top.blog header .base .navi li.news a,
#rt_top.single-post header .base .navi li.news a {
  color: #9A8D66; }

#gnavi {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 360; }
  #gnavi .telbtn {
    position: absolute;
    top: 0;
    right: 12rem;
    z-index: 1;
    width: 10rem;
    height: 12rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    background-color: #9C8C61;
    color: #FFF;
    padding-top: 0.5em;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    -moz-transition: opacity 0.5s, -moz-transform 0.5s;
    transition: opacity 0.5s, transform 0.5s; }
    #gnavi .telbtn .icon {
      font-size: 0.9738839423em; }
    #gnavi .telbtn .txt {
      font-size: 2.3rem;
      line-height: 1;
      letter-spacing: 0.140em;
      margin-top: 0.75em; }
  #gnavi .m_toggle {
    position: relative;
    z-index: 10;
    width: 10rem;
    height: 10rem;
    background-color: #FFF;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    #gnavi .m_toggle .mt_inner {
      width: 3rem;
      height: 1.7rem;
      position: relative; }
      #gnavi .m_toggle .mt_inner span {
        display: block;
        background-color: #000;
        width: 100%;
        height: 1px;
        position: absolute;
        -webkit-transition: width 0.5s, opacity 0.5s;
        -moz-transition: width 0.5s, opacity 0.5s;
        transition: width 0.5s, opacity 0.5s; }
        #gnavi .m_toggle .mt_inner span:nth-child(1) {
          top: 0;
          right: 0; }
        #gnavi .m_toggle .mt_inner span:nth-child(2), #gnavi .m_toggle .mt_inner span:nth-child(3) {
          top: 50%;
          left: 50%;
          transform: translate(-50%, 0); }
        #gnavi .m_toggle .mt_inner span:nth-child(3) {
          width: 0;
          transform: translate(-50%, 0) rotate(30deg); }
        #gnavi .m_toggle .mt_inner span:nth-child(4) {
          top: 100%;
          left: 0; }
  #gnavi .m_content {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(150, 136, 94, 0.85);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.5s, visibility 0.5s;
    -moz-transition: opacity 0.5s, visibility 0.5s;
    transition: opacity 0.5s, visibility 0.5s; }
    #gnavi .m_content .mc_inner {
      width: 100%;
      max-height: 100%;
      overflow: auto;
      padding: 10rem 0; }
      #gnavi .m_content .mc_inner .w950 {
        min-width: 540px; }
      #gnavi .m_content .mc_inner .logo {
        display: block;
        font-size: 1.6666666667rem;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 10rem; }
      #gnavi .m_content .mc_inner .menu {
        display: flex;
        justify-content: space-between;
        margin-bottom: 6rem;
        line-height: 0; }
        #gnavi .m_content .mc_inner .menu ul {
          margin-right: 5rem;
          line-height: 0; }
          #gnavi .m_content .mc_inner .menu ul li {
            line-height: 0; }
            #gnavi .m_content .mc_inner .menu ul li:not(:last-child) {
              margin-bottom: 3.2rem; }
            #gnavi .m_content .mc_inner .menu ul li a {
              display: inline-flex;
              align-items: center;
              font-size: 2.1rem;
              line-height: 1; }
              #gnavi .m_content .mc_inner .menu ul li a::before {
                content: "";
                display: block;
                width: 1.3333333333em;
                border-bottom: 1px solid #FFF;
                margin-right: 1em; }
      #gnavi .m_content .mc_inner .reserve {
        display: flex;
        justify-content: space-between;
        margin-bottom: 3rem; }
        #gnavi .m_content .mc_inner .reserve .reserve_web .icon {
          margin-left: 1rem; }
        #gnavi .m_content .mc_inner .reserve .reserve_tel {
          padding-left: 2em;
          padding-right: 1.35em; }
          #gnavi .m_content .mc_inner .reserve .reserve_tel .txt {
            font-size: 1.6rem; }
          #gnavi .m_content .mc_inner .reserve .reserve_tel .tel {
            margin-left: 2.8rem; }
            #gnavi .m_content .mc_inner .reserve .reserve_tel .tel .num {
              display: block;
              font-size: 2.0rem;
              line-height: 1; }
            #gnavi .m_content .mc_inner .reserve .reserve_tel .tel .time {
              display: block;
              font-size: 1.4rem;
              line-height: 1;
              margin-top: 0.7142857143em; }
          #gnavi .m_content .mc_inner .reserve .reserve_tel .icon {
            font-size: 1.6rem;
            margin-left: 1em; }
      #gnavi .m_content .mc_inner .links {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 3rem; }
        #gnavi .m_content .mc_inner .links .lang ul {
          display: flex;
          font-size: 1.4rem;
          letter-spacing: 0.140em; }
          #gnavi .m_content .mc_inner .links .lang ul li {
            white-space: nowrap; }
            #gnavi .m_content .mc_inner .links .lang ul li:not(:last-child)::after {
              content: "";
              display: inline-block;
              height: 1.0714285714em;
              width: 0;
              border-right: 1px solid #FFF;
              margin: 0 1em;
              transform: translateY(0.2142857143em); }
            #gnavi .m_content .mc_inner .links .lang ul li span, #gnavi .m_content .mc_inner .links .lang ul li a {
              display: inline-block; }
            #gnavi .m_content .mc_inner .links .lang ul li.on span, #gnavi .m_content .mc_inner .links .lang ul li.on a {
              border-bottom: 1px solid #FFF; }
      #gnavi .m_content .mc_inner .under .link {
        font-size: 1.65rem;
        letter-spacing: 0.140em;
        margin-bottom: 1.696969697em; }
        #gnavi .m_content .mc_inner .under .link a:not(:last-child) {
          margin-right: 2em; }
      #gnavi .m_content .mc_inner .under .info {
        display: flex;
        align-items: center; }
        #gnavi .m_content .mc_inner .under .info .address {
          margin-right: 2em; }
        #gnavi .m_content .mc_inner .under .info .insta {
          margin-left: auto;
          width: 1.25em; }
  @media screen and (max-width: 767px) {
    #gnavi .m_toggle {
      width: 12rem;
      height: 12rem; }
      #gnavi .m_toggle .mt_inner {
        width: 3.6rem;
        height: 2.1rem; }
    #gnavi .m_content {
      padding-top: 12rem; }
      #gnavi .m_content .logo {
        position: absolute;
        top: 2.2rem;
        left: 2.6rem; }
      #gnavi .m_content .mc_inner {
        -webkit-mask-image: linear-gradient(to bottom, transparent, black 1.5em);
        mask-image: linear-gradient(to bottom, transparent, black 1.5em);
        padding: 6.5rem; }
        #gnavi .m_content .mc_inner .w950 {
          min-width: 0; }
        #gnavi .m_content .mc_inner .menu {
          margin-bottom: 6.5rem; }
          #gnavi .m_content .mc_inner .menu ul {
            margin-right: 0; }
            #gnavi .m_content .mc_inner .menu ul li:not(:last-child) {
              margin-bottom: 5rem; }
            #gnavi .m_content .mc_inner .menu ul li a {
              font-size: 2.4rem; }
              #gnavi .m_content .mc_inner .menu ul li a::before {
                width: 1.3333333333em;
                margin-right: 1em; }
        #gnavi .m_content .mc_inner .reserve {
          display: block;
          width: 23.28em;
          margin: 0 auto;
          margin-bottom: 3rem; }
          #gnavi .m_content .mc_inner .reserve .reserve_web {
            width: 100%;
            font-size: 2.8rem;
            height: 10rem;
            margin-bottom: 3.5rem; }
          #gnavi .m_content .mc_inner .reserve .reserve_tel {
            width: 100%;
            height: 18.6rem;
            flex-wrap: wrap;
            padding: 2rem; }
            #gnavi .m_content .mc_inner .reserve .reserve_tel .txt {
              display: block;
              font-size: 2.3rem;
              width: 100%; }
            #gnavi .m_content .mc_inner .reserve .reserve_tel .tel {
              margin-left: 0; }
              #gnavi .m_content .mc_inner .reserve .reserve_tel .tel .num {
                font-size: 3.2rem; }
              #gnavi .m_content .mc_inner .reserve .reserve_tel .tel .time {
                font-size: 2.2rem;
                margin-top: 1em; }
        #gnavi .m_content .mc_inner .links {
          flex-wrap: wrap;
          width: 23.28em;
          margin: 0 auto; }
          #gnavi .m_content .mc_inner .links a {
            font-size: 2.5rem;
            height: 6.3rem;
            padding-left: 2em;
            padding-right: 2em; }
          #gnavi .m_content .mc_inner .links .guide {
            width: 100%;
            margin-bottom: 3.4rem; }
        #gnavi .m_content .mc_inner .under .link {
          width: 23.28em;
          margin: 5.5rem auto;
          font-size: 2.2rem;
          line-height: 1;
          display: flex;
          justify-content: space-between; }
          #gnavi .m_content .mc_inner .under .link a:not(:last-child) {
            margin-right: 0; }
        #gnavi .m_content .mc_inner .under .lang {
          font-size: 2.4rem;
          letter-spacing: 0.140em;
          display: flex;
          justify-content: center;
          margin-top: -1rem; }
          #gnavi .m_content .mc_inner .under .lang .txt {
            margin-right: 1.5em; }
          #gnavi .m_content .mc_inner .under .lang ul {
            display: flex; }
            #gnavi .m_content .mc_inner .under .lang ul li {
              white-space: nowrap; }
              #gnavi .m_content .mc_inner .under .lang ul li:not(:last-child)::after {
                content: "";
                display: inline-block;
                height: 1.0714285714em;
                width: 0;
                border-right: 1px solid #FFF;
                margin: 0 1em;
                transform: translateY(0.2142857143em); }
              #gnavi .m_content .mc_inner .under .lang ul li span, #gnavi .m_content .mc_inner .under .lang ul li a {
                display: inline-block; }
              #gnavi .m_content .mc_inner .under .lang ul li.on span, #gnavi .m_content .mc_inner .under .lang ul li.on a {
                border-bottom: 1px solid #FFF; }
        #gnavi .m_content .mc_inner .under .info {
          align-items: flex-end;
          margin-top: 6rem; }
          #gnavi .m_content .mc_inner .under .info .address {
            margin-right: 0; }
          #gnavi .m_content .mc_inner .under .info .insta {
            width: 2.4em; } }

#rt_top.gnavi_open #gnavi .telbtn,
#rt_top._show_modal #gnavi .telbtn {
  opacity: 1 !important;
  transform: translateX(0) !important; }
#rt_top.gnavi_open #gnavi .m_toggle .mt_inner span:nth-child(1), #rt_top.gnavi_open #gnavi .m_toggle .mt_inner span:nth-child(4),
#rt_top._show_modal #gnavi .m_toggle .mt_inner span:nth-child(1),
#rt_top._show_modal #gnavi .m_toggle .mt_inner span:nth-child(4) {
  width: 0;
  opacity: 0; }
#rt_top.gnavi_open #gnavi .m_toggle .mt_inner span:nth-child(3),
#rt_top._show_modal #gnavi .m_toggle .mt_inner span:nth-child(3) {
  width: 100%; }

#rt_top.gnavi_open header {
  opacity: 0; }
#rt_top.gnavi_open #gnavi .m_content {
  opacity: 1;
  visibility: visible; }

#rt_top footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(150, 136, 94, 0.85);
  color: #FFF;
  padding-top: 12rem;
  padding-bottom: 6rem;
  -webkit-transition: opacity 0.8s, visibility 0.8s;
  -moz-transition: opacity 0.8s, visibility 0.8s;
  transition: opacity 0.8s, visibility 0.8s; }
  footer .gotop {
    display: block;
    position: absolute;
    width: 5rem;
    height: 5rem;
    top: -10rem;
    right: -5rem; }
    footer .gotop::before {
      content: "";
      display: block;
      width: 2.2rem;
      height: 2.2rem;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -25%) rotate(45deg);
      border-left: 1px solid #FFF;
      border-top: 1px solid #FFF; }
  footer .base {
    display: flex;
    justify-content: space-between;
    min-width: 650px;
    position: relative; }
    footer .base .area01 {
      display: flex;
      flex-direction: column; }
      footer .base .area01 .logo {
        font-size: 1.6666666667rem;
        padding-top: 0.8rem; }
      footer .base .area01 .magazine {
        margin-top: auto;
        font-size: 1.4rem;
        height: 2.5em; }
    footer .base .area02 {
      display: flex;
      flex-direction: column;
      font-size: 1.4rem;
      line-height: 1.5714285714em;
      padding-bottom: 0.5714285714em; }
      footer .base .area02 .address {
        margin-bottom: 0.7142857143em; }
      footer .base .area02 .email {
        margin-bottom: 0.7142857143em; }
      footer .base .area02 .telfax {
        margin-bottom: 0.7142857143em; }
      footer .base .area02 .lang {
        margin-top: auto;
        letter-spacing: 0.140em;
        display: flex; }
        footer .base .area02 .lang .ttl {
          margin-right: 2em; }
        footer .base .area02 .lang ul {
          display: flex; }
          footer .base .area02 .lang ul li {
            white-space: nowrap; }
            footer .base .area02 .lang ul li:not(:last-child)::after {
              content: "";
              display: inline-block;
              height: 1.0714285714em;
              width: 0;
              border-right: 1px solid #FFF;
              margin: 0 1em;
              transform: translateY(0.2142857143em); }
            footer .base .area02 .lang ul li span, footer .base .area02 .lang ul li a {
              display: inline-block; }
            footer .base .area02 .lang ul li.on span, footer .base .area02 .lang ul li.on a {
              border-bottom: 1px solid #FFF; }
    footer .base .area03 {
      width: 50rem;
      min-width: 320px;
      max-width: 100%;
      padding-bottom: 0.5714285714em; }
      footer .base .area03 .menu {
        display: flex;
        justify-content: space-between;
        margin-bottom: 2.8rem; }
        footer .base .area03 .menu ul li {
          line-height: 0; }
          footer .base .area03 .menu ul li:not(:last-child) {
            margin-bottom: 2rem; }
          footer .base .area03 .menu ul li a {
            display: inline-flex;
            align-items: center;
            font-size: 1.4rem;
            line-height: 1; }
            footer .base .area03 .menu ul li a::before {
              content: "";
              display: block;
              width: 1.3571428571em;
              border-bottom: 1px solid #FFF;
              margin-right: 1em; }
      footer .base .area03 .buttons {
        display: flex;
        align-items: center;
        justify-content: space-between;
        line-height: 0;
        margin-bottom: 2rem; }
        footer .base .area03 .buttons .btn {
          font-size: 1.4rem;
          margin-right: 1.4285714286em; }
        footer .base .area03 .buttons .guide {
          width: 58.4%; }
        footer .base .area03 .buttons .recruit {
          width: 27.4%; }
        footer .base .area03 .buttons .insta img {
          width: 2rem; }
      footer .base .area03 .under {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 1.1rem;
        line-height: 1; }
        footer .base .area03 .under .links {
          display: flex;
          flex-wrap: wrap; }
          footer .base .area03 .under .links a {
            margin-right: 2em;
            white-space: nowrap;
            letter-spacing: 0.140em; }
        footer .base .area03 .under .copyright {
          white-space: nowrap;
          letter-spacing: 0.140em; }
  @media screen and (max-width: 767px) {
    footer {
      padding-top: 7rem;
      padding-bottom: 3rem; }
      footer .gotop {
        width: 5rem;
        height: 5rem;
        top: -3rem;
        right: -1rem; }
        footer .gotop::before {
          content: "";
          display: block;
          width: 2.2rem;
          height: 2.2rem;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -25%) rotate(45deg);
          border-left: 1px solid #FFF;
          border-top: 1px solid #FFF; }
      footer .base {
        min-width: 0;
        flex-direction: column;
        width: 62rem;
        margin-left: auto;
        margin-right: auto; }
        footer .base .area01 {
          display: flex;
          flex-direction: column;
          margin-bottom: 7rem; }
          footer .base .area01 .logo {
            font-size: 1.6816763286rem;
            padding-top: 0;
            margin: 0 auto; }
        footer .base .area02 {
          font-size: 2.4rem;
          line-height: 2.24em;
          padding-bottom: 7rem;
          white-space: nowrap; }
          footer .base .area02 .address,
          footer .base .area02 .email,
          footer .base .area02 .telfax {
            margin-bottom: 0; }
        footer .base .area03 {
          width: 100%;
          min-width: 0;
          padding-bottom: 0; }
          footer .base .area03 .menu {
            display: flex;
            justify-content: space-between;
            margin-bottom: 7rem; }
            footer .base .area03 .menu ul {
              margin-right: 0; }
              footer .base .area03 .menu ul li:not(:last-child) {
                margin-bottom: 5rem; }
              footer .base .area03 .menu ul li a {
                font-size: 2.4rem; }
                footer .base .area03 .menu ul li a::before {
                  width: 1.3333333333em;
                  margin-right: 1em; }
          footer .base .area03 .buttons {
            flex-wrap: wrap;
            width: 23.28em;
            margin: 0 auto; }
            footer .base .area03 .buttons .btn {
              font-size: 2.5rem;
              height: 6.3rem;
              padding-left: 2em;
              padding-right: 2em;
              margin-right: 0; }
            footer .base .area03 .buttons .guide {
              width: 100%;
              margin-bottom: 3.4rem; }
            footer .base .area03 .buttons .recruit,
            footer .base .area03 .buttons .magazine {
              width: auto;
              padding-left: 1.5em;
              padding-right: 1.5em; }
          footer .base .area03 .under {
            flex-wrap: wrap;
            font-size: inherit;
            width: 23.28em;
            margin: 0 auto; }
            footer .base .area03 .under .links {
              display: flex;
              justify-content: space-between;
              margin-top: 6.5rem;
              margin-bottom: 7rem;
              width: 100%; }
              footer .base .area03 .under .links a {
                font-size: 2.2rem;
                margin-right: 0;
                white-space: nowrap; }
            footer .base .area03 .under .lang {
              font-size: 2.4rem;
              letter-spacing: 0.140em;
              line-height: 2em;
              display: flex;
              justify-content: center;
              margin-top: -1rem; }
              footer .base .area03 .under .lang .txt {
                margin-right: 1.5em; }
              footer .base .area03 .under .lang ul {
                display: flex; }
                footer .base .area03 .under .lang ul li {
                  white-space: nowrap; }
                  footer .base .area03 .under .lang ul li:not(:last-child)::after {
                    content: "";
                    display: inline-block;
                    height: 1.0714285714em;
                    width: 0;
                    border-right: 1px solid #FFF;
                    margin: 0 1em;
                    transform: translateY(0.2142857143em); }
                  footer .base .area03 .under .lang ul li span, footer .base .area03 .under .lang ul li a {
                    display: inline-block; }
                  footer .base .area03 .under .lang ul li.on span, footer .base .area03 .under .lang ul li.on a {
                    border-bottom: 1px solid #FFF; }
            footer .base .area03 .under .insta img {
              width: 5rem; }
            footer .base .area03 .under .copyright {
              font-size: 1.76rem;
              letter-spacing: 0.140em;
              margin-left: auto;
              margin-right: auto;
              margin-top: 6rem; } }

body.loading footer {
  opacity: 0;
  visibility: hidden; }

#search_489ban_form {
  display: none; }

.side_reserve {
  position: fixed;
  left: 0;
  bottom: 4.375em;
  z-index: 310;
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  transition: transform 0.5s; }
  .side_reserve a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #9A8D66;
    color: #FFF;
    width: 8.5em;
    height: 8.5em;
    /*width: 6.25em;*/
    /*height: 6.25em;*/ }
    .side_reserve a .icon {
      -webkit-transition: -webkit-transform 0.3s;
      -moz-transition: -moz-transform 0.3s;
      transition: transform 0.3s; }
    .side_reserve a .txt {
      font-size: 1.1em;
      /*font-size: 0.75em;*/
      line-height: 1.4166666667em;
      margin-top: 1em; }
    .side_reserve a:active .icon, .side_reserve a:hover .icon {
      transform: scale(1.08); }
  @media screen and (max-width: 767px) {
    .side_reserve {
      bottom: 0; }
      .side_reserve a {
        width: 5.6em;
        height: 5.6em; }
        .side_reserve a .txt {
          font-size: 0.8em; } }

body.infooter .side_reserve {
  transform: translateX(-100%); }

.side_left {
  position: fixed;
  z-index: 30;
  top: 50%;
  left: 5rem;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  -webkit-transition: opacity 1s, visibility 1s;
  -moz-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s; }
  .side_left .jp {
    font-size: 1.6rem;
    line-height: 1.35;
    margin-bottom: 1.3rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-font-feature-settings: 'pkna';
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    white-space: nowrap; }
  .side_left .icon {
    width: 1.66092rem;
    margin-bottom: 1.7rem; }
  .side_left .en {
    font-size: 0.98853rem;
    line-height: 1.35;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -moz-font-feature-settings: 'pkna';
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    white-space: nowrap; }
  @media screen and (max-width: 767px) {
    .side_left {
      left: 3rem; }
      .side_left .jp {
        font-size: 2rem; }
      .side_left .icon {
        width: 1.93729rem; }
      .side_left .en {
        font-size: 1.3rem; } }

.side_right {
  position: fixed;
  z-index: 30;
  top: 50%;
  right: 5rem;
  transform: translate(50%, -50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  line-height: 1.35;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -moz-font-feature-settings: 'pkna';
  -webkit-font-feature-settings: 'pkna';
  font-feature-settings: 'pkna';
  white-space: nowrap;
  -webkit-transition: opacity 1s, visibility 1s;
  -moz-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s; }
  @media screen and (max-width: 767px) {
    .side_right {
      display: none; } }

#rt_top.gnavi_open .side_reserve {
  transform: translateX(-100%); }

#rt_top:not(.loaded) .side_reserve {
  transform: translateX(-100%); }
#rt_top:not(.loaded) .side_left,
#rt_top:not(.loaded) .side_right {
  opacity: 0;
  visibility: hidden; }
