@charset "UTF-8";
/* Fonts */
@font-face {
  font-family: "OpenDyslexic-Regular";
  font-display: swap;
  src: url("../fonts/OpenDyslexic-Regular.woff2") format("woff2"), url("../fonts/OpenDyslexic-Regular.woff") format("woff"), url("../fonts/OpenDyslexic-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "OpenDyslexic-Bold";
  font-weight: "Bold";
  font-display: swap;
  src: url("../fonts/OpenDyslexic-Bold.woff2") format("woff2"), url("../fonts/OpenDyslexic-Bold.woff") format("woff"), url("../fonts/OpenDyslexic-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter-Regular";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Inter-Bold";
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Inter-SemiBold";
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "SegoeUI-Regular";
  font-display: swap;
  src: url("../fonts/SegoeUI-Regular.woff2") format("woff2"), url("../fonts/SegoeUI-Regular.woff") format("woff"), url("../fonts/SegoeUI-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "SegoeUI-Bold";
  font-weight: "Bold";
  font-display: swap;
  src: url("../fonts/SegoeUI-Bold.woff2") format("woff2"), url("../fonts/SegoeUI-Bold.woff") format("woff"), url("../fonts/SegoeUI-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Calibri-Regular";
  font-display: swap;
  src: url("../fonts/Calibri-Regular.woff2") format("woff2"), url("../fonts/Calibri-Regular.woff") format("woff"), url("../fonts/Calibri-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Calibri-Bold";
  font-weight: "Bold";
  font-display: swap;
  src: url("../fonts/Calibri-Bold.woff2") format("woff2"), url("../fonts/Calibri-Bold.woff") format("woff"), url("../fonts/Calibri-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-Regular";
  font-display: swap;
  src: url("../fonts/Raleway-Regular.woff2") format("woff2"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-SemiBold";
  font-display: swap;
  src: url("../fonts/Raleway-SemiBold.woff2") format("woff2"), url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-Medium";
  font-display: swap;
  src: url("../fonts/Raleway-Medium.woff2") format("woff2"), url("../fonts/Raleway-Medium.woff") format("woff"), url("../fonts/Raleway-Medium.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-Bold";
  font-weight: "Bold";
  font-display: swap;
  src: url("../fonts/Raleway-Bold.woff2") format("woff2"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway-ExtraBold";
  font-display: swap;
  src: url("../fonts/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway-ExtraBold.woff") format("woff"), url("../fonts/Raleway-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "bootstrap-icons";
  font-display: swap;
  src: url("../fonts/bootstrap-icons.woff2") format("woff2"), url("../fonts/bootstrap-icons.woff") format("woff"), url("../fonts/bootstrap-icons.ttf") format("truetype");
}

/* Geral */
html {
  font-size: 20px !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media only screen and (min-width: 2560px) {
  html {
    font-size: 26px !important;
  }
}

.popupactive {
  overflow: hidden;
}

:root {
  --corPrimaria: #000BD2;
  --corSecundaria: #142078;
  --corTextoPrimaria: get-text-contrast(#000BD2);
  --corTextoSecundaria: get-text-contrast(#000BD2);
}

a:hover, a:focus, button:focus {
  outline: none;
}

#content-main {
  overflow: hidden;
}

.accessibility-font {
  font-size: 145% !important;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.accessibility-font .nav-acessibilidade .nav-item {
  margin-bottom: 20px;
}

.accessibility-font .nav-acessibilidade .nav-item a {
  padding-top: 6px;
  padding-left: 10px;
  padding-bottom: 10px;
  padding-right: 10px;
}

.accessibility-font .btn {
  width: 110% !important;
  margin-right: 18px;
}

.accessibility-dislexia {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.accessibility-dislexia body {
  font-family: "OpenDyslexic-Regular" !important;
}

.accessibility-dislexia body h1 {
  font-family: "OpenDyslexic-Regular" !important;
}

.accessibility-dislexia body h2 {
  font-family: "OpenDyslexic-Regular" !important;
}

.accessibility-dislexia body h3 {
  font-family: "OpenDyslexic-Regular" !important;
}

.accessibility-dislexia body h4 {
  font-family: "OpenDyslexic-Regular" !important;
}

.accessibility-dislexia body h5 {
  font-family: "OpenDyslexic-Regular" !important;
}

.accessibility-dislexia body h6 {
  font-family: "OpenDyslexic-Regular" !important;
}

.accessibility-dislexia body b {
  font-family: "OpenDyslexic-Regular" !important;
}

.accessibility-dislexia body p {
  font-family: "OpenDyslexic-Regular" !important;
}

.accessibility-dislexia body a {
  font-family: "OpenDyslexic-Regular" !important;
}

.accessibility-dislexia body button {
  font-family: "OpenDyslexic-Regular" !important;
}

.accessibility-dislexia body label {
  font-family: "OpenDyslexic-Regular" !important;
}

.accessibility-dislexia body input {
  font-family: "OpenDyslexic-Regular" !important;
}

.accessibility-dislexia body .btn-padrao, .accessibility-dislexia body .btn-padrao--secundario, .accessibility-dislexia body .btn-padrao--azul-claro, .accessibility-dislexia body .btn-padrao--vermelho, .accessibility-dislexia body .btn-padrao--white {
  padding: 10px;
}

.accessibility-dislexia body .col-box-info-input .btn-padrao, .accessibility-dislexia body .col-box-info-input .btn-padrao--secundario, .accessibility-dislexia body .col-box-info-input .btn-padrao--azul-claro, .accessibility-dislexia body .col-box-info-input .btn-padrao--vermelho, .accessibility-dislexia body .col-box-info-input .btn-padrao--white {
  padding: 0px !important;
}

body {
  font-family: "Inter-Regular", "sans-serif" !important;
  background-color: #fafafa;
}

a:focus {
  outline: none;
}

@media screen and (max-width: 767.9px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* Card */
.card {
  background-color: transparent;
}

/* Form */
form {
  margin-block-end: 0;
}

.form-control {
  font-size: 0.8rem;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #FFF;
  opacity: 1;
}

/* Gallery */
.lg-backdrop.in {
  opacity: 0.7;
}

.lg-sub-html {
  background-color: transparent;
}

/* Acessibilidade - Texto */
.text-size-acessibilidade {
  font-size: 0.8rem;
  line-height: 1.67;
  letter-spacing: 0.4px;
  word-break: break-word;
}

.form-control:focus {
  box-shadow: none;
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.btn-efeito {
  pointer-events: auto;
  cursor: pointer;
  background: #e7e7e7;
  border: none;
  padding: 1.5rem 3rem;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}

.btn-efeito::before, .btn-efeito::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110%;
}

.button--calypso, .button--calypso--secundario, .button--calypso--azul-claro {
  overflow: hidden;
  font-family: "S", "sans-serif";
  font-size: 0.8rem;
  color: #ffffff;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.button--calypso span, .button--calypso--secundario span, .button--calypso--azul-claro span {
  display: block;
  position: relative;
  z-index: 10;
  color: #ffffff;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.button--calypso:hover:not([disabled="disabled"]) span, .button--calypso--secundario:hover:not([disabled="disabled"]) span, .button--calypso--azul-claro:hover:not([disabled="disabled"]) span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
  color: #FFF !important;
}

.button--calypso:hover:not([disabled="disabled"])::before, .button--calypso--secundario:hover:not([disabled="disabled"])::before, .button--calypso--azul-claro:hover:not([disabled="disabled"])::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  background: #142078;
}

.button--calypso:hover:not([disabled="disabled"])::after, .button--calypso--secundario:hover:not([disabled="disabled"])::after, .button--calypso--azul-claro:hover:not([disabled="disabled"])::after {
  background: #142078;
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.button--calypso:focus span, .button--calypso--secundario:focus span, .button--calypso--azul-claro:focus span {
  animation: MoveScaleUpInitial 0.3s forwards, MoveScaleUpEnd 0.3s forwards 0.3s;
  color: #FFF !important;
}

.button--calypso:focus::before, .button--calypso--secundario:focus::before, .button--calypso--azul-claro:focus::before {
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
  background: #2b3583;
}

.button--calypso:focus::after, .button--calypso--secundario:focus::after, .button--calypso--azul-claro:focus::after {
  background: #2b3583;
  transform: translate3d(0, 0, 0);
  transition-duration: 0.05s;
  transition-delay: 0.4s;
  transition-timing-function: linear;
}

.button--calypso--secundario span {
  color: #ffffff;
}

.button--calypso--secundario:hover span {
  color: #FFF !important;
}

.button--calypso--secundario:hover::before {
  background: #1822d8;
}

.button--calypso--secundario:hover::after {
  background: #1822d8;
}

.button--calypso--secundario:focus span {
  color: #FFF !important;
}

.button--calypso--secundario:focus::before {
  background: #2b3583;
}

.button--calypso--secundario:focus::after {
  background: #2b3583;
}

.button--calypso--azul-claro {
  background: transparent;
  border: 1px solid #1822d8;
}

.button--calypso--azul-claro span {
  color: #000BD2;
}

.button--calypso--azul-claro:hover {
  background: #1822d8;
}

.button--calypso--azul-claro:hover span {
  color: #FFF !important;
}

.button--calypso--azul-claro:hover::before {
  background: #1822d8;
}

.button--calypso--azul-claro:hover::after {
  background: #1822d8;
}

.button--calypso--azul-claro:focus span {
  color: #FFF !important;
}

.button--calypso--azul-claro:focus::before {
  background: #000BD2;
}

.button--calypso--azul-claro:focus::after {
  background: #000BD2;
}

.button--calypso::before, .button--calypso--secundario::before, .button--calypso--azul-claro::before {
  content: '';
  width: 120%;
  height: 0;
  top: -110%;
  left: -10%;
  transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
}

.button--calypso::after, .button--calypso--secundario::after, .button--calypso--azul-claro::after {
  content: '';
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s cubic-bezier(0.1, 0, 0.3, 1);
}

@keyframes MoveScaleUpInitial {
  to {
    transform: translate3d(0, -105%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
}

@keyframes MoveScaleUpEnd {
  from {
    transform: translate3d(0, 100%, 0) scale3d(1, 2, 1);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.btn-padrao, .btn-padrao--secundario, .btn-padrao--azul-claro, .btn-padrao--vermelho, .btn-padrao--white {
  margin-top: 40px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 12px;
  background-color: #000BD2;
  font-family: "Raleway-SemiBold", "sans-serif";
  font-size: 0.8rem;
  font-weight: 500;
  padding: 12px 32px;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: 0.6s;
  -moz-transition: 0.6s;
  -ms-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}

.btn-padrao--secundario {
  background-color: #142078;
  color: #FFF !important;
}

.btn-padrao--azul-claro {
  background-color: transparent;
}

.btn-padrao--azul-claro span {
  color: #000BD2;
}

.btn-padrao--vermelho {
  background-color: #fa5252;
  color: #f8f9fa !important;
  border: 1px solid #fa5252;
  cursor: pointer !important;
  max-width: 166px;
}

.btn-padrao--white {
  background-color: #ffffff;
  color: #142078;
  border: 1px solid #ffffff;
}

.btn-padrao--white:hover {
  cursor: pointer !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #142078;
  border: 1px solid #142078;
  color: #ffffff;
}

.btn-padrao--white:focus {
  cursor: pointer !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  background-color: #142078;
  border: 1px solid #ffffff;
  color: #ffffff;
}

a:hover {
  text-decoration: none;
}

/*MENU*/
.container-header {
  margin-bottom: -1px;
}

.container-header .content-nav-menu {
  padding-top: 22px;
  padding-bottom: 6px;
  display: flex;
  max-width: 1530px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.container-header .content-nav-menu .titulo-logo figure {
  margin-bottom: 0px;
}

.container-header .content-nav-menu .nav-menu-principal {
  padding-block: 0;
}

.container-header .content-nav-menu .nav-menu-principal .navbar-nav {
  column-gap: 24px;
}

.container-header .content-nav-menu .nav-menu-principal .navbar-nav .nav-item .nav-link {
  padding: 0 10px;
  font-family: "Raleway-SemiBold", "sans-serif";
  font-size: 1.05rem;
  line-height: normal;
  color: #000BD2;
  display: flex;
  align-items: center;
}

.container-header .content-nav-menu .nav-menu-principal .navbar-nav .nav-item .nav-link.dropdown-toggle::after {
  content: unset;
}

.container-header .content-nav-menu .nav-menu-principal .navbar-nav .nav-item .nav-link figure {
  position: relative;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  width: 28px;
  height: 100%;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container-header .content-nav-menu .nav-menu-principal .navbar-nav .nav-item .nav-link figure svg {
  position: absolute;
  right: 0;
  width: 28px;
  height: 28px;
}

.container-header .content-nav-menu .nav-menu-principal .navbar-nav .nav-item .nav-link figure svg path {
  fill: #000BD2;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container-header .content-nav-menu .nav-menu-principal .navbar-nav .nav-item .nav-link:hover {
  color: #1822d8;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container-header .content-nav-menu .nav-menu-principal .navbar-nav .nav-item .nav-link:hover figure svg path {
  fill: #1822d8;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container-header .content-nav-menu .nav-menu-principal .navbar-nav .nav-item:last-child .nav-link {
  color: #1822d8;
}

@media screen and (max-width: 991.9px) {
  .container-header .content-nav-menu .navbar {
    display: none;
  }
}

.container-header .content-nav-menu .navbar .navbar-collapse {
  width: 100%;
  justify-content: space-between;
}

.container-header .content-nav-menu .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: space-between;
}

.container-header .content-nav-menu .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 1440.9px) {
  .container-header .content-nav-menu .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 1199.9px) {
  .container-header .content-nav-menu .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.container-header .content-nav-menu .navbar .navbar-collapse .navbar-nav .nav-item:first-child {
  margin-left: 0px;
}

.container-header .content-nav-menu .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

.container-header .content-nav-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  font-family: "SegoeUI-Regular", "sans-serif";
  font-size: 0.8rem;
  color: #1A1A1A;
  line-height: 19px;
  font-weight: 600;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container-header .content-nav-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link i {
  color: #1A1A1A;
  font-size: 1.1rem;
}

@media screen and (max-width: 1199.98px) {
  .container-header .content-nav-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.7rem;
  }
  .container-header .content-nav-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link i {
    font-size: 0.9rem;
  }
}

.container-header .content-nav-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #000BD2;
}

.container-header .content-nav-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:active {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #424242;
}

.container-header .content-nav-menu .navbar .navbar-collapse .dropdown-menu {
  background-color: #fafafa;
  border: none;
  box-shadow: 5.33px 2.66px 10.66px 0px rgba(0, 0, 0, 0.102);
}

.container-header .content-nav-menu .navbar .navbar-collapse .dropdown-menu li {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container-header .content-nav-menu .navbar .navbar-collapse .dropdown-menu li .dropdown-item {
  padding: 12px 16px;
  font-family: "Raleway-Regular", "sans-serif";
  font-size: 0.8rem;
  color: #424242;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container-header .content-nav-menu .navbar .navbar-collapse .dropdown-menu li:hover {
  background-color: #F5F5F5;
}

.container-header .content-nav-menu .navbar .navbar-collapse .dropdown-menu li:hover .dropdown-item {
  background-color: transparent;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #000BD2;
}

.container-header .content-nav-menu .navbar .navbar-collapse .dropdown-menu li:focus .dropdown-item, .container-header .content-nav-menu .navbar .navbar-collapse .dropdown-menu li:active .dropdown-item {
  background-color: #F5F5F5;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #000BD2;
}

.container-header .fluid-menu {
  position: relative;
  z-index: 100;
}

.container-header .fluid-menu .container-menu {
  margin-top: 0px;
}

.container-header .fluid-menu .container-menu .row-menu-logo {
  margin-top: 36px;
  margin-bottom: 20px;
  align-items: center;
}

@media screen and (max-width: 1024.9px) {
  .container-header .fluid-menu .container-menu {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media screen and (max-width: 991.9px) {
  .container-header .fluid-menu .container-menu .col-logo-top {
    text-align: center;
    margin-bottom: 37px;
  }
}

@media screen and (max-width: 991.9px) {
  .container-header .fluid-menu .navbar {
    display: none;
  }
}

.container-header .fluid-menu .navbar .navbar-collapse {
  width: 100%;
  justify-content: space-between;
}

.container-header .fluid-menu .navbar .navbar-collapse .navbar-nav {
  width: 100%;
  justify-content: space-between;
}

.container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item {
  margin-left: 15px;
  margin-right: 15px;
}

@media screen and (max-width: 1440.9px) {
  .container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-left: 8px;
    margin-right: 8px;
  }
}

@media screen and (max-width: 1199.9px) {
  .container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item {
    margin-left: 8px;
    margin-right: 8px;
  }
}

.container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item:first-child {
  margin-left: 0px;
}

.container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item:last-child {
  margin-right: 0px;
}

.container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  padding-left: 0px;
  padding-right: 0px;
  width: 100%;
  font-family: "SegoeUI-Regular", "sans-serif";
  font-size: 0.8rem;
  color: #1A1A1A;
  line-height: 19px;
  font-weight: 600;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link i {
  color: #1A1A1A;
  font-size: 1.1rem;
}

@media screen and (max-width: 1199.98px) {
  .container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 0.7rem;
  }
  .container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link i {
    font-size: 0.9rem;
  }
}

.container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #000BD2;
}

.container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:active {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #424242;
}

.container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
  border: none;
}

.container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li .dropdown-item {
  padding: 12px 16px;
  font-family: "Raleway-Regular", "sans-serif";
  font-size: 0.8rem;
  color: #424242;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-item {
  background-color: transparent;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #000BD2;
}

.container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:focus .dropdown-item, .container-header .fluid-menu .navbar .navbar-collapse .navbar-nav .nav-item .dropdown-menu li:active .dropdown-item {
  background-color: #F5F5F5;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  color: #000BD2;
}

.container-header .fluid-breadcrumbs {
  background-color: #F5F5F5;
}

/*efeito-headroom-fim*/
/*MENU-MOBILE*/
.fluid-menu-site .modal {
  display: block;
  max-height: initial;
  overflow-y: auto;
}

.fluid-menu-site .modal .modal-dialog {
  margin: 0px;
  max-width: 100%;
}

.fluid-menu-site .modal .modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}

@media screen and (max-width: 768.9px) {
  .fluid-menu-site .modal .modal-dialog .modal-content {
    padding-bottom: 60px;
  }
}

.fluid-menu-site .mapasite .mapa-page-header .card-titulo {
  margin-top: 24px;
  font-family: "SegoeUI-Bold", "sans-serif";
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000BD2;
  margin-bottom: 13px;
}

.fluid-menu-site .mapasite .mapa-page-header .card-titulo a {
  color: #000BD2;
  text-decoration: none;
}

.fluid-menu-site .mapasite .mapa-page-header .sepra {
  border-bottom: 1px solid #dee2e6;
  margin-top: 24px;
}

.fluid-menu-site .mapasite .content-menu-map .sepra {
  border-bottom: 1px solid #dee2e6;
  margin-top: 24px;
}

.fluid-menu-site .mapasite .content-menu-map .card-titulo {
  margin-top: 24px;
  font-family: "SegoeUI-Bold", "sans-serif";
  font-size: 0.8rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #000BD2;
  margin-bottom: 13px;
}

.fluid-menu-site .mapasite .content-menu-map .card-titulo a {
  color: #000BD2;
  text-decoration: none;
}

.fluid-menu-site .mapasite .content-menu-map .mapa-site-lista {
  padding-left: 0px;
  margin-bottom: 0px;
}

.fluid-menu-site .mapasite .content-menu-map .mapa-site-lista li {
  display: block;
}

.fluid-menu-site .mapasite .content-menu-map .mapa-site-lista li .mapa-item {
  font-family: "SegoeUI-Regular", "sans-serif";
  font-size: 0.7rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #1A1A1A;
  text-decoration: none;
  display: block;
  margin-bottom: 12px;
}

.fluid-mobile-menu {
  display: none;
  background-color: #dfe6e9;
  box-shadow: 1px -11px 20px -6px rgba(0, 0, 0, 0.493);
  padding-left: 0px;
  padding-right: 0px;
  z-index: 1;
  position: fixed;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 991.9px) {
  .fluid-mobile-menu {
    display: block;
    z-index: 10001;
  }
}

.fluid-mobile-menu .container-mobile .col-box {
  text-align: center;
}

.fluid-mobile-menu .container-mobile .col-box a {
  text-decoration: none;
}

.fluid-mobile-menu .container-mobile .col-box.active figure .svg path {
  fill: #142078;
}

.fluid-mobile-menu .container-mobile .col-box.active .nome {
  color: #142078;
}

.fluid-mobile-menu .container-mobile .col-box figure {
  margin-bottom: 4px;
}

.fluid-mobile-menu .container-mobile .col-box figure .svg {
  width: 16px;
  height: 16px;
}

.fluid-mobile-menu .container-mobile .col-box figure .svg path {
  fill: #000BD2;
}

.fluid-mobile-menu .container-mobile .col-box .nome {
  text-decoration: none;
  font-family: "Raleway-SemiBold", "sans-serif";
  font-size: 0.5rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000BD2;
}

#modalsearch {
  z-index: 2000;
  background-color: #ffffff;
}

#modalsearch .modal-dialog {
  min-width: 100%;
  width: 100%;
  height: 100%;
  margin: auto;
  padding: 0;
}

#modalsearch .modal-dialog .modal-content {
  height: auto;
  min-height: 100%;
  border-radius: 0;
  border: 0;
  background: none;
  box-shadow: none;
}

#modalsearch .modal-dialog .modal-content .modal-header {
  border-bottom: solid 1px #142078;
  padding: 64px 0 31px 0;
  margin-bottom: 32px;
}

#modalsearch .modal-dialog .modal-content .modal-header .btn-close {
  background: none;
  color: #ffffff;
  background-color: #2C0707;
  opacity: 1;
}

#modalsearch .modal-dialog .modal-content .modal-header .btn-close i {
  position: relative;
  top: -4px;
}

#modalsearch .modal-dialog .modal-content .modal-header .btn-close:hover {
  background-color: #142078;
}

#modalsearch .modal-dialog .modal-content .modal-header .btn-close:focus, #modalsearch .modal-dialog .modal-content .modal-header .btn-close:active {
  outline: 0;
  box-shadow: none;
  opacity: 1;
  background-color: #2C0707;
}

#modalsearch .modal-dialog .modal-content .modal-header .search-text-box h2 {
  font-family: "Calibri-Bold", "sans-serif";
  font-size: 1.2rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000BD2;
}

#modalsearch .modal-dialog .modal-content .modal-header .search-text-box p {
  font-family: "Calibri-Regular", "sans-serif";
  font-size: 0.8rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: left;
  color: #000BD2;
  margin: 0;
}

#modalsearch .modal-dialog .modal-content .modal-body {
  padding: 0px;
}

#modalsearch .modal-dialog .modal-content .modal-body .form-control {
  border-radius: 12px;
}

#modalsearch .modal-dialog .modal-content .modal-body form {
  border-bottom: solid 1px #dee2e6;
  margin: 0 auto 32px auto;
  float: none;
  padding: 0px 0 80px 0;
}

#modalsearch .modal-dialog .modal-content .modal-body form label {
  position: absolute;
  right: 10px;
  top: 5px;
  color: #000BD2;
}

#modalsearch .modal-dialog .modal-content .modal-body form .form-control {
  margin-bottom: 24px;
}

#content-footer {
  position: relative;
  overflow: hidden;
}

/*FOOTER*/
.fluid-footer-img {
  padding-left: 0px;
  padding-right: 0px;
  position: absolute;
  top: 0px;
  height: 100%;
}

.fluid-footer-img .mask-footer {
  position: absolute;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 100%;
}

.fluid-footer-img .col-img-footer {
  width: 100%;
  float: left;
  min-height: 621px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

@media screen and (max-width: 767.9px) {
  .fluid-footer-img .col-img-footer {
    min-height: 1100px;
  }
}

.fluid-footer {
  background-color: #000BD2;
  padding-top: 80px;
  padding-bottom: 0px;
  position: relative;
  z-index: 10;
}

@media screen and (max-width: 1440.9px) {
  .fluid-footer {
    padding-bottom: 85px;
  }
}

@media screen and (max-width: 768.9px) {
  .fluid-footer {
    padding-bottom: 165px;
    padding-top: 50px;
  }
}

@media screen and (max-width: 767.9px) {
  .fluid-footer {
    padding-bottom: 0px;
  }
}

.fluid-footer .img-footer {
  margin-top: clamp(3.2rem, 7.6vw, 7.3rem);
  margin-bottom: clamp(2.4rem, 6.4vw, 6.15rem);
  width: calc(100% + 30px);
  margin-left: -16px;
  height: 25px;
  background-position: left center;
  background-repeat: repeat-x;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg width='1920' height='25' viewBox='0 0 1920 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_838_558)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.2466 11.1389C19.2285 11.0915 19.1995 11.049 19.162 11.0148C19.1245 10.9806 19.0796 10.9556 19.0307 10.9419C18.9819 10.9281 18.9305 10.926 18.8807 10.9357C18.8309 10.9453 18.784 10.9665 18.7439 10.9975C18.6909 11.0403 18.6521 11.0971 18.6328 11.1624L17.9942 13.0634C17.7568 13.7857 17.3532 14.4422 16.8159 14.9802C16.2785 15.5181 15.6225 15.9224 14.9004 16.1606L12.9781 16.7991C12.9131 16.8202 12.8565 16.8612 12.8163 16.9165C12.7761 16.9717 12.7545 17.0383 12.7545 17.1066C12.7545 17.1749 12.7761 17.2415 12.8163 17.2967C12.8565 17.3519 12.9131 17.393 12.9781 17.4141L14.9004 18.0526C15.6159 18.2907 16.2659 18.6924 16.7989 19.2257C17.3319 19.7591 17.7331 20.4095 17.9707 21.1251L18.6081 23.0496C18.6285 23.1152 18.6694 23.1725 18.7247 23.2132C18.78 23.2539 18.8469 23.2759 18.9155 23.2759C18.9842 23.2759 19.0511 23.2539 19.1064 23.2132C19.1617 23.1725 19.2026 23.1152 19.223 23.0496L19.8851 21.1487C20.1225 20.4332 20.5236 19.7829 21.0564 19.2495C21.5892 18.7161 22.239 18.3144 22.9543 18.0762L24.8777 17.4376C24.9426 17.4166 24.9993 17.3755 25.0395 17.3203C25.0797 17.265 25.1013 17.1985 25.1013 17.1302C25.1013 17.0619 25.0797 16.9953 25.0395 16.9401C24.9993 16.8848 24.9426 16.8437 24.8777 16.8227L22.9789 16.1606C22.2565 15.9232 21.6 15.5192 21.0625 14.9811C20.5251 14.4431 20.1217 13.7861 19.8851 13.0634L19.2466 11.1389ZM25.435 15.1911C25.8357 15.3268 26.1847 15.5834 26.4338 15.9259C26.6883 16.2758 26.8254 16.6975 26.8254 17.1302C26.8254 17.5629 26.6883 17.9845 26.4338 18.3344C26.181 18.682 25.8253 18.9411 25.4172 19.0752L23.4991 19.7119C23.4987 19.7121 23.4983 19.7122 23.4978 19.7124C23.0375 19.8659 22.6192 20.1246 22.2762 20.468C21.9329 20.8117 21.6745 21.2307 21.5215 21.6917L21.5133 21.7158L20.8566 23.6014C20.723 24.0018 20.4687 24.3514 20.1282 24.6019C19.7768 24.8605 19.3519 25 18.9155 25C18.4792 25 18.0543 24.8605 17.7029 24.6019C17.3573 24.3477 17.1005 23.9913 16.9686 23.5834L16.3343 21.6683C16.1813 21.2072 15.9227 20.7881 15.5793 20.4444C15.2359 20.1008 14.817 19.8419 14.356 19.6885L12.4385 19.0516C12.0304 18.9175 11.6748 18.6584 11.422 18.3109C11.1675 17.9609 11.0303 17.5393 11.0303 17.1066C11.0303 16.6739 11.1674 16.2523 11.422 15.9023C11.6747 15.5549 12.0301 15.2959 12.438 15.1618L14.3603 14.5233C14.8261 14.3696 15.2494 14.1087 15.5961 13.7617C15.9427 13.4146 16.2031 12.9911 16.3563 12.525L16.3598 12.5144L16.9927 10.6303C17.1182 10.2379 17.3551 9.90317 17.6598 9.65677C17.67 9.64852 17.6803 9.64039 17.6907 9.63237C17.9437 9.43718 18.2389 9.30385 18.5526 9.24303C18.8663 9.18221 19.1899 9.19561 19.4975 9.28213C19.8052 9.36865 20.0883 9.52591 20.3243 9.74133C20.5604 9.95676 20.7428 10.2244 20.8569 10.5229C20.8662 10.547 20.8749 10.5714 20.883 10.5959L21.5237 12.527C21.6761 12.9926 21.936 13.4159 22.2823 13.7626C22.6286 14.1093 23.0516 14.3697 23.5172 14.5226C23.5235 14.5247 23.5298 14.5268 23.536 14.529C23.5396 14.5302 23.5431 14.5314 23.5466 14.5326L25.435 15.1911ZM10.3041 7.55538C10.2178 7.38874 10.1447 7.21496 10.0857 7.0356C10.0851 7.03393 10.0846 7.03226 10.084 7.0306L9.61946 5.63124C9.60191 5.58504 9.57029 5.54552 9.52905 5.51828C9.48782 5.49103 9.43906 5.47744 9.38968 5.47943C9.3403 5.48141 9.29279 5.49887 9.25387 5.52934C9.21496 5.55981 9.18661 5.60174 9.17283 5.6492L8.70937 7.0306C8.70906 7.03154 8.70875 7.03248 8.70844 7.03342C8.64938 7.21238 8.5763 7.38577 8.49011 7.55207C8.4885 7.55518 8.48689 7.55828 8.48527 7.56138C8.47684 7.57753 8.46829 7.59361 8.45961 7.60962C8.29785 7.90816 8.09339 8.18282 7.8518 8.42453C7.60941 8.66705 7.33383 8.8722 7.03422 9.03436C7.02026 9.04192 7.00624 9.04938 6.99218 9.05675C6.99162 9.05705 6.99105 9.05734 6.99048 9.05764C6.82005 9.14682 6.64211 9.22221 6.45829 9.2828L5.06006 9.74738C5.01332 9.76313 4.9727 9.79316 4.94393 9.83322C4.91515 9.87328 4.89968 9.92137 4.89968 9.97069C4.89968 10.02 4.91515 10.0681 4.94393 10.1082C4.9727 10.1482 5.01332 10.1782 5.06006 10.194L6.45829 10.6597C6.64063 10.7203 6.81714 10.7955 6.98619 10.8843C6.98789 10.8852 6.9896 10.8861 6.9913 10.887C7.00498 10.8942 7.01861 10.9015 7.0322 10.9089C7.32771 11.0698 7.59961 11.2726 7.83905 11.5121C8.0852 11.7582 8.29272 12.0387 8.45568 12.3438C8.45566 12.3438 8.4557 12.3439 8.45568 12.3438C8.46064 12.3532 8.46563 12.3626 8.47052 12.3719C8.55773 12.5389 8.63168 12.713 8.69142 12.8928L9.15488 14.2933C9.17063 14.34 9.20065 14.3807 9.24072 14.4094C9.28078 14.4382 9.32886 14.4537 9.37819 14.4537C9.42751 14.4537 9.4756 14.4382 9.51566 14.4094C9.55572 14.3807 9.58575 14.34 9.6015 14.2933L10.084 12.9108C10.0843 12.9099 10.0846 12.909 10.085 12.908C10.1494 12.7155 10.2302 12.5295 10.326 12.3519C10.3264 12.3511 10.3269 12.3502 10.3273 12.3494C10.3273 12.3495 10.3274 12.3493 10.3273 12.3494C10.4895 12.0496 10.6948 11.7735 10.9373 11.531C11.1841 11.2842 11.4653 11.0761 11.7712 10.9127C11.7712 10.9127 11.7713 10.9126 11.7712 10.9127C11.7823 10.9067 11.7936 10.9008 11.8048 10.895C11.9691 10.8094 12.1404 10.7367 12.3172 10.6777L13.7143 10.212C13.761 10.1962 13.8016 10.1662 13.8304 10.1261C13.8592 10.0861 13.8747 10.038 13.8747 9.98865C13.8747 9.93932 13.8592 9.89124 13.8304 9.85118C13.8016 9.81111 13.761 9.78109 13.7143 9.76533L12.334 9.2828C12.3324 9.28229 12.3309 9.28178 12.3293 9.28127C12.1365 9.21766 11.9501 9.13771 11.7721 9.0426C11.7719 9.04246 11.7716 9.04233 11.7714 9.04219C11.4664 8.87911 11.1861 8.6715 10.9402 8.42528C10.6988 8.18371 10.4947 7.90916 10.3334 7.61073C10.3257 7.59647 10.318 7.58215 10.3105 7.56778C10.3084 7.56365 10.3062 7.55952 10.3041 7.55538ZM14.2786 8.13617C14.6616 8.26841 14.9943 8.51614 15.2308 8.8454C15.4701 9.17856 15.5988 9.57842 15.5988 9.98865C15.5988 10.3989 15.4701 10.7987 15.2308 11.1319C14.9915 11.4651 14.6537 11.7148 14.265 11.8458L14.2595 11.8476L12.8633 12.313C12.8632 12.3131 12.8634 12.313 12.8633 12.313C12.5971 12.402 12.3549 12.5517 12.1565 12.7501C11.958 12.9486 11.8083 13.1906 11.7194 13.4569L11.7119 13.4789L11.2309 14.857C11.0987 15.2403 10.8509 15.5732 10.5214 15.8098C10.1883 16.0491 9.78841 16.1778 9.37819 16.1778C8.96797 16.1778 8.56811 16.0491 8.23494 15.8098C7.90178 15.5705 7.65208 15.2327 7.52105 14.844L7.51801 14.835L7.0552 13.4364C7.05511 13.4361 7.05528 13.4366 7.0552 13.4364C6.9669 13.1709 6.81769 12.929 6.6199 12.7312C6.42192 12.5332 6.18047 12.3842 5.91476 12.2959L4.50936 11.8278C4.12065 11.6968 3.78284 11.4471 3.54355 11.1139C3.30426 10.7808 3.17554 10.3809 3.17554 9.97069C3.17554 9.56049 3.30425 9.16063 3.54355 8.82744C3.78285 8.49425 4.12066 8.24457 4.50937 8.11355L4.51641 8.11118L5.91853 7.64532C6.18758 7.55664 6.43207 7.40606 6.63235 7.20569C6.83262 7.00531 6.98308 6.76075 7.07163 6.49165L7.07475 6.48218L7.53241 5.11815C7.65196 4.74417 7.88125 4.41429 8.19102 4.17177C8.51465 3.9184 8.90974 3.77319 9.32042 3.75668C9.73112 3.74017 10.1366 3.8532 10.4795 4.07977C10.8224 4.30634 11.0854 4.635 11.2313 5.01924C11.24 5.04198 11.2481 5.06491 11.2558 5.08799L11.7227 6.49448C11.8105 6.76292 11.9603 7.00692 12.1599 7.20674C12.3595 7.40655 12.6034 7.55657 12.8717 7.64467C12.8822 7.64809 12.8926 7.65162 12.903 7.65525L14.2786 8.13617ZM7.96767 13.7426C7.96937 13.7376 7.9711 13.7326 7.97285 13.7275L7.96767 13.7426ZM13.1478 11.3937L13.1636 11.3992C13.1583 11.3974 13.153 11.3956 13.1478 11.3937ZM18.5452 2.76059C18.5022 2.67716 18.4657 2.59016 18.4364 2.50038L18.2041 1.80014C18.1953 1.77704 18.1795 1.75728 18.1589 1.74366C18.1383 1.73004 18.1139 1.72324 18.0892 1.72423C18.0645 1.72523 18.0408 1.73396 18.0213 1.74919C18.0018 1.76442 17.9877 1.78539 17.9808 1.80912L17.7485 2.50038C17.7191 2.59024 17.6827 2.67732 17.6396 2.76082C17.6388 2.76238 17.638 2.76393 17.6372 2.76548C17.6223 2.79425 17.6065 2.82259 17.59 2.85048C17.5231 2.96371 17.4434 3.06939 17.3524 3.16539C17.342 3.17637 17.3315 3.18721 17.3208 3.19793C17.3096 3.20907 17.2984 3.22006 17.287 3.23088C17.191 3.32206 17.0853 3.40188 16.972 3.46902C16.945 3.48498 16.9177 3.50022 16.8899 3.51473C16.89 3.51472 16.8899 3.51474 16.8899 3.51473C16.8048 3.55922 16.7159 3.59685 16.6241 3.62704L15.925 3.85933C15.9074 3.86503 15.8915 3.87478 15.8785 3.8878C15.8655 3.90082 15.8557 3.91674 15.8501 3.93424C15.8444 3.95175 15.8429 3.97036 15.8458 3.98855C15.8486 4.00673 15.8558 4.02398 15.8666 4.03888C15.8806 4.05956 15.9012 4.07496 15.925 4.08264L16.6241 4.31493C16.7149 4.3451 16.8028 4.38252 16.887 4.42669C16.8881 4.42727 16.8892 4.42786 16.8903 4.42845C16.918 4.44301 16.9452 4.45831 16.972 4.47432C17.082 4.54001 17.1848 4.61768 17.2784 4.70611C17.2906 4.7176 17.3026 4.72927 17.3144 4.74112C17.3267 4.75337 17.3387 4.76579 17.3506 4.77837C17.4413 4.87452 17.5206 4.98032 17.5872 5.09364C17.5997 5.11484 17.6117 5.1363 17.6233 5.15801C17.626 5.16299 17.6286 5.16799 17.6312 5.173C17.6744 5.25587 17.711 5.34229 17.7406 5.4315L17.9718 6.13173C17.9794 6.15552 17.9944 6.17626 18.0146 6.19098C18.0347 6.2057 18.059 6.21363 18.084 6.21363C18.109 6.21363 18.1333 6.2057 18.1535 6.19098C18.1736 6.17626 18.1886 6.15552 18.1962 6.13173L18.4364 5.44048C18.4684 5.34415 18.5085 5.25109 18.5563 5.16224C18.5566 5.16155 18.557 5.16087 18.5574 5.16019C18.5697 5.13731 18.5825 5.11472 18.5958 5.09242C18.6614 4.98258 18.739 4.87994 18.8273 4.78643C18.8388 4.77416 18.8506 4.76205 18.8626 4.7501C18.8752 4.73746 18.888 4.72502 18.901 4.71279C18.9959 4.62351 19.1001 4.54527 19.2117 4.4793C19.2337 4.46632 19.2559 4.45382 19.2784 4.4418C19.2849 4.43831 19.2915 4.43487 19.2981 4.43146C19.3798 4.38911 19.465 4.35311 19.5529 4.32391L20.2521 4.09162C20.2758 4.08401 20.2966 4.06904 20.3113 4.04887C20.326 4.0287 20.334 4.00437 20.334 3.9794C20.334 3.95443 20.326 3.93011 20.3113 3.90994C20.2966 3.88977 20.2758 3.8748 20.2521 3.86719L19.5619 3.62704C19.4649 3.59523 19.3712 3.55515 19.2817 3.50741C19.2817 3.50742 19.2817 3.5074 19.2817 3.50741C19.2586 3.49506 19.2356 3.48216 19.2131 3.46879C19.1002 3.40195 18.9949 3.32254 18.8992 3.23185C18.8875 3.22078 18.876 3.20955 18.8646 3.19814C18.8535 3.18707 18.8426 3.17585 18.8319 3.16451C18.7422 3.06988 18.6636 2.96585 18.5973 2.85446C18.5807 2.82665 18.5649 2.79839 18.5499 2.76969C18.5483 2.76666 18.5468 2.76363 18.5452 2.76059ZM20.8104 2.23593C21.1685 2.35799 21.4806 2.58748 21.704 2.89351C21.934 3.20874 22.0581 3.58897 22.0581 3.9794C22.0581 4.36983 21.934 4.75007 21.704 5.0653C21.4768 5.37653 21.1579 5.6086 20.7921 5.72901L20.0966 5.9601C20.091 5.96195 20.0859 5.96511 20.0817 5.96925C20.0776 5.97339 20.0744 5.97845 20.0726 5.98401L20.065 6.00627L19.8277 6.68943C19.7057 7.04777 19.4762 7.36014 19.1699 7.58365C18.8546 7.8138 18.4743 7.93777 18.084 7.93777C17.6937 7.93777 17.3134 7.81378 16.9981 7.58365C16.6861 7.35591 16.4537 7.03592 16.3335 6.66905L16.1044 5.97503C16.1044 5.97491 16.1045 5.97516 16.1044 5.97503C16.1025 5.96962 16.0993 5.96432 16.0953 5.96027C16.0912 5.95613 16.0861 5.953 16.0805 5.95116L15.384 5.71972C15.0082 5.5957 14.6826 5.35363 14.4556 5.02975C14.2938 4.79981 14.1867 4.53577 14.1428 4.25788C14.0974 3.97105 14.1206 3.67754 14.2103 3.40134C14.3001 3.12513 14.4539 2.8741 14.6593 2.66875C14.8625 2.46545 15.1106 2.31261 15.3835 2.22243L16.0855 1.98917C16.0911 1.98732 16.0962 1.98419 16.1004 1.98C16.1046 1.97581 16.1077 1.9707 16.1095 1.96508L16.1142 1.95118L16.3418 1.2737C16.4548 0.92527 16.6693 0.617971 16.9584 0.391619C17.2626 0.153478 17.634 0.017004 18.0199 0.0014872C18.4059 -0.0140301 18.787 0.092203 19.1093 0.305151C19.4316 0.518101 19.6788 0.826993 19.816 1.18814C19.8246 1.21101 19.8328 1.23406 19.8405 1.25728L20.0752 1.96467C20.077 1.97029 20.0802 1.97541 20.0843 1.9796C20.0885 1.98379 20.0936 1.98693 20.0993 1.98877C20.109 1.99198 20.1188 1.99528 20.1285 1.99867L20.8104 2.23593ZM16.455 2.442C16.4592 2.44338 16.4635 2.44476 16.4677 2.44617L16.455 2.442Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M44.0254 3.34915L33.7362 22.9751H54.3145L44.0254 3.34915ZM45.0204 0.573772C44.6194 -0.191257 43.4314 -0.191258 43.0303 0.573772L31.7462 22.0977C31.0414 23.442 32.1097 25 33.7362 25H54.3145C55.9411 25 57.0094 23.442 56.3046 22.0977L45.0204 0.573772Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M72.5823 1.80465C70.564 2.02045 68.6479 2.80297 67.0556 4.06177C65.4632 5.32057 64.2596 7.00426 63.5837 8.91826C62.9079 10.8323 62.7874 12.8984 63.2363 14.878C63.6852 16.8576 64.685 18.6697 66.1203 20.105C67.5556 21.5403 69.3678 22.5402 71.3473 22.989C73.3269 23.4379 75.3931 23.3175 77.3071 22.6416C79.2211 21.9658 80.9048 20.7621 82.1636 19.1697C83.4224 17.5774 84.2049 15.6613 84.4207 13.643C83.6839 14.5791 82.7571 15.3485 81.7014 15.9004C80.6457 16.4522 79.4849 16.7741 78.2958 16.8447C77.1066 16.9153 75.9159 16.7331 74.8023 16.31C73.6887 15.887 72.6773 15.2327 71.835 14.3904C70.9926 13.548 70.3384 12.5367 69.9153 11.423C69.4923 10.3094 69.31 9.11876 69.3807 7.92958C69.4513 6.74039 69.7731 5.57968 70.325 4.52394C70.8768 3.4682 71.6462 2.54141 72.5823 1.80465ZM61.2253 12.5C61.2253 5.59651 66.8219 0 73.7253 0C74.5591 0 74.9753 0.663953 75.0474 1.19302C75.116 1.70233 74.9277 2.35 74.3428 2.70349C73.4741 3.22774 72.7362 3.94282 72.1848 4.79454C71.6335 5.64627 71.2832 6.61231 71.1605 7.61947C71.0378 8.62663 71.146 9.6485 71.4768 10.6077C71.8076 11.5668 72.3523 12.4381 73.0698 13.1556C73.7872 13.873 74.6585 14.4178 75.6177 14.7485C76.5768 15.0793 77.5987 15.1875 78.6059 15.0648C79.613 14.9422 80.5791 14.5919 81.4308 14.0405C82.2825 13.4892 82.9976 12.7512 83.5219 11.8826C83.8753 11.2977 84.523 11.1093 85.0323 11.1779C85.5614 11.25 86.2253 11.6663 86.2253 12.5C86.2253 19.4035 80.6288 25 73.7253 25C66.8219 25 61.2253 19.4035 61.2253 12.5Z' fill='white'/%3E%3Cpath d='M103.767 1.14169L114.784 12.1579C114.973 12.3469 114.973 12.6531 114.784 12.8421L103.767 23.8583C103.578 24.0472 103.272 24.0472 103.083 23.8583L92.067 12.8421C91.8781 12.6531 91.8781 12.3469 92.067 12.1579L103.083 1.14169C103.272 0.952771 103.578 0.952771 103.767 1.14169Z' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M133.125 0C133.618 0 134.018 0.414551 134.018 0.925926V1.78063H141.416C141.883 1.78063 142.324 1.98012 142.645 2.32411C142.964 2.667 143.138 3.12539 143.138 3.59687V8.93875C143.138 9.41022 142.964 9.86861 142.645 10.2115C142.324 10.5555 141.883 10.755 141.416 10.755H134.018V12.4644H141.072C141.072 12.4644 141.072 12.4644 141.072 12.4644C141.303 12.4644 141.531 12.5132 141.742 12.6072C141.953 12.7012 142.143 12.838 142.302 13.0083L145.375 16.3084C145.709 16.6672 145.709 17.236 145.375 17.5948L142.302 20.8948C142.143 21.0651 141.953 21.202 141.742 21.2959C141.531 21.3899 141.303 21.4388 141.073 21.4387C141.072 21.4387 141.073 21.4387 141.073 21.4387H134.018V24.0741C134.018 24.5854 133.618 25 133.125 25C132.632 25 132.232 24.5854 132.232 24.0741V21.4387H124.834C124.367 21.4387 123.926 21.2393 123.606 20.8953C123.287 20.5524 123.112 20.094 123.112 19.6225V14.2806C123.112 13.8092 123.287 13.3508 123.606 13.0079C123.926 12.6639 124.367 12.4644 124.834 12.4644H132.232V10.755H125.178C125.178 10.755 125.178 10.755 125.178 10.755C124.947 10.755 124.72 10.7062 124.508 10.6122C124.297 10.5182 124.108 10.3815 123.949 10.2113C123.949 10.2112 123.949 10.2114 123.949 10.2113L120.876 6.91102C120.542 6.55221 120.542 5.9834 120.876 5.6246L123.949 2.32453C123.949 2.32446 123.949 2.32461 123.949 2.32453C124.107 2.15437 124.297 2.01737 124.508 1.92343C124.72 1.82943 124.947 1.78061 125.178 1.78063C125.178 1.78063 125.178 1.78063 125.178 1.78063H132.232V0.925926C132.232 0.414551 132.632 0 133.125 0ZM125.213 3.63248L122.759 6.26781L125.213 8.90313H141.352V3.63248H125.213ZM124.898 14.3162V19.5869H141.037L143.491 16.9516L141.037 14.3162H124.898Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M162.825 21.6509L152.536 2.02494H173.115L162.825 21.6509ZM163.82 24.4262C163.419 25.1913 162.231 25.1913 161.83 24.4262L150.546 2.90233C149.841 1.55801 150.91 0 152.536 0H173.115C174.741 0 175.809 1.55801 175.105 2.90233L163.82 24.4262Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M192.525 0C192.757 0 192.979 0.091881 193.142 0.25543C193.306 0.418979 193.397 0.6408 193.397 0.872093V2.03488C193.397 2.26618 193.306 2.488 193.142 2.65155C192.979 2.8151 192.757 2.90698 192.525 2.90698C192.294 2.90698 192.072 2.8151 191.909 2.65155C191.745 2.488 191.653 2.26618 191.653 2.03488V0.872093C191.653 0.6408 191.745 0.418979 191.909 0.25543C192.072 0.091881 192.294 0 192.525 0ZM183.687 3.66163C183.851 3.49831 184.072 3.40658 184.303 3.40658C184.534 3.40658 184.756 3.49831 184.92 3.66163L185.377 4.11744C185.535 4.28184 185.623 4.5021 185.622 4.73076C185.62 4.95942 185.528 5.1782 185.367 5.33997C185.205 5.50174 184.986 5.59356 184.758 5.59565C184.529 5.59775 184.309 5.50995 184.144 5.35116L183.687 4.89419C183.524 4.73067 183.432 4.50901 183.432 4.27791C183.432 4.0468 183.524 3.82515 183.687 3.66163ZM201.364 3.66163C201.527 3.82515 201.619 4.0468 201.619 4.27791C201.619 4.50901 201.527 4.73067 201.364 4.89419L200.907 5.35116C200.741 5.50521 200.523 5.58907 200.297 5.58509C200.071 5.5811 199.855 5.48958 199.696 5.32979C199.536 5.17001 199.444 4.95445 199.44 4.72851C199.436 4.50258 199.52 4.28392 199.674 4.1186L200.131 3.66163C200.295 3.49831 200.516 3.40658 200.747 3.40658C200.979 3.40658 201.2 3.49831 201.364 3.66163ZM192.525 6.39535C190.906 6.39535 189.354 7.03852 188.209 8.18336C187.064 9.3282 186.421 10.8809 186.421 12.5C186.421 14.1191 187.064 15.6718 188.209 16.8166C189.354 17.9615 190.906 18.6047 192.525 18.6047C194.144 18.6047 195.697 17.9615 196.842 16.8166C197.987 15.6718 198.63 14.1191 198.63 12.5C198.63 10.8809 197.987 9.3282 196.842 8.18336C195.697 7.03852 194.144 6.39535 192.525 6.39535ZM184.677 12.5C184.677 10.4184 185.503 8.42198 186.975 6.95003C188.447 5.47809 190.444 4.65116 192.525 4.65116C194.607 4.65116 196.603 5.47809 198.075 6.95003C199.547 8.42198 200.374 10.4184 200.374 12.5C200.374 14.5816 199.547 16.578 198.075 18.05C196.603 19.5219 194.607 20.3488 192.525 20.3488C190.444 20.3488 188.447 19.5219 186.975 18.05C185.503 16.578 184.677 14.5816 184.677 12.5ZM180.025 12.5C180.025 12.2687 180.117 12.0469 180.281 11.8833C180.444 11.7198 180.666 11.6279 180.897 11.6279H182.06C182.292 11.6279 182.513 11.7198 182.677 11.8833C182.84 12.0469 182.932 12.2687 182.932 12.5C182.932 12.7313 182.84 12.9531 182.677 13.1167C182.513 13.2802 182.292 13.3721 182.06 13.3721H180.897C180.666 13.3721 180.444 13.2802 180.281 13.1167C180.117 12.9531 180.025 12.7313 180.025 12.5ZM202.118 12.5C202.118 12.2687 202.21 12.0469 202.374 11.8833C202.537 11.7198 202.759 11.6279 202.991 11.6279H204.153C204.385 11.6279 204.606 11.7198 204.77 11.8833C204.934 12.0469 205.025 12.2687 205.025 12.5C205.025 12.7313 204.934 12.9531 204.77 13.1167C204.606 13.2802 204.385 13.3721 204.153 13.3721H202.991C202.759 13.3721 202.537 13.2802 202.374 13.1167C202.21 12.9531 202.118 12.7313 202.118 12.5ZM199.674 19.6488C199.838 19.4855 200.059 19.3938 200.291 19.3938C200.522 19.3938 200.743 19.4855 200.907 19.6488L201.364 20.1058C201.449 20.1857 201.518 20.2819 201.566 20.3889C201.613 20.4959 201.639 20.6114 201.641 20.7285C201.643 20.8456 201.622 20.9619 201.578 21.0705C201.534 21.1791 201.469 21.2777 201.386 21.3605C201.303 21.4433 201.204 21.5086 201.096 21.5525C200.987 21.5963 200.871 21.6179 200.754 21.6158C200.637 21.6137 200.521 21.5881 200.414 21.5404C200.307 21.4928 200.211 21.4241 200.131 21.3384L199.674 20.8814C199.511 20.7179 199.419 20.4962 199.419 20.2651C199.419 20.034 199.511 19.8124 199.674 19.6488ZM185.377 19.6488C185.54 19.8124 185.632 20.034 185.632 20.2651C185.632 20.4962 185.54 20.7179 185.377 20.8814L184.92 21.3384C184.84 21.4241 184.743 21.4928 184.636 21.5404C184.53 21.5881 184.414 21.6137 184.297 21.6158C184.18 21.6179 184.064 21.5963 183.955 21.5525C183.846 21.5086 183.748 21.4433 183.665 21.3605C183.582 21.2777 183.517 21.1791 183.473 21.0705C183.429 20.9619 183.408 20.8456 183.41 20.7285C183.412 20.6114 183.437 20.4959 183.485 20.3889C183.533 20.2819 183.601 20.1857 183.687 20.1058L184.143 19.6488C184.224 19.5678 184.32 19.5035 184.426 19.4596C184.532 19.4158 184.645 19.3932 184.76 19.3932C184.874 19.3932 184.988 19.4158 185.094 19.4596C185.199 19.5035 185.296 19.5678 185.377 19.6488ZM192.525 22.093C192.757 22.093 192.979 22.1849 193.142 22.3485C193.306 22.512 193.397 22.7338 193.397 22.9651V24.1279C193.397 24.3592 193.306 24.581 193.142 24.7446C192.979 24.9081 192.757 25 192.525 25C192.294 25 192.072 24.9081 191.909 24.7446C191.745 24.581 191.653 24.3592 191.653 24.1279V22.9651C191.653 22.7338 191.745 22.512 191.909 22.3485C192.072 22.1849 192.294 22.093 192.525 22.093Z' fill='white'/%3E%3Ccircle cx='222.225' cy='12.5' r='11.5' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M255.496 11.1389C255.478 11.0915 255.449 11.049 255.412 11.0148C255.374 10.9806 255.329 10.9556 255.281 10.9419C255.232 10.9281 255.18 10.926 255.13 10.9357C255.081 10.9453 255.034 10.9665 254.994 10.9975C254.941 11.0403 254.902 11.0971 254.883 11.1624L254.244 13.0634C254.007 13.7857 253.603 14.4422 253.066 14.9802C252.528 15.5181 251.872 15.9224 251.15 16.1606L249.228 16.7991C249.163 16.8202 249.106 16.8612 249.066 16.9165C249.026 16.9717 249.004 17.0383 249.004 17.1066C249.004 17.1749 249.026 17.2415 249.066 17.2967C249.106 17.3519 249.163 17.393 249.228 17.4141L251.15 18.0526C251.866 18.2907 252.516 18.6924 253.049 19.2257C253.582 19.7591 253.983 20.4095 254.22 21.1251L254.858 23.0496C254.878 23.1152 254.919 23.1725 254.974 23.2132C255.03 23.2539 255.097 23.2759 255.165 23.2759C255.234 23.2759 255.301 23.2539 255.356 23.2132C255.411 23.1725 255.452 23.1152 255.473 23.0496L256.135 21.1487C256.372 20.4332 256.773 19.7829 257.306 19.2495C257.839 18.7161 258.489 18.3144 259.204 18.0762L261.127 17.4376C261.192 17.4166 261.249 17.3755 261.289 17.3203C261.329 17.265 261.351 17.1985 261.351 17.1302C261.351 17.0619 261.329 16.9953 261.289 16.9401C261.249 16.8848 261.192 16.8437 261.127 16.8227L259.229 16.1606C258.506 15.9232 257.85 15.5192 257.312 14.9811C256.775 14.4431 256.371 13.7861 256.135 13.0634L255.496 11.1389ZM261.685 15.1911C262.085 15.3268 262.434 15.5834 262.684 15.9259C262.938 16.2758 263.075 16.6975 263.075 17.1302C263.075 17.5629 262.938 17.9845 262.684 18.3344C262.431 18.682 262.075 18.9411 261.667 19.0752L259.749 19.7119C259.748 19.7121 259.748 19.7122 259.748 19.7124C259.287 19.8659 258.869 20.1246 258.526 20.468C258.183 20.8117 257.924 21.2307 257.771 21.6917L257.763 21.7158L257.106 23.6014C256.973 24.0018 256.718 24.3514 256.378 24.6019C256.027 24.8605 255.602 25 255.165 25C254.729 25 254.304 24.8605 253.953 24.6019C253.607 24.3477 253.35 23.9913 253.218 23.5834L252.584 21.6683C252.431 21.2072 252.173 20.7881 251.829 20.4444C251.486 20.1008 251.067 19.8419 250.606 19.6885L248.688 19.0516C248.28 18.9175 247.925 18.6584 247.672 18.3109C247.417 17.9609 247.28 17.5393 247.28 17.1066C247.28 16.6739 247.417 16.2523 247.672 15.9023C247.924 15.5549 248.28 15.2959 248.688 15.1618L250.61 14.5233C251.076 14.3696 251.499 14.1087 251.846 13.7617C252.193 13.4146 252.453 12.9911 252.606 12.525L252.61 12.5144L253.242 10.6303C253.368 10.2379 253.605 9.90317 253.91 9.65677C253.92 9.64852 253.93 9.64039 253.94 9.63237C254.193 9.43718 254.489 9.30385 254.802 9.24303C255.116 9.18221 255.44 9.19561 255.747 9.28213C256.055 9.36865 256.338 9.52591 256.574 9.74133C256.81 9.95676 256.993 10.2244 257.107 10.5229C257.116 10.547 257.125 10.5714 257.133 10.5959L257.773 12.527C257.926 12.9926 258.186 13.4159 258.532 13.7626C258.878 14.1093 259.301 14.3697 259.767 14.5226C259.773 14.5247 259.78 14.5268 259.786 14.529C259.789 14.5302 259.793 14.5314 259.796 14.5326L261.685 15.1911ZM246.554 7.55538C246.468 7.38874 246.394 7.21496 246.335 7.0356C246.335 7.03393 246.334 7.03226 246.334 7.0306L245.869 5.63124C245.852 5.58504 245.82 5.54552 245.779 5.51828C245.738 5.49103 245.689 5.47744 245.639 5.47943C245.59 5.48141 245.543 5.49887 245.504 5.52934C245.465 5.55981 245.436 5.60174 245.423 5.6492L244.959 7.0306C244.959 7.03154 244.959 7.03248 244.958 7.03342C244.899 7.21238 244.826 7.38577 244.74 7.55207C244.738 7.55518 244.737 7.55828 244.735 7.56138C244.727 7.57753 244.718 7.59361 244.709 7.60962C244.548 7.90816 244.343 8.18282 244.102 8.42453C243.859 8.66705 243.584 8.8722 243.284 9.03436C243.27 9.04192 243.256 9.04938 243.242 9.05675C243.241 9.05705 243.241 9.05734 243.24 9.05764C243.07 9.14682 242.892 9.22221 242.708 9.2828L241.31 9.74738C241.263 9.76313 241.222 9.79316 241.194 9.83322C241.165 9.87328 241.149 9.92137 241.149 9.97069C241.149 10.02 241.165 10.0681 241.194 10.1082C241.222 10.1482 241.263 10.1782 241.31 10.194L242.708 10.6597C242.89 10.7203 243.067 10.7955 243.236 10.8843C243.238 10.8852 243.239 10.8861 243.241 10.887C243.255 10.8942 243.268 10.9015 243.282 10.9089C243.577 11.0698 243.849 11.2726 244.089 11.5121C244.335 11.7582 244.542 12.0387 244.705 12.3438C244.705 12.3438 244.705 12.3439 244.705 12.3438C244.71 12.3532 244.715 12.3626 244.72 12.3719C244.807 12.5389 244.881 12.713 244.941 12.8928L245.405 14.2933C245.42 14.34 245.45 14.3807 245.49 14.4094C245.531 14.4382 245.579 14.4537 245.628 14.4537C245.677 14.4537 245.725 14.4382 245.765 14.4094C245.805 14.3807 245.836 14.34 245.851 14.2933L246.334 12.9108C246.334 12.9099 246.334 12.909 246.335 12.908C246.399 12.7155 246.48 12.5295 246.576 12.3519C246.576 12.3511 246.577 12.3502 246.577 12.3494C246.577 12.3495 246.577 12.3493 246.577 12.3494C246.739 12.0496 246.945 11.7735 247.187 11.531C247.434 11.2842 247.715 11.0761 248.021 10.9127C248.021 10.9127 248.021 10.9126 248.021 10.9127C248.032 10.9067 248.043 10.9008 248.055 10.895C248.219 10.8094 248.39 10.7367 248.567 10.6777L249.964 10.212C250.011 10.1962 250.051 10.1662 250.08 10.1261C250.109 10.0861 250.124 10.038 250.124 9.98865C250.124 9.93932 250.109 9.89124 250.08 9.85118C250.051 9.81111 250.011 9.78109 249.964 9.76533L248.584 9.2828C248.582 9.28229 248.581 9.28178 248.579 9.28127C248.386 9.21766 248.2 9.13771 248.022 9.0426C248.022 9.04246 248.021 9.04233 248.021 9.04219C247.716 8.87911 247.436 8.6715 247.19 8.42528C246.949 8.18371 246.744 7.90916 246.583 7.61073C246.575 7.59647 246.568 7.58215 246.56 7.56778C246.558 7.56365 246.556 7.55952 246.554 7.55538ZM250.528 8.13617C250.911 8.26841 251.244 8.51614 251.481 8.8454C251.72 9.17856 251.849 9.57842 251.849 9.98865C251.849 10.3989 251.72 10.7987 251.481 11.1319C251.241 11.4651 250.903 11.7148 250.515 11.8458L250.509 11.8476L249.113 12.313C249.113 12.3131 249.113 12.313 249.113 12.313C248.847 12.402 248.605 12.5517 248.406 12.7501C248.208 12.9486 248.058 13.1906 247.969 13.4569L247.962 13.4789L247.481 14.857C247.348 15.2403 247.101 15.5732 246.771 15.8098C246.438 16.0491 246.038 16.1778 245.628 16.1778C245.218 16.1778 244.818 16.0491 244.485 15.8098C244.152 15.5705 243.902 15.2327 243.771 14.844L243.768 14.835L243.305 13.4364C243.305 13.4361 243.305 13.4366 243.305 13.4364C243.217 13.1709 243.067 12.929 242.87 12.7312C242.672 12.5332 242.43 12.3842 242.165 12.2959L240.759 11.8278C240.37 11.6968 240.033 11.4471 239.793 11.1139C239.554 10.7808 239.425 10.3809 239.425 9.97069C239.425 9.56049 239.554 9.16063 239.793 8.82744C240.033 8.49425 240.37 8.24457 240.759 8.11355L240.766 8.11118L242.168 7.64532C242.437 7.55664 242.682 7.40606 242.882 7.20569C243.082 7.00531 243.233 6.76075 243.321 6.49165L243.325 6.48218L243.782 5.11815C243.902 4.74417 244.131 4.41429 244.441 4.17177C244.764 3.9184 245.159 3.77319 245.57 3.75668C245.981 3.74017 246.386 3.8532 246.729 4.07977C247.072 4.30634 247.335 4.635 247.481 5.01924C247.49 5.04198 247.498 5.06491 247.506 5.08799L247.972 6.49448C248.06 6.76292 248.21 7.00692 248.41 7.20674C248.609 7.40655 248.853 7.55657 249.121 7.64467C249.132 7.64809 249.142 7.65162 249.153 7.65525L250.528 8.13617ZM244.217 13.7426C244.219 13.7376 244.221 13.7326 244.223 13.7275L244.217 13.7426ZM249.398 11.3937L249.413 11.3992C249.408 11.3974 249.403 11.3956 249.398 11.3937ZM254.795 2.76059C254.752 2.67716 254.715 2.59016 254.686 2.50038L254.454 1.80014C254.445 1.77704 254.429 1.75728 254.409 1.74366C254.388 1.73004 254.364 1.72324 254.339 1.72423C254.314 1.72523 254.291 1.73396 254.271 1.74919C254.252 1.76442 254.237 1.78539 254.231 1.80912L253.998 2.50038C253.969 2.59024 253.932 2.67732 253.889 2.76082C253.889 2.76238 253.888 2.76393 253.887 2.76548C253.872 2.79425 253.856 2.82259 253.84 2.85048C253.773 2.96371 253.693 3.06939 253.602 3.16539C253.592 3.17637 253.581 3.18721 253.571 3.19793C253.559 3.20907 253.548 3.22006 253.537 3.23088C253.441 3.32206 253.335 3.40188 253.222 3.46902C253.195 3.48498 253.167 3.50022 253.14 3.51473C253.14 3.51472 253.14 3.51474 253.14 3.51473C253.055 3.55922 252.966 3.59685 252.874 3.62704L252.175 3.85933C252.157 3.86503 252.141 3.87478 252.128 3.8878C252.115 3.90082 252.105 3.91674 252.1 3.93424C252.094 3.95175 252.093 3.97036 252.096 3.98855C252.098 4.00673 252.106 4.02398 252.116 4.03888C252.13 4.05956 252.151 4.07496 252.175 4.08264L252.874 4.31493C252.965 4.3451 253.053 4.38252 253.137 4.42669C253.138 4.42727 253.139 4.42786 253.14 4.42845C253.168 4.44301 253.195 4.45831 253.222 4.47432C253.332 4.54001 253.435 4.61768 253.528 4.70611C253.54 4.7176 253.552 4.72927 253.564 4.74112C253.576 4.75337 253.589 4.76579 253.6 4.77837C253.691 4.87452 253.77 4.98032 253.837 5.09364C253.849 5.11484 253.861 5.1363 253.873 5.15801C253.876 5.16299 253.878 5.16799 253.881 5.173C253.924 5.25587 253.961 5.34229 253.99 5.4315L254.222 6.13173C254.229 6.15552 254.244 6.17626 254.264 6.19098C254.284 6.2057 254.309 6.21363 254.334 6.21363C254.359 6.21363 254.383 6.2057 254.403 6.19098C254.423 6.17626 254.438 6.15552 254.446 6.13173L254.686 5.44048C254.718 5.34415 254.758 5.25109 254.806 5.16224C254.806 5.16155 254.807 5.16087 254.807 5.16019C254.819 5.13731 254.832 5.11472 254.846 5.09242C254.911 4.98258 254.989 4.87994 255.077 4.78643C255.089 4.77416 255.1 4.76205 255.112 4.7501C255.125 4.73746 255.138 4.72502 255.151 4.71279C255.246 4.62351 255.35 4.54527 255.461 4.4793C255.483 4.46632 255.506 4.45382 255.528 4.4418C255.535 4.43831 255.541 4.43487 255.548 4.43146C255.63 4.38911 255.715 4.35311 255.803 4.32391L256.502 4.09162C256.526 4.08401 256.546 4.06904 256.561 4.04887C256.576 4.0287 256.584 4.00437 256.584 3.9794C256.584 3.95443 256.576 3.93011 256.561 3.90994C256.546 3.88977 256.526 3.8748 256.502 3.86719L255.812 3.62704C255.715 3.59523 255.621 3.55515 255.531 3.50741C255.531 3.50742 255.531 3.5074 255.531 3.50741C255.508 3.49506 255.485 3.48216 255.463 3.46879C255.35 3.40195 255.245 3.32254 255.149 3.23185C255.137 3.22078 255.126 3.20955 255.114 3.19814C255.103 3.18707 255.092 3.17585 255.082 3.16451C254.992 3.06988 254.913 2.96585 254.847 2.85446C254.83 2.82665 254.815 2.79839 254.8 2.76969C254.798 2.76666 254.797 2.76363 254.795 2.76059ZM257.06 2.23593C257.418 2.35799 257.73 2.58748 257.954 2.89351C258.184 3.20874 258.308 3.58897 258.308 3.9794C258.308 4.36983 258.184 4.75007 257.954 5.0653C257.727 5.37653 257.408 5.6086 257.042 5.72901L256.346 5.9601C256.341 5.96195 256.336 5.96511 256.331 5.96925C256.327 5.97339 256.324 5.97845 256.322 5.98401L256.315 6.00627L256.077 6.68943C255.955 7.04777 255.726 7.36014 255.42 7.58365C255.104 7.8138 254.724 7.93777 254.334 7.93777C253.943 7.93777 253.563 7.81378 253.248 7.58365C252.936 7.35591 252.703 7.03592 252.583 6.66905L252.354 5.97503C252.354 5.97491 252.354 5.97516 252.354 5.97503C252.352 5.96962 252.349 5.96432 252.345 5.96027C252.341 5.95613 252.336 5.953 252.33 5.95116L251.634 5.71972C251.258 5.5957 250.932 5.35363 250.705 5.02975C250.544 4.79981 250.437 4.53577 250.393 4.25788C250.347 3.97105 250.37 3.67754 250.46 3.40134C250.55 3.12513 250.704 2.8741 250.909 2.66875C251.112 2.46545 251.36 2.31261 251.633 2.22243L252.335 1.98917C252.341 1.98732 252.346 1.98419 252.35 1.98C252.354 1.97581 252.357 1.9707 252.359 1.96508L252.364 1.95118L252.592 1.2737C252.705 0.92527 252.919 0.617971 253.208 0.391619C253.512 0.153478 253.884 0.017004 254.27 0.0014872C254.656 -0.0140301 255.037 0.092203 255.359 0.305151C255.681 0.518101 255.929 0.826993 256.066 1.18814C256.074 1.21101 256.083 1.23406 256.09 1.25728L256.325 1.96467C256.327 1.97029 256.33 1.97541 256.334 1.9796C256.338 1.98379 256.343 1.98693 256.349 1.98877C256.359 1.99198 256.369 1.99528 256.378 1.99867L257.06 2.23593ZM252.705 2.442C252.709 2.44338 252.713 2.44476 252.717 2.44617L252.705 2.442Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M280.275 3.34915L269.986 22.9751H290.564L280.275 3.34915ZM281.27 0.573772C280.869 -0.191257 279.681 -0.191258 279.28 0.573772L267.996 22.0977C267.291 23.442 268.359 25 269.986 25H290.564C292.191 25 293.259 23.442 292.554 22.0977L281.27 0.573772Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M308.832 1.80465C306.814 2.02045 304.898 2.80297 303.306 4.06177C301.713 5.32057 300.51 7.00426 299.834 8.91826C299.158 10.8323 299.037 12.8984 299.486 14.878C299.935 16.8576 300.935 18.6697 302.37 20.105C303.806 21.5403 305.618 22.5402 307.597 22.989C309.577 23.4379 311.643 23.3175 313.557 22.6416C315.471 21.9658 317.155 20.7621 318.414 19.1697C319.672 17.5774 320.455 15.6613 320.671 13.643C319.934 14.5791 319.007 15.3485 317.951 15.9004C316.896 16.4522 315.735 16.7741 314.546 16.8447C313.357 16.9153 312.166 16.7331 311.052 16.31C309.939 15.887 308.927 15.2327 308.085 14.3904C307.243 13.548 306.588 12.5367 306.165 11.423C305.742 10.3094 305.56 9.11876 305.631 7.92958C305.701 6.74039 306.023 5.57968 306.575 4.52394C307.127 3.4682 307.896 2.54141 308.832 1.80465ZM297.475 12.5C297.475 5.59651 303.072 0 309.975 0C310.809 0 311.225 0.663953 311.297 1.19302C311.366 1.70233 311.178 2.35 310.593 2.70349C309.724 3.22774 308.986 3.94282 308.435 4.79454C307.883 5.64627 307.533 6.61231 307.411 7.61947C307.288 8.62663 307.396 9.6485 307.727 10.6077C308.058 11.5668 308.602 12.4381 309.32 13.1556C310.037 13.873 310.909 14.4178 311.868 14.7485C312.827 15.0793 313.849 15.1875 314.856 15.0648C315.863 14.9422 316.829 14.5919 317.681 14.0405C318.533 13.4892 319.248 12.7512 319.772 11.8826C320.125 11.2977 320.773 11.1093 321.282 11.1779C321.811 11.25 322.475 11.6663 322.475 12.5C322.475 19.4035 316.879 25 309.975 25C303.072 25 297.475 19.4035 297.475 12.5Z' fill='white'/%3E%3Cpath d='M340.017 1.14169L351.034 12.1579C351.223 12.3469 351.223 12.6531 351.034 12.8421L340.017 23.8583C339.828 24.0472 339.522 24.0472 339.333 23.8583L328.317 12.8421C328.128 12.6531 328.128 12.3469 328.317 12.1579L339.333 1.14169C339.522 0.952771 339.828 0.952771 340.017 1.14169Z' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M369.375 0C369.868 0 370.268 0.414551 370.268 0.925926V1.78063H377.666C378.133 1.78063 378.574 1.98012 378.895 2.32411C379.214 2.667 379.388 3.12539 379.388 3.59687V8.93875C379.388 9.41022 379.214 9.86861 378.895 10.2115C378.574 10.5555 378.133 10.755 377.666 10.755H370.268V12.4644H377.322C377.322 12.4644 377.322 12.4644 377.322 12.4644C377.553 12.4644 377.781 12.5132 377.992 12.6072C378.203 12.7012 378.393 12.838 378.552 13.0083L381.625 16.3084C381.959 16.6672 381.959 17.236 381.625 17.5948L378.552 20.8948C378.393 21.0651 378.203 21.202 377.992 21.2959C377.781 21.3899 377.553 21.4388 377.323 21.4387C377.322 21.4387 377.323 21.4387 377.323 21.4387H370.268V24.0741C370.268 24.5854 369.868 25 369.375 25C368.882 25 368.482 24.5854 368.482 24.0741V21.4387H361.084C360.617 21.4387 360.176 21.2393 359.856 20.8953C359.537 20.5524 359.362 20.094 359.362 19.6225V14.2806C359.362 13.8092 359.537 13.3508 359.856 13.0079C360.176 12.6639 360.617 12.4644 361.084 12.4644H368.482V10.755H361.428C361.428 10.755 361.428 10.755 361.428 10.755C361.197 10.755 360.97 10.7062 360.758 10.6122C360.547 10.5182 360.358 10.3815 360.199 10.2113C360.199 10.2112 360.199 10.2114 360.199 10.2113L357.126 6.91102C356.792 6.55221 356.792 5.9834 357.126 5.6246L360.199 2.32453C360.199 2.32446 360.199 2.32461 360.199 2.32453C360.357 2.15437 360.547 2.01737 360.758 1.92343C360.97 1.82943 361.197 1.78061 361.428 1.78063C361.428 1.78063 361.428 1.78063 361.428 1.78063H368.482V0.925926C368.482 0.414551 368.882 0 369.375 0ZM361.463 3.63248L359.009 6.26781L361.463 8.90313H377.602V3.63248H361.463ZM361.148 14.3162V19.5869H377.287L379.741 16.9516L377.287 14.3162H361.148Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M399.075 21.6509L388.786 2.02494H409.364L399.075 21.6509ZM400.07 24.4262C399.669 25.1913 398.481 25.1913 398.08 24.4262L386.796 2.90233C386.091 1.55801 387.159 0 388.786 0H409.364C410.991 0 412.059 1.55801 411.354 2.90233L400.07 24.4262Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M428.775 0C429.007 0 429.229 0.091881 429.392 0.25543C429.556 0.418979 429.647 0.6408 429.647 0.872093V2.03488C429.647 2.26618 429.556 2.488 429.392 2.65155C429.229 2.8151 429.007 2.90698 428.775 2.90698C428.544 2.90698 428.322 2.8151 428.159 2.65155C427.995 2.488 427.903 2.26618 427.903 2.03488V0.872093C427.903 0.6408 427.995 0.418979 428.159 0.25543C428.322 0.091881 428.544 0 428.775 0ZM419.937 3.66163C420.101 3.49831 420.322 3.40658 420.553 3.40658C420.784 3.40658 421.006 3.49831 421.17 3.66163L421.627 4.11744C421.785 4.28184 421.873 4.5021 421.872 4.73076C421.87 4.95942 421.778 5.1782 421.617 5.33997C421.455 5.50174 421.236 5.59356 421.008 5.59565C420.779 5.59775 420.559 5.50995 420.394 5.35116L419.937 4.89419C419.774 4.73067 419.682 4.50901 419.682 4.27791C419.682 4.0468 419.774 3.82515 419.937 3.66163ZM437.614 3.66163C437.777 3.82515 437.869 4.0468 437.869 4.27791C437.869 4.50901 437.777 4.73067 437.614 4.89419L437.157 5.35116C436.991 5.50521 436.773 5.58907 436.547 5.58509C436.321 5.5811 436.105 5.48958 435.946 5.32979C435.786 5.17001 435.694 4.95445 435.69 4.72851C435.686 4.50258 435.77 4.28392 435.924 4.1186L436.381 3.66163C436.545 3.49831 436.766 3.40658 436.997 3.40658C437.229 3.40658 437.45 3.49831 437.614 3.66163ZM428.775 6.39535C427.156 6.39535 425.604 7.03852 424.459 8.18336C423.314 9.3282 422.671 10.8809 422.671 12.5C422.671 14.1191 423.314 15.6718 424.459 16.8166C425.604 17.9615 427.156 18.6047 428.775 18.6047C430.394 18.6047 431.947 17.9615 433.092 16.8166C434.237 15.6718 434.88 14.1191 434.88 12.5C434.88 10.8809 434.237 9.3282 433.092 8.18336C431.947 7.03852 430.394 6.39535 428.775 6.39535ZM420.927 12.5C420.927 10.4184 421.753 8.42198 423.225 6.95003C424.697 5.47809 426.694 4.65116 428.775 4.65116C430.857 4.65116 432.853 5.47809 434.325 6.95003C435.797 8.42198 436.624 10.4184 436.624 12.5C436.624 14.5816 435.797 16.578 434.325 18.05C432.853 19.5219 430.857 20.3488 428.775 20.3488C426.694 20.3488 424.697 19.5219 423.225 18.05C421.753 16.578 420.927 14.5816 420.927 12.5ZM416.275 12.5C416.275 12.2687 416.367 12.0469 416.531 11.8833C416.694 11.7198 416.916 11.6279 417.147 11.6279H418.31C418.542 11.6279 418.763 11.7198 418.927 11.8833C419.09 12.0469 419.182 12.2687 419.182 12.5C419.182 12.7313 419.09 12.9531 418.927 13.1167C418.763 13.2802 418.542 13.3721 418.31 13.3721H417.147C416.916 13.3721 416.694 13.2802 416.531 13.1167C416.367 12.9531 416.275 12.7313 416.275 12.5ZM438.368 12.5C438.368 12.2687 438.46 12.0469 438.624 11.8833C438.787 11.7198 439.009 11.6279 439.241 11.6279H440.403C440.635 11.6279 440.856 11.7198 441.02 11.8833C441.184 12.0469 441.275 12.2687 441.275 12.5C441.275 12.7313 441.184 12.9531 441.02 13.1167C440.856 13.2802 440.635 13.3721 440.403 13.3721H439.241C439.009 13.3721 438.787 13.2802 438.624 13.1167C438.46 12.9531 438.368 12.7313 438.368 12.5ZM435.924 19.6488C436.088 19.4855 436.309 19.3938 436.541 19.3938C436.772 19.3938 436.993 19.4855 437.157 19.6488L437.614 20.1058C437.699 20.1857 437.768 20.2819 437.816 20.3889C437.863 20.4959 437.889 20.6114 437.891 20.7285C437.893 20.8456 437.872 20.9619 437.828 21.0705C437.784 21.1791 437.719 21.2777 437.636 21.3605C437.553 21.4433 437.454 21.5086 437.346 21.5525C437.237 21.5963 437.121 21.6179 437.004 21.6158C436.887 21.6137 436.771 21.5881 436.664 21.5404C436.557 21.4928 436.461 21.4241 436.381 21.3384L435.924 20.8814C435.761 20.7179 435.669 20.4962 435.669 20.2651C435.669 20.034 435.761 19.8124 435.924 19.6488ZM421.627 19.6488C421.79 19.8124 421.882 20.034 421.882 20.2651C421.882 20.4962 421.79 20.7179 421.627 20.8814L421.17 21.3384C421.09 21.4241 420.993 21.4928 420.886 21.5404C420.78 21.5881 420.664 21.6137 420.547 21.6158C420.43 21.6179 420.314 21.5963 420.205 21.5525C420.096 21.5086 419.998 21.4433 419.915 21.3605C419.832 21.2777 419.767 21.1791 419.723 21.0705C419.679 20.9619 419.658 20.8456 419.66 20.7285C419.662 20.6114 419.687 20.4959 419.735 20.3889C419.783 20.2819 419.851 20.1857 419.937 20.1058L420.393 19.6488C420.474 19.5678 420.57 19.5035 420.676 19.4596C420.782 19.4158 420.895 19.3932 421.01 19.3932C421.124 19.3932 421.238 19.4158 421.344 19.4596C421.449 19.5035 421.546 19.5678 421.627 19.6488ZM428.775 22.093C429.007 22.093 429.229 22.1849 429.392 22.3485C429.556 22.512 429.647 22.7338 429.647 22.9651V24.1279C429.647 24.3592 429.556 24.581 429.392 24.7446C429.229 24.9081 429.007 25 428.775 25C428.544 25 428.322 24.9081 428.159 24.7446C427.995 24.581 427.903 24.3592 427.903 24.1279V22.9651C427.903 22.7338 427.995 22.512 428.159 22.3485C428.322 22.1849 428.544 22.093 428.775 22.093Z' fill='white'/%3E%3Ccircle cx='458.475' cy='12.5' r='11.5' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M491.746 11.1389C491.728 11.0915 491.699 11.049 491.662 11.0148C491.624 10.9806 491.579 10.9556 491.531 10.9419C491.482 10.9281 491.43 10.926 491.38 10.9357C491.331 10.9453 491.284 10.9665 491.244 10.9975C491.191 11.0403 491.152 11.0971 491.133 11.1624L490.494 13.0634C490.257 13.7857 489.853 14.4422 489.316 14.9802C488.778 15.5181 488.122 15.9224 487.4 16.1606L485.478 16.7991C485.413 16.8202 485.356 16.8612 485.316 16.9165C485.276 16.9717 485.254 17.0383 485.254 17.1066C485.254 17.1749 485.276 17.2415 485.316 17.2967C485.356 17.3519 485.413 17.393 485.478 17.4141L487.4 18.0526C488.116 18.2907 488.766 18.6924 489.299 19.2257C489.832 19.7591 490.233 20.4095 490.47 21.1251L491.108 23.0496C491.128 23.1152 491.169 23.1725 491.224 23.2132C491.28 23.2539 491.347 23.2759 491.415 23.2759C491.484 23.2759 491.551 23.2539 491.606 23.2132C491.661 23.1725 491.702 23.1152 491.723 23.0496L492.385 21.1487C492.622 20.4332 493.023 19.7829 493.556 19.2495C494.089 18.7161 494.739 18.3144 495.454 18.0762L497.377 17.4376C497.442 17.4166 497.499 17.3755 497.539 17.3203C497.579 17.265 497.601 17.1985 497.601 17.1302C497.601 17.0619 497.579 16.9953 497.539 16.9401C497.499 16.8848 497.442 16.8437 497.377 16.8227L495.479 16.1606C494.756 15.9232 494.1 15.5192 493.562 14.9811C493.025 14.4431 492.621 13.7861 492.385 13.0634L491.746 11.1389ZM497.935 15.1911C498.335 15.3268 498.684 15.5834 498.934 15.9259C499.188 16.2758 499.325 16.6975 499.325 17.1302C499.325 17.5629 499.188 17.9845 498.934 18.3344C498.681 18.682 498.325 18.9411 497.917 19.0752L495.999 19.7119C495.998 19.7121 495.998 19.7122 495.998 19.7124C495.537 19.8659 495.119 20.1246 494.776 20.468C494.433 20.8117 494.174 21.2307 494.021 21.6917L494.013 21.7158L493.356 23.6014C493.223 24.0018 492.968 24.3514 492.628 24.6019C492.277 24.8605 491.852 25 491.415 25C490.979 25 490.554 24.8605 490.203 24.6019C489.857 24.3477 489.6 23.9913 489.468 23.5834L488.834 21.6683C488.681 21.2072 488.423 20.7881 488.079 20.4444C487.736 20.1008 487.317 19.8419 486.856 19.6885L484.938 19.0516C484.53 18.9175 484.175 18.6584 483.922 18.3109C483.667 17.9609 483.53 17.5393 483.53 17.1066C483.53 16.6739 483.667 16.2523 483.922 15.9023C484.174 15.5549 484.53 15.2959 484.938 15.1618L486.86 14.5233C487.326 14.3696 487.749 14.1087 488.096 13.7617C488.443 13.4146 488.703 12.9911 488.856 12.525L488.86 12.5144L489.492 10.6303C489.618 10.2379 489.855 9.90317 490.16 9.65677C490.17 9.64852 490.18 9.64039 490.19 9.63237C490.443 9.43718 490.739 9.30385 491.052 9.24303C491.366 9.18221 491.69 9.19561 491.997 9.28213C492.305 9.36865 492.588 9.52591 492.824 9.74133C493.06 9.95676 493.243 10.2244 493.357 10.5229C493.366 10.547 493.375 10.5714 493.383 10.5959L494.023 12.527C494.176 12.9926 494.436 13.4159 494.782 13.7626C495.128 14.1093 495.551 14.3697 496.017 14.5226C496.023 14.5247 496.03 14.5268 496.036 14.529C496.039 14.5302 496.043 14.5314 496.046 14.5326L497.935 15.1911ZM482.804 7.55538C482.718 7.38874 482.644 7.21496 482.585 7.0356C482.585 7.03393 482.584 7.03226 482.584 7.0306L482.119 5.63124C482.102 5.58504 482.07 5.54552 482.029 5.51828C481.988 5.49103 481.939 5.47744 481.889 5.47943C481.84 5.48141 481.793 5.49887 481.754 5.52934C481.715 5.55981 481.686 5.60174 481.673 5.6492L481.209 7.0306C481.209 7.03154 481.209 7.03248 481.208 7.03342C481.149 7.21238 481.076 7.38577 480.99 7.55207C480.988 7.55518 480.987 7.55828 480.985 7.56138C480.977 7.57753 480.968 7.59361 480.959 7.60962C480.798 7.90816 480.593 8.18282 480.352 8.42453C480.109 8.66705 479.834 8.8722 479.534 9.03436C479.52 9.04192 479.506 9.04938 479.492 9.05675C479.491 9.05705 479.491 9.05734 479.49 9.05764C479.32 9.14682 479.142 9.22221 478.958 9.2828L477.56 9.74738C477.513 9.76313 477.472 9.79316 477.444 9.83322C477.415 9.87328 477.399 9.92137 477.399 9.97069C477.399 10.02 477.415 10.0681 477.444 10.1082C477.472 10.1482 477.513 10.1782 477.56 10.194L478.958 10.6597C479.14 10.7203 479.317 10.7955 479.486 10.8843C479.488 10.8852 479.489 10.8861 479.491 10.887C479.505 10.8942 479.518 10.9015 479.532 10.9089C479.827 11.0698 480.099 11.2726 480.339 11.5121C480.585 11.7582 480.792 12.0387 480.955 12.3438C480.955 12.3438 480.955 12.3439 480.955 12.3438C480.96 12.3532 480.965 12.3626 480.97 12.3719C481.057 12.5389 481.131 12.713 481.191 12.8928L481.655 14.2933C481.67 14.34 481.7 14.3807 481.74 14.4094C481.781 14.4382 481.829 14.4537 481.878 14.4537C481.927 14.4537 481.975 14.4382 482.015 14.4094C482.055 14.3807 482.086 14.34 482.101 14.2933L482.584 12.9108C482.584 12.9099 482.584 12.909 482.585 12.908C482.649 12.7155 482.73 12.5295 482.826 12.3519C482.826 12.3511 482.827 12.3502 482.827 12.3494C482.827 12.3495 482.827 12.3493 482.827 12.3494C482.989 12.0496 483.195 11.7735 483.437 11.531C483.684 11.2842 483.965 11.0761 484.271 10.9127C484.271 10.9127 484.271 10.9126 484.271 10.9127C484.282 10.9067 484.293 10.9008 484.305 10.895C484.469 10.8094 484.64 10.7367 484.817 10.6777L486.214 10.212C486.261 10.1962 486.301 10.1662 486.33 10.1261C486.359 10.0861 486.374 10.038 486.374 9.98865C486.374 9.93932 486.359 9.89124 486.33 9.85118C486.301 9.81111 486.261 9.78109 486.214 9.76533L484.834 9.2828C484.832 9.28229 484.831 9.28178 484.829 9.28127C484.636 9.21766 484.45 9.13771 484.272 9.0426C484.272 9.04246 484.271 9.04233 484.271 9.04219C483.966 8.87911 483.686 8.6715 483.44 8.42528C483.199 8.18371 482.994 7.90916 482.833 7.61073C482.825 7.59647 482.818 7.58215 482.81 7.56778C482.808 7.56365 482.806 7.55952 482.804 7.55538ZM486.778 8.13617C487.161 8.26841 487.494 8.51614 487.731 8.8454C487.97 9.17856 488.099 9.57842 488.099 9.98865C488.099 10.3989 487.97 10.7987 487.731 11.1319C487.491 11.4651 487.153 11.7148 486.765 11.8458L486.759 11.8476L485.363 12.313C485.363 12.3131 485.363 12.313 485.363 12.313C485.097 12.402 484.855 12.5517 484.656 12.7501C484.458 12.9486 484.308 13.1906 484.219 13.4569L484.212 13.4789L483.731 14.857C483.598 15.2403 483.351 15.5732 483.021 15.8098C482.688 16.0491 482.288 16.1778 481.878 16.1778C481.468 16.1778 481.068 16.0491 480.735 15.8098C480.402 15.5705 480.152 15.2327 480.021 14.844L480.018 14.835L479.555 13.4364C479.555 13.4361 479.555 13.4366 479.555 13.4364C479.467 13.1709 479.317 12.929 479.12 12.7312C478.922 12.5332 478.68 12.3842 478.415 12.2959L477.009 11.8278C476.62 11.6968 476.283 11.4471 476.043 11.1139C475.804 10.7808 475.675 10.3809 475.675 9.97069C475.675 9.56049 475.804 9.16063 476.043 8.82744C476.283 8.49425 476.62 8.24457 477.009 8.11355L477.016 8.11118L478.418 7.64532C478.687 7.55664 478.932 7.40606 479.132 7.20569C479.332 7.00531 479.483 6.76075 479.571 6.49165L479.575 6.48218L480.032 5.11815C480.152 4.74417 480.381 4.41429 480.691 4.17177C481.014 3.9184 481.409 3.77319 481.82 3.75668C482.231 3.74017 482.636 3.8532 482.979 4.07977C483.322 4.30634 483.585 4.635 483.731 5.01924C483.74 5.04198 483.748 5.06491 483.756 5.08799L484.222 6.49448C484.31 6.76292 484.46 7.00692 484.66 7.20674C484.859 7.40655 485.103 7.55657 485.371 7.64467C485.382 7.64809 485.392 7.65162 485.403 7.65525L486.778 8.13617ZM480.467 13.7426C480.469 13.7376 480.471 13.7326 480.473 13.7275L480.467 13.7426ZM485.648 11.3937L485.663 11.3992C485.658 11.3974 485.653 11.3956 485.648 11.3937ZM491.045 2.76059C491.002 2.67716 490.965 2.59016 490.936 2.50038L490.704 1.80014C490.695 1.77704 490.679 1.75728 490.659 1.74366C490.638 1.73004 490.614 1.72324 490.589 1.72423C490.564 1.72523 490.541 1.73396 490.521 1.74919C490.502 1.76442 490.487 1.78539 490.481 1.80912L490.248 2.50038C490.219 2.59024 490.182 2.67732 490.139 2.76082C490.139 2.76238 490.138 2.76393 490.137 2.76548C490.122 2.79425 490.106 2.82259 490.09 2.85048C490.023 2.96371 489.943 3.06939 489.852 3.16539C489.842 3.17637 489.831 3.18721 489.821 3.19793C489.809 3.20907 489.798 3.22006 489.787 3.23088C489.691 3.32206 489.585 3.40188 489.472 3.46902C489.445 3.48498 489.417 3.50022 489.39 3.51473C489.39 3.51472 489.39 3.51474 489.39 3.51473C489.305 3.55922 489.216 3.59685 489.124 3.62704L488.425 3.85933C488.407 3.86503 488.391 3.87478 488.378 3.8878C488.365 3.90082 488.355 3.91674 488.35 3.93424C488.344 3.95175 488.343 3.97036 488.346 3.98855C488.348 4.00673 488.356 4.02398 488.366 4.03888C488.38 4.05956 488.401 4.07496 488.425 4.08264L489.124 4.31493C489.215 4.3451 489.303 4.38252 489.387 4.42669C489.388 4.42727 489.389 4.42786 489.39 4.42845C489.418 4.44301 489.445 4.45831 489.472 4.47432C489.582 4.54001 489.685 4.61768 489.778 4.70611C489.79 4.7176 489.802 4.72927 489.814 4.74112C489.826 4.75337 489.839 4.76579 489.85 4.77837C489.941 4.87452 490.02 4.98032 490.087 5.09364C490.099 5.11484 490.111 5.1363 490.123 5.15801C490.126 5.16299 490.128 5.16799 490.131 5.173C490.174 5.25587 490.211 5.34229 490.24 5.4315L490.472 6.13173C490.479 6.15552 490.494 6.17626 490.514 6.19098C490.534 6.2057 490.559 6.21363 490.584 6.21363C490.609 6.21363 490.633 6.2057 490.653 6.19098C490.673 6.17626 490.688 6.15552 490.696 6.13173L490.936 5.44048C490.968 5.34415 491.008 5.25109 491.056 5.16224C491.056 5.16155 491.057 5.16087 491.057 5.16019C491.069 5.13731 491.082 5.11472 491.096 5.09242C491.161 4.98258 491.239 4.87994 491.327 4.78643C491.339 4.77416 491.35 4.76205 491.362 4.7501C491.375 4.73746 491.388 4.72502 491.401 4.71279C491.496 4.62351 491.6 4.54527 491.711 4.4793C491.733 4.46632 491.756 4.45382 491.778 4.4418C491.785 4.43831 491.791 4.43487 491.798 4.43146C491.88 4.38911 491.965 4.35311 492.053 4.32391L492.752 4.09162C492.776 4.08401 492.796 4.06904 492.811 4.04887C492.826 4.0287 492.834 4.00437 492.834 3.9794C492.834 3.95443 492.826 3.93011 492.811 3.90994C492.796 3.88977 492.776 3.8748 492.752 3.86719L492.062 3.62704C491.965 3.59523 491.871 3.55515 491.781 3.50741C491.781 3.50742 491.781 3.5074 491.781 3.50741C491.758 3.49506 491.735 3.48216 491.713 3.46879C491.6 3.40195 491.495 3.32254 491.399 3.23185C491.387 3.22078 491.376 3.20955 491.364 3.19814C491.353 3.18707 491.342 3.17585 491.332 3.16451C491.242 3.06988 491.163 2.96585 491.097 2.85446C491.08 2.82665 491.065 2.79839 491.05 2.76969C491.048 2.76666 491.047 2.76363 491.045 2.76059ZM493.31 2.23593C493.668 2.35799 493.98 2.58748 494.204 2.89351C494.434 3.20874 494.558 3.58897 494.558 3.9794C494.558 4.36983 494.434 4.75007 494.204 5.0653C493.977 5.37653 493.658 5.6086 493.292 5.72901L492.596 5.9601C492.591 5.96195 492.586 5.96511 492.581 5.96925C492.577 5.97339 492.574 5.97845 492.572 5.98401L492.565 6.00627L492.327 6.68943C492.205 7.04777 491.976 7.36014 491.67 7.58365C491.354 7.8138 490.974 7.93777 490.584 7.93777C490.193 7.93777 489.813 7.81378 489.498 7.58365C489.186 7.35591 488.953 7.03592 488.833 6.66905L488.604 5.97503C488.604 5.97491 488.604 5.97516 488.604 5.97503C488.602 5.96962 488.599 5.96432 488.595 5.96027C488.591 5.95613 488.586 5.953 488.58 5.95116L487.884 5.71972C487.508 5.5957 487.182 5.35363 486.955 5.02975C486.794 4.79981 486.687 4.53577 486.643 4.25788C486.597 3.97105 486.62 3.67754 486.71 3.40134C486.8 3.12513 486.954 2.8741 487.159 2.66875C487.362 2.46545 487.61 2.31261 487.883 2.22243L488.585 1.98917C488.591 1.98732 488.596 1.98419 488.6 1.98C488.604 1.97581 488.607 1.9707 488.609 1.96508L488.614 1.95118L488.842 1.2737C488.955 0.92527 489.169 0.617971 489.458 0.391619C489.762 0.153478 490.134 0.017004 490.52 0.0014872C490.906 -0.0140301 491.287 0.092203 491.609 0.305151C491.931 0.518101 492.179 0.826993 492.316 1.18814C492.324 1.21101 492.333 1.23406 492.34 1.25728L492.575 1.96467C492.577 1.97029 492.58 1.97541 492.584 1.9796C492.588 1.98379 492.593 1.98693 492.599 1.98877C492.609 1.99198 492.619 1.99528 492.628 1.99867L493.31 2.23593ZM488.955 2.442C488.959 2.44338 488.963 2.44476 488.967 2.44617L488.955 2.442Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M516.525 3.34915L506.236 22.9751H526.814L516.525 3.34915ZM517.52 0.573772C517.119 -0.191257 515.931 -0.191258 515.53 0.573772L504.246 22.0977C503.541 23.442 504.609 25 506.236 25H526.814C528.441 25 529.509 23.442 528.804 22.0977L517.52 0.573772Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M545.082 1.80465C543.064 2.02045 541.148 2.80297 539.555 4.06177C537.963 5.32057 536.759 7.00426 536.083 8.91826C535.408 10.8323 535.287 12.8984 535.736 14.878C536.185 16.8576 537.185 18.6697 538.62 20.105C540.055 21.5403 541.868 22.5402 543.847 22.989C545.827 23.4379 547.893 23.3175 549.807 22.6416C551.721 21.9658 553.405 20.7621 554.663 19.1697C555.922 17.5774 556.705 15.6613 556.92 13.643C556.184 14.5791 555.257 15.3485 554.201 15.9004C553.145 16.4522 551.985 16.7741 550.796 16.8447C549.606 16.9153 548.416 16.7331 547.302 16.31C546.188 15.887 545.177 15.2327 544.335 14.3904C543.492 13.548 542.838 12.5367 542.415 11.423C541.992 10.3094 541.81 9.11876 541.88 7.92958C541.951 6.74039 542.273 5.57968 542.825 4.52394C543.377 3.4682 544.146 2.54141 545.082 1.80465ZM533.725 12.5C533.725 5.59651 539.322 0 546.225 0C547.059 0 547.475 0.663953 547.547 1.19302C547.616 1.70233 547.427 2.35 546.843 2.70349C545.974 3.22774 545.236 3.94282 544.685 4.79454C544.133 5.64627 543.783 6.61231 543.66 7.61947C543.538 8.62663 543.646 9.6485 543.977 10.6077C544.307 11.5668 544.852 12.4381 545.57 13.1556C546.287 13.873 547.158 14.4178 548.117 14.7485C549.077 15.0793 550.098 15.1875 551.106 15.0648C552.113 14.9422 553.079 14.5919 553.931 14.0405C554.782 13.4892 555.497 12.7512 556.022 11.8826C556.375 11.2977 557.023 11.1093 557.532 11.1779C558.061 11.25 558.725 11.6663 558.725 12.5C558.725 19.4035 553.129 25 546.225 25C539.322 25 533.725 19.4035 533.725 12.5Z' fill='white'/%3E%3Cpath d='M576.267 1.14169L587.284 12.1579C587.473 12.3469 587.473 12.6531 587.284 12.8421L576.267 23.8583C576.078 24.0472 575.772 24.0472 575.583 23.8583L564.567 12.8421C564.378 12.6531 564.378 12.3469 564.567 12.1579L575.583 1.14169C575.772 0.952771 576.078 0.952771 576.267 1.14169Z' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M605.625 0C606.118 0 606.518 0.414551 606.518 0.925926V1.78063H613.916C614.383 1.78063 614.824 1.98012 615.145 2.32411C615.464 2.667 615.638 3.12539 615.638 3.59687V8.93875C615.638 9.41022 615.464 9.86861 615.145 10.2115C614.824 10.5555 614.383 10.755 613.916 10.755H606.518V12.4644H613.572C613.572 12.4644 613.572 12.4644 613.572 12.4644C613.803 12.4644 614.031 12.5132 614.242 12.6072C614.453 12.7012 614.643 12.838 614.802 13.0083L617.875 16.3084C618.209 16.6672 618.209 17.236 617.875 17.5948L614.802 20.8948C614.643 21.0651 614.453 21.202 614.242 21.2959C614.031 21.3899 613.803 21.4388 613.573 21.4387C613.572 21.4387 613.573 21.4387 613.573 21.4387H606.518V24.0741C606.518 24.5854 606.118 25 605.625 25C605.132 25 604.732 24.5854 604.732 24.0741V21.4387H597.334C596.867 21.4387 596.426 21.2393 596.106 20.8953C595.787 20.5524 595.612 20.094 595.612 19.6225V14.2806C595.612 13.8092 595.787 13.3508 596.106 13.0079C596.426 12.6639 596.867 12.4644 597.334 12.4644H604.732V10.755H597.678C597.678 10.755 597.678 10.755 597.678 10.755C597.447 10.755 597.22 10.7062 597.008 10.6122C596.797 10.5182 596.608 10.3815 596.449 10.2113C596.449 10.2112 596.449 10.2114 596.449 10.2113L593.376 6.91102C593.042 6.55221 593.042 5.9834 593.376 5.6246L596.449 2.32453C596.449 2.32446 596.449 2.32461 596.449 2.32453C596.607 2.15437 596.797 2.01737 597.008 1.92343C597.22 1.82943 597.447 1.78061 597.678 1.78063C597.678 1.78063 597.678 1.78063 597.678 1.78063H604.732V0.925926C604.732 0.414551 605.132 0 605.625 0ZM597.713 3.63248L595.259 6.26781L597.713 8.90313H613.852V3.63248H597.713ZM597.398 14.3162V19.5869H613.537L615.991 16.9516L613.537 14.3162H597.398Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M635.325 21.6509L625.036 2.02494H645.614L635.325 21.6509ZM636.32 24.4262C635.919 25.1913 634.731 25.1913 634.33 24.4262L623.046 2.90233C622.341 1.55801 623.409 0 625.036 0H645.614C647.241 0 648.309 1.55801 647.604 2.90233L636.32 24.4262Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M665.025 0C665.257 0 665.479 0.091881 665.642 0.25543C665.806 0.418979 665.897 0.6408 665.897 0.872093V2.03488C665.897 2.26618 665.806 2.488 665.642 2.65155C665.479 2.8151 665.257 2.90698 665.025 2.90698C664.794 2.90698 664.572 2.8151 664.409 2.65155C664.245 2.488 664.153 2.26618 664.153 2.03488V0.872093C664.153 0.6408 664.245 0.418979 664.409 0.25543C664.572 0.091881 664.794 0 665.025 0ZM656.187 3.66163C656.351 3.49831 656.572 3.40658 656.803 3.40658C657.034 3.40658 657.256 3.49831 657.42 3.66163L657.877 4.11744C658.035 4.28184 658.123 4.5021 658.122 4.73076C658.12 4.95942 658.028 5.1782 657.867 5.33997C657.705 5.50174 657.486 5.59356 657.258 5.59565C657.029 5.59775 656.809 5.50995 656.644 5.35116L656.187 4.89419C656.024 4.73067 655.932 4.50901 655.932 4.27791C655.932 4.0468 656.024 3.82515 656.187 3.66163ZM673.864 3.66163C674.027 3.82515 674.119 4.0468 674.119 4.27791C674.119 4.50901 674.027 4.73067 673.864 4.89419L673.407 5.35116C673.241 5.50521 673.023 5.58907 672.797 5.58509C672.571 5.5811 672.355 5.48958 672.196 5.32979C672.036 5.17001 671.944 4.95445 671.94 4.72851C671.936 4.50258 672.02 4.28392 672.174 4.1186L672.631 3.66163C672.795 3.49831 673.016 3.40658 673.247 3.40658C673.479 3.40658 673.7 3.49831 673.864 3.66163ZM665.025 6.39535C663.406 6.39535 661.854 7.03852 660.709 8.18336C659.564 9.3282 658.921 10.8809 658.921 12.5C658.921 14.1191 659.564 15.6718 660.709 16.8166C661.854 17.9615 663.406 18.6047 665.025 18.6047C666.644 18.6047 668.197 17.9615 669.342 16.8166C670.487 15.6718 671.13 14.1191 671.13 12.5C671.13 10.8809 670.487 9.3282 669.342 8.18336C668.197 7.03852 666.644 6.39535 665.025 6.39535ZM657.177 12.5C657.177 10.4184 658.003 8.42198 659.475 6.95003C660.947 5.47809 662.944 4.65116 665.025 4.65116C667.107 4.65116 669.103 5.47809 670.575 6.95003C672.047 8.42198 672.874 10.4184 672.874 12.5C672.874 14.5816 672.047 16.578 670.575 18.05C669.103 19.5219 667.107 20.3488 665.025 20.3488C662.944 20.3488 660.947 19.5219 659.475 18.05C658.003 16.578 657.177 14.5816 657.177 12.5ZM652.525 12.5C652.525 12.2687 652.617 12.0469 652.781 11.8833C652.944 11.7198 653.166 11.6279 653.397 11.6279H654.56C654.792 11.6279 655.013 11.7198 655.177 11.8833C655.34 12.0469 655.432 12.2687 655.432 12.5C655.432 12.7313 655.34 12.9531 655.177 13.1167C655.013 13.2802 654.792 13.3721 654.56 13.3721H653.397C653.166 13.3721 652.944 13.2802 652.781 13.1167C652.617 12.9531 652.525 12.7313 652.525 12.5ZM674.618 12.5C674.618 12.2687 674.71 12.0469 674.874 11.8833C675.037 11.7198 675.259 11.6279 675.491 11.6279H676.653C676.885 11.6279 677.106 11.7198 677.27 11.8833C677.434 12.0469 677.525 12.2687 677.525 12.5C677.525 12.7313 677.434 12.9531 677.27 13.1167C677.106 13.2802 676.885 13.3721 676.653 13.3721H675.491C675.259 13.3721 675.037 13.2802 674.874 13.1167C674.71 12.9531 674.618 12.7313 674.618 12.5ZM672.174 19.6488C672.338 19.4855 672.559 19.3938 672.791 19.3938C673.022 19.3938 673.243 19.4855 673.407 19.6488L673.864 20.1058C673.949 20.1857 674.018 20.2819 674.066 20.3889C674.113 20.4959 674.139 20.6114 674.141 20.7285C674.143 20.8456 674.122 20.9619 674.078 21.0705C674.034 21.1791 673.969 21.2777 673.886 21.3605C673.803 21.4433 673.704 21.5086 673.596 21.5525C673.487 21.5963 673.371 21.6179 673.254 21.6158C673.137 21.6137 673.021 21.5881 672.914 21.5404C672.807 21.4928 672.711 21.4241 672.631 21.3384L672.174 20.8814C672.011 20.7179 671.919 20.4962 671.919 20.2651C671.919 20.034 672.011 19.8124 672.174 19.6488ZM657.877 19.6488C658.04 19.8124 658.132 20.034 658.132 20.2651C658.132 20.4962 658.04 20.7179 657.877 20.8814L657.42 21.3384C657.34 21.4241 657.243 21.4928 657.136 21.5404C657.03 21.5881 656.914 21.6137 656.797 21.6158C656.68 21.6179 656.564 21.5963 656.455 21.5525C656.346 21.5086 656.248 21.4433 656.165 21.3605C656.082 21.2777 656.017 21.1791 655.973 21.0705C655.929 20.9619 655.908 20.8456 655.91 20.7285C655.912 20.6114 655.937 20.4959 655.985 20.3889C656.033 20.2819 656.101 20.1857 656.187 20.1058L656.643 19.6488C656.724 19.5678 656.82 19.5035 656.926 19.4596C657.032 19.4158 657.145 19.3932 657.26 19.3932C657.374 19.3932 657.488 19.4158 657.594 19.4596C657.699 19.5035 657.796 19.5678 657.877 19.6488ZM665.025 22.093C665.257 22.093 665.479 22.1849 665.642 22.3485C665.806 22.512 665.897 22.7338 665.897 22.9651V24.1279C665.897 24.3592 665.806 24.581 665.642 24.7446C665.479 24.9081 665.257 25 665.025 25C664.794 25 664.572 24.9081 664.409 24.7446C664.245 24.581 664.153 24.3592 664.153 24.1279V22.9651C664.153 22.7338 664.245 22.512 664.409 22.3485C664.572 22.1849 664.794 22.093 665.025 22.093Z' fill='white'/%3E%3Ccircle cx='694.725' cy='12.5' r='11.5' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M727.996 11.1389C727.978 11.0915 727.949 11.049 727.912 11.0148C727.874 10.9806 727.829 10.9556 727.781 10.9419C727.732 10.9281 727.68 10.926 727.63 10.9357C727.581 10.9453 727.534 10.9665 727.494 10.9975C727.441 11.0403 727.402 11.0971 727.383 11.1624L726.744 13.0634C726.507 13.7857 726.103 14.4422 725.566 14.9802C725.028 15.5181 724.372 15.9224 723.65 16.1606L721.728 16.7991C721.663 16.8202 721.606 16.8612 721.566 16.9165C721.526 16.9717 721.504 17.0383 721.504 17.1066C721.504 17.1749 721.526 17.2415 721.566 17.2967C721.606 17.3519 721.663 17.393 721.728 17.4141L723.65 18.0526C724.366 18.2907 725.016 18.6924 725.549 19.2257C726.082 19.7591 726.483 20.4095 726.72 21.1251L727.358 23.0496C727.378 23.1152 727.419 23.1725 727.474 23.2132C727.53 23.2539 727.597 23.2759 727.665 23.2759C727.734 23.2759 727.801 23.2539 727.856 23.2132C727.911 23.1725 727.952 23.1152 727.973 23.0496L728.635 21.1487C728.872 20.4332 729.273 19.7829 729.806 19.2495C730.339 18.7161 730.989 18.3144 731.704 18.0762L733.627 17.4376C733.692 17.4166 733.749 17.3755 733.789 17.3203C733.829 17.265 733.851 17.1985 733.851 17.1302C733.851 17.0619 733.829 16.9953 733.789 16.9401C733.749 16.8848 733.692 16.8437 733.627 16.8227L731.729 16.1606C731.006 15.9232 730.35 15.5192 729.812 14.9811C729.275 14.4431 728.871 13.7861 728.635 13.0634L727.996 11.1389ZM734.185 15.1911C734.585 15.3268 734.934 15.5834 735.184 15.9259C735.438 16.2758 735.575 16.6975 735.575 17.1302C735.575 17.5629 735.438 17.9845 735.184 18.3344C734.931 18.682 734.575 18.9411 734.167 19.0752L732.249 19.7119C732.248 19.7121 732.248 19.7122 732.248 19.7124C731.787 19.8659 731.369 20.1246 731.026 20.468C730.683 20.8117 730.424 21.2307 730.271 21.6917L730.263 21.7158L729.606 23.6014C729.473 24.0018 729.218 24.3514 728.878 24.6019C728.527 24.8605 728.102 25 727.665 25C727.229 25 726.804 24.8605 726.453 24.6019C726.107 24.3477 725.85 23.9913 725.718 23.5834L725.084 21.6683C724.931 21.2072 724.673 20.7881 724.329 20.4444C723.986 20.1008 723.567 19.8419 723.106 19.6885L721.188 19.0516C720.78 18.9175 720.425 18.6584 720.172 18.3109C719.917 17.9609 719.78 17.5393 719.78 17.1066C719.78 16.6739 719.917 16.2523 720.172 15.9023C720.424 15.5549 720.78 15.2959 721.188 15.1618L723.11 14.5233C723.576 14.3696 723.999 14.1087 724.346 13.7617C724.693 13.4146 724.953 12.9911 725.106 12.525L725.11 12.5144L725.742 10.6303C725.868 10.2379 726.105 9.90317 726.41 9.65677C726.42 9.64852 726.43 9.64039 726.44 9.63237C726.693 9.43718 726.989 9.30385 727.302 9.24303C727.616 9.18221 727.94 9.19561 728.247 9.28213C728.555 9.36865 728.838 9.52591 729.074 9.74133C729.31 9.95676 729.493 10.2244 729.607 10.5229C729.616 10.547 729.625 10.5714 729.633 10.5959L730.273 12.527C730.426 12.9926 730.686 13.4159 731.032 13.7626C731.378 14.1093 731.801 14.3697 732.267 14.5226C732.273 14.5247 732.28 14.5268 732.286 14.529C732.289 14.5302 732.293 14.5314 732.296 14.5326L734.185 15.1911ZM719.054 7.55538C718.968 7.38874 718.894 7.21496 718.835 7.0356C718.835 7.03393 718.834 7.03226 718.834 7.0306L718.369 5.63124C718.352 5.58504 718.32 5.54552 718.279 5.51828C718.238 5.49103 718.189 5.47744 718.139 5.47943C718.09 5.48141 718.043 5.49887 718.004 5.52934C717.965 5.55981 717.936 5.60174 717.923 5.6492L717.459 7.0306C717.459 7.03154 717.459 7.03248 717.458 7.03342C717.399 7.21238 717.326 7.38577 717.24 7.55207C717.238 7.55518 717.237 7.55828 717.235 7.56138C717.227 7.57753 717.218 7.59361 717.209 7.60962C717.048 7.90816 716.843 8.18282 716.602 8.42453C716.359 8.66705 716.084 8.8722 715.784 9.03436C715.77 9.04192 715.756 9.04938 715.742 9.05675C715.741 9.05705 715.741 9.05734 715.74 9.05764C715.57 9.14682 715.392 9.22221 715.208 9.2828L713.81 9.74738C713.763 9.76313 713.722 9.79316 713.694 9.83322C713.665 9.87328 713.649 9.92137 713.649 9.97069C713.649 10.02 713.665 10.0681 713.694 10.1082C713.722 10.1482 713.763 10.1782 713.81 10.194L715.208 10.6597C715.39 10.7203 715.567 10.7955 715.736 10.8843C715.738 10.8852 715.739 10.8861 715.741 10.887C715.755 10.8942 715.768 10.9015 715.782 10.9089C716.077 11.0698 716.349 11.2726 716.589 11.5121C716.835 11.7582 717.042 12.0387 717.205 12.3438C717.205 12.3438 717.205 12.3439 717.205 12.3438C717.21 12.3532 717.215 12.3626 717.22 12.3719C717.307 12.5389 717.381 12.713 717.441 12.8928L717.905 14.2933C717.92 14.34 717.95 14.3807 717.99 14.4094C718.031 14.4382 718.079 14.4537 718.128 14.4537C718.177 14.4537 718.225 14.4382 718.265 14.4094C718.305 14.3807 718.336 14.34 718.351 14.2933L718.834 12.9108C718.834 12.9099 718.834 12.909 718.835 12.908C718.899 12.7155 718.98 12.5295 719.076 12.3519C719.076 12.3511 719.077 12.3502 719.077 12.3494C719.077 12.3495 719.077 12.3493 719.077 12.3494C719.239 12.0496 719.445 11.7735 719.687 11.531C719.934 11.2842 720.215 11.0761 720.521 10.9127C720.521 10.9127 720.521 10.9126 720.521 10.9127C720.532 10.9067 720.543 10.9008 720.555 10.895C720.719 10.8094 720.89 10.7367 721.067 10.6777L722.464 10.212C722.511 10.1962 722.551 10.1662 722.58 10.1261C722.609 10.0861 722.624 10.038 722.624 9.98865C722.624 9.93932 722.609 9.89124 722.58 9.85118C722.551 9.81111 722.511 9.78109 722.464 9.76533L721.084 9.2828C721.082 9.28229 721.081 9.28178 721.079 9.28127C720.886 9.21766 720.7 9.13771 720.522 9.0426C720.522 9.04246 720.521 9.04233 720.521 9.04219C720.216 8.87911 719.936 8.6715 719.69 8.42528C719.449 8.18371 719.244 7.90916 719.083 7.61073C719.075 7.59647 719.068 7.58215 719.06 7.56778C719.058 7.56365 719.056 7.55952 719.054 7.55538ZM723.028 8.13617C723.411 8.26841 723.744 8.51614 723.981 8.8454C724.22 9.17856 724.349 9.57842 724.349 9.98865C724.349 10.3989 724.22 10.7987 723.981 11.1319C723.741 11.4651 723.403 11.7148 723.015 11.8458L723.009 11.8476L721.613 12.313C721.613 12.3131 721.613 12.313 721.613 12.313C721.347 12.402 721.105 12.5517 720.906 12.7501C720.708 12.9486 720.558 13.1906 720.469 13.4569L720.462 13.4789L719.981 14.857C719.848 15.2403 719.601 15.5732 719.271 15.8098C718.938 16.0491 718.538 16.1778 718.128 16.1778C717.718 16.1778 717.318 16.0491 716.985 15.8098C716.652 15.5705 716.402 15.2327 716.271 14.844L716.268 14.835L715.805 13.4364C715.805 13.4361 715.805 13.4366 715.805 13.4364C715.717 13.1709 715.567 12.929 715.37 12.7312C715.172 12.5332 714.93 12.3842 714.665 12.2959L713.259 11.8278C712.87 11.6968 712.533 11.4471 712.293 11.1139C712.054 10.7808 711.925 10.3809 711.925 9.97069C711.925 9.56049 712.054 9.16063 712.293 8.82744C712.533 8.49425 712.87 8.24457 713.259 8.11355L713.266 8.11118L714.668 7.64532C714.937 7.55664 715.182 7.40606 715.382 7.20569C715.582 7.00531 715.733 6.76075 715.821 6.49165L715.825 6.48218L716.282 5.11815C716.402 4.74417 716.631 4.41429 716.941 4.17177C717.264 3.9184 717.659 3.77319 718.07 3.75668C718.481 3.74017 718.886 3.8532 719.229 4.07977C719.572 4.30634 719.835 4.635 719.981 5.01924C719.99 5.04198 719.998 5.06491 720.006 5.08799L720.472 6.49448C720.56 6.76292 720.71 7.00692 720.91 7.20674C721.109 7.40655 721.353 7.55657 721.621 7.64467C721.632 7.64809 721.642 7.65162 721.653 7.65525L723.028 8.13617ZM716.717 13.7426C716.719 13.7376 716.721 13.7326 716.723 13.7275L716.717 13.7426ZM721.898 11.3937L721.913 11.3992C721.908 11.3974 721.903 11.3956 721.898 11.3937ZM727.295 2.76059C727.252 2.67716 727.215 2.59016 727.186 2.50038L726.954 1.80014C726.945 1.77704 726.929 1.75728 726.909 1.74366C726.888 1.73004 726.864 1.72324 726.839 1.72423C726.814 1.72523 726.791 1.73396 726.771 1.74919C726.752 1.76442 726.737 1.78539 726.731 1.80912L726.498 2.50038C726.469 2.59024 726.432 2.67732 726.389 2.76082C726.389 2.76238 726.388 2.76393 726.387 2.76548C726.372 2.79425 726.356 2.82259 726.34 2.85048C726.273 2.96371 726.193 3.06939 726.102 3.16539C726.092 3.17637 726.081 3.18721 726.071 3.19793C726.059 3.20907 726.048 3.22006 726.037 3.23088C725.941 3.32206 725.835 3.40188 725.722 3.46902C725.695 3.48498 725.667 3.50022 725.64 3.51473C725.64 3.51472 725.64 3.51474 725.64 3.51473C725.555 3.55922 725.466 3.59685 725.374 3.62704L724.675 3.85933C724.657 3.86503 724.641 3.87478 724.628 3.8878C724.615 3.90082 724.605 3.91674 724.6 3.93424C724.594 3.95175 724.593 3.97036 724.596 3.98855C724.598 4.00673 724.606 4.02398 724.616 4.03888C724.63 4.05956 724.651 4.07496 724.675 4.08264L725.374 4.31493C725.465 4.3451 725.553 4.38252 725.637 4.42669C725.638 4.42727 725.639 4.42786 725.64 4.42845C725.668 4.44301 725.695 4.45831 725.722 4.47432C725.832 4.54001 725.935 4.61768 726.028 4.70611C726.04 4.7176 726.052 4.72927 726.064 4.74112C726.076 4.75337 726.089 4.76579 726.1 4.77837C726.191 4.87452 726.27 4.98032 726.337 5.09364C726.349 5.11484 726.361 5.1363 726.373 5.15801C726.376 5.16299 726.378 5.16799 726.381 5.173C726.424 5.25587 726.461 5.34229 726.49 5.4315L726.722 6.13173C726.729 6.15552 726.744 6.17626 726.764 6.19098C726.784 6.2057 726.809 6.21363 726.834 6.21363C726.859 6.21363 726.883 6.2057 726.903 6.19098C726.923 6.17626 726.938 6.15552 726.946 6.13173L727.186 5.44048C727.218 5.34415 727.258 5.25109 727.306 5.16224C727.306 5.16155 727.307 5.16087 727.307 5.16019C727.319 5.13731 727.332 5.11472 727.346 5.09242C727.411 4.98258 727.489 4.87994 727.577 4.78643C727.589 4.77416 727.6 4.76205 727.612 4.7501C727.625 4.73746 727.638 4.72502 727.651 4.71279C727.746 4.62351 727.85 4.54527 727.961 4.4793C727.983 4.46632 728.006 4.45382 728.028 4.4418C728.035 4.43831 728.041 4.43487 728.048 4.43146C728.13 4.38911 728.215 4.35311 728.303 4.32391L729.002 4.09162C729.026 4.08401 729.046 4.06904 729.061 4.04887C729.076 4.0287 729.084 4.00437 729.084 3.9794C729.084 3.95443 729.076 3.93011 729.061 3.90994C729.046 3.88977 729.026 3.8748 729.002 3.86719L728.312 3.62704C728.215 3.59523 728.121 3.55515 728.031 3.50741C728.031 3.50742 728.031 3.5074 728.031 3.50741C728.008 3.49506 727.985 3.48216 727.963 3.46879C727.85 3.40195 727.745 3.32254 727.649 3.23185C727.637 3.22078 727.626 3.20955 727.614 3.19814C727.603 3.18707 727.592 3.17585 727.582 3.16451C727.492 3.06988 727.413 2.96585 727.347 2.85446C727.33 2.82665 727.315 2.79839 727.3 2.76969C727.298 2.76666 727.297 2.76363 727.295 2.76059ZM729.56 2.23593C729.918 2.35799 730.23 2.58748 730.454 2.89351C730.684 3.20874 730.808 3.58897 730.808 3.9794C730.808 4.36983 730.684 4.75007 730.454 5.0653C730.227 5.37653 729.908 5.6086 729.542 5.72901L728.846 5.9601C728.841 5.96195 728.836 5.96511 728.831 5.96925C728.827 5.97339 728.824 5.97845 728.822 5.98401L728.815 6.00627L728.577 6.68943C728.455 7.04777 728.226 7.36014 727.92 7.58365C727.604 7.8138 727.224 7.93777 726.834 7.93777C726.443 7.93777 726.063 7.81378 725.748 7.58365C725.436 7.35591 725.203 7.03592 725.083 6.66905L724.854 5.97503C724.854 5.97491 724.854 5.97516 724.854 5.97503C724.852 5.96962 724.849 5.96432 724.845 5.96027C724.841 5.95613 724.836 5.953 724.83 5.95116L724.134 5.71972C723.758 5.5957 723.432 5.35363 723.205 5.02975C723.044 4.79981 722.937 4.53577 722.893 4.25788C722.847 3.97105 722.87 3.67754 722.96 3.40134C723.05 3.12513 723.204 2.8741 723.409 2.66875C723.612 2.46545 723.86 2.31261 724.133 2.22243L724.835 1.98917C724.841 1.98732 724.846 1.98419 724.85 1.98C724.854 1.97581 724.857 1.9707 724.859 1.96508L724.864 1.95118L725.092 1.2737C725.205 0.92527 725.419 0.617971 725.708 0.391619C726.012 0.153478 726.384 0.017004 726.77 0.0014872C727.156 -0.0140301 727.537 0.092203 727.859 0.305151C728.181 0.518101 728.429 0.826993 728.566 1.18814C728.574 1.21101 728.583 1.23406 728.59 1.25728L728.825 1.96467C728.827 1.97029 728.83 1.97541 728.834 1.9796C728.838 1.98379 728.843 1.98693 728.849 1.98877C728.859 1.99198 728.869 1.99528 728.878 1.99867L729.56 2.23593ZM725.205 2.442C725.209 2.44338 725.213 2.44476 725.217 2.44617L725.205 2.442Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M752.775 3.34915L742.486 22.9751H763.064L752.775 3.34915ZM753.77 0.573772C753.369 -0.191257 752.181 -0.191258 751.78 0.573772L740.496 22.0977C739.791 23.442 740.859 25 742.486 25H763.064C764.691 25 765.759 23.442 765.054 22.0977L753.77 0.573772Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M781.332 1.80465C779.314 2.02045 777.398 2.80297 775.805 4.06177C774.213 5.32057 773.009 7.00426 772.333 8.91826C771.658 10.8323 771.537 12.8984 771.986 14.878C772.435 16.8576 773.435 18.6697 774.87 20.105C776.305 21.5403 778.118 22.5402 780.097 22.989C782.077 23.4379 784.143 23.3175 786.057 22.6416C787.971 21.9658 789.655 20.7621 790.913 19.1697C792.172 17.5774 792.955 15.6613 793.17 13.643C792.434 14.5791 791.507 15.3485 790.451 15.9004C789.395 16.4522 788.235 16.7741 787.046 16.8447C785.856 16.9153 784.666 16.7331 783.552 16.31C782.438 15.887 781.427 15.2327 780.585 14.3904C779.742 13.548 779.088 12.5367 778.665 11.423C778.242 10.3094 778.06 9.11876 778.13 7.92958C778.201 6.74039 778.523 5.57968 779.075 4.52394C779.627 3.4682 780.396 2.54141 781.332 1.80465ZM769.975 12.5C769.975 5.59651 775.572 0 782.475 0C783.309 0 783.725 0.663953 783.797 1.19302C783.866 1.70233 783.677 2.35 783.093 2.70349C782.224 3.22774 781.486 3.94282 780.935 4.79454C780.383 5.64627 780.033 6.61231 779.91 7.61947C779.788 8.62663 779.896 9.6485 780.227 10.6077C780.557 11.5668 781.102 12.4381 781.82 13.1556C782.537 13.873 783.408 14.4178 784.367 14.7485C785.327 15.0793 786.348 15.1875 787.356 15.0648C788.363 14.9422 789.329 14.5919 790.181 14.0405C791.032 13.4892 791.747 12.7512 792.272 11.8826C792.625 11.2977 793.273 11.1093 793.782 11.1779C794.311 11.25 794.975 11.6663 794.975 12.5C794.975 19.4035 789.379 25 782.475 25C775.572 25 769.975 19.4035 769.975 12.5Z' fill='white'/%3E%3Cpath d='M812.517 1.14169L823.534 12.1579C823.723 12.3469 823.723 12.6531 823.534 12.8421L812.517 23.8583C812.328 24.0472 812.022 24.0472 811.833 23.8583L800.817 12.8421C800.628 12.6531 800.628 12.3469 800.817 12.1579L811.833 1.14169C812.022 0.952771 812.328 0.952771 812.517 1.14169Z' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M841.875 0C842.368 0 842.768 0.414551 842.768 0.925926V1.78063H850.166C850.633 1.78063 851.074 1.98012 851.395 2.32411C851.714 2.667 851.888 3.12539 851.888 3.59687V8.93875C851.888 9.41022 851.714 9.86861 851.395 10.2115C851.074 10.5555 850.633 10.755 850.166 10.755H842.768V12.4644H849.822C849.822 12.4644 849.822 12.4644 849.822 12.4644C850.053 12.4644 850.281 12.5132 850.492 12.6072C850.703 12.7012 850.893 12.838 851.052 13.0083L854.125 16.3084C854.459 16.6672 854.459 17.236 854.125 17.5948L851.052 20.8948C850.893 21.0651 850.703 21.202 850.492 21.2959C850.281 21.3899 850.053 21.4388 849.823 21.4387C849.822 21.4387 849.823 21.4387 849.823 21.4387H842.768V24.0741C842.768 24.5854 842.368 25 841.875 25C841.382 25 840.982 24.5854 840.982 24.0741V21.4387H833.584C833.117 21.4387 832.676 21.2393 832.356 20.8953C832.037 20.5524 831.862 20.094 831.862 19.6225V14.2806C831.862 13.8092 832.037 13.3508 832.356 13.0079C832.676 12.6639 833.117 12.4644 833.584 12.4644H840.982V10.755H833.928C833.928 10.755 833.928 10.755 833.928 10.755C833.697 10.755 833.47 10.7062 833.258 10.6122C833.047 10.5182 832.858 10.3815 832.699 10.2113C832.699 10.2112 832.699 10.2114 832.699 10.2113L829.626 6.91102C829.292 6.55221 829.292 5.9834 829.626 5.6246L832.699 2.32453C832.699 2.32446 832.699 2.32461 832.699 2.32453C832.857 2.15437 833.047 2.01737 833.258 1.92343C833.47 1.82943 833.697 1.78061 833.928 1.78063C833.928 1.78063 833.928 1.78063 833.928 1.78063H840.982V0.925926C840.982 0.414551 841.382 0 841.875 0ZM833.963 3.63248L831.509 6.26781L833.963 8.90313H850.102V3.63248H833.963ZM833.648 14.3162V19.5869H849.787L852.241 16.9516L849.787 14.3162H833.648Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M871.575 21.6509L861.286 2.02494H881.864L871.575 21.6509ZM872.57 24.4262C872.169 25.1913 870.981 25.1913 870.58 24.4262L859.296 2.90233C858.591 1.55801 859.659 0 861.286 0H881.864C883.491 0 884.559 1.55801 883.854 2.90233L872.57 24.4262Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M901.275 0C901.507 0 901.729 0.091881 901.892 0.25543C902.056 0.418979 902.147 0.6408 902.147 0.872093V2.03488C902.147 2.26618 902.056 2.488 901.892 2.65155C901.729 2.8151 901.507 2.90698 901.275 2.90698C901.044 2.90698 900.822 2.8151 900.659 2.65155C900.495 2.488 900.403 2.26618 900.403 2.03488V0.872093C900.403 0.6408 900.495 0.418979 900.659 0.25543C900.822 0.091881 901.044 0 901.275 0ZM892.437 3.66163C892.601 3.49831 892.822 3.40658 893.053 3.40658C893.284 3.40658 893.506 3.49831 893.67 3.66163L894.127 4.11744C894.285 4.28184 894.373 4.5021 894.372 4.73076C894.37 4.95942 894.278 5.1782 894.117 5.33997C893.955 5.50174 893.736 5.59356 893.508 5.59565C893.279 5.59775 893.059 5.50995 892.894 5.35116L892.437 4.89419C892.274 4.73067 892.182 4.50901 892.182 4.27791C892.182 4.0468 892.274 3.82515 892.437 3.66163ZM910.114 3.66163C910.277 3.82515 910.369 4.0468 910.369 4.27791C910.369 4.50901 910.277 4.73067 910.114 4.89419L909.657 5.35116C909.491 5.50521 909.273 5.58907 909.047 5.58509C908.821 5.5811 908.605 5.48958 908.446 5.32979C908.286 5.17001 908.194 4.95445 908.19 4.72851C908.186 4.50258 908.27 4.28392 908.424 4.1186L908.881 3.66163C909.045 3.49831 909.266 3.40658 909.497 3.40658C909.729 3.40658 909.95 3.49831 910.114 3.66163ZM901.275 6.39535C899.656 6.39535 898.104 7.03852 896.959 8.18336C895.814 9.3282 895.171 10.8809 895.171 12.5C895.171 14.1191 895.814 15.6718 896.959 16.8166C898.104 17.9615 899.656 18.6047 901.275 18.6047C902.894 18.6047 904.447 17.9615 905.592 16.8166C906.737 15.6718 907.38 14.1191 907.38 12.5C907.38 10.8809 906.737 9.3282 905.592 8.18336C904.447 7.03852 902.894 6.39535 901.275 6.39535ZM893.427 12.5C893.427 10.4184 894.253 8.42198 895.725 6.95003C897.197 5.47809 899.194 4.65116 901.275 4.65116C903.357 4.65116 905.353 5.47809 906.825 6.95003C908.297 8.42198 909.124 10.4184 909.124 12.5C909.124 14.5816 908.297 16.578 906.825 18.05C905.353 19.5219 903.357 20.3488 901.275 20.3488C899.194 20.3488 897.197 19.5219 895.725 18.05C894.253 16.578 893.427 14.5816 893.427 12.5ZM888.775 12.5C888.775 12.2687 888.867 12.0469 889.031 11.8833C889.194 11.7198 889.416 11.6279 889.647 11.6279H890.81C891.042 11.6279 891.263 11.7198 891.427 11.8833C891.59 12.0469 891.682 12.2687 891.682 12.5C891.682 12.7313 891.59 12.9531 891.427 13.1167C891.263 13.2802 891.042 13.3721 890.81 13.3721H889.647C889.416 13.3721 889.194 13.2802 889.031 13.1167C888.867 12.9531 888.775 12.7313 888.775 12.5ZM910.868 12.5C910.868 12.2687 910.96 12.0469 911.124 11.8833C911.287 11.7198 911.509 11.6279 911.741 11.6279H912.903C913.135 11.6279 913.356 11.7198 913.52 11.8833C913.684 12.0469 913.775 12.2687 913.775 12.5C913.775 12.7313 913.684 12.9531 913.52 13.1167C913.356 13.2802 913.135 13.3721 912.903 13.3721H911.741C911.509 13.3721 911.287 13.2802 911.124 13.1167C910.96 12.9531 910.868 12.7313 910.868 12.5ZM908.424 19.6488C908.588 19.4855 908.809 19.3938 909.041 19.3938C909.272 19.3938 909.493 19.4855 909.657 19.6488L910.114 20.1058C910.199 20.1857 910.268 20.2819 910.316 20.3889C910.363 20.4959 910.389 20.6114 910.391 20.7285C910.393 20.8456 910.372 20.9619 910.328 21.0705C910.284 21.1791 910.219 21.2777 910.136 21.3605C910.053 21.4433 909.954 21.5086 909.846 21.5525C909.737 21.5963 909.621 21.6179 909.504 21.6158C909.387 21.6137 909.271 21.5881 909.164 21.5404C909.057 21.4928 908.961 21.4241 908.881 21.3384L908.424 20.8814C908.261 20.7179 908.169 20.4962 908.169 20.2651C908.169 20.034 908.261 19.8124 908.424 19.6488ZM894.127 19.6488C894.29 19.8124 894.382 20.034 894.382 20.2651C894.382 20.4962 894.29 20.7179 894.127 20.8814L893.67 21.3384C893.59 21.4241 893.493 21.4928 893.386 21.5404C893.28 21.5881 893.164 21.6137 893.047 21.6158C892.93 21.6179 892.814 21.5963 892.705 21.5525C892.596 21.5086 892.498 21.4433 892.415 21.3605C892.332 21.2777 892.267 21.1791 892.223 21.0705C892.179 20.9619 892.158 20.8456 892.16 20.7285C892.162 20.6114 892.187 20.4959 892.235 20.3889C892.283 20.2819 892.351 20.1857 892.437 20.1058L892.893 19.6488C892.974 19.5678 893.07 19.5035 893.176 19.4596C893.282 19.4158 893.395 19.3932 893.51 19.3932C893.624 19.3932 893.738 19.4158 893.844 19.4596C893.949 19.5035 894.046 19.5678 894.127 19.6488ZM901.275 22.093C901.507 22.093 901.729 22.1849 901.892 22.3485C902.056 22.512 902.147 22.7338 902.147 22.9651V24.1279C902.147 24.3592 902.056 24.581 901.892 24.7446C901.729 24.9081 901.507 25 901.275 25C901.044 25 900.822 24.9081 900.659 24.7446C900.495 24.581 900.403 24.3592 900.403 24.1279V22.9651C900.403 22.7338 900.495 22.512 900.659 22.3485C900.822 22.1849 901.044 22.093 901.275 22.093Z' fill='white'/%3E%3Ccircle cx='930.975' cy='12.5' r='11.5' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M964.246 11.1389C964.228 11.0915 964.199 11.049 964.162 11.0148C964.124 10.9806 964.079 10.9556 964.031 10.9419C963.982 10.9281 963.93 10.926 963.88 10.9357C963.831 10.9453 963.784 10.9665 963.744 10.9975C963.691 11.0403 963.652 11.0971 963.633 11.1624L962.994 13.0634C962.757 13.7857 962.353 14.4422 961.816 14.9802C961.278 15.5181 960.622 15.9224 959.9 16.1606L957.978 16.7991C957.913 16.8202 957.856 16.8612 957.816 16.9165C957.776 16.9717 957.754 17.0383 957.754 17.1066C957.754 17.1749 957.776 17.2415 957.816 17.2967C957.856 17.3519 957.913 17.393 957.978 17.4141L959.9 18.0526C960.616 18.2907 961.266 18.6924 961.799 19.2257C962.332 19.7591 962.733 20.4095 962.97 21.1251L963.608 23.0496C963.628 23.1152 963.669 23.1725 963.724 23.2132C963.78 23.2539 963.847 23.2759 963.915 23.2759C963.984 23.2759 964.051 23.2539 964.106 23.2132C964.161 23.1725 964.202 23.1152 964.223 23.0496L964.885 21.1487C965.122 20.4332 965.523 19.7829 966.056 19.2495C966.589 18.7161 967.239 18.3144 967.954 18.0762L969.877 17.4376C969.942 17.4166 969.999 17.3755 970.039 17.3203C970.079 17.265 970.101 17.1985 970.101 17.1302C970.101 17.0619 970.079 16.9953 970.039 16.9401C969.999 16.8848 969.942 16.8437 969.877 16.8227L967.979 16.1606C967.256 15.9232 966.6 15.5192 966.062 14.9811C965.525 14.4431 965.121 13.7861 964.885 13.0634L964.246 11.1389ZM970.435 15.1911C970.835 15.3268 971.184 15.5834 971.434 15.9259C971.688 16.2758 971.825 16.6975 971.825 17.1302C971.825 17.5629 971.688 17.9845 971.434 18.3344C971.181 18.682 970.825 18.9411 970.417 19.0752L968.499 19.7119C968.498 19.7121 968.498 19.7122 968.498 19.7124C968.037 19.8659 967.619 20.1246 967.276 20.468C966.933 20.8117 966.674 21.2307 966.521 21.6917L966.513 21.7158L965.856 23.6014C965.723 24.0018 965.468 24.3514 965.128 24.6019C964.777 24.8605 964.352 25 963.915 25C963.479 25 963.054 24.8605 962.703 24.6019C962.357 24.3477 962.1 23.9913 961.968 23.5834L961.334 21.6683C961.181 21.2072 960.923 20.7881 960.579 20.4444C960.236 20.1008 959.817 19.8419 959.356 19.6885L957.438 19.0516C957.03 18.9175 956.675 18.6584 956.422 18.3109C956.167 17.9609 956.03 17.5393 956.03 17.1066C956.03 16.6739 956.167 16.2523 956.422 15.9023C956.674 15.5549 957.03 15.2959 957.438 15.1618L959.36 14.5233C959.826 14.3696 960.249 14.1087 960.596 13.7617C960.943 13.4146 961.203 12.9911 961.356 12.525L961.36 12.5144L961.992 10.6303C962.118 10.2379 962.355 9.90317 962.66 9.65677C962.67 9.64852 962.68 9.64039 962.69 9.63237C962.943 9.43718 963.239 9.30385 963.552 9.24303C963.866 9.18221 964.19 9.19561 964.497 9.28213C964.805 9.36865 965.088 9.52591 965.324 9.74133C965.56 9.95676 965.743 10.2244 965.857 10.5229C965.866 10.547 965.875 10.5714 965.883 10.5959L966.523 12.527C966.676 12.9926 966.936 13.4159 967.282 13.7626C967.628 14.1093 968.051 14.3697 968.517 14.5226C968.523 14.5247 968.53 14.5268 968.536 14.529C968.539 14.5302 968.543 14.5314 968.546 14.5326L970.435 15.1911ZM955.304 7.55538C955.218 7.38874 955.144 7.21496 955.085 7.0356C955.085 7.03393 955.084 7.03226 955.084 7.0306L954.619 5.63124C954.602 5.58504 954.57 5.54552 954.529 5.51828C954.488 5.49103 954.439 5.47744 954.389 5.47943C954.34 5.48141 954.293 5.49887 954.254 5.52934C954.215 5.55981 954.186 5.60174 954.173 5.6492L953.709 7.0306C953.709 7.03154 953.709 7.03248 953.708 7.03342C953.649 7.21238 953.576 7.38577 953.49 7.55207C953.488 7.55518 953.487 7.55828 953.485 7.56138C953.477 7.57753 953.468 7.59361 953.459 7.60962C953.298 7.90816 953.093 8.18282 952.852 8.42453C952.609 8.66705 952.334 8.8722 952.034 9.03436C952.02 9.04192 952.006 9.04938 951.992 9.05675C951.991 9.05705 951.991 9.05734 951.99 9.05764C951.82 9.14682 951.642 9.22221 951.458 9.2828L950.06 9.74738C950.013 9.76313 949.972 9.79316 949.944 9.83322C949.915 9.87328 949.899 9.92137 949.899 9.97069C949.899 10.02 949.915 10.0681 949.944 10.1082C949.972 10.1482 950.013 10.1782 950.06 10.194L951.458 10.6597C951.64 10.7203 951.817 10.7955 951.986 10.8843C951.988 10.8852 951.989 10.8861 951.991 10.887C952.005 10.8942 952.018 10.9015 952.032 10.9089C952.327 11.0698 952.599 11.2726 952.839 11.5121C953.085 11.7582 953.292 12.0387 953.455 12.3438C953.455 12.3438 953.455 12.3439 953.455 12.3438C953.46 12.3532 953.465 12.3626 953.47 12.3719C953.557 12.5389 953.631 12.713 953.691 12.8928L954.155 14.2933C954.17 14.34 954.2 14.3807 954.24 14.4094C954.281 14.4382 954.329 14.4537 954.378 14.4537C954.427 14.4537 954.475 14.4382 954.515 14.4094C954.555 14.3807 954.586 14.34 954.601 14.2933L955.084 12.9108C955.084 12.9099 955.084 12.909 955.085 12.908C955.149 12.7155 955.23 12.5295 955.326 12.3519C955.326 12.3511 955.327 12.3502 955.327 12.3494C955.327 12.3495 955.327 12.3493 955.327 12.3494C955.489 12.0496 955.695 11.7735 955.937 11.531C956.184 11.2842 956.465 11.0761 956.771 10.9127C956.771 10.9127 956.771 10.9126 956.771 10.9127C956.782 10.9067 956.793 10.9008 956.805 10.895C956.969 10.8094 957.14 10.7367 957.317 10.6777L958.714 10.212C958.761 10.1962 958.801 10.1662 958.83 10.1261C958.859 10.0861 958.874 10.038 958.874 9.98865C958.874 9.93932 958.859 9.89124 958.83 9.85118C958.801 9.81111 958.761 9.78109 958.714 9.76533L957.334 9.2828C957.332 9.28229 957.331 9.28178 957.329 9.28127C957.136 9.21766 956.95 9.13771 956.772 9.0426C956.772 9.04246 956.771 9.04233 956.771 9.04219C956.466 8.87911 956.186 8.6715 955.94 8.42528C955.699 8.18371 955.494 7.90916 955.333 7.61073C955.325 7.59647 955.318 7.58215 955.31 7.56778C955.308 7.56365 955.306 7.55952 955.304 7.55538ZM959.278 8.13617C959.661 8.26841 959.994 8.51614 960.231 8.8454C960.47 9.17856 960.599 9.57842 960.599 9.98865C960.599 10.3989 960.47 10.7987 960.231 11.1319C959.991 11.4651 959.653 11.7148 959.265 11.8458L959.259 11.8476L957.863 12.313C957.863 12.3131 957.863 12.313 957.863 12.313C957.597 12.402 957.355 12.5517 957.156 12.7501C956.958 12.9486 956.808 13.1906 956.719 13.4569L956.712 13.4789L956.231 14.857C956.098 15.2403 955.851 15.5732 955.521 15.8098C955.188 16.0491 954.788 16.1778 954.378 16.1778C953.968 16.1778 953.568 16.0491 953.235 15.8098C952.902 15.5705 952.652 15.2327 952.521 14.844L952.518 14.835L952.055 13.4364C952.055 13.4361 952.055 13.4366 952.055 13.4364C951.967 13.1709 951.817 12.929 951.62 12.7312C951.422 12.5332 951.18 12.3842 950.915 12.2959L949.509 11.8278C949.12 11.6968 948.783 11.4471 948.543 11.1139C948.304 10.7808 948.175 10.3809 948.175 9.97069C948.175 9.56049 948.304 9.16063 948.543 8.82744C948.783 8.49425 949.12 8.24457 949.509 8.11355L949.516 8.11118L950.918 7.64532C951.187 7.55664 951.432 7.40606 951.632 7.20569C951.832 7.00531 951.983 6.76075 952.071 6.49165L952.075 6.48218L952.532 5.11815C952.652 4.74417 952.881 4.41429 953.191 4.17177C953.514 3.9184 953.909 3.77319 954.32 3.75668C954.731 3.74017 955.136 3.8532 955.479 4.07977C955.822 4.30634 956.085 4.635 956.231 5.01924C956.24 5.04198 956.248 5.06491 956.256 5.08799L956.722 6.49448C956.81 6.76292 956.96 7.00692 957.16 7.20674C957.359 7.40655 957.603 7.55657 957.871 7.64467C957.882 7.64809 957.892 7.65162 957.903 7.65525L959.278 8.13617ZM952.967 13.7426C952.969 13.7376 952.971 13.7326 952.973 13.7275L952.967 13.7426ZM958.148 11.3937L958.163 11.3992C958.158 11.3974 958.153 11.3956 958.148 11.3937ZM963.545 2.76059C963.502 2.67716 963.465 2.59016 963.436 2.50038L963.204 1.80014C963.195 1.77704 963.179 1.75728 963.159 1.74366C963.138 1.73004 963.114 1.72324 963.089 1.72423C963.064 1.72523 963.041 1.73396 963.021 1.74919C963.002 1.76442 962.987 1.78539 962.981 1.80912L962.748 2.50038C962.719 2.59024 962.682 2.67732 962.639 2.76082C962.639 2.76238 962.638 2.76393 962.637 2.76548C962.622 2.79425 962.606 2.82259 962.59 2.85048C962.523 2.96371 962.443 3.06939 962.352 3.16539C962.342 3.17637 962.331 3.18721 962.321 3.19793C962.309 3.20907 962.298 3.22006 962.287 3.23088C962.191 3.32206 962.085 3.40188 961.972 3.46902C961.945 3.48498 961.917 3.50022 961.89 3.51473C961.89 3.51472 961.89 3.51474 961.89 3.51473C961.805 3.55922 961.716 3.59685 961.624 3.62704L960.925 3.85933C960.907 3.86503 960.891 3.87478 960.878 3.8878C960.865 3.90082 960.855 3.91674 960.85 3.93424C960.844 3.95175 960.843 3.97036 960.846 3.98855C960.848 4.00673 960.856 4.02398 960.866 4.03888C960.88 4.05956 960.901 4.07496 960.925 4.08264L961.624 4.31493C961.715 4.3451 961.803 4.38252 961.887 4.42669C961.888 4.42727 961.889 4.42786 961.89 4.42845C961.918 4.44301 961.945 4.45831 961.972 4.47432C962.082 4.54001 962.185 4.61768 962.278 4.70611C962.29 4.7176 962.302 4.72927 962.314 4.74112C962.326 4.75337 962.339 4.76579 962.35 4.77837C962.441 4.87452 962.52 4.98032 962.587 5.09364C962.599 5.11484 962.611 5.1363 962.623 5.15801C962.626 5.16299 962.628 5.16799 962.631 5.173C962.674 5.25587 962.711 5.34229 962.74 5.4315L962.972 6.13173C962.979 6.15552 962.994 6.17626 963.014 6.19098C963.034 6.2057 963.059 6.21363 963.084 6.21363C963.109 6.21363 963.133 6.2057 963.153 6.19098C963.173 6.17626 963.188 6.15552 963.196 6.13173L963.436 5.44048C963.468 5.34415 963.508 5.25109 963.556 5.16224C963.556 5.16155 963.557 5.16087 963.557 5.16019C963.569 5.13731 963.582 5.11472 963.596 5.09242C963.661 4.98258 963.739 4.87994 963.827 4.78643C963.839 4.77416 963.85 4.76205 963.862 4.7501C963.875 4.73746 963.888 4.72502 963.901 4.71279C963.996 4.62351 964.1 4.54527 964.211 4.4793C964.233 4.46632 964.256 4.45382 964.278 4.4418C964.285 4.43831 964.291 4.43487 964.298 4.43146C964.38 4.38911 964.465 4.35311 964.553 4.32391L965.252 4.09162C965.276 4.08401 965.296 4.06904 965.311 4.04887C965.326 4.0287 965.334 4.00437 965.334 3.9794C965.334 3.95443 965.326 3.93011 965.311 3.90994C965.296 3.88977 965.276 3.8748 965.252 3.86719L964.562 3.62704C964.465 3.59523 964.371 3.55515 964.281 3.50741C964.281 3.50742 964.281 3.5074 964.281 3.50741C964.258 3.49506 964.235 3.48216 964.213 3.46879C964.1 3.40195 963.995 3.32254 963.899 3.23185C963.887 3.22078 963.876 3.20955 963.864 3.19814C963.853 3.18707 963.842 3.17585 963.832 3.16451C963.742 3.06988 963.663 2.96585 963.597 2.85446C963.58 2.82665 963.565 2.79839 963.55 2.76969C963.548 2.76666 963.547 2.76363 963.545 2.76059ZM965.81 2.23593C966.168 2.35799 966.48 2.58748 966.704 2.89351C966.934 3.20874 967.058 3.58897 967.058 3.9794C967.058 4.36983 966.934 4.75007 966.704 5.0653C966.477 5.37653 966.158 5.6086 965.792 5.72901L965.096 5.9601C965.091 5.96195 965.086 5.96511 965.081 5.96925C965.077 5.97339 965.074 5.97845 965.072 5.98401L965.065 6.00627L964.827 6.68943C964.705 7.04777 964.476 7.36014 964.17 7.58365C963.854 7.8138 963.474 7.93777 963.084 7.93777C962.693 7.93777 962.313 7.81378 961.998 7.58365C961.686 7.35591 961.453 7.03592 961.333 6.66905L961.104 5.97503C961.104 5.97491 961.104 5.97516 961.104 5.97503C961.102 5.96962 961.099 5.96432 961.095 5.96027C961.091 5.95613 961.086 5.953 961.08 5.95116L960.384 5.71972C960.008 5.5957 959.682 5.35363 959.455 5.02975C959.294 4.79981 959.187 4.53577 959.143 4.25788C959.097 3.97105 959.12 3.67754 959.21 3.40134C959.3 3.12513 959.454 2.8741 959.659 2.66875C959.862 2.46545 960.11 2.31261 960.383 2.22243L961.085 1.98917C961.091 1.98732 961.096 1.98419 961.1 1.98C961.104 1.97581 961.107 1.9707 961.109 1.96508L961.114 1.95118L961.342 1.2737C961.455 0.92527 961.669 0.617971 961.958 0.391619C962.262 0.153478 962.634 0.017004 963.02 0.0014872C963.406 -0.0140301 963.787 0.092203 964.109 0.305151C964.431 0.518101 964.679 0.826993 964.816 1.18814C964.824 1.21101 964.833 1.23406 964.84 1.25728L965.075 1.96467C965.077 1.97029 965.08 1.97541 965.084 1.9796C965.088 1.98379 965.093 1.98693 965.099 1.98877C965.109 1.99198 965.119 1.99528 965.128 1.99867L965.81 2.23593ZM961.455 2.442C961.459 2.44338 961.463 2.44476 961.467 2.44617L961.455 2.442Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M989.025 3.34915L978.736 22.9751H999.314L989.025 3.34915ZM990.02 0.573772C989.619 -0.191257 988.431 -0.191258 988.03 0.573772L976.746 22.0977C976.041 23.442 977.109 25 978.736 25H999.314C1000.94 25 1002.01 23.442 1001.3 22.0977L990.02 0.573772Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1017.58 1.80465C1015.56 2.02045 1013.65 2.80297 1012.06 4.06177C1010.46 5.32057 1009.26 7.00426 1008.58 8.91826C1007.91 10.8323 1007.79 12.8984 1008.24 14.878C1008.68 16.8576 1009.68 18.6697 1011.12 20.105C1012.56 21.5403 1014.37 22.5402 1016.35 22.989C1018.33 23.4379 1020.39 23.3175 1022.31 22.6416C1024.22 21.9658 1025.9 20.7621 1027.16 19.1697C1028.42 17.5774 1029.2 15.6613 1029.42 13.643C1028.68 14.5791 1027.76 15.3485 1026.7 15.9004C1025.65 16.4522 1024.48 16.7741 1023.3 16.8447C1022.11 16.9153 1020.92 16.7331 1019.8 16.31C1018.69 15.887 1017.68 15.2327 1016.83 14.3904C1015.99 13.548 1015.34 12.5367 1014.92 11.423C1014.49 10.3094 1014.31 9.11876 1014.38 7.92958C1014.45 6.74039 1014.77 5.57968 1015.32 4.52394C1015.88 3.4682 1016.65 2.54141 1017.58 1.80465ZM1006.23 12.5C1006.23 5.59651 1011.82 0 1018.73 0C1019.56 0 1019.98 0.663953 1020.05 1.19302C1020.12 1.70233 1019.93 2.35 1019.34 2.70349C1018.47 3.22774 1017.74 3.94282 1017.18 4.79454C1016.63 5.64627 1016.28 6.61231 1016.16 7.61947C1016.04 8.62663 1016.15 9.6485 1016.48 10.6077C1016.81 11.5668 1017.35 12.4381 1018.07 13.1556C1018.79 13.873 1019.66 14.4178 1020.62 14.7485C1021.58 15.0793 1022.6 15.1875 1023.61 15.0648C1024.61 14.9422 1025.58 14.5919 1026.43 14.0405C1027.28 13.4892 1028 12.7512 1028.52 11.8826C1028.88 11.2977 1029.52 11.1093 1030.03 11.1779C1030.56 11.25 1031.23 11.6663 1031.23 12.5C1031.23 19.4035 1025.63 25 1018.73 25C1011.82 25 1006.23 19.4035 1006.23 12.5Z' fill='white'/%3E%3Cpath d='M1048.77 1.14169L1059.78 12.1579C1059.97 12.3469 1059.97 12.6531 1059.78 12.8421L1048.77 23.8583C1048.58 24.0472 1048.27 24.0472 1048.08 23.8583L1037.07 12.8421C1036.88 12.6531 1036.88 12.3469 1037.07 12.1579L1048.08 1.14169C1048.27 0.952771 1048.58 0.952771 1048.77 1.14169Z' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1078.12 0C1078.62 0 1079.02 0.414551 1079.02 0.925926V1.78063H1086.42C1086.88 1.78063 1087.32 1.98012 1087.64 2.32411C1087.96 2.667 1088.14 3.12539 1088.14 3.59687V8.93875C1088.14 9.41022 1087.96 9.86861 1087.64 10.2115C1087.32 10.5555 1086.88 10.755 1086.42 10.755H1079.02V12.4644H1086.07C1086.07 12.4644 1086.07 12.4644 1086.07 12.4644C1086.3 12.4644 1086.53 12.5132 1086.74 12.6072C1086.95 12.7012 1087.14 12.838 1087.3 13.0083L1090.37 16.3084C1090.71 16.6672 1090.71 17.236 1090.37 17.5948L1087.3 20.8948C1087.14 21.0651 1086.95 21.202 1086.74 21.2959C1086.53 21.3899 1086.3 21.4388 1086.07 21.4387C1086.07 21.4387 1086.07 21.4387 1086.07 21.4387H1079.02V24.0741C1079.02 24.5854 1078.62 25 1078.12 25C1077.63 25 1077.23 24.5854 1077.23 24.0741V21.4387H1069.83C1069.37 21.4387 1068.93 21.2393 1068.61 20.8953C1068.29 20.5524 1068.11 20.094 1068.11 19.6225V14.2806C1068.11 13.8092 1068.29 13.3508 1068.61 13.0079C1068.93 12.6639 1069.37 12.4644 1069.83 12.4644H1077.23V10.755H1070.18C1070.18 10.755 1070.18 10.755 1070.18 10.755C1069.95 10.755 1069.72 10.7062 1069.51 10.6122C1069.3 10.5182 1069.11 10.3815 1068.95 10.2113C1068.95 10.2112 1068.95 10.2114 1068.95 10.2113L1065.88 6.91102C1065.54 6.55221 1065.54 5.9834 1065.88 5.6246L1068.95 2.32453C1068.95 2.32446 1068.95 2.32461 1068.95 2.32453C1069.11 2.15437 1069.3 2.01737 1069.51 1.92343C1069.72 1.82943 1069.95 1.78061 1070.18 1.78063C1070.18 1.78063 1070.18 1.78063 1070.18 1.78063H1077.23V0.925926C1077.23 0.414551 1077.63 0 1078.12 0ZM1070.21 3.63248L1067.76 6.26781L1070.21 8.90313H1086.35V3.63248H1070.21ZM1069.9 14.3162V19.5869H1086.04L1088.49 16.9516L1086.04 14.3162H1069.9Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1107.83 21.6509L1097.54 2.02494H1118.11L1107.83 21.6509ZM1108.82 24.4262C1108.42 25.1913 1107.23 25.1913 1106.83 24.4262L1095.55 2.90233C1094.84 1.55801 1095.91 0 1097.54 0H1118.11C1119.74 0 1120.81 1.55801 1120.1 2.90233L1108.82 24.4262Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1137.52 0C1137.76 0 1137.98 0.091881 1138.14 0.25543C1138.31 0.418979 1138.4 0.6408 1138.4 0.872093V2.03488C1138.4 2.26618 1138.31 2.488 1138.14 2.65155C1137.98 2.8151 1137.76 2.90698 1137.52 2.90698C1137.29 2.90698 1137.07 2.8151 1136.91 2.65155C1136.74 2.488 1136.65 2.26618 1136.65 2.03488V0.872093C1136.65 0.6408 1136.74 0.418979 1136.91 0.25543C1137.07 0.091881 1137.29 0 1137.52 0ZM1128.69 3.66163C1128.85 3.49831 1129.07 3.40658 1129.3 3.40658C1129.53 3.40658 1129.76 3.49831 1129.92 3.66163L1130.38 4.11744C1130.54 4.28184 1130.62 4.5021 1130.62 4.73076C1130.62 4.95942 1130.53 5.1782 1130.37 5.33997C1130.2 5.50174 1129.99 5.59356 1129.76 5.59565C1129.53 5.59775 1129.31 5.50995 1129.14 5.35116L1128.69 4.89419C1128.52 4.73067 1128.43 4.50901 1128.43 4.27791C1128.43 4.0468 1128.52 3.82515 1128.69 3.66163ZM1146.36 3.66163C1146.53 3.82515 1146.62 4.0468 1146.62 4.27791C1146.62 4.50901 1146.53 4.73067 1146.36 4.89419L1145.91 5.35116C1145.74 5.50521 1145.52 5.58907 1145.3 5.58509C1145.07 5.5811 1144.85 5.48958 1144.7 5.32979C1144.54 5.17001 1144.44 4.95445 1144.44 4.72851C1144.44 4.50258 1144.52 4.28392 1144.67 4.1186L1145.13 3.66163C1145.29 3.49831 1145.52 3.40658 1145.75 3.40658C1145.98 3.40658 1146.2 3.49831 1146.36 3.66163ZM1137.52 6.39535C1135.91 6.39535 1134.35 7.03852 1133.21 8.18336C1132.06 9.3282 1131.42 10.8809 1131.42 12.5C1131.42 14.1191 1132.06 15.6718 1133.21 16.8166C1134.35 17.9615 1135.91 18.6047 1137.52 18.6047C1139.14 18.6047 1140.7 17.9615 1141.84 16.8166C1142.99 15.6718 1143.63 14.1191 1143.63 12.5C1143.63 10.8809 1142.99 9.3282 1141.84 8.18336C1140.7 7.03852 1139.14 6.39535 1137.52 6.39535ZM1129.68 12.5C1129.68 10.4184 1130.5 8.42198 1131.97 6.95003C1133.45 5.47809 1135.44 4.65116 1137.52 4.65116C1139.61 4.65116 1141.6 5.47809 1143.07 6.95003C1144.55 8.42198 1145.37 10.4184 1145.37 12.5C1145.37 14.5816 1144.55 16.578 1143.07 18.05C1141.6 19.5219 1139.61 20.3488 1137.52 20.3488C1135.44 20.3488 1133.45 19.5219 1131.97 18.05C1130.5 16.578 1129.68 14.5816 1129.68 12.5ZM1125.02 12.5C1125.02 12.2687 1125.12 12.0469 1125.28 11.8833C1125.44 11.7198 1125.67 11.6279 1125.9 11.6279H1127.06C1127.29 11.6279 1127.51 11.7198 1127.68 11.8833C1127.84 12.0469 1127.93 12.2687 1127.93 12.5C1127.93 12.7313 1127.84 12.9531 1127.68 13.1167C1127.51 13.2802 1127.29 13.3721 1127.06 13.3721H1125.9C1125.67 13.3721 1125.44 13.2802 1125.28 13.1167C1125.12 12.9531 1125.02 12.7313 1125.02 12.5ZM1147.12 12.5C1147.12 12.2687 1147.21 12.0469 1147.37 11.8833C1147.54 11.7198 1147.76 11.6279 1147.99 11.6279H1149.15C1149.38 11.6279 1149.61 11.7198 1149.77 11.8833C1149.93 12.0469 1150.02 12.2687 1150.02 12.5C1150.02 12.7313 1149.93 12.9531 1149.77 13.1167C1149.61 13.2802 1149.38 13.3721 1149.15 13.3721H1147.99C1147.76 13.3721 1147.54 13.2802 1147.37 13.1167C1147.21 12.9531 1147.12 12.7313 1147.12 12.5ZM1144.67 19.6488C1144.84 19.4855 1145.06 19.3938 1145.29 19.3938C1145.52 19.3938 1145.74 19.4855 1145.91 19.6488L1146.36 20.1058C1146.45 20.1857 1146.52 20.2819 1146.57 20.3889C1146.61 20.4959 1146.64 20.6114 1146.64 20.7285C1146.64 20.8456 1146.62 20.9619 1146.58 21.0705C1146.53 21.1791 1146.47 21.2777 1146.39 21.3605C1146.3 21.4433 1146.2 21.5086 1146.1 21.5525C1145.99 21.5963 1145.87 21.6179 1145.75 21.6158C1145.64 21.6137 1145.52 21.5881 1145.41 21.5404C1145.31 21.4928 1145.21 21.4241 1145.13 21.3384L1144.67 20.8814C1144.51 20.7179 1144.42 20.4962 1144.42 20.2651C1144.42 20.034 1144.51 19.8124 1144.67 19.6488ZM1130.38 19.6488C1130.54 19.8124 1130.63 20.034 1130.63 20.2651C1130.63 20.4962 1130.54 20.7179 1130.38 20.8814L1129.92 21.3384C1129.84 21.4241 1129.74 21.4928 1129.64 21.5404C1129.53 21.5881 1129.41 21.6137 1129.3 21.6158C1129.18 21.6179 1129.06 21.5963 1128.95 21.5525C1128.85 21.5086 1128.75 21.4433 1128.66 21.3605C1128.58 21.2777 1128.52 21.1791 1128.47 21.0705C1128.43 20.9619 1128.41 20.8456 1128.41 20.7285C1128.41 20.6114 1128.44 20.4959 1128.48 20.3889C1128.53 20.2819 1128.6 20.1857 1128.69 20.1058L1129.14 19.6488C1129.22 19.5678 1129.32 19.5035 1129.43 19.4596C1129.53 19.4158 1129.64 19.3932 1129.76 19.3932C1129.87 19.3932 1129.99 19.4158 1130.09 19.4596C1130.2 19.5035 1130.3 19.5678 1130.38 19.6488ZM1137.52 22.093C1137.76 22.093 1137.98 22.1849 1138.14 22.3485C1138.31 22.512 1138.4 22.7338 1138.4 22.9651V24.1279C1138.4 24.3592 1138.31 24.581 1138.14 24.7446C1137.98 24.9081 1137.76 25 1137.52 25C1137.29 25 1137.07 24.9081 1136.91 24.7446C1136.74 24.581 1136.65 24.3592 1136.65 24.1279V22.9651C1136.65 22.7338 1136.74 22.512 1136.91 22.3485C1137.07 22.1849 1137.29 22.093 1137.52 22.093Z' fill='white'/%3E%3Ccircle cx='1167.23' cy='12.5' r='11.5' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1200.5 11.1389C1200.48 11.0915 1200.45 11.049 1200.41 11.0148C1200.37 10.9806 1200.33 10.9556 1200.28 10.9419C1200.23 10.9281 1200.18 10.926 1200.13 10.9357C1200.08 10.9453 1200.03 10.9665 1199.99 10.9975C1199.94 11.0403 1199.9 11.0971 1199.88 11.1624L1199.24 13.0634C1199.01 13.7857 1198.6 14.4422 1198.07 14.9802C1197.53 15.5181 1196.87 15.9224 1196.15 16.1606L1194.23 16.7991C1194.16 16.8202 1194.11 16.8612 1194.07 16.9165C1194.03 16.9717 1194 17.0383 1194 17.1066C1194 17.1749 1194.03 17.2415 1194.07 17.2967C1194.11 17.3519 1194.16 17.393 1194.23 17.4141L1196.15 18.0526C1196.87 18.2907 1197.52 18.6924 1198.05 19.2257C1198.58 19.7591 1198.98 20.4095 1199.22 21.1251L1199.86 23.0496C1199.88 23.1152 1199.92 23.1725 1199.97 23.2132C1200.03 23.2539 1200.1 23.2759 1200.16 23.2759C1200.23 23.2759 1200.3 23.2539 1200.36 23.2132C1200.41 23.1725 1200.45 23.1152 1200.47 23.0496L1201.13 21.1487C1201.37 20.4332 1201.77 19.7829 1202.31 19.2495C1202.84 18.7161 1203.49 18.3144 1204.2 18.0762L1206.13 17.4376C1206.19 17.4166 1206.25 17.3755 1206.29 17.3203C1206.33 17.265 1206.35 17.1985 1206.35 17.1302C1206.35 17.0619 1206.33 16.9953 1206.29 16.9401C1206.25 16.8848 1206.19 16.8437 1206.13 16.8227L1204.23 16.1606C1203.51 15.9232 1202.85 15.5192 1202.31 14.9811C1201.77 14.4431 1201.37 13.7861 1201.13 13.0634L1200.5 11.1389ZM1206.68 15.1911C1207.08 15.3268 1207.43 15.5834 1207.68 15.9259C1207.94 16.2758 1208.07 16.6975 1208.07 17.1302C1208.07 17.5629 1207.94 17.9845 1207.68 18.3344C1207.43 18.682 1207.07 18.9411 1206.67 19.0752L1204.75 19.7119C1204.75 19.7121 1204.75 19.7122 1204.75 19.7124C1204.29 19.8659 1203.87 20.1246 1203.53 20.468C1203.18 20.8117 1202.92 21.2307 1202.77 21.6917L1202.76 21.7158L1202.11 23.6014C1201.97 24.0018 1201.72 24.3514 1201.38 24.6019C1201.03 24.8605 1200.6 25 1200.16 25C1199.73 25 1199.3 24.8605 1198.95 24.6019C1198.61 24.3477 1198.35 23.9913 1198.22 23.5834L1197.58 21.6683C1197.43 21.2072 1197.17 20.7881 1196.83 20.4444C1196.49 20.1008 1196.07 19.8419 1195.61 19.6885L1193.69 19.0516C1193.28 18.9175 1192.92 18.6584 1192.67 18.3109C1192.42 17.9609 1192.28 17.5393 1192.28 17.1066C1192.28 16.6739 1192.42 16.2523 1192.67 15.9023C1192.92 15.5549 1193.28 15.2959 1193.69 15.1618L1195.61 14.5233C1196.08 14.3696 1196.5 14.1087 1196.85 13.7617C1197.19 13.4146 1197.45 12.9911 1197.61 12.525L1197.61 12.5144L1198.24 10.6303C1198.37 10.2379 1198.6 9.90317 1198.91 9.65677C1198.92 9.64852 1198.93 9.64039 1198.94 9.63237C1199.19 9.43718 1199.49 9.30385 1199.8 9.24303C1200.12 9.18221 1200.44 9.19561 1200.75 9.28213C1201.05 9.36865 1201.34 9.52591 1201.57 9.74133C1201.81 9.95676 1201.99 10.2244 1202.11 10.5229C1202.12 10.547 1202.12 10.5714 1202.13 10.5959L1202.77 12.527C1202.93 12.9926 1203.19 13.4159 1203.53 13.7626C1203.88 14.1093 1204.3 14.3697 1204.77 14.5226C1204.77 14.5247 1204.78 14.5268 1204.79 14.529C1204.79 14.5302 1204.79 14.5314 1204.8 14.5326L1206.68 15.1911ZM1191.55 7.55538C1191.47 7.38874 1191.39 7.21496 1191.33 7.0356C1191.33 7.03393 1191.33 7.03226 1191.33 7.0306L1190.87 5.63124C1190.85 5.58504 1190.82 5.54552 1190.78 5.51828C1190.74 5.49103 1190.69 5.47744 1190.64 5.47943C1190.59 5.48141 1190.54 5.49887 1190.5 5.52934C1190.46 5.55981 1190.44 5.60174 1190.42 5.6492L1189.96 7.0306C1189.96 7.03154 1189.96 7.03248 1189.96 7.03342C1189.9 7.21238 1189.83 7.38577 1189.74 7.55207C1189.74 7.55518 1189.74 7.55828 1189.73 7.56138C1189.73 7.57753 1189.72 7.59361 1189.71 7.60962C1189.55 7.90816 1189.34 8.18282 1189.1 8.42453C1188.86 8.66705 1188.58 8.8722 1188.28 9.03436C1188.27 9.04192 1188.26 9.04938 1188.24 9.05675C1188.24 9.05705 1188.24 9.05734 1188.24 9.05764C1188.07 9.14682 1187.89 9.22221 1187.71 9.2828L1186.31 9.74738C1186.26 9.76313 1186.22 9.79316 1186.19 9.83322C1186.16 9.87328 1186.15 9.92137 1186.15 9.97069C1186.15 10.02 1186.16 10.0681 1186.19 10.1082C1186.22 10.1482 1186.26 10.1782 1186.31 10.194L1187.71 10.6597C1187.89 10.7203 1188.07 10.7955 1188.24 10.8843C1188.24 10.8852 1188.24 10.8861 1188.24 10.887C1188.25 10.8942 1188.27 10.9015 1188.28 10.9089C1188.58 11.0698 1188.85 11.2726 1189.09 11.5121C1189.33 11.7582 1189.54 12.0387 1189.7 12.3438C1189.7 12.3438 1189.7 12.3439 1189.7 12.3438C1189.71 12.3532 1189.71 12.3626 1189.72 12.3719C1189.81 12.5389 1189.88 12.713 1189.94 12.8928L1190.4 14.2933C1190.42 14.34 1190.45 14.3807 1190.49 14.4094C1190.53 14.4382 1190.58 14.4537 1190.63 14.4537C1190.68 14.4537 1190.72 14.4382 1190.76 14.4094C1190.8 14.3807 1190.84 14.34 1190.85 14.2933L1191.33 12.9108C1191.33 12.9099 1191.33 12.909 1191.33 12.908C1191.4 12.7155 1191.48 12.5295 1191.58 12.3519C1191.58 12.3511 1191.58 12.3502 1191.58 12.3494C1191.58 12.3495 1191.58 12.3493 1191.58 12.3494C1191.74 12.0496 1191.94 11.7735 1192.19 11.531C1192.43 11.2842 1192.71 11.0761 1193.02 10.9127C1193.02 10.9127 1193.02 10.9126 1193.02 10.9127C1193.03 10.9067 1193.04 10.9008 1193.05 10.895C1193.22 10.8094 1193.39 10.7367 1193.57 10.6777L1194.96 10.212C1195.01 10.1962 1195.05 10.1662 1195.08 10.1261C1195.11 10.0861 1195.12 10.038 1195.12 9.98865C1195.12 9.93932 1195.11 9.89124 1195.08 9.85118C1195.05 9.81111 1195.01 9.78109 1194.96 9.76533L1193.58 9.2828C1193.58 9.28229 1193.58 9.28178 1193.58 9.28127C1193.39 9.21766 1193.2 9.13771 1193.02 9.0426C1193.02 9.04246 1193.02 9.04233 1193.02 9.04219C1192.72 8.87911 1192.44 8.6715 1192.19 8.42528C1191.95 8.18371 1191.74 7.90916 1191.58 7.61073C1191.57 7.59647 1191.57 7.58215 1191.56 7.56778C1191.56 7.56365 1191.56 7.55952 1191.55 7.55538ZM1195.53 8.13617C1195.91 8.26841 1196.24 8.51614 1196.48 8.8454C1196.72 9.17856 1196.85 9.57842 1196.85 9.98865C1196.85 10.3989 1196.72 10.7987 1196.48 11.1319C1196.24 11.4651 1195.9 11.7148 1195.51 11.8458L1195.51 11.8476L1194.11 12.313C1194.11 12.3131 1194.11 12.313 1194.11 12.313C1193.85 12.402 1193.6 12.5517 1193.41 12.7501C1193.21 12.9486 1193.06 13.1906 1192.97 13.4569L1192.96 13.4789L1192.48 14.857C1192.35 15.2403 1192.1 15.5732 1191.77 15.8098C1191.44 16.0491 1191.04 16.1778 1190.63 16.1778C1190.22 16.1778 1189.82 16.0491 1189.48 15.8098C1189.15 15.5705 1188.9 15.2327 1188.77 14.844L1188.77 14.835L1188.3 13.4364C1188.3 13.4361 1188.3 13.4366 1188.3 13.4364C1188.22 13.1709 1188.07 12.929 1187.87 12.7312C1187.67 12.5332 1187.43 12.3842 1187.16 12.2959L1185.76 11.8278C1185.37 11.6968 1185.03 11.4471 1184.79 11.1139C1184.55 10.7808 1184.42 10.3809 1184.42 9.97069C1184.42 9.56049 1184.55 9.16063 1184.79 8.82744C1185.03 8.49425 1185.37 8.24457 1185.76 8.11355L1185.77 8.11118L1187.17 7.64532C1187.44 7.55664 1187.68 7.40606 1187.88 7.20569C1188.08 7.00531 1188.23 6.76075 1188.32 6.49165L1188.32 6.48218L1188.78 5.11815C1188.9 4.74417 1189.13 4.41429 1189.44 4.17177C1189.76 3.9184 1190.16 3.77319 1190.57 3.75668C1190.98 3.74017 1191.39 3.8532 1191.73 4.07977C1192.07 4.30634 1192.33 4.635 1192.48 5.01924C1192.49 5.04198 1192.5 5.06491 1192.51 5.08799L1192.97 6.49448C1193.06 6.76292 1193.21 7.00692 1193.41 7.20674C1193.61 7.40655 1193.85 7.55657 1194.12 7.64467C1194.13 7.64809 1194.14 7.65162 1194.15 7.65525L1195.53 8.13617ZM1189.22 13.7426C1189.22 13.7376 1189.22 13.7326 1189.22 13.7275L1189.22 13.7426ZM1194.4 11.3937L1194.41 11.3992C1194.41 11.3974 1194.4 11.3956 1194.4 11.3937ZM1199.79 2.76059C1199.75 2.67716 1199.71 2.59016 1199.69 2.50038L1199.45 1.80014C1199.44 1.77704 1199.43 1.75728 1199.41 1.74366C1199.39 1.73004 1199.36 1.72324 1199.34 1.72423C1199.31 1.72523 1199.29 1.73396 1199.27 1.74919C1199.25 1.76442 1199.24 1.78539 1199.23 1.80912L1199 2.50038C1198.97 2.59024 1198.93 2.67732 1198.89 2.76082C1198.89 2.76238 1198.89 2.76393 1198.89 2.76548C1198.87 2.79425 1198.86 2.82259 1198.84 2.85048C1198.77 2.96371 1198.69 3.06939 1198.6 3.16539C1198.59 3.17637 1198.58 3.18721 1198.57 3.19793C1198.56 3.20907 1198.55 3.22006 1198.54 3.23088C1198.44 3.32206 1198.33 3.40188 1198.22 3.46902C1198.19 3.48498 1198.17 3.50022 1198.14 3.51473C1198.14 3.51472 1198.14 3.51474 1198.14 3.51473C1198.05 3.55922 1197.97 3.59685 1197.87 3.62704L1197.17 3.85933C1197.16 3.86503 1197.14 3.87478 1197.13 3.8878C1197.11 3.90082 1197.11 3.91674 1197.1 3.93424C1197.09 3.95175 1197.09 3.97036 1197.1 3.98855C1197.1 4.00673 1197.11 4.02398 1197.12 4.03888C1197.13 4.05956 1197.15 4.07496 1197.17 4.08264L1197.87 4.31493C1197.96 4.3451 1198.05 4.38252 1198.14 4.42669C1198.14 4.42727 1198.14 4.42786 1198.14 4.42845C1198.17 4.44301 1198.19 4.45831 1198.22 4.47432C1198.33 4.54001 1198.43 4.61768 1198.53 4.70611C1198.54 4.7176 1198.55 4.72927 1198.56 4.74112C1198.58 4.75337 1198.59 4.76579 1198.6 4.77837C1198.69 4.87452 1198.77 4.98032 1198.84 5.09364C1198.85 5.11484 1198.86 5.1363 1198.87 5.15801C1198.88 5.16299 1198.88 5.16799 1198.88 5.173C1198.92 5.25587 1198.96 5.34229 1198.99 5.4315L1199.22 6.13173C1199.23 6.15552 1199.24 6.17626 1199.26 6.19098C1199.28 6.2057 1199.31 6.21363 1199.33 6.21363C1199.36 6.21363 1199.38 6.2057 1199.4 6.19098C1199.42 6.17626 1199.44 6.15552 1199.45 6.13173L1199.69 5.44048C1199.72 5.34415 1199.76 5.25109 1199.81 5.16224C1199.81 5.16155 1199.81 5.16087 1199.81 5.16019C1199.82 5.13731 1199.83 5.11472 1199.85 5.09242C1199.91 4.98258 1199.99 4.87994 1200.08 4.78643C1200.09 4.77416 1200.1 4.76205 1200.11 4.7501C1200.12 4.73746 1200.14 4.72502 1200.15 4.71279C1200.25 4.62351 1200.35 4.54527 1200.46 4.4793C1200.48 4.46632 1200.51 4.45382 1200.53 4.4418C1200.53 4.43831 1200.54 4.43487 1200.55 4.43146C1200.63 4.38911 1200.71 4.35311 1200.8 4.32391L1201.5 4.09162C1201.53 4.08401 1201.55 4.06904 1201.56 4.04887C1201.58 4.0287 1201.58 4.00437 1201.58 3.9794C1201.58 3.95443 1201.58 3.93011 1201.56 3.90994C1201.55 3.88977 1201.53 3.8748 1201.5 3.86719L1200.81 3.62704C1200.71 3.59523 1200.62 3.55515 1200.53 3.50741C1200.53 3.50742 1200.53 3.5074 1200.53 3.50741C1200.51 3.49506 1200.48 3.48216 1200.46 3.46879C1200.35 3.40195 1200.24 3.32254 1200.15 3.23185C1200.14 3.22078 1200.13 3.20955 1200.11 3.19814C1200.1 3.18707 1200.09 3.17585 1200.08 3.16451C1199.99 3.06988 1199.91 2.96585 1199.85 2.85446C1199.83 2.82665 1199.81 2.79839 1199.8 2.76969C1199.8 2.76666 1199.8 2.76363 1199.79 2.76059ZM1202.06 2.23593C1202.42 2.35799 1202.73 2.58748 1202.95 2.89351C1203.18 3.20874 1203.31 3.58897 1203.31 3.9794C1203.31 4.36983 1203.18 4.75007 1202.95 5.0653C1202.73 5.37653 1202.41 5.6086 1202.04 5.72901L1201.35 5.9601C1201.34 5.96195 1201.34 5.96511 1201.33 5.96925C1201.33 5.97339 1201.32 5.97845 1201.32 5.98401L1201.31 6.00627L1201.08 6.68943C1200.95 7.04777 1200.73 7.36014 1200.42 7.58365C1200.1 7.8138 1199.72 7.93777 1199.33 7.93777C1198.94 7.93777 1198.56 7.81378 1198.25 7.58365C1197.94 7.35591 1197.7 7.03592 1197.58 6.66905L1197.35 5.97503C1197.35 5.97491 1197.35 5.97516 1197.35 5.97503C1197.35 5.96962 1197.35 5.96432 1197.34 5.96027C1197.34 5.95613 1197.34 5.953 1197.33 5.95116L1196.63 5.71972C1196.26 5.5957 1195.93 5.35363 1195.7 5.02975C1195.54 4.79981 1195.44 4.53577 1195.39 4.25788C1195.35 3.97105 1195.37 3.67754 1195.46 3.40134C1195.55 3.12513 1195.7 2.8741 1195.91 2.66875C1196.11 2.46545 1196.36 2.31261 1196.63 2.22243L1197.33 1.98917C1197.34 1.98732 1197.35 1.98419 1197.35 1.98C1197.35 1.97581 1197.36 1.9707 1197.36 1.96508L1197.36 1.95118L1197.59 1.2737C1197.7 0.92527 1197.92 0.617971 1198.21 0.391619C1198.51 0.153478 1198.88 0.017004 1199.27 0.0014872C1199.66 -0.0140301 1200.04 0.092203 1200.36 0.305151C1200.68 0.518101 1200.93 0.826993 1201.07 1.18814C1201.07 1.21101 1201.08 1.23406 1201.09 1.25728L1201.32 1.96467C1201.33 1.97029 1201.33 1.97541 1201.33 1.9796C1201.34 1.98379 1201.34 1.98693 1201.35 1.98877C1201.36 1.99198 1201.37 1.99528 1201.38 1.99867L1202.06 2.23593ZM1197.7 2.442C1197.71 2.44338 1197.71 2.44476 1197.72 2.44617L1197.7 2.442Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1225.27 3.34915L1214.99 22.9751H1235.56L1225.27 3.34915ZM1226.27 0.573772C1225.87 -0.191257 1224.68 -0.191258 1224.28 0.573772L1213 22.0977C1212.29 23.442 1213.36 25 1214.99 25H1235.56C1237.19 25 1238.26 23.442 1237.55 22.0977L1226.27 0.573772Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1253.83 1.80465C1251.81 2.02045 1249.9 2.80297 1248.3 4.06177C1246.71 5.32057 1245.51 7.00426 1244.83 8.91826C1244.16 10.8323 1244.04 12.8984 1244.49 14.878C1244.93 16.8576 1245.93 18.6697 1247.37 20.105C1248.81 21.5403 1250.62 22.5402 1252.6 22.989C1254.58 23.4379 1256.64 23.3175 1258.56 22.6416C1260.47 21.9658 1262.15 20.7621 1263.41 19.1697C1264.67 17.5774 1265.45 15.6613 1265.67 13.643C1264.93 14.5791 1264.01 15.3485 1262.95 15.9004C1261.9 16.4522 1260.73 16.7741 1259.55 16.8447C1258.36 16.9153 1257.17 16.7331 1256.05 16.31C1254.94 15.887 1253.93 15.2327 1253.08 14.3904C1252.24 13.548 1251.59 12.5367 1251.16 11.423C1250.74 10.3094 1250.56 9.11876 1250.63 7.92958C1250.7 6.74039 1251.02 5.57968 1251.57 4.52394C1252.13 3.4682 1252.9 2.54141 1253.83 1.80465ZM1242.47 12.5C1242.47 5.59651 1248.07 0 1254.97 0C1255.81 0 1256.22 0.663953 1256.3 1.19302C1256.37 1.70233 1256.18 2.35 1255.59 2.70349C1254.72 3.22774 1253.99 3.94282 1253.43 4.79454C1252.88 5.64627 1252.53 6.61231 1252.41 7.61947C1252.29 8.62663 1252.4 9.6485 1252.73 10.6077C1253.06 11.5668 1253.6 12.4381 1254.32 13.1556C1255.04 13.873 1255.91 14.4178 1256.87 14.7485C1257.83 15.0793 1258.85 15.1875 1259.86 15.0648C1260.86 14.9422 1261.83 14.5919 1262.68 14.0405C1263.53 13.4892 1264.25 12.7512 1264.77 11.8826C1265.12 11.2977 1265.77 11.1093 1266.28 11.1779C1266.81 11.25 1267.47 11.6663 1267.47 12.5C1267.47 19.4035 1261.88 25 1254.97 25C1248.07 25 1242.47 19.4035 1242.47 12.5Z' fill='white'/%3E%3Cpath d='M1285.02 1.14169L1296.03 12.1579C1296.22 12.3469 1296.22 12.6531 1296.03 12.8421L1285.02 23.8583C1284.83 24.0472 1284.52 24.0472 1284.33 23.8583L1273.32 12.8421C1273.13 12.6531 1273.13 12.3469 1273.32 12.1579L1284.33 1.14169C1284.52 0.952771 1284.83 0.952771 1285.02 1.14169Z' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1314.37 0C1314.87 0 1315.27 0.414551 1315.27 0.925926V1.78063H1322.67C1323.13 1.78063 1323.57 1.98012 1323.89 2.32411C1324.21 2.667 1324.39 3.12539 1324.39 3.59687V8.93875C1324.39 9.41022 1324.21 9.86861 1323.89 10.2115C1323.57 10.5555 1323.13 10.755 1322.67 10.755H1315.27V12.4644H1322.32C1322.32 12.4644 1322.32 12.4644 1322.32 12.4644C1322.55 12.4644 1322.78 12.5132 1322.99 12.6072C1323.2 12.7012 1323.39 12.838 1323.55 13.0083L1326.62 16.3084C1326.96 16.6672 1326.96 17.236 1326.62 17.5948L1323.55 20.8948C1323.39 21.0651 1323.2 21.202 1322.99 21.2959C1322.78 21.3899 1322.55 21.4388 1322.32 21.4387C1322.32 21.4387 1322.32 21.4387 1322.32 21.4387H1315.27V24.0741C1315.27 24.5854 1314.87 25 1314.37 25C1313.88 25 1313.48 24.5854 1313.48 24.0741V21.4387H1306.08C1305.62 21.4387 1305.18 21.2393 1304.86 20.8953C1304.54 20.5524 1304.36 20.094 1304.36 19.6225V14.2806C1304.36 13.8092 1304.54 13.3508 1304.86 13.0079C1305.18 12.6639 1305.62 12.4644 1306.08 12.4644H1313.48V10.755H1306.43C1306.43 10.755 1306.43 10.755 1306.43 10.755C1306.2 10.755 1305.97 10.7062 1305.76 10.6122C1305.55 10.5182 1305.36 10.3815 1305.2 10.2113C1305.2 10.2112 1305.2 10.2114 1305.2 10.2113L1302.13 6.91102C1301.79 6.55221 1301.79 5.9834 1302.13 5.6246L1305.2 2.32453C1305.2 2.32446 1305.2 2.32461 1305.2 2.32453C1305.36 2.15437 1305.55 2.01737 1305.76 1.92343C1305.97 1.82943 1306.2 1.78061 1306.43 1.78063C1306.43 1.78063 1306.43 1.78063 1306.43 1.78063H1313.48V0.925926C1313.48 0.414551 1313.88 0 1314.37 0ZM1306.46 3.63248L1304.01 6.26781L1306.46 8.90313H1322.6V3.63248H1306.46ZM1306.15 14.3162V19.5869H1322.29L1324.74 16.9516L1322.29 14.3162H1306.15Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1344.07 21.6509L1333.79 2.02494H1354.36L1344.07 21.6509ZM1345.07 24.4262C1344.67 25.1913 1343.48 25.1913 1343.08 24.4262L1331.8 2.90233C1331.09 1.55801 1332.16 0 1333.79 0H1354.36C1355.99 0 1357.06 1.55801 1356.35 2.90233L1345.07 24.4262Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1373.77 0C1374.01 0 1374.23 0.091881 1374.39 0.25543C1374.55 0.418979 1374.65 0.6408 1374.65 0.872093V2.03488C1374.65 2.26618 1374.55 2.488 1374.39 2.65155C1374.23 2.8151 1374.01 2.90698 1373.77 2.90698C1373.54 2.90698 1373.32 2.8151 1373.16 2.65155C1372.99 2.488 1372.9 2.26618 1372.9 2.03488V0.872093C1372.9 0.6408 1372.99 0.418979 1373.16 0.25543C1373.32 0.091881 1373.54 0 1373.77 0ZM1364.94 3.66163C1365.1 3.49831 1365.32 3.40658 1365.55 3.40658C1365.78 3.40658 1366.01 3.49831 1366.17 3.66163L1366.63 4.11744C1366.78 4.28184 1366.87 4.5021 1366.87 4.73076C1366.87 4.95942 1366.78 5.1782 1366.62 5.33997C1366.45 5.50174 1366.24 5.59356 1366.01 5.59565C1365.78 5.59775 1365.56 5.50995 1365.39 5.35116L1364.94 4.89419C1364.77 4.73067 1364.68 4.50901 1364.68 4.27791C1364.68 4.0468 1364.77 3.82515 1364.94 3.66163ZM1382.61 3.66163C1382.78 3.82515 1382.87 4.0468 1382.87 4.27791C1382.87 4.50901 1382.78 4.73067 1382.61 4.89419L1382.16 5.35116C1381.99 5.50521 1381.77 5.58907 1381.55 5.58509C1381.32 5.5811 1381.1 5.48958 1380.94 5.32979C1380.78 5.17001 1380.69 4.95445 1380.69 4.72851C1380.69 4.50258 1380.77 4.28392 1380.92 4.1186L1381.38 3.66163C1381.54 3.49831 1381.77 3.40658 1382 3.40658C1382.23 3.40658 1382.45 3.49831 1382.61 3.66163ZM1373.77 6.39535C1372.16 6.39535 1370.6 7.03852 1369.46 8.18336C1368.31 9.3282 1367.67 10.8809 1367.67 12.5C1367.67 14.1191 1368.31 15.6718 1369.46 16.8166C1370.6 17.9615 1372.16 18.6047 1373.77 18.6047C1375.39 18.6047 1376.95 17.9615 1378.09 16.8166C1379.24 15.6718 1379.88 14.1191 1379.88 12.5C1379.88 10.8809 1379.24 9.3282 1378.09 8.18336C1376.95 7.03852 1375.39 6.39535 1373.77 6.39535ZM1365.93 12.5C1365.93 10.4184 1366.75 8.42198 1368.22 6.95003C1369.7 5.47809 1371.69 4.65116 1373.77 4.65116C1375.86 4.65116 1377.85 5.47809 1379.32 6.95003C1380.8 8.42198 1381.62 10.4184 1381.62 12.5C1381.62 14.5816 1380.8 16.578 1379.32 18.05C1377.85 19.5219 1375.86 20.3488 1373.77 20.3488C1371.69 20.3488 1369.7 19.5219 1368.22 18.05C1366.75 16.578 1365.93 14.5816 1365.93 12.5ZM1361.27 12.5C1361.27 12.2687 1361.37 12.0469 1361.53 11.8833C1361.69 11.7198 1361.92 11.6279 1362.15 11.6279H1363.31C1363.54 11.6279 1363.76 11.7198 1363.93 11.8833C1364.09 12.0469 1364.18 12.2687 1364.18 12.5C1364.18 12.7313 1364.09 12.9531 1363.93 13.1167C1363.76 13.2802 1363.54 13.3721 1363.31 13.3721H1362.15C1361.92 13.3721 1361.69 13.2802 1361.53 13.1167C1361.37 12.9531 1361.27 12.7313 1361.27 12.5ZM1383.37 12.5C1383.37 12.2687 1383.46 12.0469 1383.62 11.8833C1383.79 11.7198 1384.01 11.6279 1384.24 11.6279H1385.4C1385.63 11.6279 1385.86 11.7198 1386.02 11.8833C1386.18 12.0469 1386.27 12.2687 1386.27 12.5C1386.27 12.7313 1386.18 12.9531 1386.02 13.1167C1385.86 13.2802 1385.63 13.3721 1385.4 13.3721H1384.24C1384.01 13.3721 1383.79 13.2802 1383.62 13.1167C1383.46 12.9531 1383.37 12.7313 1383.37 12.5ZM1380.92 19.6488C1381.09 19.4855 1381.31 19.3938 1381.54 19.3938C1381.77 19.3938 1381.99 19.4855 1382.16 19.6488L1382.61 20.1058C1382.7 20.1857 1382.77 20.2819 1382.81 20.3889C1382.86 20.4959 1382.89 20.6114 1382.89 20.7285C1382.89 20.8456 1382.87 20.9619 1382.83 21.0705C1382.78 21.1791 1382.72 21.2777 1382.64 21.3605C1382.55 21.4433 1382.45 21.5086 1382.34 21.5525C1382.24 21.5963 1382.12 21.6179 1382 21.6158C1381.89 21.6137 1381.77 21.5881 1381.66 21.5404C1381.56 21.4928 1381.46 21.4241 1381.38 21.3384L1380.92 20.8814C1380.76 20.7179 1380.67 20.4962 1380.67 20.2651C1380.67 20.034 1380.76 19.8124 1380.92 19.6488ZM1366.63 19.6488C1366.79 19.8124 1366.88 20.034 1366.88 20.2651C1366.88 20.4962 1366.79 20.7179 1366.63 20.8814L1366.17 21.3384C1366.09 21.4241 1365.99 21.4928 1365.89 21.5404C1365.78 21.5881 1365.66 21.6137 1365.55 21.6158C1365.43 21.6179 1365.31 21.5963 1365.2 21.5525C1365.1 21.5086 1365 21.4433 1364.91 21.3605C1364.83 21.2777 1364.77 21.1791 1364.72 21.0705C1364.68 20.9619 1364.66 20.8456 1364.66 20.7285C1364.66 20.6114 1364.69 20.4959 1364.73 20.3889C1364.78 20.2819 1364.85 20.1857 1364.94 20.1058L1365.39 19.6488C1365.47 19.5678 1365.57 19.5035 1365.67 19.4596C1365.78 19.4158 1365.89 19.3932 1366.01 19.3932C1366.12 19.3932 1366.24 19.4158 1366.34 19.4596C1366.45 19.5035 1366.54 19.5678 1366.63 19.6488ZM1373.77 22.093C1374.01 22.093 1374.23 22.1849 1374.39 22.3485C1374.55 22.512 1374.65 22.7338 1374.65 22.9651V24.1279C1374.65 24.3592 1374.55 24.581 1374.39 24.7446C1374.23 24.9081 1374.01 25 1373.77 25C1373.54 25 1373.32 24.9081 1373.16 24.7446C1372.99 24.581 1372.9 24.3592 1372.9 24.1279V22.9651C1372.9 22.7338 1372.99 22.512 1373.16 22.3485C1373.32 22.1849 1373.54 22.093 1373.77 22.093Z' fill='white'/%3E%3Ccircle cx='1403.47' cy='12.5' r='11.5' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1436.75 11.1389C1436.73 11.0915 1436.7 11.049 1436.66 11.0148C1436.62 10.9806 1436.58 10.9556 1436.53 10.9419C1436.48 10.9281 1436.43 10.926 1436.38 10.9357C1436.33 10.9453 1436.28 10.9665 1436.24 10.9975C1436.19 11.0403 1436.15 11.0971 1436.13 11.1624L1435.49 13.0634C1435.26 13.7857 1434.85 14.4422 1434.31 14.9802C1433.78 15.5181 1433.12 15.9224 1432.4 16.1606L1430.48 16.7991C1430.41 16.8202 1430.36 16.8612 1430.32 16.9165C1430.28 16.9717 1430.25 17.0383 1430.25 17.1066C1430.25 17.1749 1430.28 17.2415 1430.32 17.2967C1430.36 17.3519 1430.41 17.393 1430.48 17.4141L1432.4 18.0526C1433.11 18.2907 1433.76 18.6924 1434.3 19.2257C1434.83 19.7591 1435.23 20.4095 1435.47 21.1251L1436.11 23.0496C1436.13 23.1152 1436.17 23.1725 1436.22 23.2132C1436.28 23.2539 1436.35 23.2759 1436.41 23.2759C1436.48 23.2759 1436.55 23.2539 1436.61 23.2132C1436.66 23.1725 1436.7 23.1152 1436.72 23.0496L1437.38 21.1487C1437.62 20.4332 1438.02 19.7829 1438.56 19.2495C1439.09 18.7161 1439.74 18.3144 1440.45 18.0762L1442.38 17.4376C1442.44 17.4166 1442.5 17.3755 1442.54 17.3203C1442.58 17.265 1442.6 17.1985 1442.6 17.1302C1442.6 17.0619 1442.58 16.9953 1442.54 16.9401C1442.5 16.8848 1442.44 16.8437 1442.38 16.8227L1440.48 16.1606C1439.76 15.9232 1439.1 15.5192 1438.56 14.9811C1438.02 14.4431 1437.62 13.7861 1437.38 13.0634L1436.75 11.1389ZM1442.93 15.1911C1443.33 15.3268 1443.68 15.5834 1443.93 15.9259C1444.19 16.2758 1444.32 16.6975 1444.32 17.1302C1444.32 17.5629 1444.19 17.9845 1443.93 18.3344C1443.68 18.682 1443.32 18.9411 1442.92 19.0752L1441 19.7119C1441 19.7121 1441 19.7122 1441 19.7124C1440.54 19.8659 1440.12 20.1246 1439.78 20.468C1439.43 20.8117 1439.17 21.2307 1439.02 21.6917L1439.01 21.7158L1438.36 23.6014C1438.22 24.0018 1437.97 24.3514 1437.63 24.6019C1437.28 24.8605 1436.85 25 1436.41 25C1435.98 25 1435.55 24.8605 1435.2 24.6019C1434.86 24.3477 1434.6 23.9913 1434.47 23.5834L1433.83 21.6683C1433.68 21.2072 1433.42 20.7881 1433.08 20.4444C1432.73 20.1008 1432.32 19.8419 1431.85 19.6885L1429.94 19.0516C1429.53 18.9175 1429.17 18.6584 1428.92 18.3109C1428.67 17.9609 1428.53 17.5393 1428.53 17.1066C1428.53 16.6739 1428.67 16.2523 1428.92 15.9023C1429.17 15.5549 1429.53 15.2959 1429.94 15.1618L1431.86 14.5233C1432.33 14.3696 1432.75 14.1087 1433.09 13.7617C1433.44 13.4146 1433.7 12.9911 1433.86 12.525L1433.86 12.5144L1434.49 10.6303C1434.62 10.2379 1434.85 9.90317 1435.16 9.65677C1435.17 9.64852 1435.18 9.64039 1435.19 9.63237C1435.44 9.43718 1435.74 9.30385 1436.05 9.24303C1436.37 9.18221 1436.69 9.19561 1437 9.28213C1437.3 9.36865 1437.59 9.52591 1437.82 9.74133C1438.06 9.95676 1438.24 10.2244 1438.36 10.5229C1438.37 10.547 1438.37 10.5714 1438.38 10.5959L1439.02 12.527C1439.18 12.9926 1439.43 13.4159 1439.78 13.7626C1440.13 14.1093 1440.55 14.3697 1441.02 14.5226C1441.02 14.5247 1441.03 14.5268 1441.03 14.529C1441.04 14.5302 1441.04 14.5314 1441.05 14.5326L1442.93 15.1911ZM1427.8 7.55538C1427.72 7.38874 1427.64 7.21496 1427.58 7.0356C1427.58 7.03393 1427.58 7.03226 1427.58 7.0306L1427.12 5.63124C1427.1 5.58504 1427.07 5.54552 1427.03 5.51828C1426.99 5.49103 1426.94 5.47744 1426.89 5.47943C1426.84 5.48141 1426.79 5.49887 1426.75 5.52934C1426.71 5.55981 1426.69 5.60174 1426.67 5.6492L1426.21 7.0306C1426.21 7.03154 1426.21 7.03248 1426.21 7.03342C1426.15 7.21238 1426.08 7.38577 1425.99 7.55207C1425.99 7.55518 1425.99 7.55828 1425.98 7.56138C1425.98 7.57753 1425.97 7.59361 1425.96 7.60962C1425.8 7.90816 1425.59 8.18282 1425.35 8.42453C1425.11 8.66705 1424.83 8.8722 1424.53 9.03436C1424.52 9.04192 1424.51 9.04938 1424.49 9.05675C1424.49 9.05705 1424.49 9.05734 1424.49 9.05764C1424.32 9.14682 1424.14 9.22221 1423.96 9.2828L1422.56 9.74738C1422.51 9.76313 1422.47 9.79316 1422.44 9.83322C1422.41 9.87328 1422.4 9.92137 1422.4 9.97069C1422.4 10.02 1422.41 10.0681 1422.44 10.1082C1422.47 10.1482 1422.51 10.1782 1422.56 10.194L1423.96 10.6597C1424.14 10.7203 1424.32 10.7955 1424.49 10.8843C1424.49 10.8852 1424.49 10.8861 1424.49 10.887C1424.5 10.8942 1424.52 10.9015 1424.53 10.9089C1424.83 11.0698 1425.1 11.2726 1425.34 11.5121C1425.58 11.7582 1425.79 12.0387 1425.95 12.3438C1425.95 12.3438 1425.95 12.3439 1425.95 12.3438C1425.96 12.3532 1425.96 12.3626 1425.97 12.3719C1426.06 12.5389 1426.13 12.713 1426.19 12.8928L1426.65 14.2933C1426.67 14.34 1426.7 14.3807 1426.74 14.4094C1426.78 14.4382 1426.83 14.4537 1426.88 14.4537C1426.93 14.4537 1426.97 14.4382 1427.01 14.4094C1427.05 14.3807 1427.08 14.34 1427.1 14.2933L1427.58 12.9108C1427.58 12.9099 1427.58 12.909 1427.58 12.908C1427.65 12.7155 1427.73 12.5295 1427.82 12.3519C1427.83 12.3511 1427.83 12.3502 1427.83 12.3494C1427.83 12.3495 1427.83 12.3493 1427.83 12.3494C1427.99 12.0496 1428.19 11.7735 1428.44 11.531C1428.68 11.2842 1428.96 11.0761 1429.27 10.9127C1429.27 10.9127 1429.27 10.9126 1429.27 10.9127C1429.28 10.9067 1429.29 10.9008 1429.3 10.895C1429.47 10.8094 1429.64 10.7367 1429.82 10.6777L1431.21 10.212C1431.26 10.1962 1431.3 10.1662 1431.33 10.1261C1431.36 10.0861 1431.37 10.038 1431.37 9.98865C1431.37 9.93932 1431.36 9.89124 1431.33 9.85118C1431.3 9.81111 1431.26 9.78109 1431.21 9.76533L1429.83 9.2828C1429.83 9.28229 1429.83 9.28178 1429.83 9.28127C1429.64 9.21766 1429.45 9.13771 1429.27 9.0426C1429.27 9.04246 1429.27 9.04233 1429.27 9.04219C1428.97 8.87911 1428.69 8.6715 1428.44 8.42528C1428.2 8.18371 1427.99 7.90916 1427.83 7.61073C1427.82 7.59647 1427.82 7.58215 1427.81 7.56778C1427.81 7.56365 1427.81 7.55952 1427.8 7.55538ZM1431.78 8.13617C1432.16 8.26841 1432.49 8.51614 1432.73 8.8454C1432.97 9.17856 1433.1 9.57842 1433.1 9.98865C1433.1 10.3989 1432.97 10.7987 1432.73 11.1319C1432.49 11.4651 1432.15 11.7148 1431.76 11.8458L1431.76 11.8476L1430.36 12.313C1430.36 12.3131 1430.36 12.313 1430.36 12.313C1430.1 12.402 1429.85 12.5517 1429.66 12.7501C1429.46 12.9486 1429.31 13.1906 1429.22 13.4569L1429.21 13.4789L1428.73 14.857C1428.6 15.2403 1428.35 15.5732 1428.02 15.8098C1427.69 16.0491 1427.29 16.1778 1426.88 16.1778C1426.47 16.1778 1426.07 16.0491 1425.73 15.8098C1425.4 15.5705 1425.15 15.2327 1425.02 14.844L1425.02 14.835L1424.55 13.4364C1424.55 13.4361 1424.55 13.4366 1424.55 13.4364C1424.47 13.1709 1424.32 12.929 1424.12 12.7312C1423.92 12.5332 1423.68 12.3842 1423.41 12.2959L1422.01 11.8278C1421.62 11.6968 1421.28 11.4471 1421.04 11.1139C1420.8 10.7808 1420.67 10.3809 1420.67 9.97069C1420.67 9.56049 1420.8 9.16063 1421.04 8.82744C1421.28 8.49425 1421.62 8.24457 1422.01 8.11355L1422.02 8.11118L1423.42 7.64532C1423.69 7.55664 1423.93 7.40606 1424.13 7.20569C1424.33 7.00531 1424.48 6.76075 1424.57 6.49165L1424.57 6.48218L1425.03 5.11815C1425.15 4.74417 1425.38 4.41429 1425.69 4.17177C1426.01 3.9184 1426.41 3.77319 1426.82 3.75668C1427.23 3.74017 1427.64 3.8532 1427.98 4.07977C1428.32 4.30634 1428.58 4.635 1428.73 5.01924C1428.74 5.04198 1428.75 5.06491 1428.75 5.08799L1429.22 6.49448C1429.31 6.76292 1429.46 7.00692 1429.66 7.20674C1429.86 7.40655 1430.1 7.55657 1430.37 7.64467C1430.38 7.64809 1430.39 7.65162 1430.4 7.65525L1431.78 8.13617ZM1425.47 13.7426C1425.47 13.7376 1425.47 13.7326 1425.47 13.7275L1425.47 13.7426ZM1430.65 11.3937L1430.66 11.3992C1430.66 11.3974 1430.65 11.3956 1430.65 11.3937ZM1436.04 2.76059C1436 2.67716 1435.96 2.59016 1435.94 2.50038L1435.7 1.80014C1435.69 1.77704 1435.68 1.75728 1435.66 1.74366C1435.64 1.73004 1435.61 1.72324 1435.59 1.72423C1435.56 1.72523 1435.54 1.73396 1435.52 1.74919C1435.5 1.76442 1435.49 1.78539 1435.48 1.80912L1435.25 2.50038C1435.22 2.59024 1435.18 2.67732 1435.14 2.76082C1435.14 2.76238 1435.14 2.76393 1435.14 2.76548C1435.12 2.79425 1435.11 2.82259 1435.09 2.85048C1435.02 2.96371 1434.94 3.06939 1434.85 3.16539C1434.84 3.17637 1434.83 3.18721 1434.82 3.19793C1434.81 3.20907 1434.8 3.22006 1434.79 3.23088C1434.69 3.32206 1434.58 3.40188 1434.47 3.46902C1434.44 3.48498 1434.42 3.50022 1434.39 3.51473C1434.39 3.51472 1434.39 3.51474 1434.39 3.51473C1434.3 3.55922 1434.21 3.59685 1434.12 3.62704L1433.42 3.85933C1433.41 3.86503 1433.39 3.87478 1433.38 3.8878C1433.36 3.90082 1433.35 3.91674 1433.35 3.93424C1433.34 3.95175 1433.34 3.97036 1433.34 3.98855C1433.35 4.00673 1433.35 4.02398 1433.37 4.03888C1433.38 4.05956 1433.4 4.07496 1433.42 4.08264L1434.12 4.31493C1434.21 4.3451 1434.3 4.38252 1434.39 4.42669C1434.39 4.42727 1434.39 4.42786 1434.39 4.42845C1434.42 4.44301 1434.44 4.45831 1434.47 4.47432C1434.58 4.54001 1434.68 4.61768 1434.78 4.70611C1434.79 4.7176 1434.8 4.72927 1434.81 4.74112C1434.83 4.75337 1434.84 4.76579 1434.85 4.77837C1434.94 4.87452 1435.02 4.98032 1435.09 5.09364C1435.1 5.11484 1435.11 5.1363 1435.12 5.15801C1435.12 5.16299 1435.13 5.16799 1435.13 5.173C1435.17 5.25587 1435.21 5.34229 1435.24 5.4315L1435.47 6.13173C1435.48 6.15552 1435.49 6.17626 1435.51 6.19098C1435.53 6.2057 1435.56 6.21363 1435.58 6.21363C1435.61 6.21363 1435.63 6.2057 1435.65 6.19098C1435.67 6.17626 1435.69 6.15552 1435.7 6.13173L1435.94 5.44048C1435.97 5.34415 1436.01 5.25109 1436.06 5.16224C1436.06 5.16155 1436.06 5.16087 1436.06 5.16019C1436.07 5.13731 1436.08 5.11472 1436.09 5.09242C1436.16 4.98258 1436.24 4.87994 1436.33 4.78643C1436.34 4.77416 1436.35 4.76205 1436.36 4.7501C1436.37 4.73746 1436.39 4.72502 1436.4 4.71279C1436.49 4.62351 1436.6 4.54527 1436.71 4.4793C1436.73 4.46632 1436.75 4.45382 1436.78 4.4418C1436.78 4.43831 1436.79 4.43487 1436.8 4.43146C1436.88 4.38911 1436.96 4.35311 1437.05 4.32391L1437.75 4.09162C1437.77 4.08401 1437.8 4.06904 1437.81 4.04887C1437.82 4.0287 1437.83 4.00437 1437.83 3.9794C1437.83 3.95443 1437.82 3.93011 1437.81 3.90994C1437.8 3.88977 1437.77 3.8748 1437.75 3.86719L1437.06 3.62704C1436.96 3.59523 1436.87 3.55515 1436.78 3.50741C1436.78 3.50742 1436.78 3.5074 1436.78 3.50741C1436.76 3.49506 1436.73 3.48216 1436.71 3.46879C1436.6 3.40195 1436.49 3.32254 1436.4 3.23185C1436.39 3.22078 1436.37 3.20955 1436.36 3.19814C1436.35 3.18707 1436.34 3.17585 1436.33 3.16451C1436.24 3.06988 1436.16 2.96585 1436.1 2.85446C1436.08 2.82665 1436.06 2.79839 1436.05 2.76969C1436.05 2.76666 1436.05 2.76363 1436.04 2.76059ZM1438.31 2.23593C1438.67 2.35799 1438.98 2.58748 1439.2 2.89351C1439.43 3.20874 1439.56 3.58897 1439.56 3.9794C1439.56 4.36983 1439.43 4.75007 1439.2 5.0653C1438.98 5.37653 1438.66 5.6086 1438.29 5.72901L1437.6 5.9601C1437.59 5.96195 1437.58 5.96511 1437.58 5.96925C1437.58 5.97339 1437.57 5.97845 1437.57 5.98401L1437.56 6.00627L1437.33 6.68943C1437.2 7.04777 1436.98 7.36014 1436.67 7.58365C1436.35 7.8138 1435.97 7.93777 1435.58 7.93777C1435.19 7.93777 1434.81 7.81378 1434.5 7.58365C1434.18 7.35591 1433.95 7.03592 1433.83 6.66905L1433.6 5.97503C1433.6 5.97491 1433.6 5.97516 1433.6 5.97503C1433.6 5.96962 1433.6 5.96432 1433.59 5.96027C1433.59 5.95613 1433.58 5.953 1433.58 5.95116L1432.88 5.71972C1432.51 5.5957 1432.18 5.35363 1431.95 5.02975C1431.79 4.79981 1431.69 4.53577 1431.64 4.25788C1431.6 3.97105 1431.62 3.67754 1431.71 3.40134C1431.8 3.12513 1431.95 2.8741 1432.16 2.66875C1432.36 2.46545 1432.61 2.31261 1432.88 2.22243L1433.58 1.98917C1433.59 1.98732 1433.6 1.98419 1433.6 1.98C1433.6 1.97581 1433.61 1.9707 1433.61 1.96508L1433.61 1.95118L1433.84 1.2737C1433.95 0.92527 1434.17 0.617971 1434.46 0.391619C1434.76 0.153478 1435.13 0.017004 1435.52 0.0014872C1435.9 -0.0140301 1436.29 0.092203 1436.61 0.305151C1436.93 0.518101 1437.18 0.826993 1437.31 1.18814C1437.32 1.21101 1437.33 1.23406 1437.34 1.25728L1437.57 1.96467C1437.58 1.97029 1437.58 1.97541 1437.58 1.9796C1437.59 1.98379 1437.59 1.98693 1437.6 1.98877C1437.61 1.99198 1437.62 1.99528 1437.63 1.99867L1438.31 2.23593ZM1433.95 2.442C1433.96 2.44338 1433.96 2.44476 1433.97 2.44617L1433.95 2.442Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1461.52 3.34915L1451.24 22.9751H1471.81L1461.52 3.34915ZM1462.52 0.573772C1462.12 -0.191257 1460.93 -0.191258 1460.53 0.573772L1449.25 22.0977C1448.54 23.442 1449.61 25 1451.24 25H1471.81C1473.44 25 1474.51 23.442 1473.8 22.0977L1462.52 0.573772Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1490.08 1.80465C1488.06 2.02045 1486.15 2.80297 1484.55 4.06177C1482.96 5.32057 1481.76 7.00426 1481.08 8.91826C1480.41 10.8323 1480.29 12.8984 1480.74 14.878C1481.18 16.8576 1482.18 18.6697 1483.62 20.105C1485.05 21.5403 1486.87 22.5402 1488.85 22.989C1490.83 23.4379 1492.89 23.3175 1494.81 22.6416C1496.72 21.9658 1498.4 20.7621 1499.66 19.1697C1500.92 17.5774 1501.7 15.6613 1501.92 13.643C1501.18 14.5791 1500.26 15.3485 1499.2 15.9004C1498.14 16.4522 1496.98 16.7741 1495.79 16.8447C1494.61 16.9153 1493.41 16.7331 1492.3 16.31C1491.19 15.887 1490.18 15.2327 1489.33 14.3904C1488.49 13.548 1487.84 12.5367 1487.41 11.423C1486.99 10.3094 1486.81 9.11876 1486.88 7.92958C1486.95 6.74039 1487.27 5.57968 1487.82 4.52394C1488.38 3.4682 1489.15 2.54141 1490.08 1.80465ZM1478.72 12.5C1478.72 5.59651 1484.32 0 1491.22 0C1492.06 0 1492.47 0.663953 1492.55 1.19302C1492.61 1.70233 1492.43 2.35 1491.84 2.70349C1490.97 3.22774 1490.24 3.94282 1489.68 4.79454C1489.13 5.64627 1488.78 6.61231 1488.66 7.61947C1488.54 8.62663 1488.64 9.6485 1488.98 10.6077C1489.31 11.5668 1489.85 12.4381 1490.57 13.1556C1491.29 13.873 1492.16 14.4178 1493.12 14.7485C1494.08 15.0793 1495.1 15.1875 1496.1 15.0648C1497.11 14.9422 1498.08 14.5919 1498.93 14.0405C1499.78 13.4892 1500.5 12.7512 1501.02 11.8826C1501.37 11.2977 1502.02 11.1093 1502.53 11.1779C1503.06 11.25 1503.72 11.6663 1503.72 12.5C1503.72 19.4035 1498.13 25 1491.22 25C1484.32 25 1478.72 19.4035 1478.72 12.5Z' fill='white'/%3E%3Cpath d='M1521.27 1.14169L1532.28 12.1579C1532.47 12.3469 1532.47 12.6531 1532.28 12.8421L1521.27 23.8583C1521.08 24.0472 1520.77 24.0472 1520.58 23.8583L1509.57 12.8421C1509.38 12.6531 1509.38 12.3469 1509.57 12.1579L1520.58 1.14169C1520.77 0.952771 1521.08 0.952771 1521.27 1.14169Z' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1550.62 0C1551.12 0 1551.52 0.414551 1551.52 0.925926V1.78063H1558.91C1559.38 1.78063 1559.82 1.98012 1560.14 2.32411C1560.46 2.667 1560.64 3.12539 1560.64 3.59687V8.93875C1560.64 9.41022 1560.46 9.86861 1560.14 10.2115C1559.82 10.5555 1559.38 10.755 1558.91 10.755H1551.52V12.4644H1558.57C1558.57 12.4644 1558.57 12.4644 1558.57 12.4644C1558.8 12.4644 1559.03 12.5132 1559.24 12.6072C1559.45 12.7012 1559.64 12.838 1559.8 13.0083L1562.87 16.3084C1563.21 16.6672 1563.21 17.236 1562.87 17.5948L1559.8 20.8948C1559.64 21.0651 1559.45 21.202 1559.24 21.2959C1559.03 21.3899 1558.8 21.4388 1558.57 21.4387C1558.57 21.4387 1558.57 21.4387 1558.57 21.4387H1551.52V24.0741C1551.52 24.5854 1551.12 25 1550.62 25C1550.13 25 1549.73 24.5854 1549.73 24.0741V21.4387H1542.33C1541.87 21.4387 1541.43 21.2393 1541.1 20.8953C1540.79 20.5524 1540.61 20.094 1540.61 19.6225V14.2806C1540.61 13.8092 1540.79 13.3508 1541.1 13.0079C1541.43 12.6639 1541.87 12.4644 1542.33 12.4644H1549.73V10.755H1542.68C1542.68 10.755 1542.68 10.755 1542.68 10.755C1542.45 10.755 1542.22 10.7062 1542.01 10.6122C1541.8 10.5182 1541.61 10.3815 1541.45 10.2113C1541.45 10.2112 1541.45 10.2114 1541.45 10.2113L1538.37 6.91102C1538.04 6.55221 1538.04 5.9834 1538.37 5.6246L1541.45 2.32453C1541.45 2.32446 1541.45 2.32461 1541.45 2.32453C1541.61 2.15437 1541.8 2.01737 1542.01 1.92343C1542.22 1.82943 1542.45 1.78061 1542.68 1.78063C1542.68 1.78063 1542.68 1.78063 1542.68 1.78063H1549.73V0.925926C1549.73 0.414551 1550.13 0 1550.62 0ZM1542.71 3.63248L1540.26 6.26781L1542.71 8.90313H1558.85V3.63248H1542.71ZM1542.4 14.3162V19.5869H1558.54L1560.99 16.9516L1558.54 14.3162H1542.4Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1580.32 21.6509L1570.03 2.02494H1590.61L1580.32 21.6509ZM1581.32 24.4262C1580.92 25.1913 1579.73 25.1913 1579.33 24.4262L1568.04 2.90233C1567.34 1.55801 1568.41 0 1570.03 0H1590.61C1592.24 0 1593.31 1.55801 1592.6 2.90233L1581.32 24.4262Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1610.02 0C1610.26 0 1610.48 0.091881 1610.64 0.25543C1610.8 0.418979 1610.9 0.6408 1610.9 0.872093V2.03488C1610.9 2.26618 1610.8 2.488 1610.64 2.65155C1610.48 2.8151 1610.26 2.90698 1610.02 2.90698C1609.79 2.90698 1609.57 2.8151 1609.41 2.65155C1609.24 2.488 1609.15 2.26618 1609.15 2.03488V0.872093C1609.15 0.6408 1609.24 0.418979 1609.41 0.25543C1609.57 0.091881 1609.79 0 1610.02 0ZM1601.19 3.66163C1601.35 3.49831 1601.57 3.40658 1601.8 3.40658C1602.03 3.40658 1602.25 3.49831 1602.42 3.66163L1602.88 4.11744C1603.03 4.28184 1603.12 4.5021 1603.12 4.73076C1603.12 4.95942 1603.03 5.1782 1602.87 5.33997C1602.7 5.50174 1602.48 5.59356 1602.26 5.59565C1602.03 5.59775 1601.81 5.50995 1601.64 5.35116L1601.19 4.89419C1601.02 4.73067 1600.93 4.50901 1600.93 4.27791C1600.93 4.0468 1601.02 3.82515 1601.19 3.66163ZM1618.86 3.66163C1619.03 3.82515 1619.12 4.0468 1619.12 4.27791C1619.12 4.50901 1619.03 4.73067 1618.86 4.89419L1618.41 5.35116C1618.24 5.50521 1618.02 5.58907 1617.8 5.58509C1617.57 5.5811 1617.35 5.48958 1617.19 5.32979C1617.03 5.17001 1616.94 4.95445 1616.94 4.72851C1616.93 4.50258 1617.02 4.28392 1617.17 4.1186L1617.63 3.66163C1617.79 3.49831 1618.02 3.40658 1618.25 3.40658C1618.48 3.40658 1618.7 3.49831 1618.86 3.66163ZM1610.02 6.39535C1608.4 6.39535 1606.85 7.03852 1605.71 8.18336C1604.56 9.3282 1603.92 10.8809 1603.92 12.5C1603.92 14.1191 1604.56 15.6718 1605.71 16.8166C1606.85 17.9615 1608.4 18.6047 1610.02 18.6047C1611.64 18.6047 1613.2 17.9615 1614.34 16.8166C1615.49 15.6718 1616.13 14.1191 1616.13 12.5C1616.13 10.8809 1615.49 9.3282 1614.34 8.18336C1613.2 7.03852 1611.64 6.39535 1610.02 6.39535ZM1602.18 12.5C1602.18 10.4184 1603 8.42198 1604.47 6.95003C1605.95 5.47809 1607.94 4.65116 1610.02 4.65116C1612.11 4.65116 1614.1 5.47809 1615.57 6.95003C1617.05 8.42198 1617.87 10.4184 1617.87 12.5C1617.87 14.5816 1617.05 16.578 1615.57 18.05C1614.1 19.5219 1612.11 20.3488 1610.02 20.3488C1607.94 20.3488 1605.95 19.5219 1604.47 18.05C1603 16.578 1602.18 14.5816 1602.18 12.5ZM1597.52 12.5C1597.52 12.2687 1597.62 12.0469 1597.78 11.8833C1597.94 11.7198 1598.16 11.6279 1598.4 11.6279H1599.56C1599.79 11.6279 1600.01 11.7198 1600.18 11.8833C1600.34 12.0469 1600.43 12.2687 1600.43 12.5C1600.43 12.7313 1600.34 12.9531 1600.18 13.1167C1600.01 13.2802 1599.79 13.3721 1599.56 13.3721H1598.4C1598.16 13.3721 1597.94 13.2802 1597.78 13.1167C1597.62 12.9531 1597.52 12.7313 1597.52 12.5ZM1619.62 12.5C1619.62 12.2687 1619.71 12.0469 1619.87 11.8833C1620.04 11.7198 1620.26 11.6279 1620.49 11.6279H1621.65C1621.88 11.6279 1622.11 11.7198 1622.27 11.8833C1622.43 12.0469 1622.52 12.2687 1622.52 12.5C1622.52 12.7313 1622.43 12.9531 1622.27 13.1167C1622.11 13.2802 1621.88 13.3721 1621.65 13.3721H1620.49C1620.26 13.3721 1620.04 13.2802 1619.87 13.1167C1619.71 12.9531 1619.62 12.7313 1619.62 12.5ZM1617.17 19.6488C1617.34 19.4855 1617.56 19.3938 1617.79 19.3938C1618.02 19.3938 1618.24 19.4855 1618.41 19.6488L1618.86 20.1058C1618.95 20.1857 1619.02 20.2819 1619.06 20.3889C1619.11 20.4959 1619.14 20.6114 1619.14 20.7285C1619.14 20.8456 1619.12 20.9619 1619.08 21.0705C1619.03 21.1791 1618.97 21.2777 1618.88 21.3605C1618.8 21.4433 1618.7 21.5086 1618.59 21.5525C1618.49 21.5963 1618.37 21.6179 1618.25 21.6158C1618.14 21.6137 1618.02 21.5881 1617.91 21.5404C1617.81 21.4928 1617.71 21.4241 1617.63 21.3384L1617.17 20.8814C1617.01 20.7179 1616.92 20.4962 1616.92 20.2651C1616.92 20.034 1617.01 19.8124 1617.17 19.6488ZM1602.88 19.6488C1603.04 19.8124 1603.13 20.034 1603.13 20.2651C1603.13 20.4962 1603.04 20.7179 1602.88 20.8814L1602.42 21.3384C1602.34 21.4241 1602.24 21.4928 1602.14 21.5404C1602.03 21.5881 1601.91 21.6137 1601.8 21.6158C1601.68 21.6179 1601.56 21.5963 1601.45 21.5525C1601.34 21.5086 1601.25 21.4433 1601.16 21.3605C1601.08 21.2777 1601.02 21.1791 1600.97 21.0705C1600.93 20.9619 1600.91 20.8456 1600.91 20.7285C1600.91 20.6114 1600.94 20.4959 1600.98 20.3889C1601.03 20.2819 1601.1 20.1857 1601.19 20.1058L1601.64 19.6488C1601.72 19.5678 1601.82 19.5035 1601.92 19.4596C1602.03 19.4158 1602.14 19.3932 1602.26 19.3932C1602.37 19.3932 1602.49 19.4158 1602.59 19.4596C1602.7 19.5035 1602.79 19.5678 1602.88 19.6488ZM1610.02 22.093C1610.26 22.093 1610.48 22.1849 1610.64 22.3485C1610.8 22.512 1610.9 22.7338 1610.9 22.9651V24.1279C1610.9 24.3592 1610.8 24.581 1610.64 24.7446C1610.48 24.9081 1610.26 25 1610.02 25C1609.79 25 1609.57 24.9081 1609.41 24.7446C1609.24 24.581 1609.15 24.3592 1609.15 24.1279V22.9651C1609.15 22.7338 1609.24 22.512 1609.41 22.3485C1609.57 22.1849 1609.79 22.093 1610.02 22.093Z' fill='white'/%3E%3Ccircle cx='1639.72' cy='12.5' r='11.5' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1673 11.1389C1672.98 11.0915 1672.95 11.049 1672.91 11.0148C1672.87 10.9806 1672.83 10.9556 1672.78 10.9419C1672.73 10.9281 1672.68 10.926 1672.63 10.9357C1672.58 10.9453 1672.53 10.9665 1672.49 10.9975C1672.44 11.0403 1672.4 11.0971 1672.38 11.1624L1671.74 13.0634C1671.51 13.7857 1671.1 14.4422 1670.56 14.9802C1670.03 15.5181 1669.37 15.9224 1668.65 16.1606L1666.73 16.7991C1666.66 16.8202 1666.6 16.8612 1666.56 16.9165C1666.52 16.9717 1666.5 17.0383 1666.5 17.1066C1666.5 17.1749 1666.52 17.2415 1666.56 17.2967C1666.6 17.3519 1666.66 17.393 1666.73 17.4141L1668.65 18.0526C1669.36 18.2907 1670.01 18.6924 1670.55 19.2257C1671.08 19.7591 1671.48 20.4095 1671.72 21.1251L1672.36 23.0496C1672.38 23.1152 1672.42 23.1725 1672.47 23.2132C1672.53 23.2539 1672.6 23.2759 1672.66 23.2759C1672.73 23.2759 1672.8 23.2539 1672.85 23.2132C1672.91 23.1725 1672.95 23.1152 1672.97 23.0496L1673.63 21.1487C1673.87 20.4332 1674.27 19.7829 1674.8 19.2495C1675.34 18.7161 1675.99 18.3144 1676.7 18.0762L1678.63 17.4376C1678.69 17.4166 1678.75 17.3755 1678.79 17.3203C1678.83 17.265 1678.85 17.1985 1678.85 17.1302C1678.85 17.0619 1678.83 16.9953 1678.79 16.9401C1678.75 16.8848 1678.69 16.8437 1678.63 16.8227L1676.73 16.1606C1676 15.9232 1675.35 15.5192 1674.81 14.9811C1674.27 14.4431 1673.87 13.7861 1673.63 13.0634L1673 11.1389ZM1679.18 15.1911C1679.58 15.3268 1679.93 15.5834 1680.18 15.9259C1680.44 16.2758 1680.57 16.6975 1680.57 17.1302C1680.57 17.5629 1680.44 17.9845 1680.18 18.3344C1679.93 18.682 1679.57 18.9411 1679.17 19.0752L1677.25 19.7119C1677.25 19.7121 1677.25 19.7122 1677.25 19.7124C1676.79 19.8659 1676.37 20.1246 1676.02 20.468C1675.68 20.8117 1675.42 21.2307 1675.27 21.6917L1675.26 21.7158L1674.6 23.6014C1674.47 24.0018 1674.22 24.3514 1673.88 24.6019C1673.53 24.8605 1673.1 25 1672.66 25C1672.23 25 1671.8 24.8605 1671.45 24.6019C1671.11 24.3477 1670.85 23.9913 1670.72 23.5834L1670.08 21.6683C1669.93 21.2072 1669.67 20.7881 1669.33 20.4444C1668.98 20.1008 1668.57 19.8419 1668.1 19.6885L1666.19 19.0516C1665.78 18.9175 1665.42 18.6584 1665.17 18.3109C1664.92 17.9609 1664.78 17.5393 1664.78 17.1066C1664.78 16.6739 1664.92 16.2523 1665.17 15.9023C1665.42 15.5549 1665.78 15.2959 1666.19 15.1618L1668.11 14.5233C1668.57 14.3696 1669 14.1087 1669.34 13.7617C1669.69 13.4146 1669.95 12.9911 1670.1 12.525L1670.11 12.5144L1670.74 10.6303C1670.87 10.2379 1671.1 9.90317 1671.41 9.65677C1671.42 9.64852 1671.43 9.64039 1671.44 9.63237C1671.69 9.43718 1671.99 9.30385 1672.3 9.24303C1672.61 9.18221 1672.94 9.19561 1673.25 9.28213C1673.55 9.36865 1673.84 9.52591 1674.07 9.74133C1674.31 9.95676 1674.49 10.2244 1674.61 10.5229C1674.61 10.547 1674.62 10.5714 1674.63 10.5959L1675.27 12.527C1675.42 12.9926 1675.68 13.4159 1676.03 13.7626C1676.38 14.1093 1676.8 14.3697 1677.27 14.5226C1677.27 14.5247 1677.28 14.5268 1677.28 14.529C1677.29 14.5302 1677.29 14.5314 1677.3 14.5326L1679.18 15.1911ZM1664.05 7.55538C1663.97 7.38874 1663.89 7.21496 1663.83 7.0356C1663.83 7.03393 1663.83 7.03226 1663.83 7.0306L1663.37 5.63124C1663.35 5.58504 1663.32 5.54552 1663.28 5.51828C1663.24 5.49103 1663.19 5.47744 1663.14 5.47943C1663.09 5.48141 1663.04 5.49887 1663 5.52934C1662.96 5.55981 1662.94 5.60174 1662.92 5.6492L1662.46 7.0306C1662.46 7.03154 1662.46 7.03248 1662.46 7.03342C1662.4 7.21238 1662.32 7.38577 1662.24 7.55207C1662.24 7.55518 1662.24 7.55828 1662.23 7.56138C1662.23 7.57753 1662.22 7.59361 1662.21 7.60962C1662.05 7.90816 1661.84 8.18282 1661.6 8.42453C1661.36 8.66705 1661.08 8.8722 1660.78 9.03436C1660.77 9.04192 1660.75 9.04938 1660.74 9.05675C1660.74 9.05705 1660.74 9.05734 1660.74 9.05764C1660.57 9.14682 1660.39 9.22221 1660.21 9.2828L1658.81 9.74738C1658.76 9.76313 1658.72 9.79316 1658.69 9.83322C1658.66 9.87328 1658.65 9.92137 1658.65 9.97069C1658.65 10.02 1658.66 10.0681 1658.69 10.1082C1658.72 10.1482 1658.76 10.1782 1658.81 10.194L1660.21 10.6597C1660.39 10.7203 1660.57 10.7955 1660.73 10.8843C1660.74 10.8852 1660.74 10.8861 1660.74 10.887C1660.75 10.8942 1660.77 10.9015 1660.78 10.9089C1661.08 11.0698 1661.35 11.2726 1661.59 11.5121C1661.83 11.7582 1662.04 12.0387 1662.2 12.3438C1662.2 12.3438 1662.2 12.3439 1662.2 12.3438C1662.21 12.3532 1662.21 12.3626 1662.22 12.3719C1662.31 12.5389 1662.38 12.713 1662.44 12.8928L1662.9 14.2933C1662.92 14.34 1662.95 14.3807 1662.99 14.4094C1663.03 14.4382 1663.08 14.4537 1663.13 14.4537C1663.18 14.4537 1663.22 14.4382 1663.26 14.4094C1663.3 14.3807 1663.33 14.34 1663.35 14.2933L1663.83 12.9108C1663.83 12.9099 1663.83 12.909 1663.83 12.908C1663.9 12.7155 1663.98 12.5295 1664.07 12.3519C1664.07 12.3511 1664.08 12.3502 1664.08 12.3494C1664.08 12.3495 1664.08 12.3493 1664.08 12.3494C1664.24 12.0496 1664.44 11.7735 1664.69 11.531C1664.93 11.2842 1665.21 11.0761 1665.52 10.9127C1665.52 10.9127 1665.52 10.9126 1665.52 10.9127C1665.53 10.9067 1665.54 10.9008 1665.55 10.895C1665.72 10.8094 1665.89 10.7367 1666.07 10.6777L1667.46 10.212C1667.51 10.1962 1667.55 10.1662 1667.58 10.1261C1667.61 10.0861 1667.62 10.038 1667.62 9.98865C1667.62 9.93932 1667.61 9.89124 1667.58 9.85118C1667.55 9.81111 1667.51 9.78109 1667.46 9.76533L1666.08 9.2828C1666.08 9.28229 1666.08 9.28178 1666.08 9.28127C1665.88 9.21766 1665.7 9.13771 1665.52 9.0426C1665.52 9.04246 1665.52 9.04233 1665.52 9.04219C1665.21 8.87911 1664.93 8.6715 1664.69 8.42528C1664.45 8.18371 1664.24 7.90916 1664.08 7.61073C1664.07 7.59647 1664.07 7.58215 1664.06 7.56778C1664.06 7.56365 1664.05 7.55952 1664.05 7.55538ZM1668.03 8.13617C1668.41 8.26841 1668.74 8.51614 1668.98 8.8454C1669.22 9.17856 1669.35 9.57842 1669.35 9.98865C1669.35 10.3989 1669.22 10.7987 1668.98 11.1319C1668.74 11.4651 1668.4 11.7148 1668.01 11.8458L1668.01 11.8476L1666.61 12.313C1666.61 12.3131 1666.61 12.313 1666.61 12.313C1666.35 12.402 1666.1 12.5517 1665.9 12.7501C1665.71 12.9486 1665.56 13.1906 1665.47 13.4569L1665.46 13.4789L1664.98 14.857C1664.85 15.2403 1664.6 15.5732 1664.27 15.8098C1663.94 16.0491 1663.54 16.1778 1663.13 16.1778C1662.72 16.1778 1662.32 16.0491 1661.98 15.8098C1661.65 15.5705 1661.4 15.2327 1661.27 14.844L1661.27 14.835L1660.8 13.4364C1660.8 13.4361 1660.8 13.4366 1660.8 13.4364C1660.72 13.1709 1660.57 12.929 1660.37 12.7312C1660.17 12.5332 1659.93 12.3842 1659.66 12.2959L1658.26 11.8278C1657.87 11.6968 1657.53 11.4471 1657.29 11.1139C1657.05 10.7808 1656.92 10.3809 1656.92 9.97069C1656.92 9.56049 1657.05 9.16063 1657.29 8.82744C1657.53 8.49425 1657.87 8.24457 1658.26 8.11355L1658.26 8.11118L1659.67 7.64532C1659.94 7.55664 1660.18 7.40606 1660.38 7.20569C1660.58 7.00531 1660.73 6.76075 1660.82 6.49165L1660.82 6.48218L1661.28 5.11815C1661.4 4.74417 1661.63 4.41429 1661.94 4.17177C1662.26 3.9184 1662.66 3.77319 1663.07 3.75668C1663.48 3.74017 1663.89 3.8532 1664.23 4.07977C1664.57 4.30634 1664.83 4.635 1664.98 5.01924C1664.99 5.04198 1665 5.06491 1665 5.08799L1665.47 6.49448C1665.56 6.76292 1665.71 7.00692 1665.91 7.20674C1666.11 7.40655 1666.35 7.55657 1666.62 7.64467C1666.63 7.64809 1666.64 7.65162 1666.65 7.65525L1668.03 8.13617ZM1661.72 13.7426C1661.72 13.7376 1661.72 13.7326 1661.72 13.7275L1661.72 13.7426ZM1666.9 11.3937L1666.91 11.3992C1666.91 11.3974 1666.9 11.3956 1666.9 11.3937ZM1672.29 2.76059C1672.25 2.67716 1672.21 2.59016 1672.18 2.50038L1671.95 1.80014C1671.94 1.77704 1671.93 1.75728 1671.91 1.74366C1671.89 1.73004 1671.86 1.72324 1671.84 1.72423C1671.81 1.72523 1671.79 1.73396 1671.77 1.74919C1671.75 1.76442 1671.74 1.78539 1671.73 1.80912L1671.5 2.50038C1671.47 2.59024 1671.43 2.67732 1671.39 2.76082C1671.39 2.76238 1671.39 2.76393 1671.39 2.76548C1671.37 2.79425 1671.35 2.82259 1671.34 2.85048C1671.27 2.96371 1671.19 3.06939 1671.1 3.16539C1671.09 3.17637 1671.08 3.18721 1671.07 3.19793C1671.06 3.20907 1671.05 3.22006 1671.04 3.23088C1670.94 3.32206 1670.83 3.40188 1670.72 3.46902C1670.69 3.48498 1670.67 3.50022 1670.64 3.51473C1670.64 3.51472 1670.64 3.51474 1670.64 3.51473C1670.55 3.55922 1670.46 3.59685 1670.37 3.62704L1669.67 3.85933C1669.66 3.86503 1669.64 3.87478 1669.63 3.8878C1669.61 3.90082 1669.6 3.91674 1669.6 3.93424C1669.59 3.95175 1669.59 3.97036 1669.59 3.98855C1669.6 4.00673 1669.6 4.02398 1669.62 4.03888C1669.63 4.05956 1669.65 4.07496 1669.67 4.08264L1670.37 4.31493C1670.46 4.3451 1670.55 4.38252 1670.64 4.42669C1670.64 4.42727 1670.64 4.42786 1670.64 4.42845C1670.67 4.44301 1670.69 4.45831 1670.72 4.47432C1670.83 4.54001 1670.93 4.61768 1671.03 4.70611C1671.04 4.7176 1671.05 4.72927 1671.06 4.74112C1671.08 4.75337 1671.09 4.76579 1671.1 4.77837C1671.19 4.87452 1671.27 4.98032 1671.34 5.09364C1671.35 5.11484 1671.36 5.1363 1671.37 5.15801C1671.37 5.16299 1671.38 5.16799 1671.38 5.173C1671.42 5.25587 1671.46 5.34229 1671.49 5.4315L1671.72 6.13173C1671.73 6.15552 1671.74 6.17626 1671.76 6.19098C1671.78 6.2057 1671.81 6.21363 1671.83 6.21363C1671.86 6.21363 1671.88 6.2057 1671.9 6.19098C1671.92 6.17626 1671.94 6.15552 1671.94 6.13173L1672.18 5.44048C1672.22 5.34415 1672.26 5.25109 1672.3 5.16224C1672.31 5.16155 1672.31 5.16087 1672.31 5.16019C1672.32 5.13731 1672.33 5.11472 1672.34 5.09242C1672.41 4.98258 1672.49 4.87994 1672.58 4.78643C1672.59 4.77416 1672.6 4.76205 1672.61 4.7501C1672.62 4.73746 1672.64 4.72502 1672.65 4.71279C1672.74 4.62351 1672.85 4.54527 1672.96 4.4793C1672.98 4.46632 1673 4.45382 1673.03 4.4418C1673.03 4.43831 1673.04 4.43487 1673.05 4.43146C1673.13 4.38911 1673.21 4.35311 1673.3 4.32391L1674 4.09162C1674.02 4.08401 1674.04 4.06904 1674.06 4.04887C1674.07 4.0287 1674.08 4.00437 1674.08 3.9794C1674.08 3.95443 1674.07 3.93011 1674.06 3.90994C1674.04 3.88977 1674.02 3.8748 1674 3.86719L1673.31 3.62704C1673.21 3.59523 1673.12 3.55515 1673.03 3.50741C1673.03 3.50742 1673.03 3.5074 1673.03 3.50741C1673.01 3.49506 1672.98 3.48216 1672.96 3.46879C1672.85 3.40195 1672.74 3.32254 1672.65 3.23185C1672.64 3.22078 1672.62 3.20955 1672.61 3.19814C1672.6 3.18707 1672.59 3.17585 1672.58 3.16451C1672.49 3.06988 1672.41 2.96585 1672.35 2.85446C1672.33 2.82665 1672.31 2.79839 1672.3 2.76969C1672.3 2.76666 1672.3 2.76363 1672.29 2.76059ZM1674.56 2.23593C1674.92 2.35799 1675.23 2.58748 1675.45 2.89351C1675.68 3.20874 1675.81 3.58897 1675.81 3.9794C1675.81 4.36983 1675.68 4.75007 1675.45 5.0653C1675.23 5.37653 1674.91 5.6086 1674.54 5.72901L1673.85 5.9601C1673.84 5.96195 1673.83 5.96511 1673.83 5.96925C1673.83 5.97339 1673.82 5.97845 1673.82 5.98401L1673.81 6.00627L1673.58 6.68943C1673.45 7.04777 1673.22 7.36014 1672.92 7.58365C1672.6 7.8138 1672.22 7.93777 1671.83 7.93777C1671.44 7.93777 1671.06 7.81378 1670.75 7.58365C1670.43 7.35591 1670.2 7.03592 1670.08 6.66905L1669.85 5.97503C1669.85 5.97491 1669.85 5.97516 1669.85 5.97503C1669.85 5.96962 1669.85 5.96432 1669.84 5.96027C1669.84 5.95613 1669.83 5.953 1669.83 5.95116L1669.13 5.71972C1668.76 5.5957 1668.43 5.35363 1668.2 5.02975C1668.04 4.79981 1667.94 4.53577 1667.89 4.25788C1667.85 3.97105 1667.87 3.67754 1667.96 3.40134C1668.05 3.12513 1668.2 2.8741 1668.41 2.66875C1668.61 2.46545 1668.86 2.31261 1669.13 2.22243L1669.83 1.98917C1669.84 1.98732 1669.84 1.98419 1669.85 1.98C1669.85 1.97581 1669.86 1.9707 1669.86 1.96508L1669.86 1.95118L1670.09 1.2737C1670.2 0.92527 1670.42 0.617971 1670.71 0.391619C1671.01 0.153478 1671.38 0.017004 1671.77 0.0014872C1672.15 -0.0140301 1672.54 0.092203 1672.86 0.305151C1673.18 0.518101 1673.43 0.826993 1673.56 1.18814C1673.57 1.21101 1673.58 1.23406 1673.59 1.25728L1673.82 1.96467C1673.83 1.97029 1673.83 1.97541 1673.83 1.9796C1673.84 1.98379 1673.84 1.98693 1673.85 1.98877C1673.86 1.99198 1673.87 1.99528 1673.88 1.99867L1674.56 2.23593ZM1670.2 2.442C1670.21 2.44338 1670.21 2.44476 1670.22 2.44617L1670.2 2.442Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1697.77 3.34915L1687.48 22.9751H1708.06L1697.77 3.34915ZM1698.77 0.573772C1698.37 -0.191257 1697.18 -0.191258 1696.78 0.573772L1685.49 22.0977C1684.79 23.442 1685.86 25 1687.48 25H1708.06C1709.69 25 1710.76 23.442 1710.05 22.0977L1698.77 0.573772Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1726.33 1.80465C1724.31 2.02045 1722.4 2.80297 1720.8 4.06177C1719.21 5.32057 1718.01 7.00426 1717.33 8.91826C1716.66 10.8323 1716.54 12.8984 1716.98 14.878C1717.43 16.8576 1718.43 18.6697 1719.87 20.105C1721.3 21.5403 1723.12 22.5402 1725.1 22.989C1727.08 23.4379 1729.14 23.3175 1731.06 22.6416C1732.97 21.9658 1734.65 20.7621 1735.91 19.1697C1737.17 17.5774 1737.95 15.6613 1738.17 13.643C1737.43 14.5791 1736.51 15.3485 1735.45 15.9004C1734.39 16.4522 1733.23 16.7741 1732.04 16.8447C1730.85 16.9153 1729.66 16.7331 1728.55 16.31C1727.44 15.887 1726.43 15.2327 1725.58 14.3904C1724.74 13.548 1724.09 12.5367 1723.66 11.423C1723.24 10.3094 1723.06 9.11876 1723.13 7.92958C1723.2 6.74039 1723.52 5.57968 1724.07 4.52394C1724.63 3.4682 1725.39 2.54141 1726.33 1.80465ZM1714.97 12.5C1714.97 5.59651 1720.57 0 1727.47 0C1728.31 0 1728.72 0.663953 1728.8 1.19302C1728.86 1.70233 1728.68 2.35 1728.09 2.70349C1727.22 3.22774 1726.48 3.94282 1725.93 4.79454C1725.38 5.64627 1725.03 6.61231 1724.91 7.61947C1724.79 8.62663 1724.89 9.6485 1725.23 10.6077C1725.56 11.5668 1726.1 12.4381 1726.82 13.1556C1727.54 13.873 1728.41 14.4178 1729.37 14.7485C1730.33 15.0793 1731.35 15.1875 1732.35 15.0648C1733.36 14.9422 1734.33 14.5919 1735.18 14.0405C1736.03 13.4892 1736.75 12.7512 1737.27 11.8826C1737.62 11.2977 1738.27 11.1093 1738.78 11.1779C1739.31 11.25 1739.97 11.6663 1739.97 12.5C1739.97 19.4035 1734.38 25 1727.47 25C1720.57 25 1714.97 19.4035 1714.97 12.5Z' fill='white'/%3E%3Cpath d='M1757.52 1.14169L1768.53 12.1579C1768.72 12.3469 1768.72 12.6531 1768.53 12.8421L1757.52 23.8583C1757.33 24.0472 1757.02 24.0472 1756.83 23.8583L1745.82 12.8421C1745.63 12.6531 1745.63 12.3469 1745.82 12.1579L1756.83 1.14169C1757.02 0.952771 1757.33 0.952771 1757.52 1.14169Z' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1786.87 0C1787.37 0 1787.77 0.414551 1787.77 0.925926V1.78063H1795.16C1795.63 1.78063 1796.07 1.98012 1796.39 2.32411C1796.71 2.667 1796.89 3.12539 1796.89 3.59687V8.93875C1796.89 9.41022 1796.71 9.86861 1796.39 10.2115C1796.07 10.5555 1795.63 10.755 1795.16 10.755H1787.77V12.4644H1794.82C1794.82 12.4644 1794.82 12.4644 1794.82 12.4644C1795.05 12.4644 1795.28 12.5132 1795.49 12.6072C1795.7 12.7012 1795.89 12.838 1796.05 13.0083L1799.12 16.3084C1799.46 16.6672 1799.46 17.236 1799.12 17.5948L1796.05 20.8948C1795.89 21.0651 1795.7 21.202 1795.49 21.2959C1795.28 21.3899 1795.05 21.4388 1794.82 21.4387C1794.82 21.4387 1794.82 21.4387 1794.82 21.4387H1787.77V24.0741C1787.77 24.5854 1787.37 25 1786.87 25C1786.38 25 1785.98 24.5854 1785.98 24.0741V21.4387H1778.58C1778.12 21.4387 1777.67 21.2393 1777.35 20.8953C1777.04 20.5524 1776.86 20.094 1776.86 19.6225V14.2806C1776.86 13.8092 1777.04 13.3508 1777.35 13.0079C1777.67 12.6639 1778.12 12.4644 1778.58 12.4644H1785.98V10.755H1778.93C1778.93 10.755 1778.93 10.755 1778.93 10.755C1778.7 10.755 1778.47 10.7062 1778.26 10.6122C1778.05 10.5182 1777.86 10.3815 1777.7 10.2113C1777.7 10.2112 1777.7 10.2114 1777.7 10.2113L1774.62 6.91102C1774.29 6.55221 1774.29 5.9834 1774.62 5.6246L1777.7 2.32453C1777.7 2.32446 1777.7 2.32461 1777.7 2.32453C1777.86 2.15437 1778.05 2.01737 1778.26 1.92343C1778.47 1.82943 1778.7 1.78061 1778.93 1.78063C1778.93 1.78063 1778.93 1.78063 1778.93 1.78063H1785.98V0.925926C1785.98 0.414551 1786.38 0 1786.87 0ZM1778.96 3.63248L1776.51 6.26781L1778.96 8.90313H1795.1V3.63248H1778.96ZM1778.65 14.3162V19.5869H1794.79L1797.24 16.9516L1794.79 14.3162H1778.65Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1816.57 21.6509L1806.28 2.02494H1826.86L1816.57 21.6509ZM1817.57 24.4262C1817.17 25.1913 1815.98 25.1913 1815.58 24.4262L1804.29 2.90233C1803.59 1.55801 1804.66 0 1806.28 0H1826.86C1828.49 0 1829.56 1.55801 1828.85 2.90233L1817.57 24.4262Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1846.27 0C1846.5 0 1846.73 0.091881 1846.89 0.25543C1847.05 0.418979 1847.15 0.6408 1847.15 0.872093V2.03488C1847.15 2.26618 1847.05 2.488 1846.89 2.65155C1846.73 2.8151 1846.5 2.90698 1846.27 2.90698C1846.04 2.90698 1845.82 2.8151 1845.66 2.65155C1845.49 2.488 1845.4 2.26618 1845.4 2.03488V0.872093C1845.4 0.6408 1845.49 0.418979 1845.66 0.25543C1845.82 0.091881 1846.04 0 1846.27 0ZM1837.44 3.66163C1837.6 3.49831 1837.82 3.40658 1838.05 3.40658C1838.28 3.40658 1838.5 3.49831 1838.67 3.66163L1839.12 4.11744C1839.28 4.28184 1839.37 4.5021 1839.37 4.73076C1839.37 4.95942 1839.28 5.1782 1839.11 5.33997C1838.95 5.50174 1838.73 5.59356 1838.51 5.59565C1838.28 5.59775 1838.06 5.50995 1837.89 5.35116L1837.44 4.89419C1837.27 4.73067 1837.18 4.50901 1837.18 4.27791C1837.18 4.0468 1837.27 3.82515 1837.44 3.66163ZM1855.11 3.66163C1855.28 3.82515 1855.37 4.0468 1855.37 4.27791C1855.37 4.50901 1855.28 4.73067 1855.11 4.89419L1854.65 5.35116C1854.49 5.50521 1854.27 5.58907 1854.05 5.58509C1853.82 5.5811 1853.6 5.48958 1853.44 5.32979C1853.28 5.17001 1853.19 4.95445 1853.19 4.72851C1853.18 4.50258 1853.27 4.28392 1853.42 4.1186L1853.88 3.66163C1854.04 3.49831 1854.26 3.40658 1854.5 3.40658C1854.73 3.40658 1854.95 3.49831 1855.11 3.66163ZM1846.27 6.39535C1844.65 6.39535 1843.1 7.03852 1841.96 8.18336C1840.81 9.3282 1840.17 10.8809 1840.17 12.5C1840.17 14.1191 1840.81 15.6718 1841.96 16.8166C1843.1 17.9615 1844.65 18.6047 1846.27 18.6047C1847.89 18.6047 1849.45 17.9615 1850.59 16.8166C1851.74 15.6718 1852.38 14.1191 1852.38 12.5C1852.38 10.8809 1851.74 9.3282 1850.59 8.18336C1849.45 7.03852 1847.89 6.39535 1846.27 6.39535ZM1838.42 12.5C1838.42 10.4184 1839.25 8.42198 1840.72 6.95003C1842.2 5.47809 1844.19 4.65116 1846.27 4.65116C1848.36 4.65116 1850.35 5.47809 1851.82 6.95003C1853.3 8.42198 1854.12 10.4184 1854.12 12.5C1854.12 14.5816 1853.3 16.578 1851.82 18.05C1850.35 19.5219 1848.36 20.3488 1846.27 20.3488C1844.19 20.3488 1842.2 19.5219 1840.72 18.05C1839.25 16.578 1838.42 14.5816 1838.42 12.5ZM1833.77 12.5C1833.77 12.2687 1833.87 12.0469 1834.03 11.8833C1834.19 11.7198 1834.41 11.6279 1834.65 11.6279H1835.81C1836.04 11.6279 1836.26 11.7198 1836.43 11.8833C1836.59 12.0469 1836.68 12.2687 1836.68 12.5C1836.68 12.7313 1836.59 12.9531 1836.43 13.1167C1836.26 13.2802 1836.04 13.3721 1835.81 13.3721H1834.65C1834.41 13.3721 1834.19 13.2802 1834.03 13.1167C1833.87 12.9531 1833.77 12.7313 1833.77 12.5ZM1855.87 12.5C1855.87 12.2687 1855.96 12.0469 1856.12 11.8833C1856.29 11.7198 1856.51 11.6279 1856.74 11.6279H1857.9C1858.13 11.6279 1858.35 11.7198 1858.52 11.8833C1858.68 12.0469 1858.77 12.2687 1858.77 12.5C1858.77 12.7313 1858.68 12.9531 1858.52 13.1167C1858.35 13.2802 1858.13 13.3721 1857.9 13.3721H1856.74C1856.51 13.3721 1856.29 13.2802 1856.12 13.1167C1855.96 12.9531 1855.87 12.7313 1855.87 12.5ZM1853.42 19.6488C1853.59 19.4855 1853.81 19.3938 1854.04 19.3938C1854.27 19.3938 1854.49 19.4855 1854.65 19.6488L1855.11 20.1058C1855.2 20.1857 1855.27 20.2819 1855.31 20.3889C1855.36 20.4959 1855.39 20.6114 1855.39 20.7285C1855.39 20.8456 1855.37 20.9619 1855.33 21.0705C1855.28 21.1791 1855.22 21.2777 1855.13 21.3605C1855.05 21.4433 1854.95 21.5086 1854.84 21.5525C1854.74 21.5963 1854.62 21.6179 1854.5 21.6158C1854.38 21.6137 1854.27 21.5881 1854.16 21.5404C1854.06 21.4928 1853.96 21.4241 1853.88 21.3384L1853.42 20.8814C1853.26 20.7179 1853.17 20.4962 1853.17 20.2651C1853.17 20.034 1853.26 19.8124 1853.42 19.6488ZM1839.12 19.6488C1839.29 19.8124 1839.38 20.034 1839.38 20.2651C1839.38 20.4962 1839.29 20.7179 1839.12 20.8814L1838.67 21.3384C1838.59 21.4241 1838.49 21.4928 1838.38 21.5404C1838.28 21.5881 1838.16 21.6137 1838.05 21.6158C1837.93 21.6179 1837.81 21.5963 1837.7 21.5525C1837.59 21.5086 1837.5 21.4433 1837.41 21.3605C1837.33 21.2777 1837.26 21.1791 1837.22 21.0705C1837.18 20.9619 1837.16 20.8456 1837.16 20.7285C1837.16 20.6114 1837.19 20.4959 1837.23 20.3889C1837.28 20.2819 1837.35 20.1857 1837.44 20.1058L1837.89 19.6488C1837.97 19.5678 1838.07 19.5035 1838.17 19.4596C1838.28 19.4158 1838.39 19.3932 1838.51 19.3932C1838.62 19.3932 1838.74 19.4158 1838.84 19.4596C1838.95 19.5035 1839.04 19.5678 1839.12 19.6488ZM1846.27 22.093C1846.5 22.093 1846.73 22.1849 1846.89 22.3485C1847.05 22.512 1847.15 22.7338 1847.15 22.9651V24.1279C1847.15 24.3592 1847.05 24.581 1846.89 24.7446C1846.73 24.9081 1846.5 25 1846.27 25C1846.04 25 1845.82 24.9081 1845.66 24.7446C1845.49 24.581 1845.4 24.3592 1845.4 24.1279V22.9651C1845.4 22.7338 1845.49 22.512 1845.66 22.3485C1845.82 22.1849 1846.04 22.093 1846.27 22.093Z' fill='white'/%3E%3Ccircle cx='1875.97' cy='12.5' r='11.5' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1909.24 11.1389C1909.23 11.0915 1909.2 11.049 1909.16 11.0148C1909.12 10.9806 1909.08 10.9556 1909.03 10.9419C1908.98 10.9281 1908.93 10.926 1908.88 10.9357C1908.83 10.9453 1908.78 10.9665 1908.74 10.9975C1908.69 11.0403 1908.65 11.0971 1908.63 11.1624L1907.99 13.0634C1907.75 13.7857 1907.35 14.4422 1906.81 14.9802C1906.28 15.5181 1905.62 15.9224 1904.9 16.1606L1902.98 16.7991C1902.91 16.8202 1902.85 16.8612 1902.81 16.9165C1902.77 16.9717 1902.75 17.0383 1902.75 17.1066C1902.75 17.1749 1902.77 17.2415 1902.81 17.2967C1902.85 17.3519 1902.91 17.393 1902.98 17.4141L1904.9 18.0526C1905.61 18.2907 1906.26 18.6924 1906.8 19.2257C1907.33 19.7591 1907.73 20.4095 1907.97 21.1251L1908.61 23.0496C1908.63 23.1152 1908.67 23.1725 1908.72 23.2132C1908.78 23.2539 1908.84 23.2759 1908.91 23.2759C1908.98 23.2759 1909.05 23.2539 1909.1 23.2132C1909.16 23.1725 1909.2 23.1152 1909.22 23.0496L1909.88 21.1487C1910.12 20.4332 1910.52 19.7829 1911.05 19.2495C1911.59 18.7161 1912.24 18.3144 1912.95 18.0762L1914.88 17.4376C1914.94 17.4166 1915 17.3755 1915.04 17.3203C1915.08 17.265 1915.1 17.1985 1915.1 17.1302C1915.1 17.0619 1915.08 16.9953 1915.04 16.9401C1915 16.8848 1914.94 16.8437 1914.88 16.8227L1912.98 16.1606C1912.25 15.9232 1911.6 15.5192 1911.06 14.9811C1910.52 14.4431 1910.12 13.7861 1909.88 13.0634L1909.24 11.1389ZM1915.43 15.1911C1915.83 15.3268 1916.18 15.5834 1916.43 15.9259C1916.69 16.2758 1916.82 16.6975 1916.82 17.1302C1916.82 17.5629 1916.69 17.9845 1916.43 18.3344C1916.18 18.682 1915.82 18.9411 1915.42 19.0752L1913.5 19.7119C1913.5 19.7121 1913.5 19.7122 1913.5 19.7124C1913.04 19.8659 1912.62 20.1246 1912.27 20.468C1911.93 20.8117 1911.67 21.2307 1911.52 21.6917L1911.51 21.7158L1910.85 23.6014C1910.72 24.0018 1910.47 24.3514 1910.13 24.6019C1909.77 24.8605 1909.35 25 1908.91 25C1908.48 25 1908.05 24.8605 1907.7 24.6019C1907.36 24.3477 1907.1 23.9913 1906.97 23.5834L1906.33 21.6683C1906.18 21.2072 1905.92 20.7881 1905.58 20.4444C1905.23 20.1008 1904.81 19.8419 1904.35 19.6885L1902.44 19.0516C1902.03 18.9175 1901.67 18.6584 1901.42 18.3109C1901.17 17.9609 1901.03 17.5393 1901.03 17.1066C1901.03 16.6739 1901.17 16.2523 1901.42 15.9023C1901.67 15.5549 1902.03 15.2959 1902.44 15.1618L1904.36 14.5233C1904.82 14.3696 1905.25 14.1087 1905.59 13.7617C1905.94 13.4146 1906.2 12.9911 1906.35 12.525L1906.36 12.5144L1906.99 10.6303C1907.12 10.2379 1907.35 9.90317 1907.66 9.65677C1907.67 9.64852 1907.68 9.64039 1907.69 9.63237C1907.94 9.43718 1908.24 9.30385 1908.55 9.24303C1908.86 9.18221 1909.19 9.19561 1909.5 9.28213C1909.8 9.36865 1910.09 9.52591 1910.32 9.74133C1910.56 9.95676 1910.74 10.2244 1910.85 10.5229C1910.86 10.547 1910.87 10.5714 1910.88 10.5959L1911.52 12.527C1911.67 12.9926 1911.93 13.4159 1912.28 13.7626C1912.63 14.1093 1913.05 14.3697 1913.52 14.5226C1913.52 14.5247 1913.53 14.5268 1913.53 14.529C1913.54 14.5302 1913.54 14.5314 1913.54 14.5326L1915.43 15.1911ZM1900.3 7.55538C1900.22 7.38874 1900.14 7.21496 1900.08 7.0356C1900.08 7.03393 1900.08 7.03226 1900.08 7.0306L1899.62 5.63124C1899.6 5.58504 1899.57 5.54552 1899.53 5.51828C1899.49 5.49103 1899.44 5.47744 1899.39 5.47943C1899.34 5.48141 1899.29 5.49887 1899.25 5.52934C1899.21 5.55981 1899.18 5.60174 1899.17 5.6492L1898.71 7.0306C1898.71 7.03154 1898.71 7.03248 1898.71 7.03342C1898.65 7.21238 1898.57 7.38577 1898.49 7.55207C1898.49 7.55518 1898.48 7.55828 1898.48 7.56138C1898.47 7.57753 1898.47 7.59361 1898.46 7.60962C1898.3 7.90816 1898.09 8.18282 1897.85 8.42453C1897.61 8.66705 1897.33 8.8722 1897.03 9.03436C1897.02 9.04192 1897 9.04938 1896.99 9.05675C1896.99 9.05705 1896.99 9.05734 1896.99 9.05764C1896.82 9.14682 1896.64 9.22221 1896.46 9.2828L1895.06 9.74738C1895.01 9.76313 1894.97 9.79316 1894.94 9.83322C1894.91 9.87328 1894.9 9.92137 1894.9 9.97069C1894.9 10.02 1894.91 10.0681 1894.94 10.1082C1894.97 10.1482 1895.01 10.1782 1895.06 10.194L1896.46 10.6597C1896.64 10.7203 1896.82 10.7955 1896.98 10.8843C1896.99 10.8852 1896.99 10.8861 1896.99 10.887C1897 10.8942 1897.02 10.9015 1897.03 10.9089C1897.33 11.0698 1897.6 11.2726 1897.84 11.5121C1898.08 11.7582 1898.29 12.0387 1898.45 12.3438C1898.45 12.3438 1898.45 12.3439 1898.45 12.3438C1898.46 12.3532 1898.46 12.3626 1898.47 12.3719C1898.56 12.5389 1898.63 12.713 1898.69 12.8928L1899.15 14.2933C1899.17 14.34 1899.2 14.3807 1899.24 14.4094C1899.28 14.4382 1899.33 14.4537 1899.38 14.4537C1899.43 14.4537 1899.47 14.4382 1899.51 14.4094C1899.55 14.3807 1899.58 14.34 1899.6 14.2933L1900.08 12.9108C1900.08 12.9099 1900.08 12.909 1900.08 12.908C1900.15 12.7155 1900.23 12.5295 1900.32 12.3519C1900.32 12.3511 1900.32 12.3502 1900.33 12.3494C1900.33 12.3495 1900.33 12.3493 1900.33 12.3494C1900.49 12.0496 1900.69 11.7735 1900.94 11.531C1901.18 11.2842 1901.46 11.0761 1901.77 10.9127C1901.77 10.9127 1901.77 10.9126 1901.77 10.9127C1901.78 10.9067 1901.79 10.9008 1901.8 10.895C1901.97 10.8094 1902.14 10.7367 1902.32 10.6777L1903.71 10.212C1903.76 10.1962 1903.8 10.1662 1903.83 10.1261C1903.86 10.0861 1903.87 10.038 1903.87 9.98865C1903.87 9.93932 1903.86 9.89124 1903.83 9.85118C1903.8 9.81111 1903.76 9.78109 1903.71 9.76533L1902.33 9.2828C1902.33 9.28229 1902.33 9.28178 1902.33 9.28127C1902.13 9.21766 1901.95 9.13771 1901.77 9.0426C1901.77 9.04246 1901.77 9.04233 1901.77 9.04219C1901.46 8.87911 1901.18 8.6715 1900.94 8.42528C1900.7 8.18371 1900.49 7.90916 1900.33 7.61073C1900.32 7.59647 1900.32 7.58215 1900.31 7.56778C1900.31 7.56365 1900.3 7.55952 1900.3 7.55538ZM1904.28 8.13617C1904.66 8.26841 1904.99 8.51614 1905.23 8.8454C1905.47 9.17856 1905.6 9.57842 1905.6 9.98865C1905.6 10.3989 1905.47 10.7987 1905.23 11.1319C1904.99 11.4651 1904.65 11.7148 1904.26 11.8458L1904.26 11.8476L1902.86 12.313C1902.86 12.3131 1902.86 12.313 1902.86 12.313C1902.6 12.402 1902.35 12.5517 1902.15 12.7501C1901.96 12.9486 1901.81 13.1906 1901.72 13.4569L1901.71 13.4789L1901.23 14.857C1901.1 15.2403 1900.85 15.5732 1900.52 15.8098C1900.19 16.0491 1899.79 16.1778 1899.38 16.1778C1898.97 16.1778 1898.57 16.0491 1898.23 15.8098C1897.9 15.5705 1897.65 15.2327 1897.52 14.844L1897.52 14.835L1897.05 13.4364C1897.05 13.4361 1897.05 13.4366 1897.05 13.4364C1896.96 13.1709 1896.82 12.929 1896.62 12.7312C1896.42 12.5332 1896.18 12.3842 1895.91 12.2959L1894.51 11.8278C1894.12 11.6968 1893.78 11.4471 1893.54 11.1139C1893.3 10.7808 1893.17 10.3809 1893.17 9.97069C1893.17 9.56049 1893.3 9.16063 1893.54 8.82744C1893.78 8.49425 1894.12 8.24457 1894.51 8.11355L1894.51 8.11118L1895.92 7.64532C1896.19 7.55664 1896.43 7.40606 1896.63 7.20569C1896.83 7.00531 1896.98 6.76075 1897.07 6.49165L1897.07 6.48218L1897.53 5.11815C1897.65 4.74417 1897.88 4.41429 1898.19 4.17177C1898.51 3.9184 1898.91 3.77319 1899.32 3.75668C1899.73 3.74017 1900.13 3.8532 1900.48 4.07977C1900.82 4.30634 1901.08 4.635 1901.23 5.01924C1901.24 5.04198 1901.25 5.06491 1901.25 5.08799L1901.72 6.49448C1901.81 6.76292 1901.96 7.00692 1902.16 7.20674C1902.36 7.40655 1902.6 7.55657 1902.87 7.64467C1902.88 7.64809 1902.89 7.65162 1902.9 7.65525L1904.28 8.13617ZM1897.97 13.7426C1897.97 13.7376 1897.97 13.7326 1897.97 13.7275L1897.97 13.7426ZM1903.15 11.3937L1903.16 11.3992C1903.16 11.3974 1903.15 11.3956 1903.15 11.3937ZM1908.54 2.76059C1908.5 2.67716 1908.46 2.59016 1908.43 2.50038L1908.2 1.80014C1908.19 1.77704 1908.18 1.75728 1908.16 1.74366C1908.14 1.73004 1908.11 1.72324 1908.09 1.72423C1908.06 1.72523 1908.04 1.73396 1908.02 1.74919C1908 1.76442 1907.99 1.78539 1907.98 1.80912L1907.75 2.50038C1907.72 2.59024 1907.68 2.67732 1907.64 2.76082C1907.64 2.76238 1907.64 2.76393 1907.64 2.76548C1907.62 2.79425 1907.6 2.82259 1907.59 2.85048C1907.52 2.96371 1907.44 3.06939 1907.35 3.16539C1907.34 3.17637 1907.33 3.18721 1907.32 3.19793C1907.31 3.20907 1907.3 3.22006 1907.28 3.23088C1907.19 3.32206 1907.08 3.40188 1906.97 3.46902C1906.94 3.48498 1906.92 3.50022 1906.89 3.51473C1906.89 3.51472 1906.89 3.51474 1906.89 3.51473C1906.8 3.55922 1906.71 3.59685 1906.62 3.62704L1905.92 3.85933C1905.91 3.86503 1905.89 3.87478 1905.88 3.8878C1905.86 3.90082 1905.85 3.91674 1905.85 3.93424C1905.84 3.95175 1905.84 3.97036 1905.84 3.98855C1905.85 4.00673 1905.85 4.02398 1905.86 4.03888C1905.88 4.05956 1905.9 4.07496 1905.92 4.08264L1906.62 4.31493C1906.71 4.3451 1906.8 4.38252 1906.88 4.42669C1906.89 4.42727 1906.89 4.42786 1906.89 4.42845C1906.92 4.44301 1906.94 4.45831 1906.97 4.47432C1907.08 4.54001 1907.18 4.61768 1907.28 4.70611C1907.29 4.7176 1907.3 4.72927 1907.31 4.74112C1907.32 4.75337 1907.34 4.76579 1907.35 4.77837C1907.44 4.87452 1907.52 4.98032 1907.59 5.09364C1907.6 5.11484 1907.61 5.1363 1907.62 5.15801C1907.62 5.16299 1907.63 5.16799 1907.63 5.173C1907.67 5.25587 1907.71 5.34229 1907.74 5.4315L1907.97 6.13173C1907.98 6.15552 1907.99 6.17626 1908.01 6.19098C1908.03 6.2057 1908.06 6.21363 1908.08 6.21363C1908.11 6.21363 1908.13 6.2057 1908.15 6.19098C1908.17 6.17626 1908.19 6.15552 1908.19 6.13173L1908.43 5.44048C1908.47 5.34415 1908.51 5.25109 1908.55 5.16224C1908.55 5.16155 1908.55 5.16087 1908.56 5.16019C1908.57 5.13731 1908.58 5.11472 1908.59 5.09242C1908.66 4.98258 1908.74 4.87994 1908.83 4.78643C1908.84 4.77416 1908.85 4.76205 1908.86 4.7501C1908.87 4.73746 1908.89 4.72502 1908.9 4.71279C1908.99 4.62351 1909.1 4.54527 1909.21 4.4793C1909.23 4.46632 1909.25 4.45382 1909.28 4.4418C1909.28 4.43831 1909.29 4.43487 1909.3 4.43146C1909.38 4.38911 1909.46 4.35311 1909.55 4.32391L1910.25 4.09162C1910.27 4.08401 1910.29 4.06904 1910.31 4.04887C1910.32 4.0287 1910.33 4.00437 1910.33 3.9794C1910.33 3.95443 1910.32 3.93011 1910.31 3.90994C1910.29 3.88977 1910.27 3.8748 1910.25 3.86719L1909.56 3.62704C1909.46 3.59523 1909.37 3.55515 1909.28 3.50741C1909.28 3.50742 1909.28 3.5074 1909.28 3.50741C1909.26 3.49506 1909.23 3.48216 1909.21 3.46879C1909.1 3.40195 1908.99 3.32254 1908.9 3.23185C1908.89 3.22078 1908.87 3.20955 1908.86 3.19814C1908.85 3.18707 1908.84 3.17585 1908.83 3.16451C1908.74 3.06988 1908.66 2.96585 1908.6 2.85446C1908.58 2.82665 1908.56 2.79839 1908.55 2.76969C1908.55 2.76666 1908.54 2.76363 1908.54 2.76059ZM1910.81 2.23593C1911.17 2.35799 1911.48 2.58748 1911.7 2.89351C1911.93 3.20874 1912.06 3.58897 1912.06 3.9794C1912.06 4.36983 1911.93 4.75007 1911.7 5.0653C1911.47 5.37653 1911.16 5.6086 1910.79 5.72901L1910.09 5.9601C1910.09 5.96195 1910.08 5.96511 1910.08 5.96925C1910.08 5.97339 1910.07 5.97845 1910.07 5.98401L1910.06 6.00627L1909.83 6.68943C1909.7 7.04777 1909.47 7.36014 1909.17 7.58365C1908.85 7.8138 1908.47 7.93777 1908.08 7.93777C1907.69 7.93777 1907.31 7.81378 1907 7.58365C1906.68 7.35591 1906.45 7.03592 1906.33 6.66905L1906.1 5.97503C1906.1 5.97491 1906.1 5.97516 1906.1 5.97503C1906.1 5.96962 1906.1 5.96432 1906.09 5.96027C1906.09 5.95613 1906.08 5.953 1906.08 5.95116L1905.38 5.71972C1905.01 5.5957 1904.68 5.35363 1904.45 5.02975C1904.29 4.79981 1904.18 4.53577 1904.14 4.25788C1904.1 3.97105 1904.12 3.67754 1904.21 3.40134C1904.3 3.12513 1904.45 2.8741 1904.66 2.66875C1904.86 2.46545 1905.11 2.31261 1905.38 2.22243L1906.08 1.98917C1906.09 1.98732 1906.09 1.98419 1906.1 1.98C1906.1 1.97581 1906.11 1.9707 1906.11 1.96508L1906.11 1.95118L1906.34 1.2737C1906.45 0.92527 1906.67 0.617971 1906.96 0.391619C1907.26 0.153478 1907.63 0.017004 1908.02 0.0014872C1908.4 -0.0140301 1908.78 0.092203 1909.11 0.305151C1909.43 0.518101 1909.68 0.826993 1909.81 1.18814C1909.82 1.21101 1909.83 1.23406 1909.84 1.25728L1910.07 1.96467C1910.07 1.97029 1910.08 1.97541 1910.08 1.9796C1910.09 1.98379 1910.09 1.98693 1910.1 1.98877C1910.11 1.99198 1910.12 1.99528 1910.13 1.99867L1910.81 2.23593ZM1906.45 2.442C1906.46 2.44338 1906.46 2.44476 1906.47 2.44617L1906.45 2.442Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_838_558'%3E%3Crect width='1920' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.fluid-footer .container-footer > .row {
  row-gap: clamp(2rem, 4.16vw, 4rem);
}

.fluid-footer .menu-footer .box-logo-redes {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fluid-footer .menu-footer .box-logo-redes .col-redes {
  padding-left: 0px;
  bottom: 26%;
}

@media screen and (max-width: 767.9px) {
  .fluid-footer .menu-footer .box-logo-redes .col-redes {
    position: relative;
    margin-top: 20px;
    bottom: 3%;
  }
}

.fluid-footer .menu-footer .box-logo-redes .col-redes li {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.fluid-footer .menu-footer .box-logo-redes .col-redes li:first-child {
  margin-left: 0px;
}

.fluid-footer .menu-footer .box-logo-redes .col-redes li:last-child {
  margin-right: 0px;
}

.fluid-footer .menu-footer .box-logo-redes .col-redes li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.3rem;
}

.fluid-footer .menu-footer .col-logo {
  position: relative;
}

.fluid-footer .menu-footer .col-logo .logo {
  text-align: center;
  display: block;
  background-color: #ffffff;
  border-radius: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
}

@media screen and (max-width: 768.9px) {
  .fluid-footer .menu-footer .col-logo {
    text-align: center;
  }
}

.fluid-footer .menu-footer .vinheta-footer, .fluid-footer .menu-footer .vinheta-footer--link {
  font-family: "SegoeUI-Regular", "sans-serif";
  font-size: 1.2rem;
  font-stretch: normal;
  font-weight: 600;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-bottom: 16px;
}

@media screen and (max-width: 767.9px) {
  .fluid-footer .menu-footer .vinheta-footer, .fluid-footer .menu-footer .vinheta-footer--link {
    font-size: 1.2rem;
    text-align: center;
  }
}

.fluid-footer .menu-footer .vinheta-footer--link {
  display: block;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  text-decoration: none;
}

.fluid-footer .menu-footer .vinheta-footer--link:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 2px;
}

.fluid-footer .menu-footer .vinheta-footer--link:active {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 0px;
}

.fluid-footer .menu-footer .vinheta-footer:not(:first-child), .fluid-footer .menu-footer .vinheta-footer--link:not(:first-child) {
  margin-top: 32px;
}

.fluid-footer .menu-footer .menu {
  padding-left: 0px;
  margin-bottom: 0;
}

.fluid-footer .menu-footer .menu .link-menu, .fluid-footer .menu-footer .menu .link-menu--bold {
  margin-bottom: 8px;
  display: block;
  font-family: "SegoeUI-Regular", "sans-serif";
  font-size: 0.8rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 767.9px) {
  .fluid-footer .menu-footer .menu .link-menu, .fluid-footer .menu-footer .menu .link-menu--bold {
    text-align: center;
  }
}

.fluid-footer .menu-footer .menu .link-menu:hover, .fluid-footer .menu-footer .menu .link-menu--bold:hover {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 2px;
}

.fluid-footer .menu-footer .menu .link-menu:active, .fluid-footer .menu-footer .menu .link-menu--bold:active {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-left: 0px;
}

.fluid-footer .menu-footer .menu .link-menu--bold {
  font-family: "SegoeUI-Bold", "sans-serif";
  font-size: 0.8rem;
  margin-top: 32px;
}

.fluid-footer .menu-footer .menu .link-menu a, .fluid-footer .menu-footer .menu .link-menu--bold a {
  color: #ffffff;
  text-decoration: none;
}

.container-direitos {
  display: block;
}

.container-direitos .box-direitos {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-block: 18px;
  margin-bottom: 18px;
}

.container-direitos .box-direitos .img-fluid {
  width: 146px;
  height: auto;
  margin: 0;
}

@media screen and (max-width: 768.9px) {
  .container-direitos {
    margin-bottom: 66px;
  }
}

@media screen and (max-width: 767.9px) {
  .container-direitos {
    position: relative;
  }
}

.container-direitos .texto-footer {
  font-family: "Inter-Regular", "sans-serif";
  font-size: 0.9rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #ffffff;
  margin-bottom: 0;
}

@media screen and (max-width: 767.9px) {
  .container-direitos .texto-footer {
    text-align: center;
  }
}

@media screen and (max-width: 767.9px) {
  .container-direitos a {
    text-align: center;
  }
}

/*CAPA*/
/*SLIDER*/
.row-vitrine-topo {
  margin-top: 8px;
  margin-bottom: clamp(2rem, 9.1vw, 8.8rem);
  position: relative;
}

.row-vitrine-topo .col-banners-rede {
  position: absolute;
  bottom: 8px;
}

.row-vitrine-topo .col-banners-rede .row-banners-redes {
  position: relative;
  padding-block: clamp(1rem, 2.65vw, 2.55rem);
  align-items: end;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.row-vitrine-topo .col-banners-rede .row-banners-redes .col-banners-redes {
  position: absolute;
}

.row-vitrine-topo .col-banners-rede .row-banners-redes .col-banners-redes .col-redes {
  padding-left: 0px;
  position: relative;
  margin-bottom: 0px;
}

.row-vitrine-topo .col-banners-rede .row-banners-redes .col-banners-redes .col-redes li {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.row-vitrine-topo .col-banners-rede .row-banners-redes .col-banners-redes .col-redes li:first-child {
  margin-left: 0px;
}

.row-vitrine-topo .col-banners-rede .row-banners-redes .col-banners-redes .col-redes li:last-child {
  margin-right: 0px;
}

.row-vitrine-topo .col-banners-rede .row-banners-redes .col-banners-redes .col-redes li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.3rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.row-vitrine-topo .col-banners-rede .row-banners-redes .col-banners-redes .col-redes li a:hover {
  color: #142078;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
}

.row-vitrine-topo .col-banners-rede .row-banners-redes .row-banners-lista {
  justify-content: end;
}

@media screen and (max-width: 575.98px) {
  .row-vitrine-topo {
    margin-bottom: 0px;
  }
}

.row-vitrine-topo figure {
  margin-bottom: 0px !important;
}

.row-vitrine-topo .banner-top {
  position: relative;
  display: flex;
  justify-content: center;
  border-radius: 16px;
  overflow: hidden;
}

.row-vitrine-topo .banner-top * a {
  text-decoration: none;
}

.row-vitrine-topo .banner-top figure {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.row-vitrine-topo .banner-top figure .masc {
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.06) 18.75%, rgba(0, 0, 0, 0.348) 35.42%, rgba(0, 0, 0, 0.6) 59.9%);
  background: linear-gradient(180deg, transparent 0%, rgba(0, 0, 0, 0.06) 27.08%, rgba(0, 0, 0, 0.18) 44.79%, rgba(0, 0, 0, 0.6) 100%);
}

.row-vitrine-topo .banner-top .banner-body {
  position: absolute;
  z-index: 9999;
  top: 0;
  border: 1px soli red;
  height: 100%;
}

.row-vitrine-topo .banner-top .banner-body .row {
  height: 100%;
  align-items: center;
}

@media screen and (max-width: 575.98px) {
  .row-vitrine-topo .banner-top .banner-body .row {
    align-items: flex-start;
    padding-top: 8px;
  }
}

.row-vitrine-topo .banner-top .banner-body .row > a {
  display: none;
}

.row-vitrine-topo .banner-top .banner-body .col-text .municipio {
  font-family: "SegoeUI-Bold", "sans-serif";
  font-size: 3.35rem;
  color: #ffffff;
  line-height: 79px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 24px;
}

@media screen and (max-width: 1279.9px) {
  .row-vitrine-topo .banner-top .banner-body .col-text .municipio {
    font-size: 2.35rem;
    line-height: 64px;
  }
}

@media screen and (max-width: 991.9px) {
  .row-vitrine-topo .banner-top .banner-body .col-text .municipio {
    font-size: 1.9rem;
    line-height: 48px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767.9px) {
  .row-vitrine-topo .banner-top .banner-body .col-text .municipio {
    font-size: 1.5rem;
    line-height: 42px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 600.9px) {
  .row-vitrine-topo .banner-top .banner-body .col-text .municipio {
    display: none;
  }
}

.row-vitrine-topo .banner-top .banner-body .col-text .titulo {
  font-family: "Calibri-Bold", "sans-serif";
  font-size: 1.2rem;
  color: #ffffff;
  line-height: 29px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 24px;
}

@media screen and (max-width: 991.9px) {
  .row-vitrine-topo .banner-top .banner-body .col-text .titulo {
    font-size: 1rem;
    line-height: 29px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767.9px) {
  .row-vitrine-topo .banner-top .banner-body .col-text .titulo {
    display: none;
  }
}

.row-vitrine-topo .banner-top .banner-body .col-text .btn-padrao--white {
  width: 50%;
  margin-top: 0px;
  float: left;
}

@media screen and (max-width: 1279.9px) {
  .row-vitrine-topo .banner-top .banner-body .col-text .btn-padrao--white {
    width: 100%;
  }
}

@media screen and (max-width: 1199.9px) {
  .row-vitrine-topo .banner-top .banner-body .col-text .btn-padrao--white {
    width: 70%;
  }
}

@media screen and (max-width: 991.9px) {
  .row-vitrine-topo .banner-top .banner-body .col-text .btn-padrao--white {
    width: 40%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 767.9px) {
  .row-vitrine-topo .banner-top .banner-body .col-text .btn-padrao--white {
    font-size: 0.7rem;
    margin-top: 0;
    width: auto;
    padding: 8px 16px;
  }
}

@media screen and (max-width: 624.9px) {
  .row-vitrine-topo .banner-top .banner-body .col-text {
    padding-left: 15px;
  }
}

.row-vitrine-topo .container-banner-duplo-p {
  position: relative;
}

.row-vitrine-topo .container-banner-duplo-p > .row {
  width: 100%;
  row-gap: 8px;
  bottom: -44px;
  justify-content: center;
}

@media screen and (max-width: 575.9px) {
  .row-vitrine-topo .container-banner-duplo-p > .row {
    bottom: 8px;
  }
}

.row-vitrine-topo .container-banner-duplo-p.position-redes > .row {
  bottom: 30px;
}

.row-vitrine-topo .container-banner-duplo-p .col-redes {
  padding-left: 0px;
  position: relative;
  margin-bottom: 0px;
}

.row-vitrine-topo .container-banner-duplo-p .col-redes li {
  margin-left: 20px;
  margin-right: 20px;
  display: inline-block;
}

.row-vitrine-topo .container-banner-duplo-p .col-redes li:first-child {
  margin-left: 0px;
}

.row-vitrine-topo .container-banner-duplo-p .col-redes li:last-child {
  margin-right: 0px;
}

.row-vitrine-topo .container-banner-duplo-p .col-redes li a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.3rem;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.row-vitrine-topo .container-banner-duplo-p .col-redes li a:hover {
  color: #142078;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -ms-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-shadow: rgba(0, 0, 0, 0.5) 1px 1px 3px;
}

.row-vitrine-topo .container-banner-duplo-p .banner-vitrine-p {
  margin-right: -30px;
}

@media screen and (max-width: 575.9px) {
  .row-vitrine-topo .container-banner-duplo-p .banner-vitrine-p {
    display: none;
  }
}

.row-vitrine-topo .container-banner-duplo-p .banner-vitrine-p .slick-list {
  margin-right: -15px;
  padding-right: 15px;
}

.row-vitrine-topo .container-banner-duplo-p .banner-vitrine-p .slick-track {
  display: flex;
  align-items: center;
  column-gap: 0;
  padding-right: 15px;
}

.row-vitrine-topo .container-banner-duplo-p .banner-vitrine-p .slick-slide[aria-hidden="true"] {
  opacity: 0;
}

.row-vitrine-topo .container-banner-duplo-p .banner-vitrine-p .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-vitrine-topo .container-banner-duplo-p .banner-vitrine-p .slick-slide .mini-banner {
  display: flex !important;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: end;
  transform: scale(0.9);
  filter: drop-shadow(0px 4px 3px rgba(0, 0, 0, 0.4));
}

.row-vitrine-topo .container-banner-duplo-p .banner-vitrine-p .slick-slide .mini-banner figure {
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border-radius: 14px;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 10px !important;
  opacity: 0.8;
}

.row-vitrine-topo .container-banner-duplo-p .banner-vitrine-p .slick-slide.slick-current .mini-banner {
  justify-content: center;
  border: 2px solid #ffffff;
  border-radius: 14px;
  transform: scale(1);
}

.row-vitrine-topo .container-banner-duplo-p .banner-vitrine-p .slick-slide.slick-current .mini-banner figure {
  opacity: 1;
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
  margin-top: 0;
  margin-bottom: 0 !important;
}

.row-vitrine-topo .container-banner-duplo-p .banner-vitrine-p .slick-arrow {
  width: 24px;
  height: 24px;
  background: rgba(248, 249, 250, 0.7);
  border-radius: 50%;
}

.row-vitrine-topo .container-banner-duplo-p .banner-vitrine-p .slick-arrow::before {
  font-family: unset;
  color: #424242;
}

.col-vinheta-padrao {
  margin-top: 0;
  margin-bottom: clamp(2rem, 3.33vw, 3.2rem);
}

.col-vinheta-padrao .content-vinheta {
  display: flex;
  align-items: center;
  column-gap: clamp(1rem, 2.5vw, 2.4rem);
}

.col-vinheta-padrao .content-vinheta .detalhe-vinheta, .col-vinheta-padrao .content-vinheta .detalhe-vinheta--direita {
  flex: 1 1 auto;
  display: block;
  height: 25px;
  width: auto;
  background-image: url("data:image/svg+xml,%3Csvg width='553' height='25' viewBox='0 0 553 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_838_466)'%3E%3Ccircle cx='12.5' cy='12.5' r='11.5' stroke='%23000BD2' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.471 11.1389C45.4528 11.0915 45.4239 11.049 45.3864 11.0148C45.3489 10.9806 45.304 10.9556 45.2551 10.9419C45.2063 10.9281 45.1549 10.926 45.1051 10.9357C45.0553 10.9453 45.0084 10.9665 44.9682 10.9975C44.9152 11.0403 44.8765 11.0971 44.8571 11.1624L44.2186 13.0634C43.9812 13.7857 43.5776 14.4422 43.0402 14.9802C42.5029 15.5181 41.8468 15.9224 41.1248 16.1606L39.2025 16.7991C39.1375 16.8202 39.0808 16.8612 39.0407 16.9165C39.0005 16.9717 38.9788 17.0383 38.9788 17.1066C38.9788 17.1749 39.0005 17.2415 39.0407 17.2967C39.0808 17.3519 39.1375 17.393 39.2025 17.4141L41.1248 18.0526C41.8402 18.2907 42.4903 18.6924 43.0233 19.2257C43.5563 19.7591 43.9575 20.4095 44.195 21.1251L44.8324 23.0496C44.8529 23.1152 44.8937 23.1725 44.949 23.2132C45.0044 23.2539 45.0712 23.2759 45.1399 23.2759C45.2086 23.2759 45.2755 23.2539 45.3308 23.2132C45.3861 23.1725 45.427 23.1152 45.4474 23.0496L46.1095 21.1487C46.3469 20.4332 46.748 19.7829 47.2807 19.2495C47.8135 18.7161 48.4634 18.3144 49.1786 18.0762L51.102 17.4376C51.167 17.4166 51.2237 17.3755 51.2638 17.3203C51.304 17.265 51.3257 17.1985 51.3257 17.1302C51.3257 17.0619 51.304 16.9953 51.2638 16.9401C51.2237 16.8848 51.167 16.8437 51.102 16.8227L49.2033 16.1606C48.4808 15.9232 47.8243 15.5192 47.2869 14.9811C46.7494 14.4431 46.3461 13.7861 46.1095 13.0634L45.471 11.1389ZM51.6594 15.1911C52.06 15.3268 52.409 15.5834 52.6582 15.9259C52.9127 16.2758 53.0498 16.6975 53.0498 17.1302C53.0498 17.5629 52.9127 17.9845 52.6582 18.3344C52.4054 18.682 52.0497 18.9411 51.6416 19.0752L49.7234 19.7119C49.723 19.7121 49.7226 19.7122 49.7222 19.7124C49.2618 19.8659 48.8435 20.1246 48.5006 20.468C48.1573 20.8117 47.8989 21.2307 47.7459 21.6917L47.7377 21.7158L47.0809 23.6014C46.9473 24.0018 46.6931 24.3514 46.3526 24.6019C46.0011 24.8605 45.5762 25 45.1399 25C44.7036 25 44.2787 24.8605 43.9273 24.6019C43.5817 24.3477 43.3249 23.9913 43.193 23.5834L42.5587 21.6683C42.4056 21.2072 42.1471 20.7881 41.8037 20.4444C41.4603 20.1008 41.0414 19.8419 40.5804 19.6885L38.6629 19.0516C38.2548 18.9175 37.8991 18.6584 37.6464 18.3109C37.3918 17.9609 37.2547 17.5393 37.2547 17.1066C37.2547 16.6739 37.3918 16.2523 37.6464 15.9023C37.899 15.5549 38.2545 15.2959 38.6624 15.1618L40.5846 14.5233C41.0505 14.3696 41.4738 14.1087 41.8204 13.7617C42.1671 13.4146 42.4275 12.9911 42.5807 12.525L42.5842 12.5144L43.2171 10.6303C43.3426 10.2379 43.5794 9.90317 43.8842 9.65677C43.8944 9.64852 43.9047 9.64039 43.9151 9.63237C44.1681 9.43718 44.4632 9.30385 44.777 9.24303C45.0907 9.18221 45.4143 9.19561 45.7219 9.28213C46.0295 9.36865 46.3127 9.52591 46.5487 9.74133C46.7847 9.95676 46.9671 10.2244 47.0813 10.5229C47.0905 10.547 47.0992 10.5714 47.1074 10.5959L47.748 12.527C47.9005 12.9926 48.1604 13.4159 48.5067 13.7626C48.853 14.1093 49.276 14.3697 49.7415 14.5226C49.7478 14.5247 49.7541 14.5268 49.7604 14.529C49.7639 14.5302 49.7675 14.5314 49.771 14.5326L51.6594 15.1911ZM36.5284 7.55538C36.4421 7.38874 36.369 7.21496 36.31 7.0356C36.3095 7.03393 36.3089 7.03226 36.3084 7.0306L35.8438 5.63124C35.8263 5.58504 35.7947 5.54552 35.7534 5.51828C35.7122 5.49103 35.6634 5.47744 35.614 5.47943C35.5647 5.48141 35.5172 5.49887 35.4782 5.52934C35.4393 5.55981 35.411 5.60174 35.3972 5.6492L34.9337 7.0306C34.9334 7.03154 34.9331 7.03248 34.9328 7.03342C34.8737 7.21238 34.8007 7.38577 34.7145 7.55207C34.7129 7.55518 34.7113 7.55828 34.7096 7.56138C34.7012 7.57753 34.6927 7.59361 34.684 7.60962C34.5222 7.90816 34.3178 8.18282 34.0762 8.42453C33.8338 8.66705 33.5582 8.8722 33.2586 9.03436C33.2446 9.04192 33.2306 9.04938 33.2165 9.05675C33.216 9.05705 33.2154 9.05734 33.2148 9.05764C33.0444 9.14682 32.8665 9.22221 32.6827 9.2828L31.2844 9.74738C31.2377 9.76313 31.1971 9.79316 31.1683 9.83322C31.1395 9.87328 31.124 9.92137 31.124 9.97069C31.124 10.02 31.1395 10.0681 31.1683 10.1082C31.1971 10.1482 31.2377 10.1782 31.2844 10.194L32.6827 10.6597C32.865 10.7203 33.0415 10.7955 33.2106 10.8843C33.2123 10.8852 33.214 10.8861 33.2157 10.887C33.2293 10.8942 33.243 10.9015 33.2566 10.9089C33.5521 11.0698 33.824 11.2726 34.0634 11.5121C34.3096 11.7582 34.5171 12.0387 34.68 12.3438C34.68 12.3438 34.6801 12.3439 34.68 12.3438C34.685 12.3532 34.69 12.3626 34.6949 12.3719C34.7821 12.5389 34.856 12.713 34.9158 12.8928L35.3792 14.2933C35.395 14.34 35.425 14.3807 35.4651 14.4094C35.5051 14.4382 35.5532 14.4537 35.6026 14.4537C35.6519 14.4537 35.7 14.4382 35.74 14.4094C35.7801 14.3807 35.8101 14.34 35.8259 14.2933L36.3084 12.9108C36.3087 12.9099 36.309 12.909 36.3093 12.908C36.3738 12.7155 36.4545 12.5295 36.5504 12.3519C36.5508 12.3511 36.5513 12.3502 36.5517 12.3494C36.5516 12.3495 36.5518 12.3493 36.5517 12.3494C36.7138 12.0496 36.9192 11.7735 37.1617 11.531C37.4085 11.2842 37.6897 11.0761 37.9956 10.9127C37.9956 10.9127 37.9957 10.9126 37.9956 10.9127C38.0067 10.9067 38.018 10.9008 38.0291 10.895C38.1935 10.8094 38.3647 10.7367 38.5415 10.6777L39.9386 10.212C39.9854 10.1962 40.026 10.1662 40.0548 10.1261C40.0835 10.0861 40.099 10.038 40.099 9.98865C40.099 9.93932 40.0835 9.89124 40.0548 9.85118C40.026 9.81111 39.9854 9.78109 39.9386 9.76533L38.5584 9.2828C38.5568 9.28229 38.5553 9.28178 38.5537 9.28127C38.3609 9.21766 38.1745 9.13771 37.9965 9.0426C37.9963 9.04246 37.996 9.04233 37.9957 9.04219C37.6908 8.87911 37.4105 8.6715 37.1645 8.42528C36.9232 8.18371 36.7191 7.90916 36.5577 7.61073C36.55 7.59647 36.5424 7.58215 36.5349 7.56778C36.5327 7.56365 36.5306 7.55952 36.5284 7.55538ZM40.503 8.13617C40.886 8.26841 41.2187 8.51614 41.4551 8.8454C41.6944 9.17856 41.8232 9.57842 41.8232 9.98865C41.8232 10.3989 41.6944 10.7987 41.4551 11.1319C41.2158 11.4651 40.878 11.7148 40.4893 11.8458L40.4839 11.8476L39.0877 12.313C39.0875 12.3131 39.0878 12.313 39.0877 12.313C38.8215 12.402 38.5793 12.5517 38.3809 12.7501C38.1823 12.9486 38.0327 13.1906 37.9438 13.4569L37.9362 13.4789L37.4552 14.857C37.3231 15.2403 37.0752 15.5732 36.7458 15.8098C36.4126 16.0491 36.0128 16.1778 35.6026 16.1778C35.1923 16.1778 34.7925 16.0491 34.4593 15.8098C34.1261 15.5705 33.8764 15.2327 33.7454 14.844L33.7424 14.835L33.2796 13.4364C33.2795 13.4361 33.2796 13.4366 33.2796 13.4364C33.1913 13.1709 33.0421 12.929 32.8443 12.7312C32.6463 12.5332 32.4048 12.3842 32.1391 12.2959L30.7337 11.8278C30.345 11.6968 30.0072 11.4471 29.7679 11.1139C29.5286 10.7808 29.3999 10.3809 29.3999 9.97069C29.3999 9.56049 29.5286 9.16063 29.7679 8.82744C30.0072 8.49425 30.345 8.24457 30.7337 8.11355L30.7408 8.11118L32.1429 7.64532C32.4119 7.55664 32.6564 7.40606 32.8567 7.20569C33.057 7.00531 33.2074 6.76075 33.296 6.49165L33.2991 6.48218L33.7568 5.11815C33.8763 4.74417 34.1056 4.41429 34.4154 4.17177C34.739 3.9184 35.1341 3.77319 35.5448 3.75668C35.9555 3.74017 36.361 3.8532 36.7039 4.07977C37.0468 4.30634 37.3098 4.635 37.4557 5.01924C37.4643 5.04198 37.4725 5.06491 37.4801 5.08799L37.9471 6.49448C38.0349 6.76292 38.1847 7.00692 38.3843 7.20674C38.5839 7.40655 38.8278 7.55657 39.0961 7.64467C39.1066 7.64809 39.117 7.65162 39.1273 7.65525L40.503 8.13617ZM34.192 13.7426C34.1937 13.7376 34.1955 13.7326 34.1972 13.7275L34.192 13.7426ZM39.3721 11.3937L39.3879 11.3992C39.3827 11.3974 39.3774 11.3956 39.3721 11.3937ZM44.7696 2.76059C44.7265 2.67716 44.6901 2.59016 44.6607 2.50038L44.4285 1.80014C44.4197 1.77704 44.4039 1.75728 44.3833 1.74366C44.3626 1.73004 44.3383 1.72324 44.3136 1.72423C44.2889 1.72523 44.2651 1.73396 44.2457 1.74919C44.2262 1.76442 44.212 1.78539 44.2051 1.80912L43.9729 2.50038C43.9435 2.59024 43.9071 2.67732 43.864 2.76082C43.8632 2.76238 43.8624 2.76393 43.8616 2.76548C43.8466 2.79425 43.8309 2.82259 43.8144 2.85048C43.7474 2.96371 43.6678 3.06939 43.5768 3.16539C43.5664 3.17637 43.5558 3.18721 43.5451 3.19793C43.534 3.20907 43.5228 3.22006 43.5114 3.23088C43.4153 3.32206 43.3096 3.40188 43.1963 3.46902C43.1694 3.48498 43.1421 3.50022 43.1143 3.51473C43.1143 3.51472 43.1143 3.51474 43.1143 3.51473C43.0292 3.55922 42.9402 3.59685 42.8484 3.62704L42.1493 3.85933C42.1318 3.86503 42.1159 3.87478 42.1029 3.8878C42.0899 3.90082 42.0801 3.91674 42.0744 3.93424C42.0687 3.95175 42.0673 3.97036 42.0701 3.98855C42.073 4.00673 42.0801 4.02398 42.091 4.03888C42.105 4.05956 42.1255 4.07496 42.1493 4.08264L42.8484 4.31493C42.9392 4.3451 43.0272 4.38252 43.1114 4.42669C43.1125 4.42727 43.1136 4.42786 43.1147 4.42845C43.1423 4.44301 43.1696 4.45831 43.1964 4.47432C43.3064 4.54001 43.4092 4.61768 43.5028 4.70611C43.5149 4.7176 43.527 4.72927 43.5388 4.74112C43.5511 4.75337 43.5631 4.76579 43.575 4.77837C43.6656 4.87452 43.7449 4.98032 43.8116 5.09364C43.8241 5.11484 43.8361 5.1363 43.8477 5.15801C43.8503 5.16299 43.853 5.16799 43.8556 5.173C43.8987 5.25587 43.9354 5.34229 43.965 5.4315L44.1962 6.13173C44.2038 6.15552 44.2187 6.17626 44.2389 6.19098C44.2591 6.2057 44.2834 6.21363 44.3084 6.21363C44.3334 6.21363 44.3577 6.2057 44.3778 6.19098C44.398 6.17626 44.413 6.15552 44.4206 6.13173L44.6607 5.44048C44.6927 5.34415 44.7329 5.25109 44.7806 5.16224C44.781 5.16155 44.7814 5.16087 44.7817 5.16019C44.794 5.13731 44.8069 5.11472 44.8202 5.09242C44.8858 4.98258 44.9633 4.87994 45.0516 4.78643C45.0632 4.77416 45.075 4.76205 45.0869 4.7501C45.0996 4.73746 45.1124 4.72502 45.1254 4.71279C45.2203 4.62351 45.3245 4.54527 45.4361 4.4793C45.458 4.46632 45.4803 4.45382 45.5028 4.4418C45.5093 4.43831 45.5159 4.43487 45.5224 4.43146C45.6042 4.38911 45.6894 4.35311 45.7773 4.32391L46.4764 4.09162C46.5002 4.08401 46.5209 4.06904 46.5357 4.04887C46.5504 4.0287 46.5583 4.00437 46.5583 3.9794C46.5583 3.95443 46.5504 3.93011 46.5357 3.90994C46.5209 3.88977 46.5002 3.8748 46.4764 3.86719L45.7863 3.62704C45.6893 3.59523 45.5956 3.55515 45.5061 3.50741C45.5061 3.50742 45.5061 3.5074 45.5061 3.50741C45.4829 3.49506 45.46 3.48216 45.4374 3.46879C45.3246 3.40195 45.2193 3.32254 45.1236 3.23185C45.1119 3.22078 45.1003 3.20955 45.0889 3.19814C45.0779 3.18707 45.067 3.17585 45.0562 3.16451C44.9666 3.06988 44.888 2.96585 44.8217 2.85446C44.8051 2.82665 44.7893 2.79839 44.7743 2.76969C44.7727 2.76666 44.7711 2.76363 44.7696 2.76059ZM47.0348 2.23593C47.3929 2.35799 47.705 2.58748 47.9283 2.89351C48.1584 3.20874 48.2825 3.58897 48.2825 3.9794C48.2825 4.36983 48.1584 4.75007 47.9283 5.0653C47.7012 5.37653 47.3822 5.6086 47.0164 5.72901L46.321 5.9601C46.3154 5.96195 46.3102 5.96511 46.3061 5.96925C46.3019 5.97339 46.2988 5.97845 46.297 5.98401L46.2894 6.00627L46.0521 6.68943C45.9301 7.04777 45.7005 7.36014 45.3943 7.58365C45.0789 7.8138 44.6987 7.93777 44.3084 7.93777C43.9181 7.93777 43.5378 7.81378 43.2225 7.58365C42.9104 7.35591 42.678 7.03592 42.5579 6.66905L42.3288 5.97503C42.3287 5.97491 42.3288 5.97516 42.3288 5.97503C42.3269 5.96962 42.3237 5.96432 42.3197 5.96027C42.3155 5.95613 42.3105 5.953 42.3049 5.95116L41.6084 5.71972C41.2325 5.5957 40.907 5.35363 40.68 5.02975C40.5182 4.79981 40.4111 4.53577 40.3672 4.25788C40.3218 3.97105 40.3449 3.67754 40.4347 3.40134C40.5245 3.12513 40.6783 2.8741 40.8836 2.66875C41.0869 2.46545 41.3349 2.31261 41.6078 2.22243L42.3099 1.98917C42.3155 1.98732 42.3206 1.98419 42.3248 1.98C42.3289 1.97581 42.3321 1.9707 42.3339 1.96508L42.3385 1.95118L42.5662 1.2737C42.6792 0.92527 42.8937 0.617971 43.1828 0.391619C43.487 0.153478 43.8583 0.017004 44.2443 0.0014872C44.6303 -0.0140301 45.0114 0.092203 45.3337 0.305151C45.656 0.518101 45.9032 0.826993 46.0403 1.18814C46.049 1.21101 46.0572 1.23406 46.0649 1.25728L46.2996 1.96467C46.3014 1.97029 46.3045 1.97541 46.3087 1.9796C46.3129 1.98379 46.318 1.98693 46.3236 1.98877C46.3334 1.99198 46.3432 1.99528 46.3529 1.99867L47.0348 2.23593ZM42.6794 2.442C42.6836 2.44338 42.6878 2.44476 42.6921 2.44617L42.6794 2.442Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M69.95 3.34915L59.6608 22.9751H80.2391L69.95 3.34915ZM70.945 0.573772C70.5439 -0.191257 69.356 -0.191258 68.9549 0.573772L57.6707 22.0977C56.9659 23.442 58.0342 25 59.6608 25H80.2391C81.8657 25 82.934 23.442 82.2292 22.0977L70.945 0.573772Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M98.2068 1.80465C96.1885 2.02045 94.2725 2.80297 92.6801 4.06177C91.0878 5.32057 89.8841 7.00426 89.2082 8.91826C88.5324 10.8323 88.412 12.8984 88.8608 14.878C89.3097 16.8576 90.3095 18.6697 91.7448 20.105C93.1801 21.5403 94.9923 22.5402 96.9719 22.989C98.9514 23.4379 101.018 23.3175 102.932 22.6416C104.846 21.9658 106.529 20.7621 107.788 19.1697C109.047 17.5774 109.829 15.6613 110.045 13.643C109.308 14.5791 108.382 15.3485 107.326 15.9004C106.27 16.4522 105.109 16.7741 103.92 16.8447C102.731 16.9153 101.54 16.7331 100.427 16.31C99.3132 15.887 98.3019 15.2327 97.4595 14.3904C96.6171 13.548 95.9629 12.5367 95.5398 11.423C95.1168 10.3094 94.9346 9.11876 95.0052 7.92958C95.0758 6.74039 95.3976 5.57968 95.9495 4.52394C96.5014 3.4682 97.2707 2.54141 98.2068 1.80465ZM86.8499 12.5C86.8499 5.59651 92.4464 0 99.3499 0C100.184 0 100.6 0.663953 100.672 1.19302C100.741 1.70233 100.552 2.35 99.9673 2.70349C99.0986 3.22774 98.3607 3.94282 97.8093 4.79454C97.258 5.64627 96.9077 6.61231 96.785 7.61947C96.6624 8.62663 96.7705 9.6485 97.1013 10.6077C97.4321 11.5668 97.9768 12.4381 98.6943 13.1556C99.4117 13.873 100.283 14.4178 101.242 14.7485C102.201 15.0793 103.223 15.1875 104.23 15.0648C105.238 14.9422 106.204 14.5919 107.055 14.0405C107.907 13.4892 108.622 12.7512 109.146 11.8826C109.5 11.2977 110.148 11.1093 110.657 11.1779C111.186 11.25 111.85 11.6663 111.85 12.5C111.85 19.4035 106.253 25 99.3499 25C92.4464 25 86.8499 19.4035 86.8499 12.5Z' fill='%23000BD2'/%3E%3Cpath d='M129.092 1.14169L140.108 12.1579C140.297 12.3469 140.297 12.6531 140.108 12.8421L129.092 23.8583C128.903 24.0472 128.597 24.0472 128.408 23.8583L117.392 12.8421C117.203 12.6531 117.203 12.3469 117.392 12.1579L128.408 1.14169C128.597 0.952771 128.903 0.952771 129.092 1.14169Z' stroke='%23000BD2' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M158.15 0C158.643 0 159.043 0.414551 159.043 0.925926V1.78063H166.441C166.908 1.78063 167.349 1.98012 167.669 2.32411C167.989 2.667 168.163 3.12539 168.163 3.59687V8.93875C168.163 9.41022 167.989 9.86861 167.669 10.2115C167.349 10.5555 166.908 10.755 166.441 10.755H159.043V12.4644H166.097C166.097 12.4644 166.097 12.4644 166.097 12.4644C166.328 12.4644 166.555 12.5132 166.767 12.6072C166.978 12.7012 167.168 12.838 167.326 13.0083L170.399 16.3084C170.733 16.6672 170.733 17.236 170.399 17.5948L167.326 20.8948C167.168 21.0651 166.978 21.202 166.767 21.2959C166.555 21.3899 166.328 21.4388 166.097 21.4387C166.097 21.4387 166.097 21.4387 166.097 21.4387H159.043V24.0741C159.043 24.5854 158.643 25 158.15 25C157.657 25 157.257 24.5854 157.257 24.0741V21.4387H149.859C149.392 21.4387 148.951 21.2393 148.631 20.8953C148.311 20.5524 148.137 20.094 148.137 19.6225V14.2806C148.137 13.8092 148.311 13.3508 148.631 13.0079C148.951 12.6639 149.392 12.4644 149.859 12.4644H157.257V10.755H150.203C150.203 10.755 150.203 10.755 150.203 10.755C149.972 10.755 149.744 10.7062 149.533 10.6122C149.322 10.5182 149.132 10.3815 148.974 10.2113C148.974 10.2112 148.974 10.2114 148.974 10.2113L145.9 6.91102C145.566 6.55221 145.566 5.9834 145.9 5.6246L148.974 2.32453C148.974 2.32446 148.974 2.32461 148.974 2.32453C149.132 2.15437 149.322 2.01737 149.533 1.92343C149.744 1.82943 149.972 1.78061 150.203 1.78063C150.203 1.78063 150.203 1.78063 150.203 1.78063H157.257V0.925926C157.257 0.414551 157.657 0 158.15 0ZM150.238 3.63248L147.784 6.26781L150.238 8.90313H166.377V3.63248H150.238ZM149.923 14.3162V19.5869H166.062L168.516 16.9516L166.062 14.3162H149.923Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M187.55 21.6509L177.261 2.02494H197.839L187.55 21.6509ZM188.545 24.4262C188.144 25.1913 186.956 25.1913 186.555 24.4262L175.271 2.90233C174.566 1.55801 175.634 0 177.261 0H197.839C199.466 0 200.534 1.55801 199.829 2.90233L188.545 24.4262Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M216.95 0C217.181 0 217.403 0.091881 217.567 0.25543C217.73 0.418979 217.822 0.6408 217.822 0.872093V2.03488C217.822 2.26618 217.73 2.488 217.567 2.65155C217.403 2.8151 217.181 2.90698 216.95 2.90698C216.719 2.90698 216.497 2.8151 216.333 2.65155C216.17 2.488 216.078 2.26618 216.078 2.03488V0.872093C216.078 0.6408 216.17 0.418979 216.333 0.25543C216.497 0.091881 216.719 0 216.95 0ZM208.112 3.66163C208.275 3.49831 208.497 3.40658 208.728 3.40658C208.959 3.40658 209.181 3.49831 209.344 3.66163L209.801 4.11744C209.96 4.28184 210.048 4.5021 210.046 4.73076C210.044 4.95942 209.953 5.1782 209.791 5.33997C209.629 5.50174 209.411 5.59356 209.182 5.59565C208.953 5.59775 208.733 5.50995 208.569 5.35116L208.112 4.89419C207.948 4.73067 207.857 4.50901 207.857 4.27791C207.857 4.0468 207.948 3.82515 208.112 3.66163ZM225.788 3.66163C225.952 3.82515 226.043 4.0468 226.043 4.27791C226.043 4.50901 225.952 4.73067 225.788 4.89419L225.331 5.35116C225.166 5.50521 224.947 5.58907 224.721 5.58509C224.496 5.5811 224.28 5.48958 224.12 5.32979C223.96 5.17001 223.869 4.95445 223.865 4.72851C223.861 4.50258 223.945 4.28392 224.099 4.1186L224.556 3.66163C224.719 3.49831 224.941 3.40658 225.172 3.40658C225.403 3.40658 225.625 3.49831 225.788 3.66163ZM216.95 6.39535C215.331 6.39535 213.778 7.03852 212.633 8.18336C211.488 9.3282 210.845 10.8809 210.845 12.5C210.845 14.1191 211.488 15.6718 212.633 16.8166C213.778 17.9615 215.331 18.6047 216.95 18.6047C218.569 18.6047 220.122 17.9615 221.267 16.8166C222.411 15.6718 223.055 14.1191 223.055 12.5C223.055 10.8809 222.411 9.3282 221.267 8.18336C220.122 7.03852 218.569 6.39535 216.95 6.39535ZM209.101 12.5C209.101 10.4184 209.928 8.42198 211.4 6.95003C212.872 5.47809 214.868 4.65116 216.95 4.65116C219.032 4.65116 221.028 5.47809 222.5 6.95003C223.972 8.42198 224.799 10.4184 224.799 12.5C224.799 14.5816 223.972 16.578 222.5 18.05C221.028 19.5219 219.032 20.3488 216.95 20.3488C214.868 20.3488 212.872 19.5219 211.4 18.05C209.928 16.578 209.101 14.5816 209.101 12.5ZM204.45 12.5C204.45 12.2687 204.542 12.0469 204.705 11.8833C204.869 11.7198 205.091 11.6279 205.322 11.6279H206.485C206.716 11.6279 206.938 11.7198 207.101 11.8833C207.265 12.0469 207.357 12.2687 207.357 12.5C207.357 12.7313 207.265 12.9531 207.101 13.1167C206.938 13.2802 206.716 13.3721 206.485 13.3721H205.322C205.091 13.3721 204.869 13.2802 204.705 13.1167C204.542 12.9531 204.45 12.7313 204.45 12.5ZM226.543 12.5C226.543 12.2687 226.635 12.0469 226.798 11.8833C226.962 11.7198 227.184 11.6279 227.415 11.6279H228.578C228.809 11.6279 229.031 11.7198 229.195 11.8833C229.358 12.0469 229.45 12.2687 229.45 12.5C229.45 12.7313 229.358 12.9531 229.195 13.1167C229.031 13.2802 228.809 13.3721 228.578 13.3721H227.415C227.184 13.3721 226.962 13.2802 226.798 13.1167C226.635 12.9531 226.543 12.7313 226.543 12.5ZM224.099 19.6488C224.262 19.4855 224.484 19.3938 224.715 19.3938C224.946 19.3938 225.168 19.4855 225.331 19.6488L225.788 20.1058C225.874 20.1857 225.943 20.2819 225.99 20.3889C226.038 20.4959 226.064 20.6114 226.066 20.7285C226.068 20.8456 226.046 20.9619 226.002 21.0705C225.959 21.1791 225.893 21.2777 225.81 21.3605C225.728 21.4433 225.629 21.5086 225.52 21.5525C225.412 21.5963 225.296 21.6179 225.178 21.6158C225.061 21.6137 224.946 21.5881 224.839 21.5404C224.732 21.4928 224.636 21.4241 224.556 21.3384L224.099 20.8814C223.935 20.7179 223.844 20.4962 223.844 20.2651C223.844 20.034 223.935 19.8124 224.099 19.6488ZM209.801 19.6488C209.964 19.8124 210.056 20.034 210.056 20.2651C210.056 20.4962 209.964 20.7179 209.801 20.8814L209.344 21.3384C209.264 21.4241 209.168 21.4928 209.061 21.5404C208.954 21.5881 208.839 21.6137 208.721 21.6158C208.604 21.6179 208.488 21.5963 208.379 21.5525C208.271 21.5086 208.172 21.4433 208.089 21.3605C208.007 21.2777 207.941 21.1791 207.897 21.0705C207.854 20.9619 207.832 20.8456 207.834 20.7285C207.836 20.6114 207.862 20.4959 207.91 20.3889C207.957 20.2819 208.026 20.1857 208.112 20.1058L208.567 19.6488C208.648 19.5678 208.745 19.5035 208.85 19.4596C208.956 19.4158 209.07 19.3932 209.184 19.3932C209.299 19.3932 209.412 19.4158 209.518 19.4596C209.624 19.5035 209.72 19.5678 209.801 19.6488ZM216.95 22.093C217.181 22.093 217.403 22.1849 217.567 22.3485C217.73 22.512 217.822 22.7338 217.822 22.9651V24.1279C217.822 24.3592 217.73 24.581 217.567 24.7446C217.403 24.9081 217.181 25 216.95 25C216.719 25 216.497 24.9081 216.333 24.7446C216.17 24.581 216.078 24.3592 216.078 24.1279V22.9651C216.078 22.7338 216.17 22.512 216.333 22.3485C216.497 22.1849 216.719 22.093 216.95 22.093Z' fill='%23000BD2'/%3E%3Ccircle cx='246.35' cy='12.5' r='11.5' stroke='%23000BD2' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M279.321 11.1389C279.303 11.0915 279.274 11.049 279.236 11.0148C279.199 10.9806 279.154 10.9556 279.105 10.9419C279.056 10.9281 279.005 10.926 278.955 10.9357C278.905 10.9453 278.858 10.9665 278.818 10.9975C278.765 11.0403 278.727 11.0971 278.707 11.1624L278.069 13.0634C277.831 13.7857 277.428 14.4422 276.89 14.9802C276.353 15.5181 275.697 15.9224 274.975 16.1606L273.053 16.7991C272.988 16.8202 272.931 16.8612 272.891 16.9165C272.851 16.9717 272.829 17.0383 272.829 17.1066C272.829 17.1749 272.851 17.2415 272.891 17.2967C272.931 17.3519 272.988 17.393 273.053 17.4141L274.975 18.0526C275.69 18.2907 276.34 18.6924 276.873 19.2257C277.406 19.7591 277.808 20.4095 278.045 21.1251L278.683 23.0496C278.703 23.1152 278.744 23.1725 278.799 23.2132C278.854 23.2539 278.921 23.2759 278.99 23.2759C279.059 23.2759 279.126 23.2539 279.181 23.2132C279.236 23.1725 279.277 23.1152 279.297 23.0496L279.96 21.1487C280.197 20.4332 280.598 19.7829 281.131 19.2495C281.664 18.7161 282.313 18.3144 283.029 18.0762L284.952 17.4376C285.017 17.4166 285.074 17.3755 285.114 17.3203C285.154 17.265 285.176 17.1985 285.176 17.1302C285.176 17.0619 285.154 16.9953 285.114 16.9401C285.074 16.8848 285.017 16.8437 284.952 16.8227L283.053 16.1606C282.331 15.9232 281.674 15.5192 281.137 14.9811C280.6 14.4431 280.196 13.7861 279.96 13.0634L279.321 11.1389ZM285.509 15.1911C285.91 15.3268 286.259 15.5834 286.508 15.9259C286.763 16.2758 286.9 16.6975 286.9 17.1302C286.9 17.5629 286.763 17.9845 286.508 18.3344C286.255 18.682 285.9 18.9411 285.492 19.0752L283.574 19.7119C283.573 19.7121 283.573 19.7122 283.572 19.7124C283.112 19.8659 282.694 20.1246 282.351 20.468C282.007 20.8117 281.749 21.2307 281.596 21.6917L281.588 21.7158L280.931 23.6014C280.797 24.0018 280.543 24.3514 280.203 24.6019C279.851 24.8605 279.426 25 278.99 25C278.554 25 278.129 24.8605 277.777 24.6019C277.432 24.3477 277.175 23.9913 277.043 23.5834L276.409 21.6683C276.256 21.2072 275.997 20.7881 275.654 20.4444C275.31 20.1008 274.891 19.8419 274.43 19.6885L272.513 19.0516C272.105 18.9175 271.749 18.6584 271.496 18.3109C271.242 17.9609 271.105 17.5393 271.105 17.1066C271.105 16.6739 271.242 16.2523 271.496 15.9023C271.749 15.5549 272.105 15.2959 272.513 15.1618L274.435 14.5233C274.901 14.3696 275.324 14.1087 275.671 13.7617C276.017 13.4146 276.278 12.9911 276.431 12.525L276.434 12.5144L277.067 10.6303C277.193 10.2379 277.43 9.90317 277.734 9.65677C277.744 9.64852 277.755 9.64039 277.765 9.63237C278.018 9.43718 278.313 9.30385 278.627 9.24303C278.941 9.18221 279.264 9.19561 279.572 9.28213C279.88 9.36865 280.163 9.52591 280.399 9.74133C280.635 9.95676 280.817 10.2244 280.931 10.5229C280.941 10.547 280.949 10.5714 280.957 10.5959L281.598 12.527C281.751 12.9926 282.01 13.4159 282.357 13.7626C282.703 14.1093 283.126 14.3697 283.592 14.5226C283.598 14.5247 283.604 14.5268 283.611 14.529C283.614 14.5302 283.618 14.5314 283.621 14.5326L285.509 15.1911ZM270.379 7.55538C270.292 7.38874 270.219 7.21496 270.16 7.0356C270.16 7.03393 270.159 7.03226 270.158 7.0306L269.694 5.63124C269.676 5.58504 269.645 5.54552 269.604 5.51828C269.562 5.49103 269.514 5.47744 269.464 5.47943C269.415 5.48141 269.367 5.49887 269.328 5.52934C269.289 5.55981 269.261 5.60174 269.247 5.6492L268.784 7.0306C268.784 7.03154 268.783 7.03248 268.783 7.03342C268.724 7.21238 268.651 7.38577 268.565 7.55207C268.563 7.55518 268.561 7.55828 268.56 7.56138C268.551 7.57753 268.543 7.59361 268.534 7.60962C268.372 7.90816 268.168 8.18282 267.926 8.42453C267.684 8.66705 267.408 8.8722 267.109 9.03436C267.095 9.04192 267.081 9.04938 267.067 9.05675C267.066 9.05705 267.066 9.05734 267.065 9.05764C266.895 9.14682 266.717 9.22221 266.533 9.2828L265.135 9.74738C265.088 9.76313 265.047 9.79316 265.018 9.83322C264.99 9.87328 264.974 9.92137 264.974 9.97069C264.974 10.02 264.99 10.0681 265.018 10.1082C265.047 10.1482 265.088 10.1782 265.135 10.194L266.533 10.6597C266.715 10.7203 266.892 10.7955 267.061 10.8843C267.062 10.8852 267.064 10.8861 267.066 10.887C267.079 10.8942 267.093 10.9015 267.107 10.9089C267.402 11.0698 267.674 11.2726 267.914 11.5121C268.16 11.7582 268.367 12.0387 268.53 12.3438C268.53 12.3438 268.53 12.3439 268.53 12.3438C268.535 12.3532 268.54 12.3626 268.545 12.3719C268.632 12.5389 268.706 12.713 268.766 12.8928L269.229 14.2933C269.245 14.34 269.275 14.3807 269.315 14.4094C269.355 14.4382 269.403 14.4537 269.453 14.4537C269.502 14.4537 269.55 14.4382 269.59 14.4094C269.63 14.3807 269.66 14.34 269.676 14.2933L270.158 12.9108C270.159 12.9099 270.159 12.909 270.159 12.908C270.224 12.7155 270.305 12.5295 270.4 12.3519C270.401 12.3511 270.401 12.3502 270.402 12.3494C270.402 12.3495 270.402 12.3493 270.402 12.3494C270.564 12.0496 270.769 11.7735 271.012 11.531C271.259 11.2842 271.54 11.0761 271.846 10.9127C271.846 10.9127 271.846 10.9126 271.846 10.9127C271.857 10.9067 271.868 10.9008 271.879 10.895C272.044 10.8094 272.215 10.7367 272.392 10.6777L273.789 10.212C273.835 10.1962 273.876 10.1662 273.905 10.1261C273.934 10.0861 273.949 10.038 273.949 9.98865C273.949 9.93932 273.934 9.89124 273.905 9.85118C273.876 9.81111 273.835 9.78109 273.789 9.76533L272.408 9.2828C272.407 9.28229 272.405 9.28178 272.404 9.28127C272.211 9.21766 272.025 9.13771 271.847 9.0426C271.846 9.04246 271.846 9.04233 271.846 9.04219C271.541 8.87911 271.261 8.6715 271.015 8.42528C270.773 8.18371 270.569 7.90916 270.408 7.61073C270.4 7.59647 270.393 7.58215 270.385 7.56778C270.383 7.56365 270.381 7.55952 270.379 7.55538ZM274.353 8.13617C274.736 8.26841 275.069 8.51614 275.305 8.8454C275.545 9.17856 275.673 9.57842 275.673 9.98865C275.673 10.3989 275.545 10.7987 275.305 11.1319C275.066 11.4651 274.728 11.7148 274.339 11.8458L274.334 11.8476L272.938 12.313C272.938 12.3131 272.938 12.313 272.938 12.313C272.672 12.402 272.429 12.5517 272.231 12.7501C272.032 12.9486 271.883 13.1906 271.794 13.4569L271.786 13.4789L271.305 14.857C271.173 15.2403 270.925 15.5732 270.596 15.8098C270.263 16.0491 269.863 16.1778 269.453 16.1778C269.042 16.1778 268.643 16.0491 268.309 15.8098C267.976 15.5705 267.727 15.2327 267.596 14.844L267.592 14.835L267.13 13.4364C267.13 13.4361 267.13 13.4366 267.13 13.4364C267.041 13.1709 266.892 12.929 266.694 12.7312C266.496 12.5332 266.255 12.3842 265.989 12.2959L264.584 11.8278C264.195 11.6968 263.857 11.4471 263.618 11.1139C263.379 10.7808 263.25 10.3809 263.25 9.97069C263.25 9.56049 263.379 9.16063 263.618 8.82744C263.857 8.49425 264.195 8.24457 264.584 8.11355L264.591 8.11118L265.993 7.64532C266.262 7.55664 266.507 7.40606 266.707 7.20569C266.907 7.00531 267.058 6.76075 267.146 6.49165L267.149 6.48218L267.607 5.11815C267.726 4.74417 267.956 4.41429 268.265 4.17177C268.589 3.9184 268.984 3.77319 269.395 3.75668C269.806 3.74017 270.211 3.8532 270.554 4.07977C270.897 4.30634 271.16 4.635 271.306 5.01924C271.314 5.04198 271.323 5.06491 271.33 5.08799L271.797 6.49448C271.885 6.76292 272.035 7.00692 272.234 7.20674C272.434 7.40655 272.678 7.55657 272.946 7.64467C272.957 7.64809 272.967 7.65162 272.977 7.65525L274.353 8.13617ZM268.042 13.7426C268.044 13.7376 268.046 13.7326 268.047 13.7275L268.042 13.7426ZM273.222 11.3937L273.238 11.3992C273.233 11.3974 273.227 11.3956 273.222 11.3937ZM278.62 2.76059C278.577 2.67716 278.54 2.59016 278.511 2.50038L278.279 1.80014C278.27 1.77704 278.254 1.75728 278.233 1.74366C278.213 1.73004 278.188 1.72324 278.164 1.72423C278.139 1.72523 278.115 1.73396 278.096 1.74919C278.076 1.76442 278.062 1.78539 278.055 1.80912L277.823 2.50038C277.794 2.59024 277.757 2.67732 277.714 2.76082C277.713 2.76238 277.712 2.76393 277.712 2.76548C277.697 2.79425 277.681 2.82259 277.665 2.85048C277.598 2.96371 277.518 3.06939 277.427 3.16539C277.416 3.17637 277.406 3.18721 277.395 3.19793C277.384 3.20907 277.373 3.22006 277.361 3.23088C277.265 3.32206 277.16 3.40188 277.046 3.46902C277.02 3.48498 276.992 3.50022 276.964 3.51473C276.964 3.51472 276.964 3.51474 276.964 3.51473C276.879 3.55922 276.79 3.59685 276.699 3.62704L275.999 3.85933C275.982 3.86503 275.966 3.87478 275.953 3.8878C275.94 3.90082 275.93 3.91674 275.925 3.93424C275.919 3.95175 275.917 3.97036 275.92 3.98855C275.923 4.00673 275.93 4.02398 275.941 4.03888C275.955 4.05956 275.976 4.07496 275.999 4.08264L276.699 4.31493C276.789 4.3451 276.877 4.38252 276.961 4.42669C276.963 4.42727 276.964 4.42786 276.965 4.42845C276.992 4.44301 277.02 4.45831 277.046 4.47432C277.156 4.54001 277.259 4.61768 277.353 4.70611C277.365 4.7176 277.377 4.72927 277.389 4.74112C277.401 4.75337 277.413 4.76579 277.425 4.77837C277.516 4.87452 277.595 4.98032 277.662 5.09364C277.674 5.11484 277.686 5.1363 277.698 5.15801C277.7 5.16299 277.703 5.16799 277.706 5.173C277.749 5.25587 277.785 5.34229 277.815 5.4315L278.046 6.13173C278.054 6.15552 278.069 6.17626 278.089 6.19098C278.109 6.2057 278.134 6.21363 278.158 6.21363C278.183 6.21363 278.208 6.2057 278.228 6.19098C278.248 6.17626 278.263 6.15552 278.271 6.13173L278.511 5.44048C278.543 5.34415 278.583 5.25109 278.631 5.16224C278.631 5.16155 278.631 5.16087 278.632 5.16019C278.644 5.13731 278.657 5.11472 278.67 5.09242C278.736 4.98258 278.813 4.87994 278.902 4.78643C278.913 4.77416 278.925 4.76205 278.937 4.7501C278.95 4.73746 278.962 4.72502 278.975 4.71279C279.07 4.62351 279.175 4.54527 279.286 4.4793C279.308 4.46632 279.33 4.45382 279.353 4.4418C279.359 4.43831 279.366 4.43487 279.373 4.43146C279.454 4.38911 279.539 4.35311 279.627 4.32391L280.327 4.09162C280.35 4.08401 280.371 4.06904 280.386 4.04887C280.4 4.0287 280.408 4.00437 280.408 3.9794C280.408 3.95443 280.4 3.93011 280.386 3.90994C280.371 3.88977 280.35 3.8748 280.327 3.86719L279.636 3.62704C279.539 3.59523 279.446 3.55515 279.356 3.50741C279.356 3.50742 279.356 3.5074 279.356 3.50741C279.333 3.49506 279.31 3.48216 279.288 3.46879C279.175 3.40195 279.069 3.32254 278.974 3.23185C278.962 3.22078 278.95 3.20955 278.939 3.19814C278.928 3.18707 278.917 3.17585 278.906 3.16451C278.817 3.06988 278.738 2.96585 278.672 2.85446C278.655 2.82665 278.639 2.79839 278.624 2.76969C278.623 2.76666 278.621 2.76363 278.62 2.76059ZM280.885 2.23593C281.243 2.35799 281.555 2.58748 281.778 2.89351C282.009 3.20874 282.133 3.58897 282.133 3.9794C282.133 4.36983 282.009 4.75007 281.778 5.0653C281.551 5.37653 281.232 5.6086 280.867 5.72901L280.171 5.9601C280.165 5.96195 280.16 5.96511 280.156 5.96925C280.152 5.97339 280.149 5.97845 280.147 5.98401L280.139 6.00627L279.902 6.68943C279.78 7.04777 279.551 7.36014 279.244 7.58365C278.929 7.8138 278.549 7.93777 278.158 7.93777C277.768 7.93777 277.388 7.81378 277.073 7.58365C276.761 7.35591 276.528 7.03592 276.408 6.66905L276.179 5.97503C276.179 5.97491 276.179 5.97516 276.179 5.97503C276.177 5.96962 276.174 5.96432 276.17 5.96027C276.166 5.95613 276.161 5.953 276.155 5.95116L275.458 5.71972C275.083 5.5957 274.757 5.35363 274.53 5.02975C274.368 4.79981 274.261 4.53577 274.217 4.25788C274.172 3.97105 274.195 3.67754 274.285 3.40134C274.375 3.12513 274.528 2.8741 274.734 2.66875C274.937 2.46545 275.185 2.31261 275.458 2.22243L276.16 1.98917C276.166 1.98732 276.171 1.98419 276.175 1.98C276.179 1.97581 276.182 1.9707 276.184 1.96508L276.189 1.95118L276.416 1.2737C276.529 0.92527 276.744 0.617971 277.033 0.391619C277.337 0.153478 277.708 0.017004 278.094 0.0014872C278.48 -0.0140301 278.861 0.092203 279.184 0.305151C279.506 0.518101 279.753 0.826993 279.89 1.18814C279.899 1.21101 279.907 1.23406 279.915 1.25728L280.15 1.96467C280.151 1.97029 280.155 1.97541 280.159 1.9796C280.163 1.98379 280.168 1.98693 280.174 1.98877C280.184 1.99198 280.193 1.99528 280.203 1.99867L280.885 2.23593ZM276.529 2.442C276.534 2.44338 276.538 2.44476 276.542 2.44617L276.529 2.442Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M303.8 3.34915L293.511 22.9751H314.089L303.8 3.34915ZM304.795 0.573772C304.394 -0.191257 303.206 -0.191258 302.805 0.573772L291.521 22.0977C290.816 23.442 291.884 25 293.511 25H314.089C315.716 25 316.784 23.442 316.079 22.0977L304.795 0.573772Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M332.057 1.80465C330.038 2.02045 328.122 2.80297 326.53 4.06177C324.938 5.32057 323.734 7.00426 323.058 8.91826C322.382 10.8323 322.262 12.8984 322.711 14.878C323.16 16.8576 324.159 18.6697 325.595 20.105C327.03 21.5403 328.842 22.5402 330.822 22.989C332.801 23.4379 334.867 23.3175 336.781 22.6416C338.695 21.9658 340.379 20.7621 341.638 19.1697C342.897 17.5774 343.679 15.6613 343.895 13.643C343.158 14.5791 342.232 15.3485 341.176 15.9004C340.12 16.4522 338.959 16.7741 337.77 16.8447C336.581 16.9153 335.39 16.7331 334.277 16.31C333.163 15.887 332.152 15.2327 331.309 14.3904C330.467 13.548 329.813 12.5367 329.39 11.423C328.967 10.3094 328.784 9.11876 328.855 7.92958C328.926 6.74039 329.247 5.57968 329.799 4.52394C330.351 3.4682 331.121 2.54141 332.057 1.80465ZM320.7 12.5C320.7 5.59651 326.296 0 333.2 0C334.033 0 334.45 0.663953 334.522 1.19302C334.59 1.70233 334.402 2.35 333.817 2.70349C332.948 3.22774 332.211 3.94282 331.659 4.79454C331.108 5.64627 330.758 6.61231 330.635 7.61947C330.512 8.62663 330.62 9.6485 330.951 10.6077C331.282 11.5668 331.827 12.4381 332.544 13.1556C333.262 13.873 334.133 14.4178 335.092 14.7485C336.051 15.0793 337.073 15.1875 338.08 15.0648C339.087 14.9422 340.053 14.5919 340.905 14.0405C341.757 13.4892 342.472 12.7512 342.996 11.8826C343.35 11.2977 343.997 11.1093 344.507 11.1779C345.036 11.25 345.7 11.6663 345.7 12.5C345.7 19.4035 340.103 25 333.2 25C326.296 25 320.7 19.4035 320.7 12.5Z' fill='%23000BD2'/%3E%3Cpath d='M362.942 1.14169L373.958 12.1579C374.147 12.3469 374.147 12.6531 373.958 12.8421L362.942 23.8583C362.753 24.0472 362.447 24.0472 362.258 23.8583L351.242 12.8421C351.053 12.6531 351.053 12.3469 351.242 12.1579L362.258 1.14169C362.447 0.952771 362.753 0.952771 362.942 1.14169Z' stroke='%23000BD2' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M392 0C392.493 0 392.893 0.414551 392.893 0.925926V1.78063H400.291C400.758 1.78063 401.199 1.98012 401.519 2.32411C401.838 2.667 402.013 3.12539 402.013 3.59687V8.93875C402.013 9.41022 401.838 9.86861 401.519 10.2115C401.199 10.5555 400.758 10.755 400.291 10.755H392.893V12.4644H399.947C399.947 12.4644 399.947 12.4644 399.947 12.4644C400.178 12.4644 400.405 12.5132 400.617 12.6072C400.828 12.7012 401.018 12.838 401.176 13.0083L404.249 16.3084C404.583 16.6672 404.583 17.236 404.249 17.5948L401.176 20.8948C401.018 21.0651 400.828 21.202 400.617 21.2959C400.405 21.3899 400.178 21.4388 399.947 21.4387C399.947 21.4387 399.947 21.4387 399.947 21.4387H392.893V24.0741C392.893 24.5854 392.493 25 392 25C391.507 25 391.107 24.5854 391.107 24.0741V21.4387H383.709C383.242 21.4387 382.801 21.2393 382.48 20.8953C382.161 20.5524 381.987 20.094 381.987 19.6225V14.2806C381.987 13.8092 382.161 13.3508 382.48 13.0079C382.801 12.6639 383.242 12.4644 383.709 12.4644H391.107V10.755H384.053C384.053 10.755 384.053 10.755 384.053 10.755C383.822 10.755 383.594 10.7062 383.383 10.6122C383.172 10.5182 382.982 10.3815 382.824 10.2113C382.824 10.2112 382.824 10.2114 382.824 10.2113L379.75 6.91102C379.416 6.55221 379.416 5.9834 379.75 5.6246L382.823 2.32453C382.824 2.32446 382.823 2.32461 382.823 2.32453C382.982 2.15437 383.172 2.01737 383.383 1.92343C383.594 1.82943 383.822 1.78061 384.052 1.78063C384.053 1.78063 384.052 1.78063 384.052 1.78063H391.107V0.925926C391.107 0.414551 391.507 0 392 0ZM384.088 3.63248L381.634 6.26781L384.088 8.90313H400.227V3.63248H384.088ZM383.773 14.3162V19.5869H399.912L402.366 16.9516L399.912 14.3162H383.773Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M421.4 21.6509L411.111 2.02494H431.689L421.4 21.6509ZM422.395 24.4262C421.994 25.1913 420.806 25.1913 420.405 24.4262L409.12 2.90233C408.416 1.55801 409.484 0 411.111 0H431.689C433.315 0 434.384 1.55801 433.679 2.90233L422.395 24.4262Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M450.8 0C451.031 0 451.253 0.091881 451.416 0.25543C451.58 0.418979 451.672 0.6408 451.672 0.872093V2.03488C451.672 2.26618 451.58 2.488 451.416 2.65155C451.253 2.8151 451.031 2.90698 450.8 2.90698C450.569 2.90698 450.347 2.8151 450.183 2.65155C450.02 2.488 449.928 2.26618 449.928 2.03488V0.872093C449.928 0.6408 450.02 0.418979 450.183 0.25543C450.347 0.091881 450.569 0 450.8 0ZM441.961 3.66163C442.125 3.49831 442.347 3.40658 442.578 3.40658C442.809 3.40658 443.03 3.49831 443.194 3.66163L443.651 4.11744C443.81 4.28184 443.898 4.5021 443.896 4.73076C443.894 4.95942 443.803 5.1782 443.641 5.33997C443.479 5.50174 443.261 5.59356 443.032 5.59565C442.803 5.59775 442.583 5.50995 442.418 5.35116L441.961 4.89419C441.798 4.73067 441.706 4.50901 441.706 4.27791C441.706 4.0468 441.798 3.82515 441.961 3.66163ZM459.638 3.66163C459.801 3.82515 459.893 4.0468 459.893 4.27791C459.893 4.50901 459.801 4.73067 459.638 4.89419L459.181 5.35116C459.016 5.50521 458.797 5.58907 458.571 5.58509C458.345 5.5811 458.13 5.48958 457.97 5.32979C457.81 5.17001 457.719 4.95445 457.715 4.72851C457.711 4.50258 457.795 4.28392 457.949 4.1186L458.406 3.66163C458.569 3.49831 458.791 3.40658 459.022 3.40658C459.253 3.40658 459.475 3.49831 459.638 3.66163ZM450.8 6.39535C449.181 6.39535 447.628 7.03852 446.483 8.18336C445.338 9.3282 444.695 10.8809 444.695 12.5C444.695 14.1191 445.338 15.6718 446.483 16.8166C447.628 17.9615 449.181 18.6047 450.8 18.6047C452.419 18.6047 453.972 17.9615 455.116 16.8166C456.261 15.6718 456.904 14.1191 456.904 12.5C456.904 10.8809 456.261 9.3282 455.116 8.18336C453.972 7.03852 452.419 6.39535 450.8 6.39535ZM442.951 12.5C442.951 10.4184 443.778 8.42198 445.25 6.95003C446.722 5.47809 448.718 4.65116 450.8 4.65116C452.881 4.65116 454.878 5.47809 456.35 6.95003C457.822 8.42198 458.649 10.4184 458.649 12.5C458.649 14.5816 457.822 16.578 456.35 18.05C454.878 19.5219 452.881 20.3488 450.8 20.3488C448.718 20.3488 446.722 19.5219 445.25 18.05C443.778 16.578 442.951 14.5816 442.951 12.5ZM438.3 12.5C438.3 12.2687 438.392 12.0469 438.555 11.8833C438.719 11.7198 438.941 11.6279 439.172 11.6279H440.335C440.566 11.6279 440.788 11.7198 440.951 11.8833C441.115 12.0469 441.207 12.2687 441.207 12.5C441.207 12.7313 441.115 12.9531 440.951 13.1167C440.788 13.2802 440.566 13.3721 440.335 13.3721H439.172C438.941 13.3721 438.719 13.2802 438.555 13.1167C438.392 12.9531 438.3 12.7313 438.3 12.5ZM460.393 12.5C460.393 12.2687 460.485 12.0469 460.648 11.8833C460.812 11.7198 461.034 11.6279 461.265 11.6279H462.428C462.659 11.6279 462.881 11.7198 463.044 11.8833C463.208 12.0469 463.3 12.2687 463.3 12.5C463.3 12.7313 463.208 12.9531 463.044 13.1167C462.881 13.2802 462.659 13.3721 462.428 13.3721H461.265C461.034 13.3721 460.812 13.2802 460.648 13.1167C460.485 12.9531 460.393 12.7313 460.393 12.5ZM457.949 19.6488C458.112 19.4855 458.334 19.3938 458.565 19.3938C458.796 19.3938 459.018 19.4855 459.181 19.6488L459.638 20.1058C459.724 20.1857 459.793 20.2819 459.84 20.3889C459.888 20.4959 459.914 20.6114 459.916 20.7285C459.918 20.8456 459.896 20.9619 459.852 21.0705C459.808 21.1791 459.743 21.2777 459.66 21.3605C459.578 21.4433 459.479 21.5086 459.37 21.5525C459.262 21.5963 459.145 21.6179 459.028 21.6158C458.911 21.6137 458.796 21.5881 458.689 21.5404C458.582 21.4928 458.485 21.4241 458.406 21.3384L457.949 20.8814C457.785 20.7179 457.694 20.4962 457.694 20.2651C457.694 20.034 457.785 19.8124 457.949 19.6488ZM443.651 19.6488C443.814 19.8124 443.906 20.034 443.906 20.2651C443.906 20.4962 443.814 20.7179 443.651 20.8814L443.194 21.3384C443.114 21.4241 443.018 21.4928 442.911 21.5404C442.804 21.5881 442.688 21.6137 442.571 21.6158C442.454 21.6179 442.338 21.5963 442.229 21.5525C442.121 21.5086 442.022 21.4433 441.939 21.3605C441.856 21.2777 441.791 21.1791 441.747 21.0705C441.703 20.9619 441.682 20.8456 441.684 20.7285C441.686 20.6114 441.712 20.4959 441.759 20.3889C441.807 20.2819 441.876 20.1857 441.961 20.1058L442.417 19.6488C442.498 19.5678 442.594 19.5035 442.7 19.4596C442.806 19.4158 442.92 19.3932 443.034 19.3932C443.149 19.3932 443.262 19.4158 443.368 19.4596C443.474 19.5035 443.57 19.5678 443.651 19.6488ZM450.8 22.093C451.031 22.093 451.253 22.1849 451.416 22.3485C451.58 22.512 451.672 22.7338 451.672 22.9651V24.1279C451.672 24.3592 451.58 24.581 451.416 24.7446C451.253 24.9081 451.031 25 450.8 25C450.569 25 450.347 24.9081 450.183 24.7446C450.02 24.581 449.928 24.3592 449.928 24.1279V22.9651C449.928 22.7338 450.02 22.512 450.183 22.3485C450.347 22.1849 450.569 22.093 450.8 22.093Z' fill='%23000BD2'/%3E%3Ccircle cx='480.2' cy='12.5' r='11.5' stroke='%23000BD2' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M513.171 11.1389C513.153 11.0915 513.124 11.049 513.086 11.0148C513.049 10.9806 513.004 10.9556 512.955 10.9419C512.906 10.9281 512.855 10.926 512.805 10.9357C512.755 10.9453 512.708 10.9665 512.668 10.9975C512.615 11.0403 512.576 11.0971 512.557 11.1624L511.918 13.0634C511.681 13.7857 511.277 14.4422 510.74 14.9802C510.203 15.5181 509.547 15.9224 508.824 16.1606L506.902 16.7991C506.837 16.8202 506.781 16.8612 506.74 16.9165C506.7 16.9717 506.679 17.0383 506.679 17.1066C506.679 17.1749 506.7 17.2415 506.74 17.2967C506.781 17.3519 506.837 17.393 506.902 17.4141L508.824 18.0526C509.54 18.2907 510.19 18.6924 510.723 19.2257C511.256 19.7591 511.657 20.4095 511.895 21.1251L512.532 23.0496C512.553 23.1152 512.593 23.1725 512.649 23.2132C512.704 23.2539 512.771 23.2759 512.84 23.2759C512.908 23.2759 512.975 23.2539 513.03 23.2132C513.086 23.1725 513.127 23.1152 513.147 23.0496L513.809 21.1487C514.047 20.4332 514.448 19.7829 514.98 19.2495C515.513 18.7161 516.163 18.3144 516.878 18.0762L518.802 17.4376C518.867 17.4166 518.923 17.3755 518.964 17.3203C519.004 17.265 519.025 17.1985 519.025 17.1302C519.025 17.0619 519.004 16.9953 518.964 16.9401C518.923 16.8848 518.867 16.8437 518.802 16.8227L516.903 16.1606C516.181 15.9232 515.524 15.5192 514.987 14.9811C514.449 14.4431 514.046 13.7861 513.809 13.0634L513.171 11.1389ZM519.359 15.1911C519.76 15.3268 520.109 15.5834 520.358 15.9259C520.612 16.2758 520.75 16.6975 520.75 17.1302C520.75 17.5629 520.612 17.9845 520.358 18.3344C520.105 18.682 519.749 18.9411 519.341 19.0752L517.423 19.7119C517.423 19.7121 517.422 19.7122 517.422 19.7124C516.962 19.8659 516.543 20.1246 516.2 20.468C515.857 20.8117 515.599 21.2307 515.446 21.6917L515.437 21.7158L514.781 23.6014C514.647 24.0018 514.393 24.3514 514.052 24.6019C513.701 24.8605 513.276 25 512.84 25C512.403 25 511.978 24.8605 511.627 24.6019C511.281 24.3477 511.025 23.9913 510.893 23.5834L510.258 21.6683C510.105 21.2072 509.847 20.7881 509.503 20.4444C509.16 20.1008 508.741 19.8419 508.28 19.6885L506.363 19.0516C505.954 18.9175 505.599 18.6584 505.346 18.3109C505.092 17.9609 504.954 17.5393 504.954 17.1066C504.954 16.6739 505.092 16.2523 505.346 15.9023C505.599 15.5549 505.954 15.2959 506.362 15.1618L508.284 14.5233C508.75 14.3696 509.173 14.1087 509.52 13.7617C509.867 13.4146 510.127 12.9911 510.28 12.525L510.284 12.5144L510.917 10.6303C511.042 10.2379 511.279 9.90317 511.584 9.65677C511.594 9.64852 511.604 9.64039 511.615 9.63237C511.868 9.43718 512.163 9.30385 512.477 9.24303C512.79 9.18221 513.114 9.19561 513.422 9.28213C513.729 9.36865 514.012 9.52591 514.248 9.74133C514.484 9.95676 514.667 10.2244 514.781 10.5229C514.79 10.547 514.799 10.5714 514.807 10.5959L515.448 12.527C515.6 12.9926 515.86 13.4159 516.206 13.7626C516.553 14.1093 516.976 14.3697 517.441 14.5226C517.448 14.5247 517.454 14.5268 517.46 14.529C517.464 14.5302 517.467 14.5314 517.471 14.5326L519.359 15.1911ZM504.228 7.55538C504.142 7.38874 504.069 7.21496 504.01 7.0356C504.009 7.03393 504.009 7.03226 504.008 7.0306L503.544 5.63124C503.526 5.58504 503.494 5.54552 503.453 5.51828C503.412 5.49103 503.363 5.47744 503.314 5.47943C503.264 5.48141 503.217 5.49887 503.178 5.52934C503.139 5.55981 503.111 5.60174 503.097 5.6492L502.633 7.0306C502.633 7.03154 502.633 7.03248 502.633 7.03342C502.573 7.21238 502.5 7.38577 502.414 7.55207C502.413 7.55518 502.411 7.55828 502.409 7.56138C502.401 7.57753 502.392 7.59361 502.384 7.60962C502.222 7.90816 502.017 8.18282 501.776 8.42453C501.533 8.66705 501.258 8.8722 500.958 9.03436C500.944 9.04192 500.93 9.04938 500.916 9.05675C500.916 9.05705 500.915 9.05734 500.915 9.05764C500.744 9.14682 500.566 9.22221 500.382 9.2828L498.984 9.74738C498.937 9.76313 498.897 9.79316 498.868 9.83322C498.839 9.87328 498.824 9.92137 498.824 9.97069C498.824 10.02 498.839 10.0681 498.868 10.1082C498.897 10.1482 498.937 10.1782 498.984 10.194L500.382 10.6597C500.565 10.7203 500.741 10.7955 500.91 10.8843C500.912 10.8852 500.914 10.8861 500.915 10.887C500.929 10.8942 500.943 10.9015 500.956 10.9089C501.252 11.0698 501.524 11.2726 501.763 11.5121C502.009 11.7582 502.217 12.0387 502.38 12.3438C502.38 12.3438 502.38 12.3439 502.38 12.3438C502.385 12.3532 502.39 12.3626 502.395 12.3719C502.482 12.5389 502.556 12.713 502.615 12.8928L503.079 14.2933C503.095 14.34 503.125 14.3807 503.165 14.4094C503.205 14.4382 503.253 14.4537 503.302 14.4537C503.352 14.4537 503.4 14.4382 503.44 14.4094C503.48 14.3807 503.51 14.34 503.526 14.2933L504.008 12.9108C504.008 12.9099 504.009 12.909 504.009 12.908C504.074 12.7155 504.154 12.5295 504.25 12.3519C504.251 12.3511 504.251 12.3502 504.251 12.3494C504.251 12.3495 504.251 12.3493 504.251 12.3494C504.414 12.0496 504.619 11.7735 504.861 11.531C505.108 11.2842 505.389 11.0761 505.695 10.9127C505.695 10.9127 505.695 10.9126 505.695 10.9127C505.706 10.9067 505.718 10.9008 505.729 10.895C505.893 10.8094 506.064 10.7367 506.241 10.6777L507.638 10.212C507.685 10.1962 507.726 10.1662 507.754 10.1261C507.783 10.0861 507.799 10.038 507.799 9.98865C507.799 9.93932 507.783 9.89124 507.754 9.85118C507.726 9.81111 507.685 9.78109 507.638 9.76533L506.258 9.2828C506.257 9.28229 506.255 9.28178 506.253 9.28127C506.061 9.21766 505.874 9.13771 505.696 9.0426C505.696 9.04246 505.696 9.04233 505.695 9.04219C505.39 8.87911 505.11 8.6715 504.864 8.42528C504.623 8.18371 504.419 7.90916 504.257 7.61073C504.25 7.59647 504.242 7.58215 504.235 7.56778C504.232 7.56365 504.23 7.55952 504.228 7.55538ZM508.203 8.13617C508.586 8.26841 508.918 8.51614 509.155 8.8454C509.394 9.17856 509.523 9.57842 509.523 9.98865C509.523 10.3989 509.394 10.7987 509.155 11.1319C508.916 11.4651 508.578 11.7148 508.189 11.8458L508.184 11.8476L506.787 12.313C506.787 12.3131 506.787 12.313 506.787 12.313C506.521 12.402 506.279 12.5517 506.081 12.7501C505.882 12.9486 505.732 13.1906 505.643 13.4569L505.636 13.4789L505.155 14.857C505.023 15.2403 504.775 15.5732 504.446 15.8098C504.112 16.0491 503.712 16.1778 503.302 16.1778C502.892 16.1778 502.492 16.0491 502.159 15.8098C501.826 15.5705 501.576 15.2327 501.445 14.844L501.442 14.835L500.979 13.4364C500.979 13.4361 500.979 13.4366 500.979 13.4364C500.891 13.1709 500.742 12.929 500.544 12.7312C500.346 12.5332 500.105 12.3842 499.839 12.2959L498.433 11.8278C498.045 11.6968 497.707 11.4471 497.468 11.1139C497.228 10.7808 497.1 10.3809 497.1 9.97069C497.1 9.56049 497.228 9.16063 497.468 8.82744C497.707 8.49425 498.045 8.24457 498.433 8.11355L498.44 8.11118L499.843 7.64532C500.112 7.55664 500.356 7.40606 500.556 7.20569C500.757 7.00531 500.907 6.76075 500.996 6.49165L500.999 6.48218L501.456 5.11815C501.576 4.74417 501.805 4.41429 502.115 4.17177C502.439 3.9184 502.834 3.77319 503.244 3.75668C503.655 3.74017 504.061 3.8532 504.404 4.07977C504.746 4.30634 505.009 4.635 505.155 5.01924C505.164 5.04198 505.172 5.06491 505.18 5.08799L505.647 6.49448C505.735 6.76292 505.884 7.00692 506.084 7.20674C506.284 7.40655 506.527 7.55657 506.796 7.64467C506.806 7.64809 506.817 7.65162 506.827 7.65525L508.203 8.13617ZM501.892 13.7426C501.893 13.7376 501.895 13.7326 501.897 13.7275L501.892 13.7426ZM507.072 11.3937L507.088 11.3992C507.082 11.3974 507.077 11.3956 507.072 11.3937ZM512.469 2.76059C512.426 2.67716 512.39 2.59016 512.36 2.50038L512.128 1.80014C512.119 1.77704 512.104 1.75728 512.083 1.74366C512.062 1.73004 512.038 1.72324 512.013 1.72423C511.989 1.72523 511.965 1.73396 511.945 1.74919C511.926 1.76442 511.912 1.78539 511.905 1.80912L511.673 2.50038C511.643 2.59024 511.607 2.67732 511.564 2.76082C511.563 2.76238 511.562 2.76393 511.561 2.76548C511.546 2.79425 511.531 2.82259 511.514 2.85048C511.447 2.96371 511.367 3.06939 511.276 3.16539C511.266 3.17637 511.256 3.18721 511.245 3.19793C511.234 3.20907 511.222 3.22006 511.211 3.23088C511.115 3.32206 511.009 3.40188 510.896 3.46902C510.869 3.48498 510.842 3.50022 510.814 3.51473C510.814 3.51472 510.814 3.51474 510.814 3.51473C510.729 3.55922 510.64 3.59685 510.548 3.62704L509.849 3.85933C509.832 3.86503 509.816 3.87478 509.803 3.8878C509.79 3.90082 509.78 3.91674 509.774 3.93424C509.768 3.95175 509.767 3.97036 509.77 3.98855C509.773 4.00673 509.78 4.02398 509.791 4.03888C509.805 4.05956 509.825 4.07496 509.849 4.08264L510.548 4.31493C510.639 4.3451 510.727 4.38252 510.811 4.42669C510.812 4.42727 510.813 4.42786 510.814 4.42845C510.842 4.44301 510.869 4.45831 510.896 4.47432C511.006 4.54001 511.109 4.61768 511.202 4.70611C511.215 4.7176 511.227 4.72927 511.239 4.74112C511.251 4.75337 511.263 4.76579 511.275 4.77837C511.365 4.87452 511.445 4.98032 511.511 5.09364C511.524 5.11484 511.536 5.1363 511.547 5.15801C511.55 5.16299 511.553 5.16799 511.555 5.173C511.598 5.25587 511.635 5.34229 511.665 5.4315L511.896 6.13173C511.903 6.15552 511.918 6.17626 511.939 6.19098C511.959 6.2057 511.983 6.21363 512.008 6.21363C512.033 6.21363 512.057 6.2057 512.078 6.19098C512.098 6.17626 512.113 6.15552 512.12 6.13173L512.36 5.44048C512.392 5.34415 512.433 5.25109 512.48 5.16224C512.481 5.16155 512.481 5.16087 512.481 5.16019C512.494 5.13731 512.507 5.11472 512.52 5.09242C512.586 4.98258 512.663 4.87994 512.751 4.78643C512.763 4.77416 512.775 4.76205 512.787 4.7501C512.799 4.73746 512.812 4.72502 512.825 4.71279C512.92 4.62351 513.024 4.54527 513.136 4.4793C513.158 4.46632 513.18 4.45382 513.202 4.4418C513.209 4.43831 513.216 4.43487 513.222 4.43146C513.304 4.38911 513.389 4.35311 513.477 4.32391L514.176 4.09162C514.2 4.08401 514.221 4.06904 514.235 4.04887C514.25 4.0287 514.258 4.00437 514.258 3.9794C514.258 3.95443 514.25 3.93011 514.235 3.90994C514.221 3.88977 514.2 3.8748 514.176 3.86719L513.486 3.62704C513.389 3.59523 513.295 3.55515 513.206 3.50741C513.206 3.50742 513.206 3.5074 513.206 3.50741C513.183 3.49506 513.16 3.48216 513.137 3.46879C513.024 3.40195 512.919 3.32254 512.823 3.23185C512.812 3.22078 512.8 3.20955 512.789 3.19814C512.778 3.18707 512.767 3.17585 512.756 3.16451C512.666 3.06988 512.588 2.96585 512.521 2.85446C512.505 2.82665 512.489 2.79839 512.474 2.76969C512.472 2.76666 512.471 2.76363 512.469 2.76059ZM514.734 2.23593C515.093 2.35799 515.405 2.58748 515.628 2.89351C515.858 3.20874 515.982 3.58897 515.982 3.9794C515.982 4.36983 515.858 4.75007 515.628 5.0653C515.401 5.37653 515.082 5.6086 514.716 5.72901L514.021 5.9601C514.015 5.96195 514.01 5.96511 514.006 5.96925C514.002 5.97339 513.999 5.97845 513.997 5.98401L513.989 6.00627L513.752 6.68943C513.63 7.04777 513.4 7.36014 513.094 7.58365C512.779 7.8138 512.398 7.93777 512.008 7.93777C511.618 7.93777 511.238 7.81378 510.922 7.58365C510.61 7.35591 510.378 7.03592 510.258 6.66905L510.028 5.97503C510.028 5.97491 510.029 5.97516 510.028 5.97503C510.027 5.96962 510.023 5.96432 510.019 5.96027C510.015 5.95613 510.01 5.953 510.005 5.95116L509.308 5.71972C508.932 5.5957 508.607 5.35363 508.38 5.02975C508.218 4.79981 508.111 4.53577 508.067 4.25788C508.022 3.97105 508.045 3.67754 508.134 3.40134C508.224 3.12513 508.378 2.8741 508.583 2.66875C508.787 2.46545 509.035 2.31261 509.308 2.22243L510.01 1.98917C510.015 1.98732 510.02 1.98419 510.024 1.98C510.029 1.97581 510.032 1.9707 510.034 1.96508L510.038 1.95118L510.266 1.2737C510.379 0.92527 510.593 0.617971 510.883 0.391619C511.187 0.153478 511.558 0.017004 511.944 0.0014872C512.33 -0.0140301 512.711 0.092203 513.033 0.305151C513.356 0.518101 513.603 0.826993 513.74 1.18814C513.749 1.21101 513.757 1.23406 513.765 1.25728L513.999 1.96467C514.001 1.97029 514.004 1.97541 514.008 1.9796C514.013 1.98379 514.018 1.98693 514.023 1.98877C514.033 1.99198 514.043 1.99528 514.053 1.99867L514.734 2.23593ZM510.379 2.442C510.383 2.44338 510.388 2.44476 510.392 2.44617L510.379 2.442Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M537.65 3.34915L527.361 22.9751H547.939L537.65 3.34915ZM538.645 0.573772C538.244 -0.191257 537.056 -0.191258 536.655 0.573772L525.37 22.0977C524.666 23.442 525.734 25 527.361 25H547.939C549.565 25 550.634 23.442 549.929 22.0977L538.645 0.573772Z' fill='%23000BD2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_838_466'%3E%3Crect width='553' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  background-position: right;
  background-size: contain;
}

.col-vinheta-padrao .content-vinheta .detalhe-vinheta--direita {
  background-image: url("data:image/svg+xml,%3Csvg width='553' height='25' viewBox='0 0 553 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_838_466)'%3E%3Ccircle cx='12.5' cy='12.5' r='11.5' stroke='%23000BD2' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.471 11.1389C45.4528 11.0915 45.4239 11.049 45.3864 11.0148C45.3489 10.9806 45.304 10.9556 45.2551 10.9419C45.2063 10.9281 45.1549 10.926 45.1051 10.9357C45.0553 10.9453 45.0084 10.9665 44.9682 10.9975C44.9152 11.0403 44.8765 11.0971 44.8571 11.1624L44.2186 13.0634C43.9812 13.7857 43.5776 14.4422 43.0402 14.9802C42.5029 15.5181 41.8468 15.9224 41.1248 16.1606L39.2025 16.7991C39.1375 16.8202 39.0808 16.8612 39.0407 16.9165C39.0005 16.9717 38.9788 17.0383 38.9788 17.1066C38.9788 17.1749 39.0005 17.2415 39.0407 17.2967C39.0808 17.3519 39.1375 17.393 39.2025 17.4141L41.1248 18.0526C41.8402 18.2907 42.4903 18.6924 43.0233 19.2257C43.5563 19.7591 43.9575 20.4095 44.195 21.1251L44.8324 23.0496C44.8529 23.1152 44.8937 23.1725 44.949 23.2132C45.0044 23.2539 45.0712 23.2759 45.1399 23.2759C45.2086 23.2759 45.2755 23.2539 45.3308 23.2132C45.3861 23.1725 45.427 23.1152 45.4474 23.0496L46.1095 21.1487C46.3469 20.4332 46.748 19.7829 47.2807 19.2495C47.8135 18.7161 48.4634 18.3144 49.1786 18.0762L51.102 17.4376C51.167 17.4166 51.2237 17.3755 51.2638 17.3203C51.304 17.265 51.3257 17.1985 51.3257 17.1302C51.3257 17.0619 51.304 16.9953 51.2638 16.9401C51.2237 16.8848 51.167 16.8437 51.102 16.8227L49.2033 16.1606C48.4808 15.9232 47.8243 15.5192 47.2869 14.9811C46.7494 14.4431 46.3461 13.7861 46.1095 13.0634L45.471 11.1389ZM51.6594 15.1911C52.06 15.3268 52.409 15.5834 52.6582 15.9259C52.9127 16.2758 53.0498 16.6975 53.0498 17.1302C53.0498 17.5629 52.9127 17.9845 52.6582 18.3344C52.4054 18.682 52.0497 18.9411 51.6416 19.0752L49.7234 19.7119C49.723 19.7121 49.7226 19.7122 49.7222 19.7124C49.2618 19.8659 48.8435 20.1246 48.5006 20.468C48.1573 20.8117 47.8989 21.2307 47.7459 21.6917L47.7377 21.7158L47.0809 23.6014C46.9473 24.0018 46.6931 24.3514 46.3526 24.6019C46.0011 24.8605 45.5762 25 45.1399 25C44.7036 25 44.2787 24.8605 43.9273 24.6019C43.5817 24.3477 43.3249 23.9913 43.193 23.5834L42.5587 21.6683C42.4056 21.2072 42.1471 20.7881 41.8037 20.4444C41.4603 20.1008 41.0414 19.8419 40.5804 19.6885L38.6629 19.0516C38.2548 18.9175 37.8991 18.6584 37.6464 18.3109C37.3918 17.9609 37.2547 17.5393 37.2547 17.1066C37.2547 16.6739 37.3918 16.2523 37.6464 15.9023C37.899 15.5549 38.2545 15.2959 38.6624 15.1618L40.5846 14.5233C41.0505 14.3696 41.4738 14.1087 41.8204 13.7617C42.1671 13.4146 42.4275 12.9911 42.5807 12.525L42.5842 12.5144L43.2171 10.6303C43.3426 10.2379 43.5794 9.90317 43.8842 9.65677C43.8944 9.64852 43.9047 9.64039 43.9151 9.63237C44.1681 9.43718 44.4632 9.30385 44.777 9.24303C45.0907 9.18221 45.4143 9.19561 45.7219 9.28213C46.0295 9.36865 46.3127 9.52591 46.5487 9.74133C46.7847 9.95676 46.9671 10.2244 47.0813 10.5229C47.0905 10.547 47.0992 10.5714 47.1074 10.5959L47.748 12.527C47.9005 12.9926 48.1604 13.4159 48.5067 13.7626C48.853 14.1093 49.276 14.3697 49.7415 14.5226C49.7478 14.5247 49.7541 14.5268 49.7604 14.529C49.7639 14.5302 49.7675 14.5314 49.771 14.5326L51.6594 15.1911ZM36.5284 7.55538C36.4421 7.38874 36.369 7.21496 36.31 7.0356C36.3095 7.03393 36.3089 7.03226 36.3084 7.0306L35.8438 5.63124C35.8263 5.58504 35.7947 5.54552 35.7534 5.51828C35.7122 5.49103 35.6634 5.47744 35.614 5.47943C35.5647 5.48141 35.5172 5.49887 35.4782 5.52934C35.4393 5.55981 35.411 5.60174 35.3972 5.6492L34.9337 7.0306C34.9334 7.03154 34.9331 7.03248 34.9328 7.03342C34.8737 7.21238 34.8007 7.38577 34.7145 7.55207C34.7129 7.55518 34.7113 7.55828 34.7096 7.56138C34.7012 7.57753 34.6927 7.59361 34.684 7.60962C34.5222 7.90816 34.3178 8.18282 34.0762 8.42453C33.8338 8.66705 33.5582 8.8722 33.2586 9.03436C33.2446 9.04192 33.2306 9.04938 33.2165 9.05675C33.216 9.05705 33.2154 9.05734 33.2148 9.05764C33.0444 9.14682 32.8665 9.22221 32.6827 9.2828L31.2844 9.74738C31.2377 9.76313 31.1971 9.79316 31.1683 9.83322C31.1395 9.87328 31.124 9.92137 31.124 9.97069C31.124 10.02 31.1395 10.0681 31.1683 10.1082C31.1971 10.1482 31.2377 10.1782 31.2844 10.194L32.6827 10.6597C32.865 10.7203 33.0415 10.7955 33.2106 10.8843C33.2123 10.8852 33.214 10.8861 33.2157 10.887C33.2293 10.8942 33.243 10.9015 33.2566 10.9089C33.5521 11.0698 33.824 11.2726 34.0634 11.5121C34.3096 11.7582 34.5171 12.0387 34.68 12.3438C34.68 12.3438 34.6801 12.3439 34.68 12.3438C34.685 12.3532 34.69 12.3626 34.6949 12.3719C34.7821 12.5389 34.856 12.713 34.9158 12.8928L35.3792 14.2933C35.395 14.34 35.425 14.3807 35.4651 14.4094C35.5051 14.4382 35.5532 14.4537 35.6026 14.4537C35.6519 14.4537 35.7 14.4382 35.74 14.4094C35.7801 14.3807 35.8101 14.34 35.8259 14.2933L36.3084 12.9108C36.3087 12.9099 36.309 12.909 36.3093 12.908C36.3738 12.7155 36.4545 12.5295 36.5504 12.3519C36.5508 12.3511 36.5513 12.3502 36.5517 12.3494C36.5516 12.3495 36.5518 12.3493 36.5517 12.3494C36.7138 12.0496 36.9192 11.7735 37.1617 11.531C37.4085 11.2842 37.6897 11.0761 37.9956 10.9127C37.9956 10.9127 37.9957 10.9126 37.9956 10.9127C38.0067 10.9067 38.018 10.9008 38.0291 10.895C38.1935 10.8094 38.3647 10.7367 38.5415 10.6777L39.9386 10.212C39.9854 10.1962 40.026 10.1662 40.0548 10.1261C40.0835 10.0861 40.099 10.038 40.099 9.98865C40.099 9.93932 40.0835 9.89124 40.0548 9.85118C40.026 9.81111 39.9854 9.78109 39.9386 9.76533L38.5584 9.2828C38.5568 9.28229 38.5553 9.28178 38.5537 9.28127C38.3609 9.21766 38.1745 9.13771 37.9965 9.0426C37.9963 9.04246 37.996 9.04233 37.9957 9.04219C37.6908 8.87911 37.4105 8.6715 37.1645 8.42528C36.9232 8.18371 36.7191 7.90916 36.5577 7.61073C36.55 7.59647 36.5424 7.58215 36.5349 7.56778C36.5327 7.56365 36.5306 7.55952 36.5284 7.55538ZM40.503 8.13617C40.886 8.26841 41.2187 8.51614 41.4551 8.8454C41.6944 9.17856 41.8232 9.57842 41.8232 9.98865C41.8232 10.3989 41.6944 10.7987 41.4551 11.1319C41.2158 11.4651 40.878 11.7148 40.4893 11.8458L40.4839 11.8476L39.0877 12.313C39.0875 12.3131 39.0878 12.313 39.0877 12.313C38.8215 12.402 38.5793 12.5517 38.3809 12.7501C38.1823 12.9486 38.0327 13.1906 37.9438 13.4569L37.9362 13.4789L37.4552 14.857C37.3231 15.2403 37.0752 15.5732 36.7458 15.8098C36.4126 16.0491 36.0128 16.1778 35.6026 16.1778C35.1923 16.1778 34.7925 16.0491 34.4593 15.8098C34.1261 15.5705 33.8764 15.2327 33.7454 14.844L33.7424 14.835L33.2796 13.4364C33.2795 13.4361 33.2796 13.4366 33.2796 13.4364C33.1913 13.1709 33.0421 12.929 32.8443 12.7312C32.6463 12.5332 32.4048 12.3842 32.1391 12.2959L30.7337 11.8278C30.345 11.6968 30.0072 11.4471 29.7679 11.1139C29.5286 10.7808 29.3999 10.3809 29.3999 9.97069C29.3999 9.56049 29.5286 9.16063 29.7679 8.82744C30.0072 8.49425 30.345 8.24457 30.7337 8.11355L30.7408 8.11118L32.1429 7.64532C32.4119 7.55664 32.6564 7.40606 32.8567 7.20569C33.057 7.00531 33.2074 6.76075 33.296 6.49165L33.2991 6.48218L33.7568 5.11815C33.8763 4.74417 34.1056 4.41429 34.4154 4.17177C34.739 3.9184 35.1341 3.77319 35.5448 3.75668C35.9555 3.74017 36.361 3.8532 36.7039 4.07977C37.0468 4.30634 37.3098 4.635 37.4557 5.01924C37.4643 5.04198 37.4725 5.06491 37.4801 5.08799L37.9471 6.49448C38.0349 6.76292 38.1847 7.00692 38.3843 7.20674C38.5839 7.40655 38.8278 7.55657 39.0961 7.64467C39.1066 7.64809 39.117 7.65162 39.1273 7.65525L40.503 8.13617ZM34.192 13.7426C34.1937 13.7376 34.1955 13.7326 34.1972 13.7275L34.192 13.7426ZM39.3721 11.3937L39.3879 11.3992C39.3827 11.3974 39.3774 11.3956 39.3721 11.3937ZM44.7696 2.76059C44.7265 2.67716 44.6901 2.59016 44.6607 2.50038L44.4285 1.80014C44.4197 1.77704 44.4039 1.75728 44.3833 1.74366C44.3626 1.73004 44.3383 1.72324 44.3136 1.72423C44.2889 1.72523 44.2651 1.73396 44.2457 1.74919C44.2262 1.76442 44.212 1.78539 44.2051 1.80912L43.9729 2.50038C43.9435 2.59024 43.9071 2.67732 43.864 2.76082C43.8632 2.76238 43.8624 2.76393 43.8616 2.76548C43.8466 2.79425 43.8309 2.82259 43.8144 2.85048C43.7474 2.96371 43.6678 3.06939 43.5768 3.16539C43.5664 3.17637 43.5558 3.18721 43.5451 3.19793C43.534 3.20907 43.5228 3.22006 43.5114 3.23088C43.4153 3.32206 43.3096 3.40188 43.1963 3.46902C43.1694 3.48498 43.1421 3.50022 43.1143 3.51473C43.1143 3.51472 43.1143 3.51474 43.1143 3.51473C43.0292 3.55922 42.9402 3.59685 42.8484 3.62704L42.1493 3.85933C42.1318 3.86503 42.1159 3.87478 42.1029 3.8878C42.0899 3.90082 42.0801 3.91674 42.0744 3.93424C42.0687 3.95175 42.0673 3.97036 42.0701 3.98855C42.073 4.00673 42.0801 4.02398 42.091 4.03888C42.105 4.05956 42.1255 4.07496 42.1493 4.08264L42.8484 4.31493C42.9392 4.3451 43.0272 4.38252 43.1114 4.42669C43.1125 4.42727 43.1136 4.42786 43.1147 4.42845C43.1423 4.44301 43.1696 4.45831 43.1964 4.47432C43.3064 4.54001 43.4092 4.61768 43.5028 4.70611C43.5149 4.7176 43.527 4.72927 43.5388 4.74112C43.5511 4.75337 43.5631 4.76579 43.575 4.77837C43.6656 4.87452 43.7449 4.98032 43.8116 5.09364C43.8241 5.11484 43.8361 5.1363 43.8477 5.15801C43.8503 5.16299 43.853 5.16799 43.8556 5.173C43.8987 5.25587 43.9354 5.34229 43.965 5.4315L44.1962 6.13173C44.2038 6.15552 44.2187 6.17626 44.2389 6.19098C44.2591 6.2057 44.2834 6.21363 44.3084 6.21363C44.3334 6.21363 44.3577 6.2057 44.3778 6.19098C44.398 6.17626 44.413 6.15552 44.4206 6.13173L44.6607 5.44048C44.6927 5.34415 44.7329 5.25109 44.7806 5.16224C44.781 5.16155 44.7814 5.16087 44.7817 5.16019C44.794 5.13731 44.8069 5.11472 44.8202 5.09242C44.8858 4.98258 44.9633 4.87994 45.0516 4.78643C45.0632 4.77416 45.075 4.76205 45.0869 4.7501C45.0996 4.73746 45.1124 4.72502 45.1254 4.71279C45.2203 4.62351 45.3245 4.54527 45.4361 4.4793C45.458 4.46632 45.4803 4.45382 45.5028 4.4418C45.5093 4.43831 45.5159 4.43487 45.5224 4.43146C45.6042 4.38911 45.6894 4.35311 45.7773 4.32391L46.4764 4.09162C46.5002 4.08401 46.5209 4.06904 46.5357 4.04887C46.5504 4.0287 46.5583 4.00437 46.5583 3.9794C46.5583 3.95443 46.5504 3.93011 46.5357 3.90994C46.5209 3.88977 46.5002 3.8748 46.4764 3.86719L45.7863 3.62704C45.6893 3.59523 45.5956 3.55515 45.5061 3.50741C45.5061 3.50742 45.5061 3.5074 45.5061 3.50741C45.4829 3.49506 45.46 3.48216 45.4374 3.46879C45.3246 3.40195 45.2193 3.32254 45.1236 3.23185C45.1119 3.22078 45.1003 3.20955 45.0889 3.19814C45.0779 3.18707 45.067 3.17585 45.0562 3.16451C44.9666 3.06988 44.888 2.96585 44.8217 2.85446C44.8051 2.82665 44.7893 2.79839 44.7743 2.76969C44.7727 2.76666 44.7711 2.76363 44.7696 2.76059ZM47.0348 2.23593C47.3929 2.35799 47.705 2.58748 47.9283 2.89351C48.1584 3.20874 48.2825 3.58897 48.2825 3.9794C48.2825 4.36983 48.1584 4.75007 47.9283 5.0653C47.7012 5.37653 47.3822 5.6086 47.0164 5.72901L46.321 5.9601C46.3154 5.96195 46.3102 5.96511 46.3061 5.96925C46.3019 5.97339 46.2988 5.97845 46.297 5.98401L46.2894 6.00627L46.0521 6.68943C45.9301 7.04777 45.7005 7.36014 45.3943 7.58365C45.0789 7.8138 44.6987 7.93777 44.3084 7.93777C43.9181 7.93777 43.5378 7.81378 43.2225 7.58365C42.9104 7.35591 42.678 7.03592 42.5579 6.66905L42.3288 5.97503C42.3287 5.97491 42.3288 5.97516 42.3288 5.97503C42.3269 5.96962 42.3237 5.96432 42.3197 5.96027C42.3155 5.95613 42.3105 5.953 42.3049 5.95116L41.6084 5.71972C41.2325 5.5957 40.907 5.35363 40.68 5.02975C40.5182 4.79981 40.4111 4.53577 40.3672 4.25788C40.3218 3.97105 40.3449 3.67754 40.4347 3.40134C40.5245 3.12513 40.6783 2.8741 40.8836 2.66875C41.0869 2.46545 41.3349 2.31261 41.6078 2.22243L42.3099 1.98917C42.3155 1.98732 42.3206 1.98419 42.3248 1.98C42.3289 1.97581 42.3321 1.9707 42.3339 1.96508L42.3385 1.95118L42.5662 1.2737C42.6792 0.92527 42.8937 0.617971 43.1828 0.391619C43.487 0.153478 43.8583 0.017004 44.2443 0.0014872C44.6303 -0.0140301 45.0114 0.092203 45.3337 0.305151C45.656 0.518101 45.9032 0.826993 46.0403 1.18814C46.049 1.21101 46.0572 1.23406 46.0649 1.25728L46.2996 1.96467C46.3014 1.97029 46.3045 1.97541 46.3087 1.9796C46.3129 1.98379 46.318 1.98693 46.3236 1.98877C46.3334 1.99198 46.3432 1.99528 46.3529 1.99867L47.0348 2.23593ZM42.6794 2.442C42.6836 2.44338 42.6878 2.44476 42.6921 2.44617L42.6794 2.442Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M69.95 3.34915L59.6608 22.9751H80.2391L69.95 3.34915ZM70.945 0.573772C70.5439 -0.191257 69.356 -0.191258 68.9549 0.573772L57.6707 22.0977C56.9659 23.442 58.0342 25 59.6608 25H80.2391C81.8657 25 82.934 23.442 82.2292 22.0977L70.945 0.573772Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M98.2068 1.80465C96.1885 2.02045 94.2725 2.80297 92.6801 4.06177C91.0878 5.32057 89.8841 7.00426 89.2082 8.91826C88.5324 10.8323 88.412 12.8984 88.8608 14.878C89.3097 16.8576 90.3095 18.6697 91.7448 20.105C93.1801 21.5403 94.9923 22.5402 96.9719 22.989C98.9514 23.4379 101.018 23.3175 102.932 22.6416C104.846 21.9658 106.529 20.7621 107.788 19.1697C109.047 17.5774 109.829 15.6613 110.045 13.643C109.308 14.5791 108.382 15.3485 107.326 15.9004C106.27 16.4522 105.109 16.7741 103.92 16.8447C102.731 16.9153 101.54 16.7331 100.427 16.31C99.3132 15.887 98.3019 15.2327 97.4595 14.3904C96.6171 13.548 95.9629 12.5367 95.5398 11.423C95.1168 10.3094 94.9346 9.11876 95.0052 7.92958C95.0758 6.74039 95.3976 5.57968 95.9495 4.52394C96.5014 3.4682 97.2707 2.54141 98.2068 1.80465ZM86.8499 12.5C86.8499 5.59651 92.4464 0 99.3499 0C100.184 0 100.6 0.663953 100.672 1.19302C100.741 1.70233 100.552 2.35 99.9673 2.70349C99.0986 3.22774 98.3607 3.94282 97.8093 4.79454C97.258 5.64627 96.9077 6.61231 96.785 7.61947C96.6624 8.62663 96.7705 9.6485 97.1013 10.6077C97.4321 11.5668 97.9768 12.4381 98.6943 13.1556C99.4117 13.873 100.283 14.4178 101.242 14.7485C102.201 15.0793 103.223 15.1875 104.23 15.0648C105.238 14.9422 106.204 14.5919 107.055 14.0405C107.907 13.4892 108.622 12.7512 109.146 11.8826C109.5 11.2977 110.148 11.1093 110.657 11.1779C111.186 11.25 111.85 11.6663 111.85 12.5C111.85 19.4035 106.253 25 99.3499 25C92.4464 25 86.8499 19.4035 86.8499 12.5Z' fill='%23000BD2'/%3E%3Cpath d='M129.092 1.14169L140.108 12.1579C140.297 12.3469 140.297 12.6531 140.108 12.8421L129.092 23.8583C128.903 24.0472 128.597 24.0472 128.408 23.8583L117.392 12.8421C117.203 12.6531 117.203 12.3469 117.392 12.1579L128.408 1.14169C128.597 0.952771 128.903 0.952771 129.092 1.14169Z' stroke='%23000BD2' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M158.15 0C158.643 0 159.043 0.414551 159.043 0.925926V1.78063H166.441C166.908 1.78063 167.349 1.98012 167.669 2.32411C167.989 2.667 168.163 3.12539 168.163 3.59687V8.93875C168.163 9.41022 167.989 9.86861 167.669 10.2115C167.349 10.5555 166.908 10.755 166.441 10.755H159.043V12.4644H166.097C166.097 12.4644 166.097 12.4644 166.097 12.4644C166.328 12.4644 166.555 12.5132 166.767 12.6072C166.978 12.7012 167.168 12.838 167.326 13.0083L170.399 16.3084C170.733 16.6672 170.733 17.236 170.399 17.5948L167.326 20.8948C167.168 21.0651 166.978 21.202 166.767 21.2959C166.555 21.3899 166.328 21.4388 166.097 21.4387C166.097 21.4387 166.097 21.4387 166.097 21.4387H159.043V24.0741C159.043 24.5854 158.643 25 158.15 25C157.657 25 157.257 24.5854 157.257 24.0741V21.4387H149.859C149.392 21.4387 148.951 21.2393 148.631 20.8953C148.311 20.5524 148.137 20.094 148.137 19.6225V14.2806C148.137 13.8092 148.311 13.3508 148.631 13.0079C148.951 12.6639 149.392 12.4644 149.859 12.4644H157.257V10.755H150.203C150.203 10.755 150.203 10.755 150.203 10.755C149.972 10.755 149.744 10.7062 149.533 10.6122C149.322 10.5182 149.132 10.3815 148.974 10.2113C148.974 10.2112 148.974 10.2114 148.974 10.2113L145.9 6.91102C145.566 6.55221 145.566 5.9834 145.9 5.6246L148.974 2.32453C148.974 2.32446 148.974 2.32461 148.974 2.32453C149.132 2.15437 149.322 2.01737 149.533 1.92343C149.744 1.82943 149.972 1.78061 150.203 1.78063C150.203 1.78063 150.203 1.78063 150.203 1.78063H157.257V0.925926C157.257 0.414551 157.657 0 158.15 0ZM150.238 3.63248L147.784 6.26781L150.238 8.90313H166.377V3.63248H150.238ZM149.923 14.3162V19.5869H166.062L168.516 16.9516L166.062 14.3162H149.923Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M187.55 21.6509L177.261 2.02494H197.839L187.55 21.6509ZM188.545 24.4262C188.144 25.1913 186.956 25.1913 186.555 24.4262L175.271 2.90233C174.566 1.55801 175.634 0 177.261 0H197.839C199.466 0 200.534 1.55801 199.829 2.90233L188.545 24.4262Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M216.95 0C217.181 0 217.403 0.091881 217.567 0.25543C217.73 0.418979 217.822 0.6408 217.822 0.872093V2.03488C217.822 2.26618 217.73 2.488 217.567 2.65155C217.403 2.8151 217.181 2.90698 216.95 2.90698C216.719 2.90698 216.497 2.8151 216.333 2.65155C216.17 2.488 216.078 2.26618 216.078 2.03488V0.872093C216.078 0.6408 216.17 0.418979 216.333 0.25543C216.497 0.091881 216.719 0 216.95 0ZM208.112 3.66163C208.275 3.49831 208.497 3.40658 208.728 3.40658C208.959 3.40658 209.181 3.49831 209.344 3.66163L209.801 4.11744C209.96 4.28184 210.048 4.5021 210.046 4.73076C210.044 4.95942 209.953 5.1782 209.791 5.33997C209.629 5.50174 209.411 5.59356 209.182 5.59565C208.953 5.59775 208.733 5.50995 208.569 5.35116L208.112 4.89419C207.948 4.73067 207.857 4.50901 207.857 4.27791C207.857 4.0468 207.948 3.82515 208.112 3.66163ZM225.788 3.66163C225.952 3.82515 226.043 4.0468 226.043 4.27791C226.043 4.50901 225.952 4.73067 225.788 4.89419L225.331 5.35116C225.166 5.50521 224.947 5.58907 224.721 5.58509C224.496 5.5811 224.28 5.48958 224.12 5.32979C223.96 5.17001 223.869 4.95445 223.865 4.72851C223.861 4.50258 223.945 4.28392 224.099 4.1186L224.556 3.66163C224.719 3.49831 224.941 3.40658 225.172 3.40658C225.403 3.40658 225.625 3.49831 225.788 3.66163ZM216.95 6.39535C215.331 6.39535 213.778 7.03852 212.633 8.18336C211.488 9.3282 210.845 10.8809 210.845 12.5C210.845 14.1191 211.488 15.6718 212.633 16.8166C213.778 17.9615 215.331 18.6047 216.95 18.6047C218.569 18.6047 220.122 17.9615 221.267 16.8166C222.411 15.6718 223.055 14.1191 223.055 12.5C223.055 10.8809 222.411 9.3282 221.267 8.18336C220.122 7.03852 218.569 6.39535 216.95 6.39535ZM209.101 12.5C209.101 10.4184 209.928 8.42198 211.4 6.95003C212.872 5.47809 214.868 4.65116 216.95 4.65116C219.032 4.65116 221.028 5.47809 222.5 6.95003C223.972 8.42198 224.799 10.4184 224.799 12.5C224.799 14.5816 223.972 16.578 222.5 18.05C221.028 19.5219 219.032 20.3488 216.95 20.3488C214.868 20.3488 212.872 19.5219 211.4 18.05C209.928 16.578 209.101 14.5816 209.101 12.5ZM204.45 12.5C204.45 12.2687 204.542 12.0469 204.705 11.8833C204.869 11.7198 205.091 11.6279 205.322 11.6279H206.485C206.716 11.6279 206.938 11.7198 207.101 11.8833C207.265 12.0469 207.357 12.2687 207.357 12.5C207.357 12.7313 207.265 12.9531 207.101 13.1167C206.938 13.2802 206.716 13.3721 206.485 13.3721H205.322C205.091 13.3721 204.869 13.2802 204.705 13.1167C204.542 12.9531 204.45 12.7313 204.45 12.5ZM226.543 12.5C226.543 12.2687 226.635 12.0469 226.798 11.8833C226.962 11.7198 227.184 11.6279 227.415 11.6279H228.578C228.809 11.6279 229.031 11.7198 229.195 11.8833C229.358 12.0469 229.45 12.2687 229.45 12.5C229.45 12.7313 229.358 12.9531 229.195 13.1167C229.031 13.2802 228.809 13.3721 228.578 13.3721H227.415C227.184 13.3721 226.962 13.2802 226.798 13.1167C226.635 12.9531 226.543 12.7313 226.543 12.5ZM224.099 19.6488C224.262 19.4855 224.484 19.3938 224.715 19.3938C224.946 19.3938 225.168 19.4855 225.331 19.6488L225.788 20.1058C225.874 20.1857 225.943 20.2819 225.99 20.3889C226.038 20.4959 226.064 20.6114 226.066 20.7285C226.068 20.8456 226.046 20.9619 226.002 21.0705C225.959 21.1791 225.893 21.2777 225.81 21.3605C225.728 21.4433 225.629 21.5086 225.52 21.5525C225.412 21.5963 225.296 21.6179 225.178 21.6158C225.061 21.6137 224.946 21.5881 224.839 21.5404C224.732 21.4928 224.636 21.4241 224.556 21.3384L224.099 20.8814C223.935 20.7179 223.844 20.4962 223.844 20.2651C223.844 20.034 223.935 19.8124 224.099 19.6488ZM209.801 19.6488C209.964 19.8124 210.056 20.034 210.056 20.2651C210.056 20.4962 209.964 20.7179 209.801 20.8814L209.344 21.3384C209.264 21.4241 209.168 21.4928 209.061 21.5404C208.954 21.5881 208.839 21.6137 208.721 21.6158C208.604 21.6179 208.488 21.5963 208.379 21.5525C208.271 21.5086 208.172 21.4433 208.089 21.3605C208.007 21.2777 207.941 21.1791 207.897 21.0705C207.854 20.9619 207.832 20.8456 207.834 20.7285C207.836 20.6114 207.862 20.4959 207.91 20.3889C207.957 20.2819 208.026 20.1857 208.112 20.1058L208.567 19.6488C208.648 19.5678 208.745 19.5035 208.85 19.4596C208.956 19.4158 209.07 19.3932 209.184 19.3932C209.299 19.3932 209.412 19.4158 209.518 19.4596C209.624 19.5035 209.72 19.5678 209.801 19.6488ZM216.95 22.093C217.181 22.093 217.403 22.1849 217.567 22.3485C217.73 22.512 217.822 22.7338 217.822 22.9651V24.1279C217.822 24.3592 217.73 24.581 217.567 24.7446C217.403 24.9081 217.181 25 216.95 25C216.719 25 216.497 24.9081 216.333 24.7446C216.17 24.581 216.078 24.3592 216.078 24.1279V22.9651C216.078 22.7338 216.17 22.512 216.333 22.3485C216.497 22.1849 216.719 22.093 216.95 22.093Z' fill='%23000BD2'/%3E%3Ccircle cx='246.35' cy='12.5' r='11.5' stroke='%23000BD2' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M279.321 11.1389C279.303 11.0915 279.274 11.049 279.236 11.0148C279.199 10.9806 279.154 10.9556 279.105 10.9419C279.056 10.9281 279.005 10.926 278.955 10.9357C278.905 10.9453 278.858 10.9665 278.818 10.9975C278.765 11.0403 278.727 11.0971 278.707 11.1624L278.069 13.0634C277.831 13.7857 277.428 14.4422 276.89 14.9802C276.353 15.5181 275.697 15.9224 274.975 16.1606L273.053 16.7991C272.988 16.8202 272.931 16.8612 272.891 16.9165C272.851 16.9717 272.829 17.0383 272.829 17.1066C272.829 17.1749 272.851 17.2415 272.891 17.2967C272.931 17.3519 272.988 17.393 273.053 17.4141L274.975 18.0526C275.69 18.2907 276.34 18.6924 276.873 19.2257C277.406 19.7591 277.808 20.4095 278.045 21.1251L278.683 23.0496C278.703 23.1152 278.744 23.1725 278.799 23.2132C278.854 23.2539 278.921 23.2759 278.99 23.2759C279.059 23.2759 279.126 23.2539 279.181 23.2132C279.236 23.1725 279.277 23.1152 279.297 23.0496L279.96 21.1487C280.197 20.4332 280.598 19.7829 281.131 19.2495C281.664 18.7161 282.313 18.3144 283.029 18.0762L284.952 17.4376C285.017 17.4166 285.074 17.3755 285.114 17.3203C285.154 17.265 285.176 17.1985 285.176 17.1302C285.176 17.0619 285.154 16.9953 285.114 16.9401C285.074 16.8848 285.017 16.8437 284.952 16.8227L283.053 16.1606C282.331 15.9232 281.674 15.5192 281.137 14.9811C280.6 14.4431 280.196 13.7861 279.96 13.0634L279.321 11.1389ZM285.509 15.1911C285.91 15.3268 286.259 15.5834 286.508 15.9259C286.763 16.2758 286.9 16.6975 286.9 17.1302C286.9 17.5629 286.763 17.9845 286.508 18.3344C286.255 18.682 285.9 18.9411 285.492 19.0752L283.574 19.7119C283.573 19.7121 283.573 19.7122 283.572 19.7124C283.112 19.8659 282.694 20.1246 282.351 20.468C282.007 20.8117 281.749 21.2307 281.596 21.6917L281.588 21.7158L280.931 23.6014C280.797 24.0018 280.543 24.3514 280.203 24.6019C279.851 24.8605 279.426 25 278.99 25C278.554 25 278.129 24.8605 277.777 24.6019C277.432 24.3477 277.175 23.9913 277.043 23.5834L276.409 21.6683C276.256 21.2072 275.997 20.7881 275.654 20.4444C275.31 20.1008 274.891 19.8419 274.43 19.6885L272.513 19.0516C272.105 18.9175 271.749 18.6584 271.496 18.3109C271.242 17.9609 271.105 17.5393 271.105 17.1066C271.105 16.6739 271.242 16.2523 271.496 15.9023C271.749 15.5549 272.105 15.2959 272.513 15.1618L274.435 14.5233C274.901 14.3696 275.324 14.1087 275.671 13.7617C276.017 13.4146 276.278 12.9911 276.431 12.525L276.434 12.5144L277.067 10.6303C277.193 10.2379 277.43 9.90317 277.734 9.65677C277.744 9.64852 277.755 9.64039 277.765 9.63237C278.018 9.43718 278.313 9.30385 278.627 9.24303C278.941 9.18221 279.264 9.19561 279.572 9.28213C279.88 9.36865 280.163 9.52591 280.399 9.74133C280.635 9.95676 280.817 10.2244 280.931 10.5229C280.941 10.547 280.949 10.5714 280.957 10.5959L281.598 12.527C281.751 12.9926 282.01 13.4159 282.357 13.7626C282.703 14.1093 283.126 14.3697 283.592 14.5226C283.598 14.5247 283.604 14.5268 283.611 14.529C283.614 14.5302 283.618 14.5314 283.621 14.5326L285.509 15.1911ZM270.379 7.55538C270.292 7.38874 270.219 7.21496 270.16 7.0356C270.16 7.03393 270.159 7.03226 270.158 7.0306L269.694 5.63124C269.676 5.58504 269.645 5.54552 269.604 5.51828C269.562 5.49103 269.514 5.47744 269.464 5.47943C269.415 5.48141 269.367 5.49887 269.328 5.52934C269.289 5.55981 269.261 5.60174 269.247 5.6492L268.784 7.0306C268.784 7.03154 268.783 7.03248 268.783 7.03342C268.724 7.21238 268.651 7.38577 268.565 7.55207C268.563 7.55518 268.561 7.55828 268.56 7.56138C268.551 7.57753 268.543 7.59361 268.534 7.60962C268.372 7.90816 268.168 8.18282 267.926 8.42453C267.684 8.66705 267.408 8.8722 267.109 9.03436C267.095 9.04192 267.081 9.04938 267.067 9.05675C267.066 9.05705 267.066 9.05734 267.065 9.05764C266.895 9.14682 266.717 9.22221 266.533 9.2828L265.135 9.74738C265.088 9.76313 265.047 9.79316 265.018 9.83322C264.99 9.87328 264.974 9.92137 264.974 9.97069C264.974 10.02 264.99 10.0681 265.018 10.1082C265.047 10.1482 265.088 10.1782 265.135 10.194L266.533 10.6597C266.715 10.7203 266.892 10.7955 267.061 10.8843C267.062 10.8852 267.064 10.8861 267.066 10.887C267.079 10.8942 267.093 10.9015 267.107 10.9089C267.402 11.0698 267.674 11.2726 267.914 11.5121C268.16 11.7582 268.367 12.0387 268.53 12.3438C268.53 12.3438 268.53 12.3439 268.53 12.3438C268.535 12.3532 268.54 12.3626 268.545 12.3719C268.632 12.5389 268.706 12.713 268.766 12.8928L269.229 14.2933C269.245 14.34 269.275 14.3807 269.315 14.4094C269.355 14.4382 269.403 14.4537 269.453 14.4537C269.502 14.4537 269.55 14.4382 269.59 14.4094C269.63 14.3807 269.66 14.34 269.676 14.2933L270.158 12.9108C270.159 12.9099 270.159 12.909 270.159 12.908C270.224 12.7155 270.305 12.5295 270.4 12.3519C270.401 12.3511 270.401 12.3502 270.402 12.3494C270.402 12.3495 270.402 12.3493 270.402 12.3494C270.564 12.0496 270.769 11.7735 271.012 11.531C271.259 11.2842 271.54 11.0761 271.846 10.9127C271.846 10.9127 271.846 10.9126 271.846 10.9127C271.857 10.9067 271.868 10.9008 271.879 10.895C272.044 10.8094 272.215 10.7367 272.392 10.6777L273.789 10.212C273.835 10.1962 273.876 10.1662 273.905 10.1261C273.934 10.0861 273.949 10.038 273.949 9.98865C273.949 9.93932 273.934 9.89124 273.905 9.85118C273.876 9.81111 273.835 9.78109 273.789 9.76533L272.408 9.2828C272.407 9.28229 272.405 9.28178 272.404 9.28127C272.211 9.21766 272.025 9.13771 271.847 9.0426C271.846 9.04246 271.846 9.04233 271.846 9.04219C271.541 8.87911 271.261 8.6715 271.015 8.42528C270.773 8.18371 270.569 7.90916 270.408 7.61073C270.4 7.59647 270.393 7.58215 270.385 7.56778C270.383 7.56365 270.381 7.55952 270.379 7.55538ZM274.353 8.13617C274.736 8.26841 275.069 8.51614 275.305 8.8454C275.545 9.17856 275.673 9.57842 275.673 9.98865C275.673 10.3989 275.545 10.7987 275.305 11.1319C275.066 11.4651 274.728 11.7148 274.339 11.8458L274.334 11.8476L272.938 12.313C272.938 12.3131 272.938 12.313 272.938 12.313C272.672 12.402 272.429 12.5517 272.231 12.7501C272.032 12.9486 271.883 13.1906 271.794 13.4569L271.786 13.4789L271.305 14.857C271.173 15.2403 270.925 15.5732 270.596 15.8098C270.263 16.0491 269.863 16.1778 269.453 16.1778C269.042 16.1778 268.643 16.0491 268.309 15.8098C267.976 15.5705 267.727 15.2327 267.596 14.844L267.592 14.835L267.13 13.4364C267.13 13.4361 267.13 13.4366 267.13 13.4364C267.041 13.1709 266.892 12.929 266.694 12.7312C266.496 12.5332 266.255 12.3842 265.989 12.2959L264.584 11.8278C264.195 11.6968 263.857 11.4471 263.618 11.1139C263.379 10.7808 263.25 10.3809 263.25 9.97069C263.25 9.56049 263.379 9.16063 263.618 8.82744C263.857 8.49425 264.195 8.24457 264.584 8.11355L264.591 8.11118L265.993 7.64532C266.262 7.55664 266.507 7.40606 266.707 7.20569C266.907 7.00531 267.058 6.76075 267.146 6.49165L267.149 6.48218L267.607 5.11815C267.726 4.74417 267.956 4.41429 268.265 4.17177C268.589 3.9184 268.984 3.77319 269.395 3.75668C269.806 3.74017 270.211 3.8532 270.554 4.07977C270.897 4.30634 271.16 4.635 271.306 5.01924C271.314 5.04198 271.323 5.06491 271.33 5.08799L271.797 6.49448C271.885 6.76292 272.035 7.00692 272.234 7.20674C272.434 7.40655 272.678 7.55657 272.946 7.64467C272.957 7.64809 272.967 7.65162 272.977 7.65525L274.353 8.13617ZM268.042 13.7426C268.044 13.7376 268.046 13.7326 268.047 13.7275L268.042 13.7426ZM273.222 11.3937L273.238 11.3992C273.233 11.3974 273.227 11.3956 273.222 11.3937ZM278.62 2.76059C278.577 2.67716 278.54 2.59016 278.511 2.50038L278.279 1.80014C278.27 1.77704 278.254 1.75728 278.233 1.74366C278.213 1.73004 278.188 1.72324 278.164 1.72423C278.139 1.72523 278.115 1.73396 278.096 1.74919C278.076 1.76442 278.062 1.78539 278.055 1.80912L277.823 2.50038C277.794 2.59024 277.757 2.67732 277.714 2.76082C277.713 2.76238 277.712 2.76393 277.712 2.76548C277.697 2.79425 277.681 2.82259 277.665 2.85048C277.598 2.96371 277.518 3.06939 277.427 3.16539C277.416 3.17637 277.406 3.18721 277.395 3.19793C277.384 3.20907 277.373 3.22006 277.361 3.23088C277.265 3.32206 277.16 3.40188 277.046 3.46902C277.02 3.48498 276.992 3.50022 276.964 3.51473C276.964 3.51472 276.964 3.51474 276.964 3.51473C276.879 3.55922 276.79 3.59685 276.699 3.62704L275.999 3.85933C275.982 3.86503 275.966 3.87478 275.953 3.8878C275.94 3.90082 275.93 3.91674 275.925 3.93424C275.919 3.95175 275.917 3.97036 275.92 3.98855C275.923 4.00673 275.93 4.02398 275.941 4.03888C275.955 4.05956 275.976 4.07496 275.999 4.08264L276.699 4.31493C276.789 4.3451 276.877 4.38252 276.961 4.42669C276.963 4.42727 276.964 4.42786 276.965 4.42845C276.992 4.44301 277.02 4.45831 277.046 4.47432C277.156 4.54001 277.259 4.61768 277.353 4.70611C277.365 4.7176 277.377 4.72927 277.389 4.74112C277.401 4.75337 277.413 4.76579 277.425 4.77837C277.516 4.87452 277.595 4.98032 277.662 5.09364C277.674 5.11484 277.686 5.1363 277.698 5.15801C277.7 5.16299 277.703 5.16799 277.706 5.173C277.749 5.25587 277.785 5.34229 277.815 5.4315L278.046 6.13173C278.054 6.15552 278.069 6.17626 278.089 6.19098C278.109 6.2057 278.134 6.21363 278.158 6.21363C278.183 6.21363 278.208 6.2057 278.228 6.19098C278.248 6.17626 278.263 6.15552 278.271 6.13173L278.511 5.44048C278.543 5.34415 278.583 5.25109 278.631 5.16224C278.631 5.16155 278.631 5.16087 278.632 5.16019C278.644 5.13731 278.657 5.11472 278.67 5.09242C278.736 4.98258 278.813 4.87994 278.902 4.78643C278.913 4.77416 278.925 4.76205 278.937 4.7501C278.95 4.73746 278.962 4.72502 278.975 4.71279C279.07 4.62351 279.175 4.54527 279.286 4.4793C279.308 4.46632 279.33 4.45382 279.353 4.4418C279.359 4.43831 279.366 4.43487 279.373 4.43146C279.454 4.38911 279.539 4.35311 279.627 4.32391L280.327 4.09162C280.35 4.08401 280.371 4.06904 280.386 4.04887C280.4 4.0287 280.408 4.00437 280.408 3.9794C280.408 3.95443 280.4 3.93011 280.386 3.90994C280.371 3.88977 280.35 3.8748 280.327 3.86719L279.636 3.62704C279.539 3.59523 279.446 3.55515 279.356 3.50741C279.356 3.50742 279.356 3.5074 279.356 3.50741C279.333 3.49506 279.31 3.48216 279.288 3.46879C279.175 3.40195 279.069 3.32254 278.974 3.23185C278.962 3.22078 278.95 3.20955 278.939 3.19814C278.928 3.18707 278.917 3.17585 278.906 3.16451C278.817 3.06988 278.738 2.96585 278.672 2.85446C278.655 2.82665 278.639 2.79839 278.624 2.76969C278.623 2.76666 278.621 2.76363 278.62 2.76059ZM280.885 2.23593C281.243 2.35799 281.555 2.58748 281.778 2.89351C282.009 3.20874 282.133 3.58897 282.133 3.9794C282.133 4.36983 282.009 4.75007 281.778 5.0653C281.551 5.37653 281.232 5.6086 280.867 5.72901L280.171 5.9601C280.165 5.96195 280.16 5.96511 280.156 5.96925C280.152 5.97339 280.149 5.97845 280.147 5.98401L280.139 6.00627L279.902 6.68943C279.78 7.04777 279.551 7.36014 279.244 7.58365C278.929 7.8138 278.549 7.93777 278.158 7.93777C277.768 7.93777 277.388 7.81378 277.073 7.58365C276.761 7.35591 276.528 7.03592 276.408 6.66905L276.179 5.97503C276.179 5.97491 276.179 5.97516 276.179 5.97503C276.177 5.96962 276.174 5.96432 276.17 5.96027C276.166 5.95613 276.161 5.953 276.155 5.95116L275.458 5.71972C275.083 5.5957 274.757 5.35363 274.53 5.02975C274.368 4.79981 274.261 4.53577 274.217 4.25788C274.172 3.97105 274.195 3.67754 274.285 3.40134C274.375 3.12513 274.528 2.8741 274.734 2.66875C274.937 2.46545 275.185 2.31261 275.458 2.22243L276.16 1.98917C276.166 1.98732 276.171 1.98419 276.175 1.98C276.179 1.97581 276.182 1.9707 276.184 1.96508L276.189 1.95118L276.416 1.2737C276.529 0.92527 276.744 0.617971 277.033 0.391619C277.337 0.153478 277.708 0.017004 278.094 0.0014872C278.48 -0.0140301 278.861 0.092203 279.184 0.305151C279.506 0.518101 279.753 0.826993 279.89 1.18814C279.899 1.21101 279.907 1.23406 279.915 1.25728L280.15 1.96467C280.151 1.97029 280.155 1.97541 280.159 1.9796C280.163 1.98379 280.168 1.98693 280.174 1.98877C280.184 1.99198 280.193 1.99528 280.203 1.99867L280.885 2.23593ZM276.529 2.442C276.534 2.44338 276.538 2.44476 276.542 2.44617L276.529 2.442Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M303.8 3.34915L293.511 22.9751H314.089L303.8 3.34915ZM304.795 0.573772C304.394 -0.191257 303.206 -0.191258 302.805 0.573772L291.521 22.0977C290.816 23.442 291.884 25 293.511 25H314.089C315.716 25 316.784 23.442 316.079 22.0977L304.795 0.573772Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M332.057 1.80465C330.038 2.02045 328.122 2.80297 326.53 4.06177C324.938 5.32057 323.734 7.00426 323.058 8.91826C322.382 10.8323 322.262 12.8984 322.711 14.878C323.16 16.8576 324.159 18.6697 325.595 20.105C327.03 21.5403 328.842 22.5402 330.822 22.989C332.801 23.4379 334.867 23.3175 336.781 22.6416C338.695 21.9658 340.379 20.7621 341.638 19.1697C342.897 17.5774 343.679 15.6613 343.895 13.643C343.158 14.5791 342.232 15.3485 341.176 15.9004C340.12 16.4522 338.959 16.7741 337.77 16.8447C336.581 16.9153 335.39 16.7331 334.277 16.31C333.163 15.887 332.152 15.2327 331.309 14.3904C330.467 13.548 329.813 12.5367 329.39 11.423C328.967 10.3094 328.784 9.11876 328.855 7.92958C328.926 6.74039 329.247 5.57968 329.799 4.52394C330.351 3.4682 331.121 2.54141 332.057 1.80465ZM320.7 12.5C320.7 5.59651 326.296 0 333.2 0C334.033 0 334.45 0.663953 334.522 1.19302C334.59 1.70233 334.402 2.35 333.817 2.70349C332.948 3.22774 332.211 3.94282 331.659 4.79454C331.108 5.64627 330.758 6.61231 330.635 7.61947C330.512 8.62663 330.62 9.6485 330.951 10.6077C331.282 11.5668 331.827 12.4381 332.544 13.1556C333.262 13.873 334.133 14.4178 335.092 14.7485C336.051 15.0793 337.073 15.1875 338.08 15.0648C339.087 14.9422 340.053 14.5919 340.905 14.0405C341.757 13.4892 342.472 12.7512 342.996 11.8826C343.35 11.2977 343.997 11.1093 344.507 11.1779C345.036 11.25 345.7 11.6663 345.7 12.5C345.7 19.4035 340.103 25 333.2 25C326.296 25 320.7 19.4035 320.7 12.5Z' fill='%23000BD2'/%3E%3Cpath d='M362.942 1.14169L373.958 12.1579C374.147 12.3469 374.147 12.6531 373.958 12.8421L362.942 23.8583C362.753 24.0472 362.447 24.0472 362.258 23.8583L351.242 12.8421C351.053 12.6531 351.053 12.3469 351.242 12.1579L362.258 1.14169C362.447 0.952771 362.753 0.952771 362.942 1.14169Z' stroke='%23000BD2' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M392 0C392.493 0 392.893 0.414551 392.893 0.925926V1.78063H400.291C400.758 1.78063 401.199 1.98012 401.519 2.32411C401.838 2.667 402.013 3.12539 402.013 3.59687V8.93875C402.013 9.41022 401.838 9.86861 401.519 10.2115C401.199 10.5555 400.758 10.755 400.291 10.755H392.893V12.4644H399.947C399.947 12.4644 399.947 12.4644 399.947 12.4644C400.178 12.4644 400.405 12.5132 400.617 12.6072C400.828 12.7012 401.018 12.838 401.176 13.0083L404.249 16.3084C404.583 16.6672 404.583 17.236 404.249 17.5948L401.176 20.8948C401.018 21.0651 400.828 21.202 400.617 21.2959C400.405 21.3899 400.178 21.4388 399.947 21.4387C399.947 21.4387 399.947 21.4387 399.947 21.4387H392.893V24.0741C392.893 24.5854 392.493 25 392 25C391.507 25 391.107 24.5854 391.107 24.0741V21.4387H383.709C383.242 21.4387 382.801 21.2393 382.48 20.8953C382.161 20.5524 381.987 20.094 381.987 19.6225V14.2806C381.987 13.8092 382.161 13.3508 382.48 13.0079C382.801 12.6639 383.242 12.4644 383.709 12.4644H391.107V10.755H384.053C384.053 10.755 384.053 10.755 384.053 10.755C383.822 10.755 383.594 10.7062 383.383 10.6122C383.172 10.5182 382.982 10.3815 382.824 10.2113C382.824 10.2112 382.824 10.2114 382.824 10.2113L379.75 6.91102C379.416 6.55221 379.416 5.9834 379.75 5.6246L382.823 2.32453C382.824 2.32446 382.823 2.32461 382.823 2.32453C382.982 2.15437 383.172 2.01737 383.383 1.92343C383.594 1.82943 383.822 1.78061 384.052 1.78063C384.053 1.78063 384.052 1.78063 384.052 1.78063H391.107V0.925926C391.107 0.414551 391.507 0 392 0ZM384.088 3.63248L381.634 6.26781L384.088 8.90313H400.227V3.63248H384.088ZM383.773 14.3162V19.5869H399.912L402.366 16.9516L399.912 14.3162H383.773Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M421.4 21.6509L411.111 2.02494H431.689L421.4 21.6509ZM422.395 24.4262C421.994 25.1913 420.806 25.1913 420.405 24.4262L409.12 2.90233C408.416 1.55801 409.484 0 411.111 0H431.689C433.315 0 434.384 1.55801 433.679 2.90233L422.395 24.4262Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M450.8 0C451.031 0 451.253 0.091881 451.416 0.25543C451.58 0.418979 451.672 0.6408 451.672 0.872093V2.03488C451.672 2.26618 451.58 2.488 451.416 2.65155C451.253 2.8151 451.031 2.90698 450.8 2.90698C450.569 2.90698 450.347 2.8151 450.183 2.65155C450.02 2.488 449.928 2.26618 449.928 2.03488V0.872093C449.928 0.6408 450.02 0.418979 450.183 0.25543C450.347 0.091881 450.569 0 450.8 0ZM441.961 3.66163C442.125 3.49831 442.347 3.40658 442.578 3.40658C442.809 3.40658 443.03 3.49831 443.194 3.66163L443.651 4.11744C443.81 4.28184 443.898 4.5021 443.896 4.73076C443.894 4.95942 443.803 5.1782 443.641 5.33997C443.479 5.50174 443.261 5.59356 443.032 5.59565C442.803 5.59775 442.583 5.50995 442.418 5.35116L441.961 4.89419C441.798 4.73067 441.706 4.50901 441.706 4.27791C441.706 4.0468 441.798 3.82515 441.961 3.66163ZM459.638 3.66163C459.801 3.82515 459.893 4.0468 459.893 4.27791C459.893 4.50901 459.801 4.73067 459.638 4.89419L459.181 5.35116C459.016 5.50521 458.797 5.58907 458.571 5.58509C458.345 5.5811 458.13 5.48958 457.97 5.32979C457.81 5.17001 457.719 4.95445 457.715 4.72851C457.711 4.50258 457.795 4.28392 457.949 4.1186L458.406 3.66163C458.569 3.49831 458.791 3.40658 459.022 3.40658C459.253 3.40658 459.475 3.49831 459.638 3.66163ZM450.8 6.39535C449.181 6.39535 447.628 7.03852 446.483 8.18336C445.338 9.3282 444.695 10.8809 444.695 12.5C444.695 14.1191 445.338 15.6718 446.483 16.8166C447.628 17.9615 449.181 18.6047 450.8 18.6047C452.419 18.6047 453.972 17.9615 455.116 16.8166C456.261 15.6718 456.904 14.1191 456.904 12.5C456.904 10.8809 456.261 9.3282 455.116 8.18336C453.972 7.03852 452.419 6.39535 450.8 6.39535ZM442.951 12.5C442.951 10.4184 443.778 8.42198 445.25 6.95003C446.722 5.47809 448.718 4.65116 450.8 4.65116C452.881 4.65116 454.878 5.47809 456.35 6.95003C457.822 8.42198 458.649 10.4184 458.649 12.5C458.649 14.5816 457.822 16.578 456.35 18.05C454.878 19.5219 452.881 20.3488 450.8 20.3488C448.718 20.3488 446.722 19.5219 445.25 18.05C443.778 16.578 442.951 14.5816 442.951 12.5ZM438.3 12.5C438.3 12.2687 438.392 12.0469 438.555 11.8833C438.719 11.7198 438.941 11.6279 439.172 11.6279H440.335C440.566 11.6279 440.788 11.7198 440.951 11.8833C441.115 12.0469 441.207 12.2687 441.207 12.5C441.207 12.7313 441.115 12.9531 440.951 13.1167C440.788 13.2802 440.566 13.3721 440.335 13.3721H439.172C438.941 13.3721 438.719 13.2802 438.555 13.1167C438.392 12.9531 438.3 12.7313 438.3 12.5ZM460.393 12.5C460.393 12.2687 460.485 12.0469 460.648 11.8833C460.812 11.7198 461.034 11.6279 461.265 11.6279H462.428C462.659 11.6279 462.881 11.7198 463.044 11.8833C463.208 12.0469 463.3 12.2687 463.3 12.5C463.3 12.7313 463.208 12.9531 463.044 13.1167C462.881 13.2802 462.659 13.3721 462.428 13.3721H461.265C461.034 13.3721 460.812 13.2802 460.648 13.1167C460.485 12.9531 460.393 12.7313 460.393 12.5ZM457.949 19.6488C458.112 19.4855 458.334 19.3938 458.565 19.3938C458.796 19.3938 459.018 19.4855 459.181 19.6488L459.638 20.1058C459.724 20.1857 459.793 20.2819 459.84 20.3889C459.888 20.4959 459.914 20.6114 459.916 20.7285C459.918 20.8456 459.896 20.9619 459.852 21.0705C459.808 21.1791 459.743 21.2777 459.66 21.3605C459.578 21.4433 459.479 21.5086 459.37 21.5525C459.262 21.5963 459.145 21.6179 459.028 21.6158C458.911 21.6137 458.796 21.5881 458.689 21.5404C458.582 21.4928 458.485 21.4241 458.406 21.3384L457.949 20.8814C457.785 20.7179 457.694 20.4962 457.694 20.2651C457.694 20.034 457.785 19.8124 457.949 19.6488ZM443.651 19.6488C443.814 19.8124 443.906 20.034 443.906 20.2651C443.906 20.4962 443.814 20.7179 443.651 20.8814L443.194 21.3384C443.114 21.4241 443.018 21.4928 442.911 21.5404C442.804 21.5881 442.688 21.6137 442.571 21.6158C442.454 21.6179 442.338 21.5963 442.229 21.5525C442.121 21.5086 442.022 21.4433 441.939 21.3605C441.856 21.2777 441.791 21.1791 441.747 21.0705C441.703 20.9619 441.682 20.8456 441.684 20.7285C441.686 20.6114 441.712 20.4959 441.759 20.3889C441.807 20.2819 441.876 20.1857 441.961 20.1058L442.417 19.6488C442.498 19.5678 442.594 19.5035 442.7 19.4596C442.806 19.4158 442.92 19.3932 443.034 19.3932C443.149 19.3932 443.262 19.4158 443.368 19.4596C443.474 19.5035 443.57 19.5678 443.651 19.6488ZM450.8 22.093C451.031 22.093 451.253 22.1849 451.416 22.3485C451.58 22.512 451.672 22.7338 451.672 22.9651V24.1279C451.672 24.3592 451.58 24.581 451.416 24.7446C451.253 24.9081 451.031 25 450.8 25C450.569 25 450.347 24.9081 450.183 24.7446C450.02 24.581 449.928 24.3592 449.928 24.1279V22.9651C449.928 22.7338 450.02 22.512 450.183 22.3485C450.347 22.1849 450.569 22.093 450.8 22.093Z' fill='%23000BD2'/%3E%3Ccircle cx='480.2' cy='12.5' r='11.5' stroke='%23000BD2' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M513.171 11.1389C513.153 11.0915 513.124 11.049 513.086 11.0148C513.049 10.9806 513.004 10.9556 512.955 10.9419C512.906 10.9281 512.855 10.926 512.805 10.9357C512.755 10.9453 512.708 10.9665 512.668 10.9975C512.615 11.0403 512.576 11.0971 512.557 11.1624L511.918 13.0634C511.681 13.7857 511.277 14.4422 510.74 14.9802C510.203 15.5181 509.547 15.9224 508.824 16.1606L506.902 16.7991C506.837 16.8202 506.781 16.8612 506.74 16.9165C506.7 16.9717 506.679 17.0383 506.679 17.1066C506.679 17.1749 506.7 17.2415 506.74 17.2967C506.781 17.3519 506.837 17.393 506.902 17.4141L508.824 18.0526C509.54 18.2907 510.19 18.6924 510.723 19.2257C511.256 19.7591 511.657 20.4095 511.895 21.1251L512.532 23.0496C512.553 23.1152 512.593 23.1725 512.649 23.2132C512.704 23.2539 512.771 23.2759 512.84 23.2759C512.908 23.2759 512.975 23.2539 513.03 23.2132C513.086 23.1725 513.127 23.1152 513.147 23.0496L513.809 21.1487C514.047 20.4332 514.448 19.7829 514.98 19.2495C515.513 18.7161 516.163 18.3144 516.878 18.0762L518.802 17.4376C518.867 17.4166 518.923 17.3755 518.964 17.3203C519.004 17.265 519.025 17.1985 519.025 17.1302C519.025 17.0619 519.004 16.9953 518.964 16.9401C518.923 16.8848 518.867 16.8437 518.802 16.8227L516.903 16.1606C516.181 15.9232 515.524 15.5192 514.987 14.9811C514.449 14.4431 514.046 13.7861 513.809 13.0634L513.171 11.1389ZM519.359 15.1911C519.76 15.3268 520.109 15.5834 520.358 15.9259C520.612 16.2758 520.75 16.6975 520.75 17.1302C520.75 17.5629 520.612 17.9845 520.358 18.3344C520.105 18.682 519.749 18.9411 519.341 19.0752L517.423 19.7119C517.423 19.7121 517.422 19.7122 517.422 19.7124C516.962 19.8659 516.543 20.1246 516.2 20.468C515.857 20.8117 515.599 21.2307 515.446 21.6917L515.437 21.7158L514.781 23.6014C514.647 24.0018 514.393 24.3514 514.052 24.6019C513.701 24.8605 513.276 25 512.84 25C512.403 25 511.978 24.8605 511.627 24.6019C511.281 24.3477 511.025 23.9913 510.893 23.5834L510.258 21.6683C510.105 21.2072 509.847 20.7881 509.503 20.4444C509.16 20.1008 508.741 19.8419 508.28 19.6885L506.363 19.0516C505.954 18.9175 505.599 18.6584 505.346 18.3109C505.092 17.9609 504.954 17.5393 504.954 17.1066C504.954 16.6739 505.092 16.2523 505.346 15.9023C505.599 15.5549 505.954 15.2959 506.362 15.1618L508.284 14.5233C508.75 14.3696 509.173 14.1087 509.52 13.7617C509.867 13.4146 510.127 12.9911 510.28 12.525L510.284 12.5144L510.917 10.6303C511.042 10.2379 511.279 9.90317 511.584 9.65677C511.594 9.64852 511.604 9.64039 511.615 9.63237C511.868 9.43718 512.163 9.30385 512.477 9.24303C512.79 9.18221 513.114 9.19561 513.422 9.28213C513.729 9.36865 514.012 9.52591 514.248 9.74133C514.484 9.95676 514.667 10.2244 514.781 10.5229C514.79 10.547 514.799 10.5714 514.807 10.5959L515.448 12.527C515.6 12.9926 515.86 13.4159 516.206 13.7626C516.553 14.1093 516.976 14.3697 517.441 14.5226C517.448 14.5247 517.454 14.5268 517.46 14.529C517.464 14.5302 517.467 14.5314 517.471 14.5326L519.359 15.1911ZM504.228 7.55538C504.142 7.38874 504.069 7.21496 504.01 7.0356C504.009 7.03393 504.009 7.03226 504.008 7.0306L503.544 5.63124C503.526 5.58504 503.494 5.54552 503.453 5.51828C503.412 5.49103 503.363 5.47744 503.314 5.47943C503.264 5.48141 503.217 5.49887 503.178 5.52934C503.139 5.55981 503.111 5.60174 503.097 5.6492L502.633 7.0306C502.633 7.03154 502.633 7.03248 502.633 7.03342C502.573 7.21238 502.5 7.38577 502.414 7.55207C502.413 7.55518 502.411 7.55828 502.409 7.56138C502.401 7.57753 502.392 7.59361 502.384 7.60962C502.222 7.90816 502.017 8.18282 501.776 8.42453C501.533 8.66705 501.258 8.8722 500.958 9.03436C500.944 9.04192 500.93 9.04938 500.916 9.05675C500.916 9.05705 500.915 9.05734 500.915 9.05764C500.744 9.14682 500.566 9.22221 500.382 9.2828L498.984 9.74738C498.937 9.76313 498.897 9.79316 498.868 9.83322C498.839 9.87328 498.824 9.92137 498.824 9.97069C498.824 10.02 498.839 10.0681 498.868 10.1082C498.897 10.1482 498.937 10.1782 498.984 10.194L500.382 10.6597C500.565 10.7203 500.741 10.7955 500.91 10.8843C500.912 10.8852 500.914 10.8861 500.915 10.887C500.929 10.8942 500.943 10.9015 500.956 10.9089C501.252 11.0698 501.524 11.2726 501.763 11.5121C502.009 11.7582 502.217 12.0387 502.38 12.3438C502.38 12.3438 502.38 12.3439 502.38 12.3438C502.385 12.3532 502.39 12.3626 502.395 12.3719C502.482 12.5389 502.556 12.713 502.615 12.8928L503.079 14.2933C503.095 14.34 503.125 14.3807 503.165 14.4094C503.205 14.4382 503.253 14.4537 503.302 14.4537C503.352 14.4537 503.4 14.4382 503.44 14.4094C503.48 14.3807 503.51 14.34 503.526 14.2933L504.008 12.9108C504.008 12.9099 504.009 12.909 504.009 12.908C504.074 12.7155 504.154 12.5295 504.25 12.3519C504.251 12.3511 504.251 12.3502 504.251 12.3494C504.251 12.3495 504.251 12.3493 504.251 12.3494C504.414 12.0496 504.619 11.7735 504.861 11.531C505.108 11.2842 505.389 11.0761 505.695 10.9127C505.695 10.9127 505.695 10.9126 505.695 10.9127C505.706 10.9067 505.718 10.9008 505.729 10.895C505.893 10.8094 506.064 10.7367 506.241 10.6777L507.638 10.212C507.685 10.1962 507.726 10.1662 507.754 10.1261C507.783 10.0861 507.799 10.038 507.799 9.98865C507.799 9.93932 507.783 9.89124 507.754 9.85118C507.726 9.81111 507.685 9.78109 507.638 9.76533L506.258 9.2828C506.257 9.28229 506.255 9.28178 506.253 9.28127C506.061 9.21766 505.874 9.13771 505.696 9.0426C505.696 9.04246 505.696 9.04233 505.695 9.04219C505.39 8.87911 505.11 8.6715 504.864 8.42528C504.623 8.18371 504.419 7.90916 504.257 7.61073C504.25 7.59647 504.242 7.58215 504.235 7.56778C504.232 7.56365 504.23 7.55952 504.228 7.55538ZM508.203 8.13617C508.586 8.26841 508.918 8.51614 509.155 8.8454C509.394 9.17856 509.523 9.57842 509.523 9.98865C509.523 10.3989 509.394 10.7987 509.155 11.1319C508.916 11.4651 508.578 11.7148 508.189 11.8458L508.184 11.8476L506.787 12.313C506.787 12.3131 506.787 12.313 506.787 12.313C506.521 12.402 506.279 12.5517 506.081 12.7501C505.882 12.9486 505.732 13.1906 505.643 13.4569L505.636 13.4789L505.155 14.857C505.023 15.2403 504.775 15.5732 504.446 15.8098C504.112 16.0491 503.712 16.1778 503.302 16.1778C502.892 16.1778 502.492 16.0491 502.159 15.8098C501.826 15.5705 501.576 15.2327 501.445 14.844L501.442 14.835L500.979 13.4364C500.979 13.4361 500.979 13.4366 500.979 13.4364C500.891 13.1709 500.742 12.929 500.544 12.7312C500.346 12.5332 500.105 12.3842 499.839 12.2959L498.433 11.8278C498.045 11.6968 497.707 11.4471 497.468 11.1139C497.228 10.7808 497.1 10.3809 497.1 9.97069C497.1 9.56049 497.228 9.16063 497.468 8.82744C497.707 8.49425 498.045 8.24457 498.433 8.11355L498.44 8.11118L499.843 7.64532C500.112 7.55664 500.356 7.40606 500.556 7.20569C500.757 7.00531 500.907 6.76075 500.996 6.49165L500.999 6.48218L501.456 5.11815C501.576 4.74417 501.805 4.41429 502.115 4.17177C502.439 3.9184 502.834 3.77319 503.244 3.75668C503.655 3.74017 504.061 3.8532 504.404 4.07977C504.746 4.30634 505.009 4.635 505.155 5.01924C505.164 5.04198 505.172 5.06491 505.18 5.08799L505.647 6.49448C505.735 6.76292 505.884 7.00692 506.084 7.20674C506.284 7.40655 506.527 7.55657 506.796 7.64467C506.806 7.64809 506.817 7.65162 506.827 7.65525L508.203 8.13617ZM501.892 13.7426C501.893 13.7376 501.895 13.7326 501.897 13.7275L501.892 13.7426ZM507.072 11.3937L507.088 11.3992C507.082 11.3974 507.077 11.3956 507.072 11.3937ZM512.469 2.76059C512.426 2.67716 512.39 2.59016 512.36 2.50038L512.128 1.80014C512.119 1.77704 512.104 1.75728 512.083 1.74366C512.062 1.73004 512.038 1.72324 512.013 1.72423C511.989 1.72523 511.965 1.73396 511.945 1.74919C511.926 1.76442 511.912 1.78539 511.905 1.80912L511.673 2.50038C511.643 2.59024 511.607 2.67732 511.564 2.76082C511.563 2.76238 511.562 2.76393 511.561 2.76548C511.546 2.79425 511.531 2.82259 511.514 2.85048C511.447 2.96371 511.367 3.06939 511.276 3.16539C511.266 3.17637 511.256 3.18721 511.245 3.19793C511.234 3.20907 511.222 3.22006 511.211 3.23088C511.115 3.32206 511.009 3.40188 510.896 3.46902C510.869 3.48498 510.842 3.50022 510.814 3.51473C510.814 3.51472 510.814 3.51474 510.814 3.51473C510.729 3.55922 510.64 3.59685 510.548 3.62704L509.849 3.85933C509.832 3.86503 509.816 3.87478 509.803 3.8878C509.79 3.90082 509.78 3.91674 509.774 3.93424C509.768 3.95175 509.767 3.97036 509.77 3.98855C509.773 4.00673 509.78 4.02398 509.791 4.03888C509.805 4.05956 509.825 4.07496 509.849 4.08264L510.548 4.31493C510.639 4.3451 510.727 4.38252 510.811 4.42669C510.812 4.42727 510.813 4.42786 510.814 4.42845C510.842 4.44301 510.869 4.45831 510.896 4.47432C511.006 4.54001 511.109 4.61768 511.202 4.70611C511.215 4.7176 511.227 4.72927 511.239 4.74112C511.251 4.75337 511.263 4.76579 511.275 4.77837C511.365 4.87452 511.445 4.98032 511.511 5.09364C511.524 5.11484 511.536 5.1363 511.547 5.15801C511.55 5.16299 511.553 5.16799 511.555 5.173C511.598 5.25587 511.635 5.34229 511.665 5.4315L511.896 6.13173C511.903 6.15552 511.918 6.17626 511.939 6.19098C511.959 6.2057 511.983 6.21363 512.008 6.21363C512.033 6.21363 512.057 6.2057 512.078 6.19098C512.098 6.17626 512.113 6.15552 512.12 6.13173L512.36 5.44048C512.392 5.34415 512.433 5.25109 512.48 5.16224C512.481 5.16155 512.481 5.16087 512.481 5.16019C512.494 5.13731 512.507 5.11472 512.52 5.09242C512.586 4.98258 512.663 4.87994 512.751 4.78643C512.763 4.77416 512.775 4.76205 512.787 4.7501C512.799 4.73746 512.812 4.72502 512.825 4.71279C512.92 4.62351 513.024 4.54527 513.136 4.4793C513.158 4.46632 513.18 4.45382 513.202 4.4418C513.209 4.43831 513.216 4.43487 513.222 4.43146C513.304 4.38911 513.389 4.35311 513.477 4.32391L514.176 4.09162C514.2 4.08401 514.221 4.06904 514.235 4.04887C514.25 4.0287 514.258 4.00437 514.258 3.9794C514.258 3.95443 514.25 3.93011 514.235 3.90994C514.221 3.88977 514.2 3.8748 514.176 3.86719L513.486 3.62704C513.389 3.59523 513.295 3.55515 513.206 3.50741C513.206 3.50742 513.206 3.5074 513.206 3.50741C513.183 3.49506 513.16 3.48216 513.137 3.46879C513.024 3.40195 512.919 3.32254 512.823 3.23185C512.812 3.22078 512.8 3.20955 512.789 3.19814C512.778 3.18707 512.767 3.17585 512.756 3.16451C512.666 3.06988 512.588 2.96585 512.521 2.85446C512.505 2.82665 512.489 2.79839 512.474 2.76969C512.472 2.76666 512.471 2.76363 512.469 2.76059ZM514.734 2.23593C515.093 2.35799 515.405 2.58748 515.628 2.89351C515.858 3.20874 515.982 3.58897 515.982 3.9794C515.982 4.36983 515.858 4.75007 515.628 5.0653C515.401 5.37653 515.082 5.6086 514.716 5.72901L514.021 5.9601C514.015 5.96195 514.01 5.96511 514.006 5.96925C514.002 5.97339 513.999 5.97845 513.997 5.98401L513.989 6.00627L513.752 6.68943C513.63 7.04777 513.4 7.36014 513.094 7.58365C512.779 7.8138 512.398 7.93777 512.008 7.93777C511.618 7.93777 511.238 7.81378 510.922 7.58365C510.61 7.35591 510.378 7.03592 510.258 6.66905L510.028 5.97503C510.028 5.97491 510.029 5.97516 510.028 5.97503C510.027 5.96962 510.023 5.96432 510.019 5.96027C510.015 5.95613 510.01 5.953 510.005 5.95116L509.308 5.71972C508.932 5.5957 508.607 5.35363 508.38 5.02975C508.218 4.79981 508.111 4.53577 508.067 4.25788C508.022 3.97105 508.045 3.67754 508.134 3.40134C508.224 3.12513 508.378 2.8741 508.583 2.66875C508.787 2.46545 509.035 2.31261 509.308 2.22243L510.01 1.98917C510.015 1.98732 510.02 1.98419 510.024 1.98C510.029 1.97581 510.032 1.9707 510.034 1.96508L510.038 1.95118L510.266 1.2737C510.379 0.92527 510.593 0.617971 510.883 0.391619C511.187 0.153478 511.558 0.017004 511.944 0.0014872C512.33 -0.0140301 512.711 0.092203 513.033 0.305151C513.356 0.518101 513.603 0.826993 513.74 1.18814C513.749 1.21101 513.757 1.23406 513.765 1.25728L513.999 1.96467C514.001 1.97029 514.004 1.97541 514.008 1.9796C514.013 1.98379 514.018 1.98693 514.023 1.98877C514.033 1.99198 514.043 1.99528 514.053 1.99867L514.734 2.23593ZM510.379 2.442C510.383 2.44338 510.388 2.44476 510.392 2.44617L510.379 2.442Z' fill='%23000BD2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M537.65 3.34915L527.361 22.9751H547.939L537.65 3.34915ZM538.645 0.573772C538.244 -0.191257 537.056 -0.191258 536.655 0.573772L525.37 22.0977C524.666 23.442 525.734 25 527.361 25H547.939C549.565 25 550.634 23.442 549.929 22.0977L538.645 0.573772Z' fill='%23000BD2'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_838_466'%3E%3Crect width='553' height='25' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-position: left;
  background-size: contain;
}

.col-vinheta-padrao .col-titulo, .col-vinheta-padrao .col-titulo--secundario {
  font-family: "Raleway-Bold", "sans-serif";
  font-size: clamp(2rem, 4.1vw, 4rem);
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #000BD2;
  margin-bottom: 0px;
  flex: 0 0 fit-content;
  justify-self: center;
}

.col-vinheta-padrao .col-titulo--secundario {
  color: #1A1A1A;
}

.container-pontos-turisticos {
  margin-bottom: clamp(2.4rem, 6.3vw, 6.1rem);
}

.container-pontos-turisticos .lista-pontos-turisticos {
  row-gap: 8px;
  margin-bottom: clamp(2rem, 3.2rem, 3.2rem);
}

.container-pontos-turisticos .lista-pontos-turisticos .card-ponto_turistico {
  display: flex;
  height: 100%;
}

.container-pontos-turisticos .lista-pontos-turisticos .card-ponto_turistico figure {
  width: 100%;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
}

.container-pontos-turisticos .lista-pontos-turisticos .card-ponto_turistico figure img {
  flex: 1 1 auto;
  border-radius: 16px;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  min-height: 264px;
  object-fit: cover;
}

@media screen and (max-width: 1024.9px) {
  .container-pontos-turisticos .lista-pontos-turisticos .card-ponto_turistico figure img {
    min-height: 239px;
    width: 100%;
  }
}

.container-pontos-turisticos .lista-pontos-turisticos .card-ponto_turistico figure figcaption {
  flex: 0 0 auto;
  padding: 16px;
  color: #000BD2;
  font-family: "Raleway-SemiBold", "sans-serif";
  font-size: clamp(0.9rem, 1rem, 1rem);
}

.container-pontos-turisticos .lista-pontos-turisticos .card-ponto_turistico figure figcaption span {
  display: flex;
  align-items: center;
  min-height: 46px;
}

.container-pontos-turisticos .lista-pontos-turisticos a {
  text-decoration: none;
}

.container-pontos-turisticos .lista-pontos-turisticos .col-item {
  border-radius: 12px;
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
  display: flex;
}

.container-pontos-turisticos .lista-pontos-turisticos .col-item .mask-padrao {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1;
}

.container-pontos-turisticos .lista-pontos-turisticos .col-item .info {
  display: flex;
  width: 100%;
}

.container-pontos-turisticos .lista-pontos-turisticos .col-item:hover figure {
  margin-bottom: 0px;
}

.container-pontos-turisticos .lista-pontos-turisticos .col-item:hover figure img {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.container-pontos-turisticos .lista-pontos-turisticos .col-item:hover .mask-padrao {
  background: transparent;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-pontos-turisticos .lista-pontos-turisticos .col-item:hover .col-titulo, .container-pontos-turisticos .lista-pontos-turisticos .col-item:hover .col-vinheta-padrao .col-titulo--secundario, .col-vinheta-padrao .container-pontos-turisticos .lista-pontos-turisticos .col-item:hover .col-titulo--secundario {
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-pontos-turisticos .lista-pontos-turisticos .col-item .col-titulo, .container-pontos-turisticos .lista-pontos-turisticos .col-item .col-vinheta-padrao .col-titulo--secundario, .col-vinheta-padrao .container-pontos-turisticos .lista-pontos-turisticos .col-item .col-titulo--secundario {
  font-family: "Calibri-Bold", "sans-serif";
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 23px;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff;
  z-index: 2;
  position: relative;
  margin-bottom: 0px;
  position: absolute;
  top: calc(100% - 50%);
  width: 100%;
  text-align: center;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-pontos-turisticos .box-btn {
  margin-top: 0px;
  display: flex;
  justify-content: center;
}

.container-pontos-turisticos .btn-padrao, .container-pontos-turisticos .btn-padrao--secundario, .container-pontos-turisticos .btn-padrao--azul-claro, .container-pontos-turisticos .btn-padrao--vermelho, .container-pontos-turisticos .btn-padrao--white {
  background-color: transparent;
  border: 1px solid #1822d8;
  margin-bottom: 0px;
  margin-top: 0px;
  border-radius: 21.3px;
  padding: 11px 32px;
  width: fit-content;
  float: none;
}

.container-pontos-turisticos .btn-padrao span, .container-pontos-turisticos .btn-padrao--secundario span, .container-pontos-turisticos .btn-padrao--azul-claro span, .container-pontos-turisticos .btn-padrao--vermelho span, .container-pontos-turisticos .btn-padrao--white span {
  font-family: "Raleway-Regular", "sans-serif";
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: #000BD2;
}

.container-pontos-turisticos .btn-padrao:hover, .container-pontos-turisticos .btn-padrao--secundario:hover, .container-pontos-turisticos .btn-padrao--azul-claro:hover, .container-pontos-turisticos .btn-padrao--vermelho:hover, .container-pontos-turisticos .btn-padrao--white:hover {
  background-color: #1822d8;
  border: 1px solid #1822d8;
}

.container-pontos-turisticos .btn-padrao:hover span, .container-pontos-turisticos .btn-padrao--secundario:hover span, .container-pontos-turisticos .btn-padrao--azul-claro:hover span, .container-pontos-turisticos .btn-padrao--vermelho:hover span, .container-pontos-turisticos .btn-padrao--white:hover span {
  color: #ffffff;
}

/*Padrão Arrow*/
.slick-slider .slick-arrow {
  width: 24px;
  height: 24px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  top: 32%;
}

.slick-slider .slick-arrow::before {
  font-family: unset;
  color: #ffffff;
}

.row-onde {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}

.row-onde .card.card-onde, .row-onde .card.card-onde--direita {
  flex-direction: row;
  border: none;
  border-radius: 0;
  background-color: #ffffff;
  overflow: hidden;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
}

.row-onde .card.card-onde figure, .row-onde .card.card-onde--direita figure {
  margin-bottom: 0px;
  flex: 1 1 49%;
}

.row-onde .card.card-onde figure img, .row-onde .card.card-onde--direita figure img {
  height: 100% !important;
  object-fit: cover;
}

.row-onde .card.card-onde .card-body, .row-onde .card.card-onde--direita .card-body {
  flex: 1 1 51%;
  height: 100%;
  display: flex;
  padding: 0px;
  padding-left: clamp(2rem, 6.6vw, 6.4rem);
  padding-top: clamp(2rem, 5.8vw, 5.65rem);
  padding-bottom: clamp(2rem, 5.05vw, 4.85rem);
}

.row-onde .card.card-onde .card-body .card-onde-text, .row-onde .card.card-onde--direita .card-body .card-onde-text {
  flex: 0 1 459px;
}

.row-onde .card.card-onde .card-body .card-onde-text .svg, .row-onde .card.card-onde--direita .card-body .card-onde-text .svg {
  margin-bottom: clamp(1.5rem, 2.5vw, 2.4rem);
}

.row-onde .card.card-onde .card-body .card-onde-text .svg path, .row-onde .card.card-onde--direita .card-body .card-onde-text .svg path {
  fill: #0b1561;
}

@media screen and (max-width: 767.9px) {
  .row-onde .card.card-onde .card-body, .row-onde .card.card-onde--direita .card-body {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row-onde .card.card-onde .card-body .vinheta-card, .row-onde .card.card-onde--direita .card-body .vinheta-card {
  font-family: "Raleway-Bold", "sans-serif";
  font-size: clamp(1.8rem, 2.91vw, 2.8rem);
  font-stretch: normal;
  font-style: normal;
  line-height: 1.2;
  letter-spacing: normal;
  text-align: left;
  color: #000BD2;
  margin-bottom: 24px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 80%;
}

@media screen and (max-width: 1399.9px) {
  .row-onde .card.card-onde .card-body .vinheta-card, .row-onde .card.card-onde--direita .card-body .vinheta-card {
    width: 90%;
    font-size: 2.4rem;
    line-height: 56px;
  }
}

@media screen and (max-width: 991.9px) {
  .row-onde .card.card-onde .card-body .vinheta-card, .row-onde .card.card-onde--direita .card-body .vinheta-card {
    width: 70%;
    font-size: 1.9rem;
    line-height: 45px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767.9px) {
  .row-onde .card.card-onde .card-body .vinheta-card, .row-onde .card.card-onde--direita .card-body .vinheta-card {
    width: 100%;
  }
}

.row-onde .card.card-onde .card-body .card-text p, .row-onde .card.card-onde--direita .card-body .card-text p, .row-onde .card.card-onde .card-body .card-text span, .row-onde .card.card-onde--direita .card-body .card-text span {
  font-family: "Raleway-Regular", "sans-serif";
  font-size: 16px !important;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #1A1A1A;
  margin-bottom: 16px;
}

.row-onde .card.card-onde .card-body .btn-padrao, .row-onde .card.card-onde--direita .card-body .btn-padrao, .row-onde .card.card-onde .card-body .btn-padrao--secundario, .row-onde .card.card-onde--direita .card-body .btn-padrao--secundario, .row-onde .card.card-onde .card-body .btn-padrao--azul-claro, .row-onde .card.card-onde--direita .card-body .btn-padrao--azul-claro, .row-onde .card.card-onde .card-body .btn-padrao--vermelho, .row-onde .card.card-onde--direita .card-body .btn-padrao--vermelho, .row-onde .card.card-onde .card-body .btn-padrao--white, .row-onde .card.card-onde--direita .card-body .btn-padrao--white {
  margin-top: clamp(0.7rem, 2.5vw, 2.4rem);
  margin-bottom: 0;
  background: transparent;
  width: fit-content;
}

@media screen and (max-width: 991.9px) {
  .row-onde .card.card-onde .card-body .btn-padrao, .row-onde .card.card-onde--direita .card-body .btn-padrao, .row-onde .card.card-onde .card-body .btn-padrao--secundario, .row-onde .card.card-onde--direita .card-body .btn-padrao--secundario, .row-onde .card.card-onde .card-body .btn-padrao--azul-claro, .row-onde .card.card-onde--direita .card-body .btn-padrao--azul-claro, .row-onde .card.card-onde .card-body .btn-padrao--vermelho, .row-onde .card.card-onde--direita .card-body .btn-padrao--vermelho, .row-onde .card.card-onde .card-body .btn-padrao--white, .row-onde .card.card-onde--direita .card-body .btn-padrao--white {
    margin-top: 12px;
  }
}

.row-onde .card.card-onde--direita .figure {
  order: 1;
}

.row-onde .card.card-onde--direita .card-body {
  order: 0;
  padding-left: 20px;
  padding-right: clamp(2rem, 6.6vw, 6.4rem);
}

.row-onde .card.card-onde--direita .card-body .card-onde-text {
  margin-left: auto;
}

@media screen and (max-width: 1199.9px) {
  .row-onde .card.card-onde .card-body, .row-onde .card.card-onde--direita .card-body {
    padding-left: clamp(1rem, 2.91vw, 2.8rem);
    padding-right: clamp(1rem, 2.91vw, 2.8rem);
  }
  .row-onde .card.card-onde .card-body .vinheta-card, .row-onde .card.card-onde--direita .card-body .vinheta-card {
    font-family: "Raleway-Bold", "sans-serif";
    font-size: clamp(1.8rem, 2vw, 2rem);
    line-height: 1;
  }
  .row-onde .card.card-onde .card-body .card-onde-text p, .row-onde .card.card-onde--direita .card-body .card-onde-text p, .row-onde .card.card-onde .card-body .card-onde-text span, .row-onde .card.card-onde--direita .card-body .card-onde-text span {
    font-family: "Raleway-Regular", "sans-serif";
    font-size: 16px !important;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.4;
    letter-spacing: normal;
    text-align: left;
    color: #1A1A1A;
    margin-bottom: 16px;
  }
  .row-onde .card.card-onde .card-body .card-onde-text .btn-padrao span, .row-onde .card.card-onde--direita .card-body .card-onde-text .btn-padrao span, .row-onde .card.card-onde .card-body .card-onde-text .btn-padrao--secundario span, .row-onde .card.card-onde--direita .card-body .card-onde-text .btn-padrao--secundario span, .row-onde .card.card-onde .card-body .card-onde-text .btn-padrao--azul-claro span, .row-onde .card.card-onde--direita .card-body .card-onde-text .btn-padrao--azul-claro span, .row-onde .card.card-onde .card-body .card-onde-text .btn-padrao--vermelho span, .row-onde .card.card-onde--direita .card-body .card-onde-text .btn-padrao--vermelho span, .row-onde .card.card-onde .card-body .card-onde-text .btn-padrao--white span, .row-onde .card.card-onde--direita .card-body .card-onde-text .btn-padrao--white span {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768.9px) {
  .row-onde .card.card-onde, .row-onde .card.card-onde--direita {
    border-radius: 16px;
    flex-direction: column;
    height: 100%;
  }
  .row-onde .card.card-onde figure, .row-onde .card.card-onde--direita figure {
    height: 100%;
    max-height: 500px;
  }
  .row-onde .card.card-onde figure img, .row-onde .card.card-onde--direita figure img {
    height: 100% !important;
    object-fit: cover;
  }
  .row-onde .card.card-onde .card-body, .row-onde .card.card-onde--direita .card-body {
    padding-top: clamp(1rem, 2.91vw, 2.8rem);
    padding-left: clamp(1rem, 2.91vw, 2.8rem);
    padding-right: clamp(1rem, 2.91vw, 2.8rem);
  }
  .row-onde .card.card-onde .card-body .card-onde-text, .row-onde .card.card-onde--direita .card-body .card-onde-text {
    flex: 0 1 100%;
  }
  .row-onde .card.card-onde .card-body .card-onde-text .svg, .row-onde .card.card-onde--direita .card-body .card-onde-text .svg {
    width: 150px;
    height: auto;
    margin-bottom: clamp(1rem, 1.56vw, 2rem);
  }
  .row-onde .card.card-onde .card-body .card-onde-text .svg path, .row-onde .card.card-onde--direita .card-body .card-onde-text .svg path {
    fill: #0b1561;
  }
  .row-onde .card.card-onde--direita .figure {
    order: 0;
  }
  .row-onde .card.card-onde--direita .card-body {
    order: 1;
  }
  .row-onde .card.card-onde .btn-padrao, .row-onde .card.card-onde--direita .btn-padrao, .row-onde .card.card-onde .btn-padrao--secundario, .row-onde .card.card-onde--direita .btn-padrao--secundario, .row-onde .card.card-onde .btn-padrao--azul-claro, .row-onde .card.card-onde--direita .btn-padrao--azul-claro, .row-onde .card.card-onde .btn-padrao--vermelho, .row-onde .card.card-onde--direita .btn-padrao--vermelho, .row-onde .card.card-onde .btn-padrao--white, .row-onde .card.card-onde--direita .btn-padrao--white {
    margin-top: clamp(2rem, 2.91vw, 2.8rem) !important;
  }
}

.container-onde-fica::after {
  margin-top: 2rem;
  margin-bottom: 2rem;
  content: '';
  display: block;
  width: calc(100% + 30px);
  margin-left: -15px;
  margin-right: -15px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='183' height='25' viewBox='0 0 183 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19.4732 0.561802C8.84738 2.12946 0 12.1281 0 22.5677L0 24.8662L1.40834 24.8588C3.98624 24.8449 8.84955 23.5848 11.6528 22.2045C15.1511 20.4821 19.7067 16.0016 21.5376 12.4831C23.1886 9.30907 24.2667 5.29433 24.2667 2.31847C24.2667 -0.19813 24.3685 -0.160764 19.4732 0.561802ZM136.156 0.898537C133.253 1.93481 130.999 3.7497 129.386 6.35059C127.598 9.23346 127.294 14.1063 128.699 17.3803C129.781 19.9025 132.553 22.7115 135.063 23.8282C137.62 24.9661 142.689 24.8484 145.284 23.5914C150.711 20.9614 153.379 14.3731 151.403 8.47918C149.329 2.2924 142.191 -1.25656 136.156 0.898537ZM158.6 2.34845C158.6 7.28388 160.902 12.9949 164.519 17.0322C168.462 21.4337 173.792 24.0541 180.127 24.7045L183 25L182.759 21.5657C182.33 15.4593 179.257 9.56194 174.498 5.71101C170.475 2.45533 166.86 0.996297 161.092 0.300236L158.6 0V2.34845ZM90.3501 2.0191C89.6351 2.33932 88.5098 3.17747 87.8494 3.88222C86.6542 5.15703 86.6529 5.16659 87.5153 5.94911C88.359 6.71469 88.4274 6.69384 90.1257 5.15572C92.1446 3.3265 93.2401 3.19919 95.2988 4.55525C98.1406 6.42706 98.5965 6.60477 100.577 6.61085C102.137 6.61606 102.985 6.31583 104.477 5.23133C106.963 3.42426 108.569 3.46076 110.949 5.37862C112.526 6.64995 113.071 6.83461 115.237 6.83461C117.287 6.83461 117.994 6.62301 119.309 5.61759C121.025 4.30498 121.269 3.55504 120.255 2.71082C119.725 2.26937 119.337 2.41449 118.073 3.5268C116.109 5.25609 114.576 5.27 112.451 3.57677C109.347 1.10318 106.281 1.03019 103.14 3.35387C101.233 4.76468 99.2526 4.77076 97.5938 3.37082C95.2347 1.38039 92.7946 0.925041 90.3501 2.0191ZM56.843 2.27458C54.0593 2.86593 50.8028 4.50702 47.9159 6.77378C44.2529 9.65014 42.8182 9.59583 39.5097 6.45573C36.2701 3.38081 34.8578 2.70691 31.6551 2.70691C29.1816 2.70691 29.0334 2.76556 29.0334 3.74274C29.0334 4.70819 29.2223 4.79031 31.8254 4.95629C34.5419 5.12965 34.688 5.20178 37.2074 7.61149C40.0674 10.3466 41.2725 10.9623 43.7667 10.9623C46.0487 10.9623 47.1862 10.4648 49.5062 8.45137C56.7629 2.15379 67.3423 2.77252 74.9464 9.93952L77.6686 12.5048L74.8372 15.1609C71.7757 18.0324 68.5495 19.7987 64.9533 20.5716C62.5019 21.0991 57.9632 20.8784 55.3901 20.1067C53.9388 19.6713 53.0141 19.0943 48.0229 15.5089C46.1119 14.1363 43.5696 13.7149 41.4445 14.4183C40.5882 14.7016 38.6114 16.0928 37.0518 17.5102C34.2546 20.0515 34.181 20.0867 31.6247 20.0867C29.1495 20.0867 29.0334 20.1354 29.0334 21.173C29.0334 22.2097 29.1508 22.2592 31.6052 22.2592C34.9982 22.2592 35.8883 21.8686 38.9689 19.0292C42.9538 15.3559 44.0839 15.3212 48.5334 18.7346C52.1158 21.4832 55.2579 22.7206 59.3668 23.0022C66.2173 23.4719 71.6994 21.3446 77.3649 16.0172L80.8168 12.7716L77.5668 9.4455C73.9658 5.76054 72.0132 4.43968 68.2458 3.1401C65.3238 2.13207 59.5722 1.6954 56.843 2.27458ZM19.9334 2.76165C11.1597 4.07861 3.49571 11.8035 2.34694 20.4886L2.05487 22.6946L3.5191 22.4321C12.6742 20.7919 18.9306 15.2334 21.4418 6.51005C22.4957 2.84899 22.3167 2.40406 19.9334 2.76165ZM136.952 2.97499C134.129 3.98997 132.354 5.52895 131.105 8.04164C126.459 17.3898 136.886 26.4538 145.685 20.7159C148.884 18.6294 150.597 13.7331 149.524 9.74269C148.15 4.63737 141.814 1.22615 136.952 2.97499ZM160.958 4.56264C161.823 11.1031 166.376 17.2273 172.783 20.4708C174.8 21.4919 180.221 22.884 180.621 22.4834C180.76 22.3444 180.643 21.1304 180.362 19.7856C178.528 11.021 171.71 4.38536 162.887 2.77729L160.669 2.37321L160.958 4.56264ZM90.2964 10.3484C89.5515 10.7164 88.4266 11.558 87.7956 12.218C86.6534 13.4133 86.6525 13.4216 87.5153 14.2045C88.359 14.9701 88.4274 14.9493 90.1257 13.4111C92.4886 11.2699 93.7834 11.356 96.7752 13.8513C97.7004 14.6229 98.5285 14.8728 100.162 14.8728C102.444 14.8728 103.618 14.4418 105.158 13.037C106.633 11.6914 108.818 11.9169 110.95 13.6345C112.526 14.9049 113.071 15.09 115.237 15.09C117.287 15.09 117.994 14.8784 119.309 13.873C121.025 12.5604 121.269 11.8105 120.255 10.9662C119.725 10.5248 119.337 10.6699 118.073 11.7822C116.109 13.5115 114.576 13.5254 112.451 11.8322C109.347 9.3586 106.281 9.2856 103.14 11.6093C101.233 13.0201 99.2526 13.0262 97.5938 11.6262C95.1814 9.59105 92.7045 9.15743 90.2964 10.3484ZM91.1592 18.2141C90.6504 18.314 89.4167 19.0978 88.417 19.9559L86.5996 21.5158L87.494 22.4126L88.3889 23.3098L89.8028 21.9455C92.2169 19.6162 93.8341 19.6535 96.7752 22.1067C98.8513 23.8382 103.504 23.3433 105.276 21.2016C106.25 20.025 108.804 20.3548 110.944 21.9333C112.568 23.1304 113.23 23.3454 115.289 23.3454C117.281 23.3454 118.003 23.1269 119.309 22.1284C121.025 20.8158 121.269 20.0659 120.255 19.2216C119.725 18.7802 119.337 18.9253 118.073 20.0376C116.209 21.6787 114.508 21.7856 112.809 20.3687C110.86 18.7437 109.834 18.3487 107.56 18.3487C105.912 18.3487 104.999 18.6416 103.523 19.6444C101.153 21.2547 99.3089 21.3285 97.5938 19.8816C95.5042 18.1185 93.8398 17.6874 91.1592 18.2141Z' fill='%23F7913D'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: left;
  background-size: contain;
}

.container-guias {
  margin-bottom: clamp(2.4rem, 6.7vw, 6.5rem);
}

.container-eventos {
  padding-bottom: clamp(2rem, 2.6vw, 2.5rem);
  margin-bottom: clamp(2rem, 4.16vw, 4rem);
}

.container-eventos .col-eventos a {
  text-decoration: none;
}

.container-eventos .col-eventos .card.card-evento, .container-eventos .col-eventos .card.card-evento--direita {
  border-radius: 16px;
  padding: 8px;
  padding-right: clamp(0.4rem, 2vw, 2rem);
  border: none;
  height: 100%;
  flex-direction: row;
  column-gap: 30px;
}

.container-eventos .col-eventos .card.card-evento .figure, .container-eventos .col-eventos .card.card-evento--direita .figure {
  order: 0;
  flex: 0 0 52%;
  margin-bottom: 0px;
  border-radius: 16px;
  overflow: hidden;
  height: 366px;
}

@media screen and (max-width: 767.9px) {
  .container-eventos .col-eventos .card.card-evento .figure, .container-eventos .col-eventos .card.card-evento--direita .figure {
    width: 100%;
  }
}

.container-eventos .col-eventos .card.card-evento .figure img, .container-eventos .col-eventos .card.card-evento--direita .figure img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  height: 100%;
  object-fit: cover;
}

.container-eventos .col-eventos .card.card-evento .card-body, .container-eventos .col-eventos .card.card-evento--direita .card-body {
  flex: 1 1 auto;
  order: 1;
  padding: 0px;
  height: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: right;
  text-align: left;
  padding-block: 20px;
}

.container-eventos .col-eventos .card.card-evento .card-body > *, .container-eventos .col-eventos .card.card-evento--direita .card-body > * {
  flex: 1 1 100%;
  align-self: center;
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.container-eventos .col-eventos .card.card-evento .card-body > *:first-child, .container-eventos .col-eventos .card.card-evento--direita .card-body > *:first-child {
  align-self: flex-start;
}

.container-eventos .col-eventos .card.card-evento .card-body > *:last-child, .container-eventos .col-eventos .card.card-evento--direita .card-body > *:last-child {
  align-self: flex-end;
}

.container-eventos .col-eventos .card.card-evento .card-body > * .col-data, .container-eventos .col-eventos .card.card-evento--direita .card-body > * .col-data {
  font-family: "Raleway-Regular", "sans-serif";
  display: block;
  width: 100%;
  font-size: 1.05rem;
  line-height: normal;
  color: #000BD2;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-eventos .col-eventos .card.card-evento .card-body > * .col-titulo, .container-eventos .col-eventos .card.card-evento--direita .card-body > * .col-titulo, .container-eventos .col-eventos .card.card-evento .card-body > * .col-vinheta-padrao .col-titulo--secundario, .col-vinheta-padrao .container-eventos .col-eventos .card.card-evento .card-body > * .col-titulo--secundario, .container-eventos .col-eventos .card.card-evento--direita .card-body > * .col-vinheta-padrao .col-titulo--secundario, .col-vinheta-padrao .container-eventos .col-eventos .card.card-evento--direita .card-body > * .col-titulo--secundario {
  font-family: "Raleway-SemiBold", "sans-serif";
  font-size: 1.3rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #000BD2;
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-eventos .col-eventos .card.card-evento .card-body > * .separa-hr, .container-eventos .col-eventos .card.card-evento--direita .card-body > * .separa-hr {
  border-top: 1px solid #F5F5F5;
  display: block;
  height: 1px;
  width: 100%;
}

.container-eventos .col-eventos .card.card-evento .card-body > * .col-local, .container-eventos .col-eventos .card.card-evento--direita .card-body > * .col-local {
  font-family: "Raleway-Regular", "sans-serif";
  font-size: 0.9rem;
  font-style: normal;
  line-height: 21px;
  color: #757575;
  display: flex;
  column-gap: 10px;
  align-items: center;
  justify-content: left;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-eventos .col-eventos .card.card-evento .card-body > * .col-local p, .container-eventos .col-eventos .card.card-evento--direita .card-body > * .col-local p {
  margin-bottom: 0px;
}

.container-eventos .col-eventos .card.card-evento .card-body > * .col-local i, .container-eventos .col-eventos .card.card-evento--direita .card-body > * .col-local i {
  color: #000BD2;
}

.container-eventos .col-eventos .card.card-evento .card-body .col-desc, .container-eventos .col-eventos .card.card-evento--direita .card-body .col-desc {
  font-family: "Raleway-Regular", "sans-serif";
  font-size: 0.9rem;
  align-self: flex-start;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #424242;
  margin-bottom: 0;
  min-height: 128px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-eventos .col-eventos .card.card-evento:hover, .container-eventos .col-eventos .card.card-evento--direita:hover {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-eventos .col-eventos .card.card-evento:hover .card-body .col-desc, .container-eventos .col-eventos .card.card-evento--direita:hover .card-body .col-desc {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #000BD2;
}

.container-eventos .col-eventos .card.card-evento:hover figure img, .container-eventos .col-eventos .card.card-evento--direita:hover figure img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.container-eventos .col-eventos .card.card-evento:active, .container-eventos .col-eventos .card.card-evento--direita:active {
  background-color: transparent;
  box-shadow: none;
}

.container-eventos .col-eventos .card.card-evento:active figure img, .container-eventos .col-eventos .card.card-evento--direita:active figure img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.container-eventos .col-eventos .card.card-evento:active .card-body .col-desc, .container-eventos .col-eventos .card.card-evento--direita:active .card-body .col-desc {
  color: #000BD2;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-eventos .col-eventos .card.card-evento--direita {
  padding-right: 8px;
  padding-left: clamp(0.4rem, 2.1vw, 2rem);
}

.container-eventos .col-eventos .card.card-evento--direita .figure {
  order: 1;
}

.container-eventos .col-eventos .card.card-evento--direita .card-body {
  order: 0;
}

.container-eventos .col-eventos .card.card-evento--direita .card-body > * {
  text-align: right;
  justify-content: flex-end;
}

.container-eventos .col-eventos .card.card-evento--direita .col-local {
  column-gap: 10px;
  flex-direction: row-reverse;
  justify-content: right;
}

@media screen and (max-width: 1399.98px) {
  .container-eventos .col-eventos .card.card-evento, .container-eventos .col-eventos .card.card-evento--direita {
    padding-right: clamp(0.4rem, 0.5vw, 2rem);
    column-gap: 20px;
  }
  .container-eventos .col-eventos .card.card-evento .card-body > * .col-data, .container-eventos .col-eventos .card.card-evento--direita .card-body > * .col-data {
    font-size: 0.8rem;
  }
  .container-eventos .col-eventos .card.card-evento .card-body > * .col-titulo, .container-eventos .col-eventos .card.card-evento--direita .card-body > * .col-titulo, .container-eventos .col-eventos .card.card-evento .card-body > * .col-vinheta-padrao .col-titulo--secundario, .col-vinheta-padrao .container-eventos .col-eventos .card.card-evento .card-body > * .col-titulo--secundario, .container-eventos .col-eventos .card.card-evento--direita .card-body > * .col-vinheta-padrao .col-titulo--secundario, .col-vinheta-padrao .container-eventos .col-eventos .card.card-evento--direita .card-body > * .col-titulo--secundario {
    font-size: 1.05rem;
  }
  .container-eventos .col-eventos .card.card-evento .card-body > * .col-local, .container-eventos .col-eventos .card.card-evento--direita .card-body > * .col-local {
    font-size: 0.8rem;
  }
  .container-eventos .col-eventos .card.card-evento .card-body .col-desc, .container-eventos .col-eventos .card.card-evento--direita .card-body .col-desc {
    font-size: 0.8rem;
  }
  .container-eventos .col-eventos .card.card-evento--direita {
    padding-left: clamp(0.4rem, 0.5vw, 2rem);
  }
}

@media screen and (max-width: 1199.98px) {
  .container-eventos .col-eventos .card.card-evento, .container-eventos .col-eventos .card.card-evento--direita {
    flex-direction: column;
  }
  .container-eventos .col-eventos .card.card-evento .figure, .container-eventos .col-eventos .card.card-evento--direita .figure {
    order: 0;
    flex: 0 0 auto;
    height: auto;
  }
  .container-eventos .col-eventos .card.card-evento .figure img, .container-eventos .col-eventos .card.card-evento--direita .figure img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -ms-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    height: 100%;
    object-fit: cover;
  }
  .container-eventos .col-eventos .card.card-evento .card-body, .container-eventos .col-eventos .card.card-evento--direita .card-body {
    row-gap: 20px;
  }
  .container-eventos .col-eventos .card.card-evento .card-body .col-desc, .container-eventos .col-eventos .card.card-evento--direita .card-body .col-desc {
    min-height: fit-content;
  }
  .container-eventos .col-eventos .card.card-evento--direita .card-body > * {
    text-align: left;
    justify-content: flex-start;
  }
}

@media screen and (min-width: 1400px) {
  .container-eventos-lista {
    max-width: 1527px;
  }
}

.container-eventos-lista .row-lista-eventos {
  row-gap: 40px;
  margin-bottom: clamp(2rem, 4.16vw, 4rem);
}

.container-eventos-lista .row-lista-eventos .col-eventos {
  padding-left: 20px;
  padding-right: 20px;
}

.container-eventos-lista .btn-padrao--azul-claro {
  margin-top: 0;
  margin-bottom: 0;
}

.container-tempo {
  background-color: #F5F5F5;
  padding-top: clamp(4rem, 5.41vw, 5.2rem);
  padding-bottom: clamp(2.4rem, 5.41vw, 5.2rem);
}

.container-tempo .col-vinheta-padrao .col-titulo, .container-tempo .col-vinheta-padrao .col-titulo--secundario {
  flex: 0 0 100%;
  justify-self: center;
}

.container-tempo .container-previsao {
  max-width: 1264px;
}

.container-informativo {
  margin-bottom: clamp(2rem, 6.66vw, 6.4rem);
}

.container-informativo .row-informativo {
  row-gap: 20px;
}

.container-informativo .col-informativo a {
  text-decoration: none;
}

.container-informativo .col-informativo .col-item {
  padding: 24px;
  border-radius: 16px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-informativo .col-informativo .col-item:hover {
  background-color: #ffffff;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-informativo .col-informativo .col-item:hover .info .col-titulo, .container-informativo .col-informativo .col-item:hover .info .col-vinheta-padrao .col-titulo--secundario, .col-vinheta-padrao .container-informativo .col-informativo .col-item:hover .info .col-titulo--secundario {
  color: #000BD2;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-informativo .col-informativo .col-item:active {
  background-color: transparent;
  box-shadow: none;
}

.container-informativo .col-informativo .col-item:active .info .col-titulo, .container-informativo .col-informativo .col-item:active .info .col-vinheta-padrao .col-titulo--secundario, .col-vinheta-padrao .container-informativo .col-informativo .col-item:active .info .col-titulo--secundario {
  color: #142078;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-informativo .col-informativo .col-item .info {
  display: flex;
  flex-wrap: wrap;
  row-gap: 16px;
}

.container-informativo .col-informativo .col-item .info > * {
  flex: 0 0 100%;
  margin-bottom: 0;
}

.container-informativo .col-informativo .col-item .info .col-data {
  font-family: "Raleway-Regular", "sans-serif";
  font-size: 0.8rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 19px;
  letter-spacing: normal;
  text-align: left;
  color: #000BD2;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-informativo .col-informativo .col-item .info .col-titulo, .container-informativo .col-informativo .col-item .info .col-vinheta-padrao .col-titulo--secundario, .col-vinheta-padrao .container-informativo .col-informativo .col-item .info .col-titulo--secundario {
  font-family: "Raleway-Bold", "sans-serif";
  font-size: 1rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 23px;
  letter-spacing: normal;
  text-align: left;
  color: #1A1A1A;
  margin-bottom: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-informativo .col-informativo .col-item .info .col-texto {
  font-family: "Raleway-Regular", "sans-serif";
  font-size: 0.8rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 24px;
  letter-spacing: normal;
  text-align: left;
  color: #1A1A1A;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  margin-bottom: 0;
}

/*BREADCRUMBS*/
.breadcrumbs_capa {
  display: none;
}

.breadcrumbs_interna {
  margin-top: 24px;
  display: block;
}

@media screen and (max-width: 768.9px) {
  .breadcrumbs_interna {
    margin-top: 12px;
  }
}

.fluid-breadcrumbs {
  background-color: #F5F5F5;
  border-radius: 16px;
  margin-bottom: 8px;
}

.fluid-breadcrumbs .breadcrumb {
  margin-bottom: 0px;
  padding: 8px 0px 5px 0px;
  background-color: transparent;
}

.fluid-breadcrumbs .breadcrumb .breadcrumb-item {
  font-family: "SegoeUI-Regular", "sans-serif";
  font-size: 0.7rem;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
}

.fluid-breadcrumbs .breadcrumb .breadcrumb-item a {
  color: #424242;
  text-decoration: none;
}

.fluid-breadcrumbs .breadcrumb .breadcrumb-item a:hover {
  text-decoration: underline;
}

.fluid-breadcrumbs .breadcrumb .breadcrumb-item.active {
  color: #1A1A1A;
  font-family: "SegoeUI-Bold", "sans-serif";
}

.fluid-breadcrumbs .breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding: 0px;
}

.fluid-breadcrumbs .breadcrumb .right-bred {
  margin-bottom: 0px;
  position: relative;
  top: -4px;
  margin-left: 13px;
  margin-right: 13px;
  color: #424242;
  font-size: 0.7rem;
}

@media screen and (max-width: 767.9px) {
  .fluid-breadcrumbs .breadcrumb .right-bred {
    margin-left: 10px;
    margin-right: 10px;
  }
}

/*Vinheta interna*/
.card-vinheta-padrao-interna {
  font-family: "SegoeUI-Bold", "sans-serif";
  font-size: 2.4rem;
  font-stretch: normal;
  font-style: normal;
  line-height: 53px;
  letter-spacing: normal;
  text-align: center;
  color: #1A1A1A;
  margin-top: 85px;
  margin-bottom: 64px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

@media screen and (max-width: 1024.9px) {
  .card-vinheta-padrao-interna {
    margin-top: 45px;
    margin-bottom: 42px;
  }
}

.fluid-cookies .container-cookies .li {
  width: 198px !important;
}

.fluid-cookies .container-cookies .li:first-child {
  width: auto !important;
  margin-left: 0px !important;
}

.fluid-cookies .container-cookies .btn-padrao-aceitar {
  padding: 8px 50px !important;
}

.accordion-item {
  background: none;
  border: none;
  margin-bottom: clamp(2rem, 5.32vw, 5.2rem);
}

.container-mapasite .row-accordions-menus {
  row-gap: clamp(2rem, 3.33vw, 3.2rem);
}

.container-mapasite .mapasite .mapa-page-header .col-titulo .btn-accordion, .container-mapasite .mapasite .mapa-page-header .col-vinheta-padrao .col-titulo--secundario .btn-accordion, .col-vinheta-padrao .container-mapasite .mapasite .mapa-page-header .col-titulo--secundario .btn-accordion {
  display: block;
  text-align: center;
  padding-inline: 0px;
  background-color: transparent;
  font-family: "Raleway-Bold", "sans-serif";
  font-size: 38px;
  color: #000BD2;
  line-height: normal;
  margin-bottom: clamp(1rem, get-vw(24), 1.7rem);
  box-shadow: none;
  position: relative;
}

.container-mapasite .mapasite .mapa-page-header .col-titulo .btn-accordion:not(.collapsed)::after, .container-mapasite .mapasite .mapa-page-header .col-vinheta-padrao .col-titulo--secundario .btn-accordion:not(.collapsed)::after, .col-vinheta-padrao .container-mapasite .mapasite .mapa-page-header .col-titulo--secundario .btn-accordion:not(.collapsed)::after {
  content: "\F63B";
  font-size: 25px;
  color: #142078;
  padding-top: 4px;
  transform: rotate(-180deg);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-mapasite .mapasite .mapa-page-header .col-titulo .btn-accordion::after, .container-mapasite .mapasite .mapa-page-header .col-vinheta-padrao .col-titulo--secundario .btn-accordion::after, .col-vinheta-padrao .container-mapasite .mapasite .mapa-page-header .col-titulo--secundario .btn-accordion::after {
  transform: none;
  position: absolute;
  height: 35px;
  width: 35px;
  margin-top: 5px;
  margin-left: 8px;
  background-image: none;
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  text-transform: none;
  color: #142078;
  content: "\F4FE";
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.container-mapasite .mapasite .mapa-page-header .col-titulo .btn-accordion:focus, .container-mapasite .mapasite .mapa-page-header .col-vinheta-padrao .col-titulo--secundario .btn-accordion:focus, .col-vinheta-padrao .container-mapasite .mapasite .mapa-page-header .col-titulo--secundario .btn-accordion:focus {
  box-shadow: none;
}

.container-mapasite .mapasite .mapa-page-header .col-titulo .btn-accordion .infomenu, .container-mapasite .mapasite .mapa-page-header .col-vinheta-padrao .col-titulo--secundario .btn-accordion .infomenu, .col-vinheta-padrao .container-mapasite .mapasite .mapa-page-header .col-titulo--secundario .btn-accordion .infomenu {
  display: none;
  color: #1A1A1A;
  font-family: "Raleway-Regular", "sans-serif";
  font-size: 0.7rem;
}

.container-mapasite .mapasite .content-menu-map {
  background-color: #ffffff;
  border-radius: 16px;
  box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
}

.container-mapasite .mapasite .content-menu-map > .row {
  row-gap: 20px;
  justify-content: center;
}

.container-mapasite .mapasite .content-menu-map .mapa-item {
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  height: 100%;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  font-size: clamp(0.9rem, get-vw(20), 1.1rem);
  background-color: transparent;
  color: #000BD2;
  font-family: "Raleway-Regular", "sans-serif";
}

.container-mapasite .col-box-pesquisa {
  background-color: #fff;
  border-radius: 16px;
  padding: 16px 20px;
  margin-top: 0px;
  margin-bottom: 24px;
}

.container-mapasite .col-box-pesquisa .form-row {
  display: flex;
  column-gap: 30px;
}

@media screen and (max-width: 767.9px) {
  .container-mapasite .col-box-pesquisa .form-row {
    width: 100%;
    left: 0px;
    position: relative;
  }
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca {
  flex: 2 1 100%;
  border-radius: 16px;
  overflow: hidden;
  padding: 0;
  border: solid 1px #fafafa;
  background-color: #fafafa;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .input-group-text {
  border-radius: 0 16px 16px 0;
  border: solid 1px #fafafa;
  background-color: #fafafa;
  padding-right: 16px;
  color: #1822d8;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .form-control {
  height: 48px;
  border-radius: 16px a0 0 16px;
  border: solid 1px transparent;
  background-color: #fafafa;
  font-size: 0.8rem;
  font-family: "Raleway-Regular", "sans-serif";
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #424242;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .form-control::-webkit-input-placeholder {
  font-size: 0.8rem;
  color: #424242;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .form-control:-moz-placeholder {
  font-size: 0.8rem;
  color: #424242;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .form-control::-moz-placeholder {
  font-size: 0.8rem;
  color: #424242;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .form-control:-ms-input-placeholder {
  font-size: 0.8rem;
  color: #424242;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .form-control::placeholder {
  font-size: 0.8rem;
  color: #424242;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .form-control:hover::-webkit-input-placeholder {
  color: #000BD2;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .form-control:hover:-moz-placeholder {
  color: #000BD2;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .form-control:hover::-moz-placeholder {
  color: #000BD2;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .form-control:hover:-ms-input-placeholder {
  color: #000BD2;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .form-control:hover::placeholder {
  color: #000BD2;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .form-control:hover ~ .input-group-text {
  color: #142078;
}

.container-mapasite .col-box-pesquisa .form-group-padrao-busca .form-control:focus ~ .input-group-text {
  color: #0b1561;
}

.container-mapasite .col-box-pesquisa .col-box {
  flex: 1 0 auto;
}

.container-mapasite .col-box-pesquisa .btn-padrao--azul-claro {
  margin-top: 0;
  height: 100%;
  width: auto;
  margin-bottom: 0;
  background-color: #1822d8;
  color: #FFF !important;
}

.container-mapasite .col-box-pesquisa .btn-padrao--azul-claro span {
  color: #FFF !important;
}

.container-mapasite .col-box-pesquisa .btn-padrao--azul-claro i {
  margin-left: 0px;
}
