@charset "UTF-8";
/*
$font-size-xs: 1rem;
$font-size-s: 1.3rem;
$font-size-m: 2.1rem;
$font-size-l: 3.4rem;
$font-size-xl: 5.5rem;
 */
/*
.opacity-low{
    opacity: .25;
}*/
/*! Buefy v0.8.20 | MIT License | github.com/buefy/buefy */
.is-noscroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  bottom: 0;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

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

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

/**
 * Vue Transitions
 */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 150ms ease-out;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.zoom-in-enter-active,
.zoom-in-leave-active {
  transition: opacity 150ms ease-out;
}

.zoom-in-enter-active .animation-content,
.zoom-in-enter-active .animation-content,
.zoom-in-leave-active .animation-content,
.zoom-in-leave-active .animation-content {
  transition: transform 150ms ease-out;
}

.zoom-in-enter,
.zoom-in-leave-active {
  opacity: 0;
}

.zoom-in-enter .animation-content,
.zoom-in-enter .animation-content,
.zoom-in-leave-active .animation-content,
.zoom-in-leave-active .animation-content {
  transform: scale(0.95);
}

.zoom-out-enter-active,
.zoom-out-leave-active {
  transition: opacity 150ms ease-out;
}

.zoom-out-enter-active .animation-content,
.zoom-out-enter-active .animation-content,
.zoom-out-leave-active .animation-content,
.zoom-out-leave-active .animation-content {
  transition: transform 150ms ease-out;
}

.zoom-out-enter,
.zoom-out-leave-active {
  opacity: 0;
}

.zoom-out-enter .animation-content,
.zoom-out-enter .animation-content,
.zoom-out-leave-active .animation-content,
.zoom-out-leave-active .animation-content {
  transform: scale(1.05);
}

.slide-next-enter-active,
.slide-next-leave-active,
.slide-prev-enter-active,
.slide-prev-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.slide-prev-leave-to, .slide-next-enter {
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  width: 100%;
}

.slide-prev-enter, .slide-next-leave-to {
  transform: translate3d(100%, 0, 0);
  position: absolute;
  width: 100%;
}

.slide-down-enter-active,
.slide-down-leave-active,
.slide-up-enter-active,
.slide-up-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.slide-up-leave-to, .slide-down-enter {
  transform: translate3d(0, -100%, 0);
  position: absolute;
  height: 100%;
}

.slide-up-enter, .slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
  position: absolute;
  height: 100%;
}

.slide-enter-active {
  transition: 150ms ease-out;
}

.slide-leave-active {
  transition: 150ms ease-out;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to, .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.slide-enter, .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}

/*! bulma.io v0.7.5 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.delete, .modal-close, .is-unselectable, .button, .file, .breadcrumb, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis, .tabs, .carousel, .carousel-list, .b-checkbox.checkbox, .b-radio.radio, .switch {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.select:not(.is-multiple):not(.is-loading)::after, .navbar-link:not(.is-arrowless)::after {
  border: 3px solid transparent;
  border-radius: 2px;
  border-right: 0;
  border-top: 0;
  content: " ";
  display: block;
  height: 0.625em;
  margin-top: -0.4375em;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.625em;
}

.box:not(:last-child), .content:not(:last-child), .notification:not(:last-child), .progress:not(:last-child), .table:not(:last-child), .table-container:not(:last-child), .title:not(:last-child),
.subtitle:not(:last-child), .block:not(:last-child), .highlight:not(:last-child), .breadcrumb:not(:last-child), .level:not(:last-child), .list:not(:last-child), .message:not(:last-child), .tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

.delete, .modal-close {
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: rgba(10, 10, 10, 0.2);
  border: none;
  border-radius: 290486px;
  cursor: pointer;
  pointer-events: auto;
  display: inline-block;
  flex-grow: 0;
  flex-shrink: 0;
  font-size: 0;
  height: 20px;
  max-height: 20px;
  max-width: 20px;
  min-height: 20px;
  min-width: 20px;
  outline: none;
  position: relative;
  vertical-align: top;
  width: 20px;
}

.delete::before, .modal-close::before, .delete::after, .modal-close::after {
  background-color: white;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.delete::before, .modal-close::before {
  height: 2px;
  width: 50%;
}

.delete::after, .modal-close::after {
  height: 50%;
  width: 2px;
}

.delete:hover, .modal-close:hover, .delete:focus, .modal-close:focus {
  background-color: rgba(10, 10, 10, 0.3);
}

.delete:active, .modal-close:active {
  background-color: rgba(10, 10, 10, 0.4);
}

.is-small.delete, .is-small.modal-close {
  height: 16px;
  max-height: 16px;
  max-width: 16px;
  min-height: 16px;
  min-width: 16px;
  width: 16px;
}

.is-medium.delete, .is-medium.modal-close {
  height: 24px;
  max-height: 24px;
  max-width: 24px;
  min-height: 24px;
  min-width: 24px;
  width: 24px;
}

.is-large.delete, .is-large.modal-close {
  height: 32px;
  max-height: 32px;
  max-width: 32px;
  min-height: 32px;
  min-width: 32px;
  width: 32px;
}

.button.is-loading::after, .loader, .select.is-loading::after, .control.is-loading::after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
}

.is-overlay, .image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio, .modal, .modal-background, .hero-video {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.button, .input, .taginput .taginput-container.is-focusable, .textarea, .select select, .file-cta,
.file-name, .pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: none;
  display: inline-flex;
  font-size: 1rem;
  height: 2.25em;
  justify-content: flex-start;
  line-height: 1.5;
  padding-bottom: calc(0.375em - 1px);
  padding-left: calc(0.625em - 1px);
  padding-right: calc(0.625em - 1px);
  padding-top: calc(0.375em - 1px);
  position: relative;
  vertical-align: top;
}

.button:focus, .input:focus, .taginput .taginput-container.is-focusable:focus, .textarea:focus, .select select:focus, .file-cta:focus,
.file-name:focus, .pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus,
.pagination-ellipsis:focus, .is-focused.button, .is-focused.input, .taginput .is-focused.taginput-container.is-focusable, .is-focused.textarea, .select select.is-focused, .is-focused.file-cta,
.is-focused.file-name, .is-focused.pagination-previous,
.is-focused.pagination-next,
.is-focused.pagination-link,
.is-focused.pagination-ellipsis, .button:active, .input:active, .taginput .taginput-container.is-focusable:active, .textarea:active, .select select:active, .file-cta:active,
.file-name:active, .pagination-previous:active,
.pagination-next:active,
.pagination-link:active,
.pagination-ellipsis:active, .is-active.button, .is-active.input, .taginput .is-active.taginput-container.is-focusable, .is-active.textarea, .select select.is-active, .is-active.file-cta,
.is-active.file-name, .is-active.pagination-previous,
.is-active.pagination-next,
.is-active.pagination-link,
.is-active.pagination-ellipsis {
  outline: none;
}

.button[disabled], .input[disabled], .taginput .taginput-container.is-focusable[disabled], .textarea[disabled], .select select[disabled], .file-cta[disabled],
.file-name[disabled], .pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled],
.pagination-ellipsis[disabled],
fieldset[disabled] .button,
fieldset[disabled] .input,
fieldset[disabled] .taginput .taginput-container.is-focusable,
.taginput fieldset[disabled] .taginput-container.is-focusable,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select,
fieldset[disabled] .file-cta,
fieldset[disabled] .file-name,
fieldset[disabled] .pagination-previous,
fieldset[disabled] .pagination-next,
fieldset[disabled] .pagination-link,
fieldset[disabled] .pagination-ellipsis {
  cursor: not-allowed;
}

html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

ul {
  list-style: none;
}

button,
input,
select,
textarea {
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *::before, *::after {
  box-sizing: inherit;
}

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

audio {
  max-width: 100%;
}

iframe {
  border: 0;
}

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

td,
th {
  padding: 0;
}

td:not([align]),
th:not([align]) {
  text-align: left;
}

html {
  background-color: white;
  font-size: 16px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  min-width: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

article,
aside,
figure,
footer,
header,
hgroup,
section {
  display: block;
}

body,
button,
input,
select,
textarea {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

code,
pre {
  -moz-osx-font-smoothing: auto;
  -webkit-font-smoothing: auto;
  font-family: monospace;
}

body {
  color: #4a4a4a;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
}

a {
  color: #00aac3;
  cursor: pointer;
  text-decoration: none;
}

a strong {
  color: currentColor;
}

a:hover {
  color: #363636;
}

code {
  background-color: whitesmoke;
  color: #ff3860;
  font-size: 0.875em;
  font-weight: normal;
  padding: 0.25em 0.5em 0.25em;
}

hr {
  background-color: whitesmoke;
  border: none;
  display: block;
  height: 2px;
  margin: 1.5rem 0;
}

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

input[type=checkbox],
input[type=radio] {
  vertical-align: baseline;
}

small {
  font-size: 0.875em;
}

span {
  font-style: inherit;
  font-weight: inherit;
}

strong {
  color: #363636;
  font-weight: 700;
}

fieldset {
  border: none;
}

pre {
  -webkit-overflow-scrolling: touch;
  background-color: whitesmoke;
  color: #4a4a4a;
  font-size: 0.875em;
  overflow-x: auto;
  padding: 1.25rem 1.5rem;
  white-space: pre;
  word-wrap: normal;
}

pre code {
  background-color: transparent;
  color: currentColor;
  font-size: 1em;
  padding: 0;
}

table td,
table th {
  vertical-align: top;
}

table td:not([align]),
table th:not([align]) {
  text-align: left;
}

table th {
  color: #363636;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }

  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }

  .is-size-3-mobile {
    font-size: 2rem !important;
  }

  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }

  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }

  .is-size-6-mobile {
    font-size: 1rem !important;
  }

  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }

  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }

  .is-size-3-tablet {
    font-size: 2rem !important;
  }

  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }

  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }

  .is-size-6-tablet {
    font-size: 1rem !important;
  }

  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }

  .is-size-2-touch {
    font-size: 2.5rem !important;
  }

  .is-size-3-touch {
    font-size: 2rem !important;
  }

  .is-size-4-touch {
    font-size: 1.5rem !important;
  }

  .is-size-5-touch {
    font-size: 1.25rem !important;
  }

  .is-size-6-touch {
    font-size: 1rem !important;
  }

  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }

  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }

  .is-size-3-desktop {
    font-size: 2rem !important;
  }

  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }

  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }

  .is-size-6-desktop {
    font-size: 1rem !important;
  }

  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }

  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }

  .is-size-3-widescreen {
    font-size: 2rem !important;
  }

  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }

  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }

  .is-size-6-widescreen {
    font-size: 1rem !important;
  }

  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }

  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }

  .is-size-3-fullhd {
    font-size: 2rem !important;
  }

  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }

  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }

  .is-size-6-fullhd {
    font-size: 1rem !important;
  }

  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-white {
  color: white !important;
}

a.has-text-white:hover, a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover, a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover, a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover, a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #00aac3 !important;
}

a.has-text-primary:hover, a.has-text-primary:focus {
  color: #5a32c7 !important;
}

.has-background-primary {
  background-color: #00aac3 !important;
}

.has-text-link {
  color: #00aac3 !important;
}

a.has-text-link:hover, a.has-text-link:focus {
  color: #5a32c7 !important;
}

.has-background-link {
  background-color: #00aac3 !important;
}

.has-text-info {
  color: #167df0 !important;
}

a.has-text-info:hover, a.has-text-info:focus {
  color: #0d64c6 !important;
}

.has-background-info {
  background-color: #167df0 !important;
}

.has-text-success {
  color: #23d160 !important;
}

a.has-text-success:hover, a.has-text-success:focus {
  color: #1ca64c !important;
}

.has-background-success {
  background-color: #23d160 !important;
}

.has-text-warning {
  color: #ffdd57 !important;
}

a.has-text-warning:hover, a.has-text-warning:focus {
  color: #ffd324 !important;
}

.has-background-warning {
  background-color: #ffdd57 !important;
}

.has-text-danger {
  color: #ff3860 !important;
}

a.has-text-danger:hover, a.has-text-danger:focus {
  color: #ff0537 !important;
}

.has-background-danger {
  background-color: #ff3860 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-relative {
  position: relative !important;
}

.box {
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  display: block;
  padding: 1.25rem;
}

a.box:hover, a.box:focus {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px #00aac3;
}

a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #00aac3;
}

.button {
  background-color: white;
  border-color: #dbdbdb;
  border-width: 1px;
  color: #363636;
  cursor: pointer;
  justify-content: center;
  padding-bottom: calc(0.375em - 1px);
  padding-left: 0.75em;
  padding-right: 0.75em;
  padding-top: calc(0.375em - 1px);
  text-align: center;
  white-space: nowrap;
}

.button strong {
  color: inherit;
}

.button .icon, .button .icon.is-small, .button .icon.is-medium, .button .icon.is-large {
  height: 1.5em;
  width: 1.5em;
}

.button .icon:first-child:not(:last-child) {
  margin-left: calc(-0.375em - 1px);
  margin-right: 0.1875em;
}

.button .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: calc(-0.375em - 1px);
}

.button .icon:first-child:last-child {
  margin-left: calc(-0.375em - 1px);
  margin-right: calc(-0.375em - 1px);
}

.button:hover, .button.is-hovered {
  border-color: #b5b5b5;
  color: #363636;
}

.button:focus, .button.is-focused {
  border-color: #00aac3;
  color: #363636;
}

.button:focus:not(:active), .button.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25);
}

.button:active, .button.is-active {
  border-color: #4a4a4a;
  color: #363636;
}

.button.is-text {
  background-color: transparent;
  border-color: transparent;
  color: #4a4a4a;
  text-decoration: underline;
}

.button.is-text:hover, .button.is-text.is-hovered, .button.is-text:focus, .button.is-text.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-text:active, .button.is-text.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.button.is-text[disabled],
fieldset[disabled] .button.is-text {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.button.is-white {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:hover, .button.is-white.is-hovered {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus, .button.is-white.is-focused {
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white:focus:not(:active), .button.is-white.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.button.is-white:active, .button.is-white.is-active {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.button.is-white[disabled],
fieldset[disabled] .button.is-white {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
}

.button.is-white.is-inverted {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted:hover, .button.is-white.is-inverted.is-hovered {
  background-color: black;
}

.button.is-white.is-inverted[disabled],
fieldset[disabled] .button.is-white.is-inverted {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
  color: white;
}

.button.is-white.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-white.is-outlined:hover, .button.is-white.is-outlined.is-hovered, .button.is-white.is-outlined:focus, .button.is-white.is-outlined.is-focused {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.button.is-white.is-outlined.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-outlined.is-loading:hover::after, .button.is-white.is-outlined.is-loading.is-hovered::after, .button.is-white.is-outlined.is-loading:focus::after, .button.is-white.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-white.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-white.is-inverted.is-outlined:hover, .button.is-white.is-inverted.is-outlined.is-hovered, .button.is-white.is-inverted.is-outlined:focus, .button.is-white.is-inverted.is-outlined.is-focused {
  background-color: #0a0a0a;
  color: white;
}

.button.is-white.is-inverted.is-outlined.is-loading:hover::after, .button.is-white.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-white.is-inverted.is-outlined.is-loading:focus::after, .button.is-white.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-white.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-white.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.button.is-black:hover, .button.is-black.is-hovered {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.button.is-black:focus, .button.is-black.is-focused {
  border-color: transparent;
  color: white;
}

.button.is-black:focus:not(:active), .button.is-black.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.button.is-black:active, .button.is-black.is-active {
  background-color: black;
  border-color: transparent;
  color: white;
}

.button.is-black[disabled],
fieldset[disabled] .button.is-black {
  background-color: #0a0a0a;
  border-color: transparent;
  box-shadow: none;
}

.button.is-black.is-inverted {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted:hover, .button.is-black.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-black.is-inverted[disabled],
fieldset[disabled] .button.is-black.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.button.is-black.is-outlined:hover, .button.is-black.is-outlined.is-hovered, .button.is-black.is-outlined:focus, .button.is-black.is-outlined.is-focused {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.button.is-black.is-outlined.is-loading::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-outlined.is-loading:hover::after, .button.is-black.is-outlined.is-loading.is-hovered::after, .button.is-black.is-outlined.is-loading:focus::after, .button.is-black.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-black.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-outlined {
  background-color: transparent;
  border-color: #0a0a0a;
  box-shadow: none;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-black.is-inverted.is-outlined:hover, .button.is-black.is-inverted.is-outlined.is-hovered, .button.is-black.is-inverted.is-outlined:focus, .button.is-black.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #0a0a0a;
}

.button.is-black.is-inverted.is-outlined.is-loading:hover::after, .button.is-black.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-black.is-inverted.is-outlined.is-loading:focus::after, .button.is-black.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #0a0a0a #0a0a0a !important;
}

.button.is-black.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-black.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}

.button.is-light:hover, .button.is-light.is-hovered {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363636;
}

.button.is-light:focus, .button.is-light.is-focused {
  border-color: transparent;
  color: #363636;
}

.button.is-light:focus:not(:active), .button.is-light.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.button.is-light:active, .button.is-light.is-active {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}

.button.is-light[disabled],
fieldset[disabled] .button.is-light {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
}

.button.is-light.is-inverted {
  background-color: #363636;
  color: whitesmoke;
}

.button.is-light.is-inverted:hover, .button.is-light.is-inverted.is-hovered {
  background-color: #292929;
}

.button.is-light.is-inverted[disabled],
fieldset[disabled] .button.is-light.is-inverted {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-light.is-outlined:hover, .button.is-light.is-outlined.is-hovered, .button.is-light.is-outlined:focus, .button.is-light.is-outlined.is-focused {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.button.is-light.is-outlined.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-outlined.is-loading:hover::after, .button.is-light.is-outlined.is-loading.is-hovered::after, .button.is-light.is-outlined.is-loading:focus::after, .button.is-light.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-light.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-light.is-inverted.is-outlined:hover, .button.is-light.is-inverted.is-outlined.is-hovered, .button.is-light.is-inverted.is-outlined:focus, .button.is-light.is-inverted.is-outlined.is-focused {
  background-color: #363636;
  color: whitesmoke;
}

.button.is-light.is-inverted.is-outlined.is-loading:hover::after, .button.is-light.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-light.is-inverted.is-outlined.is-loading:focus::after, .button.is-light.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-light.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-light.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

.button.is-dark {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:hover, .button.is-dark.is-hovered {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:focus, .button.is-dark.is-focused {
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark:focus:not(:active), .button.is-dark.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.button.is-dark:active, .button.is-dark.is-active {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}

.button.is-dark[disabled],
fieldset[disabled] .button.is-dark {
  background-color: #363636;
  border-color: transparent;
  box-shadow: none;
}

.button.is-dark.is-inverted {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-dark.is-inverted:hover, .button.is-dark.is-inverted.is-hovered {
  background-color: #e8e8e8;
}

.button.is-dark.is-inverted[disabled],
fieldset[disabled] .button.is-dark.is-inverted {
  background-color: whitesmoke;
  border-color: transparent;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-loading::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  color: #363636;
}

.button.is-dark.is-outlined:hover, .button.is-dark.is-outlined.is-hovered, .button.is-dark.is-outlined:focus, .button.is-dark.is-outlined.is-focused {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.button.is-dark.is-outlined.is-loading::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-outlined.is-loading:hover::after, .button.is-dark.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-outlined.is-loading:focus::after, .button.is-dark.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent whitesmoke whitesmoke !important;
}

.button.is-dark.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-outlined {
  background-color: transparent;
  border-color: #363636;
  box-shadow: none;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  color: whitesmoke;
}

.button.is-dark.is-inverted.is-outlined:hover, .button.is-dark.is-inverted.is-outlined.is-hovered, .button.is-dark.is-inverted.is-outlined:focus, .button.is-dark.is-inverted.is-outlined.is-focused {
  background-color: whitesmoke;
  color: #363636;
}

.button.is-dark.is-inverted.is-outlined.is-loading:hover::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-dark.is-inverted.is-outlined.is-loading:focus::after, .button.is-dark.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #363636 #363636 !important;
}

.button.is-dark.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-dark.is-inverted.is-outlined {
  background-color: transparent;
  border-color: whitesmoke;
  box-shadow: none;
  color: whitesmoke;
}

.button.is-primary {
  background-color: #00aac3;
  border-color: transparent;
  color: white;
}

.button.is-primary:hover, .button.is-primary.is-hovered {
  background-color: #714dd2;
  border-color: transparent;
  color: white;
}

.button.is-primary:focus, .button.is-primary.is-focused {
  border-color: transparent;
  color: white;
}

.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25);
}

.button.is-primary:active, .button.is-primary.is-active {
  background-color: #6943d0;
  border-color: transparent;
  color: white;
}

.button.is-primary[disabled],
fieldset[disabled] .button.is-primary {
  background-color: #00aac3;
  border-color: transparent;
  box-shadow: none;
}

.button.is-primary.is-inverted {
  background-color: white;
  color: #00aac3;
}

.button.is-primary.is-inverted:hover, .button.is-primary.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-primary.is-inverted[disabled],
fieldset[disabled] .button.is-primary.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #00aac3;
}

.button.is-primary.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00aac3;
  color: #00aac3;
}

.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
  background-color: #00aac3;
  border-color: #00aac3;
  color: white;
}

.button.is-primary.is-outlined.is-loading::after {
  border-color: transparent transparent #00aac3 #00aac3 !important;
}

.button.is-primary.is-outlined.is-loading:hover::after, .button.is-primary.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-outlined.is-loading:focus::after, .button.is-primary.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-primary.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-outlined {
  background-color: transparent;
  border-color: #00aac3;
  box-shadow: none;
  color: #00aac3;
}

.button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #00aac3;
}

.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #00aac3 #00aac3 !important;
}

.button.is-primary.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-primary.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-link {
  background-color: #00aac3;
  border-color: transparent;
  color: white;
}

.button.is-link:hover, .button.is-link.is-hovered {
  background-color: #714dd2;
  border-color: transparent;
  color: white;
}

.button.is-link:focus, .button.is-link.is-focused {
  border-color: transparent;
  color: white;
}

.button.is-link:focus:not(:active), .button.is-link.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25);
}

.button.is-link:active, .button.is-link.is-active {
  background-color: #6943d0;
  border-color: transparent;
  color: white;
}

.button.is-link[disabled],
fieldset[disabled] .button.is-link {
  background-color: #00aac3;
  border-color: transparent;
  box-shadow: none;
}

.button.is-link.is-inverted {
  background-color: white;
  color: #00aac3;
}

.button.is-link.is-inverted:hover, .button.is-link.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-link.is-inverted[disabled],
fieldset[disabled] .button.is-link.is-inverted {
  background-color: white;
  border-color: transparent;
  box-shadow: none;
  color: #00aac3;
}

.button.is-link.is-loading::after {
  border-color: transparent transparent white white !important;
}

.button.is-link.is-outlined {
  background-color: transparent;
  border-color: #00aac3;
  color: #00aac3;
}

.button.is-link.is-outlined:hover, .button.is-link.is-outlined.is-hovered, .button.is-link.is-outlined:focus, .button.is-link.is-outlined.is-focused {
  background-color: #00aac3;
  border-color: #00aac3;
  color: white;
}

.button.is-link.is-outlined.is-loading::after {
  border-color: transparent transparent #00aac3 #00aac3 !important;
}

.button.is-link.is-outlined.is-loading:hover::after, .button.is-link.is-outlined.is-loading.is-hovered::after, .button.is-link.is-outlined.is-loading:focus::after, .button.is-link.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent white white !important;
}

.button.is-link.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-outlined {
  background-color: transparent;
  border-color: #00aac3;
  box-shadow: none;
  color: #00aac3;
}

.button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  color: white;
}

.button.is-link.is-inverted.is-outlined:hover, .button.is-link.is-inverted.is-outlined.is-hovered, .button.is-link.is-inverted.is-outlined:focus, .button.is-link.is-inverted.is-outlined.is-focused {
  background-color: white;
  color: #00aac3;
}

.button.is-link.is-inverted.is-outlined.is-loading:hover::after, .button.is-link.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-link.is-inverted.is-outlined.is-loading:focus::after, .button.is-link.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #00aac3 #00aac3 !important;
}

.button.is-link.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-link.is-inverted.is-outlined {
  background-color: transparent;
  border-color: white;
  box-shadow: none;
  color: white;
}

.button.is-info {
  background-color: #167df0;
  border-color: transparent;
  color: #fff;
}

.button.is-info:hover, .button.is-info.is-hovered {
  background-color: #0f77ea;
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus, .button.is-info.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-info:focus:not(:active), .button.is-info.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(22, 125, 240, 0.25);
}

.button.is-info:active, .button.is-info.is-active {
  background-color: #0e71de;
  border-color: transparent;
  color: #fff;
}

.button.is-info[disabled],
fieldset[disabled] .button.is-info {
  background-color: #167df0;
  border-color: transparent;
  box-shadow: none;
}

.button.is-info.is-inverted {
  background-color: #fff;
  color: #167df0;
}

.button.is-info.is-inverted:hover, .button.is-info.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-info.is-inverted[disabled],
fieldset[disabled] .button.is-info.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #167df0;
}

.button.is-info.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined {
  background-color: transparent;
  border-color: #167df0;
  color: #167df0;
}

.button.is-info.is-outlined:hover, .button.is-info.is-outlined.is-hovered, .button.is-info.is-outlined:focus, .button.is-info.is-outlined.is-focused {
  background-color: #167df0;
  border-color: #167df0;
  color: #fff;
}

.button.is-info.is-outlined.is-loading::after {
  border-color: transparent transparent #167df0 #167df0 !important;
}

.button.is-info.is-outlined.is-loading:hover::after, .button.is-info.is-outlined.is-loading.is-hovered::after, .button.is-info.is-outlined.is-loading:focus::after, .button.is-info.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-info.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-outlined {
  background-color: transparent;
  border-color: #167df0;
  box-shadow: none;
  color: #167df0;
}

.button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-info.is-inverted.is-outlined:hover, .button.is-info.is-inverted.is-outlined.is-hovered, .button.is-info.is-inverted.is-outlined:focus, .button.is-info.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #167df0;
}

.button.is-info.is-inverted.is-outlined.is-loading:hover::after, .button.is-info.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-info.is-inverted.is-outlined.is-loading:focus::after, .button.is-info.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #167df0 #167df0 !important;
}

.button.is-info.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-info.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-success {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

.button.is-success:hover, .button.is-success.is-hovered {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus, .button.is-success.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.button.is-success:active, .button.is-success.is-active {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

.button.is-success[disabled],
fieldset[disabled] .button.is-success {
  background-color: #23d160;
  border-color: transparent;
  box-shadow: none;
}

.button.is-success.is-inverted {
  background-color: #fff;
  color: #23d160;
}

.button.is-success.is-inverted:hover, .button.is-success.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-success.is-inverted[disabled],
fieldset[disabled] .button.is-success.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #23d160;
}

.button.is-success.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  color: #23d160;
}

.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

.button.is-success.is-outlined.is-loading::after {
  border-color: transparent transparent #23d160 #23d160 !important;
}

.button.is-success.is-outlined.is-loading:hover::after, .button.is-success.is-outlined.is-loading.is-hovered::after, .button.is-success.is-outlined.is-loading:focus::after, .button.is-success.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-success.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-outlined {
  background-color: transparent;
  border-color: #23d160;
  box-shadow: none;
  color: #23d160;
}

.button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #23d160;
}

.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #23d160 #23d160 !important;
}

.button.is-success.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-success.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:hover, .button.is-warning.is-hovered {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus, .button.is-warning.is-focused {
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning:focus:not(:active), .button.is-warning.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.button.is-warning:active, .button.is-warning.is-active {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning[disabled],
fieldset[disabled] .button.is-warning {
  background-color: #ffdd57;
  border-color: transparent;
  box-shadow: none;
}

.button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted:hover, .button.is-warning.is-inverted.is-hovered {
  background-color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted[disabled],
fieldset[disabled] .button.is-warning.is-inverted {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: transparent;
  box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-loading::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  color: #ffdd57;
}

.button.is-warning.is-outlined:hover, .button.is-warning.is-outlined.is-hovered, .button.is-warning.is-outlined:focus, .button.is-warning.is-outlined.is-focused {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-outlined.is-loading::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

.button.is-warning.is-outlined.is-loading:hover::after, .button.is-warning.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-outlined.is-loading:focus::after, .button.is-warning.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.7) rgba(0, 0, 0, 0.7) !important;
}

.button.is-warning.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-outlined {
  background-color: transparent;
  border-color: #ffdd57;
  box-shadow: none;
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  color: rgba(0, 0, 0, 0.7);
}

.button.is-warning.is-inverted.is-outlined:hover, .button.is-warning.is-inverted.is-outlined.is-hovered, .button.is-warning.is-inverted.is-outlined:focus, .button.is-warning.is-inverted.is-outlined.is-focused {
  background-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.button.is-warning.is-inverted.is-outlined.is-loading:hover::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-warning.is-inverted.is-outlined.is-loading:focus::after, .button.is-warning.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ffdd57 #ffdd57 !important;
}

.button.is-warning.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-warning.is-inverted.is-outlined {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.7);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.7);
}

.button.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:hover, .button.is-danger.is-hovered {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus, .button.is-danger.is-focused {
  border-color: transparent;
  color: #fff;
}

.button.is-danger:focus:not(:active), .button.is-danger.is-focused:not(:active) {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.button.is-danger:active, .button.is-danger.is-active {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}

.button.is-danger[disabled],
fieldset[disabled] .button.is-danger {
  background-color: #ff3860;
  border-color: transparent;
  box-shadow: none;
}

.button.is-danger.is-inverted {
  background-color: #fff;
  color: #ff3860;
}

.button.is-danger.is-inverted:hover, .button.is-danger.is-inverted.is-hovered {
  background-color: #f2f2f2;
}

.button.is-danger.is-inverted[disabled],
fieldset[disabled] .button.is-danger.is-inverted {
  background-color: #fff;
  border-color: transparent;
  box-shadow: none;
  color: #ff3860;
}

.button.is-danger.is-loading::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  color: #ff3860;
}

.button.is-danger.is-outlined:hover, .button.is-danger.is-outlined.is-hovered, .button.is-danger.is-outlined:focus, .button.is-danger.is-outlined.is-focused {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

.button.is-danger.is-outlined.is-loading::after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}

.button.is-danger.is-outlined.is-loading:hover::after, .button.is-danger.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-outlined.is-loading:focus::after, .button.is-danger.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #fff #fff !important;
}

.button.is-danger.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-outlined {
  background-color: transparent;
  border-color: #ff3860;
  box-shadow: none;
  color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  color: #fff;
}

.button.is-danger.is-inverted.is-outlined:hover, .button.is-danger.is-inverted.is-outlined.is-hovered, .button.is-danger.is-inverted.is-outlined:focus, .button.is-danger.is-inverted.is-outlined.is-focused {
  background-color: #fff;
  color: #ff3860;
}

.button.is-danger.is-inverted.is-outlined.is-loading:hover::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-danger.is-inverted.is-outlined.is-loading:focus::after, .button.is-danger.is-inverted.is-outlined.is-loading.is-focused::after {
  border-color: transparent transparent #ff3860 #ff3860 !important;
}

.button.is-danger.is-inverted.is-outlined[disabled],
fieldset[disabled] .button.is-danger.is-inverted.is-outlined {
  background-color: transparent;
  border-color: #fff;
  box-shadow: none;
  color: #fff;
}

.button.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.button.is-normal {
  font-size: 1rem;
}

.button.is-medium {
  font-size: 1.25rem;
}

.button.is-large {
  font-size: 1.5rem;
}

.button[disabled],
fieldset[disabled] .button {
  background-color: white;
  border-color: #dbdbdb;
  box-shadow: none;
  opacity: 0.5;
}

.button.is-fullwidth {
  display: flex;
  width: 100%;
}

.button.is-loading {
  color: transparent !important;
  pointer-events: none;
}

.button.is-loading::after {
  position: absolute;
  left: calc(50% - 0.5em);
  top: calc(50% - 0.5em);
  position: absolute !important;
}

.button.is-static {
  background-color: whitesmoke;
  border-color: #dbdbdb;
  color: #7a7a7a;
  box-shadow: none;
  pointer-events: none;
}

.button.is-rounded {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.buttons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.buttons .button {
  margin-bottom: 0.5rem;
}

.buttons .button:not(:last-child):not(.is-fullwidth) {
  margin-right: 0.5rem;
}

.buttons:last-child {
  margin-bottom: -0.5rem;
}

.buttons:not(:last-child) {
  margin-bottom: 1rem;
}

.buttons.are-small .button:not(.is-normal):not(.is-medium):not(.is-large) {
  border-radius: 2px;
  font-size: 0.75rem;
}

.buttons.are-medium .button:not(.is-small):not(.is-normal):not(.is-large) {
  font-size: 1.25rem;
}

.buttons.are-large .button:not(.is-small):not(.is-normal):not(.is-medium) {
  font-size: 1.5rem;
}

.buttons.has-addons .button:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.buttons.has-addons .button:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  margin-right: -1px;
}

.buttons.has-addons .button:last-child {
  margin-right: 0;
}

.buttons.has-addons .button:hover, .buttons.has-addons .button.is-hovered {
  z-index: 2;
}

.buttons.has-addons .button:focus, .buttons.has-addons .button.is-focused, .buttons.has-addons .button:active, .buttons.has-addons .button.is-active, .buttons.has-addons .button.is-selected {
  z-index: 3;
}

.buttons.has-addons .button:focus:hover, .buttons.has-addons .button.is-focused:hover, .buttons.has-addons .button:active:hover, .buttons.has-addons .button.is-active:hover, .buttons.has-addons .button.is-selected:hover {
  z-index: 4;
}

.buttons.has-addons .button.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.buttons.is-centered {
  justify-content: center;
}

.buttons.is-centered:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.buttons.is-right {
  justify-content: flex-end;
}

.buttons.is-right:not(.has-addons) .button:not(.is-fullwidth) {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }

  .container.is-fluid {
    margin-left: 32px;
    margin-right: 32px;
    max-width: none;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container {
    max-width: 1344px;
  }
}
.content li + li {
  margin-top: 0.25em;
}

.content p:not(:last-child),
.content dl:not(:last-child),
.content ol:not(:last-child),
.content ul:not(:last-child),
.content blockquote:not(:last-child),
.content pre:not(:last-child),
.content table:not(:last-child) {
  margin-bottom: 1em;
}

.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  color: #363636;
  font-weight: 600;
  line-height: 1.125;
}

.content h1 {
  font-size: 2em;
  margin-bottom: 0.5em;
}

.content h1:not(:first-child) {
  margin-top: 1em;
}

.content h2 {
  font-size: 1.75em;
  margin-bottom: 0.5714em;
}

.content h2:not(:first-child) {
  margin-top: 1.1428em;
}

.content h3 {
  font-size: 1.5em;
  margin-bottom: 0.6666em;
}

.content h3:not(:first-child) {
  margin-top: 1.3333em;
}

.content h4 {
  font-size: 1.25em;
  margin-bottom: 0.8em;
}

.content h5 {
  font-size: 1.125em;
  margin-bottom: 0.8888em;
}

.content h6 {
  font-size: 1em;
  margin-bottom: 1em;
}

.content blockquote {
  background-color: whitesmoke;
  border-left: 5px solid #dbdbdb;
  padding: 1.25em 1.5em;
}

.content ol {
  list-style-position: outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ol:not([type]) {
  list-style-type: decimal;
}

.content ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

.content ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

.content ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

.content ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

.content ul {
  list-style: disc outside;
  margin-left: 2em;
  margin-top: 1em;
}

.content ul ul {
  list-style-type: circle;
  margin-top: 0.5em;
}

.content ul ul ul {
  list-style-type: square;
}

.content dd {
  margin-left: 2em;
}

.content figure {
  margin-left: 2em;
  margin-right: 2em;
  text-align: center;
}

.content figure:not(:first-child) {
  margin-top: 2em;
}

.content figure:not(:last-child) {
  margin-bottom: 2em;
}

.content figure img {
  display: inline-block;
}

.content figure figcaption {
  font-style: italic;
}

.content pre {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  padding: 1.25em 1.5em;
  white-space: pre;
  word-wrap: normal;
}

.content sup,
.content sub {
  font-size: 75%;
}

.content table {
  width: 100%;
}

.content table td,
.content table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.content table th {
  color: #363636;
}

.content table th:not([align]) {
  text-align: left;
}

.content table thead td,
.content table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.content table tfoot td,
.content table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.content table tbody tr:last-child td,
.content table tbody tr:last-child th {
  border-bottom-width: 0;
}

.content .tabs li + li {
  margin-top: 0;
}

.content.is-small {
  font-size: 0.75rem;
}

.content.is-medium {
  font-size: 1.25rem;
}

.content.is-large {
  font-size: 1.5rem;
}

.icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

.icon.is-small {
  height: 1rem;
  width: 1rem;
}

.icon.is-medium {
  height: 2rem;
  width: 2rem;
}

.icon.is-large {
  height: 3rem;
  width: 3rem;
}

.image {
  display: block;
  position: relative;
}

.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image img.is-rounded {
  border-radius: 290486px;
}

.image.is-square img,
.image.is-square .has-ratio, .image.is-1by1 img,
.image.is-1by1 .has-ratio, .image.is-5by4 img,
.image.is-5by4 .has-ratio, .image.is-4by3 img,
.image.is-4by3 .has-ratio, .image.is-3by2 img,
.image.is-3by2 .has-ratio, .image.is-5by3 img,
.image.is-5by3 .has-ratio, .image.is-16by9 img,
.image.is-16by9 .has-ratio, .image.is-2by1 img,
.image.is-2by1 .has-ratio, .image.is-3by1 img,
.image.is-3by1 .has-ratio, .image.is-4by5 img,
.image.is-4by5 .has-ratio, .image.is-3by4 img,
.image.is-3by4 .has-ratio, .image.is-2by3 img,
.image.is-2by3 .has-ratio, .image.is-3by5 img,
.image.is-3by5 .has-ratio, .image.is-9by16 img,
.image.is-9by16 .has-ratio, .image.is-1by2 img,
.image.is-1by2 .has-ratio, .image.is-1by3 img,
.image.is-1by3 .has-ratio {
  height: 100%;
  width: 100%;
}

.image.is-square, .image.is-1by1 {
  padding-top: 100%;
}

.image.is-5by4 {
  padding-top: 80%;
}

.image.is-4by3 {
  padding-top: 75%;
}

.image.is-3by2 {
  padding-top: 66.6666%;
}

.image.is-5by3 {
  padding-top: 60%;
}

.image.is-16by9 {
  padding-top: 56.25%;
}

.image.is-2by1 {
  padding-top: 50%;
}

.image.is-3by1 {
  padding-top: 33.3333%;
}

.image.is-4by5 {
  padding-top: 125%;
}

.image.is-3by4 {
  padding-top: 133.3333%;
}

.image.is-2by3 {
  padding-top: 150%;
}

.image.is-3by5 {
  padding-top: 166.6666%;
}

.image.is-9by16 {
  padding-top: 177.7777%;
}

.image.is-1by2 {
  padding-top: 200%;
}

.image.is-1by3 {
  padding-top: 300%;
}

.image.is-16x16 {
  height: 16px;
  width: 16px;
}

.image.is-24x24 {
  height: 24px;
  width: 24px;
}

.image.is-32x32 {
  height: 32px;
  width: 32px;
}

.image.is-48x48 {
  height: 48px;
  width: 48px;
}

.image.is-64x64 {
  height: 64px;
  width: 64px;
}

.image.is-96x96 {
  height: 96px;
  width: 96px;
}

.image.is-128x128 {
  height: 128px;
  width: 128px;
}

.notification {
  background-color: whitesmoke;
  border-radius: 4px;
  padding: 1.25rem 2.5rem 1.25rem 1.5rem;
  position: relative;
}

.notification a:not(.button):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.notification strong {
  color: currentColor;
}

.notification code,
.notification pre {
  background: white;
}

.notification pre code {
  background: transparent;
}

.notification > .delete {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
}

.notification .title,
.notification .subtitle,
.notification .content {
  color: currentColor;
}

.notification.is-white {
  background-color: white;
  color: #0a0a0a;
}

.notification.is-black {
  background-color: #0a0a0a;
  color: white;
}

.notification.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.notification.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.notification.is-primary {
  background-color: #00aac3;
  color: white;
}

.notification.is-link {
  background-color: #00aac3;
  color: white;
}

.notification.is-info {
  background-color: #167df0;
  color: #fff;
}

.notification.is-success {
  background-color: #23d160;
  color: #fff;
}

.notification.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.notification.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.progress {
  -moz-appearance: none;
  -webkit-appearance: none;
  border: none;
  border-radius: 290486px;
  display: block;
  height: 1rem;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.progress::-webkit-progress-bar {
  background-color: #dbdbdb;
}

.progress::-webkit-progress-value {
  background-color: #4a4a4a;
}

.progress::-moz-progress-bar {
  background-color: #4a4a4a;
}

.progress::-ms-fill {
  background-color: #4a4a4a;
  border: none;
}

.progress.is-white::-webkit-progress-value {
  background-color: white;
}

.progress.is-white::-moz-progress-bar {
  background-color: white;
}

.progress.is-white::-ms-fill {
  background-color: white;
}

.progress.is-white:indeterminate {
  background-image: linear-gradient(to right, white 30%, #dbdbdb 30%);
}

.progress.is-black::-webkit-progress-value {
  background-color: #0a0a0a;
}

.progress.is-black::-moz-progress-bar {
  background-color: #0a0a0a;
}

.progress.is-black::-ms-fill {
  background-color: #0a0a0a;
}

.progress.is-black:indeterminate {
  background-image: linear-gradient(to right, #0a0a0a 30%, #dbdbdb 30%);
}

.progress.is-light::-webkit-progress-value {
  background-color: whitesmoke;
}

.progress.is-light::-moz-progress-bar {
  background-color: whitesmoke;
}

.progress.is-light::-ms-fill {
  background-color: whitesmoke;
}

.progress.is-light:indeterminate {
  background-image: linear-gradient(to right, whitesmoke 30%, #dbdbdb 30%);
}

.progress.is-dark::-webkit-progress-value {
  background-color: #363636;
}

.progress.is-dark::-moz-progress-bar {
  background-color: #363636;
}

.progress.is-dark::-ms-fill {
  background-color: #363636;
}

.progress.is-dark:indeterminate {
  background-image: linear-gradient(to right, #363636 30%, #dbdbdb 30%);
}

.progress.is-primary::-webkit-progress-value {
  background-color: #00aac3;
}

.progress.is-primary::-moz-progress-bar {
  background-color: #00aac3;
}

.progress.is-primary::-ms-fill {
  background-color: #00aac3;
}

.progress.is-primary:indeterminate {
  background-image: linear-gradient(to right, #00aac3 30%, #dbdbdb 30%);
}

.progress.is-link::-webkit-progress-value {
  background-color: #00aac3;
}

.progress.is-link::-moz-progress-bar {
  background-color: #00aac3;
}

.progress.is-link::-ms-fill {
  background-color: #00aac3;
}

.progress.is-link:indeterminate {
  background-image: linear-gradient(to right, #00aac3 30%, #dbdbdb 30%);
}

.progress.is-info::-webkit-progress-value {
  background-color: #167df0;
}

.progress.is-info::-moz-progress-bar {
  background-color: #167df0;
}

.progress.is-info::-ms-fill {
  background-color: #167df0;
}

.progress.is-info:indeterminate {
  background-image: linear-gradient(to right, #167df0 30%, #dbdbdb 30%);
}

.progress.is-success::-webkit-progress-value {
  background-color: #23d160;
}

.progress.is-success::-moz-progress-bar {
  background-color: #23d160;
}

.progress.is-success::-ms-fill {
  background-color: #23d160;
}

.progress.is-success:indeterminate {
  background-image: linear-gradient(to right, #23d160 30%, #dbdbdb 30%);
}

.progress.is-warning::-webkit-progress-value {
  background-color: #ffdd57;
}

.progress.is-warning::-moz-progress-bar {
  background-color: #ffdd57;
}

.progress.is-warning::-ms-fill {
  background-color: #ffdd57;
}

.progress.is-warning:indeterminate {
  background-image: linear-gradient(to right, #ffdd57 30%, #dbdbdb 30%);
}

.progress.is-danger::-webkit-progress-value {
  background-color: #ff3860;
}

.progress.is-danger::-moz-progress-bar {
  background-color: #ff3860;
}

.progress.is-danger::-ms-fill {
  background-color: #ff3860;
}

.progress.is-danger:indeterminate {
  background-image: linear-gradient(to right, #ff3860 30%, #dbdbdb 30%);
}

.progress:indeterminate {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-name: moveIndeterminate;
  animation-timing-function: linear;
  background-color: #dbdbdb;
  background-image: linear-gradient(to right, #4a4a4a 30%, #dbdbdb 30%);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 150% 150%;
}

.progress:indeterminate::-webkit-progress-bar {
  background-color: transparent;
}

.progress:indeterminate::-moz-progress-bar {
  background-color: transparent;
}

.progress.is-small {
  height: 0.75rem;
}

.progress.is-medium {
  height: 1.25rem;
}

.progress.is-large {
  height: 1.5rem;
}

@keyframes moveIndeterminate {
  from {
    background-position: 200% 0;
  }
  to {
    background-position: -200% 0;
  }
}
.table {
  background-color: white;
  color: #363636;
}

.table td,
.table th {
  border: 1px solid #dbdbdb;
  border-width: 0 0 1px;
  padding: 0.5em 0.75em;
  vertical-align: top;
}

.table td.is-white,
.table th.is-white {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.table td.is-black,
.table th.is-black {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.table td.is-light,
.table th.is-light {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.table td.is-dark,
.table th.is-dark {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.table td.is-primary,
.table th.is-primary {
  background-color: #00aac3;
  border-color: #00aac3;
  color: white;
}

.table td.is-link,
.table th.is-link {
  background-color: #00aac3;
  border-color: #00aac3;
  color: white;
}

.table td.is-info,
.table th.is-info {
  background-color: #167df0;
  border-color: #167df0;
  color: #fff;
}

.table td.is-success,
.table th.is-success {
  background-color: #23d160;
  border-color: #23d160;
  color: #fff;
}

.table td.is-warning,
.table th.is-warning {
  background-color: #ffdd57;
  border-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.table td.is-danger,
.table th.is-danger {
  background-color: #ff3860;
  border-color: #ff3860;
  color: #fff;
}

.table td.is-narrow,
.table th.is-narrow {
  white-space: nowrap;
  width: 1%;
}

.table td.is-selected,
.table th.is-selected {
  background-color: #00aac3;
  color: white;
}

.table td.is-selected a,
.table td.is-selected strong,
.table th.is-selected a,
.table th.is-selected strong {
  color: currentColor;
}

.table th {
  color: #363636;
}

.table th:not([align]) {
  text-align: left;
}

.table tr.is-selected {
  background-color: #00aac3;
  color: white;
}

.table tr.is-selected a,
.table tr.is-selected strong {
  color: currentColor;
}

.table tr.is-selected td,
.table tr.is-selected th {
  border-color: white;
  color: currentColor;
}

.table thead {
  background-color: transparent;
}

.table thead td,
.table thead th {
  border-width: 0 0 2px;
  color: #363636;
}

.table tfoot {
  background-color: transparent;
}

.table tfoot td,
.table tfoot th {
  border-width: 2px 0 0;
  color: #363636;
}

.table tbody {
  background-color: transparent;
}

.table tbody tr:last-child td,
.table tbody tr:last-child th {
  border-bottom-width: 0;
}

.table.is-bordered td,
.table.is-bordered th {
  border-width: 1px;
}

.table.is-bordered tr:last-child td,
.table.is-bordered tr:last-child th {
  border-bottom-width: 1px;
}

.table.is-fullwidth {
  width: 100%;
}

.table.is-hoverable tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover {
  background-color: #fafafa;
}

.table.is-hoverable.is-striped tbody tr:not(.is-selected):hover:nth-child(even) {
  background-color: whitesmoke;
}

.table.is-narrow td,
.table.is-narrow th {
  padding: 0.25em 0.5em;
}

.table.is-striped tbody tr:not(.is-selected):nth-child(even) {
  background-color: #fafafa;
}

.table-container {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
  overflow-y: hidden;
  max-width: 100%;
}

.tags {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.tags .tag {
  margin-bottom: 0.5rem;
}

.tags .tag:not(:last-child) {
  margin-right: 0.5rem;
}

.tags:last-child {
  margin-bottom: -0.5rem;
}

.tags:not(:last-child) {
  margin-bottom: 1rem;
}

.tags.are-medium .tag:not(.is-normal):not(.is-large) {
  font-size: 1rem;
}

.tags.are-large .tag:not(.is-normal):not(.is-medium) {
  font-size: 1.25rem;
}

.tags.is-centered {
  justify-content: center;
}

.tags.is-centered .tag {
  margin-right: 0.25rem;
  margin-left: 0.25rem;
}

.tags.is-right {
  justify-content: flex-end;
}

.tags.is-right .tag:not(:first-child) {
  margin-left: 0.5rem;
}

.tags.is-right .tag:not(:last-child) {
  margin-right: 0;
}

.tags.has-addons .tag {
  margin-right: 0;
}

.tags.has-addons .tag:not(:first-child) {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.tags.has-addons .tag:not(:last-child) {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.tag:not(body) {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 4px;
  color: #4a4a4a;
  display: inline-flex;
  font-size: 0.75rem;
  height: 2em;
  justify-content: center;
  line-height: 1.5;
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.tag:not(body) .delete {
  margin-left: 0.25rem;
  margin-right: -0.375rem;
}

.tag:not(body).is-white {
  background-color: white;
  color: #0a0a0a;
}

.tag:not(body).is-black {
  background-color: #0a0a0a;
  color: white;
}

.tag:not(body).is-light {
  background-color: whitesmoke;
  color: #363636;
}

.tag:not(body).is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.tag:not(body).is-primary {
  background-color: #00aac3;
  color: white;
}

.tag:not(body).is-link {
  background-color: #00aac3;
  color: white;
}

.tag:not(body).is-info {
  background-color: #167df0;
  color: #fff;
}

.tag:not(body).is-success {
  background-color: #23d160;
  color: #fff;
}

.tag:not(body).is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.tag:not(body).is-danger {
  background-color: #ff3860;
  color: #fff;
}

.tag:not(body).is-normal {
  font-size: 0.75rem;
}

.tag:not(body).is-medium {
  font-size: 1rem;
}

.tag:not(body).is-large {
  font-size: 1.25rem;
}

.tag:not(body) .icon:first-child:not(:last-child) {
  margin-left: -0.375em;
  margin-right: 0.1875em;
}

.tag:not(body) .icon:last-child:not(:first-child) {
  margin-left: 0.1875em;
  margin-right: -0.375em;
}

.tag:not(body) .icon:first-child:last-child {
  margin-left: -0.375em;
  margin-right: -0.375em;
}

.tag:not(body).is-delete {
  margin-left: 1px;
  padding: 0;
  position: relative;
  width: 2em;
}

.tag:not(body).is-delete::before, .tag:not(body).is-delete::after {
  background-color: currentColor;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform-origin: center center;
}

.tag:not(body).is-delete::before {
  height: 1px;
  width: 50%;
}

.tag:not(body).is-delete::after {
  height: 50%;
  width: 1px;
}

.tag:not(body).is-delete:hover, .tag:not(body).is-delete:focus {
  background-color: #e8e8e8;
}

.tag:not(body).is-delete:active {
  background-color: #dbdbdb;
}

.tag:not(body).is-rounded {
  border-radius: 290486px;
}

a.tag:hover {
  text-decoration: underline;
}

.title,
.subtitle {
  word-break: break-word;
}

.title em,
.title span,
.subtitle em,
.subtitle span {
  font-weight: inherit;
}

.title sub,
.subtitle sub {
  font-size: 0.75em;
}

.title sup,
.subtitle sup {
  font-size: 0.75em;
}

.title .tag,
.subtitle .tag {
  vertical-align: middle;
}

.title {
  color: #363636;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.125;
}

.title strong {
  color: inherit;
  font-weight: inherit;
}

.title + .highlight {
  margin-top: -0.75rem;
}

.title:not(.is-spaced) + .subtitle {
  margin-top: -1.25rem;
}

.title.is-1 {
  font-size: 3rem;
}

.title.is-2 {
  font-size: 2.5rem;
}

.title.is-3 {
  font-size: 2rem;
}

.title.is-4 {
  font-size: 1.5rem;
}

.title.is-5 {
  font-size: 1.25rem;
}

.title.is-6 {
  font-size: 1rem;
}

.title.is-7 {
  font-size: 0.75rem;
}

.subtitle {
  color: #4a4a4a;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.25;
}

.subtitle strong {
  color: #363636;
  font-weight: 600;
}

.subtitle:not(.is-spaced) + .title {
  margin-top: -1.25rem;
}

.subtitle.is-1 {
  font-size: 3rem;
}

.subtitle.is-2 {
  font-size: 2.5rem;
}

.subtitle.is-3 {
  font-size: 2rem;
}

.subtitle.is-4 {
  font-size: 1.5rem;
}

.subtitle.is-5 {
  font-size: 1.25rem;
}

.subtitle.is-6 {
  font-size: 1rem;
}

.subtitle.is-7 {
  font-size: 0.75rem;
}

.heading {
  display: block;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.highlight {
  font-weight: 400;
  max-width: 100%;
  overflow: hidden;
  padding: 0;
}

.highlight pre {
  overflow: auto;
  max-width: 100%;
}

.number {
  align-items: center;
  background-color: whitesmoke;
  border-radius: 290486px;
  display: inline-flex;
  font-size: 1.25rem;
  height: 2em;
  justify-content: center;
  margin-right: 1.5rem;
  min-width: 2.5em;
  padding: 0.25rem 0.5rem;
  text-align: center;
  vertical-align: top;
}

.input, .taginput .taginput-container.is-focusable, .textarea, .select select {
  background-color: white;
  border-color: #dbdbdb;
  border-radius: 4px;
  color: #363636;
}

.input::-moz-placeholder, .taginput .taginput-container.is-focusable::-moz-placeholder, .textarea::-moz-placeholder, .select select::-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input::-webkit-input-placeholder, .taginput .taginput-container.is-focusable::-webkit-input-placeholder, .textarea::-webkit-input-placeholder, .select select::-webkit-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:-moz-placeholder, .taginput .taginput-container.is-focusable:-moz-placeholder, .textarea:-moz-placeholder, .select select:-moz-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:-ms-input-placeholder, .taginput .taginput-container.is-focusable:-ms-input-placeholder, .textarea:-ms-input-placeholder, .select select:-ms-input-placeholder {
  color: rgba(54, 54, 54, 0.3);
}

.input:hover, .taginput .taginput-container.is-focusable:hover, .textarea:hover, .select select:hover, .is-hovered.input, .taginput .is-hovered.taginput-container.is-focusable, .is-hovered.textarea, .select select.is-hovered {
  border-color: #b5b5b5;
}

.input:focus, .taginput .taginput-container.is-focusable:focus, .textarea:focus, .select select:focus, .is-focused.input, .taginput .is-focused.taginput-container.is-focusable, .is-focused.textarea, .select select.is-focused, .input:active, .taginput .taginput-container.is-focusable:active, .textarea:active, .select select:active, .is-active.input, .taginput .is-active.taginput-container.is-focusable, .is-active.textarea, .select select.is-active {
  border-color: #00aac3;
  box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25);
}

.input[disabled], .taginput .taginput-container.is-focusable[disabled], .textarea[disabled], .select select[disabled],
fieldset[disabled] .input,
fieldset[disabled] .taginput .taginput-container.is-focusable,
.taginput fieldset[disabled] .taginput-container.is-focusable,
fieldset[disabled] .textarea,
fieldset[disabled] .select select,
.select fieldset[disabled] select {
  background-color: whitesmoke;
  border-color: whitesmoke;
  box-shadow: none;
  color: #7a7a7a;
}

.input[disabled]::-moz-placeholder, .taginput .taginput-container.is-focusable[disabled]::-moz-placeholder, .textarea[disabled]::-moz-placeholder, .select select[disabled]::-moz-placeholder,
fieldset[disabled] .input::-moz-placeholder,
fieldset[disabled] .taginput .taginput-container.is-focusable::-moz-placeholder,
.taginput fieldset[disabled] .taginput-container.is-focusable::-moz-placeholder,
fieldset[disabled] .textarea::-moz-placeholder,
fieldset[disabled] .select select::-moz-placeholder,
.select fieldset[disabled] select::-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]::-webkit-input-placeholder, .taginput .taginput-container.is-focusable[disabled]::-webkit-input-placeholder, .textarea[disabled]::-webkit-input-placeholder, .select select[disabled]::-webkit-input-placeholder,
fieldset[disabled] .input::-webkit-input-placeholder,
fieldset[disabled] .taginput .taginput-container.is-focusable::-webkit-input-placeholder,
.taginput fieldset[disabled] .taginput-container.is-focusable::-webkit-input-placeholder,
fieldset[disabled] .textarea::-webkit-input-placeholder,
fieldset[disabled] .select select::-webkit-input-placeholder,
.select fieldset[disabled] select::-webkit-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-moz-placeholder, .taginput .taginput-container.is-focusable[disabled]:-moz-placeholder, .textarea[disabled]:-moz-placeholder, .select select[disabled]:-moz-placeholder,
fieldset[disabled] .input:-moz-placeholder,
fieldset[disabled] .taginput .taginput-container.is-focusable:-moz-placeholder,
.taginput fieldset[disabled] .taginput-container.is-focusable:-moz-placeholder,
fieldset[disabled] .textarea:-moz-placeholder,
fieldset[disabled] .select select:-moz-placeholder,
.select fieldset[disabled] select:-moz-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input[disabled]:-ms-input-placeholder, .taginput .taginput-container.is-focusable[disabled]:-ms-input-placeholder, .textarea[disabled]:-ms-input-placeholder, .select select[disabled]:-ms-input-placeholder,
fieldset[disabled] .input:-ms-input-placeholder,
fieldset[disabled] .taginput .taginput-container.is-focusable:-ms-input-placeholder,
.taginput fieldset[disabled] .taginput-container.is-focusable:-ms-input-placeholder,
fieldset[disabled] .textarea:-ms-input-placeholder,
fieldset[disabled] .select select:-ms-input-placeholder,
.select fieldset[disabled] select:-ms-input-placeholder {
  color: rgba(122, 122, 122, 0.3);
}

.input, .taginput .taginput-container.is-focusable, .textarea {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  width: 100%;
}

.input[readonly], .taginput .taginput-container.is-focusable[readonly], .textarea[readonly] {
  box-shadow: none;
}

.is-white.input, .taginput .is-white.taginput-container.is-focusable, .is-white.textarea {
  border-color: white;
}

.is-white.input:focus, .taginput .is-white.taginput-container.is-focusable:focus, .is-white.textarea:focus, .is-white.is-focused.input, .taginput .is-white.is-focused.taginput-container.is-focusable, .is-white.is-focused.textarea, .is-white.input:active, .taginput .is-white.taginput-container.is-focusable:active, .is-white.textarea:active, .is-white.is-active.input, .taginput .is-white.is-active.taginput-container.is-focusable, .is-white.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.is-black.input, .taginput .is-black.taginput-container.is-focusable, .is-black.textarea {
  border-color: #0a0a0a;
}

.is-black.input:focus, .taginput .is-black.taginput-container.is-focusable:focus, .is-black.textarea:focus, .is-black.is-focused.input, .taginput .is-black.is-focused.taginput-container.is-focusable, .is-black.is-focused.textarea, .is-black.input:active, .taginput .is-black.taginput-container.is-focusable:active, .is-black.textarea:active, .is-black.is-active.input, .taginput .is-black.is-active.taginput-container.is-focusable, .is-black.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.is-light.input, .taginput .is-light.taginput-container.is-focusable, .is-light.textarea {
  border-color: whitesmoke;
}

.is-light.input:focus, .taginput .is-light.taginput-container.is-focusable:focus, .is-light.textarea:focus, .is-light.is-focused.input, .taginput .is-light.is-focused.taginput-container.is-focusable, .is-light.is-focused.textarea, .is-light.input:active, .taginput .is-light.taginput-container.is-focusable:active, .is-light.textarea:active, .is-light.is-active.input, .taginput .is-light.is-active.taginput-container.is-focusable, .is-light.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.is-dark.input, .taginput .is-dark.taginput-container.is-focusable, .is-dark.textarea {
  border-color: #363636;
}

.is-dark.input:focus, .taginput .is-dark.taginput-container.is-focusable:focus, .is-dark.textarea:focus, .is-dark.is-focused.input, .taginput .is-dark.is-focused.taginput-container.is-focusable, .is-dark.is-focused.textarea, .is-dark.input:active, .taginput .is-dark.taginput-container.is-focusable:active, .is-dark.textarea:active, .is-dark.is-active.input, .taginput .is-dark.is-active.taginput-container.is-focusable, .is-dark.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.is-primary.input, .taginput .is-primary.taginput-container.is-focusable, .is-primary.textarea {
  border-color: #00aac3;
}

.is-primary.input:focus, .taginput .is-primary.taginput-container.is-focusable:focus, .is-primary.textarea:focus, .is-primary.is-focused.input, .taginput .is-primary.is-focused.taginput-container.is-focusable, .is-primary.is-focused.textarea, .is-primary.input:active, .taginput .is-primary.taginput-container.is-focusable:active, .is-primary.textarea:active, .is-primary.is-active.input, .taginput .is-primary.is-active.taginput-container.is-focusable, .is-primary.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25);
}

.is-link.input, .taginput .is-link.taginput-container.is-focusable, .is-link.textarea {
  border-color: #00aac3;
}

.is-link.input:focus, .taginput .is-link.taginput-container.is-focusable:focus, .is-link.textarea:focus, .is-link.is-focused.input, .taginput .is-link.is-focused.taginput-container.is-focusable, .is-link.is-focused.textarea, .is-link.input:active, .taginput .is-link.taginput-container.is-focusable:active, .is-link.textarea:active, .is-link.is-active.input, .taginput .is-link.is-active.taginput-container.is-focusable, .is-link.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25);
}

.is-info.input, .taginput .is-info.taginput-container.is-focusable, .is-info.textarea {
  border-color: #167df0;
}

.is-info.input:focus, .taginput .is-info.taginput-container.is-focusable:focus, .is-info.textarea:focus, .is-info.is-focused.input, .taginput .is-info.is-focused.taginput-container.is-focusable, .is-info.is-focused.textarea, .is-info.input:active, .taginput .is-info.taginput-container.is-focusable:active, .is-info.textarea:active, .is-info.is-active.input, .taginput .is-info.is-active.taginput-container.is-focusable, .is-info.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(22, 125, 240, 0.25);
}

.is-success.input, .taginput .is-success.taginput-container.is-focusable, .is-success.textarea {
  border-color: #23d160;
}

.is-success.input:focus, .taginput .is-success.taginput-container.is-focusable:focus, .is-success.textarea:focus, .is-success.is-focused.input, .taginput .is-success.is-focused.taginput-container.is-focusable, .is-success.is-focused.textarea, .is-success.input:active, .taginput .is-success.taginput-container.is-focusable:active, .is-success.textarea:active, .is-success.is-active.input, .taginput .is-success.is-active.taginput-container.is-focusable, .is-success.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.is-warning.input, .taginput .is-warning.taginput-container.is-focusable, .is-warning.textarea {
  border-color: #ffdd57;
}

.is-warning.input:focus, .taginput .is-warning.taginput-container.is-focusable:focus, .is-warning.textarea:focus, .is-warning.is-focused.input, .taginput .is-warning.is-focused.taginput-container.is-focusable, .is-warning.is-focused.textarea, .is-warning.input:active, .taginput .is-warning.taginput-container.is-focusable:active, .is-warning.textarea:active, .is-warning.is-active.input, .taginput .is-warning.is-active.taginput-container.is-focusable, .is-warning.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.is-danger.input, .taginput .is-danger.taginput-container.is-focusable, .is-danger.textarea {
  border-color: #ff3860;
}

.is-danger.input:focus, .taginput .is-danger.taginput-container.is-focusable:focus, .is-danger.textarea:focus, .is-danger.is-focused.input, .taginput .is-danger.is-focused.taginput-container.is-focusable, .is-danger.is-focused.textarea, .is-danger.input:active, .taginput .is-danger.taginput-container.is-focusable:active, .is-danger.textarea:active, .is-danger.is-active.input, .taginput .is-danger.is-active.taginput-container.is-focusable, .is-danger.is-active.textarea {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.is-small.input, .taginput .is-small.taginput-container.is-focusable, .is-small.textarea {
  border-radius: 2px;
  font-size: 0.75rem;
}

.is-medium.input, .taginput .is-medium.taginput-container.is-focusable, .is-medium.textarea {
  font-size: 1.25rem;
}

.is-large.input, .taginput .is-large.taginput-container.is-focusable, .is-large.textarea {
  font-size: 1.5rem;
}

.is-fullwidth.input, .taginput .is-fullwidth.taginput-container.is-focusable, .is-fullwidth.textarea {
  display: block;
  width: 100%;
}

.is-inline.input, .taginput .is-inline.taginput-container.is-focusable, .is-inline.textarea {
  display: inline;
  width: auto;
}

.input.is-rounded, .taginput .is-rounded.taginput-container.is-focusable {
  border-radius: 290486px;
  padding-left: 1em;
  padding-right: 1em;
}

.input.is-static, .taginput .is-static.taginput-container.is-focusable {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
  padding-left: 0;
  padding-right: 0;
}

.textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  padding: 0.625em;
  resize: vertical;
}

.textarea:not([rows]) {
  max-height: 600px;
  min-height: 120px;
}

.textarea[rows] {
  height: initial;
}

.textarea.has-fixed-size {
  resize: none;
}

.checkbox, .radio {
  cursor: pointer;
  display: inline-block;
  line-height: 1.25;
  position: relative;
}

.checkbox input, .radio input {
  cursor: pointer;
}

.checkbox:hover, .radio:hover {
  color: #363636;
}

.checkbox[disabled], .radio[disabled],
fieldset[disabled] .checkbox,
fieldset[disabled] .radio {
  color: #7a7a7a;
  cursor: not-allowed;
}

.radio + .radio {
  margin-left: 0.5em;
}

.select {
  display: inline-block;
  max-width: 100%;
  position: relative;
  vertical-align: top;
}

.select:not(.is-multiple) {
  height: 2.25em;
}

.select:not(.is-multiple):not(.is-loading)::after {
  border-color: #00aac3;
  right: 1.125em;
  z-index: 4;
}

.select.is-rounded select {
  border-radius: 290486px;
  padding-left: 1em;
}

.select select {
  cursor: pointer;
  display: block;
  font-size: 1em;
  max-width: 100%;
  outline: none;
}

.select select::-ms-expand {
  display: none;
}

.select select[disabled]:hover,
fieldset[disabled] .select select:hover {
  border-color: whitesmoke;
}

.select select:not([multiple]) {
  padding-right: 2.5em;
}

.select select[multiple] {
  height: auto;
  padding: 0;
}

.select select[multiple] option {
  padding: 0.5em 1em;
}

.select:not(.is-multiple):not(.is-loading):hover::after {
  border-color: #363636;
}

.select.is-white:not(:hover)::after {
  border-color: white;
}

.select.is-white select {
  border-color: white;
}

.select.is-white select:hover, .select.is-white select.is-hovered {
  border-color: #f2f2f2;
}

.select.is-white select:focus, .select.is-white select.is-focused, .select.is-white select:active, .select.is-white select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 255, 255, 0.25);
}

.select.is-black:not(:hover)::after {
  border-color: #0a0a0a;
}

.select.is-black select {
  border-color: #0a0a0a;
}

.select.is-black select:hover, .select.is-black select.is-hovered {
  border-color: black;
}

.select.is-black select:focus, .select.is-black select.is-focused, .select.is-black select:active, .select.is-black select.is-active {
  box-shadow: 0 0 0 0.125em rgba(10, 10, 10, 0.25);
}

.select.is-light:not(:hover)::after {
  border-color: whitesmoke;
}

.select.is-light select {
  border-color: whitesmoke;
}

.select.is-light select:hover, .select.is-light select.is-hovered {
  border-color: #e8e8e8;
}

.select.is-light select:focus, .select.is-light select.is-focused, .select.is-light select:active, .select.is-light select.is-active {
  box-shadow: 0 0 0 0.125em rgba(245, 245, 245, 0.25);
}

.select.is-dark:not(:hover)::after {
  border-color: #363636;
}

.select.is-dark select {
  border-color: #363636;
}

.select.is-dark select:hover, .select.is-dark select.is-hovered {
  border-color: #292929;
}

.select.is-dark select:focus, .select.is-dark select.is-focused, .select.is-dark select:active, .select.is-dark select.is-active {
  box-shadow: 0 0 0 0.125em rgba(54, 54, 54, 0.25);
}

.select.is-primary:not(:hover)::after {
  border-color: #00aac3;
}

.select.is-primary select {
  border-color: #00aac3;
}

.select.is-primary select:hover, .select.is-primary select.is-hovered {
  border-color: #6943d0;
}

.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
  box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25);
}

.select.is-link:not(:hover)::after {
  border-color: #00aac3;
}

.select.is-link select {
  border-color: #00aac3;
}

.select.is-link select:hover, .select.is-link select.is-hovered {
  border-color: #6943d0;
}

.select.is-link select:focus, .select.is-link select.is-focused, .select.is-link select:active, .select.is-link select.is-active {
  box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25);
}

.select.is-info:not(:hover)::after {
  border-color: #167df0;
}

.select.is-info select {
  border-color: #167df0;
}

.select.is-info select:hover, .select.is-info select.is-hovered {
  border-color: #0e71de;
}

.select.is-info select:focus, .select.is-info select.is-focused, .select.is-info select:active, .select.is-info select.is-active {
  box-shadow: 0 0 0 0.125em rgba(22, 125, 240, 0.25);
}

.select.is-success:not(:hover)::after {
  border-color: #23d160;
}

.select.is-success select {
  border-color: #23d160;
}

.select.is-success select:hover, .select.is-success select.is-hovered {
  border-color: #20bc56;
}

.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
  box-shadow: 0 0 0 0.125em rgba(35, 209, 96, 0.25);
}

.select.is-warning:not(:hover)::after {
  border-color: #ffdd57;
}

.select.is-warning select {
  border-color: #ffdd57;
}

.select.is-warning select:hover, .select.is-warning select.is-hovered {
  border-color: #ffd83d;
}

.select.is-warning select:focus, .select.is-warning select.is-focused, .select.is-warning select:active, .select.is-warning select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 221, 87, 0.25);
}

.select.is-danger:not(:hover)::after {
  border-color: #ff3860;
}

.select.is-danger select {
  border-color: #ff3860;
}

.select.is-danger select:hover, .select.is-danger select.is-hovered {
  border-color: #ff1f4b;
}

.select.is-danger select:focus, .select.is-danger select.is-focused, .select.is-danger select:active, .select.is-danger select.is-active {
  box-shadow: 0 0 0 0.125em rgba(255, 56, 96, 0.25);
}

.select.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.select.is-medium {
  font-size: 1.25rem;
}

.select.is-large {
  font-size: 1.5rem;
}

.select.is-disabled::after {
  border-color: #7a7a7a;
}

.select.is-fullwidth {
  width: 100%;
}

.select.is-fullwidth select {
  width: 100%;
}

.select.is-loading::after {
  margin-top: 0;
  position: absolute;
  right: 0.625em;
  top: 0.625em;
  transform: none;
}

.select.is-loading.is-small:after {
  font-size: 0.75rem;
}

.select.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.select.is-loading.is-large:after {
  font-size: 1.5rem;
}

.file {
  align-items: stretch;
  display: flex;
  justify-content: flex-start;
  position: relative;
}

.file.is-white .file-cta {
  background-color: white;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:hover .file-cta, .file.is-white.is-hovered .file-cta {
  background-color: #f9f9f9;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-white:focus .file-cta, .file.is-white.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.25);
  color: #0a0a0a;
}

.file.is-white:active .file-cta, .file.is-white.is-active .file-cta {
  background-color: #f2f2f2;
  border-color: transparent;
  color: #0a0a0a;
}

.file.is-black .file-cta {
  background-color: #0a0a0a;
  border-color: transparent;
  color: white;
}

.file.is-black:hover .file-cta, .file.is-black.is-hovered .file-cta {
  background-color: #040404;
  border-color: transparent;
  color: white;
}

.file.is-black:focus .file-cta, .file.is-black.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.25);
  color: white;
}

.file.is-black:active .file-cta, .file.is-black.is-active .file-cta {
  background-color: black;
  border-color: transparent;
  color: white;
}

.file.is-light .file-cta {
  background-color: whitesmoke;
  border-color: transparent;
  color: #363636;
}

.file.is-light:hover .file-cta, .file.is-light.is-hovered .file-cta {
  background-color: #eeeeee;
  border-color: transparent;
  color: #363636;
}

.file.is-light:focus .file-cta, .file.is-light.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.25);
  color: #363636;
}

.file.is-light:active .file-cta, .file.is-light.is-active .file-cta {
  background-color: #e8e8e8;
  border-color: transparent;
  color: #363636;
}

.file.is-dark .file-cta {
  background-color: #363636;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-dark:hover .file-cta, .file.is-dark.is-hovered .file-cta {
  background-color: #2f2f2f;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-dark:focus .file-cta, .file.is-dark.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.25);
  color: whitesmoke;
}

.file.is-dark:active .file-cta, .file.is-dark.is-active .file-cta {
  background-color: #292929;
  border-color: transparent;
  color: whitesmoke;
}

.file.is-primary .file-cta {
  background-color: #00aac3;
  border-color: transparent;
  color: white;
}

.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
  background-color: #714dd2;
  border-color: transparent;
  color: white;
}

.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.25);
  color: white;
}

.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
  background-color: #6943d0;
  border-color: transparent;
  color: white;
}

.file.is-link .file-cta {
  background-color: #00aac3;
  border-color: transparent;
  color: white;
}

.file.is-link:hover .file-cta, .file.is-link.is-hovered .file-cta {
  background-color: #714dd2;
  border-color: transparent;
  color: white;
}

.file.is-link:focus .file-cta, .file.is-link.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.25);
  color: white;
}

.file.is-link:active .file-cta, .file.is-link.is-active .file-cta {
  background-color: #6943d0;
  border-color: transparent;
  color: white;
}

.file.is-info .file-cta {
  background-color: #167df0;
  border-color: transparent;
  color: #fff;
}

.file.is-info:hover .file-cta, .file.is-info.is-hovered .file-cta {
  background-color: #0f77ea;
  border-color: transparent;
  color: #fff;
}

.file.is-info:focus .file-cta, .file.is-info.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(22, 125, 240, 0.25);
  color: #fff;
}

.file.is-info:active .file-cta, .file.is-info.is-active .file-cta {
  background-color: #0e71de;
  border-color: transparent;
  color: #fff;
}

.file.is-success .file-cta {
  background-color: #23d160;
  border-color: transparent;
  color: #fff;
}

.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
  background-color: #22c65b;
  border-color: transparent;
  color: #fff;
}

.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.25);
  color: #fff;
}

.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
  background-color: #20bc56;
  border-color: transparent;
  color: #fff;
}

.file.is-warning .file-cta {
  background-color: #ffdd57;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:hover .file-cta, .file.is-warning.is-hovered .file-cta {
  background-color: #ffdb4a;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:focus .file-cta, .file.is-warning.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.25);
  color: rgba(0, 0, 0, 0.7);
}

.file.is-warning:active .file-cta, .file.is-warning.is-active .file-cta {
  background-color: #ffd83d;
  border-color: transparent;
  color: rgba(0, 0, 0, 0.7);
}

.file.is-danger .file-cta {
  background-color: #ff3860;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:hover .file-cta, .file.is-danger.is-hovered .file-cta {
  background-color: #ff2b56;
  border-color: transparent;
  color: #fff;
}

.file.is-danger:focus .file-cta, .file.is-danger.is-focused .file-cta {
  border-color: transparent;
  box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.25);
  color: #fff;
}

.file.is-danger:active .file-cta, .file.is-danger.is-active .file-cta {
  background-color: #ff1f4b;
  border-color: transparent;
  color: #fff;
}

.file.is-small {
  font-size: 0.75rem;
}

.file.is-medium {
  font-size: 1.25rem;
}

.file.is-medium .file-icon .fa {
  font-size: 21px;
}

.file.is-large {
  font-size: 1.5rem;
}

.file.is-large .file-icon .fa {
  font-size: 28px;
}

.file.has-name .file-cta {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.file.has-name .file-name {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.file.has-name.is-empty .file-cta {
  border-radius: 4px;
}

.file.has-name.is-empty .file-name {
  display: none;
}

.file.is-boxed .file-label {
  flex-direction: column;
}

.file.is-boxed .file-cta {
  flex-direction: column;
  height: auto;
  padding: 1em 3em;
}

.file.is-boxed .file-name {
  border-width: 0 1px 1px;
}

.file.is-boxed .file-icon {
  height: 1.5em;
  width: 1.5em;
}

.file.is-boxed .file-icon .fa {
  font-size: 21px;
}

.file.is-boxed.is-small .file-icon .fa {
  font-size: 14px;
}

.file.is-boxed.is-medium .file-icon .fa {
  font-size: 28px;
}

.file.is-boxed.is-large .file-icon .fa {
  font-size: 35px;
}

.file.is-boxed.has-name .file-cta {
  border-radius: 4px 4px 0 0;
}

.file.is-boxed.has-name .file-name {
  border-radius: 0 0 4px 4px;
  border-width: 0 1px 1px;
}

.file.is-centered {
  justify-content: center;
}

.file.is-fullwidth .file-label {
  width: 100%;
}

.file.is-fullwidth .file-name {
  flex-grow: 1;
  max-width: none;
}

.file.is-right {
  justify-content: flex-end;
}

.file.is-right .file-cta {
  border-radius: 0 4px 4px 0;
}

.file.is-right .file-name {
  border-radius: 4px 0 0 4px;
  border-width: 1px 0 1px 1px;
  order: -1;
}

.file-label {
  align-items: stretch;
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  overflow: hidden;
  position: relative;
}

.file-label:hover .file-cta {
  background-color: #eeeeee;
  color: #363636;
}

.file-label:hover .file-name {
  border-color: #d5d5d5;
}

.file-label:active .file-cta {
  background-color: #e8e8e8;
  color: #363636;
}

.file-label:active .file-name {
  border-color: #cfcfcf;
}

.file-input {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: absolute;
  top: 0;
  width: 100%;
}

.file-cta,
.file-name {
  border-color: #dbdbdb;
  border-radius: 4px;
  font-size: 1em;
  padding-left: 1em;
  padding-right: 1em;
  white-space: nowrap;
}

.file-cta {
  background-color: whitesmoke;
  color: #4a4a4a;
}

.file-name {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px 1px 1px 0;
  display: block;
  max-width: 16em;
  overflow: hidden;
  text-align: left;
  text-overflow: ellipsis;
}

.file-icon {
  align-items: center;
  display: flex;
  height: 1em;
  justify-content: center;
  margin-right: 0.5em;
  width: 1em;
}

.file-icon .fa {
  font-size: 14px;
}

.label {
  color: #363636;
  display: block;
  font-size: 1rem;
  font-weight: 600;
}

.label:not(:last-child) {
  margin-bottom: 0.5em;
}

.label.is-small {
  font-size: 0.75rem;
}

.label.is-medium {
  font-size: 1.25rem;
}

.label.is-large {
  font-size: 1.5rem;
}

.help {
  display: block;
  font-size: 0.75rem;
  margin-top: 0.25rem;
}

.help.is-white {
  color: white;
}

.help.is-black {
  color: #0a0a0a;
}

.help.is-light {
  color: whitesmoke;
}

.help.is-dark {
  color: #363636;
}

.help.is-primary {
  color: #00aac3;
}

.help.is-link {
  color: #00aac3;
}

.help.is-info {
  color: #167df0;
}

.help.is-success {
  color: #23d160;
}

.help.is-warning {
  color: #ffdd57;
}

.help.is-danger {
  color: #ff3860;
}

.field:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.has-addons {
  display: flex;
  justify-content: flex-start;
}

.field.has-addons .control:not(:last-child) {
  margin-right: -1px;
}

.field.has-addons .control:not(:first-child):not(:last-child) .button,
.field.has-addons .control:not(:first-child):not(:last-child) .input,
.field.has-addons .control:not(:first-child):not(:last-child) .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control:not(:first-child):not(:last-child) .taginput-container.is-focusable,
.field.has-addons .control:not(:first-child):not(:last-child) .select select {
  border-radius: 0;
}

.field.has-addons .control:first-child:not(:only-child) .button,
.field.has-addons .control:first-child:not(:only-child) .input,
.field.has-addons .control:first-child:not(:only-child) .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control:first-child:not(:only-child) .taginput-container.is-focusable,
.field.has-addons .control:first-child:not(:only-child) .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.field.has-addons .control:last-child:not(:only-child) .button,
.field.has-addons .control:last-child:not(:only-child) .input,
.field.has-addons .control:last-child:not(:only-child) .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control:last-child:not(:only-child) .taginput-container.is-focusable,
.field.has-addons .control:last-child:not(:only-child) .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.field.has-addons .control .button:not([disabled]):hover, .field.has-addons .control .button:not([disabled]).is-hovered,
.field.has-addons .control .input:not([disabled]):hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):hover,
.field.has-addons .control .input:not([disabled]).is-hovered,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-hovered,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-hovered,
.field.has-addons .control .select select:not([disabled]):hover,
.field.has-addons .control .select select:not([disabled]).is-hovered {
  z-index: 2;
}

.field.has-addons .control .button:not([disabled]):focus, .field.has-addons .control .button:not([disabled]).is-focused, .field.has-addons .control .button:not([disabled]):active, .field.has-addons .control .button:not([disabled]).is-active,
.field.has-addons .control .input:not([disabled]):focus,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):focus,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):focus,
.field.has-addons .control .input:not([disabled]).is-focused,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-focused,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-focused,
.field.has-addons .control .input:not([disabled]):active,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):active,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):active,
.field.has-addons .control .input:not([disabled]).is-active,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-active,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-active,
.field.has-addons .control .select select:not([disabled]):focus,
.field.has-addons .control .select select:not([disabled]).is-focused,
.field.has-addons .control .select select:not([disabled]):active,
.field.has-addons .control .select select:not([disabled]).is-active {
  z-index: 3;
}

.field.has-addons .control .button:not([disabled]):focus:hover, .field.has-addons .control .button:not([disabled]).is-focused:hover, .field.has-addons .control .button:not([disabled]):active:hover, .field.has-addons .control .button:not([disabled]).is-active:hover,
.field.has-addons .control .input:not([disabled]):focus:hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):focus:hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):focus:hover,
.field.has-addons .control .input:not([disabled]).is-focused:hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-focused:hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-focused:hover,
.field.has-addons .control .input:not([disabled]):active:hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]):active:hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]):active:hover,
.field.has-addons .control .input:not([disabled]).is-active:hover,
.field.has-addons .control .taginput .taginput-container.is-focusable:not([disabled]).is-active:hover,
.taginput .field.has-addons .control .taginput-container.is-focusable:not([disabled]).is-active:hover,
.field.has-addons .control .select select:not([disabled]):focus:hover,
.field.has-addons .control .select select:not([disabled]).is-focused:hover,
.field.has-addons .control .select select:not([disabled]):active:hover,
.field.has-addons .control .select select:not([disabled]).is-active:hover {
  z-index: 4;
}

.field.has-addons .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.field.has-addons.has-addons-centered {
  justify-content: center;
}

.field.has-addons.has-addons-right {
  justify-content: flex-end;
}

.field.has-addons.has-addons-fullwidth .control {
  flex-grow: 1;
  flex-shrink: 0;
}

.field.is-grouped {
  display: flex;
  justify-content: flex-start;
}

.field.is-grouped > .control {
  flex-shrink: 0;
}

.field.is-grouped > .control:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.field.is-grouped > .control.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.field.is-grouped.is-grouped-centered {
  justify-content: center;
}

.field.is-grouped.is-grouped-right {
  justify-content: flex-end;
}

.field.is-grouped.is-grouped-multiline {
  flex-wrap: wrap;
}

.field.is-grouped.is-grouped-multiline > .control:last-child, .field.is-grouped.is-grouped-multiline > .control:not(:last-child) {
  margin-bottom: 0.75rem;
}

.field.is-grouped.is-grouped-multiline:last-child {
  margin-bottom: -0.75rem;
}

.field.is-grouped.is-grouped-multiline:not(:last-child) {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field.is-horizontal {
    display: flex;
  }
}
.field-label .label {
  font-size: inherit;
}

@media screen and (max-width: 768px) {
  .field-label {
    margin-bottom: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .field-label {
    flex-basis: 0;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 1.5rem;
    text-align: right;
  }

  .field-label.is-small {
    font-size: 0.75rem;
    padding-top: 0.375em;
  }

  .field-label.is-normal {
    padding-top: 0.375em;
  }

  .field-label.is-medium {
    font-size: 1.25rem;
    padding-top: 0.375em;
  }

  .field-label.is-large {
    font-size: 1.5rem;
    padding-top: 0.375em;
  }
}
.field-body .field .field {
  margin-bottom: 0;
}

@media screen and (min-width: 769px), print {
  .field-body {
    display: flex;
    flex-basis: 0;
    flex-grow: 5;
    flex-shrink: 1;
  }

  .field-body .field {
    margin-bottom: 0;
  }

  .field-body > .field {
    flex-shrink: 1;
  }

  .field-body > .field:not(.is-narrow) {
    flex-grow: 1;
  }

  .field-body > .field:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.control {
  box-sizing: border-box;
  clear: both;
  font-size: 1rem;
  position: relative;
  text-align: left;
}

.control.has-icons-left .input:focus ~ .icon, .control.has-icons-left .taginput .taginput-container.is-focusable:focus ~ .icon, .taginput .control.has-icons-left .taginput-container.is-focusable:focus ~ .icon,
.control.has-icons-left .select:focus ~ .icon, .control.has-icons-right .input:focus ~ .icon, .control.has-icons-right .taginput .taginput-container.is-focusable:focus ~ .icon, .taginput .control.has-icons-right .taginput-container.is-focusable:focus ~ .icon,
.control.has-icons-right .select:focus ~ .icon {
  color: #7a7a7a;
}

.control.has-icons-left .input.is-small ~ .icon, .control.has-icons-left .taginput .is-small.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-left .is-small.taginput-container.is-focusable ~ .icon,
.control.has-icons-left .select.is-small ~ .icon, .control.has-icons-right .input.is-small ~ .icon, .control.has-icons-right .taginput .is-small.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-right .is-small.taginput-container.is-focusable ~ .icon,
.control.has-icons-right .select.is-small ~ .icon {
  font-size: 0.75rem;
}

.control.has-icons-left .input.is-medium ~ .icon, .control.has-icons-left .taginput .is-medium.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-left .is-medium.taginput-container.is-focusable ~ .icon,
.control.has-icons-left .select.is-medium ~ .icon, .control.has-icons-right .input.is-medium ~ .icon, .control.has-icons-right .taginput .is-medium.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-right .is-medium.taginput-container.is-focusable ~ .icon,
.control.has-icons-right .select.is-medium ~ .icon {
  font-size: 1.25rem;
}

.control.has-icons-left .input.is-large ~ .icon, .control.has-icons-left .taginput .is-large.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-left .is-large.taginput-container.is-focusable ~ .icon,
.control.has-icons-left .select.is-large ~ .icon, .control.has-icons-right .input.is-large ~ .icon, .control.has-icons-right .taginput .is-large.taginput-container.is-focusable ~ .icon, .taginput .control.has-icons-right .is-large.taginput-container.is-focusable ~ .icon,
.control.has-icons-right .select.is-large ~ .icon {
  font-size: 1.5rem;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
  color: #dbdbdb;
  height: 2.25em;
  pointer-events: none;
  position: absolute;
  top: 0;
  width: 2.25em;
  z-index: 4;
}

.control.has-icons-left .input, .control.has-icons-left .taginput .taginput-container.is-focusable, .taginput .control.has-icons-left .taginput-container.is-focusable,
.control.has-icons-left .select select {
  padding-left: 2.25em;
}

.control.has-icons-left .icon.is-left {
  left: 0;
}

.control.has-icons-right .input, .control.has-icons-right .taginput .taginput-container.is-focusable, .taginput .control.has-icons-right .taginput-container.is-focusable,
.control.has-icons-right .select select {
  padding-right: 2.25em;
}

.control.has-icons-right .icon.is-right {
  right: 0;
}

.control.is-loading::after {
  position: absolute !important;
  right: 0.625em;
  top: 0.625em;
  z-index: 4;
}

.control.is-loading.is-small:after {
  font-size: 0.75rem;
}

.control.is-loading.is-medium:after {
  font-size: 1.25rem;
}

.control.is-loading.is-large:after {
  font-size: 1.5rem;
}

.breadcrumb {
  font-size: 1rem;
  white-space: nowrap;
}

.breadcrumb a {
  align-items: center;
  color: #00aac3;
  display: flex;
  justify-content: center;
  padding: 0 0.75em;
}

.breadcrumb a:hover {
  color: #363636;
}

.breadcrumb li {
  align-items: center;
  display: flex;
}

.breadcrumb li:first-child a {
  padding-left: 0;
}

.breadcrumb li.is-active a {
  color: #363636;
  cursor: default;
  pointer-events: none;
}

.breadcrumb li + li::before {
  color: #b5b5b5;
  content: "/";
}

.breadcrumb ul,
.breadcrumb ol {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.breadcrumb .icon:first-child {
  margin-right: 0.5em;
}

.breadcrumb .icon:last-child {
  margin-left: 0.5em;
}

.breadcrumb.is-centered ol,
.breadcrumb.is-centered ul {
  justify-content: center;
}

.breadcrumb.is-right ol,
.breadcrumb.is-right ul {
  justify-content: flex-end;
}

.breadcrumb.is-small {
  font-size: 0.75rem;
}

.breadcrumb.is-medium {
  font-size: 1.25rem;
}

.breadcrumb.is-large {
  font-size: 1.5rem;
}

.breadcrumb.has-arrow-separator li + li::before {
  content: "\2192";
}

.breadcrumb.has-bullet-separator li + li::before {
  content: "\2022";
}

.breadcrumb.has-dot-separator li + li::before {
  content: "\B7";
}

.breadcrumb.has-succeeds-separator li + li::before {
  content: "\227B";
}

.card {
  background-color: white;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  color: #4a4a4a;
  max-width: 100%;
  position: relative;
}

.card-header {
  background-color: transparent;
  align-items: stretch;
  box-shadow: 0 1px 2px rgba(10, 10, 10, 0.1);
  display: flex;
}

.card-header-title {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
}

.card-header-title.is-centered {
  justify-content: center;
}

.card-header-icon {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
  padding: 0.75rem;
}

.card-image {
  display: block;
  position: relative;
}

.card-content {
  background-color: transparent;
  padding: 1.5rem;
}

.card-footer {
  background-color: transparent;
  border-top: 1px solid #dbdbdb;
  align-items: stretch;
  display: flex;
}

.card-footer-item {
  align-items: center;
  display: flex;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: center;
  padding: 0.75rem;
}

.card-footer-item:not(:last-child) {
  border-right: 1px solid #dbdbdb;
}

.card .media:not(:last-child) {
  margin-bottom: 1.5rem;
}

.dropdown {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}

.dropdown.is-active .dropdown-menu, .dropdown.is-hoverable:hover .dropdown-menu {
  display: block;
}

.dropdown.is-right .dropdown-menu {
  left: auto;
  right: 0;
}

.dropdown.is-up .dropdown-menu {
  bottom: 100%;
  padding-bottom: 4px;
  padding-top: initial;
  top: auto;
}

.dropdown-menu {
  display: none;
  left: 0;
  min-width: 12rem;
  padding-top: 4px;
  position: absolute;
  top: 100%;
  z-index: 20;
}

.dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.dropdown-item, .dropdown .dropdown-menu .has-link a {
  color: #4a4a4a;
  display: block;
  font-size: 0.875rem;
  line-height: 1.5;
  padding: 0.375rem 1rem;
  position: relative;
}

a.dropdown-item, .dropdown .dropdown-menu .has-link a,
button.dropdown-item {
  padding-right: 3rem;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}

a.dropdown-item:hover, .dropdown .dropdown-menu .has-link a:hover,
button.dropdown-item:hover {
  background-color: whitesmoke;
  color: #0a0a0a;
}

a.dropdown-item.is-active, .dropdown .dropdown-menu .has-link a.is-active,
button.dropdown-item.is-active {
  background-color: #00aac3;
  color: white;
}

.dropdown-divider {
  background-color: #dbdbdb;
  border: none;
  display: block;
  height: 1px;
  margin: 0.5rem 0;
}

.level {
  align-items: center;
  justify-content: space-between;
}

.level code {
  border-radius: 4px;
}

.level img {
  display: inline-block;
  vertical-align: top;
}

.level.is-mobile {
  display: flex;
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}

.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }

  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}

.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
.level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.level-left {
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}
.level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}
.list {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.list-item {
  display: block;
  padding: 0.5em 1em;
}

.list-item:not(a) {
  color: #4a4a4a;
}

.list-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.list-item:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.list-item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.list-item.is-active {
  background-color: #00aac3;
  color: white;
}

a.list-item {
  background-color: whitesmoke;
  cursor: pointer;
}

.media {
  align-items: flex-start;
  display: flex;
  text-align: left;
}

.media .content:not(:last-child) {
  margin-bottom: 0.75rem;
}

.media .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  display: flex;
  padding-top: 0.75rem;
}

.media .media .content:not(:last-child),
.media .media .control:not(:last-child) {
  margin-bottom: 0.5rem;
}

.media .media .media {
  padding-top: 0.5rem;
}

.media .media .media + .media {
  margin-top: 0.5rem;
}

.media + .media {
  border-top: 1px solid rgba(219, 219, 219, 0.5);
  margin-top: 1rem;
  padding-top: 1rem;
}

.media.is-large + .media {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}

.media-left,
.media-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.media-left {
  margin-right: 1rem;
}

.media-right {
  margin-left: 1rem;
}

.media-content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .media-content {
    overflow-x: auto;
  }
}
.menu {
  font-size: 1rem;
}

.menu.is-small {
  font-size: 0.75rem;
}

.menu.is-medium {
  font-size: 1.25rem;
}

.menu.is-large {
  font-size: 1.5rem;
}

.menu-list {
  line-height: 1.25;
}

.menu-list a {
  border-radius: 2px;
  color: #4a4a4a;
  display: block;
  padding: 0.5em 0.75em;
}

.menu-list a:hover {
  background-color: whitesmoke;
  color: #363636;
}

.menu-list a.is-active {
  background-color: #00aac3;
  color: white;
}

.menu-list li ul {
  border-left: 1px solid #dbdbdb;
  margin: 0.75em;
  padding-left: 0.75em;
}

.menu-label {
  color: #7a7a7a;
  font-size: 0.75em;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-label:not(:first-child) {
  margin-top: 1em;
}

.menu-label:not(:last-child) {
  margin-bottom: 1em;
}

.message {
  background-color: whitesmoke;
  border-radius: 4px;
  font-size: 1rem;
}

.message strong {
  color: currentColor;
}

.message a:not(.button):not(.tag):not(.dropdown-item) {
  color: currentColor;
  text-decoration: underline;
}

.message.is-small {
  font-size: 0.75rem;
}

.message.is-medium {
  font-size: 1.25rem;
}

.message.is-large {
  font-size: 1.5rem;
}

.message.is-white {
  background-color: white;
}

.message.is-white .message-header {
  background-color: white;
  color: #0a0a0a;
}

.message.is-white .message-body {
  border-color: white;
  color: #4d4d4d;
}

.message.is-black {
  background-color: #fafafa;
}

.message.is-black .message-header {
  background-color: #0a0a0a;
  color: white;
}

.message.is-black .message-body {
  border-color: #0a0a0a;
  color: #090909;
}

.message.is-light {
  background-color: #fafafa;
}

.message.is-light .message-header {
  background-color: whitesmoke;
  color: #363636;
}

.message.is-light .message-body {
  border-color: whitesmoke;
  color: #505050;
}

.message.is-dark {
  background-color: #fafafa;
}

.message.is-dark .message-header {
  background-color: #363636;
  color: whitesmoke;
}

.message.is-dark .message-body {
  border-color: #363636;
  color: #2a2a2a;
}

.message.is-primary {
  background-color: #f8f7fd;
}

.message.is-primary .message-header {
  background-color: #00aac3;
  color: white;
}

.message.is-primary .message-body {
  border-color: #00aac3;
  color: #5534ae;
}

.message.is-link {
  background-color: #f8f7fd;
}

.message.is-link .message-header {
  background-color: #00aac3;
  color: white;
}

.message.is-link .message-body {
  border-color: #00aac3;
  color: #5534ae;
}

.message.is-info {
  background-color: #f5fafe;
}

.message.is-info .message-header {
  background-color: #167df0;
  color: #fff;
}

.message.is-info .message-body {
  border-color: #167df0;
  color: #115199;
}

.message.is-success {
  background-color: #f6fef9;
}

.message.is-success .message-header {
  background-color: #23d160;
  color: #fff;
}

.message.is-success .message-body {
  border-color: #23d160;
  color: #0e301a;
}

.message.is-warning {
  background-color: #fffdf5;
}

.message.is-warning .message-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.message.is-warning .message-body {
  border-color: #ffdd57;
  color: #3b3108;
}

.message.is-danger {
  background-color: #fff5f7;
}

.message.is-danger .message-header {
  background-color: #ff3860;
  color: #fff;
}

.message.is-danger .message-body {
  border-color: #ff3860;
  color: #cd0930;
}

.message-header {
  align-items: center;
  background-color: #4a4a4a;
  border-radius: 4px 4px 0 0;
  color: #fff;
  display: flex;
  font-weight: 700;
  justify-content: space-between;
  line-height: 1.25;
  padding: 0.75em 1em;
  position: relative;
}

.message-header .delete {
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 0.75em;
}

.message-header + .message-body {
  border-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.message-body {
  border-color: #dbdbdb;
  border-radius: 4px;
  border-style: solid;
  border-width: 0 0 0 4px;
  color: #4a4a4a;
  padding: 1.25em 1.5em;
}

.message-body code,
.message-body pre {
  background-color: white;
}

.message-body pre code {
  background-color: transparent;
}

.modal {
  align-items: center;
  display: none;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  position: fixed;
  z-index: 40;
}

.modal.is-active {
  display: flex;
}

.modal-background {
  background-color: rgba(10, 10, 10, 0.86);
}

.modal-content,
.modal-card {
  margin: 0 20px;
  max-height: calc(100vh - 160px);
  overflow: auto;
  position: relative;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .modal-content,
.modal-card {
    margin: 0 auto;
    max-height: calc(100vh - 40px);
    width: 640px;
  }
}
.modal-close {
  background: none;
  height: 40px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 40px;
}

.modal-card {
  display: flex;
  flex-direction: column;
  max-height: calc(100vh - 40px);
  overflow: hidden;
  -ms-overflow-y: visible;
}

.modal-card-head,
.modal-card-foot {
  align-items: center;
  background-color: whitesmoke;
  display: flex;
  flex-shrink: 0;
  justify-content: flex-start;
  padding: 20px;
  position: relative;
}

.modal-card-head {
  border-bottom: 1px solid #dbdbdb;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.modal-card-title {
  color: #363636;
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 1.5rem;
  line-height: 1;
}

.modal-card-foot {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top: 1px solid #dbdbdb;
}

.modal-card-foot .button:not(:last-child) {
  margin-right: 0.5em;
}

.modal-card-body {
  -webkit-overflow-scrolling: touch;
  background-color: white;
  flex-grow: 1;
  flex-shrink: 1;
  overflow: auto;
  padding: 20px;
}

.navbar {
  background-color: white;
  min-height: 3.25rem;
  position: relative;
  z-index: 30;
}

.navbar.is-white {
  background-color: white;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand > .navbar-item,
.navbar.is-white .navbar-brand .navbar-link {
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand > a.navbar-item:focus, .navbar.is-white .navbar-brand > a.navbar-item:hover, .navbar.is-white .navbar-brand > a.navbar-item.is-active,
.navbar.is-white .navbar-brand .navbar-link:focus,
.navbar.is-white .navbar-brand .navbar-link:hover,
.navbar.is-white .navbar-brand .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.navbar.is-white .navbar-brand .navbar-link::after {
  border-color: #0a0a0a;
}

.navbar.is-white .navbar-burger {
  color: #0a0a0a;
}

@media screen and (min-width: 1024px) {
  .navbar.is-white .navbar-start > .navbar-item,
.navbar.is-white .navbar-start .navbar-link,
.navbar.is-white .navbar-end > .navbar-item,
.navbar.is-white .navbar-end .navbar-link {
    color: #0a0a0a;
  }

  .navbar.is-white .navbar-start > a.navbar-item:focus, .navbar.is-white .navbar-start > a.navbar-item:hover, .navbar.is-white .navbar-start > a.navbar-item.is-active,
.navbar.is-white .navbar-start .navbar-link:focus,
.navbar.is-white .navbar-start .navbar-link:hover,
.navbar.is-white .navbar-start .navbar-link.is-active,
.navbar.is-white .navbar-end > a.navbar-item:focus,
.navbar.is-white .navbar-end > a.navbar-item:hover,
.navbar.is-white .navbar-end > a.navbar-item.is-active,
.navbar.is-white .navbar-end .navbar-link:focus,
.navbar.is-white .navbar-end .navbar-link:hover,
.navbar.is-white .navbar-end .navbar-link.is-active {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }

  .navbar.is-white .navbar-start .navbar-link::after,
.navbar.is-white .navbar-end .navbar-link::after {
    border-color: #0a0a0a;
  }

  .navbar.is-white .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-white .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-white .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #f2f2f2;
    color: #0a0a0a;
  }

  .navbar.is-white .navbar-dropdown a.navbar-item.is-active {
    background-color: white;
    color: #0a0a0a;
  }
}
.navbar.is-black {
  background-color: #0a0a0a;
  color: white;
}

.navbar.is-black .navbar-brand > .navbar-item,
.navbar.is-black .navbar-brand .navbar-link {
  color: white;
}

.navbar.is-black .navbar-brand > a.navbar-item:focus, .navbar.is-black .navbar-brand > a.navbar-item:hover, .navbar.is-black .navbar-brand > a.navbar-item.is-active,
.navbar.is-black .navbar-brand .navbar-link:focus,
.navbar.is-black .navbar-brand .navbar-link:hover,
.navbar.is-black .navbar-brand .navbar-link.is-active {
  background-color: black;
  color: white;
}

.navbar.is-black .navbar-brand .navbar-link::after {
  border-color: white;
}

.navbar.is-black .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  .navbar.is-black .navbar-start > .navbar-item,
.navbar.is-black .navbar-start .navbar-link,
.navbar.is-black .navbar-end > .navbar-item,
.navbar.is-black .navbar-end .navbar-link {
    color: white;
  }

  .navbar.is-black .navbar-start > a.navbar-item:focus, .navbar.is-black .navbar-start > a.navbar-item:hover, .navbar.is-black .navbar-start > a.navbar-item.is-active,
.navbar.is-black .navbar-start .navbar-link:focus,
.navbar.is-black .navbar-start .navbar-link:hover,
.navbar.is-black .navbar-start .navbar-link.is-active,
.navbar.is-black .navbar-end > a.navbar-item:focus,
.navbar.is-black .navbar-end > a.navbar-item:hover,
.navbar.is-black .navbar-end > a.navbar-item.is-active,
.navbar.is-black .navbar-end .navbar-link:focus,
.navbar.is-black .navbar-end .navbar-link:hover,
.navbar.is-black .navbar-end .navbar-link.is-active {
    background-color: black;
    color: white;
  }

  .navbar.is-black .navbar-start .navbar-link::after,
.navbar.is-black .navbar-end .navbar-link::after {
    border-color: white;
  }

  .navbar.is-black .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-black .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-black .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: black;
    color: white;
  }

  .navbar.is-black .navbar-dropdown a.navbar-item.is-active {
    background-color: #0a0a0a;
    color: white;
  }
}
.navbar.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.navbar.is-light .navbar-brand > .navbar-item,
.navbar.is-light .navbar-brand .navbar-link {
  color: #363636;
}

.navbar.is-light .navbar-brand > a.navbar-item:focus, .navbar.is-light .navbar-brand > a.navbar-item:hover, .navbar.is-light .navbar-brand > a.navbar-item.is-active,
.navbar.is-light .navbar-brand .navbar-link:focus,
.navbar.is-light .navbar-brand .navbar-link:hover,
.navbar.is-light .navbar-brand .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.navbar.is-light .navbar-brand .navbar-link::after {
  border-color: #363636;
}

.navbar.is-light .navbar-burger {
  color: #363636;
}

@media screen and (min-width: 1024px) {
  .navbar.is-light .navbar-start > .navbar-item,
.navbar.is-light .navbar-start .navbar-link,
.navbar.is-light .navbar-end > .navbar-item,
.navbar.is-light .navbar-end .navbar-link {
    color: #363636;
  }

  .navbar.is-light .navbar-start > a.navbar-item:focus, .navbar.is-light .navbar-start > a.navbar-item:hover, .navbar.is-light .navbar-start > a.navbar-item.is-active,
.navbar.is-light .navbar-start .navbar-link:focus,
.navbar.is-light .navbar-start .navbar-link:hover,
.navbar.is-light .navbar-start .navbar-link.is-active,
.navbar.is-light .navbar-end > a.navbar-item:focus,
.navbar.is-light .navbar-end > a.navbar-item:hover,
.navbar.is-light .navbar-end > a.navbar-item.is-active,
.navbar.is-light .navbar-end .navbar-link:focus,
.navbar.is-light .navbar-end .navbar-link:hover,
.navbar.is-light .navbar-end .navbar-link.is-active {
    background-color: #e8e8e8;
    color: #363636;
  }

  .navbar.is-light .navbar-start .navbar-link::after,
.navbar.is-light .navbar-end .navbar-link::after {
    border-color: #363636;
  }

  .navbar.is-light .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-light .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-light .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #e8e8e8;
    color: #363636;
  }

  .navbar.is-light .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #363636;
  }
}
.navbar.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand > .navbar-item,
.navbar.is-dark .navbar-brand .navbar-link {
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand > a.navbar-item:focus, .navbar.is-dark .navbar-brand > a.navbar-item:hover, .navbar.is-dark .navbar-brand > a.navbar-item.is-active,
.navbar.is-dark .navbar-brand .navbar-link:focus,
.navbar.is-dark .navbar-brand .navbar-link:hover,
.navbar.is-dark .navbar-brand .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}

.navbar.is-dark .navbar-brand .navbar-link::after {
  border-color: whitesmoke;
}

.navbar.is-dark .navbar-burger {
  color: whitesmoke;
}

@media screen and (min-width: 1024px) {
  .navbar.is-dark .navbar-start > .navbar-item,
.navbar.is-dark .navbar-start .navbar-link,
.navbar.is-dark .navbar-end > .navbar-item,
.navbar.is-dark .navbar-end .navbar-link {
    color: whitesmoke;
  }

  .navbar.is-dark .navbar-start > a.navbar-item:focus, .navbar.is-dark .navbar-start > a.navbar-item:hover, .navbar.is-dark .navbar-start > a.navbar-item.is-active,
.navbar.is-dark .navbar-start .navbar-link:focus,
.navbar.is-dark .navbar-start .navbar-link:hover,
.navbar.is-dark .navbar-start .navbar-link.is-active,
.navbar.is-dark .navbar-end > a.navbar-item:focus,
.navbar.is-dark .navbar-end > a.navbar-item:hover,
.navbar.is-dark .navbar-end > a.navbar-item.is-active,
.navbar.is-dark .navbar-end .navbar-link:focus,
.navbar.is-dark .navbar-end .navbar-link:hover,
.navbar.is-dark .navbar-end .navbar-link.is-active {
    background-color: #292929;
    color: whitesmoke;
  }

  .navbar.is-dark .navbar-start .navbar-link::after,
.navbar.is-dark .navbar-end .navbar-link::after {
    border-color: whitesmoke;
  }

  .navbar.is-dark .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-dark .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #292929;
    color: whitesmoke;
  }

  .navbar.is-dark .navbar-dropdown a.navbar-item.is-active {
    background-color: #363636;
    color: whitesmoke;
  }
}
.navbar.is-primary {
  background-color: #00aac3;
  color: white;
}

.navbar.is-primary .navbar-brand > .navbar-item,
.navbar.is-primary .navbar-brand .navbar-link {
  color: white;
}

.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
.navbar.is-primary .navbar-brand .navbar-link:focus,
.navbar.is-primary .navbar-brand .navbar-link:hover,
.navbar.is-primary .navbar-brand .navbar-link.is-active {
  background-color: #6943d0;
  color: white;
}

.navbar.is-primary .navbar-brand .navbar-link::after {
  border-color: white;
}

.navbar.is-primary .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  .navbar.is-primary .navbar-start > .navbar-item,
.navbar.is-primary .navbar-start .navbar-link,
.navbar.is-primary .navbar-end > .navbar-item,
.navbar.is-primary .navbar-end .navbar-link {
    color: white;
  }

  .navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
.navbar.is-primary .navbar-start .navbar-link:focus,
.navbar.is-primary .navbar-start .navbar-link:hover,
.navbar.is-primary .navbar-start .navbar-link.is-active,
.navbar.is-primary .navbar-end > a.navbar-item:focus,
.navbar.is-primary .navbar-end > a.navbar-item:hover,
.navbar.is-primary .navbar-end > a.navbar-item.is-active,
.navbar.is-primary .navbar-end .navbar-link:focus,
.navbar.is-primary .navbar-end .navbar-link:hover,
.navbar.is-primary .navbar-end .navbar-link.is-active {
    background-color: #6943d0;
    color: white;
  }

  .navbar.is-primary .navbar-start .navbar-link::after,
.navbar.is-primary .navbar-end .navbar-link::after {
    border-color: white;
  }

  .navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #6943d0;
    color: white;
  }

  .navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
    background-color: #00aac3;
    color: white;
  }
}
.navbar.is-link {
  background-color: #00aac3;
  color: white;
}

.navbar.is-link .navbar-brand > .navbar-item,
.navbar.is-link .navbar-brand .navbar-link {
  color: white;
}

.navbar.is-link .navbar-brand > a.navbar-item:focus, .navbar.is-link .navbar-brand > a.navbar-item:hover, .navbar.is-link .navbar-brand > a.navbar-item.is-active,
.navbar.is-link .navbar-brand .navbar-link:focus,
.navbar.is-link .navbar-brand .navbar-link:hover,
.navbar.is-link .navbar-brand .navbar-link.is-active {
  background-color: #6943d0;
  color: white;
}

.navbar.is-link .navbar-brand .navbar-link::after {
  border-color: white;
}

.navbar.is-link .navbar-burger {
  color: white;
}

@media screen and (min-width: 1024px) {
  .navbar.is-link .navbar-start > .navbar-item,
.navbar.is-link .navbar-start .navbar-link,
.navbar.is-link .navbar-end > .navbar-item,
.navbar.is-link .navbar-end .navbar-link {
    color: white;
  }

  .navbar.is-link .navbar-start > a.navbar-item:focus, .navbar.is-link .navbar-start > a.navbar-item:hover, .navbar.is-link .navbar-start > a.navbar-item.is-active,
.navbar.is-link .navbar-start .navbar-link:focus,
.navbar.is-link .navbar-start .navbar-link:hover,
.navbar.is-link .navbar-start .navbar-link.is-active,
.navbar.is-link .navbar-end > a.navbar-item:focus,
.navbar.is-link .navbar-end > a.navbar-item:hover,
.navbar.is-link .navbar-end > a.navbar-item.is-active,
.navbar.is-link .navbar-end .navbar-link:focus,
.navbar.is-link .navbar-end .navbar-link:hover,
.navbar.is-link .navbar-end .navbar-link.is-active {
    background-color: #6943d0;
    color: white;
  }

  .navbar.is-link .navbar-start .navbar-link::after,
.navbar.is-link .navbar-end .navbar-link::after {
    border-color: white;
  }

  .navbar.is-link .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-link .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-link .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #6943d0;
    color: white;
  }

  .navbar.is-link .navbar-dropdown a.navbar-item.is-active {
    background-color: #00aac3;
    color: white;
  }
}
.navbar.is-info {
  background-color: #167df0;
  color: #fff;
}

.navbar.is-info .navbar-brand > .navbar-item,
.navbar.is-info .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-info .navbar-brand > a.navbar-item:focus, .navbar.is-info .navbar-brand > a.navbar-item:hover, .navbar.is-info .navbar-brand > a.navbar-item.is-active,
.navbar.is-info .navbar-brand .navbar-link:focus,
.navbar.is-info .navbar-brand .navbar-link:hover,
.navbar.is-info .navbar-brand .navbar-link.is-active {
  background-color: #0e71de;
  color: #fff;
}

.navbar.is-info .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-info .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-info .navbar-start > .navbar-item,
.navbar.is-info .navbar-start .navbar-link,
.navbar.is-info .navbar-end > .navbar-item,
.navbar.is-info .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-info .navbar-start > a.navbar-item:focus, .navbar.is-info .navbar-start > a.navbar-item:hover, .navbar.is-info .navbar-start > a.navbar-item.is-active,
.navbar.is-info .navbar-start .navbar-link:focus,
.navbar.is-info .navbar-start .navbar-link:hover,
.navbar.is-info .navbar-start .navbar-link.is-active,
.navbar.is-info .navbar-end > a.navbar-item:focus,
.navbar.is-info .navbar-end > a.navbar-item:hover,
.navbar.is-info .navbar-end > a.navbar-item.is-active,
.navbar.is-info .navbar-end .navbar-link:focus,
.navbar.is-info .navbar-end .navbar-link:hover,
.navbar.is-info .navbar-end .navbar-link.is-active {
    background-color: #0e71de;
    color: #fff;
  }

  .navbar.is-info .navbar-start .navbar-link::after,
.navbar.is-info .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-info .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-info .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-info .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #0e71de;
    color: #fff;
  }

  .navbar.is-info .navbar-dropdown a.navbar-item.is-active {
    background-color: #167df0;
    color: #fff;
  }
}
.navbar.is-success {
  background-color: #23d160;
  color: #fff;
}

.navbar.is-success .navbar-brand > .navbar-item,
.navbar.is-success .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
.navbar.is-success .navbar-brand .navbar-link:focus,
.navbar.is-success .navbar-brand .navbar-link:hover,
.navbar.is-success .navbar-brand .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

.navbar.is-success .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-success .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-success .navbar-start > .navbar-item,
.navbar.is-success .navbar-start .navbar-link,
.navbar.is-success .navbar-end > .navbar-item,
.navbar.is-success .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
.navbar.is-success .navbar-start .navbar-link:focus,
.navbar.is-success .navbar-start .navbar-link:hover,
.navbar.is-success .navbar-start .navbar-link.is-active,
.navbar.is-success .navbar-end > a.navbar-item:focus,
.navbar.is-success .navbar-end > a.navbar-item:hover,
.navbar.is-success .navbar-end > a.navbar-item.is-active,
.navbar.is-success .navbar-end .navbar-link:focus,
.navbar.is-success .navbar-end .navbar-link:hover,
.navbar.is-success .navbar-end .navbar-link.is-active {
    background-color: #20bc56;
    color: #fff;
  }

  .navbar.is-success .navbar-start .navbar-link::after,
.navbar.is-success .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #20bc56;
    color: #fff;
  }

  .navbar.is-success .navbar-dropdown a.navbar-item.is-active {
    background-color: #23d160;
    color: #fff;
  }
}
.navbar.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > .navbar-item,
.navbar.is-warning .navbar-brand .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand > a.navbar-item:focus, .navbar.is-warning .navbar-brand > a.navbar-item:hover, .navbar.is-warning .navbar-brand > a.navbar-item.is-active,
.navbar.is-warning .navbar-brand .navbar-link:focus,
.navbar.is-warning .navbar-brand .navbar-link:hover,
.navbar.is-warning .navbar-brand .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-brand .navbar-link::after {
  border-color: rgba(0, 0, 0, 0.7);
}

.navbar.is-warning .navbar-burger {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (min-width: 1024px) {
  .navbar.is-warning .navbar-start > .navbar-item,
.navbar.is-warning .navbar-start .navbar-link,
.navbar.is-warning .navbar-end > .navbar-item,
.navbar.is-warning .navbar-end .navbar-link {
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-start > a.navbar-item:focus, .navbar.is-warning .navbar-start > a.navbar-item:hover, .navbar.is-warning .navbar-start > a.navbar-item.is-active,
.navbar.is-warning .navbar-start .navbar-link:focus,
.navbar.is-warning .navbar-start .navbar-link:hover,
.navbar.is-warning .navbar-start .navbar-link.is-active,
.navbar.is-warning .navbar-end > a.navbar-item:focus,
.navbar.is-warning .navbar-end > a.navbar-item:hover,
.navbar.is-warning .navbar-end > a.navbar-item.is-active,
.navbar.is-warning .navbar-end .navbar-link:focus,
.navbar.is-warning .navbar-end .navbar-link:hover,
.navbar.is-warning .navbar-end .navbar-link.is-active {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-start .navbar-link::after,
.navbar.is-warning .navbar-end .navbar-link::after {
    border-color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-warning .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ffd83d;
    color: rgba(0, 0, 0, 0.7);
  }

  .navbar.is-warning .navbar-dropdown a.navbar-item.is-active {
    background-color: #ffdd57;
    color: rgba(0, 0, 0, 0.7);
  }
}
.navbar.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.navbar.is-danger .navbar-brand > .navbar-item,
.navbar.is-danger .navbar-brand .navbar-link {
  color: #fff;
}

.navbar.is-danger .navbar-brand > a.navbar-item:focus, .navbar.is-danger .navbar-brand > a.navbar-item:hover, .navbar.is-danger .navbar-brand > a.navbar-item.is-active,
.navbar.is-danger .navbar-brand .navbar-link:focus,
.navbar.is-danger .navbar-brand .navbar-link:hover,
.navbar.is-danger .navbar-brand .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

.navbar.is-danger .navbar-brand .navbar-link::after {
  border-color: #fff;
}

.navbar.is-danger .navbar-burger {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .navbar.is-danger .navbar-start > .navbar-item,
.navbar.is-danger .navbar-start .navbar-link,
.navbar.is-danger .navbar-end > .navbar-item,
.navbar.is-danger .navbar-end .navbar-link {
    color: #fff;
  }

  .navbar.is-danger .navbar-start > a.navbar-item:focus, .navbar.is-danger .navbar-start > a.navbar-item:hover, .navbar.is-danger .navbar-start > a.navbar-item.is-active,
.navbar.is-danger .navbar-start .navbar-link:focus,
.navbar.is-danger .navbar-start .navbar-link:hover,
.navbar.is-danger .navbar-start .navbar-link.is-active,
.navbar.is-danger .navbar-end > a.navbar-item:focus,
.navbar.is-danger .navbar-end > a.navbar-item:hover,
.navbar.is-danger .navbar-end > a.navbar-item.is-active,
.navbar.is-danger .navbar-end .navbar-link:focus,
.navbar.is-danger .navbar-end .navbar-link:hover,
.navbar.is-danger .navbar-end .navbar-link.is-active {
    background-color: #ff1f4b;
    color: #fff;
  }

  .navbar.is-danger .navbar-start .navbar-link::after,
.navbar.is-danger .navbar-end .navbar-link::after {
    border-color: #fff;
  }

  .navbar.is-danger .navbar-item.has-dropdown:focus .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown:hover .navbar-link,
.navbar.is-danger .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #ff1f4b;
    color: #fff;
  }

  .navbar.is-danger .navbar-dropdown a.navbar-item.is-active {
    background-color: #ff3860;
    color: #fff;
  }
}
.navbar > .container {
  align-items: stretch;
  display: flex;
  min-height: 3.25rem;
  width: 100%;
}

.navbar.has-shadow {
  box-shadow: 0 2px 0 0 whitesmoke;
}

.navbar.is-fixed-bottom, .navbar.is-fixed-top {
  left: 0;
  position: fixed;
  right: 0;
  z-index: 30;
}

.navbar.is-fixed-bottom {
  bottom: 0;
}

.navbar.is-fixed-bottom.has-shadow {
  box-shadow: 0 -2px 0 0 whitesmoke;
}

.navbar.is-fixed-top {
  top: 0;
}

html.has-navbar-fixed-top,
body.has-navbar-fixed-top {
  padding-top: 3.25rem;
}

html.has-navbar-fixed-bottom,
body.has-navbar-fixed-bottom {
  padding-bottom: 3.25rem;
}

.navbar-brand,
.navbar-tabs {
  align-items: stretch;
  display: flex;
  flex-shrink: 0;
  min-height: 3.25rem;
}

.navbar-brand a.navbar-item:focus, .navbar-brand a.navbar-item:hover {
  background-color: transparent;
}

.navbar-tabs {
  -webkit-overflow-scrolling: touch;
  max-width: 100vw;
  overflow-x: auto;
  overflow-y: hidden;
}

.navbar-burger {
  color: #4a4a4a;
  cursor: pointer;
  display: block;
  height: 3.25rem;
  position: relative;
  width: 3.25rem;
  margin-left: auto;
}

.navbar-burger span {
  background-color: currentColor;
  display: block;
  height: 1px;
  left: calc(50% - 8px);
  position: absolute;
  transform-origin: center;
  transition-duration: 86ms;
  transition-property: background-color, opacity, transform;
  transition-timing-function: ease-out;
  width: 16px;
}

.navbar-burger span:nth-child(1) {
  top: calc(50% - 6px);
}

.navbar-burger span:nth-child(2) {
  top: calc(50% - 1px);
}

.navbar-burger span:nth-child(3) {
  top: calc(50% + 4px);
}

.navbar-burger:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.navbar-burger.is-active span:nth-child(1) {
  transform: translateY(5px) rotate(45deg);
}

.navbar-burger.is-active span:nth-child(2) {
  opacity: 0;
}

.navbar-burger.is-active span:nth-child(3) {
  transform: translateY(-5px) rotate(-45deg);
}

.navbar-menu {
  display: none;
}

.navbar-item,
.navbar-link {
  color: #4a4a4a;
  display: block;
  line-height: 1.5;
  padding: 0.5rem 0.75rem;
  position: relative;
}

.navbar-item .icon:only-child,
.navbar-link .icon:only-child {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

a.navbar-item,
.navbar-link {
  cursor: pointer;
}

a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
.navbar-link:focus,
.navbar-link:focus-within,
.navbar-link:hover,
.navbar-link.is-active {
  background-color: #fafafa;
  color: #00aac3;
}

.navbar-item {
  display: block;
  flex-grow: 0;
  flex-shrink: 0;
}

.navbar-item img {
  max-height: 1.75rem;
}

.navbar-item.has-dropdown {
  padding: 0;
}

.navbar-item.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-item.is-tab {
  border-bottom: 1px solid transparent;
  min-height: 3.25rem;
  padding-bottom: calc(0.5rem - 1px);
}

.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
  background-color: transparent;
  border-bottom-color: #00aac3;
}

.navbar-item.is-tab.is-active {
  background-color: transparent;
  border-bottom-color: #00aac3;
  border-bottom-style: solid;
  border-bottom-width: 3px;
  color: #00aac3;
  padding-bottom: calc(0.5rem - 3px);
}

.navbar-content {
  flex-grow: 1;
  flex-shrink: 1;
}

.navbar-link:not(.is-arrowless) {
  padding-right: 2.5em;
}

.navbar-link:not(.is-arrowless)::after {
  border-color: #00aac3;
  margin-top: -0.375em;
  right: 1.125em;
}

.navbar-dropdown {
  font-size: 0.875rem;
  padding-bottom: 0.5rem;
  padding-top: 0.5rem;
}

.navbar-dropdown .navbar-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.navbar-divider {
  background-color: whitesmoke;
  border: none;
  display: none;
  height: 2px;
  margin: 0.5rem 0;
}

@media screen and (max-width: 1023px) {
  .navbar > .container {
    display: block;
  }

  .navbar-brand .navbar-item,
.navbar-tabs .navbar-item {
    align-items: center;
    display: flex;
  }

  .navbar-link::after {
    display: none;
  }

  .navbar-menu {
    background-color: white;
    box-shadow: 0 8px 16px rgba(10, 10, 10, 0.1);
    padding: 0.5rem 0;
  }

  .navbar-menu.is-active {
    display: block;
  }

  .navbar.is-fixed-bottom-touch, .navbar.is-fixed-top-touch {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar.is-fixed-bottom-touch {
    bottom: 0;
  }

  .navbar.is-fixed-bottom-touch.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }

  .navbar.is-fixed-top-touch {
    top: 0;
  }

  .navbar.is-fixed-top .navbar-menu, .navbar.is-fixed-top-touch .navbar-menu {
    -webkit-overflow-scrolling: touch;
    max-height: calc(100vh - 3.25rem);
    overflow: auto;
  }

  html.has-navbar-fixed-top-touch,
body.has-navbar-fixed-top-touch {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-touch,
body.has-navbar-fixed-bottom-touch {
    padding-bottom: 3.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .navbar,
.navbar-menu,
.navbar-start,
.navbar-end {
    align-items: stretch;
    display: flex;
  }

  .navbar {
    min-height: 3.25rem;
  }

  .navbar.is-spaced {
    padding: 1rem 2rem;
  }

  .navbar.is-spaced .navbar-start,
.navbar.is-spaced .navbar-end {
    align-items: center;
  }

  .navbar.is-spaced a.navbar-item,
.navbar.is-spaced .navbar-link {
    border-radius: 4px;
  }

  .navbar.is-transparent a.navbar-item:focus, .navbar.is-transparent a.navbar-item:hover, .navbar.is-transparent a.navbar-item.is-active,
.navbar.is-transparent .navbar-link:focus,
.navbar.is-transparent .navbar-link:hover,
.navbar.is-transparent .navbar-link.is-active {
    background-color: transparent !important;
  }

  .navbar.is-transparent .navbar-item.has-dropdown.is-active .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:focus-within .navbar-link, .navbar.is-transparent .navbar-item.has-dropdown.is-hoverable:hover .navbar-link {
    background-color: transparent !important;
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item:focus, .navbar.is-transparent .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }

  .navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #00aac3;
  }

  .navbar-burger {
    display: none;
  }

  .navbar-item,
.navbar-link {
    align-items: center;
    display: flex;
  }

  .navbar-item {
    display: flex;
  }

  .navbar-item.has-dropdown {
    align-items: stretch;
  }

  .navbar-item.has-dropdown-up .navbar-link::after {
    transform: rotate(135deg) translate(0.25em, -0.25em);
  }

  .navbar-item.has-dropdown-up .navbar-dropdown {
    border-bottom: 2px solid #dbdbdb;
    border-radius: 6px 6px 0 0;
    border-top: none;
    bottom: 100%;
    box-shadow: 0 -8px 8px rgba(10, 10, 10, 0.1);
    top: auto;
  }

  .navbar-item.is-active .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }

  .navbar.is-spaced .navbar-item.is-active .navbar-dropdown, .navbar-item.is-active .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus .navbar-dropdown, .navbar-item.is-hoverable:focus .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:focus-within .navbar-dropdown, .navbar-item.is-hoverable:focus-within .navbar-dropdown.is-boxed, .navbar.is-spaced .navbar-item.is-hoverable:hover .navbar-dropdown, .navbar-item.is-hoverable:hover .navbar-dropdown.is-boxed {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .navbar-menu {
    flex-grow: 1;
    flex-shrink: 0;
  }

  .navbar-start {
    justify-content: flex-start;
    margin-right: auto;
  }

  .navbar-end {
    justify-content: flex-end;
    margin-left: auto;
  }

  .navbar-dropdown {
    background-color: white;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top: 2px solid #dbdbdb;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1);
    display: none;
    font-size: 0.875rem;
    left: 0;
    min-width: 100%;
    position: absolute;
    top: 100%;
    z-index: 20;
  }

  .navbar-dropdown .navbar-item {
    padding: 0.375rem 1rem;
    white-space: nowrap;
  }

  .navbar-dropdown a.navbar-item {
    padding-right: 3rem;
  }

  .navbar-dropdown a.navbar-item:focus, .navbar-dropdown a.navbar-item:hover {
    background-color: whitesmoke;
    color: #0a0a0a;
  }

  .navbar-dropdown a.navbar-item.is-active {
    background-color: whitesmoke;
    color: #00aac3;
  }

  .navbar.is-spaced .navbar-dropdown, .navbar-dropdown.is-boxed {
    border-radius: 6px;
    border-top: none;
    box-shadow: 0 8px 8px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    display: block;
    opacity: 0;
    pointer-events: none;
    top: calc(100% - 4px);
    transform: translateY(-5px);
    transition-duration: 86ms;
    transition-property: opacity, transform;
  }

  .navbar-dropdown.is-right {
    left: auto;
    right: 0;
  }

  .navbar-divider {
    display: block;
  }

  .navbar > .container .navbar-brand,
.container > .navbar .navbar-brand {
    margin-left: -0.75rem;
  }

  .navbar > .container .navbar-menu,
.container > .navbar .navbar-menu {
    margin-right: -0.75rem;
  }

  .navbar.is-fixed-bottom-desktop, .navbar.is-fixed-top-desktop {
    left: 0;
    position: fixed;
    right: 0;
    z-index: 30;
  }

  .navbar.is-fixed-bottom-desktop {
    bottom: 0;
  }

  .navbar.is-fixed-bottom-desktop.has-shadow {
    box-shadow: 0 -2px 3px rgba(10, 10, 10, 0.1);
  }

  .navbar.is-fixed-top-desktop {
    top: 0;
  }

  html.has-navbar-fixed-top-desktop,
body.has-navbar-fixed-top-desktop {
    padding-top: 3.25rem;
  }

  html.has-navbar-fixed-bottom-desktop,
body.has-navbar-fixed-bottom-desktop {
    padding-bottom: 3.25rem;
  }

  html.has-spaced-navbar-fixed-top,
body.has-spaced-navbar-fixed-top {
    padding-top: 5.25rem;
  }

  html.has-spaced-navbar-fixed-bottom,
body.has-spaced-navbar-fixed-bottom {
    padding-bottom: 5.25rem;
  }

  a.navbar-item.is-active,
.navbar-link.is-active {
    color: #0a0a0a;
  }

  a.navbar-item.is-active:not(:focus):not(:hover),
.navbar-link.is-active:not(:focus):not(:hover) {
    background-color: transparent;
  }

  .navbar-item.has-dropdown:focus .navbar-link, .navbar-item.has-dropdown:hover .navbar-link, .navbar-item.has-dropdown.is-active .navbar-link {
    background-color: #fafafa;
  }
}
.hero.is-fullheight-with-navbar {
  min-height: calc(100vh - 3.25rem);
}

.pagination {
  font-size: 1rem;
  margin: -0.25rem;
}

.pagination.is-small {
  font-size: 0.75rem;
}

.pagination.is-medium {
  font-size: 1.25rem;
}

.pagination.is-large {
  font-size: 1.5rem;
}

.pagination.is-rounded .pagination-previous,
.pagination.is-rounded .pagination-next {
  padding-left: 1em;
  padding-right: 1em;
  border-radius: 290486px;
}

.pagination.is-rounded .pagination-link {
  border-radius: 290486px;
}

.pagination,
.pagination-list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link,
.pagination-ellipsis {
  font-size: 1em;
  justify-content: center;
  margin: 0.25rem;
  padding-left: 0.5em;
  padding-right: 0.5em;
  text-align: center;
}

.pagination-previous,
.pagination-next,
.pagination-link {
  border-color: #dbdbdb;
  color: #363636;
  min-width: 2.25em;
}

.pagination-previous:hover,
.pagination-next:hover,
.pagination-link:hover {
  border-color: #b5b5b5;
  color: #363636;
}

.pagination-previous:focus,
.pagination-next:focus,
.pagination-link:focus {
  border-color: #00aac3;
}

.pagination-previous:active,
.pagination-next:active,
.pagination-link:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
}

.pagination-previous[disabled],
.pagination-next[disabled],
.pagination-link[disabled] {
  background-color: #dbdbdb;
  border-color: #dbdbdb;
  box-shadow: none;
  color: #7a7a7a;
  opacity: 0.5;
}

.pagination-previous,
.pagination-next {
  padding-left: 0.75em;
  padding-right: 0.75em;
  white-space: nowrap;
}

.pagination-link.is-current {
  background-color: #00aac3;
  border-color: #00aac3;
  color: white;
}

.pagination-ellipsis {
  color: #b5b5b5;
  pointer-events: none;
}

.pagination-list {
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: wrap;
  }

  .pagination-previous,
.pagination-next {
    flex-grow: 1;
    flex-shrink: 1;
  }

  .pagination-list li {
    flex-grow: 1;
    flex-shrink: 1;
  }
}
@media screen and (min-width: 769px), print {
  .pagination-list {
    flex-grow: 1;
    flex-shrink: 1;
    justify-content: flex-start;
    order: 1;
  }

  .pagination-previous {
    order: 2;
  }

  .pagination-next {
    order: 3;
  }

  .pagination {
    justify-content: space-between;
  }

  .pagination.is-centered .pagination-previous {
    order: 1;
  }

  .pagination.is-centered .pagination-list {
    justify-content: center;
    order: 2;
  }

  .pagination.is-centered .pagination-next {
    order: 3;
  }

  .pagination.is-right .pagination-previous {
    order: 1;
  }

  .pagination.is-right .pagination-next {
    order: 2;
  }

  .pagination.is-right .pagination-list {
    justify-content: flex-end;
    order: 3;
  }
}
.panel {
  font-size: 1rem;
}

.panel:not(:last-child) {
  margin-bottom: 1.5rem;
}

.panel-heading,
.panel-tabs,
.panel-block {
  border-bottom: 1px solid #dbdbdb;
  border-left: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
}

.panel-heading:first-child,
.panel-tabs:first-child,
.panel-block:first-child {
  border-top: 1px solid #dbdbdb;
}

.panel-heading {
  background-color: whitesmoke;
  border-radius: 4px 4px 0 0;
  color: #363636;
  font-size: 1.25em;
  font-weight: 300;
  line-height: 1.25;
  padding: 0.5em 0.75em;
}

.panel-tabs {
  align-items: flex-end;
  display: flex;
  font-size: 0.875em;
  justify-content: center;
}

.panel-tabs a {
  border-bottom: 1px solid #dbdbdb;
  margin-bottom: -1px;
  padding: 0.5em;
}

.panel-tabs a.is-active {
  border-bottom-color: #4a4a4a;
  color: #363636;
}

.panel-list a {
  color: #4a4a4a;
}

.panel-list a:hover {
  color: #00aac3;
}

.panel-block {
  align-items: center;
  color: #363636;
  display: flex;
  justify-content: flex-start;
  padding: 0.5em 0.75em;
}

.panel-block input[type=checkbox] {
  margin-right: 0.75em;
}

.panel-block > .control {
  flex-grow: 1;
  flex-shrink: 1;
  width: 100%;
}

.panel-block.is-wrapped {
  flex-wrap: wrap;
}

.panel-block.is-active {
  border-left-color: #00aac3;
  color: #363636;
}

.panel-block.is-active .panel-icon {
  color: #00aac3;
}

a.panel-block,
label.panel-block {
  cursor: pointer;
}

a.panel-block:hover,
label.panel-block:hover {
  background-color: whitesmoke;
}

.panel-icon {
  display: inline-block;
  font-size: 14px;
  height: 1em;
  line-height: 1em;
  text-align: center;
  vertical-align: top;
  width: 1em;
  color: #7a7a7a;
  margin-right: 0.75em;
}

.panel-icon .fa {
  font-size: inherit;
  line-height: inherit;
}

.tabs {
  -webkit-overflow-scrolling: touch;
  align-items: stretch;
  display: flex;
  font-size: 1rem;
  justify-content: space-between;
  overflow: hidden;
  overflow-x: auto;
  white-space: nowrap;
}

.tabs a {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  padding: 0.5em 1em;
  vertical-align: top;
}

.tabs a:hover {
  border-bottom-color: #363636;
  color: #363636;
}

.tabs li {
  display: block;
}

.tabs li.is-active a {
  border-bottom-color: #00aac3;
  color: #00aac3;
}

.tabs ul {
  align-items: center;
  border-bottom-color: #dbdbdb;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
}

.tabs ul.is-left {
  padding-right: 0.75em;
}

.tabs ul.is-center {
  flex: none;
  justify-content: center;
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.tabs ul.is-right {
  justify-content: flex-end;
  padding-left: 0.75em;
}

.tabs .icon:first-child {
  margin-right: 0.5em;
}

.tabs .icon:last-child {
  margin-left: 0.5em;
}

.tabs.is-centered ul {
  justify-content: center;
}

.tabs.is-right ul {
  justify-content: flex-end;
}

.tabs.is-boxed a {
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tabs.is-boxed a:hover {
  background-color: whitesmoke;
  border-bottom-color: #dbdbdb;
}

.tabs.is-boxed li.is-active a {
  background-color: white;
  border-color: #dbdbdb;
  border-bottom-color: transparent !important;
}

.tabs.is-fullwidth li {
  flex-grow: 1;
  flex-shrink: 0;
}

.tabs.is-toggle a {
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  margin-bottom: 0;
  position: relative;
}

.tabs.is-toggle a:hover {
  background-color: whitesmoke;
  border-color: #b5b5b5;
  z-index: 2;
}

.tabs.is-toggle li + li {
  margin-left: -1px;
}

.tabs.is-toggle li:first-child a {
  border-radius: 4px 0 0 4px;
}

.tabs.is-toggle li:last-child a {
  border-radius: 0 4px 4px 0;
}

.tabs.is-toggle li.is-active a {
  background-color: #00aac3;
  border-color: #00aac3;
  color: white;
  z-index: 1;
}

.tabs.is-toggle ul {
  border-bottom: none;
}

.tabs.is-toggle.is-toggle-rounded li:first-child a {
  border-bottom-left-radius: 290486px;
  border-top-left-radius: 290486px;
  padding-left: 1.25em;
}

.tabs.is-toggle.is-toggle-rounded li:last-child a {
  border-bottom-right-radius: 290486px;
  border-top-right-radius: 290486px;
  padding-right: 1.25em;
}

.tabs.is-small {
  font-size: 0.75rem;
}

.tabs.is-medium {
  font-size: 1.25rem;
}

.tabs.is-large {
  font-size: 1.5rem;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.33333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.33333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.66667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.66667%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.33333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.33333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.66667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.66667%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.33333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.33333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.66667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.66667%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.33333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.33333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.66667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.66667%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }

  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-mobile {
    margin-left: 50%;
  }

  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }

  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-mobile {
    margin-left: 0%;
  }

  .column.is-1-mobile {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-mobile {
    margin-left: 8.33333%;
  }

  .column.is-2-mobile {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-mobile {
    margin-left: 16.66667%;
  }

  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-mobile {
    margin-left: 25%;
  }

  .column.is-4-mobile {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-mobile {
    margin-left: 33.33333%;
  }

  .column.is-5-mobile {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-mobile {
    margin-left: 41.66667%;
  }

  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-mobile {
    margin-left: 50%;
  }

  .column.is-7-mobile {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-mobile {
    margin-left: 58.33333%;
  }

  .column.is-8-mobile {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-mobile {
    margin-left: 66.66667%;
  }

  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-mobile {
    margin-left: 75%;
  }

  .column.is-10-mobile {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-mobile {
    margin-left: 83.33333%;
  }

  .column.is-11-mobile {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-mobile {
    margin-left: 91.66667%;
  }

  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow, .column.is-narrow-tablet {
    flex: none;
  }

  .column.is-full, .column.is-full-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters, .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds, .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half, .column.is-half-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-one-third, .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth, .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths, .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths, .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths, .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters, .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds, .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }

  .column.is-offset-half, .column.is-offset-half-tablet {
    margin-left: 50%;
  }

  .column.is-offset-one-third, .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter, .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth, .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths, .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths, .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths, .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }

  .column.is-0, .column.is-0-tablet {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0, .column.is-offset-0-tablet {
    margin-left: 0%;
  }

  .column.is-1, .column.is-1-tablet {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1, .column.is-offset-1-tablet {
    margin-left: 8.33333%;
  }

  .column.is-2, .column.is-2-tablet {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2, .column.is-offset-2-tablet {
    margin-left: 16.66667%;
  }

  .column.is-3, .column.is-3-tablet {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3, .column.is-offset-3-tablet {
    margin-left: 25%;
  }

  .column.is-4, .column.is-4-tablet {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4, .column.is-offset-4-tablet {
    margin-left: 33.33333%;
  }

  .column.is-5, .column.is-5-tablet {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5, .column.is-offset-5-tablet {
    margin-left: 41.66667%;
  }

  .column.is-6, .column.is-6-tablet {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6, .column.is-offset-6-tablet {
    margin-left: 50%;
  }

  .column.is-7, .column.is-7-tablet {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7, .column.is-offset-7-tablet {
    margin-left: 58.33333%;
  }

  .column.is-8, .column.is-8-tablet {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8, .column.is-offset-8-tablet {
    margin-left: 66.66667%;
  }

  .column.is-9, .column.is-9-tablet {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9, .column.is-offset-9-tablet {
    margin-left: 75%;
  }

  .column.is-10, .column.is-10-tablet {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10, .column.is-offset-10-tablet {
    margin-left: 83.33333%;
  }

  .column.is-11, .column.is-11-tablet {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11, .column.is-offset-11-tablet {
    margin-left: 91.66667%;
  }

  .column.is-12, .column.is-12-tablet {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12, .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
  }

  .column.is-full-touch {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-touch {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-touch {
    margin-left: 50%;
  }

  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }

  .column.is-0-touch {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-touch {
    margin-left: 0%;
  }

  .column.is-1-touch {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-touch {
    margin-left: 8.33333%;
  }

  .column.is-2-touch {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-touch {
    margin-left: 16.66667%;
  }

  .column.is-3-touch {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-touch {
    margin-left: 25%;
  }

  .column.is-4-touch {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-touch {
    margin-left: 33.33333%;
  }

  .column.is-5-touch {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-touch {
    margin-left: 41.66667%;
  }

  .column.is-6-touch {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-touch {
    margin-left: 50%;
  }

  .column.is-7-touch {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-touch {
    margin-left: 58.33333%;
  }

  .column.is-8-touch {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-touch {
    margin-left: 66.66667%;
  }

  .column.is-9-touch {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-touch {
    margin-left: 75%;
  }

  .column.is-10-touch {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-touch {
    margin-left: 83.33333%;
  }

  .column.is-11-touch {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-touch {
    margin-left: 91.66667%;
  }

  .column.is-12-touch {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
  }

  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-desktop {
    margin-left: 50%;
  }

  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }

  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-desktop {
    margin-left: 0%;
  }

  .column.is-1-desktop {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-desktop {
    margin-left: 8.33333%;
  }

  .column.is-2-desktop {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-desktop {
    margin-left: 16.66667%;
  }

  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-desktop {
    margin-left: 25%;
  }

  .column.is-4-desktop {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-desktop {
    margin-left: 33.33333%;
  }

  .column.is-5-desktop {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-desktop {
    margin-left: 41.66667%;
  }

  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-desktop {
    margin-left: 50%;
  }

  .column.is-7-desktop {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-desktop {
    margin-left: 58.33333%;
  }

  .column.is-8-desktop {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-desktop {
    margin-left: 66.66667%;
  }

  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-desktop {
    margin-left: 75%;
  }

  .column.is-10-desktop {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-desktop {
    margin-left: 83.33333%;
  }

  .column.is-11-desktop {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-desktop {
    margin-left: 91.66667%;
  }

  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
  }

  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }

  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }

  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }

  .column.is-1-widescreen {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-widescreen {
    margin-left: 8.33333%;
  }

  .column.is-2-widescreen {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-widescreen {
    margin-left: 16.66667%;
  }

  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }

  .column.is-4-widescreen {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-widescreen {
    margin-left: 33.33333%;
  }

  .column.is-5-widescreen {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-widescreen {
    margin-left: 41.66667%;
  }

  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }

  .column.is-7-widescreen {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-widescreen {
    margin-left: 58.33333%;
  }

  .column.is-8-widescreen {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-widescreen {
    margin-left: 66.66667%;
  }

  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }

  .column.is-10-widescreen {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-widescreen {
    margin-left: 83.33333%;
  }

  .column.is-11-widescreen {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-widescreen {
    margin-left: 91.66667%;
  }

  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
  }

  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }

  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }

  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }

  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }

  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }

  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }

  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }

  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }

  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }

  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }

  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }

  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }

  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }

  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }

  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }

  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }

  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }

  .column.is-1-fullhd {
    flex: none;
    width: 8.33333%;
  }

  .column.is-offset-1-fullhd {
    margin-left: 8.33333%;
  }

  .column.is-2-fullhd {
    flex: none;
    width: 16.66667%;
  }

  .column.is-offset-2-fullhd {
    margin-left: 16.66667%;
  }

  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }

  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }

  .column.is-4-fullhd {
    flex: none;
    width: 33.33333%;
  }

  .column.is-offset-4-fullhd {
    margin-left: 33.33333%;
  }

  .column.is-5-fullhd {
    flex: none;
    width: 41.66667%;
  }

  .column.is-offset-5-fullhd {
    margin-left: 41.66667%;
  }

  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }

  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }

  .column.is-7-fullhd {
    flex: none;
    width: 58.33333%;
  }

  .column.is-offset-7-fullhd {
    margin-left: 58.33333%;
  }

  .column.is-8-fullhd {
    flex: none;
    width: 66.66667%;
  }

  .column.is-offset-8-fullhd {
    margin-left: 66.66667%;
  }

  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }

  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }

  .column.is-10-fullhd {
    flex: none;
    width: 83.33333%;
  }

  .column.is-offset-10-fullhd {
    margin-left: 83.33333%;
  }

  .column.is-11-fullhd {
    flex: none;
    width: 91.66667%;
  }

  .column.is-offset-11-fullhd {
    margin-left: 91.66667%;
  }

  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }

  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: 0.75rem;
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}
.tile {
  align-items: stretch;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  min-height: -moz-min-content;
  min-height: min-content;
}

.tile.is-ancestor {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.tile.is-ancestor:last-child {
  margin-bottom: -0.75rem;
}

.tile.is-ancestor:not(:last-child) {
  margin-bottom: 0.75rem;
}

.tile.is-child {
  margin: 0 !important;
}

.tile.is-parent {
  padding: 0.75rem;
}

.tile.is-vertical {
  flex-direction: column;
}

.tile.is-vertical > .tile.is-child:not(:last-child) {
  margin-bottom: 1.5rem !important;
}

@media screen and (min-width: 769px), print {
  .tile:not(.is-child) {
    display: flex;
  }

  .tile.is-1 {
    flex: none;
    width: 8.33333%;
  }

  .tile.is-2 {
    flex: none;
    width: 16.66667%;
  }

  .tile.is-3 {
    flex: none;
    width: 25%;
  }

  .tile.is-4 {
    flex: none;
    width: 33.33333%;
  }

  .tile.is-5 {
    flex: none;
    width: 41.66667%;
  }

  .tile.is-6 {
    flex: none;
    width: 50%;
  }

  .tile.is-7 {
    flex: none;
    width: 58.33333%;
  }

  .tile.is-8 {
    flex: none;
    width: 66.66667%;
  }

  .tile.is-9 {
    flex: none;
    width: 75%;
  }

  .tile.is-10 {
    flex: none;
    width: 83.33333%;
  }

  .tile.is-11 {
    flex: none;
    width: 91.66667%;
  }

  .tile.is-12 {
    flex: none;
    width: 100%;
  }
}
.hero {
  align-items: stretch;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero .navbar {
  background: none;
}

.hero .tabs ul {
  border-bottom: none;
}

.hero.is-white {
  background-color: white;
  color: #0a0a0a;
}

.hero.is-white a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-white strong {
  color: inherit;
}

.hero.is-white .title {
  color: #0a0a0a;
}

.hero.is-white .subtitle {
  color: rgba(10, 10, 10, 0.9);
}

.hero.is-white .subtitle a:not(.button),
.hero.is-white .subtitle strong {
  color: #0a0a0a;
}

@media screen and (max-width: 1023px) {
  .hero.is-white .navbar-menu {
    background-color: white;
  }
}
.hero.is-white .navbar-item,
.hero.is-white .navbar-link {
  color: rgba(10, 10, 10, 0.7);
}

.hero.is-white a.navbar-item:hover, .hero.is-white a.navbar-item.is-active,
.hero.is-white .navbar-link:hover,
.hero.is-white .navbar-link.is-active {
  background-color: #f2f2f2;
  color: #0a0a0a;
}

.hero.is-white .tabs a {
  color: #0a0a0a;
  opacity: 0.9;
}

.hero.is-white .tabs a:hover {
  opacity: 1;
}

.hero.is-white .tabs li.is-active a {
  opacity: 1;
}

.hero.is-white .tabs.is-boxed a, .hero.is-white .tabs.is-toggle a {
  color: #0a0a0a;
}

.hero.is-white .tabs.is-boxed a:hover, .hero.is-white .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-white .tabs.is-boxed li.is-active a, .hero.is-white .tabs.is-boxed li.is-active a:hover, .hero.is-white .tabs.is-toggle li.is-active a, .hero.is-white .tabs.is-toggle li.is-active a:hover {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
  color: white;
}

.hero.is-white.is-bold {
  background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-white.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #e6e6e6 0%, white 71%, white 100%);
  }
}
.hero.is-black {
  background-color: #0a0a0a;
  color: white;
}

.hero.is-black a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-black strong {
  color: inherit;
}

.hero.is-black .title {
  color: white;
}

.hero.is-black .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-black .subtitle a:not(.button),
.hero.is-black .subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  .hero.is-black .navbar-menu {
    background-color: #0a0a0a;
  }
}
.hero.is-black .navbar-item,
.hero.is-black .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-black a.navbar-item:hover, .hero.is-black a.navbar-item.is-active,
.hero.is-black .navbar-link:hover,
.hero.is-black .navbar-link.is-active {
  background-color: black;
  color: white;
}

.hero.is-black .tabs a {
  color: white;
  opacity: 0.9;
}

.hero.is-black .tabs a:hover {
  opacity: 1;
}

.hero.is-black .tabs li.is-active a {
  opacity: 1;
}

.hero.is-black .tabs.is-boxed a, .hero.is-black .tabs.is-toggle a {
  color: white;
}

.hero.is-black .tabs.is-boxed a:hover, .hero.is-black .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-black .tabs.is-boxed li.is-active a, .hero.is-black .tabs.is-boxed li.is-active a:hover, .hero.is-black .tabs.is-toggle li.is-active a, .hero.is-black .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #0a0a0a;
}

.hero.is-black.is-bold {
  background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-black.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, black 0%, #0a0a0a 71%, #181616 100%);
  }
}
.hero.is-light {
  background-color: whitesmoke;
  color: #363636;
}

.hero.is-light a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-light strong {
  color: inherit;
}

.hero.is-light .title {
  color: #363636;
}

.hero.is-light .subtitle {
  color: rgba(54, 54, 54, 0.9);
}

.hero.is-light .subtitle a:not(.button),
.hero.is-light .subtitle strong {
  color: #363636;
}

@media screen and (max-width: 1023px) {
  .hero.is-light .navbar-menu {
    background-color: whitesmoke;
  }
}
.hero.is-light .navbar-item,
.hero.is-light .navbar-link {
  color: rgba(54, 54, 54, 0.7);
}

.hero.is-light a.navbar-item:hover, .hero.is-light a.navbar-item.is-active,
.hero.is-light .navbar-link:hover,
.hero.is-light .navbar-link.is-active {
  background-color: #e8e8e8;
  color: #363636;
}

.hero.is-light .tabs a {
  color: #363636;
  opacity: 0.9;
}

.hero.is-light .tabs a:hover {
  opacity: 1;
}

.hero.is-light .tabs li.is-active a {
  opacity: 1;
}

.hero.is-light .tabs.is-boxed a, .hero.is-light .tabs.is-toggle a {
  color: #363636;
}

.hero.is-light .tabs.is-boxed a:hover, .hero.is-light .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-light .tabs.is-boxed li.is-active a, .hero.is-light .tabs.is-boxed li.is-active a:hover, .hero.is-light .tabs.is-toggle li.is-active a, .hero.is-light .tabs.is-toggle li.is-active a:hover {
  background-color: #363636;
  border-color: #363636;
  color: whitesmoke;
}

.hero.is-light.is-bold {
  background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-light.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #dfd8d9 0%, whitesmoke 71%, white 100%);
  }
}
.hero.is-dark {
  background-color: #363636;
  color: whitesmoke;
}

.hero.is-dark a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-dark strong {
  color: inherit;
}

.hero.is-dark .title {
  color: whitesmoke;
}

.hero.is-dark .subtitle {
  color: rgba(245, 245, 245, 0.9);
}

.hero.is-dark .subtitle a:not(.button),
.hero.is-dark .subtitle strong {
  color: whitesmoke;
}

@media screen and (max-width: 1023px) {
  .hero.is-dark .navbar-menu {
    background-color: #363636;
  }
}
.hero.is-dark .navbar-item,
.hero.is-dark .navbar-link {
  color: rgba(245, 245, 245, 0.7);
}

.hero.is-dark a.navbar-item:hover, .hero.is-dark a.navbar-item.is-active,
.hero.is-dark .navbar-link:hover,
.hero.is-dark .navbar-link.is-active {
  background-color: #292929;
  color: whitesmoke;
}

.hero.is-dark .tabs a {
  color: whitesmoke;
  opacity: 0.9;
}

.hero.is-dark .tabs a:hover {
  opacity: 1;
}

.hero.is-dark .tabs li.is-active a {
  opacity: 1;
}

.hero.is-dark .tabs.is-boxed a, .hero.is-dark .tabs.is-toggle a {
  color: whitesmoke;
}

.hero.is-dark .tabs.is-boxed a:hover, .hero.is-dark .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-dark .tabs.is-boxed li.is-active a, .hero.is-dark .tabs.is-boxed li.is-active a:hover, .hero.is-dark .tabs.is-toggle li.is-active a, .hero.is-dark .tabs.is-toggle li.is-active a:hover {
  background-color: whitesmoke;
  border-color: whitesmoke;
  color: #363636;
}

.hero.is-dark.is-bold {
  background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-dark.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #1f191a 0%, #363636 71%, #46403f 100%);
  }
}
.hero.is-primary {
  background-color: #00aac3;
  color: white;
}

.hero.is-primary a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-primary strong {
  color: inherit;
}

.hero.is-primary .title {
  color: white;
}

.hero.is-primary .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-primary .subtitle a:not(.button),
.hero.is-primary .subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  .hero.is-primary .navbar-menu {
    background-color: #00aac3;
  }
}
.hero.is-primary .navbar-item,
.hero.is-primary .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
.hero.is-primary .navbar-link:hover,
.hero.is-primary .navbar-link.is-active {
  background-color: #6943d0;
  color: white;
}

.hero.is-primary .tabs a {
  color: white;
  opacity: 0.9;
}

.hero.is-primary .tabs a:hover {
  opacity: 1;
}

.hero.is-primary .tabs li.is-active a {
  opacity: 1;
}

.hero.is-primary .tabs.is-boxed a, .hero.is-primary .tabs.is-toggle a {
  color: white;
}

.hero.is-primary .tabs.is-boxed a:hover, .hero.is-primary .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #00aac3;
}

.hero.is-primary.is-bold {
  background-image: linear-gradient(141deg, #3725d4 0%, #00aac3 71%, #9b67df 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-primary.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #3725d4 0%, #00aac3 71%, #9b67df 100%);
  }
}
.hero.is-link {
  background-color: #00aac3;
  color: white;
}

.hero.is-link a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-link strong {
  color: inherit;
}

.hero.is-link .title {
  color: white;
}

.hero.is-link .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-link .subtitle a:not(.button),
.hero.is-link .subtitle strong {
  color: white;
}

@media screen and (max-width: 1023px) {
  .hero.is-link .navbar-menu {
    background-color: #00aac3;
  }
}
.hero.is-link .navbar-item,
.hero.is-link .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-link a.navbar-item:hover, .hero.is-link a.navbar-item.is-active,
.hero.is-link .navbar-link:hover,
.hero.is-link .navbar-link.is-active {
  background-color: #6943d0;
  color: white;
}

.hero.is-link .tabs a {
  color: white;
  opacity: 0.9;
}

.hero.is-link .tabs a:hover {
  opacity: 1;
}

.hero.is-link .tabs li.is-active a {
  opacity: 1;
}

.hero.is-link .tabs.is-boxed a, .hero.is-link .tabs.is-toggle a {
  color: white;
}

.hero.is-link .tabs.is-boxed a:hover, .hero.is-link .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-link .tabs.is-boxed li.is-active a, .hero.is-link .tabs.is-boxed li.is-active a:hover, .hero.is-link .tabs.is-toggle li.is-active a, .hero.is-link .tabs.is-toggle li.is-active a:hover {
  background-color: white;
  border-color: white;
  color: #00aac3;
}

.hero.is-link.is-bold {
  background-image: linear-gradient(141deg, #3725d4 0%, #00aac3 71%, #9b67df 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-link.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #3725d4 0%, #00aac3 71%, #9b67df 100%);
  }
}
.hero.is-info {
  background-color: #167df0;
  color: #fff;
}

.hero.is-info a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-info strong {
  color: inherit;
}

.hero.is-info .title {
  color: #fff;
}

.hero.is-info .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-info .subtitle a:not(.button),
.hero.is-info .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-info .navbar-menu {
    background-color: #167df0;
  }
}
.hero.is-info .navbar-item,
.hero.is-info .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-info a.navbar-item:hover, .hero.is-info a.navbar-item.is-active,
.hero.is-info .navbar-link:hover,
.hero.is-info .navbar-link.is-active {
  background-color: #0e71de;
  color: #fff;
}

.hero.is-info .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-info .tabs a:hover {
  opacity: 1;
}

.hero.is-info .tabs li.is-active a {
  opacity: 1;
}

.hero.is-info .tabs.is-boxed a, .hero.is-info .tabs.is-toggle a {
  color: #fff;
}

.hero.is-info .tabs.is-boxed a:hover, .hero.is-info .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-info .tabs.is-boxed li.is-active a, .hero.is-info .tabs.is-boxed li.is-active a:hover, .hero.is-info .tabs.is-toggle li.is-active a, .hero.is-info .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #167df0;
}

.hero.is-info.is-bold {
  background-image: linear-gradient(141deg, #0286d1 0%, #167df0 71%, #2868f7 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-info.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #0286d1 0%, #167df0 71%, #2868f7 100%);
  }
}
.hero.is-success {
  background-color: #23d160;
  color: #fff;
}

.hero.is-success a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-success strong {
  color: inherit;
}

.hero.is-success .title {
  color: #fff;
}

.hero.is-success .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-success .subtitle a:not(.button),
.hero.is-success .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-success .navbar-menu {
    background-color: #23d160;
  }
}
.hero.is-success .navbar-item,
.hero.is-success .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
.hero.is-success .navbar-link:hover,
.hero.is-success .navbar-link.is-active {
  background-color: #20bc56;
  color: #fff;
}

.hero.is-success .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-success .tabs a:hover {
  opacity: 1;
}

.hero.is-success .tabs li.is-active a {
  opacity: 1;
}

.hero.is-success .tabs.is-boxed a, .hero.is-success .tabs.is-toggle a {
  color: #fff;
}

.hero.is-success .tabs.is-boxed a:hover, .hero.is-success .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #23d160;
}

.hero.is-success.is-bold {
  background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-success.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #12af2f 0%, #23d160 71%, #2ce28a 100%);
  }
}
.hero.is-warning {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-warning strong {
  color: inherit;
}

.hero.is-warning .title {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .subtitle {
  color: rgba(0, 0, 0, 0.9);
}

.hero.is-warning .subtitle a:not(.button),
.hero.is-warning .subtitle strong {
  color: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 1023px) {
  .hero.is-warning .navbar-menu {
    background-color: #ffdd57;
  }
}
.hero.is-warning .navbar-item,
.hero.is-warning .navbar-link {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning a.navbar-item:hover, .hero.is-warning a.navbar-item.is-active,
.hero.is-warning .navbar-link:hover,
.hero.is-warning .navbar-link.is-active {
  background-color: #ffd83d;
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs a {
  color: rgba(0, 0, 0, 0.7);
  opacity: 0.9;
}

.hero.is-warning .tabs a:hover {
  opacity: 1;
}

.hero.is-warning .tabs li.is-active a {
  opacity: 1;
}

.hero.is-warning .tabs.is-boxed a, .hero.is-warning .tabs.is-toggle a {
  color: rgba(0, 0, 0, 0.7);
}

.hero.is-warning .tabs.is-boxed a:hover, .hero.is-warning .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-warning .tabs.is-boxed li.is-active a, .hero.is-warning .tabs.is-boxed li.is-active a:hover, .hero.is-warning .tabs.is-toggle li.is-active a, .hero.is-warning .tabs.is-toggle li.is-active a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  border-color: rgba(0, 0, 0, 0.7);
  color: #ffdd57;
}

.hero.is-warning.is-bold {
  background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-warning.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ffaf24 0%, #ffdd57 71%, #fffa70 100%);
  }
}
.hero.is-danger {
  background-color: #ff3860;
  color: #fff;
}

.hero.is-danger a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
.hero.is-danger strong {
  color: inherit;
}

.hero.is-danger .title {
  color: #fff;
}

.hero.is-danger .subtitle {
  color: rgba(255, 255, 255, 0.9);
}

.hero.is-danger .subtitle a:not(.button),
.hero.is-danger .subtitle strong {
  color: #fff;
}

@media screen and (max-width: 1023px) {
  .hero.is-danger .navbar-menu {
    background-color: #ff3860;
  }
}
.hero.is-danger .navbar-item,
.hero.is-danger .navbar-link {
  color: rgba(255, 255, 255, 0.7);
}

.hero.is-danger a.navbar-item:hover, .hero.is-danger a.navbar-item.is-active,
.hero.is-danger .navbar-link:hover,
.hero.is-danger .navbar-link.is-active {
  background-color: #ff1f4b;
  color: #fff;
}

.hero.is-danger .tabs a {
  color: #fff;
  opacity: 0.9;
}

.hero.is-danger .tabs a:hover {
  opacity: 1;
}

.hero.is-danger .tabs li.is-active a {
  opacity: 1;
}

.hero.is-danger .tabs.is-boxed a, .hero.is-danger .tabs.is-toggle a {
  color: #fff;
}

.hero.is-danger .tabs.is-boxed a:hover, .hero.is-danger .tabs.is-toggle a:hover {
  background-color: rgba(10, 10, 10, 0.1);
}

.hero.is-danger .tabs.is-boxed li.is-active a, .hero.is-danger .tabs.is-boxed li.is-active a:hover, .hero.is-danger .tabs.is-toggle li.is-active a, .hero.is-danger .tabs.is-toggle li.is-active a:hover {
  background-color: #fff;
  border-color: #fff;
  color: #ff3860;
}

.hero.is-danger.is-bold {
  background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
}

@media screen and (max-width: 768px) {
  .hero.is-danger.is-bold .navbar-menu {
    background-image: linear-gradient(141deg, #ff0561 0%, #ff3860 71%, #ff5257 100%);
  }
}
.hero.is-small .hero-body {
  padding-bottom: 1.5rem;
  padding-top: 1.5rem;
}

@media screen and (min-width: 769px), print {
  .hero.is-medium .hero-body {
    padding-bottom: 9rem;
    padding-top: 9rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero.is-large .hero-body {
    padding-bottom: 18rem;
    padding-top: 18rem;
  }
}
.hero.is-halfheight .hero-body, .hero.is-fullheight .hero-body, .hero.is-fullheight-with-navbar .hero-body {
  align-items: center;
  display: flex;
}

.hero.is-halfheight .hero-body > .container, .hero.is-fullheight .hero-body > .container, .hero.is-fullheight-with-navbar .hero-body > .container {
  flex-grow: 1;
  flex-shrink: 1;
}

.hero.is-halfheight {
  min-height: 50vh;
}

.hero.is-fullheight {
  min-height: 100vh;
}

.hero-video {
  overflow: hidden;
}

.hero-video video {
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.hero-video.is-transparent {
  opacity: 0.3;
}

@media screen and (max-width: 768px) {
  .hero-video {
    display: none;
  }
}
.hero-buttons {
  margin-top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .hero-buttons .button {
    display: flex;
  }

  .hero-buttons .button:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .hero-buttons {
    display: flex;
    justify-content: center;
  }

  .hero-buttons .button:not(:last-child) {
    margin-right: 1.5rem;
  }
}
.hero-head,
.hero-foot {
  flex-grow: 0;
  flex-shrink: 0;
}

.hero-body {
  flex-grow: 1;
  flex-shrink: 0;
  padding: 3rem 1.5rem;
}

.section {
  padding: 3rem 1.5rem;
}

@media screen and (min-width: 1024px) {
  .section.is-medium {
    padding: 9rem 1.5rem;
  }

  .section.is-large {
    padding: 18rem 1.5rem;
  }
}
.footer {
  background-color: #fafafa;
  padding: 3rem 1.5rem 6rem;
}

.is-noscroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  bottom: 0;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}

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

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

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}

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

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

/**
 * Vue Transitions
 */
.fade-enter-active,
.fade-leave-active {
  transition: opacity 150ms ease-out;
}

.fade-enter,
.fade-leave-to {
  opacity: 0;
}

.zoom-in-enter-active,
.zoom-in-leave-active {
  transition: opacity 150ms ease-out;
}

.zoom-in-enter-active .animation-content,
.zoom-in-enter-active .animation-content,
.zoom-in-leave-active .animation-content,
.zoom-in-leave-active .animation-content {
  transition: transform 150ms ease-out;
}

.zoom-in-enter,
.zoom-in-leave-active {
  opacity: 0;
}

.zoom-in-enter .animation-content,
.zoom-in-enter .animation-content,
.zoom-in-leave-active .animation-content,
.zoom-in-leave-active .animation-content {
  transform: scale(0.95);
}

.zoom-out-enter-active,
.zoom-out-leave-active {
  transition: opacity 150ms ease-out;
}

.zoom-out-enter-active .animation-content,
.zoom-out-enter-active .animation-content,
.zoom-out-leave-active .animation-content,
.zoom-out-leave-active .animation-content {
  transition: transform 150ms ease-out;
}

.zoom-out-enter,
.zoom-out-leave-active {
  opacity: 0;
}

.zoom-out-enter .animation-content,
.zoom-out-enter .animation-content,
.zoom-out-leave-active .animation-content,
.zoom-out-leave-active .animation-content {
  transform: scale(1.05);
}

.slide-next-enter-active,
.slide-next-leave-active,
.slide-prev-enter-active,
.slide-prev-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.slide-prev-leave-to, .slide-next-enter {
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  width: 100%;
}

.slide-prev-enter, .slide-next-leave-to {
  transform: translate3d(100%, 0, 0);
  position: absolute;
  width: 100%;
}

.slide-down-enter-active,
.slide-down-leave-active,
.slide-up-enter-active,
.slide-up-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.slide-up-leave-to, .slide-down-enter {
  transform: translate3d(0, -100%, 0);
  position: absolute;
  height: 100%;
}

.slide-up-enter, .slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
  position: absolute;
  height: 100%;
}

.slide-enter-active {
  transition: 150ms ease-out;
}

.slide-leave-active {
  transition: 150ms ease-out;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.slide-enter-to, .slide-leave {
  max-height: 100px;
  overflow: hidden;
}

.slide-enter, .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}

.autocomplete {
  position: relative;
}

.autocomplete .dropdown-menu {
  display: block;
  min-width: 100%;
  max-width: 100%;
}

.autocomplete .dropdown-menu.is-opened-top {
  top: auto;
  bottom: 100%;
}

.autocomplete .dropdown-content {
  overflow: auto;
  max-height: 200px;
}

.autocomplete .dropdown-item, .autocomplete .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .autocomplete a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.autocomplete .dropdown-item.is-hovered, .autocomplete .dropdown .dropdown-menu .has-link a.is-hovered, .dropdown .dropdown-menu .has-link .autocomplete a.is-hovered {
  background: whitesmoke;
  color: #0a0a0a;
}

.autocomplete .dropdown-item.is-disabled, .autocomplete .dropdown .dropdown-menu .has-link a.is-disabled, .dropdown .dropdown-menu .has-link .autocomplete a.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.autocomplete.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.autocomplete.is-medium {
  font-size: 1.25rem;
}

.autocomplete.is-large {
  font-size: 1.5rem;
}

.carousel {
  min-height: 120px;
  position: relative;
}

.carousel.is-overlay {
  background-color: rgba(10, 10, 10, 0.86);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  max-height: 100vh;
  position: fixed;
  z-index: 40;
}

.carousel.is-overlay .carousel-item img {
  cursor: default;
}

.carousel.is-overlay .carousel-indicator.has-background {
  background: transparent;
}

.carousel .progress {
  border-radius: 2px;
  height: 0.25rem;
  margin-bottom: 0;
}

.carousel .carousel-items {
  position: relative;
  display: flex;
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 769px), print {
  .carousel .carousel-items:hover .carousel-arrow.is-hovered {
    opacity: 1;
  }
}
.carousel .carousel-items .carousel-item {
  flex-shrink: 0;
  width: 100%;
}

.carousel .carousel-pause {
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0.15rem;
  z-index: 1;
}

.carousel .carousel-indicator {
  width: 100%;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.carousel .carousel-indicator.has-background {
  background: rgba(10, 10, 10, 0.5);
}

.carousel .carousel-indicator.has-custom {
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  overflow-x: auto;
}

.carousel .carousel-indicator.has-custom.is-small .indicator-item {
  flex: 1 0 10%;
}

.carousel .carousel-indicator.has-custom.is-medium .indicator-item {
  flex: 1 0 16.66667%;
}

.carousel .carousel-indicator.is-inside {
  position: absolute;
}

.carousel .carousel-indicator.is-inside.is-bottom {
  bottom: 0;
}

.carousel .carousel-indicator.is-inside.is-top {
  top: 0;
}

.carousel .carousel-indicator .indicator-item:not(:last-child) {
  margin-right: 0.5rem;
}

.carousel .carousel-indicator .indicator-item.is-active .indicator-style,
.carousel .carousel-indicator .indicator-item .indicator-style:hover {
  background: #00aac3;
  border: 1px solid white;
}

.carousel .carousel-indicator .indicator-item .indicator-style {
  display: block;
  border: 1px solid #00aac3;
  background: white;
  outline: none;
  transition: 150ms ease-out;
}

.carousel .carousel-indicator .indicator-item .indicator-style.is-boxes {
  height: 10px;
  width: 10px;
}

.carousel .carousel-indicator .indicator-item .indicator-style.is-dots {
  border-radius: 10px;
  height: 10px;
  width: 10px;
}

.carousel .carousel-indicator .indicator-item .indicator-style.is-lines {
  height: 5px;
  width: 25px;
}

.carousel-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.carousel-list.has-shadow {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 769px), print {
  .carousel-list:hover .carousel-arrow.is-hovered {
    opacity: 1;
  }
}
.carousel-list .carousel-slides {
  position: relative;
  display: flex;
  width: 100%;
}

.carousel-list .carousel-slides:not(.is-dragging) {
  transition: all 250ms ease-out 0s;
}

.carousel-list .carousel-slides.has-grayscale .carousel-slide img {
  filter: grayscale(100%);
}

.carousel-list .carousel-slides.has-grayscale .carousel-slide.is-active img {
  filter: grayscale(0%);
}

.carousel-list .carousel-slides.has-opacity .carousel-slide img {
  opacity: 0.25;
}

.carousel-list .carousel-slides.has-opacity .carousel-slide.is-active img {
  opacity: 1;
}

.carousel-list .carousel-slides .carousel-slide {
  border: 2px solid transparent;
  flex-shrink: 0;
}

.carousel-arrow {
  transition: 150ms ease-out;
}

.carousel-arrow.is-hovered {
  opacity: 0;
}

.carousel-arrow .icon {
  background: white;
  color: #00aac3;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 290486px;
  outline: 0;
}

.carousel-arrow .icon:hover {
  border: 1px solid #00aac3;
  opacity: 1;
}

.carousel-arrow .icon.has-icons-left, .carousel-arrow .icon.has-icons-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.carousel-arrow .icon.has-icons-left {
  left: 1.5rem;
}

.carousel-arrow .icon.has-icons-right {
  right: 1.5rem;
}

.b-checkbox.checkbox {
  outline: none;
  display: inline-flex;
  align-items: center;
}

.b-checkbox.checkbox:not(.button) {
  margin-right: 0.5em;
}

.b-checkbox.checkbox:not(.button) + .checkbox:last-child {
  margin-right: 0;
}

.b-checkbox.checkbox input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}

.b-checkbox.checkbox input[type=checkbox] + .check {
  width: 1.25em;
  height: 1.25em;
  flex-shrink: 0;
  border-radius: 4px;
  border: 2px solid #7a7a7a;
  transition: background 150ms ease-out;
  background: transparent;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check {
  background: #00aac3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #00aac3;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-white {
  background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%230a0a0a' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: white;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-black {
  background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #0a0a0a;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-light {
  background: whitesmoke url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23363636' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: whitesmoke;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-dark {
  background: #363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:whitesmoke' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #363636;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-primary {
  background: #00aac3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #00aac3;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-link {
  background: #00aac3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:white' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #00aac3;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-info {
  background: #167df0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #167df0;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-success {
  background: #23d160 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #23d160;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-warning {
  background: #ffdd57 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(0, 0, 0, 0.7)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #ffdd57;
}

.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-danger {
  background: #ff3860 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
  border-color: #ff3860;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check {
  background: #00aac3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #00aac3;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-white {
  background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%230a0a0a' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: white;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-black {
  background: #0a0a0a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #0a0a0a;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-light {
  background: whitesmoke url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23363636' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: whitesmoke;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-dark {
  background: #363636 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:whitesmoke' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #363636;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-primary {
  background: #00aac3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #00aac3;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-link {
  background: #00aac3 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:white' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #00aac3;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-info {
  background: #167df0 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #167df0;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-success {
  background: #23d160 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #23d160;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-warning {
  background: #ffdd57 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(0, 0, 0, 0.7)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #ffdd57;
}

.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-danger {
  background: #ff3860 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
  border-color: #ff3860;
}

.b-checkbox.checkbox input[type=checkbox]:focus + .check {
  box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check {
  box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-white {
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-black {
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-light {
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-dark {
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-primary {
  box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-link {
  box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-info {
  box-shadow: 0 0 0.5em rgba(22, 125, 240, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-success {
  box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-warning {
  box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.8);
}

.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-danger {
  box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.8);
}

.b-checkbox.checkbox .control-label {
  padding-left: 0.5em;
}

.b-checkbox.checkbox.button {
  display: flex;
}

.b-checkbox.checkbox[disabled] {
  opacity: 0.5;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check {
  border-color: #00aac3;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-white {
  border-color: white;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-black {
  border-color: #0a0a0a;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-light {
  border-color: whitesmoke;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-dark {
  border-color: #363636;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-primary {
  border-color: #00aac3;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-link {
  border-color: #00aac3;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-info {
  border-color: #167df0;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-success {
  border-color: #23d160;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-warning {
  border-color: #ffdd57;
}

.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-danger {
  border-color: #ff3860;
}

.b-checkbox.checkbox.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.b-checkbox.checkbox.is-medium {
  font-size: 1.25rem;
}

.b-checkbox.checkbox.is-large {
  font-size: 1.5rem;
}

.b-clockpicker .card-header {
  background-color: #00aac3;
  color: white;
}

.b-clockpicker .b-clockpicker-face:after {
  background-color: #00aac3;
}

.b-clockpicker .b-clockpicker-face-hand {
  background-color: #00aac3;
  border-color: #00aac3;
}

.b-clockpicker .b-clockpicker-face-number.active {
  background-color: #00aac3;
  color: white;
}

.b-clockpicker.is-white .card-header {
  background-color: white;
  color: #0a0a0a;
}

.b-clockpicker.is-white .b-clockpicker-face:after {
  background-color: white;
}

.b-clockpicker.is-white .b-clockpicker-face-hand {
  background-color: white;
  border-color: white;
}

.b-clockpicker.is-white .b-clockpicker-face-number.active {
  background-color: white;
  color: #0a0a0a;
}

.b-clockpicker.is-black .card-header {
  background-color: #0a0a0a;
  color: white;
}

.b-clockpicker.is-black .b-clockpicker-face:after {
  background-color: #0a0a0a;
}

.b-clockpicker.is-black .b-clockpicker-face-hand {
  background-color: #0a0a0a;
  border-color: #0a0a0a;
}

.b-clockpicker.is-black .b-clockpicker-face-number.active {
  background-color: #0a0a0a;
  color: white;
}

.b-clockpicker.is-light .card-header {
  background-color: whitesmoke;
  color: #363636;
}

.b-clockpicker.is-light .b-clockpicker-face:after {
  background-color: whitesmoke;
}

.b-clockpicker.is-light .b-clockpicker-face-hand {
  background-color: whitesmoke;
  border-color: whitesmoke;
}

.b-clockpicker.is-light .b-clockpicker-face-number.active {
  background-color: whitesmoke;
  color: #363636;
}

.b-clockpicker.is-dark .card-header {
  background-color: #363636;
  color: whitesmoke;
}

.b-clockpicker.is-dark .b-clockpicker-face:after {
  background-color: #363636;
}

.b-clockpicker.is-dark .b-clockpicker-face-hand {
  background-color: #363636;
  border-color: #363636;
}

.b-clockpicker.is-dark .b-clockpicker-face-number.active {
  background-color: #363636;
  color: whitesmoke;
}

.b-clockpicker.is-primary .card-header {
  background-color: #00aac3;
  color: white;
}

.b-clockpicker.is-primary .b-clockpicker-face:after {
  background-color: #00aac3;
}

.b-clockpicker.is-primary .b-clockpicker-face-hand {
  background-color: #00aac3;
  border-color: #00aac3;
}

.b-clockpicker.is-primary .b-clockpicker-face-number.active {
  background-color: #00aac3;
  color: white;
}

.b-clockpicker.is-link .card-header {
  background-color: #00aac3;
  color: white;
}

.b-clockpicker.is-link .b-clockpicker-face:after {
  background-color: #00aac3;
}

.b-clockpicker.is-link .b-clockpicker-face-hand {
  background-color: #00aac3;
  border-color: #00aac3;
}

.b-clockpicker.is-link .b-clockpicker-face-number.active {
  background-color: #00aac3;
  color: white;
}

.b-clockpicker.is-info .card-header {
  background-color: #167df0;
  color: #fff;
}

.b-clockpicker.is-info .b-clockpicker-face:after {
  background-color: #167df0;
}

.b-clockpicker.is-info .b-clockpicker-face-hand {
  background-color: #167df0;
  border-color: #167df0;
}

.b-clockpicker.is-info .b-clockpicker-face-number.active {
  background-color: #167df0;
  color: #fff;
}

.b-clockpicker.is-success .card-header {
  background-color: #23d160;
  color: #fff;
}

.b-clockpicker.is-success .b-clockpicker-face:after {
  background-color: #23d160;
}

.b-clockpicker.is-success .b-clockpicker-face-hand {
  background-color: #23d160;
  border-color: #23d160;
}

.b-clockpicker.is-success .b-clockpicker-face-number.active {
  background-color: #23d160;
  color: #fff;
}

.b-clockpicker.is-warning .card-header {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.b-clockpicker.is-warning .b-clockpicker-face:after {
  background-color: #ffdd57;
}

.b-clockpicker.is-warning .b-clockpicker-face-hand {
  background-color: #ffdd57;
  border-color: #ffdd57;
}

.b-clockpicker.is-warning .b-clockpicker-face-number.active {
  background-color: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.b-clockpicker.is-danger .card-header {
  background-color: #ff3860;
  color: #fff;
}

.b-clockpicker.is-danger .b-clockpicker-face:after {
  background-color: #ff3860;
}

.b-clockpicker.is-danger .b-clockpicker-face-hand {
  background-color: #ff3860;
  border-color: #ff3860;
}

.b-clockpicker.is-danger .b-clockpicker-face-number.active {
  background-color: #ff3860;
  color: #fff;
}

.b-clockpicker .dropdown-menu {
  min-width: 0;
}

.b-clockpicker .dropdown,
.b-clockpicker .dropdown-trigger {
  width: 100%;
}

.b-clockpicker .dropdown .input[readonly], .b-clockpicker .dropdown .taginput .taginput-container.is-focusable[readonly], .taginput .b-clockpicker .dropdown .taginput-container.is-focusable[readonly],
.b-clockpicker .dropdown-trigger .input[readonly],
.b-clockpicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly],
.taginput .b-clockpicker .dropdown-trigger .taginput-container.is-focusable[readonly] {
  cursor: pointer;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}

.b-clockpicker .dropdown .input[readonly]:focus, .b-clockpicker .dropdown .taginput .taginput-container.is-focusable[readonly]:focus, .taginput .b-clockpicker .dropdown .taginput-container.is-focusable[readonly]:focus, .b-clockpicker .dropdown .input[readonly].is-focused, .b-clockpicker .dropdown .taginput .taginput-container.is-focusable[readonly].is-focused, .taginput .b-clockpicker .dropdown .taginput-container.is-focusable[readonly].is-focused, .b-clockpicker .dropdown .input[readonly]:active, .b-clockpicker .dropdown .taginput .taginput-container.is-focusable[readonly]:active, .taginput .b-clockpicker .dropdown .taginput-container.is-focusable[readonly]:active, .b-clockpicker .dropdown .input[readonly].is-active, .b-clockpicker .dropdown .taginput .taginput-container.is-focusable[readonly].is-active, .taginput .b-clockpicker .dropdown .taginput-container.is-focusable[readonly].is-active,
.b-clockpicker .dropdown-trigger .input[readonly]:focus,
.b-clockpicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly]:focus,
.taginput .b-clockpicker .dropdown-trigger .taginput-container.is-focusable[readonly]:focus,
.b-clockpicker .dropdown-trigger .input[readonly].is-focused,
.b-clockpicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly].is-focused,
.taginput .b-clockpicker .dropdown-trigger .taginput-container.is-focusable[readonly].is-focused,
.b-clockpicker .dropdown-trigger .input[readonly]:active,
.b-clockpicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly]:active,
.taginput .b-clockpicker .dropdown-trigger .taginput-container.is-focusable[readonly]:active,
.b-clockpicker .dropdown-trigger .input[readonly].is-active,
.b-clockpicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly].is-active,
.taginput .b-clockpicker .dropdown-trigger .taginput-container.is-focusable[readonly].is-active {
  box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25);
}

.b-clockpicker .dropdown-item, .b-clockpicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .b-clockpicker a {
  font-size: inherit;
  padding: 0;
}

.b-clockpicker .dropdown-content {
  padding-top: 0;
  padding-bottom: 0;
}

.b-clockpicker .card {
  border-radius: 4px;
}

.b-clockpicker .card-header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.b-clockpicker .card-content {
  padding: 12px;
}

.b-clockpicker-btn {
  cursor: pointer;
  opacity: 0.6;
}

.b-clockpicker-btn:hover, .b-clockpicker-btn.active {
  opacity: 1;
}

.b-clockpicker-period .b-clockpicker-btn {
  font-size: 16px;
  text-transform: uppercase;
}

.b-clockpicker-time span {
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.b-clockpicker-header {
  display: flex;
  line-height: 1;
  justify-content: flex-end;
  color: inherit;
}

.b-clockpicker-header .b-clockpicker-time {
  white-space: nowrap;
}

.b-clockpicker-header .b-clockpicker-time span {
  height: 60px;
  font-size: 60px;
}

.b-clockpicker-header .b-clockpicker-period {
  align-self: flex-end;
  display: flex;
  flex-direction: column;
  margin: 8px 0 6px 8px;
}

.b-clockpicker-body {
  transition: 0.9s cubic-bezier(0.25, 0.8, 0.5, 1);
}

.b-clockpicker-body .b-clockpicker-btn {
  padding: 0 8px;
  border-radius: 290486px;
  margin-bottom: 2px;
}

.b-clockpicker-body .b-clockpicker-btn:hover, .b-clockpicker-body .b-clockpicker-btn.active {
  background-color: #00aac3;
  color: white;
}

.b-clockpicker-body .b-clockpicker-period {
  position: absolute;
  top: 5px;
  right: 5px;
}

.b-clockpicker-body .b-clockpicker-time {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 16px;
}

.b-clockpicker-body .b-clockpicker-face {
  border-radius: 50%;
  position: relative;
  background-color: #dbdbdb;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
  justify-content: center;
}

.b-clockpicker-body .b-clockpicker-face:after {
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  height: 12px;
  z-index: 10;
}

.b-clockpicker-body .b-clockpicker-face-outer-ring {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  height: calc(100% - 50px);
  width: calc(100% - 50px);
  position: relative;
  border-radius: 50%;
}

.b-clockpicker-body .b-clockpicker-face-number {
  align-items: center;
  border-radius: 100%;
  cursor: default;
  display: flex;
  font-size: 18px;
  text-align: center;
  justify-content: center;
  position: absolute;
  width: 40px;
  height: 40px;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.b-clockpicker-body .b-clockpicker-face-number > span {
  z-index: 1;
}

.b-clockpicker-body .b-clockpicker-face-number:before, .b-clockpicker-body .b-clockpicker-face-number:after {
  content: "";
  height: 40px;
  width: 40px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-clockpicker-body .b-clockpicker-face-number.active {
  cursor: default;
  z-index: 2;
}

.b-clockpicker-body .b-clockpicker-face-number.disabled {
  pointer-events: none;
  opacity: 0.25;
}

.b-clockpicker-body .b-clockpicker-face-hand {
  height: calc(50% - 6px);
  width: 2px;
  bottom: 50%;
  left: calc(50% - 1px);
  transform-origin: center bottom;
  position: absolute;
  will-change: transform;
  z-index: 1;
}

.b-clockpicker-body .b-clockpicker-face-hand:before {
  background: transparent;
  border-width: 2px;
  border-style: solid;
  border-color: inherit;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.b-clockpicker-footer {
  display: block;
  padding: 12px;
}

.b-clockpicker.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.b-clockpicker.is-medium {
  font-size: 1.25rem;
}

.b-clockpicker.is-large {
  font-size: 1.5rem;
}

.collapse .collapse-trigger {
  display: inline;
  cursor: pointer;
}

.collapse .collapse-content {
  display: inherit;
}

.datepicker {
  font-size: 0.875rem;
}

.datepicker .dropdown,
.datepicker .dropdown-trigger {
  width: 100%;
}

.datepicker .dropdown .input[readonly], .datepicker .dropdown .taginput .taginput-container.is-focusable[readonly], .taginput .datepicker .dropdown .taginput-container.is-focusable[readonly],
.datepicker .dropdown-trigger .input[readonly],
.datepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly],
.taginput .datepicker .dropdown-trigger .taginput-container.is-focusable[readonly] {
  cursor: pointer;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}

.datepicker .dropdown .input[readonly]:focus, .datepicker .dropdown .taginput .taginput-container.is-focusable[readonly]:focus, .taginput .datepicker .dropdown .taginput-container.is-focusable[readonly]:focus, .datepicker .dropdown .input[readonly].is-focused, .datepicker .dropdown .taginput .taginput-container.is-focusable[readonly].is-focused, .taginput .datepicker .dropdown .taginput-container.is-focusable[readonly].is-focused, .datepicker .dropdown .input[readonly]:active, .datepicker .dropdown .taginput .taginput-container.is-focusable[readonly]:active, .taginput .datepicker .dropdown .taginput-container.is-focusable[readonly]:active, .datepicker .dropdown .input[readonly].is-active, .datepicker .dropdown .taginput .taginput-container.is-focusable[readonly].is-active, .taginput .datepicker .dropdown .taginput-container.is-focusable[readonly].is-active,
.datepicker .dropdown-trigger .input[readonly]:focus,
.datepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly]:focus,
.taginput .datepicker .dropdown-trigger .taginput-container.is-focusable[readonly]:focus,
.datepicker .dropdown-trigger .input[readonly].is-focused,
.datepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly].is-focused,
.taginput .datepicker .dropdown-trigger .taginput-container.is-focusable[readonly].is-focused,
.datepicker .dropdown-trigger .input[readonly]:active,
.datepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly]:active,
.taginput .datepicker .dropdown-trigger .taginput-container.is-focusable[readonly]:active,
.datepicker .dropdown-trigger .input[readonly].is-active,
.datepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly].is-active,
.taginput .datepicker .dropdown-trigger .taginput-container.is-focusable[readonly].is-active {
  box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25);
}

.datepicker .dropdown.is-disabled {
  opacity: 1;
}

.datepicker .dropdown-content {
  background-color: white;
  border-radius: 4px;
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
}

.datepicker .dropdown-item, .datepicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .datepicker a {
  font-size: inherit;
}

.datepicker .datepicker-header {
  padding-bottom: 0.875rem;
  margin-bottom: 0.875rem;
  border-bottom: 1px solid #dbdbdb;
}

.datepicker .datepicker-footer {
  margin-top: 0.875rem;
  padding-top: 0.875rem;
  border-top: 1px solid #dbdbdb;
}

.datepicker .datepicker-table {
  display: table;
  margin: 0 auto 0 auto;
}

.datepicker .datepicker-table .datepicker-cell {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  border-radius: 4px;
  padding: 0.5rem 0.75rem;
}

.datepicker .datepicker-table .datepicker-header {
  display: table-header-group;
}

.datepicker .datepicker-table .datepicker-header .datepicker-cell {
  color: #7a7a7a;
  font-weight: 600;
}

.datepicker .datepicker-table .datepicker-body {
  display: table-row-group;
}

.datepicker .datepicker-table .datepicker-body .datepicker-row {
  display: table-row;
}

.datepicker .datepicker-table .datepicker-body .datepicker-months {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 17rem;
}

.datepicker .datepicker-table .datepicker-body .datepicker-months .datepicker-cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 2.5rem;
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-unselectable {
  color: #b5b5b5;
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today {
  border: solid 1px rgba(121, 87, 213, 0.5);
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable {
  color: #4a4a4a;
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:hover:not(.is-selected), .datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable:focus:not(.is-selected) {
  background-color: whitesmoke;
  color: #0a0a0a;
  cursor: pointer;
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-first-hovered {
  background-color: #7a7a7a;
  color: #dbdbdb;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-within-hovered {
  background-color: whitesmoke;
  color: #0a0a0a;
  border-radius: 0;
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selectable.is-within-hovered-range.is-last-hovered {
  background-color: #7a7a7a;
  color: #dbdbdb;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected {
  background-color: #00aac3;
  color: white;
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-first-selected {
  background-color: #00aac3;
  color: white;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-within-selected {
  background-color: rgba(121, 87, 213, 0.5);
  border-radius: 0;
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-last-selected {
  background-color: #00aac3;
  color: white;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-nearby:not(.is-selected) {
  color: #b5b5b5;
}

.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-week-number {
  cursor: default;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell {
  padding: 0.3rem 0.75rem 0.75rem;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event {
  position: relative;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events {
  bottom: 0.425rem;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 0 0.35rem;
  position: absolute;
  width: 100%;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-white {
  background-color: white;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-black {
  background-color: #0a0a0a;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-light {
  background-color: whitesmoke;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-dark {
  background-color: #363636;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary {
  background-color: #00aac3;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-link {
  background-color: #00aac3;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-info {
  background-color: #167df0;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success {
  background-color: #23d160;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-warning {
  background-color: #ffdd57;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-danger {
  background-color: #ff3860;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.dots .event {
  border-radius: 50%;
  height: 0.35em;
  margin: 0 0.1em;
  width: 0.35em;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event.bars .event {
  height: 0.25em;
  width: 100%;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected {
  overflow: hidden;
}

.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary {
  background-color: #aa94e4;
}

.datepicker.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.datepicker.is-medium {
  font-size: 1.25rem;
}

.datepicker.is-large {
  font-size: 1.5rem;
}

@media screen and (min-width: 1024px) {
  .datepicker .footer-horizontal-timepicker {
    border: none;
    padding-left: 10px;
    margin-left: 5px;
    display: flex;
  }

  .datepicker .dropdown-horizonal-timepicker {
    display: flex;
  }

  .datepicker .content-horizonal-timepicker {
    border-right: 1px solid #dbdbdb;
  }
}
.dialog .modal-card {
  max-width: 460px;
  width: auto;
}

.dialog .modal-card .modal-card-head {
  font-size: 1.25rem;
  font-weight: 600;
}

.dialog .modal-card .modal-card-body .field {
  margin-top: 16px;
}

.dialog .modal-card .modal-card-body.is-titleless {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.dialog .modal-card .modal-card-foot {
  justify-content: flex-end;
}

.dialog .modal-card .modal-card-foot .button {
  display: inline;
  min-width: 5em;
  font-weight: 600;
}

@media screen and (min-width: 769px), print {
  .dialog .modal-card {
    min-width: 320px;
  }
}
.dialog.is-small .modal-card,
.dialog.is-small .input,
.dialog.is-small .taginput .taginput-container.is-focusable,
.taginput .dialog.is-small .taginput-container.is-focusable,
.dialog.is-small .button {
  border-radius: 2px;
  font-size: 0.75rem;
}

.dialog.is-medium .modal-card,
.dialog.is-medium .input,
.dialog.is-medium .taginput .taginput-container.is-focusable,
.taginput .dialog.is-medium .taginput-container.is-focusable,
.dialog.is-medium .button {
  font-size: 1.25rem;
}

.dialog.is-large .modal-card,
.dialog.is-large .input,
.dialog.is-large .taginput .taginput-container.is-focusable,
.taginput .dialog.is-large .taginput-container.is-focusable,
.dialog.is-large .button {
  font-size: 1.5rem;
}

.dialog.has-custom-container {
  position: absolute;
}

.dropdown + .dropdown {
  margin-left: 0.5em;
}

.dropdown .background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  position: fixed;
  background-color: rgba(10, 10, 10, 0.86);
  z-index: 40;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .dropdown .background {
    display: none;
  }
}
.dropdown.dropdown-menu-animation .dropdown-menu {
  display: block;
}

.dropdown .dropdown-menu .dropdown-item.is-disabled, .dropdown .dropdown-menu .has-link a.is-disabled {
  cursor: not-allowed;
}

.dropdown .dropdown-menu .dropdown-item.is-disabled:hover, .dropdown .dropdown-menu .has-link a.is-disabled:hover {
  background: inherit;
  color: inherit;
}

.dropdown .dropdown-menu .has-link a {
  padding-right: 3rem;
  white-space: nowrap;
}

.dropdown.is-hoverable:not(.is-active) .dropdown-menu {
  display: none;
}

.dropdown.is-hoverable:hover .dropdown-menu {
  display: inherit;
}

.dropdown.is-expanded {
  width: 100%;
}

.dropdown.is-expanded .dropdown-trigger {
  width: 100%;
}

.dropdown.is-expanded .dropdown-menu {
  width: 100%;
}

.dropdown.is-expanded.is-mobile-modal .dropdown-menu {
  max-width: 100%;
}

.dropdown:not(.is-disabled) .dropdown-menu .dropdown-item.is-disabled, .dropdown:not(.is-disabled) .dropdown-menu .has-link a.is-disabled {
  opacity: 0.5;
}

.dropdown .navbar-item {
  height: 100%;
}

.dropdown.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.dropdown.is-disabled .dropdown-trigger {
  pointer-events: none;
}

.dropdown.is-inline .dropdown-menu {
  position: static;
  display: inline-block;
  padding: 0;
}

.dropdown.is-top-right .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.dropdown.is-top-left .dropdown-menu {
  top: auto;
  bottom: 100%;
  right: 0;
  left: auto;
}

.dropdown.is-bottom-left .dropdown-menu {
  right: 0;
  left: auto;
}

@media screen and (max-width: 1023px) {
  .dropdown.is-mobile-modal > .dropdown-menu {
    position: fixed !important;
    width: calc(100vw - 40px);
    max-width: 460px;
    max-height: calc(100vh - 120px);
    top: 25% !important;
    left: 50% !important;
    bottom: auto !important;
    right: auto !important;
    transform: translate3d(-50%, -25%, 0);
    white-space: normal;
    overflow-y: auto;
    z-index: 50 !important;
  }

  .dropdown.is-mobile-modal > .dropdown-menu > .dropdown-content > .dropdown-item, .dropdown .dropdown-menu .has-link .dropdown.is-mobile-modal > .dropdown-menu > .dropdown-content > a, .dropdown.is-mobile-modal > .dropdown-menu > .dropdown-content > .has-link a {
    padding: 1rem 1.5rem;
  }
}
.field.is-grouped .field {
  flex-shrink: 0;
}

.field.is-grouped .field:not(:last-child) {
  margin-right: 0.75rem;
}

.field.is-grouped .field.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.field.has-addons .control:first-child .control .button,
.field.has-addons .control:first-child .control .input,
.field.has-addons .control:first-child .control .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control:first-child .control .taginput-container.is-focusable,
.field.has-addons .control:first-child .control .select select {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.field.has-addons .control:last-child .control .button,
.field.has-addons .control:last-child .control .input,
.field.has-addons .control:last-child .control .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control:last-child .control .taginput-container.is-focusable,
.field.has-addons .control:last-child .control .select select {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.field.has-addons .control .control .button,
.field.has-addons .control .control .input,
.field.has-addons .control .control .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .control .control .taginput-container.is-focusable,
.field.has-addons .control .control .select select {
  border-radius: 0;
}

.field.has-addons .b-numberinput:not(:first-child) .control:first-child .button,
.field.has-addons .b-numberinput:not(:first-child) .control:first-child .input,
.field.has-addons .b-numberinput:not(:first-child) .control:first-child .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .b-numberinput:not(:first-child) .control:first-child .taginput-container.is-focusable,
.field.has-addons .b-numberinput:not(:first-child) .control:first-child .select select {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.field.has-addons .b-numberinput:not(:last-child) .control:last-child .button,
.field.has-addons .b-numberinput:not(:last-child) .control:last-child .input,
.field.has-addons .b-numberinput:not(:last-child) .control:last-child .taginput .taginput-container.is-focusable,
.taginput .field.has-addons .b-numberinput:not(:last-child) .control:last-child .taginput-container.is-focusable,
.field.has-addons .b-numberinput:not(:last-child) .control:last-child .select select {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.field.is-floating-label, .field.is-floating-in-label {
  position: relative;
}

.field.is-floating-label .label, .field.is-floating-in-label .label {
  position: absolute;
  left: 1em;
  font-size: 0.75rem;
  background-color: transparent;
  z-index: 5;
}

.field.is-floating-label .label.is-small, .field.is-floating-in-label .label.is-small {
  font-size: 0.5625rem;
}

.field.is-floating-label .label.is-medium, .field.is-floating-in-label .label.is-medium {
  font-size: 0.9375rem;
}

.field.is-floating-label .label.is-large, .field.is-floating-in-label .label.is-large {
  font-size: 1.125rem;
}

.field.is-floating-label .taginput .counter, .field.is-floating-in-label .taginput .counter {
  float: none;
  text-align: right;
}

.field.is-floating-label.has-addons > .label + .control .button,
.field.is-floating-label.has-addons > .label + .control .input,
.field.is-floating-label.has-addons > .label + .control .taginput .taginput-container.is-focusable,
.taginput .field.is-floating-label.has-addons > .label + .control .taginput-container.is-focusable,
.field.is-floating-label.has-addons > .label + .control .select select, .field.is-floating-in-label.has-addons > .label + .control .button,
.field.is-floating-in-label.has-addons > .label + .control .input,
.field.is-floating-in-label.has-addons > .label + .control .taginput .taginput-container.is-focusable,
.taginput .field.is-floating-in-label.has-addons > .label + .control .taginput-container.is-focusable,
.field.is-floating-in-label.has-addons > .label + .control .select select {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.field.is-floating-label .label {
  top: -0.775em;
  padding-left: 0.125em;
  padding-right: 0.125em;
}

.field.is-floating-label .label:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.775em;
  left: 0;
  right: 0;
  height: 0.375em;
  background-color: white;
  z-index: -1;
}

.field.is-floating-label .input:focus, .field.is-floating-label .taginput .taginput-container.is-focusable:focus, .taginput .field.is-floating-label .taginput-container.is-focusable:focus,
.field.is-floating-label .textarea:focus,
.field.is-floating-label .select select:focus {
  box-shadow: none;
}

.field.is-floating-label .taginput .taginput-container {
  padding-top: 0.475em;
}

.field.is-floating-label .taginput .taginput-container.is-focused {
  box-shadow: none;
}

.field.is-floating-in-label .label {
  top: 0.25em;
}

.field.is-floating-in-label > .datepicker .input, .field.is-floating-in-label > .datepicker .taginput .taginput-container.is-focusable, .taginput .field.is-floating-in-label > .datepicker .taginput-container.is-focusable, .field.is-floating-in-label > .timepicker .input, .field.is-floating-in-label > .timepicker .taginput .taginput-container.is-focusable, .taginput .field.is-floating-in-label > .timepicker .taginput-container.is-focusable {
  padding-top: calc(1.625em - 0.5625rem);
  padding-bottom: 1px;
  height: 3.25em;
}

.field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .input, .field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .taginput .taginput-container.is-focusable, .taginput .field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .taginput-container.is-focusable,
.field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .textarea,
.field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) select {
  padding-top: calc(1.625em - 0.5625rem);
  padding-bottom: 1px;
  height: 3.25em;
}

.field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple) {
  height: 3.25em;
}

.field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple).is-loading::after {
  margin-top: calc(1.625em - 0.5625rem);
}

.field.is-floating-in-label > :not(.datepicker):not(.timepicker):not(.taginput) .select:not(multiple)::after {
  margin-top: 1px;
}

.field.is-floating-in-label > :not(.taginput) .is-left.icon,
.field.is-floating-in-label > :not(.taginput) .is-right.icon {
  height: 3.25em;
}

.field.is-floating-in-label > :not(.taginput) .is-left.icon {
  padding-top: calc(1.625em - 0.5625rem);
}

.field.is-floating-in-label .control.is-loading::after {
  margin-top: calc(1.625em - 0.5625rem);
}

.field.is-floating-in-label .taginput .taginput-container {
  padding-top: calc(1.625em - 0.5625rem + 0.275em - 1px);
}

.field.is-floating-in-label.has-numberinput .b-numberinput .control .button {
  height: 3.25em;
}

.field.is-floating-in-label.has-addons .control .button,
.field.is-floating-in-label.has-addons .control .input,
.field.is-floating-in-label.has-addons .control .taginput .taginput-container.is-focusable,
.taginput .field.is-floating-in-label.has-addons .control .taginput-container.is-focusable,
.field.is-floating-in-label.has-addons .control .select select, .field.is-floating-in-label.is-grouped .control .button,
.field.is-floating-in-label.is-grouped .control .input,
.field.is-floating-in-label.is-grouped .control .taginput .taginput-container.is-focusable,
.taginput .field.is-floating-in-label.is-grouped .control .taginput-container.is-focusable,
.field.is-floating-in-label.is-grouped .control .select select {
  height: 3.25em;
}

.field.is-floating-label.has-numberinput .label, .field.is-floating-in-label.has-numberinput .label {
  margin-left: 3rem;
}

.field.is-floating-label.has-numberinput.has-numberinput-is-small .label, .field.is-floating-in-label.has-numberinput.has-numberinput-is-small .label {
  margin-left: 2.25rem;
}

.field.is-floating-label.has-numberinput.has-numberinput-is-medium .label, .field.is-floating-in-label.has-numberinput.has-numberinput-is-medium .label {
  margin-left: 3.75rem;
}

.field.is-floating-label.has-numberinput.has-numberinput-is-large .label, .field.is-floating-in-label.has-numberinput.has-numberinput-is-large .label {
  margin-left: 4.5rem;
}

.field.is-floating-label.has-numberinput-compact .label, .field.is-floating-in-label.has-numberinput-compact .label {
  margin-left: 2.25rem;
}

.field.is-floating-label.has-numberinput-compact.has-numberinput-is-small .label, .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-small .label {
  margin-left: 1.6875rem;
}

.field.is-floating-label.has-numberinput-compact.has-numberinput-is-medium .label, .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-medium .label {
  margin-left: 2.8125rem;
}

.field.is-floating-label.has-numberinput-compact.has-numberinput-is-large .label, .field.is-floating-in-label.has-numberinput-compact.has-numberinput-is-large .label {
  margin-left: 3.375rem;
}

.field.is-grouped-right.is-floating-in-label .label, .field.has-addons-right.is-floating-in-label .label {
  position: relative;
  left: 5.25em;
}

.field.is-grouped-right.is-floating-label .label, .field.has-addons-right.is-floating-label .label {
  position: relative;
  left: 5.25em;
}

.control .help.counter {
  float: right;
  margin-left: 0.5em;
}

.control .icon.is-clickable {
  pointer-events: auto;
  cursor: pointer;
}

.icon {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: inherit;
}

.icon svg {
  background-color: transparent;
  fill: currentColor;
  stroke-width: 0;
  stroke: currentColor;
  pointer-events: none;
  width: 1.5rem;
  height: 1.5rem;
}

.loading-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  align-items: center;
  display: none;
  justify-content: center;
  overflow: hidden;
  z-index: 999;
}

.loading-overlay.is-active {
  display: flex;
}

.loading-overlay.is-full-page {
  position: fixed;
}

.loading-overlay.is-full-page .loading-icon:after {
  top: calc(50% - 2.5em);
  left: calc(50% - 2.5em);
  width: 5em;
  height: 5em;
}

.loading-overlay .loading-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #7f7f7f;
  background: rgba(255, 255, 255, 0.5);
}

.loading-overlay .loading-icon {
  position: relative;
}

.loading-overlay .loading-icon:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  top: calc(50% - 1.5em);
  left: calc(50% - 1.5em);
  width: 3em;
  height: 3em;
  border-width: 0.25em;
}

.menu .menu-list li > a.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.message .media,
.notification .media {
  padding-top: 0;
  border: 0;
}

.modal.is-full-screen > .animation-content,
.modal.is-full-screen > .animation-content > .modal-card {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  margin: 0;
  background-color: whitesmoke;
}

.modal .animation-content {
  margin: 0 20px;
}

.modal .animation-content .modal-card {
  margin: 0;
}

@media screen and (max-width: 768px) {
  .modal .animation-content {
    width: 100%;
  }
}
.modal .modal-content {
  width: 100%;
}

.notices {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 2em;
  overflow: hidden;
  z-index: 1000;
  pointer-events: none;
}

.notices .toast {
  display: inline-flex;
  animation-duration: 150ms;
  margin: 0.5em 0;
  text-align: center;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  border-radius: 2em;
  padding: 0.75em 1.5em;
  pointer-events: auto;
  opacity: 0.92;
}

.notices .toast.is-white {
  color: #0a0a0a;
  background: white;
}

.notices .toast.is-black {
  color: white;
  background: #0a0a0a;
}

.notices .toast.is-light {
  color: #363636;
  background: whitesmoke;
}

.notices .toast.is-dark {
  color: whitesmoke;
  background: #363636;
}

.notices .toast.is-primary {
  color: white;
  background: #00aac3;
}

.notices .toast.is-link {
  color: white;
  background: #00aac3;
}

.notices .toast.is-info {
  color: #fff;
  background: #167df0;
}

.notices .toast.is-success {
  color: #fff;
  background: #23d160;
}

.notices .toast.is-warning {
  color: rgba(0, 0, 0, 0.7);
  background: #ffdd57;
}

.notices .toast.is-danger {
  color: #fff;
  background: #ff3860;
}

.notices .snackbar {
  display: inline-flex;
  align-items: center;
  justify-content: space-around;
  animation-duration: 150ms;
  margin: 0.5em 0;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  pointer-events: auto;
  background: #363636;
  color: whitesmoke;
  min-height: 3em;
}

.notices .snackbar .text {
  padding: 0.5em 1em;
}

.notices .snackbar .action {
  margin-left: auto;
  padding: 0.5em;
  padding-left: 0;
}

.notices .snackbar .action .button {
  font-weight: 600;
  text-transform: uppercase;
  background: #363636;
  border: transparent;
}

.notices .snackbar .action .button:hover {
  background: #292929;
}

.notices .snackbar .action .button:active {
  background: #292929;
}

.notices .snackbar .action.is-white .button {
  color: white;
}

.notices .snackbar .action.is-black .button {
  color: #0a0a0a;
}

.notices .snackbar .action.is-light .button {
  color: whitesmoke;
}

.notices .snackbar .action.is-dark .button {
  color: #363636;
}

.notices .snackbar .action.is-primary .button {
  color: #00aac3;
}

.notices .snackbar .action.is-link .button {
  color: #00aac3;
}

.notices .snackbar .action.is-info .button {
  color: #167df0;
}

.notices .snackbar .action.is-success .button {
  color: #23d160;
}

.notices .snackbar .action.is-warning .button {
  color: #ffdd57;
}

.notices .snackbar .action.is-danger .button {
  color: #ff3860;
}

@media screen and (max-width: 768px) {
  .notices .snackbar {
    width: 100%;
    margin: 0;
    border-radius: 0;
  }
}
@media screen and (min-width: 769px), print {
  .notices .snackbar {
    min-width: 350px;
    max-width: 600px;
    overflow: hidden;
  }
}
.notices .notification {
  max-width: 600px;
}

.notices .toast.is-top, .notices .toast.is-bottom,
.notices .snackbar.is-top,
.notices .snackbar.is-bottom,
.notices .notification.is-top,
.notices .notification.is-bottom {
  align-self: center;
}

.notices .toast.is-top-right, .notices .toast.is-bottom-right,
.notices .snackbar.is-top-right,
.notices .snackbar.is-bottom-right,
.notices .notification.is-top-right,
.notices .notification.is-bottom-right {
  align-self: flex-end;
}

.notices .toast.is-top-left, .notices .toast.is-bottom-left,
.notices .snackbar.is-top-left,
.notices .snackbar.is-bottom-left,
.notices .notification.is-top-left,
.notices .notification.is-bottom-left {
  align-self: flex-start;
}

.notices .toast.is-toast,
.notices .snackbar.is-toast,
.notices .notification.is-toast {
  opacity: 0.92;
}

.notices.is-top {
  flex-direction: column;
}

.notices.is-bottom {
  flex-direction: column-reverse;
}

.notices.is-bottom .notification {
  margin-bottom: 0;
}

.notices.is-bottom .notification:not(:first-child) {
  margin-bottom: 1.5rem;
}

.notices.has-custom-container {
  position: absolute;
}

@media screen and (max-width: 768px) {
  .notices {
    padding: 0;
    position: fixed !important;
  }
}
.b-numberinput.field {
  margin-bottom: 0;
}

.b-numberinput.field.is-grouped div.control {
  flex-grow: 1;
  flex-shrink: 1;
}

.b-numberinput.field.has-addons.is-expanded {
  flex-grow: 1;
  flex-shrink: 1;
}

.b-numberinput input[type=number]::-webkit-inner-spin-button,
.b-numberinput input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
}

.b-numberinput input[type=number] {
  -moz-appearance: textfield;
}

.b-numberinput input[type=number] {
  text-align: center;
}

.b-numberinput .button.is-rounded {
  padding-left: 0.75em;
  padding-right: 0.75em;
}

.pagination .pagination-next,
.pagination .pagination-previous {
  padding-left: 0.25em;
  padding-right: 0.25em;
}

.pagination .pagination-next.is-disabled,
.pagination .pagination-previous.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.pagination.is-simple {
  justify-content: normal;
}

.pagination.is-simple.is-centered {
  justify-content: center;
}

.pagination.is-simple.is-right {
  justify-content: flex-end;
}

.pagination .is-current {
  pointer-events: none;
  cursor: not-allowed;
}

.progress-wrapper {
  position: relative;
  overflow: hidden;
}

.progress-wrapper:not(:last-child) {
  margin-bottom: 1.5rem;
}

.progress-wrapper .progress-value {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  font-size: 0.6666666667rem;
  line-height: 1rem;
  font-weight: bold;
  color: white;
  white-space: nowrap;
}

.progress-wrapper .progress {
  margin-bottom: 0;
}

.progress-wrapper .progress.is-small + .progress-value {
  font-size: 0.5rem;
  line-height: 0.75rem;
}

.progress-wrapper .progress.is-medium + .progress-value {
  font-size: 0.8333333333rem;
  line-height: 1.25rem;
}

.progress-wrapper .progress.is-large + .progress-value {
  font-size: 1rem;
  line-height: 1.5rem;
}

.progress-wrapper .progress:indeterminate::-ms-fill {
  animation-name: none;
}

.progress-wrapper .progress::-webkit-progress-value {
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}

.b-radio.radio {
  outline: none;
  display: inline-flex;
  align-items: center;
}

.b-radio.radio:not(.button) {
  margin-right: 0.5em;
}

.b-radio.radio:not(.button) + .radio:last-child {
  margin-right: 0;
}

.b-radio.radio + .radio {
  margin-left: 0;
}

.b-radio.radio input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}

.b-radio.radio input[type=radio] + .check {
  display: flex;
  flex-shrink: 0;
  position: relative;
  cursor: pointer;
  width: 1.25em;
  height: 1.25em;
  transition: background 150ms ease-out;
  border-radius: 50%;
  border: 2px solid #7a7a7a;
}

.b-radio.radio input[type=radio] + .check:before {
  content: "";
  display: flex;
  position: absolute;
  left: 50%;
  margin-left: -0.625em;
  bottom: 50%;
  margin-bottom: -0.625em;
  width: 1.25em;
  height: 1.25em;
  transition: transform 150ms ease-out;
  border-radius: 50%;
  transform: scale(0);
  background-color: #00aac3;
}

.b-radio.radio input[type=radio] + .check.is-white:before {
  background: white;
}

.b-radio.radio input[type=radio] + .check.is-black:before {
  background: #0a0a0a;
}

.b-radio.radio input[type=radio] + .check.is-light:before {
  background: whitesmoke;
}

.b-radio.radio input[type=radio] + .check.is-dark:before {
  background: #363636;
}

.b-radio.radio input[type=radio] + .check.is-primary:before {
  background: #00aac3;
}

.b-radio.radio input[type=radio] + .check.is-link:before {
  background: #00aac3;
}

.b-radio.radio input[type=radio] + .check.is-info:before {
  background: #167df0;
}

.b-radio.radio input[type=radio] + .check.is-success:before {
  background: #23d160;
}

.b-radio.radio input[type=radio] + .check.is-warning:before {
  background: #ffdd57;
}

.b-radio.radio input[type=radio] + .check.is-danger:before {
  background: #ff3860;
}

.b-radio.radio input[type=radio]:checked + .check {
  border-color: #00aac3;
}

.b-radio.radio input[type=radio]:checked + .check.is-white {
  border-color: white;
}

.b-radio.radio input[type=radio]:checked + .check.is-black {
  border-color: #0a0a0a;
}

.b-radio.radio input[type=radio]:checked + .check.is-light {
  border-color: whitesmoke;
}

.b-radio.radio input[type=radio]:checked + .check.is-dark {
  border-color: #363636;
}

.b-radio.radio input[type=radio]:checked + .check.is-primary {
  border-color: #00aac3;
}

.b-radio.radio input[type=radio]:checked + .check.is-link {
  border-color: #00aac3;
}

.b-radio.radio input[type=radio]:checked + .check.is-info {
  border-color: #167df0;
}

.b-radio.radio input[type=radio]:checked + .check.is-success {
  border-color: #23d160;
}

.b-radio.radio input[type=radio]:checked + .check.is-warning {
  border-color: #ffdd57;
}

.b-radio.radio input[type=radio]:checked + .check.is-danger {
  border-color: #ff3860;
}

.b-radio.radio input[type=radio]:checked + .check:before {
  transform: scale(0.5);
}

.b-radio.radio input[type=radio]:focus + .check {
  box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.8);
}

.b-radio.radio input[type=radio]:focus:checked + .check {
  box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8);
}

.b-radio.radio input[type=radio]:focus:checked + .check.is-white {
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8);
}

.b-radio.radio input[type=radio]:focus:checked + .check.is-black {
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8);
}

.b-radio.radio input[type=radio]:focus:checked + .check.is-light {
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8);
}

.b-radio.radio input[type=radio]:focus:checked + .check.is-dark {
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8);
}

.b-radio.radio input[type=radio]:focus:checked + .check.is-primary {
  box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8);
}

.b-radio.radio input[type=radio]:focus:checked + .check.is-link {
  box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8);
}

.b-radio.radio input[type=radio]:focus:checked + .check.is-info {
  box-shadow: 0 0 0.5em rgba(22, 125, 240, 0.8);
}

.b-radio.radio input[type=radio]:focus:checked + .check.is-success {
  box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.8);
}

.b-radio.radio input[type=radio]:focus:checked + .check.is-warning {
  box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.8);
}

.b-radio.radio input[type=radio]:focus:checked + .check.is-danger {
  box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.8);
}

.b-radio.radio .control-label {
  padding-left: 0.5em;
}

.b-radio.radio.button {
  display: flex;
}

.b-radio.radio[disabled] {
  opacity: 0.5;
}

.b-radio.radio:hover input[type=radio]:not(:disabled) + .check {
  border-color: #00aac3;
}

.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-white {
  border-color: white;
}

.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-black {
  border-color: #0a0a0a;
}

.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-light {
  border-color: whitesmoke;
}

.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-dark {
  border-color: #363636;
}

.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-primary {
  border-color: #00aac3;
}

.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-link {
  border-color: #00aac3;
}

.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-info {
  border-color: #167df0;
}

.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-success {
  border-color: #23d160;
}

.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-warning {
  border-color: #ffdd57;
}

.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-danger {
  border-color: #ff3860;
}

.b-radio.radio.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.b-radio.radio.is-medium {
  font-size: 1.25rem;
}

.b-radio.radio.is-large {
  font-size: 1.5rem;
}

.rate {
  align-items: center;
  display: flex;
}

.rate:not(:last-child) {
  margin-bottom: 0.75rem;
}

.rate.is-spaced .rate-item:not(:last-child) {
  margin-right: 0.25rem;
}

.rate.is-disabled .rate-item {
  cursor: initial;
}

.rate.is-disabled .rate-item:hover {
  transform: none;
}

.rate.is-rtl .rate-item {
  order: 1;
}

.rate.is-rtl .rate-text {
  margin-left: 0;
  margin-right: 0.35rem;
}

.rate .rate-item {
  cursor: pointer;
  display: inline-flex;
  position: relative;
  transition: all 0.3s;
}

.rate .rate-item:hover {
  transform: scale(1.1);
}

.rate .rate-item.set-on .icon,
.rate .rate-item.set-half .is-half {
  color: #ffd83d;
}

.rate .rate-item.set-half .is-half {
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
}

.rate .icon {
  color: #dbdbdb;
  line-height: 1;
  pointer-events: none;
  width: inherit;
}

.rate .is-half > i {
  position: absolute;
  left: 0;
}

.rate .rate-text {
  font-size: 0.8rem;
  margin-left: 0.35rem;
}

.rate .rate-text.is-small {
  font-size: 0.6rem;
}

.rate .rate-text.is-medium {
  font-size: 1rem;
}

.rate .rate-text.is-large {
  font-size: 1.2rem;
}

.select select {
  text-rendering: auto !important;
  padding-right: 2.5em;
}

.select select option {
  color: #4a4a4a;
  padding: 0.25em 0.5em;
}

.select select option:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.select select optgroup {
  color: #b5b5b5;
  font-weight: 400;
  font-style: normal;
  padding: 0.25em 0;
}

.select.is-empty select {
  color: rgba(122, 122, 122, 0.7);
}

.b-skeleton {
  width: 100%;
}

.b-skeleton > .b-skeleton-item {
  background: linear-gradient(90deg, #dbdbdb 25%, rgba(219, 219, 219, 0.5) 50%, #dbdbdb 75%);
  background-size: 400% 100%;
  width: 100%;
}

.b-skeleton > .b-skeleton-item.is-rounded {
  border-radius: 4px;
}

.b-skeleton > .b-skeleton-item::after {
  content: "\A0";
}

.b-skeleton > .b-skeleton-item + .b-skeleton-item {
  margin-top: 0.5rem;
}

.b-skeleton.is-animated > .b-skeleton-item {
  animation: skeleton-loading 1.5s infinite;
}

.b-skeleton + .b-skeleton {
  margin-top: 0.5rem;
}

.b-skeleton > .b-skeleton-item {
  line-height: 1rem;
}

.b-skeleton.is-small > .b-skeleton-item {
  line-height: 0.75rem;
}

.b-skeleton.is-medium > .b-skeleton-item {
  line-height: 1.25rem;
}

.b-skeleton.is-large > .b-skeleton-item {
  line-height: 1.5rem;
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.b-sidebar .sidebar-content {
  background-color: whitesmoke;
  box-shadow: 5px 0px 13px 3px rgba(10, 10, 10, 0.1);
  width: 260px;
  z-index: 41;
}

.b-sidebar .sidebar-content.is-white {
  background-color: white;
}

.b-sidebar .sidebar-content.is-black {
  background-color: #0a0a0a;
}

.b-sidebar .sidebar-content.is-light {
  background-color: whitesmoke;
}

.b-sidebar .sidebar-content.is-dark {
  background-color: #363636;
}

.b-sidebar .sidebar-content.is-primary {
  background-color: #00aac3;
}

.b-sidebar .sidebar-content.is-link {
  background-color: #00aac3;
}

.b-sidebar .sidebar-content.is-info {
  background-color: #167df0;
}

.b-sidebar .sidebar-content.is-success {
  background-color: #23d160;
}

.b-sidebar .sidebar-content.is-warning {
  background-color: #ffdd57;
}

.b-sidebar .sidebar-content.is-danger {
  background-color: #ff3860;
}

.b-sidebar .sidebar-content.is-fixed {
  position: fixed;
  left: 0;
  top: 0;
}

.b-sidebar .sidebar-content.is-fixed.is-right {
  left: auto;
  right: 0;
}

.b-sidebar .sidebar-content.is-absolute {
  position: absolute;
  left: 0;
  top: 0;
}

.b-sidebar .sidebar-content.is-absolute.is-right {
  left: auto;
  right: 0;
}

.b-sidebar .sidebar-content.is-mini {
  width: 80px;
}

.b-sidebar .sidebar-content.is-mini.is-mini-expand:hover {
  transition: width 150ms ease-out;
}

.b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-fullwidth) {
  width: 260px;
}

.b-sidebar .sidebar-content.is-mini.is-mini-expand:hover:not(.is-fullwidth).is-mini-expand-fixed {
  position: fixed;
}

.b-sidebar .sidebar-content.is-static {
  position: static;
}

.b-sidebar .sidebar-content.is-absolute, .b-sidebar .sidebar-content.is-static {
  transition: width 150ms ease-out;
}

.b-sidebar .sidebar-content.is-fullwidth {
  width: 100%;
  max-width: 100%;
}

.b-sidebar .sidebar-content.is-fullheight {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}

@media screen and (max-width: 1023px) {
  .b-sidebar .sidebar-content.is-mini-mobile {
    width: 80px;
  }

  .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:hover:not(.is-fullwidth-mobile) {
    width: 260px;
  }

  .b-sidebar .sidebar-content.is-mini-mobile.is-mini-expand:hover:not(.is-fullwidth-mobile).is-mini-expand-fixed {
    position: fixed;
  }

  .b-sidebar .sidebar-content.is-hidden-mobile {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .b-sidebar .sidebar-content.is-fullwidth-mobile {
    width: 100%;
    max-width: 100%;
  }
}
.b-sidebar .sidebar-background {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: rgba(10, 10, 10, 0.86);
  position: fixed;
  z-index: 40;
}

.b-slider {
  margin: 1em 0;
  background: transparent;
  width: 100%;
}

.b-slider .b-slider-track {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #dbdbdb;
  border-radius: 4px;
}

.b-slider .b-slider-fill {
  position: absolute;
  height: 100%;
  box-shadow: 0px 0px 0px #7a7a7a;
  background: #dbdbdb;
  border-radius: 4px;
  border: 0px solid #7a7a7a;
  top: 50%;
  transform: translateY(-50%);
}

.b-slider .b-slider-thumb-wrapper {
  display: inline-flex;
  align-items: center;
  position: absolute;
  cursor: grab;
  transform: translate(-50%, -50%);
  top: 50%;
  flex-direction: column;
}

.b-slider .b-slider-thumb-wrapper .b-slider-thumb {
  box-shadow: none;
  border: 1px solid #b5b5b5;
  border-radius: 4px;
  background: white;
}

.b-slider .b-slider-thumb-wrapper .b-slider-thumb:focus {
  transform: scale(1.25);
}

.b-slider .b-slider-thumb-wrapper.is-dragging {
  cursor: grabbing;
}

.b-slider .b-slider-thumb-wrapper.is-dragging .b-slider-thumb {
  transform: scale(1.25);
}

.b-slider.slider-focus {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: -20px;
  margin-bottom: -20px;
  cursor: pointer;
}

.b-slider.is-rounded .b-slider-thumb {
  border-radius: 290486px;
}

.b-slider.is-disabled .b-slider-track {
  cursor: not-allowed;
  opacity: 0.5;
}

.b-slider.is-disabled .b-slider-thumb-wrapper {
  cursor: not-allowed;
}

.b-slider.is-disabled .b-slider-thumb-wrapper .b-slider-thumb {
  transform: scale(1);
}

.b-slider .b-slider-track {
  height: 0.5rem;
}

.b-slider .b-slider-thumb {
  height: 1rem;
  width: 1rem;
}

.b-slider .b-slider-tick {
  height: 0.25rem;
}

.b-slider .b-slider-tick-label {
  font-size: 0.75rem;
  position: absolute;
  top: calc(0.25rem + 2px);
  left: 50%;
  transform: translateX(-50%);
}

.b-slider.is-small .b-slider-track {
  height: 0.375rem;
}

.b-slider.is-small .b-slider-thumb {
  height: 0.75rem;
  width: 0.75rem;
}

.b-slider.is-small .b-slider-tick {
  height: 0.1875rem;
}

.b-slider.is-small .b-slider-tick-label {
  font-size: 0.75rem;
  position: absolute;
  top: calc(0.1875rem + 2px);
  left: 50%;
  transform: translateX(-50%);
}

.b-slider.is-medium .b-slider-track {
  height: 0.625rem;
}

.b-slider.is-medium .b-slider-thumb {
  height: 1.25rem;
  width: 1.25rem;
}

.b-slider.is-medium .b-slider-tick {
  height: 0.3125rem;
}

.b-slider.is-medium .b-slider-tick-label {
  font-size: 0.75rem;
  position: absolute;
  top: calc(0.3125rem + 2px);
  left: 50%;
  transform: translateX(-50%);
}

.b-slider.is-large .b-slider-track {
  height: 0.75rem;
}

.b-slider.is-large .b-slider-thumb {
  height: 1.5rem;
  width: 1.5rem;
}

.b-slider.is-large .b-slider-tick {
  height: 0.375rem;
}

.b-slider.is-large .b-slider-tick-label {
  font-size: 0.75rem;
  position: absolute;
  top: calc(0.375rem + 2px);
  left: 50%;
  transform: translateX(-50%);
}

.b-slider.is-white .b-slider-fill {
  background: white !important;
}

.b-slider.is-black .b-slider-fill {
  background: #0a0a0a !important;
}

.b-slider.is-light .b-slider-fill {
  background: whitesmoke !important;
}

.b-slider.is-dark .b-slider-fill {
  background: #363636 !important;
}

.b-slider.is-primary .b-slider-fill {
  background: #00aac3 !important;
}

.b-slider.is-link .b-slider-fill {
  background: #00aac3 !important;
}

.b-slider.is-info .b-slider-fill {
  background: #167df0 !important;
}

.b-slider.is-success .b-slider-fill {
  background: #23d160 !important;
}

.b-slider.is-warning .b-slider-fill {
  background: #ffdd57 !important;
}

.b-slider.is-danger .b-slider-fill {
  background: #ff3860 !important;
}

.b-slider .b-slider-tick {
  position: absolute;
  width: 3px;
  transform: translate(-50%, -50%);
  top: 50%;
  background: #b5b5b5;
  border-radius: 4px;
}

.b-slider .b-slider-tick.is-tick-hidden {
  background: transparent;
}

/*
This project is based on
"bulma-steps" (https://github.com/Wikiki/bulma-steps) by
Wikiki (https://github.com/Wikiki) licensed under
MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
*/
.b-steps .steps .step-items {
  display: flex;
  flex-wrap: wrap;
}

.b-steps .steps .step-items .step-item {
  margin-top: 0;
  position: relative;
  flex-grow: 1;
  flex-basis: 1em;
}

.b-steps .steps .step-items .step-item .step-link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #4a4a4a;
}

.b-steps .steps .step-items .step-item .step-link:not(.is-clickable) {
  cursor: not-allowed;
}

.b-steps .steps .step-items .step-item .step-marker {
  align-items: center;
  display: flex;
  border-radius: 4px;
  font-weight: 700;
  justify-content: center;
  background: #b5b5b5;
  color: white;
  border: 0.2em solid #fff;
  z-index: 1;
  overflow: hidden;
}

.b-steps .steps .step-items .step-item.is-white::before, .b-steps .steps .step-items .step-item.is-white::after {
  background: linear-gradient(to left, #dbdbdb 50%, white 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.b-steps .steps .step-items .step-item.is-white.is-active .step-marker {
  background-color: white;
  border-color: white;
  color: white;
}

.b-steps .steps .step-items .step-item.is-white.is-active::before, .b-steps .steps .step-items .step-item.is-white.is-active::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-white.is-previous .step-marker {
  color: #0a0a0a;
  background-color: white;
}

.b-steps .steps .step-items .step-item.is-white.is-previous::before, .b-steps .steps .step-items .step-item.is-white.is-previous::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-black::before, .b-steps .steps .step-items .step-item.is-black::after {
  background: linear-gradient(to left, #dbdbdb 50%, #0a0a0a 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.b-steps .steps .step-items .step-item.is-black.is-active .step-marker {
  background-color: white;
  border-color: #0a0a0a;
  color: #0a0a0a;
}

.b-steps .steps .step-items .step-item.is-black.is-active::before, .b-steps .steps .step-items .step-item.is-black.is-active::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-black.is-previous .step-marker {
  color: white;
  background-color: #0a0a0a;
}

.b-steps .steps .step-items .step-item.is-black.is-previous::before, .b-steps .steps .step-items .step-item.is-black.is-previous::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-light::before, .b-steps .steps .step-items .step-item.is-light::after {
  background: linear-gradient(to left, #dbdbdb 50%, whitesmoke 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.b-steps .steps .step-items .step-item.is-light.is-active .step-marker {
  background-color: white;
  border-color: whitesmoke;
  color: whitesmoke;
}

.b-steps .steps .step-items .step-item.is-light.is-active::before, .b-steps .steps .step-items .step-item.is-light.is-active::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-light.is-previous .step-marker {
  color: #363636;
  background-color: whitesmoke;
}

.b-steps .steps .step-items .step-item.is-light.is-previous::before, .b-steps .steps .step-items .step-item.is-light.is-previous::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-dark::before, .b-steps .steps .step-items .step-item.is-dark::after {
  background: linear-gradient(to left, #dbdbdb 50%, #363636 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.b-steps .steps .step-items .step-item.is-dark.is-active .step-marker {
  background-color: white;
  border-color: #363636;
  color: #363636;
}

.b-steps .steps .step-items .step-item.is-dark.is-active::before, .b-steps .steps .step-items .step-item.is-dark.is-active::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-dark.is-previous .step-marker {
  color: whitesmoke;
  background-color: #363636;
}

.b-steps .steps .step-items .step-item.is-dark.is-previous::before, .b-steps .steps .step-items .step-item.is-dark.is-previous::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-primary::before, .b-steps .steps .step-items .step-item.is-primary::after {
  background: linear-gradient(to left, #dbdbdb 50%, #00aac3 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.b-steps .steps .step-items .step-item.is-primary.is-active .step-marker {
  background-color: white;
  border-color: #00aac3;
  color: #00aac3;
}

.b-steps .steps .step-items .step-item.is-primary.is-active::before, .b-steps .steps .step-items .step-item.is-primary.is-active::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-primary.is-previous .step-marker {
  color: white;
  background-color: #00aac3;
}

.b-steps .steps .step-items .step-item.is-primary.is-previous::before, .b-steps .steps .step-items .step-item.is-primary.is-previous::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-link::before, .b-steps .steps .step-items .step-item.is-link::after {
  background: linear-gradient(to left, #dbdbdb 50%, #00aac3 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.b-steps .steps .step-items .step-item.is-link.is-active .step-marker {
  background-color: white;
  border-color: #00aac3;
  color: #00aac3;
}

.b-steps .steps .step-items .step-item.is-link.is-active::before, .b-steps .steps .step-items .step-item.is-link.is-active::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-link.is-previous .step-marker {
  color: white;
  background-color: #00aac3;
}

.b-steps .steps .step-items .step-item.is-link.is-previous::before, .b-steps .steps .step-items .step-item.is-link.is-previous::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-info::before, .b-steps .steps .step-items .step-item.is-info::after {
  background: linear-gradient(to left, #dbdbdb 50%, #167df0 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.b-steps .steps .step-items .step-item.is-info.is-active .step-marker {
  background-color: white;
  border-color: #167df0;
  color: #167df0;
}

.b-steps .steps .step-items .step-item.is-info.is-active::before, .b-steps .steps .step-items .step-item.is-info.is-active::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-info.is-previous .step-marker {
  color: #fff;
  background-color: #167df0;
}

.b-steps .steps .step-items .step-item.is-info.is-previous::before, .b-steps .steps .step-items .step-item.is-info.is-previous::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-success::before, .b-steps .steps .step-items .step-item.is-success::after {
  background: linear-gradient(to left, #dbdbdb 50%, #23d160 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.b-steps .steps .step-items .step-item.is-success.is-active .step-marker {
  background-color: white;
  border-color: #23d160;
  color: #23d160;
}

.b-steps .steps .step-items .step-item.is-success.is-active::before, .b-steps .steps .step-items .step-item.is-success.is-active::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-success.is-previous .step-marker {
  color: #fff;
  background-color: #23d160;
}

.b-steps .steps .step-items .step-item.is-success.is-previous::before, .b-steps .steps .step-items .step-item.is-success.is-previous::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-warning::before, .b-steps .steps .step-items .step-item.is-warning::after {
  background: linear-gradient(to left, #dbdbdb 50%, #ffdd57 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.b-steps .steps .step-items .step-item.is-warning.is-active .step-marker {
  background-color: white;
  border-color: #ffdd57;
  color: #ffdd57;
}

.b-steps .steps .step-items .step-item.is-warning.is-active::before, .b-steps .steps .step-items .step-item.is-warning.is-active::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-warning.is-previous .step-marker {
  color: rgba(0, 0, 0, 0.7);
  background-color: #ffdd57;
}

.b-steps .steps .step-items .step-item.is-warning.is-previous::before, .b-steps .steps .step-items .step-item.is-warning.is-previous::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-danger::before, .b-steps .steps .step-items .step-item.is-danger::after {
  background: linear-gradient(to left, #dbdbdb 50%, #ff3860 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.b-steps .steps .step-items .step-item.is-danger.is-active .step-marker {
  background-color: white;
  border-color: #ff3860;
  color: #ff3860;
}

.b-steps .steps .step-items .step-item.is-danger.is-active::before, .b-steps .steps .step-items .step-item.is-danger.is-active::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-danger.is-previous .step-marker {
  color: #fff;
  background-color: #ff3860;
}

.b-steps .steps .step-items .step-item.is-danger.is-previous::before, .b-steps .steps .step-items .step-item.is-danger.is-previous::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item .step-marker {
  color: white;
}

.b-steps .steps .step-items .step-item .step-details {
  text-align: center;
  z-index: 1;
}

.b-steps .steps .step-items .step-item:not(:first-child), .b-steps .steps .step-items .step-item:only-child {
  flex-shrink: 1;
}

.b-steps .steps .step-items .step-item:not(:first-child)::before, .b-steps .steps .step-items .step-item:only-child::before {
  content: " ";
  display: block;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: -50%;
}

.b-steps .steps .step-items .step-item:only-child::after {
  content: " ";
  display: block;
  position: absolute;
  height: 0.2em;
  bottom: 0;
}

.b-steps .steps .step-items .step-item:only-child::before, .b-steps .steps .step-items .step-item:only-child::after {
  width: 25%;
  left: 50%;
}

.b-steps .steps .step-items .step-item:only-child::before {
  right: 50%;
  left: auto;
}

.b-steps .steps .step-items .step-item::before, .b-steps .steps .step-items .step-item::after {
  background: linear-gradient(to left, #dbdbdb 50%, #00aac3 50%);
  background-size: 200% 100%;
  background-position: right bottom;
}

.b-steps .steps .step-items .step-item.is-active .step-link {
  cursor: default;
}

.b-steps .steps .step-items .step-item.is-active .step-marker {
  background-color: white;
  border-color: #00aac3;
  color: #00aac3;
}

.b-steps .steps .step-items .step-item.is-active::before, .b-steps .steps .step-items .step-item.is-active::after {
  background-position: left bottom;
}

.b-steps .steps .step-items .step-item.is-previous .step-marker {
  color: white;
  background-color: #00aac3;
}

.b-steps .steps .step-items .step-item.is-previous::before, .b-steps .steps .step-items .step-item.is-previous::after {
  background-position: left bottom;
}

.b-steps .steps + .step-content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  padding: 1rem;
}

.b-steps .steps + .step-content .step-item {
  flex-shrink: 0;
  flex-basis: auto;
}

.b-steps .steps + .step-content.is-transitioning {
  overflow: hidden;
}

.b-steps .steps.is-rounded .step-item .step-marker {
  border-radius: 290486px;
}

.b-steps .steps.is-animated .step-item:not(:first-child)::before, .b-steps .steps.is-animated .step-item:only-child::before {
  transition: background 150ms ease-out;
}

.b-steps .steps.has-label-right .step-items .step-item .step-link, .b-steps .steps.has-label-left .step-items .step-item .step-link {
  flex-direction: row;
}

.b-steps .steps.has-label-right .step-items .step-item .step-link > .step-details, .b-steps .steps.has-label-left .step-items .step-item .step-link > .step-details {
  background-color: white;
  padding: 0.2em;
}

.b-steps .steps.has-label-left .step-items .step-item .step-link {
  flex-direction: row-reverse;
}

.b-steps .steps {
  font-size: 1rem;
  min-height: 2rem;
}

.b-steps .steps .step-items .step-item .step-marker {
  height: 2rem;
  width: 2rem;
}

.b-steps .steps .step-items .step-item .step-marker .icon *, .b-steps .steps .step-items .step-item .step-marker .icon *:before {
  font-size: 1rem;
}

.b-steps .steps .step-items .step-item .step-details .step-title {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1rem;
}

.b-steps .steps .step-items .step-item:not(:first-child)::before, .b-steps .steps .step-items .step-item:only-child::before {
  height: 0.2em;
  top: 1rem;
}

.b-steps .steps .step-items .step-item:only-child::after {
  top: 1rem;
}

@media screen and (max-width: 768px) {
  .b-steps .steps .step-items .step-item::before, .b-steps .steps .step-items .step-item::after, .b-steps .steps .step-items .step-item:not(:first-child)::before {
    top: 1rem;
  }
}
.b-steps.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1rem - 0.1em);
}

.b-steps.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1rem - 0.1em);
}

.b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1rem - 0.1em);
}

.b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1rem - 0.1em);
}

.b-steps.is-small .steps {
  font-size: 0.75rem;
  min-height: 1.5rem;
}

.b-steps.is-small .steps .step-items .step-item .step-marker {
  height: 1.5rem;
  width: 1.5rem;
}

.b-steps.is-small .steps .step-items .step-item .step-marker .icon *, .b-steps.is-small .steps .step-items .step-item .step-marker .icon *:before {
  font-size: 0.75rem;
}

.b-steps.is-small .steps .step-items .step-item .step-details .step-title {
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 0.75rem;
}

.b-steps.is-small .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-small .steps .step-items .step-item:only-child::before {
  height: 0.2em;
  top: 0.75rem;
}

.b-steps.is-small .steps .step-items .step-item:only-child::after {
  top: 0.75rem;
}

@media screen and (max-width: 768px) {
  .b-steps.is-small .steps .step-items .step-item::before, .b-steps.is-small .steps .step-items .step-item::after, .b-steps.is-small .steps .step-items .step-item:not(:first-child)::before {
    top: 0.75rem;
  }
}
.b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(0.75rem - 0.1em);
}

.b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(0.75rem - 0.1em);
}

.b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(0.75rem - 0.1em);
}

.b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-small.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(0.75rem - 0.1em);
}

.b-steps.is-medium .steps {
  font-size: 1.25rem;
  min-height: 2.5rem;
}

.b-steps.is-medium .steps .step-items .step-item .step-marker {
  height: 2.5rem;
  width: 2.5rem;
}

.b-steps.is-medium .steps .step-items .step-item .step-marker .icon *, .b-steps.is-medium .steps .step-items .step-item .step-marker .icon *:before {
  font-size: 1.25rem;
}

.b-steps.is-medium .steps .step-items .step-item .step-details .step-title {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.b-steps.is-medium .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-medium .steps .step-items .step-item:only-child::before {
  height: 0.2em;
  top: 1.25rem;
}

.b-steps.is-medium .steps .step-items .step-item:only-child::after {
  top: 1.25rem;
}

@media screen and (max-width: 768px) {
  .b-steps.is-medium .steps .step-items .step-item::before, .b-steps.is-medium .steps .step-items .step-item::after, .b-steps.is-medium .steps .step-items .step-item:not(:first-child)::before {
    top: 1.25rem;
  }
}
.b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.25rem - 0.1em);
}

.b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.25rem - 0.1em);
}

.b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.25rem - 0.1em);
}

.b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-medium.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.25rem - 0.1em);
}

.b-steps.is-large .steps {
  font-size: 1.5rem;
  min-height: 3rem;
}

.b-steps.is-large .steps .step-items .step-item .step-marker {
  height: 3rem;
  width: 3rem;
}

.b-steps.is-large .steps .step-items .step-item .step-marker .icon *, .b-steps.is-large .steps .step-items .step-item .step-marker .icon *:before {
  font-size: 1.5rem;
}

.b-steps.is-large .steps .step-items .step-item .step-details .step-title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5rem;
}

.b-steps.is-large .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-large .steps .step-items .step-item:only-child::before {
  height: 0.2em;
  top: 1.5rem;
}

.b-steps.is-large .steps .step-items .step-item:only-child::after {
  top: 1.5rem;
}

@media screen and (max-width: 768px) {
  .b-steps.is-large .steps .step-items .step-item::before, .b-steps.is-large .steps .step-items .step-item::after, .b-steps.is-large .steps .step-items .step-item:not(:first-child)::before {
    top: 1.5rem;
  }
}
.b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.5rem - 0.1em);
}

.b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.5rem - 0.1em);
}

.b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-right .step-items .step-item:only-child::after {
  left: calc(1.5rem - 0.1em);
}

.b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:not(:first-child)::after, .b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::before, .b-steps.is-large.is-vertical.is-right > .steps.has-label-left .step-items .step-item:only-child::after {
  left: auto;
  right: calc(1.5rem - 0.1em);
}

.b-steps.is-vertical {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.b-steps.is-vertical > .steps .step-items {
  height: 100%;
  flex-direction: column;
  border-bottom-color: transparent;
}

.b-steps.is-vertical > .steps .step-items .step-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1em 0;
}

.b-steps.is-vertical > .steps .step-items .step-item::before, .b-steps.is-vertical > .steps .step-items .step-item::after {
  background: linear-gradient(to top, #dbdbdb 50%, #00aac3 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

.b-steps.is-vertical > .steps .step-items .step-item.is-white::before, .b-steps.is-vertical > .steps .step-items .step-item.is-white::after {
  background: linear-gradient(to top, #dbdbdb 50%, white 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

.b-steps.is-vertical > .steps .step-items .step-item.is-black::before, .b-steps.is-vertical > .steps .step-items .step-item.is-black::after {
  background: linear-gradient(to top, #dbdbdb 50%, #0a0a0a 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

.b-steps.is-vertical > .steps .step-items .step-item.is-light::before, .b-steps.is-vertical > .steps .step-items .step-item.is-light::after {
  background: linear-gradient(to top, #dbdbdb 50%, whitesmoke 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

.b-steps.is-vertical > .steps .step-items .step-item.is-dark::before, .b-steps.is-vertical > .steps .step-items .step-item.is-dark::after {
  background: linear-gradient(to top, #dbdbdb 50%, #363636 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

.b-steps.is-vertical > .steps .step-items .step-item.is-primary::before, .b-steps.is-vertical > .steps .step-items .step-item.is-primary::after {
  background: linear-gradient(to top, #dbdbdb 50%, #00aac3 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

.b-steps.is-vertical > .steps .step-items .step-item.is-link::before, .b-steps.is-vertical > .steps .step-items .step-item.is-link::after {
  background: linear-gradient(to top, #dbdbdb 50%, #00aac3 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

.b-steps.is-vertical > .steps .step-items .step-item.is-info::before, .b-steps.is-vertical > .steps .step-items .step-item.is-info::after {
  background: linear-gradient(to top, #dbdbdb 50%, #167df0 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

.b-steps.is-vertical > .steps .step-items .step-item.is-success::before, .b-steps.is-vertical > .steps .step-items .step-item.is-success::after {
  background: linear-gradient(to top, #dbdbdb 50%, #23d160 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

.b-steps.is-vertical > .steps .step-items .step-item.is-warning::before, .b-steps.is-vertical > .steps .step-items .step-item.is-warning::after {
  background: linear-gradient(to top, #dbdbdb 50%, #ffdd57 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

.b-steps.is-vertical > .steps .step-items .step-item.is-danger::before, .b-steps.is-vertical > .steps .step-items .step-item.is-danger::after {
  background: linear-gradient(to top, #dbdbdb 50%, #ff3860 50%);
  background-size: 100% 200%;
  background-position: left bottom;
}

.b-steps.is-vertical > .steps .step-items .step-item:not(:first-child)::before, .b-steps.is-vertical > .steps .step-items .step-item:only-child::before {
  height: 100%;
  width: 0.2em;
  top: -50%;
  left: calc(50% - 0.1em);
}

.b-steps.is-vertical > .steps .step-items .step-item.is-active::before, .b-steps.is-vertical > .steps .step-items .step-item.is-active::after, .b-steps.is-vertical > .steps .step-items .step-item.is-previous::before, .b-steps.is-vertical > .steps .step-items .step-item.is-previous::after {
  background-position: right top;
}

.b-steps.is-vertical > .steps .step-items .step-item:only-child::before {
  top: 50%;
}

.b-steps.is-vertical > .steps .step-items .step-item:only-child::after {
  width: 0.2em;
  top: auto;
  bottom: 50%;
}

.b-steps.is-vertical > .steps .step-items .step-item:only-child::before, .b-steps.is-vertical > .steps .step-items .step-item:only-child::after {
  height: 25%;
}

.b-steps.is-vertical > .steps.has-label-right .step-items .step-item {
  justify-content: flex-start;
}

.b-steps.is-vertical > .steps.has-label-left .step-items .step-item {
  justify-content: flex-end;
}

.b-steps.is-vertical > .steps:not(.has-label-right):not(.has-label-left) .step-items .step-item .step-link > .step-details {
  background-color: white;
}

.b-steps.is-vertical > .step-content {
  flex-grow: 1;
}

.b-steps.is-vertical > .step-navigation {
  flex-basis: 100%;
}

.b-steps.is-vertical.is-right {
  flex-direction: row-reverse;
}

@media screen and (max-width: 768px) {
  .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(.is-active) {
    display: none;
  }

  .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item::before, .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item::after, .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(:first-child)::before {
    content: " ";
    display: block;
    position: absolute;
    height: 0.2em;
    width: 25%;
    bottom: 0;
    left: 50%;
  }

  .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item::before, .b-steps:not(.is-vertical) .steps.mobile-minimalist .step-items .step-item:not(:first-child)::before {
    right: 50%;
    left: auto;
  }

  .b-steps:not(.is-vertical) .steps.mobile-compact .step-items .step-item:not(.is-active) .step-details {
    display: none;
  }
}
.switch {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  margin-right: 0.5em;
}

.switch + .switch:last-child {
  margin-right: 0;
}

.switch input[type=checkbox] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}

.switch input[type=checkbox] + .check {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 2.75em;
  height: 1.575em;
  padding: 0.2em;
  background: #b5b5b5;
  border-radius: 4px;
  transition: background 150ms ease-out, box-shadow 150ms ease-out;
}

.switch input[type=checkbox] + .check.is-white-passive, .switch input[type=checkbox] + .check:hover {
  background: white;
}

.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check, .switch .taginput input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check, .taginput .switch input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: "pink";
}

.switch input[type=checkbox] + .check.is-black-passive, .switch input[type=checkbox] + .check:hover {
  background: #0a0a0a;
}

.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check, .switch .taginput input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check, .taginput .switch input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: "pink";
}

.switch input[type=checkbox] + .check.is-light-passive, .switch input[type=checkbox] + .check:hover {
  background: whitesmoke;
}

.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check, .switch .taginput input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check, .taginput .switch input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: "pink";
}

.switch input[type=checkbox] + .check.is-dark-passive, .switch input[type=checkbox] + .check:hover {
  background: #363636;
}

.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check, .switch .taginput input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check, .taginput .switch input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: "pink";
}

.switch input[type=checkbox] + .check.is-primary-passive, .switch input[type=checkbox] + .check:hover {
  background: #00aac3;
}

.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check, .switch .taginput input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check, .taginput .switch input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: "pink";
}

.switch input[type=checkbox] + .check.is-link-passive, .switch input[type=checkbox] + .check:hover {
  background: #00aac3;
}

.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check, .switch .taginput input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check, .taginput .switch input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: "pink";
}

.switch input[type=checkbox] + .check.is-info-passive, .switch input[type=checkbox] + .check:hover {
  background: #167df0;
}

.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check, .switch .taginput input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check, .taginput .switch input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: "pink";
}

.switch input[type=checkbox] + .check.is-success-passive, .switch input[type=checkbox] + .check:hover {
  background: #23d160;
}

.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check, .switch .taginput input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check, .taginput .switch input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: "pink";
}

.switch input[type=checkbox] + .check.is-warning-passive, .switch input[type=checkbox] + .check:hover {
  background: #ffdd57;
}

.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check, .switch .taginput input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check, .taginput .switch input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: "pink";
}

.switch input[type=checkbox] + .check.is-danger-passive, .switch input[type=checkbox] + .check:hover {
  background: #ff3860;
}

.switch input[type=checkbox] + .check.input[type=checkbox] + .switch input[type=checkbox] + .check.check, .switch .taginput input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check, .taginput .switch input[type=checkbox] + .check.taginput-container.is-focusable[type=checkbox] + .switch input[type=checkbox] + .check.check {
  background: "pink";
}

.switch input[type=checkbox] + .check:before {
  content: "";
  display: block;
  border-radius: 4px;
  width: 1.175em;
  height: 1.175em;
  background: whitesmoke;
  box-shadow: 0 3px 1px 0 rgba(0, 0, 0, 0.05), 0 2px 2px 0 rgba(0, 0, 0, 0.1), 0 3px 3px 0 rgba(0, 0, 0, 0.05);
  transition: transform 150ms ease-out;
  will-change: transform;
  transform-origin: left;
}

.switch input[type=checkbox] + .check.is-elastic:before {
  transform: scaleX(1.5);
  border-radius: 4px;
}

.switch input[type=checkbox]:checked + .check {
  background: #00aac3;
}

.switch input[type=checkbox]:checked + .check.is-white {
  background: white;
}

.switch input[type=checkbox]:checked + .check.is-black {
  background: #0a0a0a;
}

.switch input[type=checkbox]:checked + .check.is-light {
  background: whitesmoke;
}

.switch input[type=checkbox]:checked + .check.is-dark {
  background: #363636;
}

.switch input[type=checkbox]:checked + .check.is-primary {
  background: #00aac3;
}

.switch input[type=checkbox]:checked + .check.is-link {
  background: #00aac3;
}

.switch input[type=checkbox]:checked + .check.is-info {
  background: #167df0;
}

.switch input[type=checkbox]:checked + .check.is-success {
  background: #23d160;
}

.switch input[type=checkbox]:checked + .check.is-warning {
  background: #ffdd57;
}

.switch input[type=checkbox]:checked + .check.is-danger {
  background: #ff3860;
}

.switch input[type=checkbox]:checked + .check:before {
  transform: translate3d(100%, 0, 0);
}

.switch input[type=checkbox]:checked + .check.is-elastic:before {
  transform: translate3d(50%, 0, 0) scaleX(1.5);
}

.switch input[type=checkbox]:focus, .switch input[type=checkbox]:active {
  outline: none;
}

.switch input[type=checkbox]:focus + .check, .switch input[type=checkbox]:active + .check {
  box-shadow: 0 0 0.5em rgba(122, 122, 122, 0.6);
}

.switch input[type=checkbox]:focus + .check.is-white-passive, .switch input[type=checkbox]:active + .check.is-white-passive {
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8);
}

.switch input[type=checkbox]:focus + .check.is-black-passive, .switch input[type=checkbox]:active + .check.is-black-passive {
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8);
}

.switch input[type=checkbox]:focus + .check.is-light-passive, .switch input[type=checkbox]:active + .check.is-light-passive {
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8);
}

.switch input[type=checkbox]:focus + .check.is-dark-passive, .switch input[type=checkbox]:active + .check.is-dark-passive {
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8);
}

.switch input[type=checkbox]:focus + .check.is-primary-passive, .switch input[type=checkbox]:active + .check.is-primary-passive {
  box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8);
}

.switch input[type=checkbox]:focus + .check.is-link-passive, .switch input[type=checkbox]:active + .check.is-link-passive {
  box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8);
}

.switch input[type=checkbox]:focus + .check.is-info-passive, .switch input[type=checkbox]:active + .check.is-info-passive {
  box-shadow: 0 0 0.5em rgba(22, 125, 240, 0.8);
}

.switch input[type=checkbox]:focus + .check.is-success-passive, .switch input[type=checkbox]:active + .check.is-success-passive {
  box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.8);
}

.switch input[type=checkbox]:focus + .check.is-warning-passive, .switch input[type=checkbox]:active + .check.is-warning-passive {
  box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.8);
}

.switch input[type=checkbox]:focus + .check.is-danger-passive, .switch input[type=checkbox]:active + .check.is-danger-passive {
  box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.8);
}

.switch input[type=checkbox]:focus:checked + .check, .switch input[type=checkbox]:active:checked + .check {
  box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8);
}

.switch input[type=checkbox]:focus:checked + .check.is-white, .switch input[type=checkbox]:active:checked + .check.is-white {
  box-shadow: 0 0 0.5em rgba(255, 255, 255, 0.8);
}

.switch input[type=checkbox]:focus:checked + .check.is-black, .switch input[type=checkbox]:active:checked + .check.is-black {
  box-shadow: 0 0 0.5em rgba(10, 10, 10, 0.8);
}

.switch input[type=checkbox]:focus:checked + .check.is-light, .switch input[type=checkbox]:active:checked + .check.is-light {
  box-shadow: 0 0 0.5em rgba(245, 245, 245, 0.8);
}

.switch input[type=checkbox]:focus:checked + .check.is-dark, .switch input[type=checkbox]:active:checked + .check.is-dark {
  box-shadow: 0 0 0.5em rgba(54, 54, 54, 0.8);
}

.switch input[type=checkbox]:focus:checked + .check.is-primary, .switch input[type=checkbox]:active:checked + .check.is-primary {
  box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8);
}

.switch input[type=checkbox]:focus:checked + .check.is-link, .switch input[type=checkbox]:active:checked + .check.is-link {
  box-shadow: 0 0 0.5em rgba(121, 87, 213, 0.8);
}

.switch input[type=checkbox]:focus:checked + .check.is-info, .switch input[type=checkbox]:active:checked + .check.is-info {
  box-shadow: 0 0 0.5em rgba(22, 125, 240, 0.8);
}

.switch input[type=checkbox]:focus:checked + .check.is-success, .switch input[type=checkbox]:active:checked + .check.is-success {
  box-shadow: 0 0 0.5em rgba(35, 209, 96, 0.8);
}

.switch input[type=checkbox]:focus:checked + .check.is-warning, .switch input[type=checkbox]:active:checked + .check.is-warning {
  box-shadow: 0 0 0.5em rgba(255, 221, 87, 0.8);
}

.switch input[type=checkbox]:focus:checked + .check.is-danger, .switch input[type=checkbox]:active:checked + .check.is-danger {
  box-shadow: 0 0 0.5em rgba(255, 56, 96, 0.8);
}

.switch .control-label {
  padding-left: 0.5em;
}

.switch:hover input[type=checkbox] + .check {
  background: rgba(181, 181, 181, 0.9);
}

.switch:hover input[type=checkbox] + .check.is-white-passive {
  background: rgba(255, 255, 255, 0.9);
}

.switch:hover input[type=checkbox] + .check.is-black-passive {
  background: rgba(10, 10, 10, 0.9);
}

.switch:hover input[type=checkbox] + .check.is-light-passive {
  background: rgba(245, 245, 245, 0.9);
}

.switch:hover input[type=checkbox] + .check.is-dark-passive {
  background: rgba(54, 54, 54, 0.9);
}

.switch:hover input[type=checkbox] + .check.is-primary-passive {
  background: rgba(121, 87, 213, 0.9);
}

.switch:hover input[type=checkbox] + .check.is-link-passive {
  background: rgba(121, 87, 213, 0.9);
}

.switch:hover input[type=checkbox] + .check.is-info-passive {
  background: rgba(22, 125, 240, 0.9);
}

.switch:hover input[type=checkbox] + .check.is-success-passive {
  background: rgba(35, 209, 96, 0.9);
}

.switch:hover input[type=checkbox] + .check.is-warning-passive {
  background: rgba(255, 221, 87, 0.9);
}

.switch:hover input[type=checkbox] + .check.is-danger-passive {
  background: rgba(255, 56, 96, 0.9);
}

.switch:hover input[type=checkbox]:checked + .check {
  background: rgba(121, 87, 213, 0.9);
}

.switch:hover input[type=checkbox]:checked + .check.is-white {
  background: rgba(255, 255, 255, 0.9);
}

.switch:hover input[type=checkbox]:checked + .check.is-black {
  background: rgba(10, 10, 10, 0.9);
}

.switch:hover input[type=checkbox]:checked + .check.is-light {
  background: rgba(245, 245, 245, 0.9);
}

.switch:hover input[type=checkbox]:checked + .check.is-dark {
  background: rgba(54, 54, 54, 0.9);
}

.switch:hover input[type=checkbox]:checked + .check.is-primary {
  background: rgba(121, 87, 213, 0.9);
}

.switch:hover input[type=checkbox]:checked + .check.is-link {
  background: rgba(121, 87, 213, 0.9);
}

.switch:hover input[type=checkbox]:checked + .check.is-info {
  background: rgba(22, 125, 240, 0.9);
}

.switch:hover input[type=checkbox]:checked + .check.is-success {
  background: rgba(35, 209, 96, 0.9);
}

.switch:hover input[type=checkbox]:checked + .check.is-warning {
  background: rgba(255, 221, 87, 0.9);
}

.switch:hover input[type=checkbox]:checked + .check.is-danger {
  background: rgba(255, 56, 96, 0.9);
}

.switch.is-rounded input[type=checkbox] + .check {
  border-radius: 290486px;
}

.switch.is-rounded input[type=checkbox] + .check:before {
  border-radius: 290486px;
}

.switch.is-rounded input[type=checkbox].is-elastic:before {
  transform: scaleX(1.5);
  border-radius: 290486px;
}

.switch.is-outlined input[type=checkbox] + .check {
  background: transparent;
  border: 0.1rem solid #b5b5b5;
}

.switch.is-outlined input[type=checkbox] + .check.is-white-passive {
  border: 0.1rem solid rgba(255, 255, 255, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-white-passive:before {
  background: white;
}

.switch.is-outlined input[type=checkbox] + .check.is-white-passive:hover {
  border-color: rgba(255, 255, 255, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-black-passive {
  border: 0.1rem solid rgba(10, 10, 10, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-black-passive:before {
  background: #0a0a0a;
}

.switch.is-outlined input[type=checkbox] + .check.is-black-passive:hover {
  border-color: rgba(10, 10, 10, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-light-passive {
  border: 0.1rem solid rgba(245, 245, 245, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-light-passive:before {
  background: whitesmoke;
}

.switch.is-outlined input[type=checkbox] + .check.is-light-passive:hover {
  border-color: rgba(245, 245, 245, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-dark-passive {
  border: 0.1rem solid rgba(54, 54, 54, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-dark-passive:before {
  background: #363636;
}

.switch.is-outlined input[type=checkbox] + .check.is-dark-passive:hover {
  border-color: rgba(54, 54, 54, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-primary-passive {
  border: 0.1rem solid rgba(121, 87, 213, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-primary-passive:before {
  background: #00aac3;
}

.switch.is-outlined input[type=checkbox] + .check.is-primary-passive:hover {
  border-color: rgba(121, 87, 213, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-link-passive {
  border: 0.1rem solid rgba(121, 87, 213, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-link-passive:before {
  background: #00aac3;
}

.switch.is-outlined input[type=checkbox] + .check.is-link-passive:hover {
  border-color: rgba(121, 87, 213, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-info-passive {
  border: 0.1rem solid rgba(22, 125, 240, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-info-passive:before {
  background: #167df0;
}

.switch.is-outlined input[type=checkbox] + .check.is-info-passive:hover {
  border-color: rgba(22, 125, 240, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-success-passive {
  border: 0.1rem solid rgba(35, 209, 96, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-success-passive:before {
  background: #23d160;
}

.switch.is-outlined input[type=checkbox] + .check.is-success-passive:hover {
  border-color: rgba(35, 209, 96, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-warning-passive {
  border: 0.1rem solid rgba(255, 221, 87, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-warning-passive:before {
  background: #ffdd57;
}

.switch.is-outlined input[type=checkbox] + .check.is-warning-passive:hover {
  border-color: rgba(255, 221, 87, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-danger-passive {
  border: 0.1rem solid rgba(255, 56, 96, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check.is-danger-passive:before {
  background: #ff3860;
}

.switch.is-outlined input[type=checkbox] + .check.is-danger-passive:hover {
  border-color: rgba(255, 56, 96, 0.9);
}

.switch.is-outlined input[type=checkbox] + .check:before {
  background: #b5b5b5;
}

.switch.is-outlined input[type=checkbox]:checked + .check {
  border-color: #00aac3;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-white {
  background: transparent;
  border-color: white;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-white:before {
  background: white;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-black {
  background: transparent;
  border-color: #0a0a0a;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-black:before {
  background: #0a0a0a;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-light {
  background: transparent;
  border-color: whitesmoke;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-light:before {
  background: whitesmoke;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-dark {
  background: transparent;
  border-color: #363636;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-dark:before {
  background: #363636;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-primary {
  background: transparent;
  border-color: #00aac3;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-primary:before {
  background: #00aac3;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-link {
  background: transparent;
  border-color: #00aac3;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-link:before {
  background: #00aac3;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-info {
  background: transparent;
  border-color: #167df0;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-info:before {
  background: #167df0;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-success {
  background: transparent;
  border-color: #23d160;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-success:before {
  background: #23d160;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-warning {
  background: transparent;
  border-color: #ffdd57;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-warning:before {
  background: #ffdd57;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-danger {
  background: transparent;
  border-color: #ff3860;
}

.switch.is-outlined input[type=checkbox]:checked + .check.is-danger:before {
  background: #ff3860;
}

.switch.is-outlined input[type=checkbox]:checked + .check:before {
  background: #00aac3;
}

.switch.is-outlined:hover input[type=checkbox] + .check {
  background: transparent;
  border-color: rgba(181, 181, 181, 0.9);
}

.switch.is-outlined:hover input[type=checkbox]:checked + .check {
  background: transparent;
  border-color: rgba(121, 87, 213, 0.9);
}

.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-white {
  border-color: rgba(255, 255, 255, 0.9);
}

.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-black {
  border-color: rgba(10, 10, 10, 0.9);
}

.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-light {
  border-color: rgba(245, 245, 245, 0.9);
}

.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-dark {
  border-color: rgba(54, 54, 54, 0.9);
}

.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-primary {
  border-color: rgba(121, 87, 213, 0.9);
}

.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-link {
  border-color: rgba(121, 87, 213, 0.9);
}

.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-info {
  border-color: rgba(22, 125, 240, 0.9);
}

.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-success {
  border-color: rgba(35, 209, 96, 0.9);
}

.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-warning {
  border-color: rgba(255, 221, 87, 0.9);
}

.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-danger {
  border-color: rgba(255, 56, 96, 0.9);
}

.switch.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.switch.is-medium {
  font-size: 1.25rem;
}

.switch.is-large {
  font-size: 1.5rem;
}

.switch[disabled] {
  opacity: 0.5;
  cursor: not-allowed;
  color: #7a7a7a;
}

.table-wrapper .table {
  margin-bottom: 0;
}

.table-wrapper:not(:last-child) {
  margin-bottom: 1.5rem;
}

@media screen and (max-width: 1023px) {
  .table-wrapper {
    overflow-x: auto;
  }
}
.b-table {
  transition: opacity 86ms ease-out;
}

@media screen and (min-width: 769px), print {
  .b-table .table-mobile-sort {
    display: none;
  }
}
.b-table .icon {
  transition: transform 150ms ease-out, opacity 86ms ease-out;
}

.b-table .icon.is-desc {
  transform: rotate(180deg);
}

.b-table .icon.is-expanded {
  transform: rotate(90deg);
}

.b-table .table {
  width: 100%;
  border: 1px solid transparent;
  border-radius: 4px;
  border-collapse: separate;
}

.b-table .table th {
  font-weight: 600;
}

.b-table .table th .th-wrap {
  display: flex;
  align-items: center;
}

.b-table .table th .th-wrap .icon {
  margin-left: 0.5rem;
  margin-right: 0;
  font-size: 1rem;
}

.b-table .table th .th-wrap.is-numeric {
  flex-direction: row-reverse;
  text-align: right;
}

.b-table .table th .th-wrap.is-numeric .icon {
  margin-left: 0;
  margin-right: 0.5rem;
}

.b-table .table th .th-wrap.is-centered {
  justify-content: center;
  text-align: center;
}

.b-table .table th.is-current-sort {
  border-color: #7a7a7a;
  font-weight: 700;
}

.b-table .table th.is-sortable:hover {
  border-color: #7a7a7a;
}

.b-table .table th.is-sortable,
.b-table .table th.is-sortable .th-wrap {
  cursor: pointer;
}

.b-table .table th .multi-sort-cancel-icon {
  margin-left: 10px;
}

.b-table .table th.is-sticky {
  position: sticky;
  left: 0;
  z-index: 3 !important;
  background: white;
}

.b-table .table tr.is-selected .checkbox input:checked + .check {
  background: white url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%237957d5' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
}

.b-table .table tr.is-selected .checkbox input + .check {
  border-color: white;
}

.b-table .table tr.is-empty:hover {
  background-color: transparent;
}

.b-table .table .chevron-cell {
  vertical-align: middle;
}

.b-table .table .checkbox-cell {
  width: 40px;
}

.b-table .table .checkbox-cell .checkbox {
  vertical-align: middle;
}

.b-table .table .checkbox-cell .checkbox .check {
  transition: none;
}

.b-table .table tr.detail {
  box-shadow: inset 0 1px 3px #dbdbdb;
  background: #fafafa;
}

.b-table .table tr.detail .detail-container {
  padding: 1rem;
}

.b-table .table:focus {
  border-color: #00aac3;
  box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25);
}

.b-table .table.is-bordered th.is-current-sort,
.b-table .table.is-bordered th.is-sortable:hover {
  border-color: #dbdbdb;
  background: whitesmoke;
}

.b-table .table td.is-sticky {
  position: sticky;
  left: 0;
  z-index: 1;
  background: white;
}

.b-table .level:not(.top) {
  padding-bottom: 1.5rem;
}

.b-table .table-wrapper.has-sticky-header {
  height: 300px;
  overflow-y: auto;
}

@media screen and (max-width: 768px) {
  .b-table .table-wrapper.has-sticky-header.has-mobile-cards {
    height: initial !important;
    overflow-y: initial !important;
  }
}
.b-table .table-wrapper.has-sticky-header tr:first-child th {
  position: sticky;
  top: 0;
  z-index: 2;
  background: white;
}

@media screen and (max-width: 768px) {
  .b-table .table-wrapper.has-mobile-cards thead {
    display: none;
  }

  .b-table .table-wrapper.has-mobile-cards tfoot th {
    border: 0;
    display: inherit;
  }

  .b-table .table-wrapper.has-mobile-cards tr {
    box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
    max-width: 100%;
    position: relative;
    display: block;
  }

  .b-table .table-wrapper.has-mobile-cards tr td {
    border: 0;
    display: inherit;
  }

  .b-table .table-wrapper.has-mobile-cards tr td:last-child {
    border-bottom: 0;
  }

  .b-table .table-wrapper.has-mobile-cards tr:not(:last-child) {
    margin-bottom: 1rem;
  }

  .b-table .table-wrapper.has-mobile-cards tr:not([class*=is-]) {
    background: inherit;
  }

  .b-table .table-wrapper.has-mobile-cards tr:not([class*=is-]):hover {
    background-color: inherit;
  }

  .b-table .table-wrapper.has-mobile-cards tr.detail {
    margin-top: -1rem;
  }

  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td {
    display: flex;
    width: auto;
    justify-content: space-between;
    text-align: right;
    border-bottom: 1px solid whitesmoke;
  }

  .b-table .table-wrapper.has-mobile-cards tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
    content: attr(data-label);
    font-weight: 600;
    padding-right: 0.5em;
    text-align: left;
  }
}
.b-table .table-wrapper.is-card-list thead {
  display: none;
}

.b-table .table-wrapper.is-card-list tfoot th {
  border: 0;
  display: inherit;
}

.b-table .table-wrapper.is-card-list tr {
  box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
  max-width: 100%;
  position: relative;
  display: block;
}

.b-table .table-wrapper.is-card-list tr td {
  border: 0;
  display: inherit;
}

.b-table .table-wrapper.is-card-list tr td:last-child {
  border-bottom: 0;
}

.b-table .table-wrapper.is-card-list tr:not(:last-child) {
  margin-bottom: 1rem;
}

.b-table .table-wrapper.is-card-list tr:not([class*=is-]) {
  background: inherit;
}

.b-table .table-wrapper.is-card-list tr:not([class*=is-]):hover {
  background-color: inherit;
}

.b-table .table-wrapper.is-card-list tr.detail {
  margin-top: -1rem;
}

.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td {
  display: flex;
  width: auto;
  justify-content: space-between;
  text-align: right;
  border-bottom: 1px solid whitesmoke;
}

.b-table .table-wrapper.is-card-list tr:not(.detail):not(.is-empty):not(.table-footer) td:before {
  content: attr(data-label);
  font-weight: 600;
  padding-right: 0.5em;
  text-align: left;
}

.b-table.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.5;
}

.b-table.is-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  position: absolute;
  top: 4em;
  left: calc(50% - 2.5em);
  width: 5em;
  height: 5em;
  border-width: 0.25em;
}

.b-tabs .tabs {
  margin-bottom: 0;
  flex-shrink: 0;
}

.b-tabs .tabs li.is-disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}

.b-tabs .tab-content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  border-top: 1px solid #00aac3;
}
.b-tabs .tab-content .border--bottom {
  border-bottom: 1px solid #00aac3;
}

.b-tabs .tab-content .tab-item {
  flex-shrink: 0;
  flex-basis: auto;
}

.b-tabs .tab-content.is-transitioning {
  overflow: hidden;
}

.b-tabs:not(:last-child) {
  margin-bottom: 1.5rem;
}

.b-tabs.is-fullwidth {
  width: 100%;
}

.b-tabs.is-vertical {
  display: flex;
  flex-direction: row;
}

.b-tabs.is-vertical > .tabs ul {
  flex-direction: column;
  border-bottom-color: transparent;
}

.b-tabs.is-vertical > .tabs ul li {
  width: 100%;
}

.b-tabs.is-vertical > .tabs ul li a {
  justify-content: left;
}

.b-tabs.is-vertical > .tabs.is-boxed li a {
  border-bottom-color: transparent !important;
  border-right-color: #dbdbdb !important;
  border-radius: 4px 0 0 4px;
}

.b-tabs.is-vertical > .tabs.is-boxed li.is-active a {
  border-bottom-color: #dbdbdb !important;
  border-right-color: transparent !important;
}

.b-tabs.is-vertical > .tabs.is-toggle li + li {
  margin-left: 0;
}

.b-tabs.is-vertical > .tabs.is-toggle li:first-child a {
  border-radius: 4px 4px 0 0;
}

.b-tabs.is-vertical > .tabs.is-toggle li:last-child a {
  border-radius: 0 0 4px 4px;
}

.b-tabs.is-vertical > .tabs.is-fullwidth li a {
  height: 100%;
}

.b-tabs.is-vertical > .tab-content {
  flex-grow: 1;
}

.b-tabs.is-vertical.is-right {
  flex-direction: row-reverse;
}

.b-tabs.is-vertical.is-right > .tabs ul a {
  flex-direction: row-reverse;
}

.b-tabs.is-vertical.is-right > .tabs ul a .icon:first-child {
  margin-right: 0;
  margin-left: 0.5em;
}

.b-tabs.is-vertical.is-right > .tabs.is-boxed li a {
  border-bottom-color: transparent !important;
  border-right-color: transparent !important;
  border-left-color: #dbdbdb !important;
  border-radius: 0 4px 4px 0;
}

.b-tabs.is-vertical.is-right > .tabs.is-boxed li.is-active a {
  border-bottom-color: #dbdbdb !important;
  border-right-color: #dbdbdb !important;
  border-left-color: transparent !important;
}

.b-tabs.is-multiline > .tabs ul {
  flex-wrap: wrap;
  flex-shrink: 1;
}

.tag .has-ellipsis {
  max-width: 10em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.tag .delete.is-white, .tag.is-delete.is-white {
  background: white;
}

.tag .delete.is-white:hover, .tag.is-delete.is-white:hover {
  background-color: #e6e6e6;
}

.tag .delete.is-black, .tag.is-delete.is-black {
  background: #0a0a0a;
}

.tag .delete.is-black:hover, .tag.is-delete.is-black:hover {
  background-color: black;
}

.tag .delete.is-light, .tag.is-delete.is-light {
  background: whitesmoke;
}

.tag .delete.is-light:hover, .tag.is-delete.is-light:hover {
  background-color: #dbdbdb;
}

.tag .delete.is-dark, .tag.is-delete.is-dark {
  background: #363636;
}

.tag .delete.is-dark:hover, .tag.is-delete.is-dark:hover {
  background-color: #1c1c1c;
}

.tag .delete.is-primary, .tag.is-delete.is-primary {
  background: #00aac3;
}

.tag .delete.is-primary:hover, .tag.is-delete.is-primary:hover {
  background-color: #5a32c7;
}

.tag .delete.is-link, .tag.is-delete.is-link {
  background: #00aac3;
}

.tag .delete.is-link:hover, .tag.is-delete.is-link:hover {
  background-color: #5a32c7;
}

.tag .delete.is-info, .tag.is-delete.is-info {
  background: #167df0;
}

.tag .delete.is-info:hover, .tag.is-delete.is-info:hover {
  background-color: #0d64c6;
}

.tag .delete.is-success, .tag.is-delete.is-success {
  background: #23d160;
}

.tag .delete.is-success:hover, .tag.is-delete.is-success:hover {
  background-color: #1ca64c;
}

.tag .delete.is-warning, .tag.is-delete.is-warning {
  background: #ffdd57;
}

.tag .delete.is-warning:hover, .tag.is-delete.is-warning:hover {
  background-color: #ffd324;
}

.tag .delete.is-danger, .tag.is-delete.is-danger {
  background: #ff3860;
}

.tag .delete.is-danger:hover, .tag.is-delete.is-danger:hover {
  background-color: #ff0537;
}

.taginput .taginput-container {
  display: flex;
}

.taginput .taginput-container.is-focusable {
  padding-bottom: 0;
  padding-top: calc(0.275em - 1px);
  padding-left: 0;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: auto;
  cursor: text;
}

.taginput .taginput-container:not(.is-focusable) {
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
  height: auto;
}

.taginput .taginput-container:not(.is-focusable).is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.taginput .taginput-container:not(.is-focusable).is-medium {
  font-size: 1.25rem;
}

.taginput .taginput-container:not(.is-focusable).is-large {
  font-size: 1.5rem;
}

.taginput .taginput-container > .tag,
.taginput .taginput-container > .tags {
  margin-left: 0.275rem;
  margin-bottom: calc(0.275em - 1px);
  font-size: 0.9em;
  height: 1.7em;
}

.taginput .taginput-container > .tag .tag,
.taginput .taginput-container > .tags .tag {
  margin-bottom: 0;
  font-size: 0.9em;
  height: 1.7em;
}

.taginput .taginput-container > .tag .tag.is-delete,
.taginput .taginput-container > .tags .tag.is-delete {
  width: 1.7em;
}

.taginput .taginput-container .autocomplete {
  position: static;
  flex: 1;
}

.taginput .taginput-container .autocomplete input {
  height: 1.7em;
  margin-bottom: calc(0.275em - 1px);
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  box-shadow: none;
  min-width: 8em;
}

.taginput .taginput-container .autocomplete input:focus {
  box-shadow: none !important;
}

.taginput .taginput-container .autocomplete .icon {
  height: 1.7em;
}

.taginput .taginput-container .autocomplete > .control.is-loading::after {
  top: 0.375em;
}

.timepicker .dropdown-menu {
  min-width: 0;
}

.timepicker .dropdown,
.timepicker .dropdown-trigger {
  width: 100%;
}

.timepicker .dropdown .input[readonly], .timepicker .dropdown .taginput .taginput-container.is-focusable[readonly], .taginput .timepicker .dropdown .taginput-container.is-focusable[readonly],
.timepicker .dropdown-trigger .input[readonly],
.timepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly],
.taginput .timepicker .dropdown-trigger .taginput-container.is-focusable[readonly] {
  cursor: pointer;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
}

.timepicker .dropdown .input[readonly]:focus, .timepicker .dropdown .taginput .taginput-container.is-focusable[readonly]:focus, .taginput .timepicker .dropdown .taginput-container.is-focusable[readonly]:focus, .timepicker .dropdown .input[readonly].is-focused, .timepicker .dropdown .taginput .taginput-container.is-focusable[readonly].is-focused, .taginput .timepicker .dropdown .taginput-container.is-focusable[readonly].is-focused, .timepicker .dropdown .input[readonly]:active, .timepicker .dropdown .taginput .taginput-container.is-focusable[readonly]:active, .taginput .timepicker .dropdown .taginput-container.is-focusable[readonly]:active, .timepicker .dropdown .input[readonly].is-active, .timepicker .dropdown .taginput .taginput-container.is-focusable[readonly].is-active, .taginput .timepicker .dropdown .taginput-container.is-focusable[readonly].is-active,
.timepicker .dropdown-trigger .input[readonly]:focus,
.timepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly]:focus,
.taginput .timepicker .dropdown-trigger .taginput-container.is-focusable[readonly]:focus,
.timepicker .dropdown-trigger .input[readonly].is-focused,
.timepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly].is-focused,
.taginput .timepicker .dropdown-trigger .taginput-container.is-focusable[readonly].is-focused,
.timepicker .dropdown-trigger .input[readonly]:active,
.timepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly]:active,
.taginput .timepicker .dropdown-trigger .taginput-container.is-focusable[readonly]:active,
.timepicker .dropdown-trigger .input[readonly].is-active,
.timepicker .dropdown-trigger .taginput .taginput-container.is-focusable[readonly].is-active,
.taginput .timepicker .dropdown-trigger .taginput-container.is-focusable[readonly].is-active {
  box-shadow: 0 0 0 0.125em rgba(121, 87, 213, 0.25);
}

.timepicker .dropdown.is-disabled {
  opacity: 1;
}

.timepicker .dropdown-item, .timepicker .dropdown .dropdown-menu .has-link a, .dropdown .dropdown-menu .has-link .timepicker a {
  font-size: inherit;
  padding: 0;
}

.timepicker .timepicker-footer {
  padding: 0 0.5rem 0 0.5rem;
}

.timepicker .dropdown-content .control {
  font-size: 1.25em;
  margin-right: 0 !important;
}

.timepicker .dropdown-content .control .select select {
  font-weight: 600;
  padding-right: calc(0.625em - 1px);
  border: 0;
}

.timepicker .dropdown-content .control .select select option:disabled {
  color: rgba(122, 122, 122, 0.7);
}

.timepicker .dropdown-content .control .select:after {
  display: none;
}

.timepicker .dropdown-content .control.is-colon {
  font-size: 1.7em;
}

.timepicker.is-small {
  border-radius: 2px;
  font-size: 0.75rem;
}

.timepicker.is-medium {
  font-size: 1.25rem;
}

.timepicker.is-large {
  font-size: 1.5rem;
}

.b-tooltip {
  position: relative;
  display: inline-flex;
}

.b-tooltip.is-top:before, .b-tooltip.is-top:after {
  top: auto;
  right: auto;
  bottom: calc(100% + 5px + 2px);
  left: 50%;
  transform: translateX(-50%);
}

.b-tooltip.is-top.is-white:before {
  border-top: 5px solid white;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}

.b-tooltip.is-top.is-black:before {
  border-top: 5px solid #0a0a0a;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}

.b-tooltip.is-top.is-light:before {
  border-top: 5px solid whitesmoke;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}

.b-tooltip.is-top.is-dark:before {
  border-top: 5px solid #363636;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}

.b-tooltip.is-top.is-primary:before {
  border-top: 5px solid #00aac3;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}

.b-tooltip.is-top.is-link:before {
  border-top: 5px solid #00aac3;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}

.b-tooltip.is-top.is-info:before {
  border-top: 5px solid #167df0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}

.b-tooltip.is-top.is-success:before {
  border-top: 5px solid #23d160;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}

.b-tooltip.is-top.is-warning:before {
  border-top: 5px solid #ffdd57;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}

.b-tooltip.is-top.is-danger:before {
  border-top: 5px solid #ff3860;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  bottom: calc(100% + 2px);
}

.b-tooltip.is-top.is-multiline.is-small:after {
  width: 180px;
}

.b-tooltip.is-top.is-multiline.is-medium:after {
  width: 240px;
}

.b-tooltip.is-top.is-multiline.is-large:after {
  width: 300px;
}

.b-tooltip.is-right:before, .b-tooltip.is-right:after {
  top: 50%;
  right: auto;
  bottom: auto;
  left: calc(100% + 5px + 2px);
  transform: translateY(-50%);
}

.b-tooltip.is-right.is-white:before {
  border-top: 5px solid transparent;
  border-right: 5px solid white;
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}

.b-tooltip.is-right.is-black:before {
  border-top: 5px solid transparent;
  border-right: 5px solid #0a0a0a;
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}

.b-tooltip.is-right.is-light:before {
  border-top: 5px solid transparent;
  border-right: 5px solid whitesmoke;
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}

.b-tooltip.is-right.is-dark:before {
  border-top: 5px solid transparent;
  border-right: 5px solid #363636;
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}

.b-tooltip.is-right.is-primary:before {
  border-top: 5px solid transparent;
  border-right: 5px solid #00aac3;
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}

.b-tooltip.is-right.is-link:before {
  border-top: 5px solid transparent;
  border-right: 5px solid #00aac3;
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}

.b-tooltip.is-right.is-info:before {
  border-top: 5px solid transparent;
  border-right: 5px solid #167df0;
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}

.b-tooltip.is-right.is-success:before {
  border-top: 5px solid transparent;
  border-right: 5px solid #23d160;
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}

.b-tooltip.is-right.is-warning:before {
  border-top: 5px solid transparent;
  border-right: 5px solid #ffdd57;
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}

.b-tooltip.is-right.is-danger:before {
  border-top: 5px solid transparent;
  border-right: 5px solid #ff3860;
  border-bottom: 5px solid transparent;
  left: calc(100% + 2px);
}

.b-tooltip.is-right.is-multiline.is-small:after {
  width: 180px;
}

.b-tooltip.is-right.is-multiline.is-medium:after {
  width: 240px;
}

.b-tooltip.is-right.is-multiline.is-large:after {
  width: 300px;
}

.b-tooltip.is-bottom:before, .b-tooltip.is-bottom:after {
  top: calc(100% + 5px + 2px);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}

.b-tooltip.is-bottom.is-white:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid white;
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}

.b-tooltip.is-bottom.is-black:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid #0a0a0a;
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}

.b-tooltip.is-bottom.is-light:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid whitesmoke;
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}

.b-tooltip.is-bottom.is-dark:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid #363636;
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}

.b-tooltip.is-bottom.is-primary:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid #00aac3;
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}

.b-tooltip.is-bottom.is-link:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid #00aac3;
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}

.b-tooltip.is-bottom.is-info:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid #167df0;
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}

.b-tooltip.is-bottom.is-success:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid #23d160;
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}

.b-tooltip.is-bottom.is-warning:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ffdd57;
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}

.b-tooltip.is-bottom.is-danger:before {
  border-right: 5px solid transparent;
  border-bottom: 5px solid #ff3860;
  border-left: 5px solid transparent;
  top: calc(100% + 2px);
}

.b-tooltip.is-bottom.is-multiline.is-small:after {
  width: 180px;
}

.b-tooltip.is-bottom.is-multiline.is-medium:after {
  width: 240px;
}

.b-tooltip.is-bottom.is-multiline.is-large:after {
  width: 300px;
}

.b-tooltip.is-left:before, .b-tooltip.is-left:after {
  top: 50%;
  right: calc(100% + 5px + 2px);
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}

.b-tooltip.is-left.is-white:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid white;
  right: calc(100% + 2px);
}

.b-tooltip.is-left.is-black:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #0a0a0a;
  right: calc(100% + 2px);
}

.b-tooltip.is-left.is-light:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid whitesmoke;
  right: calc(100% + 2px);
}

.b-tooltip.is-left.is-dark:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #363636;
  right: calc(100% + 2px);
}

.b-tooltip.is-left.is-primary:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #00aac3;
  right: calc(100% + 2px);
}

.b-tooltip.is-left.is-link:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #00aac3;
  right: calc(100% + 2px);
}

.b-tooltip.is-left.is-info:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #167df0;
  right: calc(100% + 2px);
}

.b-tooltip.is-left.is-success:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #23d160;
  right: calc(100% + 2px);
}

.b-tooltip.is-left.is-warning:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ffdd57;
  right: calc(100% + 2px);
}

.b-tooltip.is-left.is-danger:before {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #ff3860;
  right: calc(100% + 2px);
}

.b-tooltip.is-left.is-multiline.is-small:after {
  width: 180px;
}

.b-tooltip.is-left.is-multiline.is-medium:after {
  width: 240px;
}

.b-tooltip.is-left.is-multiline.is-large:after {
  width: 300px;
}

.b-tooltip:before, .b-tooltip:after {
  position: absolute;
  content: "";
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.b-tooltip:before {
  z-index: 39;
}

.b-tooltip:after {
  content: attr(data-label);
  width: auto;
  padding: 0.35rem 0.75rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 400;
  box-shadow: 0px 1px 2px 1px rgba(0, 1, 0, 0.2);
  z-index: 38;
  white-space: nowrap;
}

.b-tooltip:not([data-label=""]):hover:before, .b-tooltip:not([data-label=""]):hover:after {
  transition-delay: inherit;
  opacity: 1;
  visibility: visible;
}

.b-tooltip.is-white:after {
  background: white;
  color: #0a0a0a;
}

.b-tooltip.is-black:after {
  background: #0a0a0a;
  color: white;
}

.b-tooltip.is-light:after {
  background: whitesmoke;
  color: #363636;
}

.b-tooltip.is-dark:after {
  background: #363636;
  color: whitesmoke;
}

.b-tooltip.is-primary:after {
  background: #00aac3;
  color: white;
}

.b-tooltip.is-link:after {
  background: #00aac3;
  color: white;
}

.b-tooltip.is-info:after {
  background: #167df0;
  color: #fff;
}

.b-tooltip.is-success:after {
  background: #23d160;
  color: #fff;
}

.b-tooltip.is-warning:after {
  background: #ffdd57;
  color: rgba(0, 0, 0, 0.7);
}

.b-tooltip.is-danger:after {
  background: #ff3860;
  color: #fff;
}

.b-tooltip:not([data-label=""]).is-always:before, .b-tooltip:not([data-label=""]).is-always:after {
  opacity: 1;
  visibility: visible;
}

.b-tooltip.is-multiline:after {
  display: flex-block;
  text-align: center;
  white-space: normal;
}

.b-tooltip.is-dashed {
  border-bottom: 1px dashed #b5b5b5;
  cursor: default;
}

.b-tooltip.is-square:after {
  border-radius: 0;
}

.b-tooltip.is-animated:before, .b-tooltip.is-animated:after {
  transition: opacity 86ms ease-out, visibility 86ms ease-out;
}

.upload {
  position: relative;
  display: inline-flex;
}

.upload input[type=file] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: -1;
}

.upload .upload-draggable {
  cursor: pointer;
  padding: 0.25em;
  border: 1px dashed #b5b5b5;
  border-radius: 6px;
}

.upload .upload-draggable.is-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.upload .upload-draggable.is-loading {
  position: relative;
  pointer-events: none;
  opacity: 0.5;
}

.upload .upload-draggable.is-loading:after {
  animation: spinAround 500ms infinite linear;
  border: 2px solid #dbdbdb;
  border-radius: 290486px;
  border-right-color: transparent;
  border-top-color: transparent;
  content: "";
  display: block;
  height: 1em;
  position: relative;
  width: 1em;
  top: 0;
  left: calc(50% - 1.5em);
  width: 3em;
  height: 3em;
  border-width: 0.25em;
}

.upload .upload-draggable:hover.is-white, .upload .upload-draggable.is-hovered.is-white {
  border-color: white;
  background: rgba(255, 255, 255, 0.05);
}

.upload .upload-draggable:hover.is-black, .upload .upload-draggable.is-hovered.is-black {
  border-color: #0a0a0a;
  background: rgba(10, 10, 10, 0.05);
}

.upload .upload-draggable:hover.is-light, .upload .upload-draggable.is-hovered.is-light {
  border-color: whitesmoke;
  background: rgba(245, 245, 245, 0.05);
}

.upload .upload-draggable:hover.is-dark, .upload .upload-draggable.is-hovered.is-dark {
  border-color: #363636;
  background: rgba(54, 54, 54, 0.05);
}

.upload .upload-draggable:hover.is-primary, .upload .upload-draggable.is-hovered.is-primary {
  border-color: #00aac3;
  background: rgba(121, 87, 213, 0.05);
}

.upload .upload-draggable:hover.is-link, .upload .upload-draggable.is-hovered.is-link {
  border-color: #00aac3;
  background: rgba(121, 87, 213, 0.05);
}

.upload .upload-draggable:hover.is-info, .upload .upload-draggable.is-hovered.is-info {
  border-color: #167df0;
  background: rgba(22, 125, 240, 0.05);
}

.upload .upload-draggable:hover.is-success, .upload .upload-draggable.is-hovered.is-success {
  border-color: #23d160;
  background: rgba(35, 209, 96, 0.05);
}

.upload .upload-draggable:hover.is-warning, .upload .upload-draggable.is-hovered.is-warning {
  border-color: #ffdd57;
  background: rgba(255, 221, 87, 0.05);
}

.upload .upload-draggable:hover.is-danger, .upload .upload-draggable.is-hovered.is-danger {
  border-color: #ff3860;
  background: rgba(255, 56, 96, 0.05);
}

.upload .upload-draggable.is-expanded {
  width: 100%;
}

.upload.is-expanded {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .upload input[type=file] {
    z-index: auto;
  }

  .upload .upload-draggable + input[type=file] {
    z-index: -1;
  }
}
/*!
 * Bootstrap v4.6.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

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

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: 400;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "\2014\A0";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #6c757d;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.33333333%;
  max-width: 8.33333333%;
}

.col-2 {
  flex: 0 0 16.66666667%;
  max-width: 16.66666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333333%;
  max-width: 33.33333333%;
}

.col-5 {
  flex: 0 0 41.66666667%;
  max-width: 41.66666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333333%;
  max-width: 58.33333333%;
}

.col-8 {
  flex: 0 0 66.66666667%;
  max-width: 66.66666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333333%;
  max-width: 83.33333333%;
}

.col-11 {
  flex: 0 0 91.66666667%;
  max-width: 91.66666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.33333333%;
  }

  .offset-md-2 {
    margin-left: 16.66666667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333333%;
  }

  .offset-md-5 {
    margin-left: 41.66666667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333333%;
  }

  .offset-md-8 {
    margin-left: 66.66666667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333333%;
  }

  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.33333333%;
  }

  .offset-lg-2 {
    margin-left: 16.66666667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333333%;
  }

  .offset-lg-5 {
    margin-left: 41.66666667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333333%;
  }

  .offset-lg-8 {
    margin-left: 66.66666667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333333%;
  }

  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }

  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }

  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }

  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
  border-top: 2px solid #dee2e6;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #dee2e6;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff;
}
.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #7abaff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db;
}
.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
  background-color: #c8cbcf;
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb;
}
.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: #b1dfbb;
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb;
}
.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: #abdde5;
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba;
}
.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb;
}
.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: #f1b0b7;
}

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe;
}
.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #fbfcfc;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
  background-color: #ececf6;
}

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca;
}
.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
  background-color: #b9bbbe;
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
}
.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #343a40;
}
.table-dark th,
.table-dark td,
.table-dark thead th {
  border-color: #454d55;
}
.table-dark.table-bordered {
  border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}
.table-dark.table-hover tbody tr:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-sm > .table-bordered {
    border: 0;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-md > .table-bordered {
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-lg > .table-bordered {
    border: 0;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive-xl > .table-bordered {
    border: 0;
  }
}
.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.table-responsive > .table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::-moz-placeholder {
  color: #bec6cc;
  opacity: 1;
}
.form-control::placeholder {
  color: #bec6cc;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select.form-control:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .valid-tooltip, .form-row > [class*=col-] > .valid-tooltip {
  left: 5px;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated select.form-control:valid, select.form-control.is-valid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}
.form-row > .col > .invalid-tooltip, .form-row > [class*=col-] > .invalid-tooltip {
  left: 5px;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem) !important;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated select.form-control:invalid, select.form-control.is-invalid {
  padding-right: 3rem !important;
  background-position: right 1.5rem center;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.3125rem) !important;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") center right 1.75rem/calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
.form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn {
    transition: none;
  }
}
.btn:hover {
  color: #212529;
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}
a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #0069d9;
  border-color: #0062cc;
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}
.btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #fff;
  background-color: #5a6268;
  border-color: #545b62;
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5);
}

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:hover {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #138496;
  border-color: #117a8b;
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5);
}

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c82333;
  border-color: #bd2130;
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled, .btn-danger:disabled {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .show > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(216, 217, 219, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5);
}

.btn-outline-primary {
  color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #007bff;
  background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #6c757d;
  background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success {
  color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #17a2b8;
  background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #dc3545;
  background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > .btn-outline-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #007bff;
  text-decoration: none;
}
.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
  pointer-events: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}
.dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropdown-menu-left {
  right: auto;
  left: 0;
}

.dropdown-menu-right {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-sm-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-md-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-lg-right {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0;
  }

  .dropdown-menu-xl-right {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}
.dropleft .dropdown-toggle::after {
  display: none;
}
.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-menu[x-placement^=top], .dropdown-menu[x-placement^=right], .dropdown-menu[x-placement^=bottom], .dropdown-menu[x-placement^=left] {
  right: auto;
  bottom: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #16181b;
  text-decoration: none;
  background-color: #e9ecef;
}
.dropdown-item.active, .dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover,
.btn-group-vertical > .btn:hover {
  z-index: 1;
}
.btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:not(:first-child),
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropright .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropleft .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
  margin-bottom: 0;
}
.btn-group-toggle > .btn input[type=radio],
.btn-group-toggle > .btn input[type=checkbox],
.btn-group-toggle > .btn-group > .btn input[type=radio],
.btn-group-toggle > .btn-group > .btn input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-control-plaintext,
.input-group > .custom-select,
.input-group > .custom-file {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
  margin-bottom: 0;
}
.input-group > .form-control + .form-control,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .custom-file,
.input-group > .form-control-plaintext + .form-control,
.input-group > .form-control-plaintext + .custom-select,
.input-group > .form-control-plaintext + .custom-file,
.input-group > .custom-select + .form-control,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .custom-file,
.input-group > .custom-file + .form-control,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .custom-file {
  margin-left: -1px;
}
.input-group > .form-control:focus,
.input-group > .custom-select:focus,
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
  z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
  z-index: 4;
}
.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group > .custom-file {
  display: flex;
  align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label, .input-group > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .custom-select:not(:last-child),
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label,
.input-group:not(.has-validation) > .custom-file:not(:last-child) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > .form-control:nth-last-child(n+3),
.input-group.has-validation > .custom-select:nth-last-child(n+3),
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label,
.input-group.has-validation > .custom-file:nth-last-child(n+3) .custom-file-label::after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-prepend,
.input-group-append {
  display: flex;
}
.input-group-prepend .btn,
.input-group-append .btn {
  position: relative;
  z-index: 2;
}
.input-group-prepend .btn:focus,
.input-group-append .btn:focus {
  z-index: 3;
}
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .btn,
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .btn {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.input-group-text input[type=radio],
.input-group-text input[type=checkbox] {
  margin-top: 0;
}

.input-group-lg > .form-control:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1rem + 2px);
}

.input-group-lg > .form-control,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-sm > .form-control:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 0.5rem + 2px);
}

.input-group-sm > .form-control,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-lg > .custom-select,
.input-group-sm > .custom-select {
  padding-right: 1.75rem;
}

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .btn,
.input-group:not(.has-validation) > .input-group-append:not(:last-child) > .input-group-text,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .btn,
.input-group.has-validation > .input-group-append:nth-last-child(n+3) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  z-index: 1;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
  -webkit-print-color-adjust: exact;
          color-adjust: exact;
}

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}
.custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}
.custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
  color: #6c757d;
}
.custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
}
.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  background-color: #fff;
  border: #adb5bd solid 1px;
}
.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: -1.5rem;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background: 50%/50% 50% no-repeat;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #007bff;
  background-color: #007bff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-radio .custom-control-label::before {
  border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-switch {
  padding-left: 2.25rem;
}
.custom-switch .custom-control-label::before {
  left: -2.25rem;
  width: 1.75rem;
  pointer-events: all;
  border-radius: 0.5rem;
}
.custom-switch .custom-control-label::after {
  top: calc(0.25rem + 2px);
  left: calc(-2.25rem + 2px);
  width: calc(1rem - 4px);
  height: calc(1rem - 4px);
  background-color: #adb5bd;
  border-radius: 0.5rem;
  transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-switch .custom-control-label::after {
    transition: none;
  }
}
.custom-switch .custom-control-input:checked ~ .custom-control-label::after {
  background-color: #fff;
  transform: translateX(0.75rem);
}
.custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right 0.75rem center/8px 10px no-repeat;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}
.custom-select[multiple], .custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}
.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.custom-select::-ms-expand {
  display: none;
}
.custom-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}

.custom-select-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.custom-select-lg {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  margin: 0;
  overflow: hidden;
  opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-file-input[disabled] ~ .custom-file-label, .custom-file-input:disabled ~ .custom-file-label {
  background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label::after {
  content: "Browse";
}
.custom-file-input ~ .custom-file-label[data-browse]::after {
  content: attr(data-browse);
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  overflow: hidden;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}
.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(1.5em + 0.75rem);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
}

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.custom-range:focus {
  outline: 0;
}
.custom-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range:focus::-ms-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-range::-moz-focus-outer {
  border: 0;
}
.custom-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
          appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.custom-range::-webkit-slider-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
       appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.custom-range::-moz-range-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.custom-range::-ms-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: 0;
  margin-right: 0.2rem;
  margin-left: 0.2rem;
  background-color: #007bff;
  border: 0;
  border-radius: 1rem;
  -ms-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .custom-range::-ms-thumb {
    -ms-transition: none;
    transition: none;
  }
}
.custom-range::-ms-thumb:active {
  background-color: #b3d7ff;
}
.custom-range::-ms-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: transparent;
  border-color: transparent;
  border-width: 0.5rem;
}
.custom-range::-ms-fill-lower {
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
  margin-right: 15px;
  background-color: #dee2e6;
  border-radius: 1rem;
}
.custom-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-webkit-slider-runnable-track {
  cursor: default;
}
.custom-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}
.custom-range:disabled::-moz-range-track {
  cursor: default;
}
.custom-range:disabled::-ms-thumb {
  background-color: #adb5bd;
}

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .custom-control-label::before,
.custom-file-label,
.custom-select {
    transition: none;
  }
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar .container,
.navbar .container-fluid,
.navbar .container-sm,
.navbar .container-md,
.navbar .container-lg,
.navbar .container-xl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: 50%/100% 100% no-repeat;
}

.navbar-nav-scroll {
  max-height: 75vh;
  overflow-y: auto;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
.navbar-expand-sm > .container-fluid,
.navbar-expand-sm > .container-sm,
.navbar-expand-sm > .container-md,
.navbar-expand-sm > .container-lg,
.navbar-expand-sm > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
.navbar-expand-md > .container-fluid,
.navbar-expand-md > .container-sm,
.navbar-expand-md > .container-md,
.navbar-expand-md > .container-lg,
.navbar-expand-md > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
.navbar-expand-lg > .container-fluid,
.navbar-expand-lg > .container-sm,
.navbar-expand-lg > .container-md,
.navbar-expand-lg > .container-lg,
.navbar-expand-lg > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
.navbar-expand-xl > .container-fluid,
.navbar-expand-xl > .container-sm,
.navbar-expand-xl > .container-md,
.navbar-expand-xl > .container-lg,
.navbar-expand-xl > .container-xl {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid,
.navbar-expand > .container-sm,
.navbar-expand > .container-md,
.navbar-expand > .container-lg,
.navbar-expand > .container-xl {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    flex: 1 0 0%;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group > .card {
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
.card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
.card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
.card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
.card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-columns {
    -moz-column-count: 3;
         column-count: 3;
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion {
  overflow-anchor: none;
}
.accordion > .card {
  overflow: hidden;
}
.accordion > .card:not(:last-of-type) {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion > .card > .card-header {
  border-radius: 0;
  margin-bottom: -1px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: underline;
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #007bff;
  background-color: #fff;
  border: 1px solid #dee2e6;
}
.page-link:hover {
  z-index: 2;
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .badge {
    transition: none;
  }
}
a.badge:hover, a.badge:focus {
  text-decoration: none;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #007bff;
}
a.badge-primary:hover, a.badge-primary:focus {
  color: #fff;
  background-color: #0062cc;
}
a.badge-primary:focus, a.badge-primary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}
a.badge-secondary:hover, a.badge-secondary:focus {
  color: #fff;
  background-color: #545b62;
}
a.badge-secondary:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}
a.badge-success:hover, a.badge-success:focus {
  color: #fff;
  background-color: #1e7e34;
}
a.badge-success:focus, a.badge-success.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
a.badge-info:hover, a.badge-info:focus {
  color: #fff;
  background-color: #117a8b;
}
a.badge-info:focus, a.badge-info.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}
a.badge-warning:hover, a.badge-warning:focus {
  color: #212529;
  background-color: #d39e00;
}
a.badge-warning:focus, a.badge-warning.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
a.badge-danger:hover, a.badge-danger:focus {
  color: #fff;
  background-color: #bd2130;
}
a.badge-danger:focus, a.badge-danger.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}
a.badge-light:hover, a.badge-light:focus {
  color: #212529;
  background-color: #dae0e5;
}
a.badge-light:focus, a.badge-light.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}
a.badge-dark:hover, a.badge-dark:focus {
  color: #fff;
  background-color: #1d2124;
}
a.badge-dark:focus, a.badge-dark.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}
@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}
.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}
.alert-primary hr {
  border-top-color: #9fcdff;
}
.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}
.alert-secondary hr {
  border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}
.alert-success hr {
  border-top-color: #b1dfbb;
}
.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}
.alert-info hr {
  border-top-color: #abdde5;
}
.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}
.alert-warning hr {
  border-top-color: #ffe8a1;
}
.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.alert-danger hr {
  border-top-color: #f1b0b7;
}
.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light hr {
  border-top-color: #ececf6;
}
.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}
.alert-dark hr {
  border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
  color: #040505;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  line-height: 0;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #007bff;
  transition: width 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar {
    transition: none;
  }
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}
@media (prefers-reduced-motion: reduce) {
  .progress-bar-animated {
    animation: none;
  }
}

.media {
  display: flex;
  align-items: flex-start;
}

.media-body {
  flex: 1;
}

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0.25rem;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}
.list-group-item-action:hover, .list-group-item-action:focus {
  z-index: 1;
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}
.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.list-group-item:last-child {
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.list-group-item.disabled, .list-group-item:disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
}
.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}

.list-group-horizontal {
  flex-direction: row;
}
.list-group-horizontal > .list-group-item:first-child {
  border-bottom-left-radius: 0.25rem;
  border-top-right-radius: 0;
}
.list-group-horizontal > .list-group-item:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-left-radius: 0;
}
.list-group-horizontal > .list-group-item.active {
  margin-top: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item {
  border-top-width: 1px;
  border-left-width: 0;
}
.list-group-horizontal > .list-group-item + .list-group-item.active {
  margin-left: -1px;
  border-left-width: 1px;
}

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
}
.list-group-flush {
  border-radius: 0;
}
.list-group-flush > .list-group-item {
  border-width: 0 0 1px;
}
.list-group-flush > .list-group-item:last-child {
  border-bottom-width: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #004085;
  background-color: #9fcdff;
}
.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #383d41;
  background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #155724;
  background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #0c5460;
  background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #856404;
  background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #721c24;
  background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #818182;
  background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #1b1e21;
  background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}
.close:hover {
  color: #000;
  text-decoration: none;
}
.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
  opacity: 0.75;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
}

a.close.disabled {
  pointer-events: none;
}

.toast {
  flex-basis: 350px;
  max-width: 350px;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.toast-body {
  padding: 0.75rem;
}

.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: calc(100vh - 1rem);
  overflow: hidden;
}
.modal-dialog-scrollable .modal-header,
.modal-dialog-scrollable .modal-footer {
  flex-shrink: 0;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}
.modal-dialog-centered::before {
  display: block;
  height: calc(100vh - 1rem);
  height: -moz-min-content;
  height: min-content;
  content: "";
}
.modal-dialog-centered.modal-dialog-scrollable {
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.modal-dialog-centered.modal-dialog-scrollable .modal-content {
  max-height: none;
}
.modal-dialog-centered.modal-dialog-scrollable::before {
  content: none;
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem);
  }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered::before {
    height: calc(100vh - 3.5rem);
    height: -moz-min-content;
    height: min-content;
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}
.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[x-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^=top] .arrow {
  bottom: 0;
}
.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^=top] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-right, .bs-tooltip-auto[x-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^=right] .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^=right] .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^=bottom] .arrow {
  top: 0;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-left, .bs-tooltip-auto[x-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^=left] .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^=left] .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}
.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}
.popover .arrow::before, .popover .arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top, .bs-popover-auto[x-placement^=top] {
  margin-bottom: 0.5rem;
}
.bs-popover-top > .arrow, .bs-popover-auto[x-placement^=top] > .arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .arrow::before, .bs-popover-auto[x-placement^=top] > .arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-top > .arrow::after, .bs-popover-auto[x-placement^=top] > .arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #fff;
}

.bs-popover-right, .bs-popover-auto[x-placement^=right] {
  margin-left: 0.5rem;
}
.bs-popover-right > .arrow, .bs-popover-auto[x-placement^=right] > .arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-right > .arrow::before, .bs-popover-auto[x-placement^=right] > .arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-right > .arrow::after, .bs-popover-auto[x-placement^=right] > .arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #fff;
}

.bs-popover-bottom, .bs-popover-auto[x-placement^=bottom] {
  margin-top: 0.5rem;
}
.bs-popover-bottom > .arrow, .bs-popover-auto[x-placement^=bottom] > .arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .arrow::before, .bs-popover-auto[x-placement^=bottom] > .arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-bottom > .arrow::after, .bs-popover-auto[x-placement^=bottom] > .arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #fff;
}
.bs-popover-bottom .popover-header::before, .bs-popover-auto[x-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-left, .bs-popover-auto[x-placement^=left] {
  margin-right: 0.5rem;
}
.bs-popover-left > .arrow, .bs-popover-auto[x-placement^=left] > .arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}
.bs-popover-left > .arrow::before, .bs-popover-auto[x-placement^=left] > .arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-left > .arrow::after, .bs-popover-auto[x-placement^=left] > .arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel.pointer-event {
  touch-action: pan-y;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner::after {
  display: block;
  clear: both;
  content: "";
}

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-item {
    transition: none;
  }
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block;
}

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%);
}

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    transition: none;
  }
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  opacity: 0.5;
  transition: opacity 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-control-prev,
.carousel-control-next {
    transition: none;
  }
}
.carousel-control-prev:hover, .carousel-control-prev:focus,
.carousel-control-next:hover,
.carousel-control-next:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: 50%/100% 100% no-repeat;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}
.carousel-indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5;
  transition: opacity 0.6s ease;
}
@media (prefers-reduced-motion: reduce) {
  .carousel-indicators li {
    transition: none;
  }
}
.carousel-indicators .active {
  opacity: 1;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg);
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
.spinner-grow {
    animation-duration: 1.5s;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.85714286%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}
.user-select-all {
  -webkit-user-select: all !important;
     -moz-user-select: all !important;
          user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
     -moz-user-select: auto !important;
          user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
          user-select: none !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.vw-100 {
  width: 100vw !important;
}

.vh-100 {
  height: 100vh !important;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }

  .mt-sm-0,
.my-sm-0 {
    margin-top: 0 !important;
  }

  .mr-sm-0,
.mx-sm-0 {
    margin-right: 0 !important;
  }

  .mb-sm-0,
.my-sm-0 {
    margin-bottom: 0 !important;
  }

  .ml-sm-0,
.mx-sm-0 {
    margin-left: 0 !important;
  }

  .m-sm-1 {
    margin: 0.25rem !important;
  }

  .mt-sm-1,
.my-sm-1 {
    margin-top: 0.25rem !important;
  }

  .mr-sm-1,
.mx-sm-1 {
    margin-right: 0.25rem !important;
  }

  .mb-sm-1,
.my-sm-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-sm-1,
.mx-sm-1 {
    margin-left: 0.25rem !important;
  }

  .m-sm-2 {
    margin: 0.5rem !important;
  }

  .mt-sm-2,
.my-sm-2 {
    margin-top: 0.5rem !important;
  }

  .mr-sm-2,
.mx-sm-2 {
    margin-right: 0.5rem !important;
  }

  .mb-sm-2,
.my-sm-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-sm-2,
.mx-sm-2 {
    margin-left: 0.5rem !important;
  }

  .m-sm-3 {
    margin: 1rem !important;
  }

  .mt-sm-3,
.my-sm-3 {
    margin-top: 1rem !important;
  }

  .mr-sm-3,
.mx-sm-3 {
    margin-right: 1rem !important;
  }

  .mb-sm-3,
.my-sm-3 {
    margin-bottom: 1rem !important;
  }

  .ml-sm-3,
.mx-sm-3 {
    margin-left: 1rem !important;
  }

  .m-sm-4 {
    margin: 1.5rem !important;
  }

  .mt-sm-4,
.my-sm-4 {
    margin-top: 1.5rem !important;
  }

  .mr-sm-4,
.mx-sm-4 {
    margin-right: 1.5rem !important;
  }

  .mb-sm-4,
.my-sm-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-sm-4,
.mx-sm-4 {
    margin-left: 1.5rem !important;
  }

  .m-sm-5 {
    margin: 3rem !important;
  }

  .mt-sm-5,
.my-sm-5 {
    margin-top: 3rem !important;
  }

  .mr-sm-5,
.mx-sm-5 {
    margin-right: 3rem !important;
  }

  .mb-sm-5,
.my-sm-5 {
    margin-bottom: 3rem !important;
  }

  .ml-sm-5,
.mx-sm-5 {
    margin-left: 3rem !important;
  }

  .p-sm-0 {
    padding: 0 !important;
  }

  .pt-sm-0,
.py-sm-0 {
    padding-top: 0 !important;
  }

  .pr-sm-0,
.px-sm-0 {
    padding-right: 0 !important;
  }

  .pb-sm-0,
.py-sm-0 {
    padding-bottom: 0 !important;
  }

  .pl-sm-0,
.px-sm-0 {
    padding-left: 0 !important;
  }

  .p-sm-1 {
    padding: 0.25rem !important;
  }

  .pt-sm-1,
.py-sm-1 {
    padding-top: 0.25rem !important;
  }

  .pr-sm-1,
.px-sm-1 {
    padding-right: 0.25rem !important;
  }

  .pb-sm-1,
.py-sm-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-sm-1,
.px-sm-1 {
    padding-left: 0.25rem !important;
  }

  .p-sm-2 {
    padding: 0.5rem !important;
  }

  .pt-sm-2,
.py-sm-2 {
    padding-top: 0.5rem !important;
  }

  .pr-sm-2,
.px-sm-2 {
    padding-right: 0.5rem !important;
  }

  .pb-sm-2,
.py-sm-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-sm-2,
.px-sm-2 {
    padding-left: 0.5rem !important;
  }

  .p-sm-3 {
    padding: 1rem !important;
  }

  .pt-sm-3,
.py-sm-3 {
    padding-top: 1rem !important;
  }

  .pr-sm-3,
.px-sm-3 {
    padding-right: 1rem !important;
  }

  .pb-sm-3,
.py-sm-3 {
    padding-bottom: 1rem !important;
  }

  .pl-sm-3,
.px-sm-3 {
    padding-left: 1rem !important;
  }

  .p-sm-4 {
    padding: 1.5rem !important;
  }

  .pt-sm-4,
.py-sm-4 {
    padding-top: 1.5rem !important;
  }

  .pr-sm-4,
.px-sm-4 {
    padding-right: 1.5rem !important;
  }

  .pb-sm-4,
.py-sm-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-sm-4,
.px-sm-4 {
    padding-left: 1.5rem !important;
  }

  .p-sm-5 {
    padding: 3rem !important;
  }

  .pt-sm-5,
.py-sm-5 {
    padding-top: 3rem !important;
  }

  .pr-sm-5,
.px-sm-5 {
    padding-right: 3rem !important;
  }

  .pb-sm-5,
.py-sm-5 {
    padding-bottom: 3rem !important;
  }

  .pl-sm-5,
.px-sm-5 {
    padding-left: 3rem !important;
  }

  .m-sm-n1 {
    margin: -0.25rem !important;
  }

  .mt-sm-n1,
.my-sm-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-sm-n1,
.mx-sm-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-sm-n1,
.my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-sm-n1,
.mx-sm-n1 {
    margin-left: -0.25rem !important;
  }

  .m-sm-n2 {
    margin: -0.5rem !important;
  }

  .mt-sm-n2,
.my-sm-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-sm-n2,
.mx-sm-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-sm-n2,
.my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-sm-n2,
.mx-sm-n2 {
    margin-left: -0.5rem !important;
  }

  .m-sm-n3 {
    margin: -1rem !important;
  }

  .mt-sm-n3,
.my-sm-n3 {
    margin-top: -1rem !important;
  }

  .mr-sm-n3,
.mx-sm-n3 {
    margin-right: -1rem !important;
  }

  .mb-sm-n3,
.my-sm-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-sm-n3,
.mx-sm-n3 {
    margin-left: -1rem !important;
  }

  .m-sm-n4 {
    margin: -1.5rem !important;
  }

  .mt-sm-n4,
.my-sm-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-sm-n4,
.mx-sm-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-sm-n4,
.my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-sm-n4,
.mx-sm-n4 {
    margin-left: -1.5rem !important;
  }

  .m-sm-n5 {
    margin: -3rem !important;
  }

  .mt-sm-n5,
.my-sm-n5 {
    margin-top: -3rem !important;
  }

  .mr-sm-n5,
.mx-sm-n5 {
    margin-right: -3rem !important;
  }

  .mb-sm-n5,
.my-sm-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-sm-n5,
.mx-sm-n5 {
    margin-left: -3rem !important;
  }

  .m-sm-auto {
    margin: auto !important;
  }

  .mt-sm-auto,
.my-sm-auto {
    margin-top: auto !important;
  }

  .mr-sm-auto,
.mx-sm-auto {
    margin-right: auto !important;
  }

  .mb-sm-auto,
.my-sm-auto {
    margin-bottom: auto !important;
  }

  .ml-sm-auto,
.mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }

  .mt-md-0,
.my-md-0 {
    margin-top: 0 !important;
  }

  .mr-md-0,
.mx-md-0 {
    margin-right: 0 !important;
  }

  .mb-md-0,
.my-md-0 {
    margin-bottom: 0 !important;
  }

  .ml-md-0,
.mx-md-0 {
    margin-left: 0 !important;
  }

  .m-md-1 {
    margin: 0.25rem !important;
  }

  .mt-md-1,
.my-md-1 {
    margin-top: 0.25rem !important;
  }

  .mr-md-1,
.mx-md-1 {
    margin-right: 0.25rem !important;
  }

  .mb-md-1,
.my-md-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-md-1,
.mx-md-1 {
    margin-left: 0.25rem !important;
  }

  .m-md-2 {
    margin: 0.5rem !important;
  }

  .mt-md-2,
.my-md-2 {
    margin-top: 0.5rem !important;
  }

  .mr-md-2,
.mx-md-2 {
    margin-right: 0.5rem !important;
  }

  .mb-md-2,
.my-md-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-md-2,
.mx-md-2 {
    margin-left: 0.5rem !important;
  }

  .m-md-3 {
    margin: 1rem !important;
  }

  .mt-md-3,
.my-md-3 {
    margin-top: 1rem !important;
  }

  .mr-md-3,
.mx-md-3 {
    margin-right: 1rem !important;
  }

  .mb-md-3,
.my-md-3 {
    margin-bottom: 1rem !important;
  }

  .ml-md-3,
.mx-md-3 {
    margin-left: 1rem !important;
  }

  .m-md-4 {
    margin: 1.5rem !important;
  }

  .mt-md-4,
.my-md-4 {
    margin-top: 1.5rem !important;
  }

  .mr-md-4,
.mx-md-4 {
    margin-right: 1.5rem !important;
  }

  .mb-md-4,
.my-md-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-md-4,
.mx-md-4 {
    margin-left: 1.5rem !important;
  }

  .m-md-5 {
    margin: 3rem !important;
  }

  .mt-md-5,
.my-md-5 {
    margin-top: 3rem !important;
  }

  .mr-md-5,
.mx-md-5 {
    margin-right: 3rem !important;
  }

  .mb-md-5,
.my-md-5 {
    margin-bottom: 3rem !important;
  }

  .ml-md-5,
.mx-md-5 {
    margin-left: 3rem !important;
  }

  .p-md-0 {
    padding: 0 !important;
  }

  .pt-md-0,
.py-md-0 {
    padding-top: 0 !important;
  }

  .pr-md-0,
.px-md-0 {
    padding-right: 0 !important;
  }

  .pb-md-0,
.py-md-0 {
    padding-bottom: 0 !important;
  }

  .pl-md-0,
.px-md-0 {
    padding-left: 0 !important;
  }

  .p-md-1 {
    padding: 0.25rem !important;
  }

  .pt-md-1,
.py-md-1 {
    padding-top: 0.25rem !important;
  }

  .pr-md-1,
.px-md-1 {
    padding-right: 0.25rem !important;
  }

  .pb-md-1,
.py-md-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-md-1,
.px-md-1 {
    padding-left: 0.25rem !important;
  }

  .p-md-2 {
    padding: 0.5rem !important;
  }

  .pt-md-2,
.py-md-2 {
    padding-top: 0.5rem !important;
  }

  .pr-md-2,
.px-md-2 {
    padding-right: 0.5rem !important;
  }

  .pb-md-2,
.py-md-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-md-2,
.px-md-2 {
    padding-left: 0.5rem !important;
  }

  .p-md-3 {
    padding: 1rem !important;
  }

  .pt-md-3,
.py-md-3 {
    padding-top: 1rem !important;
  }

  .pr-md-3,
.px-md-3 {
    padding-right: 1rem !important;
  }

  .pb-md-3,
.py-md-3 {
    padding-bottom: 1rem !important;
  }

  .pl-md-3,
.px-md-3 {
    padding-left: 1rem !important;
  }

  .p-md-4 {
    padding: 1.5rem !important;
  }

  .pt-md-4,
.py-md-4 {
    padding-top: 1.5rem !important;
  }

  .pr-md-4,
.px-md-4 {
    padding-right: 1.5rem !important;
  }

  .pb-md-4,
.py-md-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-md-4,
.px-md-4 {
    padding-left: 1.5rem !important;
  }

  .p-md-5 {
    padding: 3rem !important;
  }

  .pt-md-5,
.py-md-5 {
    padding-top: 3rem !important;
  }

  .pr-md-5,
.px-md-5 {
    padding-right: 3rem !important;
  }

  .pb-md-5,
.py-md-5 {
    padding-bottom: 3rem !important;
  }

  .pl-md-5,
.px-md-5 {
    padding-left: 3rem !important;
  }

  .m-md-n1 {
    margin: -0.25rem !important;
  }

  .mt-md-n1,
.my-md-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-md-n1,
.mx-md-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-md-n1,
.my-md-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-md-n1,
.mx-md-n1 {
    margin-left: -0.25rem !important;
  }

  .m-md-n2 {
    margin: -0.5rem !important;
  }

  .mt-md-n2,
.my-md-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-md-n2,
.mx-md-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-md-n2,
.my-md-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-md-n2,
.mx-md-n2 {
    margin-left: -0.5rem !important;
  }

  .m-md-n3 {
    margin: -1rem !important;
  }

  .mt-md-n3,
.my-md-n3 {
    margin-top: -1rem !important;
  }

  .mr-md-n3,
.mx-md-n3 {
    margin-right: -1rem !important;
  }

  .mb-md-n3,
.my-md-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-md-n3,
.mx-md-n3 {
    margin-left: -1rem !important;
  }

  .m-md-n4 {
    margin: -1.5rem !important;
  }

  .mt-md-n4,
.my-md-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-md-n4,
.mx-md-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-md-n4,
.my-md-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-md-n4,
.mx-md-n4 {
    margin-left: -1.5rem !important;
  }

  .m-md-n5 {
    margin: -3rem !important;
  }

  .mt-md-n5,
.my-md-n5 {
    margin-top: -3rem !important;
  }

  .mr-md-n5,
.mx-md-n5 {
    margin-right: -3rem !important;
  }

  .mb-md-n5,
.my-md-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-md-n5,
.mx-md-n5 {
    margin-left: -3rem !important;
  }

  .m-md-auto {
    margin: auto !important;
  }

  .mt-md-auto,
.my-md-auto {
    margin-top: auto !important;
  }

  .mr-md-auto,
.mx-md-auto {
    margin-right: auto !important;
  }

  .mb-md-auto,
.my-md-auto {
    margin-bottom: auto !important;
  }

  .ml-md-auto,
.mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }

  .mt-lg-0,
.my-lg-0 {
    margin-top: 0 !important;
  }

  .mr-lg-0,
.mx-lg-0 {
    margin-right: 0 !important;
  }

  .mb-lg-0,
.my-lg-0 {
    margin-bottom: 0 !important;
  }

  .ml-lg-0,
.mx-lg-0 {
    margin-left: 0 !important;
  }

  .m-lg-1 {
    margin: 0.25rem !important;
  }

  .mt-lg-1,
.my-lg-1 {
    margin-top: 0.25rem !important;
  }

  .mr-lg-1,
.mx-lg-1 {
    margin-right: 0.25rem !important;
  }

  .mb-lg-1,
.my-lg-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-lg-1,
.mx-lg-1 {
    margin-left: 0.25rem !important;
  }

  .m-lg-2 {
    margin: 0.5rem !important;
  }

  .mt-lg-2,
.my-lg-2 {
    margin-top: 0.5rem !important;
  }

  .mr-lg-2,
.mx-lg-2 {
    margin-right: 0.5rem !important;
  }

  .mb-lg-2,
.my-lg-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-lg-2,
.mx-lg-2 {
    margin-left: 0.5rem !important;
  }

  .m-lg-3 {
    margin: 1rem !important;
  }

  .mt-lg-3,
.my-lg-3 {
    margin-top: 1rem !important;
  }

  .mr-lg-3,
.mx-lg-3 {
    margin-right: 1rem !important;
  }

  .mb-lg-3,
.my-lg-3 {
    margin-bottom: 1rem !important;
  }

  .ml-lg-3,
.mx-lg-3 {
    margin-left: 1rem !important;
  }

  .m-lg-4 {
    margin: 1.5rem !important;
  }

  .mt-lg-4,
.my-lg-4 {
    margin-top: 1.5rem !important;
  }

  .mr-lg-4,
.mx-lg-4 {
    margin-right: 1.5rem !important;
  }

  .mb-lg-4,
.my-lg-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-lg-4,
.mx-lg-4 {
    margin-left: 1.5rem !important;
  }

  .m-lg-5 {
    margin: 3rem !important;
  }

  .mt-lg-5,
.my-lg-5 {
    margin-top: 3rem !important;
  }

  .mr-lg-5,
.mx-lg-5 {
    margin-right: 3rem !important;
  }

  .mb-lg-5,
.my-lg-5 {
    margin-bottom: 3rem !important;
  }

  .ml-lg-5,
.mx-lg-5 {
    margin-left: 3rem !important;
  }

  .p-lg-0 {
    padding: 0 !important;
  }

  .pt-lg-0,
.py-lg-0 {
    padding-top: 0 !important;
  }

  .pr-lg-0,
.px-lg-0 {
    padding-right: 0 !important;
  }

  .pb-lg-0,
.py-lg-0 {
    padding-bottom: 0 !important;
  }

  .pl-lg-0,
.px-lg-0 {
    padding-left: 0 !important;
  }

  .p-lg-1 {
    padding: 0.25rem !important;
  }

  .pt-lg-1,
.py-lg-1 {
    padding-top: 0.25rem !important;
  }

  .pr-lg-1,
.px-lg-1 {
    padding-right: 0.25rem !important;
  }

  .pb-lg-1,
.py-lg-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-lg-1,
.px-lg-1 {
    padding-left: 0.25rem !important;
  }

  .p-lg-2 {
    padding: 0.5rem !important;
  }

  .pt-lg-2,
.py-lg-2 {
    padding-top: 0.5rem !important;
  }

  .pr-lg-2,
.px-lg-2 {
    padding-right: 0.5rem !important;
  }

  .pb-lg-2,
.py-lg-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-lg-2,
.px-lg-2 {
    padding-left: 0.5rem !important;
  }

  .p-lg-3 {
    padding: 1rem !important;
  }

  .pt-lg-3,
.py-lg-3 {
    padding-top: 1rem !important;
  }

  .pr-lg-3,
.px-lg-3 {
    padding-right: 1rem !important;
  }

  .pb-lg-3,
.py-lg-3 {
    padding-bottom: 1rem !important;
  }

  .pl-lg-3,
.px-lg-3 {
    padding-left: 1rem !important;
  }

  .p-lg-4 {
    padding: 1.5rem !important;
  }

  .pt-lg-4,
.py-lg-4 {
    padding-top: 1.5rem !important;
  }

  .pr-lg-4,
.px-lg-4 {
    padding-right: 1.5rem !important;
  }

  .pb-lg-4,
.py-lg-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-lg-4,
.px-lg-4 {
    padding-left: 1.5rem !important;
  }

  .p-lg-5 {
    padding: 3rem !important;
  }

  .pt-lg-5,
.py-lg-5 {
    padding-top: 3rem !important;
  }

  .pr-lg-5,
.px-lg-5 {
    padding-right: 3rem !important;
  }

  .pb-lg-5,
.py-lg-5 {
    padding-bottom: 3rem !important;
  }

  .pl-lg-5,
.px-lg-5 {
    padding-left: 3rem !important;
  }

  .m-lg-n1 {
    margin: -0.25rem !important;
  }

  .mt-lg-n1,
.my-lg-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-lg-n1,
.mx-lg-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-lg-n1,
.my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-lg-n1,
.mx-lg-n1 {
    margin-left: -0.25rem !important;
  }

  .m-lg-n2 {
    margin: -0.5rem !important;
  }

  .mt-lg-n2,
.my-lg-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-lg-n2,
.mx-lg-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-lg-n2,
.my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-lg-n2,
.mx-lg-n2 {
    margin-left: -0.5rem !important;
  }

  .m-lg-n3 {
    margin: -1rem !important;
  }

  .mt-lg-n3,
.my-lg-n3 {
    margin-top: -1rem !important;
  }

  .mr-lg-n3,
.mx-lg-n3 {
    margin-right: -1rem !important;
  }

  .mb-lg-n3,
.my-lg-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-lg-n3,
.mx-lg-n3 {
    margin-left: -1rem !important;
  }

  .m-lg-n4 {
    margin: -1.5rem !important;
  }

  .mt-lg-n4,
.my-lg-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-lg-n4,
.mx-lg-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-lg-n4,
.my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-lg-n4,
.mx-lg-n4 {
    margin-left: -1.5rem !important;
  }

  .m-lg-n5 {
    margin: -3rem !important;
  }

  .mt-lg-n5,
.my-lg-n5 {
    margin-top: -3rem !important;
  }

  .mr-lg-n5,
.mx-lg-n5 {
    margin-right: -3rem !important;
  }

  .mb-lg-n5,
.my-lg-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-lg-n5,
.mx-lg-n5 {
    margin-left: -3rem !important;
  }

  .m-lg-auto {
    margin: auto !important;
  }

  .mt-lg-auto,
.my-lg-auto {
    margin-top: auto !important;
  }

  .mr-lg-auto,
.mx-lg-auto {
    margin-right: auto !important;
  }

  .mb-lg-auto,
.my-lg-auto {
    margin-bottom: auto !important;
  }

  .ml-lg-auto,
.mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }

  .mt-xl-0,
.my-xl-0 {
    margin-top: 0 !important;
  }

  .mr-xl-0,
.mx-xl-0 {
    margin-right: 0 !important;
  }

  .mb-xl-0,
.my-xl-0 {
    margin-bottom: 0 !important;
  }

  .ml-xl-0,
.mx-xl-0 {
    margin-left: 0 !important;
  }

  .m-xl-1 {
    margin: 0.25rem !important;
  }

  .mt-xl-1,
.my-xl-1 {
    margin-top: 0.25rem !important;
  }

  .mr-xl-1,
.mx-xl-1 {
    margin-right: 0.25rem !important;
  }

  .mb-xl-1,
.my-xl-1 {
    margin-bottom: 0.25rem !important;
  }

  .ml-xl-1,
.mx-xl-1 {
    margin-left: 0.25rem !important;
  }

  .m-xl-2 {
    margin: 0.5rem !important;
  }

  .mt-xl-2,
.my-xl-2 {
    margin-top: 0.5rem !important;
  }

  .mr-xl-2,
.mx-xl-2 {
    margin-right: 0.5rem !important;
  }

  .mb-xl-2,
.my-xl-2 {
    margin-bottom: 0.5rem !important;
  }

  .ml-xl-2,
.mx-xl-2 {
    margin-left: 0.5rem !important;
  }

  .m-xl-3 {
    margin: 1rem !important;
  }

  .mt-xl-3,
.my-xl-3 {
    margin-top: 1rem !important;
  }

  .mr-xl-3,
.mx-xl-3 {
    margin-right: 1rem !important;
  }

  .mb-xl-3,
.my-xl-3 {
    margin-bottom: 1rem !important;
  }

  .ml-xl-3,
.mx-xl-3 {
    margin-left: 1rem !important;
  }

  .m-xl-4 {
    margin: 1.5rem !important;
  }

  .mt-xl-4,
.my-xl-4 {
    margin-top: 1.5rem !important;
  }

  .mr-xl-4,
.mx-xl-4 {
    margin-right: 1.5rem !important;
  }

  .mb-xl-4,
.my-xl-4 {
    margin-bottom: 1.5rem !important;
  }

  .ml-xl-4,
.mx-xl-4 {
    margin-left: 1.5rem !important;
  }

  .m-xl-5 {
    margin: 3rem !important;
  }

  .mt-xl-5,
.my-xl-5 {
    margin-top: 3rem !important;
  }

  .mr-xl-5,
.mx-xl-5 {
    margin-right: 3rem !important;
  }

  .mb-xl-5,
.my-xl-5 {
    margin-bottom: 3rem !important;
  }

  .ml-xl-5,
.mx-xl-5 {
    margin-left: 3rem !important;
  }

  .p-xl-0 {
    padding: 0 !important;
  }

  .pt-xl-0,
.py-xl-0 {
    padding-top: 0 !important;
  }

  .pr-xl-0,
.px-xl-0 {
    padding-right: 0 !important;
  }

  .pb-xl-0,
.py-xl-0 {
    padding-bottom: 0 !important;
  }

  .pl-xl-0,
.px-xl-0 {
    padding-left: 0 !important;
  }

  .p-xl-1 {
    padding: 0.25rem !important;
  }

  .pt-xl-1,
.py-xl-1 {
    padding-top: 0.25rem !important;
  }

  .pr-xl-1,
.px-xl-1 {
    padding-right: 0.25rem !important;
  }

  .pb-xl-1,
.py-xl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pl-xl-1,
.px-xl-1 {
    padding-left: 0.25rem !important;
  }

  .p-xl-2 {
    padding: 0.5rem !important;
  }

  .pt-xl-2,
.py-xl-2 {
    padding-top: 0.5rem !important;
  }

  .pr-xl-2,
.px-xl-2 {
    padding-right: 0.5rem !important;
  }

  .pb-xl-2,
.py-xl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pl-xl-2,
.px-xl-2 {
    padding-left: 0.5rem !important;
  }

  .p-xl-3 {
    padding: 1rem !important;
  }

  .pt-xl-3,
.py-xl-3 {
    padding-top: 1rem !important;
  }

  .pr-xl-3,
.px-xl-3 {
    padding-right: 1rem !important;
  }

  .pb-xl-3,
.py-xl-3 {
    padding-bottom: 1rem !important;
  }

  .pl-xl-3,
.px-xl-3 {
    padding-left: 1rem !important;
  }

  .p-xl-4 {
    padding: 1.5rem !important;
  }

  .pt-xl-4,
.py-xl-4 {
    padding-top: 1.5rem !important;
  }

  .pr-xl-4,
.px-xl-4 {
    padding-right: 1.5rem !important;
  }

  .pb-xl-4,
.py-xl-4 {
    padding-bottom: 1.5rem !important;
  }

  .pl-xl-4,
.px-xl-4 {
    padding-left: 1.5rem !important;
  }

  .p-xl-5 {
    padding: 3rem !important;
  }

  .pt-xl-5,
.py-xl-5 {
    padding-top: 3rem !important;
  }

  .pr-xl-5,
.px-xl-5 {
    padding-right: 3rem !important;
  }

  .pb-xl-5,
.py-xl-5 {
    padding-bottom: 3rem !important;
  }

  .pl-xl-5,
.px-xl-5 {
    padding-left: 3rem !important;
  }

  .m-xl-n1 {
    margin: -0.25rem !important;
  }

  .mt-xl-n1,
.my-xl-n1 {
    margin-top: -0.25rem !important;
  }

  .mr-xl-n1,
.mx-xl-n1 {
    margin-right: -0.25rem !important;
  }

  .mb-xl-n1,
.my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .ml-xl-n1,
.mx-xl-n1 {
    margin-left: -0.25rem !important;
  }

  .m-xl-n2 {
    margin: -0.5rem !important;
  }

  .mt-xl-n2,
.my-xl-n2 {
    margin-top: -0.5rem !important;
  }

  .mr-xl-n2,
.mx-xl-n2 {
    margin-right: -0.5rem !important;
  }

  .mb-xl-n2,
.my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .ml-xl-n2,
.mx-xl-n2 {
    margin-left: -0.5rem !important;
  }

  .m-xl-n3 {
    margin: -1rem !important;
  }

  .mt-xl-n3,
.my-xl-n3 {
    margin-top: -1rem !important;
  }

  .mr-xl-n3,
.mx-xl-n3 {
    margin-right: -1rem !important;
  }

  .mb-xl-n3,
.my-xl-n3 {
    margin-bottom: -1rem !important;
  }

  .ml-xl-n3,
.mx-xl-n3 {
    margin-left: -1rem !important;
  }

  .m-xl-n4 {
    margin: -1.5rem !important;
  }

  .mt-xl-n4,
.my-xl-n4 {
    margin-top: -1.5rem !important;
  }

  .mr-xl-n4,
.mx-xl-n4 {
    margin-right: -1.5rem !important;
  }

  .mb-xl-n4,
.my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }

  .ml-xl-n4,
.mx-xl-n4 {
    margin-left: -1.5rem !important;
  }

  .m-xl-n5 {
    margin: -3rem !important;
  }

  .mt-xl-n5,
.my-xl-n5 {
    margin-top: -3rem !important;
  }

  .mr-xl-n5,
.mx-xl-n5 {
    margin-right: -3rem !important;
  }

  .mb-xl-n5,
.my-xl-n5 {
    margin-bottom: -3rem !important;
  }

  .ml-xl-n5,
.mx-xl-n5 {
    margin-left: -3rem !important;
  }

  .m-xl-auto {
    margin: auto !important;
  }

  .mt-xl-auto,
.my-xl-auto {
    margin-top: auto !important;
  }

  .mr-xl-auto,
.mx-xl-auto {
    margin-right: auto !important;
  }

  .mb-xl-auto,
.my-xl-auto {
    margin-bottom: auto !important;
  }

  .ml-xl-auto,
.mx-xl-auto {
    margin-left: auto !important;
  }
}
.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

.font-italic {
  font-style: italic !important;
}

.text-white {
  color: #fff !important;
}

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  word-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {
  *,
*::before,
*::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  pre,
blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid;
  }

  tr,
img {
    page-break-inside: avoid;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }
  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }
  .table td,
.table th {
    background-color: #fff !important;
  }

  .table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6 !important;
  }

  .table-dark {
    color: inherit;
  }
  .table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
    border-color: #dee2e6;
  }

  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6;
  }
}
/*
@mixin icon-power-white{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg stroke-width='0.501' stroke-linejoin='bevel' fill-rule='evenodd' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.5pt' height='25.5pt' viewBox='0 0 16.5 25.5'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Document' fill='none' stroke='black' font-family='Times New Roman' font-size='16' transform='scale(1 -1)'%3E%3Cg id='Spread' transform='translate(0 -25.5)'%3E%3Cg id='MouseOff'%3E%3Cpath d='M 5.208,0.573 L 5.208,2.586 C 5.208,2.916 5.407,3.159 5.651,3.159 L 10.853,3.159 C 11.095,3.159 11.294,2.916 11.294,2.586 L 11.294,0.573 C 11.294,0.243 11.095,0 10.853,0 L 5.651,0 C 5.407,0 5.208,0.243 5.208,0.573 Z M 5.208,5.814 L 5.208,6.353 L 5.208,6.353 C 4.886,12.68 0.257,13.202 0.25,17.167 L 0.249,18.459 C 0.249,18.894 0.603,19.249 1.039,19.249 L 3.268,19.249 L 3.268,24.679 C 3.268,25.132 3.636,25.5 4.089,25.5 L 4.092,25.5 C 4.546,25.5 4.913,25.132 4.913,24.679 L 4.913,19.249 L 11.629,19.249 L 11.629,24.679 C 11.629,25.132 11.998,25.5 12.451,25.5 L 12.453,25.5 C 12.906,25.5 13.276,25.132 13.276,24.679 L 13.276,19.249 L 15.461,19.249 C 15.897,19.249 16.251,18.894 16.251,18.459 L 16.248,17.167 C 16.24,13.205 11.621,12.68 11.294,6.368 L 11.294,5.814 C 11.294,5.484 11.095,5.241 10.853,5.241 L 5.651,5.241 C 5.407,5.241 5.208,5.484 5.208,5.814 Z' stroke-linejoin='miter' stroke-linecap='round' stroke='none' stroke-width='0.207' fill='%23ffffff' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
@mixin icon-power-green{
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg stroke-width='0.501' stroke-linejoin='bevel' fill-rule='evenodd' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.5pt' height='25.5pt' viewBox='0 0 16.5 25.5'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Document' fill='none' stroke='black' font-family='Times New Roman' font-size='16' transform='scale(1 -1)'%3E%3Cg id='Spread' transform='translate(0 -25.5)'%3E%3Cg id='MouseOff'%3E%3Cpath d='M 5.208,0.573 L 5.208,2.586 C 5.208,2.916 5.407,3.159 5.651,3.159 L 10.853,3.159 C 11.095,3.159 11.294,2.916 11.294,2.586 L 11.294,0.573 C 11.294,0.243 11.095,0 10.853,0 L 5.651,0 C 5.407,0 5.208,0.243 5.208,0.573 Z M 5.208,5.814 L 5.208,6.353 L 5.208,6.353 C 4.886,12.68 0.257,13.202 0.25,17.167 L 0.249,18.459 C 0.249,18.894 0.603,19.249 1.039,19.249 L 3.268,19.249 L 3.268,24.679 C 3.268,25.132 3.636,25.5 4.089,25.5 L 4.092,25.5 C 4.546,25.5 4.913,25.132 4.913,24.679 L 4.913,19.249 L 11.629,19.249 L 11.629,24.679 C 11.629,25.132 11.998,25.5 12.451,25.5 L 12.453,25.5 C 12.906,25.5 13.276,25.132 13.276,24.679 L 13.276,19.249 L 15.461,19.249 C 15.897,19.249 16.251,18.894 16.251,18.459 L 16.248,17.167 C 16.24,13.205 11.621,12.68 11.294,6.368 L 11.294,5.814 C 11.294,5.484 11.095,5.241 10.853,5.241 L 5.651,5.241 C 5.407,5.241 5.208,5.484 5.208,5.814 Z' stroke-linejoin='miter' stroke-linecap='round' stroke='none' stroke-width='0.207' fill='%23549a00' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}*/
/*
0 - 600px:      Phone
600 - 900px:    Tablet portrait
900 - 1200px:   Tablet landscape
[1200 - 1800] is where our normal styles apply
1800px + :      Big desktop

$breakpoint arguement choices:
- phone
- tab-port
- tab-land
- big-desktop

ORDER: Base + typography > general layouts + grid > page layouts > components

1em = 16px
*/
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
}
@media only screen and (max-width: 26.25em) {
  html {
    font-size: 40%;
  }
}
@media only screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media only screen and (max-width: 56.25em) {
  html {
    font-size: 50%;
  }
}
@media only screen and (min-width: 112.5em) {
  html {
    font-size: 75%;
  }
}

body {
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
  background-color: #f7f7f7;
  outline: none;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: auto;
  min-height: 100vh;
}

.text-color--primary {
  color: #00aac3;
  font-weight: bold;
}

.background-color--gradient {
  background-image: linear-gradient(to left bottom, #00aac3, #043a4f);
}
.background-color--primary-light {
  background-color: rgba(0, 170, 195, 0.15);
}
.background-color--sigi {
  background-color: #459182;
}

.text-parent {
  position: relative;
}

.text-box-vertical-horizontal-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-color--white {
  color: #ffffff;
}

.full-height {
  height: 100vh;
}

.flex-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.position-ref {
  position: relative;
}

.code {
  border-right: 2px solid;
  font-size: 26px;
  padding: 0 15px 0 15px;
  text-align: center;
}

.message-box {
  font-size: 18px;
  text-align: center;
}

.background-color-header {
  background-color: #ffffff;
}

.u-margin-auto {
  margin: 0 auto;
}

.opacity-50 {
  opacity: 0.5;
}

.Analytics {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.3 -1401.68 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375' fill='%237f7f7f'%3E%3Cpath d='M -856.742,1398.81 L -856.742,1392.11' fill='none'/%3E%3Cpath d='M -859.864,1401.49 L -859.864,1392.11' fill='none'/%3E%3Cpath d='M -862.987,1398.35 L -862.987,1392.11' fill='none'/%3E%3Cpath d='M -866.108,1396.27 L -866.108,1392.11' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.425 1396.8) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.Infocenter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.297 -2211.54 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke-width='0.375'%3E%3Cpath d='M -864.737,2209.97 C -866.567,2208.15 -866.567,2205.18 -864.737,2203.35 C -862.902,2201.51 -859.933,2201.51 -858.107,2203.35 C -856.277,2205.18 -856.277,2208.15 -858.107,2209.97 C -859.933,2211.8 -862.902,2211.8 -864.737,2209.97 Z' stroke='%23ffffff' marker-start='none' marker-end='none'/%3E%3Cpath d='M -861.421,2208.22 L -861.421,2203.56' fill='none' stroke='%23ffffff'/%3E%3Cellipse rx='0.373' ry='0.373' transform='translate(-861.422 2209.46) rotate(-90)' stroke='none' fill='%23ffffff'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.422 2206.66) rotate(-90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.Kontakte {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.753pt' height='9.751pt' viewBox='-866.299 -1235.67 9.753 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375'%3E%3Cpath d='M -866.112,1226.11 C -866.112,1227.31 -865.653,1228.51 -864.738,1229.42 C -862.908,1231.26 -859.937,1231.26 -858.105,1229.42 C -857.191,1228.51 -856.734,1227.31 -856.734,1226.11' fill='none'/%3E%3Cellipse rx='1.582' ry='1.582' transform='translate(-861.424 1233.9) rotate(135)'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.423 1230.79) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.Kundenverwaltung {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.768pt' viewBox='-866.3 -1353.36 9.75 9.768'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375' fill='%23ffffff'%3E%3Cg id='Group_1'%3E%3Cpath d='M -861.43,1347.76 L -856.738,1345.06' fill='none'/%3E%3Cpath d='M -861.43,1347.76 L -866.112,1345.06' fill='none'/%3E%3Cpath d='M -861.43,1353.18 L -861.43,1347.76' fill='none'/%3E%3C/g%3E%3Cg id='Group_2'%3E%3Cpath d='M -859.111,1349.12 L -856.803,1347.79' fill='none'/%3E%3Cpath d='M -859.111,1351.78 L -859.111,1349.12' fill='none'/%3E%3C/g%3E%3Cg id='Group_3'%3E%3Cpath d='M -863.74,1349.12 L -866.048,1347.79' fill='none'/%3E%3Cpath d='M -863.74,1351.78 L -863.74,1349.12' fill='none'/%3E%3C/g%3E%3Cg id='Group_4'%3E%3Cpath d='M -861.401,1345.11 L -859.101,1343.79' fill='none'/%3E%3Cpath d='M -861.401,1345.11 L -863.696,1343.78' fill='none'/%3E%3C/g%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.425 1348.48) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.Bindung {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1280.13 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1288 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%23043a4f' stroke-width='0.75'%3E%3Cpath d='M 1286.99,-85.021 L 1282.23,-82.276 C 1281.67,-81.952 1281.21,-81.162 1281.22,-80.513 L 1281.21,-75.025 C 1281.21,-74.376 1281.67,-73.586 1282.23,-73.262 L 1286.99,-70.517 C 1287.55,-70.193 1288.46,-70.193 1289.02,-70.517 L 1293.78,-73.262 C 1294.34,-73.586 1294.79,-74.376 1294.79,-75.025 L 1294.79,-80.513 C 1294.79,-81.162 1294.34,-81.952 1293.78,-82.276 L 1289.02,-85.021 C 1288.46,-85.346 1287.55,-85.346 1286.99,-85.021 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_2'%3E%3Cpath d='M 1291.66,-75.659 L 1284.35,-79.879' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_3' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_4'%3E%3Cpath d='M 1291.66,-79.878 L 1284.35,-75.658' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.Entwurf {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1436.4 69.893 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1444.28 -77.768) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke-linejoin='miter' stroke='%23cccccc' stroke-width='0.75'%3E%3Cpath d='M 1443.25,-85.012 L 1438.51,-82.262 C 1437.94,-81.936 1437.49,-81.146 1437.49,-80.497 L 1437.5,-75.014 C 1437.5,-74.365 1437.96,-73.576 1438.52,-73.253 L 1443.28,-70.52 C 1443.84,-70.197 1444.75,-70.198 1445.31,-70.524 L 1450.06,-73.274 C 1450.62,-73.6 1451.07,-74.39 1451.07,-75.039 L 1451.06,-80.522 C 1451.06,-81.171 1450.6,-81.96 1450.04,-82.283 L 1445.28,-85.016 C 1444.72,-85.339 1443.81,-85.337 1443.25,-85.012 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.InBelieferung {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1255.93 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1263.81 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%2300aac3' stroke-width='0.75'%3E%3Cpath d='M 1262.79,-85.021 L 1258.04,-82.276 C 1257.48,-81.952 1257.02,-81.162 1257.02,-80.513 L 1257.02,-75.025 C 1257.02,-74.376 1257.48,-73.586 1258.04,-73.262 L 1262.79,-70.517 C 1263.35,-70.193 1264.27,-70.193 1264.83,-70.517 L 1269.58,-73.262 C 1270.14,-73.586 1270.6,-74.376 1270.6,-75.025 L 1270.6,-80.513 C 1270.6,-81.162 1270.14,-81.952 1269.58,-82.276 L 1264.83,-85.021 C 1264.27,-85.346 1263.35,-85.346 1262.79,-85.021 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_2'%3E%3Cpath d='M 1267.46,-75.659 L 1260.16,-79.879' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_3' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_4'%3E%3Cpath d='M 1267.46,-79.878 L 1260.16,-75.658' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_6'%3E%3Cpath d='M 1263.81,-81.988 L 1263.81,-73.55' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.Intervention {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1330.23 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1338.11 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%23ffbf00' stroke-width='0.75'%3E%3Cpath d='M 1337.09,-85.021 L 1332.34,-82.276 C 1331.77,-81.952 1331.32,-81.162 1331.32,-80.513 L 1331.32,-75.025 C 1331.32,-74.376 1331.77,-73.586 1332.34,-73.262 L 1337.09,-70.517 C 1337.65,-70.193 1338.56,-70.193 1339.13,-70.517 L 1343.88,-73.262 C 1344.44,-73.586 1344.9,-74.376 1344.9,-75.025 L 1344.9,-80.513 C 1344.9,-81.162 1344.44,-81.952 1343.88,-82.276 L 1339.13,-85.021 C 1338.56,-85.346 1337.65,-85.346 1337.09,-85.021 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_2'%3E%3Cpath d='M 1338.11,-81.988 L 1338.11,-73.55' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-box-dashboard-table {
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.icon-box-dashboard-brand {
  width: 100%;
  height: 2.5rem;
  margin-top: 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-box-brand-table {
  width: 100%;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.icon-box-table {
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-box-table-edit {
  width: 3rem;
  height: 6rem;
  margin-left: -2rem;
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.icon-box-table-edit-filter {
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-care-table-edit {
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-box-large {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% 80%;
}

.icon-box-cockpit {
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

.icon-box-medium {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% 80%;
  margin: 0 auto;
}

.icon-box-small {
  width: 0.5rem;
  height: 0.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.icon-box-very-large {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% 80%;
}

.icon-box-logo {
  margin-top: 0.75rem;
  width: 100%;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% 80%;
}

.icon-box-small, .icon-box-small-center {
  width: 3rem;
  height: 3rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% 80%;
}

.icon-box-small-center {
  margin: 0.75rem auto;
}

.min-height {
  min-height: 100vh;
}

.icon-menu-box {
  width: auto;
  height: 4rem;
}
.icon-menu-box a {
  font-size: 1.3rem;
  color: #ffffff;
  text-decoration: none;
}

.icon-menu {
  width: 3rem;
  height: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.icon-text-dashboard {
  font-size: 1.3rem;
}
.icon-text-dashboard--highlighted {
  color: #00aac3;
  font-weight: bold;
}
.icon-text-dashboard--not-highlighted {
  color: "#bec6cc";
}

.icon-power-dashboard--active, .icon-power_additional-dashboard--active, .icon-POWER-dashboard--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.761pt' height='15.751pt' viewBox='1143.86 69.897 15.761 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1151.75 -77.772) rotate(90)' stroke='none' stroke-width='0.75' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='%23ffffff' stroke-width='0.75'%3E%3Cpath d='M 1150.33,-70.378 C 1151.18,-70.931 1152,-71.523 1152.79,-72.153 M 1153.92,-73.099 C 1154.81,-73.88 1155.65,-74.71 1156.43,-75.59 M 1157.39,-76.707 C 1158.03,-77.497 1158.64,-78.318 1159.2,-79.171 L 1155.98,-82.419 L 1151.13,-83.492 C 1149.13,-81.985 1147.4,-80.275 1146.01,-78.385 L 1147.21,-73.742 L 1150.33,-70.378' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1147.21,-73.742 C 1149.81,-77.077 1152.77,-79.924 1155.98,-82.419' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1154.65,-70.297 L 1151.04,-73.904 C 1151.01,-73.938 1151.01,-73.996 1151.04,-74.031 L 1151.95,-74.941 C 1151.98,-74.976 1152.04,-74.976 1152.08,-74.941 L 1155.68,-71.334 C 1155.72,-71.3 1155.72,-71.242 1155.68,-71.207 L 1154.78,-70.297 C 1154.74,-70.262 1154.68,-70.262 1154.65,-70.297 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1158.2,-73.825 L 1154.59,-77.432 C 1154.56,-77.468 1154.56,-77.526 1154.59,-77.561 L 1155.5,-78.469 C 1155.54,-78.504 1155.59,-78.504 1155.63,-78.469 L 1159.24,-74.862 C 1159.27,-74.826 1159.27,-74.768 1159.24,-74.733 L 1158.33,-73.825 C 1158.29,-73.79 1158.24,-73.79 1158.2,-73.825 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1150.01,-82.603 L 1148.58,-84.041 C 1148.54,-84.076 1148.48,-84.076 1148.45,-84.041 L 1145.51,-81.105 C 1145.47,-81.068 1145.47,-81.011 1145.51,-80.975 L 1146.93,-79.555' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1146.48,-82.064 L 1144.24,-84.303' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1147.44,-83.03 L 1145.2,-85.269' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-power-dashboard--highlighted, .icon-power_additional-dashboard--highlighted, .icon-POWER-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.761pt' height='15.751pt' viewBox='1143.86 69.897 15.761 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1151.75 -77.772) rotate(90)' stroke='none' stroke-width='0.75' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='%2300aac3' stroke-width='0.75'%3E%3Cpath d='M 1150.33,-70.378 C 1151.18,-70.931 1152,-71.523 1152.79,-72.153 M 1153.92,-73.099 C 1154.81,-73.88 1155.65,-74.71 1156.43,-75.59 M 1157.39,-76.707 C 1158.03,-77.497 1158.64,-78.318 1159.2,-79.171 L 1155.98,-82.419 L 1151.13,-83.492 C 1149.13,-81.985 1147.4,-80.275 1146.01,-78.385 L 1147.21,-73.742 L 1150.33,-70.378' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1147.21,-73.742 C 1149.81,-77.077 1152.77,-79.924 1155.98,-82.419' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1154.65,-70.297 L 1151.04,-73.904 C 1151.01,-73.938 1151.01,-73.996 1151.04,-74.031 L 1151.95,-74.941 C 1151.98,-74.976 1152.04,-74.976 1152.08,-74.941 L 1155.68,-71.334 C 1155.72,-71.3 1155.72,-71.242 1155.68,-71.207 L 1154.78,-70.297 C 1154.74,-70.262 1154.68,-70.262 1154.65,-70.297 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1158.2,-73.825 L 1154.59,-77.432 C 1154.56,-77.468 1154.56,-77.526 1154.59,-77.561 L 1155.5,-78.469 C 1155.54,-78.504 1155.59,-78.504 1155.63,-78.469 L 1159.24,-74.862 C 1159.27,-74.826 1159.27,-74.768 1159.24,-74.733 L 1158.33,-73.825 C 1158.29,-73.79 1158.24,-73.79 1158.2,-73.825 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1150.01,-82.603 L 1148.58,-84.041 C 1148.54,-84.076 1148.48,-84.076 1148.45,-84.041 L 1145.51,-81.105 C 1145.47,-81.068 1145.47,-81.011 1145.51,-80.975 L 1146.93,-79.555' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1146.48,-82.064 L 1144.24,-84.303' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1147.44,-83.03 L 1145.2,-85.269' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-power-dashboard--not-highlighted, .icon-power_additional-dashboard--not-highlighted, .icon-POWER-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.761pt' height='15.751pt' viewBox='1143.86 69.897 15.761 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1151.75 -77.772) rotate(90)' stroke='none' stroke-width='0.75' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='%23bec6cc' stroke-width='0.75'%3E%3Cpath d='M 1150.33,-70.378 C 1151.18,-70.931 1152,-71.523 1152.79,-72.153 M 1153.92,-73.099 C 1154.81,-73.88 1155.65,-74.71 1156.43,-75.59 M 1157.39,-76.707 C 1158.03,-77.497 1158.64,-78.318 1159.2,-79.171 L 1155.98,-82.419 L 1151.13,-83.492 C 1149.13,-81.985 1147.4,-80.275 1146.01,-78.385 L 1147.21,-73.742 L 1150.33,-70.378' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1147.21,-73.742 C 1149.81,-77.077 1152.77,-79.924 1155.98,-82.419' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1154.65,-70.297 L 1151.04,-73.904 C 1151.01,-73.938 1151.01,-73.996 1151.04,-74.031 L 1151.95,-74.941 C 1151.98,-74.976 1152.04,-74.976 1152.08,-74.941 L 1155.68,-71.334 C 1155.72,-71.3 1155.72,-71.242 1155.68,-71.207 L 1154.78,-70.297 C 1154.74,-70.262 1154.68,-70.262 1154.65,-70.297 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1158.2,-73.825 L 1154.59,-77.432 C 1154.56,-77.468 1154.56,-77.526 1154.59,-77.561 L 1155.5,-78.469 C 1155.54,-78.504 1155.59,-78.504 1155.63,-78.469 L 1159.24,-74.862 C 1159.27,-74.826 1159.27,-74.768 1159.24,-74.733 L 1158.33,-73.825 C 1158.29,-73.79 1158.24,-73.79 1158.2,-73.825 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1150.01,-82.603 L 1148.58,-84.041 C 1148.54,-84.076 1148.48,-84.076 1148.45,-84.041 L 1145.51,-81.105 C 1145.47,-81.068 1145.47,-81.011 1145.51,-80.975 L 1146.93,-79.555' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1146.48,-82.064 L 1144.24,-84.303' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1147.44,-83.03 L 1145.2,-85.269' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-telecom-dashboard--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Capa_1' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.076 512.076' style='enable-background:new 0 0 512.076 512.076;' xml:space='preserve'%3E%3Cg transform='translate(-1 -1)'%3E%3Cg%3E%3Cg%3E%3Cpath d='M499.639,396.039l-103.646-69.12c-13.153-8.701-30.784-5.838-40.508,6.579l-30.191,38.818 c-3.88,5.116-10.933,6.6-16.546,3.482l-5.743-3.166c-19.038-10.377-42.726-23.296-90.453-71.04s-60.672-71.45-71.049-90.453 l-3.149-5.743c-3.161-5.612-1.705-12.695,3.413-16.606l38.792-30.182c12.412-9.725,15.279-27.351,6.588-40.508l-69.12-103.646 C109.12,1.056,91.25-2.966,77.461,5.323L34.12,31.358C20.502,39.364,10.511,52.33,6.242,67.539 c-15.607,56.866-3.866,155.008,140.706,299.597c115.004,114.995,200.619,145.92,259.465,145.92 c13.543,0.058,27.033-1.704,40.107-5.239c15.212-4.264,28.18-14.256,36.181-27.878l26.061-43.315 C517.063,422.832,513.043,404.951,499.639,396.039z M494.058,427.868l-26.001,43.341c-5.745,9.832-15.072,17.061-26.027,20.173 c-52.497,14.413-144.213,2.475-283.008-136.32S8.29,124.559,22.703,72.054c3.116-10.968,10.354-20.307,20.198-26.061 l43.341-26.001c5.983-3.6,13.739-1.855,17.604,3.959l37.547,56.371l31.514,47.266c3.774,5.707,2.534,13.356-2.85,17.579 l-38.801,30.182c-11.808,9.029-15.18,25.366-7.91,38.332l3.081,5.598c10.906,20.002,24.465,44.885,73.967,94.379 c49.502,49.493,74.377,63.053,94.37,73.958l5.606,3.089c12.965,7.269,29.303,3.898,38.332-7.91l30.182-38.801 c4.224-5.381,11.87-6.62,17.579-2.85l103.637,69.12C495.918,414.126,497.663,421.886,494.058,427.868z'/%3E%3Cpath d='M291.161,86.39c80.081,0.089,144.977,64.986,145.067,145.067c0,4.713,3.82,8.533,8.533,8.533s8.533-3.82,8.533-8.533 c-0.099-89.503-72.63-162.035-162.133-162.133c-4.713,0-8.533,3.82-8.533,8.533S286.448,86.39,291.161,86.39z'/%3E%3Cpath d='M291.161,137.59c51.816,0.061,93.806,42.051,93.867,93.867c0,4.713,3.821,8.533,8.533,8.533 c4.713,0,8.533-3.82,8.533-8.533c-0.071-61.238-49.696-110.863-110.933-110.933c-4.713,0-8.533,3.82-8.533,8.533 S286.448,137.59,291.161,137.59z'/%3E%3Cpath d='M291.161,188.79c23.552,0.028,42.638,19.114,42.667,42.667c0,4.713,3.821,8.533,8.533,8.533s8.533-3.82,8.533-8.533 c-0.038-32.974-26.759-59.696-59.733-59.733c-4.713,0-8.533,3.82-8.533,8.533S286.448,188.79,291.161,188.79z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}
.icon-telecom-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Capa_1' fill='%2300aac3' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.076 512.076' style='enable-background:new 0 0 512.076 512.076;' xml:space='preserve'%3E%3Cg transform='translate(-1 -1)'%3E%3Cg%3E%3Cg%3E%3Cpath d='M499.639,396.039l-103.646-69.12c-13.153-8.701-30.784-5.838-40.508,6.579l-30.191,38.818 c-3.88,5.116-10.933,6.6-16.546,3.482l-5.743-3.166c-19.038-10.377-42.726-23.296-90.453-71.04s-60.672-71.45-71.049-90.453 l-3.149-5.743c-3.161-5.612-1.705-12.695,3.413-16.606l38.792-30.182c12.412-9.725,15.279-27.351,6.588-40.508l-69.12-103.646 C109.12,1.056,91.25-2.966,77.461,5.323L34.12,31.358C20.502,39.364,10.511,52.33,6.242,67.539 c-15.607,56.866-3.866,155.008,140.706,299.597c115.004,114.995,200.619,145.92,259.465,145.92 c13.543,0.058,27.033-1.704,40.107-5.239c15.212-4.264,28.18-14.256,36.181-27.878l26.061-43.315 C517.063,422.832,513.043,404.951,499.639,396.039z M494.058,427.868l-26.001,43.341c-5.745,9.832-15.072,17.061-26.027,20.173 c-52.497,14.413-144.213,2.475-283.008-136.32S8.29,124.559,22.703,72.054c3.116-10.968,10.354-20.307,20.198-26.061 l43.341-26.001c5.983-3.6,13.739-1.855,17.604,3.959l37.547,56.371l31.514,47.266c3.774,5.707,2.534,13.356-2.85,17.579 l-38.801,30.182c-11.808,9.029-15.18,25.366-7.91,38.332l3.081,5.598c10.906,20.002,24.465,44.885,73.967,94.379 c49.502,49.493,74.377,63.053,94.37,73.958l5.606,3.089c12.965,7.269,29.303,3.898,38.332-7.91l30.182-38.801 c4.224-5.381,11.87-6.62,17.579-2.85l103.637,69.12C495.918,414.126,497.663,421.886,494.058,427.868z'/%3E%3Cpath d='M291.161,86.39c80.081,0.089,144.977,64.986,145.067,145.067c0,4.713,3.82,8.533,8.533,8.533s8.533-3.82,8.533-8.533 c-0.099-89.503-72.63-162.035-162.133-162.133c-4.713,0-8.533,3.82-8.533,8.533S286.448,86.39,291.161,86.39z'/%3E%3Cpath d='M291.161,137.59c51.816,0.061,93.806,42.051,93.867,93.867c0,4.713,3.821,8.533,8.533,8.533 c4.713,0,8.533-3.82,8.533-8.533c-0.071-61.238-49.696-110.863-110.933-110.933c-4.713,0-8.533,3.82-8.533,8.533 S286.448,137.59,291.161,137.59z'/%3E%3Cpath d='M291.161,188.79c23.552,0.028,42.638,19.114,42.667,42.667c0,4.713,3.821,8.533,8.533,8.533s8.533-3.82,8.533-8.533 c-0.038-32.974-26.759-59.696-59.733-59.733c-4.713,0-8.533,3.82-8.533,8.533S286.448,188.79,291.161,188.79z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}
.icon-telecom-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Capa_1' fill='%23bec6cc' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.076 512.076' style='enable-background:new 0 0 512.076 512.076;' xml:space='preserve'%3E%3Cg transform='translate(-1 -1)'%3E%3Cg%3E%3Cg%3E%3Cpath d='M499.639,396.039l-103.646-69.12c-13.153-8.701-30.784-5.838-40.508,6.579l-30.191,38.818 c-3.88,5.116-10.933,6.6-16.546,3.482l-5.743-3.166c-19.038-10.377-42.726-23.296-90.453-71.04s-60.672-71.45-71.049-90.453 l-3.149-5.743c-3.161-5.612-1.705-12.695,3.413-16.606l38.792-30.182c12.412-9.725,15.279-27.351,6.588-40.508l-69.12-103.646 C109.12,1.056,91.25-2.966,77.461,5.323L34.12,31.358C20.502,39.364,10.511,52.33,6.242,67.539 c-15.607,56.866-3.866,155.008,140.706,299.597c115.004,114.995,200.619,145.92,259.465,145.92 c13.543,0.058,27.033-1.704,40.107-5.239c15.212-4.264,28.18-14.256,36.181-27.878l26.061-43.315 C517.063,422.832,513.043,404.951,499.639,396.039z M494.058,427.868l-26.001,43.341c-5.745,9.832-15.072,17.061-26.027,20.173 c-52.497,14.413-144.213,2.475-283.008-136.32S8.29,124.559,22.703,72.054c3.116-10.968,10.354-20.307,20.198-26.061 l43.341-26.001c5.983-3.6,13.739-1.855,17.604,3.959l37.547,56.371l31.514,47.266c3.774,5.707,2.534,13.356-2.85,17.579 l-38.801,30.182c-11.808,9.029-15.18,25.366-7.91,38.332l3.081,5.598c10.906,20.002,24.465,44.885,73.967,94.379 c49.502,49.493,74.377,63.053,94.37,73.958l5.606,3.089c12.965,7.269,29.303,3.898,38.332-7.91l30.182-38.801 c4.224-5.381,11.87-6.62,17.579-2.85l103.637,69.12C495.918,414.126,497.663,421.886,494.058,427.868z'/%3E%3Cpath d='M291.161,86.39c80.081,0.089,144.977,64.986,145.067,145.067c0,4.713,3.82,8.533,8.533,8.533s8.533-3.82,8.533-8.533 c-0.099-89.503-72.63-162.035-162.133-162.133c-4.713,0-8.533,3.82-8.533,8.533S286.448,86.39,291.161,86.39z'/%3E%3Cpath d='M291.161,137.59c51.816,0.061,93.806,42.051,93.867,93.867c0,4.713,3.821,8.533,8.533,8.533 c4.713,0,8.533-3.82,8.533-8.533c-0.071-61.238-49.696-110.863-110.933-110.933c-4.713,0-8.533,3.82-8.533,8.533 S286.448,137.59,291.161,137.59z'/%3E%3Cpath d='M291.161,188.79c23.552,0.028,42.638,19.114,42.667,42.667c0,4.713,3.821,8.533,8.533,8.533s8.533-3.82,8.533-8.533 c-0.038-32.974-26.759-59.696-59.733-59.733c-4.713,0-8.533,3.82-8.533,8.533S286.448,188.79,291.161,188.79z'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.icon-superdeal-dashboard--active, .icon-pv_superdeal-dashboard--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23ffffff' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.538pt' height='14.685pt' viewBox='763.734 -342.894 14.538 14.685'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.5'%3E%3Cg id='Group_1'%3E%3Cpath d='M 764.816,335.433 L 763.991,330.069 C 763.856,329.233 764.247,328.459 764.882,328.46 L 774.299,328.46 C 774.933,328.459 775.253,329.233 775.041,330.069 L 773.719,335.433 C 773.58,335.978 773.109,336.377 772.655,336.378 L 765.791,336.378 C 765.337,336.377 764.903,335.978 764.816,335.433 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 764.181,331.301 L 774.736,331.309' fill='none'/%3E%3Cpath d='M 764.56,333.676 L 774.117,333.684' fill='none'/%3E%3Cpath d='M 767.129,336.378 L 766.615,328.459' fill='none'/%3E%3Cpath d='M 771.552,336.378 L 772.489,328.459' fill='none'/%3E%3Cpath d='M 769.535,336.378 L 769.535,328.459' fill='none'/%3E%3Cpath d='M 772.558,341.141 L 772.793,340.555 C 772.844,340.429 772.799,340.258 772.691,340.174 L 772.194,339.784 C 772.157,339.755 772.157,339.706 772.194,339.677 L 772.691,339.287 C 772.798,339.203 772.844,339.032 772.793,338.906 L 772.558,338.32 C 772.54,338.275 772.564,338.234 772.611,338.227 L 773.236,338.138 C 773.371,338.119 773.497,337.994 773.515,337.859 L 773.605,337.233 C 773.612,337.186 773.653,337.162 773.697,337.18 L 774.283,337.416 C 774.41,337.466 774.581,337.421 774.665,337.314 L 775.055,336.816 C 775.084,336.779 775.132,336.779 775.161,336.816 L 775.551,337.313 C 775.635,337.42 775.806,337.466 775.932,337.416 L 776.518,337.18 C 776.563,337.162 776.604,337.186 776.611,337.233 L 776.7,337.859 C 776.719,337.993 776.844,338.119 776.979,338.138 L 777.605,338.227 C 777.652,338.234 777.676,338.275 777.658,338.32 L 777.422,338.906 C 777.372,339.032 777.417,339.203 777.524,339.287 L 778.022,339.677 C 778.059,339.706 778.059,339.754 778.022,339.783 L 777.525,340.173 C 777.418,340.257 777.372,340.428 777.422,340.555 L 777.658,341.141 C 777.676,341.185 777.652,341.227 777.605,341.233 L 776.979,341.323 C 776.845,341.341 776.719,341.467 776.7,341.602 L 776.611,342.227 C 776.604,342.274 776.563,342.299 776.518,342.281 L 775.932,342.045 C 775.806,341.994 775.635,342.04 775.551,342.147 L 775.161,342.644 C 775.132,342.682 775.084,342.682 775.055,342.644 L 774.665,342.148 C 774.581,342.04 774.41,341.995 774.284,342.045 L 773.697,342.281 C 773.653,342.299 773.612,342.274 773.605,342.227 L 773.516,341.602 C 773.497,341.468 773.371,341.342 773.237,341.323 L 772.611,341.233 C 772.564,341.227 772.54,341.185 772.558,341.141 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-superdeal-dashboard--highlighted, .icon-pv_superdeal-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%2300aac3' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.538pt' height='14.685pt' viewBox='763.734 -342.894 14.538 14.685'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.5'%3E%3Cg id='Group_1'%3E%3Cpath d='M 764.816,335.433 L 763.991,330.069 C 763.856,329.233 764.247,328.459 764.882,328.46 L 774.299,328.46 C 774.933,328.459 775.253,329.233 775.041,330.069 L 773.719,335.433 C 773.58,335.978 773.109,336.377 772.655,336.378 L 765.791,336.378 C 765.337,336.377 764.903,335.978 764.816,335.433 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 764.181,331.301 L 774.736,331.309' fill='none'/%3E%3Cpath d='M 764.56,333.676 L 774.117,333.684' fill='none'/%3E%3Cpath d='M 767.129,336.378 L 766.615,328.459' fill='none'/%3E%3Cpath d='M 771.552,336.378 L 772.489,328.459' fill='none'/%3E%3Cpath d='M 769.535,336.378 L 769.535,328.459' fill='none'/%3E%3Cpath d='M 772.558,341.141 L 772.793,340.555 C 772.844,340.429 772.799,340.258 772.691,340.174 L 772.194,339.784 C 772.157,339.755 772.157,339.706 772.194,339.677 L 772.691,339.287 C 772.798,339.203 772.844,339.032 772.793,338.906 L 772.558,338.32 C 772.54,338.275 772.564,338.234 772.611,338.227 L 773.236,338.138 C 773.371,338.119 773.497,337.994 773.515,337.859 L 773.605,337.233 C 773.612,337.186 773.653,337.162 773.697,337.18 L 774.283,337.416 C 774.41,337.466 774.581,337.421 774.665,337.314 L 775.055,336.816 C 775.084,336.779 775.132,336.779 775.161,336.816 L 775.551,337.313 C 775.635,337.42 775.806,337.466 775.932,337.416 L 776.518,337.18 C 776.563,337.162 776.604,337.186 776.611,337.233 L 776.7,337.859 C 776.719,337.993 776.844,338.119 776.979,338.138 L 777.605,338.227 C 777.652,338.234 777.676,338.275 777.658,338.32 L 777.422,338.906 C 777.372,339.032 777.417,339.203 777.524,339.287 L 778.022,339.677 C 778.059,339.706 778.059,339.754 778.022,339.783 L 777.525,340.173 C 777.418,340.257 777.372,340.428 777.422,340.555 L 777.658,341.141 C 777.676,341.185 777.652,341.227 777.605,341.233 L 776.979,341.323 C 776.845,341.341 776.719,341.467 776.7,341.602 L 776.611,342.227 C 776.604,342.274 776.563,342.299 776.518,342.281 L 775.932,342.045 C 775.806,341.994 775.635,342.04 775.551,342.147 L 775.161,342.644 C 775.132,342.682 775.084,342.682 775.055,342.644 L 774.665,342.148 C 774.581,342.04 774.41,341.995 774.284,342.045 L 773.697,342.281 C 773.653,342.299 773.612,342.274 773.605,342.227 L 773.516,341.602 C 773.497,341.468 773.371,341.342 773.237,341.323 L 772.611,341.233 C 772.564,341.227 772.54,341.185 772.558,341.141 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-superdeal-dashboard--not-highlighted, .icon-pv_superdeal-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.538pt' height='14.685pt' viewBox='763.734 -342.894 14.538 14.685'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc' stroke-width='0.5'%3E%3Cg id='Group_1'%3E%3Cpath d='M 764.816,335.433 L 763.991,330.069 C 763.856,329.233 764.247,328.459 764.882,328.46 L 774.299,328.46 C 774.933,328.459 775.253,329.233 775.041,330.069 L 773.719,335.433 C 773.58,335.978 773.109,336.377 772.655,336.378 L 765.791,336.378 C 765.337,336.377 764.903,335.978 764.816,335.433 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 764.181,331.301 L 774.736,331.309' fill='none'/%3E%3Cpath d='M 764.56,333.676 L 774.117,333.684' fill='none'/%3E%3Cpath d='M 767.129,336.378 L 766.615,328.459' fill='none'/%3E%3Cpath d='M 771.552,336.378 L 772.489,328.459' fill='none'/%3E%3Cpath d='M 769.535,336.378 L 769.535,328.459' fill='none'/%3E%3Cpath d='M 772.558,341.141 L 772.793,340.555 C 772.844,340.429 772.799,340.258 772.691,340.174 L 772.194,339.784 C 772.157,339.755 772.157,339.706 772.194,339.677 L 772.691,339.287 C 772.798,339.203 772.844,339.032 772.793,338.906 L 772.558,338.32 C 772.54,338.275 772.564,338.234 772.611,338.227 L 773.236,338.138 C 773.371,338.119 773.497,337.994 773.515,337.859 L 773.605,337.233 C 773.612,337.186 773.653,337.162 773.697,337.18 L 774.283,337.416 C 774.41,337.466 774.581,337.421 774.665,337.314 L 775.055,336.816 C 775.084,336.779 775.132,336.779 775.161,336.816 L 775.551,337.313 C 775.635,337.42 775.806,337.466 775.932,337.416 L 776.518,337.18 C 776.563,337.162 776.604,337.186 776.611,337.233 L 776.7,337.859 C 776.719,337.993 776.844,338.119 776.979,338.138 L 777.605,338.227 C 777.652,338.234 777.676,338.275 777.658,338.32 L 777.422,338.906 C 777.372,339.032 777.417,339.203 777.524,339.287 L 778.022,339.677 C 778.059,339.706 778.059,339.754 778.022,339.783 L 777.525,340.173 C 777.418,340.257 777.372,340.428 777.422,340.555 L 777.658,341.141 C 777.676,341.185 777.652,341.227 777.605,341.233 L 776.979,341.323 C 776.845,341.341 776.719,341.467 776.7,341.602 L 776.611,342.227 C 776.604,342.274 776.563,342.299 776.518,342.281 L 775.932,342.045 C 775.806,341.994 775.635,342.04 775.551,342.147 L 775.161,342.644 C 775.132,342.682 775.084,342.682 775.055,342.644 L 774.665,342.148 C 774.581,342.04 774.41,341.995 774.284,342.045 L 773.697,342.281 C 773.653,342.299 773.612,342.274 773.605,342.227 L 773.516,341.602 C 773.497,341.468 773.371,341.342 773.237,341.323 L 772.611,341.233 C 772.564,341.227 772.54,341.185 772.558,341.141 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-gas-dashboard--active, .icon-GAS-dashboard--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1185.45 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1193.33 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cpath d='M 1191.94,-85.174 C 1186.61,-83.658 1188,-79.063 1189.5,-76.516 C 1190.64,-74.585 1191.74,-72.343 1192.05,-70.27 C 1192.82,-71.027 1194.65,-72.981 1195.51,-73.99 C 1200.74,-80.063 1198.28,-84.603 1194.64,-85.269 C 1197.58,-82.469 1197.53,-79.056 1193.72,-75.211 C 1193.75,-77.343 1193.54,-79.48 1192.76,-80.967 C 1192.61,-80.133 1192.15,-78.906 1191.5,-78.234 C 1191.47,-78.864 1191.1,-79.609 1190.85,-80.156 C 1190.09,-81.821 1189.81,-84.034 1191.94,-85.174 Z' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-gas-dashboard--highlighted, .icon-GAS-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1185.45 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1193.33 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cpath d='M 1191.94,-85.174 C 1186.61,-83.658 1188,-79.063 1189.5,-76.516 C 1190.64,-74.585 1191.74,-72.343 1192.05,-70.27 C 1192.82,-71.027 1194.65,-72.981 1195.51,-73.99 C 1200.74,-80.063 1198.28,-84.603 1194.64,-85.269 C 1197.58,-82.469 1197.53,-79.056 1193.72,-75.211 C 1193.75,-77.343 1193.54,-79.48 1192.76,-80.967 C 1192.61,-80.133 1192.15,-78.906 1191.5,-78.234 C 1191.47,-78.864 1191.1,-79.609 1190.85,-80.156 C 1190.09,-81.821 1189.81,-84.034 1191.94,-85.174 Z' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-gas-dashboard--not-highlighted, .icon-GAS-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1185.45 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1193.33 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cpath d='M 1191.94,-85.174 C 1186.61,-83.658 1188,-79.063 1189.5,-76.516 C 1190.64,-74.585 1191.74,-72.343 1192.05,-70.27 C 1192.82,-71.027 1194.65,-72.981 1195.51,-73.99 C 1200.74,-80.063 1198.28,-84.603 1194.64,-85.269 C 1197.58,-82.469 1197.53,-79.056 1193.72,-75.211 C 1193.75,-77.343 1193.54,-79.48 1192.76,-80.967 C 1192.61,-80.133 1192.15,-78.906 1191.5,-78.234 C 1191.47,-78.864 1191.1,-79.609 1190.85,-80.156 C 1190.09,-81.821 1189.81,-84.034 1191.94,-85.174 Z' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-gas-connection--active, .icon-gas_connection-dashboard--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg height='512' fill='%23ffffff' viewBox='0 0 64 64' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Valve-Pipes-Industry-Water-Gas_Pipe' data-name='Valve-Pipes-Industry-Water-Gas Pipe'%3E%3Cpath d='m62 39h-9.14a3.983 3.983 0 0 0 -7.72 0h-4.14v-3.14a3.993 3.993 0 0 0 -1-7.86h-2v-5a1 1 0 0 0 -1-1h-1v-4h1a1 1 0 0 0 1-1v-3h8a4 4 0 1 0 -3.44-6h-7.12a3.958 3.958 0 0 0 -6.88 0h-7.12a3.991 3.991 0 1 0 -3.44 6h8v3a1 1 0 0 0 1 1h1v4h-1a1 1 0 0 0 -1 1v5h-2a3.993 3.993 0 0 0 -1 7.86v3.14h-4.14a3.983 3.983 0 0 0 -7.72 0h-9.14a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1h9.14a3.983 3.983 0 0 0 7.72 0h4.95c.93.36 5.32 2 8.19 2s7.26-1.64 8.19-2h4.95a3.983 3.983 0 0 0 7.72 0h9.14a1 1 0 0 0 1-1v-14a1 1 0 0 0 -1-1zm-16-31a2 2 0 1 1 -2 2 2.006 2.006 0 0 1 2-2zm-28 4a2 2 0 1 1 2-2 2.006 2.006 0 0 1 -2 2zm-7 41h-8v-12h8zm6 1a2 2 0 0 1 -4 0v-14a2 2 0 0 1 4 0zm6-1h-4v-12h4zm13-43h6a3.906 3.906 0 0 0 .56 2h-7.12a3.906 3.906 0 0 0 .56-2zm-4-2a2 2 0 1 1 -2 2 2.006 2.006 0 0 1 2-2zm4 6v2h-8v-2zm-2 4v4h-4v-4zm-12.56-6a3.906 3.906 0 0 0 .56-2h6a3.906 3.906 0 0 0 .56 2zm6.56 12h8v4h-8zm11 29.31a25.125 25.125 0 0 1 -7 1.69 25.213 25.213 0 0 1 -7-1.69v-17.31h14zm1-19.31h-16a2 2 0 0 1 0-4h16a2 2 0 0 1 0 4zm5 19h-4v-12h4zm6 1a2 2 0 0 1 -4 0v-14a2 2 0 0 1 4 0zm10-1h-8v-12h8z'/%3E%3Cpath d='m5 43h2v2h-2z'/%3E%3Cpath d='m55 43h4v2h-4z'/%3E%3Cpath d='m32 51a11.325 11.325 0 0 1 -4.556-.9l-.891 1.8a13.128 13.128 0 0 0 5.447 1.1 13.128 13.128 0 0 0 5.447-1.1l-.894-1.79a11.113 11.113 0 0 1 -4.553.89z'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-gas-connection--highlighted, .icon-gas_connection-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg height='512' fill='%2300aac3' viewBox='0 0 64 64' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Valve-Pipes-Industry-Water-Gas_Pipe' data-name='Valve-Pipes-Industry-Water-Gas Pipe'%3E%3Cpath d='m62 39h-9.14a3.983 3.983 0 0 0 -7.72 0h-4.14v-3.14a3.993 3.993 0 0 0 -1-7.86h-2v-5a1 1 0 0 0 -1-1h-1v-4h1a1 1 0 0 0 1-1v-3h8a4 4 0 1 0 -3.44-6h-7.12a3.958 3.958 0 0 0 -6.88 0h-7.12a3.991 3.991 0 1 0 -3.44 6h8v3a1 1 0 0 0 1 1h1v4h-1a1 1 0 0 0 -1 1v5h-2a3.993 3.993 0 0 0 -1 7.86v3.14h-4.14a3.983 3.983 0 0 0 -7.72 0h-9.14a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1h9.14a3.983 3.983 0 0 0 7.72 0h4.95c.93.36 5.32 2 8.19 2s7.26-1.64 8.19-2h4.95a3.983 3.983 0 0 0 7.72 0h9.14a1 1 0 0 0 1-1v-14a1 1 0 0 0 -1-1zm-16-31a2 2 0 1 1 -2 2 2.006 2.006 0 0 1 2-2zm-28 4a2 2 0 1 1 2-2 2.006 2.006 0 0 1 -2 2zm-7 41h-8v-12h8zm6 1a2 2 0 0 1 -4 0v-14a2 2 0 0 1 4 0zm6-1h-4v-12h4zm13-43h6a3.906 3.906 0 0 0 .56 2h-7.12a3.906 3.906 0 0 0 .56-2zm-4-2a2 2 0 1 1 -2 2 2.006 2.006 0 0 1 2-2zm4 6v2h-8v-2zm-2 4v4h-4v-4zm-12.56-6a3.906 3.906 0 0 0 .56-2h6a3.906 3.906 0 0 0 .56 2zm6.56 12h8v4h-8zm11 29.31a25.125 25.125 0 0 1 -7 1.69 25.213 25.213 0 0 1 -7-1.69v-17.31h14zm1-19.31h-16a2 2 0 0 1 0-4h16a2 2 0 0 1 0 4zm5 19h-4v-12h4zm6 1a2 2 0 0 1 -4 0v-14a2 2 0 0 1 4 0zm10-1h-8v-12h8z'/%3E%3Cpath d='m5 43h2v2h-2z'/%3E%3Cpath d='m55 43h4v2h-4z'/%3E%3Cpath d='m32 51a11.325 11.325 0 0 1 -4.556-.9l-.891 1.8a13.128 13.128 0 0 0 5.447 1.1 13.128 13.128 0 0 0 5.447-1.1l-.894-1.79a11.113 11.113 0 0 1 -4.553.89z'/%3E%3C/g%3E%3C/svg%3E");
}
.icon-gas-connection--not-highlighted, .icon-gas_connection-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg height='512' fill='%23bec6cc' viewBox='0 0 64 64' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Valve-Pipes-Industry-Water-Gas_Pipe' data-name='Valve-Pipes-Industry-Water-Gas Pipe'%3E%3Cpath d='m62 39h-9.14a3.983 3.983 0 0 0 -7.72 0h-4.14v-3.14a3.993 3.993 0 0 0 -1-7.86h-2v-5a1 1 0 0 0 -1-1h-1v-4h1a1 1 0 0 0 1-1v-3h8a4 4 0 1 0 -3.44-6h-7.12a3.958 3.958 0 0 0 -6.88 0h-7.12a3.991 3.991 0 1 0 -3.44 6h8v3a1 1 0 0 0 1 1h1v4h-1a1 1 0 0 0 -1 1v5h-2a3.993 3.993 0 0 0 -1 7.86v3.14h-4.14a3.983 3.983 0 0 0 -7.72 0h-9.14a1 1 0 0 0 -1 1v14a1 1 0 0 0 1 1h9.14a3.983 3.983 0 0 0 7.72 0h4.95c.93.36 5.32 2 8.19 2s7.26-1.64 8.19-2h4.95a3.983 3.983 0 0 0 7.72 0h9.14a1 1 0 0 0 1-1v-14a1 1 0 0 0 -1-1zm-16-31a2 2 0 1 1 -2 2 2.006 2.006 0 0 1 2-2zm-28 4a2 2 0 1 1 2-2 2.006 2.006 0 0 1 -2 2zm-7 41h-8v-12h8zm6 1a2 2 0 0 1 -4 0v-14a2 2 0 0 1 4 0zm6-1h-4v-12h4zm13-43h6a3.906 3.906 0 0 0 .56 2h-7.12a3.906 3.906 0 0 0 .56-2zm-4-2a2 2 0 1 1 -2 2 2.006 2.006 0 0 1 2-2zm4 6v2h-8v-2zm-2 4v4h-4v-4zm-12.56-6a3.906 3.906 0 0 0 .56-2h6a3.906 3.906 0 0 0 .56 2zm6.56 12h8v4h-8zm11 29.31a25.125 25.125 0 0 1 -7 1.69 25.213 25.213 0 0 1 -7-1.69v-17.31h14zm1-19.31h-16a2 2 0 0 1 0-4h16a2 2 0 0 1 0 4zm5 19h-4v-12h4zm6 1a2 2 0 0 1 -4 0v-14a2 2 0 0 1 4 0zm10-1h-8v-12h8z'/%3E%3Cpath d='m5 43h2v2h-2z'/%3E%3Cpath d='m55 43h4v2h-4z'/%3E%3Cpath d='m32 51a11.325 11.325 0 0 1 -4.556-.9l-.891 1.8a13.128 13.128 0 0 0 5.447 1.1 13.128 13.128 0 0 0 5.447-1.1l-.894-1.79a11.113 11.113 0 0 1 -4.553.89z'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-photovoltaic-dashboard--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' ifill='%23ffffff' d='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 399.079 399.079' style='enable-background:new 0 0 399.079 399.079;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M371.84,100.04c-2.01-3.457-6.443-4.63-9.9-2.62l-35.36,20.44c-3.457,2.01-4.63,6.443-2.62,9.9 c2.01,3.457,6.443,4.63,9.9,2.62l35.36-20.44C372.677,107.929,373.85,103.497,371.84,100.04z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M369.22,289.18l-35.36-20.44c-3.457-2.01-7.89-0.837-9.9,2.62c-2.01,3.457-0.837,7.89,2.62,9.9l35.36,20.44 c3.457,2.01,7.89,0.837,9.9-2.62C373.85,295.622,372.677,291.19,369.22,289.18z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M200.099,342.62c-4.01-0.298-7.501,2.711-7.799,6.721c-0.027,0.359-0.027,0.719,0,1.078v40.84 c-0.298,4.01,2.711,7.501,6.721,7.799s7.501-2.711,7.799-6.721c0.027-0.359,0.027-0.719,0-1.078v-40.84 C207.117,346.41,204.108,342.918,200.099,342.62z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M72.5,117.86L37.14,97.42c-3.457-2.01-7.89-0.837-9.9,2.62c-2.01,3.457-0.837,7.89,2.62,9.9l35.36,20.44 c3.457,2.01,7.89,0.837,9.9-2.62C77.13,124.302,75.957,119.87,72.5,117.86z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M200.099,0.02c-4.01-0.298-7.501,2.711-7.799,6.721c-0.027,0.359-0.027,0.719,0,1.078v40.84 c0.022,3.989,3.251,7.218,7.24,7.24c4.021,0,7.28-3.259,7.28-7.28V7.82C207.117,3.81,204.108,0.318,200.099,0.02z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M130.34,65.22l-20.4-35.36c-2.01-3.457-6.443-4.63-9.9-2.62c-3.457,2.01-4.63,6.443-2.62,9.9l20.4,35.36 c2.01,3.457,6.443,4.63,9.9,2.62C131.177,73.109,132.35,68.677,130.34,65.22z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M200.618,134.94c-0.359-0.027-0.719-0.027-1.078,0c-35.678,0-64.6,28.922-64.6,64.6c0,4.021,3.259,7.28,7.28,7.28 c4.005-0.022,7.24-3.275,7.24-7.28c-0.022-27.636,22.364-50.058,50-50.08c0.027,0,0.053,0,0.08,0 c4.01,0.298,7.501-2.711,7.799-6.721S204.628,135.237,200.618,134.94z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M397.98,198.98c-0.267-3.595-3.125-6.454-6.721-6.721h-40.84c-4.01-0.298-7.501,2.711-7.799,6.721 s2.711,7.501,6.721,7.799c0.359,0.027,0.72,0.027,1.079,0h40.84C395.269,206.482,398.278,202.99,397.98,198.98z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M49.738,192.3c-0.359-0.027-0.719-0.027-1.078,0H7.82c-4.01,0.298-7.019,3.79-6.721,7.799 c0.267,3.595,3.125,6.454,6.721,6.721h40.84c4.01,0.298,7.501-2.711,7.799-6.721C56.757,196.089,53.748,192.597,49.738,192.3z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M199.569,92.7c-59.006-0.008-106.846,47.819-106.855,106.825c-0.004,28.347,11.258,55.534,31.305,75.575 c20.009,20.059,47.188,31.316,75.52,31.28c59.006,0.008,106.847-47.819,106.855-106.825S258.575,92.708,199.569,92.7z M264.819,264.94c-36.053,36.053-94.507,36.053-130.56,0c-17.343-17.343-27.072-40.874-27.04-65.4 c-0.035-24.492,9.697-47.987,27.04-65.28v0.12c36.053-36.053,94.507-36.053,130.56,0 C300.873,170.433,300.873,228.887,264.819,264.94z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M301.678,361.972c-0.006-0.011-0.012-0.022-0.019-0.032l-20.44-35.36c-2.01-3.457-6.443-4.63-9.9-2.62 c-3.457,2.01-4.63,6.443-2.62,9.9l20.44,35.36c2.002,3.453,6.422,4.634,9.88,2.64 C302.484,369.863,303.675,365.436,301.678,361.972z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M299.28,27.24c-3.457-2.01-7.89-0.837-9.9,2.62l-20.44,35.36c-2.024,3.449-0.868,7.885,2.58,9.908 c0.007,0.004,0.013,0.008,0.02,0.012h0c3.454,2.014,7.887,0.847,9.901-2.608c0.006-0.011,0.013-0.022,0.019-0.032l20.44-35.36 C303.91,33.682,302.737,29.25,299.28,27.24z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M127.76,323.96c-3.457-2.01-7.89-0.837-9.9,2.62l-20.44,35.36c-2.01,3.457-0.837,7.89,2.62,9.9s7.89,0.837,9.9-2.62 l20.44-35.36C132.39,330.402,131.217,325.97,127.76,323.96z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23ffffff' d='M75.12,271.32c-2.01-3.457-6.443-4.63-9.9-2.62l-35.36,20.44c-3.457,2.01-4.63,6.443-2.62,9.9 c2.01,3.457,6.443,4.63,9.9,2.62l35.36-20.44C75.957,279.209,77.13,274.777,75.12,271.32z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}
.icon-photovoltaic-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' ifill='%2300aac3' d='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 399.079 399.079' style='enable-background:new 0 0 399.079 399.079;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M371.84,100.04c-2.01-3.457-6.443-4.63-9.9-2.62l-35.36,20.44c-3.457,2.01-4.63,6.443-2.62,9.9 c2.01,3.457,6.443,4.63,9.9,2.62l35.36-20.44C372.677,107.929,373.85,103.497,371.84,100.04z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M369.22,289.18l-35.36-20.44c-3.457-2.01-7.89-0.837-9.9,2.62c-2.01,3.457-0.837,7.89,2.62,9.9l35.36,20.44 c3.457,2.01,7.89,0.837,9.9-2.62C373.85,295.622,372.677,291.19,369.22,289.18z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M200.099,342.62c-4.01-0.298-7.501,2.711-7.799,6.721c-0.027,0.359-0.027,0.719,0,1.078v40.84 c-0.298,4.01,2.711,7.501,6.721,7.799s7.501-2.711,7.799-6.721c0.027-0.359,0.027-0.719,0-1.078v-40.84 C207.117,346.41,204.108,342.918,200.099,342.62z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M72.5,117.86L37.14,97.42c-3.457-2.01-7.89-0.837-9.9,2.62c-2.01,3.457-0.837,7.89,2.62,9.9l35.36,20.44 c3.457,2.01,7.89,0.837,9.9-2.62C77.13,124.302,75.957,119.87,72.5,117.86z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M200.099,0.02c-4.01-0.298-7.501,2.711-7.799,6.721c-0.027,0.359-0.027,0.719,0,1.078v40.84 c0.022,3.989,3.251,7.218,7.24,7.24c4.021,0,7.28-3.259,7.28-7.28V7.82C207.117,3.81,204.108,0.318,200.099,0.02z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M130.34,65.22l-20.4-35.36c-2.01-3.457-6.443-4.63-9.9-2.62c-3.457,2.01-4.63,6.443-2.62,9.9l20.4,35.36 c2.01,3.457,6.443,4.63,9.9,2.62C131.177,73.109,132.35,68.677,130.34,65.22z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M200.618,134.94c-0.359-0.027-0.719-0.027-1.078,0c-35.678,0-64.6,28.922-64.6,64.6c0,4.021,3.259,7.28,7.28,7.28 c4.005-0.022,7.24-3.275,7.24-7.28c-0.022-27.636,22.364-50.058,50-50.08c0.027,0,0.053,0,0.08,0 c4.01,0.298,7.501-2.711,7.799-6.721S204.628,135.237,200.618,134.94z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M397.98,198.98c-0.267-3.595-3.125-6.454-6.721-6.721h-40.84c-4.01-0.298-7.501,2.711-7.799,6.721 s2.711,7.501,6.721,7.799c0.359,0.027,0.72,0.027,1.079,0h40.84C395.269,206.482,398.278,202.99,397.98,198.98z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M49.738,192.3c-0.359-0.027-0.719-0.027-1.078,0H7.82c-4.01,0.298-7.019,3.79-6.721,7.799 c0.267,3.595,3.125,6.454,6.721,6.721h40.84c4.01,0.298,7.501-2.711,7.799-6.721C56.757,196.089,53.748,192.597,49.738,192.3z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M199.569,92.7c-59.006-0.008-106.846,47.819-106.855,106.825c-0.004,28.347,11.258,55.534,31.305,75.575 c20.009,20.059,47.188,31.316,75.52,31.28c59.006,0.008,106.847-47.819,106.855-106.825S258.575,92.708,199.569,92.7z M264.819,264.94c-36.053,36.053-94.507,36.053-130.56,0c-17.343-17.343-27.072-40.874-27.04-65.4 c-0.035-24.492,9.697-47.987,27.04-65.28v0.12c36.053-36.053,94.507-36.053,130.56,0 C300.873,170.433,300.873,228.887,264.819,264.94z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M301.678,361.972c-0.006-0.011-0.012-0.022-0.019-0.032l-20.44-35.36c-2.01-3.457-6.443-4.63-9.9-2.62 c-3.457,2.01-4.63,6.443-2.62,9.9l20.44,35.36c2.002,3.453,6.422,4.634,9.88,2.64 C302.484,369.863,303.675,365.436,301.678,361.972z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M299.28,27.24c-3.457-2.01-7.89-0.837-9.9,2.62l-20.44,35.36c-2.024,3.449-0.868,7.885,2.58,9.908 c0.007,0.004,0.013,0.008,0.02,0.012h0c3.454,2.014,7.887,0.847,9.901-2.608c0.006-0.011,0.013-0.022,0.019-0.032l20.44-35.36 C303.91,33.682,302.737,29.25,299.28,27.24z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M127.76,323.96c-3.457-2.01-7.89-0.837-9.9,2.62l-20.44,35.36c-2.01,3.457-0.837,7.89,2.62,9.9s7.89,0.837,9.9-2.62 l20.44-35.36C132.39,330.402,131.217,325.97,127.76,323.96z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%2300aac3' d='M75.12,271.32c-2.01-3.457-6.443-4.63-9.9-2.62l-35.36,20.44c-3.457,2.01-4.63,6.443-2.62,9.9 c2.01,3.457,6.443,4.63,9.9,2.62l35.36-20.44C75.957,279.209,77.13,274.777,75.12,271.32z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}
.icon-photovoltaic-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' ifill='%23bec6cc' d='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 399.079 399.079' style='enable-background:new 0 0 399.079 399.079;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M371.84,100.04c-2.01-3.457-6.443-4.63-9.9-2.62l-35.36,20.44c-3.457,2.01-4.63,6.443-2.62,9.9 c2.01,3.457,6.443,4.63,9.9,2.62l35.36-20.44C372.677,107.929,373.85,103.497,371.84,100.04z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M369.22,289.18l-35.36-20.44c-3.457-2.01-7.89-0.837-9.9,2.62c-2.01,3.457-0.837,7.89,2.62,9.9l35.36,20.44 c3.457,2.01,7.89,0.837,9.9-2.62C373.85,295.622,372.677,291.19,369.22,289.18z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M200.099,342.62c-4.01-0.298-7.501,2.711-7.799,6.721c-0.027,0.359-0.027,0.719,0,1.078v40.84 c-0.298,4.01,2.711,7.501,6.721,7.799s7.501-2.711,7.799-6.721c0.027-0.359,0.027-0.719,0-1.078v-40.84 C207.117,346.41,204.108,342.918,200.099,342.62z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M72.5,117.86L37.14,97.42c-3.457-2.01-7.89-0.837-9.9,2.62c-2.01,3.457-0.837,7.89,2.62,9.9l35.36,20.44 c3.457,2.01,7.89,0.837,9.9-2.62C77.13,124.302,75.957,119.87,72.5,117.86z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M200.099,0.02c-4.01-0.298-7.501,2.711-7.799,6.721c-0.027,0.359-0.027,0.719,0,1.078v40.84 c0.022,3.989,3.251,7.218,7.24,7.24c4.021,0,7.28-3.259,7.28-7.28V7.82C207.117,3.81,204.108,0.318,200.099,0.02z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M130.34,65.22l-20.4-35.36c-2.01-3.457-6.443-4.63-9.9-2.62c-3.457,2.01-4.63,6.443-2.62,9.9l20.4,35.36 c2.01,3.457,6.443,4.63,9.9,2.62C131.177,73.109,132.35,68.677,130.34,65.22z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M200.618,134.94c-0.359-0.027-0.719-0.027-1.078,0c-35.678,0-64.6,28.922-64.6,64.6c0,4.021,3.259,7.28,7.28,7.28 c4.005-0.022,7.24-3.275,7.24-7.28c-0.022-27.636,22.364-50.058,50-50.08c0.027,0,0.053,0,0.08,0 c4.01,0.298,7.501-2.711,7.799-6.721S204.628,135.237,200.618,134.94z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M397.98,198.98c-0.267-3.595-3.125-6.454-6.721-6.721h-40.84c-4.01-0.298-7.501,2.711-7.799,6.721 s2.711,7.501,6.721,7.799c0.359,0.027,0.72,0.027,1.079,0h40.84C395.269,206.482,398.278,202.99,397.98,198.98z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M49.738,192.3c-0.359-0.027-0.719-0.027-1.078,0H7.82c-4.01,0.298-7.019,3.79-6.721,7.799 c0.267,3.595,3.125,6.454,6.721,6.721h40.84c4.01,0.298,7.501-2.711,7.799-6.721C56.757,196.089,53.748,192.597,49.738,192.3z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M199.569,92.7c-59.006-0.008-106.846,47.819-106.855,106.825c-0.004,28.347,11.258,55.534,31.305,75.575 c20.009,20.059,47.188,31.316,75.52,31.28c59.006,0.008,106.847-47.819,106.855-106.825S258.575,92.708,199.569,92.7z M264.819,264.94c-36.053,36.053-94.507,36.053-130.56,0c-17.343-17.343-27.072-40.874-27.04-65.4 c-0.035-24.492,9.697-47.987,27.04-65.28v0.12c36.053-36.053,94.507-36.053,130.56,0 C300.873,170.433,300.873,228.887,264.819,264.94z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M301.678,361.972c-0.006-0.011-0.012-0.022-0.019-0.032l-20.44-35.36c-2.01-3.457-6.443-4.63-9.9-2.62 c-3.457,2.01-4.63,6.443-2.62,9.9l20.44,35.36c2.002,3.453,6.422,4.634,9.88,2.64 C302.484,369.863,303.675,365.436,301.678,361.972z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M299.28,27.24c-3.457-2.01-7.89-0.837-9.9,2.62l-20.44,35.36c-2.024,3.449-0.868,7.885,2.58,9.908 c0.007,0.004,0.013,0.008,0.02,0.012h0c3.454,2.014,7.887,0.847,9.901-2.608c0.006-0.011,0.013-0.022,0.019-0.032l20.44-35.36 C303.91,33.682,302.737,29.25,299.28,27.24z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M127.76,323.96c-3.457-2.01-7.89-0.837-9.9,2.62l-20.44,35.36c-2.01,3.457-0.837,7.89,2.62,9.9s7.89,0.837,9.9-2.62 l20.44-35.36C132.39,330.402,131.217,325.97,127.76,323.96z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath fill='%23bec6cc' d='M75.12,271.32c-2.01-3.457-6.443-4.63-9.9-2.62l-35.36,20.44c-3.457,2.01-4.63,6.443-2.62,9.9 c2.01,3.457,6.443,4.63,9.9,2.62l35.36-20.44C75.957,279.209,77.13,274.777,75.12,271.32z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.icon-internet-dashboard--active, .icon-internet_ftth-dashboard--active, .icon-internet_dsl-dashboard--active, .icon-INTERNET_FTTH-dashboard--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1206.46 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1214.34 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%23ffffff'%3E%3Cpath d='M 1217.94,-75.708 C 1217.56,-73.813 1216.63,-72.007 1215.16,-70.538 C 1215.08,-70.458 1215,-70.382 1214.92,-70.307 C 1212.82,-70.143 1210.67,-70.863 1209.07,-72.468 C 1208.13,-73.401 1207.5,-74.521 1207.16,-75.708' fill='none' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1221.51,-75.708 C 1221.18,-74.521 1220.55,-73.401 1219.61,-72.468 C 1218.31,-71.16 1216.63,-70.44 1214.92,-70.307' fill='none' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1213.75,-70.307 C 1213.67,-70.382 1213.59,-70.458 1213.52,-70.538 C 1212.05,-72.006 1211.12,-73.813 1210.74,-75.708' fill='none' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1214.33,-70.284 L 1214.33,-75.371' fill='none' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1220.09,-73.008 C 1216.54,-75.067 1212.12,-75.067 1208.57,-73.008' fill='none' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1217.94,-79.826 C 1217.56,-81.721 1216.63,-83.529 1215.16,-84.998 C 1215.08,-85.077 1215,-85.153 1214.92,-85.227 C 1212.82,-85.392 1210.67,-84.671 1209.07,-83.068 C 1208.13,-82.135 1207.5,-81.013 1207.16,-79.826' fill='none' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1221.51,-79.826 C 1221.18,-81.013 1220.55,-82.135 1219.61,-83.068 C 1218.31,-84.374 1216.63,-85.095 1214.92,-85.227' fill='none' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1213.75,-85.227 C 1213.67,-85.153 1213.6,-85.077 1213.52,-84.998 C 1212.05,-83.529 1211.12,-81.723 1210.74,-79.826' fill='none' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1220.08,-82.538 C 1216.54,-80.479 1212.12,-80.479 1208.57,-82.538' fill='none' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3Cg id='Group_3'%3E%3Cpath d='M 1207.55,-79.064 L 1206.73,-76.468 L 1207.38,-76.468 L 1207.96,-78.544 L 1207.97,-78.544 L 1208.5,-76.468 L 1209.35,-76.468 L 1209.9,-78.544 L 1209.91,-78.544 L 1210.49,-76.468 L 1211.1,-76.468 L 1210.29,-79.064 L 1209.48,-79.064 L 1208.92,-76.988 L 1208.91,-76.988 L 1208.36,-79.064 L 1207.55,-79.064 Z' fill='%23ffffff' stroke-linecap='round' stroke='none' stroke-width='0.75' fill-rule='nonzero' stroke-linejoin='round' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3Cpath d='M 1212.98,-79.064 L 1212.16,-76.468 L 1212.81,-76.468 L 1213.39,-78.544 L 1213.4,-78.544 L 1213.93,-76.468 L 1214.78,-76.468 L 1215.33,-78.544 L 1215.34,-78.544 L 1215.92,-76.468 L 1216.53,-76.468 L 1215.71,-79.064 L 1214.91,-79.064 L 1214.35,-76.988 L 1214.34,-76.988 L 1213.79,-79.064 L 1212.98,-79.064 Z' fill='%23ffffff' stroke-linecap='round' stroke='none' stroke-width='0.75' fill-rule='nonzero' stroke-linejoin='round' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_6'%3E%3Cg id='Group_7'%3E%3Cpath d='M 1218.41,-79.064 L 1217.58,-76.468 L 1218.24,-76.468 L 1218.82,-78.544 L 1218.83,-78.544 L 1219.36,-76.468 L 1220.2,-76.468 L 1220.75,-78.544 L 1220.76,-78.544 L 1221.35,-76.468 L 1221.95,-76.468 L 1221.14,-79.064 L 1220.34,-79.064 L 1219.78,-76.988 L 1219.77,-76.988 L 1219.21,-79.064 L 1218.41,-79.064 Z' fill='%23ffffff' stroke-linecap='round' stroke='none' stroke-width='0.75' fill-rule='nonzero' stroke-linejoin='round' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 1214.33,-80.168 L 1214.33,-85.255' fill='none' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-internet-dashboard--highlighted, .icon-internet_ftth-dashboard--highlighted, .icon-internet_dsl-dashboard--highlighted, .icon-INTERNET_FTTH-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1206.46 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1214.34 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%2300aac3'%3E%3Cpath d='M 1217.94,-75.708 C 1217.56,-73.813 1216.63,-72.007 1215.16,-70.538 C 1215.08,-70.458 1215,-70.382 1214.92,-70.307 C 1212.82,-70.143 1210.67,-70.863 1209.07,-72.468 C 1208.13,-73.401 1207.5,-74.521 1207.16,-75.708' fill='none' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1221.51,-75.708 C 1221.18,-74.521 1220.55,-73.401 1219.61,-72.468 C 1218.31,-71.16 1216.63,-70.44 1214.92,-70.307' fill='none' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1213.75,-70.307 C 1213.67,-70.382 1213.59,-70.458 1213.52,-70.538 C 1212.05,-72.006 1211.12,-73.813 1210.74,-75.708' fill='none' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1214.33,-70.284 L 1214.33,-75.371' fill='none' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1220.09,-73.008 C 1216.54,-75.067 1212.12,-75.067 1208.57,-73.008' fill='none' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1217.94,-79.826 C 1217.56,-81.721 1216.63,-83.529 1215.16,-84.998 C 1215.08,-85.077 1215,-85.153 1214.92,-85.227 C 1212.82,-85.392 1210.67,-84.671 1209.07,-83.068 C 1208.13,-82.135 1207.5,-81.013 1207.16,-79.826' fill='none' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1221.51,-79.826 C 1221.18,-81.013 1220.55,-82.135 1219.61,-83.068 C 1218.31,-84.374 1216.63,-85.095 1214.92,-85.227' fill='none' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1213.75,-85.227 C 1213.67,-85.153 1213.6,-85.077 1213.52,-84.998 C 1212.05,-83.529 1211.12,-81.723 1210.74,-79.826' fill='none' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1220.08,-82.538 C 1216.54,-80.479 1212.12,-80.479 1208.57,-82.538' fill='none' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3Cg id='Group_3'%3E%3Cpath d='M 1207.55,-79.064 L 1206.73,-76.468 L 1207.38,-76.468 L 1207.96,-78.544 L 1207.97,-78.544 L 1208.5,-76.468 L 1209.35,-76.468 L 1209.9,-78.544 L 1209.91,-78.544 L 1210.49,-76.468 L 1211.1,-76.468 L 1210.29,-79.064 L 1209.48,-79.064 L 1208.92,-76.988 L 1208.91,-76.988 L 1208.36,-79.064 L 1207.55,-79.064 Z' fill='%2300aac3' stroke-linecap='round' stroke='none' stroke-width='0.75' fill-rule='nonzero' stroke-linejoin='round' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3Cpath d='M 1212.98,-79.064 L 1212.16,-76.468 L 1212.81,-76.468 L 1213.39,-78.544 L 1213.4,-78.544 L 1213.93,-76.468 L 1214.78,-76.468 L 1215.33,-78.544 L 1215.34,-78.544 L 1215.92,-76.468 L 1216.53,-76.468 L 1215.71,-79.064 L 1214.91,-79.064 L 1214.35,-76.988 L 1214.34,-76.988 L 1213.79,-79.064 L 1212.98,-79.064 Z' fill='%2300aac3' stroke-linecap='round' stroke='none' stroke-width='0.75' fill-rule='nonzero' stroke-linejoin='round' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_6'%3E%3Cg id='Group_7'%3E%3Cpath d='M 1218.41,-79.064 L 1217.58,-76.468 L 1218.24,-76.468 L 1218.82,-78.544 L 1218.83,-78.544 L 1219.36,-76.468 L 1220.2,-76.468 L 1220.75,-78.544 L 1220.76,-78.544 L 1221.35,-76.468 L 1221.95,-76.468 L 1221.14,-79.064 L 1220.34,-79.064 L 1219.78,-76.988 L 1219.77,-76.988 L 1219.21,-79.064 L 1218.41,-79.064 Z' fill='%2300aac3' stroke-linecap='round' stroke='none' stroke-width='0.75' fill-rule='nonzero' stroke-linejoin='round' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 1214.33,-80.168 L 1214.33,-85.255' fill='none' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-internet-dashboard--not-highlighted, .icon-internet_ftth-dashboard--not-highlighted, .icon-internet_dsl-dashboard--not-highlighted, .icon-INTERNET_FTTH-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1206.46 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1214.34 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%23bec6cc'%3E%3Cpath d='M 1217.94,-75.708 C 1217.56,-73.813 1216.63,-72.007 1215.16,-70.538 C 1215.08,-70.458 1215,-70.382 1214.92,-70.307 C 1212.82,-70.143 1210.67,-70.863 1209.07,-72.468 C 1208.13,-73.401 1207.5,-74.521 1207.16,-75.708' fill='none' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1221.51,-75.708 C 1221.18,-74.521 1220.55,-73.401 1219.61,-72.468 C 1218.31,-71.16 1216.63,-70.44 1214.92,-70.307' fill='none' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1213.75,-70.307 C 1213.67,-70.382 1213.59,-70.458 1213.52,-70.538 C 1212.05,-72.006 1211.12,-73.813 1210.74,-75.708' fill='none' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1214.33,-70.284 L 1214.33,-75.371' fill='none' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1220.09,-73.008 C 1216.54,-75.067 1212.12,-75.067 1208.57,-73.008' fill='none' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1217.94,-79.826 C 1217.56,-81.721 1216.63,-83.529 1215.16,-84.998 C 1215.08,-85.077 1215,-85.153 1214.92,-85.227 C 1212.82,-85.392 1210.67,-84.671 1209.07,-83.068 C 1208.13,-82.135 1207.5,-81.013 1207.16,-79.826' fill='none' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1221.51,-79.826 C 1221.18,-81.013 1220.55,-82.135 1219.61,-83.068 C 1218.31,-84.374 1216.63,-85.095 1214.92,-85.227' fill='none' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1213.75,-85.227 C 1213.67,-85.153 1213.6,-85.077 1213.52,-84.998 C 1212.05,-83.529 1211.12,-81.723 1210.74,-79.826' fill='none' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 1220.08,-82.538 C 1216.54,-80.479 1212.12,-80.479 1208.57,-82.538' fill='none' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3Cg id='Group_3'%3E%3Cpath d='M 1207.55,-79.064 L 1206.73,-76.468 L 1207.38,-76.468 L 1207.96,-78.544 L 1207.97,-78.544 L 1208.5,-76.468 L 1209.35,-76.468 L 1209.9,-78.544 L 1209.91,-78.544 L 1210.49,-76.468 L 1211.1,-76.468 L 1210.29,-79.064 L 1209.48,-79.064 L 1208.92,-76.988 L 1208.91,-76.988 L 1208.36,-79.064 L 1207.55,-79.064 Z' fill='%23bec6cc' stroke-linecap='round' stroke='none' stroke-width='0.75' fill-rule='nonzero' stroke-linejoin='round' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3Cpath d='M 1212.98,-79.064 L 1212.16,-76.468 L 1212.81,-76.468 L 1213.39,-78.544 L 1213.4,-78.544 L 1213.93,-76.468 L 1214.78,-76.468 L 1215.33,-78.544 L 1215.34,-78.544 L 1215.92,-76.468 L 1216.53,-76.468 L 1215.71,-79.064 L 1214.91,-79.064 L 1214.35,-76.988 L 1214.34,-76.988 L 1213.79,-79.064 L 1212.98,-79.064 Z' fill='%23bec6cc' stroke-linecap='round' stroke='none' stroke-width='0.75' fill-rule='nonzero' stroke-linejoin='round' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_6'%3E%3Cg id='Group_7'%3E%3Cpath d='M 1218.41,-79.064 L 1217.58,-76.468 L 1218.24,-76.468 L 1218.82,-78.544 L 1218.83,-78.544 L 1219.36,-76.468 L 1220.2,-76.468 L 1220.75,-78.544 L 1220.76,-78.544 L 1221.35,-76.468 L 1221.95,-76.468 L 1221.14,-79.064 L 1220.34,-79.064 L 1219.78,-76.988 L 1219.77,-76.988 L 1219.21,-79.064 L 1218.41,-79.064 Z' fill='%23bec6cc' stroke-linecap='round' stroke='none' stroke-width='0.75' fill-rule='nonzero' stroke-linejoin='round' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 1214.33,-80.168 L 1214.33,-85.255' fill='none' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-district-heat-dashboard--active, .icon-district_heat-dashboard--active, .icon-DISTRICT_HEAT-dashboard--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.753pt' height='15.753pt' viewBox='1164.11 69.894 15.753 15.753'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1171.99 -77.771) rotate(90)' stroke='none' stroke-width='0.75' stroke-linejoin='miter'/%3E%3Cpath d='M 1169.14,-73.165 C 1170.09,-74.67 1170.86,-75.809 1169.14,-77.807 C 1167.42,-79.8 1168.14,-81.086 1169.14,-82.373' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.75'/%3E%3Cpath d='M 1172,-73.167 C 1172.95,-74.672 1173.71,-75.811 1172,-77.807 C 1170.28,-79.8 1171,-81.089 1172,-82.375' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.75'/%3E%3Cpath d='M 1174.85,-73.167 C 1175.8,-74.672 1176.57,-75.811 1174.85,-77.807 C 1173.13,-79.8 1173.85,-81.089 1174.85,-82.375' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.75'/%3E%3Cellipse rx='7.5' ry='7.499' transform='translate(1171.99 -77.77) rotate(135.005)' stroke-linejoin='miter' stroke-width='0.75' stroke='%23ffffff'/%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-district-heat-dashboard--highlighted, .icon-district_heat-dashboard--highlighted, .icon-DISTRICT_HEAT-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.753pt' height='15.753pt' viewBox='1164.11 69.894 15.753 15.753'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1171.99 -77.771) rotate(90)' stroke='none' stroke-width='0.75' stroke-linejoin='miter'/%3E%3Cpath d='M 1169.14,-73.165 C 1170.09,-74.67 1170.86,-75.809 1169.14,-77.807 C 1167.42,-79.8 1168.14,-81.086 1169.14,-82.373' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.75'/%3E%3Cpath d='M 1172,-73.167 C 1172.95,-74.672 1173.71,-75.811 1172,-77.807 C 1170.28,-79.8 1171,-81.089 1172,-82.375' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.75'/%3E%3Cpath d='M 1174.85,-73.167 C 1175.8,-74.672 1176.57,-75.811 1174.85,-77.807 C 1173.13,-79.8 1173.85,-81.089 1174.85,-82.375' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.75'/%3E%3Cellipse rx='7.5' ry='7.499' transform='translate(1171.99 -77.77) rotate(135.005)' stroke-linejoin='miter' stroke-width='0.75' stroke='%2300aac3'/%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-district-heat-dashboard--not-highlighted, .icon-district_heat-dashboard--not-highlighted, .icon-DISTRICT_HEAT-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.753pt' height='15.753pt' viewBox='1164.11 69.894 15.753 15.753'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1171.99 -77.771) rotate(90)' stroke='none' stroke-width='0.75' stroke-linejoin='miter'/%3E%3Cpath d='M 1169.14,-73.165 C 1170.09,-74.67 1170.86,-75.809 1169.14,-77.807 C 1167.42,-79.8 1168.14,-81.086 1169.14,-82.373' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc' stroke-width='0.75'/%3E%3Cpath d='M 1172,-73.167 C 1172.95,-74.672 1173.71,-75.811 1172,-77.807 C 1170.28,-79.8 1171,-81.089 1172,-82.375' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc' stroke-width='0.75'/%3E%3Cpath d='M 1174.85,-73.167 C 1175.8,-74.672 1176.57,-75.811 1174.85,-77.807 C 1173.13,-79.8 1173.85,-81.089 1174.85,-82.375' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc' stroke-width='0.75'/%3E%3Cellipse rx='7.5' ry='7.499' transform='translate(1171.99 -77.77) rotate(135.005)' stroke-linejoin='miter' stroke-width='0.75' stroke='%23bec6cc'/%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-funding-dashboard--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M29.532 25.76l-5.655-5.655 0.754-0.754-0.754-0.754-2.261 2.261-3.771-3.77 4.53-4.532c0.603 0.215 1.234 0.324 1.882 0.324 1.493 0 2.897-0.582 3.954-1.637 1.63-1.631 2.092-4.054 1.178-6.174l-0.311-0.722-2.43 2.43-1.956 0.027 0.026-1.866 2.477-2.477-0.72-0.312c-0.706-0.306-1.457-0.461-2.229-0.461-1.494 0-2.897 0.582-3.952 1.637-1.546 1.545-2.043 3.802-1.311 5.84l-4.529 4.529-6.409-6.408 0.754-0.754-4.145-4.146-2.264 2.261 4.147 4.147 0.753-0.754 6.409 6.408-4.529 4.529c-0.605-0.217-1.239-0.326-1.888-0.326-1.493 0-2.897 0.582-3.953 1.637-1.633 1.632-2.095 4.059-1.176 6.181l0.312 0.72 2.477-2.477 1.865-0.025-0.027 1.956-2.43 2.43 0.722 0.311c0.704 0.303 1.452 0.458 2.221 0.458 1.494 0 2.897-0.581 3.952-1.636 1.544-1.544 2.041-3.799 1.314-5.833l4.532-4.532 3.771 3.769-2.263 2.263 0.754 0.754 0.754-0.754 5.654 5.654c0.503 0.504 1.174 0.781 1.885 0.781s1.381-0.277 1.885-0.781c1.039-1.039 1.039-2.73-0-3.769zM3.899 4.648l0.754-0.753 2.638 2.638-0.754 0.754-2.639-2.639zM11.448 22.456c0.739 1.716 0.364 3.679-0.955 4.999-0.854 0.854-1.989 1.324-3.198 1.324-0.347 0-0.689-0.039-1.021-0.116l1.569-1.569 0.047-3.485-3.394 0.046-1.619 1.619c-0.356-1.51 0.081-3.103 1.208-4.229 0.854-0.854 1.99-1.325 3.199-1.325 0.626 0 1.233 0.125 1.806 0.373l0.333 0.144 10.819-10.819-0.144-0.333c-0.744-1.719-0.37-3.682 0.952-5.004 0.854-0.854 1.99-1.325 3.198-1.325 0.35 0 0.695 0.040 1.030 0.117l-1.618 1.618-0.047 3.394 3.485-0.047 1.57-1.57c0.352 1.507-0.086 3.097-1.209 4.221-0.855 0.854-1.991 1.325-3.2 1.325-0.624 0-1.23-0.125-1.801-0.371l-0.332-0.143-10.821 10.823 0.143 0.332zM28.779 28.775c-0.302 0.302-0.704 0.469-1.131 0.469s-0.829-0.167-1.131-0.469l-5.654-5.654 2.262-2.262 5.655 5.655c0.624 0.624 0.624 1.638 0.001 2.261z' fill='%23ffffff'%3E%3C/path%3E%3C/svg%3E");
}
.icon-funding-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M29.532 25.76l-5.655-5.655 0.754-0.754-0.754-0.754-2.261 2.261-3.771-3.77 4.53-4.532c0.603 0.215 1.234 0.324 1.882 0.324 1.493 0 2.897-0.582 3.954-1.637 1.63-1.631 2.092-4.054 1.178-6.174l-0.311-0.722-2.43 2.43-1.956 0.027 0.026-1.866 2.477-2.477-0.72-0.312c-0.706-0.306-1.457-0.461-2.229-0.461-1.494 0-2.897 0.582-3.952 1.637-1.546 1.545-2.043 3.802-1.311 5.84l-4.529 4.529-6.409-6.408 0.754-0.754-4.145-4.146-2.264 2.261 4.147 4.147 0.753-0.754 6.409 6.408-4.529 4.529c-0.605-0.217-1.239-0.326-1.888-0.326-1.493 0-2.897 0.582-3.953 1.637-1.633 1.632-2.095 4.059-1.176 6.181l0.312 0.72 2.477-2.477 1.865-0.025-0.027 1.956-2.43 2.43 0.722 0.311c0.704 0.303 1.452 0.458 2.221 0.458 1.494 0 2.897-0.581 3.952-1.636 1.544-1.544 2.041-3.799 1.314-5.833l4.532-4.532 3.771 3.769-2.263 2.263 0.754 0.754 0.754-0.754 5.654 5.654c0.503 0.504 1.174 0.781 1.885 0.781s1.381-0.277 1.885-0.781c1.039-1.039 1.039-2.73-0-3.769zM3.899 4.648l0.754-0.753 2.638 2.638-0.754 0.754-2.639-2.639zM11.448 22.456c0.739 1.716 0.364 3.679-0.955 4.999-0.854 0.854-1.989 1.324-3.198 1.324-0.347 0-0.689-0.039-1.021-0.116l1.569-1.569 0.047-3.485-3.394 0.046-1.619 1.619c-0.356-1.51 0.081-3.103 1.208-4.229 0.854-0.854 1.99-1.325 3.199-1.325 0.626 0 1.233 0.125 1.806 0.373l0.333 0.144 10.819-10.819-0.144-0.333c-0.744-1.719-0.37-3.682 0.952-5.004 0.854-0.854 1.99-1.325 3.198-1.325 0.35 0 0.695 0.040 1.030 0.117l-1.618 1.618-0.047 3.394 3.485-0.047 1.57-1.57c0.352 1.507-0.086 3.097-1.209 4.221-0.855 0.854-1.991 1.325-3.2 1.325-0.624 0-1.23-0.125-1.801-0.371l-0.332-0.143-10.821 10.823 0.143 0.332zM28.779 28.775c-0.302 0.302-0.704 0.469-1.131 0.469s-0.829-0.167-1.131-0.469l-5.654-5.654 2.262-2.262 5.655 5.655c0.624 0.624 0.624 1.638 0.001 2.261z' fill='%2300aac3'%3E%3C/path%3E%3C/svg%3E");
}
.icon-funding-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg id='icomoon-ignore'%3E%3C/g%3E%3Cpath d='M29.532 25.76l-5.655-5.655 0.754-0.754-0.754-0.754-2.261 2.261-3.771-3.77 4.53-4.532c0.603 0.215 1.234 0.324 1.882 0.324 1.493 0 2.897-0.582 3.954-1.637 1.63-1.631 2.092-4.054 1.178-6.174l-0.311-0.722-2.43 2.43-1.956 0.027 0.026-1.866 2.477-2.477-0.72-0.312c-0.706-0.306-1.457-0.461-2.229-0.461-1.494 0-2.897 0.582-3.952 1.637-1.546 1.545-2.043 3.802-1.311 5.84l-4.529 4.529-6.409-6.408 0.754-0.754-4.145-4.146-2.264 2.261 4.147 4.147 0.753-0.754 6.409 6.408-4.529 4.529c-0.605-0.217-1.239-0.326-1.888-0.326-1.493 0-2.897 0.582-3.953 1.637-1.633 1.632-2.095 4.059-1.176 6.181l0.312 0.72 2.477-2.477 1.865-0.025-0.027 1.956-2.43 2.43 0.722 0.311c0.704 0.303 1.452 0.458 2.221 0.458 1.494 0 2.897-0.581 3.952-1.636 1.544-1.544 2.041-3.799 1.314-5.833l4.532-4.532 3.771 3.769-2.263 2.263 0.754 0.754 0.754-0.754 5.654 5.654c0.503 0.504 1.174 0.781 1.885 0.781s1.381-0.277 1.885-0.781c1.039-1.039 1.039-2.73-0-3.769zM3.899 4.648l0.754-0.753 2.638 2.638-0.754 0.754-2.639-2.639zM11.448 22.456c0.739 1.716 0.364 3.679-0.955 4.999-0.854 0.854-1.989 1.324-3.198 1.324-0.347 0-0.689-0.039-1.021-0.116l1.569-1.569 0.047-3.485-3.394 0.046-1.619 1.619c-0.356-1.51 0.081-3.103 1.208-4.229 0.854-0.854 1.99-1.325 3.199-1.325 0.626 0 1.233 0.125 1.806 0.373l0.333 0.144 10.819-10.819-0.144-0.333c-0.744-1.719-0.37-3.682 0.952-5.004 0.854-0.854 1.99-1.325 3.198-1.325 0.35 0 0.695 0.040 1.030 0.117l-1.618 1.618-0.047 3.394 3.485-0.047 1.57-1.57c0.352 1.507-0.086 3.097-1.209 4.221-0.855 0.854-1.991 1.325-3.2 1.325-0.624 0-1.23-0.125-1.801-0.371l-0.332-0.143-10.821 10.823 0.143 0.332zM28.779 28.775c-0.302 0.302-0.704 0.469-1.131 0.469s-0.829-0.167-1.131-0.469l-5.654-5.654 2.262-2.262 5.655 5.655c0.624 0.624 0.624 1.638 0.001 2.261z' fill='%23bec6cc'%3E%3C/path%3E%3C/svg%3E");
}

.icon-private-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1114.08 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 1125.07,-73.355 L 1125.07,-72.468 C 1125.07,-72.356 1125.16,-72.262 1125.28,-72.262 L 1126.42,-72.262 C 1126.53,-72.262 1126.62,-72.356 1126.62,-72.468 L 1126.62,-74.289 L 1128.27,-75.277 C 1128.28,-75.281 1128.29,-75.286 1128.3,-75.293 L 1128.66,-75.512 C 1128.73,-75.554 1128.85,-75.621 1128.93,-75.667 L 1129.29,-75.884 C 1129.54,-76.036 1129.51,-76.159 1129.22,-76.159 L 1128.18,-76.159 C 1128.18,-76.16 1128.18,-76.16 1128.18,-76.161 L 1128.07,-76.161 L 1128.07,-83.398 C 1128.07,-83.692 1127.83,-83.933 1127.54,-83.933 L 1124.49,-83.933 C 1124.21,-83.933 1123.99,-83.721 1123.96,-83.449 L 1123.96,-80.588 C 1123.96,-80.291 1123.72,-80.049 1123.42,-80.049 L 1120.39,-80.049 C 1120.09,-80.049 1119.85,-80.291 1119.85,-80.588 L 1119.85,-81.997 C 1119.85,-82.013 1119.85,-82.031 1119.85,-82.048 L 1119.85,-83.447 C 1119.82,-83.721 1119.6,-83.933 1119.32,-83.933 L 1116.27,-83.933 C 1115.98,-83.933 1115.74,-83.692 1115.74,-83.398 L 1115.74,-76.161 L 1115.73,-76.161 C 1115.73,-76.16 1115.73,-76.16 1115.73,-76.159 L 1114.7,-76.159 C 1114.41,-76.159 1114.37,-76.036 1114.63,-75.886 L 1114.99,-75.667 L 1121.55,-71.729 C 1121.82,-71.57 1122.1,-71.564 1122.36,-71.729 L 1125.02,-73.323 C 1125.03,-73.335 1125.05,-73.343 1125.07,-73.355' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1121.96 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-private-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1114.08 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 1125.07,-73.355 L 1125.07,-72.468 C 1125.07,-72.356 1125.16,-72.262 1125.28,-72.262 L 1126.42,-72.262 C 1126.53,-72.262 1126.62,-72.356 1126.62,-72.468 L 1126.62,-74.289 L 1128.27,-75.277 C 1128.28,-75.281 1128.29,-75.286 1128.3,-75.293 L 1128.66,-75.512 C 1128.73,-75.554 1128.85,-75.621 1128.93,-75.667 L 1129.29,-75.884 C 1129.54,-76.036 1129.51,-76.159 1129.22,-76.159 L 1128.18,-76.159 C 1128.18,-76.16 1128.18,-76.16 1128.18,-76.161 L 1128.07,-76.161 L 1128.07,-83.398 C 1128.07,-83.692 1127.83,-83.933 1127.54,-83.933 L 1124.49,-83.933 C 1124.21,-83.933 1123.99,-83.721 1123.96,-83.449 L 1123.96,-80.588 C 1123.96,-80.291 1123.72,-80.049 1123.42,-80.049 L 1120.39,-80.049 C 1120.09,-80.049 1119.85,-80.291 1119.85,-80.588 L 1119.85,-81.997 C 1119.85,-82.013 1119.85,-82.031 1119.85,-82.048 L 1119.85,-83.447 C 1119.82,-83.721 1119.6,-83.933 1119.32,-83.933 L 1116.27,-83.933 C 1115.98,-83.933 1115.74,-83.692 1115.74,-83.398 L 1115.74,-76.161 L 1115.73,-76.161 C 1115.73,-76.16 1115.73,-76.16 1115.73,-76.159 L 1114.7,-76.159 C 1114.41,-76.159 1114.37,-76.036 1114.63,-75.886 L 1114.99,-75.667 L 1121.55,-71.729 C 1121.82,-71.57 1122.1,-71.564 1122.36,-71.729 L 1125.02,-73.323 C 1125.03,-73.335 1125.05,-73.343 1125.07,-73.355' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1121.96 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-private-dashboard--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1114.08 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 1125.07,-73.355 L 1125.07,-72.468 C 1125.07,-72.356 1125.16,-72.262 1125.28,-72.262 L 1126.42,-72.262 C 1126.53,-72.262 1126.62,-72.356 1126.62,-72.468 L 1126.62,-74.289 L 1128.27,-75.277 C 1128.28,-75.281 1128.29,-75.286 1128.3,-75.293 L 1128.66,-75.512 C 1128.73,-75.554 1128.85,-75.621 1128.93,-75.667 L 1129.29,-75.884 C 1129.54,-76.036 1129.51,-76.159 1129.22,-76.159 L 1128.18,-76.159 C 1128.18,-76.16 1128.18,-76.16 1128.18,-76.161 L 1128.07,-76.161 L 1128.07,-83.398 C 1128.07,-83.692 1127.83,-83.933 1127.54,-83.933 L 1124.49,-83.933 C 1124.21,-83.933 1123.99,-83.721 1123.96,-83.449 L 1123.96,-80.588 C 1123.96,-80.291 1123.72,-80.049 1123.42,-80.049 L 1120.39,-80.049 C 1120.09,-80.049 1119.85,-80.291 1119.85,-80.588 L 1119.85,-81.997 C 1119.85,-82.013 1119.85,-82.031 1119.85,-82.048 L 1119.85,-83.447 C 1119.82,-83.721 1119.6,-83.933 1119.32,-83.933 L 1116.27,-83.933 C 1115.98,-83.933 1115.74,-83.692 1115.74,-83.398 L 1115.74,-76.161 L 1115.73,-76.161 C 1115.73,-76.16 1115.73,-76.16 1115.73,-76.159 L 1114.7,-76.159 C 1114.41,-76.159 1114.37,-76.036 1114.63,-75.886 L 1114.99,-75.667 L 1121.55,-71.729 C 1121.82,-71.57 1122.1,-71.564 1122.36,-71.729 L 1125.02,-73.323 C 1125.03,-73.335 1125.05,-73.343 1125.07,-73.355' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1121.96 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-private-dashboard--grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1114.08 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23cccccc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 1125.07,-73.355 L 1125.07,-72.468 C 1125.07,-72.356 1125.16,-72.262 1125.28,-72.262 L 1126.42,-72.262 C 1126.53,-72.262 1126.62,-72.356 1126.62,-72.468 L 1126.62,-74.289 L 1128.27,-75.277 C 1128.28,-75.281 1128.29,-75.286 1128.3,-75.293 L 1128.66,-75.512 C 1128.73,-75.554 1128.85,-75.621 1128.93,-75.667 L 1129.29,-75.884 C 1129.54,-76.036 1129.51,-76.159 1129.22,-76.159 L 1128.18,-76.159 C 1128.18,-76.16 1128.18,-76.16 1128.18,-76.161 L 1128.07,-76.161 L 1128.07,-83.398 C 1128.07,-83.692 1127.83,-83.933 1127.54,-83.933 L 1124.49,-83.933 C 1124.21,-83.933 1123.99,-83.721 1123.96,-83.449 L 1123.96,-80.588 C 1123.96,-80.291 1123.72,-80.049 1123.42,-80.049 L 1120.39,-80.049 C 1120.09,-80.049 1119.85,-80.291 1119.85,-80.588 L 1119.85,-81.997 C 1119.85,-82.013 1119.85,-82.031 1119.85,-82.048 L 1119.85,-83.447 C 1119.82,-83.721 1119.6,-83.933 1119.32,-83.933 L 1116.27,-83.933 C 1115.98,-83.933 1115.74,-83.692 1115.74,-83.398 L 1115.74,-76.161 L 1115.73,-76.161 C 1115.73,-76.16 1115.73,-76.16 1115.73,-76.159 L 1114.7,-76.159 C 1114.41,-76.159 1114.37,-76.036 1114.63,-75.886 L 1114.99,-75.667 L 1121.55,-71.729 C 1121.82,-71.57 1122.1,-71.564 1122.36,-71.729 L 1125.02,-73.323 C 1125.03,-73.335 1125.05,-73.343 1125.07,-73.355' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1121.96 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-business-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1136.58 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1144.46 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 1146.52,-73.482 L 1150.09,-73.482 C 1150.38,-73.482 1150.62,-73.724 1150.62,-74.018 L 1150.62,-83.395 C 1150.62,-83.692 1150.38,-83.932 1150.09,-83.932 L 1147.04,-83.932 C 1146.75,-83.932 1146.52,-83.692 1146.52,-83.395 L 1146.52,-82.046 C 1146.52,-81.749 1146.27,-81.505 1145.97,-81.505 L 1142.94,-81.505 C 1142.65,-81.505 1142.4,-81.749 1142.4,-82.046 L 1142.4,-83.42 L 1142.4,-83.445 C 1142.38,-83.718 1142.15,-83.932 1141.87,-83.932 L 1138.83,-83.932 C 1138.53,-83.932 1138.3,-83.692 1138.3,-83.395 L 1138.3,-74.018 C 1138.3,-73.724 1138.53,-73.482 1138.83,-73.482 L 1142.41,-73.482 L 1142.41,-72.144 C 1142.41,-71.849 1142.64,-71.607 1142.93,-71.607 L 1145.98,-71.607 C 1146.28,-71.607 1146.52,-71.849 1146.52,-72.144 L 1146.52,-73.482' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-business-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1136.58 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1144.46 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 1146.52,-73.482 L 1150.09,-73.482 C 1150.38,-73.482 1150.62,-73.724 1150.62,-74.018 L 1150.62,-83.395 C 1150.62,-83.692 1150.38,-83.932 1150.09,-83.932 L 1147.04,-83.932 C 1146.75,-83.932 1146.52,-83.692 1146.52,-83.395 L 1146.52,-82.046 C 1146.52,-81.749 1146.27,-81.505 1145.97,-81.505 L 1142.94,-81.505 C 1142.65,-81.505 1142.4,-81.749 1142.4,-82.046 L 1142.4,-83.42 L 1142.4,-83.445 C 1142.38,-83.718 1142.15,-83.932 1141.87,-83.932 L 1138.83,-83.932 C 1138.53,-83.932 1138.3,-83.692 1138.3,-83.395 L 1138.3,-74.018 C 1138.3,-73.724 1138.53,-73.482 1138.83,-73.482 L 1142.41,-73.482 L 1142.41,-72.144 C 1142.41,-71.849 1142.64,-71.607 1142.93,-71.607 L 1145.98,-71.607 C 1146.28,-71.607 1146.52,-71.849 1146.52,-72.144 L 1146.52,-73.482' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-business-dashboard--white {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1136.58 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1144.46 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 1146.52,-73.482 L 1150.09,-73.482 C 1150.38,-73.482 1150.62,-73.724 1150.62,-74.018 L 1150.62,-83.395 C 1150.62,-83.692 1150.38,-83.932 1150.09,-83.932 L 1147.04,-83.932 C 1146.75,-83.932 1146.52,-83.692 1146.52,-83.395 L 1146.52,-82.046 C 1146.52,-81.749 1146.27,-81.505 1145.97,-81.505 L 1142.94,-81.505 C 1142.65,-81.505 1142.4,-81.749 1142.4,-82.046 L 1142.4,-83.42 L 1142.4,-83.445 C 1142.38,-83.718 1142.15,-83.932 1141.87,-83.932 L 1138.83,-83.932 C 1138.53,-83.932 1138.3,-83.692 1138.3,-83.395 L 1138.3,-74.018 C 1138.3,-73.724 1138.53,-73.482 1138.83,-73.482 L 1142.41,-73.482 L 1142.41,-72.144 C 1142.41,-71.849 1142.64,-71.607 1142.93,-71.607 L 1145.98,-71.607 C 1146.28,-71.607 1146.52,-71.849 1146.52,-72.144 L 1146.52,-73.482' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-business-dashboard--grey {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1136.58 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1144.46 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%23cccccc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 1146.52,-73.482 L 1150.09,-73.482 C 1150.38,-73.482 1150.62,-73.724 1150.62,-74.018 L 1150.62,-83.395 C 1150.62,-83.692 1150.38,-83.932 1150.09,-83.932 L 1147.04,-83.932 C 1146.75,-83.932 1146.52,-83.692 1146.52,-83.395 L 1146.52,-82.046 C 1146.52,-81.749 1146.27,-81.505 1145.97,-81.505 L 1142.94,-81.505 C 1142.65,-81.505 1142.4,-81.749 1142.4,-82.046 L 1142.4,-83.42 L 1142.4,-83.445 C 1142.38,-83.718 1142.15,-83.932 1141.87,-83.932 L 1138.83,-83.932 C 1138.53,-83.932 1138.3,-83.692 1138.3,-83.395 L 1138.3,-74.018 C 1138.3,-73.724 1138.53,-73.482 1138.83,-73.482 L 1142.41,-73.482 L 1142.41,-72.144 C 1142.41,-71.849 1142.64,-71.607 1142.93,-71.607 L 1145.98,-71.607 C 1146.28,-71.607 1146.52,-71.849 1146.52,-72.144 L 1146.52,-73.482' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-industry-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1161.94 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1169.82 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%2300aac3' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 1172.91,-74.023 L 1172.91,-72.624 C 1172.91,-72.473 1173.03,-72.353 1173.18,-72.353 L 1175.73,-72.353 C 1175.88,-72.353 1176,-72.473 1176,-72.624 L 1176,-83.394 C 1176,-83.69 1175.76,-83.932 1175.47,-83.932 L 1172.41,-83.932 C 1172.12,-83.932 1171.88,-83.69 1171.88,-83.394 L 1171.88,-82.04 C 1171.88,-81.741 1171.64,-81.497 1171.34,-81.497 L 1168.3,-81.497 C 1168,-81.497 1167.76,-81.741 1167.76,-82.04 L 1167.76,-83.443 C 1167.73,-83.718 1167.51,-83.932 1167.23,-83.932 L 1164.17,-83.932 C 1163.88,-83.932 1163.64,-83.69 1163.64,-83.394 L 1163.64,-76.138 L 1163.64,-71.928 C 1163.64,-71.643 1163.84,-71.528 1164.09,-71.67 L 1168.38,-74.143 L 1168.38,-71.928 C 1168.38,-71.643 1168.58,-71.526 1168.83,-71.67 L 1172.91,-74.023' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-industry-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1161.94 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1169.82 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%23bec6cc' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 1172.91,-74.023 L 1172.91,-72.624 C 1172.91,-72.473 1173.03,-72.353 1173.18,-72.353 L 1175.73,-72.353 C 1175.88,-72.353 1176,-72.473 1176,-72.624 L 1176,-83.394 C 1176,-83.69 1175.76,-83.932 1175.47,-83.932 L 1172.41,-83.932 C 1172.12,-83.932 1171.88,-83.69 1171.88,-83.394 L 1171.88,-82.04 C 1171.88,-81.741 1171.64,-81.497 1171.34,-81.497 L 1168.3,-81.497 C 1168,-81.497 1167.76,-81.741 1167.76,-82.04 L 1167.76,-83.443 C 1167.73,-83.718 1167.51,-83.932 1167.23,-83.932 L 1164.17,-83.932 C 1163.88,-83.932 1163.64,-83.69 1163.64,-83.394 L 1163.64,-76.138 L 1163.64,-71.928 C 1163.64,-71.643 1163.84,-71.528 1164.09,-71.67 L 1168.38,-74.143 L 1168.38,-71.928 C 1168.38,-71.643 1168.58,-71.526 1168.83,-71.67 L 1172.91,-74.023' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-photovoltaic-super-deal-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%2300aac3' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.538pt' height='14.685pt' viewBox='763.734 -342.894 14.538 14.685'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.5'%3E%3Cg id='Group_1'%3E%3Cpath d='M 764.816,335.433 L 763.991,330.069 C 763.856,329.233 764.247,328.459 764.882,328.46 L 774.299,328.46 C 774.933,328.459 775.253,329.233 775.041,330.069 L 773.719,335.433 C 773.58,335.978 773.109,336.377 772.655,336.378 L 765.791,336.378 C 765.337,336.377 764.903,335.978 764.816,335.433 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 764.181,331.301 L 774.736,331.309' fill='none'/%3E%3Cpath d='M 764.56,333.676 L 774.117,333.684' fill='none'/%3E%3Cpath d='M 767.129,336.378 L 766.615,328.459' fill='none'/%3E%3Cpath d='M 771.552,336.378 L 772.489,328.459' fill='none'/%3E%3Cpath d='M 769.535,336.378 L 769.535,328.459' fill='none'/%3E%3Cpath d='M 772.558,341.141 L 772.793,340.555 C 772.844,340.429 772.799,340.258 772.691,340.174 L 772.194,339.784 C 772.157,339.755 772.157,339.706 772.194,339.677 L 772.691,339.287 C 772.798,339.203 772.844,339.032 772.793,338.906 L 772.558,338.32 C 772.54,338.275 772.564,338.234 772.611,338.227 L 773.236,338.138 C 773.371,338.119 773.497,337.994 773.515,337.859 L 773.605,337.233 C 773.612,337.186 773.653,337.162 773.697,337.18 L 774.283,337.416 C 774.41,337.466 774.581,337.421 774.665,337.314 L 775.055,336.816 C 775.084,336.779 775.132,336.779 775.161,336.816 L 775.551,337.313 C 775.635,337.42 775.806,337.466 775.932,337.416 L 776.518,337.18 C 776.563,337.162 776.604,337.186 776.611,337.233 L 776.7,337.859 C 776.719,337.993 776.844,338.119 776.979,338.138 L 777.605,338.227 C 777.652,338.234 777.676,338.275 777.658,338.32 L 777.422,338.906 C 777.372,339.032 777.417,339.203 777.524,339.287 L 778.022,339.677 C 778.059,339.706 778.059,339.754 778.022,339.783 L 777.525,340.173 C 777.418,340.257 777.372,340.428 777.422,340.555 L 777.658,341.141 C 777.676,341.185 777.652,341.227 777.605,341.233 L 776.979,341.323 C 776.845,341.341 776.719,341.467 776.7,341.602 L 776.611,342.227 C 776.604,342.274 776.563,342.299 776.518,342.281 L 775.932,342.045 C 775.806,341.994 775.635,342.04 775.551,342.147 L 775.161,342.644 C 775.132,342.682 775.084,342.682 775.055,342.644 L 774.665,342.148 C 774.581,342.04 774.41,341.995 774.284,342.045 L 773.697,342.281 C 773.653,342.299 773.612,342.274 773.605,342.227 L 773.516,341.602 C 773.497,341.468 773.371,341.342 773.237,341.323 L 772.611,341.233 C 772.564,341.227 772.54,341.185 772.558,341.141 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-photovoltaic-super-deal-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.538pt' height='14.685pt' viewBox='763.734 -342.894 14.538 14.685'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc' stroke-width='0.5'%3E%3Cg id='Group_1'%3E%3Cpath d='M 764.816,335.433 L 763.991,330.069 C 763.856,329.233 764.247,328.459 764.882,328.46 L 774.299,328.46 C 774.933,328.459 775.253,329.233 775.041,330.069 L 773.719,335.433 C 773.58,335.978 773.109,336.377 772.655,336.378 L 765.791,336.378 C 765.337,336.377 764.903,335.978 764.816,335.433 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 764.181,331.301 L 774.736,331.309' fill='none'/%3E%3Cpath d='M 764.56,333.676 L 774.117,333.684' fill='none'/%3E%3Cpath d='M 767.129,336.378 L 766.615,328.459' fill='none'/%3E%3Cpath d='M 771.552,336.378 L 772.489,328.459' fill='none'/%3E%3Cpath d='M 769.535,336.378 L 769.535,328.459' fill='none'/%3E%3Cpath d='M 772.558,341.141 L 772.793,340.555 C 772.844,340.429 772.799,340.258 772.691,340.174 L 772.194,339.784 C 772.157,339.755 772.157,339.706 772.194,339.677 L 772.691,339.287 C 772.798,339.203 772.844,339.032 772.793,338.906 L 772.558,338.32 C 772.54,338.275 772.564,338.234 772.611,338.227 L 773.236,338.138 C 773.371,338.119 773.497,337.994 773.515,337.859 L 773.605,337.233 C 773.612,337.186 773.653,337.162 773.697,337.18 L 774.283,337.416 C 774.41,337.466 774.581,337.421 774.665,337.314 L 775.055,336.816 C 775.084,336.779 775.132,336.779 775.161,336.816 L 775.551,337.313 C 775.635,337.42 775.806,337.466 775.932,337.416 L 776.518,337.18 C 776.563,337.162 776.604,337.186 776.611,337.233 L 776.7,337.859 C 776.719,337.993 776.844,338.119 776.979,338.138 L 777.605,338.227 C 777.652,338.234 777.676,338.275 777.658,338.32 L 777.422,338.906 C 777.372,339.032 777.417,339.203 777.524,339.287 L 778.022,339.677 C 778.059,339.706 778.059,339.754 778.022,339.783 L 777.525,340.173 C 777.418,340.257 777.372,340.428 777.422,340.555 L 777.658,341.141 C 777.676,341.185 777.652,341.227 777.605,341.233 L 776.979,341.323 C 776.845,341.341 776.719,341.467 776.7,341.602 L 776.611,342.227 C 776.604,342.274 776.563,342.299 776.518,342.281 L 775.932,342.045 C 775.806,341.994 775.635,342.04 775.551,342.147 L 775.161,342.644 C 775.132,342.682 775.084,342.682 775.055,342.644 L 774.665,342.148 C 774.581,342.04 774.41,341.995 774.284,342.045 L 773.697,342.281 C 773.653,342.299 773.612,342.274 773.605,342.227 L 773.516,341.602 C 773.497,341.468 773.371,341.342 773.237,341.323 L 772.611,341.233 C 772.564,341.227 772.54,341.185 772.558,341.141 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-photovoltaic-profi-deal-dashboard, .icon-profi-deal-dashboard {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%2300aac3' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.538pt' height='14.685pt' viewBox='780.797 -342.894 14.538 14.685'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.5'%3E%3Cg id='Group_1'%3E%3Cpath d='M 781.879,335.433 L 781.054,330.069 C 780.919,329.233 781.31,328.459 781.945,328.46 L 791.362,328.46 C 791.996,328.459 792.316,329.233 792.104,330.069 L 790.782,335.433 C 790.643,335.978 790.172,336.377 789.718,336.378 L 782.854,336.378 C 782.4,336.377 781.966,335.978 781.879,335.433 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 781.244,331.301 L 791.799,331.309' fill='none'/%3E%3Cpath d='M 781.623,333.676 L 791.18,333.684' fill='none'/%3E%3Cpath d='M 784.192,336.378 L 783.678,328.459' fill='none'/%3E%3Cpath d='M 788.615,336.378 L 789.552,328.459' fill='none'/%3E%3Cpath d='M 786.598,336.378 L 786.598,328.459' fill='none'/%3E%3Cpath d='M 789.621,341.141 L 789.856,340.555 C 789.907,340.429 789.862,340.258 789.754,340.174 L 789.257,339.784 C 789.22,339.755 789.22,339.706 789.257,339.677 L 789.754,339.287 C 789.861,339.203 789.907,339.032 789.856,338.906 L 789.621,338.32 C 789.603,338.275 789.627,338.234 789.674,338.227 L 790.299,338.138 C 790.434,338.119 790.56,337.994 790.578,337.859 L 790.668,337.233 C 790.675,337.186 790.716,337.162 790.76,337.18 L 791.346,337.416 C 791.473,337.466 791.644,337.421 791.728,337.314 L 792.118,336.816 C 792.147,336.779 792.195,336.779 792.224,336.816 L 792.614,337.313 C 792.698,337.42 792.869,337.466 792.995,337.416 L 793.581,337.18 C 793.626,337.162 793.667,337.186 793.674,337.233 L 793.763,337.859 C 793.782,337.993 793.907,338.119 794.042,338.138 L 794.668,338.227 C 794.715,338.234 794.739,338.275 794.721,338.32 L 794.485,338.906 C 794.435,339.032 794.48,339.203 794.587,339.287 L 795.085,339.677 C 795.122,339.706 795.122,339.754 795.085,339.783 L 794.588,340.173 C 794.481,340.257 794.435,340.428 794.485,340.555 L 794.721,341.141 C 794.739,341.185 794.715,341.227 794.668,341.233 L 794.042,341.323 C 793.908,341.341 793.782,341.467 793.763,341.602 L 793.674,342.227 C 793.667,342.274 793.626,342.299 793.581,342.281 L 792.995,342.045 C 792.869,341.994 792.698,342.04 792.614,342.147 L 792.224,342.644 C 792.195,342.682 792.147,342.682 792.118,342.644 L 791.728,342.148 C 791.644,342.04 791.473,341.995 791.347,342.045 L 790.76,342.281 C 790.716,342.299 790.675,342.274 790.668,342.227 L 790.579,341.602 C 790.56,341.468 790.434,341.342 790.3,341.323 L 789.674,341.233 C 789.627,341.227 789.603,341.185 789.621,341.141 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_2' fill-rule='nonzero' stroke-linejoin='round' stroke-linecap='round' stroke='none' stroke-width='0.25' fill='%23000000'%3E%3Cg id='Group_3'%3E%3Cpath d='M 786.567,339.152 C 786.435,339.228 786.333,339.335 786.259,339.472 C 786.186,339.609 786.149,339.771 786.149,339.956 C 786.149,340.141 786.186,340.302 786.259,340.439 C 786.333,340.576 786.435,340.683 786.566,340.759 C 786.697,340.834 786.851,340.872 787.028,340.872 C 787.205,340.872 787.359,340.834 787.491,340.759 C 787.623,340.683 787.726,340.576 787.799,340.439 C 787.873,340.302 787.909,340.142 787.909,339.958 C 787.909,339.773 787.873,339.612 787.799,339.474 C 787.726,339.336 787.623,339.228 787.491,339.152 C 787.359,339.075 787.205,339.037 787.028,339.037 C 786.853,339.037 786.699,339.075 786.567,339.152 Z M 782.831,339.095 C 782.797,339.13 782.78,339.18 782.78,339.244 L 782.78,340.645 C 782.78,340.778 782.847,340.844 782.98,340.844 L 783.593,340.844 C 783.792,340.844 783.945,340.794 784.053,340.694 C 784.161,340.594 784.214,340.455 784.214,340.276 C 784.214,340.098 784.161,339.958 784.053,339.857 C 783.945,339.756 783.792,339.706 783.593,339.706 L 783.172,339.706 L 783.172,339.244 C 783.172,339.18 783.155,339.13 783.123,339.095 C 783.09,339.059 783.041,339.042 782.977,339.042 C 782.913,339.042 782.865,339.059 782.831,339.095 Z M 784.508,339.095 C 784.474,339.13 784.457,339.18 784.457,339.244 L 784.457,340.645 C 784.457,340.778 784.524,340.844 784.657,340.844 L 785.27,340.844 C 785.469,340.844 785.622,340.796 785.73,340.701 C 785.838,340.605 785.891,340.471 785.891,340.299 C 785.891,340.166 785.857,340.055 785.789,339.967 C 785.721,339.879 785.624,339.819 785.498,339.787 C 785.587,339.76 785.66,339.695 785.717,339.592 L 785.874,339.302 C 785.909,339.238 785.916,339.179 785.894,339.124 C 785.872,339.069 785.819,339.042 785.735,339.042 C 785.679,339.042 785.634,339.054 785.599,339.077 C 785.563,339.101 785.533,339.137 785.508,339.186 L 785.265,339.633 C 785.24,339.68 785.209,339.712 785.172,339.729 C 785.135,339.745 785.091,339.754 785.041,339.754 L 784.849,339.754 L 784.849,339.244 C 784.849,339.18 784.832,339.13 784.8,339.095 C 784.767,339.059 784.718,339.042 784.654,339.042 C 784.59,339.042 784.542,339.059 784.508,339.095 Z M 787.375,339.525 C 787.459,339.629 787.5,339.772 787.5,339.956 C 787.5,340.141 787.459,340.284 787.376,340.386 C 787.294,340.488 787.178,340.539 787.028,340.539 C 786.882,340.539 786.767,340.488 786.683,340.386 C 786.6,340.284 786.558,340.141 786.558,339.956 C 786.558,339.772 786.6,339.629 786.683,339.525 C 786.767,339.422 786.882,339.37 787.028,339.37 C 787.176,339.37 787.292,339.422 787.375,339.525 Z M 783.838,340.276 C 783.838,340.451 783.735,340.539 783.528,340.539 L 783.172,340.539 L 783.172,340.009 L 783.528,340.009 C 783.735,340.009 783.838,340.098 783.838,340.276 Z M 785.515,340.289 C 785.515,340.456 785.41,340.539 785.2,340.539 L 784.849,340.539 L 784.849,340.037 L 785.2,340.037 C 785.41,340.037 785.515,340.121 785.515,340.289 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-photovoltaic-profi-deal-dashboard--highlighted, .icon-profi-deal-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%2300aac3' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.538pt' height='14.685pt' viewBox='780.797 -342.894 14.538 14.685'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.5'%3E%3Cg id='Group_1'%3E%3Cpath d='M 781.879,335.433 L 781.054,330.069 C 780.919,329.233 781.31,328.459 781.945,328.46 L 791.362,328.46 C 791.996,328.459 792.316,329.233 792.104,330.069 L 790.782,335.433 C 790.643,335.978 790.172,336.377 789.718,336.378 L 782.854,336.378 C 782.4,336.377 781.966,335.978 781.879,335.433 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 781.244,331.301 L 791.799,331.309' fill='none'/%3E%3Cpath d='M 781.623,333.676 L 791.18,333.684' fill='none'/%3E%3Cpath d='M 784.192,336.378 L 783.678,328.459' fill='none'/%3E%3Cpath d='M 788.615,336.378 L 789.552,328.459' fill='none'/%3E%3Cpath d='M 786.598,336.378 L 786.598,328.459' fill='none'/%3E%3Cpath d='M 789.621,341.141 L 789.856,340.555 C 789.907,340.429 789.862,340.258 789.754,340.174 L 789.257,339.784 C 789.22,339.755 789.22,339.706 789.257,339.677 L 789.754,339.287 C 789.861,339.203 789.907,339.032 789.856,338.906 L 789.621,338.32 C 789.603,338.275 789.627,338.234 789.674,338.227 L 790.299,338.138 C 790.434,338.119 790.56,337.994 790.578,337.859 L 790.668,337.233 C 790.675,337.186 790.716,337.162 790.76,337.18 L 791.346,337.416 C 791.473,337.466 791.644,337.421 791.728,337.314 L 792.118,336.816 C 792.147,336.779 792.195,336.779 792.224,336.816 L 792.614,337.313 C 792.698,337.42 792.869,337.466 792.995,337.416 L 793.581,337.18 C 793.626,337.162 793.667,337.186 793.674,337.233 L 793.763,337.859 C 793.782,337.993 793.907,338.119 794.042,338.138 L 794.668,338.227 C 794.715,338.234 794.739,338.275 794.721,338.32 L 794.485,338.906 C 794.435,339.032 794.48,339.203 794.587,339.287 L 795.085,339.677 C 795.122,339.706 795.122,339.754 795.085,339.783 L 794.588,340.173 C 794.481,340.257 794.435,340.428 794.485,340.555 L 794.721,341.141 C 794.739,341.185 794.715,341.227 794.668,341.233 L 794.042,341.323 C 793.908,341.341 793.782,341.467 793.763,341.602 L 793.674,342.227 C 793.667,342.274 793.626,342.299 793.581,342.281 L 792.995,342.045 C 792.869,341.994 792.698,342.04 792.614,342.147 L 792.224,342.644 C 792.195,342.682 792.147,342.682 792.118,342.644 L 791.728,342.148 C 791.644,342.04 791.473,341.995 791.347,342.045 L 790.76,342.281 C 790.716,342.299 790.675,342.274 790.668,342.227 L 790.579,341.602 C 790.56,341.468 790.434,341.342 790.3,341.323 L 789.674,341.233 C 789.627,341.227 789.603,341.185 789.621,341.141 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_2' fill-rule='nonzero' stroke-linejoin='round' stroke-linecap='round' stroke='none' stroke-width='0.25' fill='%23000000'%3E%3Cg id='Group_3'%3E%3Cpath d='M 786.567,339.152 C 786.435,339.228 786.333,339.335 786.259,339.472 C 786.186,339.609 786.149,339.771 786.149,339.956 C 786.149,340.141 786.186,340.302 786.259,340.439 C 786.333,340.576 786.435,340.683 786.566,340.759 C 786.697,340.834 786.851,340.872 787.028,340.872 C 787.205,340.872 787.359,340.834 787.491,340.759 C 787.623,340.683 787.726,340.576 787.799,340.439 C 787.873,340.302 787.909,340.142 787.909,339.958 C 787.909,339.773 787.873,339.612 787.799,339.474 C 787.726,339.336 787.623,339.228 787.491,339.152 C 787.359,339.075 787.205,339.037 787.028,339.037 C 786.853,339.037 786.699,339.075 786.567,339.152 Z M 782.831,339.095 C 782.797,339.13 782.78,339.18 782.78,339.244 L 782.78,340.645 C 782.78,340.778 782.847,340.844 782.98,340.844 L 783.593,340.844 C 783.792,340.844 783.945,340.794 784.053,340.694 C 784.161,340.594 784.214,340.455 784.214,340.276 C 784.214,340.098 784.161,339.958 784.053,339.857 C 783.945,339.756 783.792,339.706 783.593,339.706 L 783.172,339.706 L 783.172,339.244 C 783.172,339.18 783.155,339.13 783.123,339.095 C 783.09,339.059 783.041,339.042 782.977,339.042 C 782.913,339.042 782.865,339.059 782.831,339.095 Z M 784.508,339.095 C 784.474,339.13 784.457,339.18 784.457,339.244 L 784.457,340.645 C 784.457,340.778 784.524,340.844 784.657,340.844 L 785.27,340.844 C 785.469,340.844 785.622,340.796 785.73,340.701 C 785.838,340.605 785.891,340.471 785.891,340.299 C 785.891,340.166 785.857,340.055 785.789,339.967 C 785.721,339.879 785.624,339.819 785.498,339.787 C 785.587,339.76 785.66,339.695 785.717,339.592 L 785.874,339.302 C 785.909,339.238 785.916,339.179 785.894,339.124 C 785.872,339.069 785.819,339.042 785.735,339.042 C 785.679,339.042 785.634,339.054 785.599,339.077 C 785.563,339.101 785.533,339.137 785.508,339.186 L 785.265,339.633 C 785.24,339.68 785.209,339.712 785.172,339.729 C 785.135,339.745 785.091,339.754 785.041,339.754 L 784.849,339.754 L 784.849,339.244 C 784.849,339.18 784.832,339.13 784.8,339.095 C 784.767,339.059 784.718,339.042 784.654,339.042 C 784.59,339.042 784.542,339.059 784.508,339.095 Z M 787.375,339.525 C 787.459,339.629 787.5,339.772 787.5,339.956 C 787.5,340.141 787.459,340.284 787.376,340.386 C 787.294,340.488 787.178,340.539 787.028,340.539 C 786.882,340.539 786.767,340.488 786.683,340.386 C 786.6,340.284 786.558,340.141 786.558,339.956 C 786.558,339.772 786.6,339.629 786.683,339.525 C 786.767,339.422 786.882,339.37 787.028,339.37 C 787.176,339.37 787.292,339.422 787.375,339.525 Z M 783.838,340.276 C 783.838,340.451 783.735,340.539 783.528,340.539 L 783.172,340.539 L 783.172,340.009 L 783.528,340.009 C 783.735,340.009 783.838,340.098 783.838,340.276 Z M 785.515,340.289 C 785.515,340.456 785.41,340.539 785.2,340.539 L 784.849,340.539 L 784.849,340.037 L 785.2,340.037 C 785.41,340.037 785.515,340.121 785.515,340.289 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-photovoltaic-profi-deal-dashboard--not-highlighted, .icon-profi-deal-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.538pt' height='14.685pt' viewBox='780.797 -342.894 14.538 14.685'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc' stroke-width='0.5'%3E%3Cg id='Group_1'%3E%3Cpath d='M 781.879,335.433 L 781.054,330.069 C 780.919,329.233 781.31,328.459 781.945,328.46 L 791.362,328.46 C 791.996,328.459 792.316,329.233 792.104,330.069 L 790.782,335.433 C 790.643,335.978 790.172,336.377 789.718,336.378 L 782.854,336.378 C 782.4,336.377 781.966,335.978 781.879,335.433 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 781.244,331.301 L 791.799,331.309' fill='none'/%3E%3Cpath d='M 781.623,333.676 L 791.18,333.684' fill='none'/%3E%3Cpath d='M 784.192,336.378 L 783.678,328.459' fill='none'/%3E%3Cpath d='M 788.615,336.378 L 789.552,328.459' fill='none'/%3E%3Cpath d='M 786.598,336.378 L 786.598,328.459' fill='none'/%3E%3Cpath d='M 789.621,341.141 L 789.856,340.555 C 789.907,340.429 789.862,340.258 789.754,340.174 L 789.257,339.784 C 789.22,339.755 789.22,339.706 789.257,339.677 L 789.754,339.287 C 789.861,339.203 789.907,339.032 789.856,338.906 L 789.621,338.32 C 789.603,338.275 789.627,338.234 789.674,338.227 L 790.299,338.138 C 790.434,338.119 790.56,337.994 790.578,337.859 L 790.668,337.233 C 790.675,337.186 790.716,337.162 790.76,337.18 L 791.346,337.416 C 791.473,337.466 791.644,337.421 791.728,337.314 L 792.118,336.816 C 792.147,336.779 792.195,336.779 792.224,336.816 L 792.614,337.313 C 792.698,337.42 792.869,337.466 792.995,337.416 L 793.581,337.18 C 793.626,337.162 793.667,337.186 793.674,337.233 L 793.763,337.859 C 793.782,337.993 793.907,338.119 794.042,338.138 L 794.668,338.227 C 794.715,338.234 794.739,338.275 794.721,338.32 L 794.485,338.906 C 794.435,339.032 794.48,339.203 794.587,339.287 L 795.085,339.677 C 795.122,339.706 795.122,339.754 795.085,339.783 L 794.588,340.173 C 794.481,340.257 794.435,340.428 794.485,340.555 L 794.721,341.141 C 794.739,341.185 794.715,341.227 794.668,341.233 L 794.042,341.323 C 793.908,341.341 793.782,341.467 793.763,341.602 L 793.674,342.227 C 793.667,342.274 793.626,342.299 793.581,342.281 L 792.995,342.045 C 792.869,341.994 792.698,342.04 792.614,342.147 L 792.224,342.644 C 792.195,342.682 792.147,342.682 792.118,342.644 L 791.728,342.148 C 791.644,342.04 791.473,341.995 791.347,342.045 L 790.76,342.281 C 790.716,342.299 790.675,342.274 790.668,342.227 L 790.579,341.602 C 790.56,341.468 790.434,341.342 790.3,341.323 L 789.674,341.233 C 789.627,341.227 789.603,341.185 789.621,341.141 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_2' fill-rule='nonzero' stroke-linejoin='round' stroke-linecap='round' stroke='none' stroke-width='0.25' fill='%23000000'%3E%3Cg id='Group_3'%3E%3Cpath d='M 786.567,339.152 C 786.435,339.228 786.333,339.335 786.259,339.472 C 786.186,339.609 786.149,339.771 786.149,339.956 C 786.149,340.141 786.186,340.302 786.259,340.439 C 786.333,340.576 786.435,340.683 786.566,340.759 C 786.697,340.834 786.851,340.872 787.028,340.872 C 787.205,340.872 787.359,340.834 787.491,340.759 C 787.623,340.683 787.726,340.576 787.799,340.439 C 787.873,340.302 787.909,340.142 787.909,339.958 C 787.909,339.773 787.873,339.612 787.799,339.474 C 787.726,339.336 787.623,339.228 787.491,339.152 C 787.359,339.075 787.205,339.037 787.028,339.037 C 786.853,339.037 786.699,339.075 786.567,339.152 Z M 782.831,339.095 C 782.797,339.13 782.78,339.18 782.78,339.244 L 782.78,340.645 C 782.78,340.778 782.847,340.844 782.98,340.844 L 783.593,340.844 C 783.792,340.844 783.945,340.794 784.053,340.694 C 784.161,340.594 784.214,340.455 784.214,340.276 C 784.214,340.098 784.161,339.958 784.053,339.857 C 783.945,339.756 783.792,339.706 783.593,339.706 L 783.172,339.706 L 783.172,339.244 C 783.172,339.18 783.155,339.13 783.123,339.095 C 783.09,339.059 783.041,339.042 782.977,339.042 C 782.913,339.042 782.865,339.059 782.831,339.095 Z M 784.508,339.095 C 784.474,339.13 784.457,339.18 784.457,339.244 L 784.457,340.645 C 784.457,340.778 784.524,340.844 784.657,340.844 L 785.27,340.844 C 785.469,340.844 785.622,340.796 785.73,340.701 C 785.838,340.605 785.891,340.471 785.891,340.299 C 785.891,340.166 785.857,340.055 785.789,339.967 C 785.721,339.879 785.624,339.819 785.498,339.787 C 785.587,339.76 785.66,339.695 785.717,339.592 L 785.874,339.302 C 785.909,339.238 785.916,339.179 785.894,339.124 C 785.872,339.069 785.819,339.042 785.735,339.042 C 785.679,339.042 785.634,339.054 785.599,339.077 C 785.563,339.101 785.533,339.137 785.508,339.186 L 785.265,339.633 C 785.24,339.68 785.209,339.712 785.172,339.729 C 785.135,339.745 785.091,339.754 785.041,339.754 L 784.849,339.754 L 784.849,339.244 C 784.849,339.18 784.832,339.13 784.8,339.095 C 784.767,339.059 784.718,339.042 784.654,339.042 C 784.59,339.042 784.542,339.059 784.508,339.095 Z M 787.375,339.525 C 787.459,339.629 787.5,339.772 787.5,339.956 C 787.5,340.141 787.459,340.284 787.376,340.386 C 787.294,340.488 787.178,340.539 787.028,340.539 C 786.882,340.539 786.767,340.488 786.683,340.386 C 786.6,340.284 786.558,340.141 786.558,339.956 C 786.558,339.772 786.6,339.629 786.683,339.525 C 786.767,339.422 786.882,339.37 787.028,339.37 C 787.176,339.37 787.292,339.422 787.375,339.525 Z M 783.838,340.276 C 783.838,340.451 783.735,340.539 783.528,340.539 L 783.172,340.539 L 783.172,340.009 L 783.528,340.009 C 783.735,340.009 783.838,340.098 783.838,340.276 Z M 785.515,340.289 C 785.515,340.456 785.41,340.539 785.2,340.539 L 784.849,340.539 L 784.849,340.037 L 785.2,340.037 C 785.41,340.037 785.515,340.121 785.515,340.289 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-wallbox-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%2300aac3' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.523pt' height='14.436pt' viewBox='746.355 -342.643 14.523 14.436'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-width='0.5'%3E%3Cg id='Group_1'%3E%3Cpath d='M 747.875,328.503 L 747.875,328.503 C 747.373,328.675 746.944,328.982 746.605,329.448 L 746.605,342.044 C 747.052,342.257 747.467,342.362 747.875,342.393 L 747.875,342.1 L 752.182,342.1 L 752.182,342.392 C 752.589,342.362 753.005,342.257 753.452,342.044 L 753.452,329.448 C 753.113,328.982 752.684,328.675 752.182,328.503 L 747.875,328.503 Z M 751.235,332.795 C 751.901,333.462 751.901,334.543 751.235,335.209 C 750.569,335.875 749.488,335.875 748.821,335.209 C 748.155,334.543 748.155,333.462 748.821,332.795 C 749.488,332.13 750.569,332.13 751.235,332.795 Z' stroke='%2300aac3' marker-start='none' marker-end='none'/%3E%3Cpath d='M 748.167,336.543 L 751.889,336.543' fill='none' stroke-linecap='round'/%3E%3C/g%3E%3Cpath d='M 757.216,330.836 L 756.85,331.166 C 757.105,331.609 757.208,332.088 757.117,332.609 C 757.045,333.24 757.347,334.039 757.896,334.642 C 758.436,335.237 758.408,336.144 757.779,336.888 C 757.224,337.546 756.612,338.374 756.173,339.236 L 756.331,339.453 L 755.629,340.909 C 756.415,341.707 757.228,342.241 758.262,342.393 L 758.953,341.014 L 759.209,340.961 C 759.813,339.259 760.832,336.969 760.594,336.452 L 758.724,330.723 L 758.151,330.552 C 757.854,329.841 757.552,329.142 757.243,328.457 L 756.161,328.457 C 756.501,329.197 756.849,329.984 757.216,330.836 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-wallbox-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.523pt' height='14.436pt' viewBox='746.355 -342.643 14.523 14.436'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-width='0.5'%3E%3Cg id='Group_1'%3E%3Cpath d='M 747.875,328.503 L 747.875,328.503 C 747.373,328.675 746.944,328.982 746.605,329.448 L 746.605,342.044 C 747.052,342.257 747.467,342.362 747.875,342.393 L 747.875,342.1 L 752.182,342.1 L 752.182,342.392 C 752.589,342.362 753.005,342.257 753.452,342.044 L 753.452,329.448 C 753.113,328.982 752.684,328.675 752.182,328.503 L 747.875,328.503 Z M 751.235,332.795 C 751.901,333.462 751.901,334.543 751.235,335.209 C 750.569,335.875 749.488,335.875 748.821,335.209 C 748.155,334.543 748.155,333.462 748.821,332.795 C 749.488,332.13 750.569,332.13 751.235,332.795 Z' stroke='%23bec6cc' marker-start='none' marker-end='none'/%3E%3Cpath d='M 748.167,336.543 L 751.889,336.543' fill='none' stroke-linecap='round'/%3E%3C/g%3E%3Cpath d='M 757.216,330.836 L 756.85,331.166 C 757.105,331.609 757.208,332.088 757.117,332.609 C 757.045,333.24 757.347,334.039 757.896,334.642 C 758.436,335.237 758.408,336.144 757.779,336.888 C 757.224,337.546 756.612,338.374 756.173,339.236 L 756.331,339.453 L 755.629,340.909 C 756.415,341.707 757.228,342.241 758.262,342.393 L 758.953,341.014 L 759.209,340.961 C 759.813,339.259 760.832,336.969 760.594,336.452 L 758.724,330.723 L 758.151,330.552 C 757.854,329.841 757.552,329.142 757.243,328.457 L 756.161,328.457 C 756.501,329.197 756.849,329.984 757.216,330.836 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-charging_card-dashboard--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%2300aac3' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.255pt' height='14.258pt' viewBox='697.125 -342.648 14.255 14.258'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%2300aac3' stroke-width='0.5'%3E%3Cpath d='M 697.375,328.64 L 711.13,328.64' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 704.252,328.64 L 704.252,339.486' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cellipse rx='1.455' ry='1.455' transform='translate(704.252 340.938) rotate(135)' stroke-linejoin='miter'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-charging_card-dashboard--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.255pt' height='14.258pt' viewBox='697.125 -342.648 14.255 14.258'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23bec6cc' stroke-width='0.5'%3E%3Cpath d='M 697.375,328.64 L 711.13,328.64' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 704.252,328.64 L 704.252,339.486' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cellipse rx='1.455' ry='1.455' transform='translate(704.252 340.938) rotate(135)' stroke-linejoin='miter'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

/*
$icon-color-highlighted : "#00aac3";
$icon-color-not-highlighted : "#ffffff";

$icon-color-highlighted : "#00aac3";
$icon-color-not-highlighted : "#bec6cc";*/
.icon-copy-dashboard {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.0.0.4--%3E%3Csvg stroke-width='0.501' stroke-linejoin='bevel' fill-rule='evenodd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='41.25pt' height='41.25pt' viewBox='0 0 41.25 41.25'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Document' fill='none' stroke='black' font-family='Times New Roman' font-size='16' transform='scale(1 -1)'%3E%3Cg id='Spread' transform='translate(0 -41.25)'%3E%3Cg id='Page background'%3E%3Cpath d='M 0,41.249 L 0,0 L 41.249,0 L 41.249,41.249 L 0,41.249 Z' stroke='none' stroke-width='0' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3C/g%3E%3Cg id='MouseOff'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%232a2a2a' stroke-width='2.25' stroke-miterlimit='79.8403193612775'%3E%3Cg id='Group_1'%3E%3Cpath d='M 29.389,5.383 L 35.366,8.898 C 36.801,9.743 37.967,11.799 37.967,13.487 L 37.967,27.766 C 37.967,29.454 36.801,31.51 35.366,32.354 L 23.226,39.492 C 21.791,40.336 19.46,40.336 18.025,39.492 L 5.885,32.352 C 4.45,31.507 3.284,29.451 3.284,27.763 L 3.284,13.484 C 3.285,11.796 4.45,9.74 5.885,8.895 L 11.859,5.383' fill='none'/%3E%3C/g%3E%3Cpath d='M 20.626,21.608 L 20.626,1.125' fill='none'/%3E%3Cpath d='M 29.295,17.49 L 22.121,21.608 C 21.294,22.083 19.946,22.082 19.12,21.608 L 11.957,17.471' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-status-intervention {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg stroke-width='0.501' stroke-linejoin='bevel' fill-rule='evenodd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='20.25pt' height='20.25pt' viewBox='0 0 20.25 20.25'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Document' fill='none' stroke='black' font-family='Times New Roman' font-size='16' transform='scale(1 -1)'%3E%3Cg id='Spread' transform='translate(0 -20.25)'%3E%3Cg id='Ebene 1'%3E%3Cg id='Group' stroke='%23bbff00' stroke-width='0.9' stroke-linejoin='round' stroke-linecap='round' stroke-miterlimit='79.8403193612775'%3E%3Cg id='Group_1'%3E%3Cpath d='M 10.125,4.594 L 10.125,15.656' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M 3.225,16.099 L 8.401,19.088 C 9.352,19.637 10.898,19.637 11.849,19.088 L 17.025,16.099 C 17.977,15.55 18.749,14.212 18.749,13.113 L 18.749,7.137 C 18.749,6.039 17.977,4.701 17.025,4.151 L 11.85,1.162 C 10.898,0.613 9.353,0.613 8.401,1.162 L 3.225,4.151 C 2.274,4.701 1.501,6.039 1.501,7.137 L 1.501,13.113 C 1.501,14.212 2.274,15.55 3.225,16.099 Z' stroke='%23bbff00' stroke-width='0.9' stroke-linecap='round' stroke-linejoin='round' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-status-storno {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg stroke-width='0.501' stroke-linejoin='bevel' fill-rule='evenodd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='20.25pt' height='20.25pt' viewBox='0 0 20.25 20.25'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Document' fill='none' stroke='black' font-family='Times New Roman' font-size='16' transform='scale(1 -1)'%3E%3Cg id='Spread' transform='translate(0 -20.25)'%3E%3Cg id='Ebene 1'%3E%3Cpath d='M 3.225,4.151 L 8.401,1.162 C 9.352,0.613 10.898,0.613 11.849,1.162 L 17.025,4.151 C 17.977,4.7 18.749,6.038 18.749,7.137 L 18.749,13.113 C 18.749,14.211 17.977,15.549 17.025,16.099 L 11.85,19.088 C 10.898,19.637 9.353,19.637 8.401,19.088 L 3.225,16.099 C 2.274,15.549 1.501,14.211 1.501,13.113 L 1.501,7.137 C 1.501,6.038 2.274,4.7 3.225,4.151 Z' stroke='%23ffffff' stroke-width='0.9' stroke-linecap='round' stroke-linejoin='round' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3Cpath d='M 3.225,16.099 L 8.401,19.088 C 9.352,19.637 10.898,19.637 11.849,19.088 L 17.025,16.099 C 17.977,15.55 18.749,14.212 18.749,13.113 L 18.749,7.137 C 18.749,6.039 17.977,4.701 17.025,4.151 L 11.85,1.162 C 10.898,0.613 9.353,0.613 8.401,1.162 L 3.225,4.151 C 2.274,4.701 1.501,6.039 1.501,7.137 L 1.501,13.113 C 1.501,14.212 2.274,15.55 3.225,16.099 Z' stroke='%23ff00ff' stroke-width='0.9' stroke-linecap='round' stroke-linejoin='round' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3Cg id='Group' stroke='%23ff00ff' stroke-width='0.9' stroke-linejoin='round' stroke-linecap='round' stroke-miterlimit='79.8403193612775'%3E%3Cg id='Group_1'%3E%3Cpath d='M 14.915,12.89 L 5.335,7.359' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-status-transfer {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg stroke-width='0.501' stroke-linejoin='bevel' fill-rule='evenodd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='20.25pt' height='20.25pt' viewBox='0 0 20.25 20.25'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Document' fill='none' stroke='black' font-family='Times New Roman' font-size='16' transform='scale(1 -1)'%3E%3Cg id='Spread' transform='translate(0 -20.25)'%3E%3Cg id='Ebene 1'%3E%3Cpath d='M 15.315,8.32 L 15.315,11.99 C 15.317,12.662 14.84,13.484 14.256,13.824 L 11.081,15.658' fill='none' stroke='%2334efff' stroke-width='0.9' stroke-linejoin='round' stroke-linecap='round' stroke-miterlimit='79.8403193612775'/%3E%3Cpath d='M 3.225,16.099 L 8.401,19.088 C 9.352,19.637 10.898,19.637 11.849,19.088 L 17.025,16.099 C 17.977,15.55 18.749,14.212 18.749,13.113 L 18.749,7.137 C 18.749,6.039 17.977,4.701 17.025,4.151 L 11.85,1.162 C 10.898,0.613 9.353,0.613 8.401,1.162 L 3.225,4.151 C 2.274,4.701 1.501,6.039 1.501,7.137 L 1.501,13.113 C 1.501,14.212 2.274,15.55 3.225,16.099 Z' stroke='%2334efff' stroke-width='0.9' stroke-linecap='round' stroke-linejoin='round' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3Cpath d='M 4.932,11.932 L 4.932,8.262 C 4.93,7.59 5.407,6.768 5.991,6.428 L 9.166,4.594' fill='none' stroke='%2334efff' stroke-width='0.9' stroke-linejoin='round' stroke-linecap='round' stroke-miterlimit='79.8403193612775'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-status-inaktiv {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1255.93 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1263.81 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%23cccccc' stroke-width='0.75'%3E%3Cpath d='M 1262.79,-85.021 L 1258.04,-82.276 C 1257.48,-81.952 1257.02,-81.162 1257.02,-80.513 L 1257.02,-75.025 C 1257.02,-74.376 1257.48,-73.586 1258.04,-73.262 L 1262.79,-70.517 C 1263.35,-70.193 1264.27,-70.193 1264.83,-70.517 L 1269.58,-73.262 C 1270.14,-73.586 1270.6,-74.376 1270.6,-75.025 L 1270.6,-80.513 C 1270.6,-81.162 1270.14,-81.952 1269.58,-82.276 L 1264.83,-85.021 C 1264.27,-85.346 1263.35,-85.346 1262.79,-85.021 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_2'%3E%3Cpath d='M 1267.46,-75.659 L 1260.16,-79.879' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_3' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_4'%3E%3Cpath d='M 1267.46,-79.878 L 1260.16,-75.658' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_6'%3E%3Cpath d='M 1263.81,-81.988 L 1263.81,-73.55' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-status-belieferung {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg stroke-width='0.501' stroke-linejoin='bevel' fill-rule='evenodd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='20.25pt' height='20.25pt' viewBox='0 0 20.25 20.25'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Document' fill='none' stroke='black' font-family='Times New Roman' font-size='16' transform='scale(1 -1)'%3E%3Cg id='Spread' transform='translate(0 -20.25)'%3E%3Cg id='Ebene 1'%3E%3Cpath d='M 3.225,16.099 L 8.401,19.088 C 9.352,19.637 10.898,19.637 11.849,19.088 L 17.025,16.099 C 17.977,15.55 18.749,14.212 18.749,13.113 L 18.749,7.137 C 18.749,6.039 17.977,4.701 17.025,4.151 L 11.85,1.162 C 10.898,0.613 9.353,0.613 8.401,1.162 L 3.225,4.151 C 2.274,4.701 1.501,6.039 1.501,7.137 L 1.501,13.113 C 1.501,14.212 2.274,15.55 3.225,16.099 Z' stroke='%2300ff00' stroke-width='0.9' stroke-linecap='round' stroke-linejoin='round' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3Cg id='Group' stroke='%2300ff00' stroke-width='0.9' stroke-linejoin='round' stroke-linecap='round' stroke-miterlimit='79.8403193612775'%3E%3Cg id='Group_1'%3E%3Cpath d='M 14.915,12.89 L 5.335,7.359' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_2' stroke='%2300ff00' stroke-width='0.9' stroke-linejoin='round' stroke-linecap='round' stroke-miterlimit='79.8403193612775'%3E%3Cg id='Group_3'%3E%3Cpath d='M 14.915,7.36 L 5.335,12.891' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_4' stroke='%2300ff00' stroke-width='0.9' stroke-linejoin='round' stroke-linecap='round' stroke-miterlimit='79.8403193612775'%3E%3Cg id='Group_5'%3E%3Cpath d='M 10.125,4.593 L 10.125,15.655' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-status-erstellt {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg stroke-width='0.501' stroke-linejoin='bevel' fill-rule='evenodd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='20.25pt' height='20.25pt' viewBox='0 0 20.25 20.25'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Document' fill='none' stroke='black' font-family='Times New Roman' font-size='16' transform='scale(1 -1)'%3E%3Cg id='Spread' transform='translate(0 -20.25)'%3E%3Cg id='Ebene 1'%3E%3Cpath d='M 17.025,4.151 L 11.849,1.162 C 10.898,0.613 9.352,0.613 8.401,1.162 L 3.225,4.151 C 2.273,4.7 1.501,6.038 1.501,7.137 L 1.501,13.113 C 1.501,14.211 2.273,15.549 3.225,16.099 L 8.4,19.088 C 9.352,19.637 10.897,19.637 11.849,19.088 L 17.025,16.099 C 17.976,15.549 18.749,14.211 18.749,13.113 L 18.749,7.137 C 18.749,6.038 17.976,4.7 17.025,4.151 Z' stroke='%2300ffce' stroke-width='0.9' stroke-linecap='round' stroke-linejoin='round' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3Cpath d='M 17.025,16.099 L 11.849,19.088 C 10.898,19.637 9.352,19.637 8.401,19.088 L 3.225,16.099 C 2.273,15.55 1.501,14.212 1.501,13.113 L 1.501,7.137 C 1.501,6.039 2.273,4.701 3.225,4.151 L 8.4,1.162 C 9.352,0.613 10.897,0.613 11.849,1.162 L 17.025,4.151 C 17.976,4.701 18.749,6.039 18.749,7.137 L 18.749,13.113 C 18.749,14.212 17.976,15.55 17.025,16.099 Z' stroke='%2300ffb3' stroke-width='0.9' stroke-linecap='round' stroke-linejoin='round' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-status-active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg stroke-width='0.501' stroke-linejoin='bevel' fill-rule='evenodd' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='20.25pt' height='20.25pt' viewBox='0 0 20.25 20.25'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Document' fill='none' stroke='black' font-family='Times New Roman' font-size='16' transform='scale(1 -1)'%3E%3Cg id='Spread' transform='translate(0 -20.25)'%3E%3Cg id='Ebene 1'%3E%3Cpath d='M 3.225,16.099 L 8.401,19.088 C 9.352,19.637 10.898,19.637 11.849,19.088 L 17.025,16.099 C 17.977,15.55 18.749,14.212 18.749,13.113 L 18.749,7.137 C 18.749,6.039 17.977,4.701 17.025,4.151 L 11.85,1.162 C 10.898,0.613 9.353,0.613 8.401,1.162 L 3.225,4.151 C 2.274,4.701 1.501,6.039 1.501,7.137 L 1.501,13.113 C 1.501,14.212 2.274,15.55 3.225,16.099 Z' stroke='%23999999' stroke-width='0.9' stroke-linecap='round' stroke-linejoin='round' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3Cg id='Group' stroke='%23999999' stroke-width='0.9' stroke-linejoin='round' stroke-linecap='round' stroke-miterlimit='79.8403193612775'%3E%3Cg id='Group_1'%3E%3Cpath d='M 14.915,12.89 L 5.335,7.359' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_2' stroke='%23999999' stroke-width='0.9' stroke-linejoin='round' stroke-linecap='round' stroke-miterlimit='79.8403193612775'%3E%3Cg id='Group_3'%3E%3Cpath d='M 14.915,7.36 L 5.335,12.891' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_4' stroke='%23999999' stroke-width='0.9' stroke-linejoin='round' stroke-linecap='round' stroke-miterlimit='79.8403193612775'%3E%3Cg id='Group_5'%3E%3Cpath d='M 10.125,4.593 L 10.125,15.655' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.menu-vega-logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.23--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='%23666666' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='81.53pt' height='36.343pt' viewBox='13.235 -38.797 81.53 36.343'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Ebene 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.9' stroke='%23000000' stroke-linejoin='round' stroke-linecap='round'%3E%3Cg id='Group_1'%3E%3Cpath d='M 94.315,11.757 L 84.079,29.489' fill='none'/%3E%3Cpath d='M 73.841,11.757 L 84.079,29.489' fill='none'/%3E%3C/g%3E%3Cpath d='M 69.357,20.644 L 69.357,11.777' fill='none'/%3E%3Cpath d='M 46.323,20.622 L 38.646,20.622' fill='none'/%3E%3Cg id='Group_2'%3E%3Cpath d='M 34.158,29.487 L 23.922,11.755' fill='none'/%3E%3Cpath d='M 13.685,29.487 L 23.922,11.755' fill='none'/%3E%3C/g%3E%3Cg id='Group_3' fill='%23262626'%3E%3Cpath d='M 38.653,11.762 L 69.357,29.498' fill='none'/%3E%3Cpath d='M 69.357,11.767 L 38.646,29.477' fill='none'/%3E%3Cpath d='M 54.003,2.904 L 54.003,38.347' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.document-icon-edit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.786pt' height='15.786pt' viewBox='1073.29 -873.549 15.786 15.786'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.563'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1081.18 865.656) rotate(90)' stroke='none' stroke-linejoin='miter'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke='%23bec6cc'%3E%3Cpath d='M 1073.57,858.044 L 1077.25,859.033 L 1087.92,869.695 L 1087.92,869.695 L 1088.15,869.927 C 1088.95,870.739 1089.01,872.004 1088.27,872.749 L 1088.27,872.749 C 1087.53,873.488 1086.26,873.435 1085.45,872.622 L 1077.99,865.167 C 1077.99,865.167 1077.99,865.167 1077.99,865.167 L 1074.56,861.735 L 1073.57,858.044 Z' stroke-linecap='round' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1087.27,869.047 L 1084.57,871.747' fill='none'/%3E%3Cpath d='M 1077.24,859.03 L 1074.56,861.735' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-edit:hover:not(:disabled) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%2300aac3' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.786pt' height='15.786pt' viewBox='1073.29 -873.549 15.786 15.786'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.563'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1081.18 865.656) rotate(90)' stroke='none' stroke-linejoin='miter'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke='%2300aac3'%3E%3Cpath d='M 1073.57,858.044 L 1077.25,859.033 L 1087.92,869.695 L 1087.92,869.695 L 1088.15,869.927 C 1088.95,870.739 1089.01,872.004 1088.27,872.749 L 1088.27,872.749 C 1087.53,873.488 1086.26,873.435 1085.45,872.622 L 1077.99,865.167 C 1077.99,865.167 1077.99,865.167 1077.99,865.167 L 1074.56,861.735 L 1073.57,858.044 Z' stroke-linecap='round' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1087.27,869.047 L 1084.57,871.747' fill='none'/%3E%3Cpath d='M 1077.24,859.03 L 1074.56,861.735' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-edit--disabled {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.786pt' height='15.786pt' viewBox='1073.29 -873.549 15.786 15.786'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.563'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1081.18 865.656) rotate(90)' stroke='none' stroke-linejoin='miter'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke='%23bec6cc'%3E%3Cpath d='M 1073.57,858.044 L 1077.25,859.033 L 1087.92,869.695 L 1087.92,869.695 L 1088.15,869.927 C 1088.95,870.739 1089.01,872.004 1088.27,872.749 L 1088.27,872.749 C 1087.53,873.488 1086.26,873.435 1085.45,872.622 L 1077.99,865.167 C 1077.99,865.167 1077.99,865.167 1077.99,865.167 L 1074.56,861.735 L 1073.57,858.044 Z' stroke-linecap='round' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1087.27,869.047 L 1084.57,871.747' fill='none'/%3E%3Cpath d='M 1077.24,859.03 L 1074.56,861.735' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-edit--almost-expired {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23ffbf00' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.786pt' height='15.786pt' viewBox='1073.29 -873.549 15.786 15.786'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.563'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1081.18 865.656) rotate(90)' stroke='none' stroke-linejoin='miter'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke='%23ffbf00'%3E%3Cpath d='M 1073.57,858.044 L 1077.25,859.033 L 1087.92,869.695 L 1087.92,869.695 L 1088.15,869.927 C 1088.95,870.739 1089.01,872.004 1088.27,872.749 L 1088.27,872.749 C 1087.53,873.488 1086.26,873.435 1085.45,872.622 L 1077.99,865.167 C 1077.99,865.167 1077.99,865.167 1077.99,865.167 L 1074.56,861.735 L 1073.57,858.044 Z' stroke-linecap='round' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1087.27,869.047 L 1084.57,871.747' fill='none'/%3E%3Cpath d='M 1077.24,859.03 L 1074.56,861.735' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-edit--expired {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23FF0000' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.786pt' height='15.786pt' viewBox='1073.29 -873.549 15.786 15.786'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.563'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1081.18 865.656) rotate(90)' stroke='none' stroke-linejoin='miter'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke='%23FF0000'%3E%3Cpath d='M 1073.57,858.044 L 1077.25,859.033 L 1087.92,869.695 L 1087.92,869.695 L 1088.15,869.927 C 1088.95,870.739 1089.01,872.004 1088.27,872.749 L 1088.27,872.749 C 1087.53,873.488 1086.26,873.435 1085.45,872.622 L 1077.99,865.167 C 1077.99,865.167 1077.99,865.167 1077.99,865.167 L 1074.56,861.735 L 1073.57,858.044 Z' stroke-linecap='round' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1087.27,869.047 L 1084.57,871.747' fill='none'/%3E%3Cpath d='M 1077.24,859.03 L 1074.56,861.735' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.document-icon-copy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.75pt' height='15.75pt' viewBox='-817.826 -2274.11 15.75 15.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.563' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc'%3E%3Cpath d='M -802.568,2270.38 L -802.568,2262.26 C -802.568,2261.65 -803.063,2261.16 -803.672,2261.16 L -810.422,2261.16 C -811.029,2261.16 -811.523,2261.65 -811.523,2262.26 L -811.523,2272.52 C -811.523,2273.13 -811.029,2273.63 -810.422,2273.63 L -805.815,2273.63' fill='none'/%3E%3Cpath d='M -808.377,2261.16 L -808.378,2259.95 C -808.378,2259.34 -808.874,2258.85 -809.48,2258.85 L -816.231,2258.85 C -816.839,2258.85 -817.334,2259.34 -817.334,2259.95 L -817.334,2270.21 C -817.334,2270.82 -816.839,2271.32 -816.231,2271.32 L -811.523,2271.32' fill='none'/%3E%3Cpath d='M -805.815,2273.63 L -802.568,2270.38' fill='none'/%3E%3Cpath d='M -805.815,2273.63 L -805.815,2271.29 C -805.815,2270.79 -805.404,2270.38 -804.898,2270.38 L -802.568,2270.38' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-809.951 2266.24) rotate(90)' stroke='none' stroke-width='0.563'/%3E%3Cpath d='M -815.117,2261.16 L -812.584,2261.16' fill='none' stroke-width='0.563' stroke='%23bec6cc' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -815.117,2263.4 L -812.584,2263.4' fill='none' stroke-width='0.563' stroke='%23bec6cc' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -815.117,2265.64 L -812.584,2265.64' fill='none' stroke-width='0.563' stroke='%23bec6cc' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-copy:hover:not(:disabled) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%2300aac3' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.75pt' height='15.75pt' viewBox='-817.826 -2274.11 15.75 15.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.563' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3'%3E%3Cpath d='M -802.568,2270.38 L -802.568,2262.26 C -802.568,2261.65 -803.063,2261.16 -803.672,2261.16 L -810.422,2261.16 C -811.029,2261.16 -811.523,2261.65 -811.523,2262.26 L -811.523,2272.52 C -811.523,2273.13 -811.029,2273.63 -810.422,2273.63 L -805.815,2273.63' fill='none'/%3E%3Cpath d='M -808.377,2261.16 L -808.378,2259.95 C -808.378,2259.34 -808.874,2258.85 -809.48,2258.85 L -816.231,2258.85 C -816.839,2258.85 -817.334,2259.34 -817.334,2259.95 L -817.334,2270.21 C -817.334,2270.82 -816.839,2271.32 -816.231,2271.32 L -811.523,2271.32' fill='none'/%3E%3Cpath d='M -805.815,2273.63 L -802.568,2270.38' fill='none'/%3E%3Cpath d='M -805.815,2273.63 L -805.815,2271.29 C -805.815,2270.79 -805.404,2270.38 -804.898,2270.38 L -802.568,2270.38' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-809.951 2266.24) rotate(90)' stroke='none' stroke-width='0.563'/%3E%3Cpath d='M -815.117,2261.16 L -812.584,2261.16' fill='none' stroke-width='0.563' stroke='%2300aac3' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -815.117,2263.4 L -812.584,2263.4' fill='none' stroke-width='0.563' stroke='%2300aac3' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -815.117,2265.64 L -812.584,2265.64' fill='none' stroke-width='0.563' stroke='%2300aac3' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-copy--disabled {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.75pt' height='15.75pt' viewBox='-817.826 -2274.11 15.75 15.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.563' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc'%3E%3Cpath d='M -802.568,2270.38 L -802.568,2262.26 C -802.568,2261.65 -803.063,2261.16 -803.672,2261.16 L -810.422,2261.16 C -811.029,2261.16 -811.523,2261.65 -811.523,2262.26 L -811.523,2272.52 C -811.523,2273.13 -811.029,2273.63 -810.422,2273.63 L -805.815,2273.63' fill='none'/%3E%3Cpath d='M -808.377,2261.16 L -808.378,2259.95 C -808.378,2259.34 -808.874,2258.85 -809.48,2258.85 L -816.231,2258.85 C -816.839,2258.85 -817.334,2259.34 -817.334,2259.95 L -817.334,2270.21 C -817.334,2270.82 -816.839,2271.32 -816.231,2271.32 L -811.523,2271.32' fill='none'/%3E%3Cpath d='M -805.815,2273.63 L -802.568,2270.38' fill='none'/%3E%3Cpath d='M -805.815,2273.63 L -805.815,2271.29 C -805.815,2270.79 -805.404,2270.38 -804.898,2270.38 L -802.568,2270.38' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-809.951 2266.24) rotate(90)' stroke='none' stroke-width='0.563'/%3E%3Cpath d='M -815.117,2261.16 L -812.584,2261.16' fill='none' stroke-width='0.563' stroke='%23bec6cc' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -815.117,2263.4 L -812.584,2263.4' fill='none' stroke-width='0.563' stroke='%23bec6cc' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -815.117,2265.64 L -812.584,2265.64' fill='none' stroke-width='0.563' stroke='%23bec6cc' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.document-icon-save, .signature-icon-DRAFT {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.788pt' height='15.788pt' viewBox='-818.506 -2675.77 15.788 15.788'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23bec6cc' stroke-width='0.563' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M -803,2667.88 L -803,2661.34 C -803,2660.75 -803.482,2660.27 -804.076,2660.27 L -817.149,2660.27 C -817.743,2660.27 -818.225,2660.75 -818.225,2661.34 L -818.225,2667.88' fill='none'/%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3Cpath d='M -810.61,2666.32 L -810.61,2675.49' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M -814.635,2668.31 L -811.615,2666.57 C -811.063,2666.25 -810.16,2666.25 -809.603,2666.57 L -806.586,2668.31' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.613 2667.88) rotate(90)' stroke='none' stroke-width='0.563'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-save:hover:not(:disabled), .signature-icon-DRAFT:hover:not(:disabled) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%2300aac3' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.788pt' height='15.788pt' viewBox='-818.506 -2675.77 15.788 15.788'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%2300aac3' stroke-width='0.563' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M -803,2667.88 L -803,2661.34 C -803,2660.75 -803.482,2660.27 -804.076,2660.27 L -817.149,2660.27 C -817.743,2660.27 -818.225,2660.75 -818.225,2661.34 L -818.225,2667.88' fill='none'/%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3Cpath d='M -810.61,2666.32 L -810.61,2675.49' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M -814.635,2668.31 L -811.615,2666.57 C -811.063,2666.25 -810.16,2666.25 -809.603,2666.57 L -806.586,2668.31' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.613 2667.88) rotate(90)' stroke='none' stroke-width='0.563'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-save--disabled, .signature-icon-DRAFT--disabled {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.788pt' height='15.788pt' viewBox='-818.506 -2675.77 15.788 15.788'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23bec6cc' stroke-width='0.563' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M -803,2667.88 L -803,2661.34 C -803,2660.75 -803.482,2660.27 -804.076,2660.27 L -817.149,2660.27 C -817.743,2660.27 -818.225,2660.75 -818.225,2661.34 L -818.225,2667.88' fill='none'/%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3Cpath d='M -810.61,2666.32 L -810.61,2675.49' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M -814.635,2668.31 L -811.615,2666.57 C -811.063,2666.25 -810.16,2666.25 -809.603,2666.57 L -806.586,2668.31' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.613 2667.88) rotate(90)' stroke='none' stroke-width='0.563'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-save--disabled-opacity, .signature-icon-DRAFT--disabled-opacity {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23efefef' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.788pt' height='15.788pt' viewBox='-818.506 -2675.77 15.788 15.788'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23efefef' stroke-width='0.563' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M -803,2667.88 L -803,2661.34 C -803,2660.75 -803.482,2660.27 -804.076,2660.27 L -817.149,2660.27 C -817.743,2660.27 -818.225,2660.75 -818.225,2661.34 L -818.225,2667.88' fill='none'/%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3Cpath d='M -810.61,2666.32 L -810.61,2675.49' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M -814.635,2668.31 L -811.615,2666.57 C -811.063,2666.25 -810.16,2666.25 -809.603,2666.57 L -806.586,2668.31' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.613 2667.88) rotate(90)' stroke='none' stroke-width='0.563'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.document-icon-print, .signature-icon-SIGNATURE {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.801pt' height='15.787pt' viewBox='-818.513 -2669.37 15.801 15.787'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23bec6cc' stroke-linejoin='round' stroke-width='0.563'%3E%3Cpath d='M -815.157,2656.93 L -817.653,2656.93 C -817.972,2656.93 -818.231,2657.19 -818.232,2657.51 L -818.231,2664.41 C -818.231,2664.73 -817.972,2664.99 -817.653,2664.99 L -803.573,2664.99 C -803.251,2664.99 -802.994,2664.73 -802.994,2664.41 L -802.994,2657.51 C -802.994,2657.19 -803.251,2656.93 -803.573,2656.93 L -806.065,2656.93' fill='none'/%3E%3Cpath d='M -815.157,2661.3 L -806.065,2661.3 L -806.065,2654.44 C -806.065,2654.12 -806.325,2653.86 -806.642,2653.86 L -814.58,2653.86 C -814.899,2653.86 -815.157,2654.12 -815.157,2654.44 L -815.157,2661.3' fill='none' stroke-linecap='round'/%3E%3Cpath d='M -815.157,2664.99 L -815.157,2668.51 C -815.157,2668.83 -814.898,2669.08 -814.58,2669.08 L -806.642,2669.08 C -806.325,2669.08 -806.065,2668.83 -806.065,2668.51 L -806.065,2664.99' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.613 2661.47) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-print:hover:not(:disabled), .signature-icon-SIGNATURE:hover:not(:disabled) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%2300aac3' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.801pt' height='15.787pt' viewBox='-818.513 -2669.37 15.801 15.787'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%2300aac3' stroke-linejoin='round' stroke-width='0.563'%3E%3Cpath d='M -815.157,2656.93 L -817.653,2656.93 C -817.972,2656.93 -818.231,2657.19 -818.232,2657.51 L -818.231,2664.41 C -818.231,2664.73 -817.972,2664.99 -817.653,2664.99 L -803.573,2664.99 C -803.251,2664.99 -802.994,2664.73 -802.994,2664.41 L -802.994,2657.51 C -802.994,2657.19 -803.251,2656.93 -803.573,2656.93 L -806.065,2656.93' fill='none'/%3E%3Cpath d='M -815.157,2661.3 L -806.065,2661.3 L -806.065,2654.44 C -806.065,2654.12 -806.325,2653.86 -806.642,2653.86 L -814.58,2653.86 C -814.899,2653.86 -815.157,2654.12 -815.157,2654.44 L -815.157,2661.3' fill='none' stroke-linecap='round'/%3E%3Cpath d='M -815.157,2664.99 L -815.157,2668.51 C -815.157,2668.83 -814.898,2669.08 -814.58,2669.08 L -806.642,2669.08 C -806.325,2669.08 -806.065,2668.83 -806.065,2668.51 L -806.065,2664.99' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.613 2661.47) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-print--disabled, .signature-icon-SIGNATURE--disabled {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.801pt' height='15.787pt' viewBox='-818.513 -2669.37 15.801 15.787'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23bec6cc' stroke-linejoin='round' stroke-width='0.563'%3E%3Cpath d='M -815.157,2656.93 L -817.653,2656.93 C -817.972,2656.93 -818.231,2657.19 -818.232,2657.51 L -818.231,2664.41 C -818.231,2664.73 -817.972,2664.99 -817.653,2664.99 L -803.573,2664.99 C -803.251,2664.99 -802.994,2664.73 -802.994,2664.41 L -802.994,2657.51 C -802.994,2657.19 -803.251,2656.93 -803.573,2656.93 L -806.065,2656.93' fill='none'/%3E%3Cpath d='M -815.157,2661.3 L -806.065,2661.3 L -806.065,2654.44 C -806.065,2654.12 -806.325,2653.86 -806.642,2653.86 L -814.58,2653.86 C -814.899,2653.86 -815.157,2654.12 -815.157,2654.44 L -815.157,2661.3' fill='none' stroke-linecap='round'/%3E%3Cpath d='M -815.157,2664.99 L -815.157,2668.51 C -815.157,2668.83 -814.898,2669.08 -814.58,2669.08 L -806.642,2669.08 C -806.325,2669.08 -806.065,2668.83 -806.065,2668.51 L -806.065,2664.99' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.613 2661.47) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-print--disabled-opacity, .signature-icon-SIGNATURE--disabled-opacity {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23efefef' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.801pt' height='15.787pt' viewBox='-818.513 -2669.37 15.801 15.787'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23efefef' stroke-linejoin='round' stroke-width='0.563'%3E%3Cpath d='M -815.157,2656.93 L -817.653,2656.93 C -817.972,2656.93 -818.231,2657.19 -818.232,2657.51 L -818.231,2664.41 C -818.231,2664.73 -817.972,2664.99 -817.653,2664.99 L -803.573,2664.99 C -803.251,2664.99 -802.994,2664.73 -802.994,2664.41 L -802.994,2657.51 C -802.994,2657.19 -803.251,2656.93 -803.573,2656.93 L -806.065,2656.93' fill='none'/%3E%3Cpath d='M -815.157,2661.3 L -806.065,2661.3 L -806.065,2654.44 C -806.065,2654.12 -806.325,2653.86 -806.642,2653.86 L -814.58,2653.86 C -814.899,2653.86 -815.157,2654.12 -815.157,2654.44 L -815.157,2661.3' fill='none' stroke-linecap='round'/%3E%3Cpath d='M -815.157,2664.99 L -815.157,2668.51 C -815.157,2668.83 -814.898,2669.08 -814.58,2669.08 L -806.642,2669.08 C -806.325,2669.08 -806.065,2668.83 -806.065,2668.51 L -806.065,2664.99' fill='none'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.613 2661.47) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.document-icon-emaillink, .signature-icon-EMAIL_LINK {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.786pt' height='15.75pt' viewBox='-920.589 -2653.66 15.786 15.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-912.696 2645.78) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc' stroke-width='0.563'%3E%3Cpath d='M -911.207,2646.02 C -911.361,2646.6 -911.957,2647.19 -912.532,2647.35 L -915.668,2648.18 C -916.245,2648.34 -917.056,2648.12 -917.476,2647.7 L -919.777,2645.41 C -920.192,2644.99 -920.413,2644.18 -920.26,2643.6 L -919.42,2640.46 C -919.265,2639.89 -918.673,2639.29 -918.096,2639.14 L -914.958,2638.3 C -914.384,2638.15 -913.567,2638.36 -913.152,2638.78 L -910.857,2641.08' fill='none'/%3E%3Cpath d='M -914.181,2645.54 C -914.029,2644.97 -913.435,2644.37 -912.857,2644.22 L -909.724,2643.38 C -909.147,2643.22 -908.334,2643.44 -907.915,2643.86 L -905.615,2646.16 C -905.198,2646.58 -904.979,2647.39 -905.132,2647.97 L -905.974,2651.1 C -906.125,2651.68 -906.719,2652.27 -907.298,2652.43 L -910.434,2653.26 C -911.005,2653.42 -911.82,2653.2 -912.24,2652.78 L -914.536,2650.48' fill='none'/%3E%3Cpath d='M -913.614,2642.01 L -911.428,2641.43 C -911.025,2641.32 -910.613,2640.91 -910.501,2640.51 L -909.917,2638.32' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-emaillink:hover:not(:disabled), .signature-icon-EMAIL_LINK:hover:not(:disabled) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%2300aac3' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.786pt' height='15.75pt' viewBox='-920.589 -2653.66 15.786 15.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-912.696 2645.78) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.563'%3E%3Cpath d='M -911.207,2646.02 C -911.361,2646.6 -911.957,2647.19 -912.532,2647.35 L -915.668,2648.18 C -916.245,2648.34 -917.056,2648.12 -917.476,2647.7 L -919.777,2645.41 C -920.192,2644.99 -920.413,2644.18 -920.26,2643.6 L -919.42,2640.46 C -919.265,2639.89 -918.673,2639.29 -918.096,2639.14 L -914.958,2638.3 C -914.384,2638.15 -913.567,2638.36 -913.152,2638.78 L -910.857,2641.08' fill='none'/%3E%3Cpath d='M -914.181,2645.54 C -914.029,2644.97 -913.435,2644.37 -912.857,2644.22 L -909.724,2643.38 C -909.147,2643.22 -908.334,2643.44 -907.915,2643.86 L -905.615,2646.16 C -905.198,2646.58 -904.979,2647.39 -905.132,2647.97 L -905.974,2651.1 C -906.125,2651.68 -906.719,2652.27 -907.298,2652.43 L -910.434,2653.26 C -911.005,2653.42 -911.82,2653.2 -912.24,2652.78 L -914.536,2650.48' fill='none'/%3E%3Cpath d='M -913.614,2642.01 L -911.428,2641.43 C -911.025,2641.32 -910.613,2640.91 -910.501,2640.51 L -909.917,2638.32' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-emaillink--disabled, .signature-icon-EMAIL_LINK--disabled {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.786pt' height='15.75pt' viewBox='-920.589 -2653.66 15.786 15.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-912.696 2645.78) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc' stroke-width='0.563'%3E%3Cpath d='M -911.207,2646.02 C -911.361,2646.6 -911.957,2647.19 -912.532,2647.35 L -915.668,2648.18 C -916.245,2648.34 -917.056,2648.12 -917.476,2647.7 L -919.777,2645.41 C -920.192,2644.99 -920.413,2644.18 -920.26,2643.6 L -919.42,2640.46 C -919.265,2639.89 -918.673,2639.29 -918.096,2639.14 L -914.958,2638.3 C -914.384,2638.15 -913.567,2638.36 -913.152,2638.78 L -910.857,2641.08' fill='none'/%3E%3Cpath d='M -914.181,2645.54 C -914.029,2644.97 -913.435,2644.37 -912.857,2644.22 L -909.724,2643.38 C -909.147,2643.22 -908.334,2643.44 -907.915,2643.86 L -905.615,2646.16 C -905.198,2646.58 -904.979,2647.39 -905.132,2647.97 L -905.974,2651.1 C -906.125,2651.68 -906.719,2652.27 -907.298,2652.43 L -910.434,2653.26 C -911.005,2653.42 -911.82,2653.2 -912.24,2652.78 L -914.536,2650.48' fill='none'/%3E%3Cpath d='M -913.614,2642.01 L -911.428,2641.43 C -911.025,2641.32 -910.613,2640.91 -910.501,2640.51 L -909.917,2638.32' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-emaillink--disabled-opacity, .signature-icon-EMAIL_LINK--disabled-opacity {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23efefef' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.786pt' height='15.75pt' viewBox='-920.589 -2653.66 15.786 15.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-912.696 2645.78) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23efefef' stroke-width='0.563'%3E%3Cpath d='M -911.207,2646.02 C -911.361,2646.6 -911.957,2647.19 -912.532,2647.35 L -915.668,2648.18 C -916.245,2648.34 -917.056,2648.12 -917.476,2647.7 L -919.777,2645.41 C -920.192,2644.99 -920.413,2644.18 -920.26,2643.6 L -919.42,2640.46 C -919.265,2639.89 -918.673,2639.29 -918.096,2639.14 L -914.958,2638.3 C -914.384,2638.15 -913.567,2638.36 -913.152,2638.78 L -910.857,2641.08' fill='none'/%3E%3Cpath d='M -914.181,2645.54 C -914.029,2644.97 -913.435,2644.37 -912.857,2644.22 L -909.724,2643.38 C -909.147,2643.22 -908.334,2643.44 -907.915,2643.86 L -905.615,2646.16 C -905.198,2646.58 -904.979,2647.39 -905.132,2647.97 L -905.974,2651.1 C -906.125,2651.68 -906.719,2652.27 -907.298,2652.43 L -910.434,2653.26 C -911.005,2653.42 -911.82,2653.2 -912.24,2652.78 L -914.536,2650.48' fill='none'/%3E%3Cpath d='M -913.614,2642.01 L -911.428,2641.43 C -911.025,2641.32 -910.613,2640.91 -910.501,2640.51 L -909.917,2638.32' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.document-icon-message {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.751pt' height='9.75pt' viewBox='-866.299 -1259.03 9.751 9.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-866.11' y='1250.31' width='9.374' height='7.7' rx='0.83060964756141' ry='0.83060964756141' stroke='%23bec6cc' stroke-width='0.375' stroke-linejoin='miter'/%3E%3Cpath d='M -856.736,1256.94 L -860.78,1253.65 C -861.135,1253.36 -861.713,1253.36 -862.068,1253.65 L -866.111,1256.94' fill='none' stroke-width='0.375' stroke='%23bec6cc' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -865.845,1250.58 L -863.279,1253.17' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc' stroke-width='0.375'/%3E%3Cpath d='M -859.567,1253.17 L -857.001,1250.58' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc' stroke-width='0.375'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.424 1254.16) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-message:hover:not(:disabled) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.751pt' height='9.75pt' viewBox='-866.299 -1259.03 9.751 9.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-866.11' y='1250.31' width='9.374' height='7.7' rx='0.83060964756141' ry='0.83060964756141' stroke='%2300aac3' stroke-width='0.375' stroke-linejoin='miter'/%3E%3Cpath d='M -856.736,1256.94 L -860.78,1253.65 C -861.135,1253.36 -861.713,1253.36 -862.068,1253.65 L -866.111,1256.94' fill='none' stroke-width='0.375' stroke='%2300aac3' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -865.845,1250.58 L -863.279,1253.17' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.375'/%3E%3Cpath d='M -859.567,1253.17 L -857.001,1250.58' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.375'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.424 1254.16) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-message--disabled {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.751pt' height='9.75pt' viewBox='-866.299 -1259.03 9.751 9.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-866.11' y='1250.31' width='9.374' height='7.7' rx='0.83060964756141' ry='0.83060964756141' stroke='%23bec6cc' stroke-width='0.375' stroke-linejoin='miter'/%3E%3Cpath d='M -856.736,1256.94 L -860.78,1253.65 C -861.135,1253.36 -861.713,1253.36 -862.068,1253.65 L -866.111,1256.94' fill='none' stroke-width='0.375' stroke='%23bec6cc' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -865.845,1250.58 L -863.279,1253.17' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc' stroke-width='0.375'/%3E%3Cpath d='M -859.567,1253.17 L -857.001,1250.58' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc' stroke-width='0.375'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.424 1254.16) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-message--expired {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.751pt' height='9.75pt' viewBox='-866.299 -1259.03 9.751 9.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-866.11' y='1250.31' width='9.374' height='7.7' rx='0.83060964756141' ry='0.83060964756141' stroke='%23FF0000' stroke-width='0.375' stroke-linejoin='miter'/%3E%3Cpath d='M -856.736,1256.94 L -860.78,1253.65 C -861.135,1253.36 -861.713,1253.36 -862.068,1253.65 L -866.111,1256.94' fill='none' stroke-width='0.375' stroke='%23FF0000' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -865.845,1250.58 L -863.279,1253.17' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23FF0000' stroke-width='0.375'/%3E%3Cpath d='M -859.567,1253.17 L -857.001,1250.58' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23FF0000' stroke-width='0.375'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.424 1254.16) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-message--almost-expired {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.751pt' height='9.75pt' viewBox='-866.299 -1259.03 9.751 9.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-866.11' y='1250.31' width='9.374' height='7.7' rx='0.83060964756141' ry='0.83060964756141' stroke='%23ffbf00' stroke-width='0.375' stroke-linejoin='miter'/%3E%3Cpath d='M -856.736,1256.94 L -860.78,1253.65 C -861.135,1253.36 -861.713,1253.36 -862.068,1253.65 L -866.111,1256.94' fill='none' stroke-width='0.375' stroke='%23ffbf00' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -865.845,1250.58 L -863.279,1253.17' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffbf00' stroke-width='0.375'/%3E%3Cpath d='M -859.567,1253.17 L -857.001,1250.58' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffbf00' stroke-width='0.375'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.424 1254.16) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.document-icon-signpad, .signature-icon-SIGNATURE_PAD {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.788pt' height='15.788pt' viewBox='-818.508 -2652.04 15.788 15.788'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23bec6cc' stroke-linejoin='round' stroke-width='0.563'%3E%3Cpath d='M -803.002,2644.14 L -803.002,2637.61 C -803.002,2637.01 -803.484,2636.53 -804.078,2636.53 L -817.151,2636.53 C -817.745,2636.53 -818.227,2637.01 -818.227,2637.61 L -818.227,2650.68 C -818.227,2651.27 -817.745,2651.75 -817.151,2651.75 L -810.615,2651.75' fill='none' stroke-linecap='round'/%3E%3Cg id='Group_1'%3E%3Cpath d='M -812.41,2642.34 L -810.133,2642.95 L -803.54,2649.55 L -803.54,2649.55 L -803.396,2649.69 C -802.9,2650.19 -802.864,2650.97 -803.323,2651.43 L -803.323,2651.43 C -803.782,2651.89 -804.564,2651.86 -805.068,2651.35 L -809.676,2646.75 C -809.676,2646.75 -809.676,2646.75 -809.678,2646.75 L -811.799,2644.63 L -812.41,2642.34 Z' stroke-linecap='round' marker-start='none' marker-end='none'/%3E%3Cpath d='M -803.941,2649.14 L -805.608,2650.81' fill='none'/%3E%3Cpath d='M -810.139,2642.95 L -811.799,2644.63' fill='none'/%3E%3C/g%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.614 2644.14) rotate(90)' stroke='none' stroke-width='0.563'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-signpad:hover:not(:disabled), .signature-icon-SIGNATURE_PAD:hover:not(:disabled) {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%2300aac3' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.788pt' height='15.788pt' viewBox='-818.508 -2652.04 15.788 15.788'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%2300aac3' stroke-linejoin='round' stroke-width='0.563'%3E%3Cpath d='M -803.002,2644.14 L -803.002,2637.61 C -803.002,2637.01 -803.484,2636.53 -804.078,2636.53 L -817.151,2636.53 C -817.745,2636.53 -818.227,2637.01 -818.227,2637.61 L -818.227,2650.68 C -818.227,2651.27 -817.745,2651.75 -817.151,2651.75 L -810.615,2651.75' fill='none' stroke-linecap='round'/%3E%3Cg id='Group_1'%3E%3Cpath d='M -812.41,2642.34 L -810.133,2642.95 L -803.54,2649.55 L -803.54,2649.55 L -803.396,2649.69 C -802.9,2650.19 -802.864,2650.97 -803.323,2651.43 L -803.323,2651.43 C -803.782,2651.89 -804.564,2651.86 -805.068,2651.35 L -809.676,2646.75 C -809.676,2646.75 -809.676,2646.75 -809.678,2646.75 L -811.799,2644.63 L -812.41,2642.34 Z' stroke-linecap='round' marker-start='none' marker-end='none'/%3E%3Cpath d='M -803.941,2649.14 L -805.608,2650.81' fill='none'/%3E%3Cpath d='M -810.139,2642.95 L -811.799,2644.63' fill='none'/%3E%3C/g%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.614 2644.14) rotate(90)' stroke='none' stroke-width='0.563'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-signpad--disabled, .signature-icon-SIGNATURE_PAD--disabled {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23bec6cc' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.788pt' height='15.788pt' viewBox='-818.508 -2652.04 15.788 15.788'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23bec6cc' stroke-linejoin='round' stroke-width='0.563'%3E%3Cpath d='M -803.002,2644.14 L -803.002,2637.61 C -803.002,2637.01 -803.484,2636.53 -804.078,2636.53 L -817.151,2636.53 C -817.745,2636.53 -818.227,2637.01 -818.227,2637.61 L -818.227,2650.68 C -818.227,2651.27 -817.745,2651.75 -817.151,2651.75 L -810.615,2651.75' fill='none' stroke-linecap='round'/%3E%3Cg id='Group_1'%3E%3Cpath d='M -812.41,2642.34 L -810.133,2642.95 L -803.54,2649.55 L -803.54,2649.55 L -803.396,2649.69 C -802.9,2650.19 -802.864,2650.97 -803.323,2651.43 L -803.323,2651.43 C -803.782,2651.89 -804.564,2651.86 -805.068,2651.35 L -809.676,2646.75 C -809.676,2646.75 -809.676,2646.75 -809.678,2646.75 L -811.799,2644.63 L -812.41,2642.34 Z' stroke-linecap='round' marker-start='none' marker-end='none'/%3E%3Cpath d='M -803.941,2649.14 L -805.608,2650.81' fill='none'/%3E%3Cpath d='M -810.139,2642.95 L -811.799,2644.63' fill='none'/%3E%3C/g%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.614 2644.14) rotate(90)' stroke='none' stroke-width='0.563'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.document-icon-signpad--disabled-opacity, .signature-icon-SIGNATURE_PAD--disabled-opacity {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='%23efefef' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.788pt' height='15.788pt' viewBox='-818.508 -2652.04 15.788 15.788'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23efefef' stroke-linejoin='round' stroke-width='0.563'%3E%3Cpath d='M -803.002,2644.14 L -803.002,2637.61 C -803.002,2637.01 -803.484,2636.53 -804.078,2636.53 L -817.151,2636.53 C -817.745,2636.53 -818.227,2637.01 -818.227,2637.61 L -818.227,2650.68 C -818.227,2651.27 -817.745,2651.75 -817.151,2651.75 L -810.615,2651.75' fill='none' stroke-linecap='round'/%3E%3Cg id='Group_1'%3E%3Cpath d='M -812.41,2642.34 L -810.133,2642.95 L -803.54,2649.55 L -803.54,2649.55 L -803.396,2649.69 C -802.9,2650.19 -802.864,2650.97 -803.323,2651.43 L -803.323,2651.43 C -803.782,2651.89 -804.564,2651.86 -805.068,2651.35 L -809.676,2646.75 C -809.676,2646.75 -809.676,2646.75 -809.678,2646.75 L -811.799,2644.63 L -812.41,2642.34 Z' stroke-linecap='round' marker-start='none' marker-end='none'/%3E%3Cpath d='M -803.941,2649.14 L -805.608,2650.81' fill='none'/%3E%3Cpath d='M -810.139,2642.95 L -811.799,2644.63' fill='none'/%3E%3C/g%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.614 2644.14) rotate(90)' stroke='none' stroke-width='0.563'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.menu-icon-calcore {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.3 -1377.81 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%232a2a2a' stroke-width='0.375'%3E%3Cpath d='M -866.112,1372.93 L -856.738,1372.93' fill='none'/%3E%3Cpath d='M -861.425,1368.24 L -861.425,1377.62' fill='none'/%3E%3Cpath d='M -865.362,1375.87 L -863.357,1375.87' fill='none'/%3E%3Cpath d='M -864.359,1374.86 L -864.359,1376.87' fill='none'/%3E%3Cpath d='M -865.362,1370.41 L -863.944,1368.99' fill='none'/%3E%3Cpath d='M -865.362,1368.99 L -863.944,1370.41' fill='none'/%3E%3Cpath d='M -859.494,1375.87 L -857.488,1375.87' fill='none'/%3E%3Cpath d='M -859.494,1370.48 L -857.488,1370.48' fill='none'/%3E%3Cpath d='M -859.494,1369.51 L -857.488,1369.51' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.425 1372.93) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.menu-item-cockpit {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.775pt' height='9.751pt' viewBox='-866.312 -2524.63 9.775 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cpath d='M -866.125,2515.51 L -866.125,2519.62 C -866.125,2519.86 -865.932,2520.05 -865.695,2520.05 L -862.883,2520.05 C -862.646,2520.05 -862.453,2519.86 -862.453,2519.62 L -862.453,2515.51 C -862.453,2515.27 -862.646,2515.07 -862.883,2515.07 L -865.695,2515.07 C -865.932,2515.07 -866.125,2515.27 -866.125,2515.51 Z M -860.397,2515.51 L -860.397,2516.95 C -860.397,2517.19 -860.204,2517.38 -859.967,2517.38 L -857.155,2517.38 C -856.918,2517.38 -856.725,2517.19 -856.725,2516.95 L -856.725,2515.51 C -856.725,2515.27 -856.918,2515.07 -857.155,2515.07 L -859.967,2515.07 C -860.204,2515.07 -860.397,2515.27 -860.397,2515.51 Z M -860.397,2519.9 L -860.397,2524.01 C -860.397,2524.25 -860.204,2524.45 -859.967,2524.45 L -857.155,2524.45 C -856.918,2524.45 -856.725,2524.25 -856.725,2524.01 L -856.725,2519.9 C -856.725,2519.66 -856.918,2519.47 -857.155,2519.47 L -859.967,2519.47 C -860.204,2519.47 -860.397,2519.66 -860.397,2519.9 Z M -866.124,2522.57 L -866.124,2524.01 C -866.124,2524.25 -865.932,2524.45 -865.695,2524.45 L -862.883,2524.45 C -862.646,2524.45 -862.453,2524.25 -862.453,2524.01 L -862.453,2522.57 C -862.453,2522.33 -862.646,2522.13 -862.883,2522.13 L -865.695,2522.13 C -865.932,2522.13 -866.124,2522.33 -866.124,2522.57 Z' stroke='%23ffffff' stroke-width='0.375' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 2519.76) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-cockpit--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.775pt' height='9.751pt' viewBox='-866.312 -2524.63 9.775 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cpath d='M -866.125,2515.51 L -866.125,2519.62 C -866.125,2519.86 -865.932,2520.05 -865.695,2520.05 L -862.883,2520.05 C -862.646,2520.05 -862.453,2519.86 -862.453,2519.62 L -862.453,2515.51 C -862.453,2515.27 -862.646,2515.07 -862.883,2515.07 L -865.695,2515.07 C -865.932,2515.07 -866.125,2515.27 -866.125,2515.51 Z M -860.397,2515.51 L -860.397,2516.95 C -860.397,2517.19 -860.204,2517.38 -859.967,2517.38 L -857.155,2517.38 C -856.918,2517.38 -856.725,2517.19 -856.725,2516.95 L -856.725,2515.51 C -856.725,2515.27 -856.918,2515.07 -857.155,2515.07 L -859.967,2515.07 C -860.204,2515.07 -860.397,2515.27 -860.397,2515.51 Z M -860.397,2519.9 L -860.397,2524.01 C -860.397,2524.25 -860.204,2524.45 -859.967,2524.45 L -857.155,2524.45 C -856.918,2524.45 -856.725,2524.25 -856.725,2524.01 L -856.725,2519.9 C -856.725,2519.66 -856.918,2519.47 -857.155,2519.47 L -859.967,2519.47 C -860.204,2519.47 -860.397,2519.66 -860.397,2519.9 Z M -866.124,2522.57 L -866.124,2524.01 C -866.124,2524.25 -865.932,2524.45 -865.695,2524.45 L -862.883,2524.45 C -862.646,2524.45 -862.453,2524.25 -862.453,2524.01 L -862.453,2522.57 C -862.453,2522.33 -862.646,2522.13 -862.883,2522.13 L -865.695,2522.13 C -865.932,2522.13 -866.124,2522.33 -866.124,2522.57 Z' stroke='%23ffffff' stroke-width='0.375' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 2519.76) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.menu-item-verwaltung {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.301 -1498.92 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375' fill='%23333333'%3E%3Cpath d='M -861.425,1498.73 L -861.425,1489.36' fill='none'/%3E%3Cpath d='M -857.365,1496.39 L -865.486,1491.7' fill='none'/%3E%3Cpath d='M -865.486,1496.39 L -857.365,1491.7' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 1494.04) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-verwaltung--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.301 -1498.92 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375' fill='%23333333'%3E%3Cpath d='M -861.425,1498.73 L -861.425,1489.36' fill='none'/%3E%3Cpath d='M -857.365,1496.39 L -865.486,1491.7' fill='none'/%3E%3Cpath d='M -865.486,1496.39 L -857.365,1491.7' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 1494.04) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.menu-item-auftrag {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.301 -1423.89 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375'%3E%3Cpath d='M -856.742,1421.64 L -856.742,1416.49 C -856.742,1416.11 -857.056,1415.79 -857.442,1415.79 L -861.724,1415.79 C -862.11,1415.79 -862.423,1416.11 -862.423,1416.49 L -862.423,1423 C -862.423,1423.39 -862.11,1423.7 -861.724,1423.7 L -858.802,1423.7' fill='none'/%3E%3Cpath d='M -860.427,1415.79 L -860.428,1415.03 C -860.428,1414.64 -860.742,1414.33 -861.127,1414.33 L -865.41,1414.33 C -865.795,1414.33 -866.109,1414.64 -866.109,1415.03 L -866.109,1421.54 C -866.109,1421.92 -865.795,1422.24 -865.41,1422.24 L -862.423,1422.24' fill='none'/%3E%3Cpath d='M -858.802,1423.7 L -856.742,1421.64' fill='none'/%3E%3Cpath d='M -858.802,1423.7 L -858.802,1422.22 C -858.802,1421.9 -858.541,1421.64 -858.22,1421.64 L -856.742,1421.64' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 1419.01) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-auftrag--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.301 -1423.89 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375'%3E%3Cpath d='M -856.742,1421.64 L -856.742,1416.49 C -856.742,1416.11 -857.056,1415.79 -857.442,1415.79 L -861.724,1415.79 C -862.11,1415.79 -862.423,1416.11 -862.423,1416.49 L -862.423,1423 C -862.423,1423.39 -862.11,1423.7 -861.724,1423.7 L -858.802,1423.7' fill='none'/%3E%3Cpath d='M -860.427,1415.79 L -860.428,1415.03 C -860.428,1414.64 -860.742,1414.33 -861.127,1414.33 L -865.41,1414.33 C -865.795,1414.33 -866.109,1414.64 -866.109,1415.03 L -866.109,1421.54 C -866.109,1421.92 -865.795,1422.24 -865.41,1422.24 L -862.423,1422.24' fill='none'/%3E%3Cpath d='M -858.802,1423.7 L -856.742,1421.64' fill='none'/%3E%3Cpath d='M -858.802,1423.7 L -858.802,1422.22 C -858.802,1421.9 -858.541,1421.64 -858.22,1421.64 L -856.742,1421.64' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 1419.01) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-auftrag--activation {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.301 -1423.89 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.375'%3E%3Cpath d='M -856.742,1421.64 L -856.742,1416.49 C -856.742,1416.11 -857.056,1415.79 -857.442,1415.79 L -861.724,1415.79 C -862.11,1415.79 -862.423,1416.11 -862.423,1416.49 L -862.423,1423 C -862.423,1423.39 -862.11,1423.7 -861.724,1423.7 L -858.802,1423.7' fill='none'/%3E%3Cpath d='M -860.427,1415.79 L -860.428,1415.03 C -860.428,1414.64 -860.742,1414.33 -861.127,1414.33 L -865.41,1414.33 C -865.795,1414.33 -866.109,1414.64 -866.109,1415.03 L -866.109,1421.54 C -866.109,1421.92 -865.795,1422.24 -865.41,1422.24 L -862.423,1422.24' fill='none'/%3E%3Cpath d='M -858.802,1423.7 L -856.742,1421.64' fill='none'/%3E%3Cpath d='M -858.802,1423.7 L -858.802,1422.22 C -858.802,1421.9 -858.541,1421.64 -858.22,1421.64 L -856.742,1421.64' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 1419.01) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-auftrag--activation-done {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.301 -1423.89 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23bec6cc' stroke-width='0.375'%3E%3Cpath d='M -856.742,1421.64 L -856.742,1416.49 C -856.742,1416.11 -857.056,1415.79 -857.442,1415.79 L -861.724,1415.79 C -862.11,1415.79 -862.423,1416.11 -862.423,1416.49 L -862.423,1423 C -862.423,1423.39 -862.11,1423.7 -861.724,1423.7 L -858.802,1423.7' fill='none'/%3E%3Cpath d='M -860.427,1415.79 L -860.428,1415.03 C -860.428,1414.64 -860.742,1414.33 -861.127,1414.33 L -865.41,1414.33 C -865.795,1414.33 -866.109,1414.64 -866.109,1415.03 L -866.109,1421.54 C -866.109,1421.92 -865.795,1422.24 -865.41,1422.24 L -862.423,1422.24' fill='none'/%3E%3Cpath d='M -858.802,1423.7 L -856.742,1421.64' fill='none'/%3E%3Cpath d='M -858.802,1423.7 L -858.802,1422.22 C -858.802,1421.9 -858.541,1421.64 -858.22,1421.64 L -856.742,1421.64' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 1419.01) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-auftrag--deactivation {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.301 -1423.89 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23cccccc' stroke-width='0.375'%3E%3Cpath d='M -856.742,1421.64 L -856.742,1416.49 C -856.742,1416.11 -857.056,1415.79 -857.442,1415.79 L -861.724,1415.79 C -862.11,1415.79 -862.423,1416.11 -862.423,1416.49 L -862.423,1423 C -862.423,1423.39 -862.11,1423.7 -861.724,1423.7 L -858.802,1423.7' fill='none'/%3E%3Cpath d='M -860.427,1415.79 L -860.428,1415.03 C -860.428,1414.64 -860.742,1414.33 -861.127,1414.33 L -865.41,1414.33 C -865.795,1414.33 -866.109,1414.64 -866.109,1415.03 L -866.109,1421.54 C -866.109,1421.92 -865.795,1422.24 -865.41,1422.24 L -862.423,1422.24' fill='none'/%3E%3Cpath d='M -858.802,1423.7 L -856.742,1421.64' fill='none'/%3E%3Cpath d='M -858.802,1423.7 L -858.802,1422.22 C -858.802,1421.9 -858.541,1421.64 -858.22,1421.64 L -856.742,1421.64' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 1419.01) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-auftrag--deactivation:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.301 -1423.89 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.375'%3E%3Cpath d='M -856.742,1421.64 L -856.742,1416.49 C -856.742,1416.11 -857.056,1415.79 -857.442,1415.79 L -861.724,1415.79 C -862.11,1415.79 -862.423,1416.11 -862.423,1416.49 L -862.423,1423 C -862.423,1423.39 -862.11,1423.7 -861.724,1423.7 L -858.802,1423.7' fill='none'/%3E%3Cpath d='M -860.427,1415.79 L -860.428,1415.03 C -860.428,1414.64 -860.742,1414.33 -861.127,1414.33 L -865.41,1414.33 C -865.795,1414.33 -866.109,1414.64 -866.109,1415.03 L -866.109,1421.54 C -866.109,1421.92 -865.795,1422.24 -865.41,1422.24 L -862.423,1422.24' fill='none'/%3E%3Cpath d='M -858.802,1423.7 L -856.742,1421.64' fill='none'/%3E%3Cpath d='M -858.802,1423.7 L -858.802,1422.22 C -858.802,1421.9 -858.541,1421.64 -858.22,1421.64 L -856.742,1421.64' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 1419.01) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.menu-icon-calcore {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.3 -1377.81 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375'%3E%3Cpath d='M -866.112,1372.93 L -856.738,1372.93' fill='none'/%3E%3Cpath d='M -861.425,1368.24 L -861.425,1377.62' fill='none'/%3E%3Cpath d='M -865.362,1375.87 L -863.357,1375.87' fill='none'/%3E%3Cpath d='M -864.359,1374.86 L -864.359,1376.87' fill='none'/%3E%3Cpath d='M -865.362,1370.41 L -863.944,1368.99' fill='none'/%3E%3Cpath d='M -865.362,1368.99 L -863.944,1370.41' fill='none'/%3E%3Cpath d='M -859.494,1375.87 L -857.488,1375.87' fill='none'/%3E%3Cpath d='M -859.494,1370.48 L -857.488,1370.48' fill='none'/%3E%3Cpath d='M -859.494,1369.51 L -857.488,1369.51' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.425 1372.93) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-icon-calcore--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.3 -1377.81 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375'%3E%3Cpath d='M -866.112,1372.93 L -856.738,1372.93' fill='none'/%3E%3Cpath d='M -861.425,1368.24 L -861.425,1377.62' fill='none'/%3E%3Cpath d='M -865.362,1375.87 L -863.357,1375.87' fill='none'/%3E%3Cpath d='M -864.359,1374.86 L -864.359,1376.87' fill='none'/%3E%3Cpath d='M -865.362,1370.41 L -863.944,1368.99' fill='none'/%3E%3Cpath d='M -865.362,1368.99 L -863.944,1370.41' fill='none'/%3E%3Cpath d='M -859.494,1375.87 L -857.488,1375.87' fill='none'/%3E%3Cpath d='M -859.494,1370.48 L -857.488,1370.48' fill='none'/%3E%3Cpath d='M -859.494,1369.51 L -857.488,1369.51' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.425 1372.93) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-icon-calcore--deactivation {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.3 -1377.81 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23cccccc' stroke-width='0.375'%3E%3Cpath d='M -866.112,1372.93 L -856.738,1372.93' fill='none'/%3E%3Cpath d='M -861.425,1368.24 L -861.425,1377.62' fill='none'/%3E%3Cpath d='M -865.362,1375.87 L -863.357,1375.87' fill='none'/%3E%3Cpath d='M -864.359,1374.86 L -864.359,1376.87' fill='none'/%3E%3Cpath d='M -865.362,1370.41 L -863.944,1368.99' fill='none'/%3E%3Cpath d='M -865.362,1368.99 L -863.944,1370.41' fill='none'/%3E%3Cpath d='M -859.494,1375.87 L -857.488,1375.87' fill='none'/%3E%3Cpath d='M -859.494,1370.48 L -857.488,1370.48' fill='none'/%3E%3Cpath d='M -859.494,1369.51 L -857.488,1369.51' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.425 1372.93) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-icon-calcore--deactivation:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.751pt' viewBox='-866.3 -1377.81 9.75 9.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.375'%3E%3Cpath d='M -866.112,1372.93 L -856.738,1372.93' fill='none'/%3E%3Cpath d='M -861.425,1368.24 L -861.425,1377.62' fill='none'/%3E%3Cpath d='M -865.362,1375.87 L -863.357,1375.87' fill='none'/%3E%3Cpath d='M -864.359,1374.86 L -864.359,1376.87' fill='none'/%3E%3Cpath d='M -865.362,1370.41 L -863.944,1368.99' fill='none'/%3E%3Cpath d='M -865.362,1368.99 L -863.944,1370.41' fill='none'/%3E%3Cpath d='M -859.494,1375.87 L -857.488,1375.87' fill='none'/%3E%3Cpath d='M -859.494,1370.48 L -857.488,1370.48' fill='none'/%3E%3Cpath d='M -859.494,1369.51 L -857.488,1369.51' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.425 1372.93) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.menu-item-campaigner {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.965pt' height='25.97pt' viewBox='786.263 -561.042 25.965 25.97'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 792.1,546.126 C 797.059,555.426 803.048,561.252 810.937,560.624 C 811.165,560.609 811.361,560.547 811.504,560.428 C 811.543,560.397 811.583,560.357 811.619,560.32 C 811.733,560.172 811.798,559.981 811.81,559.748 C 812.436,551.862 806.616,545.876 797.317,540.916 C 796.788,540.724 796.391,540.879 796.11,541.363 C 798.607,543.312 800.123,545.859 798.583,547.397 C 797.047,548.937 794.501,547.422 792.547,544.921 C 792.063,545.2 791.91,545.601 792.1,546.126 Z M 805.083,551.731 C 806.275,551.731 807.244,552.702 807.244,553.894 C 807.244,555.087 806.273,556.058 805.08,556.058 C 803.888,556.058 802.914,555.09 802.917,553.894 C 802.914,552.702 803.886,551.731 805.083,551.731 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 796.434,545.243 L 791.826,540.635' fill='none'/%3E%3Cpath d='M 786.739,549.211 C 786.564,549.543 786.608,549.921 786.85,550.165 L 789.002,552.317 C 790.676,553.991 792.93,554.206 793.682,553.76 L 793.709,553.751 L 793.695,553.721 C 792.483,552.08 791.479,550.398 790.644,548.833 L 790.633,548.815 L 790.614,548.818 C 789.983,548.959 789.388,548.914 787.62,548.732 C 787.266,548.689 786.91,548.891 786.739,549.211 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 800.407,535.546 C 800.734,535.375 801.112,535.417 801.359,535.657 L 803.512,537.811 C 805.184,539.481 805.399,541.734 804.954,542.488 L 804.944,542.516 L 804.915,542.498 C 803.272,541.29 801.591,540.286 800.027,539.448 L 800.009,539.437 L 800.011,539.42 C 800.156,538.79 800.11,538.189 799.925,536.427 C 799.883,536.068 800.088,535.714 800.407,535.546 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Crect x='-12.614' y='-12.614' width='25.229' height='25.229' transform='translate(799.245 548.057) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-campaigner--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.965pt' height='25.97pt' viewBox='786.263 -561.042 25.965 25.97'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 792.1,546.126 C 797.059,555.426 803.048,561.252 810.937,560.624 C 811.165,560.609 811.361,560.547 811.504,560.428 C 811.543,560.397 811.583,560.357 811.619,560.32 C 811.733,560.172 811.798,559.981 811.81,559.748 C 812.436,551.862 806.616,545.876 797.317,540.916 C 796.788,540.724 796.391,540.879 796.11,541.363 C 798.607,543.312 800.123,545.859 798.583,547.397 C 797.047,548.937 794.501,547.422 792.547,544.921 C 792.063,545.2 791.91,545.601 792.1,546.126 Z M 805.083,551.731 C 806.275,551.731 807.244,552.702 807.244,553.894 C 807.244,555.087 806.273,556.058 805.08,556.058 C 803.888,556.058 802.914,555.09 802.917,553.894 C 802.914,552.702 803.886,551.731 805.083,551.731 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 796.434,545.243 L 791.826,540.635' fill='none'/%3E%3Cpath d='M 786.739,549.211 C 786.564,549.543 786.608,549.921 786.85,550.165 L 789.002,552.317 C 790.676,553.991 792.93,554.206 793.682,553.76 L 793.709,553.751 L 793.695,553.721 C 792.483,552.08 791.479,550.398 790.644,548.833 L 790.633,548.815 L 790.614,548.818 C 789.983,548.959 789.388,548.914 787.62,548.732 C 787.266,548.689 786.91,548.891 786.739,549.211 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 800.407,535.546 C 800.734,535.375 801.112,535.417 801.359,535.657 L 803.512,537.811 C 805.184,539.481 805.399,541.734 804.954,542.488 L 804.944,542.516 L 804.915,542.498 C 803.272,541.29 801.591,540.286 800.027,539.448 L 800.009,539.437 L 800.011,539.42 C 800.156,538.79 800.11,538.189 799.925,536.427 C 799.883,536.068 800.088,535.714 800.407,535.546 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Crect x='-12.614' y='-12.614' width='25.229' height='25.229' transform='translate(799.245 548.057) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.menu-item-scouter {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='10.091pt' viewBox='-866.3 -1283.18 9.75 10.091'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375'%3E%3Cpath d='M -865.862,1274.39 L -861.869,1279.59 L -861.868,1282.62 C -861.868,1282.83 -861.702,1282.99 -861.499,1282.99 L -859.118,1282.99 C -858.915,1282.99 -858.749,1282.83 -858.749,1282.62 L -858.749,1280.75 C -858.749,1280.55 -858.915,1280.38 -859.118,1280.38 L -860.982,1280.38 L -860.982,1279.59 L -856.987,1274.39 C -856.518,1273.77 -856.764,1273.28 -857.535,1273.28 L -865.314,1273.28 C -866.085,1273.28 -866.331,1273.77 -865.862,1274.39 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -864.826,1275.66 L -862.513,1275.67 C -861.937,1275.74 -861.563,1276.04 -861.287,1276.44 L -860.119,1278.47' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.425 1278.13) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-scouter--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='10.091pt' viewBox='-866.3 -1283.18 9.75 10.091'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375'%3E%3Cpath d='M -865.862,1274.39 L -861.869,1279.59 L -861.868,1282.62 C -861.868,1282.83 -861.702,1282.99 -861.499,1282.99 L -859.118,1282.99 C -858.915,1282.99 -858.749,1282.83 -858.749,1282.62 L -858.749,1280.75 C -858.749,1280.55 -858.915,1280.38 -859.118,1280.38 L -860.982,1280.38 L -860.982,1279.59 L -856.987,1274.39 C -856.518,1273.77 -856.764,1273.28 -857.535,1273.28 L -865.314,1273.28 C -866.085,1273.28 -866.331,1273.77 -865.862,1274.39 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -864.826,1275.66 L -862.513,1275.67 C -861.937,1275.74 -861.563,1276.04 -861.287,1276.44 L -860.119,1278.47' fill='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.425 1278.13) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.menu-item-settings {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.682pt' height='15.77pt' viewBox='872.141 -615.246 15.682 15.77'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='none' stroke-width='0.306' fill='%23ffffff'%3E%3Cpath d='M 879.793,601.023 C 879.584,601.032 879.365,601.029 879.154,601.062 C 878.944,601.103 878.731,601.117 878.53,601.174 C 878.254,600.701 877.942,600.245 877.596,599.8 C 877.31,599.901 877.018,599.994 876.741,600.121 C 876.735,600.7 876.777,601.251 876.858,601.8 C 876.68,601.914 876.486,602.015 876.317,602.138 C 876.145,602.27 875.967,602.384 875.81,602.526 C 875.353,602.241 874.866,601.981 874.351,601.747 C 874.145,601.97 873.931,602.186 873.744,602.421 C 874.009,602.935 874.297,603.408 874.631,603.856 C 874.52,604.039 874.398,604.218 874.302,604.411 C 874.214,604.604 874.106,604.787 874.033,604.991 C 873.498,604.951 872.942,604.947 872.377,604.98 C 872.299,605.274 872.213,605.563 872.158,605.86 C 872.63,606.195 873.116,606.477 873.608,606.718 L 873.573,607.362 L 873.608,607.999 C 873.111,608.208 872.624,608.466 872.141,608.746 C 872.181,609.051 872.274,609.344 872.348,609.636 C 872.915,609.714 873.492,609.738 874.033,609.723 C 874.106,609.926 874.214,610.115 874.302,610.305 C 874.398,610.496 874.52,610.671 874.631,610.857 C 874.283,611.279 873.973,611.727 873.68,612.207 C 873.856,612.459 874.08,612.669 874.276,612.895 C 874.812,612.7 875.33,612.453 875.81,612.189 C 875.967,612.329 876.145,612.451 876.317,612.581 C 876.486,612.7 876.68,612.804 876.858,612.915 C 876.748,613.451 876.685,613.989 876.646,614.552 C 876.916,614.689 877.212,614.778 877.497,614.886 C 877.881,614.461 878.228,614.007 878.53,613.548 C 878.731,613.598 878.944,613.615 879.154,613.649 C 879.365,613.689 879.584,613.681 879.793,613.696 C 879.945,614.233 880.137,614.73 880.366,615.246 C 880.67,615.24 880.968,615.193 881.266,615.142 C 881.417,614.597 881.51,614.029 881.558,613.485 C 881.768,613.438 881.968,613.36 882.169,613.287 C 882.37,613.221 882.556,613.124 882.752,613.029 C 883.137,613.431 883.541,613.795 883.979,614.134 C 884.244,613.989 884.497,613.809 884.732,613.619 C 884.615,613.075 884.431,612.531 884.217,612.017 C 884.38,611.882 884.523,611.717 884.666,611.56 C 884.816,611.408 884.933,611.232 885.067,611.063 C 885.591,611.243 886.116,611.375 886.668,611.472 C 886.832,611.218 886.967,610.95 887.098,610.669 C 886.733,610.242 886.314,609.839 885.89,609.489 C 885.977,609.288 886.022,609.081 886.072,608.874 C 886.135,608.673 886.165,608.454 886.197,608.247 C 886.738,608.158 887.279,608.035 887.804,607.863 C 887.822,607.562 887.835,607.261 887.805,606.958 C 887.281,606.751 886.745,606.587 886.197,606.471 C 886.165,606.256 886.135,606.045 886.072,605.838 C 886.022,605.634 885.977,605.428 885.89,605.227 C 886.318,604.903 886.76,604.532 887.14,604.14 C 887.005,603.866 886.886,603.591 886.72,603.33 C 886.15,603.399 885.608,603.497 885.067,603.653 C 884.933,603.485 884.816,603.304 884.666,603.157 C 884.523,602.999 884.38,602.834 884.217,602.702 C 884.446,602.208 884.66,601.683 884.822,601.156 C 884.576,600.974 884.335,600.785 884.072,600.638 C 883.596,600.957 883.162,601.298 882.752,601.687 C 882.556,601.594 882.37,601.499 882.169,601.432 C 881.968,601.355 881.768,601.279 881.558,601.235 C 881.537,600.698 881.48,600.129 881.373,599.591 C 881.071,599.544 880.774,599.48 880.471,599.476 C 880.198,599.987 879.976,600.48 879.793,601.023 Z M 882.111,605.231 C 883.287,606.406 883.287,608.315 882.111,609.49 C 880.936,610.666 879.027,610.666 877.852,609.49 C 876.676,608.315 876.676,606.406 877.852,605.231 C 879.027,604.055 880.936,604.055 882.111,605.231 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-settings--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.682pt' height='15.77pt' viewBox='872.141 -615.246 15.682 15.77'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='none' stroke-width='0.306' fill='%23ffffff'%3E%3Cpath d='M 879.793,601.023 C 879.584,601.032 879.365,601.029 879.154,601.062 C 878.944,601.103 878.731,601.117 878.53,601.174 C 878.254,600.701 877.942,600.245 877.596,599.8 C 877.31,599.901 877.018,599.994 876.741,600.121 C 876.735,600.7 876.777,601.251 876.858,601.8 C 876.68,601.914 876.486,602.015 876.317,602.138 C 876.145,602.27 875.967,602.384 875.81,602.526 C 875.353,602.241 874.866,601.981 874.351,601.747 C 874.145,601.97 873.931,602.186 873.744,602.421 C 874.009,602.935 874.297,603.408 874.631,603.856 C 874.52,604.039 874.398,604.218 874.302,604.411 C 874.214,604.604 874.106,604.787 874.033,604.991 C 873.498,604.951 872.942,604.947 872.377,604.98 C 872.299,605.274 872.213,605.563 872.158,605.86 C 872.63,606.195 873.116,606.477 873.608,606.718 L 873.573,607.362 L 873.608,607.999 C 873.111,608.208 872.624,608.466 872.141,608.746 C 872.181,609.051 872.274,609.344 872.348,609.636 C 872.915,609.714 873.492,609.738 874.033,609.723 C 874.106,609.926 874.214,610.115 874.302,610.305 C 874.398,610.496 874.52,610.671 874.631,610.857 C 874.283,611.279 873.973,611.727 873.68,612.207 C 873.856,612.459 874.08,612.669 874.276,612.895 C 874.812,612.7 875.33,612.453 875.81,612.189 C 875.967,612.329 876.145,612.451 876.317,612.581 C 876.486,612.7 876.68,612.804 876.858,612.915 C 876.748,613.451 876.685,613.989 876.646,614.552 C 876.916,614.689 877.212,614.778 877.497,614.886 C 877.881,614.461 878.228,614.007 878.53,613.548 C 878.731,613.598 878.944,613.615 879.154,613.649 C 879.365,613.689 879.584,613.681 879.793,613.696 C 879.945,614.233 880.137,614.73 880.366,615.246 C 880.67,615.24 880.968,615.193 881.266,615.142 C 881.417,614.597 881.51,614.029 881.558,613.485 C 881.768,613.438 881.968,613.36 882.169,613.287 C 882.37,613.221 882.556,613.124 882.752,613.029 C 883.137,613.431 883.541,613.795 883.979,614.134 C 884.244,613.989 884.497,613.809 884.732,613.619 C 884.615,613.075 884.431,612.531 884.217,612.017 C 884.38,611.882 884.523,611.717 884.666,611.56 C 884.816,611.408 884.933,611.232 885.067,611.063 C 885.591,611.243 886.116,611.375 886.668,611.472 C 886.832,611.218 886.967,610.95 887.098,610.669 C 886.733,610.242 886.314,609.839 885.89,609.489 C 885.977,609.288 886.022,609.081 886.072,608.874 C 886.135,608.673 886.165,608.454 886.197,608.247 C 886.738,608.158 887.279,608.035 887.804,607.863 C 887.822,607.562 887.835,607.261 887.805,606.958 C 887.281,606.751 886.745,606.587 886.197,606.471 C 886.165,606.256 886.135,606.045 886.072,605.838 C 886.022,605.634 885.977,605.428 885.89,605.227 C 886.318,604.903 886.76,604.532 887.14,604.14 C 887.005,603.866 886.886,603.591 886.72,603.33 C 886.15,603.399 885.608,603.497 885.067,603.653 C 884.933,603.485 884.816,603.304 884.666,603.157 C 884.523,602.999 884.38,602.834 884.217,602.702 C 884.446,602.208 884.66,601.683 884.822,601.156 C 884.576,600.974 884.335,600.785 884.072,600.638 C 883.596,600.957 883.162,601.298 882.752,601.687 C 882.556,601.594 882.37,601.499 882.169,601.432 C 881.968,601.355 881.768,601.279 881.558,601.235 C 881.537,600.698 881.48,600.129 881.373,599.591 C 881.071,599.544 880.774,599.48 880.471,599.476 C 880.198,599.987 879.976,600.48 879.793,601.023 Z M 882.111,605.231 C 883.287,606.406 883.287,608.315 882.111,609.49 C 880.936,610.666 879.027,610.666 877.852,609.49 C 876.676,608.315 876.676,606.406 877.852,605.231 C 879.027,604.055 880.936,604.055 882.111,605.231 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.menu-item-ertrag {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.75pt' viewBox='-866.301 -1474.02 9.75 9.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cpath d='M -858.697,1466.29 L -858.697,1465.61 C -858.697,1465.16 -859.069,1464.79 -859.522,1464.79 L -865.255,1464.79 C -865.693,1464.79 -866.053,1465.13 -866.078,1465.57 C -866.063,1465.97 -865.737,1466.29 -865.329,1466.29 L -858.697,1466.29 M -866.113,1467.24 L -866.113,1472.68 C -866.113,1473.13 -865.743,1473.5 -865.287,1473.5 L -857.565,1473.5 C -857.11,1473.5 -856.739,1473.13 -856.739,1472.68 L -856.739,1468.36 C -856.74,1467.9 -857.111,1467.53 -857.566,1467.53 L -865.362,1467.53 C -865.705,1467.53 -865.957,1467.4 -866.113,1467.24' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke='%23ffffff' stroke-width='0.375'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 1469.15) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-ertrag--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.75pt' viewBox='-866.301 -1474.02 9.75 9.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cpath d='M -858.697,1466.29 L -858.697,1465.61 C -858.697,1465.16 -859.069,1464.79 -859.522,1464.79 L -865.255,1464.79 C -865.693,1464.79 -866.053,1465.13 -866.078,1465.57 C -866.063,1465.97 -865.737,1466.29 -865.329,1466.29 L -858.697,1466.29 M -866.113,1467.24 L -866.113,1472.68 C -866.113,1473.13 -865.743,1473.5 -865.287,1473.5 L -857.565,1473.5 C -857.11,1473.5 -856.739,1473.13 -856.739,1472.68 L -856.739,1468.36 C -856.74,1467.9 -857.111,1467.53 -857.566,1467.53 L -865.362,1467.53 C -865.705,1467.53 -865.957,1467.4 -866.113,1467.24' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke='%23ffffff' stroke-width='0.375'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 1469.15) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.menu-item-kalendar {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.752pt' viewBox='-866.301 -2450.35 9.75 9.752'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cpath d='M -866.109,2447.86 L -856.742,2447.86' fill='none' stroke='%23ffffff' stroke-width='0.375' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -866.109,2449.33 L -866.109,2441.61 C -866.109,2441.16 -865.737,2440.78 -865.279,2440.78 L -857.572,2440.78 C -857.114,2440.78 -856.742,2441.16 -856.742,2441.61 L -856.742,2449.33 C -856.742,2449.79 -857.114,2450.16 -857.572,2450.16 L -865.279,2450.16 C -865.737,2450.16 -866.109,2449.79 -866.109,2449.33 Z' stroke='%23ffffff' stroke-width='0.375' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 2445.47) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-kalendar--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.752pt' viewBox='-866.301 -2450.35 9.75 9.752'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cpath d='M -866.109,2447.86 L -856.742,2447.86' fill='none' stroke='%23ffffff' stroke-width='0.375' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -866.109,2449.33 L -866.109,2441.61 C -866.109,2441.16 -865.737,2440.78 -865.279,2440.78 L -857.572,2440.78 C -857.114,2440.78 -856.742,2441.16 -856.742,2441.61 L -856.742,2449.33 C -856.742,2449.79 -857.114,2450.16 -857.572,2450.16 L -865.279,2450.16 C -865.737,2450.16 -866.109,2449.79 -866.109,2449.33 Z' stroke='%23ffffff' stroke-width='0.375' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 2445.47) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-kalendar--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.752pt' viewBox='-866.301 -2450.35 9.75 9.752'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cpath d='M -866.109,2447.86 L -856.742,2447.86' fill='none' stroke='%2300aac3' stroke-width='0.375' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -866.109,2449.33 L -866.109,2441.61 C -866.109,2441.16 -865.737,2440.78 -865.279,2440.78 L -857.572,2440.78 C -857.114,2440.78 -856.742,2441.16 -856.742,2441.61 L -856.742,2449.33 C -856.742,2449.79 -857.114,2450.16 -857.572,2450.16 L -865.279,2450.16 C -865.737,2450.16 -866.109,2449.79 -866.109,2449.33 Z' stroke='%2300aac3' stroke-width='0.375' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 2445.47) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-kalendar--deactivation {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.75pt' height='9.752pt' viewBox='-866.301 -2450.35 9.75 9.752'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cpath d='M -866.109,2447.86 L -856.742,2447.86' fill='none' stroke='%23cccccc' stroke-width='0.375' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -866.109,2449.33 L -866.109,2441.61 C -866.109,2441.16 -865.737,2440.78 -865.279,2440.78 L -857.572,2440.78 C -857.114,2440.78 -856.742,2441.16 -856.742,2441.61 L -856.742,2449.33 C -856.742,2449.79 -857.114,2450.16 -857.572,2450.16 L -865.279,2450.16 C -865.737,2450.16 -866.109,2449.79 -866.109,2449.33 Z' stroke='%23cccccc' stroke-width='0.375' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.426 2445.47) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
  /*&:hover{
      @include icon-sidebar-order-management($icon-color-highlighted);
  }*/
}

.menu-item-messages {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.751pt' height='9.75pt' viewBox='-866.299 -1259.03 9.751 9.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-866.11' y='1250.31' width='9.374' height='7.7' rx='0.83060964756141' ry='0.83060964756141' stroke='%23ffffff' stroke-width='0.375' stroke-linejoin='miter'/%3E%3Cpath d='M -856.736,1256.94 L -860.78,1253.65 C -861.135,1253.36 -861.713,1253.36 -862.068,1253.65 L -866.111,1256.94' fill='none' stroke-width='0.375' stroke='%23ffffff' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -865.845,1250.58 L -863.279,1253.17' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375'/%3E%3Cpath d='M -859.567,1253.17 L -857.001,1250.58' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.424 1254.16) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-messages--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.751pt' height='9.75pt' viewBox='-866.299 -1259.03 9.751 9.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-866.11' y='1250.31' width='9.374' height='7.7' rx='0.83060964756141' ry='0.83060964756141' stroke='%23ffffff' stroke-width='0.375' stroke-linejoin='miter'/%3E%3Cpath d='M -856.736,1256.94 L -860.78,1253.65 C -861.135,1253.36 -861.713,1253.36 -862.068,1253.65 L -866.111,1256.94' fill='none' stroke-width='0.375' stroke='%23ffffff' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -865.845,1250.58 L -863.279,1253.17' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375'/%3E%3Cpath d='M -859.567,1253.17 L -857.001,1250.58' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.375'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.424 1254.16) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-messages--activation {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.751pt' height='9.75pt' viewBox='-866.299 -1259.03 9.751 9.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-866.11' y='1250.31' width='9.374' height='7.7' rx='0.83060964756141' ry='0.83060964756141' stroke='%2300aac3' stroke-width='0.375' stroke-linejoin='miter'/%3E%3Cpath d='M -856.736,1256.94 L -860.78,1253.65 C -861.135,1253.36 -861.713,1253.36 -862.068,1253.65 L -866.111,1256.94' fill='none' stroke-width='0.375' stroke='%2300aac3' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -865.845,1250.58 L -863.279,1253.17' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.375'/%3E%3Cpath d='M -859.567,1253.17 L -857.001,1250.58' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.375'/%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.424 1254.16) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.menu-item-settings {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.749pt' height='15.783pt' viewBox='-818.488 -2497.56 15.749 15.783'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.613 2489.67) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3Cg id='Group' stroke-width='0.563' stroke='%23000000'%3E%3Cpath d='M -810.796,2483.55 C -810.998,2483.56 -811.209,2483.55 -811.413,2483.59 C -811.615,2483.63 -811.821,2483.64 -812.015,2483.69 C -812.282,2483.24 -812.582,2482.8 -812.917,2482.37 C -813.193,2482.46 -813.474,2482.55 -813.742,2482.68 C -813.748,2483.24 -813.708,2483.77 -813.63,2484.3 C -813.801,2484.41 -813.988,2484.51 -814.151,2484.62 C -814.318,2484.75 -814.489,2484.86 -814.641,2485 C -815.082,2484.72 -815.552,2484.47 -816.049,2484.25 C -816.248,2484.46 -816.455,2484.67 -816.636,2484.9 C -816.379,2485.39 -816.102,2485.85 -815.779,2486.28 C -815.886,2486.46 -816.004,2486.63 -816.097,2486.82 C -816.181,2487.01 -816.286,2487.18 -816.357,2487.38 C -816.873,2487.34 -817.409,2487.34 -817.956,2487.37 C -818.031,2487.65 -818.114,2487.93 -818.167,2488.22 C -817.711,2488.54 -817.242,2488.81 -816.767,2489.05 L -816.8,2489.67 L -816.767,2490.28 C -817.247,2490.48 -817.717,2490.73 -818.183,2491 C -818.144,2491.3 -818.055,2491.58 -817.983,2491.86 C -817.436,2491.94 -816.879,2491.96 -816.357,2491.95 C -816.286,2492.14 -816.181,2492.33 -816.097,2492.51 C -816.004,2492.69 -815.886,2492.86 -815.779,2493.04 C -816.115,2493.45 -816.415,2493.88 -816.697,2494.34 C -816.527,2494.59 -816.311,2494.79 -816.121,2495.01 C -815.605,2494.82 -815.104,2494.58 -814.641,2494.33 C -814.489,2494.46 -814.318,2494.58 -814.151,2494.7 C -813.988,2494.82 -813.801,2494.92 -813.63,2495.03 C -813.735,2495.55 -813.796,2496.07 -813.834,2496.61 C -813.573,2496.74 -813.288,2496.83 -813.012,2496.93 C -812.642,2496.52 -812.306,2496.08 -812.015,2495.64 C -811.821,2495.69 -811.615,2495.7 -811.413,2495.74 C -811.209,2495.78 -810.998,2495.77 -810.796,2495.78 C -810.649,2496.3 -810.464,2496.78 -810.243,2497.28 C -809.949,2497.27 -809.661,2497.23 -809.374,2497.18 C -809.228,2496.65 -809.138,2496.1 -809.092,2495.58 C -808.889,2495.53 -808.696,2495.46 -808.502,2495.39 C -808.308,2495.32 -808.128,2495.23 -807.938,2495.14 C -807.567,2495.53 -807.177,2495.88 -806.754,2496.2 C -806.498,2496.07 -806.255,2495.89 -806.027,2495.71 C -806.14,2495.18 -806.318,2494.66 -806.525,2494.16 C -806.367,2494.03 -806.229,2493.87 -806.091,2493.72 C -805.946,2493.57 -805.833,2493.4 -805.703,2493.24 C -805.198,2493.41 -804.691,2493.54 -804.159,2493.64 C -804,2493.39 -803.869,2493.13 -803.743,2492.86 C -804.096,2492.45 -804.5,2492.06 -804.91,2491.72 C -804.825,2491.53 -804.782,2491.33 -804.733,2491.13 C -804.673,2490.93 -804.644,2490.72 -804.613,2490.52 C -804.091,2490.43 -803.568,2490.32 -803.061,2490.15 C -803.044,2489.86 -803.032,2489.57 -803.06,2489.28 C -803.566,2489.08 -804.084,2488.92 -804.613,2488.81 C -804.644,2488.6 -804.673,2488.4 -804.733,2488.2 C -804.782,2488 -804.825,2487.8 -804.91,2487.61 C -804.496,2487.29 -804.069,2486.93 -803.703,2486.56 C -803.833,2486.29 -803.947,2486.03 -804.108,2485.77 C -804.658,2485.84 -805.182,2485.94 -805.703,2486.09 C -805.833,2485.92 -805.946,2485.75 -806.091,2485.61 C -806.229,2485.45 -806.367,2485.3 -806.525,2485.17 C -806.303,2484.69 -806.097,2484.18 -805.94,2483.68 C -806.177,2483.5 -806.411,2483.32 -806.665,2483.18 C -807.124,2483.48 -807.543,2483.81 -807.938,2484.19 C -808.128,2484.1 -808.308,2484.01 -808.502,2483.94 C -808.696,2483.87 -808.889,2483.79 -809.092,2483.75 C -809.112,2483.23 -809.167,2482.68 -809.27,2482.16 C -809.561,2482.12 -809.849,2482.06 -810.141,2482.05 C -810.405,2482.55 -810.619,2483.02 -810.796,2483.55 Z M -809.557,2488.61 C -808.976,2489.19 -808.976,2490.14 -809.557,2490.72 C -810.14,2491.3 -811.086,2491.3 -811.669,2490.72 C -812.25,2490.14 -812.25,2489.19 -811.669,2488.61 C -811.086,2488.03 -810.14,2488.03 -809.557,2488.61 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-settings--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.749pt' height='15.783pt' viewBox='-818.488 -2497.56 15.749 15.783'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(-810.613 2489.67) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3Cg id='Group' stroke-width='0.563' stroke='%23000000'%3E%3Cpath d='M -810.796,2483.55 C -810.998,2483.56 -811.209,2483.55 -811.413,2483.59 C -811.615,2483.63 -811.821,2483.64 -812.015,2483.69 C -812.282,2483.24 -812.582,2482.8 -812.917,2482.37 C -813.193,2482.46 -813.474,2482.55 -813.742,2482.68 C -813.748,2483.24 -813.708,2483.77 -813.63,2484.3 C -813.801,2484.41 -813.988,2484.51 -814.151,2484.62 C -814.318,2484.75 -814.489,2484.86 -814.641,2485 C -815.082,2484.72 -815.552,2484.47 -816.049,2484.25 C -816.248,2484.46 -816.455,2484.67 -816.636,2484.9 C -816.379,2485.39 -816.102,2485.85 -815.779,2486.28 C -815.886,2486.46 -816.004,2486.63 -816.097,2486.82 C -816.181,2487.01 -816.286,2487.18 -816.357,2487.38 C -816.873,2487.34 -817.409,2487.34 -817.956,2487.37 C -818.031,2487.65 -818.114,2487.93 -818.167,2488.22 C -817.711,2488.54 -817.242,2488.81 -816.767,2489.05 L -816.8,2489.67 L -816.767,2490.28 C -817.247,2490.48 -817.717,2490.73 -818.183,2491 C -818.144,2491.3 -818.055,2491.58 -817.983,2491.86 C -817.436,2491.94 -816.879,2491.96 -816.357,2491.95 C -816.286,2492.14 -816.181,2492.33 -816.097,2492.51 C -816.004,2492.69 -815.886,2492.86 -815.779,2493.04 C -816.115,2493.45 -816.415,2493.88 -816.697,2494.34 C -816.527,2494.59 -816.311,2494.79 -816.121,2495.01 C -815.605,2494.82 -815.104,2494.58 -814.641,2494.33 C -814.489,2494.46 -814.318,2494.58 -814.151,2494.7 C -813.988,2494.82 -813.801,2494.92 -813.63,2495.03 C -813.735,2495.55 -813.796,2496.07 -813.834,2496.61 C -813.573,2496.74 -813.288,2496.83 -813.012,2496.93 C -812.642,2496.52 -812.306,2496.08 -812.015,2495.64 C -811.821,2495.69 -811.615,2495.7 -811.413,2495.74 C -811.209,2495.78 -810.998,2495.77 -810.796,2495.78 C -810.649,2496.3 -810.464,2496.78 -810.243,2497.28 C -809.949,2497.27 -809.661,2497.23 -809.374,2497.18 C -809.228,2496.65 -809.138,2496.1 -809.092,2495.58 C -808.889,2495.53 -808.696,2495.46 -808.502,2495.39 C -808.308,2495.32 -808.128,2495.23 -807.938,2495.14 C -807.567,2495.53 -807.177,2495.88 -806.754,2496.2 C -806.498,2496.07 -806.255,2495.89 -806.027,2495.71 C -806.14,2495.18 -806.318,2494.66 -806.525,2494.16 C -806.367,2494.03 -806.229,2493.87 -806.091,2493.72 C -805.946,2493.57 -805.833,2493.4 -805.703,2493.24 C -805.198,2493.41 -804.691,2493.54 -804.159,2493.64 C -804,2493.39 -803.869,2493.13 -803.743,2492.86 C -804.096,2492.45 -804.5,2492.06 -804.91,2491.72 C -804.825,2491.53 -804.782,2491.33 -804.733,2491.13 C -804.673,2490.93 -804.644,2490.72 -804.613,2490.52 C -804.091,2490.43 -803.568,2490.32 -803.061,2490.15 C -803.044,2489.86 -803.032,2489.57 -803.06,2489.28 C -803.566,2489.08 -804.084,2488.92 -804.613,2488.81 C -804.644,2488.6 -804.673,2488.4 -804.733,2488.2 C -804.782,2488 -804.825,2487.8 -804.91,2487.61 C -804.496,2487.29 -804.069,2486.93 -803.703,2486.56 C -803.833,2486.29 -803.947,2486.03 -804.108,2485.77 C -804.658,2485.84 -805.182,2485.94 -805.703,2486.09 C -805.833,2485.92 -805.946,2485.75 -806.091,2485.61 C -806.229,2485.45 -806.367,2485.3 -806.525,2485.17 C -806.303,2484.69 -806.097,2484.18 -805.94,2483.68 C -806.177,2483.5 -806.411,2483.32 -806.665,2483.18 C -807.124,2483.48 -807.543,2483.81 -807.938,2484.19 C -808.128,2484.1 -808.308,2484.01 -808.502,2483.94 C -808.696,2483.87 -808.889,2483.79 -809.092,2483.75 C -809.112,2483.23 -809.167,2482.68 -809.27,2482.16 C -809.561,2482.12 -809.849,2482.06 -810.141,2482.05 C -810.405,2482.55 -810.619,2483.02 -810.796,2483.55 Z M -809.557,2488.61 C -808.976,2489.19 -808.976,2490.14 -809.557,2490.72 C -810.14,2491.3 -811.086,2491.3 -811.669,2490.72 C -812.25,2490.14 -812.25,2489.19 -811.669,2488.61 C -811.086,2488.03 -810.14,2488.03 -809.557,2488.61 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.menu-item-organisation {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='10.094pt' height='9.779pt' viewBox='-866.471 -1329.37 10.094 9.779'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='miter' stroke='%23ffffff' stroke-width='0.375'%3E%3Cpath d='M -864.544,1319.85 L -865.976,1320.68 C -866.147,1320.78 -866.284,1321.02 -866.284,1321.21 L -866.284,1322.87 C -866.284,1323.06 -866.147,1323.3 -865.976,1323.4 L -864.544,1324.23 C -864.375,1324.32 -864.099,1324.32 -863.93,1324.23 L -862.496,1323.4 C -862.326,1323.3 -862.189,1323.06 -862.189,1322.87 L -862.189,1321.21 C -862.189,1321.02 -862.326,1320.78 -862.496,1320.68 L -863.93,1319.85 C -864.099,1319.75 -864.375,1319.75 -864.544,1319.85 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -861.732,1324.73 L -863.164,1325.56 C -863.335,1325.65 -863.472,1325.89 -863.472,1326.09 L -863.472,1327.74 C -863.472,1327.94 -863.335,1328.18 -863.164,1328.27 L -861.732,1329.1 C -861.563,1329.2 -861.287,1329.2 -861.118,1329.1 L -859.684,1328.27 C -859.514,1328.18 -859.377,1327.94 -859.377,1327.74 L -859.377,1326.09 C -859.377,1325.89 -859.514,1325.65 -859.684,1325.56 L -861.118,1324.73 C -861.287,1324.63 -861.563,1324.63 -861.732,1324.73 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -858.919,1319.85 L -860.352,1320.68 C -860.523,1320.78 -860.66,1321.02 -860.66,1321.21 L -860.66,1322.87 C -860.66,1323.06 -860.523,1323.3 -860.352,1323.4 L -858.919,1324.23 C -858.75,1324.32 -858.475,1324.32 -858.306,1324.23 L -856.872,1323.4 C -856.702,1323.3 -856.565,1323.06 -856.565,1322.87 L -856.565,1321.21 C -856.565,1321.02 -856.702,1320.78 -856.872,1320.68 L -858.306,1319.85 C -858.475,1319.75 -858.75,1319.75 -858.919,1319.85 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.425 1324.48) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.menu-item-organisation--active {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='10.094pt' height='9.779pt' viewBox='-866.471 -1329.37 10.094 9.779'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='miter' stroke='%23ffffff' stroke-width='0.375'%3E%3Cpath d='M -864.544,1319.85 L -865.976,1320.68 C -866.147,1320.78 -866.284,1321.02 -866.284,1321.21 L -866.284,1322.87 C -866.284,1323.06 -866.147,1323.3 -865.976,1323.4 L -864.544,1324.23 C -864.375,1324.32 -864.099,1324.32 -863.93,1324.23 L -862.496,1323.4 C -862.326,1323.3 -862.189,1323.06 -862.189,1322.87 L -862.189,1321.21 C -862.189,1321.02 -862.326,1320.78 -862.496,1320.68 L -863.93,1319.85 C -864.099,1319.75 -864.375,1319.75 -864.544,1319.85 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -861.732,1324.73 L -863.164,1325.56 C -863.335,1325.65 -863.472,1325.89 -863.472,1326.09 L -863.472,1327.74 C -863.472,1327.94 -863.335,1328.18 -863.164,1328.27 L -861.732,1329.1 C -861.563,1329.2 -861.287,1329.2 -861.118,1329.1 L -859.684,1328.27 C -859.514,1328.18 -859.377,1327.94 -859.377,1327.74 L -859.377,1326.09 C -859.377,1325.89 -859.514,1325.65 -859.684,1325.56 L -861.118,1324.73 C -861.287,1324.63 -861.563,1324.63 -861.732,1324.73 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -858.919,1319.85 L -860.352,1320.68 C -860.523,1320.78 -860.66,1321.02 -860.66,1321.21 L -860.66,1322.87 C -860.66,1323.06 -860.523,1323.3 -860.352,1323.4 L -858.919,1324.23 C -858.75,1324.32 -858.475,1324.32 -858.306,1324.23 L -856.872,1323.4 C -856.702,1323.3 -856.565,1323.06 -856.565,1322.87 L -856.565,1321.21 C -856.565,1321.02 -856.702,1320.78 -856.872,1320.68 L -858.306,1319.85 C -858.475,1319.75 -858.75,1319.75 -858.919,1319.85 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Crect x='-4.874' y='-4.874' width='9.749' height='9.749' transform='translate(-861.425 1324.48) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-status-created {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1305.1 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1312.97 -77.77) rotate(90)' stroke='none' stroke-width='0.75' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke-linejoin='miter' stroke-width='0.75'%3E%3Cg id='Group_1' stroke='%23cccccc'%3E%3Cpath d='M 1311.95,-85.021 L 1307.2,-82.276 C 1306.64,-81.952 1306.18,-81.162 1306.18,-80.513 L 1306.18,-75.025 C 1306.18,-74.376 1306.64,-73.586 1307.2,-73.262 L 1311.95,-70.517 C 1312.52,-70.193 1313.43,-70.193 1313.99,-70.517 L 1318.74,-73.262 C 1319.3,-73.586 1319.76,-74.376 1319.76,-75.025 L 1319.76,-80.513 C 1319.76,-81.162 1319.3,-81.952 1318.74,-82.276 L 1313.99,-85.021 C 1313.43,-85.346 1312.52,-85.346 1311.95,-85.021 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cellipse rx='0.475' ry='0.475' transform='translate(1312.97 -77.77) rotate(135)' stroke='none' fill='%23cccccc'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-status-signed {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1415.82 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1423.7 -77.771) rotate(-90)' stroke='none' stroke-width='0.75' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='%23b2b2b2' stroke-width='0.75'%3E%3Cpath d='M 1424.73,-70.527 L 1429.47,-73.277 C 1430.03,-73.603 1430.49,-74.393 1430.49,-75.042 L 1430.48,-80.525 C 1430.48,-81.174 1430.02,-81.963 1429.46,-82.286 L 1424.7,-85.019 C 1424.14,-85.342 1423.23,-85.341 1422.67,-85.015 L 1417.92,-82.265 C 1417.36,-81.939 1416.91,-81.149 1416.91,-80.5 L 1416.92,-75.017 C 1416.92,-74.368 1417.38,-73.579 1417.94,-73.256 L 1422.69,-70.523 C 1423.26,-70.2 1424.17,-70.202 1424.73,-70.527 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 1423.1,-82.1 L 1420.25,-80.446 C 1419.92,-80.254 1419.66,-79.79 1419.66,-79.41 L 1419.66,-76.115' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-status-cancellation {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1353.1 69.894 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1360.97 -77.769) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%23e50000' stroke-width='0.75'%3E%3Cpath d='M 1359.94,-85.013 L 1355.2,-82.263 C 1354.64,-81.937 1354.18,-81.147 1354.18,-80.498 L 1354.19,-75.015 C 1354.19,-74.366 1354.65,-73.577 1355.21,-73.254 L 1359.97,-70.521 C 1360.53,-70.198 1361.44,-70.199 1362,-70.525 L 1366.75,-73.275 C 1367.31,-73.601 1367.76,-74.391 1367.76,-75.04 L 1367.75,-80.523 C 1367.75,-81.172 1367.29,-81.961 1366.73,-82.284 L 1361.98,-85.017 C 1361.41,-85.34 1360.5,-85.338 1359.94,-85.013 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1364.84,-75.534 L 1357.1,-80.004' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-status-submitted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1397.28 69.894 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1405.15 -77.769) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%23999999' stroke-width='0.75'%3E%3Cpath d='M 1404.12,-85.013 L 1399.38,-82.263 C 1398.82,-81.937 1398.36,-81.147 1398.37,-80.498 L 1398.38,-75.015 C 1398.38,-74.366 1398.83,-73.577 1399.4,-73.254 L 1404.15,-70.521 C 1404.71,-70.198 1405.62,-70.199 1406.18,-70.525 L 1410.93,-73.275 C 1411.49,-73.601 1411.94,-74.391 1411.94,-75.04 L 1411.93,-80.523 C 1411.93,-81.172 1411.47,-81.961 1410.91,-82.284 L 1406.16,-85.017 C 1405.6,-85.34 1404.68,-85.338 1404.12,-85.013 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 1405.75,-73.44 L 1408.6,-75.094 C 1408.93,-75.286 1409.2,-75.75 1409.2,-76.13 L 1409.2,-79.425' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-status-submitted-postprocessing {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1397.28 69.894 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1405.15 -77.769) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%23999999' stroke-width='0.75'%3E%3Cpath d='M 1404.12,-85.013 L 1399.38,-82.263 C 1398.82,-81.937 1398.36,-81.147 1398.37,-80.498 L 1398.38,-75.015 C 1398.38,-74.366 1398.83,-73.577 1399.4,-73.254 L 1404.15,-70.521 C 1404.71,-70.198 1405.62,-70.199 1406.18,-70.525 L 1410.93,-73.275 C 1411.49,-73.601 1411.94,-74.391 1411.94,-75.04 L 1411.93,-80.523 C 1411.93,-81.172 1411.47,-81.961 1410.91,-82.284 L 1406.16,-85.017 C 1405.6,-85.34 1404.68,-85.338 1404.12,-85.013 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 1405.75,-73.44 L 1408.6,-75.094 C 1408.93,-75.286 1409.2,-75.75 1409.2,-76.13 L 1409.2,-79.425' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-status-switch-process {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='1255.93 69.895 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(1263.81 -77.77) rotate(90)' stroke='none' stroke-linejoin='miter' stroke-width='0.75'/%3E%3Cg id='Group' stroke='%23ffbf00' stroke-width='0.75'%3E%3Cpath d='M 1262.79,-85.021 L 1258.04,-82.276 C 1257.48,-81.952 1257.02,-81.162 1257.02,-80.513 L 1257.02,-75.025 C 1257.02,-74.376 1257.48,-73.586 1258.04,-73.262 L 1262.79,-70.517 C 1263.35,-70.193 1264.27,-70.193 1264.83,-70.517 L 1269.58,-73.262 C 1270.14,-73.586 1270.6,-74.376 1270.6,-75.025 L 1270.6,-80.513 C 1270.6,-81.162 1270.14,-81.952 1269.58,-82.276 L 1264.83,-85.021 C 1264.27,-85.346 1263.35,-85.346 1262.79,-85.021 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_2'%3E%3Cpath d='M 1267.46,-75.659 L 1260.16,-79.879' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_3' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_4'%3E%3Cpath d='M 1267.46,-79.878 L 1260.16,-75.658' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_6'%3E%3Cpath d='M 1263.81,-81.988 L 1263.81,-73.55' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Layer_2' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-arrow-small {
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80% 80%;
  margin: 0 auto;
}

.icon-arrow {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='9.749pt' height='3.207pt' viewBox='983.767 -490.839 9.749 3.207'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%23333333' fill='%23333333'%3E%3Cpath d='M 984.142,490.464 L 987.52,488.304 C 988.136,487.907 989.146,487.91 989.768,488.303 L 993.141,490.464' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-arrow-rotate {
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23ffffff' clip-rule='evenodd'%3E%3Cpath d='M23.245 4l-11.245 14.374-11.219-14.374-.781.619 12 15.381 12-15.391-.755-.609z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 2.5rem 1.5rem;
  transform: rotate(90deg);
  background-color: red;
  transform: rotate(180deg);
}

.icon-box-header {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.icon-settlement-less {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.23--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='41.25pt' height='35.828pt' viewBox='0 -38.539 41.25 35.828'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Ebene 1' transform='scale(1 -1)'%3E%3Cpath d='M 0.375,38.164 L 20.628,3.086' fill='none' stroke-width='0.75' stroke='%23ffffff' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 40.875,38.164 L 20.628,3.086' fill='none' stroke-width='0.75' stroke='%23ffffff' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-settlement-equal {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.5pt' height='25.5pt' viewBox='-734.274 -2480.32 25.5 25.5'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-12.749' y='-12.749' width='25.499' height='25.499' transform='translate(-721.523 2467.57) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3Cpath d='M -733.898,2467.57 L -709.149,2467.57' fill='none' stroke='%23000000' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-settlement-more {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.501pt' height='25.5pt' viewBox='-734.275 -2561.14 25.501 25.5'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-12.749' y='-12.749' width='25.499' height='25.499' transform='translate(-721.524 2548.39) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%2300a9c8' stroke-width='0.75'%3E%3Cpath d='M -733.899,2537.67 L -721.521,2559.11' fill='none'/%3E%3Cpath d='M -709.149,2537.67 L -721.521,2559.11' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-settlement {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.5pt' height='25.503pt' viewBox='-734.274 -2602.96 25.5 25.503'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23000000' stroke-width='0.75' fill='%23ffffff'%3E%3Cg id='Group_1'%3E%3Cpath d='M -732.241,2577.83 L -710.804,2590.21' fill='none'/%3E%3Cpath d='M -732.241,2602.58 L -710.804,2590.21' fill='none'/%3E%3C/g%3E%3Cpath d='M -732.241,2590.21 L -722.701,2590.21' fill='none'/%3E%3C/g%3E%3Crect x='-12.749' y='-12.749' width='25.499' height='25.499' transform='translate(-721.523 2590.21) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-settlement-less {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.501pt' height='25.5pt' viewBox='-734.275 -2521.96 25.501 25.5'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-12.749' y='-12.749' width='25.499' height='25.499' transform='translate(-721.524 2509.21) rotate(-90)' stroke='none' stroke-width='0.5'/%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23e50000' stroke-width='0.75'%3E%3Cpath d='M -733.899,2519.93 L -721.521,2498.49' fill='none'/%3E%3Cpath d='M -709.149,2519.93 L -721.521,2498.49' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-orgamotion-performance-index {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.5pt' height='25.5pt' viewBox='-734.269 -2034.55 25.5 25.5'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23000000' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M -728.528,2019.91 C -723.662,2029.03 -717.786,2034.75 -710.044,2034.13 C -709.821,2034.12 -709.629,2034.06 -709.489,2033.94 C -709.45,2033.91 -709.411,2033.87 -709.375,2033.83 C -709.263,2033.69 -709.2,2033.5 -709.188,2033.27 C -708.574,2025.53 -714.285,2019.66 -723.409,2014.79 C -723.928,2014.61 -724.317,2014.76 -724.593,2015.23 C -722.143,2017.15 -720.656,2019.64 -722.167,2021.15 C -723.674,2022.66 -726.172,2021.18 -728.089,2018.72 C -728.564,2019 -728.715,2019.39 -728.528,2019.91 Z M -715.789,2025.41 C -714.62,2025.41 -713.669,2026.36 -713.669,2027.53 C -713.669,2028.7 -714.622,2029.65 -715.792,2029.65 C -716.961,2029.65 -717.917,2028.7 -717.914,2027.53 C -717.917,2026.36 -716.963,2025.41 -715.789,2025.41 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -724.275,2019.04 L -728.797,2014.52' fill='none'/%3E%3Cpath d='M -733.788,2022.93 C -733.96,2023.26 -733.916,2023.63 -733.679,2023.87 L -731.568,2025.98 C -729.925,2027.62 -727.713,2027.83 -726.975,2027.4 L -726.949,2027.39 L -726.963,2027.36 C -728.152,2025.75 -729.137,2024.1 -729.957,2022.56 L -729.967,2022.55 L -729.986,2022.55 C -730.605,2022.69 -731.189,2022.64 -732.924,2022.46 C -733.271,2022.42 -733.62,2022.62 -733.788,2022.93 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -720.377,2009.53 C -720.056,2009.36 -719.685,2009.4 -719.443,2009.63 L -717.33,2011.75 C -715.69,2013.39 -715.479,2015.6 -715.915,2016.34 L -715.925,2016.36 L -715.954,2016.35 C -717.565,2015.16 -719.215,2014.18 -720.75,2013.35 L -720.767,2013.34 L -720.765,2013.33 C -720.624,2012.71 -720.668,2012.12 -720.85,2010.39 C -720.891,2010.04 -720.69,2009.69 -720.377,2009.53 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Crect x='-12.749' y='-12.749' width='25.499' height='25.499' transform='translate(-721.518 2021.8) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-orgamotion-zipCode {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.501pt' height='25.502pt' viewBox='-734.269 -2075.62 25.501 25.502'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cpath d='M -733.892,2050.49 L -709.143,2050.49' fill='none' stroke='%23000000' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -721.518,2050.49 L -721.518,2070.01' fill='none' stroke-width='0.75' stroke='%23000000' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cellipse rx='2.617' ry='2.617' transform='translate(-721.518 2072.63) rotate(135)' stroke-width='0.75' stroke='%23000000' stroke-linejoin='miter'/%3E%3Crect x='-12.749' y='-12.749' width='25.499' height='25.499' transform='translate(-721.518 2062.87) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-orgamotion-products {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.5pt' height='25.504pt' viewBox='-734.274 -2313 25.5 25.504'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-12.749' y='-12.749' width='25.499' height='25.499' transform='translate(-721.523 2300.25) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3Cg id='Group' stroke-width='0.75'%3E%3Cpath d='M -723.204,2288.28 L -731.051,2292.81 C -731.978,2293.35 -732.733,2294.65 -732.733,2295.72 L -732.733,2304.78 C -732.733,2305.86 -731.978,2307.16 -731.051,2307.69 L -723.204,2312.22 C -722.276,2312.76 -720.772,2312.76 -719.842,2312.22 L -711.994,2307.69 C -711.067,2307.16 -710.312,2305.86 -710.314,2304.78 L -710.312,2295.72 C -710.314,2294.65 -711.067,2293.35 -711.994,2292.81 L -719.842,2288.28 C -720.77,2287.74 -722.276,2287.74 -723.204,2288.28 Z' stroke='%23000000' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -720.053,2301.09 L -712.563,2305.41' fill='none' stroke='%23000000' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -722.993,2301.09 L -730.482,2305.41' fill='none' stroke='%23000000' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -721.523,2289.95 L -721.523,2298.44' fill='none' stroke='%23000000' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-orgamotion-contracts {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.5pt' height='25.501pt' viewBox='-734.274 -2357.03 25.5 25.501'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke='%23000000' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M -709.158,2351.22 L -709.158,2337.62 C -709.158,2336.6 -709.987,2335.78 -711.006,2335.78 L -722.311,2335.78 C -723.33,2335.78 -724.156,2336.6 -724.156,2337.62 L -724.156,2354.81 C -724.156,2355.83 -723.33,2356.66 -722.311,2356.66 L -714.597,2356.66' fill='none'/%3E%3Cpath d='M -718.887,2335.78 L -718.888,2333.76 C -718.888,2332.74 -719.718,2331.91 -720.735,2331.91 L -732.042,2331.91 C -733.059,2331.91 -733.888,2332.74 -733.888,2333.76 L -733.888,2350.94 C -733.888,2351.96 -733.059,2352.79 -732.042,2352.79 L -724.156,2352.79' fill='none'/%3E%3Cpath d='M -714.597,2356.66 L -709.158,2351.22' fill='none'/%3E%3Cpath d='M -714.597,2356.66 L -714.597,2352.75 C -714.597,2351.91 -713.908,2351.22 -713.06,2351.22 L -709.158,2351.22' fill='none'/%3E%3C/g%3E%3Crect x='-12.749' y='-12.749' width='25.499' height='25.499' transform='translate(-721.523 2344.28) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3Cpath d='M -720.463,2339.53 L -712.846,2339.53' fill='none' stroke='%23000000' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -720.463,2343.28 L -712.846,2343.28' fill='none' stroke='%23000000' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -720.463,2347.03 L -712.846,2347.03' fill='none' stroke='%23000000' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -730.175,2335.78 L -725.933,2335.78' fill='none' stroke='%23000000' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -730.175,2339.53 L -725.933,2339.53' fill='none' stroke='%23000000' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -730.175,2343.28 L -725.933,2343.28' fill='none' stroke='%23000000' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-orgamotion-contracts-index {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.5pt' height='25.515pt' viewBox='-734.272 -2269.77 25.5 25.515'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-12.749' y='-12.749' width='25.499' height='25.499' transform='translate(-721.521 2257.01) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3Cg id='Group' stroke='%23000000' stroke-width='0.75'%3E%3Cpath d='M -723.204,2245.03 L -731.053,2249.57 C -731.983,2250.1 -732.736,2251.41 -732.735,2252.48 L -732.736,2261.55 C -732.736,2262.62 -731.983,2263.92 -731.055,2264.46 L -723.204,2268.99 C -722.276,2269.53 -720.77,2269.53 -719.84,2268.99 L -711.991,2264.46 C -711.063,2263.92 -710.308,2262.62 -710.31,2261.55 L -710.308,2252.48 C -710.31,2251.41 -711.063,2250.1 -711.991,2249.57 L -719.84,2245.03 C -720.768,2244.5 -722.276,2244.5 -723.204,2245.03 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_2'%3E%3Cpath d='M -715.488,2260.5 L -727.558,2253.53' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_3' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_4'%3E%3Cpath d='M -715.488,2253.53 L -727.558,2260.5' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_6'%3E%3Cpath d='M -721.523,2250.04 L -721.523,2263.98' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-orgamotion-partner {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.5pt' height='25.504pt' viewBox='-734.274 -2398.93 25.5 25.504'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-12.749' y='-12.749' width='25.499' height='25.499' transform='translate(-721.523 2386.18) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3Cpath d='M -723.207,2374.2 L -731.048,2378.74 C -731.985,2379.27 -732.736,2380.58 -732.736,2381.65 L -732.736,2390.71 C -732.736,2391.79 -731.985,2393.09 -731.048,2393.62 L -723.207,2398.16 C -722.28,2398.69 -720.77,2398.69 -719.844,2398.16 L -711.992,2393.62 C -711.061,2393.09 -710.31,2391.79 -710.31,2390.71 L -710.31,2381.65 C -710.31,2380.58 -711.061,2379.27 -711.992,2378.74 L -719.844,2374.2 C -720.77,2373.68 -722.28,2373.68 -723.207,2374.2 Z' stroke='%23ffffff' stroke-width='0.75' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' stroke-width='0.75'%3E%3Cpath d='M -729.283,2378.43 C -729.283,2380.42 -728.523,2382.4 -727.008,2383.92 C -723.98,2386.95 -719.064,2386.95 -716.032,2383.92 C -714.519,2382.4 -713.763,2380.42 -713.763,2378.43' fill='none'/%3E%3Cellipse rx='2.618' ry='2.617' transform='translate(-721.525 2391.32) rotate(135.015)'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-orgamotion-goal-index {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.501pt' height='25.501pt' viewBox='-734.269 -2118.03 25.501 25.501'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cellipse rx='12.377' ry='12.377' transform='translate(-721.518 2105.28) rotate(135)' stroke-width='0.75' stroke='%23000000' stroke-linejoin='miter'/%3E%3Cellipse rx='0.478' ry='0.478' transform='translate(-721.518 2105.28) rotate(135)' stroke-width='0.75' stroke='none' fill='%23000000' stroke-linejoin='miter'/%3E%3Cpath d='M -730.893,2105.27 L -724.518,2105.27' fill='none' stroke-width='0.75' stroke='%23000000' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -718.518,2105.27 L -712.143,2105.27' fill='none' stroke-width='0.75' stroke='%23000000' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -721.518,2095.9 L -721.518,2102.27' fill='none' stroke-width='0.75' stroke='%23000000' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M -721.518,2108.27 L -721.518,2114.65' fill='none' stroke-width='0.75' stroke='%23000000' stroke-linejoin='round' stroke-linecap='round'/%3E%3Crect x='-12.749' y='-12.749' width='25.499' height='25.499' transform='translate(-721.518 2105.28) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-orgamotion-organiation {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.502pt' height='25.5pt' viewBox='-734.275 -2440.78 25.502 25.5'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Crect x='-12.749' y='-12.749' width='25.499' height='25.499' transform='translate(-721.524 2428.03) rotate(90)' stroke='none' stroke-width='0.5'/%3E%3Cg id='Group' stroke-linejoin='miter' stroke='%23000000' stroke-width='0.75'%3E%3Cpath d='M -729.467,2416.26 L -733.113,2418.37 C -733.549,2418.62 -733.898,2419.23 -733.898,2419.72 L -733.898,2423.93 C -733.898,2424.44 -733.549,2425.04 -733.113,2425.29 L -729.467,2427.4 C -729.036,2427.65 -728.333,2427.65 -727.903,2427.4 L -724.251,2425.29 C -723.818,2425.04 -723.47,2424.44 -723.47,2423.93 L -723.47,2419.72 C -723.47,2419.23 -723.818,2418.62 -724.251,2418.37 L -727.903,2416.26 C -728.333,2416.01 -729.036,2416.01 -729.467,2416.26 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -722.306,2428.67 L -725.952,2430.78 C -726.388,2431.03 -726.737,2431.64 -726.737,2432.14 L -726.737,2436.35 C -726.737,2436.85 -726.388,2437.45 -725.952,2437.7 L -722.306,2439.81 C -721.875,2440.06 -721.173,2440.06 -720.742,2439.81 L -717.091,2437.7 C -716.658,2437.45 -716.309,2436.85 -716.309,2436.35 L -716.309,2432.14 C -716.309,2431.64 -716.658,2431.03 -717.091,2430.78 L -720.742,2428.67 C -721.173,2428.43 -721.875,2428.43 -722.306,2428.67 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -715.142,2416.26 L -718.792,2418.37 C -719.227,2418.62 -719.576,2419.23 -719.576,2419.72 L -719.576,2423.93 C -719.576,2424.44 -719.227,2425.04 -718.792,2425.29 L -715.142,2427.4 C -714.712,2427.65 -714.012,2427.65 -713.581,2427.4 L -709.93,2425.29 C -709.497,2425.04 -709.148,2424.44 -709.148,2423.93 L -709.148,2419.72 C -709.148,2419.23 -709.497,2418.62 -709.93,2418.37 L -713.581,2416.26 C -714.012,2416.01 -714.712,2416.01 -715.142,2416.26 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-location-pin--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2300aac3' width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M12 10c-1.104 0-2-.896-2-2s.896-2 2-2 2 .896 2 2-.896 2-2 2m0-5c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3-1.343-3-3-3m-7 2.602c0-3.517 3.271-6.602 7-6.602s7 3.085 7 6.602c0 3.455-2.563 7.543-7 14.527-4.489-7.073-7-11.072-7-14.527m7-7.602c-4.198 0-8 3.403-8 7.602 0 4.198 3.469 9.21 8 16.398 4.531-7.188 8-12.2 8-16.398 0-4.199-3.801-7.602-8-7.602'/%3E%3C/svg%3E");
}
.icon-location-pin--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%23bec6cc' width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M12 10c-1.104 0-2-.896-2-2s.896-2 2-2 2 .896 2 2-.896 2-2 2m0-5c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3-1.343-3-3-3m-7 2.602c0-3.517 3.271-6.602 7-6.602s7 3.085 7 6.602c0 3.455-2.563 7.543-7 14.527-4.489-7.073-7-11.072-7-14.527m7-7.602c-4.198 0-8 3.403-8 7.602 0 4.198 3.469 9.21 8 16.398 4.531-7.188 8-12.2 8-16.398 0-4.199-3.801-7.602-8-7.602'/%3E%3C/svg%3E");
}
.icon-location-pin--not-highlighted:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='%2300aac3' width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M12 10c-1.104 0-2-.896-2-2s.896-2 2-2 2 .896 2 2-.896 2-2 2m0-5c-1.657 0-3 1.343-3 3s1.343 3 3 3 3-1.343 3-3-1.343-3-3-3m-7 2.602c0-3.517 3.271-6.602 7-6.602s7 3.085 7 6.602c0 3.455-2.563 7.543-7 14.527-4.489-7.073-7-11.072-7-14.527m7-7.602c-4.198 0-8 3.403-8 7.602 0 4.198 3.469 9.21 8 16.398 4.531-7.188 8-12.2 8-16.398 0-4.199-3.801-7.602-8-7.602'/%3E%3C/svg%3E");
}

.icon-remove-item {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.789pt' height='15.789pt' viewBox='88.254 -631.377 15.789 15.789'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23cccccc'%3E%3Crect x='-7.628' y='-7.628' width='15.256' height='15.256' rx='63.2118414840139' ry='63.2118414840139' transform='translate(96.149 623.483) rotate(90)' stroke-width='0.532' stroke-linejoin='miter'/%3E%3Cpath d='M 91.563,623.483 L 100.735,623.483' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke-width='0.563'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(96.148 623.482) rotate(90)' stroke='none' stroke-width='0.75' stroke-linejoin='miter'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-add-item {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.789pt' height='15.789pt' viewBox='64.314 -631.377 15.789 15.789'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23cccccc'%3E%3Crect x='-7.628' y='-7.628' width='15.256' height='15.256' rx='62.9307694857272' ry='62.9307694857272' transform='translate(72.209 623.483) rotate(90)' stroke-width='0.532' stroke-linejoin='miter'/%3E%3Cpath d='M 72.209,618.897 L 72.209,628.069' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke-width='0.563'/%3E%3Cpath d='M 67.623,623.483 L 76.795,623.483' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke-width='0.563'/%3E%3C/g%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(72.208 623.482) rotate(90)' stroke='none' stroke-width='0.75' stroke-linejoin='miter'/%3E%3C/g%3E%3C/svg%3E");
}

.icon-backoffice-check {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='176.87 -460.852 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(184.746 452.977) rotate(90)' stroke='none' stroke-width='0.75' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke-linejoin='miter' stroke-width='0.75'%3E%3Cg id='Group_1' stroke='%23666666'%3E%3Cpath d='M 183.729,445.727 L 178.977,448.472 C 178.414,448.796 177.958,449.586 177.959,450.235 L 177.958,455.723 C 177.958,456.372 178.414,457.162 178.976,457.486 L 183.729,460.231 C 184.291,460.555 185.203,460.555 185.766,460.231 L 190.518,457.486 C 191.08,457.162 191.537,456.372 191.536,455.723 L 191.537,450.235 C 191.536,449.586 191.08,448.796 190.518,448.472 L 185.766,445.727 C 185.204,445.402 184.291,445.402 183.729,445.727 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cellipse rx='0.475' ry='0.475' transform='translate(184.746 452.978) rotate(135)' fill='%23666666' stroke='none'/%3E%3C/g%3E%3Cellipse rx='3.641' ry='3.641' transform='translate(188.691 449.049) rotate(-135)' stroke='%23ffffff' stroke-width='0.576' fill='%2300bf02' stroke-linejoin='miter'/%3E%3Cg id='Group_2' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.576' fill='%23ffffff'%3E%3Cpath d='M 189.869,450.418 L 188.288,447.681' fill='none'/%3E%3Cpath d='M 187.513,449.024 L 188.288,447.681' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-campaigner-aquisition--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.229pt' height='25.229pt' viewBox='229.816 -560.67 25.229 25.229'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-12.614' y='-12.614' width='25.229' height='25.229' transform='translate(242.431 548.056) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23808080' stroke-width='0.75'%3E%3Cpath d='M 230.193,535.825 C 230.193,538.963 231.39,542.091 233.78,544.484 C 238.556,549.264 246.31,549.264 251.091,544.484 C 253.478,542.091 254.67,538.963 254.67,535.825' fill='none'/%3E%3Cellipse rx='4.128' ry='4.128' transform='translate(242.425 556.161) rotate(135)'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-campaigner-aquisition--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.229pt' height='25.229pt' viewBox='229.816 -560.67 25.229 25.229'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-12.614' y='-12.614' width='25.229' height='25.229' transform='translate(242.431 548.056) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.75'%3E%3Cpath d='M 230.193,535.825 C 230.193,538.963 231.39,542.091 233.78,544.484 C 238.556,549.264 246.31,549.264 251.091,544.484 C 253.478,542.091 254.67,538.963 254.67,535.825' fill='none'/%3E%3Cellipse rx='4.128' ry='4.128' transform='translate(242.425 556.161) rotate(135)'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-campaigner-customer-recovery--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.98pt' height='25.981pt' viewBox='599.662 -561.048 25.98 25.981'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%23808080' fill='%23808080'%3E%3Cpath d='M 625.184,549.492 C 625.43,547.367 625.139,545.153 624.23,543.051 C 621.467,536.661 614.037,533.716 607.646,536.479 C 605.543,537.387 603.815,538.802 602.539,540.518' fill='none'/%3E%3Cg id='Group_1'%3E%3Cpath d='M 618.881,556.632 L 622.814,555.577' fill='none'/%3E%3Cpath d='M 621.759,559.51 L 622.814,555.577' fill='none'/%3E%3C/g%3E%3Cg id='Group_2'%3E%3Cpath d='M 606.472,539.489 L 602.539,540.544' fill='none'/%3E%3Cpath d='M 603.594,536.612 L 602.539,540.544' fill='none'/%3E%3C/g%3E%3Cpath d='M 600.12,546.623 C 599.874,548.748 600.165,550.962 601.074,553.064 C 603.837,559.454 611.267,562.399 617.658,559.636 C 619.761,558.728 621.489,557.313 622.765,555.597' fill='none'/%3E%3C/g%3E%3Crect x='-12.614' y='-12.614' width='25.229' height='25.229' transform='translate(612.652 548.057) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-campaigner-customer-recovery--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.98pt' height='25.981pt' viewBox='599.662 -561.048 25.98 25.981'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' fill='%23ffffff'%3E%3Cpath d='M 625.184,549.492 C 625.43,547.367 625.139,545.153 624.23,543.051 C 621.467,536.661 614.037,533.716 607.646,536.479 C 605.543,537.387 603.815,538.802 602.539,540.518' fill='none'/%3E%3Cg id='Group_1'%3E%3Cpath d='M 618.881,556.632 L 622.814,555.577' fill='none'/%3E%3Cpath d='M 621.759,559.51 L 622.814,555.577' fill='none'/%3E%3C/g%3E%3Cg id='Group_2'%3E%3Cpath d='M 606.472,539.489 L 602.539,540.544' fill='none'/%3E%3Cpath d='M 603.594,536.612 L 602.539,540.544' fill='none'/%3E%3C/g%3E%3Cpath d='M 600.12,546.623 C 599.874,548.748 600.165,550.962 601.074,553.064 C 603.837,559.454 611.267,562.399 617.658,559.636 C 619.761,558.728 621.489,557.313 622.765,555.597' fill='none'/%3E%3C/g%3E%3Crect x='-12.614' y='-12.614' width='25.229' height='25.229' transform='translate(612.652 548.057) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-campaigner-existing-customer-retention--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.229pt' height='25.979pt' viewBox='416.979 -561.045 25.229 25.979'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-12.614' y='-12.614' width='25.229' height='25.229' transform='translate(429.594 548.056) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3Cpath d='M 428.587,535.81 C 419.951,542.442 417.442,549.239 417.857,557.076 C 417.89,557.643 418.002,558.304 419.305,558.409 C 422.475,558.749 425.637,559.603 428.055,560.409 C 429.056,560.747 430.082,560.766 431.13,560.411 C 433.547,559.603 436.711,558.748 439.885,558.409 C 441.187,558.304 441.298,557.641 441.332,557.076 C 441.746,549.238 439.239,542.442 430.603,535.81 C 429.947,535.337 429.276,535.3 428.587,535.81 M 439.046,556.193 C 439.139,549.847 436.353,543.881 429.929,538.458' fill='none' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%23808080'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-campaigner-existing-customer-retention--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.229pt' height='25.979pt' viewBox='416.979 -561.045 25.229 25.979'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-12.614' y='-12.614' width='25.229' height='25.229' transform='translate(429.594 548.056) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3Cpath d='M 428.587,535.81 C 419.951,542.442 417.442,549.239 417.857,557.076 C 417.89,557.643 418.002,558.304 419.305,558.409 C 422.475,558.749 425.637,559.603 428.055,560.409 C 429.056,560.747 430.082,560.766 431.13,560.411 C 433.547,559.603 436.711,558.748 439.885,558.409 C 441.187,558.304 441.298,557.641 441.332,557.076 C 441.746,549.238 439.239,542.442 430.603,535.81 C 429.947,535.337 429.276,535.3 428.587,535.81 M 439.046,556.193 C 439.139,549.847 436.353,543.881 429.929,538.458' fill='none' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-campaigner-competition--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.965pt' height='25.97pt' viewBox='786.263 -561.042 25.965 25.97'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%23808080'%3E%3Cpath d='M 792.1,546.126 C 797.059,555.426 803.048,561.252 810.937,560.624 C 811.165,560.609 811.361,560.547 811.504,560.428 C 811.543,560.397 811.583,560.357 811.619,560.32 C 811.733,560.172 811.798,559.981 811.81,559.748 C 812.436,551.862 806.616,545.876 797.317,540.916 C 796.788,540.724 796.391,540.879 796.11,541.363 C 798.607,543.312 800.123,545.859 798.583,547.397 C 797.047,548.937 794.501,547.422 792.547,544.921 C 792.063,545.2 791.91,545.601 792.1,546.126 Z M 805.083,551.731 C 806.275,551.731 807.244,552.702 807.244,553.894 C 807.244,555.087 806.273,556.058 805.08,556.058 C 803.888,556.058 802.914,555.09 802.917,553.894 C 802.914,552.702 803.886,551.731 805.083,551.731 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 796.434,545.243 L 791.826,540.635' fill='none'/%3E%3Cpath d='M 786.739,549.211 C 786.564,549.543 786.608,549.921 786.85,550.165 L 789.002,552.317 C 790.676,553.991 792.93,554.206 793.682,553.76 L 793.709,553.751 L 793.695,553.721 C 792.483,552.08 791.479,550.398 790.644,548.833 L 790.633,548.815 L 790.614,548.818 C 789.983,548.959 789.388,548.914 787.62,548.732 C 787.266,548.689 786.91,548.891 786.739,549.211 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 800.407,535.546 C 800.734,535.375 801.112,535.417 801.359,535.657 L 803.512,537.811 C 805.184,539.481 805.399,541.734 804.954,542.488 L 804.944,542.516 L 804.915,542.498 C 803.272,541.29 801.591,540.286 800.027,539.448 L 800.009,539.437 L 800.011,539.42 C 800.156,538.79 800.11,538.189 799.925,536.427 C 799.883,536.068 800.088,535.714 800.407,535.546 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Crect x='-12.614' y='-12.614' width='25.229' height='25.229' transform='translate(799.245 548.057) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-campaigner-competition--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='25.965pt' height='25.97pt' viewBox='786.263 -561.042 25.965 25.97'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 792.1,546.126 C 797.059,555.426 803.048,561.252 810.937,560.624 C 811.165,560.609 811.361,560.547 811.504,560.428 C 811.543,560.397 811.583,560.357 811.619,560.32 C 811.733,560.172 811.798,559.981 811.81,559.748 C 812.436,551.862 806.616,545.876 797.317,540.916 C 796.788,540.724 796.391,540.879 796.11,541.363 C 798.607,543.312 800.123,545.859 798.583,547.397 C 797.047,548.937 794.501,547.422 792.547,544.921 C 792.063,545.2 791.91,545.601 792.1,546.126 Z M 805.083,551.731 C 806.275,551.731 807.244,552.702 807.244,553.894 C 807.244,555.087 806.273,556.058 805.08,556.058 C 803.888,556.058 802.914,555.09 802.917,553.894 C 802.914,552.702 803.886,551.731 805.083,551.731 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 796.434,545.243 L 791.826,540.635' fill='none'/%3E%3Cpath d='M 786.739,549.211 C 786.564,549.543 786.608,549.921 786.85,550.165 L 789.002,552.317 C 790.676,553.991 792.93,554.206 793.682,553.76 L 793.709,553.751 L 793.695,553.721 C 792.483,552.08 791.479,550.398 790.644,548.833 L 790.633,548.815 L 790.614,548.818 C 789.983,548.959 789.388,548.914 787.62,548.732 C 787.266,548.689 786.91,548.891 786.739,549.211 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 800.407,535.546 C 800.734,535.375 801.112,535.417 801.359,535.657 L 803.512,537.811 C 805.184,539.481 805.399,541.734 804.954,542.488 L 804.944,542.516 L 804.915,542.498 C 803.272,541.29 801.591,540.286 800.027,539.448 L 800.009,539.437 L 800.011,539.42 C 800.156,538.79 800.11,538.189 799.925,536.427 C 799.883,536.068 800.088,535.714 800.407,535.546 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Crect x='-12.614' y='-12.614' width='25.229' height='25.229' transform='translate(799.245 548.057) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-campaigner-email--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.078pt' height='16.066pt' viewBox='166.98 -447.164 16.078 16.066'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.5' stroke-linejoin='round' stroke-linecap='round' stroke='%23808080' fill='%23000000'%3E%3Cpath d='M 179.035,432.408 C 175.876,430.697 172.636,431.101 170.076,433.095 C 168.343,434.447 167.252,436.771 167.23,438.941 C 167.2,441.835 168.67,444.617 171.569,446.096 C 173.604,447.138 176.981,447.551 180.053,445.147 C 182.007,443.619 183.285,440.506 182.66,438.008 C 182.374,436.857 181.703,435.931 180.044,435.774 C 179.015,435.677 178.176,436.078 177.67,436.675 L 177.577,436.806 L 177.314,436.544 C 176.02,435.486 174.122,435.46 172.794,436.587 C 171.278,437.866 171.062,440.151 172.317,441.693 C 173.573,443.243 175.831,443.456 177.352,442.169 C 177.921,441.688 178.308,441.067 178.501,440.397 C 178.738,439.01 178.461,437.8 177.577,436.806' fill='none'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(175.024 439.126) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-campaigner-email--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.078pt' height='16.066pt' viewBox='166.98 -447.164 16.078 16.066'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.5' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' fill='%23000000'%3E%3Cpath d='M 179.035,432.408 C 175.876,430.697 172.636,431.101 170.076,433.095 C 168.343,434.447 167.252,436.771 167.23,438.941 C 167.2,441.835 168.67,444.617 171.569,446.096 C 173.604,447.138 176.981,447.551 180.053,445.147 C 182.007,443.619 183.285,440.506 182.66,438.008 C 182.374,436.857 181.703,435.931 180.044,435.774 C 179.015,435.677 178.176,436.078 177.67,436.675 L 177.577,436.806 L 177.314,436.544 C 176.02,435.486 174.122,435.46 172.794,436.587 C 171.278,437.866 171.062,440.151 172.317,441.693 C 173.573,443.243 175.831,443.456 177.352,442.169 C 177.921,441.688 178.308,441.067 178.501,440.397 C 178.738,439.01 178.461,437.8 177.577,436.806' fill='none'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(175.024 439.126) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-campaigner-mailing--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.092pt' height='15.591pt' viewBox='315.097 -446.923 16.092 15.591'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23808080' stroke-width='0.5'%3E%3Cpath d='M 329.557,445.531 L 316.727,445.531 C 315.966,445.531 315.347,444.912 315.347,444.15 L 315.347,434.104 C 315.347,433.342 315.966,432.724 316.727,432.724 L 329.557,432.724 C 330.319,432.724 330.937,433.342 330.937,434.104 L 330.937,444.15 C 330.937,444.912 330.319,445.531 329.557,445.531' fill='none'/%3E%3C/g%3E%3Cpath d='M 330.939,443.762 L 324.214,438.275 C 323.623,437.795 322.663,437.795 322.072,438.275 L 315.349,443.76' fill='none' stroke='%23808080' stroke-width='0.5' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 315.791,433.168 L 320.058,437.489' fill='none' stroke='%23808080' stroke-width='0.5' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 326.23,437.489 L 330.498,433.168' fill='none' stroke='%23808080' stroke-width='0.5' stroke-linejoin='round' stroke-linecap='round'/%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(323.143 439.128) rotate(90)' stroke='none' stroke-width='0.415' stroke-linejoin='miter' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-campaigner-mailing--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.092pt' height='15.591pt' viewBox='315.097 -446.923 16.092 15.591'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.5'%3E%3Cpath d='M 329.557,445.531 L 316.727,445.531 C 315.966,445.531 315.347,444.912 315.347,444.15 L 315.347,434.104 C 315.347,433.342 315.966,432.724 316.727,432.724 L 329.557,432.724 C 330.319,432.724 330.937,433.342 330.937,434.104 L 330.937,444.15 C 330.937,444.912 330.319,445.531 329.557,445.531' fill='none'/%3E%3C/g%3E%3Cpath d='M 330.939,443.762 L 324.214,438.275 C 323.623,437.795 322.663,437.795 322.072,438.275 L 315.349,443.76' fill='none' stroke='%23ffffff' stroke-width='0.5' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 315.791,433.168 L 320.058,437.489' fill='none' stroke='%23ffffff' stroke-width='0.5' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 326.23,437.489 L 330.498,433.168' fill='none' stroke='%23ffffff' stroke-width='0.5' stroke-linejoin='round' stroke-linecap='round'/%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(323.143 439.128) rotate(90)' stroke='none' stroke-width='0.415' stroke-linejoin='miter' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-campaigner-callcenter--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.079pt' height='16.081pt' viewBox='463.928 -447.169 16.079 16.081'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23808080' stroke-width='0.5'%3E%3Cpath d='M 474.342,431.8 C 472.47,432.505 470.428,433.908 468.587,435.749 C 466.748,437.588 465.345,439.632 464.639,441.503 C 464.071,443.017 464.019,444.315 464.512,444.806 C 464.611,444.904 464.711,445.01 464.814,445.12 C 465.328,445.662 465.91,446.274 466.553,446.274 C 466.569,446.274 466.582,446.274 466.598,446.272 C 467.051,446.254 467.54,445.922 468.048,445.289 C 469.575,443.394 469.034,442.863 468.142,441.983 L 467.968,441.812 C 467.254,441.099 467.985,439.705 470.264,437.425 C 471.186,436.503 471.982,435.822 472.621,435.405 C 473.55,434.803 474.233,434.709 474.651,435.13 L 474.823,435.305 C 475.703,436.194 476.231,436.734 478.127,435.211 C 478.762,434.7 479.093,434.213 479.113,433.759 C 479.138,433.097 478.511,432.501 477.958,431.975 C 477.85,431.872 477.744,431.771 477.646,431.675 C 477.152,431.18 475.856,431.23 474.342,431.8' fill='none'/%3E%3Cpath d='M 471.982,446.437 C 474.06,447.375 476.538,446.925 478.148,445.311 C 479.719,443.742 480.194,441.399 479.36,439.341' fill='none'/%3E%3Cpath d='M 473.052,444.071 C 474.151,444.567 475.462,444.329 476.314,443.476 C 477.144,442.646 477.397,441.404 476.955,440.318' fill='none'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(471.97 439.128) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-campaigner-callcenter--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.079pt' height='16.081pt' viewBox='463.928 -447.169 16.079 16.081'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.5'%3E%3Cpath d='M 474.342,431.8 C 472.47,432.505 470.428,433.908 468.587,435.749 C 466.748,437.588 465.345,439.632 464.639,441.503 C 464.071,443.017 464.019,444.315 464.512,444.806 C 464.611,444.904 464.711,445.01 464.814,445.12 C 465.328,445.662 465.91,446.274 466.553,446.274 C 466.569,446.274 466.582,446.274 466.598,446.272 C 467.051,446.254 467.54,445.922 468.048,445.289 C 469.575,443.394 469.034,442.863 468.142,441.983 L 467.968,441.812 C 467.254,441.099 467.985,439.705 470.264,437.425 C 471.186,436.503 471.982,435.822 472.621,435.405 C 473.55,434.803 474.233,434.709 474.651,435.13 L 474.823,435.305 C 475.703,436.194 476.231,436.734 478.127,435.211 C 478.762,434.7 479.093,434.213 479.113,433.759 C 479.138,433.097 478.511,432.501 477.958,431.975 C 477.85,431.872 477.744,431.771 477.646,431.675 C 477.152,431.18 475.856,431.23 474.342,431.8' fill='none'/%3E%3Cpath d='M 471.982,446.437 C 474.06,447.375 476.538,446.925 478.148,445.311 C 479.719,443.742 480.194,441.399 479.36,439.341' fill='none'/%3E%3Cpath d='M 473.052,444.071 C 474.151,444.567 475.462,444.329 476.314,443.476 C 477.144,442.646 477.397,441.404 476.955,440.318' fill='none'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(471.97 439.128) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-campaigner-lead--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.065pt' height='16.078pt' viewBox='611.352 -447.171 16.065 16.078'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' fill-rule='evenodd' stroke='%23808080' stroke-width='0.5'%3E%3Cpath d='M 617.247,432.084 L 617.247,437.612 L 616.086,439.32 C 615.571,440.078 614.734,441.309 614.22,442.066 L 611.825,445.589 C 611.326,446.324 611.643,446.921 612.53,446.921 L 621.045,446.921 L 626.239,446.92 C 627.126,446.92 627.443,446.323 626.944,445.588 L 624.549,442.066 C 624.035,441.309 623.198,440.078 622.683,439.32 L 621.52,437.61 L 621.52,433.696 C 621.52,433.115 621.078,432.475 620.535,432.271 L 618.232,431.401 C 617.689,431.197 617.247,431.502 617.247,432.084 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(619.384 439.129) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-campaigner-lead--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.065pt' height='16.078pt' viewBox='611.352 -447.171 16.065 16.078'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' fill-rule='evenodd' stroke='%23ffffff' stroke-width='0.5'%3E%3Cpath d='M 617.247,432.084 L 617.247,437.612 L 616.086,439.32 C 615.571,440.078 614.734,441.309 614.22,442.066 L 611.825,445.589 C 611.326,446.324 611.643,446.921 612.53,446.921 L 621.045,446.921 L 626.239,446.92 C 627.126,446.92 627.443,446.323 626.944,445.588 L 624.549,442.066 C 624.035,441.309 623.198,440.078 622.683,439.32 L 621.52,437.61 L 621.52,433.696 C 621.52,433.115 621.078,432.475 620.535,432.271 L 618.232,431.401 C 617.689,431.197 617.247,431.502 617.247,432.084 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(619.384 439.129) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-campaigner-door2door--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.09pt' height='15.591pt' viewBox='759.457 -446.925 16.09 15.591'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23808080' stroke-width='0.5'%3E%3Cg id='Group_1'%3E%3Cpath d='M 775.297,440.602 L 772.255,442.583 C 771.925,442.8 771.383,443.154 771.05,443.371 L 768.01,445.352 C 767.73,445.534 767.275,445.534 766.999,445.352 L 763.956,443.371 C 763.623,443.154 763.082,442.8 762.749,442.584 L 759.707,440.604' fill='none'/%3E%3C/g%3E%3Cpath d='M 771.786,442.894 L 771.784,445.394 C 771.784,445.445 771.74,445.488 771.688,445.488 L 770.254,445.488 C 770.201,445.488 770.157,445.445 770.157,445.394 L 770.157,444' fill='none'/%3E%3Cpath d='M 773.006,440.179 L 773.006,433.4' fill='none'/%3E%3Cpath d='M 773.006,433.4 C 773.006,433.052 772.724,432.77 772.376,432.77 L 762.899,432.77 C 762.55,432.77 762.265,433.052 762.265,433.4 L 762.265,440.179' fill='none'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(767.502 439.129) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-campaigner-door2door--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.09pt' height='15.591pt' viewBox='759.457 -446.925 16.09 15.591'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.5'%3E%3Cg id='Group_1'%3E%3Cpath d='M 775.297,440.602 L 772.255,442.583 C 771.925,442.8 771.383,443.154 771.05,443.371 L 768.01,445.352 C 767.73,445.534 767.275,445.534 766.999,445.352 L 763.956,443.371 C 763.623,443.154 763.082,442.8 762.749,442.584 L 759.707,440.604' fill='none'/%3E%3C/g%3E%3Cpath d='M 771.786,442.894 L 771.784,445.394 C 771.784,445.445 771.74,445.488 771.688,445.488 L 770.254,445.488 C 770.201,445.488 770.157,445.445 770.157,445.394 L 770.157,444' fill='none'/%3E%3Cpath d='M 773.006,440.179 L 773.006,433.4' fill='none'/%3E%3Cpath d='M 773.006,433.4 C 773.006,433.052 772.724,432.77 772.376,432.77 L 762.899,432.77 C 762.55,432.77 762.265,433.052 762.265,433.4 L 762.265,440.179' fill='none'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(767.502 439.129) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-campaigner-products--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.591pt' height='16.092pt' viewBox='167.231 -250.356 15.591 16.092'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(175.026 242.309) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23808080' stroke-width='0.5'%3E%3Cpath d='M 173.966,234.769 L 169.024,237.624 C 168.44,237.961 167.965,238.782 167.965,239.457 L 167.965,245.164 C 167.965,245.84 168.44,246.661 169.024,246.997 L 173.966,249.85 C 174.55,250.189 175.498,250.189 176.084,249.85 L 181.027,246.997 C 181.611,246.661 182.087,245.84 182.084,245.164 L 182.087,239.457 C 182.084,238.782 181.611,237.961 181.027,237.624 L 176.084,234.769 C 175.5,234.431 174.55,234.431 173.966,234.769 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 175.952,242.581 L 180.668,245.304' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 174.099,242.581 L 169.382,245.304' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 175.025,235.822 L 175.025,241.17' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-campaigner-products--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.591pt' height='16.092pt' viewBox='167.231 -250.356 15.591 16.092'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(175.026 242.309) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23ffffff' stroke-width='0.5'%3E%3Cpath d='M 173.966,234.769 L 169.024,237.624 C 168.44,237.961 167.965,238.782 167.965,239.457 L 167.965,245.164 C 167.965,245.84 168.44,246.661 169.024,246.997 L 173.966,249.85 C 174.55,250.189 175.498,250.189 176.084,249.85 L 181.027,246.997 C 181.611,246.661 182.087,245.84 182.084,245.164 L 182.087,239.457 C 182.084,238.782 181.611,237.961 181.027,237.624 L 176.084,234.769 C 175.5,234.431 174.55,234.431 173.966,234.769 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 175.952,242.581 L 180.668,245.304' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 174.099,242.581 L 169.382,245.304' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 175.025,235.822 L 175.025,241.17' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-campaigner-regions--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.093pt' height='16.096pt' viewBox='315.097 -250.36 16.093 16.096'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23808080' stroke-width='0.5'%3E%3Cpath d='M 315.347,234.514 L 330.94,234.514' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 323.143,234.514 L 323.143,246.809' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cellipse rx='1.65' ry='1.65' transform='translate(323.143 248.455) rotate(135)' stroke-linejoin='miter'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(323.143 242.309) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-campaigner-regions--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.093pt' height='16.096pt' viewBox='315.097 -250.36 16.093 16.096'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%23ffffff' stroke-width='0.5'%3E%3Cpath d='M 315.347,234.514 L 330.94,234.514' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cpath d='M 323.143,234.514 L 323.143,246.809' fill='none' stroke-linejoin='round' stroke-linecap='round'/%3E%3Cellipse rx='1.65' ry='1.65' transform='translate(323.143 248.455) rotate(135)' stroke-linejoin='miter'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(323.143 242.309) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-campaigner-lead--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.065pt' height='16.078pt' viewBox='611.352 -447.171 16.065 16.078'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' fill-rule='evenodd' stroke='%23808080' stroke-width='0.5'%3E%3Cpath d='M 617.247,432.084 L 617.247,437.612 L 616.086,439.32 C 615.571,440.078 614.734,441.309 614.22,442.066 L 611.825,445.589 C 611.326,446.324 611.643,446.921 612.53,446.921 L 621.045,446.921 L 626.239,446.92 C 627.126,446.92 627.443,446.323 626.944,445.588 L 624.549,442.066 C 624.035,441.309 623.198,440.078 622.683,439.32 L 621.52,437.61 L 621.52,433.696 C 621.52,433.115 621.078,432.475 620.535,432.271 L 618.232,431.401 C 617.689,431.197 617.247,431.502 617.247,432.084 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(619.384 439.129) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-campaigner-lead--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.065pt' height='16.078pt' viewBox='611.352 -447.171 16.065 16.078'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' fill-rule='evenodd' stroke='%23ffffff' stroke-width='0.5'%3E%3Cpath d='M 617.247,432.084 L 617.247,437.612 L 616.086,439.32 C 615.571,440.078 614.734,441.309 614.22,442.066 L 611.825,445.589 C 611.326,446.324 611.643,446.921 612.53,446.921 L 621.045,446.921 L 626.239,446.92 C 627.126,446.92 627.443,446.323 626.944,445.588 L 624.549,442.066 C 624.035,441.309 623.198,440.078 622.683,439.32 L 621.52,437.61 L 621.52,433.696 C 621.52,433.115 621.078,432.475 620.535,432.271 L 618.232,431.401 C 617.689,431.197 617.247,431.502 617.247,432.084 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(619.384 439.129) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-campaigner-organisation--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.092pt' height='15.592pt' viewBox='611.338 -250.106 16.092 15.592'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='miter' stroke='%23808080' stroke-width='0.5'%3E%3Cpath d='M 614.38,234.895 L 612.082,236.226 C 611.808,236.38 611.588,236.765 611.588,237.076 L 611.588,239.731 C 611.588,240.047 611.808,240.427 612.082,240.583 L 614.38,241.913 C 614.65,242.069 615.093,242.069 615.364,241.913 L 617.665,240.583 C 617.937,240.427 618.157,240.047 618.157,239.731 L 618.157,237.076 C 618.157,236.765 617.937,236.38 617.665,236.226 L 615.364,234.895 C 615.093,234.738 614.65,234.738 614.38,234.895 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 618.89,242.715 L 616.593,244.045 C 616.318,244.199 616.099,244.584 616.099,244.898 L 616.099,247.551 C 616.099,247.867 616.318,248.249 616.593,248.403 L 618.89,249.733 C 619.161,249.888 619.605,249.888 619.876,249.733 L 622.176,248.403 C 622.45,248.249 622.669,247.867 622.669,247.551 L 622.669,244.898 C 622.669,244.584 622.45,244.199 622.176,244.045 L 619.876,242.715 C 619.605,242.559 619.161,242.559 618.89,242.715 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 623.404,234.895 L 621.104,236.226 C 620.831,236.38 620.611,236.765 620.611,237.076 L 620.611,239.731 C 620.611,240.047 620.831,240.427 621.104,240.583 L 623.404,241.913 C 623.675,242.069 624.116,242.069 624.387,241.913 L 626.688,240.583 C 626.96,240.427 627.18,240.047 627.18,239.731 L 627.18,237.076 C 627.18,236.765 626.96,236.38 626.688,236.226 L 624.387,234.895 C 624.116,234.738 623.675,234.738 623.404,234.895 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(619.384 242.309) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.icon-campaigner-organisation--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='16.092pt' height='15.592pt' viewBox='611.338 -250.106 16.092 15.592'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='miter' stroke='%23ffffff' stroke-width='0.5'%3E%3Cpath d='M 614.38,234.895 L 612.082,236.226 C 611.808,236.38 611.588,236.765 611.588,237.076 L 611.588,239.731 C 611.588,240.047 611.808,240.427 612.082,240.583 L 614.38,241.913 C 614.65,242.069 615.093,242.069 615.364,241.913 L 617.665,240.583 C 617.937,240.427 618.157,240.047 618.157,239.731 L 618.157,237.076 C 618.157,236.765 617.937,236.38 617.665,236.226 L 615.364,234.895 C 615.093,234.738 614.65,234.738 614.38,234.895 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 618.89,242.715 L 616.593,244.045 C 616.318,244.199 616.099,244.584 616.099,244.898 L 616.099,247.551 C 616.099,247.867 616.318,248.249 616.593,248.403 L 618.89,249.733 C 619.161,249.888 619.605,249.888 619.876,249.733 L 622.176,248.403 C 622.45,248.249 622.669,247.867 622.669,247.551 L 622.669,244.898 C 622.669,244.584 622.45,244.199 622.176,244.045 L 619.876,242.715 C 619.605,242.559 619.161,242.559 618.89,242.715 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 623.404,234.895 L 621.104,236.226 C 620.831,236.38 620.611,236.765 620.611,237.076 L 620.611,239.731 C 620.611,240.047 620.831,240.427 621.104,240.583 L 623.404,241.913 C 623.675,242.069 624.116,242.069 624.387,241.913 L 626.688,240.583 C 626.96,240.427 627.18,240.047 627.18,239.731 L 627.18,237.076 C 627.18,236.765 626.96,236.38 626.688,236.226 L 624.387,234.895 C 624.116,234.738 623.675,234.738 623.404,234.895 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Crect x='-7.795' y='-7.795' width='15.591' height='15.591' transform='translate(619.384 242.309) rotate(90)' stroke-linejoin='miter' stroke='none' stroke-width='0.415' stroke-linecap='round'/%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-status-expired {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='11.327pt' height='10.121pt' viewBox='-81.278 -1463.77 11.327 10.121'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.75'%3E%3Cpath d='M -70.493,1462.24 L -72.052,1459.54 C -72.42,1458.9 -73.02,1457.86 -73.388,1457.22 L -74.946,1454.52 C -75.314,1453.89 -75.914,1453.89 -76.283,1454.52 L -77.841,1457.22 C -78.209,1457.86 -78.81,1458.9 -79.178,1459.54 L -80.736,1462.24 C -81.104,1462.88 -80.805,1463.39 -80.068,1463.39 L -76.952,1463.4 C -76.215,1463.4 -75.015,1463.4 -74.278,1463.4 L -71.161,1463.4 C -70.424,1463.4 -70.125,1462.88 -70.493,1462.24 Z' fill='%23e50000' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_1' stroke-linejoin='round' fill='%23ffffff'%3E%3Cg id='Group_2'%3E%3Cg id='Group_3'%3E%3Cpath d='M -75.619,1461.63 L -75.619,1458.36' fill='none'/%3E%3C/g%3E%3Cpath d='M -75.617,1456.86 L -75.617,1456.83' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.icon-status-almost-expired {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='11.327pt' height='10.121pt' viewBox='-81.278 -1491.59 11.327 10.121'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linecap='round' stroke='%23ffffff' stroke-width='0.75'%3E%3Cpath d='M -70.493,1490.06 L -72.052,1487.36 C -72.42,1486.72 -73.02,1485.68 -73.388,1485.04 L -74.946,1482.35 C -75.314,1481.71 -75.914,1481.71 -76.283,1482.35 L -77.841,1485.04 C -78.209,1485.68 -78.81,1486.72 -79.178,1487.36 L -80.736,1490.06 C -81.104,1490.7 -80.805,1491.22 -80.068,1491.22 L -76.952,1491.22 C -76.215,1491.22 -75.015,1491.22 -74.278,1491.22 L -71.161,1491.22 C -70.424,1491.22 -70.125,1490.7 -70.493,1490.06 Z' fill='%23ffbf00' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_1' stroke-linejoin='round' fill='%23ffffff'%3E%3Cg id='Group_2'%3E%3Cg id='Group_3'%3E%3Cpath d='M -75.619,1489.46 L -75.619,1486.18' fill='none'/%3E%3C/g%3E%3Cpath d='M -75.617,1484.68 L -75.617,1484.65' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.question-mark--activation {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' fill='%2300aac3' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='973.1px' height='973.1px' viewBox='0 0 973.1 973.1' style='enable-background:new 0 0 973.1 973.1;' xml:space='preserve' %3E%3Cg%3E%3Cpath d='M502.29,788.199h-47c-33.1,0-60,26.9-60,60v64.9c0,33.1,26.9,60,60,60h47c33.101,0,60-26.9,60-60v-64.9 C562.29,815,535.391,788.199,502.29,788.199z'/%3E%3Cpath d='M170.89,285.8l86.7,10.8c27.5,3.4,53.6-12.4,63.5-38.3c12.5-32.7,29.9-58.5,52.2-77.3c31.601-26.6,70.9-40,117.9-40 c48.7,0,87.5,12.8,116.3,38.3c28.8,25.6,43.1,56.2,43.1,92.1c0,25.8-8.1,49.4-24.3,70.8c-10.5,13.6-42.8,42.2-96.7,85.9 c-54,43.7-89.899,83.099-107.899,118.099c-18.4,35.801-24.8,75.5-26.4,115.301c-1.399,34.1,25.8,62.5,60,62.5h49 c31.2,0,57-23.9,59.8-54.9c2-22.299,5.7-39.199,11.301-50.699c9.399-19.701,33.699-45.701,72.699-78.1 C723.59,477.8,772.79,428.4,795.891,392c23-36.3,34.6-74.8,34.6-115.5c0-73.5-31.3-138-94-193.4c-62.6-55.4-147-83.1-253-83.1 c-100.8,0-182.1,27.3-244.1,82c-52.8,46.6-84.9,101.8-96.2,165.5C139.69,266.1,152.39,283.5,170.89,285.8z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}
.question-mark--deactivation {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' fill='%23cccccc' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='973.1px' height='973.1px' viewBox='0 0 973.1 973.1' style='enable-background:new 0 0 973.1 973.1;' xml:space='preserve' %3E%3Cg%3E%3Cpath d='M502.29,788.199h-47c-33.1,0-60,26.9-60,60v64.9c0,33.1,26.9,60,60,60h47c33.101,0,60-26.9,60-60v-64.9 C562.29,815,535.391,788.199,502.29,788.199z'/%3E%3Cpath d='M170.89,285.8l86.7,10.8c27.5,3.4,53.6-12.4,63.5-38.3c12.5-32.7,29.9-58.5,52.2-77.3c31.601-26.6,70.9-40,117.9-40 c48.7,0,87.5,12.8,116.3,38.3c28.8,25.6,43.1,56.2,43.1,92.1c0,25.8-8.1,49.4-24.3,70.8c-10.5,13.6-42.8,42.2-96.7,85.9 c-54,43.7-89.899,83.099-107.899,118.099c-18.4,35.801-24.8,75.5-26.4,115.301c-1.399,34.1,25.8,62.5,60,62.5h49 c31.2,0,57-23.9,59.8-54.9c2-22.299,5.7-39.199,11.301-50.699c9.399-19.701,33.699-45.701,72.699-78.1 C723.59,477.8,772.79,428.4,795.891,392c23-36.3,34.6-74.8,34.6-115.5c0-73.5-31.3-138-94-193.4c-62.6-55.4-147-83.1-253-83.1 c-100.8,0-182.1,27.3-244.1,82c-52.8,46.6-84.9,101.8-96.2,165.5C139.69,266.1,152.39,283.5,170.89,285.8z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}
.question-mark--deactivation:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' fill='%2300aac3' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='973.1px' height='973.1px' viewBox='0 0 973.1 973.1' style='enable-background:new 0 0 973.1 973.1;' xml:space='preserve' %3E%3Cg%3E%3Cpath d='M502.29,788.199h-47c-33.1,0-60,26.9-60,60v64.9c0,33.1,26.9,60,60,60h47c33.101,0,60-26.9,60-60v-64.9 C562.29,815,535.391,788.199,502.29,788.199z'/%3E%3Cpath d='M170.89,285.8l86.7,10.8c27.5,3.4,53.6-12.4,63.5-38.3c12.5-32.7,29.9-58.5,52.2-77.3c31.601-26.6,70.9-40,117.9-40 c48.7,0,87.5,12.8,116.3,38.3c28.8,25.6,43.1,56.2,43.1,92.1c0,25.8-8.1,49.4-24.3,70.8c-10.5,13.6-42.8,42.2-96.7,85.9 c-54,43.7-89.899,83.099-107.899,118.099c-18.4,35.801-24.8,75.5-26.4,115.301c-1.399,34.1,25.8,62.5,60,62.5h49 c31.2,0,57-23.9,59.8-54.9c2-22.299,5.7-39.199,11.301-50.699c9.399-19.701,33.699-45.701,72.699-78.1 C723.59,477.8,772.79,428.4,795.891,392c23-36.3,34.6-74.8,34.6-115.5c0-73.5-31.3-138-94-193.4c-62.6-55.4-147-83.1-253-83.1 c-100.8,0-182.1,27.3-244.1,82c-52.8,46.6-84.9,101.8-96.2,165.5C139.69,266.1,152.39,283.5,170.89,285.8z'/%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

/*
.lead-archiv {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 512 512'%3E%3Cg%3E%3Cg fill='%23231F20'%3E%3Cpath d='m152.4,31.2h-131c-5.8,0-10.4,4.7-10.4,10.4v428.8c0,5.8 4.7,10.4 10.4,10.4h131c5.8,0 10.4-4.7 10.4-10.4v-428.8c0-5.8-4.6-10.4-10.4-10.4zm-10.4,428.8h-110.1v-408h110.1v408z'/%3E%3Cpath d='m86.9,416.7c21.6,0 39.1-17.6 39.1-39.1 0-21.6-17.6-39.1-39.1-39.1-21.6,0-39.1,17.6-39.1,39.1-7.10543e-15,21.5 17.5,39.1 39.1,39.1zm0-57.5c10.1,0 18.3,8.2 18.3,18.3 0,10.1-8.2,18.3-18.3,18.3s-18.3-8.2-18.3-18.3c-1.42109e-14-10.1 8.2-18.3 18.3-18.3z'/%3E%3Cpath d='m58.2,116.2h57.4c5.8,0 10.4-4.7 10.4-10.4s-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4s4.6,10.4 10.4,10.4z'/%3E%3Cpath d='M58.2,173.6h57.4c5.8,0,10.4-4.7,10.4-10.4c0-5.8-4.7-10.4-10.4-10.4H58.2c-5.8,0-10.4,4.7-10.4,10.4 C47.8,169,52.4,173.6,58.2,173.6z'/%3E%3Cpath d='m321.5,31.2h-131c-5.8,0-10.4,4.7-10.4,10.4v428.8c0,5.8 4.7,10.4 10.4,10.4h131c5.8,0 10.4-4.7 10.4-10.4v-428.8c0-5.8-4.7-10.4-10.4-10.4zm-10.4,428.8h-110.2v-408h110.1v408z'/%3E%3Cpath d='m256,416.7c21.6,0 39.1-17.6 39.1-39.1 0-21.6-17.6-39.1-39.1-39.1-21.6,0-39.2,17.6-39.2,39.1 0,21.5 17.6,39.1 39.2,39.1zm0-57.5c10.1,0 18.3,8.2 18.3,18.3 0,10.1-8.2,18.3-18.3,18.3-10.1,0-18.3-8.2-18.3-18.3 0-10.1 8.2-18.3 18.3-18.3z'/%3E%3Cpath d='m227.3,116.2h57.4c5.8,0 10.4-4.7 10.4-10.4s-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4s4.6,10.4 10.4,10.4z'/%3E%3Cpath d='m227.3,173.6h57.4c5.8,0 10.4-4.7 10.4-10.4 0-5.8-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4-0.1,5.8 4.6,10.4 10.4,10.4z'/%3E%3Cpath d='m490.6,31.2h-131c-5.8,0-10.4,4.7-10.4,10.4v428.8c0,5.8 4.7,10.4 10.4,10.4h131c5.8,0 10.4-4.7 10.4-10.4v-428.8c0-5.8-4.7-10.4-10.4-10.4zm-10.5,428.8h-110.1v-408h110.1v408z'/%3E%3Cpath d='m425.1,416.7c21.6,0 39.1-17.6 39.1-39.1 0-21.6-17.6-39.1-39.1-39.1s-39.1,17.6-39.1,39.1c-0.1,21.5 17.5,39.1 39.1,39.1zm0-57.5c10.1,0 18.3,8.2 18.3,18.3 0,10.1-8.2,18.3-18.3,18.3-10.1,0-18.3-8.2-18.3-18.3 0-10.1 8.2-18.3 18.3-18.3z'/%3E%3Cpath d='m396.4,116.2h57.4c5.8,0 10.4-4.7 10.4-10.4s-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4s4.6,10.4 10.4,10.4z'/%3E%3Cpath d='m396.4,173.6h57.4c5.8,0 10.4-4.7 10.4-10.4 0-5.8-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4-0.1,5.8 4.6,10.4 10.4,10.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.lead-single-home {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M506.555,208.064L263.859,30.367c-4.68-3.426-11.038-3.426-15.716,0L5.445,208.064 c-5.928,4.341-7.216,12.665-2.875,18.593s12.666,7.214,18.593,2.875L256,57.588l234.837,171.943c2.368,1.735,5.12,2.57,7.848,2.57 c4.096,0,8.138-1.885,10.744-5.445C513.771,220.729,512.483,212.405,506.555,208.064z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M442.246,232.543c-7.346,0-13.303,5.956-13.303,13.303v211.749H322.521V342.009c0-36.68-29.842-66.52-66.52-66.52 s-66.52,29.842-66.52,66.52v115.587H83.058V245.847c0-7.347-5.957-13.303-13.303-13.303s-13.303,5.956-13.303,13.303v225.053 c0,7.347,5.957,13.303,13.303,13.303h133.029c6.996,0,12.721-5.405,13.251-12.267c0.032-0.311,0.052-0.651,0.052-1.036v-128.89 c0-22.009,17.905-39.914,39.914-39.914s39.914,17.906,39.914,39.914v128.89c0,0.383,0.02,0.717,0.052,1.024 c0.524,6.867,6.251,12.279,13.251,12.279h133.029c7.347,0,13.303-5.956,13.303-13.303V245.847 C455.549,238.499,449.593,232.543,442.246,232.543z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}
.lead-multi-home {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512.002 512.002;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M275.2,400.77c-4.031,0-7.299,3.267-7.299,7.299v15.084c0,4.031,3.267,7.299,7.299,7.299c4.031,0,7.299-3.267,7.299-7.299 v-15.084C282.499,404.038,279.231,400.77,275.2,400.77z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M181.52,342.376h-48.63c-5.645,0-10.237,4.592-10.237,10.237v61.427h-0.001c0,5.645,4.593,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237v-61.427C191.757,346.968,187.164,342.376,181.52,342.376z M177.16,409.68h-39.91v-52.707 h39.91V409.68z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M379.11,342.376h-48.632c-5.644,0-10.236,4.592-10.236,10.237v61.427c0,5.645,4.592,10.237,10.236,10.237h48.632 c5.644,0,10.236-4.592,10.236-10.237v-61.427C389.346,346.968,384.754,342.376,379.11,342.376z M374.749,409.68H334.84v-52.707 h39.909V409.68z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M181.52,203.487h-48.63c-5.645,0-10.237,4.592-10.237,10.237v61.427h-0.001c0,5.645,4.593,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237v-61.427C191.757,208.079,187.164,203.487,181.52,203.487z M177.16,270.791h-39.91v-52.707 h39.91V270.791z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M280.315,203.487h-48.631c-5.645,0-10.237,4.592-10.237,10.237v61.427c0,5.645,4.593,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237v-61.427C290.552,208.079,285.96,203.487,280.315,203.487z M275.955,270.791h-39.91v-52.707 h39.91V270.791z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M379.11,203.487h-48.632c-5.644,0-10.236,4.592-10.236,10.237v61.427c0,5.645,4.592,10.237,10.236,10.237h48.632 c5.644,0,10.236-4.592,10.236-10.237v-61.427C389.346,208.079,384.754,203.487,379.11,203.487z M374.749,270.791H334.84v-52.707 h39.909V270.791z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M181.521,75.792H132.89c-5.645,0-10.237,4.592-10.237,10.237v61.427c-0.001,5.645,4.592,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237V86.029C191.758,80.384,187.165,75.792,181.521,75.792z M177.16,143.096h-39.91V90.389h39.91 V143.096z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M280.315,75.792h-48.631c-5.645,0-10.237,4.592-10.237,10.237v61.427c0,5.645,4.593,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237V86.029C290.552,80.384,285.96,75.792,280.315,75.792z M275.955,143.096h-39.91V90.389h39.91 V143.096z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M379.111,75.792h-48.632c-5.644,0-10.236,4.592-10.236,10.237v61.427c-0.001,5.645,4.591,10.237,10.236,10.237h48.632 c5.644,0,10.236-4.592,10.236-10.237V86.029C389.347,80.384,384.755,75.792,379.111,75.792z M374.749,143.096H334.84V90.389 h39.909V143.096z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M468.287,472.101H456.95c-1.429-18.844-14.642-34.438-32.275-39.416L424.43,44.003h8.853c5.231,0,9.486-4.255,9.486-9.485 V9.485c0-5.23-4.255-9.485-9.486-9.485h-50.8c-4.031,0-7.299,3.267-7.299,7.299s3.267,7.299,7.299,7.299h45.688v14.808H83.83 V14.598h253.005c4.031,0,7.299-3.267,7.299-7.299S340.866,0,336.835,0H78.717c-5.23,0-9.485,4.255-9.485,9.485v25.034 c0,5.23,4.255,9.485,9.485,9.485h8.571l0.155,245.467c0.002,4.03,3.27,7.294,7.299,7.294c0.001,0,0.003,0,0.005,0 c4.031-0.003,7.296-3.272,7.294-7.304l-0.155-245.458h307.946l0.244,387.075c-0.024,0.001-0.047,0.005-0.071,0.006 c-0.254,0.014-0.506,0.044-0.759,0.063c-0.601,0.045-1.202,0.09-1.797,0.158c-0.325,0.037-0.645,0.091-0.968,0.135 c-0.519,0.071-1.039,0.14-1.553,0.23c-0.349,0.06-0.694,0.136-1.041,0.204c-0.481,0.095-0.963,0.189-1.439,0.3 c-0.359,0.083-0.712,0.179-1.068,0.271c-0.459,0.119-0.917,0.237-1.37,0.37c-0.358,0.105-0.712,0.221-1.067,0.335 c-0.443,0.142-0.885,0.286-1.323,0.442c-0.354,0.126-0.704,0.261-1.055,0.396c-0.429,0.166-0.857,0.334-1.28,0.513 c-0.349,0.147-0.694,0.3-1.038,0.456c-0.417,0.188-0.83,0.382-1.24,0.583c-0.339,0.166-0.676,0.337-1.011,0.512 c-0.406,0.212-0.807,0.431-1.206,0.656c-0.328,0.185-0.654,0.372-0.977,0.565c-0.395,0.236-0.784,0.48-1.172,0.729 c-0.315,0.202-0.629,0.404-0.939,0.613c-0.385,0.261-0.763,0.532-1.14,0.805c-0.299,0.217-0.599,0.432-0.893,0.656 c-0.376,0.287-0.744,0.586-1.111,0.886c-0.282,0.23-0.566,0.456-0.842,0.693c-0.37,0.317-0.729,0.647-1.089,0.977 c-0.26,0.238-0.523,0.47-0.777,0.715c-0.371,0.356-0.728,0.728-1.087,1.098c-0.229,0.236-0.464,0.465-0.688,0.707 c-0.389,0.419-0.762,0.854-1.136,1.29c-0.18,0.21-0.368,0.411-0.545,0.625c-0.543,0.656-1.071,1.329-1.58,2.02 c-0.834,0.173-1.656,0.381-2.469,0.611c-0.268,0.076-0.529,0.166-0.795,0.248c-0.542,0.168-1.081,0.34-1.612,0.533 c-0.305,0.11-0.604,0.23-0.905,0.349c-0.484,0.19-0.964,0.388-1.438,0.599c-0.305,0.135-0.606,0.274-0.906,0.418 c-0.467,0.223-0.926,0.458-1.381,0.701c-0.284,0.151-0.568,0.3-0.848,0.459c-0.484,0.275-0.957,0.567-1.426,0.863 c-0.232,0.147-0.47,0.286-0.699,0.438c-0.686,0.455-1.359,0.929-2.011,1.43c-0.042,0.032-0.081,0.068-0.122,0.1 c-0.612,0.474-1.207,0.968-1.786,1.479c-0.209,0.185-0.408,0.381-0.613,0.57c-0.403,0.373-0.802,0.749-1.187,1.14 c-0.225,0.228-0.442,0.463-0.661,0.697c-0.351,0.375-0.695,0.756-1.03,1.146c-0.213,0.249-0.423,0.499-0.63,0.754 c-0.327,0.402-0.642,0.813-0.951,1.229c-0.189,0.254-0.379,0.506-0.561,0.765c-0.325,0.463-0.633,0.937-0.937,1.416 c-0.142,0.225-0.292,0.444-0.43,0.671c-0.429,0.711-0.839,1.436-1.219,2.179c-0.027,0.053-0.05,0.109-0.077,0.162 c-0.35,0.692-0.677,1.398-0.983,2.115c-0.11,0.259-0.206,0.524-0.31,0.785c-0.154,0.385-0.317,0.765-0.457,1.157h-47.31V354.786 c0-6.843-5.567-12.41-12.41-12.41h-69.3c-6.843,0-12.41,5.567-12.41,12.41v117.316h-47.308c-0.141-0.392-0.304-0.773-0.458-1.159 c-0.104-0.261-0.2-0.526-0.31-0.783c-0.302-0.709-0.626-1.407-0.972-2.092c-0.031-0.061-0.057-0.125-0.088-0.187 c-0.379-0.741-0.788-1.464-1.216-2.173c-0.14-0.233-0.293-0.456-0.439-0.686c-0.301-0.474-0.606-0.943-0.927-1.401 c-0.184-0.263-0.377-0.517-0.568-0.775c-0.307-0.412-0.619-0.819-0.943-1.218c-0.209-0.257-0.421-0.511-0.637-0.762 c-0.333-0.388-0.675-0.766-1.024-1.139c-0.22-0.236-0.439-0.472-0.666-0.702c-0.384-0.389-0.78-0.763-1.181-1.134 c-0.207-0.191-0.408-0.389-0.619-0.575c-0.58-0.512-1.175-1.006-1.787-1.479c-0.041-0.032-0.079-0.067-0.121-0.099 c-0.653-0.501-1.326-0.975-2.013-1.431c-0.227-0.151-0.462-0.288-0.692-0.434c-0.472-0.298-0.947-0.591-1.433-0.867 c-0.278-0.158-0.56-0.306-0.842-0.456c-0.458-0.244-0.919-0.48-1.388-0.705c-0.298-0.142-0.597-0.28-0.899-0.415 c-0.477-0.212-0.96-0.411-1.447-0.603c-0.298-0.117-0.595-0.236-0.897-0.345c-0.534-0.193-1.076-0.367-1.621-0.536 c-0.263-0.081-0.522-0.171-0.788-0.246c-0.813-0.23-1.635-0.439-2.47-0.612c-0.508-0.69-1.034-1.36-1.576-2.015 c-0.178-0.215-0.366-0.417-0.547-0.628c-0.371-0.432-0.742-0.864-1.128-1.28c-0.227-0.245-0.465-0.478-0.697-0.717 c-0.355-0.365-0.708-0.732-1.074-1.084c-0.256-0.246-0.52-0.48-0.781-0.72c-0.357-0.328-0.714-0.656-1.081-0.971 c-0.277-0.238-0.561-0.466-0.844-0.696c-0.365-0.298-0.73-0.594-1.103-0.88c-0.295-0.225-0.595-0.442-0.894-0.66 c-0.375-0.272-0.752-0.541-1.135-0.801c-0.309-0.21-0.622-0.412-0.936-0.614c-0.387-0.248-0.776-0.492-1.17-0.728 c-0.322-0.192-0.645-0.38-0.972-0.564c-0.399-0.225-0.801-0.443-1.207-0.656c-0.332-0.174-0.665-0.345-1.002-0.511 c-0.412-0.203-0.828-0.396-1.246-0.586c-0.34-0.154-0.681-0.308-1.025-0.454c-0.427-0.181-0.858-0.35-1.291-0.517 c-0.345-0.133-0.689-0.268-1.037-0.392c-0.444-0.159-0.894-0.304-1.344-0.449c-0.346-0.111-0.69-0.227-1.039-0.33 c-0.466-0.138-0.938-0.258-1.41-0.381c-0.341-0.088-0.679-0.183-1.022-0.263c-0.504-0.118-1.015-0.217-1.524-0.317 c-0.317-0.063-0.631-0.134-0.949-0.19c-0.604-0.106-1.215-0.189-1.826-0.27c-0.23-0.03-0.457-0.072-0.688-0.099 c-0.831-0.097-1.666-0.172-2.507-0.223l-0.06-95.362c-0.002-4.03-3.27-7.294-7.299-7.294c-0.001,0-0.003,0-0.005,0 c-4.031,0.003-7.296,3.272-7.294,7.304l0.061,96.888c-17.738,4.913-31.05,20.557-32.484,39.476H43.713 c-11,0-19.949,8.949-19.949,19.949c0,11.001,8.949,19.949,19.949,19.949h424.575c11.001,0,19.949-8.949,19.949-19.949 C488.237,481.05,479.288,472.101,468.287,472.101z M367.257,471.254c0.013-0.017,0.024-0.034,0.037-0.05 c0.306-0.396,0.631-0.778,0.963-1.151c0.084-0.095,0.17-0.188,0.256-0.282c0.325-0.352,0.659-0.696,1.006-1.025 c0.018-0.017,0.035-0.035,0.053-0.052c0.362-0.34,0.74-0.663,1.125-0.977c0.101-0.082,0.203-0.164,0.305-0.244 c0.376-0.296,0.76-0.583,1.155-0.853c0.02-0.014,0.039-0.029,0.059-0.042c0.411-0.279,0.837-0.538,1.268-0.788 c0.113-0.066,0.228-0.13,0.343-0.194c0.424-0.236,0.855-0.462,1.297-0.668c0.017-0.008,0.034-0.018,0.051-0.026 c0.455-0.211,0.921-0.401,1.392-0.58c0.123-0.047,0.247-0.093,0.372-0.137c0.47-0.168,0.944-0.326,1.428-0.462 c0.01-0.003,0.02-0.007,0.031-0.009c0.492-0.137,0.994-0.25,1.499-0.351c0.128-0.026,0.257-0.05,0.386-0.074 c0.511-0.093,1.027-0.174,1.55-0.229c2.232-0.235,4.233-1.484,5.424-3.387c5.51-8.808,14.987-14.066,25.351-14.066 c0.599,0,1.216,0.022,1.843,0.063c0.032,0.002,0.064,0.005,0.096,0.007c0.625,0.043,1.26,0.104,1.904,0.187 c0.028,0.004,0.056,0.003,0.083,0.006c13.522,1.783,24.226,12.637,25.769,26.233h-75.648 C366.853,471.816,367.047,471.528,367.257,471.254z M288.463,356.973v115.128h-64.926V356.973H288.463z M95.69,445.842 c0.011-0.001,0.021-0.001,0.032-0.002c0.622-0.076,1.221-0.131,1.81-0.169c0.036-0.002,0.071-0.005,0.106-0.008 c0.595-0.037,1.178-0.057,1.755-0.057c10.363,0,19.841,5.258,25.352,14.066c0.781,1.249,1.915,2.208,3.231,2.792 c0.689,0.306,1.425,0.514,2.193,0.595c0.002,0,0.003,0,0.005,0.001c0.521,0.055,1.035,0.136,1.544,0.228 c0.13,0.023,0.259,0.048,0.388,0.074c0.505,0.101,1.007,0.214,1.499,0.351c0.011,0.003,0.021,0.007,0.032,0.01 c0.484,0.135,0.959,0.293,1.428,0.462c0.123,0.044,0.246,0.089,0.368,0.136c0.472,0.179,0.94,0.369,1.395,0.581 c0.014,0.006,0.027,0.014,0.041,0.021c0.446,0.208,0.88,0.436,1.308,0.674c0.113,0.062,0.225,0.126,0.336,0.19 c0.433,0.251,0.86,0.511,1.274,0.791c0.016,0.01,0.03,0.022,0.046,0.033c0.401,0.273,0.789,0.564,1.17,0.863 c0.1,0.079,0.2,0.158,0.298,0.239c0.387,0.315,0.766,0.639,1.129,0.981c0.016,0.015,0.03,0.03,0.046,0.045 c0.35,0.33,0.685,0.676,1.011,1.03c0.087,0.094,0.173,0.188,0.258,0.283c0.332,0.372,0.655,0.752,0.96,1.147 c0.016,0.021,0.031,0.043,0.047,0.063c0.208,0.271,0.399,0.556,0.594,0.837h-75.65C71.247,458.431,82.061,447.534,95.69,445.842z M468.287,497.403H43.713c-2.951,0-5.352-2.401-5.352-5.352s2.401-5.352,5.352-5.352h424.574c2.951,0,5.352,2.401,5.352,5.352 S471.238,497.403,468.287,497.403z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}*/
.icon-lead-single-home--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' fill='%2300aac3' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M506.555,208.064L263.859,30.367c-4.68-3.426-11.038-3.426-15.716,0L5.445,208.064 c-5.928,4.341-7.216,12.665-2.875,18.593s12.666,7.214,18.593,2.875L256,57.588l234.837,171.943c2.368,1.735,5.12,2.57,7.848,2.57 c4.096,0,8.138-1.885,10.744-5.445C513.771,220.729,512.483,212.405,506.555,208.064z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M442.246,232.543c-7.346,0-13.303,5.956-13.303,13.303v211.749H322.521V342.009c0-36.68-29.842-66.52-66.52-66.52 s-66.52,29.842-66.52,66.52v115.587H83.058V245.847c0-7.347-5.957-13.303-13.303-13.303s-13.303,5.956-13.303,13.303v225.053 c0,7.347,5.957,13.303,13.303,13.303h133.029c6.996,0,12.721-5.405,13.251-12.267c0.032-0.311,0.052-0.651,0.052-1.036v-128.89 c0-22.009,17.905-39.914,39.914-39.914s39.914,17.906,39.914,39.914v128.89c0,0.383,0.02,0.717,0.052,1.024 c0.524,6.867,6.251,12.279,13.251,12.279h133.029c7.347,0,13.303-5.956,13.303-13.303V245.847 C455.549,238.499,449.593,232.543,442.246,232.543z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}
.icon-lead-single-home--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' fill='%23bec6cc' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M506.555,208.064L263.859,30.367c-4.68-3.426-11.038-3.426-15.716,0L5.445,208.064 c-5.928,4.341-7.216,12.665-2.875,18.593s12.666,7.214,18.593,2.875L256,57.588l234.837,171.943c2.368,1.735,5.12,2.57,7.848,2.57 c4.096,0,8.138-1.885,10.744-5.445C513.771,220.729,512.483,212.405,506.555,208.064z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M442.246,232.543c-7.346,0-13.303,5.956-13.303,13.303v211.749H322.521V342.009c0-36.68-29.842-66.52-66.52-66.52 s-66.52,29.842-66.52,66.52v115.587H83.058V245.847c0-7.347-5.957-13.303-13.303-13.303s-13.303,5.956-13.303,13.303v225.053 c0,7.347,5.957,13.303,13.303,13.303h133.029c6.996,0,12.721-5.405,13.251-12.267c0.032-0.311,0.052-0.651,0.052-1.036v-128.89 c0-22.009,17.905-39.914,39.914-39.914s39.914,17.906,39.914,39.914v128.89c0,0.383,0.02,0.717,0.052,1.024 c0.524,6.867,6.251,12.279,13.251,12.279h133.029c7.347,0,13.303-5.956,13.303-13.303V245.847 C455.549,238.499,449.593,232.543,442.246,232.543z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.icon-lead-multi-home--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' fill='%2300aac3' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512.002 512.002;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M275.2,400.77c-4.031,0-7.299,3.267-7.299,7.299v15.084c0,4.031,3.267,7.299,7.299,7.299c4.031,0,7.299-3.267,7.299-7.299 v-15.084C282.499,404.038,279.231,400.77,275.2,400.77z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M181.52,342.376h-48.63c-5.645,0-10.237,4.592-10.237,10.237v61.427h-0.001c0,5.645,4.593,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237v-61.427C191.757,346.968,187.164,342.376,181.52,342.376z M177.16,409.68h-39.91v-52.707 h39.91V409.68z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M379.11,342.376h-48.632c-5.644,0-10.236,4.592-10.236,10.237v61.427c0,5.645,4.592,10.237,10.236,10.237h48.632 c5.644,0,10.236-4.592,10.236-10.237v-61.427C389.346,346.968,384.754,342.376,379.11,342.376z M374.749,409.68H334.84v-52.707 h39.909V409.68z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M181.52,203.487h-48.63c-5.645,0-10.237,4.592-10.237,10.237v61.427h-0.001c0,5.645,4.593,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237v-61.427C191.757,208.079,187.164,203.487,181.52,203.487z M177.16,270.791h-39.91v-52.707 h39.91V270.791z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M280.315,203.487h-48.631c-5.645,0-10.237,4.592-10.237,10.237v61.427c0,5.645,4.593,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237v-61.427C290.552,208.079,285.96,203.487,280.315,203.487z M275.955,270.791h-39.91v-52.707 h39.91V270.791z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M379.11,203.487h-48.632c-5.644,0-10.236,4.592-10.236,10.237v61.427c0,5.645,4.592,10.237,10.236,10.237h48.632 c5.644,0,10.236-4.592,10.236-10.237v-61.427C389.346,208.079,384.754,203.487,379.11,203.487z M374.749,270.791H334.84v-52.707 h39.909V270.791z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M181.521,75.792H132.89c-5.645,0-10.237,4.592-10.237,10.237v61.427c-0.001,5.645,4.592,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237V86.029C191.758,80.384,187.165,75.792,181.521,75.792z M177.16,143.096h-39.91V90.389h39.91 V143.096z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M280.315,75.792h-48.631c-5.645,0-10.237,4.592-10.237,10.237v61.427c0,5.645,4.593,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237V86.029C290.552,80.384,285.96,75.792,280.315,75.792z M275.955,143.096h-39.91V90.389h39.91 V143.096z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M379.111,75.792h-48.632c-5.644,0-10.236,4.592-10.236,10.237v61.427c-0.001,5.645,4.591,10.237,10.236,10.237h48.632 c5.644,0,10.236-4.592,10.236-10.237V86.029C389.347,80.384,384.755,75.792,379.111,75.792z M374.749,143.096H334.84V90.389 h39.909V143.096z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M468.287,472.101H456.95c-1.429-18.844-14.642-34.438-32.275-39.416L424.43,44.003h8.853c5.231,0,9.486-4.255,9.486-9.485 V9.485c0-5.23-4.255-9.485-9.486-9.485h-50.8c-4.031,0-7.299,3.267-7.299,7.299s3.267,7.299,7.299,7.299h45.688v14.808H83.83 V14.598h253.005c4.031,0,7.299-3.267,7.299-7.299S340.866,0,336.835,0H78.717c-5.23,0-9.485,4.255-9.485,9.485v25.034 c0,5.23,4.255,9.485,9.485,9.485h8.571l0.155,245.467c0.002,4.03,3.27,7.294,7.299,7.294c0.001,0,0.003,0,0.005,0 c4.031-0.003,7.296-3.272,7.294-7.304l-0.155-245.458h307.946l0.244,387.075c-0.024,0.001-0.047,0.005-0.071,0.006 c-0.254,0.014-0.506,0.044-0.759,0.063c-0.601,0.045-1.202,0.09-1.797,0.158c-0.325,0.037-0.645,0.091-0.968,0.135 c-0.519,0.071-1.039,0.14-1.553,0.23c-0.349,0.06-0.694,0.136-1.041,0.204c-0.481,0.095-0.963,0.189-1.439,0.3 c-0.359,0.083-0.712,0.179-1.068,0.271c-0.459,0.119-0.917,0.237-1.37,0.37c-0.358,0.105-0.712,0.221-1.067,0.335 c-0.443,0.142-0.885,0.286-1.323,0.442c-0.354,0.126-0.704,0.261-1.055,0.396c-0.429,0.166-0.857,0.334-1.28,0.513 c-0.349,0.147-0.694,0.3-1.038,0.456c-0.417,0.188-0.83,0.382-1.24,0.583c-0.339,0.166-0.676,0.337-1.011,0.512 c-0.406,0.212-0.807,0.431-1.206,0.656c-0.328,0.185-0.654,0.372-0.977,0.565c-0.395,0.236-0.784,0.48-1.172,0.729 c-0.315,0.202-0.629,0.404-0.939,0.613c-0.385,0.261-0.763,0.532-1.14,0.805c-0.299,0.217-0.599,0.432-0.893,0.656 c-0.376,0.287-0.744,0.586-1.111,0.886c-0.282,0.23-0.566,0.456-0.842,0.693c-0.37,0.317-0.729,0.647-1.089,0.977 c-0.26,0.238-0.523,0.47-0.777,0.715c-0.371,0.356-0.728,0.728-1.087,1.098c-0.229,0.236-0.464,0.465-0.688,0.707 c-0.389,0.419-0.762,0.854-1.136,1.29c-0.18,0.21-0.368,0.411-0.545,0.625c-0.543,0.656-1.071,1.329-1.58,2.02 c-0.834,0.173-1.656,0.381-2.469,0.611c-0.268,0.076-0.529,0.166-0.795,0.248c-0.542,0.168-1.081,0.34-1.612,0.533 c-0.305,0.11-0.604,0.23-0.905,0.349c-0.484,0.19-0.964,0.388-1.438,0.599c-0.305,0.135-0.606,0.274-0.906,0.418 c-0.467,0.223-0.926,0.458-1.381,0.701c-0.284,0.151-0.568,0.3-0.848,0.459c-0.484,0.275-0.957,0.567-1.426,0.863 c-0.232,0.147-0.47,0.286-0.699,0.438c-0.686,0.455-1.359,0.929-2.011,1.43c-0.042,0.032-0.081,0.068-0.122,0.1 c-0.612,0.474-1.207,0.968-1.786,1.479c-0.209,0.185-0.408,0.381-0.613,0.57c-0.403,0.373-0.802,0.749-1.187,1.14 c-0.225,0.228-0.442,0.463-0.661,0.697c-0.351,0.375-0.695,0.756-1.03,1.146c-0.213,0.249-0.423,0.499-0.63,0.754 c-0.327,0.402-0.642,0.813-0.951,1.229c-0.189,0.254-0.379,0.506-0.561,0.765c-0.325,0.463-0.633,0.937-0.937,1.416 c-0.142,0.225-0.292,0.444-0.43,0.671c-0.429,0.711-0.839,1.436-1.219,2.179c-0.027,0.053-0.05,0.109-0.077,0.162 c-0.35,0.692-0.677,1.398-0.983,2.115c-0.11,0.259-0.206,0.524-0.31,0.785c-0.154,0.385-0.317,0.765-0.457,1.157h-47.31V354.786 c0-6.843-5.567-12.41-12.41-12.41h-69.3c-6.843,0-12.41,5.567-12.41,12.41v117.316h-47.308c-0.141-0.392-0.304-0.773-0.458-1.159 c-0.104-0.261-0.2-0.526-0.31-0.783c-0.302-0.709-0.626-1.407-0.972-2.092c-0.031-0.061-0.057-0.125-0.088-0.187 c-0.379-0.741-0.788-1.464-1.216-2.173c-0.14-0.233-0.293-0.456-0.439-0.686c-0.301-0.474-0.606-0.943-0.927-1.401 c-0.184-0.263-0.377-0.517-0.568-0.775c-0.307-0.412-0.619-0.819-0.943-1.218c-0.209-0.257-0.421-0.511-0.637-0.762 c-0.333-0.388-0.675-0.766-1.024-1.139c-0.22-0.236-0.439-0.472-0.666-0.702c-0.384-0.389-0.78-0.763-1.181-1.134 c-0.207-0.191-0.408-0.389-0.619-0.575c-0.58-0.512-1.175-1.006-1.787-1.479c-0.041-0.032-0.079-0.067-0.121-0.099 c-0.653-0.501-1.326-0.975-2.013-1.431c-0.227-0.151-0.462-0.288-0.692-0.434c-0.472-0.298-0.947-0.591-1.433-0.867 c-0.278-0.158-0.56-0.306-0.842-0.456c-0.458-0.244-0.919-0.48-1.388-0.705c-0.298-0.142-0.597-0.28-0.899-0.415 c-0.477-0.212-0.96-0.411-1.447-0.603c-0.298-0.117-0.595-0.236-0.897-0.345c-0.534-0.193-1.076-0.367-1.621-0.536 c-0.263-0.081-0.522-0.171-0.788-0.246c-0.813-0.23-1.635-0.439-2.47-0.612c-0.508-0.69-1.034-1.36-1.576-2.015 c-0.178-0.215-0.366-0.417-0.547-0.628c-0.371-0.432-0.742-0.864-1.128-1.28c-0.227-0.245-0.465-0.478-0.697-0.717 c-0.355-0.365-0.708-0.732-1.074-1.084c-0.256-0.246-0.52-0.48-0.781-0.72c-0.357-0.328-0.714-0.656-1.081-0.971 c-0.277-0.238-0.561-0.466-0.844-0.696c-0.365-0.298-0.73-0.594-1.103-0.88c-0.295-0.225-0.595-0.442-0.894-0.66 c-0.375-0.272-0.752-0.541-1.135-0.801c-0.309-0.21-0.622-0.412-0.936-0.614c-0.387-0.248-0.776-0.492-1.17-0.728 c-0.322-0.192-0.645-0.38-0.972-0.564c-0.399-0.225-0.801-0.443-1.207-0.656c-0.332-0.174-0.665-0.345-1.002-0.511 c-0.412-0.203-0.828-0.396-1.246-0.586c-0.34-0.154-0.681-0.308-1.025-0.454c-0.427-0.181-0.858-0.35-1.291-0.517 c-0.345-0.133-0.689-0.268-1.037-0.392c-0.444-0.159-0.894-0.304-1.344-0.449c-0.346-0.111-0.69-0.227-1.039-0.33 c-0.466-0.138-0.938-0.258-1.41-0.381c-0.341-0.088-0.679-0.183-1.022-0.263c-0.504-0.118-1.015-0.217-1.524-0.317 c-0.317-0.063-0.631-0.134-0.949-0.19c-0.604-0.106-1.215-0.189-1.826-0.27c-0.23-0.03-0.457-0.072-0.688-0.099 c-0.831-0.097-1.666-0.172-2.507-0.223l-0.06-95.362c-0.002-4.03-3.27-7.294-7.299-7.294c-0.001,0-0.003,0-0.005,0 c-4.031,0.003-7.296,3.272-7.294,7.304l0.061,96.888c-17.738,4.913-31.05,20.557-32.484,39.476H43.713 c-11,0-19.949,8.949-19.949,19.949c0,11.001,8.949,19.949,19.949,19.949h424.575c11.001,0,19.949-8.949,19.949-19.949 C488.237,481.05,479.288,472.101,468.287,472.101z M367.257,471.254c0.013-0.017,0.024-0.034,0.037-0.05 c0.306-0.396,0.631-0.778,0.963-1.151c0.084-0.095,0.17-0.188,0.256-0.282c0.325-0.352,0.659-0.696,1.006-1.025 c0.018-0.017,0.035-0.035,0.053-0.052c0.362-0.34,0.74-0.663,1.125-0.977c0.101-0.082,0.203-0.164,0.305-0.244 c0.376-0.296,0.76-0.583,1.155-0.853c0.02-0.014,0.039-0.029,0.059-0.042c0.411-0.279,0.837-0.538,1.268-0.788 c0.113-0.066,0.228-0.13,0.343-0.194c0.424-0.236,0.855-0.462,1.297-0.668c0.017-0.008,0.034-0.018,0.051-0.026 c0.455-0.211,0.921-0.401,1.392-0.58c0.123-0.047,0.247-0.093,0.372-0.137c0.47-0.168,0.944-0.326,1.428-0.462 c0.01-0.003,0.02-0.007,0.031-0.009c0.492-0.137,0.994-0.25,1.499-0.351c0.128-0.026,0.257-0.05,0.386-0.074 c0.511-0.093,1.027-0.174,1.55-0.229c2.232-0.235,4.233-1.484,5.424-3.387c5.51-8.808,14.987-14.066,25.351-14.066 c0.599,0,1.216,0.022,1.843,0.063c0.032,0.002,0.064,0.005,0.096,0.007c0.625,0.043,1.26,0.104,1.904,0.187 c0.028,0.004,0.056,0.003,0.083,0.006c13.522,1.783,24.226,12.637,25.769,26.233h-75.648 C366.853,471.816,367.047,471.528,367.257,471.254z M288.463,356.973v115.128h-64.926V356.973H288.463z M95.69,445.842 c0.011-0.001,0.021-0.001,0.032-0.002c0.622-0.076,1.221-0.131,1.81-0.169c0.036-0.002,0.071-0.005,0.106-0.008 c0.595-0.037,1.178-0.057,1.755-0.057c10.363,0,19.841,5.258,25.352,14.066c0.781,1.249,1.915,2.208,3.231,2.792 c0.689,0.306,1.425,0.514,2.193,0.595c0.002,0,0.003,0,0.005,0.001c0.521,0.055,1.035,0.136,1.544,0.228 c0.13,0.023,0.259,0.048,0.388,0.074c0.505,0.101,1.007,0.214,1.499,0.351c0.011,0.003,0.021,0.007,0.032,0.01 c0.484,0.135,0.959,0.293,1.428,0.462c0.123,0.044,0.246,0.089,0.368,0.136c0.472,0.179,0.94,0.369,1.395,0.581 c0.014,0.006,0.027,0.014,0.041,0.021c0.446,0.208,0.88,0.436,1.308,0.674c0.113,0.062,0.225,0.126,0.336,0.19 c0.433,0.251,0.86,0.511,1.274,0.791c0.016,0.01,0.03,0.022,0.046,0.033c0.401,0.273,0.789,0.564,1.17,0.863 c0.1,0.079,0.2,0.158,0.298,0.239c0.387,0.315,0.766,0.639,1.129,0.981c0.016,0.015,0.03,0.03,0.046,0.045 c0.35,0.33,0.685,0.676,1.011,1.03c0.087,0.094,0.173,0.188,0.258,0.283c0.332,0.372,0.655,0.752,0.96,1.147 c0.016,0.021,0.031,0.043,0.047,0.063c0.208,0.271,0.399,0.556,0.594,0.837h-75.65C71.247,458.431,82.061,447.534,95.69,445.842z M468.287,497.403H43.713c-2.951,0-5.352-2.401-5.352-5.352s2.401-5.352,5.352-5.352h424.574c2.951,0,5.352,2.401,5.352,5.352 S471.238,497.403,468.287,497.403z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}
.icon-lead-multi-home--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' fill='%23bec6cc' id='Capa_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' style='enable-background:new 0 0 512.002 512.002;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M275.2,400.77c-4.031,0-7.299,3.267-7.299,7.299v15.084c0,4.031,3.267,7.299,7.299,7.299c4.031,0,7.299-3.267,7.299-7.299 v-15.084C282.499,404.038,279.231,400.77,275.2,400.77z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M181.52,342.376h-48.63c-5.645,0-10.237,4.592-10.237,10.237v61.427h-0.001c0,5.645,4.593,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237v-61.427C191.757,346.968,187.164,342.376,181.52,342.376z M177.16,409.68h-39.91v-52.707 h39.91V409.68z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M379.11,342.376h-48.632c-5.644,0-10.236,4.592-10.236,10.237v61.427c0,5.645,4.592,10.237,10.236,10.237h48.632 c5.644,0,10.236-4.592,10.236-10.237v-61.427C389.346,346.968,384.754,342.376,379.11,342.376z M374.749,409.68H334.84v-52.707 h39.909V409.68z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M181.52,203.487h-48.63c-5.645,0-10.237,4.592-10.237,10.237v61.427h-0.001c0,5.645,4.593,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237v-61.427C191.757,208.079,187.164,203.487,181.52,203.487z M177.16,270.791h-39.91v-52.707 h39.91V270.791z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M280.315,203.487h-48.631c-5.645,0-10.237,4.592-10.237,10.237v61.427c0,5.645,4.593,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237v-61.427C290.552,208.079,285.96,203.487,280.315,203.487z M275.955,270.791h-39.91v-52.707 h39.91V270.791z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M379.11,203.487h-48.632c-5.644,0-10.236,4.592-10.236,10.237v61.427c0,5.645,4.592,10.237,10.236,10.237h48.632 c5.644,0,10.236-4.592,10.236-10.237v-61.427C389.346,208.079,384.754,203.487,379.11,203.487z M374.749,270.791H334.84v-52.707 h39.909V270.791z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M181.521,75.792H132.89c-5.645,0-10.237,4.592-10.237,10.237v61.427c-0.001,5.645,4.592,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237V86.029C191.758,80.384,187.165,75.792,181.521,75.792z M177.16,143.096h-39.91V90.389h39.91 V143.096z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M280.315,75.792h-48.631c-5.645,0-10.237,4.592-10.237,10.237v61.427c0,5.645,4.593,10.237,10.237,10.237h48.631 c5.645,0,10.237-4.592,10.237-10.237V86.029C290.552,80.384,285.96,75.792,280.315,75.792z M275.955,143.096h-39.91V90.389h39.91 V143.096z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M379.111,75.792h-48.632c-5.644,0-10.236,4.592-10.236,10.237v61.427c-0.001,5.645,4.591,10.237,10.236,10.237h48.632 c5.644,0,10.236-4.592,10.236-10.237V86.029C389.347,80.384,384.755,75.792,379.111,75.792z M374.749,143.096H334.84V90.389 h39.909V143.096z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M468.287,472.101H456.95c-1.429-18.844-14.642-34.438-32.275-39.416L424.43,44.003h8.853c5.231,0,9.486-4.255,9.486-9.485 V9.485c0-5.23-4.255-9.485-9.486-9.485h-50.8c-4.031,0-7.299,3.267-7.299,7.299s3.267,7.299,7.299,7.299h45.688v14.808H83.83 V14.598h253.005c4.031,0,7.299-3.267,7.299-7.299S340.866,0,336.835,0H78.717c-5.23,0-9.485,4.255-9.485,9.485v25.034 c0,5.23,4.255,9.485,9.485,9.485h8.571l0.155,245.467c0.002,4.03,3.27,7.294,7.299,7.294c0.001,0,0.003,0,0.005,0 c4.031-0.003,7.296-3.272,7.294-7.304l-0.155-245.458h307.946l0.244,387.075c-0.024,0.001-0.047,0.005-0.071,0.006 c-0.254,0.014-0.506,0.044-0.759,0.063c-0.601,0.045-1.202,0.09-1.797,0.158c-0.325,0.037-0.645,0.091-0.968,0.135 c-0.519,0.071-1.039,0.14-1.553,0.23c-0.349,0.06-0.694,0.136-1.041,0.204c-0.481,0.095-0.963,0.189-1.439,0.3 c-0.359,0.083-0.712,0.179-1.068,0.271c-0.459,0.119-0.917,0.237-1.37,0.37c-0.358,0.105-0.712,0.221-1.067,0.335 c-0.443,0.142-0.885,0.286-1.323,0.442c-0.354,0.126-0.704,0.261-1.055,0.396c-0.429,0.166-0.857,0.334-1.28,0.513 c-0.349,0.147-0.694,0.3-1.038,0.456c-0.417,0.188-0.83,0.382-1.24,0.583c-0.339,0.166-0.676,0.337-1.011,0.512 c-0.406,0.212-0.807,0.431-1.206,0.656c-0.328,0.185-0.654,0.372-0.977,0.565c-0.395,0.236-0.784,0.48-1.172,0.729 c-0.315,0.202-0.629,0.404-0.939,0.613c-0.385,0.261-0.763,0.532-1.14,0.805c-0.299,0.217-0.599,0.432-0.893,0.656 c-0.376,0.287-0.744,0.586-1.111,0.886c-0.282,0.23-0.566,0.456-0.842,0.693c-0.37,0.317-0.729,0.647-1.089,0.977 c-0.26,0.238-0.523,0.47-0.777,0.715c-0.371,0.356-0.728,0.728-1.087,1.098c-0.229,0.236-0.464,0.465-0.688,0.707 c-0.389,0.419-0.762,0.854-1.136,1.29c-0.18,0.21-0.368,0.411-0.545,0.625c-0.543,0.656-1.071,1.329-1.58,2.02 c-0.834,0.173-1.656,0.381-2.469,0.611c-0.268,0.076-0.529,0.166-0.795,0.248c-0.542,0.168-1.081,0.34-1.612,0.533 c-0.305,0.11-0.604,0.23-0.905,0.349c-0.484,0.19-0.964,0.388-1.438,0.599c-0.305,0.135-0.606,0.274-0.906,0.418 c-0.467,0.223-0.926,0.458-1.381,0.701c-0.284,0.151-0.568,0.3-0.848,0.459c-0.484,0.275-0.957,0.567-1.426,0.863 c-0.232,0.147-0.47,0.286-0.699,0.438c-0.686,0.455-1.359,0.929-2.011,1.43c-0.042,0.032-0.081,0.068-0.122,0.1 c-0.612,0.474-1.207,0.968-1.786,1.479c-0.209,0.185-0.408,0.381-0.613,0.57c-0.403,0.373-0.802,0.749-1.187,1.14 c-0.225,0.228-0.442,0.463-0.661,0.697c-0.351,0.375-0.695,0.756-1.03,1.146c-0.213,0.249-0.423,0.499-0.63,0.754 c-0.327,0.402-0.642,0.813-0.951,1.229c-0.189,0.254-0.379,0.506-0.561,0.765c-0.325,0.463-0.633,0.937-0.937,1.416 c-0.142,0.225-0.292,0.444-0.43,0.671c-0.429,0.711-0.839,1.436-1.219,2.179c-0.027,0.053-0.05,0.109-0.077,0.162 c-0.35,0.692-0.677,1.398-0.983,2.115c-0.11,0.259-0.206,0.524-0.31,0.785c-0.154,0.385-0.317,0.765-0.457,1.157h-47.31V354.786 c0-6.843-5.567-12.41-12.41-12.41h-69.3c-6.843,0-12.41,5.567-12.41,12.41v117.316h-47.308c-0.141-0.392-0.304-0.773-0.458-1.159 c-0.104-0.261-0.2-0.526-0.31-0.783c-0.302-0.709-0.626-1.407-0.972-2.092c-0.031-0.061-0.057-0.125-0.088-0.187 c-0.379-0.741-0.788-1.464-1.216-2.173c-0.14-0.233-0.293-0.456-0.439-0.686c-0.301-0.474-0.606-0.943-0.927-1.401 c-0.184-0.263-0.377-0.517-0.568-0.775c-0.307-0.412-0.619-0.819-0.943-1.218c-0.209-0.257-0.421-0.511-0.637-0.762 c-0.333-0.388-0.675-0.766-1.024-1.139c-0.22-0.236-0.439-0.472-0.666-0.702c-0.384-0.389-0.78-0.763-1.181-1.134 c-0.207-0.191-0.408-0.389-0.619-0.575c-0.58-0.512-1.175-1.006-1.787-1.479c-0.041-0.032-0.079-0.067-0.121-0.099 c-0.653-0.501-1.326-0.975-2.013-1.431c-0.227-0.151-0.462-0.288-0.692-0.434c-0.472-0.298-0.947-0.591-1.433-0.867 c-0.278-0.158-0.56-0.306-0.842-0.456c-0.458-0.244-0.919-0.48-1.388-0.705c-0.298-0.142-0.597-0.28-0.899-0.415 c-0.477-0.212-0.96-0.411-1.447-0.603c-0.298-0.117-0.595-0.236-0.897-0.345c-0.534-0.193-1.076-0.367-1.621-0.536 c-0.263-0.081-0.522-0.171-0.788-0.246c-0.813-0.23-1.635-0.439-2.47-0.612c-0.508-0.69-1.034-1.36-1.576-2.015 c-0.178-0.215-0.366-0.417-0.547-0.628c-0.371-0.432-0.742-0.864-1.128-1.28c-0.227-0.245-0.465-0.478-0.697-0.717 c-0.355-0.365-0.708-0.732-1.074-1.084c-0.256-0.246-0.52-0.48-0.781-0.72c-0.357-0.328-0.714-0.656-1.081-0.971 c-0.277-0.238-0.561-0.466-0.844-0.696c-0.365-0.298-0.73-0.594-1.103-0.88c-0.295-0.225-0.595-0.442-0.894-0.66 c-0.375-0.272-0.752-0.541-1.135-0.801c-0.309-0.21-0.622-0.412-0.936-0.614c-0.387-0.248-0.776-0.492-1.17-0.728 c-0.322-0.192-0.645-0.38-0.972-0.564c-0.399-0.225-0.801-0.443-1.207-0.656c-0.332-0.174-0.665-0.345-1.002-0.511 c-0.412-0.203-0.828-0.396-1.246-0.586c-0.34-0.154-0.681-0.308-1.025-0.454c-0.427-0.181-0.858-0.35-1.291-0.517 c-0.345-0.133-0.689-0.268-1.037-0.392c-0.444-0.159-0.894-0.304-1.344-0.449c-0.346-0.111-0.69-0.227-1.039-0.33 c-0.466-0.138-0.938-0.258-1.41-0.381c-0.341-0.088-0.679-0.183-1.022-0.263c-0.504-0.118-1.015-0.217-1.524-0.317 c-0.317-0.063-0.631-0.134-0.949-0.19c-0.604-0.106-1.215-0.189-1.826-0.27c-0.23-0.03-0.457-0.072-0.688-0.099 c-0.831-0.097-1.666-0.172-2.507-0.223l-0.06-95.362c-0.002-4.03-3.27-7.294-7.299-7.294c-0.001,0-0.003,0-0.005,0 c-4.031,0.003-7.296,3.272-7.294,7.304l0.061,96.888c-17.738,4.913-31.05,20.557-32.484,39.476H43.713 c-11,0-19.949,8.949-19.949,19.949c0,11.001,8.949,19.949,19.949,19.949h424.575c11.001,0,19.949-8.949,19.949-19.949 C488.237,481.05,479.288,472.101,468.287,472.101z M367.257,471.254c0.013-0.017,0.024-0.034,0.037-0.05 c0.306-0.396,0.631-0.778,0.963-1.151c0.084-0.095,0.17-0.188,0.256-0.282c0.325-0.352,0.659-0.696,1.006-1.025 c0.018-0.017,0.035-0.035,0.053-0.052c0.362-0.34,0.74-0.663,1.125-0.977c0.101-0.082,0.203-0.164,0.305-0.244 c0.376-0.296,0.76-0.583,1.155-0.853c0.02-0.014,0.039-0.029,0.059-0.042c0.411-0.279,0.837-0.538,1.268-0.788 c0.113-0.066,0.228-0.13,0.343-0.194c0.424-0.236,0.855-0.462,1.297-0.668c0.017-0.008,0.034-0.018,0.051-0.026 c0.455-0.211,0.921-0.401,1.392-0.58c0.123-0.047,0.247-0.093,0.372-0.137c0.47-0.168,0.944-0.326,1.428-0.462 c0.01-0.003,0.02-0.007,0.031-0.009c0.492-0.137,0.994-0.25,1.499-0.351c0.128-0.026,0.257-0.05,0.386-0.074 c0.511-0.093,1.027-0.174,1.55-0.229c2.232-0.235,4.233-1.484,5.424-3.387c5.51-8.808,14.987-14.066,25.351-14.066 c0.599,0,1.216,0.022,1.843,0.063c0.032,0.002,0.064,0.005,0.096,0.007c0.625,0.043,1.26,0.104,1.904,0.187 c0.028,0.004,0.056,0.003,0.083,0.006c13.522,1.783,24.226,12.637,25.769,26.233h-75.648 C366.853,471.816,367.047,471.528,367.257,471.254z M288.463,356.973v115.128h-64.926V356.973H288.463z M95.69,445.842 c0.011-0.001,0.021-0.001,0.032-0.002c0.622-0.076,1.221-0.131,1.81-0.169c0.036-0.002,0.071-0.005,0.106-0.008 c0.595-0.037,1.178-0.057,1.755-0.057c10.363,0,19.841,5.258,25.352,14.066c0.781,1.249,1.915,2.208,3.231,2.792 c0.689,0.306,1.425,0.514,2.193,0.595c0.002,0,0.003,0,0.005,0.001c0.521,0.055,1.035,0.136,1.544,0.228 c0.13,0.023,0.259,0.048,0.388,0.074c0.505,0.101,1.007,0.214,1.499,0.351c0.011,0.003,0.021,0.007,0.032,0.01 c0.484,0.135,0.959,0.293,1.428,0.462c0.123,0.044,0.246,0.089,0.368,0.136c0.472,0.179,0.94,0.369,1.395,0.581 c0.014,0.006,0.027,0.014,0.041,0.021c0.446,0.208,0.88,0.436,1.308,0.674c0.113,0.062,0.225,0.126,0.336,0.19 c0.433,0.251,0.86,0.511,1.274,0.791c0.016,0.01,0.03,0.022,0.046,0.033c0.401,0.273,0.789,0.564,1.17,0.863 c0.1,0.079,0.2,0.158,0.298,0.239c0.387,0.315,0.766,0.639,1.129,0.981c0.016,0.015,0.03,0.03,0.046,0.045 c0.35,0.33,0.685,0.676,1.011,1.03c0.087,0.094,0.173,0.188,0.258,0.283c0.332,0.372,0.655,0.752,0.96,1.147 c0.016,0.021,0.031,0.043,0.047,0.063c0.208,0.271,0.399,0.556,0.594,0.837h-75.65C71.247,458.431,82.061,447.534,95.69,445.842z M468.287,497.403H43.713c-2.951,0-5.352-2.401-5.352-5.352s2.401-5.352,5.352-5.352h424.574c2.951,0,5.352,2.401,5.352,5.352 S471.238,497.403,468.287,497.403z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E");
}

.lead-archiv {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 512 512'%3E%3Cg%3E%3Cg fill='%23bec6cc'%3E%3Cpath d='m152.4,31.2h-131c-5.8,0-10.4,4.7-10.4,10.4v428.8c0,5.8 4.7,10.4 10.4,10.4h131c5.8,0 10.4-4.7 10.4-10.4v-428.8c0-5.8-4.6-10.4-10.4-10.4zm-10.4,428.8h-110.1v-408h110.1v408z'/%3E%3Cpath d='m86.9,416.7c21.6,0 39.1-17.6 39.1-39.1 0-21.6-17.6-39.1-39.1-39.1-21.6,0-39.1,17.6-39.1,39.1-7.10543e-15,21.5 17.5,39.1 39.1,39.1zm0-57.5c10.1,0 18.3,8.2 18.3,18.3 0,10.1-8.2,18.3-18.3,18.3s-18.3-8.2-18.3-18.3c-1.42109e-14-10.1 8.2-18.3 18.3-18.3z'/%3E%3Cpath d='m58.2,116.2h57.4c5.8,0 10.4-4.7 10.4-10.4s-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4s4.6,10.4 10.4,10.4z'/%3E%3Cpath d='M58.2,173.6h57.4c5.8,0,10.4-4.7,10.4-10.4c0-5.8-4.7-10.4-10.4-10.4H58.2c-5.8,0-10.4,4.7-10.4,10.4 C47.8,169,52.4,173.6,58.2,173.6z'/%3E%3Cpath d='m321.5,31.2h-131c-5.8,0-10.4,4.7-10.4,10.4v428.8c0,5.8 4.7,10.4 10.4,10.4h131c5.8,0 10.4-4.7 10.4-10.4v-428.8c0-5.8-4.7-10.4-10.4-10.4zm-10.4,428.8h-110.2v-408h110.1v408z'/%3E%3Cpath d='m256,416.7c21.6,0 39.1-17.6 39.1-39.1 0-21.6-17.6-39.1-39.1-39.1-21.6,0-39.2,17.6-39.2,39.1 0,21.5 17.6,39.1 39.2,39.1zm0-57.5c10.1,0 18.3,8.2 18.3,18.3 0,10.1-8.2,18.3-18.3,18.3-10.1,0-18.3-8.2-18.3-18.3 0-10.1 8.2-18.3 18.3-18.3z'/%3E%3Cpath d='m227.3,116.2h57.4c5.8,0 10.4-4.7 10.4-10.4s-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4s4.6,10.4 10.4,10.4z'/%3E%3Cpath d='m227.3,173.6h57.4c5.8,0 10.4-4.7 10.4-10.4 0-5.8-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4-0.1,5.8 4.6,10.4 10.4,10.4z'/%3E%3Cpath d='m490.6,31.2h-131c-5.8,0-10.4,4.7-10.4,10.4v428.8c0,5.8 4.7,10.4 10.4,10.4h131c5.8,0 10.4-4.7 10.4-10.4v-428.8c0-5.8-4.7-10.4-10.4-10.4zm-10.5,428.8h-110.1v-408h110.1v408z'/%3E%3Cpath d='m425.1,416.7c21.6,0 39.1-17.6 39.1-39.1 0-21.6-17.6-39.1-39.1-39.1s-39.1,17.6-39.1,39.1c-0.1,21.5 17.5,39.1 39.1,39.1zm0-57.5c10.1,0 18.3,8.2 18.3,18.3 0,10.1-8.2,18.3-18.3,18.3-10.1,0-18.3-8.2-18.3-18.3 0-10.1 8.2-18.3 18.3-18.3z'/%3E%3Cpath d='m396.4,116.2h57.4c5.8,0 10.4-4.7 10.4-10.4s-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4s4.6,10.4 10.4,10.4z'/%3E%3Cpath d='m396.4,173.6h57.4c5.8,0 10.4-4.7 10.4-10.4 0-5.8-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4-0.1,5.8 4.6,10.4 10.4,10.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.lead-archiv:hover {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 512 512'%3E%3Cg%3E%3Cg fill='%2300aac3'%3E%3Cpath d='m152.4,31.2h-131c-5.8,0-10.4,4.7-10.4,10.4v428.8c0,5.8 4.7,10.4 10.4,10.4h131c5.8,0 10.4-4.7 10.4-10.4v-428.8c0-5.8-4.6-10.4-10.4-10.4zm-10.4,428.8h-110.1v-408h110.1v408z'/%3E%3Cpath d='m86.9,416.7c21.6,0 39.1-17.6 39.1-39.1 0-21.6-17.6-39.1-39.1-39.1-21.6,0-39.1,17.6-39.1,39.1-7.10543e-15,21.5 17.5,39.1 39.1,39.1zm0-57.5c10.1,0 18.3,8.2 18.3,18.3 0,10.1-8.2,18.3-18.3,18.3s-18.3-8.2-18.3-18.3c-1.42109e-14-10.1 8.2-18.3 18.3-18.3z'/%3E%3Cpath d='m58.2,116.2h57.4c5.8,0 10.4-4.7 10.4-10.4s-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4s4.6,10.4 10.4,10.4z'/%3E%3Cpath d='M58.2,173.6h57.4c5.8,0,10.4-4.7,10.4-10.4c0-5.8-4.7-10.4-10.4-10.4H58.2c-5.8,0-10.4,4.7-10.4,10.4 C47.8,169,52.4,173.6,58.2,173.6z'/%3E%3Cpath d='m321.5,31.2h-131c-5.8,0-10.4,4.7-10.4,10.4v428.8c0,5.8 4.7,10.4 10.4,10.4h131c5.8,0 10.4-4.7 10.4-10.4v-428.8c0-5.8-4.7-10.4-10.4-10.4zm-10.4,428.8h-110.2v-408h110.1v408z'/%3E%3Cpath d='m256,416.7c21.6,0 39.1-17.6 39.1-39.1 0-21.6-17.6-39.1-39.1-39.1-21.6,0-39.2,17.6-39.2,39.1 0,21.5 17.6,39.1 39.2,39.1zm0-57.5c10.1,0 18.3,8.2 18.3,18.3 0,10.1-8.2,18.3-18.3,18.3-10.1,0-18.3-8.2-18.3-18.3 0-10.1 8.2-18.3 18.3-18.3z'/%3E%3Cpath d='m227.3,116.2h57.4c5.8,0 10.4-4.7 10.4-10.4s-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4s4.6,10.4 10.4,10.4z'/%3E%3Cpath d='m227.3,173.6h57.4c5.8,0 10.4-4.7 10.4-10.4 0-5.8-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4-0.1,5.8 4.6,10.4 10.4,10.4z'/%3E%3Cpath d='m490.6,31.2h-131c-5.8,0-10.4,4.7-10.4,10.4v428.8c0,5.8 4.7,10.4 10.4,10.4h131c5.8,0 10.4-4.7 10.4-10.4v-428.8c0-5.8-4.7-10.4-10.4-10.4zm-10.5,428.8h-110.1v-408h110.1v408z'/%3E%3Cpath d='m425.1,416.7c21.6,0 39.1-17.6 39.1-39.1 0-21.6-17.6-39.1-39.1-39.1s-39.1,17.6-39.1,39.1c-0.1,21.5 17.5,39.1 39.1,39.1zm0-57.5c10.1,0 18.3,8.2 18.3,18.3 0,10.1-8.2,18.3-18.3,18.3-10.1,0-18.3-8.2-18.3-18.3 0-10.1 8.2-18.3 18.3-18.3z'/%3E%3Cpath d='m396.4,116.2h57.4c5.8,0 10.4-4.7 10.4-10.4s-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4s4.6,10.4 10.4,10.4z'/%3E%3Cpath d='m396.4,173.6h57.4c5.8,0 10.4-4.7 10.4-10.4 0-5.8-4.7-10.4-10.4-10.4h-57.4c-5.8,0-10.4,4.7-10.4,10.4-0.1,5.8 4.6,10.4 10.4,10.4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.NetzExportiert {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.779pt' height='15.779pt' viewBox='126.138 -187.477 15.779 15.779'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(134.028 179.588) rotate(90.1029)' stroke='none' stroke-linejoin='miter'/%3E%3Cg id='Group_1' stroke='%23cccccc'%3E%3Cpath d='M 133.008,172.332 L 128.259,175.074 C 127.698,175.398 127.242,176.188 127.242,176.836 L 127.242,182.32 C 127.242,182.968 127.698,183.758 128.259,184.082 L 133.009,186.824 C 133.57,187.148 134.482,187.148 135.044,186.824 L 139.793,184.082 C 140.354,183.758 140.81,182.968 140.81,182.32 L 140.81,176.836 C 140.81,176.188 140.354,175.398 139.793,175.074 L 135.043,172.332 C 134.482,172.008 133.57,172.008 133.008,172.332 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_2' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 134.614,183.908 L 137.468,182.259 C 137.797,182.068 138.065,181.604 138.066,181.224 L 138.072,177.929' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_3' stroke-linejoin='miter' stroke='none' fill='%23cccccc'%3E%3Cellipse rx='0.474' ry='0.474' transform='translate(134.028 179.589) rotate(135.085)'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_4' stroke='%23ffffff' stroke-width='0.576'%3E%3Cellipse rx='3.641' ry='3.641' transform='translate(137.167 175.628) rotate(-135)' fill='%2300bf02' stroke-linejoin='miter'/%3E%3Cg id='Group_5' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cpath d='M 138.345,176.997 L 136.764,174.26' fill='none'/%3E%3Cpath d='M 135.989,175.603 L 136.764,174.26' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-provider-completion {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.329pt' height='15.745pt' viewBox='189.223 -187.494 14.329 15.745'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='%2300aac3' stroke-width='0.75'%3E%3Cpath d='M 195.369,172.37 L 190.617,175.115 C 190.054,175.439 189.598,176.229 189.599,176.878 L 189.598,182.366 C 189.598,183.015 190.054,183.805 190.616,184.129 L 195.369,186.874 C 195.931,187.198 196.843,187.198 197.406,186.874 L 202.158,184.129 C 202.72,183.805 203.177,183.015 203.176,182.366 L 203.177,176.878 C 203.176,176.229 202.72,175.439 202.158,175.115 L 197.406,172.37 C 196.844,172.045 195.931,172.045 195.369,172.37 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_1' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_2'%3E%3Cpath d='M 200.041,181.732 L 192.733,177.512' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_3' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_4'%3E%3Cpath d='M 200.041,177.513 L 192.733,181.733' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cg id='Group_6'%3E%3Cpath d='M 196.387,175.403 L 196.387,183.841' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.Erstellt {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='14.329pt' height='15.745pt' viewBox='62.114 -187.482 14.329 15.745'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='miter' stroke='%23cccccc' stroke-width='0.75'%3E%3Cg id='Group_1'%3E%3Cpath d='M 68.26,172.358 L 63.508,175.103 C 62.945,175.427 62.489,176.217 62.49,176.866 L 62.489,182.354 C 62.489,183.003 62.945,183.793 63.507,184.117 L 68.26,186.862 C 68.822,187.186 69.734,187.186 70.297,186.862 L 75.049,184.117 C 75.611,183.793 76.068,183.003 76.067,182.354 L 76.068,176.866 C 76.067,176.217 75.611,175.427 75.049,175.103 L 70.297,172.358 C 69.735,172.033 68.822,172.033 68.26,172.358 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.DokumenteVorhanden {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.751pt' height='15.751pt' viewBox='82.992 -187.482 15.751 15.751'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(90.868 179.607) rotate(90)' stroke='none' stroke-width='0.75' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke-linejoin='miter' stroke-width='0.75'%3E%3Cg id='Group_1' stroke='%23cccccc'%3E%3Cpath d='M 89.851,172.357 L 85.099,175.102 C 84.536,175.426 84.08,176.216 84.081,176.865 L 84.08,182.353 C 84.08,183.002 84.536,183.792 85.098,184.116 L 89.851,186.861 C 90.413,187.185 91.325,187.185 91.888,186.861 L 96.64,184.116 C 97.202,183.792 97.659,183.002 97.658,182.353 L 97.659,176.865 C 97.658,176.216 97.202,175.426 96.64,175.102 L 91.888,172.357 C 91.326,172.032 90.413,172.032 89.851,172.357 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cellipse rx='0.475' ry='0.475' transform='translate(90.868 179.608) rotate(135)' stroke='none' fill='%23cccccc'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-provider-order {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.779pt' height='15.779pt' viewBox='166.4 -187.476 15.779 15.779'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(174.289 179.586) rotate(-89.8971)' stroke='none' stroke-linejoin='miter'/%3E%3Cg id='Group_1' stroke='%23666666'%3E%3Cpath d='M 175.309,186.842 L 180.058,184.1 C 180.619,183.776 181.075,182.986 181.075,182.338 L 181.075,176.854 C 181.075,176.206 180.619,175.416 180.058,175.092 L 175.308,172.35 C 174.747,172.026 173.835,172.026 173.273,172.35 L 168.524,175.092 C 167.963,175.416 167.507,176.206 167.507,176.854 L 167.507,182.338 C 167.507,182.986 167.963,183.776 168.524,184.1 L 173.274,186.842 C 173.835,187.166 174.747,187.166 175.309,186.842 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_2' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 173.703,175.266 L 170.849,176.915 C 170.52,177.106 170.252,177.57 170.251,177.95 L 170.245,181.245' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_3' fill='%23666666' stroke-linejoin='miter' stroke='none'%3E%3Cellipse rx='0.474' ry='0.474' transform='translate(174.289 179.585) rotate(-44.9146)'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_4' stroke='%23ffffff' stroke-width='0.576'%3E%3Cellipse rx='3.641' ry='3.641' transform='translate(177.434 175.627) rotate(-135)' fill='%2300bf02' stroke-linejoin='miter'/%3E%3Cg id='Group_5' stroke-linejoin='round' stroke-linecap='round' fill='%23ffffff'%3E%3Cpath d='M 178.612,176.996 L 177.031,174.259' fill='none'/%3E%3Cpath d='M 176.256,175.602 L 177.031,174.259' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-submitted-provider {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.779pt' height='15.779pt' viewBox='104.576 -187.477 15.779 15.779'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(112.466 179.588) rotate(90.1029)' stroke='none' stroke-linejoin='miter'/%3E%3Cg id='Group_1' stroke='%23cccccc'%3E%3Cpath d='M 111.446,172.332 L 106.697,175.074 C 106.136,175.398 105.68,176.188 105.68,176.836 L 105.68,182.32 C 105.68,182.968 106.136,183.758 106.697,184.082 L 111.447,186.824 C 112.008,187.148 112.92,187.148 113.482,186.824 L 118.231,184.082 C 118.792,183.758 119.248,182.968 119.248,182.32 L 119.248,176.836 C 119.248,176.188 118.792,175.398 118.231,175.074 L 113.481,172.332 C 112.92,172.008 112.008,172.008 111.446,172.332 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_2' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 113.052,183.908 L 115.906,182.259 C 116.235,182.068 116.503,181.604 116.504,181.224 L 116.51,177.929' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_3' stroke-linejoin='miter' stroke='none' fill='%23cccccc'%3E%3Cellipse rx='0.474' ry='0.474' transform='translate(112.466 179.589) rotate(135.085)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-proposal-provider {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.779pt' height='15.779pt' viewBox='146.951 -187.477 15.779 15.779'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75'%3E%3Crect x='-7.875' y='-7.875' width='15.75' height='15.75' transform='translate(154.841 179.588) rotate(90.1029)' stroke='none' stroke-linejoin='miter'/%3E%3Cg id='Group_1' stroke='%23666666'%3E%3Cpath d='M 153.821,172.332 L 149.072,175.074 C 148.511,175.398 148.055,176.188 148.055,176.836 L 148.055,182.32 C 148.055,182.968 148.511,183.758 149.072,184.082 L 153.822,186.824 C 154.383,187.148 155.295,187.148 155.857,186.824 L 160.606,184.082 C 161.167,183.758 161.623,182.968 161.623,182.32 L 161.623,176.836 C 161.623,176.188 161.167,175.398 160.606,175.074 L 155.856,172.332 C 155.295,172.008 154.383,172.008 153.821,172.332 Z' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_2' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 155.427,183.908 L 158.281,182.259 C 158.61,182.068 158.878,181.604 158.879,181.224 L 158.885,177.929' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_3' fill='%23666666' stroke-linejoin='miter' stroke='none'%3E%3Cellipse rx='0.474' ry='0.474' transform='translate(154.841 179.589) rotate(135.085)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.mieX_Logo {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='158.883 -471.148 124.45 124.45'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1' fill-rule='nonzero' stroke-linejoin='round' stroke-linecap='round' stroke-width='0.434' fill='%23000000'%3E%3Cg id='Group_2'%3E%3Cg id='Group_3'%3E%3Cpath d='M 160.577,393.406 L 160.577,416.126 L 167.152,416.126 L 167.152,412.317 C 168.035,413.674 169.23,414.72 170.737,415.455 C 172.244,416.192 174.001,416.559 176.009,416.559 C 177.989,416.559 179.51,416.119 180.575,415.24 C 181.641,414.358 182.326,413.328 182.63,412.145 C 183.543,413.559 184.753,414.647 186.261,415.411 C 187.766,416.178 189.465,416.559 191.352,416.559 C 192.875,416.559 194.106,416.293 195.051,415.759 C 195.993,415.225 196.709,414.525 197.196,413.66 C 197.683,412.794 198.019,411.864 198.2,410.869 C 198.383,409.874 198.476,408.899 198.476,407.946 L 198.476,393.406 L 191.169,393.406 L 191.169,406.173 C 191.169,407.643 190.88,408.726 190.302,409.418 C 189.723,410.109 188.978,410.457 188.063,410.457 C 187.089,410.457 186.133,410.082 185.188,409.331 C 184.245,408.581 183.575,407.614 183.178,406.431 L 183.178,393.406 L 175.873,393.406 L 175.873,406.173 C 175.873,407.673 175.584,408.762 175.004,409.439 C 174.427,410.117 173.682,410.457 172.767,410.457 C 171.825,410.457 170.88,410.082 169.936,409.331 C 168.992,408.581 168.308,407.614 167.883,406.431 L 167.883,393.406 L 160.577,393.406 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_4' fill-rule='nonzero' stroke-linejoin='round' stroke-linecap='round' stroke-width='0.434' fill='%23000000'%3E%3Cg id='Group_5'%3E%3Cg id='Group_6'%3E%3Cpath d='M 204.329,393.406 L 204.329,416.126 L 212.47,416.126 L 212.47,393.406 L 204.329,393.406 Z M 204.329,418.724 L 204.329,424.998 L 212.47,424.998 L 212.47,418.724 L 204.329,418.724 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_7' fill-rule='nonzero' stroke-linejoin='round' stroke-linecap='round' stroke-width='0.434' fill='%23000000'%3E%3Cg id='Group_8'%3E%3Cg id='Group_9'%3E%3Cpath d='M 224.579,394.337 C 222.995,394.956 221.648,395.8 220.536,396.867 C 219.426,397.937 218.581,399.168 218.003,400.568 C 217.425,401.967 217.136,403.433 217.136,404.96 C 217.136,407.153 217.645,409.152 218.664,410.955 C 219.684,412.757 221.152,414.216 223.071,415.327 C 224.988,416.437 227.303,416.993 230.011,416.993 C 232.721,416.993 235.026,416.443 236.929,415.347 C 238.83,414.25 240.286,412.816 241.288,411.041 C 242.293,409.268 242.796,407.342 242.796,405.263 C 242.796,404.859 242.773,404.463 242.728,404.074 C 242.681,403.684 242.644,403.346 242.614,403.056 L 224.898,403.056 C 224.988,402.048 225.285,401.196 225.788,400.504 C 226.29,399.811 226.938,399.284 227.728,398.924 C 228.52,398.563 229.357,398.381 230.24,398.381 C 231.335,398.381 232.363,398.628 233.322,399.12 C 234.28,399.609 234.943,400.274 235.308,401.109 L 241.518,399.464 C 240.909,398.281 240.05,397.236 238.938,396.327 C 237.825,395.419 236.519,394.704 235.011,394.184 C 233.505,393.665 231.838,393.406 230.011,393.406 C 227.972,393.406 226.162,393.716 224.579,394.337 Z M 234.257,409.787 C 233.801,410.493 233.193,411.041 232.431,411.432 C 231.67,411.821 230.833,412.016 229.919,412.016 C 228.975,412.016 228.132,411.821 227.385,411.432 C 226.64,411.041 226.039,410.493 225.582,409.787 C 225.126,409.08 224.836,408.25 224.715,407.298 L 235.125,407.298 C 235.004,408.25 234.714,409.08 234.257,409.787 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Ctext xml:space='preserve' transform='translate(245.028 393.639) scale(1 -1)' kerning='auto' font-size='68.374' fill='%23000000' stroke-linecap='round' stroke-linejoin='round' font-family='Raleway ExtraBold' stroke-width='0.624'%3E%3Ctspan x='0' y='0'%3Ex%3C/tspan%3E%3C/text%3E%3Cpath d='M 160.064,429.535 L 160.064,435.272 L 252.834,435.272 L 256.511,429.535 L 160.064,429.535 Z' fill='%230079c7' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 277.982,382.577 L 270.89,393.638 L 282.155,393.638 L 282.155,382.577 L 277.982,382.577 Z' fill='%23ffef01' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Ctext xml:space='preserve' transform='translate(160.432 384.261) scale(1 -1)' kerning='auto' font-size='8' fill='%23000000' font-family='Arial' stroke-linecap='round' stroke-linejoin='round' stroke-width='0.089'%3E%3Ctspan x='0' y='0'%3EMühlviertler Internet EXchange%3C/tspan%3E%3C/text%3E%3C/g%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(221.109 408.924) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3C/g%3E%3C/svg%3E");
}

.funding_logo, .funding {
  background-image: url("../images/icons/funding.png");
}

.funding-device-rent {
  background-image: url("../images/icons/funding-device-rent.png");
}

.eFairteiler, .EFairteiler {
  background-image: url("../images/icons/EFairteiler.png");
}
.eFairteiler--not-hightlighted, .EFairteiler--not-hightlighted {
  background-image: url("../images/icons/EFairteiler.png");
}
.eFairteiler--hightlighted, .EFairteiler--hightlighted {
  background-image: url("../images/icons/EFairteiler.png");
}

.menu-filter-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' width='1000mm' height='1000mm' viewBox='0 0 1000 1000' style='max-width:1.6em; height: auto;'%3E%3Cpath id='path' style='opacity:1;vector-effect:none;fill:%23cccccc;fill-opacity:1;' d=' M 204 130C 192 130 187 142 194 151C 194 151 429 428 429 428C 434 434 438 443 438 452C 438 452 438 857 438 857C 438 863 441 867 445 869C 450 871 455 870 459 866C 459 866 559 766 559 766C 561 764 563 761 563 757C 563 757 563 452 563 452C 563 443 566 434 571 428C 571 428 806 151 806 151C 813 142 808 130 796 130C 796 130 204 130 204 130M 204 105C 204 105 796 105 796 105C 827 105 845 143 825 167C 825 167 590 444 590 444C 589 446 588 449 588 452C 588 452 588 757 588 757C 588 767 584 777 577 784C 577 784 477 884 477 884C 465 895 449 897 436 892C 423 887 413 874 413 857C 413 857 413 452 413 452C 413 449 411 446 410 444C 410 444 175 167 175 167C 155 143 173 105 204 105C 204 105 204 105 204 105' transform=''%3E%3C/path%3E%3C/svg%3E");
}

.menu-filter-icon--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' width='1000mm' height='1000mm' viewBox='0 0 1000 1000' style='max-width:1.6em; height: auto;'%3E%3Cpath id='path' style='opacity:1;vector-effect:none;fill:%2300aac3;fill-opacity:1;' d=' M 204 130C 192 130 187 142 194 151C 194 151 429 428 429 428C 434 434 438 443 438 452C 438 452 438 857 438 857C 438 863 441 867 445 869C 450 871 455 870 459 866C 459 866 559 766 559 766C 561 764 563 761 563 757C 563 757 563 452 563 452C 563 443 566 434 571 428C 571 428 806 151 806 151C 813 142 808 130 796 130C 796 130 204 130 204 130M 204 105C 204 105 796 105 796 105C 827 105 845 143 825 167C 825 167 590 444 590 444C 589 446 588 449 588 452C 588 452 588 757 588 757C 588 767 584 777 577 784C 577 784 477 884 477 884C 465 895 449 897 436 892C 423 887 413 874 413 857C 413 857 413 452 413 452C 413 449 411 446 410 444C 410 444 175 167 175 167C 155 143 173 105 204 105C 204 105 204 105 204 105' transform=''%3E%3C/path%3E%3C/svg%3E");
}
.menu-filter-icon--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' width='1000mm' height='1000mm' viewBox='0 0 1000 1000' style='max-width:1.6em; height: auto;'%3E%3Cpath id='path' style='opacity:1;vector-effect:none;fill:%23bec6cc;fill-opacity:1;' d=' M 204 130C 192 130 187 142 194 151C 194 151 429 428 429 428C 434 434 438 443 438 452C 438 452 438 857 438 857C 438 863 441 867 445 869C 450 871 455 870 459 866C 459 866 559 766 559 766C 561 764 563 761 563 757C 563 757 563 452 563 452C 563 443 566 434 571 428C 571 428 806 151 806 151C 813 142 808 130 796 130C 796 130 204 130 204 130M 204 105C 204 105 796 105 796 105C 827 105 845 143 825 167C 825 167 590 444 590 444C 589 446 588 449 588 452C 588 452 588 757 588 757C 588 767 584 777 577 784C 577 784 477 884 477 884C 465 895 449 897 436 892C 423 887 413 874 413 857C 413 857 413 452 413 452C 413 449 411 446 410 444C 410 444 175 167 175 167C 155 143 173 105 204 105C 204 105 204 105 204 105' transform=''%3E%3C/path%3E%3C/svg%3E");
}

.item-euro-sign-icon--highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' width='1000mm' height='1000mm' viewBox='0 0 1000 1000' style='max-width:1.6em; height: auto;'%3E%3Cpath id='path' style='opacity:1;vector-effect:none;fill:%2300aac3;fill-opacity:1;' d='M 275 60C 257 60 241 70 232 85C 232 85 7 475 7 475C -2 490 -2 510 7 525C 7 525 232 915 232 915C 241 930 257 940 275 940C 275 940 725 940 725 940C 743 940 759 930 768 915C 768 915 993 525 993 525C 1002 510 1002 490 993 475C 993 475 768 85 768 85C 759 70 743 60 725 60C 725 60 275 60 275 60C 275 60 275 60 275 60M 275 85C 275 85 275 85 275 85C 275 85 725 85 725 85C 734 85 742 90 747 98C 747 98 972 487 972 487C 976 495 976 505 972 513C 972 513 747 902 747 902C 742 910 734 915 725 915C 725 915 275 915 275 915C 266 915 258 910 253 902C 253 902 28 513 28 513C 28 513 28 513 28 513C 24 505 24 495 28 487C 28 487 28 487 28 487C 28 487 253 98 253 98C 258 90 266 85 275 85C 275 85 275 85 275 85 M 528 244C 529 244 530 244 531 244C 602 244 665 273 712 319C 712 319 694 362 694 362C 655 316 596 287 531 287C 530 287 529 287 528 287C 528 287 528 287 527 287C 434 289 355 351 328 436C 328 436 663 436 663 436C 663 436 646 479 646 479C 646 479 517 479 517 479C 517 479 319 479 319 479C 318 486 318 493 318 500C 318 507 318 514 319 521C 319 521 628 521 628 521C 628 521 611 564 611 564C 611 564 328 564 328 564C 355 650 436 713 531 713C 596 713 655 684 694 637C 694 637 694 697 694 697C 650 734 593 756 531 756C 412 756 312 674 284 564C 284 564 212 564 212 564C 212 564 230 521 230 521C 230 521 276 521 276 521C 276 514 275 507 275 500C 275 493 276 486 276 479C 276 479 213 479 213 479C 213 479 231 436 231 436C 231 436 284 436 284 436C 312 327 410 246 528 244C 528 244 528 244 528 244' transform=''%3E%3C/path%3E%3C/svg%3E");
}
.item-euro-sign-icon--not-highlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='UTF-8' standalone='no'?%3E%3Csvg role='img' xmlns='http://www.w3.org/2000/svg' width='1000mm' height='1000mm' viewBox='0 0 1000 1000' style='max-width:1.6em; height: auto;'%3E%3Cpath id='path' style='opacity:1;vector-effect:none;fill:%23bec6cc;fill-opacity:1;' d='M 275 60C 257 60 241 70 232 85C 232 85 7 475 7 475C -2 490 -2 510 7 525C 7 525 232 915 232 915C 241 930 257 940 275 940C 275 940 725 940 725 940C 743 940 759 930 768 915C 768 915 993 525 993 525C 1002 510 1002 490 993 475C 993 475 768 85 768 85C 759 70 743 60 725 60C 725 60 275 60 275 60C 275 60 275 60 275 60M 275 85C 275 85 275 85 275 85C 275 85 725 85 725 85C 734 85 742 90 747 98C 747 98 972 487 972 487C 976 495 976 505 972 513C 972 513 747 902 747 902C 742 910 734 915 725 915C 725 915 275 915 275 915C 266 915 258 910 253 902C 253 902 28 513 28 513C 28 513 28 513 28 513C 24 505 24 495 28 487C 28 487 28 487 28 487C 28 487 253 98 253 98C 258 90 266 85 275 85C 275 85 275 85 275 85 M 528 244C 529 244 530 244 531 244C 602 244 665 273 712 319C 712 319 694 362 694 362C 655 316 596 287 531 287C 530 287 529 287 528 287C 528 287 528 287 527 287C 434 289 355 351 328 436C 328 436 663 436 663 436C 663 436 646 479 646 479C 646 479 517 479 517 479C 517 479 319 479 319 479C 318 486 318 493 318 500C 318 507 318 514 319 521C 319 521 628 521 628 521C 628 521 611 564 611 564C 611 564 328 564 328 564C 355 650 436 713 531 713C 596 713 655 684 694 637C 694 637 694 697 694 697C 650 734 593 756 531 756C 412 756 312 674 284 564C 284 564 212 564 212 564C 212 564 230 521 230 521C 230 521 276 521 276 521C 276 514 275 507 275 500C 275 493 276 486 276 479C 276 479 213 479 213 479C 213 479 231 436 231 436C 231 436 284 436 284 436C 312 327 410 246 528 244C 528 244 528 244 528 244' transform=''%3E%3C/path%3E%3C/svg%3E");
}

.eag-oekostrom-klassik {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='26.595 -650.799 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='100.602' cy='585.643' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='57.48' cy='585.641' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.47879 0.999542 -9.35483 -0.288071 0.004 -0.004)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.077' gradientTransform='matrix(-0.17627 0.960602 -3.46559 -0.276535 -0.003 -0.002)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(98.01 611.827)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='89.18' cy='622.056' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(69.889 585.053) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(62.381 557.85) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(88.822 588.575) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 73.658,547.049 L 123.352,552.176 L 123.176,552.775 L 73.571,547.927 L 73.658,547.049 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 70.135,610.219 L 127.246,613.051 L 126.737,552.802 L 70.282,546.948 L 70.135,610.219 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 70.135,610.219 L 50.23,616.872 L 50.224,616.987 L 50.163,617.007 L 50.163,616.894 L 50.517,560.511 L 70.282,546.948 L 70.135,610.219 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(100.569 561.961) rotate(-174.35) skewX(24.1591)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(60.295 565.365) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 123.431,613.321 L 123.433,612.862 L 73.336,610.377 L 73.336,610.672 L 73.141,610.805 L 123.431,613.321 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 101.931,619.431 L 127.247,613.348 L 123.808,613.21 L 123.447,613.317 L 73.195,610.769 L 73.336,610.672 L 70.136,610.532 L 50.183,617.103 L 101.931,619.431 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 50.224,616.987 L 70.135,610.409 L 70.135,610.219 L 50.224,616.874 L 50.224,616.987 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 127.078,613.043 L 127.078,613.218 L 123.808,613.074 L 123.431,613.179 L 123.432,612.861 L 127.078,613.043 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.809,613.074 L 123.808,613.074 L 123.808,613.21 L 127.247,613.348 L 127.246,613.225 L 123.809,613.074 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.808,613.074 L 123.431,613.179 L 123.431,613.321 L 123.808,613.21 L 123.808,613.074 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.135,610.409 L 50.179,617.002 L 50.18,617.103 L 70.136,610.532 L 70.135,610.409 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.149,547.04 L 70.015,610.258 L 70.129,610.218 L 70.279,610.226 L 70.413,546.962 L 70.282,546.948 L 70.149,547.04 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 73.336,610.378 L 73.336,610.553 L 70.135,610.409 L 70.135,610.219 L 73.336,610.378 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.135,610.409 L 70.135,610.409 L 70.136,610.532 L 73.336,610.677 L 73.336,610.553 L 70.135,610.409 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.281,546.672 L 70.281,546.672 L 70.282,546.795 L 73.667,547.146 L 73.658,547.029 L 70.281,546.672 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 73.633,547.144 L 73.635,547.296 L 70.282,546.948 L 70.282,546.796 L 73.633,547.144 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.281,546.672 L 50.569,560.183 L 50.568,560.306 L 70.282,546.795 L 70.281,546.672 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.282,546.795 L 50.605,560.299 L 50.605,560.451 L 70.282,546.948 L 70.282,546.795 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.352,552.176 L 123.352,552.176 L 123.353,552.299 L 126.617,552.637 L 126.617,552.521 L 123.352,552.176 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.445,552.619 L 126.446,552.771 L 123.093,552.424 L 123.352,552.299 L 126.445,552.619 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.352,552.299 L 123.092,552.424 L 123.094,552.307 L 123.352,552.176 L 123.352,552.299 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 58.835,569.248 C 58.114,570.98 57.635,573.652 57.765,576.667 C 57.798,577.334 57.866,577.894 57.955,578.37 C 57.06,582.432 57.154,586.729 58.529,589.466 C 58.306,590.36 58.307,591.307 58.492,591.738 L 58.769,592.388 C 58.911,592.72 59.22,592.573 59.404,591.99 L 63.278,579.208 C 63.439,578.673 63.453,577.722 63.309,577.352 L 63.053,576.579 C 62.912,576.189 62.599,576.32 62.372,576.904 C 61.426,573.8 60.261,572.99 58.747,575.819 C 58.746,575.807 58.745,575.796 58.744,575.785 C 58.685,573.887 58.97,572.408 59.38,571.379 C 59.837,570.223 60.598,569.566 61.389,569.494 C 62.643,569.263 65.456,572.182 65.622,580.514 C 65.695,584.908 65.479,588.656 64.166,593.214 C 62.483,598.696 60.045,600.501 58.188,597.839 C 56.093,594.609 55.471,587.929 56.405,580.459 C 56.537,579.371 56.333,578.767 56.083,578.693 C 55.822,578.615 55.578,579.116 55.461,579.963 C 54.382,588.577 55.004,596.247 57.512,600.417 C 60.005,603.959 63.188,601.107 64.962,594.549 C 66.466,588.985 66.931,583.361 66.52,577.96 C 65.795,569.423 63.621,566.826 61.71,566.498 C 60.715,566.327 59.63,567.423 58.835,569.248 Z M 62.813,582.249 L 62.233,584.168 L 63.371,587.181 C 63.479,587.467 63.688,587.435 63.883,586.896 C 64.06,586.409 64.017,585.65 63.922,585.389 L 62.813,582.249 Z M 60.946,588.383 L 60.366,590.304 L 61.504,593.316 C 61.612,593.603 61.821,593.569 62.015,593.032 C 62.193,592.543 62.149,591.785 62.055,591.524 L 60.946,588.383 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 93.714,564.563 C 91.722,565.896 90.45,568.339 90.923,571.51 C 91.038,572.215 91.25,572.832 91.521,573.374 C 89.112,576.988 89.526,581.453 93.523,585.104 C 92.923,585.885 92.958,586.856 93.495,587.411 L 94.306,588.249 C 94.719,588.676 95.593,588.717 96.097,588.231 L 106.675,577.509 C 107.118,577.06 107.126,576.093 106.703,575.626 L 105.949,574.675 C 105.536,574.188 104.653,574.131 104.023,574.59 C 101.23,570.825 97.89,569.276 93.686,571.246 C 93.682,571.234 93.678,571.222 93.674,571.209 C 93.443,569.228 94.204,567.886 95.331,567.081 C 96.595,566.178 98.735,565.973 100.98,566.386 C 104.539,566.922 112.63,571.645 113.384,580.29 C 113.742,584.842 113.25,588.552 109.675,592.416 C 105.074,597.001 98.207,597.352 92.838,593.481 C 86.778,588.88 84.781,581.647 87.184,574.563 C 87.523,573.528 86.922,572.784 86.212,572.554 C 85.467,572.314 84.786,572.675 84.483,573.472 C 81.711,581.642 83.734,589.888 91.006,595.708 C 98.211,600.874 107.161,599.909 111.981,594.275 C 116.069,589.495 117.201,584.016 115.851,578.226 C 113.501,569.026 107.234,565.024 101.794,563.513 C 98.955,562.724 95.91,563.181 93.714,564.563 Z M 105.458,580.34 L 103.873,581.952 L 107.211,585.742 C 107.527,586.102 108.119,586.197 108.656,585.765 C 109.144,585.373 108.992,584.569 108.717,584.244 L 105.458,580.34 Z M 100.358,585.482 L 98.773,587.094 L 102.11,590.883 C 102.427,591.243 103.019,591.338 103.556,590.906 C 104.044,590.514 103.892,589.71 103.617,589.385 L 100.358,585.482 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 87.413,613.38 C 84.933,613.456 82.823,613.677 82.261,614.038 C 82.147,614.118 82.161,614.192 82.26,614.26 C 78.598,614.57 77.549,615.067 80.439,615.599 C 79.567,615.664 79.282,615.77 79.649,615.848 L 80.201,615.967 C 80.485,616.027 81.368,616.061 82.045,616.026 L 96.419,615.227 C 97.02,615.194 97.347,615.09 97.069,615.024 L 96.61,614.894 C 96.348,614.828 95.462,614.791 94.666,614.82 C 93.047,614.316 90.136,614.034 85.179,614.104 C 85.179,614.102 85.179,614.1 85.18,614.098 C 85.596,613.876 86.818,613.757 88.239,613.708 C 89.833,613.654 92.09,613.705 94.255,613.827 C 97.725,614.006 104.455,614.796 102.373,615.758 C 101.237,616.264 99.509,616.648 94.571,616.944 C 88.345,617.285 81.195,617.087 76.972,616.484 C 72.282,615.777 72.624,614.925 77.424,614.24 C 78.114,614.14 77.744,614.039 77.091,613.989 C 76.406,613.938 75.591,613.954 75.018,614.03 C 69.482,614.82 68.832,615.782 74.36,616.663 C 80.037,617.469 89.523,617.671 96.32,617.224 C 102.086,616.847 105.054,616.292 105.582,615.619 C 106.21,614.542 101.112,613.892 96.038,613.543 C 93.39,613.361 90.119,613.306 87.413,613.38 Z M 94.238,615.491 L 92.082,615.612 L 94.25,616.137 C 94.456,616.187 95.031,616.218 95.724,616.189 C 96.352,616.163 96.463,616.071 96.288,616.026 L 94.238,615.491 Z M 87.317,615.873 L 85.16,615.994 L 87.328,616.52 C 87.534,616.569 88.109,616.6 88.802,616.571 C 89.431,616.545 89.54,616.454 89.366,616.409 L 87.317,615.873 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 50.442,572.417 C 33.002,570.087 21.666,566.067 29.359,553.738 C 32.416,548.085 41.717,547.717 46.854,547.124 C 56.159,546.834 62.484,546.692 70.281,546.672 L 50.516,560.188 L 50.442,572.417 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(113.23 630.475) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M 113.23,630.475 L 150.734,630.475 L 150.734,592.971 L 113.23,592.971 L 113.23,630.475 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 136.572,628.872 C 145.771,626.057 150.947,616.318 148.133,607.119 C 145.319,597.92 135.581,592.744 126.382,595.555 C 117.183,598.368 112.004,608.105 114.816,617.306 C 117.63,626.507 127.37,631.685 136.572,628.872' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 123.662,615.115 C 124.982,613.999 126.915,613.999 128.236,615.115 C 129.121,615.902 130.455,615.902 131.339,615.115 C 132.659,613.999 134.593,613.999 135.914,615.115 C 136.797,615.902 138.129,615.902 139.013,615.115 C 139.586,614.628 140.301,614.339 141.051,614.289 L 141.051,615.526 C 140.566,615.583 140.111,615.791 139.752,616.122 C 138.429,617.235 136.497,617.235 135.174,616.122 C 134.292,615.332 132.957,615.332 132.075,616.122 C 130.753,617.234 128.822,617.234 127.5,616.122 C 126.618,615.332 125.282,615.332 124.401,616.122 C 123.783,616.649 123.001,616.943 122.189,616.953 L 122.189,615.716 C 122.736,615.703 123.259,615.491 123.662,615.121' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 137.463,613.214 C 136.624,613.221 135.812,612.924 135.174,612.379 C 134.292,611.596 132.962,611.6 132.084,612.388 C 130.762,613.5 128.831,613.5 127.509,612.388 C 126.627,611.598 125.291,611.598 124.41,612.388 C 123.793,612.915 123.009,613.209 122.198,613.219 L 122.198,611.983 C 122.745,611.968 123.268,611.757 123.67,611.387 C 124.992,610.27 126.927,610.27 128.248,611.387 C 129.131,612.173 130.464,612.173 131.347,611.387 C 132.668,610.271 134.601,610.271 135.922,611.387 C 136.805,612.173 138.138,612.173 139.022,611.387 C 139.595,610.9 140.31,610.61 141.06,610.561 L 141.06,611.792 C 140.575,611.848 140.12,612.056 139.761,612.388 C 139.125,612.935 138.311,613.231 137.472,613.223' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 139.752,608.65 C 138.429,609.763 136.497,609.763 135.174,608.65 C 134.292,607.86 132.957,607.86 132.075,608.65 C 130.753,609.765 128.821,609.765 127.5,608.65 C 126.618,607.861 125.283,607.861 124.401,608.65 C 123.783,609.178 123.001,609.471 122.189,609.482 L 122.189,608.245 C 122.736,608.232 123.259,608.02 123.662,607.649 C 124.982,606.533 126.915,606.533 128.236,607.649 C 129.121,608.437 130.455,608.437 131.339,607.649 C 132.66,606.533 134.593,606.533 135.914,607.649 C 136.797,608.436 138.129,608.436 139.013,607.649 C 139.586,607.162 140.301,606.874 141.051,606.827 L 141.051,608.061 C 140.568,608.112 140.113,608.316 139.752,608.642' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-oekostrom-klassik--not-hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='26.595 -650.799 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='100.602' cy='585.643' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='57.48' cy='585.641' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.47879 0.999542 -9.35483 -0.288071 0.004 -0.004)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.077' gradientTransform='matrix(-0.17627 0.960602 -3.46559 -0.276535 -0.003 -0.002)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(98.01 611.827)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='89.18' cy='622.056' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(69.889 585.053) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(62.381 557.85) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(88.822 588.575) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 73.658,547.049 L 123.352,552.176 L 123.176,552.775 L 73.571,547.927 L 73.658,547.049 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 70.135,610.219 L 127.246,613.051 L 126.737,552.802 L 70.282,546.948 L 70.135,610.219 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 70.135,610.219 L 50.23,616.872 L 50.224,616.987 L 50.163,617.007 L 50.163,616.894 L 50.517,560.511 L 70.282,546.948 L 70.135,610.219 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(100.569 561.961) rotate(-174.35) skewX(24.1591)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(60.295 565.365) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 123.431,613.321 L 123.433,612.862 L 73.336,610.377 L 73.336,610.672 L 73.141,610.805 L 123.431,613.321 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 101.931,619.431 L 127.247,613.348 L 123.808,613.21 L 123.447,613.317 L 73.195,610.769 L 73.336,610.672 L 70.136,610.532 L 50.183,617.103 L 101.931,619.431 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 50.224,616.987 L 70.135,610.409 L 70.135,610.219 L 50.224,616.874 L 50.224,616.987 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 127.078,613.043 L 127.078,613.218 L 123.808,613.074 L 123.431,613.179 L 123.432,612.861 L 127.078,613.043 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.809,613.074 L 123.808,613.074 L 123.808,613.21 L 127.247,613.348 L 127.246,613.225 L 123.809,613.074 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.808,613.074 L 123.431,613.179 L 123.431,613.321 L 123.808,613.21 L 123.808,613.074 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.135,610.409 L 50.179,617.002 L 50.18,617.103 L 70.136,610.532 L 70.135,610.409 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.149,547.04 L 70.015,610.258 L 70.129,610.218 L 70.279,610.226 L 70.413,546.962 L 70.282,546.948 L 70.149,547.04 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 73.336,610.378 L 73.336,610.553 L 70.135,610.409 L 70.135,610.219 L 73.336,610.378 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.135,610.409 L 70.135,610.409 L 70.136,610.532 L 73.336,610.677 L 73.336,610.553 L 70.135,610.409 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.281,546.672 L 70.281,546.672 L 70.282,546.795 L 73.667,547.146 L 73.658,547.029 L 70.281,546.672 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 73.633,547.144 L 73.635,547.296 L 70.282,546.948 L 70.282,546.796 L 73.633,547.144 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.281,546.672 L 50.569,560.183 L 50.568,560.306 L 70.282,546.795 L 70.281,546.672 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.282,546.795 L 50.605,560.299 L 50.605,560.451 L 70.282,546.948 L 70.282,546.795 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.352,552.176 L 123.352,552.176 L 123.353,552.299 L 126.617,552.637 L 126.617,552.521 L 123.352,552.176 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.445,552.619 L 126.446,552.771 L 123.093,552.424 L 123.352,552.299 L 126.445,552.619 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.352,552.299 L 123.092,552.424 L 123.094,552.307 L 123.352,552.176 L 123.352,552.299 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 58.835,569.248 C 58.114,570.98 57.635,573.652 57.765,576.667 C 57.798,577.334 57.866,577.894 57.955,578.37 C 57.06,582.432 57.154,586.729 58.529,589.466 C 58.306,590.36 58.307,591.307 58.492,591.738 L 58.769,592.388 C 58.911,592.72 59.22,592.573 59.404,591.99 L 63.278,579.208 C 63.439,578.673 63.453,577.722 63.309,577.352 L 63.053,576.579 C 62.912,576.189 62.599,576.32 62.372,576.904 C 61.426,573.8 60.261,572.99 58.747,575.819 C 58.746,575.807 58.745,575.796 58.744,575.785 C 58.685,573.887 58.97,572.408 59.38,571.379 C 59.837,570.223 60.598,569.566 61.389,569.494 C 62.643,569.263 65.456,572.182 65.622,580.514 C 65.695,584.908 65.479,588.656 64.166,593.214 C 62.483,598.696 60.045,600.501 58.188,597.839 C 56.093,594.609 55.471,587.929 56.405,580.459 C 56.537,579.371 56.333,578.767 56.083,578.693 C 55.822,578.615 55.578,579.116 55.461,579.963 C 54.382,588.577 55.004,596.247 57.512,600.417 C 60.005,603.959 63.188,601.107 64.962,594.549 C 66.466,588.985 66.931,583.361 66.52,577.96 C 65.795,569.423 63.621,566.826 61.71,566.498 C 60.715,566.327 59.63,567.423 58.835,569.248 Z M 62.813,582.249 L 62.233,584.168 L 63.371,587.181 C 63.479,587.467 63.688,587.435 63.883,586.896 C 64.06,586.409 64.017,585.65 63.922,585.389 L 62.813,582.249 Z M 60.946,588.383 L 60.366,590.304 L 61.504,593.316 C 61.612,593.603 61.821,593.569 62.015,593.032 C 62.193,592.543 62.149,591.785 62.055,591.524 L 60.946,588.383 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 93.714,564.563 C 91.722,565.896 90.45,568.339 90.923,571.51 C 91.038,572.215 91.25,572.832 91.521,573.374 C 89.112,576.988 89.526,581.453 93.523,585.104 C 92.923,585.885 92.958,586.856 93.495,587.411 L 94.306,588.249 C 94.719,588.676 95.593,588.717 96.097,588.231 L 106.675,577.509 C 107.118,577.06 107.126,576.093 106.703,575.626 L 105.949,574.675 C 105.536,574.188 104.653,574.131 104.023,574.59 C 101.23,570.825 97.89,569.276 93.686,571.246 C 93.682,571.234 93.678,571.222 93.674,571.209 C 93.443,569.228 94.204,567.886 95.331,567.081 C 96.595,566.178 98.735,565.973 100.98,566.386 C 104.539,566.922 112.63,571.645 113.384,580.29 C 113.742,584.842 113.25,588.552 109.675,592.416 C 105.074,597.001 98.207,597.352 92.838,593.481 C 86.778,588.88 84.781,581.647 87.184,574.563 C 87.523,573.528 86.922,572.784 86.212,572.554 C 85.467,572.314 84.786,572.675 84.483,573.472 C 81.711,581.642 83.734,589.888 91.006,595.708 C 98.211,600.874 107.161,599.909 111.981,594.275 C 116.069,589.495 117.201,584.016 115.851,578.226 C 113.501,569.026 107.234,565.024 101.794,563.513 C 98.955,562.724 95.91,563.181 93.714,564.563 Z M 105.458,580.34 L 103.873,581.952 L 107.211,585.742 C 107.527,586.102 108.119,586.197 108.656,585.765 C 109.144,585.373 108.992,584.569 108.717,584.244 L 105.458,580.34 Z M 100.358,585.482 L 98.773,587.094 L 102.11,590.883 C 102.427,591.243 103.019,591.338 103.556,590.906 C 104.044,590.514 103.892,589.71 103.617,589.385 L 100.358,585.482 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 87.413,613.38 C 84.933,613.456 82.823,613.677 82.261,614.038 C 82.147,614.118 82.161,614.192 82.26,614.26 C 78.598,614.57 77.549,615.067 80.439,615.599 C 79.567,615.664 79.282,615.77 79.649,615.848 L 80.201,615.967 C 80.485,616.027 81.368,616.061 82.045,616.026 L 96.419,615.227 C 97.02,615.194 97.347,615.09 97.069,615.024 L 96.61,614.894 C 96.348,614.828 95.462,614.791 94.666,614.82 C 93.047,614.316 90.136,614.034 85.179,614.104 C 85.179,614.102 85.179,614.1 85.18,614.098 C 85.596,613.876 86.818,613.757 88.239,613.708 C 89.833,613.654 92.09,613.705 94.255,613.827 C 97.725,614.006 104.455,614.796 102.373,615.758 C 101.237,616.264 99.509,616.648 94.571,616.944 C 88.345,617.285 81.195,617.087 76.972,616.484 C 72.282,615.777 72.624,614.925 77.424,614.24 C 78.114,614.14 77.744,614.039 77.091,613.989 C 76.406,613.938 75.591,613.954 75.018,614.03 C 69.482,614.82 68.832,615.782 74.36,616.663 C 80.037,617.469 89.523,617.671 96.32,617.224 C 102.086,616.847 105.054,616.292 105.582,615.619 C 106.21,614.542 101.112,613.892 96.038,613.543 C 93.39,613.361 90.119,613.306 87.413,613.38 Z M 94.238,615.491 L 92.082,615.612 L 94.25,616.137 C 94.456,616.187 95.031,616.218 95.724,616.189 C 96.352,616.163 96.463,616.071 96.288,616.026 L 94.238,615.491 Z M 87.317,615.873 L 85.16,615.994 L 87.328,616.52 C 87.534,616.569 88.109,616.6 88.802,616.571 C 89.431,616.545 89.54,616.454 89.366,616.409 L 87.317,615.873 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 50.442,572.417 C 33.002,570.087 21.666,566.067 29.359,553.738 C 32.416,548.085 41.717,547.717 46.854,547.124 C 56.159,546.834 62.484,546.692 70.281,546.672 L 50.516,560.188 L 50.442,572.417 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(113.23 630.475) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M 113.23,630.475 L 150.734,630.475 L 150.734,592.971 L 113.23,592.971 L 113.23,630.475 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 136.572,628.872 C 145.771,626.057 150.947,616.318 148.133,607.119 C 145.319,597.92 135.581,592.744 126.382,595.555 C 117.183,598.368 112.004,608.105 114.816,617.306 C 117.63,626.507 127.37,631.685 136.572,628.872' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 123.662,615.115 C 124.982,613.999 126.915,613.999 128.236,615.115 C 129.121,615.902 130.455,615.902 131.339,615.115 C 132.659,613.999 134.593,613.999 135.914,615.115 C 136.797,615.902 138.129,615.902 139.013,615.115 C 139.586,614.628 140.301,614.339 141.051,614.289 L 141.051,615.526 C 140.566,615.583 140.111,615.791 139.752,616.122 C 138.429,617.235 136.497,617.235 135.174,616.122 C 134.292,615.332 132.957,615.332 132.075,616.122 C 130.753,617.234 128.822,617.234 127.5,616.122 C 126.618,615.332 125.282,615.332 124.401,616.122 C 123.783,616.649 123.001,616.943 122.189,616.953 L 122.189,615.716 C 122.736,615.703 123.259,615.491 123.662,615.121' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 137.463,613.214 C 136.624,613.221 135.812,612.924 135.174,612.379 C 134.292,611.596 132.962,611.6 132.084,612.388 C 130.762,613.5 128.831,613.5 127.509,612.388 C 126.627,611.598 125.291,611.598 124.41,612.388 C 123.793,612.915 123.009,613.209 122.198,613.219 L 122.198,611.983 C 122.745,611.968 123.268,611.757 123.67,611.387 C 124.992,610.27 126.927,610.27 128.248,611.387 C 129.131,612.173 130.464,612.173 131.347,611.387 C 132.668,610.271 134.601,610.271 135.922,611.387 C 136.805,612.173 138.138,612.173 139.022,611.387 C 139.595,610.9 140.31,610.61 141.06,610.561 L 141.06,611.792 C 140.575,611.848 140.12,612.056 139.761,612.388 C 139.125,612.935 138.311,613.231 137.472,613.223' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 139.752,608.65 C 138.429,609.763 136.497,609.763 135.174,608.65 C 134.292,607.86 132.957,607.86 132.075,608.65 C 130.753,609.765 128.821,609.765 127.5,608.65 C 126.618,607.861 125.283,607.861 124.401,608.65 C 123.783,609.178 123.001,609.471 122.189,609.482 L 122.189,608.245 C 122.736,608.232 123.259,608.02 123.662,607.649 C 124.982,606.533 126.915,606.533 128.236,607.649 C 129.121,608.437 130.455,608.437 131.339,607.649 C 132.66,606.533 134.593,606.533 135.914,607.649 C 136.797,608.436 138.129,608.436 139.013,607.649 C 139.586,607.162 140.301,606.874 141.051,606.827 L 141.051,608.061 C 140.568,608.112 140.113,608.316 139.752,608.642' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-oekostrom-klassik--hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='26.595 -650.799 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='100.602' cy='585.643' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='57.48' cy='585.641' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.47879 0.999542 -9.35483 -0.288071 0.004 -0.004)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.077' gradientTransform='matrix(-0.17627 0.960602 -3.46559 -0.276535 -0.003 -0.002)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(98.01 611.827)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='89.18' cy='622.056' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(69.889 585.053) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(62.381 557.85) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(88.822 588.575) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 73.658,547.049 L 123.352,552.176 L 123.176,552.775 L 73.571,547.927 L 73.658,547.049 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 70.135,610.219 L 127.246,613.051 L 126.737,552.802 L 70.282,546.948 L 70.135,610.219 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 70.135,610.219 L 50.23,616.872 L 50.224,616.987 L 50.163,617.007 L 50.163,616.894 L 50.517,560.511 L 70.282,546.948 L 70.135,610.219 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(100.569 561.961) rotate(-174.35) skewX(24.1591)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(60.295 565.365) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 123.431,613.321 L 123.433,612.862 L 73.336,610.377 L 73.336,610.672 L 73.141,610.805 L 123.431,613.321 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 101.931,619.431 L 127.247,613.348 L 123.808,613.21 L 123.447,613.317 L 73.195,610.769 L 73.336,610.672 L 70.136,610.532 L 50.183,617.103 L 101.931,619.431 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 50.224,616.987 L 70.135,610.409 L 70.135,610.219 L 50.224,616.874 L 50.224,616.987 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 127.078,613.043 L 127.078,613.218 L 123.808,613.074 L 123.431,613.179 L 123.432,612.861 L 127.078,613.043 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.809,613.074 L 123.808,613.074 L 123.808,613.21 L 127.247,613.348 L 127.246,613.225 L 123.809,613.074 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.808,613.074 L 123.431,613.179 L 123.431,613.321 L 123.808,613.21 L 123.808,613.074 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.135,610.409 L 50.179,617.002 L 50.18,617.103 L 70.136,610.532 L 70.135,610.409 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.149,547.04 L 70.015,610.258 L 70.129,610.218 L 70.279,610.226 L 70.413,546.962 L 70.282,546.948 L 70.149,547.04 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 73.336,610.378 L 73.336,610.553 L 70.135,610.409 L 70.135,610.219 L 73.336,610.378 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.135,610.409 L 70.135,610.409 L 70.136,610.532 L 73.336,610.677 L 73.336,610.553 L 70.135,610.409 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.281,546.672 L 70.281,546.672 L 70.282,546.795 L 73.667,547.146 L 73.658,547.029 L 70.281,546.672 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 73.633,547.144 L 73.635,547.296 L 70.282,546.948 L 70.282,546.796 L 73.633,547.144 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.281,546.672 L 50.569,560.183 L 50.568,560.306 L 70.282,546.795 L 70.281,546.672 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.282,546.795 L 50.605,560.299 L 50.605,560.451 L 70.282,546.948 L 70.282,546.795 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.352,552.176 L 123.352,552.176 L 123.353,552.299 L 126.617,552.637 L 126.617,552.521 L 123.352,552.176 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.445,552.619 L 126.446,552.771 L 123.093,552.424 L 123.352,552.299 L 126.445,552.619 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.352,552.299 L 123.092,552.424 L 123.094,552.307 L 123.352,552.176 L 123.352,552.299 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 58.835,569.248 C 58.114,570.98 57.635,573.652 57.765,576.667 C 57.798,577.334 57.866,577.894 57.955,578.37 C 57.06,582.432 57.154,586.729 58.529,589.466 C 58.306,590.36 58.307,591.307 58.492,591.738 L 58.769,592.388 C 58.911,592.72 59.22,592.573 59.404,591.99 L 63.278,579.208 C 63.439,578.673 63.453,577.722 63.309,577.352 L 63.053,576.579 C 62.912,576.189 62.599,576.32 62.372,576.904 C 61.426,573.8 60.261,572.99 58.747,575.819 C 58.746,575.807 58.745,575.796 58.744,575.785 C 58.685,573.887 58.97,572.408 59.38,571.379 C 59.837,570.223 60.598,569.566 61.389,569.494 C 62.643,569.263 65.456,572.182 65.622,580.514 C 65.695,584.908 65.479,588.656 64.166,593.214 C 62.483,598.696 60.045,600.501 58.188,597.839 C 56.093,594.609 55.471,587.929 56.405,580.459 C 56.537,579.371 56.333,578.767 56.083,578.693 C 55.822,578.615 55.578,579.116 55.461,579.963 C 54.382,588.577 55.004,596.247 57.512,600.417 C 60.005,603.959 63.188,601.107 64.962,594.549 C 66.466,588.985 66.931,583.361 66.52,577.96 C 65.795,569.423 63.621,566.826 61.71,566.498 C 60.715,566.327 59.63,567.423 58.835,569.248 Z M 62.813,582.249 L 62.233,584.168 L 63.371,587.181 C 63.479,587.467 63.688,587.435 63.883,586.896 C 64.06,586.409 64.017,585.65 63.922,585.389 L 62.813,582.249 Z M 60.946,588.383 L 60.366,590.304 L 61.504,593.316 C 61.612,593.603 61.821,593.569 62.015,593.032 C 62.193,592.543 62.149,591.785 62.055,591.524 L 60.946,588.383 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 93.714,564.563 C 91.722,565.896 90.45,568.339 90.923,571.51 C 91.038,572.215 91.25,572.832 91.521,573.374 C 89.112,576.988 89.526,581.453 93.523,585.104 C 92.923,585.885 92.958,586.856 93.495,587.411 L 94.306,588.249 C 94.719,588.676 95.593,588.717 96.097,588.231 L 106.675,577.509 C 107.118,577.06 107.126,576.093 106.703,575.626 L 105.949,574.675 C 105.536,574.188 104.653,574.131 104.023,574.59 C 101.23,570.825 97.89,569.276 93.686,571.246 C 93.682,571.234 93.678,571.222 93.674,571.209 C 93.443,569.228 94.204,567.886 95.331,567.081 C 96.595,566.178 98.735,565.973 100.98,566.386 C 104.539,566.922 112.63,571.645 113.384,580.29 C 113.742,584.842 113.25,588.552 109.675,592.416 C 105.074,597.001 98.207,597.352 92.838,593.481 C 86.778,588.88 84.781,581.647 87.184,574.563 C 87.523,573.528 86.922,572.784 86.212,572.554 C 85.467,572.314 84.786,572.675 84.483,573.472 C 81.711,581.642 83.734,589.888 91.006,595.708 C 98.211,600.874 107.161,599.909 111.981,594.275 C 116.069,589.495 117.201,584.016 115.851,578.226 C 113.501,569.026 107.234,565.024 101.794,563.513 C 98.955,562.724 95.91,563.181 93.714,564.563 Z M 105.458,580.34 L 103.873,581.952 L 107.211,585.742 C 107.527,586.102 108.119,586.197 108.656,585.765 C 109.144,585.373 108.992,584.569 108.717,584.244 L 105.458,580.34 Z M 100.358,585.482 L 98.773,587.094 L 102.11,590.883 C 102.427,591.243 103.019,591.338 103.556,590.906 C 104.044,590.514 103.892,589.71 103.617,589.385 L 100.358,585.482 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 87.413,613.38 C 84.933,613.456 82.823,613.677 82.261,614.038 C 82.147,614.118 82.161,614.192 82.26,614.26 C 78.598,614.57 77.549,615.067 80.439,615.599 C 79.567,615.664 79.282,615.77 79.649,615.848 L 80.201,615.967 C 80.485,616.027 81.368,616.061 82.045,616.026 L 96.419,615.227 C 97.02,615.194 97.347,615.09 97.069,615.024 L 96.61,614.894 C 96.348,614.828 95.462,614.791 94.666,614.82 C 93.047,614.316 90.136,614.034 85.179,614.104 C 85.179,614.102 85.179,614.1 85.18,614.098 C 85.596,613.876 86.818,613.757 88.239,613.708 C 89.833,613.654 92.09,613.705 94.255,613.827 C 97.725,614.006 104.455,614.796 102.373,615.758 C 101.237,616.264 99.509,616.648 94.571,616.944 C 88.345,617.285 81.195,617.087 76.972,616.484 C 72.282,615.777 72.624,614.925 77.424,614.24 C 78.114,614.14 77.744,614.039 77.091,613.989 C 76.406,613.938 75.591,613.954 75.018,614.03 C 69.482,614.82 68.832,615.782 74.36,616.663 C 80.037,617.469 89.523,617.671 96.32,617.224 C 102.086,616.847 105.054,616.292 105.582,615.619 C 106.21,614.542 101.112,613.892 96.038,613.543 C 93.39,613.361 90.119,613.306 87.413,613.38 Z M 94.238,615.491 L 92.082,615.612 L 94.25,616.137 C 94.456,616.187 95.031,616.218 95.724,616.189 C 96.352,616.163 96.463,616.071 96.288,616.026 L 94.238,615.491 Z M 87.317,615.873 L 85.16,615.994 L 87.328,616.52 C 87.534,616.569 88.109,616.6 88.802,616.571 C 89.431,616.545 89.54,616.454 89.366,616.409 L 87.317,615.873 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 50.442,572.417 C 33.002,570.087 21.666,566.067 29.359,553.738 C 32.416,548.085 41.717,547.717 46.854,547.124 C 56.159,546.834 62.484,546.692 70.281,546.672 L 50.516,560.188 L 50.442,572.417 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(113.23 630.475) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M 113.23,630.475 L 150.734,630.475 L 150.734,592.971 L 113.23,592.971 L 113.23,630.475 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 136.572,628.872 C 145.771,626.057 150.947,616.318 148.133,607.119 C 145.319,597.92 135.581,592.744 126.382,595.555 C 117.183,598.368 112.004,608.105 114.816,617.306 C 117.63,626.507 127.37,631.685 136.572,628.872' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 123.662,615.115 C 124.982,613.999 126.915,613.999 128.236,615.115 C 129.121,615.902 130.455,615.902 131.339,615.115 C 132.659,613.999 134.593,613.999 135.914,615.115 C 136.797,615.902 138.129,615.902 139.013,615.115 C 139.586,614.628 140.301,614.339 141.051,614.289 L 141.051,615.526 C 140.566,615.583 140.111,615.791 139.752,616.122 C 138.429,617.235 136.497,617.235 135.174,616.122 C 134.292,615.332 132.957,615.332 132.075,616.122 C 130.753,617.234 128.822,617.234 127.5,616.122 C 126.618,615.332 125.282,615.332 124.401,616.122 C 123.783,616.649 123.001,616.943 122.189,616.953 L 122.189,615.716 C 122.736,615.703 123.259,615.491 123.662,615.121' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 137.463,613.214 C 136.624,613.221 135.812,612.924 135.174,612.379 C 134.292,611.596 132.962,611.6 132.084,612.388 C 130.762,613.5 128.831,613.5 127.509,612.388 C 126.627,611.598 125.291,611.598 124.41,612.388 C 123.793,612.915 123.009,613.209 122.198,613.219 L 122.198,611.983 C 122.745,611.968 123.268,611.757 123.67,611.387 C 124.992,610.27 126.927,610.27 128.248,611.387 C 129.131,612.173 130.464,612.173 131.347,611.387 C 132.668,610.271 134.601,610.271 135.922,611.387 C 136.805,612.173 138.138,612.173 139.022,611.387 C 139.595,610.9 140.31,610.61 141.06,610.561 L 141.06,611.792 C 140.575,611.848 140.12,612.056 139.761,612.388 C 139.125,612.935 138.311,613.231 137.472,613.223' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 139.752,608.65 C 138.429,609.763 136.497,609.763 135.174,608.65 C 134.292,607.86 132.957,607.86 132.075,608.65 C 130.753,609.765 128.821,609.765 127.5,608.65 C 126.618,607.861 125.283,607.861 124.401,608.65 C 123.783,609.178 123.001,609.471 122.189,609.482 L 122.189,608.245 C 122.736,608.232 123.259,608.02 123.662,607.649 C 124.982,606.533 126.915,606.533 128.236,607.649 C 129.121,608.437 130.455,608.437 131.339,607.649 C 132.66,606.533 134.593,606.533 135.914,607.649 C 136.797,608.436 138.129,608.436 139.013,607.649 C 139.586,607.162 140.301,606.874 141.051,606.827 L 141.051,608.061 C 140.568,608.112 140.113,608.316 139.752,608.642' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-oekostrom-plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='332.348 -650.798 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='406.271' cy='585.667' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='363.148' cy='585.666' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479736 0.999512 -9.34741 -0.287033 0 -0.001)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177032 0.960526 -3.46906 -0.276764 0 -0.003)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(403.678 611.851)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='394.848' cy='622.081' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(375.558 585.078) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(368.05 557.874) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(394.575 588.574) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 379.327,547.073 L 429.02,552.2 L 428.844,552.8 L 379.24,547.951 L 379.327,547.073 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 375.804,610.243 L 432.915,613.076 L 432.406,552.826 L 375.95,546.973 L 375.804,610.243 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 375.804,610.243 L 355.899,616.896 L 355.892,617.012 L 355.831,617.031 L 355.831,616.919 L 356.186,560.535 L 375.95,546.973 L 375.804,610.243 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(406.238 561.986) rotate(-174.344) skewX(24.1651)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.504' ry='0.644' transform='translate(365.964 565.39) rotate(152.923) skewX(-6.01404)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 429.1,613.346 L 429.101,612.887 L 379.004,610.402 L 379.004,610.696 L 378.81,610.83 L 429.1,613.346 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 407.6,619.455 L 432.916,613.373 L 429.476,613.235 L 429.115,613.342 L 378.863,610.793 L 379.004,610.696 L 375.804,610.557 L 355.851,617.128 L 407.6,619.455 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 355.892,617.012 L 375.803,610.434 L 375.804,610.243 L 355.893,616.898 L 355.892,617.012 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 432.747,613.068 L 432.747,613.243 L 429.476,613.098 L 429.1,613.203 L 429.101,612.886 L 432.747,613.068 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.477,613.098 L 429.476,613.098 L 429.476,613.235 L 432.916,613.373 L 432.915,613.249 L 429.477,613.098 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.476,613.098 L 429.1,613.203 L 429.1,613.346 L 429.476,613.235 L 429.476,613.098 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.803,610.434 L 355.847,617.027 L 355.849,617.128 L 375.804,610.557 L 375.803,610.434 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.818,547.065 L 375.684,610.283 L 375.798,610.243 L 375.948,610.251 L 376.081,546.986 L 375.95,546.973 L 375.818,547.065 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 379.004,610.402 L 379.004,610.578 L 375.803,610.434 L 375.804,610.243 L 379.004,610.402 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.803,610.434 L 375.803,610.434 L 375.804,610.557 L 379.004,610.701 L 379.004,610.578 L 375.803,610.434 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.95,546.696 L 375.95,546.696 L 375.95,546.819 L 379.336,547.171 L 379.327,547.054 L 375.95,546.696 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 379.302,547.169 L 379.303,547.321 L 375.95,546.973 L 375.951,546.821 L 379.302,547.169 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.95,546.696 L 356.238,560.208 L 356.237,560.33 L 375.95,546.819 L 375.95,546.696 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.95,546.819 L 356.274,560.323 L 356.274,560.476 L 375.95,546.973 L 375.95,546.819 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.02,552.2 L 429.02,552.2 L 429.022,552.324 L 432.285,552.662 L 432.285,552.546 L 429.02,552.2 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 432.113,552.644 L 432.115,552.796 L 428.762,552.448 L 429.021,552.324 L 432.113,552.644 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.021,552.324 L 428.761,552.448 L 428.762,552.331 L 429.02,552.2 L 429.021,552.324 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 364.504,569.273 C 363.782,571.005 363.303,573.676 363.433,576.691 C 363.466,577.358 363.535,577.919 363.624,578.394 C 362.729,582.457 362.823,586.753 364.197,589.491 C 363.975,590.385 363.976,591.331 364.16,591.762 L 364.437,592.412 C 364.579,592.745 364.888,592.597 365.072,592.015 L 368.946,579.232 C 369.107,578.697 369.122,577.747 368.977,577.377 L 368.721,576.603 C 368.581,576.214 368.268,576.344 368.041,576.929 C 367.094,573.825 365.929,573.015 364.416,575.844 C 364.415,575.832 364.413,575.82 364.413,575.809 C 364.354,573.912 364.639,572.432 365.048,571.403 C 365.506,570.247 366.267,569.59 367.057,569.518 C 368.312,569.287 371.124,572.206 371.291,580.538 C 371.364,584.932 371.147,588.681 369.835,593.239 C 368.152,598.721 365.713,600.525 363.857,597.864 C 361.762,594.634 361.139,587.954 362.074,580.484 C 362.205,579.396 362.001,578.791 361.752,578.717 C 361.491,578.639 361.246,579.14 361.13,579.987 C 360.051,588.601 360.672,596.271 363.18,600.441 C 365.674,603.984 368.856,601.132 370.63,594.574 C 372.135,589.009 372.599,583.385 372.189,577.984 C 371.463,569.448 369.29,566.85 367.379,566.523 C 366.383,566.352 365.299,567.448 364.504,569.273 Z M 368.481,582.273 L 367.901,584.193 L 369.04,587.206 C 369.148,587.492 369.356,587.46 369.552,586.921 C 369.729,586.433 369.685,585.675 369.591,585.414 L 368.481,582.273 Z M 366.615,588.407 L 366.034,590.329 L 367.173,593.341 C 367.281,593.627 367.489,593.594 367.684,593.056 C 367.862,592.568 367.818,591.81 367.724,591.548 L 366.615,588.407 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 399.383,564.588 C 397.39,565.92 396.118,568.364 396.591,571.535 C 396.707,572.24 396.919,572.856 397.19,573.399 C 394.78,577.013 395.195,581.477 399.192,585.129 C 398.592,585.909 398.627,586.88 399.163,587.436 L 399.974,588.274 C 400.387,588.701 401.262,588.741 401.766,588.256 L 412.344,577.533 C 412.787,577.085 412.795,576.118 412.372,575.65 L 411.618,574.699 C 411.205,574.213 410.321,574.156 409.692,574.614 C 406.898,570.85 403.558,569.301 399.355,571.271 C 399.35,571.258 399.346,571.246 399.343,571.233 C 399.111,569.252 399.873,567.91 401,567.106 C 402.264,566.203 404.403,565.998 406.649,566.411 C 410.208,566.946 418.299,571.669 419.053,580.315 C 419.411,584.867 418.919,588.577 415.344,592.441 C 410.742,597.026 403.876,597.377 398.506,593.506 C 392.446,588.904 390.45,581.672 392.853,574.588 C 393.192,573.552 392.591,572.808 391.881,572.579 C 391.135,572.338 390.455,572.699 390.152,573.496 C 387.38,581.666 389.403,589.912 396.675,595.732 C 403.879,600.898 412.83,599.934 417.649,594.299 C 421.738,589.52 422.87,584.04 421.52,578.25 C 419.17,569.051 412.903,565.048 407.463,563.538 C 404.624,562.749 401.578,563.205 399.383,564.588 Z M 411.127,580.365 L 409.542,581.977 L 412.879,585.767 C 413.196,586.127 413.787,586.221 414.325,585.789 C 414.812,585.398 414.661,584.594 414.386,584.269 L 411.127,580.365 Z M 406.027,585.507 L 404.442,587.119 L 407.779,590.908 C 408.096,591.268 408.687,591.363 409.225,590.931 C 409.712,590.539 409.561,589.735 409.285,589.409 L 406.027,585.507 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 393.081,613.405 C 390.602,613.481 388.492,613.702 387.93,614.063 C 387.815,614.143 387.83,614.217 387.928,614.285 C 384.267,614.595 383.218,615.091 386.107,615.624 C 385.236,615.688 384.951,615.795 385.318,615.873 L 385.869,615.992 C 386.153,616.052 387.037,616.085 387.713,616.05 L 402.088,615.251 C 402.688,615.219 403.015,615.114 402.738,615.049 L 402.279,614.919 C 402.016,614.852 401.13,614.816 400.334,614.844 C 398.715,614.341 395.804,614.058 390.848,614.128 C 390.848,614.126 390.848,614.125 390.849,614.123 C 391.264,613.901 392.486,613.782 393.908,613.733 C 395.502,613.679 397.759,613.729 399.924,613.851 C 403.394,614.031 410.124,614.82 408.042,615.782 C 406.906,616.288 405.177,616.673 400.24,616.969 C 394.013,617.309 386.864,617.111 382.641,616.508 C 377.95,615.802 378.293,614.95 383.093,614.265 C 383.782,614.165 383.412,614.063 382.76,614.014 C 382.075,613.962 381.26,613.978 380.687,614.054 C 375.15,614.844 374.501,615.807 380.029,616.687 C 385.706,617.493 395.192,617.695 401.989,617.249 C 407.755,616.872 410.722,616.316 411.251,615.643 C 411.879,614.566 406.78,613.917 401.707,613.567 C 399.059,613.385 395.788,613.33 393.081,613.405 Z M 399.907,615.516 L 397.751,615.637 L 399.918,616.161 C 400.125,616.211 400.699,616.242 401.392,616.213 C 402.021,616.188 402.131,616.096 401.957,616.051 L 399.907,615.516 Z M 392.985,615.898 L 390.829,616.019 L 392.996,616.545 C 393.203,616.594 393.778,616.625 394.47,616.596 C 395.099,616.57 395.209,616.478 395.034,616.434 L 392.985,615.898 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 356.111,572.442 C 338.671,570.112 327.335,566.092 335.027,553.762 C 338.085,548.11 347.386,547.741 352.523,547.149 C 361.828,546.858 368.152,546.716 375.95,546.696 L 356.185,560.212 L 356.111,572.442 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(419.071 630.449) scale(37.5 -37.5)'/%3E%3C/g%3E%3Cpath d='M 419.071,630.449 L 456.571,630.449 L 456.571,592.949 L 419.071,592.949 L 419.071,630.449 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 442.41,628.867 C 451.608,626.052 456.783,616.315 453.97,607.117 C 451.157,597.918 441.42,592.741 432.221,595.554 C 423.023,598.366 417.845,608.102 420.656,617.301 C 423.47,626.502 433.21,631.68 442.41,628.867' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 446.478,606.636 L 443.092,610.668 L 443.063,610.701 L 441.761,611.916 C 441.778,612.127 441.744,612.339 441.662,612.533 L 442.225,614.36 C 442.225,614.375 442.225,614.39 442.24,614.402 L 443.167,619.569 C 443.227,619.766 443.118,619.974 442.921,620.035 C 442.724,620.096 442.516,619.986 442.455,619.79 L 440.3,614.983 C 440.3,614.983 440.3,614.953 440.3,614.938 L 439.74,613.129 C 439.56,613.018 439.408,612.865 439.299,612.682 L 437.538,612.411 L 437.493,612.411 L 432.412,611.002 C 432.215,610.945 432.1,610.741 432.152,610.543 C 432.2,610.377 432.354,610.265 432.525,610.272 L 437.872,610.385 L 440.071,610.763 L 440.685,610.14 L 441.695,609.217 L 441.731,609.187 L 445.962,606.096 C 446.115,605.989 446.322,606.011 446.449,606.147 C 446.576,606.283 446.583,606.491 446.466,606.636 M 440.952,614.706 L 441.865,616.72 L 441.492,614.562 L 441.069,613.195 C 440.908,613.284 440.731,613.338 440.548,613.356 Z M 437.719,611.148 L 435.529,611.097 L 437.66,611.693 L 439.118,611.916 C 439.135,611.731 439.192,611.551 439.284,611.389 Z M 440.837,611.598 C 440.769,611.535 440.687,611.489 440.598,611.463 L 440.003,611.63 C 439.858,611.872 439.902,612.182 440.108,612.373 C 440.315,612.565 440.627,612.586 440.858,612.423 C 441.07,612.184 441.055,611.819 440.825,611.598 M 442.172,609.768 L 441.012,610.841 C 441.18,610.922 441.329,611.037 441.451,611.177 L 442.529,610.171 L 443.96,608.474 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 441.215,599.002 L 440.825,609.586 L 440.056,610.108 L 439.273,609.917 L 439.254,608.931 L 438.84,599.004 C 438.84,598.843 438.992,598.706 439.198,598.706 L 440.843,598.706 C 441.028,598.687 441.194,598.819 441.215,599.004 L 441.215,599.004 M 439.639,599.302 L 440.02,608.898 L 440.053,608.898 L 440.42,599.302 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 436.572,619.42 C 436.352,620.315 435.785,621.085 434.996,621.56 C 434.767,621.696 434.525,621.807 434.272,621.891 L 433.735,622.018 L 433.721,622.018 C 431.821,622.304 430.05,620.997 429.76,619.098 C 429.572,617.871 430.052,616.638 431.02,615.862 C 431.989,615.087 433.298,614.886 434.454,615.337 C 434.822,615.476 435.165,615.677 435.464,615.933 C 436.456,616.792 436.884,618.133 436.572,619.408 M 431.036,619.879 C 431.173,620.104 431.347,620.306 431.548,620.475 C 432.553,621.322 434.039,621.255 434.963,620.319 C 435.886,619.384 435.935,617.897 435.076,616.903 C 434.216,615.909 432.737,615.743 431.679,616.522 C 430.62,617.301 430.339,618.763 431.033,619.879 L 431.033,619.879 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 434.382,614.655 L 434.382,614.655 C 434.126,614.708 433.874,614.545 433.819,614.289 C 433.803,614.219 433.803,614.147 433.819,614.077 L 434.093,612.963 C 434.156,612.708 434.413,612.552 434.668,612.614 L 434.724,612.632 C 434.775,612.651 434.822,612.68 434.862,612.715 C 434.901,612.748 434.934,612.788 434.96,612.831 C 435.025,612.939 435.044,613.068 435.014,613.189 L 434.74,614.303 C 434.695,614.48 434.554,614.617 434.376,614.655' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 432.224,622.516 L 432.224,622.516 C 432.244,622.519 432.264,622.525 432.281,622.534 C 432.332,622.552 432.38,622.579 432.421,622.615 C 432.557,622.732 432.616,622.915 432.573,623.089 L 432.296,624.203 C 432.252,624.389 432.1,624.531 431.911,624.562 C 431.722,624.592 431.533,624.506 431.432,624.343 C 431.366,624.233 431.345,624.101 431.376,623.976 L 431.653,622.862 C 431.716,622.609 431.971,622.454 432.224,622.516' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 428.976,617.057 C 429.028,617.076 429.076,617.104 429.116,617.141 C 429.291,617.284 429.34,617.531 429.233,617.73 C 429.127,617.929 428.895,618.025 428.678,617.96 L 427.561,617.683 C 427.436,617.653 427.329,617.575 427.263,617.466 C 427.198,617.357 427.179,617.227 427.212,617.104 C 427.277,616.854 427.53,616.702 427.781,616.762 L 428.896,617.036 L 428.955,617.057' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 438.578,620.41 L 437.464,620.132 C 437.389,620.115 437.319,620.08 437.261,620.031 C 437.093,619.887 437.045,619.647 437.148,619.451 C 437.249,619.255 437.473,619.156 437.687,619.212 L 438.804,619.486 L 438.858,619.503 C 439.089,619.585 439.218,619.83 439.156,620.067 C 439.091,620.315 438.841,620.468 438.59,620.41' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 430.765,615.179 L 430.765,615.179 C 430.641,615.148 430.534,615.07 430.466,614.962 L 429.516,613.382 C 429.381,613.159 429.453,612.868 429.677,612.733 C 429.784,612.667 429.914,612.647 430.037,612.68 C 430.057,612.683 430.076,612.688 430.094,612.697 C 430.144,612.715 430.191,612.743 430.231,612.778 C 430.27,612.81 430.303,612.85 430.329,612.894 L 431.268,614.471 C 431.366,614.632 431.358,614.837 431.249,614.99 C 431.14,615.145 430.949,615.219 430.765,615.179' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 435.645,621.992 L 435.706,622.009 C 435.755,622.03 435.801,622.057 435.843,622.093 C 435.881,622.126 435.915,622.165 435.941,622.209 L 436.891,623.786 C 436.958,623.894 436.978,624.023 436.948,624.145 C 436.917,624.269 436.839,624.374 436.731,624.438 C 436.685,624.466 436.636,624.485 436.584,624.495 C 436.387,624.537 436.186,624.449 436.081,624.277 L 435.127,622.698 C 434.992,622.475 435.062,622.185 435.285,622.048 C 435.393,621.981 435.523,621.961 435.645,621.992' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 429.083,620.514 C 429.191,620.449 429.32,620.43 429.441,620.46 C 429.461,620.463 429.48,620.469 429.498,620.478 C 429.549,620.497 429.597,620.525 429.638,620.561 C 429.677,620.594 429.709,620.632 429.736,620.674 C 429.868,620.899 429.796,621.189 429.572,621.324 L 427.996,622.275 C 427.832,622.374 427.624,622.364 427.469,622.251 C 427.314,622.138 427.242,621.943 427.287,621.756 C 427.315,621.632 427.394,621.523 427.504,621.458 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 437.32,616.654 L 437.32,616.654 C 437.213,616.72 437.085,616.739 436.962,616.709 C 436.838,616.681 436.73,616.604 436.665,616.494 C 436.531,616.27 436.602,615.979 436.825,615.845 L 438.402,614.891 C 438.511,614.826 438.64,614.806 438.763,614.837 L 438.816,614.854 C 438.867,614.875 438.915,614.903 438.956,614.938 C 438.995,614.971 439.028,615.01 439.054,615.055 C 439.186,615.279 439.115,615.567 438.894,615.704 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-oekostrom-plus--not-hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='332.348 -650.798 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='406.271' cy='585.667' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='363.148' cy='585.666' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479736 0.999512 -9.34741 -0.287033 0 -0.001)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177032 0.960526 -3.46906 -0.276764 0 -0.003)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(403.678 611.851)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='394.848' cy='622.081' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(375.558 585.078) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(368.05 557.874) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(394.575 588.574) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 379.327,547.073 L 429.02,552.2 L 428.844,552.8 L 379.24,547.951 L 379.327,547.073 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 375.804,610.243 L 432.915,613.076 L 432.406,552.826 L 375.95,546.973 L 375.804,610.243 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 375.804,610.243 L 355.899,616.896 L 355.892,617.012 L 355.831,617.031 L 355.831,616.919 L 356.186,560.535 L 375.95,546.973 L 375.804,610.243 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(406.238 561.986) rotate(-174.344) skewX(24.1651)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.504' ry='0.644' transform='translate(365.964 565.39) rotate(152.923) skewX(-6.01404)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 429.1,613.346 L 429.101,612.887 L 379.004,610.402 L 379.004,610.696 L 378.81,610.83 L 429.1,613.346 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 407.6,619.455 L 432.916,613.373 L 429.476,613.235 L 429.115,613.342 L 378.863,610.793 L 379.004,610.696 L 375.804,610.557 L 355.851,617.128 L 407.6,619.455 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 355.892,617.012 L 375.803,610.434 L 375.804,610.243 L 355.893,616.898 L 355.892,617.012 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 432.747,613.068 L 432.747,613.243 L 429.476,613.098 L 429.1,613.203 L 429.101,612.886 L 432.747,613.068 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.477,613.098 L 429.476,613.098 L 429.476,613.235 L 432.916,613.373 L 432.915,613.249 L 429.477,613.098 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.476,613.098 L 429.1,613.203 L 429.1,613.346 L 429.476,613.235 L 429.476,613.098 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.803,610.434 L 355.847,617.027 L 355.849,617.128 L 375.804,610.557 L 375.803,610.434 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.818,547.065 L 375.684,610.283 L 375.798,610.243 L 375.948,610.251 L 376.081,546.986 L 375.95,546.973 L 375.818,547.065 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 379.004,610.402 L 379.004,610.578 L 375.803,610.434 L 375.804,610.243 L 379.004,610.402 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.803,610.434 L 375.803,610.434 L 375.804,610.557 L 379.004,610.701 L 379.004,610.578 L 375.803,610.434 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.95,546.696 L 375.95,546.696 L 375.95,546.819 L 379.336,547.171 L 379.327,547.054 L 375.95,546.696 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 379.302,547.169 L 379.303,547.321 L 375.95,546.973 L 375.951,546.821 L 379.302,547.169 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.95,546.696 L 356.238,560.208 L 356.237,560.33 L 375.95,546.819 L 375.95,546.696 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.95,546.819 L 356.274,560.323 L 356.274,560.476 L 375.95,546.973 L 375.95,546.819 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.02,552.2 L 429.02,552.2 L 429.022,552.324 L 432.285,552.662 L 432.285,552.546 L 429.02,552.2 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 432.113,552.644 L 432.115,552.796 L 428.762,552.448 L 429.021,552.324 L 432.113,552.644 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.021,552.324 L 428.761,552.448 L 428.762,552.331 L 429.02,552.2 L 429.021,552.324 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 364.504,569.273 C 363.782,571.005 363.303,573.676 363.433,576.691 C 363.466,577.358 363.535,577.919 363.624,578.394 C 362.729,582.457 362.823,586.753 364.197,589.491 C 363.975,590.385 363.976,591.331 364.16,591.762 L 364.437,592.412 C 364.579,592.745 364.888,592.597 365.072,592.015 L 368.946,579.232 C 369.107,578.697 369.122,577.747 368.977,577.377 L 368.721,576.603 C 368.581,576.214 368.268,576.344 368.041,576.929 C 367.094,573.825 365.929,573.015 364.416,575.844 C 364.415,575.832 364.413,575.82 364.413,575.809 C 364.354,573.912 364.639,572.432 365.048,571.403 C 365.506,570.247 366.267,569.59 367.057,569.518 C 368.312,569.287 371.124,572.206 371.291,580.538 C 371.364,584.932 371.147,588.681 369.835,593.239 C 368.152,598.721 365.713,600.525 363.857,597.864 C 361.762,594.634 361.139,587.954 362.074,580.484 C 362.205,579.396 362.001,578.791 361.752,578.717 C 361.491,578.639 361.246,579.14 361.13,579.987 C 360.051,588.601 360.672,596.271 363.18,600.441 C 365.674,603.984 368.856,601.132 370.63,594.574 C 372.135,589.009 372.599,583.385 372.189,577.984 C 371.463,569.448 369.29,566.85 367.379,566.523 C 366.383,566.352 365.299,567.448 364.504,569.273 Z M 368.481,582.273 L 367.901,584.193 L 369.04,587.206 C 369.148,587.492 369.356,587.46 369.552,586.921 C 369.729,586.433 369.685,585.675 369.591,585.414 L 368.481,582.273 Z M 366.615,588.407 L 366.034,590.329 L 367.173,593.341 C 367.281,593.627 367.489,593.594 367.684,593.056 C 367.862,592.568 367.818,591.81 367.724,591.548 L 366.615,588.407 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 399.383,564.588 C 397.39,565.92 396.118,568.364 396.591,571.535 C 396.707,572.24 396.919,572.856 397.19,573.399 C 394.78,577.013 395.195,581.477 399.192,585.129 C 398.592,585.909 398.627,586.88 399.163,587.436 L 399.974,588.274 C 400.387,588.701 401.262,588.741 401.766,588.256 L 412.344,577.533 C 412.787,577.085 412.795,576.118 412.372,575.65 L 411.618,574.699 C 411.205,574.213 410.321,574.156 409.692,574.614 C 406.898,570.85 403.558,569.301 399.355,571.271 C 399.35,571.258 399.346,571.246 399.343,571.233 C 399.111,569.252 399.873,567.91 401,567.106 C 402.264,566.203 404.403,565.998 406.649,566.411 C 410.208,566.946 418.299,571.669 419.053,580.315 C 419.411,584.867 418.919,588.577 415.344,592.441 C 410.742,597.026 403.876,597.377 398.506,593.506 C 392.446,588.904 390.45,581.672 392.853,574.588 C 393.192,573.552 392.591,572.808 391.881,572.579 C 391.135,572.338 390.455,572.699 390.152,573.496 C 387.38,581.666 389.403,589.912 396.675,595.732 C 403.879,600.898 412.83,599.934 417.649,594.299 C 421.738,589.52 422.87,584.04 421.52,578.25 C 419.17,569.051 412.903,565.048 407.463,563.538 C 404.624,562.749 401.578,563.205 399.383,564.588 Z M 411.127,580.365 L 409.542,581.977 L 412.879,585.767 C 413.196,586.127 413.787,586.221 414.325,585.789 C 414.812,585.398 414.661,584.594 414.386,584.269 L 411.127,580.365 Z M 406.027,585.507 L 404.442,587.119 L 407.779,590.908 C 408.096,591.268 408.687,591.363 409.225,590.931 C 409.712,590.539 409.561,589.735 409.285,589.409 L 406.027,585.507 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 393.081,613.405 C 390.602,613.481 388.492,613.702 387.93,614.063 C 387.815,614.143 387.83,614.217 387.928,614.285 C 384.267,614.595 383.218,615.091 386.107,615.624 C 385.236,615.688 384.951,615.795 385.318,615.873 L 385.869,615.992 C 386.153,616.052 387.037,616.085 387.713,616.05 L 402.088,615.251 C 402.688,615.219 403.015,615.114 402.738,615.049 L 402.279,614.919 C 402.016,614.852 401.13,614.816 400.334,614.844 C 398.715,614.341 395.804,614.058 390.848,614.128 C 390.848,614.126 390.848,614.125 390.849,614.123 C 391.264,613.901 392.486,613.782 393.908,613.733 C 395.502,613.679 397.759,613.729 399.924,613.851 C 403.394,614.031 410.124,614.82 408.042,615.782 C 406.906,616.288 405.177,616.673 400.24,616.969 C 394.013,617.309 386.864,617.111 382.641,616.508 C 377.95,615.802 378.293,614.95 383.093,614.265 C 383.782,614.165 383.412,614.063 382.76,614.014 C 382.075,613.962 381.26,613.978 380.687,614.054 C 375.15,614.844 374.501,615.807 380.029,616.687 C 385.706,617.493 395.192,617.695 401.989,617.249 C 407.755,616.872 410.722,616.316 411.251,615.643 C 411.879,614.566 406.78,613.917 401.707,613.567 C 399.059,613.385 395.788,613.33 393.081,613.405 Z M 399.907,615.516 L 397.751,615.637 L 399.918,616.161 C 400.125,616.211 400.699,616.242 401.392,616.213 C 402.021,616.188 402.131,616.096 401.957,616.051 L 399.907,615.516 Z M 392.985,615.898 L 390.829,616.019 L 392.996,616.545 C 393.203,616.594 393.778,616.625 394.47,616.596 C 395.099,616.57 395.209,616.478 395.034,616.434 L 392.985,615.898 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 356.111,572.442 C 338.671,570.112 327.335,566.092 335.027,553.762 C 338.085,548.11 347.386,547.741 352.523,547.149 C 361.828,546.858 368.152,546.716 375.95,546.696 L 356.185,560.212 L 356.111,572.442 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(419.071 630.449) scale(37.5 -37.5)'/%3E%3C/g%3E%3Cpath d='M 419.071,630.449 L 456.571,630.449 L 456.571,592.949 L 419.071,592.949 L 419.071,630.449 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 442.41,628.867 C 451.608,626.052 456.783,616.315 453.97,607.117 C 451.157,597.918 441.42,592.741 432.221,595.554 C 423.023,598.366 417.845,608.102 420.656,617.301 C 423.47,626.502 433.21,631.68 442.41,628.867' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 446.478,606.636 L 443.092,610.668 L 443.063,610.701 L 441.761,611.916 C 441.778,612.127 441.744,612.339 441.662,612.533 L 442.225,614.36 C 442.225,614.375 442.225,614.39 442.24,614.402 L 443.167,619.569 C 443.227,619.766 443.118,619.974 442.921,620.035 C 442.724,620.096 442.516,619.986 442.455,619.79 L 440.3,614.983 C 440.3,614.983 440.3,614.953 440.3,614.938 L 439.74,613.129 C 439.56,613.018 439.408,612.865 439.299,612.682 L 437.538,612.411 L 437.493,612.411 L 432.412,611.002 C 432.215,610.945 432.1,610.741 432.152,610.543 C 432.2,610.377 432.354,610.265 432.525,610.272 L 437.872,610.385 L 440.071,610.763 L 440.685,610.14 L 441.695,609.217 L 441.731,609.187 L 445.962,606.096 C 446.115,605.989 446.322,606.011 446.449,606.147 C 446.576,606.283 446.583,606.491 446.466,606.636 M 440.952,614.706 L 441.865,616.72 L 441.492,614.562 L 441.069,613.195 C 440.908,613.284 440.731,613.338 440.548,613.356 Z M 437.719,611.148 L 435.529,611.097 L 437.66,611.693 L 439.118,611.916 C 439.135,611.731 439.192,611.551 439.284,611.389 Z M 440.837,611.598 C 440.769,611.535 440.687,611.489 440.598,611.463 L 440.003,611.63 C 439.858,611.872 439.902,612.182 440.108,612.373 C 440.315,612.565 440.627,612.586 440.858,612.423 C 441.07,612.184 441.055,611.819 440.825,611.598 M 442.172,609.768 L 441.012,610.841 C 441.18,610.922 441.329,611.037 441.451,611.177 L 442.529,610.171 L 443.96,608.474 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 441.215,599.002 L 440.825,609.586 L 440.056,610.108 L 439.273,609.917 L 439.254,608.931 L 438.84,599.004 C 438.84,598.843 438.992,598.706 439.198,598.706 L 440.843,598.706 C 441.028,598.687 441.194,598.819 441.215,599.004 L 441.215,599.004 M 439.639,599.302 L 440.02,608.898 L 440.053,608.898 L 440.42,599.302 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 436.572,619.42 C 436.352,620.315 435.785,621.085 434.996,621.56 C 434.767,621.696 434.525,621.807 434.272,621.891 L 433.735,622.018 L 433.721,622.018 C 431.821,622.304 430.05,620.997 429.76,619.098 C 429.572,617.871 430.052,616.638 431.02,615.862 C 431.989,615.087 433.298,614.886 434.454,615.337 C 434.822,615.476 435.165,615.677 435.464,615.933 C 436.456,616.792 436.884,618.133 436.572,619.408 M 431.036,619.879 C 431.173,620.104 431.347,620.306 431.548,620.475 C 432.553,621.322 434.039,621.255 434.963,620.319 C 435.886,619.384 435.935,617.897 435.076,616.903 C 434.216,615.909 432.737,615.743 431.679,616.522 C 430.62,617.301 430.339,618.763 431.033,619.879 L 431.033,619.879 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 434.382,614.655 L 434.382,614.655 C 434.126,614.708 433.874,614.545 433.819,614.289 C 433.803,614.219 433.803,614.147 433.819,614.077 L 434.093,612.963 C 434.156,612.708 434.413,612.552 434.668,612.614 L 434.724,612.632 C 434.775,612.651 434.822,612.68 434.862,612.715 C 434.901,612.748 434.934,612.788 434.96,612.831 C 435.025,612.939 435.044,613.068 435.014,613.189 L 434.74,614.303 C 434.695,614.48 434.554,614.617 434.376,614.655' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 432.224,622.516 L 432.224,622.516 C 432.244,622.519 432.264,622.525 432.281,622.534 C 432.332,622.552 432.38,622.579 432.421,622.615 C 432.557,622.732 432.616,622.915 432.573,623.089 L 432.296,624.203 C 432.252,624.389 432.1,624.531 431.911,624.562 C 431.722,624.592 431.533,624.506 431.432,624.343 C 431.366,624.233 431.345,624.101 431.376,623.976 L 431.653,622.862 C 431.716,622.609 431.971,622.454 432.224,622.516' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 428.976,617.057 C 429.028,617.076 429.076,617.104 429.116,617.141 C 429.291,617.284 429.34,617.531 429.233,617.73 C 429.127,617.929 428.895,618.025 428.678,617.96 L 427.561,617.683 C 427.436,617.653 427.329,617.575 427.263,617.466 C 427.198,617.357 427.179,617.227 427.212,617.104 C 427.277,616.854 427.53,616.702 427.781,616.762 L 428.896,617.036 L 428.955,617.057' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 438.578,620.41 L 437.464,620.132 C 437.389,620.115 437.319,620.08 437.261,620.031 C 437.093,619.887 437.045,619.647 437.148,619.451 C 437.249,619.255 437.473,619.156 437.687,619.212 L 438.804,619.486 L 438.858,619.503 C 439.089,619.585 439.218,619.83 439.156,620.067 C 439.091,620.315 438.841,620.468 438.59,620.41' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 430.765,615.179 L 430.765,615.179 C 430.641,615.148 430.534,615.07 430.466,614.962 L 429.516,613.382 C 429.381,613.159 429.453,612.868 429.677,612.733 C 429.784,612.667 429.914,612.647 430.037,612.68 C 430.057,612.683 430.076,612.688 430.094,612.697 C 430.144,612.715 430.191,612.743 430.231,612.778 C 430.27,612.81 430.303,612.85 430.329,612.894 L 431.268,614.471 C 431.366,614.632 431.358,614.837 431.249,614.99 C 431.14,615.145 430.949,615.219 430.765,615.179' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 435.645,621.992 L 435.706,622.009 C 435.755,622.03 435.801,622.057 435.843,622.093 C 435.881,622.126 435.915,622.165 435.941,622.209 L 436.891,623.786 C 436.958,623.894 436.978,624.023 436.948,624.145 C 436.917,624.269 436.839,624.374 436.731,624.438 C 436.685,624.466 436.636,624.485 436.584,624.495 C 436.387,624.537 436.186,624.449 436.081,624.277 L 435.127,622.698 C 434.992,622.475 435.062,622.185 435.285,622.048 C 435.393,621.981 435.523,621.961 435.645,621.992' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 429.083,620.514 C 429.191,620.449 429.32,620.43 429.441,620.46 C 429.461,620.463 429.48,620.469 429.498,620.478 C 429.549,620.497 429.597,620.525 429.638,620.561 C 429.677,620.594 429.709,620.632 429.736,620.674 C 429.868,620.899 429.796,621.189 429.572,621.324 L 427.996,622.275 C 427.832,622.374 427.624,622.364 427.469,622.251 C 427.314,622.138 427.242,621.943 427.287,621.756 C 427.315,621.632 427.394,621.523 427.504,621.458 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 437.32,616.654 L 437.32,616.654 C 437.213,616.72 437.085,616.739 436.962,616.709 C 436.838,616.681 436.73,616.604 436.665,616.494 C 436.531,616.27 436.602,615.979 436.825,615.845 L 438.402,614.891 C 438.511,614.826 438.64,614.806 438.763,614.837 L 438.816,614.854 C 438.867,614.875 438.915,614.903 438.956,614.938 C 438.995,614.971 439.028,615.01 439.054,615.055 C 439.186,615.279 439.115,615.567 438.894,615.704 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-oekostrom-plus--hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='332.348 -650.798 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='406.271' cy='585.667' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='363.148' cy='585.666' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479736 0.999512 -9.34741 -0.287033 0 -0.001)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177032 0.960526 -3.46906 -0.276764 0 -0.003)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(403.678 611.851)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='394.848' cy='622.081' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(375.558 585.078) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(368.05 557.874) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(394.575 588.574) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 379.327,547.073 L 429.02,552.2 L 428.844,552.8 L 379.24,547.951 L 379.327,547.073 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 375.804,610.243 L 432.915,613.076 L 432.406,552.826 L 375.95,546.973 L 375.804,610.243 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 375.804,610.243 L 355.899,616.896 L 355.892,617.012 L 355.831,617.031 L 355.831,616.919 L 356.186,560.535 L 375.95,546.973 L 375.804,610.243 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(406.238 561.986) rotate(-174.344) skewX(24.1651)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.504' ry='0.644' transform='translate(365.964 565.39) rotate(152.923) skewX(-6.01404)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 429.1,613.346 L 429.101,612.887 L 379.004,610.402 L 379.004,610.696 L 378.81,610.83 L 429.1,613.346 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 407.6,619.455 L 432.916,613.373 L 429.476,613.235 L 429.115,613.342 L 378.863,610.793 L 379.004,610.696 L 375.804,610.557 L 355.851,617.128 L 407.6,619.455 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 355.892,617.012 L 375.803,610.434 L 375.804,610.243 L 355.893,616.898 L 355.892,617.012 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 432.747,613.068 L 432.747,613.243 L 429.476,613.098 L 429.1,613.203 L 429.101,612.886 L 432.747,613.068 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.477,613.098 L 429.476,613.098 L 429.476,613.235 L 432.916,613.373 L 432.915,613.249 L 429.477,613.098 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.476,613.098 L 429.1,613.203 L 429.1,613.346 L 429.476,613.235 L 429.476,613.098 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.803,610.434 L 355.847,617.027 L 355.849,617.128 L 375.804,610.557 L 375.803,610.434 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.818,547.065 L 375.684,610.283 L 375.798,610.243 L 375.948,610.251 L 376.081,546.986 L 375.95,546.973 L 375.818,547.065 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 379.004,610.402 L 379.004,610.578 L 375.803,610.434 L 375.804,610.243 L 379.004,610.402 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.803,610.434 L 375.803,610.434 L 375.804,610.557 L 379.004,610.701 L 379.004,610.578 L 375.803,610.434 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.95,546.696 L 375.95,546.696 L 375.95,546.819 L 379.336,547.171 L 379.327,547.054 L 375.95,546.696 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 379.302,547.169 L 379.303,547.321 L 375.95,546.973 L 375.951,546.821 L 379.302,547.169 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.95,546.696 L 356.238,560.208 L 356.237,560.33 L 375.95,546.819 L 375.95,546.696 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.95,546.819 L 356.274,560.323 L 356.274,560.476 L 375.95,546.973 L 375.95,546.819 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.02,552.2 L 429.02,552.2 L 429.022,552.324 L 432.285,552.662 L 432.285,552.546 L 429.02,552.2 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 432.113,552.644 L 432.115,552.796 L 428.762,552.448 L 429.021,552.324 L 432.113,552.644 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.021,552.324 L 428.761,552.448 L 428.762,552.331 L 429.02,552.2 L 429.021,552.324 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 364.504,569.273 C 363.782,571.005 363.303,573.676 363.433,576.691 C 363.466,577.358 363.535,577.919 363.624,578.394 C 362.729,582.457 362.823,586.753 364.197,589.491 C 363.975,590.385 363.976,591.331 364.16,591.762 L 364.437,592.412 C 364.579,592.745 364.888,592.597 365.072,592.015 L 368.946,579.232 C 369.107,578.697 369.122,577.747 368.977,577.377 L 368.721,576.603 C 368.581,576.214 368.268,576.344 368.041,576.929 C 367.094,573.825 365.929,573.015 364.416,575.844 C 364.415,575.832 364.413,575.82 364.413,575.809 C 364.354,573.912 364.639,572.432 365.048,571.403 C 365.506,570.247 366.267,569.59 367.057,569.518 C 368.312,569.287 371.124,572.206 371.291,580.538 C 371.364,584.932 371.147,588.681 369.835,593.239 C 368.152,598.721 365.713,600.525 363.857,597.864 C 361.762,594.634 361.139,587.954 362.074,580.484 C 362.205,579.396 362.001,578.791 361.752,578.717 C 361.491,578.639 361.246,579.14 361.13,579.987 C 360.051,588.601 360.672,596.271 363.18,600.441 C 365.674,603.984 368.856,601.132 370.63,594.574 C 372.135,589.009 372.599,583.385 372.189,577.984 C 371.463,569.448 369.29,566.85 367.379,566.523 C 366.383,566.352 365.299,567.448 364.504,569.273 Z M 368.481,582.273 L 367.901,584.193 L 369.04,587.206 C 369.148,587.492 369.356,587.46 369.552,586.921 C 369.729,586.433 369.685,585.675 369.591,585.414 L 368.481,582.273 Z M 366.615,588.407 L 366.034,590.329 L 367.173,593.341 C 367.281,593.627 367.489,593.594 367.684,593.056 C 367.862,592.568 367.818,591.81 367.724,591.548 L 366.615,588.407 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 399.383,564.588 C 397.39,565.92 396.118,568.364 396.591,571.535 C 396.707,572.24 396.919,572.856 397.19,573.399 C 394.78,577.013 395.195,581.477 399.192,585.129 C 398.592,585.909 398.627,586.88 399.163,587.436 L 399.974,588.274 C 400.387,588.701 401.262,588.741 401.766,588.256 L 412.344,577.533 C 412.787,577.085 412.795,576.118 412.372,575.65 L 411.618,574.699 C 411.205,574.213 410.321,574.156 409.692,574.614 C 406.898,570.85 403.558,569.301 399.355,571.271 C 399.35,571.258 399.346,571.246 399.343,571.233 C 399.111,569.252 399.873,567.91 401,567.106 C 402.264,566.203 404.403,565.998 406.649,566.411 C 410.208,566.946 418.299,571.669 419.053,580.315 C 419.411,584.867 418.919,588.577 415.344,592.441 C 410.742,597.026 403.876,597.377 398.506,593.506 C 392.446,588.904 390.45,581.672 392.853,574.588 C 393.192,573.552 392.591,572.808 391.881,572.579 C 391.135,572.338 390.455,572.699 390.152,573.496 C 387.38,581.666 389.403,589.912 396.675,595.732 C 403.879,600.898 412.83,599.934 417.649,594.299 C 421.738,589.52 422.87,584.04 421.52,578.25 C 419.17,569.051 412.903,565.048 407.463,563.538 C 404.624,562.749 401.578,563.205 399.383,564.588 Z M 411.127,580.365 L 409.542,581.977 L 412.879,585.767 C 413.196,586.127 413.787,586.221 414.325,585.789 C 414.812,585.398 414.661,584.594 414.386,584.269 L 411.127,580.365 Z M 406.027,585.507 L 404.442,587.119 L 407.779,590.908 C 408.096,591.268 408.687,591.363 409.225,590.931 C 409.712,590.539 409.561,589.735 409.285,589.409 L 406.027,585.507 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 393.081,613.405 C 390.602,613.481 388.492,613.702 387.93,614.063 C 387.815,614.143 387.83,614.217 387.928,614.285 C 384.267,614.595 383.218,615.091 386.107,615.624 C 385.236,615.688 384.951,615.795 385.318,615.873 L 385.869,615.992 C 386.153,616.052 387.037,616.085 387.713,616.05 L 402.088,615.251 C 402.688,615.219 403.015,615.114 402.738,615.049 L 402.279,614.919 C 402.016,614.852 401.13,614.816 400.334,614.844 C 398.715,614.341 395.804,614.058 390.848,614.128 C 390.848,614.126 390.848,614.125 390.849,614.123 C 391.264,613.901 392.486,613.782 393.908,613.733 C 395.502,613.679 397.759,613.729 399.924,613.851 C 403.394,614.031 410.124,614.82 408.042,615.782 C 406.906,616.288 405.177,616.673 400.24,616.969 C 394.013,617.309 386.864,617.111 382.641,616.508 C 377.95,615.802 378.293,614.95 383.093,614.265 C 383.782,614.165 383.412,614.063 382.76,614.014 C 382.075,613.962 381.26,613.978 380.687,614.054 C 375.15,614.844 374.501,615.807 380.029,616.687 C 385.706,617.493 395.192,617.695 401.989,617.249 C 407.755,616.872 410.722,616.316 411.251,615.643 C 411.879,614.566 406.78,613.917 401.707,613.567 C 399.059,613.385 395.788,613.33 393.081,613.405 Z M 399.907,615.516 L 397.751,615.637 L 399.918,616.161 C 400.125,616.211 400.699,616.242 401.392,616.213 C 402.021,616.188 402.131,616.096 401.957,616.051 L 399.907,615.516 Z M 392.985,615.898 L 390.829,616.019 L 392.996,616.545 C 393.203,616.594 393.778,616.625 394.47,616.596 C 395.099,616.57 395.209,616.478 395.034,616.434 L 392.985,615.898 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 356.111,572.442 C 338.671,570.112 327.335,566.092 335.027,553.762 C 338.085,548.11 347.386,547.741 352.523,547.149 C 361.828,546.858 368.152,546.716 375.95,546.696 L 356.185,560.212 L 356.111,572.442 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(419.071 630.449) scale(37.5 -37.5)'/%3E%3C/g%3E%3Cpath d='M 419.071,630.449 L 456.571,630.449 L 456.571,592.949 L 419.071,592.949 L 419.071,630.449 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 442.41,628.867 C 451.608,626.052 456.783,616.315 453.97,607.117 C 451.157,597.918 441.42,592.741 432.221,595.554 C 423.023,598.366 417.845,608.102 420.656,617.301 C 423.47,626.502 433.21,631.68 442.41,628.867' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 446.478,606.636 L 443.092,610.668 L 443.063,610.701 L 441.761,611.916 C 441.778,612.127 441.744,612.339 441.662,612.533 L 442.225,614.36 C 442.225,614.375 442.225,614.39 442.24,614.402 L 443.167,619.569 C 443.227,619.766 443.118,619.974 442.921,620.035 C 442.724,620.096 442.516,619.986 442.455,619.79 L 440.3,614.983 C 440.3,614.983 440.3,614.953 440.3,614.938 L 439.74,613.129 C 439.56,613.018 439.408,612.865 439.299,612.682 L 437.538,612.411 L 437.493,612.411 L 432.412,611.002 C 432.215,610.945 432.1,610.741 432.152,610.543 C 432.2,610.377 432.354,610.265 432.525,610.272 L 437.872,610.385 L 440.071,610.763 L 440.685,610.14 L 441.695,609.217 L 441.731,609.187 L 445.962,606.096 C 446.115,605.989 446.322,606.011 446.449,606.147 C 446.576,606.283 446.583,606.491 446.466,606.636 M 440.952,614.706 L 441.865,616.72 L 441.492,614.562 L 441.069,613.195 C 440.908,613.284 440.731,613.338 440.548,613.356 Z M 437.719,611.148 L 435.529,611.097 L 437.66,611.693 L 439.118,611.916 C 439.135,611.731 439.192,611.551 439.284,611.389 Z M 440.837,611.598 C 440.769,611.535 440.687,611.489 440.598,611.463 L 440.003,611.63 C 439.858,611.872 439.902,612.182 440.108,612.373 C 440.315,612.565 440.627,612.586 440.858,612.423 C 441.07,612.184 441.055,611.819 440.825,611.598 M 442.172,609.768 L 441.012,610.841 C 441.18,610.922 441.329,611.037 441.451,611.177 L 442.529,610.171 L 443.96,608.474 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 441.215,599.002 L 440.825,609.586 L 440.056,610.108 L 439.273,609.917 L 439.254,608.931 L 438.84,599.004 C 438.84,598.843 438.992,598.706 439.198,598.706 L 440.843,598.706 C 441.028,598.687 441.194,598.819 441.215,599.004 L 441.215,599.004 M 439.639,599.302 L 440.02,608.898 L 440.053,608.898 L 440.42,599.302 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 436.572,619.42 C 436.352,620.315 435.785,621.085 434.996,621.56 C 434.767,621.696 434.525,621.807 434.272,621.891 L 433.735,622.018 L 433.721,622.018 C 431.821,622.304 430.05,620.997 429.76,619.098 C 429.572,617.871 430.052,616.638 431.02,615.862 C 431.989,615.087 433.298,614.886 434.454,615.337 C 434.822,615.476 435.165,615.677 435.464,615.933 C 436.456,616.792 436.884,618.133 436.572,619.408 M 431.036,619.879 C 431.173,620.104 431.347,620.306 431.548,620.475 C 432.553,621.322 434.039,621.255 434.963,620.319 C 435.886,619.384 435.935,617.897 435.076,616.903 C 434.216,615.909 432.737,615.743 431.679,616.522 C 430.62,617.301 430.339,618.763 431.033,619.879 L 431.033,619.879 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 434.382,614.655 L 434.382,614.655 C 434.126,614.708 433.874,614.545 433.819,614.289 C 433.803,614.219 433.803,614.147 433.819,614.077 L 434.093,612.963 C 434.156,612.708 434.413,612.552 434.668,612.614 L 434.724,612.632 C 434.775,612.651 434.822,612.68 434.862,612.715 C 434.901,612.748 434.934,612.788 434.96,612.831 C 435.025,612.939 435.044,613.068 435.014,613.189 L 434.74,614.303 C 434.695,614.48 434.554,614.617 434.376,614.655' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 432.224,622.516 L 432.224,622.516 C 432.244,622.519 432.264,622.525 432.281,622.534 C 432.332,622.552 432.38,622.579 432.421,622.615 C 432.557,622.732 432.616,622.915 432.573,623.089 L 432.296,624.203 C 432.252,624.389 432.1,624.531 431.911,624.562 C 431.722,624.592 431.533,624.506 431.432,624.343 C 431.366,624.233 431.345,624.101 431.376,623.976 L 431.653,622.862 C 431.716,622.609 431.971,622.454 432.224,622.516' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 428.976,617.057 C 429.028,617.076 429.076,617.104 429.116,617.141 C 429.291,617.284 429.34,617.531 429.233,617.73 C 429.127,617.929 428.895,618.025 428.678,617.96 L 427.561,617.683 C 427.436,617.653 427.329,617.575 427.263,617.466 C 427.198,617.357 427.179,617.227 427.212,617.104 C 427.277,616.854 427.53,616.702 427.781,616.762 L 428.896,617.036 L 428.955,617.057' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 438.578,620.41 L 437.464,620.132 C 437.389,620.115 437.319,620.08 437.261,620.031 C 437.093,619.887 437.045,619.647 437.148,619.451 C 437.249,619.255 437.473,619.156 437.687,619.212 L 438.804,619.486 L 438.858,619.503 C 439.089,619.585 439.218,619.83 439.156,620.067 C 439.091,620.315 438.841,620.468 438.59,620.41' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 430.765,615.179 L 430.765,615.179 C 430.641,615.148 430.534,615.07 430.466,614.962 L 429.516,613.382 C 429.381,613.159 429.453,612.868 429.677,612.733 C 429.784,612.667 429.914,612.647 430.037,612.68 C 430.057,612.683 430.076,612.688 430.094,612.697 C 430.144,612.715 430.191,612.743 430.231,612.778 C 430.27,612.81 430.303,612.85 430.329,612.894 L 431.268,614.471 C 431.366,614.632 431.358,614.837 431.249,614.99 C 431.14,615.145 430.949,615.219 430.765,615.179' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 435.645,621.992 L 435.706,622.009 C 435.755,622.03 435.801,622.057 435.843,622.093 C 435.881,622.126 435.915,622.165 435.941,622.209 L 436.891,623.786 C 436.958,623.894 436.978,624.023 436.948,624.145 C 436.917,624.269 436.839,624.374 436.731,624.438 C 436.685,624.466 436.636,624.485 436.584,624.495 C 436.387,624.537 436.186,624.449 436.081,624.277 L 435.127,622.698 C 434.992,622.475 435.062,622.185 435.285,622.048 C 435.393,621.981 435.523,621.961 435.645,621.992' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 429.083,620.514 C 429.191,620.449 429.32,620.43 429.441,620.46 C 429.461,620.463 429.48,620.469 429.498,620.478 C 429.549,620.497 429.597,620.525 429.638,620.561 C 429.677,620.594 429.709,620.632 429.736,620.674 C 429.868,620.899 429.796,621.189 429.572,621.324 L 427.996,622.275 C 427.832,622.374 427.624,622.364 427.469,622.251 C 427.314,622.138 427.242,621.943 427.287,621.756 C 427.315,621.632 427.394,621.523 427.504,621.458 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 437.32,616.654 L 437.32,616.654 C 437.213,616.72 437.085,616.739 436.962,616.709 C 436.838,616.681 436.73,616.604 436.665,616.494 C 436.531,616.27 436.602,615.979 436.825,615.845 L 438.402,614.891 C 438.511,614.826 438.64,614.806 438.763,614.837 L 438.816,614.854 C 438.867,614.875 438.915,614.903 438.956,614.938 C 438.995,614.971 439.028,615.01 439.054,615.055 C 439.186,615.279 439.115,615.567 438.894,615.704 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-oekostrom-waerme {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='-190.86 -650.799 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='-116.853' cy='585.644' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='-159.975' cy='585.642' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.478806 0.999542 -9.35481 -0.288071 0.004 -0.003)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.077' gradientTransform='matrix(-0.17627 0.960602 -3.46559 -0.276535 -0.002 -0.004)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(-119.445 611.828)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='-128.275' cy='622.057' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(-147.566 585.054) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(-155.074 557.851) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='none'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(-128.634 588.575) rotate(90)' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group_1'%3E%3Cpath d='M -143.797,547.05 L -94.103,552.177 L -94.279,552.776 L -143.884,547.928 L -143.797,547.05 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M -147.32,610.22 L -90.209,613.052 L -90.718,552.803 L -147.173,546.949 L -147.32,610.22 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M -147.32,610.22 L -167.225,616.873 L -167.231,616.988 L -167.292,617.008 L -167.292,616.895 L -166.938,560.512 L -147.173,546.949 L -147.32,610.22 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(-116.887 561.962) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(-157.161 565.366) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M -94.024,613.322 L -94.022,612.863 L -144.119,610.378 L -144.119,610.673 L -144.314,610.806 L -94.024,613.322 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M -115.524,619.432 L -90.208,613.349 L -93.647,613.211 L -94.008,613.318 L -144.26,610.77 L -144.119,610.673 L -147.319,610.533 L -167.272,617.104 L -115.524,619.432 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M -167.231,616.988 L -147.32,610.41 L -147.32,610.22 L -167.231,616.875 L -167.231,616.988 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -90.377,613.044 L -90.377,613.219 L -93.647,613.075 L -94.024,613.18 L -94.023,612.862 L -90.377,613.044 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -93.646,613.075 L -93.647,613.075 L -93.647,613.211 L -90.208,613.349 L -90.209,613.226 L -93.646,613.075 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -93.647,613.075 L -94.024,613.18 L -94.024,613.322 L -93.647,613.211 L -93.647,613.075 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.32,610.41 L -167.276,617.003 L -167.275,617.104 L -147.319,610.533 L -147.32,610.41 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.306,547.041 L -147.44,610.259 L -147.326,610.219 L -147.176,610.227 L -147.042,546.963 L -147.173,546.949 L -147.306,547.041 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M -144.119,610.379 L -144.119,610.554 L -147.32,610.41 L -147.32,610.22 L -144.119,610.379 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.32,610.41 L -147.32,610.41 L -147.319,610.533 L -144.119,610.678 L -144.119,610.554 L -147.32,610.41 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.174,546.673 L -147.174,546.673 L -147.173,546.796 L -143.788,547.147 L -143.797,547.03 L -147.174,546.673 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -143.822,547.145 L -143.82,547.297 L -147.173,546.949 L -147.173,546.797 L -143.822,547.145 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.174,546.673 L -166.886,560.184 L -166.887,560.307 L -147.173,546.796 L -147.174,546.673 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.173,546.796 L -166.85,560.3 L -166.85,560.452 L -147.173,546.949 L -147.173,546.796 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -94.103,552.177 L -94.103,552.177 L -94.102,552.3 L -90.838,552.638 L -90.838,552.522 L -94.103,552.177 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -91.01,552.62 L -91.009,552.772 L -94.362,552.425 L -94.103,552.3 L -91.01,552.62 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -94.103,552.3 L -94.363,552.425 L -94.361,552.308 L -94.103,552.177 L -94.103,552.3 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -158.62,569.249 C -159.341,570.981 -159.82,573.653 -159.69,576.668 C -159.657,577.335 -159.589,577.895 -159.5,578.371 C -160.395,582.433 -160.301,586.73 -158.926,589.467 C -159.149,590.361 -159.148,591.308 -158.963,591.739 L -158.686,592.389 C -158.544,592.721 -158.235,592.574 -158.051,591.991 L -154.177,579.209 C -154.016,578.674 -154.002,577.723 -154.146,577.353 L -154.402,576.58 C -154.543,576.19 -154.856,576.321 -155.083,576.905 C -156.029,573.801 -157.194,572.991 -158.708,575.82 C -158.709,575.808 -158.71,575.797 -158.711,575.786 C -158.77,573.888 -158.485,572.409 -158.075,571.38 C -157.618,570.224 -156.857,569.567 -156.066,569.495 C -154.812,569.264 -151.999,572.183 -151.833,580.515 C -151.76,584.909 -151.976,588.657 -153.289,593.215 C -154.972,598.697 -157.41,600.502 -159.267,597.84 C -161.362,594.61 -161.984,587.93 -161.05,580.46 C -160.918,579.372 -161.122,578.768 -161.372,578.694 C -161.633,578.616 -161.877,579.117 -161.994,579.964 C -163.073,588.578 -162.451,596.248 -159.943,600.418 C -157.45,603.96 -154.267,601.108 -152.493,594.55 C -150.989,588.986 -150.524,583.362 -150.935,577.961 C -151.66,569.424 -153.834,566.827 -155.745,566.499 C -156.74,566.328 -157.825,567.424 -158.62,569.249 Z M -154.642,582.25 L -155.222,584.169 L -154.084,587.182 C -153.976,587.468 -153.767,587.436 -153.572,586.897 C -153.395,586.41 -153.438,585.651 -153.533,585.39 L -154.642,582.25 Z M -156.509,588.384 L -157.089,590.305 L -155.951,593.317 C -155.843,593.604 -155.634,593.57 -155.44,593.033 C -155.262,592.544 -155.306,591.786 -155.4,591.525 L -156.509,588.384 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M -123.741,564.564 C -125.733,565.897 -127.005,568.34 -126.532,571.511 C -126.417,572.216 -126.205,572.833 -125.934,573.375 C -128.343,576.989 -127.929,581.454 -123.932,585.105 C -124.532,585.886 -124.497,586.857 -123.96,587.412 L -123.149,588.25 C -122.736,588.677 -121.862,588.718 -121.358,588.232 L -110.78,577.51 C -110.337,577.061 -110.329,576.094 -110.752,575.627 L -111.506,574.676 C -111.919,574.189 -112.802,574.132 -113.432,574.591 C -116.225,570.826 -119.565,569.277 -123.769,571.247 C -123.773,571.235 -123.777,571.223 -123.781,571.21 C -124.012,569.229 -123.251,567.887 -122.124,567.082 C -120.86,566.179 -118.72,565.974 -116.475,566.387 C -112.916,566.923 -104.825,571.646 -104.071,580.291 C -103.713,584.843 -104.205,588.553 -107.78,592.417 C -112.381,597.002 -119.248,597.353 -124.617,593.482 C -130.677,588.881 -132.674,581.648 -130.271,574.564 C -129.932,573.529 -130.533,572.785 -131.243,572.555 C -131.988,572.315 -132.669,572.676 -132.972,573.473 C -135.744,581.643 -133.721,589.889 -126.449,595.709 C -119.244,600.875 -110.294,599.91 -105.474,594.276 C -101.386,589.496 -100.254,584.017 -101.604,578.227 C -103.954,569.027 -110.221,565.025 -115.661,563.514 C -118.5,562.725 -121.545,563.182 -123.741,564.564 Z M -111.997,580.341 L -113.582,581.953 L -110.244,585.743 C -109.928,586.103 -109.336,586.198 -108.799,585.766 C -108.311,585.374 -108.463,584.57 -108.738,584.245 L -111.997,580.341 Z M -117.097,585.483 L -118.682,587.095 L -115.345,590.884 C -115.028,591.244 -114.436,591.339 -113.899,590.907 C -113.411,590.515 -113.563,589.711 -113.838,589.386 L -117.097,585.483 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M -130.042,613.381 C -132.522,613.457 -134.632,613.678 -135.194,614.039 C -135.308,614.119 -135.294,614.193 -135.195,614.261 C -138.857,614.571 -139.906,615.068 -137.016,615.6 C -137.888,615.665 -138.173,615.771 -137.806,615.849 L -137.254,615.968 C -136.97,616.028 -136.087,616.062 -135.41,616.027 L -121.036,615.228 C -120.435,615.195 -120.108,615.091 -120.386,615.025 L -120.845,614.895 C -121.107,614.829 -121.993,614.792 -122.789,614.821 C -124.408,614.317 -127.319,614.035 -132.276,614.105 C -132.276,614.103 -132.276,614.101 -132.275,614.099 C -131.859,613.877 -130.637,613.758 -129.216,613.709 C -127.622,613.655 -125.365,613.706 -123.2,613.828 C -119.73,614.007 -113,614.797 -115.082,615.759 C -116.218,616.265 -117.946,616.649 -122.884,616.945 C -129.11,617.286 -136.26,617.088 -140.483,616.485 C -145.173,615.778 -144.831,614.926 -140.031,614.241 C -139.341,614.141 -139.711,614.04 -140.364,613.99 C -141.049,613.939 -141.864,613.955 -142.437,614.031 C -147.973,614.821 -148.623,615.783 -143.095,616.664 C -137.418,617.47 -127.932,617.672 -121.135,617.225 C -115.369,616.848 -112.401,616.293 -111.873,615.62 C -111.245,614.543 -116.343,613.893 -121.417,613.544 C -124.065,613.362 -127.336,613.307 -130.042,613.381 Z M -123.217,615.492 L -125.373,615.613 L -123.205,616.138 C -122.999,616.188 -122.424,616.219 -121.731,616.19 C -121.103,616.164 -120.992,616.072 -121.167,616.027 L -123.217,615.492 Z M -130.138,615.874 L -132.295,615.995 L -130.127,616.521 C -129.921,616.57 -129.346,616.601 -128.653,616.572 C -128.024,616.546 -127.915,616.455 -128.089,616.41 L -130.138,615.874 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M -167.013,572.418 C -184.453,570.088 -195.789,566.068 -188.096,553.739 C -185.039,548.086 -175.738,547.718 -170.601,547.125 C -161.296,546.835 -154.971,546.693 -147.174,546.673 L -166.939,560.189 L -167.013,572.418 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(-104.225 630.476) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M -104.225,630.476 L -66.721,630.476 L -66.721,592.972 L -104.225,592.972 L -104.225,630.476 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M -80.883,628.873 C -71.684,626.058 -66.508,616.319 -69.322,607.12 C -72.136,597.921 -81.874,592.745 -91.073,595.556 C -100.272,598.369 -105.451,608.106 -102.639,617.307 C -99.825,626.508 -90.085,631.686 -80.883,628.873' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cg id='Group_6' fill='%231a1a18' fill-rule='nonzero' stroke-width='0.18'%3E%3Cpath d='M -83.399,619.543 C -83.314,619.374 -83.225,619.198 -83.148,619.022 C -82.981,618.64 -83.015,618.287 -83.247,617.974 C -83.283,617.923 -83.314,617.871 -83.336,617.819 C -83.425,617.602 -83.329,617.322 -83.122,617.19 C -82.942,617.077 -82.764,617.107 -82.619,617.271 C -82.055,617.917 -81.951,618.698 -82.328,619.468 C -82.373,619.559 -82.418,619.65 -82.465,619.741 C -82.534,619.875 -82.606,620.014 -82.671,620.155 C -82.838,620.527 -82.804,620.861 -82.566,621.179 C -82.46,621.319 -82.421,621.467 -82.452,621.606 C -82.485,621.752 -82.594,621.881 -82.76,621.97 C -82.775,621.978 -82.832,622.009 -82.887,622.009 C -82.947,622.011 -82.997,622.007 -83.064,621.961 C -83.086,621.946 -83.102,621.934 -83.128,621.912 C -83.195,621.859 -83.221,621.83 -83.27,621.769 C -83.777,621.144 -83.855,620.464 -83.5,619.745 C -83.467,619.678 -83.433,619.61 -83.399,619.543 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -86.543,619.54 C -86.457,619.371 -86.369,619.195 -86.29,619.019 C -86.124,618.637 -86.158,618.284 -86.39,617.97 C -86.427,617.92 -86.456,617.868 -86.478,617.815 C -86.567,617.599 -86.472,617.319 -86.264,617.187 C -86.086,617.074 -85.907,617.104 -85.762,617.268 C -85.198,617.914 -85.095,618.695 -85.47,619.464 C -85.515,619.556 -85.561,619.647 -85.607,619.738 C -85.677,619.872 -85.748,620.011 -85.813,620.152 C -85.982,620.524 -85.947,620.858 -85.709,621.176 C -85.602,621.316 -85.563,621.464 -85.595,621.603 C -85.627,621.749 -85.736,621.878 -85.903,621.967 C -85.919,621.975 -85.974,622.006 -86.029,622.006 C -86.09,622.008 -86.14,622.004 -86.207,621.958 C -86.228,621.943 -86.245,621.931 -86.271,621.909 C -86.337,621.856 -86.363,621.827 -86.414,621.765 C -86.92,621.141 -86.997,620.461 -86.643,619.742 C -86.61,619.674 -86.575,619.607 -86.543,619.54 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -89.112,621.998 L -89.147,621.998 C -89.127,621.998 -89.112,621.998 -89.112,621.998 Z M -89.625,619.538 C -89.54,619.369 -89.452,619.193 -89.375,619.015 C -89.207,618.634 -89.241,618.28 -89.473,617.967 C -89.51,617.917 -89.541,617.865 -89.563,617.812 C -89.652,617.596 -89.555,617.316 -89.349,617.184 C -89.169,617.071 -88.991,617.101 -88.846,617.266 C -88.282,617.912 -88.178,618.692 -88.554,619.462 C -88.599,619.553 -88.646,619.644 -88.692,619.735 C -88.761,619.869 -88.833,620.009 -88.896,620.149 C -89.065,620.521 -89.031,620.856 -88.793,621.173 C -88.688,621.313 -88.648,621.461 -88.679,621.6 C -88.712,621.746 -88.82,621.875 -88.987,621.964 C -89.002,621.972 -89.058,622.003 -89.114,622.004 C -89.173,622.005 -89.224,622.002 -89.29,621.956 C -89.313,621.941 -89.328,621.929 -89.355,621.907 C -89.422,621.853 -89.447,621.824 -89.498,621.763 C -90.005,621.138 -90.082,620.458 -89.727,619.741 C -89.695,619.672 -89.66,619.605 -89.625,619.538 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -89.147,621.998 L -89.112,621.998 C -89.112,621.998 -89.127,621.998 -89.147,621.998 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -80.235,611.361 L -80.234,609.054 L -80.233,607.699 L -80.232,604.469 C -80.232,604.035 -80.433,603.7 -80.813,603.505 C -80.982,603.418 -81.153,603.375 -81.323,603.374 C -81.538,603.374 -81.749,603.443 -81.952,603.584 C -82.254,603.792 -82.407,604.098 -82.41,604.496 C -82.411,604.995 -82.412,605.494 -82.411,605.994 L -82.412,606.511 L -82.413,608.422 C -82.415,610.152 -82.418,611.88 -82.418,613.61 C -82.419,614.187 -82.069,614.639 -81.551,614.734 C -81.211,614.796 -80.874,614.714 -80.627,614.51 C -80.379,614.304 -80.242,614.003 -80.239,613.66 C -80.234,612.893 -80.236,612.126 -80.235,611.361 Z M -83.348,608.498 C -83.347,607.17 -83.346,605.842 -83.346,604.515 C -83.345,603.965 -83.657,603.54 -84.162,603.412 C -84.255,603.388 -84.352,603.375 -84.445,603.374 C -84.683,603.374 -84.912,603.451 -85.099,603.596 C -85.368,603.804 -85.522,604.125 -85.525,604.482 C -85.528,605.563 -85.529,606.645 -85.529,607.727 L -85.529,609.048 L -85.531,610.422 C -85.533,611.499 -85.535,612.577 -85.532,613.654 C -85.531,614.047 -85.335,614.403 -85.008,614.604 C -84.689,614.798 -84.297,614.813 -83.958,614.64 C -83.558,614.436 -83.356,614.096 -83.354,613.63 C -83.351,612.727 -83.352,611.824 -83.351,610.919 L -83.35,609.945 L -83.348,608.498 Z M -86.462,604.506 C -86.461,603.947 -86.785,603.523 -87.305,603.403 C -87.39,603.384 -87.476,603.374 -87.561,603.373 C -87.803,603.373 -88.037,603.452 -88.23,603.602 C -88.484,603.801 -88.632,604.101 -88.638,604.43 C -88.647,604.949 -88.646,605.477 -88.644,605.987 C -88.644,606.204 -88.643,606.421 -88.644,606.638 L -88.648,610.402 C -88.649,611.478 -88.65,612.553 -88.649,613.627 C -88.649,614.19 -88.3,614.633 -87.779,614.729 C -87.456,614.788 -87.143,614.716 -86.897,614.528 C -86.65,614.339 -86.5,614.055 -86.473,613.727 C -86.47,613.694 -86.469,613.66 -86.469,613.628 L -86.467,611.542 C -86.465,609.197 -86.462,606.851 -86.462,604.506 Z M -89.578,604.544 C -89.578,603.92 -89.923,603.485 -90.5,603.384 C -90.558,603.373 -90.617,603.368 -90.675,603.367 C -90.906,603.367 -91.135,603.444 -91.327,603.59 C -91.567,603.77 -91.721,604.037 -91.751,604.324 C -91.756,604.381 -91.759,604.442 -91.759,604.521 L -91.762,605.851 C -91.764,608.385 -91.768,611.007 -91.763,613.584 C -91.764,613.778 -91.723,613.976 -91.649,614.143 C -91.452,614.58 -91,614.811 -90.501,614.731 C -90.028,614.655 -89.677,614.298 -89.608,613.823 C -89.592,613.73 -89.586,613.626 -89.586,613.491 C -89.585,612.308 -89.584,611.126 -89.583,609.942 L -89.581,607.783 C -89.579,606.703 -89.578,605.623 -89.578,604.544 Z M -77.696,615.176 C -77.697,615.269 -77.716,615.361 -77.75,615.435 C -77.835,615.625 -78.045,615.731 -78.248,615.685 C -78.489,615.633 -78.622,615.456 -78.624,615.187 C -78.628,614.775 -78.628,614.364 -78.627,613.952 L -78.625,613.179 L -79.314,613.178 L -79.309,613.231 C -79.218,614.386 -79.653,615.165 -80.599,615.548 C -81.395,615.869 -82.154,615.688 -82.856,615.008 L -82.892,614.973 L -82.927,615.008 C -83.375,615.467 -83.873,615.692 -84.449,615.691 L -84.457,615.691 C -85.018,615.689 -85.526,615.459 -85.965,615.009 L -86.002,614.973 L -86.036,615.01 C -86.457,615.441 -86.993,615.681 -87.543,615.689 C -88.1,615.69 -88.638,615.459 -89.094,615.01 L -89.129,614.978 L -89.207,615.05 C -89.238,615.079 -89.269,615.109 -89.301,615.135 C -89.963,615.706 -90.678,615.839 -91.426,615.534 C -92.217,615.208 -92.644,614.608 -92.695,613.748 C -92.703,613.629 -92.702,613.511 -92.7,613.385 C -92.697,613.324 -92.697,613.263 -92.697,613.198 L -92.697,613.149 L -92.985,613.148 C -93.068,613.148 -93.152,613.148 -93.235,613.149 C -93.424,613.15 -93.618,613.151 -93.809,613.144 C -94.005,613.136 -94.149,613.035 -94.227,612.852 C -94.304,612.664 -94.273,612.492 -94.141,612.379 C -94.041,612.295 -93.892,612.233 -93.762,612.225 C -93.532,612.209 -93.301,612.211 -93.058,612.215 C -92.957,612.216 -92.856,612.217 -92.752,612.218 L -92.703,612.218 L -92.695,604.694 C -92.695,604.578 -92.695,604.457 -92.686,604.338 C -92.634,603.555 -92.248,602.983 -91.544,602.639 C -90.866,602.308 -90.197,602.356 -89.551,602.783 C -89.452,602.848 -89.358,602.928 -89.266,603.004 C -89.223,603.041 -89.18,603.077 -89.137,603.111 L -89.102,603.141 L -89.069,603.107 C -88.656,602.678 -88.122,602.439 -87.565,602.435 L -87.554,602.435 C -86.997,602.436 -86.454,602.679 -86.021,603.117 L -85.986,603.153 L -85.95,603.116 C -85.511,602.662 -85.017,602.443 -84.442,602.44 L -84.433,602.44 C -83.856,602.442 -83.35,602.675 -82.886,603.153 L -82.846,603.195 L -82.81,603.147 C -82.796,603.126 -82.783,603.107 -82.771,603.086 C -82.75,603.051 -82.73,603.021 -82.706,603.002 C -82.111,602.468 -81.433,602.313 -80.689,602.544 C -79.844,602.809 -79.295,603.588 -79.296,604.532 C -79.295,606.253 -79.297,607.972 -79.3,609.692 L -79.302,612.189 L -79.27,612.201 C -79.253,612.207 -79.242,612.211 -79.234,612.215 C -79.216,612.222 -79.204,612.226 -79.188,612.227 L -78.768,612.229 C -78.588,612.229 -78.407,612.23 -78.228,612.231 C -77.869,612.234 -77.694,612.407 -77.693,612.759 C -77.689,613.53 -77.691,614.321 -77.696,615.176 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-oekostrom-waerme--not-hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='-190.86 -650.799 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='-116.853' cy='585.644' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='-159.975' cy='585.642' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.478806 0.999542 -9.35481 -0.288071 0.004 -0.003)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.077' gradientTransform='matrix(-0.17627 0.960602 -3.46559 -0.276535 -0.002 -0.004)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(-119.445 611.828)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='-128.275' cy='622.057' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(-147.566 585.054) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(-155.074 557.851) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='none'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(-128.634 588.575) rotate(90)' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group_1'%3E%3Cpath d='M -143.797,547.05 L -94.103,552.177 L -94.279,552.776 L -143.884,547.928 L -143.797,547.05 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M -147.32,610.22 L -90.209,613.052 L -90.718,552.803 L -147.173,546.949 L -147.32,610.22 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M -147.32,610.22 L -167.225,616.873 L -167.231,616.988 L -167.292,617.008 L -167.292,616.895 L -166.938,560.512 L -147.173,546.949 L -147.32,610.22 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(-116.887 561.962) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(-157.161 565.366) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M -94.024,613.322 L -94.022,612.863 L -144.119,610.378 L -144.119,610.673 L -144.314,610.806 L -94.024,613.322 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M -115.524,619.432 L -90.208,613.349 L -93.647,613.211 L -94.008,613.318 L -144.26,610.77 L -144.119,610.673 L -147.319,610.533 L -167.272,617.104 L -115.524,619.432 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M -167.231,616.988 L -147.32,610.41 L -147.32,610.22 L -167.231,616.875 L -167.231,616.988 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -90.377,613.044 L -90.377,613.219 L -93.647,613.075 L -94.024,613.18 L -94.023,612.862 L -90.377,613.044 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -93.646,613.075 L -93.647,613.075 L -93.647,613.211 L -90.208,613.349 L -90.209,613.226 L -93.646,613.075 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -93.647,613.075 L -94.024,613.18 L -94.024,613.322 L -93.647,613.211 L -93.647,613.075 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.32,610.41 L -167.276,617.003 L -167.275,617.104 L -147.319,610.533 L -147.32,610.41 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.306,547.041 L -147.44,610.259 L -147.326,610.219 L -147.176,610.227 L -147.042,546.963 L -147.173,546.949 L -147.306,547.041 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M -144.119,610.379 L -144.119,610.554 L -147.32,610.41 L -147.32,610.22 L -144.119,610.379 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.32,610.41 L -147.32,610.41 L -147.319,610.533 L -144.119,610.678 L -144.119,610.554 L -147.32,610.41 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.174,546.673 L -147.174,546.673 L -147.173,546.796 L -143.788,547.147 L -143.797,547.03 L -147.174,546.673 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -143.822,547.145 L -143.82,547.297 L -147.173,546.949 L -147.173,546.797 L -143.822,547.145 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.174,546.673 L -166.886,560.184 L -166.887,560.307 L -147.173,546.796 L -147.174,546.673 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.173,546.796 L -166.85,560.3 L -166.85,560.452 L -147.173,546.949 L -147.173,546.796 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -94.103,552.177 L -94.103,552.177 L -94.102,552.3 L -90.838,552.638 L -90.838,552.522 L -94.103,552.177 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -91.01,552.62 L -91.009,552.772 L -94.362,552.425 L -94.103,552.3 L -91.01,552.62 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -94.103,552.3 L -94.363,552.425 L -94.361,552.308 L -94.103,552.177 L -94.103,552.3 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -158.62,569.249 C -159.341,570.981 -159.82,573.653 -159.69,576.668 C -159.657,577.335 -159.589,577.895 -159.5,578.371 C -160.395,582.433 -160.301,586.73 -158.926,589.467 C -159.149,590.361 -159.148,591.308 -158.963,591.739 L -158.686,592.389 C -158.544,592.721 -158.235,592.574 -158.051,591.991 L -154.177,579.209 C -154.016,578.674 -154.002,577.723 -154.146,577.353 L -154.402,576.58 C -154.543,576.19 -154.856,576.321 -155.083,576.905 C -156.029,573.801 -157.194,572.991 -158.708,575.82 C -158.709,575.808 -158.71,575.797 -158.711,575.786 C -158.77,573.888 -158.485,572.409 -158.075,571.38 C -157.618,570.224 -156.857,569.567 -156.066,569.495 C -154.812,569.264 -151.999,572.183 -151.833,580.515 C -151.76,584.909 -151.976,588.657 -153.289,593.215 C -154.972,598.697 -157.41,600.502 -159.267,597.84 C -161.362,594.61 -161.984,587.93 -161.05,580.46 C -160.918,579.372 -161.122,578.768 -161.372,578.694 C -161.633,578.616 -161.877,579.117 -161.994,579.964 C -163.073,588.578 -162.451,596.248 -159.943,600.418 C -157.45,603.96 -154.267,601.108 -152.493,594.55 C -150.989,588.986 -150.524,583.362 -150.935,577.961 C -151.66,569.424 -153.834,566.827 -155.745,566.499 C -156.74,566.328 -157.825,567.424 -158.62,569.249 Z M -154.642,582.25 L -155.222,584.169 L -154.084,587.182 C -153.976,587.468 -153.767,587.436 -153.572,586.897 C -153.395,586.41 -153.438,585.651 -153.533,585.39 L -154.642,582.25 Z M -156.509,588.384 L -157.089,590.305 L -155.951,593.317 C -155.843,593.604 -155.634,593.57 -155.44,593.033 C -155.262,592.544 -155.306,591.786 -155.4,591.525 L -156.509,588.384 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M -123.741,564.564 C -125.733,565.897 -127.005,568.34 -126.532,571.511 C -126.417,572.216 -126.205,572.833 -125.934,573.375 C -128.343,576.989 -127.929,581.454 -123.932,585.105 C -124.532,585.886 -124.497,586.857 -123.96,587.412 L -123.149,588.25 C -122.736,588.677 -121.862,588.718 -121.358,588.232 L -110.78,577.51 C -110.337,577.061 -110.329,576.094 -110.752,575.627 L -111.506,574.676 C -111.919,574.189 -112.802,574.132 -113.432,574.591 C -116.225,570.826 -119.565,569.277 -123.769,571.247 C -123.773,571.235 -123.777,571.223 -123.781,571.21 C -124.012,569.229 -123.251,567.887 -122.124,567.082 C -120.86,566.179 -118.72,565.974 -116.475,566.387 C -112.916,566.923 -104.825,571.646 -104.071,580.291 C -103.713,584.843 -104.205,588.553 -107.78,592.417 C -112.381,597.002 -119.248,597.353 -124.617,593.482 C -130.677,588.881 -132.674,581.648 -130.271,574.564 C -129.932,573.529 -130.533,572.785 -131.243,572.555 C -131.988,572.315 -132.669,572.676 -132.972,573.473 C -135.744,581.643 -133.721,589.889 -126.449,595.709 C -119.244,600.875 -110.294,599.91 -105.474,594.276 C -101.386,589.496 -100.254,584.017 -101.604,578.227 C -103.954,569.027 -110.221,565.025 -115.661,563.514 C -118.5,562.725 -121.545,563.182 -123.741,564.564 Z M -111.997,580.341 L -113.582,581.953 L -110.244,585.743 C -109.928,586.103 -109.336,586.198 -108.799,585.766 C -108.311,585.374 -108.463,584.57 -108.738,584.245 L -111.997,580.341 Z M -117.097,585.483 L -118.682,587.095 L -115.345,590.884 C -115.028,591.244 -114.436,591.339 -113.899,590.907 C -113.411,590.515 -113.563,589.711 -113.838,589.386 L -117.097,585.483 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M -130.042,613.381 C -132.522,613.457 -134.632,613.678 -135.194,614.039 C -135.308,614.119 -135.294,614.193 -135.195,614.261 C -138.857,614.571 -139.906,615.068 -137.016,615.6 C -137.888,615.665 -138.173,615.771 -137.806,615.849 L -137.254,615.968 C -136.97,616.028 -136.087,616.062 -135.41,616.027 L -121.036,615.228 C -120.435,615.195 -120.108,615.091 -120.386,615.025 L -120.845,614.895 C -121.107,614.829 -121.993,614.792 -122.789,614.821 C -124.408,614.317 -127.319,614.035 -132.276,614.105 C -132.276,614.103 -132.276,614.101 -132.275,614.099 C -131.859,613.877 -130.637,613.758 -129.216,613.709 C -127.622,613.655 -125.365,613.706 -123.2,613.828 C -119.73,614.007 -113,614.797 -115.082,615.759 C -116.218,616.265 -117.946,616.649 -122.884,616.945 C -129.11,617.286 -136.26,617.088 -140.483,616.485 C -145.173,615.778 -144.831,614.926 -140.031,614.241 C -139.341,614.141 -139.711,614.04 -140.364,613.99 C -141.049,613.939 -141.864,613.955 -142.437,614.031 C -147.973,614.821 -148.623,615.783 -143.095,616.664 C -137.418,617.47 -127.932,617.672 -121.135,617.225 C -115.369,616.848 -112.401,616.293 -111.873,615.62 C -111.245,614.543 -116.343,613.893 -121.417,613.544 C -124.065,613.362 -127.336,613.307 -130.042,613.381 Z M -123.217,615.492 L -125.373,615.613 L -123.205,616.138 C -122.999,616.188 -122.424,616.219 -121.731,616.19 C -121.103,616.164 -120.992,616.072 -121.167,616.027 L -123.217,615.492 Z M -130.138,615.874 L -132.295,615.995 L -130.127,616.521 C -129.921,616.57 -129.346,616.601 -128.653,616.572 C -128.024,616.546 -127.915,616.455 -128.089,616.41 L -130.138,615.874 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M -167.013,572.418 C -184.453,570.088 -195.789,566.068 -188.096,553.739 C -185.039,548.086 -175.738,547.718 -170.601,547.125 C -161.296,546.835 -154.971,546.693 -147.174,546.673 L -166.939,560.189 L -167.013,572.418 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(-104.225 630.476) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M -104.225,630.476 L -66.721,630.476 L -66.721,592.972 L -104.225,592.972 L -104.225,630.476 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M -80.883,628.873 C -71.684,626.058 -66.508,616.319 -69.322,607.12 C -72.136,597.921 -81.874,592.745 -91.073,595.556 C -100.272,598.369 -105.451,608.106 -102.639,617.307 C -99.825,626.508 -90.085,631.686 -80.883,628.873' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cg id='Group_6' fill='%231a1a18' fill-rule='nonzero' stroke-width='0.18'%3E%3Cpath d='M -83.399,619.543 C -83.314,619.374 -83.225,619.198 -83.148,619.022 C -82.981,618.64 -83.015,618.287 -83.247,617.974 C -83.283,617.923 -83.314,617.871 -83.336,617.819 C -83.425,617.602 -83.329,617.322 -83.122,617.19 C -82.942,617.077 -82.764,617.107 -82.619,617.271 C -82.055,617.917 -81.951,618.698 -82.328,619.468 C -82.373,619.559 -82.418,619.65 -82.465,619.741 C -82.534,619.875 -82.606,620.014 -82.671,620.155 C -82.838,620.527 -82.804,620.861 -82.566,621.179 C -82.46,621.319 -82.421,621.467 -82.452,621.606 C -82.485,621.752 -82.594,621.881 -82.76,621.97 C -82.775,621.978 -82.832,622.009 -82.887,622.009 C -82.947,622.011 -82.997,622.007 -83.064,621.961 C -83.086,621.946 -83.102,621.934 -83.128,621.912 C -83.195,621.859 -83.221,621.83 -83.27,621.769 C -83.777,621.144 -83.855,620.464 -83.5,619.745 C -83.467,619.678 -83.433,619.61 -83.399,619.543 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -86.543,619.54 C -86.457,619.371 -86.369,619.195 -86.29,619.019 C -86.124,618.637 -86.158,618.284 -86.39,617.97 C -86.427,617.92 -86.456,617.868 -86.478,617.815 C -86.567,617.599 -86.472,617.319 -86.264,617.187 C -86.086,617.074 -85.907,617.104 -85.762,617.268 C -85.198,617.914 -85.095,618.695 -85.47,619.464 C -85.515,619.556 -85.561,619.647 -85.607,619.738 C -85.677,619.872 -85.748,620.011 -85.813,620.152 C -85.982,620.524 -85.947,620.858 -85.709,621.176 C -85.602,621.316 -85.563,621.464 -85.595,621.603 C -85.627,621.749 -85.736,621.878 -85.903,621.967 C -85.919,621.975 -85.974,622.006 -86.029,622.006 C -86.09,622.008 -86.14,622.004 -86.207,621.958 C -86.228,621.943 -86.245,621.931 -86.271,621.909 C -86.337,621.856 -86.363,621.827 -86.414,621.765 C -86.92,621.141 -86.997,620.461 -86.643,619.742 C -86.61,619.674 -86.575,619.607 -86.543,619.54 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -89.112,621.998 L -89.147,621.998 C -89.127,621.998 -89.112,621.998 -89.112,621.998 Z M -89.625,619.538 C -89.54,619.369 -89.452,619.193 -89.375,619.015 C -89.207,618.634 -89.241,618.28 -89.473,617.967 C -89.51,617.917 -89.541,617.865 -89.563,617.812 C -89.652,617.596 -89.555,617.316 -89.349,617.184 C -89.169,617.071 -88.991,617.101 -88.846,617.266 C -88.282,617.912 -88.178,618.692 -88.554,619.462 C -88.599,619.553 -88.646,619.644 -88.692,619.735 C -88.761,619.869 -88.833,620.009 -88.896,620.149 C -89.065,620.521 -89.031,620.856 -88.793,621.173 C -88.688,621.313 -88.648,621.461 -88.679,621.6 C -88.712,621.746 -88.82,621.875 -88.987,621.964 C -89.002,621.972 -89.058,622.003 -89.114,622.004 C -89.173,622.005 -89.224,622.002 -89.29,621.956 C -89.313,621.941 -89.328,621.929 -89.355,621.907 C -89.422,621.853 -89.447,621.824 -89.498,621.763 C -90.005,621.138 -90.082,620.458 -89.727,619.741 C -89.695,619.672 -89.66,619.605 -89.625,619.538 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -89.147,621.998 L -89.112,621.998 C -89.112,621.998 -89.127,621.998 -89.147,621.998 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -80.235,611.361 L -80.234,609.054 L -80.233,607.699 L -80.232,604.469 C -80.232,604.035 -80.433,603.7 -80.813,603.505 C -80.982,603.418 -81.153,603.375 -81.323,603.374 C -81.538,603.374 -81.749,603.443 -81.952,603.584 C -82.254,603.792 -82.407,604.098 -82.41,604.496 C -82.411,604.995 -82.412,605.494 -82.411,605.994 L -82.412,606.511 L -82.413,608.422 C -82.415,610.152 -82.418,611.88 -82.418,613.61 C -82.419,614.187 -82.069,614.639 -81.551,614.734 C -81.211,614.796 -80.874,614.714 -80.627,614.51 C -80.379,614.304 -80.242,614.003 -80.239,613.66 C -80.234,612.893 -80.236,612.126 -80.235,611.361 Z M -83.348,608.498 C -83.347,607.17 -83.346,605.842 -83.346,604.515 C -83.345,603.965 -83.657,603.54 -84.162,603.412 C -84.255,603.388 -84.352,603.375 -84.445,603.374 C -84.683,603.374 -84.912,603.451 -85.099,603.596 C -85.368,603.804 -85.522,604.125 -85.525,604.482 C -85.528,605.563 -85.529,606.645 -85.529,607.727 L -85.529,609.048 L -85.531,610.422 C -85.533,611.499 -85.535,612.577 -85.532,613.654 C -85.531,614.047 -85.335,614.403 -85.008,614.604 C -84.689,614.798 -84.297,614.813 -83.958,614.64 C -83.558,614.436 -83.356,614.096 -83.354,613.63 C -83.351,612.727 -83.352,611.824 -83.351,610.919 L -83.35,609.945 L -83.348,608.498 Z M -86.462,604.506 C -86.461,603.947 -86.785,603.523 -87.305,603.403 C -87.39,603.384 -87.476,603.374 -87.561,603.373 C -87.803,603.373 -88.037,603.452 -88.23,603.602 C -88.484,603.801 -88.632,604.101 -88.638,604.43 C -88.647,604.949 -88.646,605.477 -88.644,605.987 C -88.644,606.204 -88.643,606.421 -88.644,606.638 L -88.648,610.402 C -88.649,611.478 -88.65,612.553 -88.649,613.627 C -88.649,614.19 -88.3,614.633 -87.779,614.729 C -87.456,614.788 -87.143,614.716 -86.897,614.528 C -86.65,614.339 -86.5,614.055 -86.473,613.727 C -86.47,613.694 -86.469,613.66 -86.469,613.628 L -86.467,611.542 C -86.465,609.197 -86.462,606.851 -86.462,604.506 Z M -89.578,604.544 C -89.578,603.92 -89.923,603.485 -90.5,603.384 C -90.558,603.373 -90.617,603.368 -90.675,603.367 C -90.906,603.367 -91.135,603.444 -91.327,603.59 C -91.567,603.77 -91.721,604.037 -91.751,604.324 C -91.756,604.381 -91.759,604.442 -91.759,604.521 L -91.762,605.851 C -91.764,608.385 -91.768,611.007 -91.763,613.584 C -91.764,613.778 -91.723,613.976 -91.649,614.143 C -91.452,614.58 -91,614.811 -90.501,614.731 C -90.028,614.655 -89.677,614.298 -89.608,613.823 C -89.592,613.73 -89.586,613.626 -89.586,613.491 C -89.585,612.308 -89.584,611.126 -89.583,609.942 L -89.581,607.783 C -89.579,606.703 -89.578,605.623 -89.578,604.544 Z M -77.696,615.176 C -77.697,615.269 -77.716,615.361 -77.75,615.435 C -77.835,615.625 -78.045,615.731 -78.248,615.685 C -78.489,615.633 -78.622,615.456 -78.624,615.187 C -78.628,614.775 -78.628,614.364 -78.627,613.952 L -78.625,613.179 L -79.314,613.178 L -79.309,613.231 C -79.218,614.386 -79.653,615.165 -80.599,615.548 C -81.395,615.869 -82.154,615.688 -82.856,615.008 L -82.892,614.973 L -82.927,615.008 C -83.375,615.467 -83.873,615.692 -84.449,615.691 L -84.457,615.691 C -85.018,615.689 -85.526,615.459 -85.965,615.009 L -86.002,614.973 L -86.036,615.01 C -86.457,615.441 -86.993,615.681 -87.543,615.689 C -88.1,615.69 -88.638,615.459 -89.094,615.01 L -89.129,614.978 L -89.207,615.05 C -89.238,615.079 -89.269,615.109 -89.301,615.135 C -89.963,615.706 -90.678,615.839 -91.426,615.534 C -92.217,615.208 -92.644,614.608 -92.695,613.748 C -92.703,613.629 -92.702,613.511 -92.7,613.385 C -92.697,613.324 -92.697,613.263 -92.697,613.198 L -92.697,613.149 L -92.985,613.148 C -93.068,613.148 -93.152,613.148 -93.235,613.149 C -93.424,613.15 -93.618,613.151 -93.809,613.144 C -94.005,613.136 -94.149,613.035 -94.227,612.852 C -94.304,612.664 -94.273,612.492 -94.141,612.379 C -94.041,612.295 -93.892,612.233 -93.762,612.225 C -93.532,612.209 -93.301,612.211 -93.058,612.215 C -92.957,612.216 -92.856,612.217 -92.752,612.218 L -92.703,612.218 L -92.695,604.694 C -92.695,604.578 -92.695,604.457 -92.686,604.338 C -92.634,603.555 -92.248,602.983 -91.544,602.639 C -90.866,602.308 -90.197,602.356 -89.551,602.783 C -89.452,602.848 -89.358,602.928 -89.266,603.004 C -89.223,603.041 -89.18,603.077 -89.137,603.111 L -89.102,603.141 L -89.069,603.107 C -88.656,602.678 -88.122,602.439 -87.565,602.435 L -87.554,602.435 C -86.997,602.436 -86.454,602.679 -86.021,603.117 L -85.986,603.153 L -85.95,603.116 C -85.511,602.662 -85.017,602.443 -84.442,602.44 L -84.433,602.44 C -83.856,602.442 -83.35,602.675 -82.886,603.153 L -82.846,603.195 L -82.81,603.147 C -82.796,603.126 -82.783,603.107 -82.771,603.086 C -82.75,603.051 -82.73,603.021 -82.706,603.002 C -82.111,602.468 -81.433,602.313 -80.689,602.544 C -79.844,602.809 -79.295,603.588 -79.296,604.532 C -79.295,606.253 -79.297,607.972 -79.3,609.692 L -79.302,612.189 L -79.27,612.201 C -79.253,612.207 -79.242,612.211 -79.234,612.215 C -79.216,612.222 -79.204,612.226 -79.188,612.227 L -78.768,612.229 C -78.588,612.229 -78.407,612.23 -78.228,612.231 C -77.869,612.234 -77.694,612.407 -77.693,612.759 C -77.689,613.53 -77.691,614.321 -77.696,615.176 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-oekostrom-waerme--hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='-190.86 -650.799 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='-116.853' cy='585.644' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='-159.975' cy='585.642' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.478806 0.999542 -9.35481 -0.288071 0.004 -0.003)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.077' gradientTransform='matrix(-0.17627 0.960602 -3.46559 -0.276535 -0.002 -0.004)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(-119.445 611.828)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='-128.275' cy='622.057' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(-147.566 585.054) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(-155.074 557.851) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='none'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(-128.634 588.575) rotate(90)' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group_1'%3E%3Cpath d='M -143.797,547.05 L -94.103,552.177 L -94.279,552.776 L -143.884,547.928 L -143.797,547.05 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M -147.32,610.22 L -90.209,613.052 L -90.718,552.803 L -147.173,546.949 L -147.32,610.22 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M -147.32,610.22 L -167.225,616.873 L -167.231,616.988 L -167.292,617.008 L -167.292,616.895 L -166.938,560.512 L -147.173,546.949 L -147.32,610.22 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(-116.887 561.962) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(-157.161 565.366) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M -94.024,613.322 L -94.022,612.863 L -144.119,610.378 L -144.119,610.673 L -144.314,610.806 L -94.024,613.322 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M -115.524,619.432 L -90.208,613.349 L -93.647,613.211 L -94.008,613.318 L -144.26,610.77 L -144.119,610.673 L -147.319,610.533 L -167.272,617.104 L -115.524,619.432 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M -167.231,616.988 L -147.32,610.41 L -147.32,610.22 L -167.231,616.875 L -167.231,616.988 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -90.377,613.044 L -90.377,613.219 L -93.647,613.075 L -94.024,613.18 L -94.023,612.862 L -90.377,613.044 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -93.646,613.075 L -93.647,613.075 L -93.647,613.211 L -90.208,613.349 L -90.209,613.226 L -93.646,613.075 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -93.647,613.075 L -94.024,613.18 L -94.024,613.322 L -93.647,613.211 L -93.647,613.075 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.32,610.41 L -167.276,617.003 L -167.275,617.104 L -147.319,610.533 L -147.32,610.41 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.306,547.041 L -147.44,610.259 L -147.326,610.219 L -147.176,610.227 L -147.042,546.963 L -147.173,546.949 L -147.306,547.041 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M -144.119,610.379 L -144.119,610.554 L -147.32,610.41 L -147.32,610.22 L -144.119,610.379 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.32,610.41 L -147.32,610.41 L -147.319,610.533 L -144.119,610.678 L -144.119,610.554 L -147.32,610.41 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.174,546.673 L -147.174,546.673 L -147.173,546.796 L -143.788,547.147 L -143.797,547.03 L -147.174,546.673 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -143.822,547.145 L -143.82,547.297 L -147.173,546.949 L -147.173,546.797 L -143.822,547.145 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.174,546.673 L -166.886,560.184 L -166.887,560.307 L -147.173,546.796 L -147.174,546.673 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -147.173,546.796 L -166.85,560.3 L -166.85,560.452 L -147.173,546.949 L -147.173,546.796 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -94.103,552.177 L -94.103,552.177 L -94.102,552.3 L -90.838,552.638 L -90.838,552.522 L -94.103,552.177 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -91.01,552.62 L -91.009,552.772 L -94.362,552.425 L -94.103,552.3 L -91.01,552.62 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -94.103,552.3 L -94.363,552.425 L -94.361,552.308 L -94.103,552.177 L -94.103,552.3 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -158.62,569.249 C -159.341,570.981 -159.82,573.653 -159.69,576.668 C -159.657,577.335 -159.589,577.895 -159.5,578.371 C -160.395,582.433 -160.301,586.73 -158.926,589.467 C -159.149,590.361 -159.148,591.308 -158.963,591.739 L -158.686,592.389 C -158.544,592.721 -158.235,592.574 -158.051,591.991 L -154.177,579.209 C -154.016,578.674 -154.002,577.723 -154.146,577.353 L -154.402,576.58 C -154.543,576.19 -154.856,576.321 -155.083,576.905 C -156.029,573.801 -157.194,572.991 -158.708,575.82 C -158.709,575.808 -158.71,575.797 -158.711,575.786 C -158.77,573.888 -158.485,572.409 -158.075,571.38 C -157.618,570.224 -156.857,569.567 -156.066,569.495 C -154.812,569.264 -151.999,572.183 -151.833,580.515 C -151.76,584.909 -151.976,588.657 -153.289,593.215 C -154.972,598.697 -157.41,600.502 -159.267,597.84 C -161.362,594.61 -161.984,587.93 -161.05,580.46 C -160.918,579.372 -161.122,578.768 -161.372,578.694 C -161.633,578.616 -161.877,579.117 -161.994,579.964 C -163.073,588.578 -162.451,596.248 -159.943,600.418 C -157.45,603.96 -154.267,601.108 -152.493,594.55 C -150.989,588.986 -150.524,583.362 -150.935,577.961 C -151.66,569.424 -153.834,566.827 -155.745,566.499 C -156.74,566.328 -157.825,567.424 -158.62,569.249 Z M -154.642,582.25 L -155.222,584.169 L -154.084,587.182 C -153.976,587.468 -153.767,587.436 -153.572,586.897 C -153.395,586.41 -153.438,585.651 -153.533,585.39 L -154.642,582.25 Z M -156.509,588.384 L -157.089,590.305 L -155.951,593.317 C -155.843,593.604 -155.634,593.57 -155.44,593.033 C -155.262,592.544 -155.306,591.786 -155.4,591.525 L -156.509,588.384 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M -123.741,564.564 C -125.733,565.897 -127.005,568.34 -126.532,571.511 C -126.417,572.216 -126.205,572.833 -125.934,573.375 C -128.343,576.989 -127.929,581.454 -123.932,585.105 C -124.532,585.886 -124.497,586.857 -123.96,587.412 L -123.149,588.25 C -122.736,588.677 -121.862,588.718 -121.358,588.232 L -110.78,577.51 C -110.337,577.061 -110.329,576.094 -110.752,575.627 L -111.506,574.676 C -111.919,574.189 -112.802,574.132 -113.432,574.591 C -116.225,570.826 -119.565,569.277 -123.769,571.247 C -123.773,571.235 -123.777,571.223 -123.781,571.21 C -124.012,569.229 -123.251,567.887 -122.124,567.082 C -120.86,566.179 -118.72,565.974 -116.475,566.387 C -112.916,566.923 -104.825,571.646 -104.071,580.291 C -103.713,584.843 -104.205,588.553 -107.78,592.417 C -112.381,597.002 -119.248,597.353 -124.617,593.482 C -130.677,588.881 -132.674,581.648 -130.271,574.564 C -129.932,573.529 -130.533,572.785 -131.243,572.555 C -131.988,572.315 -132.669,572.676 -132.972,573.473 C -135.744,581.643 -133.721,589.889 -126.449,595.709 C -119.244,600.875 -110.294,599.91 -105.474,594.276 C -101.386,589.496 -100.254,584.017 -101.604,578.227 C -103.954,569.027 -110.221,565.025 -115.661,563.514 C -118.5,562.725 -121.545,563.182 -123.741,564.564 Z M -111.997,580.341 L -113.582,581.953 L -110.244,585.743 C -109.928,586.103 -109.336,586.198 -108.799,585.766 C -108.311,585.374 -108.463,584.57 -108.738,584.245 L -111.997,580.341 Z M -117.097,585.483 L -118.682,587.095 L -115.345,590.884 C -115.028,591.244 -114.436,591.339 -113.899,590.907 C -113.411,590.515 -113.563,589.711 -113.838,589.386 L -117.097,585.483 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M -130.042,613.381 C -132.522,613.457 -134.632,613.678 -135.194,614.039 C -135.308,614.119 -135.294,614.193 -135.195,614.261 C -138.857,614.571 -139.906,615.068 -137.016,615.6 C -137.888,615.665 -138.173,615.771 -137.806,615.849 L -137.254,615.968 C -136.97,616.028 -136.087,616.062 -135.41,616.027 L -121.036,615.228 C -120.435,615.195 -120.108,615.091 -120.386,615.025 L -120.845,614.895 C -121.107,614.829 -121.993,614.792 -122.789,614.821 C -124.408,614.317 -127.319,614.035 -132.276,614.105 C -132.276,614.103 -132.276,614.101 -132.275,614.099 C -131.859,613.877 -130.637,613.758 -129.216,613.709 C -127.622,613.655 -125.365,613.706 -123.2,613.828 C -119.73,614.007 -113,614.797 -115.082,615.759 C -116.218,616.265 -117.946,616.649 -122.884,616.945 C -129.11,617.286 -136.26,617.088 -140.483,616.485 C -145.173,615.778 -144.831,614.926 -140.031,614.241 C -139.341,614.141 -139.711,614.04 -140.364,613.99 C -141.049,613.939 -141.864,613.955 -142.437,614.031 C -147.973,614.821 -148.623,615.783 -143.095,616.664 C -137.418,617.47 -127.932,617.672 -121.135,617.225 C -115.369,616.848 -112.401,616.293 -111.873,615.62 C -111.245,614.543 -116.343,613.893 -121.417,613.544 C -124.065,613.362 -127.336,613.307 -130.042,613.381 Z M -123.217,615.492 L -125.373,615.613 L -123.205,616.138 C -122.999,616.188 -122.424,616.219 -121.731,616.19 C -121.103,616.164 -120.992,616.072 -121.167,616.027 L -123.217,615.492 Z M -130.138,615.874 L -132.295,615.995 L -130.127,616.521 C -129.921,616.57 -129.346,616.601 -128.653,616.572 C -128.024,616.546 -127.915,616.455 -128.089,616.41 L -130.138,615.874 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M -167.013,572.418 C -184.453,570.088 -195.789,566.068 -188.096,553.739 C -185.039,548.086 -175.738,547.718 -170.601,547.125 C -161.296,546.835 -154.971,546.693 -147.174,546.673 L -166.939,560.189 L -167.013,572.418 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(-104.225 630.476) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M -104.225,630.476 L -66.721,630.476 L -66.721,592.972 L -104.225,592.972 L -104.225,630.476 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M -80.883,628.873 C -71.684,626.058 -66.508,616.319 -69.322,607.12 C -72.136,597.921 -81.874,592.745 -91.073,595.556 C -100.272,598.369 -105.451,608.106 -102.639,617.307 C -99.825,626.508 -90.085,631.686 -80.883,628.873' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cg id='Group_6' fill='%231a1a18' fill-rule='nonzero' stroke-width='0.18'%3E%3Cpath d='M -83.399,619.543 C -83.314,619.374 -83.225,619.198 -83.148,619.022 C -82.981,618.64 -83.015,618.287 -83.247,617.974 C -83.283,617.923 -83.314,617.871 -83.336,617.819 C -83.425,617.602 -83.329,617.322 -83.122,617.19 C -82.942,617.077 -82.764,617.107 -82.619,617.271 C -82.055,617.917 -81.951,618.698 -82.328,619.468 C -82.373,619.559 -82.418,619.65 -82.465,619.741 C -82.534,619.875 -82.606,620.014 -82.671,620.155 C -82.838,620.527 -82.804,620.861 -82.566,621.179 C -82.46,621.319 -82.421,621.467 -82.452,621.606 C -82.485,621.752 -82.594,621.881 -82.76,621.97 C -82.775,621.978 -82.832,622.009 -82.887,622.009 C -82.947,622.011 -82.997,622.007 -83.064,621.961 C -83.086,621.946 -83.102,621.934 -83.128,621.912 C -83.195,621.859 -83.221,621.83 -83.27,621.769 C -83.777,621.144 -83.855,620.464 -83.5,619.745 C -83.467,619.678 -83.433,619.61 -83.399,619.543 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -86.543,619.54 C -86.457,619.371 -86.369,619.195 -86.29,619.019 C -86.124,618.637 -86.158,618.284 -86.39,617.97 C -86.427,617.92 -86.456,617.868 -86.478,617.815 C -86.567,617.599 -86.472,617.319 -86.264,617.187 C -86.086,617.074 -85.907,617.104 -85.762,617.268 C -85.198,617.914 -85.095,618.695 -85.47,619.464 C -85.515,619.556 -85.561,619.647 -85.607,619.738 C -85.677,619.872 -85.748,620.011 -85.813,620.152 C -85.982,620.524 -85.947,620.858 -85.709,621.176 C -85.602,621.316 -85.563,621.464 -85.595,621.603 C -85.627,621.749 -85.736,621.878 -85.903,621.967 C -85.919,621.975 -85.974,622.006 -86.029,622.006 C -86.09,622.008 -86.14,622.004 -86.207,621.958 C -86.228,621.943 -86.245,621.931 -86.271,621.909 C -86.337,621.856 -86.363,621.827 -86.414,621.765 C -86.92,621.141 -86.997,620.461 -86.643,619.742 C -86.61,619.674 -86.575,619.607 -86.543,619.54 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -89.112,621.998 L -89.147,621.998 C -89.127,621.998 -89.112,621.998 -89.112,621.998 Z M -89.625,619.538 C -89.54,619.369 -89.452,619.193 -89.375,619.015 C -89.207,618.634 -89.241,618.28 -89.473,617.967 C -89.51,617.917 -89.541,617.865 -89.563,617.812 C -89.652,617.596 -89.555,617.316 -89.349,617.184 C -89.169,617.071 -88.991,617.101 -88.846,617.266 C -88.282,617.912 -88.178,618.692 -88.554,619.462 C -88.599,619.553 -88.646,619.644 -88.692,619.735 C -88.761,619.869 -88.833,620.009 -88.896,620.149 C -89.065,620.521 -89.031,620.856 -88.793,621.173 C -88.688,621.313 -88.648,621.461 -88.679,621.6 C -88.712,621.746 -88.82,621.875 -88.987,621.964 C -89.002,621.972 -89.058,622.003 -89.114,622.004 C -89.173,622.005 -89.224,622.002 -89.29,621.956 C -89.313,621.941 -89.328,621.929 -89.355,621.907 C -89.422,621.853 -89.447,621.824 -89.498,621.763 C -90.005,621.138 -90.082,620.458 -89.727,619.741 C -89.695,619.672 -89.66,619.605 -89.625,619.538 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -89.147,621.998 L -89.112,621.998 C -89.112,621.998 -89.127,621.998 -89.147,621.998 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -80.235,611.361 L -80.234,609.054 L -80.233,607.699 L -80.232,604.469 C -80.232,604.035 -80.433,603.7 -80.813,603.505 C -80.982,603.418 -81.153,603.375 -81.323,603.374 C -81.538,603.374 -81.749,603.443 -81.952,603.584 C -82.254,603.792 -82.407,604.098 -82.41,604.496 C -82.411,604.995 -82.412,605.494 -82.411,605.994 L -82.412,606.511 L -82.413,608.422 C -82.415,610.152 -82.418,611.88 -82.418,613.61 C -82.419,614.187 -82.069,614.639 -81.551,614.734 C -81.211,614.796 -80.874,614.714 -80.627,614.51 C -80.379,614.304 -80.242,614.003 -80.239,613.66 C -80.234,612.893 -80.236,612.126 -80.235,611.361 Z M -83.348,608.498 C -83.347,607.17 -83.346,605.842 -83.346,604.515 C -83.345,603.965 -83.657,603.54 -84.162,603.412 C -84.255,603.388 -84.352,603.375 -84.445,603.374 C -84.683,603.374 -84.912,603.451 -85.099,603.596 C -85.368,603.804 -85.522,604.125 -85.525,604.482 C -85.528,605.563 -85.529,606.645 -85.529,607.727 L -85.529,609.048 L -85.531,610.422 C -85.533,611.499 -85.535,612.577 -85.532,613.654 C -85.531,614.047 -85.335,614.403 -85.008,614.604 C -84.689,614.798 -84.297,614.813 -83.958,614.64 C -83.558,614.436 -83.356,614.096 -83.354,613.63 C -83.351,612.727 -83.352,611.824 -83.351,610.919 L -83.35,609.945 L -83.348,608.498 Z M -86.462,604.506 C -86.461,603.947 -86.785,603.523 -87.305,603.403 C -87.39,603.384 -87.476,603.374 -87.561,603.373 C -87.803,603.373 -88.037,603.452 -88.23,603.602 C -88.484,603.801 -88.632,604.101 -88.638,604.43 C -88.647,604.949 -88.646,605.477 -88.644,605.987 C -88.644,606.204 -88.643,606.421 -88.644,606.638 L -88.648,610.402 C -88.649,611.478 -88.65,612.553 -88.649,613.627 C -88.649,614.19 -88.3,614.633 -87.779,614.729 C -87.456,614.788 -87.143,614.716 -86.897,614.528 C -86.65,614.339 -86.5,614.055 -86.473,613.727 C -86.47,613.694 -86.469,613.66 -86.469,613.628 L -86.467,611.542 C -86.465,609.197 -86.462,606.851 -86.462,604.506 Z M -89.578,604.544 C -89.578,603.92 -89.923,603.485 -90.5,603.384 C -90.558,603.373 -90.617,603.368 -90.675,603.367 C -90.906,603.367 -91.135,603.444 -91.327,603.59 C -91.567,603.77 -91.721,604.037 -91.751,604.324 C -91.756,604.381 -91.759,604.442 -91.759,604.521 L -91.762,605.851 C -91.764,608.385 -91.768,611.007 -91.763,613.584 C -91.764,613.778 -91.723,613.976 -91.649,614.143 C -91.452,614.58 -91,614.811 -90.501,614.731 C -90.028,614.655 -89.677,614.298 -89.608,613.823 C -89.592,613.73 -89.586,613.626 -89.586,613.491 C -89.585,612.308 -89.584,611.126 -89.583,609.942 L -89.581,607.783 C -89.579,606.703 -89.578,605.623 -89.578,604.544 Z M -77.696,615.176 C -77.697,615.269 -77.716,615.361 -77.75,615.435 C -77.835,615.625 -78.045,615.731 -78.248,615.685 C -78.489,615.633 -78.622,615.456 -78.624,615.187 C -78.628,614.775 -78.628,614.364 -78.627,613.952 L -78.625,613.179 L -79.314,613.178 L -79.309,613.231 C -79.218,614.386 -79.653,615.165 -80.599,615.548 C -81.395,615.869 -82.154,615.688 -82.856,615.008 L -82.892,614.973 L -82.927,615.008 C -83.375,615.467 -83.873,615.692 -84.449,615.691 L -84.457,615.691 C -85.018,615.689 -85.526,615.459 -85.965,615.009 L -86.002,614.973 L -86.036,615.01 C -86.457,615.441 -86.993,615.681 -87.543,615.689 C -88.1,615.69 -88.638,615.459 -89.094,615.01 L -89.129,614.978 L -89.207,615.05 C -89.238,615.079 -89.269,615.109 -89.301,615.135 C -89.963,615.706 -90.678,615.839 -91.426,615.534 C -92.217,615.208 -92.644,614.608 -92.695,613.748 C -92.703,613.629 -92.702,613.511 -92.7,613.385 C -92.697,613.324 -92.697,613.263 -92.697,613.198 L -92.697,613.149 L -92.985,613.148 C -93.068,613.148 -93.152,613.148 -93.235,613.149 C -93.424,613.15 -93.618,613.151 -93.809,613.144 C -94.005,613.136 -94.149,613.035 -94.227,612.852 C -94.304,612.664 -94.273,612.492 -94.141,612.379 C -94.041,612.295 -93.892,612.233 -93.762,612.225 C -93.532,612.209 -93.301,612.211 -93.058,612.215 C -92.957,612.216 -92.856,612.217 -92.752,612.218 L -92.703,612.218 L -92.695,604.694 C -92.695,604.578 -92.695,604.457 -92.686,604.338 C -92.634,603.555 -92.248,602.983 -91.544,602.639 C -90.866,602.308 -90.197,602.356 -89.551,602.783 C -89.452,602.848 -89.358,602.928 -89.266,603.004 C -89.223,603.041 -89.18,603.077 -89.137,603.111 L -89.102,603.141 L -89.069,603.107 C -88.656,602.678 -88.122,602.439 -87.565,602.435 L -87.554,602.435 C -86.997,602.436 -86.454,602.679 -86.021,603.117 L -85.986,603.153 L -85.95,603.116 C -85.511,602.662 -85.017,602.443 -84.442,602.44 L -84.433,602.44 C -83.856,602.442 -83.35,602.675 -82.886,603.153 L -82.846,603.195 L -82.81,603.147 C -82.796,603.126 -82.783,603.107 -82.771,603.086 C -82.75,603.051 -82.73,603.021 -82.706,603.002 C -82.111,602.468 -81.433,602.313 -80.689,602.544 C -79.844,602.809 -79.295,603.588 -79.296,604.532 C -79.295,606.253 -79.297,607.972 -79.3,609.692 L -79.302,612.189 L -79.27,612.201 C -79.253,612.207 -79.242,612.211 -79.234,612.215 C -79.216,612.222 -79.204,612.226 -79.188,612.227 L -78.768,612.229 C -78.588,612.229 -78.407,612.23 -78.228,612.231 C -77.869,612.234 -77.694,612.407 -77.693,612.759 C -77.689,613.53 -77.691,614.321 -77.696,615.176 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-oekostrom-smart-nachtaktiv {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='179.55 -650.798 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='253.282' cy='585.647' r='40.0556790605277'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='210.16' cy='585.646' r='39.9630481820394'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.478821 0.999542 -9.35521 -0.287201 -0.001 -0.001)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.176117 0.960724 -3.46849 -0.276779 0.001 -0.003)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(250.69 611.831)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='241.859' cy='622.061' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(222.569 585.058) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(215.061 557.854) rotate(1.2299) scale(1 0.385087)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(241.777 588.574) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 226.337,547.053 L 276.032,552.18 L 275.855,552.78 L 226.251,547.931 L 226.337,547.053 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 222.815,610.223 L 279.926,613.056 L 279.418,552.806 L 222.961,546.953 L 222.815,610.223 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 222.815,610.223 L 202.91,616.876 L 202.904,616.992 L 202.842,617.011 L 202.842,616.899 L 203.197,560.515 L 222.961,546.953 L 222.815,610.223 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(253.249 561.966) rotate(-174.344) skewX(24.1651)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(212.975 565.37) rotate(152.916) skewX(-6.02149)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 276.111,613.326 L 276.113,612.867 L 226.015,610.382 L 226.015,610.676 L 225.821,610.81 L 276.111,613.326 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 254.611,619.435 L 279.927,613.353 L 276.488,613.215 L 276.126,613.322 L 225.874,610.773 L 226.015,610.676 L 222.816,610.537 L 202.862,617.108 L 254.611,619.435 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 202.904,616.992 L 222.814,610.414 L 222.815,610.223 L 202.904,616.878 L 202.904,616.992 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 279.758,613.048 L 279.758,613.223 L 276.488,613.078 L 276.111,613.183 L 276.112,612.866 L 279.758,613.048 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.488,613.078 L 276.488,613.078 L 276.488,613.215 L 279.927,613.353 L 279.926,613.229 L 276.488,613.078 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.488,613.078 L 276.111,613.183 L 276.111,613.326 L 276.488,613.215 L 276.488,613.078 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.814,610.414 L 202.859,617.007 L 202.86,617.108 L 222.816,610.537 L 222.814,610.414 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.83,547.045 L 222.695,610.263 L 222.809,610.223 L 222.959,610.231 L 223.093,546.966 L 222.961,546.953 L 222.83,547.045 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 226.015,610.382 L 226.015,610.558 L 222.814,610.414 L 222.815,610.223 L 226.015,610.382 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.814,610.414 L 222.814,610.414 L 222.816,610.537 L 226.016,610.681 L 226.015,610.558 L 222.814,610.414 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.96,546.676 L 222.96,546.676 L 222.961,546.799 L 226.347,547.151 L 226.337,547.034 L 222.96,546.676 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 226.313,547.149 L 226.315,547.301 L 222.961,546.953 L 222.963,546.801 L 226.313,547.149 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.96,546.676 L 203.249,560.188 L 203.248,560.31 L 222.961,546.799 L 222.96,546.676 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.961,546.799 L 203.285,560.303 L 203.285,560.456 L 222.961,546.953 L 222.961,546.799 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.032,552.18 L 276.032,552.18 L 276.033,552.304 L 279.297,552.642 L 279.297,552.526 L 276.032,552.18 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 279.125,552.624 L 279.126,552.776 L 275.773,552.428 L 276.032,552.304 L 279.125,552.624 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.032,552.304 L 275.773,552.428 L 275.773,552.311 L 276.032,552.18 L 276.032,552.304 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 211.515,569.253 C 210.794,570.985 210.315,573.656 210.445,576.671 C 210.477,577.338 210.546,577.899 210.635,578.374 C 209.739,582.437 209.834,586.733 211.208,589.471 C 210.986,590.365 210.987,591.311 211.172,591.742 L 211.449,592.392 C 211.59,592.725 211.899,592.577 212.084,591.995 L 215.958,579.212 C 216.119,578.677 216.133,577.727 215.989,577.357 L 215.733,576.583 C 215.592,576.194 215.28,576.324 215.051,576.909 C 214.105,573.805 212.94,572.995 211.427,575.824 C 211.426,575.812 211.425,575.8 211.423,575.789 C 211.364,573.892 211.65,572.412 212.059,571.383 C 212.517,570.227 213.278,569.57 214.069,569.498 C 215.323,569.267 218.135,572.186 218.302,580.518 C 218.375,584.912 218.158,588.661 216.846,593.219 C 215.162,598.701 212.725,600.505 210.868,597.844 C 208.773,594.614 208.15,587.934 209.085,580.464 C 209.217,579.376 209.013,578.771 208.763,578.697 C 208.502,578.619 208.258,579.12 208.14,579.967 C 207.062,588.581 207.684,596.251 210.192,600.421 C 212.685,603.964 215.868,601.112 217.642,594.554 C 219.146,588.989 219.61,583.365 219.2,577.964 C 218.474,569.428 216.301,566.83 214.39,566.503 C 213.394,566.332 212.31,567.428 211.515,569.253 Z M 215.492,582.253 L 214.913,584.173 L 216.051,587.186 C 216.159,587.472 216.367,587.44 216.562,586.901 C 216.74,586.413 216.696,585.655 216.602,585.394 L 215.492,582.253 Z M 213.626,588.387 L 213.045,590.309 L 214.184,593.321 C 214.292,593.607 214.5,593.574 214.695,593.036 C 214.873,592.548 214.829,591.79 214.734,591.528 L 213.626,588.387 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 246.394,564.568 C 244.402,565.9 243.129,568.344 243.603,571.515 C 243.718,572.22 243.93,572.836 244.201,573.379 C 241.792,576.993 242.205,581.457 246.203,585.109 C 245.604,585.889 245.638,586.86 246.175,587.416 L 246.985,588.254 C 247.399,588.681 248.274,588.721 248.778,588.236 L 259.355,577.513 C 259.798,577.065 259.806,576.098 259.384,575.63 L 258.629,574.679 C 258.216,574.193 257.333,574.136 256.703,574.594 C 253.909,570.83 250.57,569.281 246.365,571.251 C 246.362,571.238 246.358,571.226 246.354,571.213 C 246.123,569.232 246.884,567.89 248.011,567.086 C 249.275,566.183 251.415,565.978 253.66,566.391 C 257.22,566.926 265.31,571.649 266.063,580.295 C 266.422,584.847 265.93,588.557 262.355,592.421 C 257.753,597.006 250.887,597.357 245.517,593.486 C 239.457,588.884 237.46,581.652 239.864,574.568 C 240.203,573.532 239.603,572.788 238.892,572.559 C 238.146,572.318 237.466,572.679 237.164,573.476 C 234.391,581.646 236.414,589.892 243.686,595.712 C 250.891,600.878 259.841,599.914 264.66,594.279 C 268.749,589.5 269.881,584.02 268.531,578.23 C 266.181,569.031 259.914,565.028 254.474,563.518 C 251.635,562.729 248.59,563.185 246.394,564.568 Z M 258.138,580.345 L 256.553,581.957 L 259.89,585.747 C 260.207,586.107 260.799,586.201 261.336,585.769 C 261.824,585.378 261.672,584.574 261.397,584.249 L 258.138,580.345 Z M 253.038,585.487 L 251.452,587.099 L 254.79,590.888 C 255.106,591.248 255.699,591.343 256.236,590.911 C 256.724,590.519 256.572,589.715 256.297,589.389 L 253.038,585.487 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 240.093,613.385 C 237.613,613.461 235.503,613.682 234.941,614.043 C 234.827,614.123 234.84,614.197 234.939,614.265 C 231.278,614.575 230.229,615.071 233.118,615.604 C 232.247,615.668 231.962,615.775 232.33,615.853 L 232.881,615.972 C 233.165,616.032 234.048,616.065 234.725,616.03 L 249.099,615.231 C 249.7,615.199 250.026,615.094 249.748,615.029 L 249.29,614.899 C 249.027,614.832 248.142,614.796 247.346,614.824 C 245.726,614.321 242.816,614.038 237.859,614.108 C 237.859,614.106 237.859,614.105 237.86,614.103 C 238.276,613.881 239.498,613.762 240.919,613.713 C 242.513,613.659 244.77,613.709 246.935,613.831 C 250.405,614.011 257.135,614.8 255.053,615.762 C 253.917,616.268 252.189,616.653 247.251,616.949 C 241.024,617.289 233.874,617.091 229.652,616.488 C 224.961,615.782 225.304,614.93 230.105,614.245 C 230.794,614.145 230.423,614.043 229.771,613.994 C 229.086,613.942 228.271,613.958 227.698,614.034 C 222.162,614.824 221.512,615.787 227.04,616.667 C 232.716,617.473 242.203,617.675 249,617.229 C 254.766,616.852 257.733,616.296 258.262,615.623 C 258.891,614.546 253.792,613.897 248.718,613.547 C 246.07,613.365 242.798,613.31 240.093,613.385 Z M 246.918,615.496 L 244.762,615.617 L 246.93,616.141 C 247.135,616.191 247.71,616.222 248.404,616.193 C 249.032,616.168 249.142,616.076 248.968,616.031 L 246.918,615.496 Z M 239.996,615.878 L 237.84,615.999 L 240.008,616.525 C 240.214,616.574 240.789,616.605 241.481,616.576 C 242.11,616.55 242.22,616.458 242.046,616.414 L 239.996,615.878 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 203.122,572.422 C 185.682,570.092 174.346,566.072 182.039,553.742 C 185.095,548.09 194.397,547.721 199.534,547.129 C 208.839,546.838 215.163,546.696 222.96,546.676 L 203.196,560.192 L 203.122,572.422 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(266.422 630.47) scale(37.542 -37.542)'/%3E%3C/g%3E%3Cpath d='M 266.422,630.47 L 303.964,630.47 L 303.964,592.928 L 266.422,592.928 L 266.422,630.47 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 289.806,628.865 C 299.014,626.047 304.195,616.299 301.378,607.09 C 298.562,597.882 288.815,592.7 279.605,595.515 C 270.396,598.33 265.213,608.078 268.027,617.286 C 270.844,626.498 280.594,631.682 289.806,628.865' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 278,617.919 L 278,617.919 C 278.181,617.739 278.475,617.74 278.655,617.921 C 278.835,618.102 278.835,618.395 278.654,618.576 L 276.38,620.849 C 276.199,621.03 275.906,621.029 275.726,620.847 C 275.545,620.666 275.546,620.373 275.727,620.192 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.518,612.188 C 276.521,612.313 276.473,612.433 276.386,612.522 C 276.298,612.611 276.18,612.662 276.055,612.663 L 273.027,612.663 C 272.771,612.663 272.565,612.455 272.565,612.2 C 272.565,611.945 272.771,611.738 273.027,611.738 L 276.055,611.738 C 276.311,611.738 276.518,611.945 276.518,612.2' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 278,606.46 L 275.731,604.187 C 275.609,604.072 275.559,603.899 275.602,603.738 C 275.644,603.576 275.77,603.45 275.933,603.408 C 275.972,603.403 276.011,603.403 276.05,603.408 C 276.175,603.407 276.296,603.458 276.383,603.548 L 278.654,605.819 C 278.835,606 278.835,606.292 278.655,606.473 C 278.475,606.655 278.181,606.656 278,606.475' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 294.131,610.204 C 293.975,610.325 293.759,610.334 293.595,610.225 C 292.923,609.791 292.135,609.571 291.336,609.596 C 288.896,609.632 286.945,611.632 286.968,614.071 C 286.981,615.949 288.13,617.633 289.874,618.331 C 290.059,618.399 290.179,618.579 290.172,618.775 C 290.167,618.975 290.035,619.149 289.844,619.208 C 289.127,619.404 288.383,619.492 287.639,619.465 C 286.539,619.462 285.454,619.199 284.474,618.698 L 284.474,623.173 C 284.474,623.428 284.267,623.635 284.012,623.635 C 283.757,623.635 283.549,623.428 283.549,623.173 L 283.549,619.417 C 279.887,618.982 277.127,615.877 277.127,612.188 C 277.127,608.5 279.887,605.394 283.549,604.959 L 283.549,601.209 C 283.549,600.954 283.757,600.747 284.012,600.747 C 284.267,600.747 284.474,600.954 284.474,601.209 L 284.474,605.684 C 286.286,604.758 288.411,604.666 290.296,605.433 C 292.18,606.2 293.637,607.751 294.286,609.68 C 294.349,609.867 294.286,610.073 294.131,610.195 M 286.028,614.068 C 286.014,611.123 288.373,608.716 291.317,608.671 C 291.859,608.662 292.399,608.736 292.917,608.891 C 291.852,607 289.849,605.831 287.679,605.837 L 287.643,605.837 C 286.522,605.835 285.423,606.145 284.468,606.731 L 284.468,617.642 C 285.423,618.229 286.522,618.538 287.643,618.536 C 287.816,618.536 288.058,618.536 288.311,618.536 C 286.893,617.491 286.048,615.841 286.028,614.08 M 283.543,618.48 L 283.543,605.896 C 280.393,606.32 278.041,609.009 278.041,612.188 C 278.041,615.367 280.393,618.056 283.543,618.48' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 295.423,615.521 C 295.365,615.681 295.222,615.796 295.053,615.818 L 293.722,616.034 L 293.126,617.304 C 293.051,617.468 292.888,617.573 292.708,617.573 C 292.528,617.573 292.364,617.468 292.288,617.304 L 291.691,616.034 L 290.366,615.831 C 290.195,615.805 290.053,615.685 289.998,615.522 C 289.943,615.358 289.983,615.177 290.104,615.052 L 291.079,614.053 L 290.85,612.639 C 290.821,612.464 290.895,612.289 291.04,612.188 C 291.118,612.132 291.21,612.102 291.306,612.102 C 291.384,612.103 291.461,612.122 291.529,612.158 L 292.708,612.814 L 293.902,612.161 C 293.969,612.124 294.045,612.105 294.123,612.105 L 294.123,612.105 C 294.258,612.103 294.388,612.163 294.476,612.267 C 294.564,612.37 294.602,612.507 294.579,612.642 L 294.349,614.053 L 295.316,615.049 C 295.438,615.173 295.479,615.356 295.423,615.521 M 293.392,614.136 L 293.505,613.432 L 292.935,613.748 C 292.866,613.786 292.789,613.806 292.711,613.805 C 292.633,613.805 292.556,613.786 292.487,613.748 L 291.932,613.432 L 292.046,614.136 C 292.072,614.28 292.026,614.429 291.924,614.533 L 291.402,615.049 L 292.079,615.153 C 292.231,615.176 292.362,615.273 292.428,615.413 L 292.711,616.01 L 292.995,615.413 C 293.06,615.274 293.191,615.177 293.344,615.153 L 294.021,615.049 L 293.514,614.53 C 293.412,614.425 293.366,614.278 293.389,614.134' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-oekostrom-smart-nachtaktiv--not-hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='179.55 -650.798 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='253.282' cy='585.647' r='40.0556790605277'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='210.16' cy='585.646' r='39.9630481820394'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.478821 0.999542 -9.35521 -0.287201 -0.001 -0.001)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.176117 0.960724 -3.46849 -0.276779 0.001 -0.003)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(250.69 611.831)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='241.859' cy='622.061' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(222.569 585.058) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(215.061 557.854) rotate(1.2299) scale(1 0.385087)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADMAAAAzCAYAAAA6oTAqAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAGyUlEQVRogd1aS28bVRQ+d2Yce2zHcR62K0H6SFtQ6SaVWqndUhBILLpEQkJig+BPwQK1G6jEil1od6j0AQWptChNkzaFNnHjPBzHjsczl++bGbtOmtROnCY2R5rcuXdurs8353HPOXfk/0Rqj9czcUXS6XTMsizbNJ2Y60b6tNaGUspDv4p+pVarlZeWltYxt4rL3asf3wsw1uDgYMKy3IxhRA6LGEfB+CjGc2jTItrWWplKaTCtygC2jGdzaGdFvBnPM544jpMHuFWM1zphpBMwfSMgy5J3AeAsGD+jtZxQSnJ41o8ristCX3meVoahNH7OAwiA0pCIKmL+HOZMae3dBbDbjqMfFAqFeYxVd8PQbsBYmUxiRCR+xjTV+2D2Apg6TimA0T4VUqtFMJeXh6lV3FJa0+j+iic/u67cefHiBUHtSFI7BZPM5YZPK2V+gn/9ECy/A4ZSYMhqg/9tKQTmYglIS02inXBd/ZPneX8CVLHddcw25xnZbCKbTA58ZBjm1+hfwnXCMIwEQBidACHx/8N1YoCWA6BTuB/DE9e27fwaCNN0q3XaAWMeOpQ+bBj2p8D0JX7kPK5BAGn3ReyICApNHPhGDUNO4rLi8eSzUqm0Ii0AtWLIzGaz8E7m51j8C/RPAURMdSqKFhSaXQQecARSOg7n0ReNxp6Wy+VFeQ2g14ExKBECwT3BjAFIRPaVlAlbGkB7xLKgG3Z8Bhq3JNsA2hYMbYSqRYkQCKRvyQFQoHa6Hz7iLfCxDkBTALSlU9gSTCYjScMY+Jg2IoFq7bNENlLgHHQ/2gx689FodBoqt7553lZgrP7+oXHY91f45wu0EekKUuQ1DZ4SuJ+EdP5F32ue8QoYbIhQr9hnuL3EjfBNG/sOiRHFIFgqwSHcg3Q2qJuxaXIfd3ZuiLgf6TIgEvCjAUY+QBh1VoKQqUEbwDDWQohykTs71OtADL4V0RHBwyEGtC4ODQ1lm581g7EYNAaxlk5Jd1MS13nTNE+jbTinBhiG8Yx+4QLHGGtJFxOjD7x0phrnBgYGko3x+g3zEUwYD41eeoBSpinjUKdD9YE6GEisbxShw0mG8dITpKlejEqOoPU1qQ4GD9RRJlZhoNf1RD5hElm0x8T3wiEY5ux4zFS3v0dUTMJULAnvO5pKpfyN3QfD4gMaprtR6SFiZA3p5MB/nH0fjOM4COsZKogpPUSwb0QEOg2DpzACMBEQGltejQi6mhgRwGnFTNN9aTNAiLxBWayiSI8R4DDnCcwlGFAeBmsEKj1GsBlGzj7fPiJWGgGpIptC6m4nSETDzsuua/p1Nh8MS6YYXwJKV3qIoEku4Cx7nldm3wfD2i8aVhfXpYcIAqhCMnPwxixFBWBYxMaDp7hdZUGuh4j8zhaLxZeSEb8a782gnWfJVHqAwCacluRdV09LcJrQAOOyGg+hPGTtV3qClIM/j2AvFIJfk25skrCbeUjndxaxe0TViq7r/QF7masPNMAsLi6WILo7EOAjgKlJF1NwLCKP4cluraysNIoazeELhCP3IZQbULWidDEBDF68vgmp3EPXqY9viMUWFhbyULVrADQJXexK6YAvHn1MeZ5MwAvPNT/bHFhWXVd+g7pNwMAWdJcZD9mB1nBzvw41uoWhSvPzV0L+tbW1ciKRXGMGx2MF5gzSPQTm9Q3I55t8fuG+tKpocoJt20toXMPwawIsBh54nhOovfob/HxbrbrXKpXK2uY5WzIJ6VRtO5EHGJZ0xrBA+iBrA4H3UrPYDq84jncVnje/1bxt3ziP3uJx6xmmRIDjcHh2ue+AwrPOf9D+UKvpy3BST2Sn5zP8h1JpfcW247NYjOeNb/NYIazG7wuFqoXIRH+PneO7+fmFSXnNRxCtGNM8qYJDmAEQGJ9ibTctfjX+zZVxQidKT/UAG+MV7PSXAeShtDhKb+ctQ0Kl5VgsPmWaCoGoSvBYAcPRN6F2wT6iClj/Fxp7reZeDVWrZa7VrspQQquxmD0dBKO6hC0qjuE4fpCuu+Pjc4LAWkUsA2nIj7WaRyDXC4UCjb2t/W5XX2gMDw/neD7CYwX0z7OIjTZFYO1/FxB8oRFGv/z0BNGvdxOB/QQ2xNsA8VyaQpV2qJPXGeX5iGVZ70FS5wBgHBiOYzwDxpLo89OTRuXE/zHlfzvDi2nGKvMRtI9gE3cZNCLW+gshCkHsKuPdCyOO8FgBoHKmabKIfYwlU7S58Ng7HpSDFD8AQkaolgGCSeAsEyvXdR9DEs/D6NfphJG99kgsXfWx9suSKcCxQBetf2/GKgqYrzBnD1NdSqir040DIpH/AGNLGn8GNYm9AAAAAElFTkSuQmCC'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(241.777 588.574) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 226.337,547.053 L 276.032,552.18 L 275.855,552.78 L 226.251,547.931 L 226.337,547.053 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 222.815,610.223 L 279.926,613.056 L 279.418,552.806 L 222.961,546.953 L 222.815,610.223 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 222.815,610.223 L 202.91,616.876 L 202.904,616.992 L 202.842,617.011 L 202.842,616.899 L 203.197,560.515 L 222.961,546.953 L 222.815,610.223 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(253.249 561.966) rotate(-174.344) skewX(24.1651)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(212.975 565.37) rotate(152.916) skewX(-6.02149)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 276.111,613.326 L 276.113,612.867 L 226.015,610.382 L 226.015,610.676 L 225.821,610.81 L 276.111,613.326 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 254.611,619.435 L 279.927,613.353 L 276.488,613.215 L 276.126,613.322 L 225.874,610.773 L 226.015,610.676 L 222.816,610.537 L 202.862,617.108 L 254.611,619.435 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 202.904,616.992 L 222.814,610.414 L 222.815,610.223 L 202.904,616.878 L 202.904,616.992 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 279.758,613.048 L 279.758,613.223 L 276.488,613.078 L 276.111,613.183 L 276.112,612.866 L 279.758,613.048 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.488,613.078 L 276.488,613.078 L 276.488,613.215 L 279.927,613.353 L 279.926,613.229 L 276.488,613.078 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.488,613.078 L 276.111,613.183 L 276.111,613.326 L 276.488,613.215 L 276.488,613.078 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.814,610.414 L 202.859,617.007 L 202.86,617.108 L 222.816,610.537 L 222.814,610.414 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.83,547.045 L 222.695,610.263 L 222.809,610.223 L 222.959,610.231 L 223.093,546.966 L 222.961,546.953 L 222.83,547.045 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 226.015,610.382 L 226.015,610.558 L 222.814,610.414 L 222.815,610.223 L 226.015,610.382 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.814,610.414 L 222.814,610.414 L 222.816,610.537 L 226.016,610.681 L 226.015,610.558 L 222.814,610.414 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.96,546.676 L 222.96,546.676 L 222.961,546.799 L 226.347,547.151 L 226.337,547.034 L 222.96,546.676 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 226.313,547.149 L 226.315,547.301 L 222.961,546.953 L 222.963,546.801 L 226.313,547.149 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.96,546.676 L 203.249,560.188 L 203.248,560.31 L 222.961,546.799 L 222.96,546.676 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.961,546.799 L 203.285,560.303 L 203.285,560.456 L 222.961,546.953 L 222.961,546.799 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.032,552.18 L 276.032,552.18 L 276.033,552.304 L 279.297,552.642 L 279.297,552.526 L 276.032,552.18 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 279.125,552.624 L 279.126,552.776 L 275.773,552.428 L 276.032,552.304 L 279.125,552.624 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.032,552.304 L 275.773,552.428 L 275.773,552.311 L 276.032,552.18 L 276.032,552.304 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 211.515,569.253 C 210.794,570.985 210.315,573.656 210.445,576.671 C 210.477,577.338 210.546,577.899 210.635,578.374 C 209.739,582.437 209.834,586.733 211.208,589.471 C 210.986,590.365 210.987,591.311 211.172,591.742 L 211.449,592.392 C 211.59,592.725 211.899,592.577 212.084,591.995 L 215.958,579.212 C 216.119,578.677 216.133,577.727 215.989,577.357 L 215.733,576.583 C 215.592,576.194 215.28,576.324 215.051,576.909 C 214.105,573.805 212.94,572.995 211.427,575.824 C 211.426,575.812 211.425,575.8 211.423,575.789 C 211.364,573.892 211.65,572.412 212.059,571.383 C 212.517,570.227 213.278,569.57 214.069,569.498 C 215.323,569.267 218.135,572.186 218.302,580.518 C 218.375,584.912 218.158,588.661 216.846,593.219 C 215.162,598.701 212.725,600.505 210.868,597.844 C 208.773,594.614 208.15,587.934 209.085,580.464 C 209.217,579.376 209.013,578.771 208.763,578.697 C 208.502,578.619 208.258,579.12 208.14,579.967 C 207.062,588.581 207.684,596.251 210.192,600.421 C 212.685,603.964 215.868,601.112 217.642,594.554 C 219.146,588.989 219.61,583.365 219.2,577.964 C 218.474,569.428 216.301,566.83 214.39,566.503 C 213.394,566.332 212.31,567.428 211.515,569.253 Z M 215.492,582.253 L 214.913,584.173 L 216.051,587.186 C 216.159,587.472 216.367,587.44 216.562,586.901 C 216.74,586.413 216.696,585.655 216.602,585.394 L 215.492,582.253 Z M 213.626,588.387 L 213.045,590.309 L 214.184,593.321 C 214.292,593.607 214.5,593.574 214.695,593.036 C 214.873,592.548 214.829,591.79 214.734,591.528 L 213.626,588.387 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 246.394,564.568 C 244.402,565.9 243.129,568.344 243.603,571.515 C 243.718,572.22 243.93,572.836 244.201,573.379 C 241.792,576.993 242.205,581.457 246.203,585.109 C 245.604,585.889 245.638,586.86 246.175,587.416 L 246.985,588.254 C 247.399,588.681 248.274,588.721 248.778,588.236 L 259.355,577.513 C 259.798,577.065 259.806,576.098 259.384,575.63 L 258.629,574.679 C 258.216,574.193 257.333,574.136 256.703,574.594 C 253.909,570.83 250.57,569.281 246.365,571.251 C 246.362,571.238 246.358,571.226 246.354,571.213 C 246.123,569.232 246.884,567.89 248.011,567.086 C 249.275,566.183 251.415,565.978 253.66,566.391 C 257.22,566.926 265.31,571.649 266.063,580.295 C 266.422,584.847 265.93,588.557 262.355,592.421 C 257.753,597.006 250.887,597.357 245.517,593.486 C 239.457,588.884 237.46,581.652 239.864,574.568 C 240.203,573.532 239.603,572.788 238.892,572.559 C 238.146,572.318 237.466,572.679 237.164,573.476 C 234.391,581.646 236.414,589.892 243.686,595.712 C 250.891,600.878 259.841,599.914 264.66,594.279 C 268.749,589.5 269.881,584.02 268.531,578.23 C 266.181,569.031 259.914,565.028 254.474,563.518 C 251.635,562.729 248.59,563.185 246.394,564.568 Z M 258.138,580.345 L 256.553,581.957 L 259.89,585.747 C 260.207,586.107 260.799,586.201 261.336,585.769 C 261.824,585.378 261.672,584.574 261.397,584.249 L 258.138,580.345 Z M 253.038,585.487 L 251.452,587.099 L 254.79,590.888 C 255.106,591.248 255.699,591.343 256.236,590.911 C 256.724,590.519 256.572,589.715 256.297,589.389 L 253.038,585.487 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 240.093,613.385 C 237.613,613.461 235.503,613.682 234.941,614.043 C 234.827,614.123 234.84,614.197 234.939,614.265 C 231.278,614.575 230.229,615.071 233.118,615.604 C 232.247,615.668 231.962,615.775 232.33,615.853 L 232.881,615.972 C 233.165,616.032 234.048,616.065 234.725,616.03 L 249.099,615.231 C 249.7,615.199 250.026,615.094 249.748,615.029 L 249.29,614.899 C 249.027,614.832 248.142,614.796 247.346,614.824 C 245.726,614.321 242.816,614.038 237.859,614.108 C 237.859,614.106 237.859,614.105 237.86,614.103 C 238.276,613.881 239.498,613.762 240.919,613.713 C 242.513,613.659 244.77,613.709 246.935,613.831 C 250.405,614.011 257.135,614.8 255.053,615.762 C 253.917,616.268 252.189,616.653 247.251,616.949 C 241.024,617.289 233.874,617.091 229.652,616.488 C 224.961,615.782 225.304,614.93 230.105,614.245 C 230.794,614.145 230.423,614.043 229.771,613.994 C 229.086,613.942 228.271,613.958 227.698,614.034 C 222.162,614.824 221.512,615.787 227.04,616.667 C 232.716,617.473 242.203,617.675 249,617.229 C 254.766,616.852 257.733,616.296 258.262,615.623 C 258.891,614.546 253.792,613.897 248.718,613.547 C 246.07,613.365 242.798,613.31 240.093,613.385 Z M 246.918,615.496 L 244.762,615.617 L 246.93,616.141 C 247.135,616.191 247.71,616.222 248.404,616.193 C 249.032,616.168 249.142,616.076 248.968,616.031 L 246.918,615.496 Z M 239.996,615.878 L 237.84,615.999 L 240.008,616.525 C 240.214,616.574 240.789,616.605 241.481,616.576 C 242.11,616.55 242.22,616.458 242.046,616.414 L 239.996,615.878 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 203.122,572.422 C 185.682,570.092 174.346,566.072 182.039,553.742 C 185.095,548.09 194.397,547.721 199.534,547.129 C 208.839,546.838 215.163,546.696 222.96,546.676 L 203.196,560.192 L 203.122,572.422 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(266.422 630.47) scale(37.542 -37.542)'/%3E%3C/g%3E%3Cpath d='M 266.422,630.47 L 303.964,630.47 L 303.964,592.928 L 266.422,592.928 L 266.422,630.47 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 289.806,628.865 C 299.014,626.047 304.195,616.299 301.378,607.09 C 298.562,597.882 288.815,592.7 279.605,595.515 C 270.396,598.33 265.213,608.078 268.027,617.286 C 270.844,626.498 280.594,631.682 289.806,628.865' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 278,617.919 L 278,617.919 C 278.181,617.739 278.475,617.74 278.655,617.921 C 278.835,618.102 278.835,618.395 278.654,618.576 L 276.38,620.849 C 276.199,621.03 275.906,621.029 275.726,620.847 C 275.545,620.666 275.546,620.373 275.727,620.192 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.518,612.188 C 276.521,612.313 276.473,612.433 276.386,612.522 C 276.298,612.611 276.18,612.662 276.055,612.663 L 273.027,612.663 C 272.771,612.663 272.565,612.455 272.565,612.2 C 272.565,611.945 272.771,611.738 273.027,611.738 L 276.055,611.738 C 276.311,611.738 276.518,611.945 276.518,612.2' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 278,606.46 L 275.731,604.187 C 275.609,604.072 275.559,603.899 275.602,603.738 C 275.644,603.576 275.77,603.45 275.933,603.408 C 275.972,603.403 276.011,603.403 276.05,603.408 C 276.175,603.407 276.296,603.458 276.383,603.548 L 278.654,605.819 C 278.835,606 278.835,606.292 278.655,606.473 C 278.475,606.655 278.181,606.656 278,606.475' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 294.131,610.204 C 293.975,610.325 293.759,610.334 293.595,610.225 C 292.923,609.791 292.135,609.571 291.336,609.596 C 288.896,609.632 286.945,611.632 286.968,614.071 C 286.981,615.949 288.13,617.633 289.874,618.331 C 290.059,618.399 290.179,618.579 290.172,618.775 C 290.167,618.975 290.035,619.149 289.844,619.208 C 289.127,619.404 288.383,619.492 287.639,619.465 C 286.539,619.462 285.454,619.199 284.474,618.698 L 284.474,623.173 C 284.474,623.428 284.267,623.635 284.012,623.635 C 283.757,623.635 283.549,623.428 283.549,623.173 L 283.549,619.417 C 279.887,618.982 277.127,615.877 277.127,612.188 C 277.127,608.5 279.887,605.394 283.549,604.959 L 283.549,601.209 C 283.549,600.954 283.757,600.747 284.012,600.747 C 284.267,600.747 284.474,600.954 284.474,601.209 L 284.474,605.684 C 286.286,604.758 288.411,604.666 290.296,605.433 C 292.18,606.2 293.637,607.751 294.286,609.68 C 294.349,609.867 294.286,610.073 294.131,610.195 M 286.028,614.068 C 286.014,611.123 288.373,608.716 291.317,608.671 C 291.859,608.662 292.399,608.736 292.917,608.891 C 291.852,607 289.849,605.831 287.679,605.837 L 287.643,605.837 C 286.522,605.835 285.423,606.145 284.468,606.731 L 284.468,617.642 C 285.423,618.229 286.522,618.538 287.643,618.536 C 287.816,618.536 288.058,618.536 288.311,618.536 C 286.893,617.491 286.048,615.841 286.028,614.08 M 283.543,618.48 L 283.543,605.896 C 280.393,606.32 278.041,609.009 278.041,612.188 C 278.041,615.367 280.393,618.056 283.543,618.48' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 295.423,615.521 C 295.365,615.681 295.222,615.796 295.053,615.818 L 293.722,616.034 L 293.126,617.304 C 293.051,617.468 292.888,617.573 292.708,617.573 C 292.528,617.573 292.364,617.468 292.288,617.304 L 291.691,616.034 L 290.366,615.831 C 290.195,615.805 290.053,615.685 289.998,615.522 C 289.943,615.358 289.983,615.177 290.104,615.052 L 291.079,614.053 L 290.85,612.639 C 290.821,612.464 290.895,612.289 291.04,612.188 C 291.118,612.132 291.21,612.102 291.306,612.102 C 291.384,612.103 291.461,612.122 291.529,612.158 L 292.708,612.814 L 293.902,612.161 C 293.969,612.124 294.045,612.105 294.123,612.105 L 294.123,612.105 C 294.258,612.103 294.388,612.163 294.476,612.267 C 294.564,612.37 294.602,612.507 294.579,612.642 L 294.349,614.053 L 295.316,615.049 C 295.438,615.173 295.479,615.356 295.423,615.521 M 293.392,614.136 L 293.505,613.432 L 292.935,613.748 C 292.866,613.786 292.789,613.806 292.711,613.805 C 292.633,613.805 292.556,613.786 292.487,613.748 L 291.932,613.432 L 292.046,614.136 C 292.072,614.28 292.026,614.429 291.924,614.533 L 291.402,615.049 L 292.079,615.153 C 292.231,615.176 292.362,615.273 292.428,615.413 L 292.711,616.01 L 292.995,615.413 C 293.06,615.274 293.191,615.177 293.344,615.153 L 294.021,615.049 L 293.514,614.53 C 293.412,614.425 293.366,614.278 293.389,614.134' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-oekostrom-smart-nachtaktiv--hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='179.55 -650.798 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='253.282' cy='585.647' r='40.0556790605277'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='210.16' cy='585.646' r='39.9630481820394'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.478821 0.999542 -9.35521 -0.287201 -0.001 -0.001)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.176117 0.960724 -3.46849 -0.276779 0.001 -0.003)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(250.69 611.831)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='241.859' cy='622.061' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(222.569 585.058) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(215.061 557.854) rotate(1.2299) scale(1 0.385087)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(241.777 588.574) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 226.337,547.053 L 276.032,552.18 L 275.855,552.78 L 226.251,547.931 L 226.337,547.053 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 222.815,610.223 L 279.926,613.056 L 279.418,552.806 L 222.961,546.953 L 222.815,610.223 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 222.815,610.223 L 202.91,616.876 L 202.904,616.992 L 202.842,617.011 L 202.842,616.899 L 203.197,560.515 L 222.961,546.953 L 222.815,610.223 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(253.249 561.966) rotate(-174.344) skewX(24.1651)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(212.975 565.37) rotate(152.916) skewX(-6.02149)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 276.111,613.326 L 276.113,612.867 L 226.015,610.382 L 226.015,610.676 L 225.821,610.81 L 276.111,613.326 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 254.611,619.435 L 279.927,613.353 L 276.488,613.215 L 276.126,613.322 L 225.874,610.773 L 226.015,610.676 L 222.816,610.537 L 202.862,617.108 L 254.611,619.435 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 202.904,616.992 L 222.814,610.414 L 222.815,610.223 L 202.904,616.878 L 202.904,616.992 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 279.758,613.048 L 279.758,613.223 L 276.488,613.078 L 276.111,613.183 L 276.112,612.866 L 279.758,613.048 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.488,613.078 L 276.488,613.078 L 276.488,613.215 L 279.927,613.353 L 279.926,613.229 L 276.488,613.078 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.488,613.078 L 276.111,613.183 L 276.111,613.326 L 276.488,613.215 L 276.488,613.078 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.814,610.414 L 202.859,617.007 L 202.86,617.108 L 222.816,610.537 L 222.814,610.414 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.83,547.045 L 222.695,610.263 L 222.809,610.223 L 222.959,610.231 L 223.093,546.966 L 222.961,546.953 L 222.83,547.045 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 226.015,610.382 L 226.015,610.558 L 222.814,610.414 L 222.815,610.223 L 226.015,610.382 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.814,610.414 L 222.814,610.414 L 222.816,610.537 L 226.016,610.681 L 226.015,610.558 L 222.814,610.414 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.96,546.676 L 222.96,546.676 L 222.961,546.799 L 226.347,547.151 L 226.337,547.034 L 222.96,546.676 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 226.313,547.149 L 226.315,547.301 L 222.961,546.953 L 222.963,546.801 L 226.313,547.149 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.96,546.676 L 203.249,560.188 L 203.248,560.31 L 222.961,546.799 L 222.96,546.676 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.961,546.799 L 203.285,560.303 L 203.285,560.456 L 222.961,546.953 L 222.961,546.799 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.032,552.18 L 276.032,552.18 L 276.033,552.304 L 279.297,552.642 L 279.297,552.526 L 276.032,552.18 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 279.125,552.624 L 279.126,552.776 L 275.773,552.428 L 276.032,552.304 L 279.125,552.624 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.032,552.304 L 275.773,552.428 L 275.773,552.311 L 276.032,552.18 L 276.032,552.304 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 211.515,569.253 C 210.794,570.985 210.315,573.656 210.445,576.671 C 210.477,577.338 210.546,577.899 210.635,578.374 C 209.739,582.437 209.834,586.733 211.208,589.471 C 210.986,590.365 210.987,591.311 211.172,591.742 L 211.449,592.392 C 211.59,592.725 211.899,592.577 212.084,591.995 L 215.958,579.212 C 216.119,578.677 216.133,577.727 215.989,577.357 L 215.733,576.583 C 215.592,576.194 215.28,576.324 215.051,576.909 C 214.105,573.805 212.94,572.995 211.427,575.824 C 211.426,575.812 211.425,575.8 211.423,575.789 C 211.364,573.892 211.65,572.412 212.059,571.383 C 212.517,570.227 213.278,569.57 214.069,569.498 C 215.323,569.267 218.135,572.186 218.302,580.518 C 218.375,584.912 218.158,588.661 216.846,593.219 C 215.162,598.701 212.725,600.505 210.868,597.844 C 208.773,594.614 208.15,587.934 209.085,580.464 C 209.217,579.376 209.013,578.771 208.763,578.697 C 208.502,578.619 208.258,579.12 208.14,579.967 C 207.062,588.581 207.684,596.251 210.192,600.421 C 212.685,603.964 215.868,601.112 217.642,594.554 C 219.146,588.989 219.61,583.365 219.2,577.964 C 218.474,569.428 216.301,566.83 214.39,566.503 C 213.394,566.332 212.31,567.428 211.515,569.253 Z M 215.492,582.253 L 214.913,584.173 L 216.051,587.186 C 216.159,587.472 216.367,587.44 216.562,586.901 C 216.74,586.413 216.696,585.655 216.602,585.394 L 215.492,582.253 Z M 213.626,588.387 L 213.045,590.309 L 214.184,593.321 C 214.292,593.607 214.5,593.574 214.695,593.036 C 214.873,592.548 214.829,591.79 214.734,591.528 L 213.626,588.387 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 246.394,564.568 C 244.402,565.9 243.129,568.344 243.603,571.515 C 243.718,572.22 243.93,572.836 244.201,573.379 C 241.792,576.993 242.205,581.457 246.203,585.109 C 245.604,585.889 245.638,586.86 246.175,587.416 L 246.985,588.254 C 247.399,588.681 248.274,588.721 248.778,588.236 L 259.355,577.513 C 259.798,577.065 259.806,576.098 259.384,575.63 L 258.629,574.679 C 258.216,574.193 257.333,574.136 256.703,574.594 C 253.909,570.83 250.57,569.281 246.365,571.251 C 246.362,571.238 246.358,571.226 246.354,571.213 C 246.123,569.232 246.884,567.89 248.011,567.086 C 249.275,566.183 251.415,565.978 253.66,566.391 C 257.22,566.926 265.31,571.649 266.063,580.295 C 266.422,584.847 265.93,588.557 262.355,592.421 C 257.753,597.006 250.887,597.357 245.517,593.486 C 239.457,588.884 237.46,581.652 239.864,574.568 C 240.203,573.532 239.603,572.788 238.892,572.559 C 238.146,572.318 237.466,572.679 237.164,573.476 C 234.391,581.646 236.414,589.892 243.686,595.712 C 250.891,600.878 259.841,599.914 264.66,594.279 C 268.749,589.5 269.881,584.02 268.531,578.23 C 266.181,569.031 259.914,565.028 254.474,563.518 C 251.635,562.729 248.59,563.185 246.394,564.568 Z M 258.138,580.345 L 256.553,581.957 L 259.89,585.747 C 260.207,586.107 260.799,586.201 261.336,585.769 C 261.824,585.378 261.672,584.574 261.397,584.249 L 258.138,580.345 Z M 253.038,585.487 L 251.452,587.099 L 254.79,590.888 C 255.106,591.248 255.699,591.343 256.236,590.911 C 256.724,590.519 256.572,589.715 256.297,589.389 L 253.038,585.487 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 240.093,613.385 C 237.613,613.461 235.503,613.682 234.941,614.043 C 234.827,614.123 234.84,614.197 234.939,614.265 C 231.278,614.575 230.229,615.071 233.118,615.604 C 232.247,615.668 231.962,615.775 232.33,615.853 L 232.881,615.972 C 233.165,616.032 234.048,616.065 234.725,616.03 L 249.099,615.231 C 249.7,615.199 250.026,615.094 249.748,615.029 L 249.29,614.899 C 249.027,614.832 248.142,614.796 247.346,614.824 C 245.726,614.321 242.816,614.038 237.859,614.108 C 237.859,614.106 237.859,614.105 237.86,614.103 C 238.276,613.881 239.498,613.762 240.919,613.713 C 242.513,613.659 244.77,613.709 246.935,613.831 C 250.405,614.011 257.135,614.8 255.053,615.762 C 253.917,616.268 252.189,616.653 247.251,616.949 C 241.024,617.289 233.874,617.091 229.652,616.488 C 224.961,615.782 225.304,614.93 230.105,614.245 C 230.794,614.145 230.423,614.043 229.771,613.994 C 229.086,613.942 228.271,613.958 227.698,614.034 C 222.162,614.824 221.512,615.787 227.04,616.667 C 232.716,617.473 242.203,617.675 249,617.229 C 254.766,616.852 257.733,616.296 258.262,615.623 C 258.891,614.546 253.792,613.897 248.718,613.547 C 246.07,613.365 242.798,613.31 240.093,613.385 Z M 246.918,615.496 L 244.762,615.617 L 246.93,616.141 C 247.135,616.191 247.71,616.222 248.404,616.193 C 249.032,616.168 249.142,616.076 248.968,616.031 L 246.918,615.496 Z M 239.996,615.878 L 237.84,615.999 L 240.008,616.525 C 240.214,616.574 240.789,616.605 241.481,616.576 C 242.11,616.55 242.22,616.458 242.046,616.414 L 239.996,615.878 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 203.122,572.422 C 185.682,570.092 174.346,566.072 182.039,553.742 C 185.095,548.09 194.397,547.721 199.534,547.129 C 208.839,546.838 215.163,546.696 222.96,546.676 L 203.196,560.192 L 203.122,572.422 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(266.422 630.47) scale(37.542 -37.542)'/%3E%3C/g%3E%3Cpath d='M 266.422,630.47 L 303.964,630.47 L 303.964,592.928 L 266.422,592.928 L 266.422,630.47 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 289.806,628.865 C 299.014,626.047 304.195,616.299 301.378,607.09 C 298.562,597.882 288.815,592.7 279.605,595.515 C 270.396,598.33 265.213,608.078 268.027,617.286 C 270.844,626.498 280.594,631.682 289.806,628.865' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 278,617.919 L 278,617.919 C 278.181,617.739 278.475,617.74 278.655,617.921 C 278.835,618.102 278.835,618.395 278.654,618.576 L 276.38,620.849 C 276.199,621.03 275.906,621.029 275.726,620.847 C 275.545,620.666 275.546,620.373 275.727,620.192 Z' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.518,612.188 C 276.521,612.313 276.473,612.433 276.386,612.522 C 276.298,612.611 276.18,612.662 276.055,612.663 L 273.027,612.663 C 272.771,612.663 272.565,612.455 272.565,612.2 C 272.565,611.945 272.771,611.738 273.027,611.738 L 276.055,611.738 C 276.311,611.738 276.518,611.945 276.518,612.2' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 278,606.46 L 275.731,604.187 C 275.609,604.072 275.559,603.899 275.602,603.738 C 275.644,603.576 275.77,603.45 275.933,603.408 C 275.972,603.403 276.011,603.403 276.05,603.408 C 276.175,603.407 276.296,603.458 276.383,603.548 L 278.654,605.819 C 278.835,606 278.835,606.292 278.655,606.473 C 278.475,606.655 278.181,606.656 278,606.475' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 294.131,610.204 C 293.975,610.325 293.759,610.334 293.595,610.225 C 292.923,609.791 292.135,609.571 291.336,609.596 C 288.896,609.632 286.945,611.632 286.968,614.071 C 286.981,615.949 288.13,617.633 289.874,618.331 C 290.059,618.399 290.179,618.579 290.172,618.775 C 290.167,618.975 290.035,619.149 289.844,619.208 C 289.127,619.404 288.383,619.492 287.639,619.465 C 286.539,619.462 285.454,619.199 284.474,618.698 L 284.474,623.173 C 284.474,623.428 284.267,623.635 284.012,623.635 C 283.757,623.635 283.549,623.428 283.549,623.173 L 283.549,619.417 C 279.887,618.982 277.127,615.877 277.127,612.188 C 277.127,608.5 279.887,605.394 283.549,604.959 L 283.549,601.209 C 283.549,600.954 283.757,600.747 284.012,600.747 C 284.267,600.747 284.474,600.954 284.474,601.209 L 284.474,605.684 C 286.286,604.758 288.411,604.666 290.296,605.433 C 292.18,606.2 293.637,607.751 294.286,609.68 C 294.349,609.867 294.286,610.073 294.131,610.195 M 286.028,614.068 C 286.014,611.123 288.373,608.716 291.317,608.671 C 291.859,608.662 292.399,608.736 292.917,608.891 C 291.852,607 289.849,605.831 287.679,605.837 L 287.643,605.837 C 286.522,605.835 285.423,606.145 284.468,606.731 L 284.468,617.642 C 285.423,618.229 286.522,618.538 287.643,618.536 C 287.816,618.536 288.058,618.536 288.311,618.536 C 286.893,617.491 286.048,615.841 286.028,614.08 M 283.543,618.48 L 283.543,605.896 C 280.393,606.32 278.041,609.009 278.041,612.188 C 278.041,615.367 280.393,618.056 283.543,618.48' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 295.423,615.521 C 295.365,615.681 295.222,615.796 295.053,615.818 L 293.722,616.034 L 293.126,617.304 C 293.051,617.468 292.888,617.573 292.708,617.573 C 292.528,617.573 292.364,617.468 292.288,617.304 L 291.691,616.034 L 290.366,615.831 C 290.195,615.805 290.053,615.685 289.998,615.522 C 289.943,615.358 289.983,615.177 290.104,615.052 L 291.079,614.053 L 290.85,612.639 C 290.821,612.464 290.895,612.289 291.04,612.188 C 291.118,612.132 291.21,612.102 291.306,612.102 C 291.384,612.103 291.461,612.122 291.529,612.158 L 292.708,612.814 L 293.902,612.161 C 293.969,612.124 294.045,612.105 294.123,612.105 L 294.123,612.105 C 294.258,612.103 294.388,612.163 294.476,612.267 C 294.564,612.37 294.602,612.507 294.579,612.642 L 294.349,614.053 L 295.316,615.049 C 295.438,615.173 295.479,615.356 295.423,615.521 M 293.392,614.136 L 293.505,613.432 L 292.935,613.748 C 292.866,613.786 292.789,613.806 292.711,613.805 C 292.633,613.805 292.556,613.786 292.487,613.748 L 291.932,613.432 L 292.046,614.136 C 292.072,614.28 292.026,614.429 291.924,614.533 L 291.402,615.049 L 292.079,615.153 C 292.231,615.176 292.362,615.273 292.428,615.413 L 292.711,616.01 L 292.995,615.413 C 293.06,615.274 293.191,615.177 293.344,615.153 L 294.021,615.049 L 293.514,614.53 C 293.412,614.425 293.366,614.278 293.389,614.134' fill='%231a1a18' stroke-width='0.298' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-erdgas-klassik {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='26.594 -803.597 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='100.409' cy='738.447' r='40.0556790605277'%3E%3Cstop offset='0' stop-color='%23ffaa29'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='57.287' cy='738.445' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23ed7000'/%3E%3Cstop offset='1' stop-color='%23c53c00'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.47879 0.999542 -9.35483 -0.288071 0.005 -0.004)'%3E%3Cstop offset='0' stop-color='%23da610a'/%3E%3Cstop offset='1' stop-color='%23f17d08'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.077' gradientTransform='matrix(-0.17627 0.960602 -3.46559 -0.276535 -0.004 -0.004)'%3E%3Cstop offset='0' stop-color='%23c65606'/%3E%3Cstop offset='1' stop-color='%23d55200'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(97.817 764.631)'%3E%3Cstop offset='0' stop-color='%23f8ab24'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='88.986' cy='774.86' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23ffaa29'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.675' y2='0' gradientTransform='translate(69.695 737.857) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ff7100'/%3E%3Cstop offset='1' stop-color='%23ff5500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(62.188 710.674) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(88.821 741.373) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 73.465,699.853 L 123.159,704.979 L 122.983,705.579 L 73.378,700.731 L 73.465,699.853 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 69.942,763.022 L 127.053,765.855 L 126.544,705.606 L 70.089,699.752 L 69.942,763.022 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 69.942,763.022 L 50.037,769.676 L 50.031,769.791 L 49.969,769.81 L 49.969,769.698 L 50.324,713.315 L 70.089,699.752 L 69.942,763.022 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cpath d='M 109.381,746.034 C 108.855,746.683 108.948,747.69 109.451,748.216 C 109.857,748.641 110.731,748.805 111.211,748.353 C 115.36,744.455 116.61,739.165 116.678,735.66 C 116.849,726.873 110.319,715.957 98.839,715.931 C 89.764,715.911 83.034,723.262 83.074,732.896 C 83.1,739.126 86.202,745.705 91.698,749.604 C 95.935,752.465 100.753,752.871 103.244,749.967 C 105.105,747.799 106.493,744.859 106.493,741.56 C 106.493,738.392 105.504,735.02 104.283,732.233 C 105.435,732.664 106.143,734.551 106.53,736.163 C 110.003,731.923 108.868,727.49 105.298,723.095 C 104.945,724.795 104.642,726.363 103.83,727.156 C 103.664,725.719 103.043,724.881 102.25,724.176 C 102.47,725.99 102.034,727.893 101.417,729.617 C 100.856,731.187 100.51,732.645 100.673,734.099 C 96.866,731.115 96.221,725.056 96.812,722.756 C 91.763,725.882 90.451,731.735 97.64,739.635 C 102.006,744.434 102.739,748.755 98.581,748.988 C 96.05,749.13 93.317,747.494 91.505,745.594 L 91.505,745.594 C 82.068,735.448 86.873,725.824 90.644,722.129 C 94.779,718.077 101.993,717.476 108.18,722.663 C 113.371,727.441 117.077,737.804 109.381,746.034 Z' fill='%23f3f3f3' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(100.376 714.765) rotate(-174.35) skewX(24.1591)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cpath d='M 63.997,747.005 C 63.803,747.737 63.833,748.709 64.011,749.134 C 64.156,749.477 64.472,749.478 64.649,748.947 C 66.171,744.368 66.65,738.951 66.693,735.499 C 66.798,726.847 64.488,717.323 60.33,719.384 C 57.042,721.014 54.567,729.451 54.534,738.897 C 54.512,745.005 55.603,750.895 57.574,753.722 C 59.095,755.759 60.837,755.281 61.754,751.98 C 62.439,749.514 62.958,746.377 62.974,743.14 C 62.99,740.031 62.649,736.904 62.219,734.389 C 62.635,734.604 62.882,736.327 63.014,737.839 C 64.293,733.046 63.905,728.902 62.633,725.239 C 62.497,726.971 62.378,728.565 62.081,729.49 C 62.027,728.111 61.807,727.401 61.524,726.854 C 61.593,728.594 61.427,730.54 61.195,732.345 C 60.983,733.986 60.851,735.481 60.903,736.877 C 59.538,734.641 59.334,728.813 59.561,726.449 C 57.716,730.433 57.212,736.415 59.776,742.861 C 61.333,746.776 61.578,750.883 60.07,751.867 C 59.153,752.465 58.17,751.357 57.524,749.823 L 57.524,749.823 C 54.156,741.583 55.945,731.266 57.33,726.955 C 58.848,722.229 61.465,720.327 63.679,724.291 C 65.535,728.035 66.826,737.53 63.997,747.005 Z' fill='%23ededed' stroke-width='0.279' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(60.102 718.169) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 123.238,766.125 L 123.24,765.666 L 73.143,763.18 L 73.143,763.476 L 72.948,763.609 L 123.238,766.125 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 101.738,772.235 L 127.054,766.151 L 123.614,766.014 L 123.253,766.121 L 73.002,763.573 L 73.143,763.476 L 69.943,763.336 L 49.99,769.908 L 101.738,772.235 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 93.27,769.833 C 92.532,769.885 92.285,770.001 92.605,770.078 C 92.864,770.141 93.671,770.192 94.302,770.161 C 99.721,769.887 102.743,769.348 103.993,768.961 C 107.128,767.994 104.349,766.533 92.996,766.091 C 84.021,765.743 74.881,766.3 71.67,767.371 C 69.594,768.062 70.445,768.91 74.568,769.553 C 77.795,770.032 82.427,770.262 85.872,770.034 C 88.444,769.865 90.811,769.592 91.923,769.226 C 92.992,768.876 93.151,768.463 92.883,768.108 C 93.877,768.2 93.94,768.437 93.78,768.63 C 98.649,768.292 99.022,767.757 96.971,767.133 C 96.048,767.307 95.219,767.47 94.149,767.528 C 94.469,767.362 94.136,767.245 93.59,767.136 C 93.195,767.346 92.123,767.541 90.93,767.708 C 89.844,767.86 89.01,768.009 88.682,768.176 C 85.921,767.7 87.326,767.004 88.688,766.77 C 82.637,766.924 79.363,767.523 83.811,768.675 C 86.511,769.374 85.78,769.881 81.587,769.748 C 79.035,769.666 76.882,769.38 75.728,769.101 L 75.728,769.101 C 69.814,767.614 77.815,766.732 82.794,766.465 C 88.252,766.174 95.597,766.384 99.97,767.196 C 103.493,767.923 103.665,769.214 93.27,769.833 Z' fill='%23ededed' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 50.031,769.791 L 69.942,763.213 L 69.942,763.022 L 50.031,769.678 L 50.031,769.791 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.885,765.847 L 126.885,766.023 L 123.614,765.877 L 123.238,765.982 L 123.238,765.665 L 126.885,765.847 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.616,765.877 L 123.614,765.877 L 123.614,766.014 L 127.054,766.151 L 127.053,766.029 L 123.616,765.877 Z' fill='%23f68009' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.614,765.877 L 123.238,765.982 L 123.238,766.125 L 123.614,766.014 L 123.614,765.877 Z' fill='%23cc5203' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.942,763.213 L 49.986,769.806 L 49.987,769.908 L 69.943,763.336 L 69.942,763.213 Z' fill='%23cc5203' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.956,699.844 L 69.822,763.062 L 69.936,763.022 L 70.086,763.03 L 70.22,699.766 L 70.089,699.752 L 69.956,699.844 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 73.143,763.182 L 73.143,763.357 L 69.942,763.213 L 69.942,763.022 L 73.143,763.182 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.942,763.213 L 69.942,763.213 L 69.943,763.336 L 73.143,763.48 L 73.143,763.357 L 69.942,763.213 Z' fill='%23f68009' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.088,699.476 L 70.088,699.476 L 70.089,699.599 L 73.474,699.95 L 73.465,699.833 L 70.088,699.476 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 73.44,699.948 L 73.442,700.1 L 70.089,699.752 L 70.089,699.601 L 73.44,699.948 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.088,699.476 L 50.376,712.987 L 50.375,713.11 L 70.089,699.599 L 70.088,699.476 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.089,699.599 L 50.412,713.102 L 50.412,713.255 L 70.089,699.752 L 70.089,699.599 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.159,704.979 L 123.159,704.979 L 123.159,705.103 L 126.423,705.441 L 126.423,705.325 L 123.159,704.979 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.252,705.423 L 126.252,705.576 L 122.9,705.227 L 123.159,705.103 L 126.252,705.423 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.159,705.103 L 122.899,705.228 L 122.901,705.11 L 123.159,704.979 L 123.159,705.103 Z' fill='%23953400' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 50.249,725.241 C 32.809,722.912 21.473,718.891 29.166,706.562 C 32.223,700.91 41.524,700.541 46.661,699.948 C 55.966,699.657 62.291,699.516 70.088,699.496 L 50.323,713.012 L 50.249,725.241 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3Cg id='Group_6'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(113.424 783.27) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M 113.424,783.27 L 150.928,783.27 L 150.928,745.766 L 113.424,745.766 L 113.424,783.27 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 136.765,781.679 C 145.964,778.864 151.14,769.125 148.326,759.926 C 145.513,750.727 135.775,745.55 126.575,748.362 C 117.376,751.175 112.198,760.912 115.009,770.113 C 117.823,779.314 127.564,784.492 136.765,781.679' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 133.264,768.297 C 133.597,768.662 133.867,769.081 134.066,769.534 C 134.295,770.154 134.456,770.798 134.545,771.454 C 134.653,772.172 134.903,772.324 135.532,771.936 C 136.867,771.114 137.686,769.722 138.214,768.443 C 138.983,766.533 139.236,764.518 138.616,762.483 C 138.017,760.449 136.546,758.787 134.602,757.944 C 134.302,757.787 133.936,757.832 133.684,758.057 C 132.039,759.234 130.954,761.04 130.689,763.046 C 130.674,763.15 130.644,763.252 130.623,763.344 C 130.602,763.437 130.566,763.46 130.522,763.398 C 130.366,763.1 130.191,762.778 130.048,762.458 C 129.476,761.251 129.222,759.918 129.309,758.585 C 129.354,758.012 129.049,757.81 128.522,758.048 C 125.84,759.264 124.09,762.453 124.451,765.377 C 124.627,766.826 125.246,768.185 126.224,769.269 C 126.871,770.008 127.535,770.732 128.143,771.501 C 129.09,772.749 129.655,774.245 129.771,775.807 C 129.858,776.618 130.137,776.767 130.826,776.338 C 131.661,775.843 132.381,775.177 132.938,774.383 C 133.803,773.086 133.809,771.65 133.574,770.189 C 133.473,769.573 133.294,768.968 133.153,768.357 C 133.135,768.256 133.174,768.19 133.276,768.279 M 135.481,770.824 C 135.418,770.568 135.377,770.395 135.335,770.228 C 135.136,769.246 134.637,768.35 133.907,767.662 C 133.61,767.385 132.54,766.679 132.19,766.667 C 132.05,766.664 131.917,766.719 131.819,766.819 C 131.464,767.153 131.78,767.499 131.904,767.818 C 132.5,769.349 132.971,770.902 132.676,772.586 C 132.462,773.805 131.69,774.6 130.683,775.322 C 130.626,775.062 130.582,774.89 130.549,774.726 C 130.25,773.112 129.52,771.609 128.436,770.377 C 127.92,769.781 127.404,769.186 126.874,768.616 C 124.531,766.053 125.038,762.116 127.393,759.974 C 127.661,759.726 127.965,759.523 128.314,759.252 C 128.349,759.499 128.376,759.631 128.385,759.762 C 128.534,761.847 129.372,763.636 130.629,765.254 C 130.802,765.475 130.984,765.698 131.309,765.552 C 131.633,765.406 131.607,765.133 131.583,764.828 C 131.416,762.51 132.131,760.549 133.967,759.04 C 134.123,758.875 134.374,758.846 134.563,758.969 C 136.002,759.685 137.102,760.938 137.624,762.458 C 138.407,764.781 137.922,766.992 136.902,769.122 C 136.579,769.805 136.091,770.396 135.484,770.846' fill='%23000000' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 137.746,756.359 L 125.598,756.359 C 125.42,756.372 125.248,756.285 125.154,756.132 C 125.061,755.979 125.061,755.787 125.154,755.634 C 125.248,755.481 125.42,755.394 125.598,755.408 L 137.746,755.408 C 137.925,755.394 138.097,755.481 138.19,755.634 C 138.284,755.787 138.284,755.979 138.19,756.132 C 138.097,756.285 137.925,756.372 137.746,756.359' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-erdgas-klassik--not-hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='26.594 -803.597 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='100.409' cy='738.447' r='40.0556790605277'%3E%3Cstop offset='0' stop-color='%23ffaa29'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='57.287' cy='738.445' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23ed7000'/%3E%3Cstop offset='1' stop-color='%23c53c00'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.47879 0.999542 -9.35483 -0.288071 0.005 -0.004)'%3E%3Cstop offset='0' stop-color='%23da610a'/%3E%3Cstop offset='1' stop-color='%23f17d08'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.077' gradientTransform='matrix(-0.17627 0.960602 -3.46559 -0.276535 -0.004 -0.004)'%3E%3Cstop offset='0' stop-color='%23c65606'/%3E%3Cstop offset='1' stop-color='%23d55200'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(97.817 764.631)'%3E%3Cstop offset='0' stop-color='%23f8ab24'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='88.986' cy='774.86' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23ffaa29'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.675' y2='0' gradientTransform='translate(69.695 737.857) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ff7100'/%3E%3Cstop offset='1' stop-color='%23ff5500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(62.188 710.674) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(88.821 741.373) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 73.465,699.853 L 123.159,704.979 L 122.983,705.579 L 73.378,700.731 L 73.465,699.853 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 69.942,763.022 L 127.053,765.855 L 126.544,705.606 L 70.089,699.752 L 69.942,763.022 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 69.942,763.022 L 50.037,769.676 L 50.031,769.791 L 49.969,769.81 L 49.969,769.698 L 50.324,713.315 L 70.089,699.752 L 69.942,763.022 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cpath d='M 109.381,746.034 C 108.855,746.683 108.948,747.69 109.451,748.216 C 109.857,748.641 110.731,748.805 111.211,748.353 C 115.36,744.455 116.61,739.165 116.678,735.66 C 116.849,726.873 110.319,715.957 98.839,715.931 C 89.764,715.911 83.034,723.262 83.074,732.896 C 83.1,739.126 86.202,745.705 91.698,749.604 C 95.935,752.465 100.753,752.871 103.244,749.967 C 105.105,747.799 106.493,744.859 106.493,741.56 C 106.493,738.392 105.504,735.02 104.283,732.233 C 105.435,732.664 106.143,734.551 106.53,736.163 C 110.003,731.923 108.868,727.49 105.298,723.095 C 104.945,724.795 104.642,726.363 103.83,727.156 C 103.664,725.719 103.043,724.881 102.25,724.176 C 102.47,725.99 102.034,727.893 101.417,729.617 C 100.856,731.187 100.51,732.645 100.673,734.099 C 96.866,731.115 96.221,725.056 96.812,722.756 C 91.763,725.882 90.451,731.735 97.64,739.635 C 102.006,744.434 102.739,748.755 98.581,748.988 C 96.05,749.13 93.317,747.494 91.505,745.594 L 91.505,745.594 C 82.068,735.448 86.873,725.824 90.644,722.129 C 94.779,718.077 101.993,717.476 108.18,722.663 C 113.371,727.441 117.077,737.804 109.381,746.034 Z' fill='%23f3f3f3' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(100.376 714.765) rotate(-174.35) skewX(24.1591)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cpath d='M 63.997,747.005 C 63.803,747.737 63.833,748.709 64.011,749.134 C 64.156,749.477 64.472,749.478 64.649,748.947 C 66.171,744.368 66.65,738.951 66.693,735.499 C 66.798,726.847 64.488,717.323 60.33,719.384 C 57.042,721.014 54.567,729.451 54.534,738.897 C 54.512,745.005 55.603,750.895 57.574,753.722 C 59.095,755.759 60.837,755.281 61.754,751.98 C 62.439,749.514 62.958,746.377 62.974,743.14 C 62.99,740.031 62.649,736.904 62.219,734.389 C 62.635,734.604 62.882,736.327 63.014,737.839 C 64.293,733.046 63.905,728.902 62.633,725.239 C 62.497,726.971 62.378,728.565 62.081,729.49 C 62.027,728.111 61.807,727.401 61.524,726.854 C 61.593,728.594 61.427,730.54 61.195,732.345 C 60.983,733.986 60.851,735.481 60.903,736.877 C 59.538,734.641 59.334,728.813 59.561,726.449 C 57.716,730.433 57.212,736.415 59.776,742.861 C 61.333,746.776 61.578,750.883 60.07,751.867 C 59.153,752.465 58.17,751.357 57.524,749.823 L 57.524,749.823 C 54.156,741.583 55.945,731.266 57.33,726.955 C 58.848,722.229 61.465,720.327 63.679,724.291 C 65.535,728.035 66.826,737.53 63.997,747.005 Z' fill='%23ededed' stroke-width='0.279' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(60.102 718.169) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 123.238,766.125 L 123.24,765.666 L 73.143,763.18 L 73.143,763.476 L 72.948,763.609 L 123.238,766.125 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 101.738,772.235 L 127.054,766.151 L 123.614,766.014 L 123.253,766.121 L 73.002,763.573 L 73.143,763.476 L 69.943,763.336 L 49.99,769.908 L 101.738,772.235 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 93.27,769.833 C 92.532,769.885 92.285,770.001 92.605,770.078 C 92.864,770.141 93.671,770.192 94.302,770.161 C 99.721,769.887 102.743,769.348 103.993,768.961 C 107.128,767.994 104.349,766.533 92.996,766.091 C 84.021,765.743 74.881,766.3 71.67,767.371 C 69.594,768.062 70.445,768.91 74.568,769.553 C 77.795,770.032 82.427,770.262 85.872,770.034 C 88.444,769.865 90.811,769.592 91.923,769.226 C 92.992,768.876 93.151,768.463 92.883,768.108 C 93.877,768.2 93.94,768.437 93.78,768.63 C 98.649,768.292 99.022,767.757 96.971,767.133 C 96.048,767.307 95.219,767.47 94.149,767.528 C 94.469,767.362 94.136,767.245 93.59,767.136 C 93.195,767.346 92.123,767.541 90.93,767.708 C 89.844,767.86 89.01,768.009 88.682,768.176 C 85.921,767.7 87.326,767.004 88.688,766.77 C 82.637,766.924 79.363,767.523 83.811,768.675 C 86.511,769.374 85.78,769.881 81.587,769.748 C 79.035,769.666 76.882,769.38 75.728,769.101 L 75.728,769.101 C 69.814,767.614 77.815,766.732 82.794,766.465 C 88.252,766.174 95.597,766.384 99.97,767.196 C 103.493,767.923 103.665,769.214 93.27,769.833 Z' fill='%23ededed' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 50.031,769.791 L 69.942,763.213 L 69.942,763.022 L 50.031,769.678 L 50.031,769.791 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.885,765.847 L 126.885,766.023 L 123.614,765.877 L 123.238,765.982 L 123.238,765.665 L 126.885,765.847 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.616,765.877 L 123.614,765.877 L 123.614,766.014 L 127.054,766.151 L 127.053,766.029 L 123.616,765.877 Z' fill='%23f68009' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.614,765.877 L 123.238,765.982 L 123.238,766.125 L 123.614,766.014 L 123.614,765.877 Z' fill='%23cc5203' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.942,763.213 L 49.986,769.806 L 49.987,769.908 L 69.943,763.336 L 69.942,763.213 Z' fill='%23cc5203' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.956,699.844 L 69.822,763.062 L 69.936,763.022 L 70.086,763.03 L 70.22,699.766 L 70.089,699.752 L 69.956,699.844 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 73.143,763.182 L 73.143,763.357 L 69.942,763.213 L 69.942,763.022 L 73.143,763.182 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.942,763.213 L 69.942,763.213 L 69.943,763.336 L 73.143,763.48 L 73.143,763.357 L 69.942,763.213 Z' fill='%23f68009' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.088,699.476 L 70.088,699.476 L 70.089,699.599 L 73.474,699.95 L 73.465,699.833 L 70.088,699.476 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 73.44,699.948 L 73.442,700.1 L 70.089,699.752 L 70.089,699.601 L 73.44,699.948 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.088,699.476 L 50.376,712.987 L 50.375,713.11 L 70.089,699.599 L 70.088,699.476 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.089,699.599 L 50.412,713.102 L 50.412,713.255 L 70.089,699.752 L 70.089,699.599 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.159,704.979 L 123.159,704.979 L 123.159,705.103 L 126.423,705.441 L 126.423,705.325 L 123.159,704.979 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.252,705.423 L 126.252,705.576 L 122.9,705.227 L 123.159,705.103 L 126.252,705.423 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.159,705.103 L 122.899,705.228 L 122.901,705.11 L 123.159,704.979 L 123.159,705.103 Z' fill='%23953400' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 50.249,725.241 C 32.809,722.912 21.473,718.891 29.166,706.562 C 32.223,700.91 41.524,700.541 46.661,699.948 C 55.966,699.657 62.291,699.516 70.088,699.496 L 50.323,713.012 L 50.249,725.241 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3Cg id='Group_6'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(113.424 783.27) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M 113.424,783.27 L 150.928,783.27 L 150.928,745.766 L 113.424,745.766 L 113.424,783.27 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 136.765,781.679 C 145.964,778.864 151.14,769.125 148.326,759.926 C 145.513,750.727 135.775,745.55 126.575,748.362 C 117.376,751.175 112.198,760.912 115.009,770.113 C 117.823,779.314 127.564,784.492 136.765,781.679' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 133.264,768.297 C 133.597,768.662 133.867,769.081 134.066,769.534 C 134.295,770.154 134.456,770.798 134.545,771.454 C 134.653,772.172 134.903,772.324 135.532,771.936 C 136.867,771.114 137.686,769.722 138.214,768.443 C 138.983,766.533 139.236,764.518 138.616,762.483 C 138.017,760.449 136.546,758.787 134.602,757.944 C 134.302,757.787 133.936,757.832 133.684,758.057 C 132.039,759.234 130.954,761.04 130.689,763.046 C 130.674,763.15 130.644,763.252 130.623,763.344 C 130.602,763.437 130.566,763.46 130.522,763.398 C 130.366,763.1 130.191,762.778 130.048,762.458 C 129.476,761.251 129.222,759.918 129.309,758.585 C 129.354,758.012 129.049,757.81 128.522,758.048 C 125.84,759.264 124.09,762.453 124.451,765.377 C 124.627,766.826 125.246,768.185 126.224,769.269 C 126.871,770.008 127.535,770.732 128.143,771.501 C 129.09,772.749 129.655,774.245 129.771,775.807 C 129.858,776.618 130.137,776.767 130.826,776.338 C 131.661,775.843 132.381,775.177 132.938,774.383 C 133.803,773.086 133.809,771.65 133.574,770.189 C 133.473,769.573 133.294,768.968 133.153,768.357 C 133.135,768.256 133.174,768.19 133.276,768.279 M 135.481,770.824 C 135.418,770.568 135.377,770.395 135.335,770.228 C 135.136,769.246 134.637,768.35 133.907,767.662 C 133.61,767.385 132.54,766.679 132.19,766.667 C 132.05,766.664 131.917,766.719 131.819,766.819 C 131.464,767.153 131.78,767.499 131.904,767.818 C 132.5,769.349 132.971,770.902 132.676,772.586 C 132.462,773.805 131.69,774.6 130.683,775.322 C 130.626,775.062 130.582,774.89 130.549,774.726 C 130.25,773.112 129.52,771.609 128.436,770.377 C 127.92,769.781 127.404,769.186 126.874,768.616 C 124.531,766.053 125.038,762.116 127.393,759.974 C 127.661,759.726 127.965,759.523 128.314,759.252 C 128.349,759.499 128.376,759.631 128.385,759.762 C 128.534,761.847 129.372,763.636 130.629,765.254 C 130.802,765.475 130.984,765.698 131.309,765.552 C 131.633,765.406 131.607,765.133 131.583,764.828 C 131.416,762.51 132.131,760.549 133.967,759.04 C 134.123,758.875 134.374,758.846 134.563,758.969 C 136.002,759.685 137.102,760.938 137.624,762.458 C 138.407,764.781 137.922,766.992 136.902,769.122 C 136.579,769.805 136.091,770.396 135.484,770.846' fill='%23000000' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 137.746,756.359 L 125.598,756.359 C 125.42,756.372 125.248,756.285 125.154,756.132 C 125.061,755.979 125.061,755.787 125.154,755.634 C 125.248,755.481 125.42,755.394 125.598,755.408 L 137.746,755.408 C 137.925,755.394 138.097,755.481 138.19,755.634 C 138.284,755.787 138.284,755.979 138.19,756.132 C 138.097,756.285 137.925,756.372 137.746,756.359' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-erdgas-klassik--hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='26.594 -803.597 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='100.409' cy='738.447' r='40.0556790605277'%3E%3Cstop offset='0' stop-color='%23ffaa29'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='57.287' cy='738.445' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23ed7000'/%3E%3Cstop offset='1' stop-color='%23c53c00'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.47879 0.999542 -9.35483 -0.288071 0.005 -0.004)'%3E%3Cstop offset='0' stop-color='%23da610a'/%3E%3Cstop offset='1' stop-color='%23f17d08'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.077' gradientTransform='matrix(-0.17627 0.960602 -3.46559 -0.276535 -0.004 -0.004)'%3E%3Cstop offset='0' stop-color='%23c65606'/%3E%3Cstop offset='1' stop-color='%23d55200'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(97.817 764.631)'%3E%3Cstop offset='0' stop-color='%23f8ab24'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='88.986' cy='774.86' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23ffaa29'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.675' y2='0' gradientTransform='translate(69.695 737.857) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ff7100'/%3E%3Cstop offset='1' stop-color='%23ff5500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(62.188 710.674) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(88.821 741.373) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 73.465,699.853 L 123.159,704.979 L 122.983,705.579 L 73.378,700.731 L 73.465,699.853 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 69.942,763.022 L 127.053,765.855 L 126.544,705.606 L 70.089,699.752 L 69.942,763.022 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 69.942,763.022 L 50.037,769.676 L 50.031,769.791 L 49.969,769.81 L 49.969,769.698 L 50.324,713.315 L 70.089,699.752 L 69.942,763.022 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cpath d='M 109.381,746.034 C 108.855,746.683 108.948,747.69 109.451,748.216 C 109.857,748.641 110.731,748.805 111.211,748.353 C 115.36,744.455 116.61,739.165 116.678,735.66 C 116.849,726.873 110.319,715.957 98.839,715.931 C 89.764,715.911 83.034,723.262 83.074,732.896 C 83.1,739.126 86.202,745.705 91.698,749.604 C 95.935,752.465 100.753,752.871 103.244,749.967 C 105.105,747.799 106.493,744.859 106.493,741.56 C 106.493,738.392 105.504,735.02 104.283,732.233 C 105.435,732.664 106.143,734.551 106.53,736.163 C 110.003,731.923 108.868,727.49 105.298,723.095 C 104.945,724.795 104.642,726.363 103.83,727.156 C 103.664,725.719 103.043,724.881 102.25,724.176 C 102.47,725.99 102.034,727.893 101.417,729.617 C 100.856,731.187 100.51,732.645 100.673,734.099 C 96.866,731.115 96.221,725.056 96.812,722.756 C 91.763,725.882 90.451,731.735 97.64,739.635 C 102.006,744.434 102.739,748.755 98.581,748.988 C 96.05,749.13 93.317,747.494 91.505,745.594 L 91.505,745.594 C 82.068,735.448 86.873,725.824 90.644,722.129 C 94.779,718.077 101.993,717.476 108.18,722.663 C 113.371,727.441 117.077,737.804 109.381,746.034 Z' fill='%23f3f3f3' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(100.376 714.765) rotate(-174.35) skewX(24.1591)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cpath d='M 63.997,747.005 C 63.803,747.737 63.833,748.709 64.011,749.134 C 64.156,749.477 64.472,749.478 64.649,748.947 C 66.171,744.368 66.65,738.951 66.693,735.499 C 66.798,726.847 64.488,717.323 60.33,719.384 C 57.042,721.014 54.567,729.451 54.534,738.897 C 54.512,745.005 55.603,750.895 57.574,753.722 C 59.095,755.759 60.837,755.281 61.754,751.98 C 62.439,749.514 62.958,746.377 62.974,743.14 C 62.99,740.031 62.649,736.904 62.219,734.389 C 62.635,734.604 62.882,736.327 63.014,737.839 C 64.293,733.046 63.905,728.902 62.633,725.239 C 62.497,726.971 62.378,728.565 62.081,729.49 C 62.027,728.111 61.807,727.401 61.524,726.854 C 61.593,728.594 61.427,730.54 61.195,732.345 C 60.983,733.986 60.851,735.481 60.903,736.877 C 59.538,734.641 59.334,728.813 59.561,726.449 C 57.716,730.433 57.212,736.415 59.776,742.861 C 61.333,746.776 61.578,750.883 60.07,751.867 C 59.153,752.465 58.17,751.357 57.524,749.823 L 57.524,749.823 C 54.156,741.583 55.945,731.266 57.33,726.955 C 58.848,722.229 61.465,720.327 63.679,724.291 C 65.535,728.035 66.826,737.53 63.997,747.005 Z' fill='%23ededed' stroke-width='0.279' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(60.102 718.169) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 123.238,766.125 L 123.24,765.666 L 73.143,763.18 L 73.143,763.476 L 72.948,763.609 L 123.238,766.125 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 101.738,772.235 L 127.054,766.151 L 123.614,766.014 L 123.253,766.121 L 73.002,763.573 L 73.143,763.476 L 69.943,763.336 L 49.99,769.908 L 101.738,772.235 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 93.27,769.833 C 92.532,769.885 92.285,770.001 92.605,770.078 C 92.864,770.141 93.671,770.192 94.302,770.161 C 99.721,769.887 102.743,769.348 103.993,768.961 C 107.128,767.994 104.349,766.533 92.996,766.091 C 84.021,765.743 74.881,766.3 71.67,767.371 C 69.594,768.062 70.445,768.91 74.568,769.553 C 77.795,770.032 82.427,770.262 85.872,770.034 C 88.444,769.865 90.811,769.592 91.923,769.226 C 92.992,768.876 93.151,768.463 92.883,768.108 C 93.877,768.2 93.94,768.437 93.78,768.63 C 98.649,768.292 99.022,767.757 96.971,767.133 C 96.048,767.307 95.219,767.47 94.149,767.528 C 94.469,767.362 94.136,767.245 93.59,767.136 C 93.195,767.346 92.123,767.541 90.93,767.708 C 89.844,767.86 89.01,768.009 88.682,768.176 C 85.921,767.7 87.326,767.004 88.688,766.77 C 82.637,766.924 79.363,767.523 83.811,768.675 C 86.511,769.374 85.78,769.881 81.587,769.748 C 79.035,769.666 76.882,769.38 75.728,769.101 L 75.728,769.101 C 69.814,767.614 77.815,766.732 82.794,766.465 C 88.252,766.174 95.597,766.384 99.97,767.196 C 103.493,767.923 103.665,769.214 93.27,769.833 Z' fill='%23ededed' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 50.031,769.791 L 69.942,763.213 L 69.942,763.022 L 50.031,769.678 L 50.031,769.791 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.885,765.847 L 126.885,766.023 L 123.614,765.877 L 123.238,765.982 L 123.238,765.665 L 126.885,765.847 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.616,765.877 L 123.614,765.877 L 123.614,766.014 L 127.054,766.151 L 127.053,766.029 L 123.616,765.877 Z' fill='%23f68009' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.614,765.877 L 123.238,765.982 L 123.238,766.125 L 123.614,766.014 L 123.614,765.877 Z' fill='%23cc5203' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.942,763.213 L 49.986,769.806 L 49.987,769.908 L 69.943,763.336 L 69.942,763.213 Z' fill='%23cc5203' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.956,699.844 L 69.822,763.062 L 69.936,763.022 L 70.086,763.03 L 70.22,699.766 L 70.089,699.752 L 69.956,699.844 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 73.143,763.182 L 73.143,763.357 L 69.942,763.213 L 69.942,763.022 L 73.143,763.182 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.942,763.213 L 69.942,763.213 L 69.943,763.336 L 73.143,763.48 L 73.143,763.357 L 69.942,763.213 Z' fill='%23f68009' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.088,699.476 L 70.088,699.476 L 70.089,699.599 L 73.474,699.95 L 73.465,699.833 L 70.088,699.476 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 73.44,699.948 L 73.442,700.1 L 70.089,699.752 L 70.089,699.601 L 73.44,699.948 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.088,699.476 L 50.376,712.987 L 50.375,713.11 L 70.089,699.599 L 70.088,699.476 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.089,699.599 L 50.412,713.102 L 50.412,713.255 L 70.089,699.752 L 70.089,699.599 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.159,704.979 L 123.159,704.979 L 123.159,705.103 L 126.423,705.441 L 126.423,705.325 L 123.159,704.979 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.252,705.423 L 126.252,705.576 L 122.9,705.227 L 123.159,705.103 L 126.252,705.423 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.159,705.103 L 122.899,705.228 L 122.901,705.11 L 123.159,704.979 L 123.159,705.103 Z' fill='%23953400' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 50.249,725.241 C 32.809,722.912 21.473,718.891 29.166,706.562 C 32.223,700.91 41.524,700.541 46.661,699.948 C 55.966,699.657 62.291,699.516 70.088,699.496 L 50.323,713.012 L 50.249,725.241 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3Cg id='Group_6'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(113.424 783.27) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M 113.424,783.27 L 150.928,783.27 L 150.928,745.766 L 113.424,745.766 L 113.424,783.27 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 136.765,781.679 C 145.964,778.864 151.14,769.125 148.326,759.926 C 145.513,750.727 135.775,745.55 126.575,748.362 C 117.376,751.175 112.198,760.912 115.009,770.113 C 117.823,779.314 127.564,784.492 136.765,781.679' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 133.264,768.297 C 133.597,768.662 133.867,769.081 134.066,769.534 C 134.295,770.154 134.456,770.798 134.545,771.454 C 134.653,772.172 134.903,772.324 135.532,771.936 C 136.867,771.114 137.686,769.722 138.214,768.443 C 138.983,766.533 139.236,764.518 138.616,762.483 C 138.017,760.449 136.546,758.787 134.602,757.944 C 134.302,757.787 133.936,757.832 133.684,758.057 C 132.039,759.234 130.954,761.04 130.689,763.046 C 130.674,763.15 130.644,763.252 130.623,763.344 C 130.602,763.437 130.566,763.46 130.522,763.398 C 130.366,763.1 130.191,762.778 130.048,762.458 C 129.476,761.251 129.222,759.918 129.309,758.585 C 129.354,758.012 129.049,757.81 128.522,758.048 C 125.84,759.264 124.09,762.453 124.451,765.377 C 124.627,766.826 125.246,768.185 126.224,769.269 C 126.871,770.008 127.535,770.732 128.143,771.501 C 129.09,772.749 129.655,774.245 129.771,775.807 C 129.858,776.618 130.137,776.767 130.826,776.338 C 131.661,775.843 132.381,775.177 132.938,774.383 C 133.803,773.086 133.809,771.65 133.574,770.189 C 133.473,769.573 133.294,768.968 133.153,768.357 C 133.135,768.256 133.174,768.19 133.276,768.279 M 135.481,770.824 C 135.418,770.568 135.377,770.395 135.335,770.228 C 135.136,769.246 134.637,768.35 133.907,767.662 C 133.61,767.385 132.54,766.679 132.19,766.667 C 132.05,766.664 131.917,766.719 131.819,766.819 C 131.464,767.153 131.78,767.499 131.904,767.818 C 132.5,769.349 132.971,770.902 132.676,772.586 C 132.462,773.805 131.69,774.6 130.683,775.322 C 130.626,775.062 130.582,774.89 130.549,774.726 C 130.25,773.112 129.52,771.609 128.436,770.377 C 127.92,769.781 127.404,769.186 126.874,768.616 C 124.531,766.053 125.038,762.116 127.393,759.974 C 127.661,759.726 127.965,759.523 128.314,759.252 C 128.349,759.499 128.376,759.631 128.385,759.762 C 128.534,761.847 129.372,763.636 130.629,765.254 C 130.802,765.475 130.984,765.698 131.309,765.552 C 131.633,765.406 131.607,765.133 131.583,764.828 C 131.416,762.51 132.131,760.549 133.967,759.04 C 134.123,758.875 134.374,758.846 134.563,758.969 C 136.002,759.685 137.102,760.938 137.624,762.458 C 138.407,764.781 137.922,766.992 136.902,769.122 C 136.579,769.805 136.091,770.396 135.484,770.846' fill='%23000000' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 137.746,756.359 L 125.598,756.359 C 125.42,756.372 125.248,756.285 125.154,756.132 C 125.061,755.979 125.061,755.787 125.154,755.634 C 125.248,755.481 125.42,755.394 125.598,755.408 L 137.746,755.408 C 137.925,755.394 138.097,755.481 138.19,755.634 C 138.284,755.787 138.284,755.979 138.19,756.132 C 138.097,756.285 137.925,756.372 137.746,756.359' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-biogas-plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='179.392 -803.596 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='253.088' cy='738.493' r='40.0556790605277'%3E%3Cstop offset='0' stop-color='%23ffaa29'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='209.966' cy='738.491' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23ed7000'/%3E%3Cstop offset='1' stop-color='%23c53c00'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.477921 0.999573 -9.35522 -0.287277 0 -0.001)'%3E%3Cstop offset='0' stop-color='%23da610a'/%3E%3Cstop offset='1' stop-color='%23f17d08'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.176117 0.960724 -3.46849 -0.276779 0.002 -0.004)'%3E%3Cstop offset='0' stop-color='%23c65606'/%3E%3Cstop offset='1' stop-color='%23d55200'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(250.496 764.677)'%3E%3Cstop offset='0' stop-color='%23f8ab24'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='241.665' cy='774.907' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23ffaa29'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.675' y2='0' gradientTransform='translate(222.374 737.904) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ff7100'/%3E%3Cstop offset='1' stop-color='%23ff5500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(214.867 710.72) rotate(1.2299) scale(1 0.385087)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.226' y='-62.226' width='124.452' height='124.452' transform='translate(241.618 741.371) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 226.143,699.9 L 275.838,705.026 L 275.661,705.626 L 226.057,700.777 L 226.143,699.9 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 222.621,763.068 L 279.732,765.902 L 279.224,705.652 L 222.767,699.798 L 222.621,763.068 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 222.621,763.068 L 202.716,769.723 L 202.71,769.838 L 202.647,769.857 L 202.647,769.745 L 203.003,713.361 L 222.767,699.798 L 222.621,763.068 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cpath d='M 262.06,746.081 C 261.534,746.73 261.627,747.737 262.13,748.263 C 262.536,748.688 263.409,748.851 263.889,748.399 C 268.039,744.502 269.288,739.212 269.357,735.706 C 269.528,726.92 262.998,716.003 251.518,715.978 C 242.442,715.958 235.713,723.309 235.752,732.943 C 235.779,739.173 238.881,745.751 244.376,749.651 C 248.614,752.512 253.432,752.917 255.923,750.013 C 257.783,747.845 259.172,744.905 259.172,741.607 C 259.172,738.439 258.182,735.067 256.962,732.279 C 258.114,732.711 258.821,734.598 259.209,736.21 C 262.682,731.97 261.548,727.536 257.977,723.141 C 257.623,724.842 257.321,726.41 256.509,727.202 C 256.342,725.765 255.721,724.927 254.929,724.223 C 255.149,726.037 254.713,727.94 254.096,729.664 C 253.535,731.233 253.189,732.692 253.352,734.146 C 249.545,731.161 248.899,725.102 249.491,722.803 C 244.441,725.928 243.13,731.781 250.318,739.682 C 254.684,744.48 255.418,748.802 251.26,749.035 C 248.729,749.176 245.996,747.54 244.184,745.641 L 244.184,745.641 C 234.747,735.495 239.551,725.87 243.322,722.175 C 247.457,718.124 254.672,717.523 260.859,722.709 C 266.05,727.487 269.755,737.85 262.06,746.081 Z' fill='%23f3f3f3' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(253.055 714.812) rotate(-174.344) skewX(24.1651)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cpath d='M 216.676,747.052 C 216.482,747.784 216.512,748.755 216.69,749.18 C 216.835,749.524 217.151,749.525 217.327,748.994 C 218.85,744.415 219.329,738.998 219.372,735.546 C 219.477,726.893 217.167,717.369 213.008,719.431 C 209.721,721.061 207.246,729.497 207.213,738.943 C 207.191,745.051 208.282,750.942 210.253,753.769 C 211.774,755.806 213.516,755.328 214.433,752.027 C 215.118,749.56 215.637,746.423 215.653,743.187 C 215.669,740.078 215.327,736.951 214.898,734.436 C 215.314,734.651 215.561,736.373 215.692,737.885 C 216.972,733.092 216.583,728.949 215.313,725.285 C 215.176,727.018 215.057,728.612 214.759,729.536 C 214.706,728.158 214.486,727.448 214.203,726.901 C 214.272,728.64 214.106,730.587 213.874,732.391 C 213.662,734.032 213.529,735.527 213.581,736.923 C 212.217,734.688 212.013,728.86 212.24,726.496 C 210.395,730.48 209.891,736.462 212.455,742.908 C 214.012,746.822 214.257,750.93 212.749,751.913 C 211.832,752.512 210.849,751.403 210.203,749.869 L 210.203,749.869 C 206.836,741.63 208.624,731.312 210.009,727.002 C 211.527,722.275 214.143,720.374 216.358,724.338 C 218.214,728.082 219.505,737.577 216.676,747.052 Z' fill='%23ededed' stroke-width='0.279' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(212.781 718.216) rotate(152.916) skewX(-6.02149)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 275.917,766.172 L 275.919,765.713 L 225.821,763.227 L 225.821,763.522 L 225.627,763.656 L 275.917,766.172 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 254.417,772.281 L 279.733,766.198 L 276.293,766.06 L 275.932,766.167 L 225.68,763.619 L 225.821,763.522 L 222.622,763.383 L 202.668,769.954 L 254.417,772.281 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 245.949,769.88 C 245.211,769.932 244.964,770.048 245.283,770.125 C 245.543,770.187 246.35,770.239 246.98,770.207 C 252.4,769.934 255.422,769.395 256.672,769.008 C 259.807,768.041 257.028,766.579 245.675,766.138 C 236.7,765.789 227.559,766.347 224.349,767.417 C 222.273,768.109 223.124,768.957 227.246,769.6 C 230.473,770.079 235.106,770.309 238.551,770.08 C 241.123,769.912 243.49,769.639 244.602,769.273 C 245.671,768.922 245.83,768.51 245.562,768.154 C 246.556,768.247 246.619,768.483 246.459,768.677 C 251.327,768.338 251.701,767.803 249.65,767.179 C 248.728,767.354 247.897,767.517 246.828,767.574 C 247.147,767.408 246.814,767.292 246.269,767.183 C 245.874,767.393 244.801,767.587 243.609,767.755 C 242.523,767.907 241.689,768.056 241.361,768.223 C 238.6,767.746 240.004,767.05 241.367,766.817 C 235.315,766.971 232.042,767.569 236.49,768.721 C 239.19,769.421 238.458,769.928 234.266,769.795 C 231.714,769.713 229.562,769.427 228.408,769.147 L 228.408,769.147 C 222.492,767.661 230.494,766.778 235.473,766.512 C 240.931,766.221 248.276,766.431 252.648,767.242 C 256.173,767.97 256.344,769.261 245.949,769.88 Z' fill='%23ededed' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.71,769.838 L 222.62,763.259 L 222.621,763.068 L 202.71,769.725 L 202.71,769.838 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 279.564,765.894 L 279.563,766.069 L 276.293,765.924 L 275.917,766.029 L 275.917,765.712 L 279.564,765.894 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.294,765.924 L 276.293,765.924 L 276.293,766.06 L 279.733,766.198 L 279.732,766.075 L 276.294,765.924 Z' fill='%23f68009' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.293,765.924 L 275.917,766.029 L 275.917,766.172 L 276.293,766.06 L 276.293,765.924 Z' fill='%23cc5203' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.62,763.259 L 202.665,769.852 L 202.666,769.954 L 222.622,763.383 L 222.62,763.259 Z' fill='%23cc5203' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.636,699.891 L 222.501,763.109 L 222.615,763.068 L 222.765,763.077 L 222.899,699.812 L 222.767,699.798 L 222.636,699.891 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 225.821,763.228 L 225.821,763.404 L 222.62,763.259 L 222.621,763.068 L 225.821,763.228 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.62,763.259 L 222.62,763.259 L 222.622,763.383 L 225.822,763.527 L 225.821,763.404 L 222.62,763.259 Z' fill='%23f68009' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.766,699.522 L 222.766,699.522 L 222.767,699.645 L 226.153,699.997 L 226.143,699.88 L 222.766,699.522 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 226.119,699.995 L 226.121,700.147 L 222.767,699.798 L 222.769,699.647 L 226.119,699.995 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.766,699.522 L 203.055,713.034 L 203.054,713.156 L 222.767,699.645 L 222.766,699.522 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.767,699.645 L 203.091,713.149 L 203.091,713.302 L 222.767,699.798 L 222.767,699.645 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 275.838,705.026 L 275.838,705.026 L 275.838,705.149 L 279.102,705.488 L 279.102,705.372 L 275.838,705.026 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 278.93,705.47 L 278.931,705.622 L 275.579,705.274 L 275.838,705.149 L 278.93,705.47 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 275.838,705.149 L 275.579,705.275 L 275.579,705.157 L 275.838,705.026 L 275.838,705.149 Z' fill='%23953400' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 202.928,725.288 C 185.488,722.958 174.152,718.938 181.845,706.608 C 184.901,700.956 194.203,700.587 199.34,699.994 C 208.645,699.704 214.969,699.562 222.766,699.542 L 203.002,713.058 L 202.928,725.288 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(266.339 783.219) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M 266.339,783.219 L 303.843,783.219 L 303.843,745.715 L 266.339,745.715 L 266.339,783.219 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 289.681,781.612 C 298.879,778.798 304.055,769.059 301.241,759.86 C 298.428,750.661 288.69,745.485 279.491,748.297 C 270.291,751.109 265.113,760.846 267.924,770.046 C 270.738,779.248 280.479,784.426 289.681,781.612' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 294.607,770.695 C 294.279,771.175 293.686,771.414 292.94,771.363 C 292.196,771.293 291.481,771.029 290.87,770.597 C 290.607,770.423 290.362,770.222 290.137,770.002 L 289.922,769.786 L 290.05,770.061 C 290.482,770.952 290.678,771.939 290.619,772.928 C 290.569,773.804 290.206,774.632 289.594,775.261 C 289.028,775.792 288.342,775.918 287.845,775.577 C 287.144,775.098 287.192,774.404 287.249,773.732 C 287.354,772.931 287.223,772.116 286.873,771.387 L 286.856,771.348 L 286.813,771.348 C 285.341,771.67 283.816,771.67 282.343,771.348 L 282.302,771.348 L 282.284,771.387 C 281.94,772.118 281.815,772.932 281.923,773.732 C 281.971,774.404 282.018,775.098 281.327,775.577 C 280.82,775.92 280.153,775.8 279.58,775.279 C 278.966,774.65 278.6,773.819 278.552,772.94 C 278.492,771.948 278.688,770.958 279.121,770.064 L 279.246,769.79 L 279.035,770.004 C 278.81,770.226 278.565,770.425 278.302,770.6 C 277.69,771.032 276.976,771.296 276.231,771.366 C 275.483,771.417 274.893,771.178 274.564,770.699 C 274.237,770.219 274.234,769.581 274.564,768.911 C 275.26,767.608 276.534,766.715 277.995,766.505 L 278.052,766.505 L 278.052,766.452 C 277.897,765.36 277.875,764.253 277.986,763.156 C 278.069,762.069 278.287,760.997 278.636,759.964 L 278.636,759.964 L 278.636,759.945 C 278.517,759.535 278.46,759.11 278.466,758.682 C 278.466,756.063 280.239,753.932 282.418,753.932 C 283.194,753.936 283.946,754.2 284.555,754.683 L 284.597,754.698 L 284.629,754.671 C 285.237,754.189 285.99,753.925 286.766,753.92 C 288.944,753.92 290.718,756.051 290.718,758.67 C 290.722,759.094 290.667,759.515 290.551,759.922 L 290.551,759.955 C 290.904,760.986 291.127,762.057 291.215,763.143 C 291.323,764.236 291.3,765.336 291.144,766.422 L 291.144,766.479 L 291.2,766.479 C 291.906,766.568 292.578,766.828 293.159,767.238 C 293.786,767.649 294.294,768.216 294.634,768.883 C 294.953,769.56 294.95,770.198 294.634,770.671 M 287.654,771.149 C 288.014,771.973 288.147,772.879 288.039,773.771 L 288.039,773.771 C 287.991,774.456 288.003,774.692 288.298,774.895 C 288.51,775.041 288.831,774.859 289.042,774.659 C 289.511,774.162 289.786,773.514 289.818,772.833 C 289.867,771.926 289.671,771.023 289.248,770.219 L 289.219,770.156 L 289.168,770.201 C 288.72,770.565 288.217,770.856 287.678,771.062 L 287.624,771.083 Z M 279.355,772.853 C 279.39,773.529 279.663,774.171 280.126,774.665 C 280.337,774.865 280.659,775.047 280.871,774.901 C 281.169,774.701 281.169,774.463 281.127,773.777 C 281.019,772.883 281.15,771.978 281.508,771.151 L 281.533,771.101 L 281.479,771.08 C 280.939,770.876 280.436,770.586 279.989,770.222 L 279.935,770.18 L 279.909,770.24 C 279.491,771.042 279.297,771.941 279.345,772.844 M 278.212,767.319 L 278.212,767.277 L 278.17,767.277 C 276.95,767.428 275.877,768.156 275.286,769.235 C 275.097,769.538 275.079,769.917 275.236,770.237 C 275.39,770.466 275.739,770.582 276.186,770.556 C 276.788,770.49 277.363,770.272 277.858,769.923 C 278.251,769.661 278.592,769.326 278.862,768.937 L 278.883,768.911 L 278.865,768.88 C 278.582,768.391 278.366,767.866 278.225,767.319 M 290.408,763.209 C 290.345,762.477 290.22,761.751 290.035,761.039 L 290.011,760.944 L 289.943,761.019 C 289.681,761.309 289.365,761.542 289.01,761.704 C 288.879,761.778 288.717,761.771 288.591,761.688 C 288.466,761.604 288.398,761.458 288.414,761.309 C 288.431,761.159 288.53,761.031 288.67,760.977 C 289.175,760.755 289.562,760.331 289.737,759.809 C 289.856,759.44 289.913,759.055 289.907,758.667 C 289.907,756.489 288.495,754.719 286.757,754.719 C 286.046,754.727 285.366,755.013 284.862,755.515 C 284.708,755.663 284.464,755.663 284.311,755.515 C 283.807,755.012 283.128,754.727 282.418,754.719 C 280.68,754.719 279.267,756.489 279.267,758.667 C 279.26,759.055 279.318,759.44 279.437,759.809 C 279.439,759.817 279.439,759.825 279.437,759.832 C 279.807,760.843 280.751,761.323 282.418,761.323 C 282.747,761.326 283.077,761.303 283.404,761.254 C 284.184,761.132 284.978,761.132 285.759,761.254 C 285.956,761.285 286.155,761.306 286.355,761.317 C 286.461,761.32 286.562,761.368 286.632,761.448 C 286.706,761.529 286.742,761.636 286.733,761.746 C 286.728,761.852 286.682,761.952 286.602,762.024 C 286.523,762.094 286.419,762.131 286.313,762.125 C 286.082,762.113 285.853,762.09 285.624,762.056 C 284.927,761.946 284.217,761.946 283.521,762.056 C 283.15,762.112 282.777,762.138 282.402,762.136 C 281.633,762.164 280.866,762.025 280.155,761.728 C 279.8,761.566 279.48,761.333 279.217,761.043 L 279.152,760.971 L 279.128,761.067 C 278.94,761.776 278.814,762.5 278.752,763.23 C 278.635,764.426 278.696,765.632 278.934,766.81 C 279.067,767.482 279.322,768.124 279.684,768.705 C 279.815,768.904 279.963,769.092 280.126,769.265 C 280.698,769.854 281.42,770.278 282.212,770.493 C 283.759,770.896 285.383,770.896 286.93,770.493 C 287.723,770.274 288.443,769.847 289.016,769.256 C 289.078,769.188 289.141,769.119 289.201,769.048 C 289.293,768.932 289.383,768.812 289.465,768.687 C 289.843,768.115 290.112,767.479 290.259,766.81 C 290.494,765.624 290.549,764.411 290.419,763.209 M 293.903,769.245 C 293.626,768.708 293.215,768.253 292.711,767.921 C 292.213,767.564 291.629,767.345 291.019,767.286 L 290.977,767.286 L 290.977,767.328 C 290.832,767.87 290.617,768.391 290.336,768.878 L 290.318,768.907 L 290.336,768.935 C 290.609,769.329 290.953,769.669 291.352,769.936 C 291.847,770.285 292.422,770.503 293.024,770.567 C 293.375,770.632 293.735,770.51 293.975,770.246 C 294.123,769.921 294.092,769.541 293.892,769.245 Z' fill='%23010101' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 287.231,760.658 L 287.344,760.658 C 287.542,760.634 287.723,760.774 287.748,760.973 C 287.773,761.171 287.632,761.352 287.433,761.376 L 287.306,761.376 L 287.279,761.376 C 287.196,761.376 287.116,761.348 287.052,761.296 C 286.938,761.203 286.891,761.051 286.933,760.91 C 286.974,760.77 287.097,760.667 287.243,760.652' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 282.421,759.546 C 281.729,759.548 281.167,758.988 281.166,758.297 C 281.165,757.605 281.725,757.044 282.417,757.043 C 283.109,757.042 283.669,757.603 283.669,758.295 C 283.669,758.985 283.111,759.544 282.421,759.546 M 282.421,757.758 C 282.206,757.757 282.014,757.885 281.931,758.082 C 281.848,758.28 281.894,758.508 282.044,758.659 C 282.196,758.81 282.424,758.855 282.62,758.772 C 282.819,758.69 282.947,758.497 282.945,758.283 C 282.943,757.994 282.71,757.76 282.421,757.758' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 286.754,759.546 C 286.062,759.546 285.502,758.986 285.502,758.295 C 285.502,757.603 286.062,757.043 286.754,757.043 C 287.445,757.043 288.006,757.603 288.006,758.295 C 288.004,758.986 287.445,759.544 286.754,759.546 M 286.754,757.758 C 286.54,757.757 286.346,757.885 286.264,758.082 C 286.182,758.28 286.226,758.508 286.378,758.659 C 286.529,758.81 286.757,758.855 286.954,758.772 C 287.152,758.69 287.28,758.497 287.279,758.283 C 287.279,757.993 287.044,757.758 286.754,757.758' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 281.443,764.726 C 281.244,764.725 281.082,764.563 281.082,764.363 L 281.082,764.109 C 281.07,763.972 281.136,763.839 281.253,763.767 C 281.37,763.695 281.519,763.695 281.636,763.767 C 281.753,763.839 281.819,763.972 281.806,764.109 L 281.806,764.363 C 281.806,764.563 281.644,764.726 281.443,764.726' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 287.729,764.726 C 287.528,764.725 287.368,764.563 287.368,764.363 L 287.368,764.109 C 287.355,763.972 287.421,763.839 287.539,763.767 C 287.656,763.695 287.804,763.695 287.921,763.767 C 288.039,763.839 288.104,763.972 288.092,764.109 L 288.092,764.363 C 288.092,764.563 287.929,764.726 287.729,764.726' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-biogas-plus--not-hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='179.392 -803.596 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='253.088' cy='738.493' r='40.0556790605277'%3E%3Cstop offset='0' stop-color='%23ffaa29'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='209.966' cy='738.491' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23ed7000'/%3E%3Cstop offset='1' stop-color='%23c53c00'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.477921 0.999573 -9.35522 -0.287277 0 -0.001)'%3E%3Cstop offset='0' stop-color='%23da610a'/%3E%3Cstop offset='1' stop-color='%23f17d08'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.176117 0.960724 -3.46849 -0.276779 0.002 -0.004)'%3E%3Cstop offset='0' stop-color='%23c65606'/%3E%3Cstop offset='1' stop-color='%23d55200'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(250.496 764.677)'%3E%3Cstop offset='0' stop-color='%23f8ab24'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='241.665' cy='774.907' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23ffaa29'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.675' y2='0' gradientTransform='translate(222.374 737.904) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ff7100'/%3E%3Cstop offset='1' stop-color='%23ff5500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(214.867 710.72) rotate(1.2299) scale(1 0.385087)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.226' y='-62.226' width='124.452' height='124.452' transform='translate(241.618 741.371) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 226.143,699.9 L 275.838,705.026 L 275.661,705.626 L 226.057,700.777 L 226.143,699.9 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 222.621,763.068 L 279.732,765.902 L 279.224,705.652 L 222.767,699.798 L 222.621,763.068 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 222.621,763.068 L 202.716,769.723 L 202.71,769.838 L 202.647,769.857 L 202.647,769.745 L 203.003,713.361 L 222.767,699.798 L 222.621,763.068 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cpath d='M 262.06,746.081 C 261.534,746.73 261.627,747.737 262.13,748.263 C 262.536,748.688 263.409,748.851 263.889,748.399 C 268.039,744.502 269.288,739.212 269.357,735.706 C 269.528,726.92 262.998,716.003 251.518,715.978 C 242.442,715.958 235.713,723.309 235.752,732.943 C 235.779,739.173 238.881,745.751 244.376,749.651 C 248.614,752.512 253.432,752.917 255.923,750.013 C 257.783,747.845 259.172,744.905 259.172,741.607 C 259.172,738.439 258.182,735.067 256.962,732.279 C 258.114,732.711 258.821,734.598 259.209,736.21 C 262.682,731.97 261.548,727.536 257.977,723.141 C 257.623,724.842 257.321,726.41 256.509,727.202 C 256.342,725.765 255.721,724.927 254.929,724.223 C 255.149,726.037 254.713,727.94 254.096,729.664 C 253.535,731.233 253.189,732.692 253.352,734.146 C 249.545,731.161 248.899,725.102 249.491,722.803 C 244.441,725.928 243.13,731.781 250.318,739.682 C 254.684,744.48 255.418,748.802 251.26,749.035 C 248.729,749.176 245.996,747.54 244.184,745.641 L 244.184,745.641 C 234.747,735.495 239.551,725.87 243.322,722.175 C 247.457,718.124 254.672,717.523 260.859,722.709 C 266.05,727.487 269.755,737.85 262.06,746.081 Z' fill='%23f3f3f3' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(253.055 714.812) rotate(-174.344) skewX(24.1651)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cpath d='M 216.676,747.052 C 216.482,747.784 216.512,748.755 216.69,749.18 C 216.835,749.524 217.151,749.525 217.327,748.994 C 218.85,744.415 219.329,738.998 219.372,735.546 C 219.477,726.893 217.167,717.369 213.008,719.431 C 209.721,721.061 207.246,729.497 207.213,738.943 C 207.191,745.051 208.282,750.942 210.253,753.769 C 211.774,755.806 213.516,755.328 214.433,752.027 C 215.118,749.56 215.637,746.423 215.653,743.187 C 215.669,740.078 215.327,736.951 214.898,734.436 C 215.314,734.651 215.561,736.373 215.692,737.885 C 216.972,733.092 216.583,728.949 215.313,725.285 C 215.176,727.018 215.057,728.612 214.759,729.536 C 214.706,728.158 214.486,727.448 214.203,726.901 C 214.272,728.64 214.106,730.587 213.874,732.391 C 213.662,734.032 213.529,735.527 213.581,736.923 C 212.217,734.688 212.013,728.86 212.24,726.496 C 210.395,730.48 209.891,736.462 212.455,742.908 C 214.012,746.822 214.257,750.93 212.749,751.913 C 211.832,752.512 210.849,751.403 210.203,749.869 L 210.203,749.869 C 206.836,741.63 208.624,731.312 210.009,727.002 C 211.527,722.275 214.143,720.374 216.358,724.338 C 218.214,728.082 219.505,737.577 216.676,747.052 Z' fill='%23ededed' stroke-width='0.279' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(212.781 718.216) rotate(152.916) skewX(-6.02149)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 275.917,766.172 L 275.919,765.713 L 225.821,763.227 L 225.821,763.522 L 225.627,763.656 L 275.917,766.172 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 254.417,772.281 L 279.733,766.198 L 276.293,766.06 L 275.932,766.167 L 225.68,763.619 L 225.821,763.522 L 222.622,763.383 L 202.668,769.954 L 254.417,772.281 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 245.949,769.88 C 245.211,769.932 244.964,770.048 245.283,770.125 C 245.543,770.187 246.35,770.239 246.98,770.207 C 252.4,769.934 255.422,769.395 256.672,769.008 C 259.807,768.041 257.028,766.579 245.675,766.138 C 236.7,765.789 227.559,766.347 224.349,767.417 C 222.273,768.109 223.124,768.957 227.246,769.6 C 230.473,770.079 235.106,770.309 238.551,770.08 C 241.123,769.912 243.49,769.639 244.602,769.273 C 245.671,768.922 245.83,768.51 245.562,768.154 C 246.556,768.247 246.619,768.483 246.459,768.677 C 251.327,768.338 251.701,767.803 249.65,767.179 C 248.728,767.354 247.897,767.517 246.828,767.574 C 247.147,767.408 246.814,767.292 246.269,767.183 C 245.874,767.393 244.801,767.587 243.609,767.755 C 242.523,767.907 241.689,768.056 241.361,768.223 C 238.6,767.746 240.004,767.05 241.367,766.817 C 235.315,766.971 232.042,767.569 236.49,768.721 C 239.19,769.421 238.458,769.928 234.266,769.795 C 231.714,769.713 229.562,769.427 228.408,769.147 L 228.408,769.147 C 222.492,767.661 230.494,766.778 235.473,766.512 C 240.931,766.221 248.276,766.431 252.648,767.242 C 256.173,767.97 256.344,769.261 245.949,769.88 Z' fill='%23ededed' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.71,769.838 L 222.62,763.259 L 222.621,763.068 L 202.71,769.725 L 202.71,769.838 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 279.564,765.894 L 279.563,766.069 L 276.293,765.924 L 275.917,766.029 L 275.917,765.712 L 279.564,765.894 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.294,765.924 L 276.293,765.924 L 276.293,766.06 L 279.733,766.198 L 279.732,766.075 L 276.294,765.924 Z' fill='%23f68009' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.293,765.924 L 275.917,766.029 L 275.917,766.172 L 276.293,766.06 L 276.293,765.924 Z' fill='%23cc5203' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.62,763.259 L 202.665,769.852 L 202.666,769.954 L 222.622,763.383 L 222.62,763.259 Z' fill='%23cc5203' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.636,699.891 L 222.501,763.109 L 222.615,763.068 L 222.765,763.077 L 222.899,699.812 L 222.767,699.798 L 222.636,699.891 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 225.821,763.228 L 225.821,763.404 L 222.62,763.259 L 222.621,763.068 L 225.821,763.228 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.62,763.259 L 222.62,763.259 L 222.622,763.383 L 225.822,763.527 L 225.821,763.404 L 222.62,763.259 Z' fill='%23f68009' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.766,699.522 L 222.766,699.522 L 222.767,699.645 L 226.153,699.997 L 226.143,699.88 L 222.766,699.522 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 226.119,699.995 L 226.121,700.147 L 222.767,699.798 L 222.769,699.647 L 226.119,699.995 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.766,699.522 L 203.055,713.034 L 203.054,713.156 L 222.767,699.645 L 222.766,699.522 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.767,699.645 L 203.091,713.149 L 203.091,713.302 L 222.767,699.798 L 222.767,699.645 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 275.838,705.026 L 275.838,705.026 L 275.838,705.149 L 279.102,705.488 L 279.102,705.372 L 275.838,705.026 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 278.93,705.47 L 278.931,705.622 L 275.579,705.274 L 275.838,705.149 L 278.93,705.47 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 275.838,705.149 L 275.579,705.275 L 275.579,705.157 L 275.838,705.026 L 275.838,705.149 Z' fill='%23953400' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 202.928,725.288 C 185.488,722.958 174.152,718.938 181.845,706.608 C 184.901,700.956 194.203,700.587 199.34,699.994 C 208.645,699.704 214.969,699.562 222.766,699.542 L 203.002,713.058 L 202.928,725.288 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(266.339 783.219) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M 266.339,783.219 L 303.843,783.219 L 303.843,745.715 L 266.339,745.715 L 266.339,783.219 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 289.681,781.612 C 298.879,778.798 304.055,769.059 301.241,759.86 C 298.428,750.661 288.69,745.485 279.491,748.297 C 270.291,751.109 265.113,760.846 267.924,770.046 C 270.738,779.248 280.479,784.426 289.681,781.612' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 294.607,770.695 C 294.279,771.175 293.686,771.414 292.94,771.363 C 292.196,771.293 291.481,771.029 290.87,770.597 C 290.607,770.423 290.362,770.222 290.137,770.002 L 289.922,769.786 L 290.05,770.061 C 290.482,770.952 290.678,771.939 290.619,772.928 C 290.569,773.804 290.206,774.632 289.594,775.261 C 289.028,775.792 288.342,775.918 287.845,775.577 C 287.144,775.098 287.192,774.404 287.249,773.732 C 287.354,772.931 287.223,772.116 286.873,771.387 L 286.856,771.348 L 286.813,771.348 C 285.341,771.67 283.816,771.67 282.343,771.348 L 282.302,771.348 L 282.284,771.387 C 281.94,772.118 281.815,772.932 281.923,773.732 C 281.971,774.404 282.018,775.098 281.327,775.577 C 280.82,775.92 280.153,775.8 279.58,775.279 C 278.966,774.65 278.6,773.819 278.552,772.94 C 278.492,771.948 278.688,770.958 279.121,770.064 L 279.246,769.79 L 279.035,770.004 C 278.81,770.226 278.565,770.425 278.302,770.6 C 277.69,771.032 276.976,771.296 276.231,771.366 C 275.483,771.417 274.893,771.178 274.564,770.699 C 274.237,770.219 274.234,769.581 274.564,768.911 C 275.26,767.608 276.534,766.715 277.995,766.505 L 278.052,766.505 L 278.052,766.452 C 277.897,765.36 277.875,764.253 277.986,763.156 C 278.069,762.069 278.287,760.997 278.636,759.964 L 278.636,759.964 L 278.636,759.945 C 278.517,759.535 278.46,759.11 278.466,758.682 C 278.466,756.063 280.239,753.932 282.418,753.932 C 283.194,753.936 283.946,754.2 284.555,754.683 L 284.597,754.698 L 284.629,754.671 C 285.237,754.189 285.99,753.925 286.766,753.92 C 288.944,753.92 290.718,756.051 290.718,758.67 C 290.722,759.094 290.667,759.515 290.551,759.922 L 290.551,759.955 C 290.904,760.986 291.127,762.057 291.215,763.143 C 291.323,764.236 291.3,765.336 291.144,766.422 L 291.144,766.479 L 291.2,766.479 C 291.906,766.568 292.578,766.828 293.159,767.238 C 293.786,767.649 294.294,768.216 294.634,768.883 C 294.953,769.56 294.95,770.198 294.634,770.671 M 287.654,771.149 C 288.014,771.973 288.147,772.879 288.039,773.771 L 288.039,773.771 C 287.991,774.456 288.003,774.692 288.298,774.895 C 288.51,775.041 288.831,774.859 289.042,774.659 C 289.511,774.162 289.786,773.514 289.818,772.833 C 289.867,771.926 289.671,771.023 289.248,770.219 L 289.219,770.156 L 289.168,770.201 C 288.72,770.565 288.217,770.856 287.678,771.062 L 287.624,771.083 Z M 279.355,772.853 C 279.39,773.529 279.663,774.171 280.126,774.665 C 280.337,774.865 280.659,775.047 280.871,774.901 C 281.169,774.701 281.169,774.463 281.127,773.777 C 281.019,772.883 281.15,771.978 281.508,771.151 L 281.533,771.101 L 281.479,771.08 C 280.939,770.876 280.436,770.586 279.989,770.222 L 279.935,770.18 L 279.909,770.24 C 279.491,771.042 279.297,771.941 279.345,772.844 M 278.212,767.319 L 278.212,767.277 L 278.17,767.277 C 276.95,767.428 275.877,768.156 275.286,769.235 C 275.097,769.538 275.079,769.917 275.236,770.237 C 275.39,770.466 275.739,770.582 276.186,770.556 C 276.788,770.49 277.363,770.272 277.858,769.923 C 278.251,769.661 278.592,769.326 278.862,768.937 L 278.883,768.911 L 278.865,768.88 C 278.582,768.391 278.366,767.866 278.225,767.319 M 290.408,763.209 C 290.345,762.477 290.22,761.751 290.035,761.039 L 290.011,760.944 L 289.943,761.019 C 289.681,761.309 289.365,761.542 289.01,761.704 C 288.879,761.778 288.717,761.771 288.591,761.688 C 288.466,761.604 288.398,761.458 288.414,761.309 C 288.431,761.159 288.53,761.031 288.67,760.977 C 289.175,760.755 289.562,760.331 289.737,759.809 C 289.856,759.44 289.913,759.055 289.907,758.667 C 289.907,756.489 288.495,754.719 286.757,754.719 C 286.046,754.727 285.366,755.013 284.862,755.515 C 284.708,755.663 284.464,755.663 284.311,755.515 C 283.807,755.012 283.128,754.727 282.418,754.719 C 280.68,754.719 279.267,756.489 279.267,758.667 C 279.26,759.055 279.318,759.44 279.437,759.809 C 279.439,759.817 279.439,759.825 279.437,759.832 C 279.807,760.843 280.751,761.323 282.418,761.323 C 282.747,761.326 283.077,761.303 283.404,761.254 C 284.184,761.132 284.978,761.132 285.759,761.254 C 285.956,761.285 286.155,761.306 286.355,761.317 C 286.461,761.32 286.562,761.368 286.632,761.448 C 286.706,761.529 286.742,761.636 286.733,761.746 C 286.728,761.852 286.682,761.952 286.602,762.024 C 286.523,762.094 286.419,762.131 286.313,762.125 C 286.082,762.113 285.853,762.09 285.624,762.056 C 284.927,761.946 284.217,761.946 283.521,762.056 C 283.15,762.112 282.777,762.138 282.402,762.136 C 281.633,762.164 280.866,762.025 280.155,761.728 C 279.8,761.566 279.48,761.333 279.217,761.043 L 279.152,760.971 L 279.128,761.067 C 278.94,761.776 278.814,762.5 278.752,763.23 C 278.635,764.426 278.696,765.632 278.934,766.81 C 279.067,767.482 279.322,768.124 279.684,768.705 C 279.815,768.904 279.963,769.092 280.126,769.265 C 280.698,769.854 281.42,770.278 282.212,770.493 C 283.759,770.896 285.383,770.896 286.93,770.493 C 287.723,770.274 288.443,769.847 289.016,769.256 C 289.078,769.188 289.141,769.119 289.201,769.048 C 289.293,768.932 289.383,768.812 289.465,768.687 C 289.843,768.115 290.112,767.479 290.259,766.81 C 290.494,765.624 290.549,764.411 290.419,763.209 M 293.903,769.245 C 293.626,768.708 293.215,768.253 292.711,767.921 C 292.213,767.564 291.629,767.345 291.019,767.286 L 290.977,767.286 L 290.977,767.328 C 290.832,767.87 290.617,768.391 290.336,768.878 L 290.318,768.907 L 290.336,768.935 C 290.609,769.329 290.953,769.669 291.352,769.936 C 291.847,770.285 292.422,770.503 293.024,770.567 C 293.375,770.632 293.735,770.51 293.975,770.246 C 294.123,769.921 294.092,769.541 293.892,769.245 Z' fill='%23010101' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 287.231,760.658 L 287.344,760.658 C 287.542,760.634 287.723,760.774 287.748,760.973 C 287.773,761.171 287.632,761.352 287.433,761.376 L 287.306,761.376 L 287.279,761.376 C 287.196,761.376 287.116,761.348 287.052,761.296 C 286.938,761.203 286.891,761.051 286.933,760.91 C 286.974,760.77 287.097,760.667 287.243,760.652' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 282.421,759.546 C 281.729,759.548 281.167,758.988 281.166,758.297 C 281.165,757.605 281.725,757.044 282.417,757.043 C 283.109,757.042 283.669,757.603 283.669,758.295 C 283.669,758.985 283.111,759.544 282.421,759.546 M 282.421,757.758 C 282.206,757.757 282.014,757.885 281.931,758.082 C 281.848,758.28 281.894,758.508 282.044,758.659 C 282.196,758.81 282.424,758.855 282.62,758.772 C 282.819,758.69 282.947,758.497 282.945,758.283 C 282.943,757.994 282.71,757.76 282.421,757.758' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 286.754,759.546 C 286.062,759.546 285.502,758.986 285.502,758.295 C 285.502,757.603 286.062,757.043 286.754,757.043 C 287.445,757.043 288.006,757.603 288.006,758.295 C 288.004,758.986 287.445,759.544 286.754,759.546 M 286.754,757.758 C 286.54,757.757 286.346,757.885 286.264,758.082 C 286.182,758.28 286.226,758.508 286.378,758.659 C 286.529,758.81 286.757,758.855 286.954,758.772 C 287.152,758.69 287.28,758.497 287.279,758.283 C 287.279,757.993 287.044,757.758 286.754,757.758' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 281.443,764.726 C 281.244,764.725 281.082,764.563 281.082,764.363 L 281.082,764.109 C 281.07,763.972 281.136,763.839 281.253,763.767 C 281.37,763.695 281.519,763.695 281.636,763.767 C 281.753,763.839 281.819,763.972 281.806,764.109 L 281.806,764.363 C 281.806,764.563 281.644,764.726 281.443,764.726' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 287.729,764.726 C 287.528,764.725 287.368,764.563 287.368,764.363 L 287.368,764.109 C 287.355,763.972 287.421,763.839 287.539,763.767 C 287.656,763.695 287.804,763.695 287.921,763.767 C 288.039,763.839 288.104,763.972 288.092,764.109 L 288.092,764.363 C 288.092,764.563 287.929,764.726 287.729,764.726' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-biogas-plus--hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='179.392 -803.596 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='253.088' cy='738.493' r='40.0556790605277'%3E%3Cstop offset='0' stop-color='%23ffaa29'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='209.966' cy='738.491' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23ed7000'/%3E%3Cstop offset='1' stop-color='%23c53c00'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.477921 0.999573 -9.35522 -0.287277 0 -0.001)'%3E%3Cstop offset='0' stop-color='%23da610a'/%3E%3Cstop offset='1' stop-color='%23f17d08'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.176117 0.960724 -3.46849 -0.276779 0.002 -0.004)'%3E%3Cstop offset='0' stop-color='%23c65606'/%3E%3Cstop offset='1' stop-color='%23d55200'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(250.496 764.677)'%3E%3Cstop offset='0' stop-color='%23f8ab24'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='241.665' cy='774.907' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23ffaa29'/%3E%3Cstop offset='1' stop-color='%23f06400'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.675' y2='0' gradientTransform='translate(222.374 737.904) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ff7100'/%3E%3Cstop offset='1' stop-color='%23ff5500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(214.867 710.72) rotate(1.2299) scale(1 0.385087)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.226' y='-62.226' width='124.452' height='124.452' transform='translate(241.618 741.371) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 226.143,699.9 L 275.838,705.026 L 275.661,705.626 L 226.057,700.777 L 226.143,699.9 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 222.621,763.068 L 279.732,765.902 L 279.224,705.652 L 222.767,699.798 L 222.621,763.068 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 222.621,763.068 L 202.716,769.723 L 202.71,769.838 L 202.647,769.857 L 202.647,769.745 L 203.003,713.361 L 222.767,699.798 L 222.621,763.068 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cpath d='M 262.06,746.081 C 261.534,746.73 261.627,747.737 262.13,748.263 C 262.536,748.688 263.409,748.851 263.889,748.399 C 268.039,744.502 269.288,739.212 269.357,735.706 C 269.528,726.92 262.998,716.003 251.518,715.978 C 242.442,715.958 235.713,723.309 235.752,732.943 C 235.779,739.173 238.881,745.751 244.376,749.651 C 248.614,752.512 253.432,752.917 255.923,750.013 C 257.783,747.845 259.172,744.905 259.172,741.607 C 259.172,738.439 258.182,735.067 256.962,732.279 C 258.114,732.711 258.821,734.598 259.209,736.21 C 262.682,731.97 261.548,727.536 257.977,723.141 C 257.623,724.842 257.321,726.41 256.509,727.202 C 256.342,725.765 255.721,724.927 254.929,724.223 C 255.149,726.037 254.713,727.94 254.096,729.664 C 253.535,731.233 253.189,732.692 253.352,734.146 C 249.545,731.161 248.899,725.102 249.491,722.803 C 244.441,725.928 243.13,731.781 250.318,739.682 C 254.684,744.48 255.418,748.802 251.26,749.035 C 248.729,749.176 245.996,747.54 244.184,745.641 L 244.184,745.641 C 234.747,735.495 239.551,725.87 243.322,722.175 C 247.457,718.124 254.672,717.523 260.859,722.709 C 266.05,727.487 269.755,737.85 262.06,746.081 Z' fill='%23f3f3f3' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(253.055 714.812) rotate(-174.344) skewX(24.1651)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cpath d='M 216.676,747.052 C 216.482,747.784 216.512,748.755 216.69,749.18 C 216.835,749.524 217.151,749.525 217.327,748.994 C 218.85,744.415 219.329,738.998 219.372,735.546 C 219.477,726.893 217.167,717.369 213.008,719.431 C 209.721,721.061 207.246,729.497 207.213,738.943 C 207.191,745.051 208.282,750.942 210.253,753.769 C 211.774,755.806 213.516,755.328 214.433,752.027 C 215.118,749.56 215.637,746.423 215.653,743.187 C 215.669,740.078 215.327,736.951 214.898,734.436 C 215.314,734.651 215.561,736.373 215.692,737.885 C 216.972,733.092 216.583,728.949 215.313,725.285 C 215.176,727.018 215.057,728.612 214.759,729.536 C 214.706,728.158 214.486,727.448 214.203,726.901 C 214.272,728.64 214.106,730.587 213.874,732.391 C 213.662,734.032 213.529,735.527 213.581,736.923 C 212.217,734.688 212.013,728.86 212.24,726.496 C 210.395,730.48 209.891,736.462 212.455,742.908 C 214.012,746.822 214.257,750.93 212.749,751.913 C 211.832,752.512 210.849,751.403 210.203,749.869 L 210.203,749.869 C 206.836,741.63 208.624,731.312 210.009,727.002 C 211.527,722.275 214.143,720.374 216.358,724.338 C 218.214,728.082 219.505,737.577 216.676,747.052 Z' fill='%23ededed' stroke-width='0.279' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(212.781 718.216) rotate(152.916) skewX(-6.02149)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 275.917,766.172 L 275.919,765.713 L 225.821,763.227 L 225.821,763.522 L 225.627,763.656 L 275.917,766.172 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 254.417,772.281 L 279.733,766.198 L 276.293,766.06 L 275.932,766.167 L 225.68,763.619 L 225.821,763.522 L 222.622,763.383 L 202.668,769.954 L 254.417,772.281 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 245.949,769.88 C 245.211,769.932 244.964,770.048 245.283,770.125 C 245.543,770.187 246.35,770.239 246.98,770.207 C 252.4,769.934 255.422,769.395 256.672,769.008 C 259.807,768.041 257.028,766.579 245.675,766.138 C 236.7,765.789 227.559,766.347 224.349,767.417 C 222.273,768.109 223.124,768.957 227.246,769.6 C 230.473,770.079 235.106,770.309 238.551,770.08 C 241.123,769.912 243.49,769.639 244.602,769.273 C 245.671,768.922 245.83,768.51 245.562,768.154 C 246.556,768.247 246.619,768.483 246.459,768.677 C 251.327,768.338 251.701,767.803 249.65,767.179 C 248.728,767.354 247.897,767.517 246.828,767.574 C 247.147,767.408 246.814,767.292 246.269,767.183 C 245.874,767.393 244.801,767.587 243.609,767.755 C 242.523,767.907 241.689,768.056 241.361,768.223 C 238.6,767.746 240.004,767.05 241.367,766.817 C 235.315,766.971 232.042,767.569 236.49,768.721 C 239.19,769.421 238.458,769.928 234.266,769.795 C 231.714,769.713 229.562,769.427 228.408,769.147 L 228.408,769.147 C 222.492,767.661 230.494,766.778 235.473,766.512 C 240.931,766.221 248.276,766.431 252.648,767.242 C 256.173,767.97 256.344,769.261 245.949,769.88 Z' fill='%23ededed' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.71,769.838 L 222.62,763.259 L 222.621,763.068 L 202.71,769.725 L 202.71,769.838 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 279.564,765.894 L 279.563,766.069 L 276.293,765.924 L 275.917,766.029 L 275.917,765.712 L 279.564,765.894 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.294,765.924 L 276.293,765.924 L 276.293,766.06 L 279.733,766.198 L 279.732,766.075 L 276.294,765.924 Z' fill='%23f68009' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.293,765.924 L 275.917,766.029 L 275.917,766.172 L 276.293,766.06 L 276.293,765.924 Z' fill='%23cc5203' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.62,763.259 L 202.665,769.852 L 202.666,769.954 L 222.622,763.383 L 222.62,763.259 Z' fill='%23cc5203' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.636,699.891 L 222.501,763.109 L 222.615,763.068 L 222.765,763.077 L 222.899,699.812 L 222.767,699.798 L 222.636,699.891 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 225.821,763.228 L 225.821,763.404 L 222.62,763.259 L 222.621,763.068 L 225.821,763.228 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.62,763.259 L 222.62,763.259 L 222.622,763.383 L 225.822,763.527 L 225.821,763.404 L 222.62,763.259 Z' fill='%23f68009' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.766,699.522 L 222.766,699.522 L 222.767,699.645 L 226.153,699.997 L 226.143,699.88 L 222.766,699.522 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 226.119,699.995 L 226.121,700.147 L 222.767,699.798 L 222.769,699.647 L 226.119,699.995 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.766,699.522 L 203.055,713.034 L 203.054,713.156 L 222.767,699.645 L 222.766,699.522 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.767,699.645 L 203.091,713.149 L 203.091,713.302 L 222.767,699.798 L 222.767,699.645 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 275.838,705.026 L 275.838,705.026 L 275.838,705.149 L 279.102,705.488 L 279.102,705.372 L 275.838,705.026 Z' fill='%23e24f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 278.93,705.47 L 278.931,705.622 L 275.579,705.274 L 275.838,705.149 L 278.93,705.47 Z' fill='%234f1a00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 275.838,705.149 L 275.579,705.275 L 275.579,705.157 L 275.838,705.026 L 275.838,705.149 Z' fill='%23953400' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 202.928,725.288 C 185.488,722.958 174.152,718.938 181.845,706.608 C 184.901,700.956 194.203,700.587 199.34,699.994 C 208.645,699.704 214.969,699.562 222.766,699.542 L 203.002,713.058 L 202.928,725.288 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(266.339 783.219) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M 266.339,783.219 L 303.843,783.219 L 303.843,745.715 L 266.339,745.715 L 266.339,783.219 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 289.681,781.612 C 298.879,778.798 304.055,769.059 301.241,759.86 C 298.428,750.661 288.69,745.485 279.491,748.297 C 270.291,751.109 265.113,760.846 267.924,770.046 C 270.738,779.248 280.479,784.426 289.681,781.612' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 294.607,770.695 C 294.279,771.175 293.686,771.414 292.94,771.363 C 292.196,771.293 291.481,771.029 290.87,770.597 C 290.607,770.423 290.362,770.222 290.137,770.002 L 289.922,769.786 L 290.05,770.061 C 290.482,770.952 290.678,771.939 290.619,772.928 C 290.569,773.804 290.206,774.632 289.594,775.261 C 289.028,775.792 288.342,775.918 287.845,775.577 C 287.144,775.098 287.192,774.404 287.249,773.732 C 287.354,772.931 287.223,772.116 286.873,771.387 L 286.856,771.348 L 286.813,771.348 C 285.341,771.67 283.816,771.67 282.343,771.348 L 282.302,771.348 L 282.284,771.387 C 281.94,772.118 281.815,772.932 281.923,773.732 C 281.971,774.404 282.018,775.098 281.327,775.577 C 280.82,775.92 280.153,775.8 279.58,775.279 C 278.966,774.65 278.6,773.819 278.552,772.94 C 278.492,771.948 278.688,770.958 279.121,770.064 L 279.246,769.79 L 279.035,770.004 C 278.81,770.226 278.565,770.425 278.302,770.6 C 277.69,771.032 276.976,771.296 276.231,771.366 C 275.483,771.417 274.893,771.178 274.564,770.699 C 274.237,770.219 274.234,769.581 274.564,768.911 C 275.26,767.608 276.534,766.715 277.995,766.505 L 278.052,766.505 L 278.052,766.452 C 277.897,765.36 277.875,764.253 277.986,763.156 C 278.069,762.069 278.287,760.997 278.636,759.964 L 278.636,759.964 L 278.636,759.945 C 278.517,759.535 278.46,759.11 278.466,758.682 C 278.466,756.063 280.239,753.932 282.418,753.932 C 283.194,753.936 283.946,754.2 284.555,754.683 L 284.597,754.698 L 284.629,754.671 C 285.237,754.189 285.99,753.925 286.766,753.92 C 288.944,753.92 290.718,756.051 290.718,758.67 C 290.722,759.094 290.667,759.515 290.551,759.922 L 290.551,759.955 C 290.904,760.986 291.127,762.057 291.215,763.143 C 291.323,764.236 291.3,765.336 291.144,766.422 L 291.144,766.479 L 291.2,766.479 C 291.906,766.568 292.578,766.828 293.159,767.238 C 293.786,767.649 294.294,768.216 294.634,768.883 C 294.953,769.56 294.95,770.198 294.634,770.671 M 287.654,771.149 C 288.014,771.973 288.147,772.879 288.039,773.771 L 288.039,773.771 C 287.991,774.456 288.003,774.692 288.298,774.895 C 288.51,775.041 288.831,774.859 289.042,774.659 C 289.511,774.162 289.786,773.514 289.818,772.833 C 289.867,771.926 289.671,771.023 289.248,770.219 L 289.219,770.156 L 289.168,770.201 C 288.72,770.565 288.217,770.856 287.678,771.062 L 287.624,771.083 Z M 279.355,772.853 C 279.39,773.529 279.663,774.171 280.126,774.665 C 280.337,774.865 280.659,775.047 280.871,774.901 C 281.169,774.701 281.169,774.463 281.127,773.777 C 281.019,772.883 281.15,771.978 281.508,771.151 L 281.533,771.101 L 281.479,771.08 C 280.939,770.876 280.436,770.586 279.989,770.222 L 279.935,770.18 L 279.909,770.24 C 279.491,771.042 279.297,771.941 279.345,772.844 M 278.212,767.319 L 278.212,767.277 L 278.17,767.277 C 276.95,767.428 275.877,768.156 275.286,769.235 C 275.097,769.538 275.079,769.917 275.236,770.237 C 275.39,770.466 275.739,770.582 276.186,770.556 C 276.788,770.49 277.363,770.272 277.858,769.923 C 278.251,769.661 278.592,769.326 278.862,768.937 L 278.883,768.911 L 278.865,768.88 C 278.582,768.391 278.366,767.866 278.225,767.319 M 290.408,763.209 C 290.345,762.477 290.22,761.751 290.035,761.039 L 290.011,760.944 L 289.943,761.019 C 289.681,761.309 289.365,761.542 289.01,761.704 C 288.879,761.778 288.717,761.771 288.591,761.688 C 288.466,761.604 288.398,761.458 288.414,761.309 C 288.431,761.159 288.53,761.031 288.67,760.977 C 289.175,760.755 289.562,760.331 289.737,759.809 C 289.856,759.44 289.913,759.055 289.907,758.667 C 289.907,756.489 288.495,754.719 286.757,754.719 C 286.046,754.727 285.366,755.013 284.862,755.515 C 284.708,755.663 284.464,755.663 284.311,755.515 C 283.807,755.012 283.128,754.727 282.418,754.719 C 280.68,754.719 279.267,756.489 279.267,758.667 C 279.26,759.055 279.318,759.44 279.437,759.809 C 279.439,759.817 279.439,759.825 279.437,759.832 C 279.807,760.843 280.751,761.323 282.418,761.323 C 282.747,761.326 283.077,761.303 283.404,761.254 C 284.184,761.132 284.978,761.132 285.759,761.254 C 285.956,761.285 286.155,761.306 286.355,761.317 C 286.461,761.32 286.562,761.368 286.632,761.448 C 286.706,761.529 286.742,761.636 286.733,761.746 C 286.728,761.852 286.682,761.952 286.602,762.024 C 286.523,762.094 286.419,762.131 286.313,762.125 C 286.082,762.113 285.853,762.09 285.624,762.056 C 284.927,761.946 284.217,761.946 283.521,762.056 C 283.15,762.112 282.777,762.138 282.402,762.136 C 281.633,762.164 280.866,762.025 280.155,761.728 C 279.8,761.566 279.48,761.333 279.217,761.043 L 279.152,760.971 L 279.128,761.067 C 278.94,761.776 278.814,762.5 278.752,763.23 C 278.635,764.426 278.696,765.632 278.934,766.81 C 279.067,767.482 279.322,768.124 279.684,768.705 C 279.815,768.904 279.963,769.092 280.126,769.265 C 280.698,769.854 281.42,770.278 282.212,770.493 C 283.759,770.896 285.383,770.896 286.93,770.493 C 287.723,770.274 288.443,769.847 289.016,769.256 C 289.078,769.188 289.141,769.119 289.201,769.048 C 289.293,768.932 289.383,768.812 289.465,768.687 C 289.843,768.115 290.112,767.479 290.259,766.81 C 290.494,765.624 290.549,764.411 290.419,763.209 M 293.903,769.245 C 293.626,768.708 293.215,768.253 292.711,767.921 C 292.213,767.564 291.629,767.345 291.019,767.286 L 290.977,767.286 L 290.977,767.328 C 290.832,767.87 290.617,768.391 290.336,768.878 L 290.318,768.907 L 290.336,768.935 C 290.609,769.329 290.953,769.669 291.352,769.936 C 291.847,770.285 292.422,770.503 293.024,770.567 C 293.375,770.632 293.735,770.51 293.975,770.246 C 294.123,769.921 294.092,769.541 293.892,769.245 Z' fill='%23010101' stroke-width='0.298' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 287.231,760.658 L 287.344,760.658 C 287.542,760.634 287.723,760.774 287.748,760.973 C 287.773,761.171 287.632,761.352 287.433,761.376 L 287.306,761.376 L 287.279,761.376 C 287.196,761.376 287.116,761.348 287.052,761.296 C 286.938,761.203 286.891,761.051 286.933,760.91 C 286.974,760.77 287.097,760.667 287.243,760.652' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 282.421,759.546 C 281.729,759.548 281.167,758.988 281.166,758.297 C 281.165,757.605 281.725,757.044 282.417,757.043 C 283.109,757.042 283.669,757.603 283.669,758.295 C 283.669,758.985 283.111,759.544 282.421,759.546 M 282.421,757.758 C 282.206,757.757 282.014,757.885 281.931,758.082 C 281.848,758.28 281.894,758.508 282.044,758.659 C 282.196,758.81 282.424,758.855 282.62,758.772 C 282.819,758.69 282.947,758.497 282.945,758.283 C 282.943,757.994 282.71,757.76 282.421,757.758' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 286.754,759.546 C 286.062,759.546 285.502,758.986 285.502,758.295 C 285.502,757.603 286.062,757.043 286.754,757.043 C 287.445,757.043 288.006,757.603 288.006,758.295 C 288.004,758.986 287.445,759.544 286.754,759.546 M 286.754,757.758 C 286.54,757.757 286.346,757.885 286.264,758.082 C 286.182,758.28 286.226,758.508 286.378,758.659 C 286.529,758.81 286.757,758.855 286.954,758.772 C 287.152,758.69 287.28,758.497 287.279,758.283 C 287.279,757.993 287.044,757.758 286.754,757.758' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 281.443,764.726 C 281.244,764.725 281.082,764.563 281.082,764.363 L 281.082,764.109 C 281.07,763.972 281.136,763.839 281.253,763.767 C 281.37,763.695 281.519,763.695 281.636,763.767 C 281.753,763.839 281.819,763.972 281.806,764.109 L 281.806,764.363 C 281.806,764.563 281.644,764.726 281.443,764.726' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M 287.729,764.726 C 287.528,764.725 287.368,764.563 287.368,764.363 L 287.368,764.109 C 287.355,763.972 287.421,763.839 287.539,763.767 C 287.656,763.695 287.804,763.695 287.921,763.767 C 288.039,763.839 288.104,763.972 288.092,764.109 L 288.092,764.363 C 288.092,764.563 287.929,764.726 287.729,764.726' fill='%23010101' stroke-width='0.298' fill-rule='nonzero'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.sigi-strom-immer-gespart--not-hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='248.771pt' height='124.453pt' viewBox='-709.636 -803.595 248.771 124.453'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-124.385' y='-62.226' width='248.771' height='124.453' transform='translate(-585.25 741.369)' stroke='none' stroke-width='0.626' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Cg id='Group' fill-rule='nonzero' stroke-linejoin='miter' stroke='none' stroke-width='0.868' fill='%23870d88'%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3Cpath d='M -655.154,754.545 C -655.154,754.545 -653.37,752.492 -650.994,752.492 C -649.926,752.492 -649.106,752.926 -649.106,753.858 C -649.106,755.833 -656.476,755.799 -656.476,760.325 C -656.476,763.117 -653.954,764.406 -651.055,764.406 C -649.167,764.406 -646.157,763.777 -646.157,761.498 L -646.157,760.045 L -649.228,760.045 L -649.228,760.731 C -649.228,761.394 -650.212,761.717 -650.978,761.717 C -652.214,761.717 -653.057,761.281 -653.057,760.454 C -653.057,758.261 -645.634,758.705 -645.634,754.041 C -645.634,751.412 -647.966,749.767 -651.003,749.767 C -654.841,749.767 -656.808,752.256 -656.808,752.256 L -655.154,754.545 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -642.284,760.516 C -642.284,760.923 -642.502,761.115 -642.884,761.115 L -643.981,761.115 L -643.981,764.073 L -640.666,764.073 C -639.377,764.073 -638.828,763.5 -638.828,762.211 L -638.828,753.64 C -638.828,753.257 -638.613,753.041 -638.23,753.041 L -637.133,753.041 L -637.133,750.109 L -640.449,750.109 C -641.736,750.109 -642.284,750.655 -642.284,751.97 L -642.284,760.516 Z M -642.118,769.558 L -639.108,769.558 L -639.108,766.355 L -642.118,766.355 L -642.118,769.558 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -629.405,764.406 C -626.177,764.406 -625.108,762.429 -625.108,762.429 L -625.055,762.429 C -625.055,762.429 -625.055,762.596 -625.055,762.786 C -625.055,763.413 -624.619,764.073 -623.523,764.073 L -620.294,764.073 L -620.294,761.115 L -621.365,761.115 C -621.722,761.115 -621.966,760.923 -621.966,760.568 L -621.966,750.952 C -621.966,746.157 -625.69,744.348 -629.336,744.348 C -631.085,744.348 -632.957,744.843 -634.295,745.556 L -633.226,748.298 C -633.226,748.298 -631.502,747.365 -629.362,747.365 C -627.256,747.365 -625.42,748.271 -625.42,750.794 L -625.42,751.457 C -625.42,751.787 -625.393,752.196 -625.393,752.196 L -625.446,752.196 C -626.264,751.021 -627.473,750.386 -629.336,750.386 C -633.339,750.386 -635.61,753.614 -635.61,757.451 C -635.601,761.289 -633.435,764.406 -629.405,764.406 Z M -625.324,757.424 C -625.324,760.602 -626.916,761.454 -628.806,761.454 C -630.911,761.454 -632.068,759.923 -632.068,757.564 C -632.068,755.127 -630.832,753.318 -628.586,753.318 C -626.916,753.318 -625.324,754.276 -625.324,757.424 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -617.327,760.516 C -617.327,760.923 -617.545,761.115 -617.928,761.115 L -619.025,761.115 L -619.025,764.073 L -615.708,764.073 C -614.42,764.073 -613.873,763.5 -613.873,762.211 L -613.873,753.64 C -613.873,753.257 -613.655,753.041 -613.274,753.041 L -612.177,753.041 L -612.177,750.109 L -615.492,750.109 C -616.779,750.109 -617.327,750.655 -617.327,751.97 L -617.327,760.516 Z M -617.163,769.558 L -614.152,769.558 L -614.152,766.355 L -617.163,766.355 L -617.163,769.558 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -601.36,755.312 C -601.36,755.312 -599.358,753.013 -596.653,753.013 C -595.173,753.013 -593.858,753.805 -593.858,755.312 C -593.858,758.626 -603.004,758.348 -603.004,764.406 C -603.004,767.556 -600.263,769.886 -596.513,769.886 C -594.241,769.886 -590.733,768.817 -590.733,766.049 L -590.733,764.239 L -593.962,764.239 L -593.962,765.119 C -593.962,766.023 -595.25,766.624 -596.538,766.624 C -598.183,766.624 -599.383,765.771 -599.383,764.543 C -599.383,761.228 -590.238,761.891 -590.238,755.502 C -590.238,752.406 -592.624,749.776 -596.705,749.776 C -601.002,749.776 -603.388,752.787 -603.388,752.787 L -601.36,755.312 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -586.896,761.315 L -588.708,761.315 L -588.708,764.083 L -586.819,764.083 L -586.819,767.894 L -583.424,767.894 L -583.424,764.083 L -580.25,764.083 L -580.25,761.315 L -583.424,761.315 L -583.424,755.677 C -583.424,753.379 -581.615,753.048 -580.657,753.048 C -580.275,753.048 -580.033,753.099 -580.033,753.099 L -580.033,750.063 C -580.033,750.063 -580.465,749.985 -581.102,749.985 C -583.05,749.985 -586.906,750.561 -586.906,755.242 L -586.906,761.315 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -576.82,760.516 C -576.82,760.923 -577.038,761.115 -577.421,761.115 L -578.517,761.115 L -578.517,764.073 L -575.341,764.073 C -574.105,764.073 -573.478,763.553 -573.478,762.378 L -573.478,761.558 C -573.478,761.036 -573.53,760.679 -573.53,760.679 L -573.478,760.679 C -572.853,762.682 -571.181,764.266 -569.042,764.266 C -568.736,764.266 -568.414,764.213 -568.414,764.213 L -568.414,760.794 C -568.414,760.794 -568.772,760.845 -569.267,760.845 C -570.747,760.845 -572.442,759.992 -573.078,757.913 C -573.269,757.226 -573.384,756.46 -573.384,755.642 L -573.384,750.109 L -576.837,750.109 L -576.837,760.516 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -559.81,764.406 C -555.536,764.406 -552.143,761.368 -552.143,757.096 C -552.143,752.797 -555.536,749.776 -559.81,749.776 C -564.056,749.776 -567.447,752.787 -567.447,757.096 C -567.447,761.368 -564.056,764.406 -559.81,764.406 Z M -559.81,752.734 C -557.538,752.734 -555.64,754.485 -555.64,757.096 C -555.64,759.671 -557.528,761.447 -559.81,761.447 C -562.054,761.447 -563.942,759.66 -563.942,757.096 C -563.942,754.492 -562.054,752.734 -559.81,752.734 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -548.983,760.516 C -548.983,760.923 -549.201,761.115 -549.584,761.115 L -550.681,761.115 L -550.681,764.073 L -547.478,764.073 C -546.242,764.073 -545.642,763.5 -545.642,762.515 L -545.642,762.107 C -545.642,761.803 -545.668,761.505 -545.668,761.505 L -545.617,761.505 C -544.955,762.873 -543.283,764.413 -541.1,764.413 C -538.993,764.413 -537.62,763.429 -537.019,761.533 L -536.966,761.533 C -536.227,763.038 -534.418,764.413 -532.199,764.413 C -529.291,764.413 -527.62,762.769 -527.62,759.096 L -527.62,753.649 C -527.62,753.266 -527.403,753.048 -527.019,753.048 L -525.95,753.048 L -525.95,750.115 L -529.24,750.115 C -530.552,750.115 -531.102,750.665 -531.102,751.978 L -531.102,758.444 C -531.102,760.035 -531.405,761.236 -533.014,761.236 C -534.739,761.236 -535.973,759.784 -536.357,758.035 C -536.523,757.487 -536.575,756.914 -536.575,756.249 L -536.575,750.115 L -540.056,750.115 L -540.056,758.444 C -540.056,759.95 -540.273,761.236 -541.943,761.236 C -543.693,761.236 -544.876,759.784 -545.311,758.008 C -545.45,757.46 -545.529,756.886 -545.529,756.26 L -545.529,750.125 L -548.983,750.125 L -548.983,760.516 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_5'%3E%3Cpath d='M -655.102,727.65 C -655.102,728.056 -655.319,728.247 -655.702,728.247 L -656.799,728.247 L -656.799,731.206 L -653.483,731.206 C -652.194,731.206 -651.648,730.633 -651.648,729.345 L -651.648,720.772 C -651.648,720.391 -651.43,720.174 -651.047,720.174 L -649.951,720.174 L -649.951,717.24 L -653.266,717.24 C -654.554,717.24 -655.102,717.788 -655.102,719.102 L -655.102,727.65 Z M -654.938,736.691 L -651.926,736.691 L -651.926,733.488 L -654.938,733.488 L -654.938,736.691 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -647.019,727.65 C -647.019,728.056 -647.235,728.247 -647.619,728.247 L -648.714,728.247 L -648.714,731.206 L -645.514,731.206 C -644.276,731.206 -643.677,730.633 -643.677,729.65 L -643.677,729.241 C -643.677,728.935 -643.702,728.639 -643.702,728.639 L -643.651,728.639 C -642.989,730.005 -641.318,731.546 -639.134,731.546 C -637.029,731.546 -635.654,730.562 -635.052,728.675 L -635.001,728.675 C -634.261,730.181 -632.451,731.546 -630.232,731.546 C -627.327,731.546 -625.655,729.901 -625.655,726.229 L -625.655,720.782 C -625.655,720.399 -625.438,720.181 -625.055,720.181 L -623.985,720.181 L -623.985,717.249 L -627.274,717.249 C -628.586,717.249 -629.136,717.798 -629.136,719.112 L -629.136,725.576 C -629.136,727.171 -629.44,728.372 -631.05,728.372 C -632.774,728.372 -634.009,726.917 -634.392,725.169 C -634.558,724.62 -634.611,724.046 -634.611,723.384 L -634.611,717.249 L -638.09,717.249 L -638.09,725.576 C -638.09,727.084 -638.307,728.372 -639.978,728.372 C -641.728,728.372 -642.91,726.917 -643.346,725.143 C -643.486,724.594 -643.563,724.019 -643.563,723.394 L -643.563,717.257 L -647.019,717.257 L -647.019,727.65 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -621.192,727.65 C -621.192,728.056 -621.409,728.247 -621.791,728.247 L -622.888,728.247 L -622.888,731.206 L -619.685,731.206 C -618.449,731.206 -617.849,730.633 -617.849,729.65 L -617.849,729.241 C -617.849,728.935 -617.875,728.639 -617.875,728.639 L -617.824,728.639 C -617.163,730.005 -615.492,731.546 -613.307,731.546 C -611.2,731.546 -609.827,730.562 -609.226,728.675 L -609.174,728.675 C -608.434,730.181 -606.625,731.546 -604.406,731.546 C -601.499,731.546 -599.828,729.901 -599.828,726.229 L -599.828,720.782 C -599.828,720.399 -599.612,720.181 -599.226,720.181 L -598.157,720.181 L -598.157,717.249 L -601.447,717.249 C -602.761,717.249 -603.309,717.798 -603.309,719.112 L -603.309,725.576 C -603.309,727.171 -603.614,728.372 -605.222,728.372 C -606.946,728.372 -608.18,726.917 -608.565,725.169 C -608.73,724.62 -608.782,724.046 -608.782,723.384 L -608.782,717.249 L -612.263,717.249 L -612.263,725.576 C -612.263,727.084 -612.48,728.372 -614.152,728.372 C -615.9,728.372 -617.084,726.917 -617.519,725.143 C -617.657,724.594 -617.736,724.019 -617.736,723.394 L -617.736,717.257 L -621.192,717.257 L -621.192,727.65 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -589.665,731.538 C -585.663,731.538 -583.477,728.605 -583.477,724.906 C -583.477,724.499 -583.557,723.62 -583.557,723.62 L -593.197,723.62 C -592.927,721.156 -591.117,719.868 -589.003,719.868 C -586.756,719.868 -585.086,721.425 -585.086,721.425 L -583.635,719.015 C -583.635,719.015 -585.774,716.909 -589.246,716.909 C -593.878,716.909 -596.748,720.252 -596.748,724.229 C -596.757,728.528 -593.85,731.538 -589.665,731.538 Z M -587.036,726.029 C -587.089,727.701 -588.236,728.849 -589.665,728.849 C -591.449,728.849 -592.701,727.779 -593.084,726.029 L -587.036,726.029 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -580.101,727.65 C -580.101,728.056 -580.32,728.247 -580.703,728.247 L -581.797,728.247 L -581.797,731.206 L -578.621,731.206 C -577.386,731.206 -576.759,730.686 -576.759,729.511 L -576.759,728.691 C -576.759,728.17 -576.812,727.813 -576.812,727.813 L -576.759,727.813 C -576.133,729.813 -574.461,731.398 -572.322,731.398 C -572.018,731.398 -571.695,731.346 -571.695,731.346 L -571.695,727.917 C -571.695,727.917 -572.053,727.97 -572.548,727.97 C -574.028,727.97 -575.724,727.117 -576.36,725.036 C -576.551,724.35 -576.663,723.585 -576.663,722.767 L -576.663,717.232 L -580.119,717.232 L -580.119,727.65 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -556.764,731.538 C -553.536,731.538 -552.463,729.562 -552.463,729.562 L -552.411,729.562 C -552.411,729.562 -552.411,729.727 -552.411,729.917 C -552.411,730.546 -551.977,731.206 -550.879,731.206 L -547.651,731.206 L -547.651,728.247 L -548.722,728.247 C -549.079,728.247 -549.323,728.056 -549.323,727.701 L -549.323,718.084 C -549.323,713.29 -553.046,711.481 -556.694,711.481 C -558.442,711.481 -560.313,711.976 -561.655,712.682 L -560.584,715.422 C -560.584,715.422 -558.859,714.491 -556.719,714.491 C -554.612,714.491 -552.777,715.396 -552.777,717.91 L -552.777,718.562 C -552.777,718.894 -552.751,719.302 -552.751,719.302 L -552.803,719.302 C -553.623,718.128 -554.831,717.493 -556.694,717.493 C -560.695,717.493 -562.967,720.721 -562.967,724.558 C -562.967,728.397 -560.792,731.538 -556.764,731.538 Z M -552.681,724.551 C -552.681,727.727 -554.274,728.58 -556.162,728.58 C -558.267,728.58 -559.425,727.047 -559.425,724.691 C -559.425,722.252 -558.19,720.443 -555.945,720.443 C -554.274,720.443 -552.681,721.4 -552.681,724.551 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -539.097,731.538 C -535.095,731.538 -532.91,728.605 -532.91,724.906 C -532.91,724.499 -532.989,723.62 -532.989,723.62 L -542.633,723.62 C -542.362,721.156 -540.552,719.868 -538.437,719.868 C -536.192,719.868 -534.522,721.425 -534.522,721.425 L -533.067,719.015 C -533.067,719.015 -535.209,716.909 -538.681,716.909 C -543.31,716.909 -546.182,720.252 -546.182,724.229 C -546.189,728.528 -543.293,731.538 -539.097,731.538 Z M -536.471,726.029 C -536.523,727.701 -537.679,728.849 -539.097,728.849 C -540.882,728.849 -542.135,727.779 -542.518,726.029 L -536.471,726.029 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -529.483,721.678 C -529.483,721.678 -527.698,719.625 -525.314,719.625 C -524.244,719.625 -523.428,720.061 -523.428,720.991 C -523.428,722.967 -530.795,722.94 -530.795,727.458 C -530.795,730.25 -528.273,731.538 -525.377,731.538 C -523.486,731.538 -520.476,730.911 -520.476,728.632 L -520.476,727.178 L -523.549,727.178 L -523.549,727.865 C -523.549,728.528 -524.532,728.849 -525.296,728.849 C -526.532,728.849 -527.376,728.414 -527.376,727.587 C -527.376,725.394 -519.955,725.837 -519.955,721.174 C -519.955,718.546 -522.278,716.901 -525.323,716.901 C -529.161,716.901 -531.128,719.399 -531.128,719.399 L -529.483,721.678 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -516.717,727.65 C -516.717,728.056 -516.935,728.247 -517.318,728.247 L -518.415,728.247 L -518.415,731.206 L -515.317,731.206 C -514.029,731.206 -513.567,730.633 -513.567,729.866 C -513.567,729.536 -513.567,729.32 -513.567,729.32 L -513.514,729.32 C -513.514,729.32 -512.341,731.538 -509.077,731.538 C -505.3,731.538 -502.855,728.554 -502.855,724.229 C -502.855,719.79 -505.595,716.909 -509.267,716.909 C -512.035,716.909 -513.271,718.746 -513.271,718.746 L -513.323,718.746 C -513.323,718.746 -513.271,718.25 -513.271,717.544 L -513.271,711.768 L -516.725,711.768 L -516.725,727.65 Z M -509.895,719.841 C -507.981,719.841 -506.362,721.4 -506.362,724.168 C -506.362,726.823 -507.789,728.554 -509.842,728.554 C -511.653,728.554 -513.348,727.239 -513.348,724.141 C -513.348,721.983 -512.201,719.841 -509.895,719.841 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -492.917,726.003 L -492.482,726.003 L -492.482,726.117 C -492.482,728.118 -493.274,728.858 -495.058,728.858 C -495.685,728.858 -496.921,728.691 -496.921,727.927 L -496.921,727.188 L -500.148,727.188 L -500.148,728.666 C -500.148,731.269 -496.477,731.538 -495.022,731.538 C -490.368,731.538 -489.002,729.1 -489.002,725.978 L -489.002,720.772 C -489.002,720.391 -488.783,720.174 -488.401,720.174 L -487.304,720.174 L -487.304,717.24 L -490.429,717.24 C -491.715,717.24 -492.213,717.955 -492.213,718.772 C -492.213,719.128 -492.187,719.372 -492.187,719.372 L -492.24,719.372 C -492.24,719.372 -493.309,716.909 -496.459,716.909 C -498.958,716.909 -501.228,718.468 -501.228,721.262 C -501.219,725.646 -495.189,726.003 -492.917,726.003 Z M -495.598,719.625 C -493.736,719.625 -492.421,721.599 -492.421,723.298 L -492.421,723.627 L -493.021,723.627 C -494.832,723.627 -497.704,723.384 -497.704,721.435 C -497.713,720.503 -497.025,719.625 -495.598,719.625 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -484.511,727.65 C -484.511,728.056 -484.728,728.247 -485.113,728.247 L -486.21,728.247 L -486.21,731.206 L -483.032,731.206 C -481.797,731.206 -481.17,730.686 -481.17,729.511 L -481.17,728.691 C -481.17,728.17 -481.223,727.813 -481.223,727.813 L -481.17,727.813 C -480.543,729.813 -478.873,731.398 -476.733,731.398 C -476.428,731.398 -476.106,731.346 -476.106,731.346 L -476.106,727.917 C -476.106,727.917 -476.462,727.97 -476.959,727.97 C -478.438,727.97 -480.134,727.117 -480.771,725.036 C -480.961,724.35 -481.075,723.585 -481.075,722.767 L -481.075,717.232 L -484.529,717.232 L -484.529,727.65 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -473.164,728.44 L -474.974,728.44 L -474.974,731.206 L -473.086,731.206 L -473.086,735.018 L -469.693,735.018 L -469.693,731.206 L -466.515,731.206 L -466.515,728.44 L -469.693,728.44 L -469.693,722.8 C -469.693,720.503 -467.883,720.174 -466.926,720.174 C -466.543,720.174 -466.299,720.226 -466.299,720.226 L -466.299,717.188 C -466.299,717.188 -466.734,717.111 -467.368,717.111 C -469.319,717.111 -473.172,717.684 -473.172,722.367 L -473.172,728.44 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M -705.203,736.795 C -707.893,746.026 -702.592,755.695 -693.364,758.384 C -692.768,758.562 -692.161,758.215 -691.986,757.628 C -691.826,757.042 -692.147,756.432 -692.74,756.255 C -697.716,754.801 -701.611,750.916 -703.063,745.94 C -705.43,737.889 -700.809,729.449 -692.758,727.084 C -684.706,724.718 -676.258,729.339 -673.901,737.391 C -671.537,745.44 -676.157,753.89 -684.21,756.246 C -684.79,756.423 -685.14,757.024 -684.961,757.624 C -684.784,758.206 -684.182,758.554 -683.584,758.375 C -677.884,756.705 -673.425,752.246 -671.772,746.544 C -669.081,737.312 -674.381,727.646 -683.613,724.954 C -692.844,722.265 -702.511,727.562 -705.203,736.795 Z M -689.592,744.268 L -689.592,760.574 C -689.592,761.185 -689.09,761.682 -688.481,761.682 C -687.875,761.682 -687.374,761.184 -687.374,760.574 L -687.374,744.268 C -687.374,743.958 -687.5,743.68 -687.701,743.48 C -687.902,743.281 -688.179,743.158 -688.481,743.158 C -689.091,743.158 -689.592,743.659 -689.592,744.268 Z' fill='%23870d88' stroke='none' stroke-width='0.5' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/svg%3E");
}
.sigi-strom-immer-gespart--hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='248.771pt' height='124.453pt' viewBox='-709.636 -803.595 248.771 124.453'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-124.385' y='-62.226' width='248.771' height='124.453' transform='translate(-585.25 741.369)' stroke='none' stroke-width='0.626' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Cg id='Group' fill-rule='nonzero' stroke-linejoin='miter' stroke='none' stroke-width='0.868' fill='%23870d88'%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3Cpath d='M -655.154,754.545 C -655.154,754.545 -653.37,752.492 -650.994,752.492 C -649.926,752.492 -649.106,752.926 -649.106,753.858 C -649.106,755.833 -656.476,755.799 -656.476,760.325 C -656.476,763.117 -653.954,764.406 -651.055,764.406 C -649.167,764.406 -646.157,763.777 -646.157,761.498 L -646.157,760.045 L -649.228,760.045 L -649.228,760.731 C -649.228,761.394 -650.212,761.717 -650.978,761.717 C -652.214,761.717 -653.057,761.281 -653.057,760.454 C -653.057,758.261 -645.634,758.705 -645.634,754.041 C -645.634,751.412 -647.966,749.767 -651.003,749.767 C -654.841,749.767 -656.808,752.256 -656.808,752.256 L -655.154,754.545 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -642.284,760.516 C -642.284,760.923 -642.502,761.115 -642.884,761.115 L -643.981,761.115 L -643.981,764.073 L -640.666,764.073 C -639.377,764.073 -638.828,763.5 -638.828,762.211 L -638.828,753.64 C -638.828,753.257 -638.613,753.041 -638.23,753.041 L -637.133,753.041 L -637.133,750.109 L -640.449,750.109 C -641.736,750.109 -642.284,750.655 -642.284,751.97 L -642.284,760.516 Z M -642.118,769.558 L -639.108,769.558 L -639.108,766.355 L -642.118,766.355 L -642.118,769.558 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -629.405,764.406 C -626.177,764.406 -625.108,762.429 -625.108,762.429 L -625.055,762.429 C -625.055,762.429 -625.055,762.596 -625.055,762.786 C -625.055,763.413 -624.619,764.073 -623.523,764.073 L -620.294,764.073 L -620.294,761.115 L -621.365,761.115 C -621.722,761.115 -621.966,760.923 -621.966,760.568 L -621.966,750.952 C -621.966,746.157 -625.69,744.348 -629.336,744.348 C -631.085,744.348 -632.957,744.843 -634.295,745.556 L -633.226,748.298 C -633.226,748.298 -631.502,747.365 -629.362,747.365 C -627.256,747.365 -625.42,748.271 -625.42,750.794 L -625.42,751.457 C -625.42,751.787 -625.393,752.196 -625.393,752.196 L -625.446,752.196 C -626.264,751.021 -627.473,750.386 -629.336,750.386 C -633.339,750.386 -635.61,753.614 -635.61,757.451 C -635.601,761.289 -633.435,764.406 -629.405,764.406 Z M -625.324,757.424 C -625.324,760.602 -626.916,761.454 -628.806,761.454 C -630.911,761.454 -632.068,759.923 -632.068,757.564 C -632.068,755.127 -630.832,753.318 -628.586,753.318 C -626.916,753.318 -625.324,754.276 -625.324,757.424 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -617.327,760.516 C -617.327,760.923 -617.545,761.115 -617.928,761.115 L -619.025,761.115 L -619.025,764.073 L -615.708,764.073 C -614.42,764.073 -613.873,763.5 -613.873,762.211 L -613.873,753.64 C -613.873,753.257 -613.655,753.041 -613.274,753.041 L -612.177,753.041 L -612.177,750.109 L -615.492,750.109 C -616.779,750.109 -617.327,750.655 -617.327,751.97 L -617.327,760.516 Z M -617.163,769.558 L -614.152,769.558 L -614.152,766.355 L -617.163,766.355 L -617.163,769.558 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -601.36,755.312 C -601.36,755.312 -599.358,753.013 -596.653,753.013 C -595.173,753.013 -593.858,753.805 -593.858,755.312 C -593.858,758.626 -603.004,758.348 -603.004,764.406 C -603.004,767.556 -600.263,769.886 -596.513,769.886 C -594.241,769.886 -590.733,768.817 -590.733,766.049 L -590.733,764.239 L -593.962,764.239 L -593.962,765.119 C -593.962,766.023 -595.25,766.624 -596.538,766.624 C -598.183,766.624 -599.383,765.771 -599.383,764.543 C -599.383,761.228 -590.238,761.891 -590.238,755.502 C -590.238,752.406 -592.624,749.776 -596.705,749.776 C -601.002,749.776 -603.388,752.787 -603.388,752.787 L -601.36,755.312 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -586.896,761.315 L -588.708,761.315 L -588.708,764.083 L -586.819,764.083 L -586.819,767.894 L -583.424,767.894 L -583.424,764.083 L -580.25,764.083 L -580.25,761.315 L -583.424,761.315 L -583.424,755.677 C -583.424,753.379 -581.615,753.048 -580.657,753.048 C -580.275,753.048 -580.033,753.099 -580.033,753.099 L -580.033,750.063 C -580.033,750.063 -580.465,749.985 -581.102,749.985 C -583.05,749.985 -586.906,750.561 -586.906,755.242 L -586.906,761.315 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -576.82,760.516 C -576.82,760.923 -577.038,761.115 -577.421,761.115 L -578.517,761.115 L -578.517,764.073 L -575.341,764.073 C -574.105,764.073 -573.478,763.553 -573.478,762.378 L -573.478,761.558 C -573.478,761.036 -573.53,760.679 -573.53,760.679 L -573.478,760.679 C -572.853,762.682 -571.181,764.266 -569.042,764.266 C -568.736,764.266 -568.414,764.213 -568.414,764.213 L -568.414,760.794 C -568.414,760.794 -568.772,760.845 -569.267,760.845 C -570.747,760.845 -572.442,759.992 -573.078,757.913 C -573.269,757.226 -573.384,756.46 -573.384,755.642 L -573.384,750.109 L -576.837,750.109 L -576.837,760.516 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -559.81,764.406 C -555.536,764.406 -552.143,761.368 -552.143,757.096 C -552.143,752.797 -555.536,749.776 -559.81,749.776 C -564.056,749.776 -567.447,752.787 -567.447,757.096 C -567.447,761.368 -564.056,764.406 -559.81,764.406 Z M -559.81,752.734 C -557.538,752.734 -555.64,754.485 -555.64,757.096 C -555.64,759.671 -557.528,761.447 -559.81,761.447 C -562.054,761.447 -563.942,759.66 -563.942,757.096 C -563.942,754.492 -562.054,752.734 -559.81,752.734 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -548.983,760.516 C -548.983,760.923 -549.201,761.115 -549.584,761.115 L -550.681,761.115 L -550.681,764.073 L -547.478,764.073 C -546.242,764.073 -545.642,763.5 -545.642,762.515 L -545.642,762.107 C -545.642,761.803 -545.668,761.505 -545.668,761.505 L -545.617,761.505 C -544.955,762.873 -543.283,764.413 -541.1,764.413 C -538.993,764.413 -537.62,763.429 -537.019,761.533 L -536.966,761.533 C -536.227,763.038 -534.418,764.413 -532.199,764.413 C -529.291,764.413 -527.62,762.769 -527.62,759.096 L -527.62,753.649 C -527.62,753.266 -527.403,753.048 -527.019,753.048 L -525.95,753.048 L -525.95,750.115 L -529.24,750.115 C -530.552,750.115 -531.102,750.665 -531.102,751.978 L -531.102,758.444 C -531.102,760.035 -531.405,761.236 -533.014,761.236 C -534.739,761.236 -535.973,759.784 -536.357,758.035 C -536.523,757.487 -536.575,756.914 -536.575,756.249 L -536.575,750.115 L -540.056,750.115 L -540.056,758.444 C -540.056,759.95 -540.273,761.236 -541.943,761.236 C -543.693,761.236 -544.876,759.784 -545.311,758.008 C -545.45,757.46 -545.529,756.886 -545.529,756.26 L -545.529,750.125 L -548.983,750.125 L -548.983,760.516 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_5'%3E%3Cpath d='M -655.102,727.65 C -655.102,728.056 -655.319,728.247 -655.702,728.247 L -656.799,728.247 L -656.799,731.206 L -653.483,731.206 C -652.194,731.206 -651.648,730.633 -651.648,729.345 L -651.648,720.772 C -651.648,720.391 -651.43,720.174 -651.047,720.174 L -649.951,720.174 L -649.951,717.24 L -653.266,717.24 C -654.554,717.24 -655.102,717.788 -655.102,719.102 L -655.102,727.65 Z M -654.938,736.691 L -651.926,736.691 L -651.926,733.488 L -654.938,733.488 L -654.938,736.691 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -647.019,727.65 C -647.019,728.056 -647.235,728.247 -647.619,728.247 L -648.714,728.247 L -648.714,731.206 L -645.514,731.206 C -644.276,731.206 -643.677,730.633 -643.677,729.65 L -643.677,729.241 C -643.677,728.935 -643.702,728.639 -643.702,728.639 L -643.651,728.639 C -642.989,730.005 -641.318,731.546 -639.134,731.546 C -637.029,731.546 -635.654,730.562 -635.052,728.675 L -635.001,728.675 C -634.261,730.181 -632.451,731.546 -630.232,731.546 C -627.327,731.546 -625.655,729.901 -625.655,726.229 L -625.655,720.782 C -625.655,720.399 -625.438,720.181 -625.055,720.181 L -623.985,720.181 L -623.985,717.249 L -627.274,717.249 C -628.586,717.249 -629.136,717.798 -629.136,719.112 L -629.136,725.576 C -629.136,727.171 -629.44,728.372 -631.05,728.372 C -632.774,728.372 -634.009,726.917 -634.392,725.169 C -634.558,724.62 -634.611,724.046 -634.611,723.384 L -634.611,717.249 L -638.09,717.249 L -638.09,725.576 C -638.09,727.084 -638.307,728.372 -639.978,728.372 C -641.728,728.372 -642.91,726.917 -643.346,725.143 C -643.486,724.594 -643.563,724.019 -643.563,723.394 L -643.563,717.257 L -647.019,717.257 L -647.019,727.65 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -621.192,727.65 C -621.192,728.056 -621.409,728.247 -621.791,728.247 L -622.888,728.247 L -622.888,731.206 L -619.685,731.206 C -618.449,731.206 -617.849,730.633 -617.849,729.65 L -617.849,729.241 C -617.849,728.935 -617.875,728.639 -617.875,728.639 L -617.824,728.639 C -617.163,730.005 -615.492,731.546 -613.307,731.546 C -611.2,731.546 -609.827,730.562 -609.226,728.675 L -609.174,728.675 C -608.434,730.181 -606.625,731.546 -604.406,731.546 C -601.499,731.546 -599.828,729.901 -599.828,726.229 L -599.828,720.782 C -599.828,720.399 -599.612,720.181 -599.226,720.181 L -598.157,720.181 L -598.157,717.249 L -601.447,717.249 C -602.761,717.249 -603.309,717.798 -603.309,719.112 L -603.309,725.576 C -603.309,727.171 -603.614,728.372 -605.222,728.372 C -606.946,728.372 -608.18,726.917 -608.565,725.169 C -608.73,724.62 -608.782,724.046 -608.782,723.384 L -608.782,717.249 L -612.263,717.249 L -612.263,725.576 C -612.263,727.084 -612.48,728.372 -614.152,728.372 C -615.9,728.372 -617.084,726.917 -617.519,725.143 C -617.657,724.594 -617.736,724.019 -617.736,723.394 L -617.736,717.257 L -621.192,717.257 L -621.192,727.65 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -589.665,731.538 C -585.663,731.538 -583.477,728.605 -583.477,724.906 C -583.477,724.499 -583.557,723.62 -583.557,723.62 L -593.197,723.62 C -592.927,721.156 -591.117,719.868 -589.003,719.868 C -586.756,719.868 -585.086,721.425 -585.086,721.425 L -583.635,719.015 C -583.635,719.015 -585.774,716.909 -589.246,716.909 C -593.878,716.909 -596.748,720.252 -596.748,724.229 C -596.757,728.528 -593.85,731.538 -589.665,731.538 Z M -587.036,726.029 C -587.089,727.701 -588.236,728.849 -589.665,728.849 C -591.449,728.849 -592.701,727.779 -593.084,726.029 L -587.036,726.029 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -580.101,727.65 C -580.101,728.056 -580.32,728.247 -580.703,728.247 L -581.797,728.247 L -581.797,731.206 L -578.621,731.206 C -577.386,731.206 -576.759,730.686 -576.759,729.511 L -576.759,728.691 C -576.759,728.17 -576.812,727.813 -576.812,727.813 L -576.759,727.813 C -576.133,729.813 -574.461,731.398 -572.322,731.398 C -572.018,731.398 -571.695,731.346 -571.695,731.346 L -571.695,727.917 C -571.695,727.917 -572.053,727.97 -572.548,727.97 C -574.028,727.97 -575.724,727.117 -576.36,725.036 C -576.551,724.35 -576.663,723.585 -576.663,722.767 L -576.663,717.232 L -580.119,717.232 L -580.119,727.65 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -556.764,731.538 C -553.536,731.538 -552.463,729.562 -552.463,729.562 L -552.411,729.562 C -552.411,729.562 -552.411,729.727 -552.411,729.917 C -552.411,730.546 -551.977,731.206 -550.879,731.206 L -547.651,731.206 L -547.651,728.247 L -548.722,728.247 C -549.079,728.247 -549.323,728.056 -549.323,727.701 L -549.323,718.084 C -549.323,713.29 -553.046,711.481 -556.694,711.481 C -558.442,711.481 -560.313,711.976 -561.655,712.682 L -560.584,715.422 C -560.584,715.422 -558.859,714.491 -556.719,714.491 C -554.612,714.491 -552.777,715.396 -552.777,717.91 L -552.777,718.562 C -552.777,718.894 -552.751,719.302 -552.751,719.302 L -552.803,719.302 C -553.623,718.128 -554.831,717.493 -556.694,717.493 C -560.695,717.493 -562.967,720.721 -562.967,724.558 C -562.967,728.397 -560.792,731.538 -556.764,731.538 Z M -552.681,724.551 C -552.681,727.727 -554.274,728.58 -556.162,728.58 C -558.267,728.58 -559.425,727.047 -559.425,724.691 C -559.425,722.252 -558.19,720.443 -555.945,720.443 C -554.274,720.443 -552.681,721.4 -552.681,724.551 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -539.097,731.538 C -535.095,731.538 -532.91,728.605 -532.91,724.906 C -532.91,724.499 -532.989,723.62 -532.989,723.62 L -542.633,723.62 C -542.362,721.156 -540.552,719.868 -538.437,719.868 C -536.192,719.868 -534.522,721.425 -534.522,721.425 L -533.067,719.015 C -533.067,719.015 -535.209,716.909 -538.681,716.909 C -543.31,716.909 -546.182,720.252 -546.182,724.229 C -546.189,728.528 -543.293,731.538 -539.097,731.538 Z M -536.471,726.029 C -536.523,727.701 -537.679,728.849 -539.097,728.849 C -540.882,728.849 -542.135,727.779 -542.518,726.029 L -536.471,726.029 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -529.483,721.678 C -529.483,721.678 -527.698,719.625 -525.314,719.625 C -524.244,719.625 -523.428,720.061 -523.428,720.991 C -523.428,722.967 -530.795,722.94 -530.795,727.458 C -530.795,730.25 -528.273,731.538 -525.377,731.538 C -523.486,731.538 -520.476,730.911 -520.476,728.632 L -520.476,727.178 L -523.549,727.178 L -523.549,727.865 C -523.549,728.528 -524.532,728.849 -525.296,728.849 C -526.532,728.849 -527.376,728.414 -527.376,727.587 C -527.376,725.394 -519.955,725.837 -519.955,721.174 C -519.955,718.546 -522.278,716.901 -525.323,716.901 C -529.161,716.901 -531.128,719.399 -531.128,719.399 L -529.483,721.678 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -516.717,727.65 C -516.717,728.056 -516.935,728.247 -517.318,728.247 L -518.415,728.247 L -518.415,731.206 L -515.317,731.206 C -514.029,731.206 -513.567,730.633 -513.567,729.866 C -513.567,729.536 -513.567,729.32 -513.567,729.32 L -513.514,729.32 C -513.514,729.32 -512.341,731.538 -509.077,731.538 C -505.3,731.538 -502.855,728.554 -502.855,724.229 C -502.855,719.79 -505.595,716.909 -509.267,716.909 C -512.035,716.909 -513.271,718.746 -513.271,718.746 L -513.323,718.746 C -513.323,718.746 -513.271,718.25 -513.271,717.544 L -513.271,711.768 L -516.725,711.768 L -516.725,727.65 Z M -509.895,719.841 C -507.981,719.841 -506.362,721.4 -506.362,724.168 C -506.362,726.823 -507.789,728.554 -509.842,728.554 C -511.653,728.554 -513.348,727.239 -513.348,724.141 C -513.348,721.983 -512.201,719.841 -509.895,719.841 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -492.917,726.003 L -492.482,726.003 L -492.482,726.117 C -492.482,728.118 -493.274,728.858 -495.058,728.858 C -495.685,728.858 -496.921,728.691 -496.921,727.927 L -496.921,727.188 L -500.148,727.188 L -500.148,728.666 C -500.148,731.269 -496.477,731.538 -495.022,731.538 C -490.368,731.538 -489.002,729.1 -489.002,725.978 L -489.002,720.772 C -489.002,720.391 -488.783,720.174 -488.401,720.174 L -487.304,720.174 L -487.304,717.24 L -490.429,717.24 C -491.715,717.24 -492.213,717.955 -492.213,718.772 C -492.213,719.128 -492.187,719.372 -492.187,719.372 L -492.24,719.372 C -492.24,719.372 -493.309,716.909 -496.459,716.909 C -498.958,716.909 -501.228,718.468 -501.228,721.262 C -501.219,725.646 -495.189,726.003 -492.917,726.003 Z M -495.598,719.625 C -493.736,719.625 -492.421,721.599 -492.421,723.298 L -492.421,723.627 L -493.021,723.627 C -494.832,723.627 -497.704,723.384 -497.704,721.435 C -497.713,720.503 -497.025,719.625 -495.598,719.625 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -484.511,727.65 C -484.511,728.056 -484.728,728.247 -485.113,728.247 L -486.21,728.247 L -486.21,731.206 L -483.032,731.206 C -481.797,731.206 -481.17,730.686 -481.17,729.511 L -481.17,728.691 C -481.17,728.17 -481.223,727.813 -481.223,727.813 L -481.17,727.813 C -480.543,729.813 -478.873,731.398 -476.733,731.398 C -476.428,731.398 -476.106,731.346 -476.106,731.346 L -476.106,727.917 C -476.106,727.917 -476.462,727.97 -476.959,727.97 C -478.438,727.97 -480.134,727.117 -480.771,725.036 C -480.961,724.35 -481.075,723.585 -481.075,722.767 L -481.075,717.232 L -484.529,717.232 L -484.529,727.65 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M -473.164,728.44 L -474.974,728.44 L -474.974,731.206 L -473.086,731.206 L -473.086,735.018 L -469.693,735.018 L -469.693,731.206 L -466.515,731.206 L -466.515,728.44 L -469.693,728.44 L -469.693,722.8 C -469.693,720.503 -467.883,720.174 -466.926,720.174 C -466.543,720.174 -466.299,720.226 -466.299,720.226 L -466.299,717.188 C -466.299,717.188 -466.734,717.111 -467.368,717.111 C -469.319,717.111 -473.172,717.684 -473.172,722.367 L -473.172,728.44 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M -705.203,736.795 C -707.893,746.026 -702.592,755.695 -693.364,758.384 C -692.768,758.562 -692.161,758.215 -691.986,757.628 C -691.826,757.042 -692.147,756.432 -692.74,756.255 C -697.716,754.801 -701.611,750.916 -703.063,745.94 C -705.43,737.889 -700.809,729.449 -692.758,727.084 C -684.706,724.718 -676.258,729.339 -673.901,737.391 C -671.537,745.44 -676.157,753.89 -684.21,756.246 C -684.79,756.423 -685.14,757.024 -684.961,757.624 C -684.784,758.206 -684.182,758.554 -683.584,758.375 C -677.884,756.705 -673.425,752.246 -671.772,746.544 C -669.081,737.312 -674.381,727.646 -683.613,724.954 C -692.844,722.265 -702.511,727.562 -705.203,736.795 Z M -689.592,744.268 L -689.592,760.574 C -689.592,761.185 -689.09,761.682 -688.481,761.682 C -687.875,761.682 -687.374,761.184 -687.374,760.574 L -687.374,744.268 C -687.374,743.958 -687.5,743.68 -687.701,743.48 C -687.902,743.281 -688.179,743.158 -688.481,743.158 C -689.091,743.158 -689.592,743.659 -689.592,744.268 Z' fill='%23870d88' stroke='none' stroke-width='0.5' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/svg%3E");
}

.sigi-gas-immer-gespart--not-hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='248.771pt' height='124.449pt' viewBox='-407.162 -803.596 248.771 124.449'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-407.161' y='679.148' width='248.77' height='124.449' stroke='none' stroke-width='0.627' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Cpath d='M -378.451,719.521 L -378.451,723.685 C -378.457,724.454 -379.073,725.063 -379.826,725.063 C -380.592,725.057 -381.202,724.44 -381.202,723.682 C -381.202,721.68 -382.819,720.065 -384.82,720.065 C -386.814,720.065 -388.445,721.675 -388.445,723.682 L -388.445,728.383 L -391.481,728.383 C -392.335,728.383 -392.877,729.303 -392.463,730.05 L -390.075,734.359 L -390.913,734.979 C -392.781,736.358 -395.354,738.266 -397.628,740.595 C -400.679,743.718 -403.426,747.81 -403.426,752.818 C -403.426,761.712 -396.216,768.922 -387.322,768.922 C -378.427,768.922 -371.219,761.712 -371.219,752.818 C -371.219,747.81 -373.965,743.719 -377.016,740.596 C -379.291,738.266 -381.863,736.358 -383.731,734.979 L -384.568,734.36 L -382.173,730.051 C -381.758,729.304 -382.3,728.383 -383.154,728.383 L -386.2,728.383 L -386.2,723.682 C -386.2,722.926 -385.585,722.31 -384.82,722.31 C -384.058,722.31 -383.447,722.921 -383.447,723.682 C -383.447,725.683 -381.831,727.292 -379.835,727.308 C -377.826,727.308 -376.22,725.691 -376.206,723.694 L -376.206,719.521 C -376.206,718.901 -376.709,718.398 -377.328,718.398 C -377.948,718.398 -378.451,718.901 -378.451,719.521 Z M -385.062,730.628 L -387.002,734.118 C -387.269,734.6 -387.148,735.205 -386.715,735.545 C -382.685,738.719 -373.464,744.427 -373.464,752.818 C -373.464,760.473 -379.668,766.677 -387.322,766.677 C -394.977,766.677 -401.181,760.473 -401.181,752.818 C -401.181,748.669 -398.904,745.114 -396.022,742.164 C -393.124,739.197 -389.846,737.055 -387.928,735.545 C -387.496,735.205 -387.374,734.601 -387.641,734.119 L -389.576,730.628 L -385.062,730.628 Z M -398.428,752.818 C -398.428,758.949 -393.456,763.934 -387.313,763.934 C -386.694,763.934 -386.191,763.431 -386.191,762.812 C -386.191,762.192 -386.694,761.689 -387.313,761.689 C -392.215,761.689 -396.183,757.712 -396.183,752.818 C -396.183,752.198 -396.686,751.695 -397.305,751.695 C -397.925,751.695 -398.428,752.198 -398.428,752.818 Z' fill='%23ff9027' stroke='none' stroke-width='0.5' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M -356.314,755.623 C -356.314,755.623 -354.49,753.512 -352.03,753.512 C -350.935,753.512 -350.088,753.966 -350.088,754.921 C -350.088,756.951 -357.66,756.914 -357.66,761.564 C -357.66,764.431 -355.068,765.759 -352.083,765.759 C -350.142,765.759 -347.044,765.11 -347.044,762.776 L -347.044,761.28 L -350.195,761.28 L -350.195,761.983 C -350.195,762.66 -351.211,762.999 -351.995,762.999 C -353.26,762.999 -354.133,762.544 -354.133,761.708 C -354.133,759.454 -346.5,759.907 -346.5,755.115 C -346.5,752.408 -348.896,750.725 -352.023,750.725 C -355.967,750.725 -357.991,753.289 -357.991,753.289 L -356.314,755.623 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -343.079,761.76 C -343.079,762.181 -343.302,762.383 -343.703,762.383 L -344.825,762.383 L -344.825,765.422 L -341.413,765.422 C -340.086,765.422 -339.524,764.832 -339.524,763.506 L -339.524,754.687 C -339.524,754.295 -339.301,754.066 -338.901,754.066 L -337.78,754.066 L -337.78,751.053 L -341.191,751.053 C -342.519,751.053 -343.079,751.616 -343.079,752.969 L -343.079,761.76 Z M -342.911,771.051 L -339.811,771.051 L -339.811,767.755 L -342.911,767.755 L -342.911,771.051 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -329.844,765.759 C -326.522,765.759 -325.427,763.728 -325.427,763.728 L -325.373,763.728 C -325.373,763.728 -325.373,763.898 -325.373,764.094 C -325.373,764.744 -324.916,765.422 -323.796,765.422 L -320.472,765.422 L -320.472,762.383 L -321.569,762.383 C -321.935,762.383 -322.192,762.187 -322.192,761.824 L -322.192,751.935 C -322.192,747.009 -326.023,745.149 -329.765,745.149 C -331.563,745.149 -333.477,745.656 -334.857,746.386 L -333.763,749.201 C -333.763,749.201 -331.989,748.248 -329.789,748.248 C -327.626,748.248 -325.737,749.175 -325.737,751.766 L -325.737,752.442 C -325.737,752.781 -325.711,753.201 -325.711,753.201 L -325.763,753.201 C -326.608,751.99 -327.849,751.339 -329.765,751.339 C -333.878,751.339 -336.211,754.663 -336.211,758.606 C -336.211,762.553 -333.985,765.759 -329.844,765.759 Z M -325.648,758.579 C -325.648,761.85 -327.278,762.721 -329.23,762.721 C -331.393,762.721 -332.579,761.146 -332.579,758.722 C -332.579,756.221 -331.314,754.357 -328.998,754.357 C -327.278,754.348 -325.648,755.338 -325.648,758.579 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -317.427,761.76 C -317.427,762.181 -317.647,762.383 -318.05,762.383 L -319.174,762.383 L -319.174,765.422 L -315.76,765.422 C -314.435,765.422 -313.872,764.832 -313.872,763.506 L -313.872,754.687 C -313.872,754.295 -313.649,754.066 -313.249,754.066 L -312.128,754.066 L -312.128,751.053 L -315.539,751.053 C -316.866,751.053 -317.427,751.616 -317.427,752.969 L -317.427,761.76 Z M -317.258,771.051 L -314.157,771.051 L -314.157,767.755 L -317.258,767.755 L -317.258,771.051 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -292.949,771.388 C -288.05,771.388 -285.655,768.849 -285.655,768.849 L -287.739,766.204 C -287.739,766.204 -289.822,767.977 -292.86,767.977 C -296.325,767.977 -299.282,765.242 -299.282,761.191 C -299.282,756.826 -296.298,754.155 -292.717,754.155 C -289.538,754.155 -287.649,756.238 -287.649,756.238 L -287.649,757.734 C -287.649,758.152 -287.872,758.358 -288.272,758.358 L -289.484,758.358 L -289.484,761.485 L -286.244,761.485 C -284.888,761.485 -284.328,760.923 -284.328,759.595 L -284.328,751.064 L -287.479,751.064 L -287.479,752.025 C -287.479,752.442 -287.454,752.871 -287.454,752.871 L -287.507,752.871 C -287.507,752.871 -289.644,750.732 -293.396,750.732 C -298.633,750.732 -303.113,754.73 -303.113,761.18 C -303.121,766.909 -298.756,771.388 -292.949,771.388 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -273.381,760.067 L -272.925,760.067 L -272.925,760.183 C -272.925,762.241 -273.745,762.999 -275.57,762.999 C -276.222,762.999 -277.486,762.829 -277.486,762.036 L -277.486,761.28 L -280.81,761.28 L -280.81,762.802 C -280.81,765.474 -277.032,765.759 -275.544,765.759 C -270.754,765.759 -269.344,763.256 -269.344,760.041 L -269.344,754.687 C -269.344,754.295 -269.124,754.066 -268.721,754.066 L -267.599,754.066 L -267.599,751.053 L -270.807,751.053 C -272.133,751.053 -272.631,751.783 -272.631,752.63 C -272.631,752.996 -272.606,753.255 -272.606,753.255 L -272.675,753.255 C -272.675,753.255 -273.772,750.716 -277.015,750.716 C -279.58,750.716 -281.914,752.32 -281.914,755.196 C -281.914,759.702 -275.722,760.067 -273.381,760.067 Z M -276.142,753.512 C -274.227,753.512 -272.873,755.544 -272.873,757.288 L -272.873,757.627 L -273.497,757.627 C -275.358,757.627 -278.315,757.38 -278.315,755.375 C -278.304,754.411 -277.602,753.512 -276.142,753.512 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -264.677,755.623 C -264.677,755.623 -262.851,753.512 -260.392,753.512 C -259.297,753.512 -258.45,753.966 -258.45,754.921 C -258.45,756.951 -266.022,756.914 -266.022,761.564 C -266.022,764.431 -263.43,765.759 -260.447,765.759 C -258.505,765.759 -255.406,765.11 -255.406,762.776 L -255.406,761.28 L -258.558,761.28 L -258.558,761.983 C -258.558,762.66 -259.573,762.999 -260.359,762.999 C -261.622,762.999 -262.494,762.544 -262.494,761.708 C -262.494,759.454 -254.862,759.907 -254.862,755.115 C -254.862,752.408 -257.258,750.725 -260.385,750.725 C -264.331,750.725 -266.352,753.289 -266.352,753.289 L -264.677,755.623 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -356.253,727.967 C -356.253,728.385 -356.476,728.588 -356.877,728.588 L -357.998,728.588 L -357.998,731.627 L -354.589,731.627 C -353.26,731.627 -352.7,731.039 -352.7,729.712 L -352.7,720.895 C -352.7,720.502 -352.478,720.27 -352.077,720.27 L -350.953,720.27 L -350.953,717.26 L -354.366,717.26 C -355.691,717.26 -356.253,717.82 -356.253,719.176 L -356.253,727.967 Z M -356.085,737.256 L -352.984,737.256 L -352.984,733.961 L -356.085,733.961 L -356.085,737.256 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -347.952,727.967 C -347.952,728.385 -348.174,728.588 -348.574,728.588 L -349.698,728.588 L -349.698,731.627 L -346.401,731.627 C -345.138,731.627 -344.513,731.039 -344.513,730.024 L -344.513,729.606 C -344.513,729.294 -344.542,728.981 -344.542,728.981 L -344.487,728.981 C -343.81,730.391 -342.091,731.966 -339.836,731.966 C -337.673,731.966 -336.256,730.949 -335.641,729.008 L -335.587,729.008 C -334.831,730.559 -332.968,731.966 -330.689,731.966 C -327.705,731.966 -325.986,730.274 -325.986,726.504 L -325.986,720.903 C -325.986,720.512 -325.763,720.279 -325.362,720.279 L -324.267,720.279 L -324.267,717.269 L -327.643,717.269 C -328.998,717.269 -329.558,717.829 -329.558,719.184 L -329.558,725.829 C -329.558,727.457 -329.87,728.697 -331.526,728.697 C -333.298,728.697 -334.565,727.2 -334.964,725.401 C -335.134,724.84 -335.186,724.244 -335.186,723.574 L -335.186,717.269 L -338.768,717.269 L -338.768,725.829 C -338.768,727.378 -338.991,728.697 -340.711,728.697 C -342.51,728.697 -343.722,727.2 -344.175,725.374 C -344.317,724.813 -344.397,724.217 -344.397,723.574 L -344.397,717.269 L -347.943,717.269 L -347.943,727.967 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -321.389,727.967 C -321.389,728.385 -321.612,728.588 -322.014,728.588 L -323.136,728.588 L -323.136,731.627 L -319.84,731.627 C -318.574,731.627 -317.952,731.039 -317.952,730.024 L -317.952,729.606 C -317.952,729.294 -317.978,728.981 -317.978,728.981 L -317.925,728.981 C -317.248,730.391 -315.53,731.966 -313.275,731.966 C -311.112,731.966 -309.695,730.949 -309.081,729.008 L -309.026,729.008 C -308.27,730.559 -306.407,731.966 -304.128,731.966 C -301.145,731.966 -299.425,730.274 -299.425,726.504 L -299.425,720.903 C -299.425,720.512 -299.202,720.279 -298.802,720.279 L -297.706,720.279 L -297.706,717.269 L -301.082,717.269 C -302.437,717.269 -302.997,717.829 -302.997,719.184 L -302.997,725.829 C -302.997,727.457 -303.31,728.697 -304.966,728.697 C -306.738,728.697 -308.011,727.2 -308.403,725.401 C -308.573,724.84 -308.626,724.244 -308.626,723.574 L -308.626,717.269 L -312.207,717.269 L -312.207,725.829 C -312.207,727.378 -312.43,728.697 -314.15,728.697 C -315.95,728.697 -317.158,727.2 -317.614,725.374 C -317.756,724.813 -317.837,724.217 -317.837,723.574 L -317.837,717.269 L -321.383,717.269 L -321.383,727.967 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -288.985,731.966 C -284.872,731.966 -282.615,728.955 -282.615,725.152 C -282.615,724.732 -282.698,723.824 -282.698,723.824 L -292.61,723.824 C -292.327,721.295 -290.474,719.967 -288.299,719.967 C -285.993,719.967 -284.274,721.57 -284.274,721.57 L -282.778,719.096 C -282.778,719.096 -284.977,716.931 -288.55,716.931 C -293.305,716.931 -296.263,720.368 -296.263,724.45 C -296.271,728.866 -293.289,731.966 -288.985,731.966 Z M -286.277,726.309 C -286.33,728.029 -287.516,729.213 -288.985,729.213 C -290.812,729.213 -292.112,728.117 -292.503,726.309 L -286.277,726.309 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -279.152,727.967 C -279.152,728.385 -279.375,728.588 -279.775,728.588 L -280.898,728.588 L -280.898,731.627 L -277.63,731.627 C -276.362,731.627 -275.714,731.093 -275.714,729.882 L -275.714,729.036 C -275.714,728.499 -275.766,728.134 -275.766,728.134 L -275.714,728.134 C -275.064,730.192 -273.344,731.822 -271.154,731.822 C -270.843,731.822 -270.504,731.769 -270.504,731.769 L -270.504,728.252 C -270.504,728.252 -270.869,728.304 -271.376,728.304 C -272.899,728.304 -274.645,727.432 -275.297,725.295 C -275.491,724.59 -275.607,723.797 -275.607,722.96 L -275.607,717.269 L -279.152,717.269 L -279.152,727.967 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -255.165,731.966 C -251.843,731.966 -250.747,729.935 -250.747,729.935 L -250.692,729.935 C -250.692,729.935 -250.692,730.103 -250.692,730.299 C -250.692,730.949 -250.239,731.627 -249.116,731.627 L -245.795,731.627 L -245.795,728.588 L -246.889,728.588 C -247.255,728.588 -247.513,728.392 -247.513,728.029 L -247.513,718.14 C -247.513,713.216 -251.344,711.355 -255.085,711.355 C -256.884,711.355 -258.799,711.861 -260.181,712.592 L -259.084,715.406 C -259.084,715.406 -257.312,714.446 -255.113,714.446 C -252.947,714.446 -251.059,715.372 -251.059,717.962 L -251.059,718.64 C -251.059,718.98 -251.031,719.397 -251.031,719.397 L -251.085,719.397 C -251.932,718.186 -253.169,717.536 -255.085,717.536 C -259.2,717.536 -261.535,720.858 -261.535,724.804 C -261.525,728.761 -259.297,731.966 -255.165,731.966 Z M -250.961,724.787 C -250.961,728.054 -252.592,728.928 -254.542,728.928 C -256.707,728.928 -257.89,727.352 -257.89,724.929 C -257.89,722.426 -256.625,720.563 -254.311,720.563 C -252.6,720.563 -250.961,721.543 -250.961,724.787 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -236.994,731.966 C -232.88,731.966 -230.626,728.955 -230.626,725.152 C -230.626,724.732 -230.706,723.824 -230.706,723.824 L -240.618,723.824 C -240.335,721.295 -238.482,719.967 -236.307,719.967 C -234.002,719.967 -232.281,721.57 -232.281,721.57 L -230.787,719.096 C -230.787,719.096 -232.987,716.931 -236.557,716.931 C -241.314,716.931 -244.272,720.368 -244.272,724.45 C -244.288,728.866 -241.306,731.966 -236.994,731.966 Z M -234.295,726.309 C -234.348,728.029 -235.533,729.213 -237.004,729.213 C -238.83,729.213 -240.128,728.117 -240.522,726.309 L -234.295,726.309 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -227.117,721.83 C -227.117,721.83 -225.29,719.719 -222.834,719.719 C -221.736,719.719 -220.891,720.172 -220.891,721.125 C -220.891,723.156 -228.462,723.131 -228.462,727.769 C -228.462,730.638 -225.869,731.966 -222.886,731.966 C -220.944,731.966 -217.844,731.315 -217.844,728.981 L -217.844,727.485 L -220.997,727.485 L -220.997,728.191 C -220.997,728.866 -222.011,729.204 -222.796,729.204 C -224.06,729.204 -224.935,728.75 -224.935,727.913 C -224.935,725.658 -217.299,726.114 -217.299,721.321 C -217.299,718.613 -219.697,716.931 -222.822,716.931 C -226.77,716.931 -228.793,719.496 -228.793,719.496 L -227.117,721.83 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -213.996,727.967 C -213.996,728.385 -214.218,728.588 -214.62,728.588 L -215.743,728.588 L -215.743,731.627 L -212.562,731.627 C -211.236,731.627 -210.764,731.039 -210.764,730.246 C -210.764,729.907 -210.764,729.686 -210.764,729.686 L -210.709,729.686 C -210.709,729.686 -209.497,731.966 -206.149,731.966 C -202.265,731.966 -199.754,728.893 -199.754,724.45 C -199.754,719.887 -202.568,716.931 -206.344,716.931 C -209.186,716.931 -210.459,718.82 -210.459,718.82 L -210.513,718.82 C -210.513,718.82 -210.459,718.31 -210.459,717.581 L -210.459,711.641 L -214.005,711.641 L -214.005,727.967 Z M -206.978,719.942 C -205.008,719.942 -203.343,721.543 -203.343,724.394 C -203.343,727.129 -204.804,728.9 -206.922,728.9 C -208.784,728.9 -210.531,727.547 -210.531,724.366 C -210.531,722.142 -209.346,719.942 -206.978,719.942 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -189.492,726.276 L -189.038,726.276 L -189.038,726.388 C -189.038,728.447 -189.857,729.204 -191.684,729.204 C -192.334,729.204 -193.599,729.036 -193.599,728.243 L -193.599,727.485 L -196.921,727.485 L -196.921,729.008 C -196.921,731.68 -193.144,731.966 -191.656,731.966 C -186.863,731.966 -185.457,729.463 -185.457,726.248 L -185.457,720.895 C -185.457,720.502 -185.235,720.27 -184.833,720.27 L -183.711,720.27 L -183.711,717.26 L -186.917,717.26 C -188.244,717.26 -188.743,717.991 -188.743,718.836 C -188.743,719.202 -188.717,719.459 -188.717,719.459 L -188.771,719.459 C -188.771,719.459 -189.865,716.931 -193.109,716.931 C -195.672,716.931 -198.008,718.532 -198.008,721.411 C -198.025,725.909 -191.825,726.276 -189.492,726.276 Z M -192.253,719.719 C -190.337,719.719 -188.982,721.748 -188.982,723.495 L -188.982,723.832 L -189.609,723.832 C -191.469,723.832 -194.426,723.585 -194.426,721.58 C -194.417,720.618 -193.713,719.719 -192.253,719.719 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -180.843,727.967 C -180.843,728.385 -181.065,728.588 -181.466,728.588 L -182.59,728.588 L -182.59,731.627 L -179.32,731.627 C -178.056,731.627 -177.406,731.093 -177.406,729.882 L -177.406,729.036 C -177.406,728.499 -177.459,728.134 -177.459,728.134 L -177.406,728.134 C -176.755,730.192 -175.036,731.822 -172.845,731.822 C -172.533,731.822 -172.192,731.769 -172.192,731.769 L -172.192,728.252 C -172.192,728.252 -172.56,728.304 -173.067,728.304 C -174.591,728.304 -176.336,727.432 -176.977,725.295 C -177.173,724.59 -177.289,723.797 -177.289,722.96 L -177.289,717.269 L -180.835,717.269 L -180.835,727.967 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -169.191,728.787 L -171.054,728.787 L -171.054,731.627 L -169.112,731.627 L -169.112,735.536 L -165.621,735.536 L -165.621,731.627 L -162.351,731.627 L -162.351,728.787 L -165.621,728.787 L -165.621,722.987 C -165.621,720.618 -163.759,720.279 -162.78,720.279 C -162.388,720.279 -162.129,720.332 -162.129,720.332 L -162.129,717.208 C -162.129,717.208 -162.584,717.127 -163.225,717.127 C -165.221,717.127 -169.191,717.714 -169.191,722.534 L -169.191,728.787 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/svg%3E");
}
.sigi-gas-immer-gespart--hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='248.771pt' height='124.449pt' viewBox='-407.162 -803.596 248.771 124.449'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-407.161' y='679.148' width='248.77' height='124.449' stroke='none' stroke-width='0.627' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Cpath d='M -378.451,719.521 L -378.451,723.685 C -378.457,724.454 -379.073,725.063 -379.826,725.063 C -380.592,725.057 -381.202,724.44 -381.202,723.682 C -381.202,721.68 -382.819,720.065 -384.82,720.065 C -386.814,720.065 -388.445,721.675 -388.445,723.682 L -388.445,728.383 L -391.481,728.383 C -392.335,728.383 -392.877,729.303 -392.463,730.05 L -390.075,734.359 L -390.913,734.979 C -392.781,736.358 -395.354,738.266 -397.628,740.595 C -400.679,743.718 -403.426,747.81 -403.426,752.818 C -403.426,761.712 -396.216,768.922 -387.322,768.922 C -378.427,768.922 -371.219,761.712 -371.219,752.818 C -371.219,747.81 -373.965,743.719 -377.016,740.596 C -379.291,738.266 -381.863,736.358 -383.731,734.979 L -384.568,734.36 L -382.173,730.051 C -381.758,729.304 -382.3,728.383 -383.154,728.383 L -386.2,728.383 L -386.2,723.682 C -386.2,722.926 -385.585,722.31 -384.82,722.31 C -384.058,722.31 -383.447,722.921 -383.447,723.682 C -383.447,725.683 -381.831,727.292 -379.835,727.308 C -377.826,727.308 -376.22,725.691 -376.206,723.694 L -376.206,719.521 C -376.206,718.901 -376.709,718.398 -377.328,718.398 C -377.948,718.398 -378.451,718.901 -378.451,719.521 Z M -385.062,730.628 L -387.002,734.118 C -387.269,734.6 -387.148,735.205 -386.715,735.545 C -382.685,738.719 -373.464,744.427 -373.464,752.818 C -373.464,760.473 -379.668,766.677 -387.322,766.677 C -394.977,766.677 -401.181,760.473 -401.181,752.818 C -401.181,748.669 -398.904,745.114 -396.022,742.164 C -393.124,739.197 -389.846,737.055 -387.928,735.545 C -387.496,735.205 -387.374,734.601 -387.641,734.119 L -389.576,730.628 L -385.062,730.628 Z M -398.428,752.818 C -398.428,758.949 -393.456,763.934 -387.313,763.934 C -386.694,763.934 -386.191,763.431 -386.191,762.812 C -386.191,762.192 -386.694,761.689 -387.313,761.689 C -392.215,761.689 -396.183,757.712 -396.183,752.818 C -396.183,752.198 -396.686,751.695 -397.305,751.695 C -397.925,751.695 -398.428,752.198 -398.428,752.818 Z' fill='%23ff9027' stroke='none' stroke-width='0.5' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M -356.314,755.623 C -356.314,755.623 -354.49,753.512 -352.03,753.512 C -350.935,753.512 -350.088,753.966 -350.088,754.921 C -350.088,756.951 -357.66,756.914 -357.66,761.564 C -357.66,764.431 -355.068,765.759 -352.083,765.759 C -350.142,765.759 -347.044,765.11 -347.044,762.776 L -347.044,761.28 L -350.195,761.28 L -350.195,761.983 C -350.195,762.66 -351.211,762.999 -351.995,762.999 C -353.26,762.999 -354.133,762.544 -354.133,761.708 C -354.133,759.454 -346.5,759.907 -346.5,755.115 C -346.5,752.408 -348.896,750.725 -352.023,750.725 C -355.967,750.725 -357.991,753.289 -357.991,753.289 L -356.314,755.623 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -343.079,761.76 C -343.079,762.181 -343.302,762.383 -343.703,762.383 L -344.825,762.383 L -344.825,765.422 L -341.413,765.422 C -340.086,765.422 -339.524,764.832 -339.524,763.506 L -339.524,754.687 C -339.524,754.295 -339.301,754.066 -338.901,754.066 L -337.78,754.066 L -337.78,751.053 L -341.191,751.053 C -342.519,751.053 -343.079,751.616 -343.079,752.969 L -343.079,761.76 Z M -342.911,771.051 L -339.811,771.051 L -339.811,767.755 L -342.911,767.755 L -342.911,771.051 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -329.844,765.759 C -326.522,765.759 -325.427,763.728 -325.427,763.728 L -325.373,763.728 C -325.373,763.728 -325.373,763.898 -325.373,764.094 C -325.373,764.744 -324.916,765.422 -323.796,765.422 L -320.472,765.422 L -320.472,762.383 L -321.569,762.383 C -321.935,762.383 -322.192,762.187 -322.192,761.824 L -322.192,751.935 C -322.192,747.009 -326.023,745.149 -329.765,745.149 C -331.563,745.149 -333.477,745.656 -334.857,746.386 L -333.763,749.201 C -333.763,749.201 -331.989,748.248 -329.789,748.248 C -327.626,748.248 -325.737,749.175 -325.737,751.766 L -325.737,752.442 C -325.737,752.781 -325.711,753.201 -325.711,753.201 L -325.763,753.201 C -326.608,751.99 -327.849,751.339 -329.765,751.339 C -333.878,751.339 -336.211,754.663 -336.211,758.606 C -336.211,762.553 -333.985,765.759 -329.844,765.759 Z M -325.648,758.579 C -325.648,761.85 -327.278,762.721 -329.23,762.721 C -331.393,762.721 -332.579,761.146 -332.579,758.722 C -332.579,756.221 -331.314,754.357 -328.998,754.357 C -327.278,754.348 -325.648,755.338 -325.648,758.579 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -317.427,761.76 C -317.427,762.181 -317.647,762.383 -318.05,762.383 L -319.174,762.383 L -319.174,765.422 L -315.76,765.422 C -314.435,765.422 -313.872,764.832 -313.872,763.506 L -313.872,754.687 C -313.872,754.295 -313.649,754.066 -313.249,754.066 L -312.128,754.066 L -312.128,751.053 L -315.539,751.053 C -316.866,751.053 -317.427,751.616 -317.427,752.969 L -317.427,761.76 Z M -317.258,771.051 L -314.157,771.051 L -314.157,767.755 L -317.258,767.755 L -317.258,771.051 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -292.949,771.388 C -288.05,771.388 -285.655,768.849 -285.655,768.849 L -287.739,766.204 C -287.739,766.204 -289.822,767.977 -292.86,767.977 C -296.325,767.977 -299.282,765.242 -299.282,761.191 C -299.282,756.826 -296.298,754.155 -292.717,754.155 C -289.538,754.155 -287.649,756.238 -287.649,756.238 L -287.649,757.734 C -287.649,758.152 -287.872,758.358 -288.272,758.358 L -289.484,758.358 L -289.484,761.485 L -286.244,761.485 C -284.888,761.485 -284.328,760.923 -284.328,759.595 L -284.328,751.064 L -287.479,751.064 L -287.479,752.025 C -287.479,752.442 -287.454,752.871 -287.454,752.871 L -287.507,752.871 C -287.507,752.871 -289.644,750.732 -293.396,750.732 C -298.633,750.732 -303.113,754.73 -303.113,761.18 C -303.121,766.909 -298.756,771.388 -292.949,771.388 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -273.381,760.067 L -272.925,760.067 L -272.925,760.183 C -272.925,762.241 -273.745,762.999 -275.57,762.999 C -276.222,762.999 -277.486,762.829 -277.486,762.036 L -277.486,761.28 L -280.81,761.28 L -280.81,762.802 C -280.81,765.474 -277.032,765.759 -275.544,765.759 C -270.754,765.759 -269.344,763.256 -269.344,760.041 L -269.344,754.687 C -269.344,754.295 -269.124,754.066 -268.721,754.066 L -267.599,754.066 L -267.599,751.053 L -270.807,751.053 C -272.133,751.053 -272.631,751.783 -272.631,752.63 C -272.631,752.996 -272.606,753.255 -272.606,753.255 L -272.675,753.255 C -272.675,753.255 -273.772,750.716 -277.015,750.716 C -279.58,750.716 -281.914,752.32 -281.914,755.196 C -281.914,759.702 -275.722,760.067 -273.381,760.067 Z M -276.142,753.512 C -274.227,753.512 -272.873,755.544 -272.873,757.288 L -272.873,757.627 L -273.497,757.627 C -275.358,757.627 -278.315,757.38 -278.315,755.375 C -278.304,754.411 -277.602,753.512 -276.142,753.512 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -264.677,755.623 C -264.677,755.623 -262.851,753.512 -260.392,753.512 C -259.297,753.512 -258.45,753.966 -258.45,754.921 C -258.45,756.951 -266.022,756.914 -266.022,761.564 C -266.022,764.431 -263.43,765.759 -260.447,765.759 C -258.505,765.759 -255.406,765.11 -255.406,762.776 L -255.406,761.28 L -258.558,761.28 L -258.558,761.983 C -258.558,762.66 -259.573,762.999 -260.359,762.999 C -261.622,762.999 -262.494,762.544 -262.494,761.708 C -262.494,759.454 -254.862,759.907 -254.862,755.115 C -254.862,752.408 -257.258,750.725 -260.385,750.725 C -264.331,750.725 -266.352,753.289 -266.352,753.289 L -264.677,755.623 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -356.253,727.967 C -356.253,728.385 -356.476,728.588 -356.877,728.588 L -357.998,728.588 L -357.998,731.627 L -354.589,731.627 C -353.26,731.627 -352.7,731.039 -352.7,729.712 L -352.7,720.895 C -352.7,720.502 -352.478,720.27 -352.077,720.27 L -350.953,720.27 L -350.953,717.26 L -354.366,717.26 C -355.691,717.26 -356.253,717.82 -356.253,719.176 L -356.253,727.967 Z M -356.085,737.256 L -352.984,737.256 L -352.984,733.961 L -356.085,733.961 L -356.085,737.256 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -347.952,727.967 C -347.952,728.385 -348.174,728.588 -348.574,728.588 L -349.698,728.588 L -349.698,731.627 L -346.401,731.627 C -345.138,731.627 -344.513,731.039 -344.513,730.024 L -344.513,729.606 C -344.513,729.294 -344.542,728.981 -344.542,728.981 L -344.487,728.981 C -343.81,730.391 -342.091,731.966 -339.836,731.966 C -337.673,731.966 -336.256,730.949 -335.641,729.008 L -335.587,729.008 C -334.831,730.559 -332.968,731.966 -330.689,731.966 C -327.705,731.966 -325.986,730.274 -325.986,726.504 L -325.986,720.903 C -325.986,720.512 -325.763,720.279 -325.362,720.279 L -324.267,720.279 L -324.267,717.269 L -327.643,717.269 C -328.998,717.269 -329.558,717.829 -329.558,719.184 L -329.558,725.829 C -329.558,727.457 -329.87,728.697 -331.526,728.697 C -333.298,728.697 -334.565,727.2 -334.964,725.401 C -335.134,724.84 -335.186,724.244 -335.186,723.574 L -335.186,717.269 L -338.768,717.269 L -338.768,725.829 C -338.768,727.378 -338.991,728.697 -340.711,728.697 C -342.51,728.697 -343.722,727.2 -344.175,725.374 C -344.317,724.813 -344.397,724.217 -344.397,723.574 L -344.397,717.269 L -347.943,717.269 L -347.943,727.967 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -321.389,727.967 C -321.389,728.385 -321.612,728.588 -322.014,728.588 L -323.136,728.588 L -323.136,731.627 L -319.84,731.627 C -318.574,731.627 -317.952,731.039 -317.952,730.024 L -317.952,729.606 C -317.952,729.294 -317.978,728.981 -317.978,728.981 L -317.925,728.981 C -317.248,730.391 -315.53,731.966 -313.275,731.966 C -311.112,731.966 -309.695,730.949 -309.081,729.008 L -309.026,729.008 C -308.27,730.559 -306.407,731.966 -304.128,731.966 C -301.145,731.966 -299.425,730.274 -299.425,726.504 L -299.425,720.903 C -299.425,720.512 -299.202,720.279 -298.802,720.279 L -297.706,720.279 L -297.706,717.269 L -301.082,717.269 C -302.437,717.269 -302.997,717.829 -302.997,719.184 L -302.997,725.829 C -302.997,727.457 -303.31,728.697 -304.966,728.697 C -306.738,728.697 -308.011,727.2 -308.403,725.401 C -308.573,724.84 -308.626,724.244 -308.626,723.574 L -308.626,717.269 L -312.207,717.269 L -312.207,725.829 C -312.207,727.378 -312.43,728.697 -314.15,728.697 C -315.95,728.697 -317.158,727.2 -317.614,725.374 C -317.756,724.813 -317.837,724.217 -317.837,723.574 L -317.837,717.269 L -321.383,717.269 L -321.383,727.967 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -288.985,731.966 C -284.872,731.966 -282.615,728.955 -282.615,725.152 C -282.615,724.732 -282.698,723.824 -282.698,723.824 L -292.61,723.824 C -292.327,721.295 -290.474,719.967 -288.299,719.967 C -285.993,719.967 -284.274,721.57 -284.274,721.57 L -282.778,719.096 C -282.778,719.096 -284.977,716.931 -288.55,716.931 C -293.305,716.931 -296.263,720.368 -296.263,724.45 C -296.271,728.866 -293.289,731.966 -288.985,731.966 Z M -286.277,726.309 C -286.33,728.029 -287.516,729.213 -288.985,729.213 C -290.812,729.213 -292.112,728.117 -292.503,726.309 L -286.277,726.309 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -279.152,727.967 C -279.152,728.385 -279.375,728.588 -279.775,728.588 L -280.898,728.588 L -280.898,731.627 L -277.63,731.627 C -276.362,731.627 -275.714,731.093 -275.714,729.882 L -275.714,729.036 C -275.714,728.499 -275.766,728.134 -275.766,728.134 L -275.714,728.134 C -275.064,730.192 -273.344,731.822 -271.154,731.822 C -270.843,731.822 -270.504,731.769 -270.504,731.769 L -270.504,728.252 C -270.504,728.252 -270.869,728.304 -271.376,728.304 C -272.899,728.304 -274.645,727.432 -275.297,725.295 C -275.491,724.59 -275.607,723.797 -275.607,722.96 L -275.607,717.269 L -279.152,717.269 L -279.152,727.967 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -255.165,731.966 C -251.843,731.966 -250.747,729.935 -250.747,729.935 L -250.692,729.935 C -250.692,729.935 -250.692,730.103 -250.692,730.299 C -250.692,730.949 -250.239,731.627 -249.116,731.627 L -245.795,731.627 L -245.795,728.588 L -246.889,728.588 C -247.255,728.588 -247.513,728.392 -247.513,728.029 L -247.513,718.14 C -247.513,713.216 -251.344,711.355 -255.085,711.355 C -256.884,711.355 -258.799,711.861 -260.181,712.592 L -259.084,715.406 C -259.084,715.406 -257.312,714.446 -255.113,714.446 C -252.947,714.446 -251.059,715.372 -251.059,717.962 L -251.059,718.64 C -251.059,718.98 -251.031,719.397 -251.031,719.397 L -251.085,719.397 C -251.932,718.186 -253.169,717.536 -255.085,717.536 C -259.2,717.536 -261.535,720.858 -261.535,724.804 C -261.525,728.761 -259.297,731.966 -255.165,731.966 Z M -250.961,724.787 C -250.961,728.054 -252.592,728.928 -254.542,728.928 C -256.707,728.928 -257.89,727.352 -257.89,724.929 C -257.89,722.426 -256.625,720.563 -254.311,720.563 C -252.6,720.563 -250.961,721.543 -250.961,724.787 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -236.994,731.966 C -232.88,731.966 -230.626,728.955 -230.626,725.152 C -230.626,724.732 -230.706,723.824 -230.706,723.824 L -240.618,723.824 C -240.335,721.295 -238.482,719.967 -236.307,719.967 C -234.002,719.967 -232.281,721.57 -232.281,721.57 L -230.787,719.096 C -230.787,719.096 -232.987,716.931 -236.557,716.931 C -241.314,716.931 -244.272,720.368 -244.272,724.45 C -244.288,728.866 -241.306,731.966 -236.994,731.966 Z M -234.295,726.309 C -234.348,728.029 -235.533,729.213 -237.004,729.213 C -238.83,729.213 -240.128,728.117 -240.522,726.309 L -234.295,726.309 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -227.117,721.83 C -227.117,721.83 -225.29,719.719 -222.834,719.719 C -221.736,719.719 -220.891,720.172 -220.891,721.125 C -220.891,723.156 -228.462,723.131 -228.462,727.769 C -228.462,730.638 -225.869,731.966 -222.886,731.966 C -220.944,731.966 -217.844,731.315 -217.844,728.981 L -217.844,727.485 L -220.997,727.485 L -220.997,728.191 C -220.997,728.866 -222.011,729.204 -222.796,729.204 C -224.06,729.204 -224.935,728.75 -224.935,727.913 C -224.935,725.658 -217.299,726.114 -217.299,721.321 C -217.299,718.613 -219.697,716.931 -222.822,716.931 C -226.77,716.931 -228.793,719.496 -228.793,719.496 L -227.117,721.83 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -213.996,727.967 C -213.996,728.385 -214.218,728.588 -214.62,728.588 L -215.743,728.588 L -215.743,731.627 L -212.562,731.627 C -211.236,731.627 -210.764,731.039 -210.764,730.246 C -210.764,729.907 -210.764,729.686 -210.764,729.686 L -210.709,729.686 C -210.709,729.686 -209.497,731.966 -206.149,731.966 C -202.265,731.966 -199.754,728.893 -199.754,724.45 C -199.754,719.887 -202.568,716.931 -206.344,716.931 C -209.186,716.931 -210.459,718.82 -210.459,718.82 L -210.513,718.82 C -210.513,718.82 -210.459,718.31 -210.459,717.581 L -210.459,711.641 L -214.005,711.641 L -214.005,727.967 Z M -206.978,719.942 C -205.008,719.942 -203.343,721.543 -203.343,724.394 C -203.343,727.129 -204.804,728.9 -206.922,728.9 C -208.784,728.9 -210.531,727.547 -210.531,724.366 C -210.531,722.142 -209.346,719.942 -206.978,719.942 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -189.492,726.276 L -189.038,726.276 L -189.038,726.388 C -189.038,728.447 -189.857,729.204 -191.684,729.204 C -192.334,729.204 -193.599,729.036 -193.599,728.243 L -193.599,727.485 L -196.921,727.485 L -196.921,729.008 C -196.921,731.68 -193.144,731.966 -191.656,731.966 C -186.863,731.966 -185.457,729.463 -185.457,726.248 L -185.457,720.895 C -185.457,720.502 -185.235,720.27 -184.833,720.27 L -183.711,720.27 L -183.711,717.26 L -186.917,717.26 C -188.244,717.26 -188.743,717.991 -188.743,718.836 C -188.743,719.202 -188.717,719.459 -188.717,719.459 L -188.771,719.459 C -188.771,719.459 -189.865,716.931 -193.109,716.931 C -195.672,716.931 -198.008,718.532 -198.008,721.411 C -198.025,725.909 -191.825,726.276 -189.492,726.276 Z M -192.253,719.719 C -190.337,719.719 -188.982,721.748 -188.982,723.495 L -188.982,723.832 L -189.609,723.832 C -191.469,723.832 -194.426,723.585 -194.426,721.58 C -194.417,720.618 -193.713,719.719 -192.253,719.719 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -180.843,727.967 C -180.843,728.385 -181.065,728.588 -181.466,728.588 L -182.59,728.588 L -182.59,731.627 L -179.32,731.627 C -178.056,731.627 -177.406,731.093 -177.406,729.882 L -177.406,729.036 C -177.406,728.499 -177.459,728.134 -177.459,728.134 L -177.406,728.134 C -176.755,730.192 -175.036,731.822 -172.845,731.822 C -172.533,731.822 -172.192,731.769 -172.192,731.769 L -172.192,728.252 C -172.192,728.252 -172.56,728.304 -173.067,728.304 C -174.591,728.304 -176.336,727.432 -176.977,725.295 C -177.173,724.59 -177.289,723.797 -177.289,722.96 L -177.289,717.269 L -180.835,717.269 L -180.835,727.967 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -169.191,728.787 L -171.054,728.787 L -171.054,731.627 L -169.112,731.627 L -169.112,735.536 L -165.621,735.536 L -165.621,731.627 L -162.351,731.627 L -162.351,728.787 L -165.621,728.787 L -165.621,722.987 C -165.621,720.618 -163.759,720.279 -162.78,720.279 C -162.388,720.279 -162.129,720.332 -162.129,720.332 L -162.129,717.208 C -162.129,717.208 -162.584,717.127 -163.225,717.127 C -165.221,717.127 -169.191,717.714 -169.191,722.534 L -169.191,728.787 Z' fill-rule='nonzero' stroke='none' fill='%23ff9027' stroke-width='0.891' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/svg%3E");
}

.eag-gewerbestrom-plus--not-hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='-385.985 -650.8 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='-311.978' cy='585.645' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='-355.1' cy='585.643' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.478806 0.999542 -9.35481 -0.288071 0.005 -0.004)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.077' gradientTransform='matrix(-0.17627 0.960602 -3.46559 -0.276535 -0.002 -0.006)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(-314.57 611.829)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='-323.4' cy='622.058' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(-342.691 585.055) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(-350.199 557.852) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(-323.759 588.576) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cpath d='M -338.922,547.051 L -289.228,552.178 L -289.404,552.777 L -339.009,547.929 L -338.922,547.051 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M -342.445,610.221 L -285.334,613.053 L -285.843,552.804 L -342.298,546.95 L -342.445,610.221 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M -342.445,610.221 L -362.35,616.874 L -362.356,616.989 L -362.417,617.009 L -362.417,616.896 L -362.063,560.513 L -342.298,546.95 L -342.445,610.221 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(-312.012 561.963) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(-352.286 565.367) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M -289.149,613.323 L -289.147,612.864 L -339.244,610.379 L -339.244,610.674 L -339.439,610.807 L -289.149,613.323 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M -310.649,619.433 L -285.333,613.35 L -288.772,613.212 L -289.133,613.319 L -339.385,610.771 L -339.244,610.674 L -342.444,610.534 L -362.397,617.105 L -310.649,619.433 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M -362.356,616.989 L -342.445,610.411 L -342.445,610.221 L -362.356,616.876 L -362.356,616.989 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -285.502,613.045 L -285.502,613.22 L -288.772,613.076 L -289.149,613.181 L -289.148,612.863 L -285.502,613.045 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -288.771,613.076 L -288.772,613.076 L -288.772,613.212 L -285.333,613.35 L -285.334,613.227 L -288.771,613.076 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -288.772,613.076 L -289.149,613.181 L -289.149,613.323 L -288.772,613.212 L -288.772,613.076 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -342.445,610.411 L -362.401,617.004 L -362.4,617.105 L -342.444,610.534 L -342.445,610.411 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -342.431,547.042 L -342.565,610.26 L -342.451,610.22 L -342.301,610.228 L -342.167,546.964 L -342.298,546.95 L -342.431,547.042 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M -339.244,610.38 L -339.244,610.555 L -342.445,610.411 L -342.445,610.221 L -339.244,610.38 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -342.445,610.411 L -342.445,610.411 L -342.444,610.534 L -339.244,610.679 L -339.244,610.555 L -342.445,610.411 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -342.299,546.674 L -342.299,546.674 L -342.298,546.797 L -338.913,547.148 L -338.922,547.031 L -342.299,546.674 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -338.947,547.146 L -338.945,547.298 L -342.298,546.95 L -342.298,546.798 L -338.947,547.146 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -342.299,546.674 L -362.011,560.185 L -362.012,560.308 L -342.298,546.797 L -342.299,546.674 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -342.298,546.797 L -361.975,560.301 L -361.975,560.453 L -342.298,546.95 L -342.298,546.797 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -289.228,552.178 L -289.228,552.178 L -289.227,552.301 L -285.963,552.639 L -285.963,552.523 L -289.228,552.178 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -286.135,552.621 L -286.134,552.773 L -289.487,552.426 L -289.228,552.301 L -286.135,552.621 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -289.228,552.301 L -289.488,552.426 L -289.486,552.309 L -289.228,552.178 L -289.228,552.301 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -353.745,569.25 C -354.466,570.982 -354.945,573.654 -354.815,576.669 C -354.782,577.336 -354.714,577.896 -354.625,578.372 C -355.52,582.434 -355.426,586.731 -354.051,589.468 C -354.274,590.362 -354.273,591.309 -354.088,591.74 L -353.811,592.39 C -353.669,592.722 -353.36,592.575 -353.176,591.992 L -349.302,579.21 C -349.141,578.675 -349.127,577.724 -349.271,577.354 L -349.527,576.581 C -349.668,576.191 -349.981,576.322 -350.208,576.906 C -351.154,573.802 -352.319,572.992 -353.833,575.821 C -353.834,575.809 -353.835,575.798 -353.836,575.787 C -353.895,573.889 -353.61,572.41 -353.2,571.381 C -352.743,570.225 -351.982,569.568 -351.191,569.496 C -349.937,569.265 -347.124,572.184 -346.958,580.516 C -346.885,584.91 -347.101,588.658 -348.414,593.216 C -350.097,598.698 -352.535,600.503 -354.392,597.841 C -356.487,594.611 -357.109,587.931 -356.175,580.461 C -356.043,579.373 -356.247,578.769 -356.497,578.695 C -356.758,578.617 -357.002,579.118 -357.119,579.965 C -358.198,588.579 -357.576,596.249 -355.068,600.419 C -352.575,603.961 -349.392,601.109 -347.618,594.551 C -346.114,588.987 -345.649,583.363 -346.06,577.962 C -346.785,569.425 -348.959,566.828 -350.87,566.5 C -351.865,566.329 -352.95,567.425 -353.745,569.25 Z M -349.767,582.251 L -350.347,584.17 L -349.209,587.183 C -349.101,587.469 -348.892,587.437 -348.697,586.898 C -348.52,586.411 -348.563,585.652 -348.658,585.391 L -349.767,582.251 Z M -351.634,588.385 L -352.214,590.306 L -351.076,593.318 C -350.968,593.605 -350.759,593.571 -350.565,593.034 C -350.387,592.545 -350.431,591.787 -350.525,591.526 L -351.634,588.385 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M -318.866,564.565 C -320.858,565.898 -322.13,568.341 -321.657,571.512 C -321.542,572.217 -321.33,572.834 -321.059,573.376 C -323.468,576.99 -323.054,581.455 -319.057,585.106 C -319.657,585.887 -319.622,586.858 -319.085,587.413 L -318.274,588.251 C -317.861,588.678 -316.987,588.719 -316.483,588.233 L -305.905,577.511 C -305.462,577.062 -305.454,576.095 -305.877,575.628 L -306.631,574.677 C -307.044,574.19 -307.927,574.133 -308.557,574.592 C -311.35,570.827 -314.69,569.278 -318.894,571.248 C -318.898,571.236 -318.902,571.224 -318.906,571.211 C -319.137,569.23 -318.376,567.888 -317.249,567.083 C -315.985,566.18 -313.845,565.975 -311.6,566.388 C -308.041,566.924 -299.95,571.647 -299.196,580.292 C -298.838,584.844 -299.33,588.554 -302.905,592.418 C -307.506,597.003 -314.373,597.354 -319.742,593.483 C -325.802,588.882 -327.799,581.649 -325.396,574.565 C -325.057,573.53 -325.658,572.786 -326.368,572.556 C -327.113,572.316 -327.794,572.677 -328.097,573.474 C -330.869,581.644 -328.846,589.89 -321.574,595.71 C -314.369,600.876 -305.419,599.911 -300.599,594.277 C -296.511,589.497 -295.379,584.018 -296.729,578.228 C -299.079,569.028 -305.346,565.026 -310.786,563.515 C -313.625,562.726 -316.67,563.183 -318.866,564.565 Z M -307.122,580.342 L -308.707,581.954 L -305.369,585.744 C -305.053,586.104 -304.461,586.199 -303.924,585.767 C -303.436,585.375 -303.588,584.571 -303.863,584.246 L -307.122,580.342 Z M -312.222,585.484 L -313.807,587.096 L -310.47,590.885 C -310.153,591.245 -309.561,591.34 -309.024,590.908 C -308.536,590.516 -308.688,589.712 -308.963,589.387 L -312.222,585.484 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M -325.167,613.382 C -327.647,613.458 -329.757,613.679 -330.319,614.04 C -330.433,614.12 -330.419,614.194 -330.32,614.262 C -333.982,614.572 -335.031,615.069 -332.141,615.601 C -333.013,615.666 -333.298,615.772 -332.931,615.85 L -332.379,615.969 C -332.095,616.029 -331.212,616.063 -330.535,616.028 L -316.161,615.229 C -315.56,615.196 -315.233,615.092 -315.511,615.026 L -315.97,614.896 C -316.232,614.83 -317.118,614.793 -317.914,614.822 C -319.533,614.318 -322.444,614.036 -327.401,614.106 C -327.401,614.104 -327.401,614.102 -327.4,614.1 C -326.984,613.878 -325.762,613.759 -324.341,613.71 C -322.747,613.656 -320.49,613.707 -318.325,613.829 C -314.855,614.008 -308.125,614.798 -310.207,615.76 C -311.343,616.266 -313.071,616.65 -318.009,616.946 C -324.235,617.287 -331.385,617.089 -335.608,616.486 C -340.298,615.779 -339.956,614.927 -335.156,614.242 C -334.466,614.142 -334.836,614.041 -335.489,613.991 C -336.174,613.94 -336.989,613.956 -337.562,614.032 C -343.098,614.822 -343.748,615.784 -338.22,616.665 C -332.543,617.471 -323.057,617.673 -316.26,617.226 C -310.494,616.849 -307.526,616.294 -306.998,615.621 C -306.37,614.544 -311.468,613.894 -316.542,613.545 C -319.19,613.363 -322.461,613.308 -325.167,613.382 Z M -318.342,615.493 L -320.498,615.614 L -318.33,616.139 C -318.124,616.189 -317.549,616.22 -316.856,616.191 C -316.228,616.165 -316.117,616.073 -316.292,616.028 L -318.342,615.493 Z M -325.263,615.875 L -327.42,615.996 L -325.252,616.522 C -325.046,616.571 -324.471,616.602 -323.778,616.573 C -323.149,616.547 -323.04,616.456 -323.214,616.411 L -325.263,615.875 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M -362.138,572.419 C -379.578,570.089 -390.914,566.069 -383.221,553.74 C -380.164,548.087 -370.863,547.719 -365.726,547.126 C -356.421,546.836 -350.096,546.694 -342.299,546.674 L -362.064,560.19 L -362.138,572.419 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_1' stroke='none'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(-299.35 630.477) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M -299.35,630.477 L -261.846,630.477 L -261.846,592.973 L -299.35,592.973 L -299.35,630.477 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M -276.008,628.874 C -266.809,626.059 -261.633,616.32 -264.447,607.121 C -267.261,597.922 -276.999,592.746 -286.198,595.557 C -295.397,598.37 -300.576,608.107 -297.764,617.308 C -294.95,626.509 -285.21,631.687 -276.008,628.874' stroke-linejoin='miter' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M -287.987,603.633 L -287.987,611.795 C -287.987,611.857 -287.982,611.919 -287.971,611.981 C -287.881,612.475 -287.426,612.733 -286.956,612.553 C -286.896,612.53 -286.839,612.502 -286.785,612.469 L -282.535,609.861 L -282.535,611.795 C -282.535,611.857 -282.53,611.92 -282.519,611.983 C -282.428,612.475 -281.974,612.733 -281.504,612.553 C -281.445,612.53 -281.388,612.502 -281.334,612.469 L -278.96,611.012 L -278.791,617.661 C -278.79,617.722 -278.783,617.782 -278.77,617.84 C -278.707,618.136 -278.468,618.487 -278.043,618.484 L -274.236,618.481 C -273.819,618.481 -273.592,618.14 -273.522,617.875 C -273.503,617.807 -273.492,617.735 -273.49,617.661 L -273.267,610.865 L -270.907,609.419 C -270.502,609.17 -270.202,608.631 -270.202,608.158 L -270.202,603.633 C -270.202,603.151 -270.593,602.757 -271.077,602.757 L -287.113,602.757 C -287.598,602.757 -287.987,603.151 -287.987,603.633 Z M -282.536,603.707 L -282.536,608.747 L -287.037,611.508 L -287.037,603.707 L -282.536,603.707 Z M -277.082,603.707 L -277.082,608.747 L -281.585,611.508 L -281.585,603.707 L -277.082,603.707 Z M -271.152,603.707 L -271.152,608.158 C -271.152,608.301 -271.283,608.535 -271.404,608.608 L -276.132,611.508 L -276.132,603.707 L -271.152,603.707 Z M -277.083,609.861 L -277.082,611.795 C -277.082,611.857 -277.077,611.92 -277.066,611.983 C -276.975,612.475 -276.521,612.733 -276.051,612.553 C -275.992,612.53 -275.935,612.502 -275.881,612.469 L -274.237,611.46 L -274.436,617.531 L -277.845,617.534 L -278.025,610.438 L -277.083,609.861 Z M -290.994,616.511 C -290.994,617.596 -290.112,618.482 -289.025,618.482 L -288.261,618.482 L -288.261,618.721 C -288.261,619.809 -287.377,620.693 -286.289,620.693 C -285.201,620.693 -284.319,619.808 -284.319,618.721 L -284.319,618.482 L -283.557,618.482 C -282.469,618.482 -281.585,617.597 -281.585,616.511 C -281.585,615.421 -282.47,614.54 -283.557,614.54 L -289.025,614.54 C -290.112,614.54 -290.994,615.421 -290.994,616.511 Z M -282.535,616.511 C -282.535,617.072 -282.994,617.532 -283.557,617.532 L -285.269,617.532 L -285.269,618.721 C -285.269,619.285 -285.728,619.743 -286.289,619.743 C -286.852,619.743 -287.311,619.284 -287.311,618.721 L -287.311,617.532 L -289.025,617.532 C -289.587,617.532 -290.044,617.073 -290.044,616.511 C -290.044,615.946 -289.587,615.49 -289.025,615.49 L -283.557,615.49 C -282.993,615.49 -282.535,615.946 -282.535,616.511 Z' fill='%231a1a18' stroke-width='0.5' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-gewerbestrom-plus--hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='-385.985 -650.8 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='-311.978' cy='585.645' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%2377c026'/%3E%3Cstop offset='1' stop-color='%2348a700'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='-355.1' cy='585.643' r='39.963144833709'%3E%3Cstop offset='0' stop-color='%23438214'/%3E%3Cstop offset='1' stop-color='%23326d0e'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.079' gradientTransform='matrix(-0.478806 0.999542 -9.35481 -0.288071 0.005 -0.004)'%3E%3Cstop offset='0' stop-color='%23528f34'/%3E%3Cstop offset='1' stop-color='%235bb210'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.077' gradientTransform='matrix(-0.17627 0.960602 -3.46559 -0.276535 -0.002 -0.006)'%3E%3Cstop offset='0' stop-color='%232e6400'/%3E%3Cstop offset='1' stop-color='%23397611'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(-314.57 611.829)'%3E%3Cstop offset='0' stop-color='%2371c200'/%3E%3Cstop offset='1' stop-color='%235aa900'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='-323.4' cy='622.058' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%2358b800'/%3E%3Cstop offset='1' stop-color='%2356a11d'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(-342.691 585.055) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%234fa41b'/%3E%3Cstop offset='1' stop-color='%232c7500'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(-350.199 557.852) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(-323.759 588.576) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cpath d='M -338.922,547.051 L -289.228,552.178 L -289.404,552.777 L -339.009,547.929 L -338.922,547.051 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M -342.445,610.221 L -285.334,613.053 L -285.843,552.804 L -342.298,546.95 L -342.445,610.221 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M -342.445,610.221 L -362.35,616.874 L -362.356,616.989 L -362.417,617.009 L -362.417,616.896 L -362.063,560.513 L -342.298,546.95 L -342.445,610.221 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(-312.012 561.963) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(-352.286 565.367) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M -289.149,613.323 L -289.147,612.864 L -339.244,610.379 L -339.244,610.674 L -339.439,610.807 L -289.149,613.323 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M -310.649,619.433 L -285.333,613.35 L -288.772,613.212 L -289.133,613.319 L -339.385,610.771 L -339.244,610.674 L -342.444,610.534 L -362.397,617.105 L -310.649,619.433 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M -362.356,616.989 L -342.445,610.411 L -342.445,610.221 L -362.356,616.876 L -362.356,616.989 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -285.502,613.045 L -285.502,613.22 L -288.772,613.076 L -289.149,613.181 L -289.148,612.863 L -285.502,613.045 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -288.771,613.076 L -288.772,613.076 L -288.772,613.212 L -285.333,613.35 L -285.334,613.227 L -288.771,613.076 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -288.772,613.076 L -289.149,613.181 L -289.149,613.323 L -288.772,613.212 L -288.772,613.076 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -342.445,610.411 L -362.401,617.004 L -362.4,617.105 L -342.444,610.534 L -342.445,610.411 Z' fill='%232a7f00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -342.431,547.042 L -342.565,610.26 L -342.451,610.22 L -342.301,610.228 L -342.167,546.964 L -342.298,546.95 L -342.431,547.042 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M -339.244,610.38 L -339.244,610.555 L -342.445,610.411 L -342.445,610.221 L -339.244,610.38 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -342.445,610.411 L -342.445,610.411 L -342.444,610.534 L -339.244,610.679 L -339.244,610.555 L -342.445,610.411 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -342.299,546.674 L -342.299,546.674 L -342.298,546.797 L -338.913,547.148 L -338.922,547.031 L -342.299,546.674 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -338.947,547.146 L -338.945,547.298 L -342.298,546.95 L -342.298,546.798 L -338.947,547.146 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -342.299,546.674 L -362.011,560.185 L -362.012,560.308 L -342.298,546.797 L -342.299,546.674 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -342.298,546.797 L -361.975,560.301 L -361.975,560.453 L -342.298,546.95 L -342.298,546.797 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -289.228,552.178 L -289.228,552.178 L -289.227,552.301 L -285.963,552.639 L -285.963,552.523 L -289.228,552.178 Z' fill='%2351ac24' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -286.135,552.621 L -286.134,552.773 L -289.487,552.426 L -289.228,552.301 L -286.135,552.621 Z' fill='%23124000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -289.228,552.301 L -289.488,552.426 L -289.486,552.309 L -289.228,552.178 L -289.228,552.301 Z' fill='%23267500' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M -353.745,569.25 C -354.466,570.982 -354.945,573.654 -354.815,576.669 C -354.782,577.336 -354.714,577.896 -354.625,578.372 C -355.52,582.434 -355.426,586.731 -354.051,589.468 C -354.274,590.362 -354.273,591.309 -354.088,591.74 L -353.811,592.39 C -353.669,592.722 -353.36,592.575 -353.176,591.992 L -349.302,579.21 C -349.141,578.675 -349.127,577.724 -349.271,577.354 L -349.527,576.581 C -349.668,576.191 -349.981,576.322 -350.208,576.906 C -351.154,573.802 -352.319,572.992 -353.833,575.821 C -353.834,575.809 -353.835,575.798 -353.836,575.787 C -353.895,573.889 -353.61,572.41 -353.2,571.381 C -352.743,570.225 -351.982,569.568 -351.191,569.496 C -349.937,569.265 -347.124,572.184 -346.958,580.516 C -346.885,584.91 -347.101,588.658 -348.414,593.216 C -350.097,598.698 -352.535,600.503 -354.392,597.841 C -356.487,594.611 -357.109,587.931 -356.175,580.461 C -356.043,579.373 -356.247,578.769 -356.497,578.695 C -356.758,578.617 -357.002,579.118 -357.119,579.965 C -358.198,588.579 -357.576,596.249 -355.068,600.419 C -352.575,603.961 -349.392,601.109 -347.618,594.551 C -346.114,588.987 -345.649,583.363 -346.06,577.962 C -346.785,569.425 -348.959,566.828 -350.87,566.5 C -351.865,566.329 -352.95,567.425 -353.745,569.25 Z M -349.767,582.251 L -350.347,584.17 L -349.209,587.183 C -349.101,587.469 -348.892,587.437 -348.697,586.898 C -348.52,586.411 -348.563,585.652 -348.658,585.391 L -349.767,582.251 Z M -351.634,588.385 L -352.214,590.306 L -351.076,593.318 C -350.968,593.605 -350.759,593.571 -350.565,593.034 C -350.387,592.545 -350.431,591.787 -350.525,591.526 L -351.634,588.385 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M -318.866,564.565 C -320.858,565.898 -322.13,568.341 -321.657,571.512 C -321.542,572.217 -321.33,572.834 -321.059,573.376 C -323.468,576.99 -323.054,581.455 -319.057,585.106 C -319.657,585.887 -319.622,586.858 -319.085,587.413 L -318.274,588.251 C -317.861,588.678 -316.987,588.719 -316.483,588.233 L -305.905,577.511 C -305.462,577.062 -305.454,576.095 -305.877,575.628 L -306.631,574.677 C -307.044,574.19 -307.927,574.133 -308.557,574.592 C -311.35,570.827 -314.69,569.278 -318.894,571.248 C -318.898,571.236 -318.902,571.224 -318.906,571.211 C -319.137,569.23 -318.376,567.888 -317.249,567.083 C -315.985,566.18 -313.845,565.975 -311.6,566.388 C -308.041,566.924 -299.95,571.647 -299.196,580.292 C -298.838,584.844 -299.33,588.554 -302.905,592.418 C -307.506,597.003 -314.373,597.354 -319.742,593.483 C -325.802,588.882 -327.799,581.649 -325.396,574.565 C -325.057,573.53 -325.658,572.786 -326.368,572.556 C -327.113,572.316 -327.794,572.677 -328.097,573.474 C -330.869,581.644 -328.846,589.89 -321.574,595.71 C -314.369,600.876 -305.419,599.911 -300.599,594.277 C -296.511,589.497 -295.379,584.018 -296.729,578.228 C -299.079,569.028 -305.346,565.026 -310.786,563.515 C -313.625,562.726 -316.67,563.183 -318.866,564.565 Z M -307.122,580.342 L -308.707,581.954 L -305.369,585.744 C -305.053,586.104 -304.461,586.199 -303.924,585.767 C -303.436,585.375 -303.588,584.571 -303.863,584.246 L -307.122,580.342 Z M -312.222,585.484 L -313.807,587.096 L -310.47,590.885 C -310.153,591.245 -309.561,591.34 -309.024,590.908 C -308.536,590.516 -308.688,589.712 -308.963,589.387 L -312.222,585.484 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M -325.167,613.382 C -327.647,613.458 -329.757,613.679 -330.319,614.04 C -330.433,614.12 -330.419,614.194 -330.32,614.262 C -333.982,614.572 -335.031,615.069 -332.141,615.601 C -333.013,615.666 -333.298,615.772 -332.931,615.85 L -332.379,615.969 C -332.095,616.029 -331.212,616.063 -330.535,616.028 L -316.161,615.229 C -315.56,615.196 -315.233,615.092 -315.511,615.026 L -315.97,614.896 C -316.232,614.83 -317.118,614.793 -317.914,614.822 C -319.533,614.318 -322.444,614.036 -327.401,614.106 C -327.401,614.104 -327.401,614.102 -327.4,614.1 C -326.984,613.878 -325.762,613.759 -324.341,613.71 C -322.747,613.656 -320.49,613.707 -318.325,613.829 C -314.855,614.008 -308.125,614.798 -310.207,615.76 C -311.343,616.266 -313.071,616.65 -318.009,616.946 C -324.235,617.287 -331.385,617.089 -335.608,616.486 C -340.298,615.779 -339.956,614.927 -335.156,614.242 C -334.466,614.142 -334.836,614.041 -335.489,613.991 C -336.174,613.94 -336.989,613.956 -337.562,614.032 C -343.098,614.822 -343.748,615.784 -338.22,616.665 C -332.543,617.471 -323.057,617.673 -316.26,617.226 C -310.494,616.849 -307.526,616.294 -306.998,615.621 C -306.37,614.544 -311.468,613.894 -316.542,613.545 C -319.19,613.363 -322.461,613.308 -325.167,613.382 Z M -318.342,615.493 L -320.498,615.614 L -318.33,616.139 C -318.124,616.189 -317.549,616.22 -316.856,616.191 C -316.228,616.165 -316.117,616.073 -316.292,616.028 L -318.342,615.493 Z M -325.263,615.875 L -327.42,615.996 L -325.252,616.522 C -325.046,616.571 -324.471,616.602 -323.778,616.573 C -323.149,616.547 -323.04,616.456 -323.214,616.411 L -325.263,615.875 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M -362.138,572.419 C -379.578,570.089 -390.914,566.069 -383.221,553.74 C -380.164,548.087 -370.863,547.719 -365.726,547.126 C -356.421,546.836 -350.096,546.694 -342.299,546.674 L -362.064,560.19 L -362.138,572.419 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cg id='Group_1' stroke='none'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(-299.35 630.477) scale(37.504 -37.504)'/%3E%3C/g%3E%3Cpath d='M -299.35,630.477 L -261.846,630.477 L -261.846,592.973 L -299.35,592.973 L -299.35,630.477 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M -276.008,628.874 C -266.809,626.059 -261.633,616.32 -264.447,607.121 C -267.261,597.922 -276.999,592.746 -286.198,595.557 C -295.397,598.37 -300.576,608.107 -297.764,617.308 C -294.95,626.509 -285.21,631.687 -276.008,628.874' stroke-linejoin='miter' fill='%23fce83d' stroke-width='0.298' fill-rule='nonzero'/%3E%3Cpath d='M -287.987,603.633 L -287.987,611.795 C -287.987,611.857 -287.982,611.919 -287.971,611.981 C -287.881,612.475 -287.426,612.733 -286.956,612.553 C -286.896,612.53 -286.839,612.502 -286.785,612.469 L -282.535,609.861 L -282.535,611.795 C -282.535,611.857 -282.53,611.92 -282.519,611.983 C -282.428,612.475 -281.974,612.733 -281.504,612.553 C -281.445,612.53 -281.388,612.502 -281.334,612.469 L -278.96,611.012 L -278.791,617.661 C -278.79,617.722 -278.783,617.782 -278.77,617.84 C -278.707,618.136 -278.468,618.487 -278.043,618.484 L -274.236,618.481 C -273.819,618.481 -273.592,618.14 -273.522,617.875 C -273.503,617.807 -273.492,617.735 -273.49,617.661 L -273.267,610.865 L -270.907,609.419 C -270.502,609.17 -270.202,608.631 -270.202,608.158 L -270.202,603.633 C -270.202,603.151 -270.593,602.757 -271.077,602.757 L -287.113,602.757 C -287.598,602.757 -287.987,603.151 -287.987,603.633 Z M -282.536,603.707 L -282.536,608.747 L -287.037,611.508 L -287.037,603.707 L -282.536,603.707 Z M -277.082,603.707 L -277.082,608.747 L -281.585,611.508 L -281.585,603.707 L -277.082,603.707 Z M -271.152,603.707 L -271.152,608.158 C -271.152,608.301 -271.283,608.535 -271.404,608.608 L -276.132,611.508 L -276.132,603.707 L -271.152,603.707 Z M -277.083,609.861 L -277.082,611.795 C -277.082,611.857 -277.077,611.92 -277.066,611.983 C -276.975,612.475 -276.521,612.733 -276.051,612.553 C -275.992,612.53 -275.935,612.502 -275.881,612.469 L -274.237,611.46 L -274.436,617.531 L -277.845,617.534 L -278.025,610.438 L -277.083,609.861 Z M -290.994,616.511 C -290.994,617.596 -290.112,618.482 -289.025,618.482 L -288.261,618.482 L -288.261,618.721 C -288.261,619.809 -287.377,620.693 -286.289,620.693 C -285.201,620.693 -284.319,619.808 -284.319,618.721 L -284.319,618.482 L -283.557,618.482 C -282.469,618.482 -281.585,617.597 -281.585,616.511 C -281.585,615.421 -282.47,614.54 -283.557,614.54 L -289.025,614.54 C -290.112,614.54 -290.994,615.421 -290.994,616.511 Z M -282.535,616.511 C -282.535,617.072 -282.994,617.532 -283.557,617.532 L -285.269,617.532 L -285.269,618.721 C -285.269,619.285 -285.728,619.743 -286.289,619.743 C -286.852,619.743 -287.311,619.284 -287.311,618.721 L -287.311,617.532 L -289.025,617.532 C -289.587,617.532 -290.044,617.073 -290.044,616.511 C -290.044,615.946 -289.587,615.49 -289.025,615.49 L -283.557,615.49 C -282.993,615.49 -282.535,615.946 -282.535,616.511 Z' fill='%231a1a18' stroke-width='0.5' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-logo-sigi, .icon-logo-sigi-fix {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='224.999pt' height='102.231pt' viewBox='719.323 -133.217 224.999 102.231'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' fill-rule='nonzero' stroke='none'%3E%3Cpath d='M 827.027,76.128 C 827.027,76.128 830.283,72.061 835.326,72.061 C 837.875,72.061 840.098,73.199 840.098,75.587 C 840.098,80.521 825.132,79.981 825.132,88.819 C 825.132,94.08 829.743,96.521 835.326,96.521 C 838.634,96.521 844.325,95.383 844.325,91.208 L 844.325,88.606 L 839.605,88.606 L 839.605,89.962 C 839.605,91.587 837.164,92.293 835.482,92.293 C 832.392,92.293 830.383,91.208 830.383,89.037 C 830.383,83.834 845.349,84.971 845.349,75.805 C 845.349,70.924 841.013,67.782 835.264,67.782 C 827.942,67.782 824.312,72.606 824.312,72.606 L 827.027,76.128 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 862.06,96.521 C 870.249,96.521 876.865,90.502 876.865,82.203 C 876.865,73.853 870.249,67.777 862.06,67.777 C 853.87,67.777 847.311,73.853 847.311,82.203 C 847.306,90.497 853.87,96.521 862.06,96.521 Z M 862.06,72.332 C 867.263,72.332 871.496,76.455 871.496,82.203 C 871.496,87.895 867.263,91.966 862.06,91.966 C 856.908,91.966 852.676,87.9 852.676,82.203 C 852.676,76.455 856.908,72.332 862.06,72.332 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 891.287,96.521 C 898.121,96.521 900.073,92.236 900.073,92.236 L 900.182,92.236 C 900.182,92.236 900.182,92.672 900.182,93.104 C 900.182,94.729 901.049,95.871 903.22,95.871 L 908.319,95.871 L 908.319,91.369 L 906.149,91.369 C 905.443,91.369 904.955,90.99 904.955,90.284 L 904.955,69.569 C 904.955,60.512 898.068,57.043 891.125,57.043 C 887.817,57.043 884.457,57.967 881.742,59.322 L 883.533,63.555 C 883.533,63.555 886.893,61.711 891.016,61.711 C 895.789,61.711 899.694,63.825 899.694,69.355 L 899.694,71.199 C 899.694,72.066 899.803,72.933 899.803,72.933 L 899.694,72.933 C 898.068,70.275 895.519,68.758 891.505,68.758 C 883.912,68.758 879.249,74.886 879.249,82.805 C 879.249,90.663 883.642,96.521 891.287,96.521 Z M 899.855,82.744 C 899.855,89.9 896.329,91.962 892.102,91.962 C 887.329,91.962 884.618,88.492 884.618,82.905 C 884.618,77.213 887.599,73.308 892.538,73.308 C 896.329,73.308 899.855,75.587 899.855,82.744 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 923.115,90.175 C 923.115,90.99 922.679,91.369 921.921,91.369 L 919.698,91.369 L 919.698,95.871 L 924.85,95.871 C 927.291,95.871 928.319,94.843 928.319,92.402 L 928.319,74.128 C 928.319,73.313 928.755,72.933 929.513,72.933 L 931.736,72.933 L 931.736,68.431 L 926.584,68.431 C 924.144,68.431 923.115,69.46 923.115,71.9 L 923.115,90.175 Z M 923.224,106.715 L 927.945,106.715 L 927.945,101.236 L 923.224,101.236 L 923.224,106.715 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 935.371,74.014 L 940.741,74.014 L 940.741,68.425 L 935.371,68.425 L 935.371,74.014 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='ClipView'%3E%3Crect x='719.324' y='30.992' width='224.999' height='102.225'/%3E%3CclipPath id='ClipPath'%3E%3Cpath d='M 719.323,30.991 L 719.323,133.216 L 944.322,133.216 L 944.322,30.991 L 719.323,30.991 Z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23ClipPath)'%3E%3Cpath d='M 770.436,30.986 C 798.663,30.986 821.549,53.872 821.549,82.099 C 821.549,110.326 798.663,133.217 770.436,133.217 C 742.209,133.217 719.323,110.331 719.323,82.104 C 719.323,53.877 742.204,30.986 770.436,30.986' stroke-linejoin='miter' stroke-width='0.474' fill='%23459182'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_1' stroke-linejoin='miter' stroke-width='0.474' fill='%23ffffff'%3E%3Cpath d='M 802.104,71.9 C 802.104,69.46 803.132,68.431 805.573,68.431 L 810.724,68.431 L 810.724,72.933 L 808.502,72.933 C 807.743,72.933 807.307,73.313 807.307,74.128 L 807.307,92.398 C 807.307,94.838 806.279,95.867 803.838,95.867 L 798.687,95.867 L 798.687,91.364 L 800.909,91.364 C 801.668,91.364 802.104,90.985 802.104,90.17 L 802.104,71.9 Z M 802.213,101.236 L 806.933,101.236 L 806.933,106.715 L 802.213,106.715 L 802.213,101.236 Z M 780.251,73.308 C 775.317,73.308 772.332,77.213 772.332,82.905 C 772.332,88.492 775.043,91.962 779.815,91.962 C 784.047,91.962 787.568,89.9 787.568,82.744 C 787.568,75.587 784.047,73.308 780.251,73.308 M 766.962,82.801 C 766.962,74.881 771.626,68.753 779.218,68.753 C 783.232,68.753 785.782,70.27 787.407,72.929 L 787.516,72.929 C 787.516,72.929 787.407,72.061 787.407,71.194 L 787.407,69.351 C 787.407,63.82 783.502,61.706 778.73,61.706 C 774.607,61.706 771.246,63.55 771.246,63.55 L 769.455,59.322 C 772.166,57.967 775.531,57.043 778.839,57.043 C 785.782,57.043 792.668,60.512 792.668,69.569 L 792.668,90.284 C 792.668,90.99 793.156,91.369 793.862,91.369 L 796.033,91.369 L 796.033,95.871 L 790.933,95.871 C 788.763,95.871 787.895,94.734 787.895,93.104 L 787.895,92.236 L 787.786,92.236 C 787.786,92.236 785.834,96.521 779,96.521 C 771.355,96.516 766.962,90.663 766.962,82.801 M 756.555,71.9 C 756.555,69.46 757.583,68.431 760.024,68.431 L 765.175,68.431 L 765.175,72.933 L 762.953,72.933 C 762.195,72.933 761.759,73.313 761.759,74.128 L 761.759,92.398 C 761.759,94.838 760.73,95.867 758.289,95.867 L 753.138,95.867 L 753.138,91.364 L 755.361,91.364 C 756.119,91.364 756.555,90.985 756.555,90.17 L 756.555,71.9 Z M 756.659,101.236 L 761.375,101.236 L 761.375,106.715 L 756.659,106.715 L 756.659,101.236 Z M 730.143,72.602 C 730.143,72.602 733.778,67.777 741.095,67.777 C 746.844,67.777 751.181,70.924 751.181,75.805 C 751.181,84.971 736.214,83.829 736.214,89.037 C 736.214,91.208 738.219,92.289 741.313,92.289 C 742.996,92.289 745.437,91.582 745.437,89.957 L 745.437,88.601 L 750.152,88.601 L 750.152,91.203 C 750.152,95.379 744.46,96.516 741.152,96.516 C 735.565,96.516 730.958,94.075 730.958,88.815 C 730.958,79.976 745.925,80.516 745.925,75.583 C 745.925,73.199 743.702,72.057 741.152,72.057 C 736.11,72.057 732.854,76.123 732.854,76.123 L 730.143,72.602 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-logo-sigi--not-hightlighted, .icon-logo-sigi-fix--not-hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='224.999pt' height='102.231pt' viewBox='719.323 -133.217 224.999 102.231'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' fill-rule='nonzero' stroke='none'%3E%3Cpath d='M 827.027,76.128 C 827.027,76.128 830.283,72.061 835.326,72.061 C 837.875,72.061 840.098,73.199 840.098,75.587 C 840.098,80.521 825.132,79.981 825.132,88.819 C 825.132,94.08 829.743,96.521 835.326,96.521 C 838.634,96.521 844.325,95.383 844.325,91.208 L 844.325,88.606 L 839.605,88.606 L 839.605,89.962 C 839.605,91.587 837.164,92.293 835.482,92.293 C 832.392,92.293 830.383,91.208 830.383,89.037 C 830.383,83.834 845.349,84.971 845.349,75.805 C 845.349,70.924 841.013,67.782 835.264,67.782 C 827.942,67.782 824.312,72.606 824.312,72.606 L 827.027,76.128 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 862.06,96.521 C 870.249,96.521 876.865,90.502 876.865,82.203 C 876.865,73.853 870.249,67.777 862.06,67.777 C 853.87,67.777 847.311,73.853 847.311,82.203 C 847.306,90.497 853.87,96.521 862.06,96.521 Z M 862.06,72.332 C 867.263,72.332 871.496,76.455 871.496,82.203 C 871.496,87.895 867.263,91.966 862.06,91.966 C 856.908,91.966 852.676,87.9 852.676,82.203 C 852.676,76.455 856.908,72.332 862.06,72.332 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 891.287,96.521 C 898.121,96.521 900.073,92.236 900.073,92.236 L 900.182,92.236 C 900.182,92.236 900.182,92.672 900.182,93.104 C 900.182,94.729 901.049,95.871 903.22,95.871 L 908.319,95.871 L 908.319,91.369 L 906.149,91.369 C 905.443,91.369 904.955,90.99 904.955,90.284 L 904.955,69.569 C 904.955,60.512 898.068,57.043 891.125,57.043 C 887.817,57.043 884.457,57.967 881.742,59.322 L 883.533,63.555 C 883.533,63.555 886.893,61.711 891.016,61.711 C 895.789,61.711 899.694,63.825 899.694,69.355 L 899.694,71.199 C 899.694,72.066 899.803,72.933 899.803,72.933 L 899.694,72.933 C 898.068,70.275 895.519,68.758 891.505,68.758 C 883.912,68.758 879.249,74.886 879.249,82.805 C 879.249,90.663 883.642,96.521 891.287,96.521 Z M 899.855,82.744 C 899.855,89.9 896.329,91.962 892.102,91.962 C 887.329,91.962 884.618,88.492 884.618,82.905 C 884.618,77.213 887.599,73.308 892.538,73.308 C 896.329,73.308 899.855,75.587 899.855,82.744 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 923.115,90.175 C 923.115,90.99 922.679,91.369 921.921,91.369 L 919.698,91.369 L 919.698,95.871 L 924.85,95.871 C 927.291,95.871 928.319,94.843 928.319,92.402 L 928.319,74.128 C 928.319,73.313 928.755,72.933 929.513,72.933 L 931.736,72.933 L 931.736,68.431 L 926.584,68.431 C 924.144,68.431 923.115,69.46 923.115,71.9 L 923.115,90.175 Z M 923.224,106.715 L 927.945,106.715 L 927.945,101.236 L 923.224,101.236 L 923.224,106.715 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 935.371,74.014 L 940.741,74.014 L 940.741,68.425 L 935.371,68.425 L 935.371,74.014 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='ClipView'%3E%3Crect x='719.324' y='30.992' width='224.999' height='102.225'/%3E%3CclipPath id='ClipPath'%3E%3Cpath d='M 719.323,30.991 L 719.323,133.216 L 944.322,133.216 L 944.322,30.991 L 719.323,30.991 Z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23ClipPath)'%3E%3Cpath d='M 770.436,30.986 C 798.663,30.986 821.549,53.872 821.549,82.099 C 821.549,110.326 798.663,133.217 770.436,133.217 C 742.209,133.217 719.323,110.331 719.323,82.104 C 719.323,53.877 742.204,30.986 770.436,30.986' stroke-linejoin='miter' stroke-width='0.474' fill='%23459182'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_1' stroke-linejoin='miter' stroke-width='0.474' fill='%23ffffff'%3E%3Cpath d='M 802.104,71.9 C 802.104,69.46 803.132,68.431 805.573,68.431 L 810.724,68.431 L 810.724,72.933 L 808.502,72.933 C 807.743,72.933 807.307,73.313 807.307,74.128 L 807.307,92.398 C 807.307,94.838 806.279,95.867 803.838,95.867 L 798.687,95.867 L 798.687,91.364 L 800.909,91.364 C 801.668,91.364 802.104,90.985 802.104,90.17 L 802.104,71.9 Z M 802.213,101.236 L 806.933,101.236 L 806.933,106.715 L 802.213,106.715 L 802.213,101.236 Z M 780.251,73.308 C 775.317,73.308 772.332,77.213 772.332,82.905 C 772.332,88.492 775.043,91.962 779.815,91.962 C 784.047,91.962 787.568,89.9 787.568,82.744 C 787.568,75.587 784.047,73.308 780.251,73.308 M 766.962,82.801 C 766.962,74.881 771.626,68.753 779.218,68.753 C 783.232,68.753 785.782,70.27 787.407,72.929 L 787.516,72.929 C 787.516,72.929 787.407,72.061 787.407,71.194 L 787.407,69.351 C 787.407,63.82 783.502,61.706 778.73,61.706 C 774.607,61.706 771.246,63.55 771.246,63.55 L 769.455,59.322 C 772.166,57.967 775.531,57.043 778.839,57.043 C 785.782,57.043 792.668,60.512 792.668,69.569 L 792.668,90.284 C 792.668,90.99 793.156,91.369 793.862,91.369 L 796.033,91.369 L 796.033,95.871 L 790.933,95.871 C 788.763,95.871 787.895,94.734 787.895,93.104 L 787.895,92.236 L 787.786,92.236 C 787.786,92.236 785.834,96.521 779,96.521 C 771.355,96.516 766.962,90.663 766.962,82.801 M 756.555,71.9 C 756.555,69.46 757.583,68.431 760.024,68.431 L 765.175,68.431 L 765.175,72.933 L 762.953,72.933 C 762.195,72.933 761.759,73.313 761.759,74.128 L 761.759,92.398 C 761.759,94.838 760.73,95.867 758.289,95.867 L 753.138,95.867 L 753.138,91.364 L 755.361,91.364 C 756.119,91.364 756.555,90.985 756.555,90.17 L 756.555,71.9 Z M 756.659,101.236 L 761.375,101.236 L 761.375,106.715 L 756.659,106.715 L 756.659,101.236 Z M 730.143,72.602 C 730.143,72.602 733.778,67.777 741.095,67.777 C 746.844,67.777 751.181,70.924 751.181,75.805 C 751.181,84.971 736.214,83.829 736.214,89.037 C 736.214,91.208 738.219,92.289 741.313,92.289 C 742.996,92.289 745.437,91.582 745.437,89.957 L 745.437,88.601 L 750.152,88.601 L 750.152,91.203 C 750.152,95.379 744.46,96.516 741.152,96.516 C 735.565,96.516 730.958,94.075 730.958,88.815 C 730.958,79.976 745.925,80.516 745.925,75.583 C 745.925,73.199 743.702,72.057 741.152,72.057 C 736.11,72.057 732.854,76.123 732.854,76.123 L 730.143,72.602 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.icon-logo-sigi--hightlighted, .icon-logo-sigi-fix--hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='224.999pt' height='102.231pt' viewBox='719.323 -133.217 224.999 102.231'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' fill-rule='nonzero' stroke='none'%3E%3Cpath d='M 827.027,76.128 C 827.027,76.128 830.283,72.061 835.326,72.061 C 837.875,72.061 840.098,73.199 840.098,75.587 C 840.098,80.521 825.132,79.981 825.132,88.819 C 825.132,94.08 829.743,96.521 835.326,96.521 C 838.634,96.521 844.325,95.383 844.325,91.208 L 844.325,88.606 L 839.605,88.606 L 839.605,89.962 C 839.605,91.587 837.164,92.293 835.482,92.293 C 832.392,92.293 830.383,91.208 830.383,89.037 C 830.383,83.834 845.349,84.971 845.349,75.805 C 845.349,70.924 841.013,67.782 835.264,67.782 C 827.942,67.782 824.312,72.606 824.312,72.606 L 827.027,76.128 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 862.06,96.521 C 870.249,96.521 876.865,90.502 876.865,82.203 C 876.865,73.853 870.249,67.777 862.06,67.777 C 853.87,67.777 847.311,73.853 847.311,82.203 C 847.306,90.497 853.87,96.521 862.06,96.521 Z M 862.06,72.332 C 867.263,72.332 871.496,76.455 871.496,82.203 C 871.496,87.895 867.263,91.966 862.06,91.966 C 856.908,91.966 852.676,87.9 852.676,82.203 C 852.676,76.455 856.908,72.332 862.06,72.332 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 891.287,96.521 C 898.121,96.521 900.073,92.236 900.073,92.236 L 900.182,92.236 C 900.182,92.236 900.182,92.672 900.182,93.104 C 900.182,94.729 901.049,95.871 903.22,95.871 L 908.319,95.871 L 908.319,91.369 L 906.149,91.369 C 905.443,91.369 904.955,90.99 904.955,90.284 L 904.955,69.569 C 904.955,60.512 898.068,57.043 891.125,57.043 C 887.817,57.043 884.457,57.967 881.742,59.322 L 883.533,63.555 C 883.533,63.555 886.893,61.711 891.016,61.711 C 895.789,61.711 899.694,63.825 899.694,69.355 L 899.694,71.199 C 899.694,72.066 899.803,72.933 899.803,72.933 L 899.694,72.933 C 898.068,70.275 895.519,68.758 891.505,68.758 C 883.912,68.758 879.249,74.886 879.249,82.805 C 879.249,90.663 883.642,96.521 891.287,96.521 Z M 899.855,82.744 C 899.855,89.9 896.329,91.962 892.102,91.962 C 887.329,91.962 884.618,88.492 884.618,82.905 C 884.618,77.213 887.599,73.308 892.538,73.308 C 896.329,73.308 899.855,75.587 899.855,82.744 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 923.115,90.175 C 923.115,90.99 922.679,91.369 921.921,91.369 L 919.698,91.369 L 919.698,95.871 L 924.85,95.871 C 927.291,95.871 928.319,94.843 928.319,92.402 L 928.319,74.128 C 928.319,73.313 928.755,72.933 929.513,72.933 L 931.736,72.933 L 931.736,68.431 L 926.584,68.431 C 924.144,68.431 923.115,69.46 923.115,71.9 L 923.115,90.175 Z M 923.224,106.715 L 927.945,106.715 L 927.945,101.236 L 923.224,101.236 L 923.224,106.715 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 935.371,74.014 L 940.741,74.014 L 940.741,68.425 L 935.371,68.425 L 935.371,74.014 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='ClipView'%3E%3Crect x='719.324' y='30.992' width='224.999' height='102.225'/%3E%3CclipPath id='ClipPath'%3E%3Cpath d='M 719.323,30.991 L 719.323,133.216 L 944.322,133.216 L 944.322,30.991 L 719.323,30.991 Z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23ClipPath)'%3E%3Cpath d='M 770.436,30.986 C 798.663,30.986 821.549,53.872 821.549,82.099 C 821.549,110.326 798.663,133.217 770.436,133.217 C 742.209,133.217 719.323,110.331 719.323,82.104 C 719.323,53.877 742.204,30.986 770.436,30.986' stroke-linejoin='miter' stroke-width='0.474' fill='%23459182'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_1' stroke-linejoin='miter' stroke-width='0.474' fill='%23ffffff'%3E%3Cpath d='M 802.104,71.9 C 802.104,69.46 803.132,68.431 805.573,68.431 L 810.724,68.431 L 810.724,72.933 L 808.502,72.933 C 807.743,72.933 807.307,73.313 807.307,74.128 L 807.307,92.398 C 807.307,94.838 806.279,95.867 803.838,95.867 L 798.687,95.867 L 798.687,91.364 L 800.909,91.364 C 801.668,91.364 802.104,90.985 802.104,90.17 L 802.104,71.9 Z M 802.213,101.236 L 806.933,101.236 L 806.933,106.715 L 802.213,106.715 L 802.213,101.236 Z M 780.251,73.308 C 775.317,73.308 772.332,77.213 772.332,82.905 C 772.332,88.492 775.043,91.962 779.815,91.962 C 784.047,91.962 787.568,89.9 787.568,82.744 C 787.568,75.587 784.047,73.308 780.251,73.308 M 766.962,82.801 C 766.962,74.881 771.626,68.753 779.218,68.753 C 783.232,68.753 785.782,70.27 787.407,72.929 L 787.516,72.929 C 787.516,72.929 787.407,72.061 787.407,71.194 L 787.407,69.351 C 787.407,63.82 783.502,61.706 778.73,61.706 C 774.607,61.706 771.246,63.55 771.246,63.55 L 769.455,59.322 C 772.166,57.967 775.531,57.043 778.839,57.043 C 785.782,57.043 792.668,60.512 792.668,69.569 L 792.668,90.284 C 792.668,90.99 793.156,91.369 793.862,91.369 L 796.033,91.369 L 796.033,95.871 L 790.933,95.871 C 788.763,95.871 787.895,94.734 787.895,93.104 L 787.895,92.236 L 787.786,92.236 C 787.786,92.236 785.834,96.521 779,96.521 C 771.355,96.516 766.962,90.663 766.962,82.801 M 756.555,71.9 C 756.555,69.46 757.583,68.431 760.024,68.431 L 765.175,68.431 L 765.175,72.933 L 762.953,72.933 C 762.195,72.933 761.759,73.313 761.759,74.128 L 761.759,92.398 C 761.759,94.838 760.73,95.867 758.289,95.867 L 753.138,95.867 L 753.138,91.364 L 755.361,91.364 C 756.119,91.364 756.555,90.985 756.555,90.17 L 756.555,71.9 Z M 756.659,101.236 L 761.375,101.236 L 761.375,106.715 L 756.659,106.715 L 756.659,101.236 Z M 730.143,72.602 C 730.143,72.602 733.778,67.777 741.095,67.777 C 746.844,67.777 751.181,70.924 751.181,75.805 C 751.181,84.971 736.214,83.829 736.214,89.037 C 736.214,91.208 738.219,92.289 741.313,92.289 C 742.996,92.289 745.437,91.582 745.437,89.957 L 745.437,88.601 L 750.152,88.601 L 750.152,91.203 C 750.152,95.379 744.46,96.516 741.152,96.516 C 735.565,96.516 730.958,94.075 730.958,88.815 C 730.958,79.976 745.925,80.516 745.925,75.583 C 745.925,73.199 743.702,72.057 741.152,72.057 C 736.11,72.057 732.854,76.123 732.854,76.123 L 730.143,72.602 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.icon-logo-eag {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='314.545pt' height='102.225pt' viewBox='1011.92 -133.216 314.545 102.225'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='miter' stroke='none' stroke-width='0.96'%3E%3Cpath d='M 1311.09,51.998 L 1313.71,51.998 L 1313.71,49.653 L 1313.77,49.653 C 1314.74,51.379 1316.59,52.416 1318.57,52.344 C 1322.41,52.344 1324.08,49.971 1324.08,46.024 L 1324.08,37.281 L 1321.36,37.281 L 1321.36,44.9 C 1321.36,48.329 1320.61,50 1318.25,50.154 C 1315.17,50.154 1313.78,47.666 1313.78,44.093 L 1313.78,37.281 L 1311.07,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1306.18,37.886 C 1304.71,37.24 1303.13,36.913 1301.53,36.926 C 1296.31,36.926 1293.91,40.106 1293.91,44.9 C 1293.91,49.251 1296.66,52.344 1300.81,52.344 C 1305.72,52.344 1307.3,48.76 1307.3,44.035 L 1296.8,44.035 C 1296.77,42.743 1297.27,41.495 1298.17,40.571 C 1299.08,39.647 1300.31,39.127 1301.61,39.127 C 1303.22,39.181 1304.8,39.692 1306.14,40.595 Z M 1304.42,46.054 C 1304.42,48.3 1303.1,50.154 1300.75,50.154 C 1298.1,50.154 1297,47.954 1296.8,46.054 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1290.14,37.916 C 1290.14,33.438 1287.82,30.991 1282.55,30.991 C 1280.74,30.987 1278.95,31.314 1277.26,31.951 L 1277.55,34.457 C 1279.19,33.583 1281.01,33.127 1282.86,33.134 C 1285.75,33.134 1287.42,34.947 1287.42,38.07 L 1287.42,39.512 L 1287.36,39.512 C 1286.16,38.026 1284.34,37.185 1282.43,37.233 C 1278.21,37.233 1276.14,40.664 1276.14,44.476 C 1276.14,48.289 1278.27,52.295 1282.72,52.295 C 1285.31,52.295 1286.76,51.335 1287.52,49.749 L 1287.58,49.749 L 1287.58,51.95 L 1290.1,51.95 Z M 1287.42,44.449 C 1287.42,47.502 1286.01,50.135 1283.12,50.135 C 1280.24,50.135 1279.02,47.157 1279.02,44.649 C 1279.02,41.873 1280.58,39.453 1283.12,39.453 C 1285.67,39.453 1287.42,41.721 1287.42,44.449 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1265.75,51.998 L 1268.28,51.998 L 1268.28,49.712 L 1268.34,49.712 C 1269.03,51.237 1270.51,52.253 1272.18,52.344 C 1272.78,52.347 1273.38,52.278 1273.97,52.143 L 1273.97,49.712 C 1273.49,49.894 1272.98,49.982 1272.47,49.971 C 1270.05,49.971 1268.45,47.666 1268.45,43.978 L 1268.45,37.252 L 1265.75,37.252 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1254.49,52.344 C 1258.96,52.344 1261.96,49.108 1261.96,44.66 C 1262.06,41.919 1260.66,39.346 1258.3,37.946 C 1255.94,36.549 1253.01,36.549 1250.65,37.946 C 1248.29,39.346 1246.89,41.919 1246.99,44.66 C 1246.99,49.108 1249.99,52.344 1254.49,52.344 Z M 1254.49,39.127 C 1257.67,39.127 1259.08,42.006 1259.08,44.641 C 1259.08,47.436 1257.38,50.154 1254.49,50.154 C 1251.6,50.154 1249.88,47.436 1249.88,44.641 C 1249.88,42.006 1251.29,39.127 1254.49,39.127 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1222.14,51.998 L 1224.68,51.998 L 1224.68,49.857 L 1224.74,49.857 C 1225.69,51.517 1227.51,52.485 1229.42,52.344 C 1231.28,52.383 1232.97,51.223 1233.6,49.463 C 1234.47,51.19 1236.22,52.3 1238.16,52.344 C 1241.91,52.344 1243.27,49.913 1243.27,46.714 L 1243.27,37.281 L 1240.55,37.281 L 1240.55,46.054 C 1240.55,47.866 1240.12,50.154 1237.93,50.154 C 1235.15,50.154 1234.09,47.436 1234.09,44.698 L 1234.09,37.281 L 1231.38,37.281 L 1231.38,46.054 C 1231.38,47.866 1230.94,50.154 1228.75,50.154 C 1225.98,50.154 1224.9,47.436 1224.9,44.698 L 1224.9,37.281 L 1222.18,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1197.84,51.998 L 1200.46,51.998 L 1200.46,49.653 L 1200.52,49.653 C 1201.5,51.379 1203.35,52.416 1205.33,52.344 C 1209.17,52.344 1210.84,49.971 1210.84,46.024 L 1210.84,37.281 L 1208.12,37.281 L 1208.12,44.9 C 1208.12,48.329 1207.37,50 1205.01,50.154 C 1201.92,50.154 1200.53,47.666 1200.53,44.093 L 1200.53,37.281 L 1197.82,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1182.34,50.961 C 1183.8,51.855 1185.48,52.333 1187.19,52.344 C 1191.41,52.344 1193.11,50.269 1193.11,46.254 L 1193.11,40.165 C 1193.09,39.202 1193.12,38.24 1193.22,37.281 L 1190.7,37.281 L 1190.7,39.204 L 1190.64,39.204 C 1189.58,37.747 1187.88,36.903 1186.08,36.947 C 1182.91,36.947 1180.68,38.338 1180.68,41.536 C 1180.68,45.235 1184.72,46.388 1187.52,46.388 C 1188.58,46.388 1189.33,46.388 1190.4,46.331 C 1190.4,48.866 1189.44,50.172 1186.76,50.172 C 1185.2,50.161 1183.7,49.631 1182.48,48.666 Z M 1190.4,44.294 C 1189.82,44.294 1189.24,44.352 1188.66,44.352 C 1187.19,44.352 1183.56,44.122 1183.56,41.469 C 1183.67,40.06 1184.88,38.995 1186.3,39.079 C 1188.98,39.079 1190.4,40.75 1190.4,42.921 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1157.33,51.998 L 1159.96,51.998 L 1159.96,49.653 L 1160.01,49.653 C 1160.99,51.379 1162.84,52.416 1164.82,52.344 C 1168.66,52.344 1170.33,49.971 1170.33,46.024 L 1170.33,37.281 L 1167.64,37.281 L 1167.64,44.9 C 1167.64,48.329 1166.89,50 1164.53,50.154 C 1161.44,50.154 1160.05,47.666 1160.05,44.093 L 1160.05,37.281 L 1157.35,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1152.42,37.886 C 1150.95,37.24 1149.37,36.913 1147.77,36.926 C 1142.54,36.926 1140.15,40.106 1140.15,44.9 C 1140.15,49.251 1142.89,52.344 1147.05,52.344 C 1151.96,52.344 1153.54,48.76 1153.54,44.035 L 1143.03,44.035 C 1143,42.735 1143.5,41.478 1144.42,40.552 C 1145.33,39.628 1146.58,39.112 1147.88,39.127 C 1149.5,39.186 1151.07,39.695 1152.42,40.595 Z M 1150.66,46.054 C 1150.66,48.3 1149.32,50.154 1146.99,50.154 C 1144.34,50.154 1143.23,47.954 1143.03,46.054 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1124.94,58.855 L 1127.65,58.855 L 1127.65,45.976 L 1133.57,51.95 L 1137.27,51.95 L 1130.43,45.428 L 1138.11,37.233 L 1134.21,37.233 L 1127.63,44.794 L 1127.63,37.233 L 1124.92,37.233 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1107.13,51.998 L 1109.75,51.998 L 1109.75,49.653 L 1109.81,49.653 C 1110.78,51.377 1112.63,52.414 1114.61,52.344 C 1118.45,52.344 1120.12,49.971 1120.12,46.024 L 1120.12,37.281 L 1117.41,37.281 L 1117.41,44.9 C 1117.41,48.329 1116.65,50 1114.29,50.154 C 1111.21,50.154 1109.81,47.666 1109.81,44.093 L 1109.81,37.281 L 1107.13,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1102.26,37.886 C 1100.79,37.24 1099.21,36.914 1097.62,36.926 C 1092.39,36.926 1089.99,40.106 1089.99,44.9 C 1089.99,49.251 1092.74,52.344 1096.89,52.344 C 1101.79,52.344 1103.38,48.76 1103.38,44.035 L 1092.88,44.035 C 1092.85,42.735 1093.35,41.478 1094.26,40.552 C 1095.18,39.628 1096.43,39.112 1097.73,39.127 C 1099.35,39.183 1100.91,39.694 1102.26,40.595 Z M 1100.5,46.054 C 1100.5,48.3 1099.17,50.154 1096.83,50.154 C 1094.18,50.154 1093.08,47.954 1092.88,46.054 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1083.61,39.357 L 1083.55,39.357 C 1082.39,37.76 1080.51,36.848 1078.54,36.926 C 1074.09,36.926 1072.22,40.884 1072.22,44.9 C 1072.22,48.915 1074.29,52.344 1078.57,52.344 C 1081.13,52.344 1082.6,51.335 1083.44,49.971 L 1083.5,49.971 L 1083.5,58.855 L 1086.21,58.855 L 1086.21,37.233 L 1083.61,37.233 Z M 1079.17,39.127 C 1082.23,39.127 1083.5,42.151 1083.5,44.612 C 1083.5,47.348 1082.08,50.154 1079.14,50.154 C 1076.2,50.154 1075.04,47.377 1075.1,44.698 C 1075.04,42.382 1076.25,39.127 1079.17,39.127 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1055.25,51.998 L 1057.8,51.998 L 1057.8,49.712 L 1057.86,49.712 C 1058.54,51.242 1060.03,52.256 1061.7,52.344 C 1062.3,52.347 1062.9,52.278 1063.49,52.143 L 1063.49,49.712 C 1063.01,49.894 1062.5,49.982 1061.99,49.971 C 1059.57,49.971 1057.98,47.666 1057.98,43.978 L 1057.98,37.252 L 1055.25,37.252 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1050.34,55.283 L 1047.28,55.283 L 1047.28,58.347 L 1050.34,58.347 Z M 1047.45,51.998 L 1050.16,51.998 L 1050.16,37.281 L 1047.45,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1015.87,57.426 L 1019.05,57.426 L 1023.85,40.135 L 1023.91,40.135 L 1028.21,57.426 L 1032.31,57.426 L 1036.67,40.135 L 1036.72,40.135 L 1041.53,57.426 L 1044.59,57.426 L 1038.38,37.252 L 1034.66,37.252 L 1030.28,54.879 L 1030.22,54.879 L 1025.81,37.281 L 1021.97,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Crect x='-153.338' y='-10.613' width='306.677' height='21.227' transform='translate(1170.76 76.993)' fill='%23c4231b' fill-rule='nonzero'/%3E%3Cpath d='M 1316.47,95.464 L 1321.57,95.464 L 1325.79,115.434 L 1310.18,115.434 L 1308.9,109.412 L 1317.4,109.412 C 1316,104.725 1313.32,101.477 1307.19,101.477 C 1301.32,101.477 1298.85,105.906 1298.85,110.96 C 1298.85,118.021 1302.61,126.414 1310.9,126.414 C 1315.39,126.414 1318.17,124.61 1318.38,120.181 L 1326.47,120.181 C 1326.47,129.191 1319.45,133.216 1310.86,133.216 C 1298.44,133.216 1290.76,122.861 1290.76,110.96 C 1290.76,100.605 1296.79,94.675 1307.09,94.675 C 1310.75,94.615 1314.21,96.347 1316.36,99.316 L 1316.47,99.316 Z' fill='%23c4231b' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1273.83,124.455 L 1273.93,124.455 L 1275.75,109.768 L 1265.86,109.768 Z M 1249.4,95.464 L 1258,95.464 L 1262.64,103.696 L 1276.47,103.696 L 1277.66,95.464 L 1285.74,95.464 L 1279.58,132.427 L 1271.24,132.427 Z' fill='%23c4231b' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1216.37,95.464 L 1244.43,95.464 L 1244.43,102.294 L 1224.5,102.294 L 1224.5,111.361 L 1242.4,111.361 L 1242.4,117.672 L 1224.5,117.672 L 1224.5,125.589 L 1244.02,125.589 L 1244.02,132.427 L 1216.37,132.427 L 1216.37,95.464 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Crect x='-4.061' y='-18.481' width='8.123' height='36.963' transform='translate(1205.02 113.947)' fill='%231a1a18' fill-rule='nonzero'/%3E%3Cpath d='M 1188.77,95.464 L 1193.93,95.464 L 1193.93,115.434 L 1178.47,115.434 L 1178.47,109.412 L 1186.6,109.412 C 1186.14,104.311 1183.1,101.477 1177.85,101.477 C 1170.58,101.477 1167.85,107.665 1167.85,113.792 C 1167.85,120.229 1170.58,126.414 1177.85,126.414 C 1181.62,126.594 1184.95,123.951 1185.62,120.229 L 1193.31,120.229 C 1192.43,128.576 1185.33,133.216 1177.8,133.216 C 1166.42,133.216 1159.73,124.714 1159.73,113.792 C 1159.73,103.226 1166.45,94.675 1177.8,94.675 C 1181.78,94.657 1185.53,96.534 1187.9,99.73 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1123.74,95.464 L 1131.87,95.464 L 1131.87,109.874 L 1140,109.874 C 1144.08,109.874 1145.59,108.163 1146.15,104.283 C 1146.57,101.334 1146.46,97.76 1147.45,95.427 L 1155.58,95.427 C 1154.13,97.5 1154.17,101.843 1154.02,104.178 C 1153.76,107.904 1152.63,111.786 1148.64,112.821 L 1148.64,112.929 C 1152.72,114.581 1154.49,117.847 1154.49,122.187 C 1154.49,127.779 1150.29,132.389 1143.67,132.389 L 1123.74,132.389 Z M 1131.87,126.097 L 1140.75,126.097 C 1144.38,126.097 1146.35,124.551 1146.35,120.979 C 1146.35,117.252 1144.43,115.694 1140.75,115.694 L 1131.85,115.694 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1089.77,95.464 L 1117.83,95.464 L 1117.83,102.294 L 1097.89,102.294 L 1097.89,111.361 L 1115.81,111.361 L 1115.81,117.672 L 1097.89,117.672 L 1097.89,125.589 L 1117.41,125.589 L 1117.41,132.427 L 1089.77,132.427 L 1089.77,95.464 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1051.24,95.464 L 1058.85,95.464 L 1058.85,120.21 L 1058.95,120.21 L 1074.32,95.464 L 1082.45,95.464 L 1082.45,132.427 L 1074.84,132.427 L 1074.84,107.636 L 1074.73,107.636 L 1059.31,132.427 L 1051.24,132.427 L 1051.24,95.464 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1017.42,95.464 L 1045.47,95.464 L 1045.47,102.303 L 1025.55,102.303 L 1025.55,111.361 L 1025.55,117.672 L 1025.55,125.589 L 1045.06,125.589 L 1045.06,132.427 L 1017.42,132.427 L 1017.42,95.464 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1041.11,111.008 L 1041.11,111.008 Z M 1041.11,111.921 C 1041.23,111.757 1041.29,111.563 1041.28,111.361 C 1041.07,111.516 1041.12,111.921 1041.12,111.921 Z M 1042.16,112.169 C 1042.09,112.069 1042.02,111.962 1041.96,111.852 C 1041.91,111.921 1041.9,112.014 1041.95,112.086 C 1042,112.156 1042.09,112.19 1042.17,112.169 Z M 1040.96,113.399 L 1040.96,113.399 Z M 1042.94,113.61 C 1042.94,113.61 1043.17,113.399 1043.11,113.188 C 1043.12,113.188 1042.9,113.399 1042.95,113.61 Z M 1019.71,113.677 L 1019.71,113.677 Z M 1042.83,114.11 C 1042.88,114.041 1042.88,113.951 1042.84,113.882 C 1042.79,113.811 1042.71,113.773 1042.63,113.784 C 1042.7,113.887 1042.77,113.996 1042.82,114.11 Z M 1038.03,114.177 C 1038.09,113.996 1038.18,113.832 1038.32,113.696 C 1038.28,113.537 1038.18,113.403 1038.03,113.333 Z M 1042.13,114.59 C 1042.16,114.472 1042.22,114.365 1042.3,114.282 C 1042.37,114.11 1041.64,114.455 1042.14,114.571 Z M 1043.09,114.666 C 1043.22,114.433 1043.28,114.167 1043.26,113.899 C 1043.06,114.1 1043,114.403 1043.11,114.666 Z M 1044.71,115.148 C 1044.7,114.985 1044.61,114.837 1044.47,114.752 C 1044.47,114.911 1044.55,115.06 1044.69,115.148 Z M 1042.78,115.089 C 1042.84,114.842 1042.84,114.587 1042.78,114.341 C 1042.59,114.341 1042.55,114.474 1042.39,114.638 C 1042.24,114.801 1042.77,114.811 1042.82,115.089 Z M 1039.76,115.302 C 1039.87,115.217 1040,115.154 1040.14,115.118 C 1039.82,114.75 1039.55,114.341 1039.35,113.899 C 1039.38,114.395 1039.54,114.878 1039.8,115.302 Z M 1039.42,115.302 C 1039.35,115.201 1039.28,115.094 1039.22,114.985 C 1039.18,115.056 1039.19,115.146 1039.24,115.208 C 1039.3,115.274 1039.38,115.298 1039.46,115.272 Z M 1037.65,115.302 L 1037.65,115.302 Z M 1044.56,115.608 C 1044.3,115.309 1044.15,114.925 1044.14,114.523 C 1044.14,114.177 1044.52,113.956 1045,113.773 C 1044.85,113.437 1044.42,113.293 1044.19,112.977 C 1044.14,113.188 1044.19,113.274 1044.07,113.399 C 1043.98,113.274 1044.01,113.043 1043.93,112.766 C 1043.86,113 1043.84,113.243 1043.86,113.485 C 1043.86,113.84 1043.58,113.858 1043.44,114.207 C 1043.64,114.207 1043.88,114.081 1044.01,114.207 C 1043.81,114.322 1043.7,114.537 1043.72,114.763 C 1043.72,115.118 1044.14,114.84 1044.14,115.186 C 1044.14,115.531 1044.14,115.415 1043.9,115.263 C 1043.9,115.378 1044.25,115.59 1044.6,115.531 Z M 1041.82,115.608 C 1041.98,115.455 1041.93,115.051 1041.76,115.051 C 1041.63,115.186 1041.68,115.59 1041.85,115.531 Z M 1040.67,115.608 C 1040.68,115.374 1040.74,115.146 1040.84,114.937 C 1040.84,114.937 1040.59,114.937 1040.5,115.051 C 1040.41,114.926 1040.43,114.84 1040.36,114.697 C 1040.34,115.014 1040.47,115.323 1040.71,115.531 Z M 1045.68,115.897 C 1045.92,115.773 1046.12,115.595 1046.28,115.378 C 1046.08,115.341 1045.88,115.341 1045.68,115.378 Z M 1044.78,115.964 L 1044.78,115.964 Z M 1043.36,116.253 L 1043.36,116.253 Z M 1042.05,116.309 C 1042.23,116.194 1042.31,115.97 1042.25,115.763 C 1042.09,115.882 1042.02,116.092 1042.08,116.28 Z M 1042.92,116.464 C 1043.05,116.139 1042.99,115.771 1042.77,115.503 C 1042.76,115.823 1042.83,116.142 1042.96,116.434 Z M 1044.95,116.531 L 1044.95,116.042 C 1044.77,116.175 1044.9,116.357 1044.98,116.493 Z M 1046.43,116.809 L 1046.43,116.809 Z M 1043.07,116.809 L 1043.07,116.809 Z M 1016.06,116.876 C 1016.24,116.761 1016.33,116.534 1016.26,116.328 C 1016.11,116.452 1016.04,116.658 1016.1,116.847 Z M 1016.93,117.02 C 1017.13,116.911 1017.35,116.853 1017.58,116.847 C 1017.44,116.501 1017.27,116.75 1016.75,116.482 C 1016.86,116.636 1016.93,116.809 1016.97,116.99 Z M 1016.28,117.712 C 1016.28,117.52 1016.11,117.442 1016.28,117.356 C 1016.28,117.356 1016.39,117.356 1016.02,117.183 C 1016.08,117.154 1016.13,117.703 1016.32,117.684 Z M 1044.78,117.865 C 1044.97,117.712 1044.98,117.549 1044.78,117.309 C 1044.71,117.378 1044.67,117.479 1044.67,117.583 C 1044.68,117.686 1044.74,117.779 1044.82,117.836 Z M 1042.99,117.472 L 1042.43,117.672 C 1042.68,117.703 1042.89,117.798 1043.02,117.453 Z M 1019.3,117.828 C 1019.21,117.688 1019.14,117.534 1019.09,117.376 C 1019.02,117.52 1018.89,117.769 1018.74,118.116 C 1018.98,118.125 1019.13,117.836 1019.34,117.798 Z M 1022.37,120.708 C 1022.75,120.646 1023.09,120.445 1023.33,120.141 C 1023.43,120.267 1023.69,120.498 1023.67,120.401 C 1024.37,120.231 1025.05,120.023 1025.72,119.777 C 1026.23,119.619 1026.72,119.397 1027.17,119.114 C 1029.1,117.828 1030.28,115.455 1032.62,115.272 C 1032.92,115.272 1032.97,114.878 1033.32,114.878 C 1033.68,114.878 1033.18,115.167 1033.54,115.167 C 1033.91,115.167 1033.4,114.878 1033.76,114.878 C 1034.11,114.878 1034.31,115.175 1034.6,115.215 C 1035.18,115.302 1035.89,115.407 1036.6,115.494 C 1036.89,115.494 1037.18,115.723 1037.46,115.694 C 1037.59,115.694 1037.82,116.011 1038.18,116.011 C 1038.38,116.011 1039.33,116.55 1040.02,116.29 C 1040.13,116.415 1040.1,116.501 1040.13,116.838 C 1040.33,116.838 1040.37,116.693 1040.45,116.569 C 1040.51,116.629 1040.57,116.702 1040.6,116.779 C 1040.68,116.646 1040.54,116.569 1040.89,116.569 C 1041.25,116.569 1041.1,116.646 1041.15,116.847 C 1041.37,116.693 1041.32,116.29 1041.68,116.29 C 1042.04,116.29 1041.68,116.569 1042.04,116.569 C 1042.39,116.569 1042.23,116.272 1042.34,116.146 C 1042.57,116.28 1042.7,116.693 1042.96,116.925 C 1042.78,117.075 1042.55,117.149 1042.32,117.135 C 1041.96,117.135 1042.04,116.712 1041.83,116.742 C 1041.93,117.095 1041.99,117.46 1042,117.828 C 1042.66,117.539 1042.57,118.269 1043.32,118.269 C 1043.68,118.269 1043.47,117.981 1043.6,117.952 C 1043.72,117.924 1043.92,117.952 1043.98,117.876 C 1044.03,117.798 1043.98,117.721 1043.9,117.876 C 1043.7,117.501 1043.9,117.712 1043.44,117.213 L 1043.44,116.32 L 1043.92,116.731 C 1043.92,116.531 1043.79,116.482 1043.67,116.367 L 1043.67,115.993 L 1043.9,115.753 C 1044.13,116.011 1044.29,116.453 1044.68,116.55 C 1044.55,116.627 1044.47,116.55 1044.25,116.646 C 1044.37,116.817 1044.51,116.966 1044.68,117.087 C 1044.43,117.175 1044.41,117.75 1043.98,118.192 L 1043.98,118.691 C 1044.26,118.878 1044.6,118.984 1044.94,119 C 1045.29,119 1045.27,118.691 1045.37,118.577 C 1045.45,118.691 1045.51,119 1045.37,119.065 C 1045.51,119.143 1045.65,119.278 1045.83,119.268 C 1045.85,119.148 1045.92,119.036 1046,118.951 C 1046,118.788 1045.72,118.299 1045.37,118.299 C 1045.01,118.299 1045.31,118.451 1045.22,118.577 L 1045,118.337 L 1045,116.693 C 1045.27,116.445 1045.57,116.28 1045.64,116.042 C 1045.64,116.396 1046.2,116.771 1045.88,117.27 C 1046.17,117.262 1046.44,117.154 1046.66,116.962 C 1046.81,116.443 1047.07,115.964 1047.43,115.56 C 1047.36,115.311 1046.9,114.744 1046.97,114.215 C 1046.74,114.369 1046.56,114.081 1046.43,113.996 C 1046.56,113.899 1046.65,113.927 1046.86,113.88 C 1046.56,113.525 1046.55,112.918 1046.07,112.651 C 1045.89,112.813 1045.88,113.255 1045.78,113.504 C 1045.7,113.38 1045.58,113.283 1045.56,113.102 C 1045.37,113.102 1045.08,113.362 1044.96,113.362 C 1044.64,112.948 1044.83,113.188 1044.86,112.697 C 1044.71,112.535 1044.37,112.697 1044.25,112.697 C 1044.14,112.697 1044.15,112.198 1044.11,111.987 L 1043.79,112.266 C 1043.46,111.852 1043.54,111.921 1043.41,111.439 C 1043.13,111.445 1042.85,111.414 1042.58,111.342 C 1042.71,111.257 1042.79,111.286 1042.94,111.209 C 1042.51,111.143 1041.73,110.853 1041.37,110.853 C 1041.02,110.853 1041.27,110.449 1041.11,110.353 C 1040.6,110.096 1040.06,109.886 1039.51,109.729 C 1039.15,109.729 1039.17,109.893 1039.09,110.009 C 1038.99,109.893 1039.01,109.797 1038.94,109.663 C 1038.86,109.788 1038.76,109.904 1038.65,110.009 C 1038.57,109.893 1038.57,109.855 1038.72,109.644 C 1038.11,109.451 1037.16,108.74 1036.8,108.74 C 1036.44,108.74 1036.73,109.028 1036.37,109.028 C 1036,109.028 1036.51,108.74 1036.16,108.74 C 1035.8,108.74 1036.3,109.028 1035.94,109.028 C 1035.59,109.028 1035.84,108.893 1035.78,108.855 C 1035.32,108.679 1034.85,108.548 1034.37,108.462 C 1033.9,108.512 1033.44,108.626 1033,108.797 C 1031.92,109.192 1029.86,111.18 1028.76,112.111 C 1028.01,112.656 1027.2,113.122 1026.35,113.504 C 1026.22,113.504 1026.35,113.696 1026.2,113.822 C 1026.06,113.947 1025.96,113.533 1025.59,113.533 C 1025.23,113.533 1025.2,113.696 1025.06,113.792 C 1024.54,113.908 1023.77,113.677 1023.48,114.225 C 1023.33,114.229 1023.2,114.288 1023.09,114.388 C 1023.01,114.263 1023.03,114.177 1022.98,113.966 L 1022.68,114.244 C 1022.61,114.169 1022.56,114.07 1022.55,113.966 C 1022.33,114.119 1022.38,114.1 1022.03,114.1 C 1022.03,114.1 1021.81,114.1 1021.54,113.677 C 1021.34,113.84 1021.05,113.84 1020.96,113.966 C 1020.51,113.321 1020.18,113.437 1019.56,113.314 C 1018.14,112.14 1016.44,110.594 1014.96,109.163 C 1014.77,109.327 1014.48,109.337 1014.36,109.489 C 1014.03,110.449 1013.49,111.487 1013.07,112.458 C 1012.65,113.14 1012.26,113.844 1011.92,114.571 C 1011.92,115.445 1013.84,117.002 1014.12,117.261 C 1015.22,118.109 1016.37,118.896 1017.55,119.623 C 1017.68,119.57 1017.82,119.57 1017.95,119.623 C 1018.34,119.978 1018.82,120.223 1019.35,120.333 C 1019.7,120.333 1019.9,120.008 1020.02,119.758 L 1020.39,119.758 C 1020.51,119.893 1020.48,119.978 1020.53,120.19 L 1020.85,119.912 C 1020.93,120.026 1020.91,120.333 1021.27,120.333 C 1021.62,120.333 1021.27,120.171 1021.41,120.045 C 1021.51,120.171 1021.48,120.259 1021.51,120.449 C 1021.84,120.516 1022.06,120.661 1022.41,120.661 Z' fill='%23c4231b' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1247.9,83.716 L 1250.42,83.716 L 1251.59,73.957 L 1251.59,73.957 L 1256.8,83.716 L 1259.53,83.716 L 1252.52,71.171 L 1249.52,71.171 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1260.9,75.052 C 1260.9,73.342 1261.86,72.719 1263.47,72.719 C 1264.45,72.729 1265.42,72.955 1266.3,73.38 L 1266.01,71.46 C 1265.05,71.144 1264.06,70.968 1263.06,70.941 C 1260.4,70.941 1258.6,72.227 1258.6,74.984 C 1258.54,77.98 1260.87,80.478 1263.86,80.624 C 1266.15,80.624 1267.66,79.462 1267.66,77.108 C 1267.65,76.409 1267.58,75.715 1267.43,75.033 Z M 1265.3,76.715 C 1265.34,76.922 1265.35,77.129 1265.35,77.338 C 1265.4,77.759 1265.26,78.181 1264.96,78.483 C 1264.67,78.783 1264.25,78.932 1263.83,78.886 C 1262.34,78.886 1261.68,77.982 1261.22,76.715 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1270.76,79.192 C 1270.84,79.587 1270.9,79.999 1270.98,80.432 L 1273.31,80.432 L 1272.98,78.683 L 1272.98,78.683 C 1273.48,79.765 1274.52,80.499 1275.71,80.603 C 1276.03,80.618 1276.35,80.589 1276.67,80.518 L 1276.17,78.165 C 1275.86,78.26 1275.53,78.308 1275.21,78.308 C 1273.5,78.308 1272.67,76.782 1272.33,75.283 L 1271.47,71.134 L 1269.06,71.134 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1277.77,80.432 L 1279.51,80.432 L 1279.92,82.352 L 1282.52,83.198 L 1281.92,80.451 L 1284.08,80.451 L 1283.7,78.683 L 1281.55,78.683 L 1280.67,74.639 C 1280.59,74.347 1280.56,74.047 1280.56,73.745 C 1280.54,73.501 1280.64,73.26 1280.81,73.087 C 1280.99,72.916 1281.23,72.826 1281.47,72.843 C 1281.87,72.845 1282.27,72.919 1282.64,73.064 L 1282.23,71.143 C 1281.81,71.03 1281.37,70.959 1280.93,70.93 C 1279.3,70.93 1278.15,71.574 1278.15,73.353 C 1278.17,74.081 1278.27,74.807 1278.45,75.514 L 1279.14,78.635 L 1277.39,78.635 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1286.18,79.192 C 1286.25,79.587 1286.32,79.999 1286.4,80.432 L 1288.68,80.432 L 1288.35,78.683 L 1288.35,78.683 C 1288.85,79.769 1289.89,80.501 1291.09,80.603 C 1291.39,80.614 1291.7,80.584 1292,80.518 L 1291.5,78.165 C 1291.19,78.26 1290.87,78.308 1290.54,78.308 C 1288.83,78.308 1288,76.782 1287.66,75.283 L 1286.79,71.134 L 1284.38,71.134 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1294.21,80.432 L 1296.62,80.432 L 1294.64,71.171 L 1292.24,71.171 Z M 1295.09,84.417 L 1297.5,84.417 L 1297,82.122 L 1294.59,82.122 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1300.45,75.052 C 1300.45,73.342 1301.37,72.719 1303.02,72.719 C 1304.02,72.726 1305,72.952 1305.9,73.38 L 1305.59,71.46 C 1304.64,71.144 1303.64,70.968 1302.64,70.941 C 1299.98,70.941 1298.18,72.227 1298.18,74.984 C 1298.12,77.98 1300.46,80.478 1303.45,80.624 C 1305.74,80.624 1307.29,79.462 1307.29,77.108 C 1307.29,76.409 1307.21,75.715 1307.06,75.033 Z M 1304.85,76.715 C 1304.89,76.92 1304.91,77.129 1304.91,77.338 C 1304.96,77.759 1304.82,78.181 1304.52,78.483 C 1304.22,78.783 1303.8,78.932 1303.38,78.886 C 1301.89,78.886 1301.24,77.982 1300.77,76.715 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1313.98,84.658 L 1312.8,79.51 L 1312.8,79.51 L 1312.8,79.51 L 1312.8,79.51 C 1313.41,80.242 1314.32,80.667 1315.27,80.672 C 1317.57,80.672 1318.67,79.116 1318.67,76.915 C 1318.67,74.035 1317.07,70.989 1313.86,70.989 C 1312.73,70.827 1311.63,71.455 1311.2,72.518 L 1311.2,72.518 L 1310.91,71.201 L 1308.66,71.201 L 1311.54,84.649 Z M 1313.55,72.824 C 1315.56,72.824 1316.2,75.34 1316.2,76.801 C 1316.2,77.934 1315.64,78.78 1314.53,78.78 C 1312.88,78.78 1311.97,76.618 1311.97,75.003 C 1311.97,73.814 1312.38,72.824 1313.55,72.824 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-fiber-basis {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='26.596 -498 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='100.38' cy='432.615' r='40.0552676186291'%3E%3Cstop offset='0' stop-color='%2328c7d4'/%3E%3Cstop offset='1' stop-color='%232ebbc9'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='57.256' cy='432.613' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%2314a3b2'/%3E%3Cstop offset='1' stop-color='%2313808d'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.478668 0.999542 -9.34616 -0.287781 0.003 -0.003)'%3E%3Cstop offset='0' stop-color='%2300808d'/%3E%3Cstop offset='1' stop-color='%232cbecd'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.47041 -0.276474 -0.002 -0.002)'%3E%3Cstop offset='0' stop-color='%23006772'/%3E%3Cstop offset='1' stop-color='%23138d9c'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(97.786 458.798)'%3E%3Cstop offset='0' stop-color='%233eceda'/%3E%3Cstop offset='1' stop-color='%2323b6c2'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='88.617' cy='466.768' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%232ab5c0'/%3E%3Cstop offset='1' stop-color='%2320b5c1'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(69.666 432.025) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23007e93'/%3E%3Cstop offset='1' stop-color='%23005a65'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(62.157 404.822) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAG/ElEQVRogd1aW48URRSuqu6e6cvOXobd5WIQlsASFB8E3oQEjQkaffJBfwAQ/xQJQR/0wUTeFGKiJvgitxiVwJKIoxsuy+zMMjM9sz3TU+V3uqvHYdlZZu89nKTS1dXd1efrc6s6p9mrRnyD5zPQMiMjI7Zpmq4QwuU8dKQ0LLooRLuF/qKUsh6GYb1SqTQw3ERrbxQDGwHIGB8fdw2jNcG59TqmnELbxznbrRTL4zikFM9EL+OqiTGfc15WSj1CKzAmHygVFsLQeFoqlXy2TnDrAWQODQ3lXdc9BEaPg8ljGJvGlLsBYhh9m+4B0wLXGI70LoW+xDFEC9AqAPgYwzNKyVtS8hv1ev2+7/slXGutham1ABK5XG7M87JvoXsaU5wEvwDCdoDpLBgmAH3Nq2KSuB3gVAmYZ3D8BVL70feD36vVapmtUmKrBeTs3Dl2UCnrjBD8A5wfBQNQK272C6IXaXCQHCcQf2LkOylbV+bmyvdx3uh3HqPfG2HoY8PDw6eEMM6B90/B/lFSLRi+sV4wRDwm4sfDbK+hfwTC3uN5TsMwzGIQBH2B6gvQxIS3K5OxPwbzn+Nl76FN4mXmRgBZSjSlBkZ2OIX37DdNETqO+xj2RU5DrfT8SwHBg+0xzcwnsJfzeNdxvDJHZsI2mfTHsslborsf7wyz2exso9GosRVArQiIJENgMOFZ2AxUjNubIJSepKVlorsDGPZCuwPHcQqQVK3XMz0Bkc0Yhv0R1Ow8gcH0WbZNpFVwDOGBQsICbKrQy6Z6AbLhAE6aJofN8BMkGbbNpEGNopeHTc36fv1fFsez52g5QAKu+bAQ5ll8jfdjm9k6NVuJwIYF1x6FCdf1ZhCAi2yJPb0ACEEzn83acALsM0ywcyscQP8UrTgoeJP6IV6Ju81ms959h1jyhGnb9hsA/SHA7AEYwVJGsGn6wLvQOxOvVpj13PXuE0hnFOhPY31FN2ZYeolAvAn23/U8L999oRuQ4brWQcNgpwAqz9NiOMtQzJuC2ol3sDimdWTHdDqAJiaYA0dCgfMwWyLGNFK8flSHhFDH8/m8l4x3ALVao+NY6dMWYEeapZNQzCNpknjbNNsTyXgCyLAsC5FYHYYX2faY0y+RxwOoaSFoYxmrXQLIAuAp7Edo3ZQ6z9aLKNjGO2PaJcdOLGJ+dHQUUpG0bR4ZBHVLSLNKgX8f5THoJAKkExq7WbxtHjSKVuSGYUSOIQIEMA4ZGLomGzwyKRlDGSY60YBCkgztFAfGfhKKkzDME6L9v8pJaZJPx8KPDYz9dBGnNFkn98deDeoIIlG5EChbkJJig0eKEpiwoWhvlKjcIg41gJJswEgnLn0pJWFIAMkGJfrYMjvAASDK5ZUoX04nESBKnGPgMbqLL8kSpZEC4h0YKMUVA1pYWAAQUYAFPUMbGESUasWhgl5BVzI6Xq6Faw9gXFQRGCA7UlIn+/9icVmmA6iNvfksnMI9GNkiGxiKkvwzVI5hOqnfiUOW9awI93Ab3ZIWZaop5lGVIYRbVFtKxjuAikUGx8Bv4aZ7bI21ma0kqlQAzH04hJu6UBZR90qhTcUm4L6GVk6zkGLeqAoor4HnGdZVQ3pu6VOr1cpQu5/R/YNpI0spEW93wOtPutrXoaWJRolNYBX7I9o0HcH5cNo2fNoLPwSrX/n+4vdwZtXu6y9kTnFD4HmZKhWbcHqARRuotGBSBAi8savtNvsS8bPAXpYKphuAvOI4bh0Lvn26PpOKtBZMByGFX4eQLszNFa+zZcyiV/UhtCyrSJUzKtHjfFxn/7eRFJhXdwDmYr0eXIUmVZa7qyeTQRAsUhkQEgrR9mIov42gmlIyCvqXsNH5Fqo21+vGFRmES6xns/asELR64LswNMbilBfbCtKhgxbMdwhMELS+mZ+ff8TWWpKkB6mmCUkVqHIGUGNUxsd4ZrO9HwImMU0e7CZedbHZDC8jgD6kSys9148KKappUhnQssQsQFH1myRFWRax0cC0VJqY9hFm/kGp9gU4qStQsyesj71N3zZBNc1arT7ruhnosijpmqsHBihjKTbqxwv9H9BttK/hmr+AN/u1lwNYjlZr5CG+VhGA7mYy4i5AzVN+gjJGTP/Xw2JwfU0WS0PRsoXsBAtM/huGLmMlc4mCJqTyN1vlimU9X9WanPTySrnTQqgTiFnHsFicBhY4DzVMEkTfgCmI5D0AqjBGexiAUFj6c/p56QmGZ9pteRue7AbnjXtPn/r4UFv389JSMqg+YxjhpBAWYhY/EP9eJhCQIwcCtYz+NSBJUs7Cxzm2KBLeSv1DmzMpRQFb6LlyuUyr5nXlNTbjB8BsLpdzsB70KD2LZkO1NCAeUnYG536r1apXq9XkB8BBTM5sBTH2H/xeAu7AICvFAAAAAElFTkSuQmCC'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(88.823 435.776) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 73.435,394.02 L 123.129,399.147 L 122.953,399.747 L 73.348,394.899 L 73.435,394.02 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 69.912,457.19 L 127.023,460.023 L 126.514,399.773 L 70.058,393.92 L 69.912,457.19 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 69.912,457.19 L 50.007,463.844 L 50,463.959 L 49.939,463.978 L 49.939,463.867 L 50.294,407.483 L 70.058,393.92 L 69.912,457.19 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(100.346 408.933) rotate(-174.35) skewX(24.1591)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(60.072 412.337) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 123.208,460.293 L 123.209,459.834 L 73.112,457.349 L 73.112,457.643 L 72.918,457.777 L 123.208,460.293 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 101.708,466.403 L 127.024,460.32 L 123.584,460.182 L 123.224,460.289 L 72.971,457.741 L 73.112,457.643 L 69.912,457.504 L 49.959,464.075 L 101.708,466.403 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 50,463.959 L 69.912,457.382 L 69.912,457.19 L 50.001,463.845 L 50,463.959 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.855,460.015 L 126.854,460.191 L 123.584,460.046 L 123.208,460.15 L 123.209,459.834 L 126.855,460.015 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.586,460.046 L 123.584,460.046 L 123.584,460.182 L 127.024,460.32 L 127.023,460.197 L 123.586,460.046 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.584,460.046 L 123.208,460.15 L 123.208,460.293 L 123.584,460.182 L 123.584,460.046 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.912,457.382 L 49.956,463.974 L 49.957,464.075 L 69.912,457.504 L 69.912,457.382 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.927,394.012 L 69.792,457.231 L 69.906,457.189 L 70.056,457.198 L 70.189,393.934 L 70.058,393.92 L 69.927,394.012 Z' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 73.112,457.349 L 73.112,457.526 L 69.912,457.382 L 69.912,457.19 L 73.112,457.349 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.912,457.382 L 69.912,457.382 L 69.912,457.504 L 73.113,457.649 L 73.112,457.526 L 69.912,457.382 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.058,393.644 L 70.058,393.644 L 70.058,393.767 L 73.444,394.118 L 73.435,394.001 L 70.058,393.644 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 73.41,394.116 L 73.411,394.268 L 70.058,393.92 L 70.059,393.769 L 73.41,394.116 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.058,393.644 L 50.347,407.156 L 50.345,407.277 L 70.058,393.767 L 70.058,393.644 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.058,393.767 L 50.382,407.27 L 50.382,407.424 L 70.058,393.92 L 70.058,393.767 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.129,399.147 L 123.129,399.147 L 123.13,399.271 L 126.393,399.609 L 126.393,399.493 L 123.129,399.147 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.221,399.591 L 126.222,399.743 L 122.87,399.395 L 123.129,399.271 L 126.221,399.591 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.129,399.271 L 122.87,399.396 L 122.871,399.278 L 123.129,399.147 L 123.129,399.271 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 50.219,419.39 C 32.779,417.06 21.443,413.039 29.136,400.71 C 32.193,395.057 41.494,394.689 46.631,394.096 C 55.936,393.806 62.26,393.665 70.058,393.644 L 50.293,407.16 L 50.219,419.39 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cpath d='M 89.494,413.313 C 81.716,419.846 81.61,431.983 86.979,439.022 C 89.645,442.519 93.193,443.031 95.454,442.021 C 97.926,440.814 98.782,438.879 99.464,435.564 C 102.127,436.007 104.486,434.652 105.064,432.616 L 107.068,425.57 C 108.097,422.372 105.771,419.092 103.096,418.036 C 99.532,416.676 96.833,418.217 96.162,420.586 L 94.002,428.207 C 93.4,430.329 94.739,432.933 96.729,434.403 C 96.328,437.1 95.594,438.566 94.441,439.133 C 93.555,439.569 91.82,439.767 90.011,438.082 C 84.154,432.313 85.447,420.306 91.393,415.874 C 96.833,411.817 105.492,411.904 111.228,420.462 C 117.102,429.638 112.979,442.995 101.312,443.698 C 100.365,443.814 100.097,444.605 100.114,445.142 C 100.146,446.086 100.669,446.618 101.466,446.668 C 115.108,446.487 120.475,430.105 113.659,419.087 C 106.86,408.793 96.514,408.28 89.494,413.313 Z M 102.053,420.362 C 104.358,421.316 105.257,423.477 104.803,425.001 L 102.861,431.534 C 102.489,432.786 100.65,433.297 99.165,432.839 C 97.803,432.42 96.121,430.78 96.51,428.556 L 98.187,422.455 C 98.576,421.041 100.235,419.7 102.053,420.362 Z M 99.202,428.397 L 98.607,430.57 C 98.428,431.051 98.673,431.726 99.149,431.915 C 99.705,432.136 100.255,431.762 100.371,431.326 L 100.971,429.068 C 101.09,428.624 100.794,427.98 100.359,427.832 C 99.816,427.665 99.315,427.983 99.202,428.397 Z' fill='%23f0f0f0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 57.249,418.912 C 54.343,426.633 54.062,438.406 55.84,444.261 C 56.723,447.169 57.979,447.029 58.807,445.645 C 59.714,444.034 60.057,442.007 60.365,438.674 C 61.308,438.627 62.177,436.891 62.424,434.817 L 63.28,427.634 C 63.712,424.353 62.945,421.593 62.012,421.05 C 60.766,420.373 59.773,422.346 59.485,424.762 L 58.562,432.528 C 58.305,434.692 58.732,436.974 59.414,438.039 C 59.216,440.724 58.925,442.276 58.501,443.032 C 58.177,443.613 57.553,444.114 56.942,442.807 C 54.964,438.268 55.665,426.41 57.877,421.052 C 59.899,416.149 62.988,414.682 64.867,421.942 C 66.781,429.775 65.043,443.45 60.864,446.222 C 60.524,446.503 60.412,447.317 60.409,447.833 C 60.401,448.743 60.577,449.163 60.86,449.068 C 65.735,446.449 67.977,429.624 65.762,420.175 C 63.539,411.424 59.855,412.782 57.249,418.912 Z M 61.593,423.49 C 62.397,424 62.674,425.931 62.482,427.488 L 61.66,434.164 C 61.501,435.443 60.834,436.267 60.314,436.089 C 59.836,435.928 59.268,434.641 59.451,432.417 L 60.171,426.208 C 60.338,424.771 60.958,423.175 61.593,423.49 Z M 60.415,431.781 L 60.161,433.992 C 60.086,434.49 60.161,435.1 60.326,435.196 C 60.521,435.312 60.723,434.852 60.774,434.408 L 61.033,432.114 C 61.085,431.662 60.992,431.092 60.84,431.027 C 60.65,430.963 60.465,431.36 60.415,431.781 Z' fill='%23d0d0d0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 82.519,460.39 C 72.45,460.775 68.233,462.038 71.271,462.978 C 72.779,463.445 76.19,463.634 78.816,463.615 C 81.721,463.583 83.241,463.415 85.053,463.095 C 87.593,463.241 90.434,463.19 91.707,463 L 96.119,462.34 C 98.241,462.046 97.003,461.615 94.66,461.402 C 91.518,461.124 88.272,461.182 86.791,461.403 L 82.027,462.117 C 80.702,462.316 81.172,462.639 82.684,462.869 C 81.365,463.134 80.126,463.259 78.77,463.274 C 77.728,463.287 75.908,463.241 74.652,462.996 C 70.689,462.17 76.062,460.966 83.57,460.73 C 90.439,460.513 99.156,460.852 102.05,461.966 C 104.876,463.147 96.187,464.385 84.164,464.014 C 83.169,463.989 82.629,464.062 82.466,464.119 C 82.177,464.219 82.525,464.294 83.313,464.33 C 97.153,464.831 108.124,463.326 104.972,461.915 C 101.593,460.58 91.314,460.132 82.519,460.39 Z M 92.817,461.605 C 94.822,461.793 94.999,462.052 94.024,462.194 L 89.849,462.802 C 89.049,462.919 87.019,462.903 85.674,462.798 C 84.44,462.702 83.296,462.466 84.443,462.25 L 88.203,461.676 C 89.074,461.544 91.205,461.467 92.817,461.605 Z M 87.215,462.336 L 85.879,462.54 C 85.534,462.583 85.553,462.663 85.97,462.701 C 86.457,462.745 87.139,462.728 87.403,462.686 L 88.776,462.472 C 89.045,462.431 88.965,462.352 88.575,462.32 C 88.084,462.283 87.47,462.296 87.215,462.336 Z' fill='%23e0e4e3' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(112.524 477.905) scale(38.435 -38.435)'/%3E%3C/g%3E%3Cpath d='M 112.524,477.905 L 150.959,477.905 L 150.959,439.47 L 112.524,439.47 L 112.524,477.905 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 128.227,476.809 C 137.949,478.474 147.18,471.943 148.846,462.22 C 150.511,452.498 143.978,443.266 134.256,441.602 C 124.534,439.937 115.303,446.47 113.639,456.192 C 111.974,465.913 118.505,475.143 128.227,476.809' fill='%23fce83d' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 131.237,455.512 C 131.322,455.512 131.391,455.58 131.391,455.665 L 131.376,458.188 C 131.572,458.261 131.688,458.462 131.652,458.668 C 131.616,458.874 131.437,459.024 131.228,459.024 C 131.019,459.024 130.84,458.874 130.804,458.668 C 130.767,458.462 130.883,458.261 131.079,458.188 L 131.079,455.669 C 131.079,455.627 131.097,455.587 131.126,455.558 C 131.156,455.53 131.195,455.514 131.237,455.514' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 132.128,455.704 L 132.128,455.704 C 132.213,455.706 132.28,455.775 132.28,455.859 C 132.288,456.603 132.373,457.343 132.532,458.07 C 132.739,458.108 132.888,458.289 132.885,458.5 C 132.884,458.71 132.731,458.889 132.525,458.924 C 132.317,458.959 132.115,458.84 132.043,458.643 C 131.973,458.445 132.053,458.225 132.235,458.12 C 132.072,457.378 131.987,456.621 131.98,455.862 C 131.98,455.776 132.048,455.706 132.134,455.704' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 130.431,458.491 C 130.436,458.607 130.395,458.719 130.316,458.804 C 130.237,458.888 130.128,458.937 130.013,458.94 C 129.899,458.944 129.788,458.902 129.705,458.824 C 129.622,458.746 129.573,458.638 129.57,458.524 C 129.563,458.317 129.706,458.134 129.909,458.09 C 130.039,457.404 130.113,456.709 130.131,456.011 C 130.133,455.925 130.204,455.857 130.289,455.859 L 130.289,455.859 C 130.33,455.861 130.369,455.878 130.396,455.909 C 130.425,455.939 130.439,455.979 130.438,456.019 C 130.423,456.734 130.347,457.445 130.212,458.147 C 130.342,458.22 130.425,458.357 130.429,458.507' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 130.984,459.508 C 130.992,459.746 130.804,459.945 130.567,459.952 C 130.329,459.959 130.13,459.773 130.123,459.535 C 130.118,459.297 130.304,459.098 130.542,459.088 C 130.78,459.082 130.978,459.27 130.984,459.508' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 132.318,459.516 C 132.325,459.754 132.137,459.953 131.899,459.959 C 131.662,459.966 131.463,459.778 131.457,459.54 C 131.45,459.302 131.638,459.105 131.875,459.098 C 132.113,459.091 132.312,459.278 132.318,459.516' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 133.483,455.874 C 133.423,456.119 133.251,456.322 133.019,456.424 C 132.966,456.454 132.902,456.461 132.842,456.444 C 132.783,456.426 132.733,456.387 132.704,456.331 C 132.675,456.278 132.668,456.214 132.685,456.155 C 132.702,456.096 132.743,456.046 132.796,456.016 C 132.901,455.972 132.981,455.886 133.016,455.779 C 133.029,455.713 133.012,455.646 132.969,455.595 L 132.969,455.595 L 132.969,455.595 C 132.969,455.595 132.508,455.196 131.237,455.19 C 129.965,455.185 129.537,455.567 129.537,455.567 L 129.537,455.567 C 129.502,455.621 129.488,455.686 129.498,455.749 C 129.519,455.849 129.583,455.936 129.671,455.987 C 129.744,456.031 129.787,456.111 129.782,456.196 C 129.779,456.281 129.729,456.357 129.652,456.394 C 129.575,456.431 129.485,456.422 129.416,456.374 C 129.218,456.251 129.083,456.051 129.041,455.823 C 129.018,455.685 129.036,455.545 129.092,455.416 C 129.089,455.391 129.089,455.366 129.092,455.342 C 129.092,455.324 129.264,453.262 129.27,452.234 C 129.27,452.085 129.391,451.964 129.54,451.964 C 129.69,451.964 129.811,452.085 129.811,452.234 C 129.811,452.98 129.725,454.195 129.671,454.882 C 130.178,454.701 130.716,454.618 131.254,454.637 C 131.808,454.624 132.358,454.716 132.877,454.908 C 132.877,454.814 132.877,454.712 132.877,454.611 C 132.844,453.803 132.8,452.695 132.79,452.314 C 132.79,452.165 132.909,452.043 133.058,452.038 C 133.208,452.037 133.331,452.155 133.335,452.306 C 133.335,452.676 133.387,453.83 133.42,454.59 C 133.442,455.113 133.45,455.327 133.442,455.428 C 133.516,455.567 133.538,455.728 133.507,455.883' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 131.237,468.552 C 128.673,468.56 126.212,467.543 124.403,465.726 L 124.376,465.702 C 124.068,465.39 124.071,464.886 124.384,464.578 C 124.696,464.269 125.2,464.273 125.508,464.585 C 128.678,467.758 133.817,467.767 136.998,464.606 C 137.144,464.459 137.343,464.377 137.551,464.377 C 137.757,464.377 137.955,464.461 138.1,464.609 C 138.406,464.916 138.406,465.413 138.1,465.72 C 136.284,467.545 133.811,468.564 131.237,468.552' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 131.258,464.386 L 131.258,464.386 C 129.826,464.39 128.453,463.819 127.445,462.803 C 127.248,462.603 127.172,462.314 127.246,462.043 C 127.321,461.772 127.534,461.561 127.805,461.491 C 128.078,461.421 128.365,461.5 128.563,461.701 C 130.055,463.191 132.473,463.191 133.965,461.701 C 134.11,461.553 134.308,461.47 134.516,461.47 C 134.722,461.47 134.921,461.553 135.067,461.701 C 135.214,461.847 135.296,462.046 135.296,462.253 C 135.296,462.46 135.214,462.659 135.067,462.805 C 134.061,463.816 132.692,464.382 131.267,464.374' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 141.181,468.421 C 135.674,473.885 126.786,473.866 121.302,468.38 C 121.101,468.182 121.021,467.891 121.093,467.617 C 121.165,467.345 121.376,467.131 121.649,467.057 C 121.922,466.983 122.212,467.06 122.412,467.259 C 127.285,472.142 135.19,472.159 140.082,467.295 C 140.228,467.148 140.427,467.066 140.634,467.066 C 140.95,467.069 141.234,467.261 141.354,467.554 C 141.473,467.847 141.405,468.183 141.181,468.407' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3C/g%3E%3Ctext xml:space='preserve' transform='translate(125.973 445.731) scale(1 -1)' kerning='0' fill='%23000000' stroke-width='0.297' fill-rule='nonzero' stroke-linejoin='miter' font-family='FrutigerLTPro-Bold' font-weight='bold' font-size='6.578'%3E%3Ctspan x='0' y='0'%3E100%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-fiber-klassik {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='179.514 -497.999 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='253.33' cy='432.614' r='40.0552676186291'%3E%3Cstop offset='0' stop-color='%2328c7d4'/%3E%3Cstop offset='1' stop-color='%232ebbc9'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='210.207' cy='432.612' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%2314a3b2'/%3E%3Cstop offset='1' stop-color='%2313808d'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.478683 0.999542 -9.34714 -0.287674 0.001 -0.002)'%3E%3Cstop offset='0' stop-color='%2300808d'/%3E%3Cstop offset='1' stop-color='%232cbecd'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177521 0.960663 -3.46843 -0.275986 0.002 -0.002)'%3E%3Cstop offset='0' stop-color='%23006772'/%3E%3Cstop offset='1' stop-color='%23138d9c'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(250.737 458.797)'%3E%3Cstop offset='0' stop-color='%233eceda'/%3E%3Cstop offset='1' stop-color='%2323b6c2'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='241.567' cy='466.767' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%232ab5c0'/%3E%3Cstop offset='1' stop-color='%2320b5c1'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(222.616 432.024) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23007e93'/%3E%3Cstop offset='1' stop-color='%23005a65'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(215.108 404.821) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(241.741 435.775) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 226.385,394.019 L 276.08,399.146 L 275.904,399.746 L 226.298,394.898 L 226.385,394.019 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 222.863,457.189 L 279.974,460.022 L 279.464,399.772 L 223.009,393.919 L 222.863,457.189 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 222.863,457.189 L 202.957,463.843 L 202.951,463.958 L 202.889,463.977 L 202.889,463.866 L 203.244,407.482 L 223.009,393.919 L 222.863,457.189 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(253.296 408.932) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.645' transform='translate(213.022 412.336) rotate(152.901) skewX(-5.95362)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 276.159,460.292 L 276.159,459.833 L 226.063,457.348 L 226.063,457.642 L 225.868,457.776 L 276.159,460.292 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 254.659,466.402 L 279.974,460.319 L 276.534,460.181 L 276.174,460.288 L 225.921,457.74 L 226.063,457.642 L 222.863,457.503 L 202.909,464.074 L 254.659,466.402 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 202.951,463.958 L 222.862,457.381 L 222.863,457.189 L 202.951,463.844 L 202.951,463.958 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 279.805,460.014 L 279.804,460.19 L 276.534,460.045 L 276.159,460.149 L 276.159,459.833 L 279.805,460.014 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.536,460.045 L 276.534,460.045 L 276.534,460.181 L 279.974,460.319 L 279.974,460.196 L 276.536,460.045 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.534,460.045 L 276.159,460.149 L 276.159,460.292 L 276.534,460.181 L 276.534,460.045 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.862,457.381 L 202.907,463.973 L 202.907,464.074 L 222.863,457.503 L 222.862,457.381 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.877,394.011 L 222.743,457.23 L 222.856,457.188 L 223.006,457.197 L 223.14,393.933 L 223.009,393.919 L 222.877,394.011 Z' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 226.063,457.348 L 226.063,457.525 L 222.862,457.381 L 222.863,457.189 L 226.063,457.348 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 222.862,457.381 L 222.862,457.381 L 222.863,457.503 L 226.064,457.648 L 226.063,457.525 L 222.862,457.381 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 223.008,393.643 L 223.008,393.643 L 223.009,393.766 L 226.394,394.117 L 226.385,394 L 223.008,393.643 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 226.361,394.115 L 226.361,394.267 L 223.009,393.919 L 223.01,393.768 L 226.361,394.115 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 223.008,393.643 L 203.297,407.155 L 203.296,407.276 L 223.009,393.766 L 223.008,393.643 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 223.009,393.766 L 203.332,407.269 L 203.332,407.423 L 223.009,393.919 L 223.009,393.766 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.08,399.146 L 276.08,399.146 L 276.08,399.27 L 279.344,399.608 L 279.344,399.492 L 276.08,399.146 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 279.171,399.59 L 279.173,399.742 L 275.82,399.394 L 276.08,399.27 L 279.171,399.59 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 276.08,399.27 L 275.82,399.395 L 275.821,399.277 L 276.08,399.146 L 276.08,399.27 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 203.169,419.389 C 185.729,417.059 174.394,413.038 182.087,400.709 C 185.144,395.056 194.444,394.688 199.582,394.095 C 208.886,393.805 215.211,393.664 223.008,393.643 L 203.244,407.159 L 203.169,419.389 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cpath d='M 242.444,413.312 C 234.666,419.845 234.561,431.982 239.929,439.021 C 242.596,442.518 246.144,443.03 248.405,442.02 C 250.876,440.813 251.733,438.878 252.414,435.563 C 255.078,436.006 257.436,434.651 258.014,432.615 L 260.019,425.569 C 261.047,422.371 258.722,419.091 256.046,418.035 C 252.482,416.675 249.783,418.216 249.113,420.585 L 246.952,428.206 C 246.35,430.328 247.689,432.932 249.68,434.402 C 249.279,437.099 248.544,438.565 247.391,439.132 C 246.506,439.568 244.77,439.766 242.962,438.081 C 237.104,432.312 238.398,420.305 244.343,415.873 C 249.783,411.816 258.442,411.903 264.178,420.461 C 270.052,429.637 265.93,442.994 254.262,443.697 C 253.316,443.813 253.047,444.604 253.064,445.141 C 253.097,446.085 253.619,446.617 254.417,446.667 C 268.058,446.486 273.425,430.104 266.609,419.086 C 259.811,408.792 249.464,408.279 242.444,413.312 Z M 255.003,420.361 C 257.309,421.315 258.207,423.476 257.753,425 L 255.812,431.533 C 255.44,432.785 253.6,433.296 252.115,432.838 C 250.754,432.419 249.071,430.779 249.461,428.555 L 251.137,422.454 C 251.526,421.04 253.185,419.699 255.003,420.361 Z M 252.153,428.396 L 251.557,430.569 C 251.378,431.05 251.623,431.725 252.099,431.914 C 252.656,432.135 253.205,431.761 253.322,431.325 L 253.922,429.067 C 254.04,428.623 253.744,427.979 253.309,427.831 C 252.767,427.664 252.265,427.982 252.153,428.396 Z' fill='%23f0f0f0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 210.199,418.911 C 207.293,426.632 207.012,438.405 208.79,444.26 C 209.673,447.168 210.929,447.028 211.757,445.644 C 212.664,444.033 213.007,442.006 213.316,438.673 C 214.259,438.626 215.127,436.89 215.375,434.816 L 216.23,427.633 C 216.662,424.352 215.896,421.592 214.963,421.049 C 213.716,420.372 212.723,422.345 212.435,424.761 L 211.513,432.527 C 211.255,434.691 211.682,436.973 212.364,438.038 C 212.167,440.723 211.875,442.275 211.452,443.031 C 211.127,443.612 210.504,444.113 209.892,442.806 C 207.915,438.267 208.616,426.409 210.827,421.051 C 212.85,416.148 215.939,414.681 217.817,421.941 C 219.731,429.774 217.994,443.449 213.815,446.221 C 213.474,446.502 213.362,447.316 213.359,447.832 C 213.352,448.742 213.528,449.162 213.811,449.067 C 218.685,446.448 220.927,429.623 218.713,420.174 C 216.49,411.423 212.806,412.781 210.199,418.911 Z M 214.543,423.489 C 215.348,423.999 215.625,425.93 215.433,427.487 L 214.61,434.163 C 214.452,435.442 213.785,436.266 213.264,436.088 C 212.787,435.927 212.219,434.64 212.402,432.416 L 213.121,426.207 C 213.288,424.77 213.908,423.174 214.543,423.489 Z M 213.365,431.78 L 213.111,433.991 C 213.036,434.489 213.112,435.099 213.277,435.195 C 213.472,435.311 213.674,434.851 213.725,434.407 L 213.984,432.113 C 214.035,431.661 213.943,431.091 213.79,431.026 C 213.6,430.962 213.415,431.359 213.365,431.78 Z' fill='%23d0d0d0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 235.47,460.389 C 225.401,460.774 221.183,462.037 224.221,462.977 C 225.729,463.444 229.141,463.633 231.767,463.614 C 234.672,463.582 236.191,463.414 238.003,463.094 C 240.543,463.24 243.384,463.189 244.658,462.999 L 249.07,462.339 C 251.192,462.045 249.954,461.614 247.61,461.401 C 244.469,461.123 241.223,461.181 239.742,461.402 L 234.978,462.116 C 233.652,462.315 234.122,462.638 235.635,462.868 C 234.316,463.133 233.076,463.258 231.721,463.273 C 230.678,463.286 228.858,463.24 227.602,462.995 C 223.639,462.169 229.012,460.965 236.521,460.729 C 243.39,460.512 252.106,460.851 255,461.965 C 257.826,463.146 249.137,464.384 237.115,464.013 C 236.119,463.988 235.579,464.061 235.416,464.118 C 235.128,464.218 235.475,464.293 236.264,464.329 C 250.104,464.83 261.074,463.325 257.922,461.914 C 254.543,460.579 244.264,460.131 235.47,460.389 Z M 245.768,461.604 C 247.772,461.792 247.949,462.051 246.974,462.193 L 242.8,462.801 C 242,462.918 239.969,462.902 238.624,462.797 C 237.39,462.701 236.247,462.465 237.393,462.249 L 241.154,461.675 C 242.024,461.543 244.155,461.466 245.768,461.604 Z M 240.166,462.335 L 238.829,462.539 C 238.484,462.582 238.503,462.662 238.92,462.7 C 239.408,462.744 240.09,462.727 240.354,462.685 L 241.726,462.471 C 241.996,462.43 241.915,462.351 241.526,462.319 C 241.034,462.282 240.421,462.295 240.166,462.335 Z' fill='%23e0e4e3' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(265.408 477.904) scale(38.435 -38.435)'/%3E%3C/g%3E%3Cpath d='M 265.408,477.904 L 303.843,477.904 L 303.843,439.469 L 265.408,439.469 L 265.408,477.904 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 281.111,476.808 C 290.833,478.473 300.064,471.942 301.729,462.219 C 303.394,452.497 296.862,443.265 287.14,441.601 C 277.418,439.936 268.187,446.469 266.522,456.191 C 264.858,465.912 271.389,475.142 281.111,476.808' fill='%23fce83d' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 284.121,455.511 C 284.206,455.511 284.275,455.579 284.275,455.664 L 284.26,458.187 C 284.456,458.26 284.572,458.461 284.535,458.667 C 284.499,458.873 284.32,459.023 284.111,459.023 C 283.903,459.023 283.724,458.873 283.687,458.667 C 283.65,458.461 283.767,458.26 283.963,458.187 L 283.963,455.668 C 283.963,455.626 283.98,455.586 284.01,455.557 C 284.039,455.529 284.079,455.513 284.121,455.513' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 285.011,455.703 L 285.011,455.703 C 285.096,455.705 285.164,455.774 285.164,455.858 C 285.172,456.602 285.256,457.342 285.416,458.069 C 285.622,458.107 285.771,458.288 285.769,458.499 C 285.768,458.709 285.615,458.888 285.408,458.923 C 285.201,458.958 284.998,458.839 284.927,458.642 C 284.856,458.444 284.937,458.224 285.119,458.119 C 284.956,457.377 284.87,456.62 284.863,455.861 C 284.863,455.775 284.932,455.705 285.018,455.703' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 283.315,458.49 C 283.32,458.606 283.279,458.718 283.2,458.803 C 283.121,458.887 283.011,458.936 282.897,458.939 C 282.782,458.943 282.672,458.901 282.588,458.823 C 282.505,458.745 282.457,458.637 282.453,458.523 C 282.447,458.316 282.59,458.133 282.793,458.089 C 282.923,457.403 282.997,456.708 283.015,456.01 C 283.017,455.924 283.087,455.856 283.172,455.858 L 283.172,455.858 C 283.214,455.86 283.253,455.877 283.28,455.908 C 283.308,455.938 283.323,455.978 283.321,456.018 C 283.307,456.733 283.231,457.444 283.096,458.146 C 283.226,458.219 283.308,458.356 283.312,458.506' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 283.868,459.507 C 283.875,459.745 283.688,459.944 283.451,459.951 C 283.213,459.958 283.014,459.772 283.006,459.534 C 283.002,459.296 283.187,459.097 283.425,459.087 C 283.663,459.081 283.861,459.269 283.868,459.507' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 285.202,459.515 C 285.208,459.753 285.021,459.952 284.783,459.958 C 284.545,459.965 284.347,459.777 284.341,459.539 C 284.334,459.301 284.522,459.104 284.759,459.097 C 284.997,459.09 285.195,459.277 285.202,459.515' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 286.366,455.873 C 286.307,456.118 286.134,456.321 285.903,456.423 C 285.849,456.453 285.785,456.46 285.726,456.443 C 285.667,456.425 285.617,456.386 285.588,456.33 C 285.559,456.277 285.552,456.213 285.569,456.154 C 285.586,456.095 285.626,456.045 285.68,456.015 C 285.785,455.971 285.865,455.885 285.9,455.778 C 285.912,455.712 285.895,455.645 285.853,455.594 L 285.853,455.594 L 285.853,455.594 C 285.853,455.594 285.392,455.195 284.121,455.189 C 282.849,455.184 282.421,455.566 282.421,455.566 L 282.421,455.566 C 282.385,455.62 282.372,455.685 282.382,455.748 C 282.403,455.848 282.466,455.935 282.555,455.986 C 282.627,456.03 282.67,456.11 282.666,456.195 C 282.662,456.28 282.612,456.356 282.535,456.393 C 282.459,456.43 282.368,456.421 282.3,456.373 C 282.102,456.25 281.966,456.05 281.924,455.822 C 281.902,455.684 281.92,455.544 281.975,455.415 C 281.972,455.39 281.972,455.365 281.975,455.341 C 281.975,455.323 282.147,453.261 282.153,452.233 C 282.153,452.084 282.274,451.963 282.424,451.963 C 282.573,451.963 282.694,452.084 282.694,452.233 C 282.694,452.979 282.608,454.194 282.555,454.881 C 283.062,454.7 283.6,454.617 284.138,454.636 C 284.691,454.623 285.242,454.715 285.761,454.907 C 285.761,454.813 285.761,454.711 285.761,454.61 C 285.728,453.802 285.683,452.694 285.674,452.313 C 285.674,452.164 285.792,452.042 285.941,452.037 C 286.091,452.036 286.215,452.154 286.218,452.305 C 286.218,452.675 286.271,453.829 286.304,454.589 C 286.325,455.112 286.334,455.326 286.325,455.427 C 286.399,455.566 286.422,455.727 286.39,455.882' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 284.121,468.551 C 281.556,468.559 279.095,467.542 277.287,465.725 L 277.26,465.701 C 276.951,465.389 276.955,464.885 277.267,464.577 C 277.58,464.268 278.084,464.272 278.392,464.584 C 281.562,467.757 286.701,467.766 289.882,464.605 C 290.028,464.458 290.227,464.376 290.434,464.376 C 290.641,464.376 290.839,464.46 290.984,464.608 C 291.289,464.915 291.289,465.412 290.984,465.719 C 289.167,467.544 286.695,468.563 284.121,468.551' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 284.141,464.385 L 284.141,464.385 C 282.71,464.389 281.337,463.818 280.329,462.802 C 280.131,462.602 280.055,462.313 280.13,462.042 C 280.205,461.771 280.417,461.56 280.689,461.49 C 280.961,461.42 281.249,461.499 281.447,461.7 C 282.939,463.19 285.356,463.19 286.848,461.7 C 286.994,461.552 287.192,461.469 287.4,461.469 C 287.606,461.469 287.804,461.552 287.95,461.7 C 288.098,461.846 288.18,462.045 288.18,462.252 C 288.18,462.459 288.098,462.658 287.95,462.804 C 286.945,463.815 285.576,464.381 284.15,464.373' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 294.065,468.42 C 288.558,473.884 279.669,473.865 274.185,468.379 C 273.984,468.181 273.905,467.89 273.976,467.616 C 274.048,467.344 274.26,467.13 274.533,467.056 C 274.805,466.982 275.096,467.059 275.296,467.258 C 280.168,472.141 288.074,472.158 292.966,467.294 C 293.112,467.147 293.311,467.065 293.518,467.065 C 293.834,467.068 294.118,467.26 294.238,467.553 C 294.356,467.846 294.289,468.182 294.065,468.406' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3C/g%3E%3Ctext xml:space='preserve' transform='translate(278.856 445.73) scale(1 -1)' kerning='0' fill='%23000000' stroke-width='0.297' fill-rule='nonzero' stroke-linejoin='miter' font-family='FrutigerLTPro-Bold' font-weight='bold' font-size='6.578'%3E%3Ctspan x='0' y='0'%3E300%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-fiber-plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='332.407 -497.999 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='406.158' cy='432.614' r='40.0552676186291'%3E%3Cstop offset='0' stop-color='%2328c7d4'/%3E%3Cstop offset='1' stop-color='%232ebbc9'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='363.035' cy='432.612' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%2314a3b2'/%3E%3Cstop offset='1' stop-color='%2313808d'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.477783 0.999573 -9.34624 -0.287704 -0.001 -0.001)'%3E%3Cstop offset='0' stop-color='%2300808d'/%3E%3Cstop offset='1' stop-color='%232cbecd'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177521 0.960663 -3.46843 -0.275986 0.002 -0.003)'%3E%3Cstop offset='0' stop-color='%23006772'/%3E%3Cstop offset='1' stop-color='%23138d9c'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(403.564 458.797)'%3E%3Cstop offset='0' stop-color='%233eceda'/%3E%3Cstop offset='1' stop-color='%2323b6c2'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='394.396' cy='466.767' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%232ab5c0'/%3E%3Cstop offset='1' stop-color='%2320b5c1'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(375.444 432.024) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23007e93'/%3E%3Cstop offset='1' stop-color='%23005a65'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(367.936 404.821) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAG/ElEQVRogd1aW48URRSuqu6e6cvOXobd5WIQlsASFB8E3oQEjQkaffJBfwAQ/xQJQR/0wUTeFGKiJvgitxiVwJKIoxsuy+zMMjM9sz3TU+V3uqvHYdlZZu89nKTS1dXd1efrc6s6p9mrRnyD5zPQMiMjI7Zpmq4QwuU8dKQ0LLooRLuF/qKUsh6GYb1SqTQw3ERrbxQDGwHIGB8fdw2jNcG59TqmnELbxznbrRTL4zikFM9EL+OqiTGfc15WSj1CKzAmHygVFsLQeFoqlXy2TnDrAWQODQ3lXdc9BEaPg8ljGJvGlLsBYhh9m+4B0wLXGI70LoW+xDFEC9AqAPgYwzNKyVtS8hv1ev2+7/slXGutham1ABK5XG7M87JvoXsaU5wEvwDCdoDpLBgmAH3Nq2KSuB3gVAmYZ3D8BVL70feD36vVapmtUmKrBeTs3Dl2UCnrjBD8A5wfBQNQK272C6IXaXCQHCcQf2LkOylbV+bmyvdx3uh3HqPfG2HoY8PDw6eEMM6B90/B/lFSLRi+sV4wRDwm4sfDbK+hfwTC3uN5TsMwzGIQBH2B6gvQxIS3K5OxPwbzn+Nl76FN4mXmRgBZSjSlBkZ2OIX37DdNETqO+xj2RU5DrfT8SwHBg+0xzcwnsJfzeNdxvDJHZsI2mfTHsslborsf7wyz2exso9GosRVArQiIJENgMOFZ2AxUjNubIJSepKVlorsDGPZCuwPHcQqQVK3XMz0Bkc0Yhv0R1Ow8gcH0WbZNpFVwDOGBQsICbKrQy6Z6AbLhAE6aJofN8BMkGbbNpEGNopeHTc36fv1fFsez52g5QAKu+bAQ5ll8jfdjm9k6NVuJwIYF1x6FCdf1ZhCAi2yJPb0ACEEzn83acALsM0ywcyscQP8UrTgoeJP6IV6Ju81ms959h1jyhGnb9hsA/SHA7AEYwVJGsGn6wLvQOxOvVpj13PXuE0hnFOhPY31FN2ZYeolAvAn23/U8L999oRuQ4brWQcNgpwAqz9NiOMtQzJuC2ol3sDimdWTHdDqAJiaYA0dCgfMwWyLGNFK8flSHhFDH8/m8l4x3ALVao+NY6dMWYEeapZNQzCNpknjbNNsTyXgCyLAsC5FYHYYX2faY0y+RxwOoaSFoYxmrXQLIAuAp7Edo3ZQ6z9aLKNjGO2PaJcdOLGJ+dHQUUpG0bR4ZBHVLSLNKgX8f5THoJAKkExq7WbxtHjSKVuSGYUSOIQIEMA4ZGLomGzwyKRlDGSY60YBCkgztFAfGfhKKkzDME6L9v8pJaZJPx8KPDYz9dBGnNFkn98deDeoIIlG5EChbkJJig0eKEpiwoWhvlKjcIg41gJJswEgnLn0pJWFIAMkGJfrYMjvAASDK5ZUoX04nESBKnGPgMbqLL8kSpZEC4h0YKMUVA1pYWAAQUYAFPUMbGESUasWhgl5BVzI6Xq6Faw9gXFQRGCA7UlIn+/9icVmmA6iNvfksnMI9GNkiGxiKkvwzVI5hOqnfiUOW9awI93Ab3ZIWZaop5lGVIYRbVFtKxjuAikUGx8Bv4aZ7bI21ma0kqlQAzH04hJu6UBZR90qhTcUm4L6GVk6zkGLeqAoor4HnGdZVQ3pu6VOr1cpQu5/R/YNpI0spEW93wOtPutrXoaWJRolNYBX7I9o0HcH5cNo2fNoLPwSrX/n+4vdwZtXu6y9kTnFD4HmZKhWbcHqARRuotGBSBAi8savtNvsS8bPAXpYKphuAvOI4bh0Lvn26PpOKtBZMByGFX4eQLszNFa+zZcyiV/UhtCyrSJUzKtHjfFxn/7eRFJhXdwDmYr0eXIUmVZa7qyeTQRAsUhkQEgrR9mIov42gmlIyCvqXsNH5Fqo21+vGFRmES6xns/asELR64LswNMbilBfbCtKhgxbMdwhMELS+mZ+ff8TWWpKkB6mmCUkVqHIGUGNUxsd4ZrO9HwImMU0e7CZedbHZDC8jgD6kSys9148KKappUhnQssQsQFH1myRFWRax0cC0VJqY9hFm/kGp9gU4qStQsyesj71N3zZBNc1arT7ruhnosijpmqsHBihjKTbqxwv9H9BttK/hmr+AN/u1lwNYjlZr5CG+VhGA7mYy4i5AzVN+gjJGTP/Xw2JwfU0WS0PRsoXsBAtM/huGLmMlc4mCJqTyN1vlimU9X9WanPTySrnTQqgTiFnHsFicBhY4DzVMEkTfgCmI5D0AqjBGexiAUFj6c/p56QmGZ9pteRue7AbnjXtPn/r4UFv389JSMqg+YxjhpBAWYhY/EP9eJhCQIwcCtYz+NSBJUs7Cxzm2KBLeSv1DmzMpRQFb6LlyuUyr5nXlNTbjB8BsLpdzsB70KD2LZkO1NCAeUnYG536r1apXq9XkB8BBTM5sBTH2H/xeAu7AICvFAAAAAElFTkSuQmCC'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(394.634 435.775) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 379.213,394.019 L 428.908,399.146 L 428.731,399.746 L 379.126,394.898 L 379.213,394.019 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 375.69,457.189 L 432.802,460.022 L 432.293,399.772 L 375.836,393.919 L 375.69,457.189 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 375.69,457.189 L 355.785,463.843 L 355.779,463.958 L 355.718,463.977 L 355.718,463.866 L 356.073,407.482 L 375.836,393.919 L 375.69,457.189 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(406.124 408.932) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.645' transform='translate(365.85 412.336) rotate(152.901) skewX(-5.95362)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 428.987,460.292 L 428.988,459.833 L 378.891,457.348 L 378.891,457.642 L 378.696,457.776 L 428.987,460.292 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 407.487,466.402 L 432.802,460.319 L 429.363,460.181 L 429.002,460.288 L 378.75,457.74 L 378.891,457.642 L 375.691,457.503 L 355.737,464.074 L 407.487,466.402 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 355.779,463.958 L 375.69,457.381 L 375.69,457.189 L 355.78,463.844 L 355.779,463.958 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 432.634,460.014 L 432.633,460.19 L 429.363,460.045 L 428.987,460.149 L 428.987,459.833 L 432.634,460.014 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.364,460.045 L 429.363,460.045 L 429.363,460.181 L 432.802,460.319 L 432.802,460.196 L 429.364,460.045 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 429.363,460.045 L 428.987,460.149 L 428.987,460.292 L 429.363,460.181 L 429.363,460.045 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.69,457.381 L 355.735,463.973 L 355.735,464.074 L 375.691,457.503 L 375.69,457.381 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.706,394.011 L 375.57,457.23 L 375.684,457.188 L 375.834,457.197 L 375.968,393.933 L 375.836,393.919 L 375.706,394.011 Z' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 378.891,457.348 L 378.891,457.525 L 375.69,457.381 L 375.69,457.189 L 378.891,457.348 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.69,457.381 L 375.69,457.381 L 375.691,457.503 L 378.892,457.648 L 378.891,457.525 L 375.69,457.381 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.836,393.643 L 375.836,393.643 L 375.836,393.766 L 379.223,394.117 L 379.213,394 L 375.836,393.643 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 379.189,394.115 L 379.19,394.267 L 375.836,393.919 L 375.838,393.768 L 379.189,394.115 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.836,393.643 L 356.125,407.155 L 356.124,407.276 L 375.836,393.766 L 375.836,393.643 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 375.836,393.766 L 356.16,407.269 L 356.16,407.423 L 375.836,393.919 L 375.836,393.766 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 428.908,399.146 L 428.908,399.146 L 428.908,399.27 L 432.172,399.608 L 432.172,399.492 L 428.908,399.146 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 432,399.59 L 432.001,399.742 L 428.648,399.394 L 428.908,399.27 L 432,399.59 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 428.908,399.27 L 428.648,399.395 L 428.649,399.277 L 428.908,399.146 L 428.908,399.27 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 355.998,419.389 C 338.558,417.059 327.222,413.038 334.915,400.709 C 337.971,395.056 347.273,394.688 352.41,394.095 C 361.715,393.805 368.039,393.664 375.836,393.643 L 356.072,407.159 L 355.998,419.389 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cpath d='M 395.273,413.312 C 387.495,419.845 387.389,431.982 392.758,439.021 C 395.423,442.518 398.972,443.03 401.233,442.02 C 403.705,440.813 404.561,438.878 405.242,435.563 C 407.906,436.006 410.264,434.651 410.842,432.615 L 412.847,425.569 C 413.875,422.371 411.55,419.091 408.874,418.035 C 405.31,416.675 402.612,418.216 401.941,420.585 L 399.78,428.206 C 399.179,430.328 400.517,432.932 402.508,434.402 C 402.107,437.099 401.372,438.565 400.22,439.132 C 399.334,439.568 397.599,439.766 395.79,438.081 C 389.933,432.312 391.226,420.305 397.171,415.873 C 402.612,411.816 411.271,411.903 417.006,420.461 C 422.881,429.637 418.758,442.994 407.091,443.697 C 406.144,443.813 405.875,444.604 405.893,445.141 C 405.925,446.085 406.448,446.617 407.245,446.667 C 420.887,446.486 426.253,430.104 419.438,419.086 C 412.639,408.792 402.292,408.279 395.273,413.312 Z M 407.832,420.361 C 410.137,421.315 411.036,423.476 410.582,425 L 408.64,431.533 C 408.268,432.785 406.429,433.296 404.944,432.838 C 403.582,432.419 401.9,430.779 402.288,428.555 L 403.966,422.454 C 404.354,421.04 406.014,419.699 407.832,420.361 Z M 404.981,428.396 L 404.386,430.569 C 404.206,431.05 404.452,431.725 404.928,431.914 C 405.484,432.135 406.034,431.761 406.149,431.325 L 406.75,429.067 C 406.869,428.623 406.573,427.979 406.138,427.831 C 405.595,427.664 405.094,427.982 404.981,428.396 Z' fill='%23f0f0f0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 363.027,418.911 C 360.122,426.632 359.841,438.405 361.618,444.26 C 362.501,447.168 363.758,447.028 364.585,445.644 C 365.492,444.033 365.836,442.006 366.144,438.673 C 367.087,438.626 367.956,436.89 368.203,434.816 L 369.059,427.633 C 369.491,424.352 368.724,421.592 367.791,421.049 C 366.544,420.372 365.551,422.345 365.264,424.761 L 364.341,432.527 C 364.083,434.691 364.511,436.973 365.193,438.038 C 364.995,440.723 364.704,442.275 364.28,443.031 C 363.956,443.612 363.332,444.113 362.72,442.806 C 360.743,438.267 361.444,426.409 363.655,421.051 C 365.678,416.148 368.766,414.681 370.645,421.941 C 372.56,429.774 370.822,443.449 366.643,446.221 C 366.303,446.502 366.191,447.316 366.188,447.832 C 366.18,448.742 366.356,449.162 366.639,449.067 C 371.513,446.448 373.755,429.623 371.541,420.174 C 369.318,411.423 365.634,412.781 363.027,418.911 Z M 367.372,423.489 C 368.176,423.999 368.453,425.93 368.26,427.487 L 367.438,434.163 C 367.28,435.442 366.613,436.266 366.093,436.088 C 365.615,435.927 365.047,434.64 365.23,432.416 L 365.95,426.207 C 366.116,424.77 366.736,423.174 367.372,423.489 Z M 366.194,431.78 L 365.939,433.991 C 365.865,434.489 365.94,435.099 366.105,435.195 C 366.299,435.311 366.502,434.851 366.553,434.407 L 366.812,432.113 C 366.864,431.661 366.77,431.091 366.618,431.026 C 366.428,430.962 366.243,431.359 366.194,431.78 Z' fill='%23d0d0d0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 388.298,460.389 C 378.229,460.774 374.011,462.037 377.049,462.977 C 378.557,463.444 381.969,463.633 384.595,463.614 C 387.5,463.582 389.019,463.414 390.831,463.094 C 393.371,463.24 396.213,463.189 397.486,462.999 L 401.898,462.339 C 404.02,462.045 402.782,461.614 400.438,461.401 C 397.297,461.123 394.051,461.181 392.57,461.402 L 387.806,462.116 C 386.48,462.315 386.95,462.638 388.462,462.868 C 387.144,463.133 385.905,463.258 384.549,463.273 C 383.506,463.286 381.687,463.24 380.43,462.995 C 376.467,462.169 381.84,460.965 389.349,460.729 C 396.217,460.512 404.934,460.851 407.829,461.965 C 410.654,463.146 401.965,464.384 389.943,464.013 C 388.947,463.988 388.408,464.061 388.244,464.118 C 387.956,464.218 388.304,464.293 389.092,464.329 C 402.932,464.83 413.902,463.325 410.75,461.914 C 407.371,460.579 397.092,460.131 388.298,460.389 Z M 398.596,461.604 C 400.601,461.792 400.777,462.051 399.802,462.193 L 395.628,462.801 C 394.828,462.918 392.797,462.902 391.453,462.797 C 390.218,462.701 389.075,462.465 390.221,462.249 L 393.981,461.675 C 394.852,461.543 396.983,461.466 398.596,461.604 Z M 392.994,462.335 L 391.658,462.539 C 391.312,462.582 391.332,462.662 391.749,462.7 C 392.236,462.744 392.918,462.727 393.182,462.685 L 394.555,462.471 C 394.823,462.43 394.743,462.351 394.354,462.319 C 393.863,462.282 393.249,462.295 392.994,462.335 Z' fill='%23e0e4e3' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(418.368 477.904) scale(38.435 -38.435)'/%3E%3C/g%3E%3Cpath d='M 418.368,477.904 L 456.803,477.904 L 456.803,439.469 L 418.368,439.469 L 418.368,477.904 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 434.071,476.808 C 443.793,478.473 453.024,471.942 454.69,462.219 C 456.355,452.497 449.822,443.265 440.1,441.601 C 430.378,439.936 421.147,446.469 419.482,456.191 C 417.818,465.912 424.349,475.142 434.071,476.808' fill='%23fce83d' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 437.081,455.511 C 437.166,455.511 437.235,455.579 437.235,455.664 L 437.22,458.187 C 437.416,458.26 437.532,458.461 437.496,458.667 C 437.459,458.873 437.28,459.023 437.071,459.023 C 436.863,459.023 436.684,458.873 436.648,458.667 C 436.611,458.461 436.727,458.26 436.923,458.187 L 436.923,455.668 C 436.923,455.626 436.94,455.586 436.97,455.557 C 436.999,455.529 437.039,455.513 437.081,455.513' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 437.972,455.703 L 437.972,455.703 C 438.056,455.705 438.124,455.774 438.124,455.858 C 438.132,456.602 438.216,457.342 438.376,458.069 C 438.583,458.107 438.731,458.288 438.729,458.499 C 438.728,458.709 438.575,458.888 438.369,458.923 C 438.161,458.958 437.959,458.839 437.887,458.642 C 437.817,458.444 437.897,458.224 438.079,458.119 C 437.916,457.377 437.83,456.62 437.824,455.861 C 437.824,455.775 437.892,455.705 437.978,455.703' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 436.275,458.49 C 436.28,458.606 436.239,458.718 436.16,458.803 C 436.081,458.887 435.972,458.936 435.857,458.939 C 435.742,458.943 435.632,458.901 435.548,458.823 C 435.465,458.745 435.417,458.637 435.413,458.523 C 435.407,458.316 435.55,458.133 435.753,458.089 C 435.883,457.403 435.957,456.708 435.975,456.01 C 435.977,455.924 436.048,455.856 436.133,455.858 L 436.133,455.858 C 436.174,455.86 436.213,455.877 436.24,455.908 C 436.268,455.938 436.283,455.978 436.281,456.018 C 436.267,456.733 436.191,457.444 436.056,458.146 C 436.186,458.219 436.268,458.356 436.273,458.506' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 436.828,459.507 C 436.835,459.745 436.648,459.944 436.411,459.951 C 436.173,459.958 435.974,459.772 435.967,459.534 C 435.961,459.296 436.148,459.097 436.386,459.087 C 436.624,459.081 436.822,459.269 436.828,459.507' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 438.162,459.515 C 438.168,459.753 437.981,459.952 437.743,459.958 C 437.505,459.965 437.307,459.777 437.301,459.539 C 437.294,459.301 437.482,459.104 437.719,459.097 C 437.957,459.09 438.155,459.277 438.162,459.515' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 439.327,455.873 C 439.267,456.118 439.095,456.321 438.863,456.423 C 438.81,456.453 438.746,456.46 438.686,456.443 C 438.627,456.425 438.577,456.386 438.548,456.33 C 438.519,456.277 438.512,456.213 438.529,456.154 C 438.546,456.095 438.587,456.045 438.64,456.015 C 438.744,455.971 438.825,455.885 438.86,455.778 C 438.873,455.712 438.855,455.645 438.813,455.594 L 438.813,455.594 L 438.813,455.594 C 438.813,455.594 438.352,455.195 437.081,455.189 C 435.809,455.184 435.381,455.566 435.381,455.566 L 435.381,455.566 C 435.345,455.62 435.332,455.685 435.342,455.748 C 435.363,455.848 435.426,455.935 435.515,455.986 C 435.588,456.03 435.631,456.11 435.626,456.195 C 435.622,456.28 435.572,456.356 435.496,456.393 C 435.419,456.43 435.328,456.421 435.26,456.373 C 435.062,456.25 434.927,456.05 434.885,455.822 C 434.862,455.684 434.88,455.544 434.935,455.415 C 434.933,455.39 434.933,455.365 434.935,455.341 C 434.935,455.323 435.108,453.261 435.114,452.233 C 435.114,452.084 435.234,451.963 435.384,451.963 C 435.533,451.963 435.655,452.084 435.655,452.233 C 435.655,452.979 435.568,454.194 435.515,454.881 C 436.022,454.7 436.56,454.617 437.098,454.636 C 437.651,454.623 438.202,454.715 438.721,454.907 C 438.721,454.813 438.721,454.711 438.721,454.61 C 438.688,453.802 438.644,452.694 438.634,452.313 C 438.634,452.164 438.753,452.042 438.901,452.037 C 439.052,452.036 439.175,452.154 439.178,452.305 C 439.178,452.675 439.231,453.829 439.264,454.589 C 439.285,455.112 439.294,455.326 439.285,455.427 C 439.359,455.566 439.382,455.727 439.351,455.882' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 437.081,468.551 C 434.516,468.559 432.056,467.542 430.247,465.725 L 430.22,465.701 C 429.912,465.389 429.915,464.885 430.228,464.577 C 430.54,464.268 431.044,464.272 431.352,464.584 C 434.522,467.757 439.661,467.766 442.842,464.605 C 442.988,464.458 443.187,464.376 443.394,464.376 C 443.601,464.376 443.799,464.46 443.944,464.608 C 444.25,464.915 444.25,465.412 443.944,465.719 C 442.127,467.544 439.655,468.563 437.081,468.551' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 437.101,464.385 L 437.101,464.385 C 435.67,464.389 434.297,463.818 433.289,462.802 C 433.092,462.602 433.016,462.313 433.09,462.042 C 433.165,461.771 433.378,461.56 433.649,461.49 C 433.921,461.42 434.209,461.499 434.407,461.7 C 435.899,463.19 438.317,463.19 439.809,461.7 C 439.954,461.552 440.152,461.469 440.36,461.469 C 440.566,461.469 440.764,461.552 440.91,461.7 C 441.058,461.846 441.14,462.045 441.14,462.252 C 441.14,462.459 441.058,462.658 440.91,462.804 C 439.905,463.815 438.536,464.381 437.11,464.373' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 447.025,468.42 C 441.518,473.884 432.63,473.865 427.145,468.379 C 426.945,468.181 426.864,467.89 426.936,467.616 C 427.008,467.344 427.22,467.13 427.493,467.056 C 427.765,466.982 428.056,467.059 428.256,467.258 C 433.129,472.141 441.034,472.158 445.926,467.294 C 446.072,467.147 446.271,467.065 446.478,467.065 C 446.794,467.068 447.078,467.26 447.198,467.553 C 447.317,467.846 447.249,468.182 447.025,468.406' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3C/g%3E%3Ctext xml:space='preserve' transform='translate(431.817 445.73) scale(1 -1)' kerning='0' fill='%23000000' stroke-width='0.297' fill-rule='nonzero' stroke-linejoin='miter' font-family='FrutigerLTPro-Bold' font-weight='bold' font-size='6.578'%3E%3Ctspan x='0' y='0'%3E500%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-fiber-200 {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='26.596 -498 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='100.38' cy='432.615' r='40.0552676186291'%3E%3Cstop offset='0' stop-color='%2328c7d4'/%3E%3Cstop offset='1' stop-color='%232ebbc9'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='57.256' cy='432.613' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%2314a3b2'/%3E%3Cstop offset='1' stop-color='%2313808d'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.478668 0.999542 -9.34616 -0.287781 0.003 -0.003)'%3E%3Cstop offset='0' stop-color='%2300808d'/%3E%3Cstop offset='1' stop-color='%232cbecd'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.47041 -0.276474 -0.002 -0.002)'%3E%3Cstop offset='0' stop-color='%23006772'/%3E%3Cstop offset='1' stop-color='%23138d9c'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(97.786 458.798)'%3E%3Cstop offset='0' stop-color='%233eceda'/%3E%3Cstop offset='1' stop-color='%2323b6c2'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='88.617' cy='466.768' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%232ab5c0'/%3E%3Cstop offset='1' stop-color='%2320b5c1'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(69.666 432.025) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23007e93'/%3E%3Cstop offset='1' stop-color='%23005a65'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(62.157 404.822) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(88.823 435.776) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 73.435,394.02 L 123.129,399.147 L 122.953,399.747 L 73.348,394.899 L 73.435,394.02 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 69.912,457.19 L 127.023,460.023 L 126.514,399.773 L 70.058,393.92 L 69.912,457.19 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 69.912,457.19 L 50.007,463.844 L 50,463.959 L 49.939,463.978 L 49.939,463.867 L 50.294,407.483 L 70.058,393.92 L 69.912,457.19 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(100.346 408.933) rotate(-174.35) skewX(24.1591)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(60.072 412.337) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 123.208,460.293 L 123.209,459.834 L 73.112,457.349 L 73.112,457.643 L 72.918,457.777 L 123.208,460.293 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 101.708,466.403 L 127.024,460.32 L 123.584,460.182 L 123.224,460.289 L 72.971,457.741 L 73.112,457.643 L 69.912,457.504 L 49.959,464.075 L 101.708,466.403 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 50,463.959 L 69.912,457.382 L 69.912,457.19 L 50.001,463.845 L 50,463.959 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.855,460.015 L 126.854,460.191 L 123.584,460.046 L 123.208,460.15 L 123.209,459.834 L 126.855,460.015 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.586,460.046 L 123.584,460.046 L 123.584,460.182 L 127.024,460.32 L 127.023,460.197 L 123.586,460.046 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.584,460.046 L 123.208,460.15 L 123.208,460.293 L 123.584,460.182 L 123.584,460.046 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.912,457.382 L 49.956,463.974 L 49.957,464.075 L 69.912,457.504 L 69.912,457.382 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.927,394.012 L 69.792,457.231 L 69.906,457.189 L 70.056,457.198 L 70.189,393.934 L 70.058,393.92 L 69.927,394.012 Z' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 73.112,457.349 L 73.112,457.526 L 69.912,457.382 L 69.912,457.19 L 73.112,457.349 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.912,457.382 L 69.912,457.382 L 69.912,457.504 L 73.113,457.649 L 73.112,457.526 L 69.912,457.382 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.058,393.644 L 70.058,393.644 L 70.058,393.767 L 73.444,394.118 L 73.435,394.001 L 70.058,393.644 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 73.41,394.116 L 73.411,394.268 L 70.058,393.92 L 70.059,393.769 L 73.41,394.116 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.058,393.644 L 50.347,407.156 L 50.345,407.277 L 70.058,393.767 L 70.058,393.644 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.058,393.767 L 50.382,407.27 L 50.382,407.424 L 70.058,393.92 L 70.058,393.767 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.129,399.147 L 123.129,399.147 L 123.13,399.271 L 126.393,399.609 L 126.393,399.493 L 123.129,399.147 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.221,399.591 L 126.222,399.743 L 122.87,399.395 L 123.129,399.271 L 126.221,399.591 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.129,399.271 L 122.87,399.396 L 122.871,399.278 L 123.129,399.147 L 123.129,399.271 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 50.219,419.39 C 32.779,417.06 21.443,413.039 29.136,400.71 C 32.193,395.057 41.494,394.689 46.631,394.096 C 55.936,393.806 62.26,393.665 70.058,393.644 L 50.293,407.16 L 50.219,419.39 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cpath d='M 89.494,413.313 C 81.716,419.846 81.61,431.983 86.979,439.022 C 89.645,442.519 93.193,443.031 95.454,442.021 C 97.926,440.814 98.782,438.879 99.464,435.564 C 102.127,436.007 104.486,434.652 105.064,432.616 L 107.068,425.57 C 108.097,422.372 105.771,419.092 103.096,418.036 C 99.532,416.676 96.833,418.217 96.162,420.586 L 94.002,428.207 C 93.4,430.329 94.739,432.933 96.729,434.403 C 96.328,437.1 95.594,438.566 94.441,439.133 C 93.555,439.569 91.82,439.767 90.011,438.082 C 84.154,432.313 85.447,420.306 91.393,415.874 C 96.833,411.817 105.492,411.904 111.228,420.462 C 117.102,429.638 112.979,442.995 101.312,443.698 C 100.365,443.814 100.097,444.605 100.114,445.142 C 100.146,446.086 100.669,446.618 101.466,446.668 C 115.108,446.487 120.475,430.105 113.659,419.087 C 106.86,408.793 96.514,408.28 89.494,413.313 Z M 102.053,420.362 C 104.358,421.316 105.257,423.477 104.803,425.001 L 102.861,431.534 C 102.489,432.786 100.65,433.297 99.165,432.839 C 97.803,432.42 96.121,430.78 96.51,428.556 L 98.187,422.455 C 98.576,421.041 100.235,419.7 102.053,420.362 Z M 99.202,428.397 L 98.607,430.57 C 98.428,431.051 98.673,431.726 99.149,431.915 C 99.705,432.136 100.255,431.762 100.371,431.326 L 100.971,429.068 C 101.09,428.624 100.794,427.98 100.359,427.832 C 99.816,427.665 99.315,427.983 99.202,428.397 Z' fill='%23f0f0f0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 57.249,418.912 C 54.343,426.633 54.062,438.406 55.84,444.261 C 56.723,447.169 57.979,447.029 58.807,445.645 C 59.714,444.034 60.057,442.007 60.365,438.674 C 61.308,438.627 62.177,436.891 62.424,434.817 L 63.28,427.634 C 63.712,424.353 62.945,421.593 62.012,421.05 C 60.766,420.373 59.773,422.346 59.485,424.762 L 58.562,432.528 C 58.305,434.692 58.732,436.974 59.414,438.039 C 59.216,440.724 58.925,442.276 58.501,443.032 C 58.177,443.613 57.553,444.114 56.942,442.807 C 54.964,438.268 55.665,426.41 57.877,421.052 C 59.899,416.149 62.988,414.682 64.867,421.942 C 66.781,429.775 65.043,443.45 60.864,446.222 C 60.524,446.503 60.412,447.317 60.409,447.833 C 60.401,448.743 60.577,449.163 60.86,449.068 C 65.735,446.449 67.977,429.624 65.762,420.175 C 63.539,411.424 59.855,412.782 57.249,418.912 Z M 61.593,423.49 C 62.397,424 62.674,425.931 62.482,427.488 L 61.66,434.164 C 61.501,435.443 60.834,436.267 60.314,436.089 C 59.836,435.928 59.268,434.641 59.451,432.417 L 60.171,426.208 C 60.338,424.771 60.958,423.175 61.593,423.49 Z M 60.415,431.781 L 60.161,433.992 C 60.086,434.49 60.161,435.1 60.326,435.196 C 60.521,435.312 60.723,434.852 60.774,434.408 L 61.033,432.114 C 61.085,431.662 60.992,431.092 60.84,431.027 C 60.65,430.963 60.465,431.36 60.415,431.781 Z' fill='%23d0d0d0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 82.519,460.39 C 72.45,460.775 68.233,462.038 71.271,462.978 C 72.779,463.445 76.19,463.634 78.816,463.615 C 81.721,463.583 83.241,463.415 85.053,463.095 C 87.593,463.241 90.434,463.19 91.707,463 L 96.119,462.34 C 98.241,462.046 97.003,461.615 94.66,461.402 C 91.518,461.124 88.272,461.182 86.791,461.403 L 82.027,462.117 C 80.702,462.316 81.172,462.639 82.684,462.869 C 81.365,463.134 80.126,463.259 78.77,463.274 C 77.728,463.287 75.908,463.241 74.652,462.996 C 70.689,462.17 76.062,460.966 83.57,460.73 C 90.439,460.513 99.156,460.852 102.05,461.966 C 104.876,463.147 96.187,464.385 84.164,464.014 C 83.169,463.989 82.629,464.062 82.466,464.119 C 82.177,464.219 82.525,464.294 83.313,464.33 C 97.153,464.831 108.124,463.326 104.972,461.915 C 101.593,460.58 91.314,460.132 82.519,460.39 Z M 92.817,461.605 C 94.822,461.793 94.999,462.052 94.024,462.194 L 89.849,462.802 C 89.049,462.919 87.019,462.903 85.674,462.798 C 84.44,462.702 83.296,462.466 84.443,462.25 L 88.203,461.676 C 89.074,461.544 91.205,461.467 92.817,461.605 Z M 87.215,462.336 L 85.879,462.54 C 85.534,462.583 85.553,462.663 85.97,462.701 C 86.457,462.745 87.139,462.728 87.403,462.686 L 88.776,462.472 C 89.045,462.431 88.965,462.352 88.575,462.32 C 88.084,462.283 87.47,462.296 87.215,462.336 Z' fill='%23e0e4e3' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(112.524 477.905) scale(38.435 -38.435)'/%3E%3C/g%3E%3Cpath d='M 112.524,477.905 L 150.959,477.905 L 150.959,439.47 L 112.524,439.47 L 112.524,477.905 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 128.227,476.809 C 137.949,478.474 147.18,471.943 148.846,462.22 C 150.511,452.498 143.978,443.266 134.256,441.602 C 124.534,439.937 115.303,446.47 113.639,456.192 C 111.974,465.913 118.505,475.143 128.227,476.809' fill='%23fce83d' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 131.237,455.512 C 131.322,455.512 131.391,455.58 131.391,455.665 L 131.376,458.188 C 131.572,458.261 131.688,458.462 131.652,458.668 C 131.616,458.874 131.437,459.024 131.228,459.024 C 131.019,459.024 130.84,458.874 130.804,458.668 C 130.767,458.462 130.883,458.261 131.079,458.188 L 131.079,455.669 C 131.079,455.627 131.097,455.587 131.126,455.558 C 131.156,455.53 131.195,455.514 131.237,455.514' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 132.128,455.704 L 132.128,455.704 C 132.213,455.706 132.28,455.775 132.28,455.859 C 132.288,456.603 132.373,457.343 132.532,458.07 C 132.739,458.108 132.888,458.289 132.885,458.5 C 132.884,458.71 132.731,458.889 132.525,458.924 C 132.317,458.959 132.115,458.84 132.043,458.643 C 131.973,458.445 132.053,458.225 132.235,458.12 C 132.072,457.378 131.987,456.621 131.98,455.862 C 131.98,455.776 132.048,455.706 132.134,455.704' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 130.431,458.491 C 130.436,458.607 130.395,458.719 130.316,458.804 C 130.237,458.888 130.128,458.937 130.013,458.94 C 129.899,458.944 129.788,458.902 129.705,458.824 C 129.622,458.746 129.573,458.638 129.57,458.524 C 129.563,458.317 129.706,458.134 129.909,458.09 C 130.039,457.404 130.113,456.709 130.131,456.011 C 130.133,455.925 130.204,455.857 130.289,455.859 L 130.289,455.859 C 130.33,455.861 130.369,455.878 130.396,455.909 C 130.425,455.939 130.439,455.979 130.438,456.019 C 130.423,456.734 130.347,457.445 130.212,458.147 C 130.342,458.22 130.425,458.357 130.429,458.507' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 130.984,459.508 C 130.992,459.746 130.804,459.945 130.567,459.952 C 130.329,459.959 130.13,459.773 130.123,459.535 C 130.118,459.297 130.304,459.098 130.542,459.088 C 130.78,459.082 130.978,459.27 130.984,459.508' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 132.318,459.516 C 132.325,459.754 132.137,459.953 131.899,459.959 C 131.662,459.966 131.463,459.778 131.457,459.54 C 131.45,459.302 131.638,459.105 131.875,459.098 C 132.113,459.091 132.312,459.278 132.318,459.516' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 133.483,455.874 C 133.423,456.119 133.251,456.322 133.019,456.424 C 132.966,456.454 132.902,456.461 132.842,456.444 C 132.783,456.426 132.733,456.387 132.704,456.331 C 132.675,456.278 132.668,456.214 132.685,456.155 C 132.702,456.096 132.743,456.046 132.796,456.016 C 132.901,455.972 132.981,455.886 133.016,455.779 C 133.029,455.713 133.012,455.646 132.969,455.595 L 132.969,455.595 L 132.969,455.595 C 132.969,455.595 132.508,455.196 131.237,455.19 C 129.965,455.185 129.537,455.567 129.537,455.567 L 129.537,455.567 C 129.502,455.621 129.488,455.686 129.498,455.749 C 129.519,455.849 129.583,455.936 129.671,455.987 C 129.744,456.031 129.787,456.111 129.782,456.196 C 129.779,456.281 129.729,456.357 129.652,456.394 C 129.575,456.431 129.485,456.422 129.416,456.374 C 129.218,456.251 129.083,456.051 129.041,455.823 C 129.018,455.685 129.036,455.545 129.092,455.416 C 129.089,455.391 129.089,455.366 129.092,455.342 C 129.092,455.324 129.264,453.262 129.27,452.234 C 129.27,452.085 129.391,451.964 129.54,451.964 C 129.69,451.964 129.811,452.085 129.811,452.234 C 129.811,452.98 129.725,454.195 129.671,454.882 C 130.178,454.701 130.716,454.618 131.254,454.637 C 131.808,454.624 132.358,454.716 132.877,454.908 C 132.877,454.814 132.877,454.712 132.877,454.611 C 132.844,453.803 132.8,452.695 132.79,452.314 C 132.79,452.165 132.909,452.043 133.058,452.038 C 133.208,452.037 133.331,452.155 133.335,452.306 C 133.335,452.676 133.387,453.83 133.42,454.59 C 133.442,455.113 133.45,455.327 133.442,455.428 C 133.516,455.567 133.538,455.728 133.507,455.883' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 131.237,468.552 C 128.673,468.56 126.212,467.543 124.403,465.726 L 124.376,465.702 C 124.068,465.39 124.071,464.886 124.384,464.578 C 124.696,464.269 125.2,464.273 125.508,464.585 C 128.678,467.758 133.817,467.767 136.998,464.606 C 137.144,464.459 137.343,464.377 137.551,464.377 C 137.757,464.377 137.955,464.461 138.1,464.609 C 138.406,464.916 138.406,465.413 138.1,465.72 C 136.284,467.545 133.811,468.564 131.237,468.552' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 131.258,464.386 L 131.258,464.386 C 129.826,464.39 128.453,463.819 127.445,462.803 C 127.248,462.603 127.172,462.314 127.246,462.043 C 127.321,461.772 127.534,461.561 127.805,461.491 C 128.078,461.421 128.365,461.5 128.563,461.701 C 130.055,463.191 132.473,463.191 133.965,461.701 C 134.11,461.553 134.308,461.47 134.516,461.47 C 134.722,461.47 134.921,461.553 135.067,461.701 C 135.214,461.847 135.296,462.046 135.296,462.253 C 135.296,462.46 135.214,462.659 135.067,462.805 C 134.061,463.816 132.692,464.382 131.267,464.374' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 141.181,468.421 C 135.674,473.885 126.786,473.866 121.302,468.38 C 121.101,468.182 121.021,467.891 121.093,467.617 C 121.165,467.345 121.376,467.131 121.649,467.057 C 121.922,466.983 122.212,467.06 122.412,467.259 C 127.285,472.142 135.19,472.159 140.082,467.295 C 140.228,467.148 140.427,467.066 140.634,467.066 C 140.95,467.069 141.234,467.261 141.354,467.554 C 141.473,467.847 141.405,468.183 141.181,468.407' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3C/g%3E%3Ctext xml:space='preserve' transform='translate(125.973 445.731) scale(1 -1)' kerning='0' fill='%23000000' stroke-width='0.297' fill-rule='nonzero' stroke-linejoin='miter' font-family='FrutigerLTPro-Bold' font-weight='bold' font-size='6.578'%3E%3Ctspan x='0' y='0'%3E200%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-fiber-1000 {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.451pt' viewBox='26.596 -498 124.451 124.451'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='100.38' cy='432.615' r='40.0552676186291'%3E%3Cstop offset='0' stop-color='%2328c7d4'/%3E%3Cstop offset='1' stop-color='%232ebbc9'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='57.256' cy='432.613' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%2314a3b2'/%3E%3Cstop offset='1' stop-color='%2313808d'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.478668 0.999542 -9.34616 -0.287781 0.003 -0.003)'%3E%3Cstop offset='0' stop-color='%2300808d'/%3E%3Cstop offset='1' stop-color='%232cbecd'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.47041 -0.276474 -0.002 -0.002)'%3E%3Cstop offset='0' stop-color='%23006772'/%3E%3Cstop offset='1' stop-color='%23138d9c'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(97.786 458.798)'%3E%3Cstop offset='0' stop-color='%233eceda'/%3E%3Cstop offset='1' stop-color='%2323b6c2'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='88.617' cy='466.768' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%232ab5c0'/%3E%3Cstop offset='1' stop-color='%2320b5c1'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(69.666 432.025) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23007e93'/%3E%3Cstop offset='1' stop-color='%23005a65'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(62.157 404.822) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(88.823 435.776) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group' stroke='none'%3E%3Cg id='Group_1'%3E%3Cpath d='M 73.435,394.02 L 123.129,399.147 L 122.953,399.747 L 73.348,394.899 L 73.435,394.02 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 69.912,457.19 L 127.023,460.023 L 126.514,399.773 L 70.058,393.92 L 69.912,457.19 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 69.912,457.19 L 50.007,463.844 L 50,463.959 L 49.939,463.978 L 49.939,463.867 L 50.294,407.483 L 70.058,393.92 L 69.912,457.19 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.476' ry='0.672' transform='translate(100.346 408.933) rotate(-174.35) skewX(24.1591)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(60.072 412.337) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 123.208,460.293 L 123.209,459.834 L 73.112,457.349 L 73.112,457.643 L 72.918,457.777 L 123.208,460.293 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 101.708,466.403 L 127.024,460.32 L 123.584,460.182 L 123.224,460.289 L 72.971,457.741 L 73.112,457.643 L 69.912,457.504 L 49.959,464.075 L 101.708,466.403 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 50,463.959 L 69.912,457.382 L 69.912,457.19 L 50.001,463.845 L 50,463.959 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.855,460.015 L 126.854,460.191 L 123.584,460.046 L 123.208,460.15 L 123.209,459.834 L 126.855,460.015 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.586,460.046 L 123.584,460.046 L 123.584,460.182 L 127.024,460.32 L 127.023,460.197 L 123.586,460.046 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.584,460.046 L 123.208,460.15 L 123.208,460.293 L 123.584,460.182 L 123.584,460.046 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.912,457.382 L 49.956,463.974 L 49.957,464.075 L 69.912,457.504 L 69.912,457.382 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.927,394.012 L 69.792,457.231 L 69.906,457.189 L 70.056,457.198 L 70.189,393.934 L 70.058,393.92 L 69.927,394.012 Z' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 73.112,457.349 L 73.112,457.526 L 69.912,457.382 L 69.912,457.19 L 73.112,457.349 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 69.912,457.382 L 69.912,457.382 L 69.912,457.504 L 73.113,457.649 L 73.112,457.526 L 69.912,457.382 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.058,393.644 L 70.058,393.644 L 70.058,393.767 L 73.444,394.118 L 73.435,394.001 L 70.058,393.644 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 73.41,394.116 L 73.411,394.268 L 70.058,393.92 L 70.059,393.769 L 73.41,394.116 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.058,393.644 L 50.347,407.156 L 50.345,407.277 L 70.058,393.767 L 70.058,393.644 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 70.058,393.767 L 50.382,407.27 L 50.382,407.424 L 70.058,393.92 L 70.058,393.767 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.129,399.147 L 123.129,399.147 L 123.13,399.271 L 126.393,399.609 L 126.393,399.493 L 123.129,399.147 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 126.221,399.591 L 126.222,399.743 L 122.87,399.395 L 123.129,399.271 L 126.221,399.591 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 123.129,399.271 L 122.87,399.396 L 122.871,399.278 L 123.129,399.147 L 123.129,399.271 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 50.219,419.39 C 32.779,417.06 21.443,413.039 29.136,400.71 C 32.193,395.057 41.494,394.689 46.631,394.096 C 55.936,393.806 62.26,393.665 70.058,393.644 L 50.293,407.16 L 50.219,419.39 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cpath d='M 89.494,413.313 C 81.716,419.846 81.61,431.983 86.979,439.022 C 89.645,442.519 93.193,443.031 95.454,442.021 C 97.926,440.814 98.782,438.879 99.464,435.564 C 102.127,436.007 104.486,434.652 105.064,432.616 L 107.068,425.57 C 108.097,422.372 105.771,419.092 103.096,418.036 C 99.532,416.676 96.833,418.217 96.162,420.586 L 94.002,428.207 C 93.4,430.329 94.739,432.933 96.729,434.403 C 96.328,437.1 95.594,438.566 94.441,439.133 C 93.555,439.569 91.82,439.767 90.011,438.082 C 84.154,432.313 85.447,420.306 91.393,415.874 C 96.833,411.817 105.492,411.904 111.228,420.462 C 117.102,429.638 112.979,442.995 101.312,443.698 C 100.365,443.814 100.097,444.605 100.114,445.142 C 100.146,446.086 100.669,446.618 101.466,446.668 C 115.108,446.487 120.475,430.105 113.659,419.087 C 106.86,408.793 96.514,408.28 89.494,413.313 Z M 102.053,420.362 C 104.358,421.316 105.257,423.477 104.803,425.001 L 102.861,431.534 C 102.489,432.786 100.65,433.297 99.165,432.839 C 97.803,432.42 96.121,430.78 96.51,428.556 L 98.187,422.455 C 98.576,421.041 100.235,419.7 102.053,420.362 Z M 99.202,428.397 L 98.607,430.57 C 98.428,431.051 98.673,431.726 99.149,431.915 C 99.705,432.136 100.255,431.762 100.371,431.326 L 100.971,429.068 C 101.09,428.624 100.794,427.98 100.359,427.832 C 99.816,427.665 99.315,427.983 99.202,428.397 Z' fill='%23f0f0f0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 57.249,418.912 C 54.343,426.633 54.062,438.406 55.84,444.261 C 56.723,447.169 57.979,447.029 58.807,445.645 C 59.714,444.034 60.057,442.007 60.365,438.674 C 61.308,438.627 62.177,436.891 62.424,434.817 L 63.28,427.634 C 63.712,424.353 62.945,421.593 62.012,421.05 C 60.766,420.373 59.773,422.346 59.485,424.762 L 58.562,432.528 C 58.305,434.692 58.732,436.974 59.414,438.039 C 59.216,440.724 58.925,442.276 58.501,443.032 C 58.177,443.613 57.553,444.114 56.942,442.807 C 54.964,438.268 55.665,426.41 57.877,421.052 C 59.899,416.149 62.988,414.682 64.867,421.942 C 66.781,429.775 65.043,443.45 60.864,446.222 C 60.524,446.503 60.412,447.317 60.409,447.833 C 60.401,448.743 60.577,449.163 60.86,449.068 C 65.735,446.449 67.977,429.624 65.762,420.175 C 63.539,411.424 59.855,412.782 57.249,418.912 Z M 61.593,423.49 C 62.397,424 62.674,425.931 62.482,427.488 L 61.66,434.164 C 61.501,435.443 60.834,436.267 60.314,436.089 C 59.836,435.928 59.268,434.641 59.451,432.417 L 60.171,426.208 C 60.338,424.771 60.958,423.175 61.593,423.49 Z M 60.415,431.781 L 60.161,433.992 C 60.086,434.49 60.161,435.1 60.326,435.196 C 60.521,435.312 60.723,434.852 60.774,434.408 L 61.033,432.114 C 61.085,431.662 60.992,431.092 60.84,431.027 C 60.65,430.963 60.465,431.36 60.415,431.781 Z' fill='%23d0d0d0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 82.519,460.39 C 72.45,460.775 68.233,462.038 71.271,462.978 C 72.779,463.445 76.19,463.634 78.816,463.615 C 81.721,463.583 83.241,463.415 85.053,463.095 C 87.593,463.241 90.434,463.19 91.707,463 L 96.119,462.34 C 98.241,462.046 97.003,461.615 94.66,461.402 C 91.518,461.124 88.272,461.182 86.791,461.403 L 82.027,462.117 C 80.702,462.316 81.172,462.639 82.684,462.869 C 81.365,463.134 80.126,463.259 78.77,463.274 C 77.728,463.287 75.908,463.241 74.652,462.996 C 70.689,462.17 76.062,460.966 83.57,460.73 C 90.439,460.513 99.156,460.852 102.05,461.966 C 104.876,463.147 96.187,464.385 84.164,464.014 C 83.169,463.989 82.629,464.062 82.466,464.119 C 82.177,464.219 82.525,464.294 83.313,464.33 C 97.153,464.831 108.124,463.326 104.972,461.915 C 101.593,460.58 91.314,460.132 82.519,460.39 Z M 92.817,461.605 C 94.822,461.793 94.999,462.052 94.024,462.194 L 89.849,462.802 C 89.049,462.919 87.019,462.903 85.674,462.798 C 84.44,462.702 83.296,462.466 84.443,462.25 L 88.203,461.676 C 89.074,461.544 91.205,461.467 92.817,461.605 Z M 87.215,462.336 L 85.879,462.54 C 85.534,462.583 85.553,462.663 85.97,462.701 C 86.457,462.745 87.139,462.728 87.403,462.686 L 88.776,462.472 C 89.045,462.431 88.965,462.352 88.575,462.32 C 88.084,462.283 87.47,462.296 87.215,462.336 Z' fill='%23e0e4e3' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_2' stroke-linejoin='miter'%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_3' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_4'%3E%3Cg id='Group_5'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(112.524 477.905) scale(38.435 -38.435)'/%3E%3C/g%3E%3Cpath d='M 112.524,477.905 L 150.959,477.905 L 150.959,439.47 L 112.524,439.47 L 112.524,477.905 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 128.227,476.809 C 137.949,478.474 147.18,471.943 148.846,462.22 C 150.511,452.498 143.978,443.266 134.256,441.602 C 124.534,439.937 115.303,446.47 113.639,456.192 C 111.974,465.913 118.505,475.143 128.227,476.809' fill='%23fce83d' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 131.237,455.512 C 131.322,455.512 131.391,455.58 131.391,455.665 L 131.376,458.188 C 131.572,458.261 131.688,458.462 131.652,458.668 C 131.616,458.874 131.437,459.024 131.228,459.024 C 131.019,459.024 130.84,458.874 130.804,458.668 C 130.767,458.462 130.883,458.261 131.079,458.188 L 131.079,455.669 C 131.079,455.627 131.097,455.587 131.126,455.558 C 131.156,455.53 131.195,455.514 131.237,455.514' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 132.128,455.704 L 132.128,455.704 C 132.213,455.706 132.28,455.775 132.28,455.859 C 132.288,456.603 132.373,457.343 132.532,458.07 C 132.739,458.108 132.888,458.289 132.885,458.5 C 132.884,458.71 132.731,458.889 132.525,458.924 C 132.317,458.959 132.115,458.84 132.043,458.643 C 131.973,458.445 132.053,458.225 132.235,458.12 C 132.072,457.378 131.987,456.621 131.98,455.862 C 131.98,455.776 132.048,455.706 132.134,455.704' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 130.431,458.491 C 130.436,458.607 130.395,458.719 130.316,458.804 C 130.237,458.888 130.128,458.937 130.013,458.94 C 129.899,458.944 129.788,458.902 129.705,458.824 C 129.622,458.746 129.573,458.638 129.57,458.524 C 129.563,458.317 129.706,458.134 129.909,458.09 C 130.039,457.404 130.113,456.709 130.131,456.011 C 130.133,455.925 130.204,455.857 130.289,455.859 L 130.289,455.859 C 130.33,455.861 130.369,455.878 130.396,455.909 C 130.425,455.939 130.439,455.979 130.438,456.019 C 130.423,456.734 130.347,457.445 130.212,458.147 C 130.342,458.22 130.425,458.357 130.429,458.507' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 130.984,459.508 C 130.992,459.746 130.804,459.945 130.567,459.952 C 130.329,459.959 130.13,459.773 130.123,459.535 C 130.118,459.297 130.304,459.098 130.542,459.088 C 130.78,459.082 130.978,459.27 130.984,459.508' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 132.318,459.516 C 132.325,459.754 132.137,459.953 131.899,459.959 C 131.662,459.966 131.463,459.778 131.457,459.54 C 131.45,459.302 131.638,459.105 131.875,459.098 C 132.113,459.091 132.312,459.278 132.318,459.516' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 133.483,455.874 C 133.423,456.119 133.251,456.322 133.019,456.424 C 132.966,456.454 132.902,456.461 132.842,456.444 C 132.783,456.426 132.733,456.387 132.704,456.331 C 132.675,456.278 132.668,456.214 132.685,456.155 C 132.702,456.096 132.743,456.046 132.796,456.016 C 132.901,455.972 132.981,455.886 133.016,455.779 C 133.029,455.713 133.012,455.646 132.969,455.595 L 132.969,455.595 L 132.969,455.595 C 132.969,455.595 132.508,455.196 131.237,455.19 C 129.965,455.185 129.537,455.567 129.537,455.567 L 129.537,455.567 C 129.502,455.621 129.488,455.686 129.498,455.749 C 129.519,455.849 129.583,455.936 129.671,455.987 C 129.744,456.031 129.787,456.111 129.782,456.196 C 129.779,456.281 129.729,456.357 129.652,456.394 C 129.575,456.431 129.485,456.422 129.416,456.374 C 129.218,456.251 129.083,456.051 129.041,455.823 C 129.018,455.685 129.036,455.545 129.092,455.416 C 129.089,455.391 129.089,455.366 129.092,455.342 C 129.092,455.324 129.264,453.262 129.27,452.234 C 129.27,452.085 129.391,451.964 129.54,451.964 C 129.69,451.964 129.811,452.085 129.811,452.234 C 129.811,452.98 129.725,454.195 129.671,454.882 C 130.178,454.701 130.716,454.618 131.254,454.637 C 131.808,454.624 132.358,454.716 132.877,454.908 C 132.877,454.814 132.877,454.712 132.877,454.611 C 132.844,453.803 132.8,452.695 132.79,452.314 C 132.79,452.165 132.909,452.043 133.058,452.038 C 133.208,452.037 133.331,452.155 133.335,452.306 C 133.335,452.676 133.387,453.83 133.42,454.59 C 133.442,455.113 133.45,455.327 133.442,455.428 C 133.516,455.567 133.538,455.728 133.507,455.883' fill='%23000000' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 131.237,468.552 C 128.673,468.56 126.212,467.543 124.403,465.726 L 124.376,465.702 C 124.068,465.39 124.071,464.886 124.384,464.578 C 124.696,464.269 125.2,464.273 125.508,464.585 C 128.678,467.758 133.817,467.767 136.998,464.606 C 137.144,464.459 137.343,464.377 137.551,464.377 C 137.757,464.377 137.955,464.461 138.1,464.609 C 138.406,464.916 138.406,465.413 138.1,465.72 C 136.284,467.545 133.811,468.564 131.237,468.552' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 131.258,464.386 L 131.258,464.386 C 129.826,464.39 128.453,463.819 127.445,462.803 C 127.248,462.603 127.172,462.314 127.246,462.043 C 127.321,461.772 127.534,461.561 127.805,461.491 C 128.078,461.421 128.365,461.5 128.563,461.701 C 130.055,463.191 132.473,463.191 133.965,461.701 C 134.11,461.553 134.308,461.47 134.516,461.47 C 134.722,461.47 134.921,461.553 135.067,461.701 C 135.214,461.847 135.296,462.046 135.296,462.253 C 135.296,462.46 135.214,462.659 135.067,462.805 C 134.061,463.816 132.692,464.382 131.267,464.374' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3Cpath d='M 141.181,468.421 C 135.674,473.885 126.786,473.866 121.302,468.38 C 121.101,468.182 121.021,467.891 121.093,467.617 C 121.165,467.345 121.376,467.131 121.649,467.057 C 121.922,466.983 122.212,467.06 122.412,467.259 C 127.285,472.142 135.19,472.159 140.082,467.295 C 140.228,467.148 140.427,467.066 140.634,467.066 C 140.95,467.069 141.234,467.261 141.354,467.554 C 141.473,467.847 141.405,468.183 141.181,468.407' fill='%231a1a18' stroke-width='0.297' fill-rule='nonzero'/%3E%3C/g%3E%3Ctext xml:space='preserve' transform='translate(125.973 445.731) scale(1 -1)' kerning='0' fill='%23000000' stroke-width='0.297' fill-rule='nonzero' stroke-linejoin='miter' font-family='FrutigerLTPro-Bold' font-weight='bold' font-size='6.578'%3E%3Ctspan x='0' y='0'%3E1000%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-superdeal-5kwp-mypy {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='464.633 -163.683 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='538.556' cy='98.299' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efd933'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='495.433' cy='98.298' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23baac3e'/%3E%3Cstop offset='1' stop-color='%23dcc61c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.003 -0.001)'%3E%3Cstop offset='0' stop-color='%23e1cd2e'/%3E%3Cstop offset='1' stop-color='%23eed932'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 -0.004 0.002)'%3E%3Cstop offset='0' stop-color='%23bca915'/%3E%3Cstop offset='1' stop-color='%23cebb2a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(535.963 124.483)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='527.133' cy='134.713' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0da31'/%3E%3Cstop offset='1' stop-color='%23e6d551'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(507.843 97.71) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ecd527'/%3E%3Cstop offset='1' stop-color='%23ecd100'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(500.335 70.506) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group'%3E%3Cg id='Group_1' stroke='none'%3E%3Cpath d='M 511.612,59.705 L 561.305,64.832 L 561.129,65.432 L 511.525,60.583 L 511.612,59.705 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 508.089,122.875 L 565.2,125.708 L 564.691,65.458 L 508.235,59.605 L 508.089,122.875 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 508.089,122.875 L 488.184,129.528 L 488.177,129.644 L 488.116,129.663 L 488.116,129.551 L 488.471,73.167 L 508.235,59.605 L 508.089,122.875 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(538.522 74.617) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(498.248 78.021) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 561.385,125.978 L 561.386,125.519 L 511.289,123.034 L 511.289,123.328 L 511.095,123.462 L 561.385,125.978 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 539.885,132.087 L 565.201,126.005 L 561.761,125.867 L 561.4,125.974 L 511.148,123.425 L 511.289,123.328 L 508.089,123.189 L 488.136,129.76 L 539.885,132.087 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 488.177,129.644 L 508.088,123.066 L 508.089,122.875 L 488.178,129.53 L 488.177,129.644 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 565.032,125.7 L 565.032,125.875 L 561.761,125.73 L 561.385,125.835 L 561.386,125.518 L 565.032,125.7 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 561.762,125.73 L 561.761,125.73 L 561.761,125.867 L 565.201,126.005 L 565.2,125.881 L 561.762,125.73 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 561.761,125.73 L 561.385,125.835 L 561.385,125.978 L 561.761,125.867 L 561.761,125.73 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 508.088,123.066 L 488.132,129.659 L 488.134,129.76 L 508.089,123.189 L 508.088,123.066 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 508.103,59.697 L 507.969,122.915 L 508.083,122.875 L 508.233,122.883 L 508.366,59.618 L 508.235,59.605 L 508.103,59.697 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 511.289,123.034 L 511.289,123.21 L 508.088,123.066 L 508.089,122.875 L 511.289,123.034 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 508.088,123.066 L 508.088,123.066 L 508.089,123.189 L 511.289,123.333 L 511.289,123.21 L 508.088,123.066 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 508.235,59.328 L 508.235,59.328 L 508.235,59.451 L 511.621,59.803 L 511.612,59.686 L 508.235,59.328 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 511.587,59.801 L 511.588,59.953 L 508.235,59.605 L 508.236,59.453 L 511.587,59.801 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 508.235,59.328 L 488.523,72.84 L 488.522,72.962 L 508.235,59.451 L 508.235,59.328 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 508.235,59.451 L 488.559,72.955 L 488.559,73.108 L 508.235,59.605 L 508.235,59.451 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 561.305,64.832 L 561.305,64.832 L 561.307,64.956 L 564.57,65.294 L 564.57,65.178 L 561.305,64.832 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 564.398,65.276 L 564.4,65.428 L 561.047,65.08 L 561.306,64.956 L 564.398,65.276 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 561.306,64.956 L 561.046,65.08 L 561.047,64.963 L 561.305,64.832 L 561.306,64.956 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 496.789,81.905 C 496.067,83.637 495.588,86.308 495.718,89.323 C 495.751,89.99 495.82,90.551 495.909,91.026 C 495.014,95.089 495.108,99.385 496.482,102.123 C 496.26,103.017 496.261,103.963 496.445,104.394 L 496.722,105.044 C 496.864,105.377 497.173,105.229 497.357,104.647 L 501.231,91.864 C 501.392,91.329 501.407,90.379 501.262,90.009 L 501.006,89.235 C 500.866,88.846 500.553,88.976 500.326,89.561 C 499.379,86.457 498.214,85.647 496.701,88.476 C 496.7,88.464 496.698,88.452 496.698,88.441 C 496.639,86.544 496.924,85.064 497.333,84.035 C 497.791,82.879 498.552,82.222 499.342,82.15 C 500.597,81.919 503.409,84.838 503.576,93.17 C 503.649,97.564 503.432,101.313 502.12,105.871 C 500.437,111.353 497.998,113.157 496.142,110.496 C 494.047,107.266 493.424,100.586 494.359,93.116 C 494.49,92.028 494.286,91.423 494.037,91.349 C 493.776,91.271 493.531,91.772 493.415,92.619 C 492.336,101.233 492.957,108.903 495.465,113.073 C 497.959,116.616 501.141,113.764 502.915,107.206 C 504.42,101.641 504.884,96.017 504.474,90.616 C 503.748,82.08 501.575,79.482 499.664,79.155 C 498.668,78.984 497.584,80.08 496.789,81.905 Z M 500.766,94.905 L 500.186,96.825 L 501.325,99.838 C 501.433,100.124 501.641,100.092 501.837,99.553 C 502.014,99.065 501.97,98.307 501.876,98.046 L 500.766,94.905 Z M 498.9,101.039 L 498.319,102.961 L 499.458,105.973 C 499.566,106.259 499.774,106.226 499.969,105.688 C 500.147,105.2 500.103,104.442 500.009,104.18 L 498.9,101.039 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 531.668,77.22 C 529.675,78.552 528.403,80.996 528.876,84.167 C 528.992,84.872 529.204,85.488 529.475,86.031 C 527.065,89.645 527.48,94.109 531.477,97.761 C 530.877,98.541 530.912,99.512 531.448,100.068 L 532.259,100.906 C 532.672,101.333 533.547,101.373 534.051,100.888 L 544.629,90.165 C 545.072,89.717 545.08,88.75 544.657,88.282 L 543.903,87.331 C 543.49,86.845 542.606,86.788 541.977,87.246 C 539.183,83.482 535.843,81.933 531.64,83.903 C 531.635,83.89 531.631,83.878 531.628,83.865 C 531.396,81.884 532.158,80.542 533.285,79.738 C 534.549,78.835 536.688,78.63 538.934,79.043 C 542.493,79.578 550.584,84.301 551.338,92.947 C 551.696,97.499 551.204,101.209 547.629,105.073 C 543.027,109.658 536.161,110.009 530.791,106.138 C 524.731,101.536 522.735,94.304 525.138,87.22 C 525.477,86.184 524.876,85.44 524.166,85.211 C 523.42,84.97 522.74,85.331 522.437,86.128 C 519.665,94.298 521.688,102.544 528.96,108.364 C 536.164,113.53 545.115,112.566 549.934,106.931 C 554.023,102.152 555.155,96.672 553.805,90.882 C 551.455,81.683 545.188,77.68 539.748,76.17 C 536.909,75.381 533.863,75.837 531.668,77.22 Z M 543.412,92.997 L 541.827,94.609 L 545.164,98.399 C 545.481,98.759 546.072,98.853 546.61,98.421 C 547.097,98.03 546.946,97.226 546.671,96.901 L 543.412,92.997 Z M 538.312,98.139 L 536.727,99.751 L 540.064,103.54 C 540.381,103.9 540.972,103.995 541.51,103.563 C 541.997,103.171 541.846,102.367 541.57,102.041 L 538.312,98.139 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 525.366,126.037 C 522.887,126.113 520.777,126.334 520.215,126.695 C 520.1,126.775 520.115,126.849 520.213,126.917 C 516.552,127.227 515.503,127.723 518.392,128.256 C 517.521,128.32 517.236,128.427 517.603,128.505 L 518.154,128.624 C 518.438,128.684 519.322,128.717 519.998,128.682 L 534.373,127.883 C 534.973,127.851 535.3,127.746 535.023,127.681 L 534.564,127.551 C 534.301,127.484 533.415,127.448 532.619,127.476 C 531,126.973 528.089,126.69 523.133,126.76 C 523.133,126.758 523.133,126.757 523.134,126.755 C 523.549,126.533 524.771,126.414 526.193,126.365 C 527.787,126.311 530.044,126.361 532.209,126.483 C 535.679,126.663 542.409,127.452 540.327,128.414 C 539.191,128.92 537.462,129.305 532.525,129.601 C 526.298,129.941 519.149,129.743 514.926,129.14 C 510.235,128.434 510.578,127.582 515.378,126.897 C 516.067,126.797 515.697,126.695 515.045,126.646 C 514.36,126.594 513.545,126.61 512.972,126.686 C 507.435,127.476 506.786,128.439 512.314,129.319 C 517.991,130.125 527.477,130.327 534.274,129.881 C 540.04,129.504 543.007,128.948 543.536,128.275 C 544.164,127.198 539.065,126.549 533.992,126.199 C 531.344,126.017 528.073,125.962 525.366,126.037 Z M 532.192,128.148 L 530.036,128.269 L 532.203,128.793 C 532.41,128.843 532.984,128.874 533.677,128.845 C 534.306,128.82 534.416,128.728 534.242,128.683 L 532.192,128.148 Z M 525.27,128.53 L 523.114,128.651 L 525.281,129.177 C 525.488,129.226 526.063,129.257 526.755,129.228 C 527.384,129.202 527.494,129.11 527.319,129.066 L 525.27,128.53 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 488.396,85.074 C 470.956,82.744 459.62,78.724 467.312,66.394 C 470.37,60.742 479.671,60.373 484.808,59.781 C 494.113,59.49 500.437,59.348 508.235,59.328 L 488.47,72.844 L 488.396,85.074 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(526.859 101.459) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(550.582 143.59) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 550.582,143.59 L 589.083,143.59 L 589.083,105.089 L 550.582,105.089 L 550.582,143.59 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5'%3E%3Cpath d='M 574.544,141.957 C 583.987,139.067 589.3,129.07 586.411,119.626 C 583.524,110.183 573.528,104.869 564.082,107.756 C 554.638,110.642 549.323,120.639 552.209,130.083 C 555.097,139.53 565.097,144.846 574.544,141.957' stroke='none' stroke-linejoin='miter' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero'/%3E%3Cpath d='M 566.956,117.847 C 565.379,117.859 563.801,118.442 562.56,119.606 C 559.94,122.061 559.807,126.18 562.262,128.801 C 564.717,131.421 568.837,131.554 571.457,129.099 C 571.464,129.092 571.471,129.085 571.479,129.079' fill='none' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.026' stroke='%23000000'/%3E%3Ctext xml:space='preserve' transform='translate(566.062 122.244) scale(1 -1)' kerning='auto' font-size='6.153' font-family='Frutiger Bold' stroke-linejoin='round' stroke-linecap='round' stroke='none' stroke-width='0.256' fill='%23000000'%3E%3Ctspan x='0' y='0'%3E5 kWp%3C/tspan%3E%3C/text%3E%3Cpath d='M 567.082,116.056 L 567.082,112.617 M 567.082,136.089 L 567.082,132.649' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke-width='1.026' stroke='%23000000'/%3E%3Cpath d='M 561.214,118.485 L 558.783,116.054 M 575.381,132.652 L 572.95,130.221' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke-width='1.026' stroke='%23000000'/%3E%3Cpath d='M 558.785,124.353 L 555.346,124.353' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke-width='1.026' stroke='%23000000'/%3E%3Cpath d='M 561.214,130.221 L 558.783,132.652' fill='none' stroke-linejoin='round' stroke-linecap='round' stroke-width='1.026' stroke='%23000000'/%3E%3Ctext xml:space='preserve' transform='translate(568.329 116.752) scale(1 -1)' kerning='auto' font-size='4.553' font-family='Frutiger LT Std 55 Roman' stroke='none' stroke-width='0.189' stroke-linecap='round' stroke-linejoin='round' fill='%23000000'%3E%3Ctspan x='0' y='0'%3Emy-PV%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-superdeal-5kwp {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='311.492 -163.682 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='385.415' cy='98.298' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efd933'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='342.292' cy='98.297' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23baac3e'/%3E%3Cstop offset='1' stop-color='%23dcc61c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.001 -0.001)'%3E%3Cstop offset='0' stop-color='%23e1cd2e'/%3E%3Cstop offset='1' stop-color='%23eed932'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 -0.003 0.001)'%3E%3Cstop offset='0' stop-color='%23bca915'/%3E%3Cstop offset='1' stop-color='%23cebb2a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(382.822 124.482)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='373.992' cy='134.712' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0da31'/%3E%3Cstop offset='1' stop-color='%23e6d551'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(354.702 97.709) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ecd527'/%3E%3Cstop offset='1' stop-color='%23ecd100'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(347.194 70.505) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group'%3E%3Cg id='Group_1' stroke='none'%3E%3Cpath d='M 358.471,59.704 L 408.164,64.831 L 407.988,65.431 L 358.384,60.582 L 358.471,59.704 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 354.948,122.874 L 412.059,125.707 L 411.55,65.457 L 355.094,59.604 L 354.948,122.874 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 354.948,122.874 L 335.043,129.527 L 335.036,129.643 L 334.975,129.662 L 334.975,129.55 L 335.33,73.166 L 355.094,59.604 L 354.948,122.874 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(385.381 74.616) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(345.107 78.02) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 408.244,125.977 L 408.245,125.518 L 358.148,123.033 L 358.148,123.327 L 357.954,123.461 L 408.244,125.977 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 386.744,132.086 L 412.06,126.004 L 408.62,125.866 L 408.259,125.973 L 358.007,123.424 L 358.148,123.327 L 354.948,123.188 L 334.995,129.759 L 386.744,132.086 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 335.036,129.643 L 354.947,123.065 L 354.948,122.874 L 335.037,129.529 L 335.036,129.643 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 411.891,125.699 L 411.891,125.874 L 408.62,125.729 L 408.244,125.834 L 408.245,125.517 L 411.891,125.699 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 408.621,125.729 L 408.62,125.729 L 408.62,125.866 L 412.06,126.004 L 412.059,125.88 L 408.621,125.729 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 408.62,125.729 L 408.244,125.834 L 408.244,125.977 L 408.62,125.866 L 408.62,125.729 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 354.947,123.065 L 334.991,129.658 L 334.993,129.759 L 354.948,123.188 L 354.947,123.065 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 354.962,59.696 L 354.828,122.914 L 354.942,122.874 L 355.092,122.882 L 355.225,59.617 L 355.094,59.604 L 354.962,59.696 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 358.148,123.033 L 358.148,123.209 L 354.947,123.065 L 354.948,122.874 L 358.148,123.033 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 354.947,123.065 L 354.947,123.065 L 354.948,123.188 L 358.148,123.332 L 358.148,123.209 L 354.947,123.065 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 355.094,59.327 L 355.094,59.327 L 355.094,59.45 L 358.48,59.802 L 358.471,59.685 L 355.094,59.327 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 358.446,59.8 L 358.447,59.952 L 355.094,59.604 L 355.095,59.452 L 358.446,59.8 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 355.094,59.327 L 335.382,72.839 L 335.381,72.961 L 355.094,59.45 L 355.094,59.327 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 355.094,59.45 L 335.418,72.954 L 335.418,73.107 L 355.094,59.604 L 355.094,59.45 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 408.164,64.831 L 408.164,64.831 L 408.166,64.955 L 411.429,65.293 L 411.429,65.177 L 408.164,64.831 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 411.257,65.275 L 411.259,65.427 L 407.906,65.079 L 408.165,64.955 L 411.257,65.275 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 408.165,64.955 L 407.905,65.079 L 407.906,64.962 L 408.164,64.831 L 408.165,64.955 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 343.648,81.904 C 342.926,83.636 342.447,86.307 342.577,89.322 C 342.61,89.989 342.679,90.55 342.768,91.025 C 341.873,95.088 341.967,99.384 343.341,102.122 C 343.119,103.016 343.12,103.962 343.304,104.393 L 343.581,105.043 C 343.723,105.376 344.032,105.228 344.216,104.646 L 348.09,91.863 C 348.251,91.328 348.266,90.378 348.121,90.008 L 347.865,89.234 C 347.725,88.845 347.412,88.975 347.185,89.56 C 346.238,86.456 345.073,85.646 343.56,88.475 C 343.559,88.463 343.557,88.451 343.557,88.44 C 343.498,86.543 343.783,85.063 344.192,84.034 C 344.65,82.878 345.411,82.221 346.201,82.149 C 347.456,81.918 350.268,84.837 350.435,93.169 C 350.508,97.563 350.291,101.312 348.979,105.87 C 347.296,111.352 344.857,113.156 343.001,110.495 C 340.906,107.265 340.283,100.585 341.218,93.115 C 341.349,92.027 341.145,91.422 340.896,91.348 C 340.635,91.27 340.39,91.771 340.274,92.618 C 339.195,101.232 339.816,108.902 342.324,113.072 C 344.818,116.615 348,113.763 349.774,107.205 C 351.279,101.64 351.743,96.016 351.333,90.615 C 350.607,82.079 348.434,79.481 346.523,79.154 C 345.527,78.983 344.443,80.079 343.648,81.904 Z M 347.625,94.904 L 347.045,96.824 L 348.184,99.837 C 348.292,100.123 348.5,100.091 348.696,99.552 C 348.873,99.064 348.829,98.306 348.735,98.045 L 347.625,94.904 Z M 345.759,101.038 L 345.178,102.96 L 346.317,105.972 C 346.425,106.258 346.633,106.225 346.828,105.687 C 347.006,105.199 346.962,104.441 346.868,104.179 L 345.759,101.038 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 378.527,77.219 C 376.534,78.551 375.262,80.995 375.735,84.166 C 375.851,84.871 376.063,85.487 376.334,86.03 C 373.924,89.644 374.339,94.108 378.336,97.76 C 377.736,98.54 377.771,99.511 378.307,100.067 L 379.118,100.905 C 379.531,101.332 380.406,101.372 380.91,100.887 L 391.488,90.164 C 391.931,89.716 391.939,88.749 391.516,88.281 L 390.762,87.33 C 390.349,86.844 389.465,86.787 388.836,87.245 C 386.042,83.481 382.702,81.932 378.499,83.902 C 378.494,83.889 378.49,83.877 378.487,83.864 C 378.255,81.883 379.017,80.541 380.144,79.737 C 381.408,78.834 383.547,78.629 385.793,79.042 C 389.352,79.577 397.443,84.3 398.197,92.946 C 398.555,97.498 398.063,101.208 394.488,105.072 C 389.886,109.657 383.02,110.008 377.65,106.137 C 371.59,101.535 369.594,94.303 371.997,87.219 C 372.336,86.183 371.735,85.439 371.025,85.21 C 370.279,84.969 369.599,85.33 369.296,86.127 C 366.524,94.297 368.547,102.543 375.819,108.363 C 383.023,113.529 391.974,112.565 396.793,106.93 C 400.882,102.151 402.014,96.671 400.664,90.881 C 398.314,81.682 392.047,77.679 386.607,76.169 C 383.768,75.38 380.722,75.836 378.527,77.219 Z M 390.271,92.996 L 388.686,94.608 L 392.023,98.398 C 392.34,98.758 392.931,98.852 393.469,98.42 C 393.956,98.029 393.805,97.225 393.53,96.9 L 390.271,92.996 Z M 385.171,98.138 L 383.586,99.75 L 386.923,103.539 C 387.24,103.899 387.831,103.994 388.369,103.562 C 388.856,103.17 388.705,102.366 388.429,102.04 L 385.171,98.138 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 372.225,126.036 C 369.746,126.112 367.636,126.333 367.074,126.694 C 366.959,126.774 366.974,126.848 367.072,126.916 C 363.411,127.226 362.362,127.722 365.251,128.255 C 364.38,128.319 364.095,128.426 364.462,128.504 L 365.013,128.623 C 365.297,128.683 366.181,128.716 366.857,128.681 L 381.232,127.882 C 381.832,127.85 382.159,127.745 381.882,127.68 L 381.423,127.55 C 381.16,127.483 380.274,127.447 379.478,127.475 C 377.859,126.972 374.948,126.689 369.992,126.759 C 369.992,126.757 369.992,126.756 369.993,126.754 C 370.408,126.532 371.63,126.413 373.052,126.364 C 374.646,126.31 376.903,126.36 379.068,126.482 C 382.538,126.662 389.268,127.451 387.186,128.413 C 386.05,128.919 384.321,129.304 379.384,129.6 C 373.157,129.94 366.008,129.742 361.785,129.139 C 357.094,128.433 357.437,127.581 362.237,126.896 C 362.926,126.796 362.556,126.694 361.904,126.645 C 361.219,126.593 360.404,126.609 359.831,126.685 C 354.294,127.475 353.645,128.438 359.173,129.318 C 364.85,130.124 374.336,130.326 381.133,129.88 C 386.899,129.503 389.866,128.947 390.395,128.274 C 391.023,127.197 385.924,126.548 380.851,126.198 C 378.203,126.016 374.932,125.961 372.225,126.036 Z M 379.051,128.147 L 376.895,128.268 L 379.062,128.792 C 379.269,128.842 379.843,128.873 380.536,128.844 C 381.165,128.819 381.275,128.727 381.101,128.682 L 379.051,128.147 Z M 372.129,128.529 L 369.973,128.65 L 372.14,129.176 C 372.347,129.225 372.922,129.256 373.614,129.227 C 374.243,129.201 374.353,129.109 374.178,129.065 L 372.129,128.529 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 335.255,85.073 C 317.815,82.743 306.479,78.723 314.171,66.393 C 317.229,60.741 326.53,60.372 331.667,59.78 C 340.972,59.489 347.296,59.347 355.094,59.327 L 335.329,72.843 L 335.255,85.073 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(397.441 143.588) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 397.441,143.588 L 435.942,143.588 L 435.942,105.087 L 397.441,105.087 L 397.441,143.588 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' font-family='Frutiger Bold'%3E%3Cpath d='M 421.403,141.956 C 430.846,139.066 436.159,129.069 433.27,119.625 C 430.383,110.182 420.387,104.868 410.941,107.755 C 401.497,110.641 396.182,120.638 399.068,130.082 C 401.956,139.529 411.956,144.845 421.403,141.956' stroke='none' stroke-linejoin='miter' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero'/%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 418.604,119.892 C 416.147,117.282 412.036,117.152 409.419,119.605 C 406.799,122.06 406.666,126.179 409.121,128.8 C 411.576,131.42 415.696,131.553 418.316,129.098 C 418.323,129.091 418.33,129.084 418.338,129.078' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3Ctext xml:space='preserve' transform='translate(412.921 122.243) scale(1 -1)' kerning='auto' font-size='6.153' stroke='none' stroke-width='0.256' fill='%23000000'%3E%3Ctspan x='0' y='0'%3E5 kWp%3C/tspan%3E%3C/text%3E%3Cpath d='M 413.941,116.055 L 413.941,112.616 M 413.941,136.088 L 413.941,132.648' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3Cpath d='M 408.073,118.484 L 405.642,116.053 M 422.24,132.651 L 419.809,130.22' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3Cpath d='M 405.644,124.352 L 402.205,124.352' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3Cpath d='M 422.24,116.053 L 419.809,118.484 M 408.073,130.22 L 405.642,132.651' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3C/g%3E%3C/g%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(373.718 101.458) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-superdeal-4kwp {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.57pt' height='124.45pt' viewBox='158.886 -163.682 124.57 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='232.582' cy='98.298' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efd933'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='189.459' cy='98.297' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23baac3e'/%3E%3Cstop offset='1' stop-color='%23dcc61c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.001 -0.001)'%3E%3Cstop offset='0' stop-color='%23e1cd2e'/%3E%3Cstop offset='1' stop-color='%23eed932'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 -0.002 0)'%3E%3Cstop offset='0' stop-color='%23bca915'/%3E%3Cstop offset='1' stop-color='%23cebb2a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(229.989 124.482)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='221.159' cy='134.712' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0da31'/%3E%3Cstop offset='1' stop-color='%23e6d551'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(201.869 97.709) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ecd527'/%3E%3Cstop offset='1' stop-color='%23ecd100'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(194.361 70.505) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group'%3E%3Cg id='Group_1' stroke='none'%3E%3Cpath d='M 205.638,59.704 L 255.331,64.831 L 255.155,65.431 L 205.551,60.582 L 205.638,59.704 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 202.115,122.874 L 259.226,125.707 L 258.717,65.457 L 202.261,59.604 L 202.115,122.874 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 202.115,122.874 L 182.21,129.527 L 182.203,129.643 L 182.142,129.662 L 182.142,129.55 L 182.497,73.166 L 202.261,59.604 L 202.115,122.874 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(232.548 74.616) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(192.274 78.02) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 255.411,125.977 L 255.412,125.518 L 205.315,123.033 L 205.315,123.327 L 205.121,123.461 L 255.411,125.977 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 233.911,132.086 L 259.227,126.004 L 255.787,125.866 L 255.426,125.973 L 205.174,123.424 L 205.315,123.327 L 202.115,123.188 L 182.162,129.759 L 233.911,132.086 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 182.203,129.643 L 202.114,123.065 L 202.115,122.874 L 182.204,129.529 L 182.203,129.643 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 259.058,125.699 L 259.058,125.874 L 255.787,125.729 L 255.411,125.834 L 255.412,125.517 L 259.058,125.699 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.788,125.729 L 255.787,125.729 L 255.787,125.866 L 259.227,126.004 L 259.226,125.88 L 255.788,125.729 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.787,125.729 L 255.411,125.834 L 255.411,125.977 L 255.787,125.866 L 255.787,125.729 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.114,123.065 L 182.158,129.658 L 182.16,129.759 L 202.115,123.188 L 202.114,123.065 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.129,59.696 L 201.995,122.914 L 202.109,122.874 L 202.259,122.882 L 202.392,59.617 L 202.261,59.604 L 202.129,59.696 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 205.315,123.033 L 205.315,123.209 L 202.114,123.065 L 202.115,122.874 L 205.315,123.033 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.114,123.065 L 202.114,123.065 L 202.115,123.188 L 205.315,123.332 L 205.315,123.209 L 202.114,123.065 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.261,59.327 L 202.261,59.327 L 202.261,59.45 L 205.647,59.802 L 205.638,59.685 L 202.261,59.327 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 205.613,59.8 L 205.614,59.952 L 202.261,59.604 L 202.262,59.452 L 205.613,59.8 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.261,59.327 L 182.549,72.839 L 182.548,72.961 L 202.261,59.45 L 202.261,59.327 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.261,59.45 L 182.585,72.954 L 182.585,73.107 L 202.261,59.604 L 202.261,59.45 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.331,64.831 L 255.331,64.831 L 255.333,64.955 L 258.596,65.293 L 258.596,65.177 L 255.331,64.831 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 258.424,65.275 L 258.426,65.427 L 255.073,65.079 L 255.332,64.955 L 258.424,65.275 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.332,64.955 L 255.072,65.079 L 255.073,64.962 L 255.331,64.831 L 255.332,64.955 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 190.815,81.904 C 190.093,83.636 189.614,86.307 189.744,89.322 C 189.777,89.989 189.846,90.55 189.935,91.025 C 189.04,95.088 189.134,99.384 190.508,102.122 C 190.286,103.016 190.287,103.962 190.471,104.393 L 190.748,105.043 C 190.89,105.376 191.199,105.228 191.383,104.646 L 195.257,91.863 C 195.418,91.328 195.433,90.378 195.288,90.008 L 195.032,89.234 C 194.892,88.845 194.579,88.975 194.352,89.56 C 193.405,86.456 192.24,85.646 190.727,88.475 C 190.726,88.463 190.724,88.451 190.724,88.44 C 190.665,86.543 190.95,85.063 191.359,84.034 C 191.817,82.878 192.578,82.221 193.368,82.149 C 194.623,81.918 197.435,84.837 197.602,93.169 C 197.675,97.563 197.458,101.312 196.146,105.87 C 194.463,111.352 192.024,113.156 190.168,110.495 C 188.073,107.265 187.45,100.585 188.385,93.115 C 188.516,92.027 188.312,91.422 188.063,91.348 C 187.802,91.27 187.557,91.771 187.441,92.618 C 186.362,101.232 186.983,108.902 189.491,113.072 C 191.985,116.615 195.167,113.763 196.941,107.205 C 198.446,101.64 198.91,96.016 198.5,90.615 C 197.774,82.079 195.601,79.481 193.69,79.154 C 192.694,78.983 191.61,80.079 190.815,81.904 Z M 194.792,94.904 L 194.212,96.824 L 195.351,99.837 C 195.459,100.123 195.667,100.091 195.863,99.552 C 196.04,99.064 195.996,98.306 195.902,98.045 L 194.792,94.904 Z M 192.926,101.038 L 192.345,102.96 L 193.484,105.972 C 193.592,106.258 193.8,106.225 193.995,105.687 C 194.173,105.199 194.129,104.441 194.035,104.179 L 192.926,101.038 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 225.694,77.219 C 223.701,78.551 222.429,80.995 222.902,84.166 C 223.018,84.871 223.23,85.487 223.501,86.03 C 221.091,89.644 221.506,94.108 225.503,97.76 C 224.903,98.54 224.938,99.511 225.474,100.067 L 226.285,100.905 C 226.698,101.332 227.573,101.372 228.077,100.887 L 238.655,90.164 C 239.098,89.716 239.106,88.749 238.683,88.281 L 237.929,87.33 C 237.516,86.844 236.632,86.787 236.003,87.245 C 233.209,83.481 229.869,81.932 225.666,83.902 C 225.661,83.889 225.657,83.877 225.654,83.864 C 225.422,81.883 226.184,80.541 227.311,79.737 C 228.575,78.834 230.714,78.629 232.96,79.042 C 236.519,79.577 244.61,84.3 245.364,92.946 C 245.722,97.498 245.23,101.208 241.655,105.072 C 237.053,109.657 230.187,110.008 224.817,106.137 C 218.757,101.535 216.761,94.303 219.164,87.219 C 219.503,86.183 218.902,85.439 218.192,85.21 C 217.446,84.969 216.766,85.33 216.463,86.127 C 213.691,94.297 215.714,102.543 222.986,108.363 C 230.19,113.529 239.141,112.565 243.96,106.93 C 248.049,102.151 249.181,96.671 247.831,90.881 C 245.481,81.682 239.214,77.679 233.774,76.169 C 230.935,75.38 227.889,75.836 225.694,77.219 Z M 237.438,92.996 L 235.853,94.608 L 239.19,98.398 C 239.507,98.758 240.098,98.852 240.636,98.42 C 241.123,98.029 240.972,97.225 240.697,96.9 L 237.438,92.996 Z M 232.338,98.138 L 230.753,99.75 L 234.09,103.539 C 234.407,103.899 234.998,103.994 235.536,103.562 C 236.023,103.17 235.872,102.366 235.596,102.04 L 232.338,98.138 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 219.392,126.036 C 216.913,126.112 214.803,126.333 214.241,126.694 C 214.126,126.774 214.141,126.848 214.239,126.916 C 210.578,127.226 209.529,127.722 212.418,128.255 C 211.547,128.319 211.262,128.426 211.629,128.504 L 212.18,128.623 C 212.464,128.683 213.348,128.716 214.024,128.681 L 228.399,127.882 C 228.999,127.85 229.326,127.745 229.049,127.68 L 228.59,127.55 C 228.327,127.483 227.441,127.447 226.645,127.475 C 225.026,126.972 222.115,126.689 217.159,126.759 C 217.159,126.757 217.159,126.756 217.16,126.754 C 217.575,126.532 218.797,126.413 220.219,126.364 C 221.813,126.31 224.07,126.36 226.235,126.482 C 229.705,126.662 236.435,127.451 234.353,128.413 C 233.217,128.919 231.488,129.304 226.551,129.6 C 220.324,129.94 213.175,129.742 208.952,129.139 C 204.261,128.433 204.604,127.581 209.404,126.896 C 210.093,126.796 209.723,126.694 209.071,126.645 C 208.386,126.593 207.571,126.609 206.998,126.685 C 201.461,127.475 200.812,128.438 206.34,129.318 C 212.017,130.124 221.503,130.326 228.3,129.88 C 234.066,129.503 237.033,128.947 237.562,128.274 C 238.19,127.197 233.091,126.548 228.018,126.198 C 225.37,126.016 222.099,125.961 219.392,126.036 Z M 226.218,128.147 L 224.062,128.268 L 226.229,128.792 C 226.436,128.842 227.01,128.873 227.703,128.844 C 228.332,128.819 228.442,128.727 228.268,128.682 L 226.218,128.147 Z M 219.296,128.529 L 217.14,128.65 L 219.307,129.176 C 219.514,129.225 220.089,129.256 220.781,129.227 C 221.41,129.201 221.52,129.109 221.345,129.065 L 219.296,128.529 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 182.422,85.073 C 164.982,82.743 153.646,78.723 161.338,66.393 C 164.396,60.741 173.697,60.372 178.834,59.78 C 188.139,59.489 194.463,59.347 202.261,59.327 L 182.496,72.843 L 182.422,85.073 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(244.955 143.588) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 244.955,143.588 L 283.456,143.588 L 283.456,105.087 L 244.955,105.087 L 244.955,143.588 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' font-family='Frutiger Bold'%3E%3Cpath d='M 268.917,141.956 C 278.36,139.065 283.674,129.069 280.785,119.624 C 277.896,110.181 267.901,104.866 258.455,107.753 C 249.011,110.641 243.695,120.637 246.581,130.08 C 249.471,139.528 259.469,144.845 268.917,141.956' stroke='none' stroke-linejoin='miter' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero'/%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 266.118,119.89 C 263.661,117.281 259.55,117.15 256.933,119.604 C 254.313,122.059 254.18,126.179 256.635,128.799 C 259.09,131.419 263.21,131.552 265.83,129.097 C 265.837,129.09 265.844,129.083 265.851,129.077' fill='none' stroke-width='1.025' stroke='%23000000'/%3E%3Ctext xml:space='preserve' transform='translate(260.435 122.242) scale(1 -1)' kerning='auto' font-size='6.154' stroke='none' stroke-width='0.257' fill='%23000000'%3E%3Ctspan x='0' y='0'%3E4 kWp%3C/tspan%3E%3C/text%3E%3Cpath d='M 261.455,116.054 L 261.455,112.615 M 261.455,136.087 L 261.455,132.646' fill='none' stroke-width='1.025' stroke='%23000000'/%3E%3Cpath d='M 255.587,118.483 L 253.157,116.052 M 269.753,132.649 L 267.323,130.219' fill='none' stroke-width='1.025' stroke='%23000000'/%3E%3Cpath d='M 253.159,124.351 L 249.719,124.351' fill='none' stroke-width='1.025' stroke='%23000000'/%3E%3Cpath d='M 269.753,116.052 L 267.323,118.483 M 255.587,130.219 L 253.157,132.649' fill='none' stroke-width='1.025' stroke='%23000000'/%3E%3C/g%3E%3C/g%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(221.232 101.458) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-superdeal-3kwp {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='5.967 -163.682 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='79.751' cy='98.299' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efd933'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='36.628' cy='98.298' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23baac3e'/%3E%3Cstop offset='1' stop-color='%23dcc61c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 0 -0.001)'%3E%3Cstop offset='0' stop-color='%23e1cd2e'/%3E%3Cstop offset='1' stop-color='%23eed932'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 -0.001 0)'%3E%3Cstop offset='0' stop-color='%23bca915'/%3E%3Cstop offset='1' stop-color='%23cebb2a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(77.158 124.483)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='68.328' cy='134.713' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0da31'/%3E%3Cstop offset='1' stop-color='%23e6d551'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(49.038 97.71) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ecd527'/%3E%3Cstop offset='1' stop-color='%23ecd100'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(41.53 70.506) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group'%3E%3Cg id='Group_1' stroke='none'%3E%3Cpath d='M 52.807,59.705 L 102.5,64.832 L 102.324,65.432 L 52.72,60.583 L 52.807,59.705 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 49.284,122.875 L 106.395,125.708 L 105.886,65.458 L 49.43,59.605 L 49.284,122.875 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 49.284,122.875 L 29.379,129.528 L 29.372,129.644 L 29.311,129.663 L 29.311,129.551 L 29.666,73.167 L 49.43,59.605 L 49.284,122.875 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(79.717 74.617) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(39.443 78.021) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 102.58,125.978 L 102.581,125.519 L 52.484,123.034 L 52.484,123.328 L 52.29,123.462 L 102.58,125.978 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 81.08,132.087 L 106.396,126.005 L 102.956,125.867 L 102.595,125.974 L 52.343,123.425 L 52.484,123.328 L 49.284,123.189 L 29.331,129.76 L 81.08,132.087 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 29.372,129.644 L 49.283,123.066 L 49.284,122.875 L 29.373,129.53 L 29.372,129.644 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 106.227,125.7 L 106.227,125.875 L 102.956,125.73 L 102.58,125.835 L 102.581,125.518 L 106.227,125.7 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.957,125.73 L 102.956,125.73 L 102.956,125.867 L 106.396,126.005 L 106.395,125.881 L 102.957,125.73 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.956,125.73 L 102.58,125.835 L 102.58,125.978 L 102.956,125.867 L 102.956,125.73 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.283,123.066 L 29.327,129.659 L 29.329,129.76 L 49.284,123.189 L 49.283,123.066 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.298,59.697 L 49.164,122.915 L 49.278,122.875 L 49.428,122.883 L 49.561,59.618 L 49.43,59.605 L 49.298,59.697 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 52.484,123.034 L 52.484,123.21 L 49.283,123.066 L 49.284,122.875 L 52.484,123.034 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.283,123.066 L 49.283,123.066 L 49.284,123.189 L 52.484,123.333 L 52.484,123.21 L 49.283,123.066 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.43,59.328 L 49.43,59.328 L 49.43,59.451 L 52.816,59.803 L 52.807,59.686 L 49.43,59.328 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 52.782,59.801 L 52.783,59.953 L 49.43,59.605 L 49.431,59.453 L 52.782,59.801 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.43,59.328 L 29.718,72.84 L 29.717,72.962 L 49.43,59.451 L 49.43,59.328 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.43,59.451 L 29.754,72.955 L 29.754,73.108 L 49.43,59.605 L 49.43,59.451 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.5,64.832 L 102.5,64.832 L 102.502,64.956 L 105.765,65.294 L 105.765,65.178 L 102.5,64.832 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 105.593,65.276 L 105.595,65.428 L 102.242,65.08 L 102.501,64.956 L 105.593,65.276 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.501,64.956 L 102.241,65.08 L 102.242,64.963 L 102.5,64.832 L 102.501,64.956 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 37.984,81.905 C 37.262,83.637 36.783,86.308 36.913,89.323 C 36.946,89.99 37.015,90.551 37.104,91.026 C 36.209,95.089 36.303,99.385 37.677,102.123 C 37.455,103.017 37.456,103.963 37.64,104.394 L 37.917,105.044 C 38.059,105.377 38.368,105.229 38.552,104.647 L 42.426,91.864 C 42.587,91.329 42.602,90.379 42.457,90.009 L 42.201,89.235 C 42.061,88.846 41.748,88.976 41.521,89.561 C 40.574,86.457 39.409,85.647 37.896,88.476 C 37.895,88.464 37.893,88.452 37.893,88.441 C 37.834,86.544 38.119,85.064 38.528,84.035 C 38.986,82.879 39.747,82.222 40.537,82.15 C 41.792,81.919 44.604,84.838 44.771,93.17 C 44.844,97.564 44.627,101.313 43.315,105.871 C 41.632,111.353 39.193,113.157 37.337,110.496 C 35.242,107.266 34.619,100.586 35.554,93.116 C 35.685,92.028 35.481,91.423 35.232,91.349 C 34.971,91.271 34.726,91.772 34.61,92.619 C 33.531,101.233 34.152,108.903 36.66,113.073 C 39.154,116.616 42.336,113.764 44.11,107.206 C 45.615,101.641 46.079,96.017 45.669,90.616 C 44.943,82.08 42.77,79.482 40.859,79.155 C 39.863,78.984 38.779,80.08 37.984,81.905 Z M 41.961,94.905 L 41.381,96.825 L 42.52,99.838 C 42.628,100.124 42.836,100.092 43.032,99.553 C 43.209,99.065 43.165,98.307 43.071,98.046 L 41.961,94.905 Z M 40.095,101.039 L 39.514,102.961 L 40.653,105.973 C 40.761,106.259 40.969,106.226 41.164,105.688 C 41.342,105.2 41.298,104.442 41.204,104.18 L 40.095,101.039 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 72.863,77.22 C 70.87,78.552 69.598,80.996 70.071,84.167 C 70.187,84.872 70.399,85.488 70.67,86.031 C 68.26,89.645 68.675,94.109 72.672,97.761 C 72.072,98.541 72.107,99.512 72.643,100.068 L 73.454,100.906 C 73.867,101.333 74.742,101.373 75.246,100.888 L 85.824,90.165 C 86.267,89.717 86.275,88.75 85.852,88.282 L 85.098,87.331 C 84.685,86.845 83.801,86.788 83.172,87.246 C 80.378,83.482 77.038,81.933 72.835,83.903 C 72.83,83.89 72.826,83.878 72.823,83.865 C 72.591,81.884 73.353,80.542 74.48,79.738 C 75.744,78.835 77.883,78.63 80.129,79.043 C 83.688,79.578 91.779,84.301 92.533,92.947 C 92.891,97.499 92.399,101.209 88.824,105.073 C 84.222,109.658 77.356,110.009 71.986,106.138 C 65.926,101.536 63.93,94.304 66.333,87.22 C 66.672,86.184 66.071,85.44 65.361,85.211 C 64.615,84.97 63.935,85.331 63.632,86.128 C 60.86,94.298 62.883,102.544 70.155,108.364 C 77.359,113.53 86.31,112.566 91.129,106.931 C 95.218,102.152 96.35,96.672 95,90.882 C 92.65,81.683 86.383,77.68 80.943,76.17 C 78.104,75.381 75.058,75.837 72.863,77.22 Z M 84.607,92.997 L 83.022,94.609 L 86.359,98.399 C 86.676,98.759 87.267,98.853 87.805,98.421 C 88.292,98.03 88.141,97.226 87.866,96.901 L 84.607,92.997 Z M 79.507,98.139 L 77.922,99.751 L 81.259,103.54 C 81.576,103.9 82.167,103.995 82.705,103.563 C 83.192,103.171 83.041,102.367 82.765,102.041 L 79.507,98.139 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 66.561,126.037 C 64.082,126.113 61.972,126.334 61.41,126.695 C 61.295,126.775 61.31,126.849 61.408,126.917 C 57.747,127.227 56.698,127.723 59.587,128.256 C 58.716,128.32 58.431,128.427 58.798,128.505 L 59.349,128.624 C 59.633,128.684 60.517,128.717 61.193,128.682 L 75.568,127.883 C 76.168,127.851 76.495,127.746 76.218,127.681 L 75.759,127.551 C 75.496,127.484 74.61,127.448 73.814,127.476 C 72.195,126.973 69.284,126.69 64.328,126.76 C 64.328,126.758 64.328,126.757 64.329,126.755 C 64.744,126.533 65.966,126.414 67.388,126.365 C 68.982,126.311 71.239,126.361 73.404,126.483 C 76.874,126.663 83.604,127.452 81.522,128.414 C 80.386,128.92 78.657,129.305 73.72,129.601 C 67.493,129.941 60.344,129.743 56.121,129.14 C 51.43,128.434 51.773,127.582 56.573,126.897 C 57.262,126.797 56.892,126.695 56.24,126.646 C 55.555,126.594 54.74,126.61 54.167,126.686 C 48.63,127.476 47.981,128.439 53.509,129.319 C 59.186,130.125 68.672,130.327 75.469,129.881 C 81.235,129.504 84.202,128.948 84.731,128.275 C 85.359,127.198 80.26,126.549 75.187,126.199 C 72.539,126.017 69.268,125.962 66.561,126.037 Z M 73.387,128.148 L 71.231,128.269 L 73.398,128.793 C 73.605,128.843 74.179,128.874 74.872,128.845 C 75.501,128.82 75.611,128.728 75.437,128.683 L 73.387,128.148 Z M 66.465,128.53 L 64.309,128.651 L 66.476,129.177 C 66.683,129.226 67.258,129.257 67.95,129.228 C 68.579,129.202 68.689,129.11 68.514,129.066 L 66.465,128.53 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 29.591,85.074 C 12.151,82.744 0.815,78.724 8.507,66.394 C 11.565,60.742 20.866,60.373 26.003,59.781 C 35.308,59.49 41.632,59.348 49.43,59.328 L 29.665,72.844 L 29.591,85.074 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(91.916 143.588) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 91.916,143.588 L 130.417,143.588 L 130.417,105.087 L 91.916,105.087 L 91.916,143.588 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' font-family='Frutiger Bold'%3E%3Cpath d='M 115.878,141.954 C 125.321,139.064 130.634,129.067 127.745,119.623 C 124.858,110.18 114.862,104.866 105.416,107.753 C 95.972,110.639 90.657,120.636 93.543,130.08 C 96.431,139.527 106.431,144.843 115.878,141.954' stroke='none' stroke-linejoin='miter' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero'/%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 113.079,119.89 C 110.622,117.28 106.511,117.15 103.894,119.603 C 101.274,122.058 101.141,126.177 103.596,128.798 C 106.051,131.418 110.171,131.551 112.791,129.096 C 112.798,129.089 112.805,129.082 112.813,129.076' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3Ctext xml:space='preserve' transform='translate(107.396 122.241) scale(1 -1)' kerning='auto' font-size='6.153' stroke='none' stroke-width='0.256' fill='%23000000'%3E%3Ctspan x='0' y='0'%3E3 kWp%3C/tspan%3E%3C/text%3E%3Cpath d='M 108.416,116.053 L 108.416,112.614 M 108.416,136.086 L 108.416,132.646' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3Cpath d='M 102.548,118.482 L 100.117,116.051 M 116.715,132.649 L 114.284,130.218' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3Cpath d='M 100.119,124.35 L 96.68,124.35' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3Cpath d='M 116.715,116.051 L 114.284,118.482 M 102.548,130.218 L 100.117,132.649' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3C/g%3E%3C/g%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(68.193 101.458) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-solar_sorglos-20-kWp {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.7.0.0--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='418.287 12.819 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='492.21' cy='-78.203' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efd933'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='449.087' cy='-78.204' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23baac3e'/%3E%3Cstop offset='1' stop-color='%23dcc61c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.003 0.001)'%3E%3Cstop offset='0' stop-color='%23e1cd2e'/%3E%3Cstop offset='1' stop-color='%23eed932'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 -0.002 0.003)'%3E%3Cstop offset='0' stop-color='%23bca915'/%3E%3Cstop offset='1' stop-color='%23cebb2a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(489.617 -52.019)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='480.787' cy='-41.789' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0da31'/%3E%3Cstop offset='1' stop-color='%23e6d551'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(461.497 -78.792) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ecd527'/%3E%3Cstop offset='1' stop-color='%23ecd100'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(453.989 -105.996) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAYAAADFeBvrAAAACXBIWXMAAA7DAAAOwwHHb6hkAAAKYUlEQVRogWIYVoCBgQEAAAD//6zPiwmAMBBEwed6ET+Q/usMaEQui02kgmGWyaEV2GqtR0Scki5Ju+0oBcZQ2n5tP5l5t9Y68AFjig78AAAA//+szzEOQDAAheH3QiemxmIhcf8zGSwSQy1MTftLXIETfPn+CDUxxi6EMthhAi+2Z1sjKNrqweHFTAZdtk9gh7pJrLXmrZT2SCndn3KSHgAAAP//pM9BCkBQAIThf6TU62XhDrLn/jdQ9hzAQlYipYxeuYBsZrb/9weUxxirEEItuZPUgpoEAUqgkMhtsmQBp0tzv9EnsNnMtif7Hmz1cIzLsq/A9bkIeAAAAP//nNGxCYAwAAXR+1qkCCnEHawcwcLN7RzA1h2skkKRfHEDcYGDx/0BtSmlLsYwQjODJokB6G0HSY2kT13bBlfQBT5s7RJrrfdSyrnlnF/Y92PAAwAA//8i1UOcYmKCqgwMrG5MTIweDAwMOoyMDIIMDAysxHoCFwD57f///78ZGRk//P/PcO3//387//79v/PNmzc3GBgYvhFlCAMDAwAAAP//pJPBCYBQDMVefj0IhQoedQJxBsf4G7i+d+lJOoGCGSCQQ2riT0TEHBGHmZ1AB+2gCbC/MUUpyiXJQQuwmbG6j3drw5WZ71GSHgAAAP//IsZDTCIiIhJsbCy+TExM6YyMDI6MjIxijIyMoFih1B8YAOax////g/KhAiMjkyI7O+tfNjb2l9+/f/8CikycmhkYGAAAAAD//yLkISYhISEpFhamYCYmplRGRgZQxuelRowQAlA7QHlSnIGBQZGZmek/Dw/r0y9ffnzC6SkGBgYAAAAA///C6yFQzLCwMIUwMTEmMTIyajMyMnLQwS9wAI0tFkZGRqH//xlkGRiYf7OxsT/8/v07yFOYgIGBAQAAAP//wukhUJ6BJjNQntFmYGBkp5tPMAEoCQqCqgQWFqZPjIxMD7DmKQYGBgAAAAD//8LlIU5BQV47RkZmUJ4xAsUMHR2PFUALDFCJKsTMzPrs69evjzDqKgYGBgAAAAD//8LmISYxMUFNRkbmVAYGcAHAQ89khg+Akh8kphjZODg4b3/79u0VSn5iYGAAAAAA///C8BAvL68wOzt7MCMjUxgjI6MoPQoAEgErI+N/QWZmhg8MDEzXf/36BWouQQADAwMAAAD//wI1S5ABK6QFAK40JUG1/iDzDCiWmP7/ZxD//5/RjYuLTR/kZrgkAwMDAAAA//9CcTAPD48gpDnDoIOucDABaB2oxczM6iQiIiICdxsDAwMAAAD//0L2EDOooQltm4HS6WBLanAActr////5GRj+W7OwMGiAGspgSQYGBgAAAAD//4J7CNQFgLSawQ3NQRs7MACKpf//GVQYGJhMBQQEeMDiDAwMAAAAAP//gnsI0p8BdQFAfZjBGzswAK10BRgYGI1YWFhArQkGBgYGBgAAAAD//4J5iBnUOWNgYFD7////gNc5xAJId4VBhYmJSQGc7BgYGAAAAAD//4J5iI2BgVGRgYERVLIR3QIfaMDEBCqF/0swMTEogdp9DAwMDAAAAAD//wJ7CDQGwMAA7jbzDYHUhgRAhQMDD8jtPDw8XAwMDAwAAAAA//8Cewg0oAHtOg+Z5AYDjIygNuZ/SR4eFm4GBgYGAAAAAP//AnuIiYmJCzSggVz8DRXAyPifmYEB1Bpn5GFgYGAAAAAA//+CeugvKGa4GRj+D7qWASEAHYTh+vuXmYOBgYEBAAAA//8Ce+DfP2ZWSPdgSGUgKAAV3/9ZmZj+sTIwMDACAAAA//9CjhHIIMxQBgwMDAAAAAD//4KU3UxMf0CDgIT664MRQCKB8Q8TE+MfBgYGBgAAAAD//4ImuX8//v9n+MrAwAgaBBxSgIkJPHD59f//f98ZGBj+AwAAAP//gnnoGyMjwzsGBgawL4dWDDH+ZWD4/56B4d9XBgYGBgAAAAD//wJ7CDRw/v8/wwsGBoafA+5CEsH///9Bg/3Pv379+4WBgYEBAAAA//8Cewg0C/D///+HIOZQKhlATmVkZPjMwMDw8MuXL98YGBgYAAAAAP//gpVyvxgY/t2HxBJorHlogP//wW59+ffv/3vg1MXAwAAAAAD//4J56O///38eMjD8v8XAwDhkkh0jI+Ov//8Z7/z79+8BOP8zMDAAAAAA//+C10N//jC/Bk1pQGYBBn+ygw7ufwC5+c+fPy/BggwMDAAAAAD//4J7CDTZ9O8f4xnQlMb///8HfWkHciMjI8M9BoZ/Zz5+/AjKRwwMDAwMAAAAAP//Qm4p/GVg+AaaeDrKwACeYRsYlxIBIIUB48f//xmO/fnDcB1e3TAwMAAAAAD//0JpjEJmzv7tZ2BguAqd+xyUADSPxMDw/8bfv//3vX379jXckQwMDAAAAAD//0JvXf/++vXnZQaGfzsZGBhe/Pv3b9BF0///YDe9/vv3324Ghm/nUQKegYEBAAAA///C6G7/+vXrJycn92cmJgYZyPwMqGs7eBrhkCYaw35Gxn8LX736eBc6ZwsBDAwMAAAAAP//wjZ+8P/bt2+fuLk5v4MmmxgYGCRAY8p0dDNO8P///5+MjP8vMDD8n/vixZvj0IlnBGBgYAAAAAD//8I1IPKbiYn5DSsr019GRkZFRkZQb3agB0/+/f7/n/HW////F379+n3rr1+/3mMoYWBgAAAAAP//wunIX79+fefg4HzBzMz09/9/RlnI5PBAeQrsmbv///9b8uvXn9WfPn0CtTsx8zcDAwMAAAD//8LrwO/fv39lZWV7wsrKBMp4UgwMDAKgcQd6jgyBkhkkZv4tYWD4tfLNmw+P0fMNHDAwMAAAAAD//yIU4v9//PjxmZ2dA9xwBU0NQiedKJ7GJwRApdn///+/MDIygPLMgl+//qyBegb3ugUGBgYAAAAA//8iJgn9//79+2cmJuYHrKxMT5mYmECDkiBPcUJGXKnrL8R6BVBDmXHfv38Mc75+/b7t06dPzwn2qBkYGAAAAAD//yI6T4Dy1Nev3x9zcHDeYmZm+gAaMmZkZOT+//8/aHCC6NUjBDzyB7QOiJGR4eL///9WMTD8W/Ty5Zvjv379+kCUIQwMDAAAAAD//yI1k/+GTAMy3mBhYQS1zN9DPcIGylv//4PGyGAz8kR7ApQffv7///81IyPD5f//GTb9/ft/EQPD9y0vX4LrGeJb/wwMDAAAAAD//6IkVFlBk00sLAzqoCkNRkZGw///GUALmST+/2cArWVgBw0C/vsHjj2Qw0F2gRcvMTIy/oXUKQygXuZLUBeAgeHfuf///53584fhBrQ5Q3rTi4GBAQAAAP//okYGYAHNz7CwsIgxMf2TZ2BgUWZmZpT///+/JDSv8YDGzUAK//9nBI0sfYOMATCA8sRDUOcM1J/5+/fviw8fPoA8SH5Ln4GBAQAAAP//onZJBWpRsPHy8nIxMzPzcHAwcf/5w8TBzAweBAQvAGRm/vvjx49/X//+/fsF2m0GJSnqdFcYGBgAAAAA//+iFwYFHO0rLwYGBgAAAAD//wMA/loiN/G93o4AAAAASUVORK5CYII='%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group'%3E%3Cg id='Group_1' stroke='none'%3E%3Cpath d='M 465.266,-116.797 L 514.959,-111.67 L 514.783,-111.07 L 465.179,-115.919 L 465.266,-116.797 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 461.743,-53.627 L 518.854,-50.794 L 518.345,-111.044 L 461.889,-116.897 L 461.743,-53.627 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 461.743,-53.627 L 441.838,-46.974 L 441.831,-46.858 L 441.77,-46.839 L 441.77,-46.951 L 442.125,-103.335 L 461.889,-116.897 L 461.743,-53.627 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(492.176 -101.885) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(451.902 -98.481) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 515.039,-50.524 L 515.04,-50.983 L 464.943,-53.468 L 464.943,-53.174 L 464.749,-53.04 L 515.039,-50.524 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 493.539,-44.415 L 518.855,-50.497 L 515.415,-50.635 L 515.054,-50.528 L 464.802,-53.077 L 464.943,-53.174 L 461.743,-53.313 L 441.79,-46.742 L 493.539,-44.415 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 441.831,-46.858 L 461.742,-53.436 L 461.743,-53.627 L 441.832,-46.972 L 441.831,-46.858 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 518.686,-50.802 L 518.686,-50.627 L 515.415,-50.772 L 515.039,-50.667 L 515.04,-50.984 L 518.686,-50.802 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 515.416,-50.772 L 515.415,-50.772 L 515.415,-50.635 L 518.855,-50.497 L 518.854,-50.621 L 515.416,-50.772 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 515.415,-50.772 L 515.039,-50.667 L 515.039,-50.524 L 515.415,-50.635 L 515.415,-50.772 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 461.742,-53.436 L 441.786,-46.843 L 441.788,-46.742 L 461.743,-53.313 L 461.742,-53.436 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 461.757,-116.805 L 461.623,-53.587 L 461.737,-53.627 L 461.887,-53.619 L 462.02,-116.884 L 461.889,-116.897 L 461.757,-116.805 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 464.943,-53.468 L 464.943,-53.292 L 461.742,-53.436 L 461.743,-53.627 L 464.943,-53.468 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 461.742,-53.436 L 461.742,-53.436 L 461.743,-53.313 L 464.943,-53.169 L 464.943,-53.292 L 461.742,-53.436 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 461.889,-117.174 L 461.889,-117.174 L 461.889,-117.051 L 465.275,-116.699 L 465.266,-116.816 L 461.889,-117.174 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 465.241,-116.701 L 465.242,-116.549 L 461.889,-116.897 L 461.89,-117.049 L 465.241,-116.701 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 461.889,-117.174 L 442.177,-103.662 L 442.176,-103.54 L 461.889,-117.051 L 461.889,-117.174 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 461.889,-117.051 L 442.213,-103.547 L 442.213,-103.394 L 461.889,-116.897 L 461.889,-117.051 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 514.959,-111.67 L 514.959,-111.67 L 514.961,-111.546 L 518.224,-111.208 L 518.224,-111.324 L 514.959,-111.67 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 518.052,-111.226 L 518.054,-111.074 L 514.701,-111.422 L 514.96,-111.546 L 518.052,-111.226 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 514.96,-111.546 L 514.7,-111.422 L 514.701,-111.539 L 514.959,-111.67 L 514.96,-111.546 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 450.443,-94.597 C 449.721,-92.865 449.242,-90.194 449.372,-87.179 C 449.405,-86.512 449.474,-85.951 449.563,-85.476 C 448.668,-81.413 448.762,-77.117 450.136,-74.379 C 449.914,-73.485 449.915,-72.539 450.099,-72.108 L 450.376,-71.458 C 450.518,-71.125 450.827,-71.273 451.011,-71.855 L 454.885,-84.638 C 455.046,-85.173 455.061,-86.123 454.916,-86.493 L 454.66,-87.267 C 454.52,-87.656 454.207,-87.526 453.98,-86.941 C 453.033,-90.045 451.868,-90.855 450.355,-88.026 C 450.354,-88.038 450.352,-88.05 450.352,-88.061 C 450.293,-89.958 450.578,-91.438 450.987,-92.467 C 451.445,-93.623 452.206,-94.28 452.996,-94.352 C 454.251,-94.583 457.063,-91.664 457.23,-83.332 C 457.303,-78.938 457.086,-75.189 455.774,-70.631 C 454.091,-65.149 451.652,-63.345 449.796,-66.006 C 447.701,-69.236 447.078,-75.916 448.013,-83.386 C 448.144,-84.474 447.94,-85.079 447.691,-85.153 C 447.43,-85.231 447.185,-84.73 447.069,-83.883 C 445.99,-75.269 446.611,-67.599 449.119,-63.429 C 451.613,-59.886 454.795,-62.738 456.569,-69.296 C 458.074,-74.861 458.538,-80.485 458.128,-85.886 C 457.402,-94.422 455.229,-97.02 453.318,-97.347 C 452.322,-97.518 451.238,-96.422 450.443,-94.597 Z M 454.42,-81.597 L 453.84,-79.677 L 454.979,-76.664 C 455.087,-76.378 455.295,-76.41 455.491,-76.949 C 455.668,-77.437 455.624,-78.195 455.53,-78.456 L 454.42,-81.597 Z M 452.554,-75.463 L 451.973,-73.541 L 453.112,-70.529 C 453.22,-70.243 453.428,-70.276 453.623,-70.814 C 453.801,-71.302 453.757,-72.06 453.663,-72.322 L 452.554,-75.463 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 485.322,-99.282 C 483.329,-97.95 482.057,-95.506 482.53,-92.335 C 482.646,-91.63 482.858,-91.014 483.129,-90.471 C 480.719,-86.857 481.134,-82.393 485.131,-78.741 C 484.531,-77.961 484.566,-76.99 485.102,-76.434 L 485.913,-75.596 C 486.326,-75.169 487.201,-75.129 487.705,-75.614 L 498.283,-86.337 C 498.726,-86.785 498.734,-87.752 498.311,-88.22 L 497.557,-89.171 C 497.144,-89.657 496.26,-89.714 495.631,-89.256 C 492.837,-93.02 489.497,-94.569 485.294,-92.599 C 485.289,-92.612 485.285,-92.624 485.282,-92.637 C 485.05,-94.618 485.812,-95.96 486.939,-96.764 C 488.203,-97.667 490.342,-97.872 492.588,-97.459 C 496.147,-96.924 504.238,-92.201 504.992,-83.555 C 505.35,-79.003 504.858,-75.293 501.283,-71.429 C 496.681,-66.844 489.815,-66.493 484.445,-70.364 C 478.385,-74.966 476.389,-82.198 478.792,-89.282 C 479.131,-90.318 478.53,-91.062 477.82,-91.291 C 477.074,-91.532 476.394,-91.171 476.091,-90.374 C 473.319,-82.204 475.342,-73.958 482.614,-68.138 C 489.818,-62.972 498.769,-63.936 503.588,-69.571 C 507.677,-74.35 508.809,-79.83 507.459,-85.62 C 505.109,-94.819 498.842,-98.822 493.402,-100.332 C 490.563,-101.121 487.517,-100.665 485.322,-99.282 Z M 497.066,-83.505 L 495.481,-81.893 L 498.818,-78.103 C 499.135,-77.743 499.726,-77.649 500.264,-78.081 C 500.751,-78.472 500.6,-79.276 500.325,-79.601 L 497.066,-83.505 Z M 491.966,-78.363 L 490.381,-76.751 L 493.718,-72.962 C 494.035,-72.602 494.626,-72.507 495.164,-72.939 C 495.651,-73.331 495.5,-74.135 495.224,-74.461 L 491.966,-78.363 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 479.02,-50.465 C 476.541,-50.389 474.431,-50.168 473.869,-49.807 C 473.754,-49.727 473.769,-49.653 473.867,-49.585 C 470.206,-49.275 469.157,-48.779 472.046,-48.246 C 471.175,-48.182 470.89,-48.075 471.257,-47.997 L 471.808,-47.878 C 472.092,-47.818 472.976,-47.785 473.652,-47.82 L 488.027,-48.619 C 488.627,-48.651 488.954,-48.756 488.677,-48.821 L 488.218,-48.951 C 487.955,-49.018 487.069,-49.054 486.273,-49.026 C 484.654,-49.529 481.743,-49.812 476.787,-49.742 C 476.787,-49.744 476.787,-49.745 476.788,-49.747 C 477.203,-49.969 478.425,-50.088 479.847,-50.137 C 481.441,-50.191 483.698,-50.141 485.863,-50.019 C 489.333,-49.839 496.063,-49.05 493.981,-48.088 C 492.845,-47.582 491.116,-47.197 486.179,-46.901 C 479.952,-46.561 472.803,-46.759 468.58,-47.362 C 463.889,-48.068 464.232,-48.92 469.032,-49.605 C 469.721,-49.705 469.351,-49.807 468.699,-49.856 C 468.014,-49.908 467.199,-49.892 466.626,-49.816 C 461.089,-49.026 460.44,-48.063 465.968,-47.183 C 471.645,-46.377 481.131,-46.175 487.928,-46.621 C 493.694,-46.998 496.661,-47.554 497.19,-48.227 C 497.818,-49.304 492.719,-49.953 487.646,-50.303 C 484.998,-50.485 481.727,-50.54 479.02,-50.465 Z M 485.846,-48.354 L 483.69,-48.233 L 485.857,-47.709 C 486.064,-47.659 486.638,-47.628 487.331,-47.657 C 487.96,-47.682 488.07,-47.774 487.896,-47.819 L 485.846,-48.354 Z M 478.924,-47.972 L 476.768,-47.851 L 478.935,-47.325 C 479.142,-47.276 479.717,-47.245 480.409,-47.274 C 481.038,-47.3 481.148,-47.392 480.973,-47.436 L 478.924,-47.972 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 442.05,-91.428 C 424.61,-93.758 413.274,-97.778 420.966,-110.108 C 424.024,-115.76 433.325,-116.129 438.462,-116.721 C 447.767,-117.012 454.091,-117.154 461.889,-117.174 L 442.124,-103.658 L 442.05,-91.428 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(504.236 -32.913) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 504.236,-32.913 L 542.737,-32.913 L 542.737,-71.414 L 504.236,-71.414 L 504.236,-32.913 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' font-size='6.153' font-family='Frutiger Bold'%3E%3Cpath d='M 528.198,-34.545 C 537.641,-37.435 542.954,-47.432 540.065,-56.876 C 537.178,-66.319 527.182,-71.633 517.736,-68.746 C 508.292,-65.86 502.977,-55.863 505.863,-46.419 C 508.751,-36.972 518.751,-31.656 528.198,-34.545' stroke='none' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 525.399,-56.609 C 522.942,-59.219 518.831,-59.349 516.214,-56.896 C 513.594,-54.441 513.461,-50.322 515.916,-47.701 C 518.371,-45.081 522.491,-44.948 525.111,-47.403 C 525.118,-47.41 525.125,-47.417 525.133,-47.423' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cg id='Group_7' fill-rule='nonzero' stroke='none' stroke-width='0.256' fill='%23000000'%3E%3Cg id='Group_8'%3E%3Cpath d='M 535.897,-55.445 L 535.897,-50.995 L 536.489,-50.995 L 536.489,-51.608 C 536.61,-51.38 536.761,-51.208 536.941,-51.094 C 537.121,-50.98 537.331,-50.923 537.572,-50.923 C 537.972,-50.923 538.281,-51.071 538.5,-51.368 C 538.718,-51.664 538.828,-52.051 538.828,-52.527 C 538.828,-52.838 538.777,-53.133 538.676,-53.414 C 538.574,-53.694 538.417,-53.917 538.203,-54.084 C 537.989,-54.25 537.747,-54.333 537.476,-54.333 C 537.369,-54.333 537.227,-54.317 537.051,-54.285 C 536.875,-54.253 536.688,-54.121 536.489,-53.888 L 536.489,-55.445 L 535.897,-55.445 Z M 521.698,-54.049 C 521.459,-53.836 521.283,-53.547 521.169,-53.184 C 521.055,-52.82 520.998,-52.437 520.998,-52.035 C 520.998,-51.634 521.054,-51.252 521.167,-50.888 C 521.281,-50.525 521.457,-50.236 521.698,-50.022 C 521.938,-49.807 522.223,-49.7 522.554,-49.7 C 522.887,-49.7 523.172,-49.807 523.412,-50.02 C 523.651,-50.233 523.827,-50.522 523.941,-50.885 C 524.054,-51.249 524.11,-51.632 524.11,-52.035 C 524.11,-52.435 524.054,-52.816 523.942,-53.178 C 523.83,-53.539 523.654,-53.828 523.415,-54.045 C 523.175,-54.261 522.889,-54.369 522.554,-54.369 C 522.222,-54.369 521.936,-54.263 521.698,-54.049 Z M 517.227,-54.258 L 517.227,-53.738 C 517.399,-53.336 517.748,-52.897 518.272,-52.422 L 518.612,-52.119 C 518.858,-51.894 519.029,-51.692 519.124,-51.51 C 519.219,-51.329 519.267,-51.14 519.267,-50.944 C 519.267,-50.694 519.191,-50.498 519.039,-50.357 C 518.886,-50.215 518.682,-50.145 518.426,-50.145 C 518.315,-50.145 518.21,-50.155 518.109,-50.176 C 518.008,-50.197 517.899,-50.231 517.784,-50.277 C 517.669,-50.323 517.52,-50.398 517.338,-50.502 L 517.338,-49.979 C 517.733,-49.793 518.125,-49.7 518.516,-49.7 C 518.942,-49.7 519.279,-49.817 519.525,-50.052 C 519.772,-50.286 519.895,-50.578 519.895,-50.929 C 519.895,-51.157 519.844,-51.373 519.743,-51.575 C 519.642,-51.777 519.392,-52.049 518.993,-52.389 L 518.765,-52.584 C 518.599,-52.725 518.432,-52.895 518.263,-53.097 C 518.095,-53.298 517.988,-53.512 517.942,-53.738 L 519.874,-53.738 L 519.874,-54.258 L 517.227,-54.258 Z M 527.037,-54.258 L 527.037,-49.514 L 527.629,-49.514 L 527.629,-52.578 L 529.011,-50.995 L 529.651,-50.995 L 528.329,-52.518 L 529.922,-54.258 L 529.166,-54.258 L 527.629,-52.584 L 527.629,-54.258 L 527.037,-54.258 Z M 531.193,-54.258 L 530.047,-49.811 L 530.654,-49.811 L 531.565,-53.324 L 532.402,-49.811 L 533.012,-49.811 L 533.803,-53.276 L 534.785,-49.811 L 535.298,-49.811 L 534.05,-54.258 L 533.421,-54.258 L 532.638,-50.83 L 531.818,-54.258 L 531.193,-54.258 Z M 523.262,-53.405 C 523.409,-53.058 523.482,-52.601 523.482,-52.035 C 523.482,-51.468 523.409,-51.011 523.262,-50.664 C 523.114,-50.318 522.878,-50.145 522.554,-50.145 C 522.23,-50.145 521.994,-50.318 521.848,-50.664 C 521.702,-51.011 521.629,-51.468 521.629,-52.035 C 521.629,-52.601 521.702,-53.058 521.848,-53.405 C 521.994,-53.751 522.23,-53.924 522.554,-53.925 C 522.878,-53.924 523.114,-53.751 523.262,-53.405 Z M 537.99,-53.522 C 538.128,-53.277 538.197,-52.966 538.197,-52.587 C 538.197,-52.235 538.136,-51.956 538.014,-51.749 C 537.892,-51.543 537.703,-51.44 537.447,-51.44 C 537.284,-51.44 537.123,-51.484 536.963,-51.573 C 536.804,-51.663 536.646,-51.797 536.489,-51.977 L 536.489,-53.48 C 536.689,-53.66 536.849,-53.773 536.968,-53.819 C 537.087,-53.865 537.215,-53.888 537.352,-53.888 C 537.639,-53.888 537.852,-53.766 537.99,-53.522 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M 520.736,-60.446 L 520.736,-63.885 M 520.736,-40.413 L 520.736,-43.853' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cpath d='M 514.868,-58.017 L 512.437,-60.448 M 529.035,-43.85 L 526.604,-46.281' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cpath d='M 512.439,-52.149 L 509,-52.149' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cpath d='M 529.035,-60.448 L 526.604,-58.017 M 514.868,-46.281 L 512.437,-43.85' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3C/g%3E%3C/g%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(480.513 -75.043) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-solar_sorglos-10-kWp {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.7.0.0--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='281.928 12.819 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='355.851' cy='-78.203' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efd933'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='312.728' cy='-78.204' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23baac3e'/%3E%3Cstop offset='1' stop-color='%23dcc61c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.003 0.001)'%3E%3Cstop offset='0' stop-color='%23e1cd2e'/%3E%3Cstop offset='1' stop-color='%23eed932'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 -0.001 0.002)'%3E%3Cstop offset='0' stop-color='%23bca915'/%3E%3Cstop offset='1' stop-color='%23cebb2a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(353.258 -52.019)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='344.428' cy='-41.789' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0da31'/%3E%3Cstop offset='1' stop-color='%23e6d551'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(325.138 -78.792) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ecd527'/%3E%3Cstop offset='1' stop-color='%23ecd100'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(317.63 -105.996) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group'%3E%3Cg id='Group_1' stroke='none'%3E%3Cpath d='M 328.907,-116.797 L 378.6,-111.67 L 378.424,-111.07 L 328.82,-115.919 L 328.907,-116.797 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 325.384,-53.627 L 382.495,-50.794 L 381.986,-111.044 L 325.53,-116.897 L 325.384,-53.627 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 325.384,-53.627 L 305.479,-46.974 L 305.472,-46.858 L 305.411,-46.839 L 305.411,-46.951 L 305.766,-103.335 L 325.53,-116.897 L 325.384,-53.627 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(355.817 -101.885) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(315.543 -98.481) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 378.68,-50.524 L 378.681,-50.983 L 328.584,-53.468 L 328.584,-53.174 L 328.39,-53.04 L 378.68,-50.524 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 357.18,-44.415 L 382.496,-50.497 L 379.056,-50.635 L 378.695,-50.528 L 328.443,-53.077 L 328.584,-53.174 L 325.384,-53.313 L 305.431,-46.742 L 357.18,-44.415 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 305.472,-46.858 L 325.383,-53.436 L 325.384,-53.627 L 305.473,-46.972 L 305.472,-46.858 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 382.327,-50.802 L 382.327,-50.627 L 379.056,-50.772 L 378.68,-50.667 L 378.681,-50.984 L 382.327,-50.802 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 379.057,-50.772 L 379.056,-50.772 L 379.056,-50.635 L 382.496,-50.497 L 382.495,-50.621 L 379.057,-50.772 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 379.056,-50.772 L 378.68,-50.667 L 378.68,-50.524 L 379.056,-50.635 L 379.056,-50.772 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 325.383,-53.436 L 305.427,-46.843 L 305.429,-46.742 L 325.384,-53.313 L 325.383,-53.436 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 325.398,-116.805 L 325.264,-53.587 L 325.378,-53.627 L 325.528,-53.619 L 325.661,-116.884 L 325.53,-116.897 L 325.398,-116.805 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 328.584,-53.468 L 328.584,-53.292 L 325.383,-53.436 L 325.384,-53.627 L 328.584,-53.468 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 325.383,-53.436 L 325.383,-53.436 L 325.384,-53.313 L 328.584,-53.169 L 328.584,-53.292 L 325.383,-53.436 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 325.53,-117.174 L 325.53,-117.174 L 325.53,-117.051 L 328.916,-116.699 L 328.907,-116.816 L 325.53,-117.174 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 328.882,-116.701 L 328.883,-116.549 L 325.53,-116.897 L 325.531,-117.049 L 328.882,-116.701 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 325.53,-117.174 L 305.818,-103.662 L 305.817,-103.54 L 325.53,-117.051 L 325.53,-117.174 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 325.53,-117.051 L 305.854,-103.547 L 305.854,-103.394 L 325.53,-116.897 L 325.53,-117.051 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 378.6,-111.67 L 378.6,-111.67 L 378.602,-111.546 L 381.865,-111.208 L 381.865,-111.324 L 378.6,-111.67 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 381.693,-111.226 L 381.695,-111.074 L 378.342,-111.422 L 378.601,-111.546 L 381.693,-111.226 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 378.601,-111.546 L 378.341,-111.422 L 378.342,-111.539 L 378.6,-111.67 L 378.601,-111.546 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 314.084,-94.597 C 313.362,-92.865 312.883,-90.194 313.013,-87.179 C 313.046,-86.512 313.115,-85.951 313.204,-85.476 C 312.309,-81.413 312.403,-77.117 313.777,-74.379 C 313.555,-73.485 313.556,-72.539 313.74,-72.108 L 314.017,-71.458 C 314.159,-71.125 314.468,-71.273 314.652,-71.855 L 318.526,-84.638 C 318.687,-85.173 318.702,-86.123 318.557,-86.493 L 318.301,-87.267 C 318.161,-87.656 317.848,-87.526 317.621,-86.941 C 316.674,-90.045 315.509,-90.855 313.996,-88.026 C 313.995,-88.038 313.993,-88.05 313.993,-88.061 C 313.934,-89.958 314.219,-91.438 314.628,-92.467 C 315.086,-93.623 315.847,-94.28 316.637,-94.352 C 317.892,-94.583 320.704,-91.664 320.871,-83.332 C 320.944,-78.938 320.727,-75.189 319.415,-70.631 C 317.732,-65.149 315.293,-63.345 313.437,-66.006 C 311.342,-69.236 310.719,-75.916 311.654,-83.386 C 311.785,-84.474 311.581,-85.079 311.332,-85.153 C 311.071,-85.231 310.826,-84.73 310.71,-83.883 C 309.631,-75.269 310.252,-67.599 312.76,-63.429 C 315.254,-59.886 318.436,-62.738 320.21,-69.296 C 321.715,-74.861 322.179,-80.485 321.769,-85.886 C 321.043,-94.422 318.87,-97.02 316.959,-97.347 C 315.963,-97.518 314.879,-96.422 314.084,-94.597 Z M 318.061,-81.597 L 317.481,-79.677 L 318.62,-76.664 C 318.728,-76.378 318.936,-76.41 319.132,-76.949 C 319.309,-77.437 319.265,-78.195 319.171,-78.456 L 318.061,-81.597 Z M 316.195,-75.463 L 315.614,-73.541 L 316.753,-70.529 C 316.861,-70.243 317.069,-70.276 317.264,-70.814 C 317.442,-71.302 317.398,-72.06 317.304,-72.322 L 316.195,-75.463 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 348.963,-99.282 C 346.97,-97.95 345.698,-95.506 346.171,-92.335 C 346.287,-91.63 346.499,-91.014 346.77,-90.471 C 344.36,-86.857 344.775,-82.393 348.772,-78.741 C 348.172,-77.961 348.207,-76.99 348.743,-76.434 L 349.554,-75.596 C 349.967,-75.169 350.842,-75.129 351.346,-75.614 L 361.924,-86.337 C 362.367,-86.785 362.375,-87.752 361.952,-88.22 L 361.198,-89.171 C 360.785,-89.657 359.901,-89.714 359.272,-89.256 C 356.478,-93.02 353.138,-94.569 348.935,-92.599 C 348.93,-92.612 348.926,-92.624 348.923,-92.637 C 348.691,-94.618 349.453,-95.96 350.58,-96.764 C 351.844,-97.667 353.983,-97.872 356.229,-97.459 C 359.788,-96.924 367.879,-92.201 368.633,-83.555 C 368.991,-79.003 368.499,-75.293 364.924,-71.429 C 360.322,-66.844 353.456,-66.493 348.086,-70.364 C 342.026,-74.966 340.03,-82.198 342.433,-89.282 C 342.772,-90.318 342.171,-91.062 341.461,-91.291 C 340.715,-91.532 340.035,-91.171 339.732,-90.374 C 336.96,-82.204 338.983,-73.958 346.255,-68.138 C 353.459,-62.972 362.41,-63.936 367.229,-69.571 C 371.318,-74.35 372.45,-79.83 371.1,-85.62 C 368.75,-94.819 362.483,-98.822 357.043,-100.332 C 354.204,-101.121 351.158,-100.665 348.963,-99.282 Z M 360.707,-83.505 L 359.122,-81.893 L 362.459,-78.103 C 362.776,-77.743 363.367,-77.649 363.905,-78.081 C 364.392,-78.472 364.241,-79.276 363.966,-79.601 L 360.707,-83.505 Z M 355.607,-78.363 L 354.022,-76.751 L 357.359,-72.962 C 357.676,-72.602 358.267,-72.507 358.805,-72.939 C 359.292,-73.331 359.141,-74.135 358.865,-74.461 L 355.607,-78.363 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 342.661,-50.465 C 340.182,-50.389 338.072,-50.168 337.51,-49.807 C 337.395,-49.727 337.41,-49.653 337.508,-49.585 C 333.847,-49.275 332.798,-48.779 335.687,-48.246 C 334.816,-48.182 334.531,-48.075 334.898,-47.997 L 335.449,-47.878 C 335.733,-47.818 336.617,-47.785 337.293,-47.82 L 351.668,-48.619 C 352.268,-48.651 352.595,-48.756 352.318,-48.821 L 351.859,-48.951 C 351.596,-49.018 350.71,-49.054 349.914,-49.026 C 348.295,-49.529 345.384,-49.812 340.428,-49.742 C 340.428,-49.744 340.428,-49.745 340.429,-49.747 C 340.844,-49.969 342.066,-50.088 343.488,-50.137 C 345.082,-50.191 347.339,-50.141 349.504,-50.019 C 352.974,-49.839 359.704,-49.05 357.622,-48.088 C 356.486,-47.582 354.757,-47.197 349.82,-46.901 C 343.593,-46.561 336.444,-46.759 332.221,-47.362 C 327.53,-48.068 327.873,-48.92 332.673,-49.605 C 333.362,-49.705 332.992,-49.807 332.34,-49.856 C 331.655,-49.908 330.84,-49.892 330.267,-49.816 C 324.73,-49.026 324.081,-48.063 329.609,-47.183 C 335.286,-46.377 344.772,-46.175 351.569,-46.621 C 357.335,-46.998 360.302,-47.554 360.831,-48.227 C 361.459,-49.304 356.36,-49.953 351.287,-50.303 C 348.639,-50.485 345.368,-50.54 342.661,-50.465 Z M 349.487,-48.354 L 347.331,-48.233 L 349.498,-47.709 C 349.705,-47.659 350.279,-47.628 350.972,-47.657 C 351.601,-47.682 351.711,-47.774 351.537,-47.819 L 349.487,-48.354 Z M 342.565,-47.972 L 340.409,-47.851 L 342.576,-47.325 C 342.783,-47.276 343.358,-47.245 344.05,-47.274 C 344.679,-47.3 344.789,-47.392 344.614,-47.436 L 342.565,-47.972 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 305.691,-91.428 C 288.251,-93.758 276.915,-97.778 284.607,-110.108 C 287.665,-115.76 296.966,-116.129 302.103,-116.721 C 311.408,-117.012 317.732,-117.154 325.53,-117.174 L 305.765,-103.658 L 305.691,-91.428 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(367.877 -32.913) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 367.877,-32.913 L 406.378,-32.913 L 406.378,-71.414 L 367.877,-71.414 L 367.877,-32.913 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' font-size='6.153' font-family='Frutiger Bold'%3E%3Cpath d='M 391.839,-34.545 C 401.282,-37.435 406.595,-47.432 403.706,-56.876 C 400.819,-66.319 390.823,-71.633 381.377,-68.746 C 371.933,-65.86 366.618,-55.863 369.504,-46.419 C 372.392,-36.972 382.392,-31.656 391.839,-34.545' stroke='none' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 389.04,-56.609 C 386.583,-59.219 382.472,-59.349 379.855,-56.896 C 377.235,-54.441 377.102,-50.322 379.557,-47.701 C 382.012,-45.081 386.132,-44.948 388.752,-47.403 C 388.759,-47.41 388.766,-47.417 388.774,-47.423' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cg id='Group_7' fill-rule='nonzero' stroke='none' stroke-width='0.256' fill='%23000000'%3E%3Cg id='Group_8'%3E%3Cpath d='M 399.538,-55.445 L 399.538,-50.995 L 400.13,-50.995 L 400.13,-51.608 C 400.251,-51.38 400.402,-51.208 400.582,-51.094 C 400.762,-50.98 400.972,-50.923 401.213,-50.923 C 401.613,-50.923 401.922,-51.071 402.141,-51.368 C 402.359,-51.664 402.469,-52.051 402.469,-52.527 C 402.469,-52.838 402.418,-53.133 402.317,-53.414 C 402.215,-53.694 402.058,-53.917 401.844,-54.084 C 401.63,-54.25 401.388,-54.333 401.117,-54.333 C 401.01,-54.333 400.868,-54.317 400.692,-54.285 C 400.516,-54.253 400.329,-54.121 400.13,-53.888 L 400.13,-55.445 L 399.538,-55.445 Z M 385.339,-54.049 C 385.1,-53.836 384.924,-53.547 384.81,-53.184 C 384.696,-52.82 384.639,-52.437 384.639,-52.035 C 384.639,-51.634 384.695,-51.252 384.808,-50.888 C 384.922,-50.525 385.098,-50.236 385.339,-50.022 C 385.579,-49.807 385.864,-49.7 386.195,-49.7 C 386.528,-49.7 386.813,-49.807 387.053,-50.02 C 387.292,-50.233 387.468,-50.522 387.582,-50.885 C 387.695,-51.249 387.751,-51.632 387.751,-52.035 C 387.751,-52.435 387.695,-52.816 387.583,-53.178 C 387.471,-53.539 387.295,-53.828 387.056,-54.045 C 386.816,-54.261 386.53,-54.369 386.195,-54.369 C 385.863,-54.369 385.577,-54.263 385.339,-54.049 Z M 381.967,-54.258 L 381.967,-50.256 L 381.264,-50.256 L 381.264,-49.883 L 382.562,-49.772 L 382.562,-54.258 L 381.967,-54.258 Z M 390.678,-54.258 L 390.678,-49.514 L 391.27,-49.514 L 391.27,-52.578 L 392.652,-50.995 L 393.292,-50.995 L 391.97,-52.518 L 393.563,-54.258 L 392.807,-54.258 L 391.27,-52.584 L 391.27,-54.258 L 390.678,-54.258 Z M 394.834,-54.258 L 393.688,-49.811 L 394.295,-49.811 L 395.206,-53.324 L 396.043,-49.811 L 396.653,-49.811 L 397.444,-53.276 L 398.426,-49.811 L 398.939,-49.811 L 397.691,-54.258 L 397.062,-54.258 L 396.279,-50.83 L 395.459,-54.258 L 394.834,-54.258 Z M 386.903,-53.405 C 387.05,-53.058 387.123,-52.601 387.123,-52.035 C 387.123,-51.468 387.05,-51.011 386.903,-50.664 C 386.755,-50.318 386.519,-50.145 386.195,-50.145 C 385.871,-50.145 385.635,-50.318 385.489,-50.664 C 385.343,-51.011 385.27,-51.468 385.27,-52.035 C 385.27,-52.601 385.343,-53.058 385.489,-53.405 C 385.635,-53.751 385.871,-53.924 386.195,-53.925 C 386.519,-53.924 386.755,-53.751 386.903,-53.405 Z M 401.631,-53.522 C 401.769,-53.277 401.838,-52.966 401.838,-52.587 C 401.838,-52.235 401.777,-51.956 401.655,-51.749 C 401.533,-51.543 401.344,-51.44 401.088,-51.44 C 400.925,-51.44 400.764,-51.484 400.604,-51.573 C 400.445,-51.663 400.287,-51.797 400.13,-51.977 L 400.13,-53.48 C 400.33,-53.66 400.49,-53.773 400.609,-53.819 C 400.728,-53.865 400.856,-53.888 400.993,-53.888 C 401.28,-53.888 401.493,-53.766 401.631,-53.522 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M 384.377,-60.446 L 384.377,-63.885 M 384.377,-40.413 L 384.377,-43.853' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cpath d='M 378.509,-58.017 L 376.078,-60.448 M 392.676,-43.85 L 390.245,-46.281' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cpath d='M 376.08,-52.149 L 372.641,-52.149' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cpath d='M 392.676,-60.448 L 390.245,-58.017 M 378.509,-46.281 L 376.078,-43.85' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3C/g%3E%3C/g%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(344.154 -75.043) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-solar_sorglos-30-kWp {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.7.0.0--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='541.723 12.819 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='615.646' cy='-78.203' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efd933'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='572.523' cy='-78.204' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23baac3e'/%3E%3Cstop offset='1' stop-color='%23dcc61c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.004 0.001)'%3E%3Cstop offset='0' stop-color='%23e1cd2e'/%3E%3Cstop offset='1' stop-color='%23eed932'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 -0.003 0.003)'%3E%3Cstop offset='0' stop-color='%23bca915'/%3E%3Cstop offset='1' stop-color='%23cebb2a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(613.053 -52.019)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='604.223' cy='-41.789' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0da31'/%3E%3Cstop offset='1' stop-color='%23e6d551'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(584.933 -78.792) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ecd527'/%3E%3Cstop offset='1' stop-color='%23ecd100'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(577.425 -105.996) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group'%3E%3Cg id='Group_1' stroke='none'%3E%3Cpath d='M 588.702,-116.797 L 638.395,-111.67 L 638.219,-111.07 L 588.615,-115.919 L 588.702,-116.797 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 585.179,-53.627 L 642.29,-50.794 L 641.781,-111.044 L 585.325,-116.897 L 585.179,-53.627 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 585.179,-53.627 L 565.274,-46.974 L 565.267,-46.858 L 565.206,-46.839 L 565.206,-46.951 L 565.561,-103.335 L 585.325,-116.897 L 585.179,-53.627 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(615.612 -101.885) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(575.338 -98.481) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 638.475,-50.524 L 638.476,-50.983 L 588.379,-53.468 L 588.379,-53.174 L 588.185,-53.04 L 638.475,-50.524 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 616.975,-44.415 L 642.291,-50.497 L 638.851,-50.635 L 638.49,-50.528 L 588.238,-53.077 L 588.379,-53.174 L 585.179,-53.313 L 565.226,-46.742 L 616.975,-44.415 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 565.267,-46.858 L 585.178,-53.436 L 585.179,-53.627 L 565.268,-46.972 L 565.267,-46.858 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 642.122,-50.802 L 642.122,-50.627 L 638.851,-50.772 L 638.475,-50.667 L 638.476,-50.984 L 642.122,-50.802 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 638.852,-50.772 L 638.851,-50.772 L 638.851,-50.635 L 642.291,-50.497 L 642.29,-50.621 L 638.852,-50.772 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 638.851,-50.772 L 638.475,-50.667 L 638.475,-50.524 L 638.851,-50.635 L 638.851,-50.772 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 585.178,-53.436 L 565.222,-46.843 L 565.224,-46.742 L 585.179,-53.313 L 585.178,-53.436 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 585.193,-116.805 L 585.059,-53.587 L 585.173,-53.627 L 585.323,-53.619 L 585.456,-116.884 L 585.325,-116.897 L 585.193,-116.805 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 588.379,-53.468 L 588.379,-53.292 L 585.178,-53.436 L 585.179,-53.627 L 588.379,-53.468 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 585.178,-53.436 L 585.178,-53.436 L 585.179,-53.313 L 588.379,-53.169 L 588.379,-53.292 L 585.178,-53.436 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 585.325,-117.174 L 585.325,-117.174 L 585.325,-117.051 L 588.711,-116.699 L 588.702,-116.816 L 585.325,-117.174 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 588.677,-116.701 L 588.678,-116.549 L 585.325,-116.897 L 585.326,-117.049 L 588.677,-116.701 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 585.325,-117.174 L 565.613,-103.662 L 565.612,-103.54 L 585.325,-117.051 L 585.325,-117.174 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 585.325,-117.051 L 565.649,-103.547 L 565.649,-103.394 L 585.325,-116.897 L 585.325,-117.051 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 638.395,-111.67 L 638.395,-111.67 L 638.397,-111.546 L 641.66,-111.208 L 641.66,-111.324 L 638.395,-111.67 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 641.488,-111.226 L 641.49,-111.074 L 638.137,-111.422 L 638.396,-111.546 L 641.488,-111.226 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 638.396,-111.546 L 638.136,-111.422 L 638.137,-111.539 L 638.395,-111.67 L 638.396,-111.546 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 573.879,-94.597 C 573.157,-92.865 572.678,-90.194 572.808,-87.179 C 572.841,-86.512 572.91,-85.951 572.999,-85.476 C 572.104,-81.413 572.198,-77.117 573.572,-74.379 C 573.35,-73.485 573.351,-72.539 573.535,-72.108 L 573.812,-71.458 C 573.954,-71.125 574.263,-71.273 574.447,-71.855 L 578.321,-84.638 C 578.482,-85.173 578.497,-86.123 578.352,-86.493 L 578.096,-87.267 C 577.956,-87.656 577.643,-87.526 577.416,-86.941 C 576.469,-90.045 575.304,-90.855 573.791,-88.026 C 573.79,-88.038 573.788,-88.05 573.788,-88.061 C 573.729,-89.958 574.014,-91.438 574.423,-92.467 C 574.881,-93.623 575.642,-94.28 576.432,-94.352 C 577.687,-94.583 580.499,-91.664 580.666,-83.332 C 580.739,-78.938 580.522,-75.189 579.21,-70.631 C 577.527,-65.149 575.088,-63.345 573.232,-66.006 C 571.137,-69.236 570.514,-75.916 571.449,-83.386 C 571.58,-84.474 571.376,-85.079 571.127,-85.153 C 570.866,-85.231 570.621,-84.73 570.505,-83.883 C 569.426,-75.269 570.047,-67.599 572.555,-63.429 C 575.049,-59.886 578.231,-62.738 580.005,-69.296 C 581.51,-74.861 581.974,-80.485 581.564,-85.886 C 580.838,-94.422 578.665,-97.02 576.754,-97.347 C 575.758,-97.518 574.674,-96.422 573.879,-94.597 Z M 577.856,-81.597 L 577.276,-79.677 L 578.415,-76.664 C 578.523,-76.378 578.731,-76.41 578.927,-76.949 C 579.104,-77.437 579.06,-78.195 578.966,-78.456 L 577.856,-81.597 Z M 575.99,-75.463 L 575.409,-73.541 L 576.548,-70.529 C 576.656,-70.243 576.864,-70.276 577.059,-70.814 C 577.237,-71.302 577.193,-72.06 577.099,-72.322 L 575.99,-75.463 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 608.758,-99.282 C 606.765,-97.95 605.493,-95.506 605.966,-92.335 C 606.082,-91.63 606.294,-91.014 606.565,-90.471 C 604.155,-86.857 604.57,-82.393 608.567,-78.741 C 607.967,-77.961 608.002,-76.99 608.538,-76.434 L 609.349,-75.596 C 609.762,-75.169 610.637,-75.129 611.141,-75.614 L 621.719,-86.337 C 622.162,-86.785 622.17,-87.752 621.747,-88.22 L 620.993,-89.171 C 620.58,-89.657 619.696,-89.714 619.067,-89.256 C 616.273,-93.02 612.933,-94.569 608.73,-92.599 C 608.725,-92.612 608.721,-92.624 608.718,-92.637 C 608.486,-94.618 609.248,-95.96 610.375,-96.764 C 611.639,-97.667 613.778,-97.872 616.024,-97.459 C 619.583,-96.924 627.674,-92.201 628.428,-83.555 C 628.786,-79.003 628.294,-75.293 624.719,-71.429 C 620.117,-66.844 613.251,-66.493 607.881,-70.364 C 601.821,-74.966 599.825,-82.198 602.228,-89.282 C 602.567,-90.318 601.966,-91.062 601.256,-91.291 C 600.51,-91.532 599.83,-91.171 599.527,-90.374 C 596.755,-82.204 598.778,-73.958 606.05,-68.138 C 613.254,-62.972 622.205,-63.936 627.024,-69.571 C 631.113,-74.35 632.245,-79.83 630.895,-85.62 C 628.545,-94.819 622.278,-98.822 616.838,-100.332 C 613.999,-101.121 610.953,-100.665 608.758,-99.282 Z M 620.502,-83.505 L 618.917,-81.893 L 622.254,-78.103 C 622.571,-77.743 623.162,-77.649 623.7,-78.081 C 624.187,-78.472 624.036,-79.276 623.761,-79.601 L 620.502,-83.505 Z M 615.402,-78.363 L 613.817,-76.751 L 617.154,-72.962 C 617.471,-72.602 618.062,-72.507 618.6,-72.939 C 619.087,-73.331 618.936,-74.135 618.66,-74.461 L 615.402,-78.363 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 602.456,-50.465 C 599.977,-50.389 597.867,-50.168 597.305,-49.807 C 597.19,-49.727 597.205,-49.653 597.303,-49.585 C 593.642,-49.275 592.593,-48.779 595.482,-48.246 C 594.611,-48.182 594.326,-48.075 594.693,-47.997 L 595.244,-47.878 C 595.528,-47.818 596.412,-47.785 597.088,-47.82 L 611.463,-48.619 C 612.063,-48.651 612.39,-48.756 612.113,-48.821 L 611.654,-48.951 C 611.391,-49.018 610.505,-49.054 609.709,-49.026 C 608.09,-49.529 605.179,-49.812 600.223,-49.742 C 600.223,-49.744 600.223,-49.745 600.224,-49.747 C 600.639,-49.969 601.861,-50.088 603.283,-50.137 C 604.877,-50.191 607.134,-50.141 609.299,-50.019 C 612.769,-49.839 619.499,-49.05 617.417,-48.088 C 616.281,-47.582 614.552,-47.197 609.615,-46.901 C 603.388,-46.561 596.239,-46.759 592.016,-47.362 C 587.325,-48.068 587.668,-48.92 592.468,-49.605 C 593.157,-49.705 592.787,-49.807 592.135,-49.856 C 591.45,-49.908 590.635,-49.892 590.062,-49.816 C 584.525,-49.026 583.876,-48.063 589.404,-47.183 C 595.081,-46.377 604.567,-46.175 611.364,-46.621 C 617.13,-46.998 620.097,-47.554 620.626,-48.227 C 621.254,-49.304 616.155,-49.953 611.082,-50.303 C 608.434,-50.485 605.163,-50.54 602.456,-50.465 Z M 609.282,-48.354 L 607.126,-48.233 L 609.293,-47.709 C 609.5,-47.659 610.074,-47.628 610.767,-47.657 C 611.396,-47.682 611.506,-47.774 611.332,-47.819 L 609.282,-48.354 Z M 602.36,-47.972 L 600.204,-47.851 L 602.371,-47.325 C 602.578,-47.276 603.153,-47.245 603.845,-47.274 C 604.474,-47.3 604.584,-47.392 604.409,-47.436 L 602.36,-47.972 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 565.486,-91.428 C 548.046,-93.758 536.71,-97.778 544.402,-110.108 C 547.46,-115.76 556.761,-116.129 561.898,-116.721 C 571.203,-117.012 577.527,-117.154 585.325,-117.174 L 565.56,-103.658 L 565.486,-91.428 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(627.672 -32.913) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 627.672,-32.913 L 666.173,-32.913 L 666.173,-71.414 L 627.672,-71.414 L 627.672,-32.913 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' font-size='6.153' font-family='Frutiger Bold'%3E%3Cpath d='M 651.634,-34.545 C 661.077,-37.435 666.39,-47.432 663.501,-56.876 C 660.614,-66.319 650.618,-71.633 641.172,-68.746 C 631.728,-65.86 626.413,-55.863 629.299,-46.419 C 632.187,-36.972 642.187,-31.656 651.634,-34.545' stroke='none' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 648.835,-56.609 C 646.378,-59.219 642.267,-59.349 639.65,-56.896 C 637.03,-54.441 636.897,-50.322 639.352,-47.701 C 641.807,-45.081 645.927,-44.948 648.547,-47.403 C 648.554,-47.41 648.561,-47.417 648.569,-47.423' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cg id='Group_7' fill-rule='nonzero' stroke='none' stroke-width='0.256' fill='%23000000'%3E%3Cg id='Group_8'%3E%3Cpath d='M 659.333,-55.445 L 659.333,-50.995 L 659.925,-50.995 L 659.925,-51.608 C 660.046,-51.38 660.197,-51.208 660.377,-51.094 C 660.557,-50.98 660.767,-50.923 661.008,-50.923 C 661.408,-50.923 661.717,-51.071 661.936,-51.368 C 662.154,-51.664 662.264,-52.051 662.264,-52.527 C 662.264,-52.838 662.213,-53.133 662.112,-53.414 C 662.01,-53.694 661.853,-53.917 661.639,-54.084 C 661.425,-54.25 661.183,-54.333 660.912,-54.333 C 660.805,-54.333 660.663,-54.317 660.487,-54.285 C 660.311,-54.253 660.124,-54.121 659.925,-53.888 L 659.925,-55.445 L 659.333,-55.445 Z M 640.777,-54.225 L 640.777,-53.672 C 641.2,-53.84 641.532,-53.924 641.774,-53.925 C 642.057,-53.924 642.288,-53.842 642.467,-53.677 C 642.646,-53.511 642.736,-53.297 642.736,-53.035 C 642.736,-52.779 642.644,-52.558 642.461,-52.374 C 642.278,-52.19 641.932,-52.098 641.423,-52.098 L 641.189,-52.098 L 641.189,-51.698 L 641.396,-51.695 C 641.871,-51.695 642.195,-51.608 642.368,-51.435 C 642.541,-51.262 642.628,-51.059 642.628,-50.827 C 642.628,-50.62 642.559,-50.455 642.422,-50.331 C 642.285,-50.207 642.081,-50.145 641.811,-50.145 C 641.518,-50.145 641.194,-50.228 640.837,-50.394 L 640.837,-49.877 C 641.091,-49.791 641.29,-49.74 641.432,-49.724 C 641.574,-49.708 641.713,-49.7 641.85,-49.7 C 642.32,-49.7 642.667,-49.794 642.889,-49.982 C 643.112,-50.171 643.223,-50.42 643.223,-50.731 C 643.223,-50.905 643.191,-51.058 643.127,-51.189 C 643.062,-51.32 642.965,-51.442 642.835,-51.555 C 642.705,-51.669 642.525,-51.766 642.294,-51.848 C 642.585,-51.916 642.801,-52.004 642.942,-52.11 C 643.083,-52.216 643.19,-52.349 643.262,-52.509 C 643.334,-52.67 643.37,-52.842 643.37,-53.026 C 643.37,-53.375 643.251,-53.686 643.012,-53.959 C 642.774,-54.232 642.375,-54.369 641.817,-54.369 C 641.54,-54.369 641.194,-54.321 640.777,-54.225 Z M 645.134,-54.049 C 644.895,-53.836 644.719,-53.547 644.605,-53.184 C 644.491,-52.82 644.434,-52.437 644.434,-52.035 C 644.434,-51.634 644.49,-51.252 644.603,-50.888 C 644.717,-50.525 644.893,-50.236 645.134,-50.022 C 645.374,-49.807 645.659,-49.7 645.99,-49.7 C 646.323,-49.7 646.608,-49.807 646.848,-50.02 C 647.087,-50.233 647.263,-50.522 647.377,-50.885 C 647.49,-51.249 647.546,-51.632 647.546,-52.035 C 647.546,-52.435 647.49,-52.816 647.378,-53.178 C 647.266,-53.539 647.09,-53.828 646.851,-54.045 C 646.611,-54.261 646.325,-54.369 645.99,-54.369 C 645.658,-54.369 645.372,-54.263 645.134,-54.049 Z M 650.473,-54.258 L 650.473,-49.514 L 651.065,-49.514 L 651.065,-52.578 L 652.447,-50.995 L 653.087,-50.995 L 651.765,-52.518 L 653.358,-54.258 L 652.602,-54.258 L 651.065,-52.584 L 651.065,-54.258 L 650.473,-54.258 Z M 654.629,-54.258 L 653.483,-49.811 L 654.09,-49.811 L 655.001,-53.324 L 655.838,-49.811 L 656.448,-49.811 L 657.239,-53.276 L 658.221,-49.811 L 658.734,-49.811 L 657.486,-54.258 L 656.857,-54.258 L 656.074,-50.83 L 655.254,-54.258 L 654.629,-54.258 Z M 646.698,-53.405 C 646.845,-53.058 646.918,-52.601 646.918,-52.035 C 646.918,-51.468 646.845,-51.011 646.698,-50.664 C 646.55,-50.318 646.314,-50.145 645.99,-50.145 C 645.666,-50.145 645.43,-50.318 645.284,-50.664 C 645.138,-51.011 645.065,-51.468 645.065,-52.035 C 645.065,-52.601 645.138,-53.058 645.284,-53.405 C 645.43,-53.751 645.666,-53.924 645.99,-53.925 C 646.314,-53.924 646.55,-53.751 646.698,-53.405 Z M 661.426,-53.522 C 661.564,-53.277 661.633,-52.966 661.633,-52.587 C 661.633,-52.235 661.572,-51.956 661.45,-51.749 C 661.328,-51.543 661.139,-51.44 660.883,-51.44 C 660.72,-51.44 660.559,-51.484 660.399,-51.573 C 660.24,-51.663 660.082,-51.797 659.925,-51.977 L 659.925,-53.48 C 660.125,-53.66 660.285,-53.773 660.404,-53.819 C 660.523,-53.865 660.651,-53.888 660.788,-53.888 C 661.075,-53.888 661.288,-53.766 661.426,-53.522 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M 644.172,-60.446 L 644.172,-63.885 M 644.172,-40.413 L 644.172,-43.853' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cpath d='M 638.304,-58.017 L 635.873,-60.448 M 652.471,-43.85 L 650.04,-46.281' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cpath d='M 635.875,-52.149 L 632.436,-52.149' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cpath d='M 652.471,-60.448 L 650.04,-58.017 M 638.304,-46.281 L 635.873,-43.85' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3C/g%3E%3C/g%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(603.949 -75.043) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-solar_sorglos-8-kWp {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.7.0.0--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='134.318 12.819 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='208.241' cy='-78.203' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efd933'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='165.118' cy='-78.204' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23baac3e'/%3E%3Cstop offset='1' stop-color='%23dcc61c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.002 0)'%3E%3Cstop offset='0' stop-color='%23e1cd2e'/%3E%3Cstop offset='1' stop-color='%23eed932'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 0 0.003)'%3E%3Cstop offset='0' stop-color='%23bca915'/%3E%3Cstop offset='1' stop-color='%23cebb2a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(205.648 -52.019)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='196.818' cy='-41.789' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0da31'/%3E%3Cstop offset='1' stop-color='%23e6d551'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(177.528 -78.792) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ecd527'/%3E%3Cstop offset='1' stop-color='%23ecd100'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(170.02 -105.996) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group'%3E%3Cg id='Group_1' stroke='none'%3E%3Cpath d='M 181.297,-116.797 L 230.99,-111.67 L 230.814,-111.07 L 181.21,-115.919 L 181.297,-116.797 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 177.774,-53.627 L 234.885,-50.794 L 234.376,-111.044 L 177.92,-116.897 L 177.774,-53.627 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 177.774,-53.627 L 157.869,-46.974 L 157.862,-46.858 L 157.801,-46.839 L 157.801,-46.951 L 158.156,-103.335 L 177.92,-116.897 L 177.774,-53.627 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(208.207 -101.885) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(167.933 -98.481) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 231.07,-50.524 L 231.071,-50.983 L 180.974,-53.468 L 180.974,-53.174 L 180.78,-53.04 L 231.07,-50.524 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 209.57,-44.415 L 234.886,-50.497 L 231.446,-50.635 L 231.085,-50.528 L 180.833,-53.077 L 180.974,-53.174 L 177.774,-53.313 L 157.821,-46.742 L 209.57,-44.415 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 157.862,-46.858 L 177.773,-53.436 L 177.774,-53.627 L 157.863,-46.972 L 157.862,-46.858 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 234.717,-50.802 L 234.717,-50.627 L 231.446,-50.772 L 231.07,-50.667 L 231.071,-50.984 L 234.717,-50.802 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 231.447,-50.772 L 231.446,-50.772 L 231.446,-50.635 L 234.886,-50.497 L 234.885,-50.621 L 231.447,-50.772 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 231.446,-50.772 L 231.07,-50.667 L 231.07,-50.524 L 231.446,-50.635 L 231.446,-50.772 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 177.773,-53.436 L 157.817,-46.843 L 157.819,-46.742 L 177.774,-53.313 L 177.773,-53.436 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 177.788,-116.805 L 177.654,-53.587 L 177.768,-53.627 L 177.918,-53.619 L 178.051,-116.884 L 177.92,-116.897 L 177.788,-116.805 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 180.974,-53.468 L 180.974,-53.292 L 177.773,-53.436 L 177.774,-53.627 L 180.974,-53.468 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 177.773,-53.436 L 177.773,-53.436 L 177.774,-53.313 L 180.974,-53.169 L 180.974,-53.292 L 177.773,-53.436 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 177.92,-117.174 L 177.92,-117.174 L 177.92,-117.051 L 181.306,-116.699 L 181.297,-116.816 L 177.92,-117.174 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 181.272,-116.701 L 181.273,-116.549 L 177.92,-116.897 L 177.921,-117.049 L 181.272,-116.701 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 177.92,-117.174 L 158.208,-103.662 L 158.207,-103.54 L 177.92,-117.051 L 177.92,-117.174 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 177.92,-117.051 L 158.244,-103.547 L 158.244,-103.394 L 177.92,-116.897 L 177.92,-117.051 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 230.99,-111.67 L 230.99,-111.67 L 230.992,-111.546 L 234.255,-111.208 L 234.255,-111.324 L 230.99,-111.67 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 234.083,-111.226 L 234.085,-111.074 L 230.732,-111.422 L 230.991,-111.546 L 234.083,-111.226 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 230.991,-111.546 L 230.731,-111.422 L 230.732,-111.539 L 230.99,-111.67 L 230.991,-111.546 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 166.474,-94.597 C 165.752,-92.865 165.273,-90.194 165.403,-87.179 C 165.436,-86.512 165.505,-85.951 165.594,-85.476 C 164.699,-81.413 164.793,-77.117 166.167,-74.379 C 165.945,-73.485 165.946,-72.539 166.13,-72.108 L 166.407,-71.458 C 166.549,-71.125 166.858,-71.273 167.042,-71.855 L 170.916,-84.638 C 171.077,-85.173 171.092,-86.123 170.947,-86.493 L 170.691,-87.267 C 170.551,-87.656 170.238,-87.526 170.011,-86.941 C 169.064,-90.045 167.899,-90.855 166.386,-88.026 C 166.385,-88.038 166.383,-88.05 166.383,-88.061 C 166.324,-89.958 166.609,-91.438 167.018,-92.467 C 167.476,-93.623 168.237,-94.28 169.027,-94.352 C 170.282,-94.583 173.094,-91.664 173.261,-83.332 C 173.334,-78.938 173.117,-75.189 171.805,-70.631 C 170.122,-65.149 167.683,-63.345 165.827,-66.006 C 163.732,-69.236 163.109,-75.916 164.044,-83.386 C 164.175,-84.474 163.971,-85.079 163.722,-85.153 C 163.461,-85.231 163.216,-84.73 163.1,-83.883 C 162.021,-75.269 162.642,-67.599 165.15,-63.429 C 167.644,-59.886 170.826,-62.738 172.6,-69.296 C 174.105,-74.861 174.569,-80.485 174.159,-85.886 C 173.433,-94.422 171.26,-97.02 169.349,-97.347 C 168.353,-97.518 167.269,-96.422 166.474,-94.597 Z M 170.451,-81.597 L 169.871,-79.677 L 171.01,-76.664 C 171.118,-76.378 171.326,-76.41 171.522,-76.949 C 171.699,-77.437 171.655,-78.195 171.561,-78.456 L 170.451,-81.597 Z M 168.585,-75.463 L 168.004,-73.541 L 169.143,-70.529 C 169.251,-70.243 169.459,-70.276 169.654,-70.814 C 169.832,-71.302 169.788,-72.06 169.694,-72.322 L 168.585,-75.463 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 201.353,-99.282 C 199.36,-97.95 198.088,-95.506 198.561,-92.335 C 198.677,-91.63 198.889,-91.014 199.16,-90.471 C 196.75,-86.857 197.165,-82.393 201.162,-78.741 C 200.562,-77.961 200.597,-76.99 201.133,-76.434 L 201.944,-75.596 C 202.357,-75.169 203.232,-75.129 203.736,-75.614 L 214.314,-86.337 C 214.757,-86.785 214.765,-87.752 214.342,-88.22 L 213.588,-89.171 C 213.175,-89.657 212.291,-89.714 211.662,-89.256 C 208.868,-93.02 205.528,-94.569 201.325,-92.599 C 201.32,-92.612 201.316,-92.624 201.313,-92.637 C 201.081,-94.618 201.843,-95.96 202.97,-96.764 C 204.234,-97.667 206.373,-97.872 208.619,-97.459 C 212.178,-96.924 220.269,-92.201 221.023,-83.555 C 221.381,-79.003 220.889,-75.293 217.314,-71.429 C 212.712,-66.844 205.846,-66.493 200.476,-70.364 C 194.416,-74.966 192.42,-82.198 194.823,-89.282 C 195.162,-90.318 194.561,-91.062 193.851,-91.291 C 193.105,-91.532 192.425,-91.171 192.122,-90.374 C 189.35,-82.204 191.373,-73.958 198.645,-68.138 C 205.849,-62.972 214.8,-63.936 219.619,-69.571 C 223.708,-74.35 224.84,-79.83 223.49,-85.62 C 221.14,-94.819 214.873,-98.822 209.433,-100.332 C 206.594,-101.121 203.548,-100.665 201.353,-99.282 Z M 213.097,-83.505 L 211.512,-81.893 L 214.849,-78.103 C 215.166,-77.743 215.757,-77.649 216.295,-78.081 C 216.782,-78.472 216.631,-79.276 216.356,-79.601 L 213.097,-83.505 Z M 207.997,-78.363 L 206.412,-76.751 L 209.749,-72.962 C 210.066,-72.602 210.657,-72.507 211.195,-72.939 C 211.682,-73.331 211.531,-74.135 211.255,-74.461 L 207.997,-78.363 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 195.051,-50.465 C 192.572,-50.389 190.462,-50.168 189.9,-49.807 C 189.785,-49.727 189.8,-49.653 189.898,-49.585 C 186.237,-49.275 185.188,-48.779 188.077,-48.246 C 187.206,-48.182 186.921,-48.075 187.288,-47.997 L 187.839,-47.878 C 188.123,-47.818 189.007,-47.785 189.683,-47.82 L 204.058,-48.619 C 204.658,-48.651 204.985,-48.756 204.708,-48.821 L 204.249,-48.951 C 203.986,-49.018 203.1,-49.054 202.304,-49.026 C 200.685,-49.529 197.774,-49.812 192.818,-49.742 C 192.818,-49.744 192.818,-49.745 192.819,-49.747 C 193.234,-49.969 194.456,-50.088 195.878,-50.137 C 197.472,-50.191 199.729,-50.141 201.894,-50.019 C 205.364,-49.839 212.094,-49.05 210.012,-48.088 C 208.876,-47.582 207.147,-47.197 202.21,-46.901 C 195.983,-46.561 188.834,-46.759 184.611,-47.362 C 179.92,-48.068 180.263,-48.92 185.063,-49.605 C 185.752,-49.705 185.382,-49.807 184.73,-49.856 C 184.045,-49.908 183.23,-49.892 182.657,-49.816 C 177.12,-49.026 176.471,-48.063 181.999,-47.183 C 187.676,-46.377 197.162,-46.175 203.959,-46.621 C 209.725,-46.998 212.692,-47.554 213.221,-48.227 C 213.849,-49.304 208.75,-49.953 203.677,-50.303 C 201.029,-50.485 197.758,-50.54 195.051,-50.465 Z M 201.877,-48.354 L 199.721,-48.233 L 201.888,-47.709 C 202.095,-47.659 202.669,-47.628 203.362,-47.657 C 203.991,-47.682 204.101,-47.774 203.927,-47.819 L 201.877,-48.354 Z M 194.955,-47.972 L 192.799,-47.851 L 194.966,-47.325 C 195.173,-47.276 195.748,-47.245 196.44,-47.274 C 197.069,-47.3 197.179,-47.392 197.004,-47.436 L 194.955,-47.972 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 158.081,-91.428 C 140.641,-93.758 129.305,-97.778 136.997,-110.108 C 140.055,-115.76 149.356,-116.129 154.493,-116.721 C 163.798,-117.012 170.122,-117.154 177.92,-117.174 L 158.155,-103.658 L 158.081,-91.428 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(220.267 -32.913) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 220.267,-32.913 L 258.768,-32.913 L 258.768,-71.414 L 220.267,-71.414 L 220.267,-32.913 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' font-size='6.153' font-family='Frutiger Bold'%3E%3Cpath d='M 244.229,-34.545 C 253.672,-37.435 258.985,-47.432 256.096,-56.876 C 253.209,-66.319 243.213,-71.633 233.767,-68.746 C 224.323,-65.86 219.008,-55.863 221.894,-46.419 C 224.782,-36.972 234.782,-31.656 244.229,-34.545' stroke='none' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 241.43,-56.609 C 238.973,-59.219 234.862,-59.349 232.245,-56.896 C 229.625,-54.441 229.492,-50.322 231.947,-47.701 C 234.402,-45.081 238.522,-44.948 241.142,-47.403 C 241.149,-47.41 241.156,-47.417 241.164,-47.423' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cg id='Group_7' fill-rule='nonzero' stroke='none' stroke-width='0.256' fill='%23000000'%3E%3Cg id='Group_8'%3E%3Cpath d='M 249.644,-55.445 L 249.644,-50.995 L 250.236,-50.995 L 250.236,-51.608 C 250.357,-51.38 250.508,-51.208 250.688,-51.094 C 250.868,-50.98 251.078,-50.923 251.319,-50.923 C 251.719,-50.923 252.028,-51.071 252.247,-51.368 C 252.465,-51.664 252.575,-52.051 252.575,-52.527 C 252.575,-52.838 252.524,-53.133 252.423,-53.414 C 252.321,-53.694 252.164,-53.917 251.95,-54.084 C 251.736,-54.25 251.494,-54.333 251.223,-54.333 C 251.116,-54.333 250.974,-54.317 250.798,-54.285 C 250.622,-54.253 250.435,-54.121 250.236,-53.888 L 250.236,-55.445 L 249.644,-55.445 Z M 235.263,-54.013 C 235.011,-53.776 234.886,-53.493 234.886,-53.164 C 234.886,-52.93 234.955,-52.696 235.095,-52.462 C 235.234,-52.229 235.459,-52.02 235.769,-51.836 C 235.487,-51.639 235.307,-51.466 235.231,-51.316 C 235.155,-51.166 235.117,-51.005 235.117,-50.832 C 235.117,-50.506 235.238,-50.235 235.481,-50.02 C 235.723,-49.805 236.047,-49.697 236.451,-49.697 C 236.818,-49.697 237.115,-49.787 237.342,-49.966 C 237.569,-50.145 237.683,-50.376 237.683,-50.658 C 237.683,-50.854 237.625,-51.048 237.509,-51.239 C 237.393,-51.431 237.174,-51.629 236.854,-51.836 C 237.226,-52.018 237.487,-52.21 237.637,-52.411 C 237.786,-52.613 237.86,-52.845 237.86,-53.107 C 237.86,-53.452 237.726,-53.748 237.458,-53.996 C 237.189,-54.245 236.823,-54.369 236.358,-54.369 C 235.879,-54.369 235.514,-54.25 235.263,-54.013 Z M 240.784,-54.258 L 240.784,-49.514 L 241.376,-49.514 L 241.376,-52.578 L 242.758,-50.995 L 243.398,-50.995 L 242.076,-52.518 L 243.669,-54.258 L 242.913,-54.258 L 241.376,-52.584 L 241.376,-54.258 L 240.784,-54.258 Z M 244.94,-54.258 L 243.794,-49.811 L 244.401,-49.811 L 245.312,-53.324 L 246.149,-49.811 L 246.759,-49.811 L 247.55,-53.276 L 248.532,-49.811 L 249.045,-49.811 L 247.797,-54.258 L 247.168,-54.258 L 246.385,-50.83 L 245.565,-54.258 L 244.94,-54.258 Z M 236.992,-53.732 C 237.164,-53.604 237.25,-53.427 237.25,-53.2 C 237.25,-53.038 237.205,-52.898 237.114,-52.779 C 237.023,-52.661 236.822,-52.51 236.511,-52.325 L 236.091,-52.076 C 235.808,-52.294 235.635,-52.474 235.572,-52.616 C 235.509,-52.757 235.478,-52.908 235.478,-53.068 C 235.478,-53.328 235.563,-53.536 235.733,-53.692 C 235.903,-53.847 236.117,-53.924 236.373,-53.925 C 236.614,-53.924 236.82,-53.86 236.992,-53.732 Z M 251.737,-53.522 C 251.875,-53.277 251.944,-52.966 251.944,-52.587 C 251.944,-52.235 251.883,-51.956 251.761,-51.749 C 251.639,-51.543 251.45,-51.44 251.194,-51.44 C 251.031,-51.44 250.87,-51.484 250.71,-51.573 C 250.551,-51.663 250.393,-51.797 250.236,-51.977 L 250.236,-53.48 C 250.436,-53.66 250.596,-53.773 250.715,-53.819 C 250.834,-53.865 250.962,-53.888 251.099,-53.888 C 251.386,-53.888 251.599,-53.766 251.737,-53.522 Z M 236.982,-51.22 C 237.091,-51.064 237.145,-50.904 237.145,-50.739 C 237.145,-50.567 237.077,-50.425 236.939,-50.313 C 236.802,-50.201 236.619,-50.145 236.391,-50.145 C 236.157,-50.145 235.975,-50.202 235.846,-50.317 C 235.717,-50.433 235.652,-50.567 235.652,-50.721 C 235.652,-50.867 235.705,-51.006 235.81,-51.137 C 235.915,-51.268 236.153,-51.439 236.523,-51.649 C 236.72,-51.519 236.872,-51.376 236.982,-51.22 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cpath d='M 236.767,-60.446 L 236.767,-63.885 M 236.767,-40.413 L 236.767,-43.853' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cpath d='M 230.899,-58.017 L 228.468,-60.448 M 245.066,-43.85 L 242.635,-46.281' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cpath d='M 228.47,-52.149 L 225.031,-52.149' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3Cpath d='M 245.066,-60.448 L 242.635,-58.017 M 230.899,-46.281 L 228.468,-43.85' fill='none' stroke='%23000000' stroke-width='1.026'/%3E%3C/g%3E%3C/g%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(196.544 -75.043) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-solar_sorglos-5-kWp {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='311.492 -163.682 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='385.415' cy='98.298' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efd933'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='342.292' cy='98.297' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23baac3e'/%3E%3Cstop offset='1' stop-color='%23dcc61c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.001 -0.001)'%3E%3Cstop offset='0' stop-color='%23e1cd2e'/%3E%3Cstop offset='1' stop-color='%23eed932'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 -0.003 0.001)'%3E%3Cstop offset='0' stop-color='%23bca915'/%3E%3Cstop offset='1' stop-color='%23cebb2a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(382.822 124.482)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='373.992' cy='134.712' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0da31'/%3E%3Cstop offset='1' stop-color='%23e6d551'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(354.702 97.709) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23ecd527'/%3E%3Cstop offset='1' stop-color='%23ecd100'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(347.194 70.505) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group'%3E%3Cg id='Group_1' stroke='none'%3E%3Cpath d='M 358.471,59.704 L 408.164,64.831 L 407.988,65.431 L 358.384,60.582 L 358.471,59.704 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 354.948,122.874 L 412.059,125.707 L 411.55,65.457 L 355.094,59.604 L 354.948,122.874 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 354.948,122.874 L 335.043,129.527 L 335.036,129.643 L 334.975,129.662 L 334.975,129.55 L 335.33,73.166 L 355.094,59.604 L 354.948,122.874 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(385.381 74.616) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(345.107 78.02) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 408.244,125.977 L 408.245,125.518 L 358.148,123.033 L 358.148,123.327 L 357.954,123.461 L 408.244,125.977 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 386.744,132.086 L 412.06,126.004 L 408.62,125.866 L 408.259,125.973 L 358.007,123.424 L 358.148,123.327 L 354.948,123.188 L 334.995,129.759 L 386.744,132.086 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 335.036,129.643 L 354.947,123.065 L 354.948,122.874 L 335.037,129.529 L 335.036,129.643 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 411.891,125.699 L 411.891,125.874 L 408.62,125.729 L 408.244,125.834 L 408.245,125.517 L 411.891,125.699 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 408.621,125.729 L 408.62,125.729 L 408.62,125.866 L 412.06,126.004 L 412.059,125.88 L 408.621,125.729 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 408.62,125.729 L 408.244,125.834 L 408.244,125.977 L 408.62,125.866 L 408.62,125.729 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 354.947,123.065 L 334.991,129.658 L 334.993,129.759 L 354.948,123.188 L 354.947,123.065 Z' fill='%23d2ba00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 354.962,59.696 L 354.828,122.914 L 354.942,122.874 L 355.092,122.882 L 355.225,59.617 L 355.094,59.604 L 354.962,59.696 Z' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 358.148,123.033 L 358.148,123.209 L 354.947,123.065 L 354.948,122.874 L 358.148,123.033 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 354.947,123.065 L 354.947,123.065 L 354.948,123.188 L 358.148,123.332 L 358.148,123.209 L 354.947,123.065 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 355.094,59.327 L 355.094,59.327 L 355.094,59.45 L 358.48,59.802 L 358.471,59.685 L 355.094,59.327 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 358.446,59.8 L 358.447,59.952 L 355.094,59.604 L 355.095,59.452 L 358.446,59.8 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 355.094,59.327 L 335.382,72.839 L 335.381,72.961 L 355.094,59.45 L 355.094,59.327 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 355.094,59.45 L 335.418,72.954 L 335.418,73.107 L 355.094,59.604 L 355.094,59.45 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 408.164,64.831 L 408.164,64.831 L 408.166,64.955 L 411.429,65.293 L 411.429,65.177 L 408.164,64.831 Z' fill='%23e2ce2f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 411.257,65.275 L 411.259,65.427 L 407.906,65.079 L 408.165,64.955 L 411.257,65.275 Z' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 408.165,64.955 L 407.905,65.079 L 407.906,64.962 L 408.164,64.831 L 408.165,64.955 Z' fill='%23c1ab00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 343.648,81.904 C 342.926,83.636 342.447,86.307 342.577,89.322 C 342.61,89.989 342.679,90.55 342.768,91.025 C 341.873,95.088 341.967,99.384 343.341,102.122 C 343.119,103.016 343.12,103.962 343.304,104.393 L 343.581,105.043 C 343.723,105.376 344.032,105.228 344.216,104.646 L 348.09,91.863 C 348.251,91.328 348.266,90.378 348.121,90.008 L 347.865,89.234 C 347.725,88.845 347.412,88.975 347.185,89.56 C 346.238,86.456 345.073,85.646 343.56,88.475 C 343.559,88.463 343.557,88.451 343.557,88.44 C 343.498,86.543 343.783,85.063 344.192,84.034 C 344.65,82.878 345.411,82.221 346.201,82.149 C 347.456,81.918 350.268,84.837 350.435,93.169 C 350.508,97.563 350.291,101.312 348.979,105.87 C 347.296,111.352 344.857,113.156 343.001,110.495 C 340.906,107.265 340.283,100.585 341.218,93.115 C 341.349,92.027 341.145,91.422 340.896,91.348 C 340.635,91.27 340.39,91.771 340.274,92.618 C 339.195,101.232 339.816,108.902 342.324,113.072 C 344.818,116.615 348,113.763 349.774,107.205 C 351.279,101.64 351.743,96.016 351.333,90.615 C 350.607,82.079 348.434,79.481 346.523,79.154 C 345.527,78.983 344.443,80.079 343.648,81.904 Z M 347.625,94.904 L 347.045,96.824 L 348.184,99.837 C 348.292,100.123 348.5,100.091 348.696,99.552 C 348.873,99.064 348.829,98.306 348.735,98.045 L 347.625,94.904 Z M 345.759,101.038 L 345.178,102.96 L 346.317,105.972 C 346.425,106.258 346.633,106.225 346.828,105.687 C 347.006,105.199 346.962,104.441 346.868,104.179 L 345.759,101.038 Z' fill='%23bebebe' stroke-width='0.187' marker-start='none' marker-end='none'/%3E%3Cpath d='M 378.527,77.219 C 376.534,78.551 375.262,80.995 375.735,84.166 C 375.851,84.871 376.063,85.487 376.334,86.03 C 373.924,89.644 374.339,94.108 378.336,97.76 C 377.736,98.54 377.771,99.511 378.307,100.067 L 379.118,100.905 C 379.531,101.332 380.406,101.372 380.91,100.887 L 391.488,90.164 C 391.931,89.716 391.939,88.749 391.516,88.281 L 390.762,87.33 C 390.349,86.844 389.465,86.787 388.836,87.245 C 386.042,83.481 382.702,81.932 378.499,83.902 C 378.494,83.889 378.49,83.877 378.487,83.864 C 378.255,81.883 379.017,80.541 380.144,79.737 C 381.408,78.834 383.547,78.629 385.793,79.042 C 389.352,79.577 397.443,84.3 398.197,92.946 C 398.555,97.498 398.063,101.208 394.488,105.072 C 389.886,109.657 383.02,110.008 377.65,106.137 C 371.59,101.535 369.594,94.303 371.997,87.219 C 372.336,86.183 371.735,85.439 371.025,85.21 C 370.279,84.969 369.599,85.33 369.296,86.127 C 366.524,94.297 368.547,102.543 375.819,108.363 C 383.023,113.529 391.974,112.565 396.793,106.93 C 400.882,102.151 402.014,96.671 400.664,90.881 C 398.314,81.682 392.047,77.679 386.607,76.169 C 383.768,75.38 380.722,75.836 378.527,77.219 Z M 390.271,92.996 L 388.686,94.608 L 392.023,98.398 C 392.34,98.758 392.931,98.852 393.469,98.42 C 393.956,98.029 393.805,97.225 393.53,96.9 L 390.271,92.996 Z M 385.171,98.138 L 383.586,99.75 L 386.923,103.539 C 387.24,103.899 387.831,103.994 388.369,103.562 C 388.856,103.17 388.705,102.366 388.429,102.04 L 385.171,98.138 Z' fill='%23f3f3f3' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cpath d='M 372.225,126.036 C 369.746,126.112 367.636,126.333 367.074,126.694 C 366.959,126.774 366.974,126.848 367.072,126.916 C 363.411,127.226 362.362,127.722 365.251,128.255 C 364.38,128.319 364.095,128.426 364.462,128.504 L 365.013,128.623 C 365.297,128.683 366.181,128.716 366.857,128.681 L 381.232,127.882 C 381.832,127.85 382.159,127.745 381.882,127.68 L 381.423,127.55 C 381.16,127.483 380.274,127.447 379.478,127.475 C 377.859,126.972 374.948,126.689 369.992,126.759 C 369.992,126.757 369.992,126.756 369.993,126.754 C 370.408,126.532 371.63,126.413 373.052,126.364 C 374.646,126.31 376.903,126.36 379.068,126.482 C 382.538,126.662 389.268,127.451 387.186,128.413 C 386.05,128.919 384.321,129.304 379.384,129.6 C 373.157,129.94 366.008,129.742 361.785,129.139 C 357.094,128.433 357.437,127.581 362.237,126.896 C 362.926,126.796 362.556,126.694 361.904,126.645 C 361.219,126.593 360.404,126.609 359.831,126.685 C 354.294,127.475 353.645,128.438 359.173,129.318 C 364.85,130.124 374.336,130.326 381.133,129.88 C 386.899,129.503 389.866,128.947 390.395,128.274 C 391.023,127.197 385.924,126.548 380.851,126.198 C 378.203,126.016 374.932,125.961 372.225,126.036 Z M 379.051,128.147 L 376.895,128.268 L 379.062,128.792 C 379.269,128.842 379.843,128.873 380.536,128.844 C 381.165,128.819 381.275,128.727 381.101,128.682 L 379.051,128.147 Z M 372.129,128.529 L 369.973,128.65 L 372.14,129.176 C 372.347,129.225 372.922,129.256 373.614,129.227 C 374.243,129.201 374.353,129.109 374.178,129.065 L 372.129,128.529 Z' fill='%23ededed' stroke-width='0.188' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 335.255,85.073 C 317.815,82.743 306.479,78.723 314.171,66.393 C 317.229,60.741 326.53,60.372 331.667,59.78 C 340.972,59.489 347.296,59.347 355.094,59.327 L 335.329,72.843 L 335.255,85.073 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3C/g%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(397.441 143.588) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 397.441,143.588 L 435.942,143.588 L 435.942,105.087 L 397.441,105.087 L 397.441,143.588 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' font-family='Frutiger Bold'%3E%3Cpath d='M 421.403,141.956 C 430.846,139.066 436.159,129.069 433.27,119.625 C 430.383,110.182 420.387,104.868 410.941,107.755 C 401.497,110.641 396.182,120.638 399.068,130.082 C 401.956,139.529 411.956,144.845 421.403,141.956' stroke='none' stroke-linejoin='miter' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero'/%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round'%3E%3Cpath d='M 418.604,119.892 C 416.147,117.282 412.036,117.152 409.419,119.605 C 406.799,122.06 406.666,126.179 409.121,128.8 C 411.576,131.42 415.696,131.553 418.316,129.098 C 418.323,129.091 418.33,129.084 418.338,129.078' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3Ctext xml:space='preserve' transform='translate(412.921 122.243) scale(1 -1)' kerning='auto' font-size='6.153' stroke='none' stroke-width='0.256' fill='%23000000'%3E%3Ctspan x='0' y='0'%3E5 kWp%3C/tspan%3E%3C/text%3E%3Cpath d='M 413.941,116.055 L 413.941,112.616 M 413.941,136.088 L 413.941,132.648' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3Cpath d='M 408.073,118.484 L 405.642,116.053 M 422.24,132.651 L 419.809,130.22' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3Cpath d='M 405.644,124.352 L 402.205,124.352' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3Cpath d='M 422.24,116.053 L 419.809,118.484 M 408.073,130.22 L 405.642,132.651' fill='none' stroke-width='1.026' stroke='%23000000'/%3E%3C/g%3E%3C/g%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(373.718 101.458) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-fiber-business-basis {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.451pt' height='124.45pt' viewBox='5.967 -318.352 124.451 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='79.751' cy='252.968' r='40.0552676186291'%3E%3Cstop offset='0' stop-color='%2328c7d4'/%3E%3Cstop offset='1' stop-color='%232ebbc9'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='36.627' cy='252.966' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%2314a3b2'/%3E%3Cstop offset='1' stop-color='%2313808d'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.478683 0.999542 -9.34615 -0.287781 -0.001 -0.002)'%3E%3Cstop offset='0' stop-color='%2300808d'/%3E%3Cstop offset='1' stop-color='%232cbecd'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.47041 -0.276474 -0.001 -0.002)'%3E%3Cstop offset='0' stop-color='%23006772'/%3E%3Cstop offset='1' stop-color='%23138d9c'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(77.157 279.151)'%3E%3Cstop offset='0' stop-color='%233eceda'/%3E%3Cstop offset='1' stop-color='%2323b6c2'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='67.988' cy='287.121' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%232ab5c0'/%3E%3Cstop offset='1' stop-color='%2320b5c1'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(49.037 252.378) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23007e93'/%3E%3Cstop offset='1' stop-color='%23005a65'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(41.528 225.175) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='none'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(68.193 256.128) rotate(90)' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group_1'%3E%3Cpath d='M 52.806,214.373 L 102.5,219.5 L 102.324,220.1 L 52.719,215.252 L 52.806,214.373 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 49.283,277.543 L 106.394,280.376 L 105.885,220.126 L 49.429,214.273 L 49.283,277.543 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 49.283,277.543 L 29.378,284.197 L 29.371,284.312 L 29.31,284.331 L 29.31,284.22 L 29.665,227.836 L 49.429,214.273 L 49.283,277.543 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(79.716 229.286) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(39.442 232.689) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 102.579,280.646 L 102.58,280.187 L 52.483,277.702 L 52.483,277.996 L 52.289,278.13 L 102.579,280.646 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 81.079,286.756 L 106.395,280.673 L 102.955,280.535 L 102.595,280.642 L 52.342,278.094 L 52.483,277.996 L 49.283,277.857 L 29.33,284.428 L 81.079,286.756 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 29.371,284.312 L 49.283,277.735 L 49.283,277.543 L 29.372,284.198 L 29.371,284.312 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 106.226,280.368 L 106.225,280.544 L 102.955,280.399 L 102.579,280.503 L 102.58,280.187 L 106.226,280.368 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.957,280.399 L 102.955,280.399 L 102.955,280.535 L 106.395,280.673 L 106.394,280.55 L 102.957,280.399 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.955,280.399 L 102.579,280.503 L 102.579,280.646 L 102.955,280.535 L 102.955,280.399 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.283,277.735 L 29.327,284.327 L 29.328,284.428 L 49.283,277.857 L 49.283,277.735 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.298,214.365 L 49.163,277.584 L 49.277,277.542 L 49.427,277.551 L 49.56,214.287 L 49.429,214.273 L 49.298,214.365 Z' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 52.483,277.702 L 52.483,277.879 L 49.283,277.735 L 49.283,277.543 L 52.483,277.702 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.283,277.735 L 49.283,277.735 L 49.283,277.857 L 52.484,278.002 L 52.483,277.879 L 49.283,277.735 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.429,213.997 L 49.429,213.997 L 49.429,214.12 L 52.815,214.471 L 52.806,214.354 L 49.429,213.997 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 52.781,214.469 L 52.782,214.621 L 49.429,214.273 L 49.43,214.122 L 52.781,214.469 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.429,213.997 L 29.718,227.509 L 29.716,227.63 L 49.429,214.12 L 49.429,213.997 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.429,214.12 L 29.753,227.623 L 29.753,227.777 L 49.429,214.273 L 49.429,214.12 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.5,219.5 L 102.5,219.5 L 102.501,219.624 L 105.764,219.962 L 105.764,219.846 L 102.5,219.5 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 105.592,219.944 L 105.593,220.096 L 102.241,219.748 L 102.5,219.624 L 105.592,219.944 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.5,219.624 L 102.241,219.749 L 102.242,219.631 L 102.5,219.5 L 102.5,219.624 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 29.59,239.743 C 12.15,237.413 0.814,233.392 8.507,221.063 C 11.564,215.41 20.865,215.042 26.002,214.449 C 35.307,214.159 41.631,214.018 49.429,213.997 L 29.664,227.513 L 29.59,239.743 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cpath d='M 68.865,233.666 C 61.087,240.199 60.981,252.336 66.35,259.375 C 69.016,262.872 72.564,263.384 74.825,262.374 C 77.297,261.167 78.153,259.232 78.835,255.917 C 81.498,256.36 83.857,255.005 84.435,252.969 L 86.439,245.923 C 87.468,242.725 85.142,239.445 82.467,238.389 C 78.903,237.029 76.204,238.57 75.533,240.939 L 73.373,248.56 C 72.771,250.682 74.11,253.286 76.1,254.756 C 75.699,257.453 74.965,258.919 73.812,259.486 C 72.926,259.922 71.191,260.12 69.382,258.435 C 63.525,252.666 64.818,240.659 70.764,236.227 C 76.204,232.17 84.863,232.257 90.599,240.815 C 96.473,249.991 92.35,263.348 80.683,264.051 C 79.736,264.167 79.468,264.958 79.485,265.495 C 79.517,266.439 80.04,266.971 80.837,267.021 C 94.479,266.84 99.846,250.458 93.03,239.44 C 86.231,229.146 75.885,228.633 68.865,233.666 Z M 81.424,240.715 C 83.729,241.669 84.628,243.83 84.174,245.354 L 82.232,251.887 C 81.86,253.139 80.021,253.65 78.536,253.192 C 77.174,252.773 75.492,251.133 75.881,248.909 L 77.558,242.808 C 77.947,241.394 79.606,240.053 81.424,240.715 Z M 78.573,248.75 L 77.978,250.923 C 77.799,251.404 78.044,252.079 78.52,252.268 C 79.076,252.489 79.626,252.115 79.742,251.679 L 80.342,249.421 C 80.461,248.977 80.165,248.333 79.73,248.185 C 79.187,248.018 78.686,248.336 78.573,248.75 Z' fill='%23f0f0f0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 36.62,239.265 C 33.714,246.986 33.433,258.759 35.211,264.614 C 36.094,267.522 37.35,267.382 38.178,265.998 C 39.085,264.387 39.428,262.36 39.736,259.027 C 40.679,258.98 41.548,257.244 41.795,255.17 L 42.651,247.987 C 43.083,244.706 42.316,241.946 41.383,241.403 C 40.137,240.726 39.144,242.699 38.856,245.115 L 37.933,252.881 C 37.676,255.045 38.103,257.327 38.785,258.392 C 38.587,261.077 38.296,262.629 37.872,263.385 C 37.548,263.966 36.924,264.467 36.313,263.16 C 34.335,258.621 35.036,246.763 37.248,241.405 C 39.27,236.502 42.359,235.035 44.238,242.295 C 46.152,250.128 44.414,263.803 40.235,266.575 C 39.895,266.856 39.783,267.67 39.78,268.186 C 39.772,269.096 39.948,269.516 40.231,269.421 C 45.106,266.802 47.348,249.977 45.133,240.528 C 42.91,231.777 39.226,233.135 36.62,239.265 Z M 40.964,243.843 C 41.768,244.353 42.045,246.284 41.853,247.841 L 41.031,254.517 C 40.872,255.796 40.205,256.62 39.685,256.442 C 39.207,256.281 38.639,254.994 38.822,252.77 L 39.542,246.561 C 39.709,245.124 40.329,243.528 40.964,243.843 Z M 39.786,252.134 L 39.532,254.345 C 39.457,254.843 39.532,255.453 39.697,255.549 C 39.892,255.665 40.094,255.205 40.145,254.761 L 40.404,252.467 C 40.456,252.015 40.363,251.445 40.211,251.38 C 40.021,251.316 39.836,251.713 39.786,252.134 Z' fill='%23d0d0d0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 61.89,280.743 C 51.821,281.128 47.604,282.391 50.642,283.331 C 52.15,283.798 55.561,283.987 58.187,283.968 C 61.092,283.936 62.612,283.768 64.424,283.448 C 66.964,283.594 69.805,283.543 71.078,283.353 L 75.49,282.693 C 77.612,282.399 76.374,281.968 74.031,281.755 C 70.889,281.477 67.643,281.535 66.162,281.756 L 61.398,282.47 C 60.073,282.669 60.543,282.992 62.055,283.222 C 60.736,283.487 59.497,283.612 58.141,283.627 C 57.099,283.64 55.279,283.594 54.023,283.349 C 50.06,282.523 55.433,281.319 62.941,281.083 C 69.81,280.866 78.527,281.205 81.421,282.319 C 84.247,283.5 75.558,284.738 63.535,284.367 C 62.54,284.342 62,284.415 61.837,284.472 C 61.548,284.572 61.896,284.647 62.684,284.683 C 76.524,285.184 87.495,283.679 84.343,282.268 C 80.964,280.933 70.685,280.485 61.89,280.743 Z M 72.188,281.958 C 74.193,282.146 74.37,282.405 73.395,282.547 L 69.22,283.155 C 68.42,283.272 66.39,283.256 65.045,283.151 C 63.811,283.055 62.667,282.819 63.814,282.603 L 67.574,282.029 C 68.445,281.897 70.576,281.82 72.188,281.958 Z M 66.586,282.689 L 65.25,282.893 C 64.905,282.936 64.924,283.016 65.341,283.054 C 65.828,283.098 66.51,283.081 66.774,283.039 L 68.147,282.825 C 68.416,282.784 68.336,282.705 67.946,282.673 C 67.455,282.636 66.841,282.649 66.586,282.689 Z' fill='%23e0e4e3' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(91.917 298.324) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 91.917,298.324 L 130.418,298.324 L 130.418,259.823 L 91.917,259.823 L 91.917,298.324 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' font-size='6.589' font-weight='bold' font-family='Frutiger Bold' fill-rule='nonzero' stroke-linejoin='miter' stroke-width='0.298'%3E%3Cpath d='M 107.631,297.157 C 117.37,298.825 126.616,292.283 128.285,282.543 C 129.953,272.804 123.409,263.557 113.67,261.89 C 103.931,260.222 94.685,266.766 93.018,276.505 C 91.35,286.243 97.892,295.488 107.631,297.157' fill='%23fce83d'/%3E%3Cpath d='M 110.646,275.824 C 110.731,275.824 110.8,275.892 110.8,275.977 L 110.785,278.504 C 110.982,278.577 111.098,278.779 111.062,278.985 C 111.026,279.191 110.846,279.342 110.637,279.342 C 110.428,279.342 110.248,279.191 110.212,278.985 C 110.175,278.779 110.291,278.577 110.488,278.504 L 110.488,275.981 C 110.488,275.939 110.506,275.899 110.535,275.87 C 110.565,275.842 110.604,275.826 110.646,275.826' fill='%23000000'/%3E%3Cpath d='M 111.539,276.016 L 111.539,276.016 C 111.624,276.018 111.691,276.087 111.691,276.171 C 111.699,276.917 111.784,277.658 111.943,278.386 C 112.151,278.424 112.3,278.605 112.297,278.817 C 112.296,279.027 112.143,279.206 111.936,279.242 C 111.728,279.277 111.525,279.157 111.453,278.96 C 111.383,278.762 111.463,278.541 111.646,278.436 C 111.482,277.693 111.397,276.935 111.39,276.174 C 111.39,276.088 111.458,276.018 111.545,276.016' fill='%23000000'/%3E%3Cpath d='M 109.839,278.808 C 109.844,278.924 109.803,279.036 109.723,279.121 C 109.644,279.205 109.535,279.255 109.42,279.258 C 109.306,279.262 109.195,279.219 109.111,279.141 C 109.028,279.063 108.979,278.955 108.976,278.841 C 108.969,278.633 109.112,278.45 109.316,278.406 C 109.446,277.719 109.52,277.023 109.538,276.324 C 109.54,276.237 109.611,276.169 109.696,276.171 L 109.696,276.171 C 109.737,276.173 109.777,276.19 109.804,276.221 C 109.833,276.251 109.847,276.291 109.846,276.332 C 109.831,277.048 109.754,277.76 109.619,278.463 C 109.749,278.536 109.833,278.674 109.837,278.824' fill='%23000000'/%3E%3Cpath d='M 110.393,279.827 C 110.401,280.065 110.212,280.264 109.975,280.271 C 109.736,280.278 109.537,280.092 109.53,279.854 C 109.525,279.615 109.711,279.416 109.95,279.406 C 110.188,279.4 110.387,279.588 110.393,279.827' fill='%23000000'/%3E%3Cpath d='M 111.729,279.835 C 111.736,280.073 111.548,280.272 111.309,280.278 C 111.072,280.285 110.872,280.097 110.866,279.859 C 110.859,279.62 111.048,279.423 111.285,279.416 C 111.523,279.409 111.723,279.596 111.729,279.835' fill='%23000000'/%3E%3Cpath d='M 112.896,276.186 C 112.836,276.432 112.663,276.635 112.431,276.737 C 112.378,276.767 112.314,276.774 112.254,276.757 C 112.195,276.739 112.145,276.7 112.116,276.644 C 112.086,276.591 112.079,276.527 112.096,276.468 C 112.114,276.409 112.155,276.359 112.208,276.329 C 112.313,276.284 112.393,276.198 112.428,276.091 C 112.441,276.025 112.424,275.958 112.381,275.907 L 112.381,275.907 L 112.381,275.907 C 112.381,275.907 111.919,275.507 110.646,275.501 C 109.372,275.496 108.943,275.879 108.943,275.879 L 108.943,275.879 C 108.908,275.933 108.894,275.998 108.904,276.061 C 108.925,276.161 108.989,276.248 109.077,276.299 C 109.15,276.344 109.194,276.424 109.188,276.509 C 109.185,276.594 109.135,276.67 109.058,276.707 C 108.981,276.744 108.891,276.735 108.822,276.687 C 108.624,276.564 108.488,276.364 108.446,276.135 C 108.423,275.997 108.441,275.857 108.497,275.727 C 108.494,275.702 108.494,275.677 108.497,275.653 C 108.497,275.635 108.67,273.57 108.676,272.54 C 108.676,272.391 108.797,272.27 108.946,272.27 C 109.096,272.27 109.218,272.391 109.218,272.54 C 109.218,273.287 109.131,274.504 109.077,275.193 C 109.585,275.011 110.124,274.928 110.663,274.947 C 111.218,274.934 111.769,275.026 112.289,275.219 C 112.289,275.124 112.289,275.022 112.289,274.921 C 112.256,274.112 112.212,273.002 112.202,272.62 C 112.202,272.471 112.321,272.349 112.47,272.344 C 112.62,272.343 112.744,272.461 112.748,272.612 C 112.748,272.983 112.8,274.139 112.833,274.9 C 112.855,275.424 112.863,275.638 112.855,275.74 C 112.929,275.879 112.951,276.04 112.92,276.195' fill='%23000000'/%3E%3Cpath d='M 110.646,288.886 C 108.078,288.894 105.612,287.875 103.8,286.055 L 103.773,286.031 C 103.465,285.719 103.468,285.214 103.781,284.905 C 104.094,284.596 104.599,284.6 104.907,284.912 C 108.083,288.091 113.23,288.1 116.417,284.933 C 116.563,284.786 116.762,284.704 116.971,284.704 C 117.177,284.704 117.376,284.788 117.521,284.936 C 117.827,285.244 117.827,285.742 117.521,286.049 C 115.702,287.877 113.224,288.898 110.646,288.886' fill='%231a1a18'/%3E%3Cpath d='M 110.667,284.713 L 110.667,284.713 C 109.233,284.717 107.857,284.145 106.847,283.127 C 106.65,282.927 106.574,282.637 106.648,282.366 C 106.723,282.094 106.937,281.883 107.208,281.813 C 107.482,281.743 107.769,281.822 107.967,282.023 C 109.462,283.516 111.884,283.516 113.379,282.023 C 113.524,281.875 113.722,281.792 113.931,281.792 C 114.137,281.792 114.336,281.875 114.483,282.023 C 114.63,282.17 114.712,282.369 114.712,282.576 C 114.712,282.784 114.63,282.983 114.483,283.129 C 113.475,284.142 112.103,284.709 110.676,284.701' fill='%231a1a18'/%3E%3Cpath d='M 120.607,288.755 C 115.091,294.228 106.187,294.209 100.694,288.714 C 100.493,288.515 100.412,288.224 100.485,287.949 C 100.557,287.677 100.768,287.463 101.042,287.388 C 101.315,287.314 101.605,287.391 101.806,287.591 C 106.687,292.482 114.606,292.499 119.506,287.627 C 119.652,287.48 119.852,287.397 120.059,287.397 C 120.376,287.401 120.66,287.593 120.78,287.886 C 120.9,288.18 120.831,288.516 120.607,288.741' fill='%231a1a18'/%3E%3Ctext xml:space='preserve' transform='translate(105.373 266.026) scale(1 -1)' kerning='0' fill='%23000000'%3E%3Ctspan x='0' y='0'%3E100%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/g%3E%3Cg id='Group_6' fill-rule='nonzero' stroke-linejoin='round' stroke-linecap='round' stroke='none' stroke-width='0.25' fill='%23ffffff'%3E%3Cg id='Group_7'%3E%3Cpath d='M 73.438,222.39 L 73.438,226.115 L 74.187,226.196 L 74.187,224.606 L 75.52,226.339 L 76.434,226.438 L 74.912,224.548 L 76.494,222.719 L 75.526,222.615 L 74.187,224.21 L 74.187,222.471 L 73.438,222.39 Z M 76.955,222.769 L 76.955,226.494 L 78.146,226.623 L 79.029,223.886 L 79.938,226.816 L 81.103,226.941 L 81.103,223.216 L 80.399,223.141 L 80.399,226.245 L 79.355,223.028 L 78.661,222.953 L 77.641,225.947 L 77.641,222.843 L 76.955,222.769 Z M 82.85,223.417 C 82.676,223.448 82.532,223.501 82.417,223.576 C 82.302,223.651 82.213,223.737 82.149,223.835 C 82.085,223.933 82.035,224.07 81.997,224.245 C 81.971,224.365 81.958,224.584 81.958,224.904 L 81.958,227.034 L 82.706,227.114 L 82.706,224.922 C 82.706,224.728 82.72,224.578 82.747,224.473 C 82.775,224.368 82.821,224.279 82.885,224.206 C 82.949,224.134 83.023,224.078 83.107,224.04 C 83.192,224.002 83.309,223.991 83.46,224.008 C 83.706,224.034 83.897,224.131 84.032,224.297 C 84.166,224.464 84.234,224.727 84.234,225.086 L 84.234,227.279 L 84.954,227.357 L 84.954,225.164 C 84.954,224.888 84.933,224.665 84.893,224.495 C 84.852,224.325 84.796,224.185 84.723,224.077 C 84.651,223.969 84.556,223.868 84.44,223.774 C 84.323,223.68 84.197,223.607 84.06,223.554 C 83.867,223.479 83.66,223.429 83.439,223.405 C 83.22,223.382 83.023,223.386 82.85,223.417 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-fiber-business-klassik {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='158.885 -318.351 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='232.702' cy='252.968' r='40.0552676186291'%3E%3Cstop offset='0' stop-color='%2328c7d4'/%3E%3Cstop offset='1' stop-color='%232ebbc9'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='189.579' cy='252.966' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%2314a3b2'/%3E%3Cstop offset='1' stop-color='%2313808d'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.478683 0.999542 -9.34714 -0.287674 0 -0.001)'%3E%3Cstop offset='0' stop-color='%2300808d'/%3E%3Cstop offset='1' stop-color='%232cbecd'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.176117 0.960663 -3.46886 -0.27594 -0.003 -0.002)'%3E%3Cstop offset='0' stop-color='%23006772'/%3E%3Cstop offset='1' stop-color='%23138d9c'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.024' y2='-0.473' gradientTransform='translate(230.109 279.151)'%3E%3Cstop offset='0' stop-color='%233eceda'/%3E%3Cstop offset='1' stop-color='%2323b6c2'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='220.939' cy='287.121' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%232ab5c0'/%3E%3Cstop offset='1' stop-color='%2320b5c1'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(201.988 252.378) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23007e93'/%3E%3Cstop offset='1' stop-color='%23005a65'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(194.48 225.175) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='none'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(221.111 256.127) rotate(90)' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group_1'%3E%3Cpath d='M 205.757,214.373 L 255.452,219.5 L 255.276,220.1 L 205.67,215.252 L 205.757,214.373 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 202.235,277.543 L 259.346,280.376 L 258.836,220.126 L 202.381,214.273 L 202.235,277.543 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 202.235,277.543 L 182.329,284.197 L 182.323,284.312 L 182.261,284.331 L 182.261,284.22 L 182.616,227.836 L 202.381,214.273 L 202.235,277.543 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(232.668 229.286) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(192.394 232.689) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 255.531,280.646 L 255.531,280.187 L 205.435,277.702 L 205.435,277.996 L 205.24,278.13 L 255.531,280.646 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 234.031,286.756 L 259.346,280.673 L 255.906,280.535 L 255.546,280.642 L 205.293,278.094 L 205.435,277.996 L 202.235,277.857 L 182.281,284.428 L 234.031,286.756 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 182.323,284.312 L 202.234,277.735 L 202.235,277.543 L 182.323,284.198 L 182.323,284.312 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 259.177,280.368 L 259.176,280.544 L 255.906,280.399 L 255.531,280.503 L 255.531,280.187 L 259.177,280.368 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.908,280.399 L 255.906,280.399 L 255.906,280.535 L 259.346,280.673 L 259.346,280.55 L 255.908,280.399 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.906,280.399 L 255.531,280.503 L 255.531,280.646 L 255.906,280.535 L 255.906,280.399 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.234,277.735 L 182.279,284.327 L 182.279,284.428 L 202.235,277.857 L 202.234,277.735 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.249,214.365 L 202.115,277.584 L 202.228,277.542 L 202.378,277.551 L 202.512,214.287 L 202.381,214.273 L 202.249,214.365 Z' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 205.435,277.702 L 205.435,277.879 L 202.234,277.735 L 202.235,277.543 L 205.435,277.702 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.234,277.735 L 202.234,277.735 L 202.235,277.857 L 205.436,278.002 L 205.435,277.879 L 202.234,277.735 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.38,213.997 L 202.38,213.997 L 202.381,214.12 L 205.766,214.471 L 205.757,214.354 L 202.38,213.997 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 205.733,214.469 L 205.733,214.621 L 202.381,214.273 L 202.382,214.122 L 205.733,214.469 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.38,213.997 L 182.669,227.509 L 182.668,227.63 L 202.381,214.12 L 202.38,213.997 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.381,214.12 L 182.704,227.623 L 182.704,227.777 L 202.381,214.273 L 202.381,214.12 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.452,219.5 L 255.452,219.5 L 255.452,219.624 L 258.716,219.962 L 258.716,219.846 L 255.452,219.5 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 258.543,219.944 L 258.545,220.096 L 255.192,219.748 L 255.452,219.624 L 258.543,219.944 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.452,219.624 L 255.192,219.749 L 255.193,219.631 L 255.452,219.5 L 255.452,219.624 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 182.541,239.743 C 165.101,237.413 153.766,233.392 161.459,221.063 C 164.516,215.41 173.816,215.042 178.954,214.449 C 188.258,214.159 194.583,214.018 202.38,213.997 L 182.616,227.513 L 182.541,239.743 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cpath d='M 221.816,233.666 C 214.038,240.199 213.933,252.336 219.301,259.375 C 221.968,262.872 225.516,263.384 227.777,262.374 C 230.248,261.167 231.105,259.232 231.786,255.917 C 234.45,256.36 236.808,255.005 237.386,252.969 L 239.391,245.923 C 240.419,242.725 238.094,239.445 235.418,238.389 C 231.854,237.029 229.155,238.57 228.485,240.939 L 226.324,248.56 C 225.722,250.682 227.061,253.286 229.052,254.756 C 228.651,257.453 227.916,258.919 226.763,259.486 C 225.878,259.922 224.142,260.12 222.334,258.435 C 216.476,252.666 217.77,240.659 223.715,236.227 C 229.155,232.17 237.814,232.257 243.55,240.815 C 249.424,249.991 245.302,263.348 233.634,264.051 C 232.688,264.167 232.419,264.958 232.436,265.495 C 232.469,266.439 232.991,266.971 233.789,267.021 C 247.43,266.84 252.797,250.458 245.981,239.44 C 239.183,229.146 228.836,228.633 221.816,233.666 Z M 234.375,240.715 C 236.681,241.669 237.579,243.83 237.125,245.354 L 235.184,251.887 C 234.812,253.139 232.972,253.65 231.487,253.192 C 230.126,252.773 228.443,251.133 228.833,248.909 L 230.509,242.808 C 230.898,241.394 232.557,240.053 234.375,240.715 Z M 231.525,248.75 L 230.929,250.923 C 230.75,251.404 230.995,252.079 231.471,252.268 C 232.028,252.489 232.577,252.115 232.694,251.679 L 233.294,249.421 C 233.412,248.977 233.116,248.333 232.681,248.185 C 232.139,248.018 231.637,248.336 231.525,248.75 Z' fill='%23f0f0f0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 189.571,239.265 C 186.665,246.986 186.384,258.759 188.162,264.614 C 189.045,267.522 190.301,267.382 191.129,265.998 C 192.036,264.387 192.379,262.36 192.688,259.027 C 193.631,258.98 194.499,257.244 194.747,255.17 L 195.602,247.987 C 196.034,244.706 195.268,241.946 194.335,241.403 C 193.088,240.726 192.095,242.699 191.807,245.115 L 190.885,252.881 C 190.627,255.045 191.054,257.327 191.736,258.392 C 191.539,261.077 191.247,262.629 190.824,263.385 C 190.499,263.966 189.876,264.467 189.264,263.16 C 187.287,258.621 187.988,246.763 190.199,241.405 C 192.222,236.502 195.311,235.035 197.189,242.295 C 199.103,250.128 197.366,263.803 193.187,266.575 C 192.846,266.856 192.734,267.67 192.731,268.186 C 192.724,269.096 192.9,269.516 193.183,269.421 C 198.057,266.802 200.299,249.977 198.085,240.528 C 195.862,231.777 192.178,233.135 189.571,239.265 Z M 193.915,243.843 C 194.72,244.353 194.997,246.284 194.805,247.841 L 193.982,254.517 C 193.824,255.796 193.157,256.62 192.636,256.442 C 192.159,256.281 191.591,254.994 191.774,252.77 L 192.493,246.561 C 192.66,245.124 193.28,243.528 193.915,243.843 Z M 192.737,252.134 L 192.483,254.345 C 192.408,254.843 192.484,255.453 192.649,255.549 C 192.844,255.665 193.046,255.205 193.097,254.761 L 193.356,252.467 C 193.407,252.015 193.315,251.445 193.162,251.38 C 192.972,251.316 192.787,251.713 192.737,252.134 Z' fill='%23d0d0d0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 214.842,280.743 C 204.773,281.128 200.555,282.391 203.593,283.331 C 205.101,283.798 208.513,283.987 211.139,283.968 C 214.044,283.936 215.563,283.768 217.375,283.448 C 219.915,283.594 222.756,283.543 224.03,283.353 L 228.442,282.693 C 230.564,282.399 229.326,281.968 226.982,281.755 C 223.841,281.477 220.595,281.535 219.114,281.756 L 214.35,282.47 C 213.024,282.669 213.494,282.992 215.007,283.222 C 213.688,283.487 212.448,283.612 211.093,283.627 C 210.05,283.64 208.23,283.594 206.974,283.349 C 203.011,282.523 208.384,281.319 215.893,281.083 C 222.762,280.866 231.478,281.205 234.372,282.319 C 237.198,283.5 228.509,284.738 216.487,284.367 C 215.491,284.342 214.951,284.415 214.788,284.472 C 214.5,284.572 214.847,284.647 215.636,284.683 C 229.476,285.184 240.446,283.679 237.294,282.268 C 233.915,280.933 223.636,280.485 214.842,280.743 Z M 225.14,281.958 C 227.144,282.146 227.321,282.405 226.346,282.547 L 222.172,283.155 C 221.372,283.272 219.341,283.256 217.996,283.151 C 216.762,283.055 215.619,282.819 216.765,282.603 L 220.526,282.029 C 221.396,281.897 223.527,281.82 225.14,281.958 Z M 219.538,282.689 L 218.201,282.893 C 217.856,282.936 217.875,283.016 218.292,283.054 C 218.78,283.098 219.462,283.081 219.726,283.039 L 221.098,282.825 C 221.368,282.784 221.287,282.705 220.898,282.673 C 220.406,282.636 219.793,282.649 219.538,282.689 Z' fill='%23e0e4e3' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(244.834 298.324) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 244.834,298.324 L 283.335,298.324 L 283.335,259.823 L 244.834,259.823 L 244.834,298.324 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' font-size='6.589' font-weight='bold' font-family='Frutiger Bold' fill-rule='nonzero' stroke-linejoin='miter' stroke-width='0.298'%3E%3Cpath d='M 260.549,297.157 C 270.288,298.825 279.534,292.283 281.202,282.543 C 282.87,272.804 276.327,263.557 266.588,261.89 C 256.849,260.222 247.603,266.766 245.935,276.505 C 244.268,286.243 250.81,295.488 260.549,297.157' fill='%23fce83d'/%3E%3Cpath d='M 263.564,275.824 C 263.649,275.824 263.718,275.892 263.718,275.977 L 263.703,278.504 C 263.9,278.577 264.016,278.779 263.979,278.985 C 263.943,279.191 263.763,279.342 263.554,279.342 C 263.346,279.342 263.166,279.191 263.129,278.985 C 263.092,278.779 263.209,278.577 263.406,278.504 L 263.406,275.981 C 263.406,275.939 263.423,275.899 263.453,275.87 C 263.482,275.842 263.522,275.826 263.564,275.826' fill='%23000000'/%3E%3Cpath d='M 264.456,276.016 L 264.456,276.016 C 264.541,276.018 264.609,276.087 264.609,276.171 C 264.617,276.917 264.701,277.658 264.861,278.386 C 265.068,278.424 265.217,278.605 265.215,278.817 C 265.214,279.027 265.061,279.206 264.853,279.242 C 264.646,279.277 264.442,279.157 264.371,278.96 C 264.3,278.762 264.381,278.541 264.564,278.436 C 264.4,277.693 264.314,276.935 264.307,276.174 C 264.307,276.088 264.376,276.018 264.463,276.016' fill='%23000000'/%3E%3Cpath d='M 262.757,278.808 C 262.762,278.924 262.721,279.036 262.641,279.121 C 262.562,279.205 262.452,279.255 262.338,279.258 C 262.223,279.262 262.113,279.219 262.028,279.141 C 261.945,279.063 261.897,278.955 261.893,278.841 C 261.887,278.633 262.03,278.45 262.234,278.406 C 262.364,277.719 262.438,277.023 262.456,276.324 C 262.458,276.237 262.528,276.169 262.613,276.171 L 262.613,276.171 C 262.655,276.173 262.695,276.19 262.722,276.221 C 262.75,276.251 262.765,276.291 262.763,276.332 C 262.749,277.048 262.672,277.76 262.537,278.463 C 262.667,278.536 262.75,278.674 262.754,278.824' fill='%23000000'/%3E%3Cpath d='M 263.311,279.827 C 263.318,280.065 263.13,280.264 262.893,280.271 C 262.654,280.278 262.455,280.092 262.447,279.854 C 262.443,279.615 262.628,279.416 262.867,279.406 C 263.105,279.4 263.304,279.588 263.311,279.827' fill='%23000000'/%3E%3Cpath d='M 264.647,279.835 C 264.653,280.073 264.466,280.272 264.227,280.278 C 263.989,280.285 263.79,280.097 263.784,279.859 C 263.777,279.62 263.966,279.423 264.203,279.416 C 264.441,279.409 264.64,279.596 264.647,279.835' fill='%23000000'/%3E%3Cpath d='M 265.813,276.186 C 265.754,276.432 265.58,276.635 265.349,276.737 C 265.295,276.767 265.231,276.774 265.172,276.757 C 265.113,276.739 265.063,276.7 265.034,276.644 C 265.004,276.591 264.997,276.527 265.014,276.468 C 265.032,276.409 265.072,276.359 265.126,276.329 C 265.231,276.284 265.311,276.198 265.346,276.091 C 265.358,276.025 265.341,275.958 265.299,275.907 L 265.299,275.907 L 265.299,275.907 C 265.299,275.907 264.837,275.507 263.564,275.501 C 262.29,275.496 261.861,275.879 261.861,275.879 L 261.861,275.879 C 261.825,275.933 261.812,275.998 261.822,276.061 C 261.843,276.161 261.906,276.248 261.995,276.299 C 262.067,276.344 262.111,276.424 262.106,276.509 C 262.102,276.594 262.052,276.67 261.975,276.707 C 261.899,276.744 261.808,276.735 261.74,276.687 C 261.542,276.564 261.405,276.364 261.363,276.135 C 261.341,275.997 261.359,275.857 261.414,275.727 C 261.411,275.702 261.411,275.677 261.414,275.653 C 261.414,275.635 261.587,273.57 261.593,272.54 C 261.593,272.391 261.714,272.27 261.864,272.27 C 262.013,272.27 262.135,272.391 262.135,272.54 C 262.135,273.287 262.048,274.504 261.995,275.193 C 262.503,275.011 263.042,274.928 263.581,274.947 C 264.135,274.934 264.687,275.026 265.207,275.219 C 265.207,275.124 265.207,275.022 265.207,274.921 C 265.174,274.112 265.129,273.002 265.12,272.62 C 265.12,272.471 265.238,272.349 265.387,272.344 C 265.537,272.343 265.662,272.461 265.665,272.612 C 265.665,272.983 265.718,274.139 265.751,274.9 C 265.772,275.424 265.781,275.638 265.772,275.74 C 265.846,275.879 265.869,276.04 265.837,276.195' fill='%23000000'/%3E%3Cpath d='M 263.564,288.886 C 260.995,288.894 258.529,287.875 256.718,286.055 L 256.691,286.031 C 256.382,285.719 256.386,285.214 256.698,284.905 C 257.012,284.596 257.517,284.6 257.825,284.912 C 261.001,288.091 266.148,288.1 269.335,284.933 C 269.481,284.786 269.68,284.704 269.888,284.704 C 270.095,284.704 270.294,284.788 270.439,284.936 C 270.744,285.244 270.744,285.742 270.439,286.049 C 268.619,287.877 266.142,288.898 263.564,288.886' fill='%231a1a18'/%3E%3Cpath d='M 263.584,284.713 L 263.584,284.713 C 262.151,284.717 260.775,284.145 259.765,283.127 C 259.567,282.927 259.491,282.637 259.566,282.366 C 259.641,282.094 259.854,281.883 260.126,281.813 C 260.399,281.743 260.687,281.822 260.885,282.023 C 262.38,283.516 264.801,283.516 266.296,282.023 C 266.442,281.875 266.64,281.792 266.849,281.792 C 267.055,281.792 267.253,281.875 267.4,282.023 C 267.548,282.17 267.63,282.369 267.63,282.576 C 267.63,282.784 267.548,282.983 267.4,283.129 C 266.393,284.142 265.021,284.709 263.593,284.701' fill='%231a1a18'/%3E%3Cpath d='M 273.525,288.755 C 268.009,294.228 259.104,294.209 253.611,288.714 C 253.41,288.515 253.33,288.224 253.402,287.949 C 253.474,287.677 253.686,287.463 253.96,287.388 C 254.232,287.314 254.523,287.391 254.724,287.591 C 259.604,292.482 267.524,292.499 272.424,287.627 C 272.57,287.48 272.77,287.397 272.977,287.397 C 273.294,287.401 273.578,287.593 273.698,287.886 C 273.817,288.18 273.749,288.516 273.525,288.741' fill='%231a1a18'/%3E%3Ctext xml:space='preserve' transform='translate(258.29 266.026) scale(1 -1)' kerning='0' fill='%23000000'%3E%3Ctspan x='0' y='0'%3E300%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/g%3E%3Cg id='Group_6' fill-rule='nonzero' stroke-linejoin='round' stroke-linecap='round' stroke='none' stroke-width='0.25' fill='%23ffffff'%3E%3Cg id='Group_7'%3E%3Cpath d='M 226.157,222.39 L 226.157,226.115 L 226.906,226.196 L 226.906,224.606 L 228.239,226.339 L 229.153,226.438 L 227.631,224.548 L 229.213,222.719 L 228.245,222.615 L 226.906,224.21 L 226.906,222.471 L 226.157,222.39 Z M 229.674,222.769 L 229.674,226.494 L 230.865,226.623 L 231.748,223.886 L 232.657,226.816 L 233.822,226.941 L 233.822,223.216 L 233.118,223.141 L 233.118,226.245 L 232.074,223.028 L 231.38,222.953 L 230.36,225.947 L 230.36,222.843 L 229.674,222.769 Z M 235.569,223.417 C 235.395,223.448 235.251,223.501 235.136,223.576 C 235.021,223.651 234.932,223.737 234.868,223.835 C 234.804,223.933 234.754,224.07 234.716,224.245 C 234.69,224.365 234.677,224.584 234.677,224.904 L 234.677,227.034 L 235.425,227.114 L 235.425,224.922 C 235.425,224.728 235.439,224.578 235.466,224.473 C 235.494,224.368 235.54,224.279 235.604,224.206 C 235.668,224.134 235.742,224.078 235.826,224.04 C 235.911,224.002 236.028,223.991 236.179,224.008 C 236.425,224.034 236.616,224.131 236.751,224.297 C 236.885,224.464 236.953,224.727 236.953,225.086 L 236.953,227.279 L 237.673,227.357 L 237.673,225.164 C 237.673,224.888 237.652,224.665 237.612,224.495 C 237.571,224.325 237.515,224.185 237.442,224.077 C 237.37,223.969 237.275,223.868 237.159,223.774 C 237.042,223.68 236.916,223.607 236.779,223.554 C 236.586,223.479 236.379,223.429 236.158,223.405 C 235.939,223.382 235.742,223.386 235.569,223.417 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-fiber-business-plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='311.778 -318.351 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='385.529' cy='252.968' r='40.0552676186291'%3E%3Cstop offset='0' stop-color='%2328c7d4'/%3E%3Cstop offset='1' stop-color='%232ebbc9'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='342.406' cy='252.966' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%2314a3b2'/%3E%3Cstop offset='1' stop-color='%2313808d'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.477783 0.999573 -9.34624 -0.287704 -0.002 -0.001)'%3E%3Cstop offset='0' stop-color='%2300808d'/%3E%3Cstop offset='1' stop-color='%232cbecd'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.176117 0.960663 -3.46886 -0.27594 -0.004 -0.001)'%3E%3Cstop offset='0' stop-color='%23006772'/%3E%3Cstop offset='1' stop-color='%23138d9c'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(382.935 279.151)'%3E%3Cstop offset='0' stop-color='%233eceda'/%3E%3Cstop offset='1' stop-color='%2323b6c2'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='373.767' cy='287.121' r='31.1734406346172'%3E%3Cstop offset='0' stop-color='%232ab5c0'/%3E%3Cstop offset='1' stop-color='%2320b5c1'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(354.815 252.378) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23007e93'/%3E%3Cstop offset='1' stop-color='%23005a65'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.938' gradientTransform='translate(347.307 225.175) rotate(1.22816) scale(1 0.385057)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke='none'%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(374.004 256.127) rotate(90)' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group_1'%3E%3Cpath d='M 358.584,214.373 L 408.279,219.5 L 408.102,220.1 L 358.497,215.252 L 358.584,214.373 Z' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 355.061,277.543 L 412.173,280.376 L 411.664,220.126 L 355.207,214.273 L 355.061,277.543 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 355.061,277.543 L 335.156,284.197 L 335.15,284.312 L 335.089,284.331 L 335.089,284.22 L 335.444,227.836 L 355.207,214.273 L 355.061,277.543 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(385.495 229.286) rotate(-174.349) skewX(24.1597)' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(345.221 232.689) rotate(152.901) skewX(-6.03605)' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 408.358,280.646 L 408.359,280.187 L 358.262,277.702 L 358.262,277.996 L 358.067,278.13 L 408.358,280.646 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 386.858,286.756 L 412.173,280.673 L 408.734,280.535 L 408.373,280.642 L 358.121,278.094 L 358.262,277.996 L 355.062,277.857 L 335.108,284.428 L 386.858,286.756 Z' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 335.15,284.312 L 355.061,277.735 L 355.061,277.543 L 335.151,284.198 L 335.15,284.312 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 412.005,280.368 L 412.004,280.544 L 408.734,280.399 L 408.358,280.503 L 408.358,280.187 L 412.005,280.368 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 408.735,280.399 L 408.734,280.399 L 408.734,280.535 L 412.173,280.673 L 412.173,280.55 L 408.735,280.399 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 408.734,280.399 L 408.358,280.503 L 408.358,280.646 L 408.734,280.535 L 408.734,280.399 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 355.061,277.735 L 335.106,284.327 L 335.106,284.428 L 355.062,277.857 L 355.061,277.735 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 355.077,214.365 L 354.941,277.584 L 355.055,277.542 L 355.205,277.551 L 355.339,214.287 L 355.207,214.273 L 355.077,214.365 Z' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 358.262,277.702 L 358.262,277.879 L 355.061,277.735 L 355.061,277.543 L 358.262,277.702 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 355.061,277.735 L 355.061,277.735 L 355.062,277.857 L 358.263,278.002 L 358.262,277.879 L 355.061,277.735 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 355.207,213.997 L 355.207,213.997 L 355.207,214.12 L 358.594,214.471 L 358.584,214.354 L 355.207,213.997 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 358.56,214.469 L 358.561,214.621 L 355.207,214.273 L 355.209,214.122 L 358.56,214.469 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 355.207,213.997 L 335.496,227.509 L 335.495,227.63 L 355.207,214.12 L 355.207,213.997 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 355.207,214.12 L 335.531,227.623 L 335.531,227.777 L 355.207,214.273 L 355.207,214.12 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 408.279,219.5 L 408.279,219.5 L 408.279,219.624 L 411.543,219.962 L 411.543,219.846 L 408.279,219.5 Z' fill='%232fb0c0' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 411.371,219.944 L 411.372,220.096 L 408.019,219.748 L 408.279,219.624 L 411.371,219.944 Z' fill='%23004043' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 408.279,219.624 L 408.019,219.749 L 408.02,219.631 L 408.279,219.5 L 408.279,219.624 Z' fill='%230b7483' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 335.369,239.743 C 317.929,237.413 306.593,233.392 314.286,221.063 C 317.342,215.41 326.644,215.042 331.781,214.449 C 341.086,214.159 347.41,214.018 355.207,213.997 L 335.443,227.513 L 335.369,239.743 Z' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cpath d='M 374.644,233.666 C 366.866,240.199 366.76,252.336 372.129,259.375 C 374.794,262.872 378.343,263.384 380.604,262.374 C 383.076,261.167 383.932,259.232 384.613,255.917 C 387.277,256.36 389.635,255.005 390.213,252.969 L 392.218,245.923 C 393.246,242.725 390.921,239.445 388.245,238.389 C 384.681,237.029 381.983,238.57 381.312,240.939 L 379.151,248.56 C 378.55,250.682 379.888,253.286 381.879,254.756 C 381.478,257.453 380.743,258.919 379.591,259.486 C 378.705,259.922 376.97,260.12 375.161,258.435 C 369.304,252.666 370.597,240.659 376.542,236.227 C 381.983,232.17 390.642,232.257 396.377,240.815 C 402.252,249.991 398.129,263.348 386.462,264.051 C 385.515,264.167 385.246,264.958 385.264,265.495 C 385.296,266.439 385.819,266.971 386.616,267.021 C 400.258,266.84 405.624,250.458 398.809,239.44 C 392.01,229.146 381.663,228.633 374.644,233.666 Z M 387.203,240.715 C 389.508,241.669 390.407,243.83 389.953,245.354 L 388.011,251.887 C 387.639,253.139 385.8,253.65 384.315,253.192 C 382.953,252.773 381.271,251.133 381.659,248.909 L 383.337,242.808 C 383.725,241.394 385.385,240.053 387.203,240.715 Z M 384.352,248.75 L 383.757,250.923 C 383.577,251.404 383.823,252.079 384.299,252.268 C 384.855,252.489 385.405,252.115 385.52,251.679 L 386.121,249.421 C 386.24,248.977 385.944,248.333 385.509,248.185 C 384.966,248.018 384.465,248.336 384.352,248.75 Z' fill='%23f0f0f0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 342.398,239.265 C 339.493,246.986 339.212,258.759 340.989,264.614 C 341.872,267.522 343.129,267.382 343.956,265.998 C 344.863,264.387 345.207,262.36 345.515,259.027 C 346.458,258.98 347.327,257.244 347.574,255.17 L 348.43,247.987 C 348.862,244.706 348.095,241.946 347.162,241.403 C 345.915,240.726 344.922,242.699 344.635,245.115 L 343.712,252.881 C 343.454,255.045 343.882,257.327 344.564,258.392 C 344.366,261.077 344.075,262.629 343.651,263.385 C 343.327,263.966 342.703,264.467 342.091,263.16 C 340.114,258.621 340.815,246.763 343.026,241.405 C 345.049,236.502 348.137,235.035 350.016,242.295 C 351.931,250.128 350.193,263.803 346.014,266.575 C 345.674,266.856 345.562,267.67 345.559,268.186 C 345.551,269.096 345.727,269.516 346.01,269.421 C 350.884,266.802 353.126,249.977 350.912,240.528 C 348.689,231.777 345.005,233.135 342.398,239.265 Z M 346.743,243.843 C 347.547,244.353 347.824,246.284 347.631,247.841 L 346.809,254.517 C 346.651,255.796 345.984,256.62 345.464,256.442 C 344.986,256.281 344.418,254.994 344.601,252.77 L 345.321,246.561 C 345.487,245.124 346.107,243.528 346.743,243.843 Z M 345.565,252.134 L 345.31,254.345 C 345.236,254.843 345.311,255.453 345.476,255.549 C 345.67,255.665 345.873,255.205 345.924,254.761 L 346.183,252.467 C 346.235,252.015 346.141,251.445 345.989,251.38 C 345.799,251.316 345.614,251.713 345.565,252.134 Z' fill='%23d0d0d0' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3Cpath d='M 367.669,280.743 C 357.6,281.128 353.382,282.391 356.42,283.331 C 357.928,283.798 361.34,283.987 363.966,283.968 C 366.871,283.936 368.39,283.768 370.202,283.448 C 372.742,283.594 375.584,283.543 376.857,283.353 L 381.269,282.693 C 383.391,282.399 382.153,281.968 379.809,281.755 C 376.668,281.477 373.422,281.535 371.941,281.756 L 367.177,282.47 C 365.851,282.669 366.321,282.992 367.833,283.222 C 366.515,283.487 365.276,283.612 363.92,283.627 C 362.877,283.64 361.058,283.594 359.801,283.349 C 355.838,282.523 361.211,281.319 368.72,281.083 C 375.588,280.866 384.305,281.205 387.2,282.319 C 390.025,283.5 381.336,284.738 369.314,284.367 C 368.318,284.342 367.779,284.415 367.615,284.472 C 367.327,284.572 367.675,284.647 368.463,284.683 C 382.303,285.184 393.273,283.679 390.121,282.268 C 386.742,280.933 376.463,280.485 367.669,280.743 Z M 377.967,281.958 C 379.972,282.146 380.148,282.405 379.173,282.547 L 374.999,283.155 C 374.199,283.272 372.168,283.256 370.824,283.151 C 369.589,283.055 368.446,282.819 369.592,282.603 L 373.352,282.029 C 374.223,281.897 376.354,281.82 377.967,281.958 Z M 372.365,282.689 L 371.029,282.893 C 370.683,282.936 370.703,283.016 371.12,283.054 C 371.607,283.098 372.289,283.081 372.553,283.039 L 373.926,282.825 C 374.194,282.784 374.114,282.705 373.725,282.673 C 373.234,282.636 372.62,282.649 372.365,282.689 Z' fill='%23e0e4e3' stroke-width='0.189' fill-rule='evenodd' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group_2' stroke-linejoin='miter' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_3'%3E%3Cg id='Group_4'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(397.739 298.324) scale(38.489 -38.489)'/%3E%3C/g%3E%3Cpath d='M 397.739,298.324 L 436.228,298.324 L 436.228,259.835 L 397.739,259.835 L 397.739,298.324 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cg id='Group_5' font-size='6.587' font-weight='bold' font-family='Frutiger Bold' fill-rule='nonzero' stroke-linejoin='miter' stroke-width='0.297'%3E%3Cpath d='M 413.15,297.158 C 422.885,298.825 432.129,292.285 433.798,282.548 C 435.465,272.813 428.923,263.568 419.187,261.901 C 409.452,260.234 400.208,266.776 398.54,276.512 C 396.874,286.246 403.414,295.489 413.15,297.158' fill='%23fce83d'/%3E%3Cpath d='M 416.164,275.831 C 416.249,275.831 416.318,275.899 416.318,275.984 L 416.303,278.511 C 416.499,278.584 416.616,278.785 416.58,278.991 C 416.543,279.198 416.363,279.348 416.154,279.348 C 415.946,279.348 415.766,279.198 415.73,278.991 C 415.693,278.785 415.809,278.584 416.006,278.511 L 416.006,275.988 C 416.006,275.946 416.023,275.906 416.053,275.877 C 416.082,275.849 416.122,275.833 416.164,275.833' fill='%23000000'/%3E%3Cpath d='M 417.056,276.023 L 417.056,276.023 C 417.14,276.025 417.208,276.094 417.208,276.178 C 417.216,276.923 417.301,277.664 417.461,278.392 C 417.668,278.43 417.816,278.612 417.814,278.823 C 417.813,279.033 417.66,279.213 417.454,279.248 C 417.246,279.283 417.043,279.163 416.971,278.966 C 416.901,278.768 416.981,278.548 417.163,278.442 C 417,277.699 416.914,276.941 416.908,276.181 C 416.908,276.095 416.976,276.025 417.062,276.023' fill='%23000000'/%3E%3Cpath d='M 415.357,278.814 C 415.362,278.93 415.321,279.042 415.242,279.127 C 415.163,279.212 415.053,279.261 414.938,279.264 C 414.823,279.268 414.713,279.226 414.629,279.147 C 414.546,279.069 414.498,278.961 414.494,278.847 C 414.488,278.64 414.631,278.456 414.834,278.412 C 414.964,277.725 415.038,277.029 415.056,276.331 C 415.058,276.244 415.13,276.176 415.215,276.178 L 415.215,276.178 C 415.256,276.18 415.295,276.197 415.322,276.228 C 415.35,276.258 415.365,276.298 415.363,276.339 C 415.349,277.055 415.273,277.767 415.138,278.47 C 415.268,278.543 415.35,278.68 415.355,278.83' fill='%23000000'/%3E%3Cpath d='M 415.911,279.832 C 415.918,280.071 415.73,280.27 415.493,280.277 C 415.255,280.284 415.055,280.098 415.048,279.859 C 415.042,279.621 415.23,279.422 415.468,279.412 C 415.706,279.406 415.905,279.594 415.911,279.832' fill='%23000000'/%3E%3Cpath d='M 417.247,279.84 C 417.253,280.079 417.065,280.278 416.827,280.284 C 416.589,280.291 416.39,280.103 416.384,279.864 C 416.377,279.626 416.566,279.429 416.803,279.422 C 417.041,279.415 417.24,279.602 417.247,279.84' fill='%23000000'/%3E%3Cpath d='M 418.413,276.193 C 418.353,276.439 418.181,276.642 417.948,276.744 C 417.895,276.774 417.831,276.781 417.771,276.764 C 417.712,276.746 417.662,276.707 417.633,276.651 C 417.604,276.598 417.597,276.534 417.614,276.475 C 417.631,276.416 417.672,276.366 417.725,276.336 C 417.829,276.291 417.91,276.205 417.945,276.098 C 417.959,276.032 417.94,275.965 417.898,275.914 L 417.898,275.914 L 417.898,275.914 C 417.898,275.914 417.437,275.514 416.164,275.508 C 414.89,275.503 414.462,275.886 414.462,275.886 L 414.462,275.886 C 414.426,275.94 414.413,276.005 414.423,276.068 C 414.444,276.168 414.507,276.255 414.596,276.306 C 414.669,276.351 414.712,276.431 414.707,276.516 C 414.703,276.601 414.653,276.677 414.577,276.714 C 414.5,276.751 414.409,276.742 414.34,276.694 C 414.142,276.571 414.007,276.371 413.965,276.142 C 413.942,276.004 413.96,275.864 414.015,275.735 C 414.013,275.71 414.013,275.685 414.015,275.661 C 414.015,275.643 414.188,273.578 414.194,272.548 C 414.194,272.399 414.314,272.278 414.465,272.278 C 414.614,272.278 414.736,272.399 414.736,272.548 C 414.736,273.295 414.649,274.512 414.596,275.2 C 415.104,275.019 415.642,274.936 416.181,274.955 C 416.735,274.942 417.287,275.034 417.806,275.226 C 417.806,275.132 417.806,275.03 417.806,274.929 C 417.773,274.119 417.729,273.01 417.719,272.628 C 417.719,272.479 417.838,272.357 417.987,272.352 C 418.138,272.351 418.261,272.469 418.264,272.62 C 418.264,272.991 418.317,274.146 418.35,274.908 C 418.371,275.431 418.38,275.646 418.371,275.747 C 418.445,275.886 418.468,276.047 418.437,276.202' fill='%23000000'/%3E%3Cpath d='M 416.164,288.889 C 413.595,288.897 411.132,287.879 409.32,286.059 L 409.293,286.035 C 408.985,285.723 408.988,285.218 409.301,284.91 C 409.614,284.6 410.119,284.604 410.427,284.917 C 413.601,288.094 418.748,288.103 421.933,284.938 C 422.079,284.79 422.279,284.708 422.486,284.708 C 422.693,284.708 422.891,284.792 423.037,284.941 C 423.343,285.248 423.343,285.746 423.037,286.053 C 421.217,287.881 418.742,288.901 416.164,288.889' fill='%231a1a18'/%3E%3Cpath d='M 416.184,284.717 L 416.184,284.717 C 414.751,284.721 413.376,284.149 412.367,283.132 C 412.169,282.932 412.093,282.642 412.167,282.371 C 412.242,282.1 412.456,281.888 412.727,281.818 C 413,281.748 413.288,281.827 413.486,282.029 C 414.98,283.521 417.402,283.521 418.896,282.029 C 419.041,281.88 419.239,281.797 419.448,281.797 C 419.654,281.797 419.852,281.88 419.998,282.029 C 420.147,282.175 420.229,282.374 420.229,282.581 C 420.229,282.789 420.147,282.988 419.998,283.134 C 418.992,284.146 417.621,284.713 416.193,284.705' fill='%231a1a18'/%3E%3Cpath d='M 426.122,288.758 C 420.607,294.23 411.707,294.211 406.214,288.717 C 406.014,288.519 405.933,288.227 406.005,287.953 C 406.077,287.68 406.289,287.466 406.563,287.392 C 406.835,287.318 407.126,287.395 407.327,287.594 C 412.206,292.484 420.123,292.501 425.021,287.63 C 425.168,287.483 425.367,287.401 425.574,287.401 C 425.891,287.404 426.175,287.596 426.295,287.89 C 426.414,288.183 426.346,288.52 426.122,288.744' fill='%231a1a18'/%3E%3Ctext xml:space='preserve' transform='translate(410.893 266.036) scale(1 -1)' kerning='0' fill='%23000000'%3E%3Ctspan x='0' y='0'%3E500%3C/tspan%3E%3C/text%3E%3C/g%3E%3C/g%3E%3Cg id='Group_6' fill-rule='nonzero' stroke-linejoin='round' stroke-linecap='round' stroke='none' stroke-width='0.25' fill='%23ffffff'%3E%3Cg id='Group_7'%3E%3Cpath d='M 379.195,222.39 L 379.195,226.115 L 379.944,226.196 L 379.944,224.606 L 381.277,226.339 L 382.191,226.438 L 380.669,224.548 L 382.251,222.719 L 381.283,222.615 L 379.944,224.21 L 379.944,222.471 L 379.195,222.39 Z M 382.712,222.769 L 382.712,226.494 L 383.903,226.623 L 384.786,223.886 L 385.695,226.816 L 386.86,226.941 L 386.86,223.216 L 386.156,223.141 L 386.156,226.245 L 385.112,223.028 L 384.418,222.953 L 383.398,225.947 L 383.398,222.843 L 382.712,222.769 Z M 388.607,223.417 C 388.433,223.448 388.289,223.501 388.174,223.576 C 388.059,223.651 387.97,223.737 387.906,223.835 C 387.842,223.933 387.792,224.07 387.754,224.245 C 387.728,224.365 387.715,224.584 387.715,224.904 L 387.715,227.034 L 388.463,227.114 L 388.463,224.922 C 388.463,224.728 388.477,224.578 388.504,224.473 C 388.532,224.368 388.578,224.279 388.642,224.206 C 388.706,224.134 388.78,224.078 388.864,224.04 C 388.949,224.002 389.066,223.991 389.217,224.008 C 389.463,224.034 389.654,224.131 389.789,224.297 C 389.923,224.464 389.991,224.727 389.991,225.086 L 389.991,227.279 L 390.711,227.357 L 390.711,225.164 C 390.711,224.888 390.69,224.665 390.65,224.495 C 390.609,224.325 390.553,224.185 390.48,224.077 C 390.408,223.969 390.313,223.868 390.197,223.774 C 390.08,223.68 389.954,223.607 389.817,223.554 C 389.624,223.479 389.417,223.429 389.196,223.405 C 388.977,223.382 388.78,223.386 388.607,223.417 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-solarpartnerpreis-plus {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='158.883 18.914 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='232.667' cy='-84.297' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efad33'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='189.544' cy='-84.298' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23ba8f3e'/%3E%3Cstop offset='1' stop-color='%23dc991c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.002 0.001)'%3E%3Cstop offset='0' stop-color='%23e1a32f'/%3E%3Cstop offset='1' stop-color='%23eead32'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 0 0.002)'%3E%3Cstop offset='0' stop-color='%23bc8215'/%3E%3Cstop offset='1' stop-color='%23ce952a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(230.074 -58.113)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='221.244' cy='-47.883' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0ad31'/%3E%3Cstop offset='1' stop-color='%23e6b251'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(201.954 -84.886) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23eca727'/%3E%3Cstop offset='1' stop-color='%23ec9b00'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(194.446 -112.09) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cpath d='M 205.723,-122.891 L 255.416,-117.764 L 255.24,-117.164 L 205.636,-122.013 L 205.723,-122.891 Z' stroke='none' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 202.2,-59.721 L 259.311,-56.888 L 258.802,-117.138 L 202.346,-122.991 L 202.2,-59.721 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 202.2,-59.721 L 182.295,-53.068 L 182.288,-52.952 L 182.227,-52.933 L 182.227,-53.045 L 182.582,-109.429 L 202.346,-122.991 L 202.2,-59.721 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(232.633 -107.979) rotate(-174.349) skewX(24.1597)' stroke='none' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(192.359 -104.575) rotate(152.901) skewX(-6.03605)' stroke='none' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 255.496,-56.618 L 255.497,-57.077 L 205.4,-59.562 L 205.4,-59.268 L 205.206,-59.134 L 255.496,-56.618 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 233.996,-50.509 L 259.312,-56.591 L 255.872,-56.729 L 255.511,-56.622 L 205.259,-59.171 L 205.4,-59.268 L 202.2,-59.407 L 182.247,-52.836 L 233.996,-50.509 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 182.288,-52.952 L 202.199,-59.53 L 202.2,-59.721 L 182.289,-53.066 L 182.288,-52.952 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.199,-59.53 L 182.243,-52.937 L 182.245,-52.836 L 202.2,-59.407 L 202.199,-59.53 Z' stroke='none' fill='%23d28900' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.214,-122.899 L 202.08,-59.681 L 202.194,-59.721 L 202.344,-59.713 L 202.477,-122.978 L 202.346,-122.991 L 202.214,-122.899 Z' stroke='none' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 205.4,-59.562 L 205.4,-59.386 L 202.199,-59.53 L 202.2,-59.721 L 205.4,-59.562 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.199,-59.53 L 202.199,-59.53 L 202.2,-59.407 L 205.4,-59.263 L 205.4,-59.386 L 202.199,-59.53 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.346,-123.268 L 202.346,-123.268 L 202.346,-123.145 L 205.732,-122.793 L 205.723,-122.91 L 202.346,-123.268 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 205.698,-122.795 L 205.699,-122.643 L 202.346,-122.991 L 202.347,-123.143 L 205.698,-122.795 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.346,-123.268 L 182.634,-109.756 L 182.633,-109.634 L 202.346,-123.145 L 202.346,-123.268 Z' stroke='none' fill='%23c17e00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.346,-123.145 L 182.67,-109.641 L 182.67,-109.488 L 202.346,-122.991 L 202.346,-123.145 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.416,-117.764 L 255.416,-117.764 L 255.418,-117.64 L 258.681,-117.302 L 258.681,-117.418 L 255.416,-117.764 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 258.509,-117.32 L 258.511,-117.168 L 255.158,-117.516 L 255.417,-117.64 L 258.509,-117.32 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.417,-117.64 L 255.157,-117.516 L 255.158,-117.633 L 255.416,-117.764 L 255.417,-117.64 Z' stroke='none' fill='%23c17e00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 182.507,-97.522 C 165.067,-99.852 153.731,-103.872 161.423,-116.202 C 164.481,-121.854 173.782,-122.223 178.919,-122.815 C 188.224,-123.106 194.548,-123.248 202.346,-123.268 L 182.581,-109.752 L 182.507,-97.522 Z' stroke='none' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(244.832 -39.008) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 244.832,-39.008 L 283.333,-39.008 L 283.333,-77.509 L 244.832,-77.509 L 244.832,-39.008 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 268.794,-40.642 C 278.237,-43.532 283.55,-53.529 280.661,-62.973 C 277.774,-72.416 267.778,-77.73 258.332,-74.843 C 248.888,-71.957 243.573,-61.96 246.459,-52.516 C 249.347,-43.069 259.347,-37.753 268.794,-40.642' stroke='none' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(221.109 -81.138) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group_3' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='2.106'%3E%3Cpath d='M 245.385,-88.831 L 248.993,-88.831' fill='none'/%3E%3Cpath d='M 220.324,-100.706 L 223.968,-97.062 M 241.565,-79.465 L 244.074,-76.956' fill='none'/%3E%3Cpath d='M 232.199,-105.625 L 232.198,-100.866 M 232.198,-76.022 L 232.199,-72.037' fill='none'/%3E%3Cpath d='M 244.074,-100.706 L 241.161,-97.796 M 223.595,-80.23 L 220.324,-76.956' fill='none'/%3E%3C/g%3E%3Cellipse rx='8.761' ry='8.761' transform='translate(232.91 -88.463) rotate(135)' stroke-width='1.817' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_4' fill='%23ffffff' stroke-linejoin='miter' stroke='none' stroke-width='0.207'%3E%3Cpath d='M 230.871,-91.164 L 230.871,-91.164 Z M 230.871,-90.628 C 230.939,-90.725 230.974,-90.841 230.967,-90.955 C 230.843,-90.863 230.877,-90.628 230.877,-90.628 Z M 231.485,-90.483 C 231.442,-90.543 231.401,-90.606 231.366,-90.667 C 231.336,-90.628 231.334,-90.574 231.364,-90.529 C 231.392,-90.49 231.443,-90.471 231.49,-90.483 Z M 230.781,-89.761 L 230.781,-89.761 Z M 231.94,-89.638 C 231.94,-89.638 232.076,-89.761 232.044,-89.887 C 232.047,-89.887 231.919,-89.761 231.947,-89.638 Z M 218.333,-89.597 L 218.333,-89.597 Z M 231.878,-89.345 C 231.906,-89.386 231.907,-89.439 231.881,-89.48 C 231.856,-89.521 231.81,-89.542 231.761,-89.535 C 231.803,-89.474 231.84,-89.412 231.874,-89.345 Z M 229.064,-89.306 C 229.1,-89.412 229.154,-89.509 229.233,-89.587 C 229.213,-89.681 229.151,-89.759 229.064,-89.801 Z M 231.469,-89.064 C 231.483,-89.134 231.518,-89.196 231.568,-89.245 C 231.609,-89.345 231.181,-89.142 231.475,-89.075 Z M 232.031,-89.02 C 232.109,-89.155 232.143,-89.312 232.131,-89.468 C 232.015,-89.352 231.98,-89.174 232.044,-89.02 Z M 232.975,-88.737 C 232.975,-88.832 232.922,-88.919 232.842,-88.969 C 232.839,-88.874 232.888,-88.789 232.966,-88.737 Z M 231.849,-88.772 C 231.886,-88.917 231.886,-89.066 231.849,-89.212 C 231.74,-89.212 231.709,-89.132 231.62,-89.035 C 231.531,-88.942 231.84,-88.932 231.874,-88.772 Z M 230.078,-88.648 C 230.147,-88.695 230.222,-88.733 230.302,-88.754 C 230.115,-88.971 229.958,-89.212 229.836,-89.468 C 229.857,-89.179 229.945,-88.894 230.099,-88.648 Z M 229.88,-88.648 C 229.837,-88.707 229.799,-88.769 229.762,-88.832 C 229.741,-88.793 229.745,-88.737 229.775,-88.702 C 229.808,-88.665 229.859,-88.649 229.904,-88.665 Z M 228.84,-88.648 L 228.84,-88.648 Z M 232.893,-88.466 C 232.735,-88.644 232.65,-88.868 232.644,-89.104 C 232.644,-89.306 232.87,-89.436 233.145,-89.542 C 233.061,-89.74 232.809,-89.825 232.679,-90.01 C 232.644,-89.887 232.679,-89.836 232.607,-89.761 C 232.549,-89.836 232.566,-89.97 232.522,-90.132 C 232.481,-89.998 232.469,-89.854 232.481,-89.712 C 232.481,-89.503 232.319,-89.494 232.234,-89.29 C 232.351,-89.29 232.491,-89.364 232.566,-89.29 C 232.45,-89.223 232.384,-89.095 232.396,-88.963 C 232.396,-88.754 232.644,-88.918 232.644,-88.716 C 232.644,-88.512 232.644,-88.58 232.503,-88.671 C 232.503,-88.603 232.711,-88.48 232.915,-88.512 Z M 231.283,-88.466 C 231.377,-88.558 231.351,-88.794 231.248,-88.794 C 231.174,-88.716 231.203,-88.48 231.304,-88.512 Z M 230.614,-88.466 C 230.617,-88.604 230.654,-88.737 230.712,-88.86 C 230.712,-88.86 230.565,-88.86 230.511,-88.794 C 230.462,-88.867 230.472,-88.918 230.432,-89.001 C 230.42,-88.815 230.495,-88.633 230.637,-88.512 Z M 233.546,-88.298 C 233.686,-88.371 233.806,-88.476 233.901,-88.603 C 233.782,-88.624 233.661,-88.624 233.546,-88.603 Z M 233.021,-88.257 L 233.021,-88.257 Z M 232.188,-88.09 L 232.188,-88.09 Z M 231.418,-88.057 C 231.526,-88.123 231.572,-88.256 231.535,-88.376 C 231.443,-88.309 231.403,-88.185 231.438,-88.073 Z M 231.928,-87.966 C 232.005,-88.156 231.969,-88.371 231.84,-88.528 C 231.837,-88.342 231.875,-88.155 231.952,-87.983 Z M 233.118,-87.926 L 233.118,-88.214 C 233.017,-88.136 233.09,-88.028 233.141,-87.95 Z M 233.984,-87.763 L 233.984,-87.763 Z M 232.021,-87.763 L 232.021,-87.763 Z M 216.193,-87.723 C 216.3,-87.792 216.35,-87.924 216.312,-88.048 C 216.221,-87.975 216.182,-87.853 216.215,-87.743 Z M 216.699,-87.64 C 216.818,-87.704 216.949,-87.739 217.082,-87.743 C 217.004,-87.945 216.902,-87.798 216.6,-87.955 C 216.661,-87.866 216.705,-87.763 216.724,-87.657 Z M 216.324,-87.233 C 216.324,-87.348 216.223,-87.392 216.324,-87.442 C 216.324,-87.442 216.385,-87.442 216.172,-87.545 C 216.205,-87.562 216.234,-87.239 216.346,-87.25 Z M 233.021,-87.147 C 233.135,-87.233 233.141,-87.332 233.021,-87.471 C 232.975,-87.431 232.954,-87.373 232.957,-87.311 C 232.961,-87.25 232.994,-87.197 233.044,-87.162 Z M 231.969,-87.377 L 231.645,-87.257 C 231.788,-87.239 231.914,-87.184 231.993,-87.386 Z M 218.089,-87.167 C 218.036,-87.25 217.994,-87.337 217.967,-87.432 C 217.928,-87.348 217.849,-87.202 217.765,-86.998 C 217.906,-86.993 217.99,-87.162 218.114,-87.184 Z M 219.89,-85.479 C 220.115,-85.516 220.312,-85.636 220.455,-85.813 C 220.511,-85.74 220.663,-85.604 220.651,-85.66 C 221.06,-85.759 221.461,-85.881 221.855,-86.025 C 222.155,-86.119 222.438,-86.248 222.706,-86.414 C 223.83,-87.167 224.523,-88.558 225.897,-88.665 C 226.072,-88.665 226.1,-88.894 226.307,-88.894 C 226.517,-88.894 226.222,-88.725 226.436,-88.725 C 226.651,-88.725 226.353,-88.894 226.563,-88.894 C 226.771,-88.894 226.887,-88.722 227.055,-88.698 C 227.395,-88.648 227.809,-88.586 228.225,-88.534 C 228.394,-88.534 228.57,-88.4 228.733,-88.418 C 228.806,-88.418 228.94,-88.232 229.154,-88.232 C 229.269,-88.232 229.822,-87.916 230.23,-88.069 C 230.292,-87.995 230.28,-87.945 230.292,-87.747 C 230.41,-87.747 230.438,-87.833 230.483,-87.905 C 230.521,-87.87 230.552,-87.826 230.573,-87.781 C 230.617,-87.86 230.534,-87.905 230.743,-87.905 C 230.952,-87.905 230.867,-87.86 230.894,-87.743 C 231.024,-87.833 230.996,-88.069 231.203,-88.069 C 231.411,-88.069 231.203,-87.905 231.411,-87.905 C 231.62,-87.905 231.526,-88.079 231.587,-88.155 C 231.726,-88.073 231.802,-87.833 231.952,-87.698 C 231.849,-87.609 231.716,-87.564 231.58,-87.573 C 231.366,-87.573 231.411,-87.821 231.294,-87.804 C 231.352,-87.594 231.384,-87.383 231.388,-87.167 C 231.778,-87.337 231.726,-86.908 232.167,-86.908 C 232.373,-86.908 232.254,-87.079 232.328,-87.096 C 232.404,-87.11 232.514,-87.096 232.549,-87.14 C 232.581,-87.184 232.549,-87.229 232.503,-87.14 C 232.384,-87.359 232.503,-87.233 232.234,-87.527 L 232.234,-88.05 L 232.514,-87.812 C 232.514,-87.926 232.442,-87.955 232.369,-88.023 L 232.369,-88.243 L 232.503,-88.381 C 232.639,-88.232 232.734,-87.973 232.959,-87.916 C 232.887,-87.872 232.835,-87.916 232.711,-87.86 C 232.777,-87.762 232.863,-87.673 232.959,-87.599 C 232.816,-87.551 232.802,-87.213 232.549,-86.956 L 232.549,-86.662 C 232.717,-86.55 232.913,-86.489 233.112,-86.482 C 233.319,-86.482 233.309,-86.662 233.366,-86.729 C 233.416,-86.662 233.45,-86.482 233.366,-86.442 C 233.45,-86.397 233.528,-86.316 233.635,-86.323 C 233.649,-86.393 233.686,-86.459 233.736,-86.508 C 233.736,-86.605 233.574,-86.891 233.366,-86.891 C 233.156,-86.891 233.33,-86.802 233.281,-86.729 L 233.151,-86.87 L 233.151,-87.833 C 233.309,-87.976 233.484,-88.073 233.521,-88.214 C 233.521,-88.007 233.856,-87.785 233.661,-87.494 C 233.832,-87.499 233.993,-87.562 234.12,-87.676 C 234.209,-87.979 234.365,-88.257 234.576,-88.496 C 234.53,-88.644 234.261,-88.973 234.304,-89.285 C 234.169,-89.192 234.062,-89.364 233.989,-89.412 C 234.062,-89.468 234.113,-89.453 234.236,-89.48 C 234.062,-89.688 234.055,-90.044 233.776,-90.2 C 233.667,-90.105 233.661,-89.846 233.607,-89.703 C 233.562,-89.774 233.489,-89.829 233.476,-89.935 C 233.366,-89.935 233.195,-89.783 233.129,-89.783 C 232.937,-90.026 233.048,-89.887 233.068,-90.173 C 232.975,-90.267 232.78,-90.173 232.711,-90.173 C 232.644,-90.173 232.65,-90.465 232.627,-90.589 L 232.442,-90.428 C 232.245,-90.667 232.295,-90.628 232.216,-90.91 C 232.052,-90.905 231.89,-90.924 231.733,-90.967 C 231.807,-91.017 231.856,-90.999 231.94,-91.045 C 231.687,-91.085 231.232,-91.253 231.024,-91.253 C 230.817,-91.253 230.962,-91.489 230.871,-91.546 C 230.571,-91.698 230.256,-91.822 229.932,-91.913 C 229.723,-91.913 229.737,-91.815 229.684,-91.749 C 229.629,-91.815 229.638,-91.873 229.6,-91.951 C 229.552,-91.876 229.494,-91.81 229.431,-91.749 C 229.381,-91.815 229.381,-91.839 229.469,-91.963 C 229.109,-92.075 228.553,-92.49 228.345,-92.49 C 228.137,-92.49 228.305,-92.321 228.092,-92.321 C 227.877,-92.321 228.177,-92.49 227.968,-92.49 C 227.759,-92.49 228.053,-92.321 227.846,-92.321 C 227.635,-92.321 227.782,-92.402 227.747,-92.424 C 227.48,-92.528 227.204,-92.605 226.921,-92.655 C 226.647,-92.626 226.374,-92.559 226.116,-92.46 C 225.487,-92.226 224.281,-91.062 223.633,-90.515 C 223.194,-90.196 222.719,-89.924 222.222,-89.703 C 222.148,-89.703 222.222,-89.587 222.137,-89.514 C 222.052,-89.441 221.99,-89.684 221.776,-89.684 C 221.564,-89.684 221.545,-89.587 221.466,-89.531 C 221.163,-89.463 220.708,-89.597 220.538,-89.278 C 220.455,-89.277 220.374,-89.241 220.312,-89.182 C 220.264,-89.256 220.275,-89.306 220.245,-89.43 L 220.072,-89.266 C 220.029,-89.311 220.004,-89.368 219.999,-89.43 C 219.869,-89.339 219.896,-89.352 219.687,-89.352 C 219.687,-89.352 219.558,-89.352 219.401,-89.597 C 219.285,-89.503 219.114,-89.503 219.065,-89.43 C 218.799,-89.808 218.607,-89.74 218.241,-89.815 C 217.414,-90.502 216.412,-91.405 215.547,-92.244 C 215.435,-92.147 215.263,-92.142 215.196,-92.054 C 215.006,-91.489 214.684,-90.881 214.443,-90.313 C 214.194,-89.914 213.968,-89.501 213.768,-89.075 C 213.768,-88.563 214.894,-87.651 215.055,-87.5 C 215.702,-87.003 216.372,-86.54 217.066,-86.116 C 217.138,-86.146 217.223,-86.146 217.299,-86.116 C 217.53,-85.908 217.812,-85.764 218.118,-85.699 C 218.327,-85.699 218.445,-85.89 218.512,-86.034 L 218.731,-86.034 C 218.799,-85.956 218.783,-85.908 218.81,-85.782 L 218.998,-85.947 C 219.048,-85.88 219.035,-85.699 219.244,-85.699 C 219.453,-85.699 219.244,-85.794 219.33,-85.869 C 219.385,-85.794 219.367,-85.744 219.385,-85.631 C 219.583,-85.594 219.707,-85.507 219.915,-85.507 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_5' stroke-width='1.5'%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 197.246,-86.947 L 198.563,-87.588' fill='none'/%3E%3Cpath d='M 187.747,-94.876 L 189.186,-91.723 M 196.134,-76.5 L 197.125,-74.33' fill='none'/%3E%3Cpath d='M 191.933,-102.118 L 192.074,-97.154 M 192.819,-71.245 L 192.939,-67.088' fill='none'/%3E%3Cpath d='M 196.413,-99.098 L 195.437,-95.546 M 189.554,-74.104 L 188.459,-70.108' fill='none'/%3E%3C/g%3E%3Cellipse rx='7.842' ry='3.776' transform='translate(192.706 -84.345) rotate(105.335) skewX(-50.1355)' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_7' fill='%23ffffff' stroke-linejoin='miter' stroke='none'%3E%3Cpath d='M 191.882,-86.799 L 191.882,-86.799 Z M 191.897,-86.24 C 191.919,-86.354 191.928,-86.482 191.922,-86.598 C 191.881,-86.481 191.898,-86.242 191.898,-86.242 Z M 192.125,-86.199 C 192.11,-86.255 192.091,-86.312 192.077,-86.37 C 192.067,-86.324 192.068,-86.265 192.08,-86.225 C 192.091,-86.189 192.111,-86.178 192.127,-86.199 Z M 191.891,-85.319 L 191.891,-85.319 Z M 192.317,-85.399 C 192.317,-85.399 192.363,-85.551 192.347,-85.678 C 192.349,-85.677 192.305,-85.522 192.319,-85.401 Z M 187.353,-82.938 L 187.353,-82.938 Z M 192.303,-85.08 C 192.312,-85.129 192.312,-85.185 192.301,-85.223 C 192.289,-85.263 192.273,-85.275 192.255,-85.26 C 192.272,-85.203 192.288,-85.146 192.301,-85.08 Z M 191.278,-84.541 C 191.288,-84.657 191.305,-84.768 191.331,-84.864 C 191.321,-84.957 191.296,-85.03 191.263,-85.06 Z M 192.161,-84.715 C 192.166,-84.79 192.176,-84.862 192.193,-84.923 C 192.206,-85.034 192.055,-84.745 192.164,-84.728 Z M 192.368,-84.77 C 192.393,-84.924 192.401,-85.095 192.392,-85.255 C 192.353,-85.114 192.345,-84.922 192.373,-84.772 Z M 192.721,-84.642 C 192.719,-84.741 192.697,-84.825 192.666,-84.86 C 192.668,-84.761 192.688,-84.681 192.719,-84.641 Z M 192.31,-84.479 C 192.319,-84.636 192.315,-84.79 192.297,-84.939 C 192.257,-84.919 192.248,-84.83 192.217,-84.712 C 192.189,-84.6 192.302,-84.645 192.319,-84.484 Z M 191.667,-84.034 C 191.692,-84.096 191.718,-84.148 191.747,-84.185 C 191.671,-84.376 191.608,-84.602 191.555,-84.847 C 191.571,-84.55 191.612,-84.267 191.675,-84.038 Z M 191.595,-84 C 191.578,-84.052 191.563,-84.111 191.546,-84.17 C 191.54,-84.128 191.543,-84.069 191.554,-84.037 C 191.569,-84.005 191.588,-83.996 191.603,-84.022 Z M 191.216,-83.814 L 191.216,-83.814 Z M 192.701,-84.346 C 192.637,-84.503 192.6,-84.721 192.59,-84.968 C 192.584,-85.177 192.663,-85.354 192.759,-85.513 C 192.723,-85.704 192.629,-85.748 192.575,-85.918 C 192.567,-85.783 192.58,-85.734 192.557,-85.646 C 192.533,-85.712 192.535,-85.855 192.514,-86.017 C 192.504,-85.869 192.504,-85.717 192.512,-85.571 C 192.519,-85.353 192.459,-85.316 192.435,-85.089 C 192.477,-85.109 192.525,-85.211 192.556,-85.147 C 192.515,-85.057 192.496,-84.91 192.503,-84.777 C 192.51,-84.559 192.596,-84.772 192.602,-84.561 C 192.607,-84.349 192.607,-84.419 192.552,-84.489 C 192.553,-84.418 192.634,-84.329 192.707,-84.396 Z M 192.112,-84.059 C 192.144,-84.171 192.128,-84.414 192.09,-84.395 C 192.066,-84.3 192.083,-84.057 192.118,-84.111 Z M 191.869,-83.938 C 191.866,-84.083 191.876,-84.231 191.893,-84.369 C 191.893,-84.369 191.838,-84.343 191.821,-84.264 C 191.801,-84.331 191.803,-84.386 191.785,-84.466 C 191.787,-84.271 191.82,-84.092 191.876,-83.991 Z M 192.943,-84.286 C 192.992,-84.388 193.033,-84.519 193.063,-84.669 C 193.02,-84.669 192.976,-84.645 192.934,-84.604 Z M 192.753,-84.15 L 192.753,-84.15 Z M 192.454,-83.826 L 192.454,-83.826 Z M 192.173,-83.657 C 192.212,-83.745 192.223,-83.892 192.207,-84.01 C 192.175,-83.923 192.166,-83.788 192.181,-83.677 Z M 192.362,-83.653 C 192.385,-83.864 192.366,-84.081 192.313,-84.222 C 192.318,-84.029 192.339,-83.84 192.372,-83.674 Z M 192.798,-83.823 L 192.789,-84.122 C 192.755,-84.022 192.785,-83.926 192.806,-83.85 Z M 193.118,-83.807 L 193.118,-83.807 Z M 192.402,-83.457 L 192.402,-83.457 Z M 186.629,-80.602 C 186.666,-80.694 186.68,-80.838 186.662,-80.961 C 186.632,-80.869 186.62,-80.735 186.636,-80.626 Z M 186.816,-80.605 C 186.857,-80.693 186.904,-80.752 186.953,-80.782 C 186.919,-80.979 186.886,-80.806 186.771,-80.917 C 186.796,-80.833 186.815,-80.734 186.825,-80.628 Z M 186.691,-80.113 C 186.688,-80.234 186.65,-80.262 186.685,-80.332 C 186.685,-80.332 186.707,-80.344 186.626,-80.413 C 186.638,-80.435 186.659,-80.102 186.7,-80.135 Z M 192.787,-82.993 C 192.826,-83.102 192.825,-83.205 192.777,-83.329 C 192.76,-83.28 192.756,-83.216 192.758,-83.152 C 192.761,-83.089 192.774,-83.041 192.793,-83.012 Z M 192.396,-83.046 L 192.282,-82.862 C 192.334,-82.87 192.38,-82.835 192.404,-83.06 Z M 187.338,-80.359 C 187.316,-80.435 187.298,-80.52 187.285,-80.615 C 187.273,-80.519 187.249,-80.351 187.225,-80.123 C 187.276,-80.143 187.302,-80.336 187.347,-80.381 Z M 188.045,-78.918 C 188.126,-78.997 188.194,-79.16 188.242,-79.368 C 188.264,-79.302 188.323,-79.185 188.318,-79.243 C 188.464,-79.418 188.607,-79.616 188.746,-79.836 C 188.853,-79.99 188.953,-80.175 189.045,-80.394 C 189.432,-81.379 189.644,-82.953 190.142,-83.308 C 190.205,-83.34 190.209,-83.584 190.284,-83.621 C 190.362,-83.659 190.259,-83.43 190.336,-83.467 C 190.416,-83.504 190.301,-83.628 190.378,-83.666 C 190.454,-83.703 190.501,-83.544 190.563,-83.549 C 190.688,-83.558 190.842,-83.566 190.994,-83.587 C 191.056,-83.616 191.125,-83.508 191.183,-83.557 C 191.21,-83.568 191.265,-83.398 191.343,-83.436 C 191.385,-83.458 191.597,-83.226 191.741,-83.458 C 191.765,-83.392 191.763,-83.337 191.774,-83.132 C 191.816,-83.154 191.823,-83.249 191.837,-83.332 C 191.852,-83.301 191.865,-83.263 191.875,-83.218 C 191.887,-83.308 191.856,-83.341 191.932,-83.378 C 192.009,-83.415 191.979,-83.354 191.993,-83.235 C 192.037,-83.352 192.019,-83.594 192.095,-83.632 C 192.172,-83.668 192.1,-83.458 192.177,-83.497 C 192.253,-83.534 192.213,-83.699 192.233,-83.789 C 192.286,-83.729 192.32,-83.491 192.379,-83.378 C 192.345,-83.266 192.297,-83.197 192.248,-83.18 C 192.17,-83.142 192.179,-83.409 192.136,-83.37 C 192.164,-83.162 192.182,-82.947 192.189,-82.722 C 192.327,-82.97 192.321,-82.513 192.483,-82.591 C 192.558,-82.627 192.509,-82.785 192.535,-82.815 C 192.562,-82.845 192.602,-82.85 192.614,-82.902 C 192.624,-82.953 192.612,-82.994 192.598,-82.892 C 192.547,-83.1 192.595,-82.992 192.488,-83.248 L 192.472,-83.794 L 192.581,-83.596 C 192.578,-83.715 192.551,-83.732 192.523,-83.791 L 192.515,-84.019 L 192.56,-84.187 C 192.614,-84.056 192.657,-83.803 192.74,-83.782 C 192.715,-83.724 192.695,-83.761 192.652,-83.682 C 192.678,-83.59 192.713,-83.513 192.751,-83.452 C 192.699,-83.378 192.704,-83.023 192.619,-82.71 L 192.629,-82.404 C 192.693,-82.316 192.767,-82.286 192.839,-82.315 C 192.915,-82.352 192.906,-82.537 192.925,-82.616 C 192.945,-82.557 192.962,-82.375 192.933,-82.318 C 192.966,-82.287 192.996,-82.215 193.035,-82.242 C 193.038,-82.317 193.05,-82.393 193.066,-82.453 C 193.063,-82.554 192.995,-82.824 192.919,-82.785 C 192.843,-82.749 192.91,-82.687 192.894,-82.604 L 192.842,-82.728 L 192.814,-83.73 C 192.865,-83.908 192.928,-84.042 192.936,-84.194 C 192.943,-83.979 193.072,-83.804 193.008,-83.469 C 193.072,-83.502 193.128,-83.597 193.171,-83.739 C 193.195,-84.07 193.244,-84.389 193.313,-84.674 C 193.292,-84.821 193.184,-85.118 193.19,-85.451 C 193.143,-85.331 193.099,-85.49 193.072,-85.527 C 193.097,-85.598 193.116,-85.591 193.159,-85.64 C 193.089,-85.828 193.076,-86.197 192.97,-86.311 C 192.932,-86.192 192.939,-85.92 192.923,-85.763 C 192.905,-85.827 192.876,-85.873 192.869,-85.982 C 192.828,-85.96 192.771,-85.772 192.747,-85.76 C 192.669,-85.981 192.714,-85.855 192.712,-86.156 C 192.676,-86.238 192.608,-86.103 192.583,-86.093 C 192.558,-86.08 192.551,-86.385 192.539,-86.514 L 192.476,-86.311 C 192.399,-86.524 192.418,-86.493 192.38,-86.774 C 192.321,-86.739 192.261,-86.729 192.201,-86.748 C 192.227,-86.814 192.245,-86.803 192.275,-86.865 C 192.183,-86.863 192.01,-86.956 191.934,-86.922 C 191.859,-86.883 191.905,-87.156 191.87,-87.198 C 191.756,-87.303 191.637,-87.376 191.517,-87.414 C 191.44,-87.376 191.449,-87.277 191.431,-87.199 C 191.409,-87.259 191.411,-87.319 191.394,-87.395 C 191.379,-87.307 191.359,-87.229 191.338,-87.154 C 191.319,-87.214 191.317,-87.238 191.346,-87.384 C 191.211,-87.437 190.996,-87.771 190.92,-87.734 C 190.845,-87.695 190.91,-87.551 190.832,-87.513 C 190.755,-87.476 190.859,-87.704 190.782,-87.666 C 190.706,-87.627 190.819,-87.504 190.743,-87.467 C 190.666,-87.433 190.717,-87.543 190.703,-87.559 C 190.603,-87.618 190.499,-87.651 190.395,-87.654 C 190.295,-87.573 190.2,-87.454 190.107,-87.307 C 189.885,-86.95 189.481,-85.522 189.261,-84.834 C 189.109,-84.426 188.944,-84.058 188.77,-83.738 C 188.744,-83.724 188.773,-83.617 188.744,-83.527 C 188.716,-83.434 188.685,-83.678 188.607,-83.638 C 188.529,-83.6 188.526,-83.496 188.499,-83.425 C 188.39,-83.3 188.221,-83.359 188.169,-82.995 C 188.138,-82.979 188.11,-82.929 188.088,-82.856 C 188.07,-82.925 188.07,-82.978 188.057,-83.103 L 187.998,-82.9 C 187.981,-82.941 187.97,-82.995 187.967,-83.058 C 187.922,-82.942 187.931,-82.958 187.855,-82.92 C 187.855,-82.92 187.808,-82.898 187.744,-83.126 C 187.704,-83.008 187.641,-82.976 187.627,-82.893 C 187.517,-83.241 187.45,-83.134 187.314,-83.148 C 186.991,-83.718 186.598,-84.482 186.258,-85.202 C 186.22,-85.082 186.158,-85.044 186.137,-84.941 C 186.082,-84.318 185.984,-83.626 185.913,-82.992 C 185.834,-82.532 185.764,-82.061 185.704,-81.583 C 185.719,-81.046 186.159,-80.295 186.221,-80.166 C 186.472,-79.764 186.73,-79.4 186.997,-79.081 C 187.021,-79.125 187.053,-79.141 187.081,-79.122 C 187.171,-78.946 187.279,-78.848 187.393,-78.833 C 187.469,-78.87 187.506,-79.089 187.526,-79.25 L 187.606,-79.291 C 187.633,-79.222 187.629,-79.17 187.642,-79.042 L 187.706,-79.246 C 187.726,-79.188 187.726,-78.995 187.803,-79.033 C 187.88,-79.071 187.8,-79.133 187.83,-79.227 C 187.851,-79.157 187.847,-79.101 187.857,-78.987 C 187.93,-78.983 187.978,-78.913 188.054,-78.951 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_8' stroke-width='0.885'%3E%3Cg id='Group_9' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 232.302,-54.094 L 235.497,-53.973' fill='none'/%3E%3Cpath d='M 213.707,-56.505 L 215.83,-55.902 M 226.078,-52.986 L 227.538,-52.571' fill='none'/%3E%3Cpath d='M 225.715,-56.754 L 224.271,-56.127 M 216.738,-52.848 L 215.531,-52.322' fill='none'/%3E%3Cpath d='M 234.742,-55.705 L 231.279,-55.42 M 210.394,-53.692 L 206.503,-53.37' fill='none'/%3E%3C/g%3E%3Cellipse rx='7.391' ry='1.32' transform='translate(221.141 -54.466) rotate(175.274) skewX(69.3849)' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_10' fill='%23ffffff' stroke-linejoin='miter' stroke='none'%3E%3Cpath d='M 220.154,-54.89 L 220.154,-54.89 Z M 219.991,-54.82 C 220.081,-54.83 220.147,-54.844 220.174,-54.86 C 220.039,-54.852 219.995,-54.82 219.995,-54.82 Z M 220.492,-54.78 C 220.472,-54.79 220.454,-54.799 220.442,-54.809 C 220.403,-54.804 220.387,-54.798 220.397,-54.79 C 220.411,-54.784 220.451,-54.78 220.496,-54.78 Z M 219.65,-54.709 L 219.65,-54.709 Z M 220.639,-54.653 C 220.639,-54.653 220.796,-54.665 220.806,-54.683 C 220.807,-54.683 220.657,-54.67 220.645,-54.653 Z M 208.574,-55.106 L 208.574,-55.106 Z M 220.494,-54.616 C 220.531,-54.621 220.549,-54.629 220.538,-54.634 C 220.528,-54.641 220.494,-54.644 220.448,-54.645 C 220.467,-54.636 220.48,-54.627 220.489,-54.616 Z M 217.99,-54.706 C 218.054,-54.719 218.132,-54.73 218.226,-54.738 C 218.235,-54.751 218.204,-54.763 218.139,-54.771 Z M 220.048,-54.593 C 220.08,-54.602 220.131,-54.609 220.189,-54.613 C 220.255,-54.626 219.815,-54.613 220.056,-54.595 Z M 220.531,-54.569 C 220.641,-54.584 220.719,-54.604 220.755,-54.624 C 220.617,-54.613 220.533,-54.591 220.543,-54.568 Z M 221.282,-54.499 C 221.31,-54.512 221.29,-54.525 221.233,-54.535 C 221.203,-54.522 221.219,-54.509 221.274,-54.5 Z M 220.295,-54.542 C 220.372,-54.56 220.417,-54.58 220.428,-54.6 C 220.332,-54.604 220.28,-54.594 220.173,-54.584 C 220.065,-54.575 220.335,-54.563 220.316,-54.541 Z M 218.688,-54.585 C 218.765,-54.59 218.841,-54.591 218.921,-54.592 C 218.821,-54.627 218.754,-54.664 218.722,-54.701 C 218.653,-54.662 218.645,-54.622 218.707,-54.584 Z M 218.512,-54.591 C 218.494,-54.601 218.478,-54.611 218.464,-54.621 C 218.434,-54.616 218.42,-54.608 218.438,-54.603 C 218.454,-54.597 218.494,-54.592 218.539,-54.593 Z M 217.591,-54.627 L 217.591,-54.627 Z M 221.127,-54.467 C 221.041,-54.496 221.034,-54.528 221.099,-54.559 C 221.161,-54.586 221.4,-54.595 221.676,-54.6 C 221.661,-54.629 221.464,-54.649 221.405,-54.677 C 221.337,-54.662 221.353,-54.654 221.267,-54.647 C 221.237,-54.659 221.294,-54.676 221.304,-54.699 C 221.225,-54.683 221.172,-54.664 221.14,-54.645 C 221.077,-54.617 220.93,-54.622 220.791,-54.598 C 220.896,-54.593 221.042,-54.598 221.086,-54.586 C 220.964,-54.582 220.867,-54.567 220.836,-54.549 C 220.775,-54.521 221.044,-54.535 220.982,-54.507 C 220.919,-54.481 220.94,-54.49 220.844,-54.506 C 220.822,-54.498 220.971,-54.475 221.16,-54.472 Z M 219.701,-54.521 C 219.812,-54.53 219.86,-54.562 219.769,-54.565 C 219.68,-54.557 219.635,-54.525 219.733,-54.526 Z M 219.108,-54.544 C 219.153,-54.561 219.226,-54.578 219.316,-54.592 C 219.316,-54.592 219.185,-54.598 219.116,-54.59 C 219.096,-54.601 219.12,-54.607 219.11,-54.621 C 219.042,-54.596 219.054,-54.569 219.142,-54.548 Z M 221.654,-54.422 C 221.8,-54.427 221.938,-54.437 222.061,-54.451 C 221.96,-54.457 221.853,-54.461 221.746,-54.462 Z M 221.176,-54.435 L 221.176,-54.435 Z M 220.389,-54.441 L 220.389,-54.441 Z M 219.696,-54.462 C 219.811,-54.467 219.894,-54.483 219.897,-54.5 C 219.794,-54.494 219.72,-54.48 219.719,-54.464 Z M 220.12,-54.433 C 220.247,-54.456 220.28,-54.485 220.213,-54.51 C 220.155,-54.486 220.131,-54.46 220.146,-54.434 Z M 221.162,-54.388 L 221.25,-54.426 C 221.136,-54.419 221.169,-54.402 221.19,-54.39 Z M 221.88,-54.337 L 221.88,-54.337 Z M 220.142,-54.403 L 220.142,-54.403 Z M 206.11,-54.93 C 206.227,-54.936 206.311,-54.952 206.314,-54.97 C 206.212,-54.963 206.14,-54.948 206.136,-54.933 Z M 206.534,-54.903 C 206.658,-54.907 206.785,-54.907 206.905,-54.904 C 206.896,-54.933 206.76,-54.916 206.542,-54.948 C 206.57,-54.935 206.576,-54.919 206.561,-54.905 Z M 206.078,-54.862 C 206.114,-54.877 206.037,-54.887 206.142,-54.89 C 206.142,-54.89 206.196,-54.888 206.037,-54.908 C 206.072,-54.909 206.001,-54.866 206.103,-54.864 Z M 220.84,-54.288 C 220.968,-54.296 221.003,-54.308 220.938,-54.33 C 220.886,-54.327 220.85,-54.321 220.834,-54.313 C 220.819,-54.304 220.831,-54.296 220.864,-54.289 Z M 219.978,-54.353 L 219.655,-54.349 C 219.776,-54.342 219.87,-54.33 220.003,-54.354 Z M 207.62,-54.793 C 207.6,-54.806 207.589,-54.82 207.593,-54.833 C 207.535,-54.823 207.42,-54.806 207.283,-54.783 C 207.407,-54.777 207.531,-54.796 207.648,-54.795 Z M 208.704,-54.51 C 208.914,-54.507 209.126,-54.517 209.307,-54.536 C 209.334,-54.524 209.428,-54.501 209.433,-54.509 C 209.826,-54.508 210.219,-54.511 210.61,-54.516 C 210.903,-54.518 211.193,-54.526 211.481,-54.539 C 212.705,-54.6 213.741,-54.76 214.991,-54.729 C 215.146,-54.722 215.239,-54.752 215.423,-54.744 C 215.608,-54.737 215.297,-54.726 215.486,-54.718 C 215.677,-54.711 215.464,-54.743 215.649,-54.736 C 215.834,-54.729 215.884,-54.702 216.026,-54.693 C 216.312,-54.675 216.661,-54.653 217.014,-54.633 C 217.162,-54.627 217.277,-54.604 217.428,-54.6 C 217.492,-54.598 217.555,-54.569 217.744,-54.561 C 217.846,-54.558 218.241,-54.498 218.646,-54.504 C 218.679,-54.491 218.654,-54.485 218.604,-54.459 C 218.708,-54.455 218.76,-54.466 218.823,-54.474 C 218.845,-54.467 218.859,-54.461 218.864,-54.454 C 218.929,-54.464 218.867,-54.472 219.053,-54.465 C 219.238,-54.458 219.15,-54.455 219.137,-54.439 C 219.278,-54.446 219.326,-54.478 219.508,-54.471 C 219.692,-54.464 219.459,-54.45 219.644,-54.443 C 219.828,-54.436 219.798,-54.461 219.875,-54.469 C 219.974,-54.454 219.967,-54.42 220.06,-54.397 C 219.943,-54.389 219.811,-54.388 219.692,-54.393 C 219.503,-54.4 219.619,-54.431 219.508,-54.433 C 219.498,-54.403 219.461,-54.375 219.399,-54.345 C 219.797,-54.355 219.621,-54.3 220.01,-54.285 C 220.193,-54.278 220.14,-54.305 220.212,-54.305 C 220.283,-54.304 220.377,-54.298 220.42,-54.303 C 220.462,-54.308 220.447,-54.314 220.378,-54.305 C 220.339,-54.337 220.407,-54.317 220.259,-54.365 L 220.417,-54.434 L 220.593,-54.393 C 220.626,-54.408 220.572,-54.414 220.528,-54.426 L 220.595,-54.455 L 220.756,-54.468 C 220.831,-54.444 220.837,-54.407 221.02,-54.392 C 220.941,-54.388 220.91,-54.396 220.783,-54.393 C 220.811,-54.378 220.86,-54.363 220.922,-54.35 C 220.78,-54.348 220.667,-54.305 220.364,-54.279 L 220.274,-54.24 C 220.39,-54.22 220.544,-54.205 220.719,-54.198 C 220.902,-54.191 220.947,-54.214 221.019,-54.221 C 221.042,-54.211 221.019,-54.186 220.932,-54.183 C 220.992,-54.175 221.037,-54.161 221.134,-54.159 C 221.168,-54.168 221.219,-54.175 221.279,-54.18 C 221.309,-54.192 221.251,-54.236 221.067,-54.243 C 220.881,-54.25 221.009,-54.232 220.943,-54.224 L 220.872,-54.247 L 221.163,-54.375 C 221.346,-54.388 221.53,-54.395 221.606,-54.412 C 221.543,-54.384 221.772,-54.344 221.512,-54.313 C 221.665,-54.307 221.827,-54.31 221.974,-54.321 C 222.145,-54.358 222.368,-54.39 222.627,-54.414 C 222.632,-54.435 222.492,-54.487 222.625,-54.528 C 222.478,-54.52 222.434,-54.545 222.384,-54.554 C 222.465,-54.56 222.507,-54.556 222.624,-54.555 C 222.533,-54.589 222.634,-54.636 222.435,-54.666 C 222.31,-54.657 222.226,-54.623 222.134,-54.606 C 222.115,-54.617 222.068,-54.627 222.089,-54.641 C 221.99,-54.644 221.793,-54.629 221.735,-54.632 C 221.639,-54.671 221.695,-54.649 221.8,-54.686 C 221.745,-54.702 221.545,-54.696 221.483,-54.698 C 221.424,-54.7 221.519,-54.738 221.535,-54.756 L 221.323,-54.741 C 221.22,-54.779 221.251,-54.772 221.268,-54.812 C 221.121,-54.816 220.984,-54.824 220.857,-54.836 C 220.938,-54.839 220.977,-54.836 221.065,-54.839 C 220.852,-54.852 220.502,-54.89 220.317,-54.898 C 220.133,-54.905 220.333,-54.93 220.269,-54.941 C 220.05,-54.971 219.809,-54.998 219.55,-55.021 C 219.365,-55.029 219.348,-55.015 219.28,-55.007 C 219.252,-55.019 219.276,-55.026 219.267,-55.037 C 219.202,-55.029 219.13,-55.022 219.056,-55.016 C 219.031,-55.027 219.039,-55.03 219.155,-55.044 C 218.87,-55.07 218.503,-55.144 218.318,-55.151 C 218.134,-55.158 218.232,-55.129 218.043,-55.137 C 217.854,-55.144 218.169,-55.156 217.985,-55.163 C 217.799,-55.17 218.01,-55.138 217.826,-55.145 C 217.64,-55.152 217.794,-55.158 217.77,-55.162 C 217.564,-55.184 217.343,-55.205 217.107,-55.221 C 216.857,-55.226 216.594,-55.227 216.336,-55.221 C 215.708,-55.213 214.287,-55.099 213.546,-55.049 C 213.061,-55.021 212.557,-55.001 212.05,-54.989 C 211.985,-54.991 212.017,-54.975 211.918,-54.967 C 211.821,-54.96 211.839,-54.994 211.649,-55.001 C 211.462,-55.008 211.417,-54.997 211.33,-54.992 C 211.039,-54.993 210.678,-55.026 210.429,-54.99 C 210.356,-54.992 210.272,-54.99 210.202,-54.985 C 210.181,-54.996 210.206,-55.002 210.217,-55.02 L 210.014,-55.005 C 209.99,-55.012 209.984,-55.02 209.998,-55.028 C 209.856,-55.02 209.883,-55.021 209.698,-55.028 C 209.698,-55.028 209.584,-55.032 209.52,-55.07 C 209.39,-55.062 209.238,-55.067 209.171,-55.059 C 209.05,-55.118 208.859,-55.115 208.559,-55.138 C 208.034,-55.257 207.42,-55.409 206.909,-55.549 C 206.781,-55.541 206.626,-55.545 206.542,-55.536 C 206.201,-55.468 205.731,-55.398 205.346,-55.331 C 205.005,-55.288 204.679,-55.241 204.372,-55.191 C 204.218,-55.124 204.939,-54.966 205.035,-54.94 C 205.457,-54.852 205.912,-54.769 206.396,-54.69 C 206.47,-54.691 206.545,-54.689 206.603,-54.682 C 206.744,-54.646 206.952,-54.618 207.201,-54.599 C 207.386,-54.592 207.549,-54.613 207.651,-54.629 L 207.845,-54.622 C 207.883,-54.61 207.853,-54.604 207.841,-54.587 L 208.057,-54.602 C 208.08,-54.591 208.014,-54.568 208.198,-54.561 C 208.384,-54.554 208.229,-54.574 208.328,-54.581 C 208.353,-54.569 208.32,-54.562 208.304,-54.547 C 208.467,-54.536 208.551,-54.521 208.735,-54.514 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_11'%3E%3Cpath d='M 253.705,-56.619 L 253.222,-56.484 L 253.222,-56.301 L 253.705,-56.443 L 253.705,-56.619 Z' stroke='none' fill='%23d28900' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_12' stroke-linejoin='round' stroke-linecap='round' stroke='%231a1a18' stroke-width='1'%3E%3Cg id='Group_13'%3E%3Cpath d='M 254.262,-55.295 L 252.777,-63.22 C 252.537,-64.441 253.298,-65.562 254.507,-65.561 L 272.426,-65.561 C 273.635,-65.562 274.264,-64.441 273.879,-63.22 L 271.459,-55.295 C 271.203,-54.48 270.3,-53.881 269.419,-53.88 L 256.134,-53.88 C 255.253,-53.881 254.421,-54.48 254.262,-55.295 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 253.979,-59.278 L 272.271,-59.263' fill='none'/%3E%3Cpath d='M 258.767,-54.33 L 257.781,-65.399' fill='none'/%3E%3Cpath d='M 267.249,-54.33 L 269.044,-65.399' fill='none'/%3E%3Cpath d='M 263.38,-54.33 L 263.38,-65.399' fill='none'/%3E%3C/g%3E%3Cg id='Group_14' stroke-linejoin='round' stroke-linecap='round' stroke='%231a1a18' stroke-width='1'%3E%3Cpath d='M 269.742,-51.872 L 275.074,-51.872' fill='none'/%3E%3Cpath d='M 272.408,-54.538 L 272.408,-49.206' fill='none'/%3E%3C/g%3E%3Cg id='Group_15' stroke-linejoin='round' stroke-linecap='round' stroke='%231a1a18' stroke-width='1'%3E%3Cpath d='M 260.88,-53.88 L 260.988,-53.561 L 259.143,-52.525 L 261.04,-51.588 L 260.467,-49.552 L 262.47,-50.23 L 263.506,-48.386 L 264.442,-50.282 L 266.479,-49.71 L 265.801,-51.713 L 267.645,-52.748 L 265.749,-53.685 L 265.803,-53.88 L 260.88,-53.88 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 262.247,-53.764 C 261.614,-53.149 261.6,-52.135 262.215,-51.502 C 262.829,-50.869 263.843,-50.854 264.476,-51.469 C 265.109,-52.084 265.124,-53.098 264.509,-53.731 C 264.456,-53.786 264.4,-53.835 264.342,-53.88 L 262.38,-53.88 C 262.334,-53.845 262.289,-53.806 262.247,-53.764 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-solarpartnerpreis-plus--not-hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='158.883 18.914 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='232.667' cy='-84.297' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efad33'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='189.544' cy='-84.298' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23ba8f3e'/%3E%3Cstop offset='1' stop-color='%23dc991c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.002 0.001)'%3E%3Cstop offset='0' stop-color='%23e1a32f'/%3E%3Cstop offset='1' stop-color='%23eead32'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 0 0.002)'%3E%3Cstop offset='0' stop-color='%23bc8215'/%3E%3Cstop offset='1' stop-color='%23ce952a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(230.074 -58.113)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='221.244' cy='-47.883' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0ad31'/%3E%3Cstop offset='1' stop-color='%23e6b251'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(201.954 -84.886) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23eca727'/%3E%3Cstop offset='1' stop-color='%23ec9b00'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(194.446 -112.09) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cpath d='M 205.723,-122.891 L 255.416,-117.764 L 255.24,-117.164 L 205.636,-122.013 L 205.723,-122.891 Z' stroke='none' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 202.2,-59.721 L 259.311,-56.888 L 258.802,-117.138 L 202.346,-122.991 L 202.2,-59.721 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 202.2,-59.721 L 182.295,-53.068 L 182.288,-52.952 L 182.227,-52.933 L 182.227,-53.045 L 182.582,-109.429 L 202.346,-122.991 L 202.2,-59.721 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(232.633 -107.979) rotate(-174.349) skewX(24.1597)' stroke='none' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(192.359 -104.575) rotate(152.901) skewX(-6.03605)' stroke='none' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 255.496,-56.618 L 255.497,-57.077 L 205.4,-59.562 L 205.4,-59.268 L 205.206,-59.134 L 255.496,-56.618 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 233.996,-50.509 L 259.312,-56.591 L 255.872,-56.729 L 255.511,-56.622 L 205.259,-59.171 L 205.4,-59.268 L 202.2,-59.407 L 182.247,-52.836 L 233.996,-50.509 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 182.288,-52.952 L 202.199,-59.53 L 202.2,-59.721 L 182.289,-53.066 L 182.288,-52.952 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.199,-59.53 L 182.243,-52.937 L 182.245,-52.836 L 202.2,-59.407 L 202.199,-59.53 Z' stroke='none' fill='%23d28900' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.214,-122.899 L 202.08,-59.681 L 202.194,-59.721 L 202.344,-59.713 L 202.477,-122.978 L 202.346,-122.991 L 202.214,-122.899 Z' stroke='none' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 205.4,-59.562 L 205.4,-59.386 L 202.199,-59.53 L 202.2,-59.721 L 205.4,-59.562 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.199,-59.53 L 202.199,-59.53 L 202.2,-59.407 L 205.4,-59.263 L 205.4,-59.386 L 202.199,-59.53 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.346,-123.268 L 202.346,-123.268 L 202.346,-123.145 L 205.732,-122.793 L 205.723,-122.91 L 202.346,-123.268 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 205.698,-122.795 L 205.699,-122.643 L 202.346,-122.991 L 202.347,-123.143 L 205.698,-122.795 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.346,-123.268 L 182.634,-109.756 L 182.633,-109.634 L 202.346,-123.145 L 202.346,-123.268 Z' stroke='none' fill='%23c17e00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.346,-123.145 L 182.67,-109.641 L 182.67,-109.488 L 202.346,-122.991 L 202.346,-123.145 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.416,-117.764 L 255.416,-117.764 L 255.418,-117.64 L 258.681,-117.302 L 258.681,-117.418 L 255.416,-117.764 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 258.509,-117.32 L 258.511,-117.168 L 255.158,-117.516 L 255.417,-117.64 L 258.509,-117.32 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.417,-117.64 L 255.157,-117.516 L 255.158,-117.633 L 255.416,-117.764 L 255.417,-117.64 Z' stroke='none' fill='%23c17e00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 182.507,-97.522 C 165.067,-99.852 153.731,-103.872 161.423,-116.202 C 164.481,-121.854 173.782,-122.223 178.919,-122.815 C 188.224,-123.106 194.548,-123.248 202.346,-123.268 L 182.581,-109.752 L 182.507,-97.522 Z' stroke='none' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(244.832 -39.008) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 244.832,-39.008 L 283.333,-39.008 L 283.333,-77.509 L 244.832,-77.509 L 244.832,-39.008 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 268.794,-40.642 C 278.237,-43.532 283.55,-53.529 280.661,-62.973 C 277.774,-72.416 267.778,-77.73 258.332,-74.843 C 248.888,-71.957 243.573,-61.96 246.459,-52.516 C 249.347,-43.069 259.347,-37.753 268.794,-40.642' stroke='none' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(221.109 -81.138) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group_3' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='2.106'%3E%3Cpath d='M 245.385,-88.831 L 248.993,-88.831' fill='none'/%3E%3Cpath d='M 220.324,-100.706 L 223.968,-97.062 M 241.565,-79.465 L 244.074,-76.956' fill='none'/%3E%3Cpath d='M 232.199,-105.625 L 232.198,-100.866 M 232.198,-76.022 L 232.199,-72.037' fill='none'/%3E%3Cpath d='M 244.074,-100.706 L 241.161,-97.796 M 223.595,-80.23 L 220.324,-76.956' fill='none'/%3E%3C/g%3E%3Cellipse rx='8.761' ry='8.761' transform='translate(232.91 -88.463) rotate(135)' stroke-width='1.817' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_4' fill='%23ffffff' stroke-linejoin='miter' stroke='none' stroke-width='0.207'%3E%3Cpath d='M 230.871,-91.164 L 230.871,-91.164 Z M 230.871,-90.628 C 230.939,-90.725 230.974,-90.841 230.967,-90.955 C 230.843,-90.863 230.877,-90.628 230.877,-90.628 Z M 231.485,-90.483 C 231.442,-90.543 231.401,-90.606 231.366,-90.667 C 231.336,-90.628 231.334,-90.574 231.364,-90.529 C 231.392,-90.49 231.443,-90.471 231.49,-90.483 Z M 230.781,-89.761 L 230.781,-89.761 Z M 231.94,-89.638 C 231.94,-89.638 232.076,-89.761 232.044,-89.887 C 232.047,-89.887 231.919,-89.761 231.947,-89.638 Z M 218.333,-89.597 L 218.333,-89.597 Z M 231.878,-89.345 C 231.906,-89.386 231.907,-89.439 231.881,-89.48 C 231.856,-89.521 231.81,-89.542 231.761,-89.535 C 231.803,-89.474 231.84,-89.412 231.874,-89.345 Z M 229.064,-89.306 C 229.1,-89.412 229.154,-89.509 229.233,-89.587 C 229.213,-89.681 229.151,-89.759 229.064,-89.801 Z M 231.469,-89.064 C 231.483,-89.134 231.518,-89.196 231.568,-89.245 C 231.609,-89.345 231.181,-89.142 231.475,-89.075 Z M 232.031,-89.02 C 232.109,-89.155 232.143,-89.312 232.131,-89.468 C 232.015,-89.352 231.98,-89.174 232.044,-89.02 Z M 232.975,-88.737 C 232.975,-88.832 232.922,-88.919 232.842,-88.969 C 232.839,-88.874 232.888,-88.789 232.966,-88.737 Z M 231.849,-88.772 C 231.886,-88.917 231.886,-89.066 231.849,-89.212 C 231.74,-89.212 231.709,-89.132 231.62,-89.035 C 231.531,-88.942 231.84,-88.932 231.874,-88.772 Z M 230.078,-88.648 C 230.147,-88.695 230.222,-88.733 230.302,-88.754 C 230.115,-88.971 229.958,-89.212 229.836,-89.468 C 229.857,-89.179 229.945,-88.894 230.099,-88.648 Z M 229.88,-88.648 C 229.837,-88.707 229.799,-88.769 229.762,-88.832 C 229.741,-88.793 229.745,-88.737 229.775,-88.702 C 229.808,-88.665 229.859,-88.649 229.904,-88.665 Z M 228.84,-88.648 L 228.84,-88.648 Z M 232.893,-88.466 C 232.735,-88.644 232.65,-88.868 232.644,-89.104 C 232.644,-89.306 232.87,-89.436 233.145,-89.542 C 233.061,-89.74 232.809,-89.825 232.679,-90.01 C 232.644,-89.887 232.679,-89.836 232.607,-89.761 C 232.549,-89.836 232.566,-89.97 232.522,-90.132 C 232.481,-89.998 232.469,-89.854 232.481,-89.712 C 232.481,-89.503 232.319,-89.494 232.234,-89.29 C 232.351,-89.29 232.491,-89.364 232.566,-89.29 C 232.45,-89.223 232.384,-89.095 232.396,-88.963 C 232.396,-88.754 232.644,-88.918 232.644,-88.716 C 232.644,-88.512 232.644,-88.58 232.503,-88.671 C 232.503,-88.603 232.711,-88.48 232.915,-88.512 Z M 231.283,-88.466 C 231.377,-88.558 231.351,-88.794 231.248,-88.794 C 231.174,-88.716 231.203,-88.48 231.304,-88.512 Z M 230.614,-88.466 C 230.617,-88.604 230.654,-88.737 230.712,-88.86 C 230.712,-88.86 230.565,-88.86 230.511,-88.794 C 230.462,-88.867 230.472,-88.918 230.432,-89.001 C 230.42,-88.815 230.495,-88.633 230.637,-88.512 Z M 233.546,-88.298 C 233.686,-88.371 233.806,-88.476 233.901,-88.603 C 233.782,-88.624 233.661,-88.624 233.546,-88.603 Z M 233.021,-88.257 L 233.021,-88.257 Z M 232.188,-88.09 L 232.188,-88.09 Z M 231.418,-88.057 C 231.526,-88.123 231.572,-88.256 231.535,-88.376 C 231.443,-88.309 231.403,-88.185 231.438,-88.073 Z M 231.928,-87.966 C 232.005,-88.156 231.969,-88.371 231.84,-88.528 C 231.837,-88.342 231.875,-88.155 231.952,-87.983 Z M 233.118,-87.926 L 233.118,-88.214 C 233.017,-88.136 233.09,-88.028 233.141,-87.95 Z M 233.984,-87.763 L 233.984,-87.763 Z M 232.021,-87.763 L 232.021,-87.763 Z M 216.193,-87.723 C 216.3,-87.792 216.35,-87.924 216.312,-88.048 C 216.221,-87.975 216.182,-87.853 216.215,-87.743 Z M 216.699,-87.64 C 216.818,-87.704 216.949,-87.739 217.082,-87.743 C 217.004,-87.945 216.902,-87.798 216.6,-87.955 C 216.661,-87.866 216.705,-87.763 216.724,-87.657 Z M 216.324,-87.233 C 216.324,-87.348 216.223,-87.392 216.324,-87.442 C 216.324,-87.442 216.385,-87.442 216.172,-87.545 C 216.205,-87.562 216.234,-87.239 216.346,-87.25 Z M 233.021,-87.147 C 233.135,-87.233 233.141,-87.332 233.021,-87.471 C 232.975,-87.431 232.954,-87.373 232.957,-87.311 C 232.961,-87.25 232.994,-87.197 233.044,-87.162 Z M 231.969,-87.377 L 231.645,-87.257 C 231.788,-87.239 231.914,-87.184 231.993,-87.386 Z M 218.089,-87.167 C 218.036,-87.25 217.994,-87.337 217.967,-87.432 C 217.928,-87.348 217.849,-87.202 217.765,-86.998 C 217.906,-86.993 217.99,-87.162 218.114,-87.184 Z M 219.89,-85.479 C 220.115,-85.516 220.312,-85.636 220.455,-85.813 C 220.511,-85.74 220.663,-85.604 220.651,-85.66 C 221.06,-85.759 221.461,-85.881 221.855,-86.025 C 222.155,-86.119 222.438,-86.248 222.706,-86.414 C 223.83,-87.167 224.523,-88.558 225.897,-88.665 C 226.072,-88.665 226.1,-88.894 226.307,-88.894 C 226.517,-88.894 226.222,-88.725 226.436,-88.725 C 226.651,-88.725 226.353,-88.894 226.563,-88.894 C 226.771,-88.894 226.887,-88.722 227.055,-88.698 C 227.395,-88.648 227.809,-88.586 228.225,-88.534 C 228.394,-88.534 228.57,-88.4 228.733,-88.418 C 228.806,-88.418 228.94,-88.232 229.154,-88.232 C 229.269,-88.232 229.822,-87.916 230.23,-88.069 C 230.292,-87.995 230.28,-87.945 230.292,-87.747 C 230.41,-87.747 230.438,-87.833 230.483,-87.905 C 230.521,-87.87 230.552,-87.826 230.573,-87.781 C 230.617,-87.86 230.534,-87.905 230.743,-87.905 C 230.952,-87.905 230.867,-87.86 230.894,-87.743 C 231.024,-87.833 230.996,-88.069 231.203,-88.069 C 231.411,-88.069 231.203,-87.905 231.411,-87.905 C 231.62,-87.905 231.526,-88.079 231.587,-88.155 C 231.726,-88.073 231.802,-87.833 231.952,-87.698 C 231.849,-87.609 231.716,-87.564 231.58,-87.573 C 231.366,-87.573 231.411,-87.821 231.294,-87.804 C 231.352,-87.594 231.384,-87.383 231.388,-87.167 C 231.778,-87.337 231.726,-86.908 232.167,-86.908 C 232.373,-86.908 232.254,-87.079 232.328,-87.096 C 232.404,-87.11 232.514,-87.096 232.549,-87.14 C 232.581,-87.184 232.549,-87.229 232.503,-87.14 C 232.384,-87.359 232.503,-87.233 232.234,-87.527 L 232.234,-88.05 L 232.514,-87.812 C 232.514,-87.926 232.442,-87.955 232.369,-88.023 L 232.369,-88.243 L 232.503,-88.381 C 232.639,-88.232 232.734,-87.973 232.959,-87.916 C 232.887,-87.872 232.835,-87.916 232.711,-87.86 C 232.777,-87.762 232.863,-87.673 232.959,-87.599 C 232.816,-87.551 232.802,-87.213 232.549,-86.956 L 232.549,-86.662 C 232.717,-86.55 232.913,-86.489 233.112,-86.482 C 233.319,-86.482 233.309,-86.662 233.366,-86.729 C 233.416,-86.662 233.45,-86.482 233.366,-86.442 C 233.45,-86.397 233.528,-86.316 233.635,-86.323 C 233.649,-86.393 233.686,-86.459 233.736,-86.508 C 233.736,-86.605 233.574,-86.891 233.366,-86.891 C 233.156,-86.891 233.33,-86.802 233.281,-86.729 L 233.151,-86.87 L 233.151,-87.833 C 233.309,-87.976 233.484,-88.073 233.521,-88.214 C 233.521,-88.007 233.856,-87.785 233.661,-87.494 C 233.832,-87.499 233.993,-87.562 234.12,-87.676 C 234.209,-87.979 234.365,-88.257 234.576,-88.496 C 234.53,-88.644 234.261,-88.973 234.304,-89.285 C 234.169,-89.192 234.062,-89.364 233.989,-89.412 C 234.062,-89.468 234.113,-89.453 234.236,-89.48 C 234.062,-89.688 234.055,-90.044 233.776,-90.2 C 233.667,-90.105 233.661,-89.846 233.607,-89.703 C 233.562,-89.774 233.489,-89.829 233.476,-89.935 C 233.366,-89.935 233.195,-89.783 233.129,-89.783 C 232.937,-90.026 233.048,-89.887 233.068,-90.173 C 232.975,-90.267 232.78,-90.173 232.711,-90.173 C 232.644,-90.173 232.65,-90.465 232.627,-90.589 L 232.442,-90.428 C 232.245,-90.667 232.295,-90.628 232.216,-90.91 C 232.052,-90.905 231.89,-90.924 231.733,-90.967 C 231.807,-91.017 231.856,-90.999 231.94,-91.045 C 231.687,-91.085 231.232,-91.253 231.024,-91.253 C 230.817,-91.253 230.962,-91.489 230.871,-91.546 C 230.571,-91.698 230.256,-91.822 229.932,-91.913 C 229.723,-91.913 229.737,-91.815 229.684,-91.749 C 229.629,-91.815 229.638,-91.873 229.6,-91.951 C 229.552,-91.876 229.494,-91.81 229.431,-91.749 C 229.381,-91.815 229.381,-91.839 229.469,-91.963 C 229.109,-92.075 228.553,-92.49 228.345,-92.49 C 228.137,-92.49 228.305,-92.321 228.092,-92.321 C 227.877,-92.321 228.177,-92.49 227.968,-92.49 C 227.759,-92.49 228.053,-92.321 227.846,-92.321 C 227.635,-92.321 227.782,-92.402 227.747,-92.424 C 227.48,-92.528 227.204,-92.605 226.921,-92.655 C 226.647,-92.626 226.374,-92.559 226.116,-92.46 C 225.487,-92.226 224.281,-91.062 223.633,-90.515 C 223.194,-90.196 222.719,-89.924 222.222,-89.703 C 222.148,-89.703 222.222,-89.587 222.137,-89.514 C 222.052,-89.441 221.99,-89.684 221.776,-89.684 C 221.564,-89.684 221.545,-89.587 221.466,-89.531 C 221.163,-89.463 220.708,-89.597 220.538,-89.278 C 220.455,-89.277 220.374,-89.241 220.312,-89.182 C 220.264,-89.256 220.275,-89.306 220.245,-89.43 L 220.072,-89.266 C 220.029,-89.311 220.004,-89.368 219.999,-89.43 C 219.869,-89.339 219.896,-89.352 219.687,-89.352 C 219.687,-89.352 219.558,-89.352 219.401,-89.597 C 219.285,-89.503 219.114,-89.503 219.065,-89.43 C 218.799,-89.808 218.607,-89.74 218.241,-89.815 C 217.414,-90.502 216.412,-91.405 215.547,-92.244 C 215.435,-92.147 215.263,-92.142 215.196,-92.054 C 215.006,-91.489 214.684,-90.881 214.443,-90.313 C 214.194,-89.914 213.968,-89.501 213.768,-89.075 C 213.768,-88.563 214.894,-87.651 215.055,-87.5 C 215.702,-87.003 216.372,-86.54 217.066,-86.116 C 217.138,-86.146 217.223,-86.146 217.299,-86.116 C 217.53,-85.908 217.812,-85.764 218.118,-85.699 C 218.327,-85.699 218.445,-85.89 218.512,-86.034 L 218.731,-86.034 C 218.799,-85.956 218.783,-85.908 218.81,-85.782 L 218.998,-85.947 C 219.048,-85.88 219.035,-85.699 219.244,-85.699 C 219.453,-85.699 219.244,-85.794 219.33,-85.869 C 219.385,-85.794 219.367,-85.744 219.385,-85.631 C 219.583,-85.594 219.707,-85.507 219.915,-85.507 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_5' stroke-width='1.5'%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 197.246,-86.947 L 198.563,-87.588' fill='none'/%3E%3Cpath d='M 187.747,-94.876 L 189.186,-91.723 M 196.134,-76.5 L 197.125,-74.33' fill='none'/%3E%3Cpath d='M 191.933,-102.118 L 192.074,-97.154 M 192.819,-71.245 L 192.939,-67.088' fill='none'/%3E%3Cpath d='M 196.413,-99.098 L 195.437,-95.546 M 189.554,-74.104 L 188.459,-70.108' fill='none'/%3E%3C/g%3E%3Cellipse rx='7.842' ry='3.776' transform='translate(192.706 -84.345) rotate(105.335) skewX(-50.1355)' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_7' fill='%23ffffff' stroke-linejoin='miter' stroke='none'%3E%3Cpath d='M 191.882,-86.799 L 191.882,-86.799 Z M 191.897,-86.24 C 191.919,-86.354 191.928,-86.482 191.922,-86.598 C 191.881,-86.481 191.898,-86.242 191.898,-86.242 Z M 192.125,-86.199 C 192.11,-86.255 192.091,-86.312 192.077,-86.37 C 192.067,-86.324 192.068,-86.265 192.08,-86.225 C 192.091,-86.189 192.111,-86.178 192.127,-86.199 Z M 191.891,-85.319 L 191.891,-85.319 Z M 192.317,-85.399 C 192.317,-85.399 192.363,-85.551 192.347,-85.678 C 192.349,-85.677 192.305,-85.522 192.319,-85.401 Z M 187.353,-82.938 L 187.353,-82.938 Z M 192.303,-85.08 C 192.312,-85.129 192.312,-85.185 192.301,-85.223 C 192.289,-85.263 192.273,-85.275 192.255,-85.26 C 192.272,-85.203 192.288,-85.146 192.301,-85.08 Z M 191.278,-84.541 C 191.288,-84.657 191.305,-84.768 191.331,-84.864 C 191.321,-84.957 191.296,-85.03 191.263,-85.06 Z M 192.161,-84.715 C 192.166,-84.79 192.176,-84.862 192.193,-84.923 C 192.206,-85.034 192.055,-84.745 192.164,-84.728 Z M 192.368,-84.77 C 192.393,-84.924 192.401,-85.095 192.392,-85.255 C 192.353,-85.114 192.345,-84.922 192.373,-84.772 Z M 192.721,-84.642 C 192.719,-84.741 192.697,-84.825 192.666,-84.86 C 192.668,-84.761 192.688,-84.681 192.719,-84.641 Z M 192.31,-84.479 C 192.319,-84.636 192.315,-84.79 192.297,-84.939 C 192.257,-84.919 192.248,-84.83 192.217,-84.712 C 192.189,-84.6 192.302,-84.645 192.319,-84.484 Z M 191.667,-84.034 C 191.692,-84.096 191.718,-84.148 191.747,-84.185 C 191.671,-84.376 191.608,-84.602 191.555,-84.847 C 191.571,-84.55 191.612,-84.267 191.675,-84.038 Z M 191.595,-84 C 191.578,-84.052 191.563,-84.111 191.546,-84.17 C 191.54,-84.128 191.543,-84.069 191.554,-84.037 C 191.569,-84.005 191.588,-83.996 191.603,-84.022 Z M 191.216,-83.814 L 191.216,-83.814 Z M 192.701,-84.346 C 192.637,-84.503 192.6,-84.721 192.59,-84.968 C 192.584,-85.177 192.663,-85.354 192.759,-85.513 C 192.723,-85.704 192.629,-85.748 192.575,-85.918 C 192.567,-85.783 192.58,-85.734 192.557,-85.646 C 192.533,-85.712 192.535,-85.855 192.514,-86.017 C 192.504,-85.869 192.504,-85.717 192.512,-85.571 C 192.519,-85.353 192.459,-85.316 192.435,-85.089 C 192.477,-85.109 192.525,-85.211 192.556,-85.147 C 192.515,-85.057 192.496,-84.91 192.503,-84.777 C 192.51,-84.559 192.596,-84.772 192.602,-84.561 C 192.607,-84.349 192.607,-84.419 192.552,-84.489 C 192.553,-84.418 192.634,-84.329 192.707,-84.396 Z M 192.112,-84.059 C 192.144,-84.171 192.128,-84.414 192.09,-84.395 C 192.066,-84.3 192.083,-84.057 192.118,-84.111 Z M 191.869,-83.938 C 191.866,-84.083 191.876,-84.231 191.893,-84.369 C 191.893,-84.369 191.838,-84.343 191.821,-84.264 C 191.801,-84.331 191.803,-84.386 191.785,-84.466 C 191.787,-84.271 191.82,-84.092 191.876,-83.991 Z M 192.943,-84.286 C 192.992,-84.388 193.033,-84.519 193.063,-84.669 C 193.02,-84.669 192.976,-84.645 192.934,-84.604 Z M 192.753,-84.15 L 192.753,-84.15 Z M 192.454,-83.826 L 192.454,-83.826 Z M 192.173,-83.657 C 192.212,-83.745 192.223,-83.892 192.207,-84.01 C 192.175,-83.923 192.166,-83.788 192.181,-83.677 Z M 192.362,-83.653 C 192.385,-83.864 192.366,-84.081 192.313,-84.222 C 192.318,-84.029 192.339,-83.84 192.372,-83.674 Z M 192.798,-83.823 L 192.789,-84.122 C 192.755,-84.022 192.785,-83.926 192.806,-83.85 Z M 193.118,-83.807 L 193.118,-83.807 Z M 192.402,-83.457 L 192.402,-83.457 Z M 186.629,-80.602 C 186.666,-80.694 186.68,-80.838 186.662,-80.961 C 186.632,-80.869 186.62,-80.735 186.636,-80.626 Z M 186.816,-80.605 C 186.857,-80.693 186.904,-80.752 186.953,-80.782 C 186.919,-80.979 186.886,-80.806 186.771,-80.917 C 186.796,-80.833 186.815,-80.734 186.825,-80.628 Z M 186.691,-80.113 C 186.688,-80.234 186.65,-80.262 186.685,-80.332 C 186.685,-80.332 186.707,-80.344 186.626,-80.413 C 186.638,-80.435 186.659,-80.102 186.7,-80.135 Z M 192.787,-82.993 C 192.826,-83.102 192.825,-83.205 192.777,-83.329 C 192.76,-83.28 192.756,-83.216 192.758,-83.152 C 192.761,-83.089 192.774,-83.041 192.793,-83.012 Z M 192.396,-83.046 L 192.282,-82.862 C 192.334,-82.87 192.38,-82.835 192.404,-83.06 Z M 187.338,-80.359 C 187.316,-80.435 187.298,-80.52 187.285,-80.615 C 187.273,-80.519 187.249,-80.351 187.225,-80.123 C 187.276,-80.143 187.302,-80.336 187.347,-80.381 Z M 188.045,-78.918 C 188.126,-78.997 188.194,-79.16 188.242,-79.368 C 188.264,-79.302 188.323,-79.185 188.318,-79.243 C 188.464,-79.418 188.607,-79.616 188.746,-79.836 C 188.853,-79.99 188.953,-80.175 189.045,-80.394 C 189.432,-81.379 189.644,-82.953 190.142,-83.308 C 190.205,-83.34 190.209,-83.584 190.284,-83.621 C 190.362,-83.659 190.259,-83.43 190.336,-83.467 C 190.416,-83.504 190.301,-83.628 190.378,-83.666 C 190.454,-83.703 190.501,-83.544 190.563,-83.549 C 190.688,-83.558 190.842,-83.566 190.994,-83.587 C 191.056,-83.616 191.125,-83.508 191.183,-83.557 C 191.21,-83.568 191.265,-83.398 191.343,-83.436 C 191.385,-83.458 191.597,-83.226 191.741,-83.458 C 191.765,-83.392 191.763,-83.337 191.774,-83.132 C 191.816,-83.154 191.823,-83.249 191.837,-83.332 C 191.852,-83.301 191.865,-83.263 191.875,-83.218 C 191.887,-83.308 191.856,-83.341 191.932,-83.378 C 192.009,-83.415 191.979,-83.354 191.993,-83.235 C 192.037,-83.352 192.019,-83.594 192.095,-83.632 C 192.172,-83.668 192.1,-83.458 192.177,-83.497 C 192.253,-83.534 192.213,-83.699 192.233,-83.789 C 192.286,-83.729 192.32,-83.491 192.379,-83.378 C 192.345,-83.266 192.297,-83.197 192.248,-83.18 C 192.17,-83.142 192.179,-83.409 192.136,-83.37 C 192.164,-83.162 192.182,-82.947 192.189,-82.722 C 192.327,-82.97 192.321,-82.513 192.483,-82.591 C 192.558,-82.627 192.509,-82.785 192.535,-82.815 C 192.562,-82.845 192.602,-82.85 192.614,-82.902 C 192.624,-82.953 192.612,-82.994 192.598,-82.892 C 192.547,-83.1 192.595,-82.992 192.488,-83.248 L 192.472,-83.794 L 192.581,-83.596 C 192.578,-83.715 192.551,-83.732 192.523,-83.791 L 192.515,-84.019 L 192.56,-84.187 C 192.614,-84.056 192.657,-83.803 192.74,-83.782 C 192.715,-83.724 192.695,-83.761 192.652,-83.682 C 192.678,-83.59 192.713,-83.513 192.751,-83.452 C 192.699,-83.378 192.704,-83.023 192.619,-82.71 L 192.629,-82.404 C 192.693,-82.316 192.767,-82.286 192.839,-82.315 C 192.915,-82.352 192.906,-82.537 192.925,-82.616 C 192.945,-82.557 192.962,-82.375 192.933,-82.318 C 192.966,-82.287 192.996,-82.215 193.035,-82.242 C 193.038,-82.317 193.05,-82.393 193.066,-82.453 C 193.063,-82.554 192.995,-82.824 192.919,-82.785 C 192.843,-82.749 192.91,-82.687 192.894,-82.604 L 192.842,-82.728 L 192.814,-83.73 C 192.865,-83.908 192.928,-84.042 192.936,-84.194 C 192.943,-83.979 193.072,-83.804 193.008,-83.469 C 193.072,-83.502 193.128,-83.597 193.171,-83.739 C 193.195,-84.07 193.244,-84.389 193.313,-84.674 C 193.292,-84.821 193.184,-85.118 193.19,-85.451 C 193.143,-85.331 193.099,-85.49 193.072,-85.527 C 193.097,-85.598 193.116,-85.591 193.159,-85.64 C 193.089,-85.828 193.076,-86.197 192.97,-86.311 C 192.932,-86.192 192.939,-85.92 192.923,-85.763 C 192.905,-85.827 192.876,-85.873 192.869,-85.982 C 192.828,-85.96 192.771,-85.772 192.747,-85.76 C 192.669,-85.981 192.714,-85.855 192.712,-86.156 C 192.676,-86.238 192.608,-86.103 192.583,-86.093 C 192.558,-86.08 192.551,-86.385 192.539,-86.514 L 192.476,-86.311 C 192.399,-86.524 192.418,-86.493 192.38,-86.774 C 192.321,-86.739 192.261,-86.729 192.201,-86.748 C 192.227,-86.814 192.245,-86.803 192.275,-86.865 C 192.183,-86.863 192.01,-86.956 191.934,-86.922 C 191.859,-86.883 191.905,-87.156 191.87,-87.198 C 191.756,-87.303 191.637,-87.376 191.517,-87.414 C 191.44,-87.376 191.449,-87.277 191.431,-87.199 C 191.409,-87.259 191.411,-87.319 191.394,-87.395 C 191.379,-87.307 191.359,-87.229 191.338,-87.154 C 191.319,-87.214 191.317,-87.238 191.346,-87.384 C 191.211,-87.437 190.996,-87.771 190.92,-87.734 C 190.845,-87.695 190.91,-87.551 190.832,-87.513 C 190.755,-87.476 190.859,-87.704 190.782,-87.666 C 190.706,-87.627 190.819,-87.504 190.743,-87.467 C 190.666,-87.433 190.717,-87.543 190.703,-87.559 C 190.603,-87.618 190.499,-87.651 190.395,-87.654 C 190.295,-87.573 190.2,-87.454 190.107,-87.307 C 189.885,-86.95 189.481,-85.522 189.261,-84.834 C 189.109,-84.426 188.944,-84.058 188.77,-83.738 C 188.744,-83.724 188.773,-83.617 188.744,-83.527 C 188.716,-83.434 188.685,-83.678 188.607,-83.638 C 188.529,-83.6 188.526,-83.496 188.499,-83.425 C 188.39,-83.3 188.221,-83.359 188.169,-82.995 C 188.138,-82.979 188.11,-82.929 188.088,-82.856 C 188.07,-82.925 188.07,-82.978 188.057,-83.103 L 187.998,-82.9 C 187.981,-82.941 187.97,-82.995 187.967,-83.058 C 187.922,-82.942 187.931,-82.958 187.855,-82.92 C 187.855,-82.92 187.808,-82.898 187.744,-83.126 C 187.704,-83.008 187.641,-82.976 187.627,-82.893 C 187.517,-83.241 187.45,-83.134 187.314,-83.148 C 186.991,-83.718 186.598,-84.482 186.258,-85.202 C 186.22,-85.082 186.158,-85.044 186.137,-84.941 C 186.082,-84.318 185.984,-83.626 185.913,-82.992 C 185.834,-82.532 185.764,-82.061 185.704,-81.583 C 185.719,-81.046 186.159,-80.295 186.221,-80.166 C 186.472,-79.764 186.73,-79.4 186.997,-79.081 C 187.021,-79.125 187.053,-79.141 187.081,-79.122 C 187.171,-78.946 187.279,-78.848 187.393,-78.833 C 187.469,-78.87 187.506,-79.089 187.526,-79.25 L 187.606,-79.291 C 187.633,-79.222 187.629,-79.17 187.642,-79.042 L 187.706,-79.246 C 187.726,-79.188 187.726,-78.995 187.803,-79.033 C 187.88,-79.071 187.8,-79.133 187.83,-79.227 C 187.851,-79.157 187.847,-79.101 187.857,-78.987 C 187.93,-78.983 187.978,-78.913 188.054,-78.951 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_8' stroke-width='0.885'%3E%3Cg id='Group_9' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 232.302,-54.094 L 235.497,-53.973' fill='none'/%3E%3Cpath d='M 213.707,-56.505 L 215.83,-55.902 M 226.078,-52.986 L 227.538,-52.571' fill='none'/%3E%3Cpath d='M 225.715,-56.754 L 224.271,-56.127 M 216.738,-52.848 L 215.531,-52.322' fill='none'/%3E%3Cpath d='M 234.742,-55.705 L 231.279,-55.42 M 210.394,-53.692 L 206.503,-53.37' fill='none'/%3E%3C/g%3E%3Cellipse rx='7.391' ry='1.32' transform='translate(221.141 -54.466) rotate(175.274) skewX(69.3849)' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_10' fill='%23ffffff' stroke-linejoin='miter' stroke='none'%3E%3Cpath d='M 220.154,-54.89 L 220.154,-54.89 Z M 219.991,-54.82 C 220.081,-54.83 220.147,-54.844 220.174,-54.86 C 220.039,-54.852 219.995,-54.82 219.995,-54.82 Z M 220.492,-54.78 C 220.472,-54.79 220.454,-54.799 220.442,-54.809 C 220.403,-54.804 220.387,-54.798 220.397,-54.79 C 220.411,-54.784 220.451,-54.78 220.496,-54.78 Z M 219.65,-54.709 L 219.65,-54.709 Z M 220.639,-54.653 C 220.639,-54.653 220.796,-54.665 220.806,-54.683 C 220.807,-54.683 220.657,-54.67 220.645,-54.653 Z M 208.574,-55.106 L 208.574,-55.106 Z M 220.494,-54.616 C 220.531,-54.621 220.549,-54.629 220.538,-54.634 C 220.528,-54.641 220.494,-54.644 220.448,-54.645 C 220.467,-54.636 220.48,-54.627 220.489,-54.616 Z M 217.99,-54.706 C 218.054,-54.719 218.132,-54.73 218.226,-54.738 C 218.235,-54.751 218.204,-54.763 218.139,-54.771 Z M 220.048,-54.593 C 220.08,-54.602 220.131,-54.609 220.189,-54.613 C 220.255,-54.626 219.815,-54.613 220.056,-54.595 Z M 220.531,-54.569 C 220.641,-54.584 220.719,-54.604 220.755,-54.624 C 220.617,-54.613 220.533,-54.591 220.543,-54.568 Z M 221.282,-54.499 C 221.31,-54.512 221.29,-54.525 221.233,-54.535 C 221.203,-54.522 221.219,-54.509 221.274,-54.5 Z M 220.295,-54.542 C 220.372,-54.56 220.417,-54.58 220.428,-54.6 C 220.332,-54.604 220.28,-54.594 220.173,-54.584 C 220.065,-54.575 220.335,-54.563 220.316,-54.541 Z M 218.688,-54.585 C 218.765,-54.59 218.841,-54.591 218.921,-54.592 C 218.821,-54.627 218.754,-54.664 218.722,-54.701 C 218.653,-54.662 218.645,-54.622 218.707,-54.584 Z M 218.512,-54.591 C 218.494,-54.601 218.478,-54.611 218.464,-54.621 C 218.434,-54.616 218.42,-54.608 218.438,-54.603 C 218.454,-54.597 218.494,-54.592 218.539,-54.593 Z M 217.591,-54.627 L 217.591,-54.627 Z M 221.127,-54.467 C 221.041,-54.496 221.034,-54.528 221.099,-54.559 C 221.161,-54.586 221.4,-54.595 221.676,-54.6 C 221.661,-54.629 221.464,-54.649 221.405,-54.677 C 221.337,-54.662 221.353,-54.654 221.267,-54.647 C 221.237,-54.659 221.294,-54.676 221.304,-54.699 C 221.225,-54.683 221.172,-54.664 221.14,-54.645 C 221.077,-54.617 220.93,-54.622 220.791,-54.598 C 220.896,-54.593 221.042,-54.598 221.086,-54.586 C 220.964,-54.582 220.867,-54.567 220.836,-54.549 C 220.775,-54.521 221.044,-54.535 220.982,-54.507 C 220.919,-54.481 220.94,-54.49 220.844,-54.506 C 220.822,-54.498 220.971,-54.475 221.16,-54.472 Z M 219.701,-54.521 C 219.812,-54.53 219.86,-54.562 219.769,-54.565 C 219.68,-54.557 219.635,-54.525 219.733,-54.526 Z M 219.108,-54.544 C 219.153,-54.561 219.226,-54.578 219.316,-54.592 C 219.316,-54.592 219.185,-54.598 219.116,-54.59 C 219.096,-54.601 219.12,-54.607 219.11,-54.621 C 219.042,-54.596 219.054,-54.569 219.142,-54.548 Z M 221.654,-54.422 C 221.8,-54.427 221.938,-54.437 222.061,-54.451 C 221.96,-54.457 221.853,-54.461 221.746,-54.462 Z M 221.176,-54.435 L 221.176,-54.435 Z M 220.389,-54.441 L 220.389,-54.441 Z M 219.696,-54.462 C 219.811,-54.467 219.894,-54.483 219.897,-54.5 C 219.794,-54.494 219.72,-54.48 219.719,-54.464 Z M 220.12,-54.433 C 220.247,-54.456 220.28,-54.485 220.213,-54.51 C 220.155,-54.486 220.131,-54.46 220.146,-54.434 Z M 221.162,-54.388 L 221.25,-54.426 C 221.136,-54.419 221.169,-54.402 221.19,-54.39 Z M 221.88,-54.337 L 221.88,-54.337 Z M 220.142,-54.403 L 220.142,-54.403 Z M 206.11,-54.93 C 206.227,-54.936 206.311,-54.952 206.314,-54.97 C 206.212,-54.963 206.14,-54.948 206.136,-54.933 Z M 206.534,-54.903 C 206.658,-54.907 206.785,-54.907 206.905,-54.904 C 206.896,-54.933 206.76,-54.916 206.542,-54.948 C 206.57,-54.935 206.576,-54.919 206.561,-54.905 Z M 206.078,-54.862 C 206.114,-54.877 206.037,-54.887 206.142,-54.89 C 206.142,-54.89 206.196,-54.888 206.037,-54.908 C 206.072,-54.909 206.001,-54.866 206.103,-54.864 Z M 220.84,-54.288 C 220.968,-54.296 221.003,-54.308 220.938,-54.33 C 220.886,-54.327 220.85,-54.321 220.834,-54.313 C 220.819,-54.304 220.831,-54.296 220.864,-54.289 Z M 219.978,-54.353 L 219.655,-54.349 C 219.776,-54.342 219.87,-54.33 220.003,-54.354 Z M 207.62,-54.793 C 207.6,-54.806 207.589,-54.82 207.593,-54.833 C 207.535,-54.823 207.42,-54.806 207.283,-54.783 C 207.407,-54.777 207.531,-54.796 207.648,-54.795 Z M 208.704,-54.51 C 208.914,-54.507 209.126,-54.517 209.307,-54.536 C 209.334,-54.524 209.428,-54.501 209.433,-54.509 C 209.826,-54.508 210.219,-54.511 210.61,-54.516 C 210.903,-54.518 211.193,-54.526 211.481,-54.539 C 212.705,-54.6 213.741,-54.76 214.991,-54.729 C 215.146,-54.722 215.239,-54.752 215.423,-54.744 C 215.608,-54.737 215.297,-54.726 215.486,-54.718 C 215.677,-54.711 215.464,-54.743 215.649,-54.736 C 215.834,-54.729 215.884,-54.702 216.026,-54.693 C 216.312,-54.675 216.661,-54.653 217.014,-54.633 C 217.162,-54.627 217.277,-54.604 217.428,-54.6 C 217.492,-54.598 217.555,-54.569 217.744,-54.561 C 217.846,-54.558 218.241,-54.498 218.646,-54.504 C 218.679,-54.491 218.654,-54.485 218.604,-54.459 C 218.708,-54.455 218.76,-54.466 218.823,-54.474 C 218.845,-54.467 218.859,-54.461 218.864,-54.454 C 218.929,-54.464 218.867,-54.472 219.053,-54.465 C 219.238,-54.458 219.15,-54.455 219.137,-54.439 C 219.278,-54.446 219.326,-54.478 219.508,-54.471 C 219.692,-54.464 219.459,-54.45 219.644,-54.443 C 219.828,-54.436 219.798,-54.461 219.875,-54.469 C 219.974,-54.454 219.967,-54.42 220.06,-54.397 C 219.943,-54.389 219.811,-54.388 219.692,-54.393 C 219.503,-54.4 219.619,-54.431 219.508,-54.433 C 219.498,-54.403 219.461,-54.375 219.399,-54.345 C 219.797,-54.355 219.621,-54.3 220.01,-54.285 C 220.193,-54.278 220.14,-54.305 220.212,-54.305 C 220.283,-54.304 220.377,-54.298 220.42,-54.303 C 220.462,-54.308 220.447,-54.314 220.378,-54.305 C 220.339,-54.337 220.407,-54.317 220.259,-54.365 L 220.417,-54.434 L 220.593,-54.393 C 220.626,-54.408 220.572,-54.414 220.528,-54.426 L 220.595,-54.455 L 220.756,-54.468 C 220.831,-54.444 220.837,-54.407 221.02,-54.392 C 220.941,-54.388 220.91,-54.396 220.783,-54.393 C 220.811,-54.378 220.86,-54.363 220.922,-54.35 C 220.78,-54.348 220.667,-54.305 220.364,-54.279 L 220.274,-54.24 C 220.39,-54.22 220.544,-54.205 220.719,-54.198 C 220.902,-54.191 220.947,-54.214 221.019,-54.221 C 221.042,-54.211 221.019,-54.186 220.932,-54.183 C 220.992,-54.175 221.037,-54.161 221.134,-54.159 C 221.168,-54.168 221.219,-54.175 221.279,-54.18 C 221.309,-54.192 221.251,-54.236 221.067,-54.243 C 220.881,-54.25 221.009,-54.232 220.943,-54.224 L 220.872,-54.247 L 221.163,-54.375 C 221.346,-54.388 221.53,-54.395 221.606,-54.412 C 221.543,-54.384 221.772,-54.344 221.512,-54.313 C 221.665,-54.307 221.827,-54.31 221.974,-54.321 C 222.145,-54.358 222.368,-54.39 222.627,-54.414 C 222.632,-54.435 222.492,-54.487 222.625,-54.528 C 222.478,-54.52 222.434,-54.545 222.384,-54.554 C 222.465,-54.56 222.507,-54.556 222.624,-54.555 C 222.533,-54.589 222.634,-54.636 222.435,-54.666 C 222.31,-54.657 222.226,-54.623 222.134,-54.606 C 222.115,-54.617 222.068,-54.627 222.089,-54.641 C 221.99,-54.644 221.793,-54.629 221.735,-54.632 C 221.639,-54.671 221.695,-54.649 221.8,-54.686 C 221.745,-54.702 221.545,-54.696 221.483,-54.698 C 221.424,-54.7 221.519,-54.738 221.535,-54.756 L 221.323,-54.741 C 221.22,-54.779 221.251,-54.772 221.268,-54.812 C 221.121,-54.816 220.984,-54.824 220.857,-54.836 C 220.938,-54.839 220.977,-54.836 221.065,-54.839 C 220.852,-54.852 220.502,-54.89 220.317,-54.898 C 220.133,-54.905 220.333,-54.93 220.269,-54.941 C 220.05,-54.971 219.809,-54.998 219.55,-55.021 C 219.365,-55.029 219.348,-55.015 219.28,-55.007 C 219.252,-55.019 219.276,-55.026 219.267,-55.037 C 219.202,-55.029 219.13,-55.022 219.056,-55.016 C 219.031,-55.027 219.039,-55.03 219.155,-55.044 C 218.87,-55.07 218.503,-55.144 218.318,-55.151 C 218.134,-55.158 218.232,-55.129 218.043,-55.137 C 217.854,-55.144 218.169,-55.156 217.985,-55.163 C 217.799,-55.17 218.01,-55.138 217.826,-55.145 C 217.64,-55.152 217.794,-55.158 217.77,-55.162 C 217.564,-55.184 217.343,-55.205 217.107,-55.221 C 216.857,-55.226 216.594,-55.227 216.336,-55.221 C 215.708,-55.213 214.287,-55.099 213.546,-55.049 C 213.061,-55.021 212.557,-55.001 212.05,-54.989 C 211.985,-54.991 212.017,-54.975 211.918,-54.967 C 211.821,-54.96 211.839,-54.994 211.649,-55.001 C 211.462,-55.008 211.417,-54.997 211.33,-54.992 C 211.039,-54.993 210.678,-55.026 210.429,-54.99 C 210.356,-54.992 210.272,-54.99 210.202,-54.985 C 210.181,-54.996 210.206,-55.002 210.217,-55.02 L 210.014,-55.005 C 209.99,-55.012 209.984,-55.02 209.998,-55.028 C 209.856,-55.02 209.883,-55.021 209.698,-55.028 C 209.698,-55.028 209.584,-55.032 209.52,-55.07 C 209.39,-55.062 209.238,-55.067 209.171,-55.059 C 209.05,-55.118 208.859,-55.115 208.559,-55.138 C 208.034,-55.257 207.42,-55.409 206.909,-55.549 C 206.781,-55.541 206.626,-55.545 206.542,-55.536 C 206.201,-55.468 205.731,-55.398 205.346,-55.331 C 205.005,-55.288 204.679,-55.241 204.372,-55.191 C 204.218,-55.124 204.939,-54.966 205.035,-54.94 C 205.457,-54.852 205.912,-54.769 206.396,-54.69 C 206.47,-54.691 206.545,-54.689 206.603,-54.682 C 206.744,-54.646 206.952,-54.618 207.201,-54.599 C 207.386,-54.592 207.549,-54.613 207.651,-54.629 L 207.845,-54.622 C 207.883,-54.61 207.853,-54.604 207.841,-54.587 L 208.057,-54.602 C 208.08,-54.591 208.014,-54.568 208.198,-54.561 C 208.384,-54.554 208.229,-54.574 208.328,-54.581 C 208.353,-54.569 208.32,-54.562 208.304,-54.547 C 208.467,-54.536 208.551,-54.521 208.735,-54.514 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_11'%3E%3Cpath d='M 253.705,-56.619 L 253.222,-56.484 L 253.222,-56.301 L 253.705,-56.443 L 253.705,-56.619 Z' stroke='none' fill='%23d28900' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_12' stroke-linejoin='round' stroke-linecap='round' stroke='%231a1a18' stroke-width='1'%3E%3Cg id='Group_13'%3E%3Cpath d='M 254.262,-55.295 L 252.777,-63.22 C 252.537,-64.441 253.298,-65.562 254.507,-65.561 L 272.426,-65.561 C 273.635,-65.562 274.264,-64.441 273.879,-63.22 L 271.459,-55.295 C 271.203,-54.48 270.3,-53.881 269.419,-53.88 L 256.134,-53.88 C 255.253,-53.881 254.421,-54.48 254.262,-55.295 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 253.979,-59.278 L 272.271,-59.263' fill='none'/%3E%3Cpath d='M 258.767,-54.33 L 257.781,-65.399' fill='none'/%3E%3Cpath d='M 267.249,-54.33 L 269.044,-65.399' fill='none'/%3E%3Cpath d='M 263.38,-54.33 L 263.38,-65.399' fill='none'/%3E%3C/g%3E%3Cg id='Group_14' stroke-linejoin='round' stroke-linecap='round' stroke='%231a1a18' stroke-width='1'%3E%3Cpath d='M 269.742,-51.872 L 275.074,-51.872' fill='none'/%3E%3Cpath d='M 272.408,-54.538 L 272.408,-49.206' fill='none'/%3E%3C/g%3E%3Cg id='Group_15' stroke-linejoin='round' stroke-linecap='round' stroke='%231a1a18' stroke-width='1'%3E%3Cpath d='M 260.88,-53.88 L 260.988,-53.561 L 259.143,-52.525 L 261.04,-51.588 L 260.467,-49.552 L 262.47,-50.23 L 263.506,-48.386 L 264.442,-50.282 L 266.479,-49.71 L 265.801,-51.713 L 267.645,-52.748 L 265.749,-53.685 L 265.803,-53.88 L 260.88,-53.88 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 262.247,-53.764 C 261.614,-53.149 261.6,-52.135 262.215,-51.502 C 262.829,-50.869 263.843,-50.854 264.476,-51.469 C 265.109,-52.084 265.124,-53.098 264.509,-53.731 C 264.456,-53.786 264.4,-53.835 264.342,-53.88 L 262.38,-53.88 C 262.334,-53.845 262.289,-53.806 262.247,-53.764 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-solarpartnerpreis-plus--hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='158.883 18.914 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='232.667' cy='-84.297' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efad33'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='189.544' cy='-84.298' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23ba8f3e'/%3E%3Cstop offset='1' stop-color='%23dc991c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.002 0.001)'%3E%3Cstop offset='0' stop-color='%23e1a32f'/%3E%3Cstop offset='1' stop-color='%23eead32'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 0 0.002)'%3E%3Cstop offset='0' stop-color='%23bc8215'/%3E%3Cstop offset='1' stop-color='%23ce952a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(230.074 -58.113)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='221.244' cy='-47.883' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0ad31'/%3E%3Cstop offset='1' stop-color='%23e6b251'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(201.954 -84.886) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23eca727'/%3E%3Cstop offset='1' stop-color='%23ec9b00'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(194.446 -112.09) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cpath d='M 205.723,-122.891 L 255.416,-117.764 L 255.24,-117.164 L 205.636,-122.013 L 205.723,-122.891 Z' stroke='none' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 202.2,-59.721 L 259.311,-56.888 L 258.802,-117.138 L 202.346,-122.991 L 202.2,-59.721 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 202.2,-59.721 L 182.295,-53.068 L 182.288,-52.952 L 182.227,-52.933 L 182.227,-53.045 L 182.582,-109.429 L 202.346,-122.991 L 202.2,-59.721 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(232.633 -107.979) rotate(-174.349) skewX(24.1597)' stroke='none' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(192.359 -104.575) rotate(152.901) skewX(-6.03605)' stroke='none' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 255.496,-56.618 L 255.497,-57.077 L 205.4,-59.562 L 205.4,-59.268 L 205.206,-59.134 L 255.496,-56.618 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 233.996,-50.509 L 259.312,-56.591 L 255.872,-56.729 L 255.511,-56.622 L 205.259,-59.171 L 205.4,-59.268 L 202.2,-59.407 L 182.247,-52.836 L 233.996,-50.509 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 182.288,-52.952 L 202.199,-59.53 L 202.2,-59.721 L 182.289,-53.066 L 182.288,-52.952 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.199,-59.53 L 182.243,-52.937 L 182.245,-52.836 L 202.2,-59.407 L 202.199,-59.53 Z' stroke='none' fill='%23d28900' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.214,-122.899 L 202.08,-59.681 L 202.194,-59.721 L 202.344,-59.713 L 202.477,-122.978 L 202.346,-122.991 L 202.214,-122.899 Z' stroke='none' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 205.4,-59.562 L 205.4,-59.386 L 202.199,-59.53 L 202.2,-59.721 L 205.4,-59.562 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.199,-59.53 L 202.199,-59.53 L 202.2,-59.407 L 205.4,-59.263 L 205.4,-59.386 L 202.199,-59.53 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.346,-123.268 L 202.346,-123.268 L 202.346,-123.145 L 205.732,-122.793 L 205.723,-122.91 L 202.346,-123.268 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 205.698,-122.795 L 205.699,-122.643 L 202.346,-122.991 L 202.347,-123.143 L 205.698,-122.795 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.346,-123.268 L 182.634,-109.756 L 182.633,-109.634 L 202.346,-123.145 L 202.346,-123.268 Z' stroke='none' fill='%23c17e00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 202.346,-123.145 L 182.67,-109.641 L 182.67,-109.488 L 202.346,-122.991 L 202.346,-123.145 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.416,-117.764 L 255.416,-117.764 L 255.418,-117.64 L 258.681,-117.302 L 258.681,-117.418 L 255.416,-117.764 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 258.509,-117.32 L 258.511,-117.168 L 255.158,-117.516 L 255.417,-117.64 L 258.509,-117.32 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 255.417,-117.64 L 255.157,-117.516 L 255.158,-117.633 L 255.416,-117.764 L 255.417,-117.64 Z' stroke='none' fill='%23c17e00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 182.507,-97.522 C 165.067,-99.852 153.731,-103.872 161.423,-116.202 C 164.481,-121.854 173.782,-122.223 178.919,-122.815 C 188.224,-123.106 194.548,-123.248 202.346,-123.268 L 182.581,-109.752 L 182.507,-97.522 Z' stroke='none' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(244.832 -39.008) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 244.832,-39.008 L 283.333,-39.008 L 283.333,-77.509 L 244.832,-77.509 L 244.832,-39.008 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 268.794,-40.642 C 278.237,-43.532 283.55,-53.529 280.661,-62.973 C 277.774,-72.416 267.778,-77.73 258.332,-74.843 C 248.888,-71.957 243.573,-61.96 246.459,-52.516 C 249.347,-43.069 259.347,-37.753 268.794,-40.642' stroke='none' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(221.109 -81.138) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group_3' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='2.106'%3E%3Cpath d='M 245.385,-88.831 L 248.993,-88.831' fill='none'/%3E%3Cpath d='M 220.324,-100.706 L 223.968,-97.062 M 241.565,-79.465 L 244.074,-76.956' fill='none'/%3E%3Cpath d='M 232.199,-105.625 L 232.198,-100.866 M 232.198,-76.022 L 232.199,-72.037' fill='none'/%3E%3Cpath d='M 244.074,-100.706 L 241.161,-97.796 M 223.595,-80.23 L 220.324,-76.956' fill='none'/%3E%3C/g%3E%3Cellipse rx='8.761' ry='8.761' transform='translate(232.91 -88.463) rotate(135)' stroke-width='1.817' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_4' fill='%23ffffff' stroke-linejoin='miter' stroke='none' stroke-width='0.207'%3E%3Cpath d='M 230.871,-91.164 L 230.871,-91.164 Z M 230.871,-90.628 C 230.939,-90.725 230.974,-90.841 230.967,-90.955 C 230.843,-90.863 230.877,-90.628 230.877,-90.628 Z M 231.485,-90.483 C 231.442,-90.543 231.401,-90.606 231.366,-90.667 C 231.336,-90.628 231.334,-90.574 231.364,-90.529 C 231.392,-90.49 231.443,-90.471 231.49,-90.483 Z M 230.781,-89.761 L 230.781,-89.761 Z M 231.94,-89.638 C 231.94,-89.638 232.076,-89.761 232.044,-89.887 C 232.047,-89.887 231.919,-89.761 231.947,-89.638 Z M 218.333,-89.597 L 218.333,-89.597 Z M 231.878,-89.345 C 231.906,-89.386 231.907,-89.439 231.881,-89.48 C 231.856,-89.521 231.81,-89.542 231.761,-89.535 C 231.803,-89.474 231.84,-89.412 231.874,-89.345 Z M 229.064,-89.306 C 229.1,-89.412 229.154,-89.509 229.233,-89.587 C 229.213,-89.681 229.151,-89.759 229.064,-89.801 Z M 231.469,-89.064 C 231.483,-89.134 231.518,-89.196 231.568,-89.245 C 231.609,-89.345 231.181,-89.142 231.475,-89.075 Z M 232.031,-89.02 C 232.109,-89.155 232.143,-89.312 232.131,-89.468 C 232.015,-89.352 231.98,-89.174 232.044,-89.02 Z M 232.975,-88.737 C 232.975,-88.832 232.922,-88.919 232.842,-88.969 C 232.839,-88.874 232.888,-88.789 232.966,-88.737 Z M 231.849,-88.772 C 231.886,-88.917 231.886,-89.066 231.849,-89.212 C 231.74,-89.212 231.709,-89.132 231.62,-89.035 C 231.531,-88.942 231.84,-88.932 231.874,-88.772 Z M 230.078,-88.648 C 230.147,-88.695 230.222,-88.733 230.302,-88.754 C 230.115,-88.971 229.958,-89.212 229.836,-89.468 C 229.857,-89.179 229.945,-88.894 230.099,-88.648 Z M 229.88,-88.648 C 229.837,-88.707 229.799,-88.769 229.762,-88.832 C 229.741,-88.793 229.745,-88.737 229.775,-88.702 C 229.808,-88.665 229.859,-88.649 229.904,-88.665 Z M 228.84,-88.648 L 228.84,-88.648 Z M 232.893,-88.466 C 232.735,-88.644 232.65,-88.868 232.644,-89.104 C 232.644,-89.306 232.87,-89.436 233.145,-89.542 C 233.061,-89.74 232.809,-89.825 232.679,-90.01 C 232.644,-89.887 232.679,-89.836 232.607,-89.761 C 232.549,-89.836 232.566,-89.97 232.522,-90.132 C 232.481,-89.998 232.469,-89.854 232.481,-89.712 C 232.481,-89.503 232.319,-89.494 232.234,-89.29 C 232.351,-89.29 232.491,-89.364 232.566,-89.29 C 232.45,-89.223 232.384,-89.095 232.396,-88.963 C 232.396,-88.754 232.644,-88.918 232.644,-88.716 C 232.644,-88.512 232.644,-88.58 232.503,-88.671 C 232.503,-88.603 232.711,-88.48 232.915,-88.512 Z M 231.283,-88.466 C 231.377,-88.558 231.351,-88.794 231.248,-88.794 C 231.174,-88.716 231.203,-88.48 231.304,-88.512 Z M 230.614,-88.466 C 230.617,-88.604 230.654,-88.737 230.712,-88.86 C 230.712,-88.86 230.565,-88.86 230.511,-88.794 C 230.462,-88.867 230.472,-88.918 230.432,-89.001 C 230.42,-88.815 230.495,-88.633 230.637,-88.512 Z M 233.546,-88.298 C 233.686,-88.371 233.806,-88.476 233.901,-88.603 C 233.782,-88.624 233.661,-88.624 233.546,-88.603 Z M 233.021,-88.257 L 233.021,-88.257 Z M 232.188,-88.09 L 232.188,-88.09 Z M 231.418,-88.057 C 231.526,-88.123 231.572,-88.256 231.535,-88.376 C 231.443,-88.309 231.403,-88.185 231.438,-88.073 Z M 231.928,-87.966 C 232.005,-88.156 231.969,-88.371 231.84,-88.528 C 231.837,-88.342 231.875,-88.155 231.952,-87.983 Z M 233.118,-87.926 L 233.118,-88.214 C 233.017,-88.136 233.09,-88.028 233.141,-87.95 Z M 233.984,-87.763 L 233.984,-87.763 Z M 232.021,-87.763 L 232.021,-87.763 Z M 216.193,-87.723 C 216.3,-87.792 216.35,-87.924 216.312,-88.048 C 216.221,-87.975 216.182,-87.853 216.215,-87.743 Z M 216.699,-87.64 C 216.818,-87.704 216.949,-87.739 217.082,-87.743 C 217.004,-87.945 216.902,-87.798 216.6,-87.955 C 216.661,-87.866 216.705,-87.763 216.724,-87.657 Z M 216.324,-87.233 C 216.324,-87.348 216.223,-87.392 216.324,-87.442 C 216.324,-87.442 216.385,-87.442 216.172,-87.545 C 216.205,-87.562 216.234,-87.239 216.346,-87.25 Z M 233.021,-87.147 C 233.135,-87.233 233.141,-87.332 233.021,-87.471 C 232.975,-87.431 232.954,-87.373 232.957,-87.311 C 232.961,-87.25 232.994,-87.197 233.044,-87.162 Z M 231.969,-87.377 L 231.645,-87.257 C 231.788,-87.239 231.914,-87.184 231.993,-87.386 Z M 218.089,-87.167 C 218.036,-87.25 217.994,-87.337 217.967,-87.432 C 217.928,-87.348 217.849,-87.202 217.765,-86.998 C 217.906,-86.993 217.99,-87.162 218.114,-87.184 Z M 219.89,-85.479 C 220.115,-85.516 220.312,-85.636 220.455,-85.813 C 220.511,-85.74 220.663,-85.604 220.651,-85.66 C 221.06,-85.759 221.461,-85.881 221.855,-86.025 C 222.155,-86.119 222.438,-86.248 222.706,-86.414 C 223.83,-87.167 224.523,-88.558 225.897,-88.665 C 226.072,-88.665 226.1,-88.894 226.307,-88.894 C 226.517,-88.894 226.222,-88.725 226.436,-88.725 C 226.651,-88.725 226.353,-88.894 226.563,-88.894 C 226.771,-88.894 226.887,-88.722 227.055,-88.698 C 227.395,-88.648 227.809,-88.586 228.225,-88.534 C 228.394,-88.534 228.57,-88.4 228.733,-88.418 C 228.806,-88.418 228.94,-88.232 229.154,-88.232 C 229.269,-88.232 229.822,-87.916 230.23,-88.069 C 230.292,-87.995 230.28,-87.945 230.292,-87.747 C 230.41,-87.747 230.438,-87.833 230.483,-87.905 C 230.521,-87.87 230.552,-87.826 230.573,-87.781 C 230.617,-87.86 230.534,-87.905 230.743,-87.905 C 230.952,-87.905 230.867,-87.86 230.894,-87.743 C 231.024,-87.833 230.996,-88.069 231.203,-88.069 C 231.411,-88.069 231.203,-87.905 231.411,-87.905 C 231.62,-87.905 231.526,-88.079 231.587,-88.155 C 231.726,-88.073 231.802,-87.833 231.952,-87.698 C 231.849,-87.609 231.716,-87.564 231.58,-87.573 C 231.366,-87.573 231.411,-87.821 231.294,-87.804 C 231.352,-87.594 231.384,-87.383 231.388,-87.167 C 231.778,-87.337 231.726,-86.908 232.167,-86.908 C 232.373,-86.908 232.254,-87.079 232.328,-87.096 C 232.404,-87.11 232.514,-87.096 232.549,-87.14 C 232.581,-87.184 232.549,-87.229 232.503,-87.14 C 232.384,-87.359 232.503,-87.233 232.234,-87.527 L 232.234,-88.05 L 232.514,-87.812 C 232.514,-87.926 232.442,-87.955 232.369,-88.023 L 232.369,-88.243 L 232.503,-88.381 C 232.639,-88.232 232.734,-87.973 232.959,-87.916 C 232.887,-87.872 232.835,-87.916 232.711,-87.86 C 232.777,-87.762 232.863,-87.673 232.959,-87.599 C 232.816,-87.551 232.802,-87.213 232.549,-86.956 L 232.549,-86.662 C 232.717,-86.55 232.913,-86.489 233.112,-86.482 C 233.319,-86.482 233.309,-86.662 233.366,-86.729 C 233.416,-86.662 233.45,-86.482 233.366,-86.442 C 233.45,-86.397 233.528,-86.316 233.635,-86.323 C 233.649,-86.393 233.686,-86.459 233.736,-86.508 C 233.736,-86.605 233.574,-86.891 233.366,-86.891 C 233.156,-86.891 233.33,-86.802 233.281,-86.729 L 233.151,-86.87 L 233.151,-87.833 C 233.309,-87.976 233.484,-88.073 233.521,-88.214 C 233.521,-88.007 233.856,-87.785 233.661,-87.494 C 233.832,-87.499 233.993,-87.562 234.12,-87.676 C 234.209,-87.979 234.365,-88.257 234.576,-88.496 C 234.53,-88.644 234.261,-88.973 234.304,-89.285 C 234.169,-89.192 234.062,-89.364 233.989,-89.412 C 234.062,-89.468 234.113,-89.453 234.236,-89.48 C 234.062,-89.688 234.055,-90.044 233.776,-90.2 C 233.667,-90.105 233.661,-89.846 233.607,-89.703 C 233.562,-89.774 233.489,-89.829 233.476,-89.935 C 233.366,-89.935 233.195,-89.783 233.129,-89.783 C 232.937,-90.026 233.048,-89.887 233.068,-90.173 C 232.975,-90.267 232.78,-90.173 232.711,-90.173 C 232.644,-90.173 232.65,-90.465 232.627,-90.589 L 232.442,-90.428 C 232.245,-90.667 232.295,-90.628 232.216,-90.91 C 232.052,-90.905 231.89,-90.924 231.733,-90.967 C 231.807,-91.017 231.856,-90.999 231.94,-91.045 C 231.687,-91.085 231.232,-91.253 231.024,-91.253 C 230.817,-91.253 230.962,-91.489 230.871,-91.546 C 230.571,-91.698 230.256,-91.822 229.932,-91.913 C 229.723,-91.913 229.737,-91.815 229.684,-91.749 C 229.629,-91.815 229.638,-91.873 229.6,-91.951 C 229.552,-91.876 229.494,-91.81 229.431,-91.749 C 229.381,-91.815 229.381,-91.839 229.469,-91.963 C 229.109,-92.075 228.553,-92.49 228.345,-92.49 C 228.137,-92.49 228.305,-92.321 228.092,-92.321 C 227.877,-92.321 228.177,-92.49 227.968,-92.49 C 227.759,-92.49 228.053,-92.321 227.846,-92.321 C 227.635,-92.321 227.782,-92.402 227.747,-92.424 C 227.48,-92.528 227.204,-92.605 226.921,-92.655 C 226.647,-92.626 226.374,-92.559 226.116,-92.46 C 225.487,-92.226 224.281,-91.062 223.633,-90.515 C 223.194,-90.196 222.719,-89.924 222.222,-89.703 C 222.148,-89.703 222.222,-89.587 222.137,-89.514 C 222.052,-89.441 221.99,-89.684 221.776,-89.684 C 221.564,-89.684 221.545,-89.587 221.466,-89.531 C 221.163,-89.463 220.708,-89.597 220.538,-89.278 C 220.455,-89.277 220.374,-89.241 220.312,-89.182 C 220.264,-89.256 220.275,-89.306 220.245,-89.43 L 220.072,-89.266 C 220.029,-89.311 220.004,-89.368 219.999,-89.43 C 219.869,-89.339 219.896,-89.352 219.687,-89.352 C 219.687,-89.352 219.558,-89.352 219.401,-89.597 C 219.285,-89.503 219.114,-89.503 219.065,-89.43 C 218.799,-89.808 218.607,-89.74 218.241,-89.815 C 217.414,-90.502 216.412,-91.405 215.547,-92.244 C 215.435,-92.147 215.263,-92.142 215.196,-92.054 C 215.006,-91.489 214.684,-90.881 214.443,-90.313 C 214.194,-89.914 213.968,-89.501 213.768,-89.075 C 213.768,-88.563 214.894,-87.651 215.055,-87.5 C 215.702,-87.003 216.372,-86.54 217.066,-86.116 C 217.138,-86.146 217.223,-86.146 217.299,-86.116 C 217.53,-85.908 217.812,-85.764 218.118,-85.699 C 218.327,-85.699 218.445,-85.89 218.512,-86.034 L 218.731,-86.034 C 218.799,-85.956 218.783,-85.908 218.81,-85.782 L 218.998,-85.947 C 219.048,-85.88 219.035,-85.699 219.244,-85.699 C 219.453,-85.699 219.244,-85.794 219.33,-85.869 C 219.385,-85.794 219.367,-85.744 219.385,-85.631 C 219.583,-85.594 219.707,-85.507 219.915,-85.507 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_5' stroke-width='1.5'%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 197.246,-86.947 L 198.563,-87.588' fill='none'/%3E%3Cpath d='M 187.747,-94.876 L 189.186,-91.723 M 196.134,-76.5 L 197.125,-74.33' fill='none'/%3E%3Cpath d='M 191.933,-102.118 L 192.074,-97.154 M 192.819,-71.245 L 192.939,-67.088' fill='none'/%3E%3Cpath d='M 196.413,-99.098 L 195.437,-95.546 M 189.554,-74.104 L 188.459,-70.108' fill='none'/%3E%3C/g%3E%3Cellipse rx='7.842' ry='3.776' transform='translate(192.706 -84.345) rotate(105.335) skewX(-50.1355)' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_7' fill='%23ffffff' stroke-linejoin='miter' stroke='none'%3E%3Cpath d='M 191.882,-86.799 L 191.882,-86.799 Z M 191.897,-86.24 C 191.919,-86.354 191.928,-86.482 191.922,-86.598 C 191.881,-86.481 191.898,-86.242 191.898,-86.242 Z M 192.125,-86.199 C 192.11,-86.255 192.091,-86.312 192.077,-86.37 C 192.067,-86.324 192.068,-86.265 192.08,-86.225 C 192.091,-86.189 192.111,-86.178 192.127,-86.199 Z M 191.891,-85.319 L 191.891,-85.319 Z M 192.317,-85.399 C 192.317,-85.399 192.363,-85.551 192.347,-85.678 C 192.349,-85.677 192.305,-85.522 192.319,-85.401 Z M 187.353,-82.938 L 187.353,-82.938 Z M 192.303,-85.08 C 192.312,-85.129 192.312,-85.185 192.301,-85.223 C 192.289,-85.263 192.273,-85.275 192.255,-85.26 C 192.272,-85.203 192.288,-85.146 192.301,-85.08 Z M 191.278,-84.541 C 191.288,-84.657 191.305,-84.768 191.331,-84.864 C 191.321,-84.957 191.296,-85.03 191.263,-85.06 Z M 192.161,-84.715 C 192.166,-84.79 192.176,-84.862 192.193,-84.923 C 192.206,-85.034 192.055,-84.745 192.164,-84.728 Z M 192.368,-84.77 C 192.393,-84.924 192.401,-85.095 192.392,-85.255 C 192.353,-85.114 192.345,-84.922 192.373,-84.772 Z M 192.721,-84.642 C 192.719,-84.741 192.697,-84.825 192.666,-84.86 C 192.668,-84.761 192.688,-84.681 192.719,-84.641 Z M 192.31,-84.479 C 192.319,-84.636 192.315,-84.79 192.297,-84.939 C 192.257,-84.919 192.248,-84.83 192.217,-84.712 C 192.189,-84.6 192.302,-84.645 192.319,-84.484 Z M 191.667,-84.034 C 191.692,-84.096 191.718,-84.148 191.747,-84.185 C 191.671,-84.376 191.608,-84.602 191.555,-84.847 C 191.571,-84.55 191.612,-84.267 191.675,-84.038 Z M 191.595,-84 C 191.578,-84.052 191.563,-84.111 191.546,-84.17 C 191.54,-84.128 191.543,-84.069 191.554,-84.037 C 191.569,-84.005 191.588,-83.996 191.603,-84.022 Z M 191.216,-83.814 L 191.216,-83.814 Z M 192.701,-84.346 C 192.637,-84.503 192.6,-84.721 192.59,-84.968 C 192.584,-85.177 192.663,-85.354 192.759,-85.513 C 192.723,-85.704 192.629,-85.748 192.575,-85.918 C 192.567,-85.783 192.58,-85.734 192.557,-85.646 C 192.533,-85.712 192.535,-85.855 192.514,-86.017 C 192.504,-85.869 192.504,-85.717 192.512,-85.571 C 192.519,-85.353 192.459,-85.316 192.435,-85.089 C 192.477,-85.109 192.525,-85.211 192.556,-85.147 C 192.515,-85.057 192.496,-84.91 192.503,-84.777 C 192.51,-84.559 192.596,-84.772 192.602,-84.561 C 192.607,-84.349 192.607,-84.419 192.552,-84.489 C 192.553,-84.418 192.634,-84.329 192.707,-84.396 Z M 192.112,-84.059 C 192.144,-84.171 192.128,-84.414 192.09,-84.395 C 192.066,-84.3 192.083,-84.057 192.118,-84.111 Z M 191.869,-83.938 C 191.866,-84.083 191.876,-84.231 191.893,-84.369 C 191.893,-84.369 191.838,-84.343 191.821,-84.264 C 191.801,-84.331 191.803,-84.386 191.785,-84.466 C 191.787,-84.271 191.82,-84.092 191.876,-83.991 Z M 192.943,-84.286 C 192.992,-84.388 193.033,-84.519 193.063,-84.669 C 193.02,-84.669 192.976,-84.645 192.934,-84.604 Z M 192.753,-84.15 L 192.753,-84.15 Z M 192.454,-83.826 L 192.454,-83.826 Z M 192.173,-83.657 C 192.212,-83.745 192.223,-83.892 192.207,-84.01 C 192.175,-83.923 192.166,-83.788 192.181,-83.677 Z M 192.362,-83.653 C 192.385,-83.864 192.366,-84.081 192.313,-84.222 C 192.318,-84.029 192.339,-83.84 192.372,-83.674 Z M 192.798,-83.823 L 192.789,-84.122 C 192.755,-84.022 192.785,-83.926 192.806,-83.85 Z M 193.118,-83.807 L 193.118,-83.807 Z M 192.402,-83.457 L 192.402,-83.457 Z M 186.629,-80.602 C 186.666,-80.694 186.68,-80.838 186.662,-80.961 C 186.632,-80.869 186.62,-80.735 186.636,-80.626 Z M 186.816,-80.605 C 186.857,-80.693 186.904,-80.752 186.953,-80.782 C 186.919,-80.979 186.886,-80.806 186.771,-80.917 C 186.796,-80.833 186.815,-80.734 186.825,-80.628 Z M 186.691,-80.113 C 186.688,-80.234 186.65,-80.262 186.685,-80.332 C 186.685,-80.332 186.707,-80.344 186.626,-80.413 C 186.638,-80.435 186.659,-80.102 186.7,-80.135 Z M 192.787,-82.993 C 192.826,-83.102 192.825,-83.205 192.777,-83.329 C 192.76,-83.28 192.756,-83.216 192.758,-83.152 C 192.761,-83.089 192.774,-83.041 192.793,-83.012 Z M 192.396,-83.046 L 192.282,-82.862 C 192.334,-82.87 192.38,-82.835 192.404,-83.06 Z M 187.338,-80.359 C 187.316,-80.435 187.298,-80.52 187.285,-80.615 C 187.273,-80.519 187.249,-80.351 187.225,-80.123 C 187.276,-80.143 187.302,-80.336 187.347,-80.381 Z M 188.045,-78.918 C 188.126,-78.997 188.194,-79.16 188.242,-79.368 C 188.264,-79.302 188.323,-79.185 188.318,-79.243 C 188.464,-79.418 188.607,-79.616 188.746,-79.836 C 188.853,-79.99 188.953,-80.175 189.045,-80.394 C 189.432,-81.379 189.644,-82.953 190.142,-83.308 C 190.205,-83.34 190.209,-83.584 190.284,-83.621 C 190.362,-83.659 190.259,-83.43 190.336,-83.467 C 190.416,-83.504 190.301,-83.628 190.378,-83.666 C 190.454,-83.703 190.501,-83.544 190.563,-83.549 C 190.688,-83.558 190.842,-83.566 190.994,-83.587 C 191.056,-83.616 191.125,-83.508 191.183,-83.557 C 191.21,-83.568 191.265,-83.398 191.343,-83.436 C 191.385,-83.458 191.597,-83.226 191.741,-83.458 C 191.765,-83.392 191.763,-83.337 191.774,-83.132 C 191.816,-83.154 191.823,-83.249 191.837,-83.332 C 191.852,-83.301 191.865,-83.263 191.875,-83.218 C 191.887,-83.308 191.856,-83.341 191.932,-83.378 C 192.009,-83.415 191.979,-83.354 191.993,-83.235 C 192.037,-83.352 192.019,-83.594 192.095,-83.632 C 192.172,-83.668 192.1,-83.458 192.177,-83.497 C 192.253,-83.534 192.213,-83.699 192.233,-83.789 C 192.286,-83.729 192.32,-83.491 192.379,-83.378 C 192.345,-83.266 192.297,-83.197 192.248,-83.18 C 192.17,-83.142 192.179,-83.409 192.136,-83.37 C 192.164,-83.162 192.182,-82.947 192.189,-82.722 C 192.327,-82.97 192.321,-82.513 192.483,-82.591 C 192.558,-82.627 192.509,-82.785 192.535,-82.815 C 192.562,-82.845 192.602,-82.85 192.614,-82.902 C 192.624,-82.953 192.612,-82.994 192.598,-82.892 C 192.547,-83.1 192.595,-82.992 192.488,-83.248 L 192.472,-83.794 L 192.581,-83.596 C 192.578,-83.715 192.551,-83.732 192.523,-83.791 L 192.515,-84.019 L 192.56,-84.187 C 192.614,-84.056 192.657,-83.803 192.74,-83.782 C 192.715,-83.724 192.695,-83.761 192.652,-83.682 C 192.678,-83.59 192.713,-83.513 192.751,-83.452 C 192.699,-83.378 192.704,-83.023 192.619,-82.71 L 192.629,-82.404 C 192.693,-82.316 192.767,-82.286 192.839,-82.315 C 192.915,-82.352 192.906,-82.537 192.925,-82.616 C 192.945,-82.557 192.962,-82.375 192.933,-82.318 C 192.966,-82.287 192.996,-82.215 193.035,-82.242 C 193.038,-82.317 193.05,-82.393 193.066,-82.453 C 193.063,-82.554 192.995,-82.824 192.919,-82.785 C 192.843,-82.749 192.91,-82.687 192.894,-82.604 L 192.842,-82.728 L 192.814,-83.73 C 192.865,-83.908 192.928,-84.042 192.936,-84.194 C 192.943,-83.979 193.072,-83.804 193.008,-83.469 C 193.072,-83.502 193.128,-83.597 193.171,-83.739 C 193.195,-84.07 193.244,-84.389 193.313,-84.674 C 193.292,-84.821 193.184,-85.118 193.19,-85.451 C 193.143,-85.331 193.099,-85.49 193.072,-85.527 C 193.097,-85.598 193.116,-85.591 193.159,-85.64 C 193.089,-85.828 193.076,-86.197 192.97,-86.311 C 192.932,-86.192 192.939,-85.92 192.923,-85.763 C 192.905,-85.827 192.876,-85.873 192.869,-85.982 C 192.828,-85.96 192.771,-85.772 192.747,-85.76 C 192.669,-85.981 192.714,-85.855 192.712,-86.156 C 192.676,-86.238 192.608,-86.103 192.583,-86.093 C 192.558,-86.08 192.551,-86.385 192.539,-86.514 L 192.476,-86.311 C 192.399,-86.524 192.418,-86.493 192.38,-86.774 C 192.321,-86.739 192.261,-86.729 192.201,-86.748 C 192.227,-86.814 192.245,-86.803 192.275,-86.865 C 192.183,-86.863 192.01,-86.956 191.934,-86.922 C 191.859,-86.883 191.905,-87.156 191.87,-87.198 C 191.756,-87.303 191.637,-87.376 191.517,-87.414 C 191.44,-87.376 191.449,-87.277 191.431,-87.199 C 191.409,-87.259 191.411,-87.319 191.394,-87.395 C 191.379,-87.307 191.359,-87.229 191.338,-87.154 C 191.319,-87.214 191.317,-87.238 191.346,-87.384 C 191.211,-87.437 190.996,-87.771 190.92,-87.734 C 190.845,-87.695 190.91,-87.551 190.832,-87.513 C 190.755,-87.476 190.859,-87.704 190.782,-87.666 C 190.706,-87.627 190.819,-87.504 190.743,-87.467 C 190.666,-87.433 190.717,-87.543 190.703,-87.559 C 190.603,-87.618 190.499,-87.651 190.395,-87.654 C 190.295,-87.573 190.2,-87.454 190.107,-87.307 C 189.885,-86.95 189.481,-85.522 189.261,-84.834 C 189.109,-84.426 188.944,-84.058 188.77,-83.738 C 188.744,-83.724 188.773,-83.617 188.744,-83.527 C 188.716,-83.434 188.685,-83.678 188.607,-83.638 C 188.529,-83.6 188.526,-83.496 188.499,-83.425 C 188.39,-83.3 188.221,-83.359 188.169,-82.995 C 188.138,-82.979 188.11,-82.929 188.088,-82.856 C 188.07,-82.925 188.07,-82.978 188.057,-83.103 L 187.998,-82.9 C 187.981,-82.941 187.97,-82.995 187.967,-83.058 C 187.922,-82.942 187.931,-82.958 187.855,-82.92 C 187.855,-82.92 187.808,-82.898 187.744,-83.126 C 187.704,-83.008 187.641,-82.976 187.627,-82.893 C 187.517,-83.241 187.45,-83.134 187.314,-83.148 C 186.991,-83.718 186.598,-84.482 186.258,-85.202 C 186.22,-85.082 186.158,-85.044 186.137,-84.941 C 186.082,-84.318 185.984,-83.626 185.913,-82.992 C 185.834,-82.532 185.764,-82.061 185.704,-81.583 C 185.719,-81.046 186.159,-80.295 186.221,-80.166 C 186.472,-79.764 186.73,-79.4 186.997,-79.081 C 187.021,-79.125 187.053,-79.141 187.081,-79.122 C 187.171,-78.946 187.279,-78.848 187.393,-78.833 C 187.469,-78.87 187.506,-79.089 187.526,-79.25 L 187.606,-79.291 C 187.633,-79.222 187.629,-79.17 187.642,-79.042 L 187.706,-79.246 C 187.726,-79.188 187.726,-78.995 187.803,-79.033 C 187.88,-79.071 187.8,-79.133 187.83,-79.227 C 187.851,-79.157 187.847,-79.101 187.857,-78.987 C 187.93,-78.983 187.978,-78.913 188.054,-78.951 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_8' stroke-width='0.885'%3E%3Cg id='Group_9' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 232.302,-54.094 L 235.497,-53.973' fill='none'/%3E%3Cpath d='M 213.707,-56.505 L 215.83,-55.902 M 226.078,-52.986 L 227.538,-52.571' fill='none'/%3E%3Cpath d='M 225.715,-56.754 L 224.271,-56.127 M 216.738,-52.848 L 215.531,-52.322' fill='none'/%3E%3Cpath d='M 234.742,-55.705 L 231.279,-55.42 M 210.394,-53.692 L 206.503,-53.37' fill='none'/%3E%3C/g%3E%3Cellipse rx='7.391' ry='1.32' transform='translate(221.141 -54.466) rotate(175.274) skewX(69.3849)' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_10' fill='%23ffffff' stroke-linejoin='miter' stroke='none'%3E%3Cpath d='M 220.154,-54.89 L 220.154,-54.89 Z M 219.991,-54.82 C 220.081,-54.83 220.147,-54.844 220.174,-54.86 C 220.039,-54.852 219.995,-54.82 219.995,-54.82 Z M 220.492,-54.78 C 220.472,-54.79 220.454,-54.799 220.442,-54.809 C 220.403,-54.804 220.387,-54.798 220.397,-54.79 C 220.411,-54.784 220.451,-54.78 220.496,-54.78 Z M 219.65,-54.709 L 219.65,-54.709 Z M 220.639,-54.653 C 220.639,-54.653 220.796,-54.665 220.806,-54.683 C 220.807,-54.683 220.657,-54.67 220.645,-54.653 Z M 208.574,-55.106 L 208.574,-55.106 Z M 220.494,-54.616 C 220.531,-54.621 220.549,-54.629 220.538,-54.634 C 220.528,-54.641 220.494,-54.644 220.448,-54.645 C 220.467,-54.636 220.48,-54.627 220.489,-54.616 Z M 217.99,-54.706 C 218.054,-54.719 218.132,-54.73 218.226,-54.738 C 218.235,-54.751 218.204,-54.763 218.139,-54.771 Z M 220.048,-54.593 C 220.08,-54.602 220.131,-54.609 220.189,-54.613 C 220.255,-54.626 219.815,-54.613 220.056,-54.595 Z M 220.531,-54.569 C 220.641,-54.584 220.719,-54.604 220.755,-54.624 C 220.617,-54.613 220.533,-54.591 220.543,-54.568 Z M 221.282,-54.499 C 221.31,-54.512 221.29,-54.525 221.233,-54.535 C 221.203,-54.522 221.219,-54.509 221.274,-54.5 Z M 220.295,-54.542 C 220.372,-54.56 220.417,-54.58 220.428,-54.6 C 220.332,-54.604 220.28,-54.594 220.173,-54.584 C 220.065,-54.575 220.335,-54.563 220.316,-54.541 Z M 218.688,-54.585 C 218.765,-54.59 218.841,-54.591 218.921,-54.592 C 218.821,-54.627 218.754,-54.664 218.722,-54.701 C 218.653,-54.662 218.645,-54.622 218.707,-54.584 Z M 218.512,-54.591 C 218.494,-54.601 218.478,-54.611 218.464,-54.621 C 218.434,-54.616 218.42,-54.608 218.438,-54.603 C 218.454,-54.597 218.494,-54.592 218.539,-54.593 Z M 217.591,-54.627 L 217.591,-54.627 Z M 221.127,-54.467 C 221.041,-54.496 221.034,-54.528 221.099,-54.559 C 221.161,-54.586 221.4,-54.595 221.676,-54.6 C 221.661,-54.629 221.464,-54.649 221.405,-54.677 C 221.337,-54.662 221.353,-54.654 221.267,-54.647 C 221.237,-54.659 221.294,-54.676 221.304,-54.699 C 221.225,-54.683 221.172,-54.664 221.14,-54.645 C 221.077,-54.617 220.93,-54.622 220.791,-54.598 C 220.896,-54.593 221.042,-54.598 221.086,-54.586 C 220.964,-54.582 220.867,-54.567 220.836,-54.549 C 220.775,-54.521 221.044,-54.535 220.982,-54.507 C 220.919,-54.481 220.94,-54.49 220.844,-54.506 C 220.822,-54.498 220.971,-54.475 221.16,-54.472 Z M 219.701,-54.521 C 219.812,-54.53 219.86,-54.562 219.769,-54.565 C 219.68,-54.557 219.635,-54.525 219.733,-54.526 Z M 219.108,-54.544 C 219.153,-54.561 219.226,-54.578 219.316,-54.592 C 219.316,-54.592 219.185,-54.598 219.116,-54.59 C 219.096,-54.601 219.12,-54.607 219.11,-54.621 C 219.042,-54.596 219.054,-54.569 219.142,-54.548 Z M 221.654,-54.422 C 221.8,-54.427 221.938,-54.437 222.061,-54.451 C 221.96,-54.457 221.853,-54.461 221.746,-54.462 Z M 221.176,-54.435 L 221.176,-54.435 Z M 220.389,-54.441 L 220.389,-54.441 Z M 219.696,-54.462 C 219.811,-54.467 219.894,-54.483 219.897,-54.5 C 219.794,-54.494 219.72,-54.48 219.719,-54.464 Z M 220.12,-54.433 C 220.247,-54.456 220.28,-54.485 220.213,-54.51 C 220.155,-54.486 220.131,-54.46 220.146,-54.434 Z M 221.162,-54.388 L 221.25,-54.426 C 221.136,-54.419 221.169,-54.402 221.19,-54.39 Z M 221.88,-54.337 L 221.88,-54.337 Z M 220.142,-54.403 L 220.142,-54.403 Z M 206.11,-54.93 C 206.227,-54.936 206.311,-54.952 206.314,-54.97 C 206.212,-54.963 206.14,-54.948 206.136,-54.933 Z M 206.534,-54.903 C 206.658,-54.907 206.785,-54.907 206.905,-54.904 C 206.896,-54.933 206.76,-54.916 206.542,-54.948 C 206.57,-54.935 206.576,-54.919 206.561,-54.905 Z M 206.078,-54.862 C 206.114,-54.877 206.037,-54.887 206.142,-54.89 C 206.142,-54.89 206.196,-54.888 206.037,-54.908 C 206.072,-54.909 206.001,-54.866 206.103,-54.864 Z M 220.84,-54.288 C 220.968,-54.296 221.003,-54.308 220.938,-54.33 C 220.886,-54.327 220.85,-54.321 220.834,-54.313 C 220.819,-54.304 220.831,-54.296 220.864,-54.289 Z M 219.978,-54.353 L 219.655,-54.349 C 219.776,-54.342 219.87,-54.33 220.003,-54.354 Z M 207.62,-54.793 C 207.6,-54.806 207.589,-54.82 207.593,-54.833 C 207.535,-54.823 207.42,-54.806 207.283,-54.783 C 207.407,-54.777 207.531,-54.796 207.648,-54.795 Z M 208.704,-54.51 C 208.914,-54.507 209.126,-54.517 209.307,-54.536 C 209.334,-54.524 209.428,-54.501 209.433,-54.509 C 209.826,-54.508 210.219,-54.511 210.61,-54.516 C 210.903,-54.518 211.193,-54.526 211.481,-54.539 C 212.705,-54.6 213.741,-54.76 214.991,-54.729 C 215.146,-54.722 215.239,-54.752 215.423,-54.744 C 215.608,-54.737 215.297,-54.726 215.486,-54.718 C 215.677,-54.711 215.464,-54.743 215.649,-54.736 C 215.834,-54.729 215.884,-54.702 216.026,-54.693 C 216.312,-54.675 216.661,-54.653 217.014,-54.633 C 217.162,-54.627 217.277,-54.604 217.428,-54.6 C 217.492,-54.598 217.555,-54.569 217.744,-54.561 C 217.846,-54.558 218.241,-54.498 218.646,-54.504 C 218.679,-54.491 218.654,-54.485 218.604,-54.459 C 218.708,-54.455 218.76,-54.466 218.823,-54.474 C 218.845,-54.467 218.859,-54.461 218.864,-54.454 C 218.929,-54.464 218.867,-54.472 219.053,-54.465 C 219.238,-54.458 219.15,-54.455 219.137,-54.439 C 219.278,-54.446 219.326,-54.478 219.508,-54.471 C 219.692,-54.464 219.459,-54.45 219.644,-54.443 C 219.828,-54.436 219.798,-54.461 219.875,-54.469 C 219.974,-54.454 219.967,-54.42 220.06,-54.397 C 219.943,-54.389 219.811,-54.388 219.692,-54.393 C 219.503,-54.4 219.619,-54.431 219.508,-54.433 C 219.498,-54.403 219.461,-54.375 219.399,-54.345 C 219.797,-54.355 219.621,-54.3 220.01,-54.285 C 220.193,-54.278 220.14,-54.305 220.212,-54.305 C 220.283,-54.304 220.377,-54.298 220.42,-54.303 C 220.462,-54.308 220.447,-54.314 220.378,-54.305 C 220.339,-54.337 220.407,-54.317 220.259,-54.365 L 220.417,-54.434 L 220.593,-54.393 C 220.626,-54.408 220.572,-54.414 220.528,-54.426 L 220.595,-54.455 L 220.756,-54.468 C 220.831,-54.444 220.837,-54.407 221.02,-54.392 C 220.941,-54.388 220.91,-54.396 220.783,-54.393 C 220.811,-54.378 220.86,-54.363 220.922,-54.35 C 220.78,-54.348 220.667,-54.305 220.364,-54.279 L 220.274,-54.24 C 220.39,-54.22 220.544,-54.205 220.719,-54.198 C 220.902,-54.191 220.947,-54.214 221.019,-54.221 C 221.042,-54.211 221.019,-54.186 220.932,-54.183 C 220.992,-54.175 221.037,-54.161 221.134,-54.159 C 221.168,-54.168 221.219,-54.175 221.279,-54.18 C 221.309,-54.192 221.251,-54.236 221.067,-54.243 C 220.881,-54.25 221.009,-54.232 220.943,-54.224 L 220.872,-54.247 L 221.163,-54.375 C 221.346,-54.388 221.53,-54.395 221.606,-54.412 C 221.543,-54.384 221.772,-54.344 221.512,-54.313 C 221.665,-54.307 221.827,-54.31 221.974,-54.321 C 222.145,-54.358 222.368,-54.39 222.627,-54.414 C 222.632,-54.435 222.492,-54.487 222.625,-54.528 C 222.478,-54.52 222.434,-54.545 222.384,-54.554 C 222.465,-54.56 222.507,-54.556 222.624,-54.555 C 222.533,-54.589 222.634,-54.636 222.435,-54.666 C 222.31,-54.657 222.226,-54.623 222.134,-54.606 C 222.115,-54.617 222.068,-54.627 222.089,-54.641 C 221.99,-54.644 221.793,-54.629 221.735,-54.632 C 221.639,-54.671 221.695,-54.649 221.8,-54.686 C 221.745,-54.702 221.545,-54.696 221.483,-54.698 C 221.424,-54.7 221.519,-54.738 221.535,-54.756 L 221.323,-54.741 C 221.22,-54.779 221.251,-54.772 221.268,-54.812 C 221.121,-54.816 220.984,-54.824 220.857,-54.836 C 220.938,-54.839 220.977,-54.836 221.065,-54.839 C 220.852,-54.852 220.502,-54.89 220.317,-54.898 C 220.133,-54.905 220.333,-54.93 220.269,-54.941 C 220.05,-54.971 219.809,-54.998 219.55,-55.021 C 219.365,-55.029 219.348,-55.015 219.28,-55.007 C 219.252,-55.019 219.276,-55.026 219.267,-55.037 C 219.202,-55.029 219.13,-55.022 219.056,-55.016 C 219.031,-55.027 219.039,-55.03 219.155,-55.044 C 218.87,-55.07 218.503,-55.144 218.318,-55.151 C 218.134,-55.158 218.232,-55.129 218.043,-55.137 C 217.854,-55.144 218.169,-55.156 217.985,-55.163 C 217.799,-55.17 218.01,-55.138 217.826,-55.145 C 217.64,-55.152 217.794,-55.158 217.77,-55.162 C 217.564,-55.184 217.343,-55.205 217.107,-55.221 C 216.857,-55.226 216.594,-55.227 216.336,-55.221 C 215.708,-55.213 214.287,-55.099 213.546,-55.049 C 213.061,-55.021 212.557,-55.001 212.05,-54.989 C 211.985,-54.991 212.017,-54.975 211.918,-54.967 C 211.821,-54.96 211.839,-54.994 211.649,-55.001 C 211.462,-55.008 211.417,-54.997 211.33,-54.992 C 211.039,-54.993 210.678,-55.026 210.429,-54.99 C 210.356,-54.992 210.272,-54.99 210.202,-54.985 C 210.181,-54.996 210.206,-55.002 210.217,-55.02 L 210.014,-55.005 C 209.99,-55.012 209.984,-55.02 209.998,-55.028 C 209.856,-55.02 209.883,-55.021 209.698,-55.028 C 209.698,-55.028 209.584,-55.032 209.52,-55.07 C 209.39,-55.062 209.238,-55.067 209.171,-55.059 C 209.05,-55.118 208.859,-55.115 208.559,-55.138 C 208.034,-55.257 207.42,-55.409 206.909,-55.549 C 206.781,-55.541 206.626,-55.545 206.542,-55.536 C 206.201,-55.468 205.731,-55.398 205.346,-55.331 C 205.005,-55.288 204.679,-55.241 204.372,-55.191 C 204.218,-55.124 204.939,-54.966 205.035,-54.94 C 205.457,-54.852 205.912,-54.769 206.396,-54.69 C 206.47,-54.691 206.545,-54.689 206.603,-54.682 C 206.744,-54.646 206.952,-54.618 207.201,-54.599 C 207.386,-54.592 207.549,-54.613 207.651,-54.629 L 207.845,-54.622 C 207.883,-54.61 207.853,-54.604 207.841,-54.587 L 208.057,-54.602 C 208.08,-54.591 208.014,-54.568 208.198,-54.561 C 208.384,-54.554 208.229,-54.574 208.328,-54.581 C 208.353,-54.569 208.32,-54.562 208.304,-54.547 C 208.467,-54.536 208.551,-54.521 208.735,-54.514 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_11'%3E%3Cpath d='M 253.705,-56.619 L 253.222,-56.484 L 253.222,-56.301 L 253.705,-56.443 L 253.705,-56.619 Z' stroke='none' fill='%23d28900' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='Group_12' stroke-linejoin='round' stroke-linecap='round' stroke='%231a1a18' stroke-width='1'%3E%3Cg id='Group_13'%3E%3Cpath d='M 254.262,-55.295 L 252.777,-63.22 C 252.537,-64.441 253.298,-65.562 254.507,-65.561 L 272.426,-65.561 C 273.635,-65.562 274.264,-64.441 273.879,-63.22 L 271.459,-55.295 C 271.203,-54.48 270.3,-53.881 269.419,-53.88 L 256.134,-53.88 C 255.253,-53.881 254.421,-54.48 254.262,-55.295 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 253.979,-59.278 L 272.271,-59.263' fill='none'/%3E%3Cpath d='M 258.767,-54.33 L 257.781,-65.399' fill='none'/%3E%3Cpath d='M 267.249,-54.33 L 269.044,-65.399' fill='none'/%3E%3Cpath d='M 263.38,-54.33 L 263.38,-65.399' fill='none'/%3E%3C/g%3E%3Cg id='Group_14' stroke-linejoin='round' stroke-linecap='round' stroke='%231a1a18' stroke-width='1'%3E%3Cpath d='M 269.742,-51.872 L 275.074,-51.872' fill='none'/%3E%3Cpath d='M 272.408,-54.538 L 272.408,-49.206' fill='none'/%3E%3C/g%3E%3Cg id='Group_15' stroke-linejoin='round' stroke-linecap='round' stroke='%231a1a18' stroke-width='1'%3E%3Cpath d='M 260.88,-53.88 L 260.988,-53.561 L 259.143,-52.525 L 261.04,-51.588 L 260.467,-49.552 L 262.47,-50.23 L 263.506,-48.386 L 264.442,-50.282 L 266.479,-49.71 L 265.801,-51.713 L 267.645,-52.748 L 265.749,-53.685 L 265.803,-53.88 L 260.88,-53.88 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 262.247,-53.764 C 261.614,-53.149 261.6,-52.135 262.215,-51.502 C 262.829,-50.869 263.843,-50.854 264.476,-51.469 C 265.109,-52.084 265.124,-53.098 264.509,-53.731 C 264.456,-53.786 264.4,-53.835 264.342,-53.88 L 262.38,-53.88 C 262.334,-53.845 262.289,-53.806 262.247,-53.764 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.eag-solarpartnerpreis-basis {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='5.967 18.914 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='79.751' cy='-84.297' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efad33'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='36.628' cy='-84.298' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23ba8f3e'/%3E%3Cstop offset='1' stop-color='%23dc991c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.001 0)'%3E%3Cstop offset='0' stop-color='%23e1a32f'/%3E%3Cstop offset='1' stop-color='%23eead32'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 0.001 0.001)'%3E%3Cstop offset='0' stop-color='%23bc8215'/%3E%3Cstop offset='1' stop-color='%23ce952a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(77.158 -58.113)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='68.328' cy='-47.883' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0ad31'/%3E%3Cstop offset='1' stop-color='%23e6b251'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(49.038 -84.886) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23eca727'/%3E%3Cstop offset='1' stop-color='%23ec9b00'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(41.53 -112.09) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cpath d='M 52.807,-122.891 L 102.5,-117.764 L 102.324,-117.164 L 52.72,-122.013 L 52.807,-122.891 Z' stroke='none' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 49.284,-59.721 L 106.395,-56.888 L 105.886,-117.138 L 49.43,-122.991 L 49.284,-59.721 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 49.284,-59.721 L 29.379,-53.068 L 29.372,-52.952 L 29.311,-52.933 L 29.311,-53.045 L 29.666,-109.429 L 49.43,-122.991 L 49.284,-59.721 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(79.717 -107.979) rotate(-174.349) skewX(24.1597)' stroke='none' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(39.443 -104.575) rotate(152.901) skewX(-6.03605)' stroke='none' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 102.58,-56.618 L 102.581,-57.077 L 52.484,-59.562 L 52.484,-59.268 L 52.29,-59.134 L 102.58,-56.618 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 81.08,-50.509 L 106.396,-56.591 L 102.956,-56.729 L 102.595,-56.622 L 52.343,-59.171 L 52.484,-59.268 L 49.284,-59.407 L 29.331,-52.836 L 81.08,-50.509 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 29.372,-52.952 L 49.283,-59.53 L 49.284,-59.721 L 29.373,-53.066 L 29.372,-52.952 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.283,-59.53 L 29.327,-52.937 L 29.329,-52.836 L 49.284,-59.407 L 49.283,-59.53 Z' stroke='none' fill='%23d28900' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.298,-122.899 L 49.164,-59.681 L 49.278,-59.721 L 49.428,-59.713 L 49.561,-122.978 L 49.43,-122.991 L 49.298,-122.899 Z' stroke='none' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 52.484,-59.562 L 52.484,-59.386 L 49.283,-59.53 L 49.284,-59.721 L 52.484,-59.562 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.283,-59.53 L 49.283,-59.53 L 49.284,-59.407 L 52.484,-59.263 L 52.484,-59.386 L 49.283,-59.53 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.43,-123.268 L 49.43,-123.268 L 49.43,-123.145 L 52.816,-122.793 L 52.807,-122.91 L 49.43,-123.268 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 52.782,-122.795 L 52.783,-122.643 L 49.43,-122.991 L 49.431,-123.143 L 52.782,-122.795 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.43,-123.268 L 29.718,-109.756 L 29.717,-109.634 L 49.43,-123.145 L 49.43,-123.268 Z' stroke='none' fill='%23c17e00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.43,-123.145 L 29.754,-109.641 L 29.754,-109.488 L 49.43,-122.991 L 49.43,-123.145 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.5,-117.764 L 102.5,-117.764 L 102.502,-117.64 L 105.765,-117.302 L 105.765,-117.418 L 102.5,-117.764 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 105.593,-117.32 L 105.595,-117.168 L 102.242,-117.516 L 102.501,-117.64 L 105.593,-117.32 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.501,-117.64 L 102.241,-117.516 L 102.242,-117.633 L 102.5,-117.764 L 102.501,-117.64 Z' stroke='none' fill='%23c17e00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 29.591,-97.522 C 12.151,-99.852 0.815,-103.872 8.507,-116.202 C 11.565,-121.854 20.866,-122.223 26.003,-122.815 C 35.308,-123.106 41.632,-123.248 49.43,-123.268 L 29.665,-109.752 L 29.591,-97.522 Z' stroke='none' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(91.916 -39.008) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 91.916,-39.008 L 130.417,-39.008 L 130.417,-77.509 L 91.916,-77.509 L 91.916,-39.008 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 115.878,-40.642 C 125.321,-43.532 130.634,-53.529 127.745,-62.973 C 124.858,-72.416 114.862,-77.73 105.416,-74.843 C 95.972,-71.957 90.657,-61.96 93.543,-52.516 C 96.431,-43.069 106.431,-37.753 115.878,-40.642' stroke='none' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(68.193 -81.138) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group_3' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='2.106'%3E%3Cpath d='M 92.469,-88.831 L 96.077,-88.831' fill='none'/%3E%3Cpath d='M 67.408,-100.706 L 71.052,-97.062 M 88.649,-79.465 L 91.158,-76.956' fill='none'/%3E%3Cpath d='M 79.283,-105.625 L 79.282,-100.866 M 79.282,-76.022 L 79.283,-72.037' fill='none'/%3E%3Cpath d='M 91.158,-100.706 L 88.245,-97.796 M 70.679,-80.23 L 67.408,-76.956' fill='none'/%3E%3C/g%3E%3Cellipse rx='8.761' ry='8.761' transform='translate(79.994 -88.463) rotate(135)' stroke-width='1.817' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_4' fill='%23ffffff' stroke-linejoin='miter' stroke='none' stroke-width='0.207'%3E%3Cpath d='M 77.955,-91.164 L 77.955,-91.164 Z M 77.955,-90.628 C 78.023,-90.725 78.058,-90.841 78.051,-90.955 C 77.927,-90.863 77.961,-90.628 77.961,-90.628 Z M 78.569,-90.483 C 78.526,-90.543 78.485,-90.606 78.45,-90.667 C 78.42,-90.628 78.418,-90.574 78.448,-90.529 C 78.476,-90.49 78.527,-90.471 78.574,-90.483 Z M 77.865,-89.761 L 77.865,-89.761 Z M 79.024,-89.638 C 79.024,-89.638 79.16,-89.761 79.128,-89.887 C 79.131,-89.887 79.003,-89.761 79.031,-89.638 Z M 65.417,-89.597 L 65.417,-89.597 Z M 78.962,-89.345 C 78.99,-89.386 78.991,-89.439 78.965,-89.48 C 78.94,-89.521 78.894,-89.542 78.845,-89.535 C 78.887,-89.474 78.924,-89.412 78.958,-89.345 Z M 76.148,-89.306 C 76.184,-89.412 76.238,-89.509 76.317,-89.587 C 76.297,-89.681 76.235,-89.759 76.148,-89.801 Z M 78.553,-89.064 C 78.567,-89.134 78.602,-89.196 78.652,-89.245 C 78.693,-89.345 78.265,-89.142 78.559,-89.075 Z M 79.115,-89.02 C 79.193,-89.155 79.227,-89.312 79.215,-89.468 C 79.099,-89.352 79.064,-89.174 79.128,-89.02 Z M 80.059,-88.737 C 80.059,-88.832 80.006,-88.919 79.926,-88.969 C 79.923,-88.874 79.972,-88.789 80.05,-88.737 Z M 78.933,-88.772 C 78.97,-88.917 78.97,-89.066 78.933,-89.212 C 78.824,-89.212 78.793,-89.132 78.704,-89.035 C 78.615,-88.942 78.924,-88.932 78.958,-88.772 Z M 77.162,-88.648 C 77.231,-88.695 77.306,-88.733 77.386,-88.754 C 77.199,-88.971 77.042,-89.212 76.92,-89.468 C 76.941,-89.179 77.029,-88.894 77.183,-88.648 Z M 76.964,-88.648 C 76.921,-88.707 76.883,-88.769 76.846,-88.832 C 76.825,-88.793 76.829,-88.737 76.859,-88.702 C 76.892,-88.665 76.943,-88.649 76.988,-88.665 Z M 75.924,-88.648 L 75.924,-88.648 Z M 79.977,-88.466 C 79.819,-88.644 79.734,-88.868 79.728,-89.104 C 79.728,-89.306 79.954,-89.436 80.229,-89.542 C 80.145,-89.74 79.893,-89.825 79.763,-90.01 C 79.728,-89.887 79.763,-89.836 79.691,-89.761 C 79.633,-89.836 79.65,-89.97 79.606,-90.132 C 79.565,-89.998 79.553,-89.854 79.565,-89.712 C 79.565,-89.503 79.403,-89.494 79.318,-89.29 C 79.435,-89.29 79.575,-89.364 79.65,-89.29 C 79.534,-89.223 79.468,-89.095 79.48,-88.963 C 79.48,-88.754 79.728,-88.918 79.728,-88.716 C 79.728,-88.512 79.728,-88.58 79.587,-88.671 C 79.587,-88.603 79.795,-88.48 79.999,-88.512 Z M 78.367,-88.466 C 78.461,-88.558 78.435,-88.794 78.332,-88.794 C 78.258,-88.716 78.287,-88.48 78.388,-88.512 Z M 77.698,-88.466 C 77.701,-88.604 77.738,-88.737 77.796,-88.86 C 77.796,-88.86 77.649,-88.86 77.595,-88.794 C 77.546,-88.867 77.556,-88.918 77.516,-89.001 C 77.504,-88.815 77.579,-88.633 77.721,-88.512 Z M 80.63,-88.298 C 80.77,-88.371 80.89,-88.476 80.985,-88.603 C 80.866,-88.624 80.745,-88.624 80.63,-88.603 Z M 80.105,-88.257 L 80.105,-88.257 Z M 79.272,-88.09 L 79.272,-88.09 Z M 78.502,-88.057 C 78.61,-88.123 78.656,-88.256 78.619,-88.376 C 78.527,-88.309 78.487,-88.185 78.522,-88.073 Z M 79.012,-87.966 C 79.089,-88.156 79.053,-88.371 78.924,-88.528 C 78.921,-88.342 78.959,-88.155 79.036,-87.983 Z M 80.202,-87.926 L 80.202,-88.214 C 80.101,-88.136 80.174,-88.028 80.225,-87.95 Z M 81.068,-87.763 L 81.068,-87.763 Z M 79.105,-87.763 L 79.105,-87.763 Z M 63.277,-87.723 C 63.384,-87.792 63.434,-87.924 63.396,-88.048 C 63.305,-87.975 63.266,-87.853 63.299,-87.743 Z M 63.783,-87.64 C 63.902,-87.704 64.033,-87.739 64.166,-87.743 C 64.088,-87.945 63.986,-87.798 63.684,-87.955 C 63.745,-87.866 63.789,-87.763 63.808,-87.657 Z M 63.408,-87.233 C 63.408,-87.348 63.307,-87.392 63.408,-87.442 C 63.408,-87.442 63.469,-87.442 63.256,-87.545 C 63.289,-87.562 63.318,-87.239 63.43,-87.25 Z M 80.105,-87.147 C 80.219,-87.233 80.225,-87.332 80.105,-87.471 C 80.059,-87.431 80.038,-87.373 80.041,-87.311 C 80.045,-87.25 80.078,-87.197 80.128,-87.162 Z M 79.053,-87.377 L 78.729,-87.257 C 78.872,-87.239 78.998,-87.184 79.077,-87.386 Z M 65.173,-87.167 C 65.12,-87.25 65.078,-87.337 65.051,-87.432 C 65.012,-87.348 64.933,-87.202 64.849,-86.998 C 64.99,-86.993 65.074,-87.162 65.198,-87.184 Z M 66.974,-85.479 C 67.199,-85.516 67.396,-85.636 67.539,-85.813 C 67.595,-85.74 67.747,-85.604 67.735,-85.66 C 68.144,-85.759 68.545,-85.881 68.939,-86.025 C 69.239,-86.119 69.522,-86.248 69.79,-86.414 C 70.914,-87.167 71.607,-88.558 72.981,-88.665 C 73.156,-88.665 73.184,-88.894 73.391,-88.894 C 73.601,-88.894 73.306,-88.725 73.52,-88.725 C 73.735,-88.725 73.437,-88.894 73.647,-88.894 C 73.855,-88.894 73.971,-88.722 74.139,-88.698 C 74.479,-88.648 74.893,-88.586 75.309,-88.534 C 75.478,-88.534 75.654,-88.4 75.817,-88.418 C 75.89,-88.418 76.024,-88.232 76.238,-88.232 C 76.353,-88.232 76.906,-87.916 77.314,-88.069 C 77.376,-87.995 77.364,-87.945 77.376,-87.747 C 77.494,-87.747 77.522,-87.833 77.567,-87.905 C 77.605,-87.87 77.636,-87.826 77.657,-87.781 C 77.701,-87.86 77.618,-87.905 77.827,-87.905 C 78.036,-87.905 77.951,-87.86 77.978,-87.743 C 78.108,-87.833 78.08,-88.069 78.287,-88.069 C 78.495,-88.069 78.287,-87.905 78.495,-87.905 C 78.704,-87.905 78.61,-88.079 78.671,-88.155 C 78.81,-88.073 78.886,-87.833 79.036,-87.698 C 78.933,-87.609 78.8,-87.564 78.664,-87.573 C 78.45,-87.573 78.495,-87.821 78.378,-87.804 C 78.436,-87.594 78.468,-87.383 78.472,-87.167 C 78.862,-87.337 78.81,-86.908 79.251,-86.908 C 79.457,-86.908 79.338,-87.079 79.412,-87.096 C 79.488,-87.11 79.598,-87.096 79.633,-87.14 C 79.665,-87.184 79.633,-87.229 79.587,-87.14 C 79.468,-87.359 79.587,-87.233 79.318,-87.527 L 79.318,-88.05 L 79.598,-87.812 C 79.598,-87.926 79.526,-87.955 79.453,-88.023 L 79.453,-88.243 L 79.587,-88.381 C 79.723,-88.232 79.818,-87.973 80.043,-87.916 C 79.971,-87.872 79.919,-87.916 79.795,-87.86 C 79.861,-87.762 79.947,-87.673 80.043,-87.599 C 79.9,-87.551 79.886,-87.213 79.633,-86.956 L 79.633,-86.662 C 79.801,-86.55 79.997,-86.489 80.196,-86.482 C 80.403,-86.482 80.393,-86.662 80.45,-86.729 C 80.5,-86.662 80.534,-86.482 80.45,-86.442 C 80.534,-86.397 80.612,-86.316 80.719,-86.323 C 80.733,-86.393 80.77,-86.459 80.82,-86.508 C 80.82,-86.605 80.658,-86.891 80.45,-86.891 C 80.24,-86.891 80.414,-86.802 80.365,-86.729 L 80.235,-86.87 L 80.235,-87.833 C 80.393,-87.976 80.568,-88.073 80.605,-88.214 C 80.605,-88.007 80.94,-87.785 80.745,-87.494 C 80.916,-87.499 81.077,-87.562 81.204,-87.676 C 81.293,-87.979 81.449,-88.257 81.66,-88.496 C 81.614,-88.644 81.345,-88.973 81.388,-89.285 C 81.253,-89.192 81.146,-89.364 81.073,-89.412 C 81.146,-89.468 81.197,-89.453 81.32,-89.48 C 81.146,-89.688 81.139,-90.044 80.86,-90.2 C 80.751,-90.105 80.745,-89.846 80.691,-89.703 C 80.646,-89.774 80.573,-89.829 80.56,-89.935 C 80.45,-89.935 80.279,-89.783 80.213,-89.783 C 80.021,-90.026 80.132,-89.887 80.152,-90.173 C 80.059,-90.267 79.864,-90.173 79.795,-90.173 C 79.728,-90.173 79.734,-90.465 79.711,-90.589 L 79.526,-90.428 C 79.329,-90.667 79.379,-90.628 79.3,-90.91 C 79.136,-90.905 78.974,-90.924 78.817,-90.967 C 78.891,-91.017 78.94,-90.999 79.024,-91.045 C 78.771,-91.085 78.316,-91.253 78.108,-91.253 C 77.901,-91.253 78.046,-91.489 77.955,-91.546 C 77.655,-91.698 77.34,-91.822 77.016,-91.913 C 76.807,-91.913 76.821,-91.815 76.768,-91.749 C 76.713,-91.815 76.722,-91.873 76.684,-91.951 C 76.636,-91.876 76.578,-91.81 76.515,-91.749 C 76.465,-91.815 76.465,-91.839 76.553,-91.963 C 76.193,-92.075 75.637,-92.49 75.429,-92.49 C 75.221,-92.49 75.389,-92.321 75.176,-92.321 C 74.961,-92.321 75.261,-92.49 75.052,-92.49 C 74.843,-92.49 75.137,-92.321 74.93,-92.321 C 74.719,-92.321 74.866,-92.402 74.831,-92.424 C 74.564,-92.528 74.288,-92.605 74.005,-92.655 C 73.731,-92.626 73.458,-92.559 73.2,-92.46 C 72.571,-92.226 71.365,-91.062 70.717,-90.515 C 70.278,-90.196 69.803,-89.924 69.306,-89.703 C 69.232,-89.703 69.306,-89.587 69.221,-89.514 C 69.136,-89.441 69.074,-89.684 68.86,-89.684 C 68.648,-89.684 68.629,-89.587 68.55,-89.531 C 68.247,-89.463 67.792,-89.597 67.622,-89.278 C 67.539,-89.277 67.458,-89.241 67.396,-89.182 C 67.348,-89.256 67.359,-89.306 67.329,-89.43 L 67.156,-89.266 C 67.113,-89.311 67.088,-89.368 67.083,-89.43 C 66.953,-89.339 66.98,-89.352 66.771,-89.352 C 66.771,-89.352 66.642,-89.352 66.485,-89.597 C 66.369,-89.503 66.198,-89.503 66.149,-89.43 C 65.883,-89.808 65.691,-89.74 65.325,-89.815 C 64.498,-90.502 63.496,-91.405 62.631,-92.244 C 62.519,-92.147 62.347,-92.142 62.28,-92.054 C 62.09,-91.489 61.768,-90.881 61.527,-90.313 C 61.278,-89.914 61.052,-89.501 60.852,-89.075 C 60.852,-88.563 61.978,-87.651 62.139,-87.5 C 62.786,-87.003 63.456,-86.54 64.15,-86.116 C 64.222,-86.146 64.307,-86.146 64.383,-86.116 C 64.614,-85.908 64.896,-85.764 65.202,-85.699 C 65.411,-85.699 65.529,-85.89 65.596,-86.034 L 65.815,-86.034 C 65.883,-85.956 65.867,-85.908 65.894,-85.782 L 66.082,-85.947 C 66.132,-85.88 66.119,-85.699 66.328,-85.699 C 66.537,-85.699 66.328,-85.794 66.414,-85.869 C 66.469,-85.794 66.451,-85.744 66.469,-85.631 C 66.667,-85.594 66.791,-85.507 66.999,-85.507 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_5' stroke-width='1.5'%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 44.33,-86.947 L 45.647,-87.588' fill='none'/%3E%3Cpath d='M 34.831,-94.876 L 36.27,-91.723 M 43.218,-76.5 L 44.209,-74.33' fill='none'/%3E%3Cpath d='M 39.017,-102.118 L 39.158,-97.154 M 39.903,-71.245 L 40.023,-67.088' fill='none'/%3E%3Cpath d='M 43.497,-99.098 L 42.521,-95.546 M 36.638,-74.104 L 35.543,-70.108' fill='none'/%3E%3C/g%3E%3Cellipse rx='7.842' ry='3.776' transform='translate(39.79 -84.345) rotate(105.335) skewX(-50.1355)' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_7' fill='%23ffffff' stroke-linejoin='miter' stroke='none'%3E%3Cpath d='M 38.966,-86.799 L 38.966,-86.799 Z M 38.981,-86.24 C 39.003,-86.354 39.012,-86.482 39.006,-86.598 C 38.965,-86.481 38.982,-86.242 38.982,-86.242 Z M 39.209,-86.199 C 39.194,-86.255 39.175,-86.312 39.161,-86.37 C 39.151,-86.324 39.152,-86.265 39.164,-86.225 C 39.175,-86.189 39.195,-86.178 39.211,-86.199 Z M 38.975,-85.319 L 38.975,-85.319 Z M 39.401,-85.399 C 39.401,-85.399 39.447,-85.551 39.431,-85.678 C 39.433,-85.677 39.389,-85.522 39.403,-85.401 Z M 34.437,-82.938 L 34.437,-82.938 Z M 39.387,-85.08 C 39.396,-85.129 39.396,-85.185 39.385,-85.223 C 39.373,-85.263 39.357,-85.275 39.339,-85.26 C 39.356,-85.203 39.372,-85.146 39.385,-85.08 Z M 38.362,-84.541 C 38.372,-84.657 38.389,-84.768 38.415,-84.864 C 38.405,-84.957 38.38,-85.03 38.347,-85.06 Z M 39.245,-84.715 C 39.25,-84.79 39.26,-84.862 39.277,-84.923 C 39.29,-85.034 39.139,-84.745 39.248,-84.728 Z M 39.452,-84.77 C 39.477,-84.924 39.485,-85.095 39.476,-85.255 C 39.437,-85.114 39.429,-84.922 39.457,-84.772 Z M 39.805,-84.642 C 39.803,-84.741 39.781,-84.825 39.75,-84.86 C 39.752,-84.761 39.772,-84.681 39.803,-84.641 Z M 39.394,-84.479 C 39.403,-84.636 39.399,-84.79 39.381,-84.939 C 39.341,-84.919 39.332,-84.83 39.301,-84.712 C 39.273,-84.6 39.386,-84.645 39.403,-84.484 Z M 38.751,-84.034 C 38.776,-84.096 38.802,-84.148 38.831,-84.185 C 38.755,-84.376 38.692,-84.602 38.639,-84.847 C 38.655,-84.55 38.696,-84.267 38.759,-84.038 Z M 38.679,-84 C 38.662,-84.052 38.647,-84.111 38.63,-84.17 C 38.624,-84.128 38.627,-84.069 38.638,-84.037 C 38.653,-84.005 38.672,-83.996 38.687,-84.022 Z M 38.3,-83.814 L 38.3,-83.814 Z M 39.785,-84.346 C 39.721,-84.503 39.684,-84.721 39.674,-84.968 C 39.668,-85.177 39.747,-85.354 39.843,-85.513 C 39.807,-85.704 39.713,-85.748 39.659,-85.918 C 39.651,-85.783 39.664,-85.734 39.641,-85.646 C 39.617,-85.712 39.619,-85.855 39.598,-86.017 C 39.588,-85.869 39.588,-85.717 39.596,-85.571 C 39.603,-85.353 39.543,-85.316 39.519,-85.089 C 39.561,-85.109 39.609,-85.211 39.64,-85.147 C 39.599,-85.057 39.58,-84.91 39.587,-84.777 C 39.594,-84.559 39.68,-84.772 39.686,-84.561 C 39.691,-84.349 39.691,-84.419 39.636,-84.489 C 39.637,-84.418 39.718,-84.329 39.791,-84.396 Z M 39.196,-84.059 C 39.228,-84.171 39.212,-84.414 39.174,-84.395 C 39.15,-84.3 39.167,-84.057 39.202,-84.111 Z M 38.953,-83.938 C 38.95,-84.083 38.96,-84.231 38.977,-84.369 C 38.977,-84.369 38.922,-84.343 38.905,-84.264 C 38.885,-84.331 38.887,-84.386 38.869,-84.466 C 38.871,-84.271 38.904,-84.092 38.96,-83.991 Z M 40.027,-84.286 C 40.076,-84.388 40.117,-84.519 40.147,-84.669 C 40.104,-84.669 40.06,-84.645 40.018,-84.604 Z M 39.837,-84.15 L 39.837,-84.15 Z M 39.538,-83.826 L 39.538,-83.826 Z M 39.257,-83.657 C 39.296,-83.745 39.307,-83.892 39.291,-84.01 C 39.259,-83.923 39.25,-83.788 39.265,-83.677 Z M 39.446,-83.653 C 39.469,-83.864 39.45,-84.081 39.397,-84.222 C 39.402,-84.029 39.423,-83.84 39.456,-83.674 Z M 39.882,-83.823 L 39.873,-84.122 C 39.839,-84.022 39.869,-83.926 39.89,-83.85 Z M 40.202,-83.807 L 40.202,-83.807 Z M 39.486,-83.457 L 39.486,-83.457 Z M 33.713,-80.602 C 33.75,-80.694 33.764,-80.838 33.746,-80.961 C 33.716,-80.869 33.704,-80.735 33.72,-80.626 Z M 33.9,-80.605 C 33.941,-80.693 33.988,-80.752 34.037,-80.782 C 34.003,-80.979 33.97,-80.806 33.855,-80.917 C 33.88,-80.833 33.899,-80.734 33.909,-80.628 Z M 33.775,-80.113 C 33.772,-80.234 33.734,-80.262 33.769,-80.332 C 33.769,-80.332 33.791,-80.344 33.71,-80.413 C 33.722,-80.435 33.743,-80.102 33.784,-80.135 Z M 39.871,-82.993 C 39.91,-83.102 39.909,-83.205 39.861,-83.329 C 39.844,-83.28 39.84,-83.216 39.842,-83.152 C 39.845,-83.089 39.858,-83.041 39.877,-83.012 Z M 39.48,-83.046 L 39.366,-82.862 C 39.418,-82.87 39.464,-82.835 39.488,-83.06 Z M 34.422,-80.359 C 34.4,-80.435 34.382,-80.52 34.369,-80.615 C 34.357,-80.519 34.333,-80.351 34.309,-80.123 C 34.36,-80.143 34.386,-80.336 34.431,-80.381 Z M 35.129,-78.918 C 35.21,-78.997 35.278,-79.16 35.326,-79.368 C 35.348,-79.302 35.407,-79.185 35.402,-79.243 C 35.548,-79.418 35.691,-79.616 35.83,-79.836 C 35.937,-79.99 36.037,-80.175 36.129,-80.394 C 36.516,-81.379 36.728,-82.953 37.226,-83.308 C 37.289,-83.34 37.293,-83.584 37.368,-83.621 C 37.446,-83.659 37.343,-83.43 37.42,-83.467 C 37.5,-83.504 37.385,-83.628 37.462,-83.666 C 37.538,-83.703 37.585,-83.544 37.647,-83.549 C 37.772,-83.558 37.926,-83.566 38.078,-83.587 C 38.14,-83.616 38.209,-83.508 38.267,-83.557 C 38.294,-83.568 38.349,-83.398 38.427,-83.436 C 38.469,-83.458 38.681,-83.226 38.825,-83.458 C 38.849,-83.392 38.847,-83.337 38.858,-83.132 C 38.9,-83.154 38.907,-83.249 38.921,-83.332 C 38.936,-83.301 38.949,-83.263 38.959,-83.218 C 38.971,-83.308 38.94,-83.341 39.016,-83.378 C 39.093,-83.415 39.063,-83.354 39.077,-83.235 C 39.121,-83.352 39.103,-83.594 39.179,-83.632 C 39.256,-83.668 39.184,-83.458 39.261,-83.497 C 39.337,-83.534 39.297,-83.699 39.317,-83.789 C 39.37,-83.729 39.404,-83.491 39.463,-83.378 C 39.429,-83.266 39.381,-83.197 39.332,-83.18 C 39.254,-83.142 39.263,-83.409 39.22,-83.37 C 39.248,-83.162 39.266,-82.947 39.273,-82.722 C 39.411,-82.97 39.405,-82.513 39.567,-82.591 C 39.642,-82.627 39.593,-82.785 39.619,-82.815 C 39.646,-82.845 39.686,-82.85 39.698,-82.902 C 39.708,-82.953 39.696,-82.994 39.682,-82.892 C 39.631,-83.1 39.679,-82.992 39.572,-83.248 L 39.556,-83.794 L 39.665,-83.596 C 39.662,-83.715 39.635,-83.732 39.607,-83.791 L 39.599,-84.019 L 39.644,-84.187 C 39.698,-84.056 39.741,-83.803 39.824,-83.782 C 39.799,-83.724 39.779,-83.761 39.736,-83.682 C 39.762,-83.59 39.797,-83.513 39.835,-83.452 C 39.783,-83.378 39.788,-83.023 39.703,-82.71 L 39.713,-82.404 C 39.777,-82.316 39.851,-82.286 39.923,-82.315 C 39.999,-82.352 39.99,-82.537 40.009,-82.616 C 40.029,-82.557 40.046,-82.375 40.017,-82.318 C 40.05,-82.287 40.08,-82.215 40.119,-82.242 C 40.122,-82.317 40.134,-82.393 40.15,-82.453 C 40.147,-82.554 40.079,-82.824 40.003,-82.785 C 39.927,-82.749 39.994,-82.687 39.978,-82.604 L 39.926,-82.728 L 39.898,-83.73 C 39.949,-83.908 40.012,-84.042 40.02,-84.194 C 40.027,-83.979 40.156,-83.804 40.092,-83.469 C 40.156,-83.502 40.212,-83.597 40.255,-83.739 C 40.279,-84.07 40.328,-84.389 40.397,-84.674 C 40.376,-84.821 40.268,-85.118 40.274,-85.451 C 40.227,-85.331 40.183,-85.49 40.156,-85.527 C 40.181,-85.598 40.2,-85.591 40.243,-85.64 C 40.173,-85.828 40.16,-86.197 40.054,-86.311 C 40.016,-86.192 40.023,-85.92 40.007,-85.763 C 39.989,-85.827 39.96,-85.873 39.953,-85.982 C 39.912,-85.96 39.855,-85.772 39.831,-85.76 C 39.753,-85.981 39.798,-85.855 39.796,-86.156 C 39.76,-86.238 39.692,-86.103 39.667,-86.093 C 39.642,-86.08 39.635,-86.385 39.623,-86.514 L 39.56,-86.311 C 39.483,-86.524 39.502,-86.493 39.464,-86.774 C 39.405,-86.739 39.345,-86.729 39.285,-86.748 C 39.311,-86.814 39.329,-86.803 39.359,-86.865 C 39.267,-86.863 39.094,-86.956 39.018,-86.922 C 38.943,-86.883 38.989,-87.156 38.954,-87.198 C 38.84,-87.303 38.721,-87.376 38.601,-87.414 C 38.524,-87.376 38.533,-87.277 38.515,-87.199 C 38.493,-87.259 38.495,-87.319 38.478,-87.395 C 38.463,-87.307 38.443,-87.229 38.422,-87.154 C 38.403,-87.214 38.401,-87.238 38.43,-87.384 C 38.295,-87.437 38.08,-87.771 38.004,-87.734 C 37.929,-87.695 37.994,-87.551 37.916,-87.513 C 37.839,-87.476 37.943,-87.704 37.866,-87.666 C 37.79,-87.627 37.903,-87.504 37.827,-87.467 C 37.75,-87.433 37.801,-87.543 37.787,-87.559 C 37.687,-87.618 37.583,-87.651 37.479,-87.654 C 37.379,-87.573 37.284,-87.454 37.191,-87.307 C 36.969,-86.95 36.565,-85.522 36.345,-84.834 C 36.193,-84.426 36.028,-84.058 35.854,-83.738 C 35.828,-83.724 35.857,-83.617 35.828,-83.527 C 35.8,-83.434 35.769,-83.678 35.691,-83.638 C 35.613,-83.6 35.61,-83.496 35.583,-83.425 C 35.474,-83.3 35.305,-83.359 35.253,-82.995 C 35.222,-82.979 35.194,-82.929 35.172,-82.856 C 35.154,-82.925 35.154,-82.978 35.141,-83.103 L 35.082,-82.9 C 35.065,-82.941 35.054,-82.995 35.051,-83.058 C 35.006,-82.942 35.015,-82.958 34.939,-82.92 C 34.939,-82.92 34.892,-82.898 34.828,-83.126 C 34.788,-83.008 34.725,-82.976 34.711,-82.893 C 34.601,-83.241 34.534,-83.134 34.398,-83.148 C 34.075,-83.718 33.682,-84.482 33.342,-85.202 C 33.304,-85.082 33.242,-85.044 33.221,-84.941 C 33.166,-84.318 33.068,-83.626 32.997,-82.992 C 32.918,-82.532 32.848,-82.061 32.788,-81.583 C 32.803,-81.046 33.243,-80.295 33.305,-80.166 C 33.556,-79.764 33.814,-79.4 34.081,-79.081 C 34.105,-79.125 34.137,-79.141 34.165,-79.122 C 34.255,-78.946 34.363,-78.848 34.477,-78.833 C 34.553,-78.87 34.59,-79.089 34.61,-79.25 L 34.69,-79.291 C 34.717,-79.222 34.713,-79.17 34.726,-79.042 L 34.79,-79.246 C 34.81,-79.188 34.81,-78.995 34.887,-79.033 C 34.964,-79.071 34.884,-79.133 34.914,-79.227 C 34.935,-79.157 34.931,-79.101 34.941,-78.987 C 35.014,-78.983 35.062,-78.913 35.138,-78.951 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_8' stroke-width='0.885'%3E%3Cg id='Group_9' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 79.386,-54.094 L 82.581,-53.973' fill='none'/%3E%3Cpath d='M 60.791,-56.505 L 62.914,-55.902 M 73.162,-52.986 L 74.622,-52.571' fill='none'/%3E%3Cpath d='M 72.799,-56.754 L 71.355,-56.127 M 63.822,-52.848 L 62.615,-52.322' fill='none'/%3E%3Cpath d='M 81.826,-55.705 L 78.363,-55.42 M 57.478,-53.692 L 53.587,-53.37' fill='none'/%3E%3C/g%3E%3Cellipse rx='7.391' ry='1.32' transform='translate(68.225 -54.466) rotate(175.274) skewX(69.3849)' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_10' fill='%23ffffff' stroke-linejoin='miter' stroke='none'%3E%3Cpath d='M 67.238,-54.89 L 67.238,-54.89 Z M 67.075,-54.82 C 67.165,-54.83 67.231,-54.844 67.258,-54.86 C 67.123,-54.852 67.079,-54.82 67.079,-54.82 Z M 67.576,-54.78 C 67.556,-54.79 67.538,-54.799 67.526,-54.809 C 67.487,-54.804 67.471,-54.798 67.481,-54.79 C 67.495,-54.784 67.535,-54.78 67.58,-54.78 Z M 66.734,-54.709 L 66.734,-54.709 Z M 67.723,-54.653 C 67.723,-54.653 67.88,-54.665 67.89,-54.683 C 67.891,-54.683 67.741,-54.67 67.729,-54.653 Z M 55.658,-55.106 L 55.658,-55.106 Z M 67.578,-54.616 C 67.615,-54.621 67.633,-54.629 67.622,-54.634 C 67.612,-54.641 67.578,-54.644 67.532,-54.645 C 67.551,-54.636 67.564,-54.627 67.573,-54.616 Z M 65.074,-54.706 C 65.138,-54.719 65.216,-54.73 65.31,-54.738 C 65.319,-54.751 65.288,-54.763 65.223,-54.771 Z M 67.132,-54.593 C 67.164,-54.602 67.215,-54.609 67.273,-54.613 C 67.339,-54.626 66.899,-54.613 67.14,-54.595 Z M 67.615,-54.569 C 67.725,-54.584 67.803,-54.604 67.839,-54.624 C 67.701,-54.613 67.617,-54.591 67.627,-54.568 Z M 68.366,-54.499 C 68.394,-54.512 68.374,-54.525 68.317,-54.535 C 68.287,-54.522 68.303,-54.509 68.358,-54.5 Z M 67.379,-54.542 C 67.456,-54.56 67.501,-54.58 67.512,-54.6 C 67.416,-54.604 67.364,-54.594 67.257,-54.584 C 67.149,-54.575 67.419,-54.563 67.4,-54.541 Z M 65.772,-54.585 C 65.849,-54.59 65.925,-54.591 66.005,-54.592 C 65.905,-54.627 65.838,-54.664 65.806,-54.701 C 65.737,-54.662 65.729,-54.622 65.791,-54.584 Z M 65.596,-54.591 C 65.578,-54.601 65.562,-54.611 65.548,-54.621 C 65.518,-54.616 65.504,-54.608 65.522,-54.603 C 65.538,-54.597 65.578,-54.592 65.623,-54.593 Z M 64.675,-54.627 L 64.675,-54.627 Z M 68.211,-54.467 C 68.125,-54.496 68.118,-54.528 68.183,-54.559 C 68.245,-54.586 68.484,-54.595 68.76,-54.6 C 68.745,-54.629 68.548,-54.649 68.489,-54.677 C 68.421,-54.662 68.437,-54.654 68.351,-54.647 C 68.321,-54.659 68.378,-54.676 68.388,-54.699 C 68.309,-54.683 68.256,-54.664 68.224,-54.645 C 68.161,-54.617 68.014,-54.622 67.875,-54.598 C 67.98,-54.593 68.126,-54.598 68.17,-54.586 C 68.048,-54.582 67.951,-54.567 67.92,-54.549 C 67.859,-54.521 68.128,-54.535 68.066,-54.507 C 68.003,-54.481 68.024,-54.49 67.928,-54.506 C 67.906,-54.498 68.055,-54.475 68.244,-54.472 Z M 66.785,-54.521 C 66.896,-54.53 66.944,-54.562 66.853,-54.565 C 66.764,-54.557 66.719,-54.525 66.817,-54.526 Z M 66.192,-54.544 C 66.237,-54.561 66.31,-54.578 66.4,-54.592 C 66.4,-54.592 66.269,-54.598 66.2,-54.59 C 66.18,-54.601 66.204,-54.607 66.194,-54.621 C 66.126,-54.596 66.138,-54.569 66.226,-54.548 Z M 68.738,-54.422 C 68.884,-54.427 69.022,-54.437 69.145,-54.451 C 69.044,-54.457 68.937,-54.461 68.83,-54.462 Z M 68.26,-54.435 L 68.26,-54.435 Z M 67.473,-54.441 L 67.473,-54.441 Z M 66.78,-54.462 C 66.895,-54.467 66.978,-54.483 66.981,-54.5 C 66.878,-54.494 66.804,-54.48 66.803,-54.464 Z M 67.204,-54.433 C 67.331,-54.456 67.364,-54.485 67.297,-54.51 C 67.239,-54.486 67.215,-54.46 67.23,-54.434 Z M 68.246,-54.388 L 68.334,-54.426 C 68.22,-54.419 68.253,-54.402 68.274,-54.39 Z M 68.964,-54.337 L 68.964,-54.337 Z M 67.226,-54.403 L 67.226,-54.403 Z M 53.194,-54.93 C 53.311,-54.936 53.395,-54.952 53.398,-54.97 C 53.296,-54.963 53.224,-54.948 53.22,-54.933 Z M 53.618,-54.903 C 53.742,-54.907 53.869,-54.907 53.989,-54.904 C 53.98,-54.933 53.844,-54.916 53.626,-54.948 C 53.654,-54.935 53.66,-54.919 53.645,-54.905 Z M 53.162,-54.862 C 53.198,-54.877 53.121,-54.887 53.226,-54.89 C 53.226,-54.89 53.28,-54.888 53.121,-54.908 C 53.156,-54.909 53.085,-54.866 53.187,-54.864 Z M 67.924,-54.288 C 68.052,-54.296 68.087,-54.308 68.022,-54.33 C 67.97,-54.327 67.934,-54.321 67.918,-54.313 C 67.903,-54.304 67.915,-54.296 67.948,-54.289 Z M 67.062,-54.353 L 66.739,-54.349 C 66.86,-54.342 66.954,-54.33 67.087,-54.354 Z M 54.704,-54.793 C 54.684,-54.806 54.673,-54.82 54.677,-54.833 C 54.619,-54.823 54.504,-54.806 54.367,-54.783 C 54.491,-54.777 54.615,-54.796 54.732,-54.795 Z M 55.788,-54.51 C 55.998,-54.507 56.21,-54.517 56.391,-54.536 C 56.418,-54.524 56.512,-54.501 56.517,-54.509 C 56.91,-54.508 57.303,-54.511 57.694,-54.516 C 57.987,-54.518 58.277,-54.526 58.565,-54.539 C 59.789,-54.6 60.825,-54.76 62.075,-54.729 C 62.23,-54.722 62.323,-54.752 62.507,-54.744 C 62.692,-54.737 62.381,-54.726 62.57,-54.718 C 62.761,-54.711 62.548,-54.743 62.733,-54.736 C 62.918,-54.729 62.968,-54.702 63.11,-54.693 C 63.396,-54.675 63.745,-54.653 64.098,-54.633 C 64.246,-54.627 64.361,-54.604 64.512,-54.6 C 64.576,-54.598 64.639,-54.569 64.828,-54.561 C 64.93,-54.558 65.325,-54.498 65.73,-54.504 C 65.763,-54.491 65.738,-54.485 65.688,-54.459 C 65.792,-54.455 65.844,-54.466 65.907,-54.474 C 65.929,-54.467 65.943,-54.461 65.948,-54.454 C 66.013,-54.464 65.951,-54.472 66.137,-54.465 C 66.322,-54.458 66.234,-54.455 66.221,-54.439 C 66.362,-54.446 66.41,-54.478 66.592,-54.471 C 66.776,-54.464 66.543,-54.45 66.728,-54.443 C 66.912,-54.436 66.882,-54.461 66.959,-54.469 C 67.058,-54.454 67.051,-54.42 67.144,-54.397 C 67.027,-54.389 66.895,-54.388 66.776,-54.393 C 66.587,-54.4 66.703,-54.431 66.592,-54.433 C 66.582,-54.403 66.545,-54.375 66.483,-54.345 C 66.881,-54.355 66.705,-54.3 67.094,-54.285 C 67.277,-54.278 67.224,-54.305 67.296,-54.305 C 67.367,-54.304 67.461,-54.298 67.504,-54.303 C 67.546,-54.308 67.531,-54.314 67.462,-54.305 C 67.423,-54.337 67.491,-54.317 67.343,-54.365 L 67.501,-54.434 L 67.677,-54.393 C 67.71,-54.408 67.656,-54.414 67.612,-54.426 L 67.679,-54.455 L 67.84,-54.468 C 67.915,-54.444 67.921,-54.407 68.104,-54.392 C 68.025,-54.388 67.994,-54.396 67.867,-54.393 C 67.895,-54.378 67.944,-54.363 68.006,-54.35 C 67.864,-54.348 67.751,-54.305 67.448,-54.279 L 67.358,-54.24 C 67.474,-54.22 67.628,-54.205 67.803,-54.198 C 67.986,-54.191 68.031,-54.214 68.103,-54.221 C 68.126,-54.211 68.103,-54.186 68.016,-54.183 C 68.076,-54.175 68.121,-54.161 68.218,-54.159 C 68.252,-54.168 68.303,-54.175 68.363,-54.18 C 68.393,-54.192 68.335,-54.236 68.151,-54.243 C 67.965,-54.25 68.093,-54.232 68.027,-54.224 L 67.956,-54.247 L 68.247,-54.375 C 68.43,-54.388 68.614,-54.395 68.69,-54.412 C 68.627,-54.384 68.856,-54.344 68.596,-54.313 C 68.749,-54.307 68.911,-54.31 69.058,-54.321 C 69.229,-54.358 69.452,-54.39 69.711,-54.414 C 69.716,-54.435 69.576,-54.487 69.709,-54.528 C 69.562,-54.52 69.518,-54.545 69.468,-54.554 C 69.549,-54.56 69.591,-54.556 69.708,-54.555 C 69.617,-54.589 69.718,-54.636 69.519,-54.666 C 69.394,-54.657 69.31,-54.623 69.218,-54.606 C 69.199,-54.617 69.152,-54.627 69.173,-54.641 C 69.074,-54.644 68.877,-54.629 68.819,-54.632 C 68.723,-54.671 68.779,-54.649 68.884,-54.686 C 68.829,-54.702 68.629,-54.696 68.567,-54.698 C 68.508,-54.7 68.603,-54.738 68.619,-54.756 L 68.407,-54.741 C 68.304,-54.779 68.335,-54.772 68.352,-54.812 C 68.205,-54.816 68.068,-54.824 67.941,-54.836 C 68.022,-54.839 68.061,-54.836 68.149,-54.839 C 67.936,-54.852 67.586,-54.89 67.401,-54.898 C 67.217,-54.905 67.417,-54.93 67.353,-54.941 C 67.134,-54.971 66.893,-54.998 66.634,-55.021 C 66.449,-55.029 66.432,-55.015 66.364,-55.007 C 66.336,-55.019 66.36,-55.026 66.351,-55.037 C 66.286,-55.029 66.214,-55.022 66.14,-55.016 C 66.115,-55.027 66.123,-55.03 66.239,-55.044 C 65.954,-55.07 65.587,-55.144 65.402,-55.151 C 65.218,-55.158 65.316,-55.129 65.127,-55.137 C 64.938,-55.144 65.253,-55.156 65.069,-55.163 C 64.883,-55.17 65.094,-55.138 64.91,-55.145 C 64.724,-55.152 64.878,-55.158 64.854,-55.162 C 64.648,-55.184 64.427,-55.205 64.191,-55.221 C 63.941,-55.226 63.678,-55.227 63.42,-55.221 C 62.792,-55.213 61.371,-55.099 60.63,-55.049 C 60.145,-55.021 59.641,-55.001 59.134,-54.989 C 59.069,-54.991 59.101,-54.975 59.002,-54.967 C 58.905,-54.96 58.923,-54.994 58.733,-55.001 C 58.546,-55.008 58.501,-54.997 58.414,-54.992 C 58.123,-54.993 57.762,-55.026 57.513,-54.99 C 57.44,-54.992 57.356,-54.99 57.286,-54.985 C 57.265,-54.996 57.29,-55.002 57.301,-55.02 L 57.098,-55.005 C 57.074,-55.012 57.068,-55.02 57.082,-55.028 C 56.94,-55.02 56.967,-55.021 56.782,-55.028 C 56.782,-55.028 56.668,-55.032 56.604,-55.07 C 56.474,-55.062 56.322,-55.067 56.255,-55.059 C 56.134,-55.118 55.943,-55.115 55.643,-55.138 C 55.118,-55.257 54.504,-55.409 53.993,-55.549 C 53.865,-55.541 53.71,-55.545 53.626,-55.536 C 53.285,-55.468 52.815,-55.398 52.43,-55.331 C 52.089,-55.288 51.763,-55.241 51.456,-55.191 C 51.302,-55.124 52.023,-54.966 52.119,-54.94 C 52.541,-54.852 52.996,-54.769 53.48,-54.69 C 53.554,-54.691 53.629,-54.689 53.687,-54.682 C 53.828,-54.646 54.036,-54.618 54.285,-54.599 C 54.47,-54.592 54.633,-54.613 54.735,-54.629 L 54.929,-54.622 C 54.967,-54.61 54.937,-54.604 54.925,-54.587 L 55.141,-54.602 C 55.164,-54.591 55.098,-54.568 55.282,-54.561 C 55.468,-54.554 55.313,-54.574 55.412,-54.581 C 55.437,-54.569 55.404,-54.562 55.388,-54.547 C 55.551,-54.536 55.635,-54.521 55.819,-54.514 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_11' stroke-linejoin='round' stroke-linecap='round' stroke='%231a1a18' stroke-width='1'%3E%3Cg id='Group_12'%3E%3Cg id='Group_13'%3E%3Cpath d='M 102.066,-54.658 L 100.581,-62.583 C 100.341,-63.804 101.102,-64.925 102.311,-64.924 L 120.23,-64.924 C 121.439,-64.925 122.068,-63.804 121.683,-62.583 L 119.263,-54.658 C 119.007,-53.843 118.104,-53.244 117.223,-53.243 L 103.938,-53.243 C 103.057,-53.244 102.225,-53.843 102.066,-54.658 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 101.783,-58.641 L 120.075,-58.626' fill='none'/%3E%3Cpath d='M 106.571,-53.693 L 105.585,-64.762' fill='none'/%3E%3Cpath d='M 115.053,-53.693 L 116.848,-64.762' fill='none'/%3E%3Cpath d='M 111.184,-53.693 L 111.184,-64.762' fill='none'/%3E%3C/g%3E%3Cg id='Group_14'%3E%3Cpath d='M 108.684,-53.243 L 108.792,-52.924 L 106.947,-51.888 L 108.844,-50.951 L 108.271,-48.915 L 110.274,-49.593 L 111.31,-47.749 L 112.246,-49.645 L 114.283,-49.073 L 113.605,-51.076 L 115.449,-52.111 L 113.553,-53.048 L 113.607,-53.243 L 108.684,-53.243 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 110.051,-53.127 C 109.418,-52.512 109.404,-51.498 110.019,-50.865 C 110.633,-50.232 111.647,-50.217 112.28,-50.832 C 112.913,-51.447 112.928,-52.461 112.313,-53.094 C 112.26,-53.149 112.204,-53.198 112.146,-53.243 L 110.184,-53.243 C 110.138,-53.208 110.093,-53.169 110.051,-53.127 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-solarpartnerpreis-basis--not-hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='5.967 18.914 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='79.751' cy='-84.297' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efad33'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='36.628' cy='-84.298' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23ba8f3e'/%3E%3Cstop offset='1' stop-color='%23dc991c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.001 0)'%3E%3Cstop offset='0' stop-color='%23e1a32f'/%3E%3Cstop offset='1' stop-color='%23eead32'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 0.001 0.001)'%3E%3Cstop offset='0' stop-color='%23bc8215'/%3E%3Cstop offset='1' stop-color='%23ce952a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(77.158 -58.113)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='68.328' cy='-47.883' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0ad31'/%3E%3Cstop offset='1' stop-color='%23e6b251'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(49.038 -84.886) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23eca727'/%3E%3Cstop offset='1' stop-color='%23ec9b00'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(41.53 -112.09) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cpath d='M 52.807,-122.891 L 102.5,-117.764 L 102.324,-117.164 L 52.72,-122.013 L 52.807,-122.891 Z' stroke='none' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 49.284,-59.721 L 106.395,-56.888 L 105.886,-117.138 L 49.43,-122.991 L 49.284,-59.721 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 49.284,-59.721 L 29.379,-53.068 L 29.372,-52.952 L 29.311,-52.933 L 29.311,-53.045 L 29.666,-109.429 L 49.43,-122.991 L 49.284,-59.721 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(79.717 -107.979) rotate(-174.349) skewX(24.1597)' stroke='none' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(39.443 -104.575) rotate(152.901) skewX(-6.03605)' stroke='none' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 102.58,-56.618 L 102.581,-57.077 L 52.484,-59.562 L 52.484,-59.268 L 52.29,-59.134 L 102.58,-56.618 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 81.08,-50.509 L 106.396,-56.591 L 102.956,-56.729 L 102.595,-56.622 L 52.343,-59.171 L 52.484,-59.268 L 49.284,-59.407 L 29.331,-52.836 L 81.08,-50.509 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 29.372,-52.952 L 49.283,-59.53 L 49.284,-59.721 L 29.373,-53.066 L 29.372,-52.952 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.283,-59.53 L 29.327,-52.937 L 29.329,-52.836 L 49.284,-59.407 L 49.283,-59.53 Z' stroke='none' fill='%23d28900' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.298,-122.899 L 49.164,-59.681 L 49.278,-59.721 L 49.428,-59.713 L 49.561,-122.978 L 49.43,-122.991 L 49.298,-122.899 Z' stroke='none' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 52.484,-59.562 L 52.484,-59.386 L 49.283,-59.53 L 49.284,-59.721 L 52.484,-59.562 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.283,-59.53 L 49.283,-59.53 L 49.284,-59.407 L 52.484,-59.263 L 52.484,-59.386 L 49.283,-59.53 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.43,-123.268 L 49.43,-123.268 L 49.43,-123.145 L 52.816,-122.793 L 52.807,-122.91 L 49.43,-123.268 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 52.782,-122.795 L 52.783,-122.643 L 49.43,-122.991 L 49.431,-123.143 L 52.782,-122.795 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.43,-123.268 L 29.718,-109.756 L 29.717,-109.634 L 49.43,-123.145 L 49.43,-123.268 Z' stroke='none' fill='%23c17e00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.43,-123.145 L 29.754,-109.641 L 29.754,-109.488 L 49.43,-122.991 L 49.43,-123.145 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.5,-117.764 L 102.5,-117.764 L 102.502,-117.64 L 105.765,-117.302 L 105.765,-117.418 L 102.5,-117.764 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 105.593,-117.32 L 105.595,-117.168 L 102.242,-117.516 L 102.501,-117.64 L 105.593,-117.32 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.501,-117.64 L 102.241,-117.516 L 102.242,-117.633 L 102.5,-117.764 L 102.501,-117.64 Z' stroke='none' fill='%23c17e00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 29.591,-97.522 C 12.151,-99.852 0.815,-103.872 8.507,-116.202 C 11.565,-121.854 20.866,-122.223 26.003,-122.815 C 35.308,-123.106 41.632,-123.248 49.43,-123.268 L 29.665,-109.752 L 29.591,-97.522 Z' stroke='none' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(91.916 -39.008) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 91.916,-39.008 L 130.417,-39.008 L 130.417,-77.509 L 91.916,-77.509 L 91.916,-39.008 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 115.878,-40.642 C 125.321,-43.532 130.634,-53.529 127.745,-62.973 C 124.858,-72.416 114.862,-77.73 105.416,-74.843 C 95.972,-71.957 90.657,-61.96 93.543,-52.516 C 96.431,-43.069 106.431,-37.753 115.878,-40.642' stroke='none' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(68.193 -81.138) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group_3' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='2.106'%3E%3Cpath d='M 92.469,-88.831 L 96.077,-88.831' fill='none'/%3E%3Cpath d='M 67.408,-100.706 L 71.052,-97.062 M 88.649,-79.465 L 91.158,-76.956' fill='none'/%3E%3Cpath d='M 79.283,-105.625 L 79.282,-100.866 M 79.282,-76.022 L 79.283,-72.037' fill='none'/%3E%3Cpath d='M 91.158,-100.706 L 88.245,-97.796 M 70.679,-80.23 L 67.408,-76.956' fill='none'/%3E%3C/g%3E%3Cellipse rx='8.761' ry='8.761' transform='translate(79.994 -88.463) rotate(135)' stroke-width='1.817' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_4' fill='%23ffffff' stroke-linejoin='miter' stroke='none' stroke-width='0.207'%3E%3Cpath d='M 77.955,-91.164 L 77.955,-91.164 Z M 77.955,-90.628 C 78.023,-90.725 78.058,-90.841 78.051,-90.955 C 77.927,-90.863 77.961,-90.628 77.961,-90.628 Z M 78.569,-90.483 C 78.526,-90.543 78.485,-90.606 78.45,-90.667 C 78.42,-90.628 78.418,-90.574 78.448,-90.529 C 78.476,-90.49 78.527,-90.471 78.574,-90.483 Z M 77.865,-89.761 L 77.865,-89.761 Z M 79.024,-89.638 C 79.024,-89.638 79.16,-89.761 79.128,-89.887 C 79.131,-89.887 79.003,-89.761 79.031,-89.638 Z M 65.417,-89.597 L 65.417,-89.597 Z M 78.962,-89.345 C 78.99,-89.386 78.991,-89.439 78.965,-89.48 C 78.94,-89.521 78.894,-89.542 78.845,-89.535 C 78.887,-89.474 78.924,-89.412 78.958,-89.345 Z M 76.148,-89.306 C 76.184,-89.412 76.238,-89.509 76.317,-89.587 C 76.297,-89.681 76.235,-89.759 76.148,-89.801 Z M 78.553,-89.064 C 78.567,-89.134 78.602,-89.196 78.652,-89.245 C 78.693,-89.345 78.265,-89.142 78.559,-89.075 Z M 79.115,-89.02 C 79.193,-89.155 79.227,-89.312 79.215,-89.468 C 79.099,-89.352 79.064,-89.174 79.128,-89.02 Z M 80.059,-88.737 C 80.059,-88.832 80.006,-88.919 79.926,-88.969 C 79.923,-88.874 79.972,-88.789 80.05,-88.737 Z M 78.933,-88.772 C 78.97,-88.917 78.97,-89.066 78.933,-89.212 C 78.824,-89.212 78.793,-89.132 78.704,-89.035 C 78.615,-88.942 78.924,-88.932 78.958,-88.772 Z M 77.162,-88.648 C 77.231,-88.695 77.306,-88.733 77.386,-88.754 C 77.199,-88.971 77.042,-89.212 76.92,-89.468 C 76.941,-89.179 77.029,-88.894 77.183,-88.648 Z M 76.964,-88.648 C 76.921,-88.707 76.883,-88.769 76.846,-88.832 C 76.825,-88.793 76.829,-88.737 76.859,-88.702 C 76.892,-88.665 76.943,-88.649 76.988,-88.665 Z M 75.924,-88.648 L 75.924,-88.648 Z M 79.977,-88.466 C 79.819,-88.644 79.734,-88.868 79.728,-89.104 C 79.728,-89.306 79.954,-89.436 80.229,-89.542 C 80.145,-89.74 79.893,-89.825 79.763,-90.01 C 79.728,-89.887 79.763,-89.836 79.691,-89.761 C 79.633,-89.836 79.65,-89.97 79.606,-90.132 C 79.565,-89.998 79.553,-89.854 79.565,-89.712 C 79.565,-89.503 79.403,-89.494 79.318,-89.29 C 79.435,-89.29 79.575,-89.364 79.65,-89.29 C 79.534,-89.223 79.468,-89.095 79.48,-88.963 C 79.48,-88.754 79.728,-88.918 79.728,-88.716 C 79.728,-88.512 79.728,-88.58 79.587,-88.671 C 79.587,-88.603 79.795,-88.48 79.999,-88.512 Z M 78.367,-88.466 C 78.461,-88.558 78.435,-88.794 78.332,-88.794 C 78.258,-88.716 78.287,-88.48 78.388,-88.512 Z M 77.698,-88.466 C 77.701,-88.604 77.738,-88.737 77.796,-88.86 C 77.796,-88.86 77.649,-88.86 77.595,-88.794 C 77.546,-88.867 77.556,-88.918 77.516,-89.001 C 77.504,-88.815 77.579,-88.633 77.721,-88.512 Z M 80.63,-88.298 C 80.77,-88.371 80.89,-88.476 80.985,-88.603 C 80.866,-88.624 80.745,-88.624 80.63,-88.603 Z M 80.105,-88.257 L 80.105,-88.257 Z M 79.272,-88.09 L 79.272,-88.09 Z M 78.502,-88.057 C 78.61,-88.123 78.656,-88.256 78.619,-88.376 C 78.527,-88.309 78.487,-88.185 78.522,-88.073 Z M 79.012,-87.966 C 79.089,-88.156 79.053,-88.371 78.924,-88.528 C 78.921,-88.342 78.959,-88.155 79.036,-87.983 Z M 80.202,-87.926 L 80.202,-88.214 C 80.101,-88.136 80.174,-88.028 80.225,-87.95 Z M 81.068,-87.763 L 81.068,-87.763 Z M 79.105,-87.763 L 79.105,-87.763 Z M 63.277,-87.723 C 63.384,-87.792 63.434,-87.924 63.396,-88.048 C 63.305,-87.975 63.266,-87.853 63.299,-87.743 Z M 63.783,-87.64 C 63.902,-87.704 64.033,-87.739 64.166,-87.743 C 64.088,-87.945 63.986,-87.798 63.684,-87.955 C 63.745,-87.866 63.789,-87.763 63.808,-87.657 Z M 63.408,-87.233 C 63.408,-87.348 63.307,-87.392 63.408,-87.442 C 63.408,-87.442 63.469,-87.442 63.256,-87.545 C 63.289,-87.562 63.318,-87.239 63.43,-87.25 Z M 80.105,-87.147 C 80.219,-87.233 80.225,-87.332 80.105,-87.471 C 80.059,-87.431 80.038,-87.373 80.041,-87.311 C 80.045,-87.25 80.078,-87.197 80.128,-87.162 Z M 79.053,-87.377 L 78.729,-87.257 C 78.872,-87.239 78.998,-87.184 79.077,-87.386 Z M 65.173,-87.167 C 65.12,-87.25 65.078,-87.337 65.051,-87.432 C 65.012,-87.348 64.933,-87.202 64.849,-86.998 C 64.99,-86.993 65.074,-87.162 65.198,-87.184 Z M 66.974,-85.479 C 67.199,-85.516 67.396,-85.636 67.539,-85.813 C 67.595,-85.74 67.747,-85.604 67.735,-85.66 C 68.144,-85.759 68.545,-85.881 68.939,-86.025 C 69.239,-86.119 69.522,-86.248 69.79,-86.414 C 70.914,-87.167 71.607,-88.558 72.981,-88.665 C 73.156,-88.665 73.184,-88.894 73.391,-88.894 C 73.601,-88.894 73.306,-88.725 73.52,-88.725 C 73.735,-88.725 73.437,-88.894 73.647,-88.894 C 73.855,-88.894 73.971,-88.722 74.139,-88.698 C 74.479,-88.648 74.893,-88.586 75.309,-88.534 C 75.478,-88.534 75.654,-88.4 75.817,-88.418 C 75.89,-88.418 76.024,-88.232 76.238,-88.232 C 76.353,-88.232 76.906,-87.916 77.314,-88.069 C 77.376,-87.995 77.364,-87.945 77.376,-87.747 C 77.494,-87.747 77.522,-87.833 77.567,-87.905 C 77.605,-87.87 77.636,-87.826 77.657,-87.781 C 77.701,-87.86 77.618,-87.905 77.827,-87.905 C 78.036,-87.905 77.951,-87.86 77.978,-87.743 C 78.108,-87.833 78.08,-88.069 78.287,-88.069 C 78.495,-88.069 78.287,-87.905 78.495,-87.905 C 78.704,-87.905 78.61,-88.079 78.671,-88.155 C 78.81,-88.073 78.886,-87.833 79.036,-87.698 C 78.933,-87.609 78.8,-87.564 78.664,-87.573 C 78.45,-87.573 78.495,-87.821 78.378,-87.804 C 78.436,-87.594 78.468,-87.383 78.472,-87.167 C 78.862,-87.337 78.81,-86.908 79.251,-86.908 C 79.457,-86.908 79.338,-87.079 79.412,-87.096 C 79.488,-87.11 79.598,-87.096 79.633,-87.14 C 79.665,-87.184 79.633,-87.229 79.587,-87.14 C 79.468,-87.359 79.587,-87.233 79.318,-87.527 L 79.318,-88.05 L 79.598,-87.812 C 79.598,-87.926 79.526,-87.955 79.453,-88.023 L 79.453,-88.243 L 79.587,-88.381 C 79.723,-88.232 79.818,-87.973 80.043,-87.916 C 79.971,-87.872 79.919,-87.916 79.795,-87.86 C 79.861,-87.762 79.947,-87.673 80.043,-87.599 C 79.9,-87.551 79.886,-87.213 79.633,-86.956 L 79.633,-86.662 C 79.801,-86.55 79.997,-86.489 80.196,-86.482 C 80.403,-86.482 80.393,-86.662 80.45,-86.729 C 80.5,-86.662 80.534,-86.482 80.45,-86.442 C 80.534,-86.397 80.612,-86.316 80.719,-86.323 C 80.733,-86.393 80.77,-86.459 80.82,-86.508 C 80.82,-86.605 80.658,-86.891 80.45,-86.891 C 80.24,-86.891 80.414,-86.802 80.365,-86.729 L 80.235,-86.87 L 80.235,-87.833 C 80.393,-87.976 80.568,-88.073 80.605,-88.214 C 80.605,-88.007 80.94,-87.785 80.745,-87.494 C 80.916,-87.499 81.077,-87.562 81.204,-87.676 C 81.293,-87.979 81.449,-88.257 81.66,-88.496 C 81.614,-88.644 81.345,-88.973 81.388,-89.285 C 81.253,-89.192 81.146,-89.364 81.073,-89.412 C 81.146,-89.468 81.197,-89.453 81.32,-89.48 C 81.146,-89.688 81.139,-90.044 80.86,-90.2 C 80.751,-90.105 80.745,-89.846 80.691,-89.703 C 80.646,-89.774 80.573,-89.829 80.56,-89.935 C 80.45,-89.935 80.279,-89.783 80.213,-89.783 C 80.021,-90.026 80.132,-89.887 80.152,-90.173 C 80.059,-90.267 79.864,-90.173 79.795,-90.173 C 79.728,-90.173 79.734,-90.465 79.711,-90.589 L 79.526,-90.428 C 79.329,-90.667 79.379,-90.628 79.3,-90.91 C 79.136,-90.905 78.974,-90.924 78.817,-90.967 C 78.891,-91.017 78.94,-90.999 79.024,-91.045 C 78.771,-91.085 78.316,-91.253 78.108,-91.253 C 77.901,-91.253 78.046,-91.489 77.955,-91.546 C 77.655,-91.698 77.34,-91.822 77.016,-91.913 C 76.807,-91.913 76.821,-91.815 76.768,-91.749 C 76.713,-91.815 76.722,-91.873 76.684,-91.951 C 76.636,-91.876 76.578,-91.81 76.515,-91.749 C 76.465,-91.815 76.465,-91.839 76.553,-91.963 C 76.193,-92.075 75.637,-92.49 75.429,-92.49 C 75.221,-92.49 75.389,-92.321 75.176,-92.321 C 74.961,-92.321 75.261,-92.49 75.052,-92.49 C 74.843,-92.49 75.137,-92.321 74.93,-92.321 C 74.719,-92.321 74.866,-92.402 74.831,-92.424 C 74.564,-92.528 74.288,-92.605 74.005,-92.655 C 73.731,-92.626 73.458,-92.559 73.2,-92.46 C 72.571,-92.226 71.365,-91.062 70.717,-90.515 C 70.278,-90.196 69.803,-89.924 69.306,-89.703 C 69.232,-89.703 69.306,-89.587 69.221,-89.514 C 69.136,-89.441 69.074,-89.684 68.86,-89.684 C 68.648,-89.684 68.629,-89.587 68.55,-89.531 C 68.247,-89.463 67.792,-89.597 67.622,-89.278 C 67.539,-89.277 67.458,-89.241 67.396,-89.182 C 67.348,-89.256 67.359,-89.306 67.329,-89.43 L 67.156,-89.266 C 67.113,-89.311 67.088,-89.368 67.083,-89.43 C 66.953,-89.339 66.98,-89.352 66.771,-89.352 C 66.771,-89.352 66.642,-89.352 66.485,-89.597 C 66.369,-89.503 66.198,-89.503 66.149,-89.43 C 65.883,-89.808 65.691,-89.74 65.325,-89.815 C 64.498,-90.502 63.496,-91.405 62.631,-92.244 C 62.519,-92.147 62.347,-92.142 62.28,-92.054 C 62.09,-91.489 61.768,-90.881 61.527,-90.313 C 61.278,-89.914 61.052,-89.501 60.852,-89.075 C 60.852,-88.563 61.978,-87.651 62.139,-87.5 C 62.786,-87.003 63.456,-86.54 64.15,-86.116 C 64.222,-86.146 64.307,-86.146 64.383,-86.116 C 64.614,-85.908 64.896,-85.764 65.202,-85.699 C 65.411,-85.699 65.529,-85.89 65.596,-86.034 L 65.815,-86.034 C 65.883,-85.956 65.867,-85.908 65.894,-85.782 L 66.082,-85.947 C 66.132,-85.88 66.119,-85.699 66.328,-85.699 C 66.537,-85.699 66.328,-85.794 66.414,-85.869 C 66.469,-85.794 66.451,-85.744 66.469,-85.631 C 66.667,-85.594 66.791,-85.507 66.999,-85.507 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_5' stroke-width='1.5'%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 44.33,-86.947 L 45.647,-87.588' fill='none'/%3E%3Cpath d='M 34.831,-94.876 L 36.27,-91.723 M 43.218,-76.5 L 44.209,-74.33' fill='none'/%3E%3Cpath d='M 39.017,-102.118 L 39.158,-97.154 M 39.903,-71.245 L 40.023,-67.088' fill='none'/%3E%3Cpath d='M 43.497,-99.098 L 42.521,-95.546 M 36.638,-74.104 L 35.543,-70.108' fill='none'/%3E%3C/g%3E%3Cellipse rx='7.842' ry='3.776' transform='translate(39.79 -84.345) rotate(105.335) skewX(-50.1355)' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_7' fill='%23ffffff' stroke-linejoin='miter' stroke='none'%3E%3Cpath d='M 38.966,-86.799 L 38.966,-86.799 Z M 38.981,-86.24 C 39.003,-86.354 39.012,-86.482 39.006,-86.598 C 38.965,-86.481 38.982,-86.242 38.982,-86.242 Z M 39.209,-86.199 C 39.194,-86.255 39.175,-86.312 39.161,-86.37 C 39.151,-86.324 39.152,-86.265 39.164,-86.225 C 39.175,-86.189 39.195,-86.178 39.211,-86.199 Z M 38.975,-85.319 L 38.975,-85.319 Z M 39.401,-85.399 C 39.401,-85.399 39.447,-85.551 39.431,-85.678 C 39.433,-85.677 39.389,-85.522 39.403,-85.401 Z M 34.437,-82.938 L 34.437,-82.938 Z M 39.387,-85.08 C 39.396,-85.129 39.396,-85.185 39.385,-85.223 C 39.373,-85.263 39.357,-85.275 39.339,-85.26 C 39.356,-85.203 39.372,-85.146 39.385,-85.08 Z M 38.362,-84.541 C 38.372,-84.657 38.389,-84.768 38.415,-84.864 C 38.405,-84.957 38.38,-85.03 38.347,-85.06 Z M 39.245,-84.715 C 39.25,-84.79 39.26,-84.862 39.277,-84.923 C 39.29,-85.034 39.139,-84.745 39.248,-84.728 Z M 39.452,-84.77 C 39.477,-84.924 39.485,-85.095 39.476,-85.255 C 39.437,-85.114 39.429,-84.922 39.457,-84.772 Z M 39.805,-84.642 C 39.803,-84.741 39.781,-84.825 39.75,-84.86 C 39.752,-84.761 39.772,-84.681 39.803,-84.641 Z M 39.394,-84.479 C 39.403,-84.636 39.399,-84.79 39.381,-84.939 C 39.341,-84.919 39.332,-84.83 39.301,-84.712 C 39.273,-84.6 39.386,-84.645 39.403,-84.484 Z M 38.751,-84.034 C 38.776,-84.096 38.802,-84.148 38.831,-84.185 C 38.755,-84.376 38.692,-84.602 38.639,-84.847 C 38.655,-84.55 38.696,-84.267 38.759,-84.038 Z M 38.679,-84 C 38.662,-84.052 38.647,-84.111 38.63,-84.17 C 38.624,-84.128 38.627,-84.069 38.638,-84.037 C 38.653,-84.005 38.672,-83.996 38.687,-84.022 Z M 38.3,-83.814 L 38.3,-83.814 Z M 39.785,-84.346 C 39.721,-84.503 39.684,-84.721 39.674,-84.968 C 39.668,-85.177 39.747,-85.354 39.843,-85.513 C 39.807,-85.704 39.713,-85.748 39.659,-85.918 C 39.651,-85.783 39.664,-85.734 39.641,-85.646 C 39.617,-85.712 39.619,-85.855 39.598,-86.017 C 39.588,-85.869 39.588,-85.717 39.596,-85.571 C 39.603,-85.353 39.543,-85.316 39.519,-85.089 C 39.561,-85.109 39.609,-85.211 39.64,-85.147 C 39.599,-85.057 39.58,-84.91 39.587,-84.777 C 39.594,-84.559 39.68,-84.772 39.686,-84.561 C 39.691,-84.349 39.691,-84.419 39.636,-84.489 C 39.637,-84.418 39.718,-84.329 39.791,-84.396 Z M 39.196,-84.059 C 39.228,-84.171 39.212,-84.414 39.174,-84.395 C 39.15,-84.3 39.167,-84.057 39.202,-84.111 Z M 38.953,-83.938 C 38.95,-84.083 38.96,-84.231 38.977,-84.369 C 38.977,-84.369 38.922,-84.343 38.905,-84.264 C 38.885,-84.331 38.887,-84.386 38.869,-84.466 C 38.871,-84.271 38.904,-84.092 38.96,-83.991 Z M 40.027,-84.286 C 40.076,-84.388 40.117,-84.519 40.147,-84.669 C 40.104,-84.669 40.06,-84.645 40.018,-84.604 Z M 39.837,-84.15 L 39.837,-84.15 Z M 39.538,-83.826 L 39.538,-83.826 Z M 39.257,-83.657 C 39.296,-83.745 39.307,-83.892 39.291,-84.01 C 39.259,-83.923 39.25,-83.788 39.265,-83.677 Z M 39.446,-83.653 C 39.469,-83.864 39.45,-84.081 39.397,-84.222 C 39.402,-84.029 39.423,-83.84 39.456,-83.674 Z M 39.882,-83.823 L 39.873,-84.122 C 39.839,-84.022 39.869,-83.926 39.89,-83.85 Z M 40.202,-83.807 L 40.202,-83.807 Z M 39.486,-83.457 L 39.486,-83.457 Z M 33.713,-80.602 C 33.75,-80.694 33.764,-80.838 33.746,-80.961 C 33.716,-80.869 33.704,-80.735 33.72,-80.626 Z M 33.9,-80.605 C 33.941,-80.693 33.988,-80.752 34.037,-80.782 C 34.003,-80.979 33.97,-80.806 33.855,-80.917 C 33.88,-80.833 33.899,-80.734 33.909,-80.628 Z M 33.775,-80.113 C 33.772,-80.234 33.734,-80.262 33.769,-80.332 C 33.769,-80.332 33.791,-80.344 33.71,-80.413 C 33.722,-80.435 33.743,-80.102 33.784,-80.135 Z M 39.871,-82.993 C 39.91,-83.102 39.909,-83.205 39.861,-83.329 C 39.844,-83.28 39.84,-83.216 39.842,-83.152 C 39.845,-83.089 39.858,-83.041 39.877,-83.012 Z M 39.48,-83.046 L 39.366,-82.862 C 39.418,-82.87 39.464,-82.835 39.488,-83.06 Z M 34.422,-80.359 C 34.4,-80.435 34.382,-80.52 34.369,-80.615 C 34.357,-80.519 34.333,-80.351 34.309,-80.123 C 34.36,-80.143 34.386,-80.336 34.431,-80.381 Z M 35.129,-78.918 C 35.21,-78.997 35.278,-79.16 35.326,-79.368 C 35.348,-79.302 35.407,-79.185 35.402,-79.243 C 35.548,-79.418 35.691,-79.616 35.83,-79.836 C 35.937,-79.99 36.037,-80.175 36.129,-80.394 C 36.516,-81.379 36.728,-82.953 37.226,-83.308 C 37.289,-83.34 37.293,-83.584 37.368,-83.621 C 37.446,-83.659 37.343,-83.43 37.42,-83.467 C 37.5,-83.504 37.385,-83.628 37.462,-83.666 C 37.538,-83.703 37.585,-83.544 37.647,-83.549 C 37.772,-83.558 37.926,-83.566 38.078,-83.587 C 38.14,-83.616 38.209,-83.508 38.267,-83.557 C 38.294,-83.568 38.349,-83.398 38.427,-83.436 C 38.469,-83.458 38.681,-83.226 38.825,-83.458 C 38.849,-83.392 38.847,-83.337 38.858,-83.132 C 38.9,-83.154 38.907,-83.249 38.921,-83.332 C 38.936,-83.301 38.949,-83.263 38.959,-83.218 C 38.971,-83.308 38.94,-83.341 39.016,-83.378 C 39.093,-83.415 39.063,-83.354 39.077,-83.235 C 39.121,-83.352 39.103,-83.594 39.179,-83.632 C 39.256,-83.668 39.184,-83.458 39.261,-83.497 C 39.337,-83.534 39.297,-83.699 39.317,-83.789 C 39.37,-83.729 39.404,-83.491 39.463,-83.378 C 39.429,-83.266 39.381,-83.197 39.332,-83.18 C 39.254,-83.142 39.263,-83.409 39.22,-83.37 C 39.248,-83.162 39.266,-82.947 39.273,-82.722 C 39.411,-82.97 39.405,-82.513 39.567,-82.591 C 39.642,-82.627 39.593,-82.785 39.619,-82.815 C 39.646,-82.845 39.686,-82.85 39.698,-82.902 C 39.708,-82.953 39.696,-82.994 39.682,-82.892 C 39.631,-83.1 39.679,-82.992 39.572,-83.248 L 39.556,-83.794 L 39.665,-83.596 C 39.662,-83.715 39.635,-83.732 39.607,-83.791 L 39.599,-84.019 L 39.644,-84.187 C 39.698,-84.056 39.741,-83.803 39.824,-83.782 C 39.799,-83.724 39.779,-83.761 39.736,-83.682 C 39.762,-83.59 39.797,-83.513 39.835,-83.452 C 39.783,-83.378 39.788,-83.023 39.703,-82.71 L 39.713,-82.404 C 39.777,-82.316 39.851,-82.286 39.923,-82.315 C 39.999,-82.352 39.99,-82.537 40.009,-82.616 C 40.029,-82.557 40.046,-82.375 40.017,-82.318 C 40.05,-82.287 40.08,-82.215 40.119,-82.242 C 40.122,-82.317 40.134,-82.393 40.15,-82.453 C 40.147,-82.554 40.079,-82.824 40.003,-82.785 C 39.927,-82.749 39.994,-82.687 39.978,-82.604 L 39.926,-82.728 L 39.898,-83.73 C 39.949,-83.908 40.012,-84.042 40.02,-84.194 C 40.027,-83.979 40.156,-83.804 40.092,-83.469 C 40.156,-83.502 40.212,-83.597 40.255,-83.739 C 40.279,-84.07 40.328,-84.389 40.397,-84.674 C 40.376,-84.821 40.268,-85.118 40.274,-85.451 C 40.227,-85.331 40.183,-85.49 40.156,-85.527 C 40.181,-85.598 40.2,-85.591 40.243,-85.64 C 40.173,-85.828 40.16,-86.197 40.054,-86.311 C 40.016,-86.192 40.023,-85.92 40.007,-85.763 C 39.989,-85.827 39.96,-85.873 39.953,-85.982 C 39.912,-85.96 39.855,-85.772 39.831,-85.76 C 39.753,-85.981 39.798,-85.855 39.796,-86.156 C 39.76,-86.238 39.692,-86.103 39.667,-86.093 C 39.642,-86.08 39.635,-86.385 39.623,-86.514 L 39.56,-86.311 C 39.483,-86.524 39.502,-86.493 39.464,-86.774 C 39.405,-86.739 39.345,-86.729 39.285,-86.748 C 39.311,-86.814 39.329,-86.803 39.359,-86.865 C 39.267,-86.863 39.094,-86.956 39.018,-86.922 C 38.943,-86.883 38.989,-87.156 38.954,-87.198 C 38.84,-87.303 38.721,-87.376 38.601,-87.414 C 38.524,-87.376 38.533,-87.277 38.515,-87.199 C 38.493,-87.259 38.495,-87.319 38.478,-87.395 C 38.463,-87.307 38.443,-87.229 38.422,-87.154 C 38.403,-87.214 38.401,-87.238 38.43,-87.384 C 38.295,-87.437 38.08,-87.771 38.004,-87.734 C 37.929,-87.695 37.994,-87.551 37.916,-87.513 C 37.839,-87.476 37.943,-87.704 37.866,-87.666 C 37.79,-87.627 37.903,-87.504 37.827,-87.467 C 37.75,-87.433 37.801,-87.543 37.787,-87.559 C 37.687,-87.618 37.583,-87.651 37.479,-87.654 C 37.379,-87.573 37.284,-87.454 37.191,-87.307 C 36.969,-86.95 36.565,-85.522 36.345,-84.834 C 36.193,-84.426 36.028,-84.058 35.854,-83.738 C 35.828,-83.724 35.857,-83.617 35.828,-83.527 C 35.8,-83.434 35.769,-83.678 35.691,-83.638 C 35.613,-83.6 35.61,-83.496 35.583,-83.425 C 35.474,-83.3 35.305,-83.359 35.253,-82.995 C 35.222,-82.979 35.194,-82.929 35.172,-82.856 C 35.154,-82.925 35.154,-82.978 35.141,-83.103 L 35.082,-82.9 C 35.065,-82.941 35.054,-82.995 35.051,-83.058 C 35.006,-82.942 35.015,-82.958 34.939,-82.92 C 34.939,-82.92 34.892,-82.898 34.828,-83.126 C 34.788,-83.008 34.725,-82.976 34.711,-82.893 C 34.601,-83.241 34.534,-83.134 34.398,-83.148 C 34.075,-83.718 33.682,-84.482 33.342,-85.202 C 33.304,-85.082 33.242,-85.044 33.221,-84.941 C 33.166,-84.318 33.068,-83.626 32.997,-82.992 C 32.918,-82.532 32.848,-82.061 32.788,-81.583 C 32.803,-81.046 33.243,-80.295 33.305,-80.166 C 33.556,-79.764 33.814,-79.4 34.081,-79.081 C 34.105,-79.125 34.137,-79.141 34.165,-79.122 C 34.255,-78.946 34.363,-78.848 34.477,-78.833 C 34.553,-78.87 34.59,-79.089 34.61,-79.25 L 34.69,-79.291 C 34.717,-79.222 34.713,-79.17 34.726,-79.042 L 34.79,-79.246 C 34.81,-79.188 34.81,-78.995 34.887,-79.033 C 34.964,-79.071 34.884,-79.133 34.914,-79.227 C 34.935,-79.157 34.931,-79.101 34.941,-78.987 C 35.014,-78.983 35.062,-78.913 35.138,-78.951 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_8' stroke-width='0.885'%3E%3Cg id='Group_9' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 79.386,-54.094 L 82.581,-53.973' fill='none'/%3E%3Cpath d='M 60.791,-56.505 L 62.914,-55.902 M 73.162,-52.986 L 74.622,-52.571' fill='none'/%3E%3Cpath d='M 72.799,-56.754 L 71.355,-56.127 M 63.822,-52.848 L 62.615,-52.322' fill='none'/%3E%3Cpath d='M 81.826,-55.705 L 78.363,-55.42 M 57.478,-53.692 L 53.587,-53.37' fill='none'/%3E%3C/g%3E%3Cellipse rx='7.391' ry='1.32' transform='translate(68.225 -54.466) rotate(175.274) skewX(69.3849)' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_10' fill='%23ffffff' stroke-linejoin='miter' stroke='none'%3E%3Cpath d='M 67.238,-54.89 L 67.238,-54.89 Z M 67.075,-54.82 C 67.165,-54.83 67.231,-54.844 67.258,-54.86 C 67.123,-54.852 67.079,-54.82 67.079,-54.82 Z M 67.576,-54.78 C 67.556,-54.79 67.538,-54.799 67.526,-54.809 C 67.487,-54.804 67.471,-54.798 67.481,-54.79 C 67.495,-54.784 67.535,-54.78 67.58,-54.78 Z M 66.734,-54.709 L 66.734,-54.709 Z M 67.723,-54.653 C 67.723,-54.653 67.88,-54.665 67.89,-54.683 C 67.891,-54.683 67.741,-54.67 67.729,-54.653 Z M 55.658,-55.106 L 55.658,-55.106 Z M 67.578,-54.616 C 67.615,-54.621 67.633,-54.629 67.622,-54.634 C 67.612,-54.641 67.578,-54.644 67.532,-54.645 C 67.551,-54.636 67.564,-54.627 67.573,-54.616 Z M 65.074,-54.706 C 65.138,-54.719 65.216,-54.73 65.31,-54.738 C 65.319,-54.751 65.288,-54.763 65.223,-54.771 Z M 67.132,-54.593 C 67.164,-54.602 67.215,-54.609 67.273,-54.613 C 67.339,-54.626 66.899,-54.613 67.14,-54.595 Z M 67.615,-54.569 C 67.725,-54.584 67.803,-54.604 67.839,-54.624 C 67.701,-54.613 67.617,-54.591 67.627,-54.568 Z M 68.366,-54.499 C 68.394,-54.512 68.374,-54.525 68.317,-54.535 C 68.287,-54.522 68.303,-54.509 68.358,-54.5 Z M 67.379,-54.542 C 67.456,-54.56 67.501,-54.58 67.512,-54.6 C 67.416,-54.604 67.364,-54.594 67.257,-54.584 C 67.149,-54.575 67.419,-54.563 67.4,-54.541 Z M 65.772,-54.585 C 65.849,-54.59 65.925,-54.591 66.005,-54.592 C 65.905,-54.627 65.838,-54.664 65.806,-54.701 C 65.737,-54.662 65.729,-54.622 65.791,-54.584 Z M 65.596,-54.591 C 65.578,-54.601 65.562,-54.611 65.548,-54.621 C 65.518,-54.616 65.504,-54.608 65.522,-54.603 C 65.538,-54.597 65.578,-54.592 65.623,-54.593 Z M 64.675,-54.627 L 64.675,-54.627 Z M 68.211,-54.467 C 68.125,-54.496 68.118,-54.528 68.183,-54.559 C 68.245,-54.586 68.484,-54.595 68.76,-54.6 C 68.745,-54.629 68.548,-54.649 68.489,-54.677 C 68.421,-54.662 68.437,-54.654 68.351,-54.647 C 68.321,-54.659 68.378,-54.676 68.388,-54.699 C 68.309,-54.683 68.256,-54.664 68.224,-54.645 C 68.161,-54.617 68.014,-54.622 67.875,-54.598 C 67.98,-54.593 68.126,-54.598 68.17,-54.586 C 68.048,-54.582 67.951,-54.567 67.92,-54.549 C 67.859,-54.521 68.128,-54.535 68.066,-54.507 C 68.003,-54.481 68.024,-54.49 67.928,-54.506 C 67.906,-54.498 68.055,-54.475 68.244,-54.472 Z M 66.785,-54.521 C 66.896,-54.53 66.944,-54.562 66.853,-54.565 C 66.764,-54.557 66.719,-54.525 66.817,-54.526 Z M 66.192,-54.544 C 66.237,-54.561 66.31,-54.578 66.4,-54.592 C 66.4,-54.592 66.269,-54.598 66.2,-54.59 C 66.18,-54.601 66.204,-54.607 66.194,-54.621 C 66.126,-54.596 66.138,-54.569 66.226,-54.548 Z M 68.738,-54.422 C 68.884,-54.427 69.022,-54.437 69.145,-54.451 C 69.044,-54.457 68.937,-54.461 68.83,-54.462 Z M 68.26,-54.435 L 68.26,-54.435 Z M 67.473,-54.441 L 67.473,-54.441 Z M 66.78,-54.462 C 66.895,-54.467 66.978,-54.483 66.981,-54.5 C 66.878,-54.494 66.804,-54.48 66.803,-54.464 Z M 67.204,-54.433 C 67.331,-54.456 67.364,-54.485 67.297,-54.51 C 67.239,-54.486 67.215,-54.46 67.23,-54.434 Z M 68.246,-54.388 L 68.334,-54.426 C 68.22,-54.419 68.253,-54.402 68.274,-54.39 Z M 68.964,-54.337 L 68.964,-54.337 Z M 67.226,-54.403 L 67.226,-54.403 Z M 53.194,-54.93 C 53.311,-54.936 53.395,-54.952 53.398,-54.97 C 53.296,-54.963 53.224,-54.948 53.22,-54.933 Z M 53.618,-54.903 C 53.742,-54.907 53.869,-54.907 53.989,-54.904 C 53.98,-54.933 53.844,-54.916 53.626,-54.948 C 53.654,-54.935 53.66,-54.919 53.645,-54.905 Z M 53.162,-54.862 C 53.198,-54.877 53.121,-54.887 53.226,-54.89 C 53.226,-54.89 53.28,-54.888 53.121,-54.908 C 53.156,-54.909 53.085,-54.866 53.187,-54.864 Z M 67.924,-54.288 C 68.052,-54.296 68.087,-54.308 68.022,-54.33 C 67.97,-54.327 67.934,-54.321 67.918,-54.313 C 67.903,-54.304 67.915,-54.296 67.948,-54.289 Z M 67.062,-54.353 L 66.739,-54.349 C 66.86,-54.342 66.954,-54.33 67.087,-54.354 Z M 54.704,-54.793 C 54.684,-54.806 54.673,-54.82 54.677,-54.833 C 54.619,-54.823 54.504,-54.806 54.367,-54.783 C 54.491,-54.777 54.615,-54.796 54.732,-54.795 Z M 55.788,-54.51 C 55.998,-54.507 56.21,-54.517 56.391,-54.536 C 56.418,-54.524 56.512,-54.501 56.517,-54.509 C 56.91,-54.508 57.303,-54.511 57.694,-54.516 C 57.987,-54.518 58.277,-54.526 58.565,-54.539 C 59.789,-54.6 60.825,-54.76 62.075,-54.729 C 62.23,-54.722 62.323,-54.752 62.507,-54.744 C 62.692,-54.737 62.381,-54.726 62.57,-54.718 C 62.761,-54.711 62.548,-54.743 62.733,-54.736 C 62.918,-54.729 62.968,-54.702 63.11,-54.693 C 63.396,-54.675 63.745,-54.653 64.098,-54.633 C 64.246,-54.627 64.361,-54.604 64.512,-54.6 C 64.576,-54.598 64.639,-54.569 64.828,-54.561 C 64.93,-54.558 65.325,-54.498 65.73,-54.504 C 65.763,-54.491 65.738,-54.485 65.688,-54.459 C 65.792,-54.455 65.844,-54.466 65.907,-54.474 C 65.929,-54.467 65.943,-54.461 65.948,-54.454 C 66.013,-54.464 65.951,-54.472 66.137,-54.465 C 66.322,-54.458 66.234,-54.455 66.221,-54.439 C 66.362,-54.446 66.41,-54.478 66.592,-54.471 C 66.776,-54.464 66.543,-54.45 66.728,-54.443 C 66.912,-54.436 66.882,-54.461 66.959,-54.469 C 67.058,-54.454 67.051,-54.42 67.144,-54.397 C 67.027,-54.389 66.895,-54.388 66.776,-54.393 C 66.587,-54.4 66.703,-54.431 66.592,-54.433 C 66.582,-54.403 66.545,-54.375 66.483,-54.345 C 66.881,-54.355 66.705,-54.3 67.094,-54.285 C 67.277,-54.278 67.224,-54.305 67.296,-54.305 C 67.367,-54.304 67.461,-54.298 67.504,-54.303 C 67.546,-54.308 67.531,-54.314 67.462,-54.305 C 67.423,-54.337 67.491,-54.317 67.343,-54.365 L 67.501,-54.434 L 67.677,-54.393 C 67.71,-54.408 67.656,-54.414 67.612,-54.426 L 67.679,-54.455 L 67.84,-54.468 C 67.915,-54.444 67.921,-54.407 68.104,-54.392 C 68.025,-54.388 67.994,-54.396 67.867,-54.393 C 67.895,-54.378 67.944,-54.363 68.006,-54.35 C 67.864,-54.348 67.751,-54.305 67.448,-54.279 L 67.358,-54.24 C 67.474,-54.22 67.628,-54.205 67.803,-54.198 C 67.986,-54.191 68.031,-54.214 68.103,-54.221 C 68.126,-54.211 68.103,-54.186 68.016,-54.183 C 68.076,-54.175 68.121,-54.161 68.218,-54.159 C 68.252,-54.168 68.303,-54.175 68.363,-54.18 C 68.393,-54.192 68.335,-54.236 68.151,-54.243 C 67.965,-54.25 68.093,-54.232 68.027,-54.224 L 67.956,-54.247 L 68.247,-54.375 C 68.43,-54.388 68.614,-54.395 68.69,-54.412 C 68.627,-54.384 68.856,-54.344 68.596,-54.313 C 68.749,-54.307 68.911,-54.31 69.058,-54.321 C 69.229,-54.358 69.452,-54.39 69.711,-54.414 C 69.716,-54.435 69.576,-54.487 69.709,-54.528 C 69.562,-54.52 69.518,-54.545 69.468,-54.554 C 69.549,-54.56 69.591,-54.556 69.708,-54.555 C 69.617,-54.589 69.718,-54.636 69.519,-54.666 C 69.394,-54.657 69.31,-54.623 69.218,-54.606 C 69.199,-54.617 69.152,-54.627 69.173,-54.641 C 69.074,-54.644 68.877,-54.629 68.819,-54.632 C 68.723,-54.671 68.779,-54.649 68.884,-54.686 C 68.829,-54.702 68.629,-54.696 68.567,-54.698 C 68.508,-54.7 68.603,-54.738 68.619,-54.756 L 68.407,-54.741 C 68.304,-54.779 68.335,-54.772 68.352,-54.812 C 68.205,-54.816 68.068,-54.824 67.941,-54.836 C 68.022,-54.839 68.061,-54.836 68.149,-54.839 C 67.936,-54.852 67.586,-54.89 67.401,-54.898 C 67.217,-54.905 67.417,-54.93 67.353,-54.941 C 67.134,-54.971 66.893,-54.998 66.634,-55.021 C 66.449,-55.029 66.432,-55.015 66.364,-55.007 C 66.336,-55.019 66.36,-55.026 66.351,-55.037 C 66.286,-55.029 66.214,-55.022 66.14,-55.016 C 66.115,-55.027 66.123,-55.03 66.239,-55.044 C 65.954,-55.07 65.587,-55.144 65.402,-55.151 C 65.218,-55.158 65.316,-55.129 65.127,-55.137 C 64.938,-55.144 65.253,-55.156 65.069,-55.163 C 64.883,-55.17 65.094,-55.138 64.91,-55.145 C 64.724,-55.152 64.878,-55.158 64.854,-55.162 C 64.648,-55.184 64.427,-55.205 64.191,-55.221 C 63.941,-55.226 63.678,-55.227 63.42,-55.221 C 62.792,-55.213 61.371,-55.099 60.63,-55.049 C 60.145,-55.021 59.641,-55.001 59.134,-54.989 C 59.069,-54.991 59.101,-54.975 59.002,-54.967 C 58.905,-54.96 58.923,-54.994 58.733,-55.001 C 58.546,-55.008 58.501,-54.997 58.414,-54.992 C 58.123,-54.993 57.762,-55.026 57.513,-54.99 C 57.44,-54.992 57.356,-54.99 57.286,-54.985 C 57.265,-54.996 57.29,-55.002 57.301,-55.02 L 57.098,-55.005 C 57.074,-55.012 57.068,-55.02 57.082,-55.028 C 56.94,-55.02 56.967,-55.021 56.782,-55.028 C 56.782,-55.028 56.668,-55.032 56.604,-55.07 C 56.474,-55.062 56.322,-55.067 56.255,-55.059 C 56.134,-55.118 55.943,-55.115 55.643,-55.138 C 55.118,-55.257 54.504,-55.409 53.993,-55.549 C 53.865,-55.541 53.71,-55.545 53.626,-55.536 C 53.285,-55.468 52.815,-55.398 52.43,-55.331 C 52.089,-55.288 51.763,-55.241 51.456,-55.191 C 51.302,-55.124 52.023,-54.966 52.119,-54.94 C 52.541,-54.852 52.996,-54.769 53.48,-54.69 C 53.554,-54.691 53.629,-54.689 53.687,-54.682 C 53.828,-54.646 54.036,-54.618 54.285,-54.599 C 54.47,-54.592 54.633,-54.613 54.735,-54.629 L 54.929,-54.622 C 54.967,-54.61 54.937,-54.604 54.925,-54.587 L 55.141,-54.602 C 55.164,-54.591 55.098,-54.568 55.282,-54.561 C 55.468,-54.554 55.313,-54.574 55.412,-54.581 C 55.437,-54.569 55.404,-54.562 55.388,-54.547 C 55.551,-54.536 55.635,-54.521 55.819,-54.514 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_11' stroke-linejoin='round' stroke-linecap='round' stroke='%231a1a18' stroke-width='1'%3E%3Cg id='Group_12'%3E%3Cg id='Group_13'%3E%3Cpath d='M 102.066,-54.658 L 100.581,-62.583 C 100.341,-63.804 101.102,-64.925 102.311,-64.924 L 120.23,-64.924 C 121.439,-64.925 122.068,-63.804 121.683,-62.583 L 119.263,-54.658 C 119.007,-53.843 118.104,-53.244 117.223,-53.243 L 103.938,-53.243 C 103.057,-53.244 102.225,-53.843 102.066,-54.658 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 101.783,-58.641 L 120.075,-58.626' fill='none'/%3E%3Cpath d='M 106.571,-53.693 L 105.585,-64.762' fill='none'/%3E%3Cpath d='M 115.053,-53.693 L 116.848,-64.762' fill='none'/%3E%3Cpath d='M 111.184,-53.693 L 111.184,-64.762' fill='none'/%3E%3C/g%3E%3Cg id='Group_14'%3E%3Cpath d='M 108.684,-53.243 L 108.792,-52.924 L 106.947,-51.888 L 108.844,-50.951 L 108.271,-48.915 L 110.274,-49.593 L 111.31,-47.749 L 112.246,-49.645 L 114.283,-49.073 L 113.605,-51.076 L 115.449,-52.111 L 113.553,-53.048 L 113.607,-53.243 L 108.684,-53.243 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 110.051,-53.127 C 109.418,-52.512 109.404,-51.498 110.019,-50.865 C 110.633,-50.232 111.647,-50.217 112.28,-50.832 C 112.913,-51.447 112.928,-52.461 112.313,-53.094 C 112.26,-53.149 112.204,-53.198 112.146,-53.243 L 110.184,-53.243 C 110.138,-53.208 110.093,-53.169 110.051,-53.127 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.eag-solarpartnerpreis-basis--hightlighted {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='124.45pt' height='124.45pt' viewBox='5.967 18.914 124.45 124.45'%3E%3Cdefs%3E%3CradialGradient id='RadialGradient' gradientUnits='userSpaceOnUse' cx='79.751' cy='-84.297' r='40.0565904939499'%3E%3Cstop offset='0' stop-color='%23eedf56'/%3E%3Cstop offset='1' stop-color='%23efad33'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_1' gradientUnits='userSpaceOnUse' cx='36.628' cy='-84.298' r='39.9640435016278'%3E%3Cstop offset='0' stop-color='%23ba8f3e'/%3E%3Cstop offset='1' stop-color='%23dc991c'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_2' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.08' gradientTransform='matrix(-0.479721 0.999496 -9.347 -0.287888 -0.001 0)'%3E%3Cstop offset='0' stop-color='%23e1a32f'/%3E%3Cstop offset='1' stop-color='%23eead32'/%3E%3C/radialGradient%3E%3CradialGradient id='RadialGradient_3' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='1.076' gradientTransform='matrix(-0.177017 0.960403 -3.46916 -0.278076 0.001 0.001)'%3E%3Cstop offset='0' stop-color='%23bc8215'/%3E%3Cstop offset='1' stop-color='%23ce952a'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.025' y2='-0.473' gradientTransform='translate(77.158 -58.113)'%3E%3Cstop offset='0' stop-color='%23f2da3c'/%3E%3Cstop offset='1' stop-color='%23e8d62f'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_4' gradientUnits='userSpaceOnUse' cx='68.328' cy='-47.883' r='31.174410178863'%3E%3Cstop offset='0' stop-color='%23f0ad31'/%3E%3Cstop offset='1' stop-color='%23e6b251'/%3E%3C/radialGradient%3E%3ClinearGradient id='LinearGradient_1' gradientUnits='userSpaceOnUse' x1='0' y1='0' x2='0.674' y2='0' gradientTransform='translate(49.038 -84.886) scale(0.5)' spreadMethod='reflect'%3E%3Cstop offset='0' stop-color='%23eca727'/%3E%3Cstop offset='1' stop-color='%23ec9b00'/%3E%3C/linearGradient%3E%3CradialGradient id='RadialGradient_5' gradientUnits='userSpaceOnUse' cx='0' cy='0' r='32.937' gradientTransform='translate(41.53 -112.09) rotate(1.22994) scale(1 0.385099)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23000000'/%3E%3C/radialGradient%3E%3Cimage id='Bitmap' preserveAspectRatio='none' width='1' height='1' xlink:href='data:image/png;base64,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'%3E%3Ctitle%3E1%3C/title%3E%3C/image%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cpath d='M 52.807,-122.891 L 102.5,-117.764 L 102.324,-117.164 L 52.72,-122.013 L 52.807,-122.891 Z' stroke='none' stroke-opacity='0.435294' fill='%23000000' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill-opacity='0.435294'/%3E%3Cpath d='M 49.284,-59.721 L 106.395,-56.888 L 105.886,-117.138 L 49.43,-122.991 L 49.284,-59.721 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient)'/%3E%3Cpath d='M 49.284,-59.721 L 29.379,-53.068 L 29.372,-52.952 L 29.311,-52.933 L 29.311,-53.045 L 29.666,-109.429 L 49.43,-122.991 L 49.284,-59.721 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_1)'/%3E%3Cellipse rx='9.475' ry='0.672' transform='translate(79.717 -107.979) rotate(-174.349) skewX(24.1597)' stroke='none' stroke-width='0.285' stroke-linejoin='miter' fill='url(%23RadialGradient_2)'/%3E%3Cellipse rx='3.503' ry='0.644' transform='translate(39.443 -104.575) rotate(152.901) skewX(-6.03605)' stroke='none' stroke-width='0.279' stroke-linejoin='miter' fill='url(%23RadialGradient_3)'/%3E%3Cpath d='M 102.58,-56.618 L 102.581,-57.077 L 52.484,-59.562 L 52.484,-59.268 L 52.29,-59.134 L 102.58,-56.618 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23LinearGradient)'/%3E%3Cpath d='M 81.08,-50.509 L 106.396,-56.591 L 102.956,-56.729 L 102.595,-56.622 L 52.343,-59.171 L 52.484,-59.268 L 49.284,-59.407 L 29.331,-52.836 L 81.08,-50.509 Z' stroke='none' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' fill='url(%23RadialGradient_4)'/%3E%3Cpath d='M 29.372,-52.952 L 49.283,-59.53 L 49.284,-59.721 L 29.373,-53.066 L 29.372,-52.952 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.283,-59.53 L 29.327,-52.937 L 29.329,-52.836 L 49.284,-59.407 L 49.283,-59.53 Z' stroke='none' fill='%23d28900' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.298,-122.899 L 49.164,-59.681 L 49.278,-59.721 L 49.428,-59.713 L 49.561,-122.978 L 49.43,-122.991 L 49.298,-122.899 Z' stroke='none' stroke-width='0.188' fill-rule='evenodd' marker-start='none' marker-end='none' fill='url(%23LinearGradient_1)'/%3E%3Cpath d='M 52.484,-59.562 L 52.484,-59.386 L 49.283,-59.53 L 49.284,-59.721 L 52.484,-59.562 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.283,-59.53 L 49.283,-59.53 L 49.284,-59.407 L 52.484,-59.263 L 52.484,-59.386 L 49.283,-59.53 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.43,-123.268 L 49.43,-123.268 L 49.43,-123.145 L 52.816,-122.793 L 52.807,-122.91 L 49.43,-123.268 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 52.782,-122.795 L 52.783,-122.643 L 49.43,-122.991 L 49.431,-123.143 L 52.782,-122.795 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.43,-123.268 L 29.718,-109.756 L 29.717,-109.634 L 49.43,-123.145 L 49.43,-123.268 Z' stroke='none' fill='%23c17e00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 49.43,-123.145 L 29.754,-109.641 L 29.754,-109.488 L 49.43,-122.991 L 49.43,-123.145 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.5,-117.764 L 102.5,-117.764 L 102.502,-117.64 L 105.765,-117.302 L 105.765,-117.418 L 102.5,-117.764 Z' stroke='none' fill='%23e2a42f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 105.593,-117.32 L 105.595,-117.168 L 102.242,-117.516 L 102.501,-117.64 L 105.593,-117.32 Z' stroke='none' fill='%23988b00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 102.501,-117.64 L 102.241,-117.516 L 102.242,-117.633 L 102.5,-117.764 L 102.501,-117.64 Z' stroke='none' fill='%23c17e00' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cmask id='TranspMask'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='url(%23RadialGradient_5)' stroke='none'/%3E%3C/mask%3E%3Cpath d='M 29.591,-97.522 C 12.151,-99.852 0.815,-103.872 8.507,-116.202 C 11.565,-121.854 20.866,-122.223 26.003,-122.815 C 35.308,-123.106 41.632,-123.248 49.43,-123.268 L 29.665,-109.752 L 29.591,-97.522 Z' stroke='none' fill='%239f9f9f' stroke-width='0.285' stroke-linejoin='miter' marker-start='none' marker-end='none' mask='url(%23TranspMask)'/%3E%3Cmask id='TranspMask_1'%3E%3Crect x='-10%25' y='-10%25' width='120%25' height='120%25' fill='%23808080' stroke='none'/%3E%3C/mask%3E%3Cg id='Group' stroke-linejoin='miter' stroke='none' mask='url(%23TranspMask_1)'%3E%3Cg id='Group_1'%3E%3Cg id='Group_2'%3E%3CclipPath id='clip-path'%3E%3Cuse xlink:href='%23Shape'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23clip-path)'%3E%3Cuse xlink:href='%23Bitmap' transform='translate(91.916 -39.008) scale(38.501 -38.501)'/%3E%3C/g%3E%3Cpath d='M 91.916,-39.008 L 130.417,-39.008 L 130.417,-77.509 L 91.916,-77.509 L 91.916,-39.008 Z' marker-start='none' marker-end='none' fill='none' id='Shape'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3Cpath d='M 115.878,-40.642 C 125.321,-43.532 130.634,-53.529 127.745,-62.973 C 124.858,-72.416 114.862,-77.73 105.416,-74.843 C 95.972,-71.957 90.657,-61.96 93.543,-52.516 C 96.431,-43.069 106.431,-37.753 115.878,-40.642' stroke='none' fill='%23fce83d' stroke-width='0.306' fill-rule='nonzero' stroke-linejoin='miter'/%3E%3Crect x='-62.225' y='-62.225' width='124.45' height='124.45' transform='translate(68.193 -81.138) rotate(90)' stroke='none' stroke-width='0.652' stroke-linejoin='miter'/%3E%3Cg id='Group_3' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' stroke-width='2.106'%3E%3Cpath d='M 92.469,-88.831 L 96.077,-88.831' fill='none'/%3E%3Cpath d='M 67.408,-100.706 L 71.052,-97.062 M 88.649,-79.465 L 91.158,-76.956' fill='none'/%3E%3Cpath d='M 79.283,-105.625 L 79.282,-100.866 M 79.282,-76.022 L 79.283,-72.037' fill='none'/%3E%3Cpath d='M 91.158,-100.706 L 88.245,-97.796 M 70.679,-80.23 L 67.408,-76.956' fill='none'/%3E%3C/g%3E%3Cellipse rx='8.761' ry='8.761' transform='translate(79.994 -88.463) rotate(135)' stroke-width='1.817' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_4' fill='%23ffffff' stroke-linejoin='miter' stroke='none' stroke-width='0.207'%3E%3Cpath d='M 77.955,-91.164 L 77.955,-91.164 Z M 77.955,-90.628 C 78.023,-90.725 78.058,-90.841 78.051,-90.955 C 77.927,-90.863 77.961,-90.628 77.961,-90.628 Z M 78.569,-90.483 C 78.526,-90.543 78.485,-90.606 78.45,-90.667 C 78.42,-90.628 78.418,-90.574 78.448,-90.529 C 78.476,-90.49 78.527,-90.471 78.574,-90.483 Z M 77.865,-89.761 L 77.865,-89.761 Z M 79.024,-89.638 C 79.024,-89.638 79.16,-89.761 79.128,-89.887 C 79.131,-89.887 79.003,-89.761 79.031,-89.638 Z M 65.417,-89.597 L 65.417,-89.597 Z M 78.962,-89.345 C 78.99,-89.386 78.991,-89.439 78.965,-89.48 C 78.94,-89.521 78.894,-89.542 78.845,-89.535 C 78.887,-89.474 78.924,-89.412 78.958,-89.345 Z M 76.148,-89.306 C 76.184,-89.412 76.238,-89.509 76.317,-89.587 C 76.297,-89.681 76.235,-89.759 76.148,-89.801 Z M 78.553,-89.064 C 78.567,-89.134 78.602,-89.196 78.652,-89.245 C 78.693,-89.345 78.265,-89.142 78.559,-89.075 Z M 79.115,-89.02 C 79.193,-89.155 79.227,-89.312 79.215,-89.468 C 79.099,-89.352 79.064,-89.174 79.128,-89.02 Z M 80.059,-88.737 C 80.059,-88.832 80.006,-88.919 79.926,-88.969 C 79.923,-88.874 79.972,-88.789 80.05,-88.737 Z M 78.933,-88.772 C 78.97,-88.917 78.97,-89.066 78.933,-89.212 C 78.824,-89.212 78.793,-89.132 78.704,-89.035 C 78.615,-88.942 78.924,-88.932 78.958,-88.772 Z M 77.162,-88.648 C 77.231,-88.695 77.306,-88.733 77.386,-88.754 C 77.199,-88.971 77.042,-89.212 76.92,-89.468 C 76.941,-89.179 77.029,-88.894 77.183,-88.648 Z M 76.964,-88.648 C 76.921,-88.707 76.883,-88.769 76.846,-88.832 C 76.825,-88.793 76.829,-88.737 76.859,-88.702 C 76.892,-88.665 76.943,-88.649 76.988,-88.665 Z M 75.924,-88.648 L 75.924,-88.648 Z M 79.977,-88.466 C 79.819,-88.644 79.734,-88.868 79.728,-89.104 C 79.728,-89.306 79.954,-89.436 80.229,-89.542 C 80.145,-89.74 79.893,-89.825 79.763,-90.01 C 79.728,-89.887 79.763,-89.836 79.691,-89.761 C 79.633,-89.836 79.65,-89.97 79.606,-90.132 C 79.565,-89.998 79.553,-89.854 79.565,-89.712 C 79.565,-89.503 79.403,-89.494 79.318,-89.29 C 79.435,-89.29 79.575,-89.364 79.65,-89.29 C 79.534,-89.223 79.468,-89.095 79.48,-88.963 C 79.48,-88.754 79.728,-88.918 79.728,-88.716 C 79.728,-88.512 79.728,-88.58 79.587,-88.671 C 79.587,-88.603 79.795,-88.48 79.999,-88.512 Z M 78.367,-88.466 C 78.461,-88.558 78.435,-88.794 78.332,-88.794 C 78.258,-88.716 78.287,-88.48 78.388,-88.512 Z M 77.698,-88.466 C 77.701,-88.604 77.738,-88.737 77.796,-88.86 C 77.796,-88.86 77.649,-88.86 77.595,-88.794 C 77.546,-88.867 77.556,-88.918 77.516,-89.001 C 77.504,-88.815 77.579,-88.633 77.721,-88.512 Z M 80.63,-88.298 C 80.77,-88.371 80.89,-88.476 80.985,-88.603 C 80.866,-88.624 80.745,-88.624 80.63,-88.603 Z M 80.105,-88.257 L 80.105,-88.257 Z M 79.272,-88.09 L 79.272,-88.09 Z M 78.502,-88.057 C 78.61,-88.123 78.656,-88.256 78.619,-88.376 C 78.527,-88.309 78.487,-88.185 78.522,-88.073 Z M 79.012,-87.966 C 79.089,-88.156 79.053,-88.371 78.924,-88.528 C 78.921,-88.342 78.959,-88.155 79.036,-87.983 Z M 80.202,-87.926 L 80.202,-88.214 C 80.101,-88.136 80.174,-88.028 80.225,-87.95 Z M 81.068,-87.763 L 81.068,-87.763 Z M 79.105,-87.763 L 79.105,-87.763 Z M 63.277,-87.723 C 63.384,-87.792 63.434,-87.924 63.396,-88.048 C 63.305,-87.975 63.266,-87.853 63.299,-87.743 Z M 63.783,-87.64 C 63.902,-87.704 64.033,-87.739 64.166,-87.743 C 64.088,-87.945 63.986,-87.798 63.684,-87.955 C 63.745,-87.866 63.789,-87.763 63.808,-87.657 Z M 63.408,-87.233 C 63.408,-87.348 63.307,-87.392 63.408,-87.442 C 63.408,-87.442 63.469,-87.442 63.256,-87.545 C 63.289,-87.562 63.318,-87.239 63.43,-87.25 Z M 80.105,-87.147 C 80.219,-87.233 80.225,-87.332 80.105,-87.471 C 80.059,-87.431 80.038,-87.373 80.041,-87.311 C 80.045,-87.25 80.078,-87.197 80.128,-87.162 Z M 79.053,-87.377 L 78.729,-87.257 C 78.872,-87.239 78.998,-87.184 79.077,-87.386 Z M 65.173,-87.167 C 65.12,-87.25 65.078,-87.337 65.051,-87.432 C 65.012,-87.348 64.933,-87.202 64.849,-86.998 C 64.99,-86.993 65.074,-87.162 65.198,-87.184 Z M 66.974,-85.479 C 67.199,-85.516 67.396,-85.636 67.539,-85.813 C 67.595,-85.74 67.747,-85.604 67.735,-85.66 C 68.144,-85.759 68.545,-85.881 68.939,-86.025 C 69.239,-86.119 69.522,-86.248 69.79,-86.414 C 70.914,-87.167 71.607,-88.558 72.981,-88.665 C 73.156,-88.665 73.184,-88.894 73.391,-88.894 C 73.601,-88.894 73.306,-88.725 73.52,-88.725 C 73.735,-88.725 73.437,-88.894 73.647,-88.894 C 73.855,-88.894 73.971,-88.722 74.139,-88.698 C 74.479,-88.648 74.893,-88.586 75.309,-88.534 C 75.478,-88.534 75.654,-88.4 75.817,-88.418 C 75.89,-88.418 76.024,-88.232 76.238,-88.232 C 76.353,-88.232 76.906,-87.916 77.314,-88.069 C 77.376,-87.995 77.364,-87.945 77.376,-87.747 C 77.494,-87.747 77.522,-87.833 77.567,-87.905 C 77.605,-87.87 77.636,-87.826 77.657,-87.781 C 77.701,-87.86 77.618,-87.905 77.827,-87.905 C 78.036,-87.905 77.951,-87.86 77.978,-87.743 C 78.108,-87.833 78.08,-88.069 78.287,-88.069 C 78.495,-88.069 78.287,-87.905 78.495,-87.905 C 78.704,-87.905 78.61,-88.079 78.671,-88.155 C 78.81,-88.073 78.886,-87.833 79.036,-87.698 C 78.933,-87.609 78.8,-87.564 78.664,-87.573 C 78.45,-87.573 78.495,-87.821 78.378,-87.804 C 78.436,-87.594 78.468,-87.383 78.472,-87.167 C 78.862,-87.337 78.81,-86.908 79.251,-86.908 C 79.457,-86.908 79.338,-87.079 79.412,-87.096 C 79.488,-87.11 79.598,-87.096 79.633,-87.14 C 79.665,-87.184 79.633,-87.229 79.587,-87.14 C 79.468,-87.359 79.587,-87.233 79.318,-87.527 L 79.318,-88.05 L 79.598,-87.812 C 79.598,-87.926 79.526,-87.955 79.453,-88.023 L 79.453,-88.243 L 79.587,-88.381 C 79.723,-88.232 79.818,-87.973 80.043,-87.916 C 79.971,-87.872 79.919,-87.916 79.795,-87.86 C 79.861,-87.762 79.947,-87.673 80.043,-87.599 C 79.9,-87.551 79.886,-87.213 79.633,-86.956 L 79.633,-86.662 C 79.801,-86.55 79.997,-86.489 80.196,-86.482 C 80.403,-86.482 80.393,-86.662 80.45,-86.729 C 80.5,-86.662 80.534,-86.482 80.45,-86.442 C 80.534,-86.397 80.612,-86.316 80.719,-86.323 C 80.733,-86.393 80.77,-86.459 80.82,-86.508 C 80.82,-86.605 80.658,-86.891 80.45,-86.891 C 80.24,-86.891 80.414,-86.802 80.365,-86.729 L 80.235,-86.87 L 80.235,-87.833 C 80.393,-87.976 80.568,-88.073 80.605,-88.214 C 80.605,-88.007 80.94,-87.785 80.745,-87.494 C 80.916,-87.499 81.077,-87.562 81.204,-87.676 C 81.293,-87.979 81.449,-88.257 81.66,-88.496 C 81.614,-88.644 81.345,-88.973 81.388,-89.285 C 81.253,-89.192 81.146,-89.364 81.073,-89.412 C 81.146,-89.468 81.197,-89.453 81.32,-89.48 C 81.146,-89.688 81.139,-90.044 80.86,-90.2 C 80.751,-90.105 80.745,-89.846 80.691,-89.703 C 80.646,-89.774 80.573,-89.829 80.56,-89.935 C 80.45,-89.935 80.279,-89.783 80.213,-89.783 C 80.021,-90.026 80.132,-89.887 80.152,-90.173 C 80.059,-90.267 79.864,-90.173 79.795,-90.173 C 79.728,-90.173 79.734,-90.465 79.711,-90.589 L 79.526,-90.428 C 79.329,-90.667 79.379,-90.628 79.3,-90.91 C 79.136,-90.905 78.974,-90.924 78.817,-90.967 C 78.891,-91.017 78.94,-90.999 79.024,-91.045 C 78.771,-91.085 78.316,-91.253 78.108,-91.253 C 77.901,-91.253 78.046,-91.489 77.955,-91.546 C 77.655,-91.698 77.34,-91.822 77.016,-91.913 C 76.807,-91.913 76.821,-91.815 76.768,-91.749 C 76.713,-91.815 76.722,-91.873 76.684,-91.951 C 76.636,-91.876 76.578,-91.81 76.515,-91.749 C 76.465,-91.815 76.465,-91.839 76.553,-91.963 C 76.193,-92.075 75.637,-92.49 75.429,-92.49 C 75.221,-92.49 75.389,-92.321 75.176,-92.321 C 74.961,-92.321 75.261,-92.49 75.052,-92.49 C 74.843,-92.49 75.137,-92.321 74.93,-92.321 C 74.719,-92.321 74.866,-92.402 74.831,-92.424 C 74.564,-92.528 74.288,-92.605 74.005,-92.655 C 73.731,-92.626 73.458,-92.559 73.2,-92.46 C 72.571,-92.226 71.365,-91.062 70.717,-90.515 C 70.278,-90.196 69.803,-89.924 69.306,-89.703 C 69.232,-89.703 69.306,-89.587 69.221,-89.514 C 69.136,-89.441 69.074,-89.684 68.86,-89.684 C 68.648,-89.684 68.629,-89.587 68.55,-89.531 C 68.247,-89.463 67.792,-89.597 67.622,-89.278 C 67.539,-89.277 67.458,-89.241 67.396,-89.182 C 67.348,-89.256 67.359,-89.306 67.329,-89.43 L 67.156,-89.266 C 67.113,-89.311 67.088,-89.368 67.083,-89.43 C 66.953,-89.339 66.98,-89.352 66.771,-89.352 C 66.771,-89.352 66.642,-89.352 66.485,-89.597 C 66.369,-89.503 66.198,-89.503 66.149,-89.43 C 65.883,-89.808 65.691,-89.74 65.325,-89.815 C 64.498,-90.502 63.496,-91.405 62.631,-92.244 C 62.519,-92.147 62.347,-92.142 62.28,-92.054 C 62.09,-91.489 61.768,-90.881 61.527,-90.313 C 61.278,-89.914 61.052,-89.501 60.852,-89.075 C 60.852,-88.563 61.978,-87.651 62.139,-87.5 C 62.786,-87.003 63.456,-86.54 64.15,-86.116 C 64.222,-86.146 64.307,-86.146 64.383,-86.116 C 64.614,-85.908 64.896,-85.764 65.202,-85.699 C 65.411,-85.699 65.529,-85.89 65.596,-86.034 L 65.815,-86.034 C 65.883,-85.956 65.867,-85.908 65.894,-85.782 L 66.082,-85.947 C 66.132,-85.88 66.119,-85.699 66.328,-85.699 C 66.537,-85.699 66.328,-85.794 66.414,-85.869 C 66.469,-85.794 66.451,-85.744 66.469,-85.631 C 66.667,-85.594 66.791,-85.507 66.999,-85.507 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cg id='Group_5' stroke-width='1.5'%3E%3Cg id='Group_6' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 44.33,-86.947 L 45.647,-87.588' fill='none'/%3E%3Cpath d='M 34.831,-94.876 L 36.27,-91.723 M 43.218,-76.5 L 44.209,-74.33' fill='none'/%3E%3Cpath d='M 39.017,-102.118 L 39.158,-97.154 M 39.903,-71.245 L 40.023,-67.088' fill='none'/%3E%3Cpath d='M 43.497,-99.098 L 42.521,-95.546 M 36.638,-74.104 L 35.543,-70.108' fill='none'/%3E%3C/g%3E%3Cellipse rx='7.842' ry='3.776' transform='translate(39.79 -84.345) rotate(105.335) skewX(-50.1355)' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_7' fill='%23ffffff' stroke-linejoin='miter' stroke='none'%3E%3Cpath d='M 38.966,-86.799 L 38.966,-86.799 Z M 38.981,-86.24 C 39.003,-86.354 39.012,-86.482 39.006,-86.598 C 38.965,-86.481 38.982,-86.242 38.982,-86.242 Z M 39.209,-86.199 C 39.194,-86.255 39.175,-86.312 39.161,-86.37 C 39.151,-86.324 39.152,-86.265 39.164,-86.225 C 39.175,-86.189 39.195,-86.178 39.211,-86.199 Z M 38.975,-85.319 L 38.975,-85.319 Z M 39.401,-85.399 C 39.401,-85.399 39.447,-85.551 39.431,-85.678 C 39.433,-85.677 39.389,-85.522 39.403,-85.401 Z M 34.437,-82.938 L 34.437,-82.938 Z M 39.387,-85.08 C 39.396,-85.129 39.396,-85.185 39.385,-85.223 C 39.373,-85.263 39.357,-85.275 39.339,-85.26 C 39.356,-85.203 39.372,-85.146 39.385,-85.08 Z M 38.362,-84.541 C 38.372,-84.657 38.389,-84.768 38.415,-84.864 C 38.405,-84.957 38.38,-85.03 38.347,-85.06 Z M 39.245,-84.715 C 39.25,-84.79 39.26,-84.862 39.277,-84.923 C 39.29,-85.034 39.139,-84.745 39.248,-84.728 Z M 39.452,-84.77 C 39.477,-84.924 39.485,-85.095 39.476,-85.255 C 39.437,-85.114 39.429,-84.922 39.457,-84.772 Z M 39.805,-84.642 C 39.803,-84.741 39.781,-84.825 39.75,-84.86 C 39.752,-84.761 39.772,-84.681 39.803,-84.641 Z M 39.394,-84.479 C 39.403,-84.636 39.399,-84.79 39.381,-84.939 C 39.341,-84.919 39.332,-84.83 39.301,-84.712 C 39.273,-84.6 39.386,-84.645 39.403,-84.484 Z M 38.751,-84.034 C 38.776,-84.096 38.802,-84.148 38.831,-84.185 C 38.755,-84.376 38.692,-84.602 38.639,-84.847 C 38.655,-84.55 38.696,-84.267 38.759,-84.038 Z M 38.679,-84 C 38.662,-84.052 38.647,-84.111 38.63,-84.17 C 38.624,-84.128 38.627,-84.069 38.638,-84.037 C 38.653,-84.005 38.672,-83.996 38.687,-84.022 Z M 38.3,-83.814 L 38.3,-83.814 Z M 39.785,-84.346 C 39.721,-84.503 39.684,-84.721 39.674,-84.968 C 39.668,-85.177 39.747,-85.354 39.843,-85.513 C 39.807,-85.704 39.713,-85.748 39.659,-85.918 C 39.651,-85.783 39.664,-85.734 39.641,-85.646 C 39.617,-85.712 39.619,-85.855 39.598,-86.017 C 39.588,-85.869 39.588,-85.717 39.596,-85.571 C 39.603,-85.353 39.543,-85.316 39.519,-85.089 C 39.561,-85.109 39.609,-85.211 39.64,-85.147 C 39.599,-85.057 39.58,-84.91 39.587,-84.777 C 39.594,-84.559 39.68,-84.772 39.686,-84.561 C 39.691,-84.349 39.691,-84.419 39.636,-84.489 C 39.637,-84.418 39.718,-84.329 39.791,-84.396 Z M 39.196,-84.059 C 39.228,-84.171 39.212,-84.414 39.174,-84.395 C 39.15,-84.3 39.167,-84.057 39.202,-84.111 Z M 38.953,-83.938 C 38.95,-84.083 38.96,-84.231 38.977,-84.369 C 38.977,-84.369 38.922,-84.343 38.905,-84.264 C 38.885,-84.331 38.887,-84.386 38.869,-84.466 C 38.871,-84.271 38.904,-84.092 38.96,-83.991 Z M 40.027,-84.286 C 40.076,-84.388 40.117,-84.519 40.147,-84.669 C 40.104,-84.669 40.06,-84.645 40.018,-84.604 Z M 39.837,-84.15 L 39.837,-84.15 Z M 39.538,-83.826 L 39.538,-83.826 Z M 39.257,-83.657 C 39.296,-83.745 39.307,-83.892 39.291,-84.01 C 39.259,-83.923 39.25,-83.788 39.265,-83.677 Z M 39.446,-83.653 C 39.469,-83.864 39.45,-84.081 39.397,-84.222 C 39.402,-84.029 39.423,-83.84 39.456,-83.674 Z M 39.882,-83.823 L 39.873,-84.122 C 39.839,-84.022 39.869,-83.926 39.89,-83.85 Z M 40.202,-83.807 L 40.202,-83.807 Z M 39.486,-83.457 L 39.486,-83.457 Z M 33.713,-80.602 C 33.75,-80.694 33.764,-80.838 33.746,-80.961 C 33.716,-80.869 33.704,-80.735 33.72,-80.626 Z M 33.9,-80.605 C 33.941,-80.693 33.988,-80.752 34.037,-80.782 C 34.003,-80.979 33.97,-80.806 33.855,-80.917 C 33.88,-80.833 33.899,-80.734 33.909,-80.628 Z M 33.775,-80.113 C 33.772,-80.234 33.734,-80.262 33.769,-80.332 C 33.769,-80.332 33.791,-80.344 33.71,-80.413 C 33.722,-80.435 33.743,-80.102 33.784,-80.135 Z M 39.871,-82.993 C 39.91,-83.102 39.909,-83.205 39.861,-83.329 C 39.844,-83.28 39.84,-83.216 39.842,-83.152 C 39.845,-83.089 39.858,-83.041 39.877,-83.012 Z M 39.48,-83.046 L 39.366,-82.862 C 39.418,-82.87 39.464,-82.835 39.488,-83.06 Z M 34.422,-80.359 C 34.4,-80.435 34.382,-80.52 34.369,-80.615 C 34.357,-80.519 34.333,-80.351 34.309,-80.123 C 34.36,-80.143 34.386,-80.336 34.431,-80.381 Z M 35.129,-78.918 C 35.21,-78.997 35.278,-79.16 35.326,-79.368 C 35.348,-79.302 35.407,-79.185 35.402,-79.243 C 35.548,-79.418 35.691,-79.616 35.83,-79.836 C 35.937,-79.99 36.037,-80.175 36.129,-80.394 C 36.516,-81.379 36.728,-82.953 37.226,-83.308 C 37.289,-83.34 37.293,-83.584 37.368,-83.621 C 37.446,-83.659 37.343,-83.43 37.42,-83.467 C 37.5,-83.504 37.385,-83.628 37.462,-83.666 C 37.538,-83.703 37.585,-83.544 37.647,-83.549 C 37.772,-83.558 37.926,-83.566 38.078,-83.587 C 38.14,-83.616 38.209,-83.508 38.267,-83.557 C 38.294,-83.568 38.349,-83.398 38.427,-83.436 C 38.469,-83.458 38.681,-83.226 38.825,-83.458 C 38.849,-83.392 38.847,-83.337 38.858,-83.132 C 38.9,-83.154 38.907,-83.249 38.921,-83.332 C 38.936,-83.301 38.949,-83.263 38.959,-83.218 C 38.971,-83.308 38.94,-83.341 39.016,-83.378 C 39.093,-83.415 39.063,-83.354 39.077,-83.235 C 39.121,-83.352 39.103,-83.594 39.179,-83.632 C 39.256,-83.668 39.184,-83.458 39.261,-83.497 C 39.337,-83.534 39.297,-83.699 39.317,-83.789 C 39.37,-83.729 39.404,-83.491 39.463,-83.378 C 39.429,-83.266 39.381,-83.197 39.332,-83.18 C 39.254,-83.142 39.263,-83.409 39.22,-83.37 C 39.248,-83.162 39.266,-82.947 39.273,-82.722 C 39.411,-82.97 39.405,-82.513 39.567,-82.591 C 39.642,-82.627 39.593,-82.785 39.619,-82.815 C 39.646,-82.845 39.686,-82.85 39.698,-82.902 C 39.708,-82.953 39.696,-82.994 39.682,-82.892 C 39.631,-83.1 39.679,-82.992 39.572,-83.248 L 39.556,-83.794 L 39.665,-83.596 C 39.662,-83.715 39.635,-83.732 39.607,-83.791 L 39.599,-84.019 L 39.644,-84.187 C 39.698,-84.056 39.741,-83.803 39.824,-83.782 C 39.799,-83.724 39.779,-83.761 39.736,-83.682 C 39.762,-83.59 39.797,-83.513 39.835,-83.452 C 39.783,-83.378 39.788,-83.023 39.703,-82.71 L 39.713,-82.404 C 39.777,-82.316 39.851,-82.286 39.923,-82.315 C 39.999,-82.352 39.99,-82.537 40.009,-82.616 C 40.029,-82.557 40.046,-82.375 40.017,-82.318 C 40.05,-82.287 40.08,-82.215 40.119,-82.242 C 40.122,-82.317 40.134,-82.393 40.15,-82.453 C 40.147,-82.554 40.079,-82.824 40.003,-82.785 C 39.927,-82.749 39.994,-82.687 39.978,-82.604 L 39.926,-82.728 L 39.898,-83.73 C 39.949,-83.908 40.012,-84.042 40.02,-84.194 C 40.027,-83.979 40.156,-83.804 40.092,-83.469 C 40.156,-83.502 40.212,-83.597 40.255,-83.739 C 40.279,-84.07 40.328,-84.389 40.397,-84.674 C 40.376,-84.821 40.268,-85.118 40.274,-85.451 C 40.227,-85.331 40.183,-85.49 40.156,-85.527 C 40.181,-85.598 40.2,-85.591 40.243,-85.64 C 40.173,-85.828 40.16,-86.197 40.054,-86.311 C 40.016,-86.192 40.023,-85.92 40.007,-85.763 C 39.989,-85.827 39.96,-85.873 39.953,-85.982 C 39.912,-85.96 39.855,-85.772 39.831,-85.76 C 39.753,-85.981 39.798,-85.855 39.796,-86.156 C 39.76,-86.238 39.692,-86.103 39.667,-86.093 C 39.642,-86.08 39.635,-86.385 39.623,-86.514 L 39.56,-86.311 C 39.483,-86.524 39.502,-86.493 39.464,-86.774 C 39.405,-86.739 39.345,-86.729 39.285,-86.748 C 39.311,-86.814 39.329,-86.803 39.359,-86.865 C 39.267,-86.863 39.094,-86.956 39.018,-86.922 C 38.943,-86.883 38.989,-87.156 38.954,-87.198 C 38.84,-87.303 38.721,-87.376 38.601,-87.414 C 38.524,-87.376 38.533,-87.277 38.515,-87.199 C 38.493,-87.259 38.495,-87.319 38.478,-87.395 C 38.463,-87.307 38.443,-87.229 38.422,-87.154 C 38.403,-87.214 38.401,-87.238 38.43,-87.384 C 38.295,-87.437 38.08,-87.771 38.004,-87.734 C 37.929,-87.695 37.994,-87.551 37.916,-87.513 C 37.839,-87.476 37.943,-87.704 37.866,-87.666 C 37.79,-87.627 37.903,-87.504 37.827,-87.467 C 37.75,-87.433 37.801,-87.543 37.787,-87.559 C 37.687,-87.618 37.583,-87.651 37.479,-87.654 C 37.379,-87.573 37.284,-87.454 37.191,-87.307 C 36.969,-86.95 36.565,-85.522 36.345,-84.834 C 36.193,-84.426 36.028,-84.058 35.854,-83.738 C 35.828,-83.724 35.857,-83.617 35.828,-83.527 C 35.8,-83.434 35.769,-83.678 35.691,-83.638 C 35.613,-83.6 35.61,-83.496 35.583,-83.425 C 35.474,-83.3 35.305,-83.359 35.253,-82.995 C 35.222,-82.979 35.194,-82.929 35.172,-82.856 C 35.154,-82.925 35.154,-82.978 35.141,-83.103 L 35.082,-82.9 C 35.065,-82.941 35.054,-82.995 35.051,-83.058 C 35.006,-82.942 35.015,-82.958 34.939,-82.92 C 34.939,-82.92 34.892,-82.898 34.828,-83.126 C 34.788,-83.008 34.725,-82.976 34.711,-82.893 C 34.601,-83.241 34.534,-83.134 34.398,-83.148 C 34.075,-83.718 33.682,-84.482 33.342,-85.202 C 33.304,-85.082 33.242,-85.044 33.221,-84.941 C 33.166,-84.318 33.068,-83.626 32.997,-82.992 C 32.918,-82.532 32.848,-82.061 32.788,-81.583 C 32.803,-81.046 33.243,-80.295 33.305,-80.166 C 33.556,-79.764 33.814,-79.4 34.081,-79.081 C 34.105,-79.125 34.137,-79.141 34.165,-79.122 C 34.255,-78.946 34.363,-78.848 34.477,-78.833 C 34.553,-78.87 34.59,-79.089 34.61,-79.25 L 34.69,-79.291 C 34.717,-79.222 34.713,-79.17 34.726,-79.042 L 34.79,-79.246 C 34.81,-79.188 34.81,-78.995 34.887,-79.033 C 34.964,-79.071 34.884,-79.133 34.914,-79.227 C 34.935,-79.157 34.931,-79.101 34.941,-78.987 C 35.014,-78.983 35.062,-78.913 35.138,-78.951 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_8' stroke-width='0.885'%3E%3Cg id='Group_9' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff'%3E%3Cpath d='M 79.386,-54.094 L 82.581,-53.973' fill='none'/%3E%3Cpath d='M 60.791,-56.505 L 62.914,-55.902 M 73.162,-52.986 L 74.622,-52.571' fill='none'/%3E%3Cpath d='M 72.799,-56.754 L 71.355,-56.127 M 63.822,-52.848 L 62.615,-52.322' fill='none'/%3E%3Cpath d='M 81.826,-55.705 L 78.363,-55.42 M 57.478,-53.692 L 53.587,-53.37' fill='none'/%3E%3C/g%3E%3Cellipse rx='7.391' ry='1.32' transform='translate(68.225 -54.466) rotate(175.274) skewX(69.3849)' stroke='%23ffffff' stroke-linejoin='miter'/%3E%3Cg id='Group_10' fill='%23ffffff' stroke-linejoin='miter' stroke='none'%3E%3Cpath d='M 67.238,-54.89 L 67.238,-54.89 Z M 67.075,-54.82 C 67.165,-54.83 67.231,-54.844 67.258,-54.86 C 67.123,-54.852 67.079,-54.82 67.079,-54.82 Z M 67.576,-54.78 C 67.556,-54.79 67.538,-54.799 67.526,-54.809 C 67.487,-54.804 67.471,-54.798 67.481,-54.79 C 67.495,-54.784 67.535,-54.78 67.58,-54.78 Z M 66.734,-54.709 L 66.734,-54.709 Z M 67.723,-54.653 C 67.723,-54.653 67.88,-54.665 67.89,-54.683 C 67.891,-54.683 67.741,-54.67 67.729,-54.653 Z M 55.658,-55.106 L 55.658,-55.106 Z M 67.578,-54.616 C 67.615,-54.621 67.633,-54.629 67.622,-54.634 C 67.612,-54.641 67.578,-54.644 67.532,-54.645 C 67.551,-54.636 67.564,-54.627 67.573,-54.616 Z M 65.074,-54.706 C 65.138,-54.719 65.216,-54.73 65.31,-54.738 C 65.319,-54.751 65.288,-54.763 65.223,-54.771 Z M 67.132,-54.593 C 67.164,-54.602 67.215,-54.609 67.273,-54.613 C 67.339,-54.626 66.899,-54.613 67.14,-54.595 Z M 67.615,-54.569 C 67.725,-54.584 67.803,-54.604 67.839,-54.624 C 67.701,-54.613 67.617,-54.591 67.627,-54.568 Z M 68.366,-54.499 C 68.394,-54.512 68.374,-54.525 68.317,-54.535 C 68.287,-54.522 68.303,-54.509 68.358,-54.5 Z M 67.379,-54.542 C 67.456,-54.56 67.501,-54.58 67.512,-54.6 C 67.416,-54.604 67.364,-54.594 67.257,-54.584 C 67.149,-54.575 67.419,-54.563 67.4,-54.541 Z M 65.772,-54.585 C 65.849,-54.59 65.925,-54.591 66.005,-54.592 C 65.905,-54.627 65.838,-54.664 65.806,-54.701 C 65.737,-54.662 65.729,-54.622 65.791,-54.584 Z M 65.596,-54.591 C 65.578,-54.601 65.562,-54.611 65.548,-54.621 C 65.518,-54.616 65.504,-54.608 65.522,-54.603 C 65.538,-54.597 65.578,-54.592 65.623,-54.593 Z M 64.675,-54.627 L 64.675,-54.627 Z M 68.211,-54.467 C 68.125,-54.496 68.118,-54.528 68.183,-54.559 C 68.245,-54.586 68.484,-54.595 68.76,-54.6 C 68.745,-54.629 68.548,-54.649 68.489,-54.677 C 68.421,-54.662 68.437,-54.654 68.351,-54.647 C 68.321,-54.659 68.378,-54.676 68.388,-54.699 C 68.309,-54.683 68.256,-54.664 68.224,-54.645 C 68.161,-54.617 68.014,-54.622 67.875,-54.598 C 67.98,-54.593 68.126,-54.598 68.17,-54.586 C 68.048,-54.582 67.951,-54.567 67.92,-54.549 C 67.859,-54.521 68.128,-54.535 68.066,-54.507 C 68.003,-54.481 68.024,-54.49 67.928,-54.506 C 67.906,-54.498 68.055,-54.475 68.244,-54.472 Z M 66.785,-54.521 C 66.896,-54.53 66.944,-54.562 66.853,-54.565 C 66.764,-54.557 66.719,-54.525 66.817,-54.526 Z M 66.192,-54.544 C 66.237,-54.561 66.31,-54.578 66.4,-54.592 C 66.4,-54.592 66.269,-54.598 66.2,-54.59 C 66.18,-54.601 66.204,-54.607 66.194,-54.621 C 66.126,-54.596 66.138,-54.569 66.226,-54.548 Z M 68.738,-54.422 C 68.884,-54.427 69.022,-54.437 69.145,-54.451 C 69.044,-54.457 68.937,-54.461 68.83,-54.462 Z M 68.26,-54.435 L 68.26,-54.435 Z M 67.473,-54.441 L 67.473,-54.441 Z M 66.78,-54.462 C 66.895,-54.467 66.978,-54.483 66.981,-54.5 C 66.878,-54.494 66.804,-54.48 66.803,-54.464 Z M 67.204,-54.433 C 67.331,-54.456 67.364,-54.485 67.297,-54.51 C 67.239,-54.486 67.215,-54.46 67.23,-54.434 Z M 68.246,-54.388 L 68.334,-54.426 C 68.22,-54.419 68.253,-54.402 68.274,-54.39 Z M 68.964,-54.337 L 68.964,-54.337 Z M 67.226,-54.403 L 67.226,-54.403 Z M 53.194,-54.93 C 53.311,-54.936 53.395,-54.952 53.398,-54.97 C 53.296,-54.963 53.224,-54.948 53.22,-54.933 Z M 53.618,-54.903 C 53.742,-54.907 53.869,-54.907 53.989,-54.904 C 53.98,-54.933 53.844,-54.916 53.626,-54.948 C 53.654,-54.935 53.66,-54.919 53.645,-54.905 Z M 53.162,-54.862 C 53.198,-54.877 53.121,-54.887 53.226,-54.89 C 53.226,-54.89 53.28,-54.888 53.121,-54.908 C 53.156,-54.909 53.085,-54.866 53.187,-54.864 Z M 67.924,-54.288 C 68.052,-54.296 68.087,-54.308 68.022,-54.33 C 67.97,-54.327 67.934,-54.321 67.918,-54.313 C 67.903,-54.304 67.915,-54.296 67.948,-54.289 Z M 67.062,-54.353 L 66.739,-54.349 C 66.86,-54.342 66.954,-54.33 67.087,-54.354 Z M 54.704,-54.793 C 54.684,-54.806 54.673,-54.82 54.677,-54.833 C 54.619,-54.823 54.504,-54.806 54.367,-54.783 C 54.491,-54.777 54.615,-54.796 54.732,-54.795 Z M 55.788,-54.51 C 55.998,-54.507 56.21,-54.517 56.391,-54.536 C 56.418,-54.524 56.512,-54.501 56.517,-54.509 C 56.91,-54.508 57.303,-54.511 57.694,-54.516 C 57.987,-54.518 58.277,-54.526 58.565,-54.539 C 59.789,-54.6 60.825,-54.76 62.075,-54.729 C 62.23,-54.722 62.323,-54.752 62.507,-54.744 C 62.692,-54.737 62.381,-54.726 62.57,-54.718 C 62.761,-54.711 62.548,-54.743 62.733,-54.736 C 62.918,-54.729 62.968,-54.702 63.11,-54.693 C 63.396,-54.675 63.745,-54.653 64.098,-54.633 C 64.246,-54.627 64.361,-54.604 64.512,-54.6 C 64.576,-54.598 64.639,-54.569 64.828,-54.561 C 64.93,-54.558 65.325,-54.498 65.73,-54.504 C 65.763,-54.491 65.738,-54.485 65.688,-54.459 C 65.792,-54.455 65.844,-54.466 65.907,-54.474 C 65.929,-54.467 65.943,-54.461 65.948,-54.454 C 66.013,-54.464 65.951,-54.472 66.137,-54.465 C 66.322,-54.458 66.234,-54.455 66.221,-54.439 C 66.362,-54.446 66.41,-54.478 66.592,-54.471 C 66.776,-54.464 66.543,-54.45 66.728,-54.443 C 66.912,-54.436 66.882,-54.461 66.959,-54.469 C 67.058,-54.454 67.051,-54.42 67.144,-54.397 C 67.027,-54.389 66.895,-54.388 66.776,-54.393 C 66.587,-54.4 66.703,-54.431 66.592,-54.433 C 66.582,-54.403 66.545,-54.375 66.483,-54.345 C 66.881,-54.355 66.705,-54.3 67.094,-54.285 C 67.277,-54.278 67.224,-54.305 67.296,-54.305 C 67.367,-54.304 67.461,-54.298 67.504,-54.303 C 67.546,-54.308 67.531,-54.314 67.462,-54.305 C 67.423,-54.337 67.491,-54.317 67.343,-54.365 L 67.501,-54.434 L 67.677,-54.393 C 67.71,-54.408 67.656,-54.414 67.612,-54.426 L 67.679,-54.455 L 67.84,-54.468 C 67.915,-54.444 67.921,-54.407 68.104,-54.392 C 68.025,-54.388 67.994,-54.396 67.867,-54.393 C 67.895,-54.378 67.944,-54.363 68.006,-54.35 C 67.864,-54.348 67.751,-54.305 67.448,-54.279 L 67.358,-54.24 C 67.474,-54.22 67.628,-54.205 67.803,-54.198 C 67.986,-54.191 68.031,-54.214 68.103,-54.221 C 68.126,-54.211 68.103,-54.186 68.016,-54.183 C 68.076,-54.175 68.121,-54.161 68.218,-54.159 C 68.252,-54.168 68.303,-54.175 68.363,-54.18 C 68.393,-54.192 68.335,-54.236 68.151,-54.243 C 67.965,-54.25 68.093,-54.232 68.027,-54.224 L 67.956,-54.247 L 68.247,-54.375 C 68.43,-54.388 68.614,-54.395 68.69,-54.412 C 68.627,-54.384 68.856,-54.344 68.596,-54.313 C 68.749,-54.307 68.911,-54.31 69.058,-54.321 C 69.229,-54.358 69.452,-54.39 69.711,-54.414 C 69.716,-54.435 69.576,-54.487 69.709,-54.528 C 69.562,-54.52 69.518,-54.545 69.468,-54.554 C 69.549,-54.56 69.591,-54.556 69.708,-54.555 C 69.617,-54.589 69.718,-54.636 69.519,-54.666 C 69.394,-54.657 69.31,-54.623 69.218,-54.606 C 69.199,-54.617 69.152,-54.627 69.173,-54.641 C 69.074,-54.644 68.877,-54.629 68.819,-54.632 C 68.723,-54.671 68.779,-54.649 68.884,-54.686 C 68.829,-54.702 68.629,-54.696 68.567,-54.698 C 68.508,-54.7 68.603,-54.738 68.619,-54.756 L 68.407,-54.741 C 68.304,-54.779 68.335,-54.772 68.352,-54.812 C 68.205,-54.816 68.068,-54.824 67.941,-54.836 C 68.022,-54.839 68.061,-54.836 68.149,-54.839 C 67.936,-54.852 67.586,-54.89 67.401,-54.898 C 67.217,-54.905 67.417,-54.93 67.353,-54.941 C 67.134,-54.971 66.893,-54.998 66.634,-55.021 C 66.449,-55.029 66.432,-55.015 66.364,-55.007 C 66.336,-55.019 66.36,-55.026 66.351,-55.037 C 66.286,-55.029 66.214,-55.022 66.14,-55.016 C 66.115,-55.027 66.123,-55.03 66.239,-55.044 C 65.954,-55.07 65.587,-55.144 65.402,-55.151 C 65.218,-55.158 65.316,-55.129 65.127,-55.137 C 64.938,-55.144 65.253,-55.156 65.069,-55.163 C 64.883,-55.17 65.094,-55.138 64.91,-55.145 C 64.724,-55.152 64.878,-55.158 64.854,-55.162 C 64.648,-55.184 64.427,-55.205 64.191,-55.221 C 63.941,-55.226 63.678,-55.227 63.42,-55.221 C 62.792,-55.213 61.371,-55.099 60.63,-55.049 C 60.145,-55.021 59.641,-55.001 59.134,-54.989 C 59.069,-54.991 59.101,-54.975 59.002,-54.967 C 58.905,-54.96 58.923,-54.994 58.733,-55.001 C 58.546,-55.008 58.501,-54.997 58.414,-54.992 C 58.123,-54.993 57.762,-55.026 57.513,-54.99 C 57.44,-54.992 57.356,-54.99 57.286,-54.985 C 57.265,-54.996 57.29,-55.002 57.301,-55.02 L 57.098,-55.005 C 57.074,-55.012 57.068,-55.02 57.082,-55.028 C 56.94,-55.02 56.967,-55.021 56.782,-55.028 C 56.782,-55.028 56.668,-55.032 56.604,-55.07 C 56.474,-55.062 56.322,-55.067 56.255,-55.059 C 56.134,-55.118 55.943,-55.115 55.643,-55.138 C 55.118,-55.257 54.504,-55.409 53.993,-55.549 C 53.865,-55.541 53.71,-55.545 53.626,-55.536 C 53.285,-55.468 52.815,-55.398 52.43,-55.331 C 52.089,-55.288 51.763,-55.241 51.456,-55.191 C 51.302,-55.124 52.023,-54.966 52.119,-54.94 C 52.541,-54.852 52.996,-54.769 53.48,-54.69 C 53.554,-54.691 53.629,-54.689 53.687,-54.682 C 53.828,-54.646 54.036,-54.618 54.285,-54.599 C 54.47,-54.592 54.633,-54.613 54.735,-54.629 L 54.929,-54.622 C 54.967,-54.61 54.937,-54.604 54.925,-54.587 L 55.141,-54.602 C 55.164,-54.591 55.098,-54.568 55.282,-54.561 C 55.468,-54.554 55.313,-54.574 55.412,-54.581 C 55.437,-54.569 55.404,-54.562 55.388,-54.547 C 55.551,-54.536 55.635,-54.521 55.819,-54.514 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_11' stroke-linejoin='round' stroke-linecap='round' stroke='%231a1a18' stroke-width='1'%3E%3Cg id='Group_12'%3E%3Cg id='Group_13'%3E%3Cpath d='M 102.066,-54.658 L 100.581,-62.583 C 100.341,-63.804 101.102,-64.925 102.311,-64.924 L 120.23,-64.924 C 121.439,-64.925 122.068,-63.804 121.683,-62.583 L 119.263,-54.658 C 119.007,-53.843 118.104,-53.244 117.223,-53.243 L 103.938,-53.243 C 103.057,-53.244 102.225,-53.843 102.066,-54.658 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 101.783,-58.641 L 120.075,-58.626' fill='none'/%3E%3Cpath d='M 106.571,-53.693 L 105.585,-64.762' fill='none'/%3E%3Cpath d='M 115.053,-53.693 L 116.848,-64.762' fill='none'/%3E%3Cpath d='M 111.184,-53.693 L 111.184,-64.762' fill='none'/%3E%3C/g%3E%3Cg id='Group_14'%3E%3Cpath d='M 108.684,-53.243 L 108.792,-52.924 L 106.947,-51.888 L 108.844,-50.951 L 108.271,-48.915 L 110.274,-49.593 L 111.31,-47.749 L 112.246,-49.645 L 114.283,-49.073 L 113.605,-51.076 L 115.449,-52.111 L 113.553,-53.048 L 113.607,-53.243 L 108.684,-53.243 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 110.051,-53.127 C 109.418,-52.512 109.404,-51.498 110.019,-50.865 C 110.633,-50.232 111.647,-50.217 112.28,-50.832 C 112.913,-51.447 112.928,-52.461 112.313,-53.094 C 112.26,-53.149 112.204,-53.198 112.146,-53.243 L 110.184,-53.243 C 110.138,-53.208 110.093,-53.169 110.051,-53.127 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

#selection_checkbox ul {
  height: 4rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#selection_checkbox ul li {
  position: relative;
  list-style: none;
  text-align: center;
}
#selection_checkbox ul li label {
  position: relative;
  cursor: pointer;
}
#selection_checkbox ul li label input[type=checkbox], #selection_checkbox ul li label input[type=radio] {
  position: absolute;
  opacity: 0;
}

.checkbox-and-label {
  display: block;
  float: left;
  vertical-align: top;
  width: 100%;
}
.checkbox-and-label--box {
  display: inline-block;
  width: 10%;
  float: left;
  vertical-align: top;
}
@media only screen and (max-width: 37.5em) {
  .checkbox-and-label--box {
    width: 100%;
  }
}
.checkbox-and-label--label {
  display: inline-block;
  width: 90%;
  float: right;
  vertical-align: top;
}
@media only screen and (max-width: 37.5em) {
  .checkbox-and-label--label {
    width: 100%;
    float: left;
  }
}

ul.ks-cboxtags {
  list-style: none;
  width: 100%;
}

ul.ks-cboxtags li {
  display: inline;
  width: 100%;
}

ul.ks-cboxtags li label {
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 2px solid rgba(139, 139, 139, 0.3);
  border-radius: 1.5rem;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  transition: all 0.2s;
}

ul.ks-cboxtags li label {
  cursor: pointer;
}

ul.ks-cboxtags li label::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  height: 3rem;
  line-height: 3rem;
  transition: transform 0.3s ease-in-out;
}

ul.ks-cboxtags li input[type=checkbox]:checked + label::before {
  transform: rotate(-360deg);
  transition: transform 0.3s ease-in-out;
}

ul.ks-cboxtags li input[type=checkbox]:checked + label {
  border: 2px solid #00aac3;
  background-color: #00aac3;
  color: #ffffff;
  transition: all 0.2s;
}

ul.ks-cboxtags li input[type=checkbox] {
  display: absolute;
}

ul.ks-cboxtags li input[type=checkbox] {
  position: absolute;
  opacity: 0;
}

ul.ks-cboxtags li input[type=checkbox]:focus + label {
  border: 2px solid #00aac3;
}

/*
html * {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

// Only part of the demo. No more than 1000px wide recommended for 4 or fewer steps.
.container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 10px;
}
*/
.progress {
  cursor: default;
  speak: none;
  margin: 50px 0;
  font-size: 1.3rem;
  width: 100%;
  height: 5rem;
}
.progress:after {
  clear: both;
  display: table;
  content: "";
}
.progress__step {
  width: calc(( 100% - 66% ) / ( 4 - 1 ));
  position: relative;
  float: left;
  overflow: hidden;
  border-radius: 4px;
  background-color: #ff8400;
  color: #fff;
  transition: background-color 250ms ease-out, width 250ms ease-out;
}
.progress__step:not(:last-child) {
  margin-right: 5px;
}
.progress--five .progress__step {
  width: calc(( 100% - 66% ) / ( 5 - 1 ));
}
.progress--three .progress__step {
  width: calc(( 100% - 66% ) / ( 3 - 1 ));
}
.progress__step--active {
  width: calc( 66% - ( 5px * ( 4 - 1 ) ) );
  background-color: #ff8400;
  color: #fff;
  transition: background-color 250ms ease-out, width 250ms ease-out;
}
.progress--five .progress__step--active {
  width: calc( 66% - ( 5px * ( 5 - 1 ) ) );
}
.progress--three .progress__step--active {
  width: calc( 66% - ( 5px * ( 3 - 1 ) ) );
}
.progress__step--active ~ .progress__step {
  background-color: #DADADA;
  color: #555;
}
@media screen and (min-width: 760px) {
  .progress__step {
    width: calc(( 100% / 4 ) - ( 10px * ( ( 4 - 1 ) / 4 ) ));
    border-radius: 0;
    overflow: visible;
    transition: width 0s ease-out;
    background-color: #DADADA;
    color: #555;
  }
  .progress--five .progress__step {
    width: calc(( 100% / 5 ) - ( 10px * ( ( 5 - 1 ) / 5 ) ));
  }
  .progress--three .progress__step {
    width: calc(( 100% / 3 ) - ( 10px * ( ( 3 - 1 ) / 3 ) ));
  }
  .progress__step::before {
    content: "";
    position: absolute;
    top: 0;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 33px solid #fff;
    left: 0;
  }
  .progress__step::after {
    content: "";
    position: absolute;
    top: 0;
    border-top: 33px solid transparent;
    border-bottom: 33px solid transparent;
    border-left: 33px solid #DADADA;
    left: 99.9%;
    /* Not 100% because of IE subpixel rendering bug */
    z-index: 2;
  }
  .progress__step:first-child {
    border-radius: 4px 0 0 4px;
  }
  .progress__step:first-child::before {
    display: none;
  }
  .progress__step:last-child {
    border-radius: 0 4px 4px 0;
  }
  .progress__step:last-child::after {
    display: none;
  }
  .progress__step:not(:first-child) {
    padding-left: 33px;
  }
  .progress__step:not(:last-child) {
    margin-right: 10px;
  }
  .progress__step--active {
    background-color: #ff8400;
    color: #fff;
  }
  .progress__step--active::after {
    border-left-color: #ff8400;
  }
}
.progress__label {
  height: 66px;
  transform-style: preserve-3d;
}
.progress__step--active .progress__label {
  margin-right: 16.5px;
}
@media screen and (min-width: 760px) {
  .progress__label {
    margin-right: 16.5px;
  }
}
.progress__badge {
  text-align: center;
  font-weight: 700;
}
.progress__badge::after {
  content: "\2714";
  font-size: 1.28571em;
}
.progress__step--active .progress__badge::after, .progress__step--active ~ .progress__step .progress__badge::after {
  display: none;
}
.progress__step:not(.progress__step--active) .progress__badge {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 760px) {
  .progress__step:not(.progress__step--active) .progress__badge {
    position: absolute;
    border: 2px solid #555;
    border-radius: 50%;
    width: 46.2px;
    height: 46.2px;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 16.5px;
    line-height: 42.2px;
    left: 0;
    transform: translateY(-50%);
  }
}
.progress__step--active .progress__badge {
  position: absolute;
  border: 2px solid #555;
  border-radius: 50%;
  width: 46.2px;
  height: 46.2px;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 16.5px;
  line-height: 42.2px;
  border-color: #fff;
}
.progress__number {
  display: none;
  font-size: 1.14286em;
}
.progress__step--active .progress__number, .progress__step--active ~ .progress__step .progress__number {
  display: inline;
}
.progress__title {
  position: absolute;
  left: 72px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1em;
  font-weight: 600;
  z-index: 3;
}
.progress--five .progress__title {
  font-size: 0.8571em;
}
.progress__step:not(.progress__step--active) .progress__title {
  display: none;
}
@media screen and (min-width: 760px) {
  .progress__step:not(.progress__step--active) .progress__title {
    display: inline-block;
  }
}

.error-box {
  padding: 1rem 2rem;
  color: #ffffff;
  margin-top: 5rem;
  font-size: 1.3rem;
}

.error-box-heading {
  padding: 1rem 1rem;
  border-bottom: 1px solid #ed1c24;
  font-size: 1.3rem;
  color: #ed1c24;
  font-weight: 400;
  background-color: rgba(237, 28, 36, 0.1);
}

.error-box-opacity {
  border-bottom: 1px solid #ed1c24;
  background-color: rgba(255, 255, 255, 0.2);
  font-size: 1.3rem;
  margin: 0;
  padding: 0.5rem 1.5rem;
  list-style: none;
}

.alert {
  font-size: 1.3rem;
}

.partner-image img {
  width: auto;
  height: 2rem;
}

.background-color-light {
  background-color: #efefef;
}

.bg-content-box {
  border-radius: 0.5rem;
  background-color: #ffffff;
}
.bg-content-box .border-bottom {
  border-bottom: 1px solid #00aac3;
}
.bg-content-box--border-bottom {
  border-bottom: 1px solid #00aac3;
}
.bg-content-box--border-top {
  border-top: 1px solid #00aac3;
}

.bg-headline-box {
  background-color: #00aac3;
  color: #ffffff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.bg-headline-box ul li a {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6rem;
}
.bg-headline-box ul li a:hover {
  background-color: transparent;
  font-weight: 400;
}
.bg-headline-box ul li:first-child {
  border-right: 1px solid #ffffff;
}

.active-link {
  background-color: transparent;
  font-weight: 400;
}

.active-not-link {
  background-color: transparent;
  font-weight: 300;
  opacity: 0.5;
}

.button-creation {
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 300;
  opacity: 0.5;
  width: auto;
}
.button-creation:hover {
  background-color: transparent !important;
  font-weight: 400;
  color: #ffffff;
  opacity: 1;
}

.border-bottom {
  border-bottom: 1px solid #00aac3;
}

.border-top {
  border-top: 1px solid #00aac3;
}

.fieldset--borders {
  border-bottom: 1px solid #00aac3;
  border-top: 1px solid #00aac3;
  overflow: hidden;
}

.fieldset--borders--top {
  border-top: 1px solid #00aac3;
}
.fieldset--borders--bottom {
  border-bottom: 1px solid #00aac3;
}
.fieldset--borders--right {
  border-right: 1px solid #00aac3;
}

.dashboard--transparent .summary-box {
  width: 100%;
  color: #2e2e2e;
  font-size: 1.3rem;
}
.dashboard--transparent .summary-box--headline {
  height: 3rem;
  border-bottom: 1px solid #00aac3;
}
.dashboard--transparent .summary-box--headline h3 {
  font-size: 1.3rem;
  line-height: 3rem;
  text-transform: uppercase;
  margin-left: 2.5%;
}
.dashboard--transparent .summary-box--text {
  width: 100%;
}
.dashboard--transparent .summary-box--text .row {
  background-color: rgba(0, 170, 195, 0.1);
  border-bottom: 1px solid #00aac3;
  width: 100%;
  margin: 0 auto;
}
.dashboard--transparent .summary-box--text .row .col-md-4, .dashboard--transparent .summary-box--text .row .col-md-2, .dashboard--transparent .summary-box--text .row .col-md-8, .dashboard--transparent .summary-box--text .row .col-md-12, .dashboard--transparent .summary-box--text .row .col-md-5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.dashboard--transparent .summary-box--text .row div > div:first-child {
  font-weight: 400;
}
.dashboard--transparent .summary-box--text-less-padding {
  width: 100%;
}
.dashboard--transparent .summary-box--text-less-padding .row {
  background-color: rgba(0, 170, 195, 0.1);
  border-bottom: 1px solid #00aac3;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.dashboard--transparent .summary-box--text-less-padding .row div > div:first-child {
  font-weight: 400;
}
.dashboard--transparent .summary-box--text-without {
  width: 100%;
}
.dashboard--transparent .summary-box--text-without .row {
  background-color: rgba(0, 170, 195, 0.1);
  border: none;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.dashboard--transparent .summary-box--text-without .row div > div:first-child {
  font-weight: bold;
}
.dashboard--dark .summary-box {
  width: 100%;
  color: #2e2e2e;
  font-size: 1.3rem;
}
.dashboard--dark .summary-box--headline {
  height: 3rem;
  border-bottom: 1px solid "#2a2a2a";
}
.dashboard--dark .summary-box--headline h3 {
  font-size: 1.3rem;
  line-height: 3rem;
  text-transform: uppercase;
  margin-left: 2.5%;
}
.dashboard--dark .summary-box--text {
  width: 100%;
}
.dashboard--dark .summary-box--text .row {
  background-color: "#2a2a2a";
  border-bottom: 1px solid "#2a2a2a";
  width: 100%;
  margin: 0 auto;
}
.dashboard--dark .summary-box--text .row .col-md-4, .dashboard--dark .summary-box--text .row .col-md-2, .dashboard--dark .summary-box--text .row .col-md-8, .dashboard--dark .summary-box--text .row .col-md-12, .dashboard--dark .summary-box--text .row .col-md-5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.dashboard--dark .summary-box--text .row div > div:first-child {
  font-weight: 400;
}
.dashboard--dark .summary-box--text-less-padding {
  width: 100%;
}
.dashboard--dark .summary-box--text-less-padding .row {
  background-color: "#2a2a2a";
  border-bottom: 1px solid "#2a2a2a";
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.dashboard--dark .summary-box--text-less-padding .row div > div:first-child {
  font-weight: 400;
}
.dashboard--dark .summary-box--text-without {
  width: 100%;
}
.dashboard--dark .summary-box--text-without .row {
  background-color: "#2a2a2a";
  border: none;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.dashboard--dark .summary-box--text-without .row div > div:first-child {
  font-weight: bold;
}

.summary-box {
  width: 100%;
  color: #2e2e2e;
  font-size: 1.3rem;
}
.summary-box--headline {
  height: 3rem;
  border-bottom: 1px solid #00aac3;
}
.summary-box--headline h3 {
  font-size: 1.3rem;
  line-height: 3rem;
  text-transform: uppercase;
  margin-left: 2.5%;
}
.summary-box--text {
  width: 100%;
}
.summary-box--text .row {
  background-color: rgba(0, 170, 195, 0.1);
  border-bottom: 1px solid #00aac3;
  width: 100%;
  margin: 0 auto;
}
.summary-box--text .row .col-md-4, .summary-box--text .row .col-md-2, .summary-box--text .row .col-md-8, .summary-box--text .row .col-md-12, .summary-box--text .row .col-md-5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.summary-box--text .row div > div:first-child {
  font-weight: 400;
}
.summary-box--text-less-padding {
  width: 100%;
}
.summary-box--text-less-padding .row {
  background-color: rgba(0, 170, 195, 0.1);
  border-bottom: 1px solid #00aac3;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.summary-box--text-less-padding .row div > div:first-child {
  font-weight: 400;
}
.summary-box--text-without {
  width: 100%;
}
.summary-box--text-without .row {
  background-color: rgba(0, 170, 195, 0.1);
  border: none;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.summary-box--text-without .row div > div:first-child {
  font-weight: bold;
}

.formular {
  width: 100%;
  background-color: #ffffff;
  color: #2e2e2e;
  padding: 0.5rem 0 5rem 0;
}
.formular h2 {
  margin: 2.5rem 0;
  font-weight: 300;
}
.formular--transparent {
  background-color: transparent;
  color: #2e2e2e;
  /*
  #custom-select{
      @include icon-arrow('ffffff');
  }
  #custom-select-energy{
      @include icon-arrow('ffffff');
  }*/
}
.formular--transparent .accordion-box .accordion {
  background-color: transparent;
  border: none;
}
.formular--transparent .accordion-box .accordion .collapse {
  border: none;
  border-right: 1px solid #00aac3;
  border-left: 1px solid #00aac3;
}
.formular--transparent .accordion-box .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.formular--transparent .accordion-box .card-header {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.formular--transparent .accordion-box .card-header {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.formular--transparent .accordion-box .button-accordion {
  width: 100%;
  text-align: left;
  padding-left: 2rem;
  border: 0;
  height: 5rem;
  line-height: 1.5;
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #2e2e2e;
  border-bottom: 1px solid #00aac3;
  padding-top: 1.25rem;
}
.formular--transparent .accordion-box .button-accordion--bottom {
  border: none;
  border-bottom: 1px solid #00aac3;
}
.formular--transparent .accordion-box .button-accordion--selected {
  border: none;
  background-color: #00aac3;
  color: #ffffff;
}
.formular--transparent .accordion-box .fieldset--borders--bottom {
  border-bottom: 1px solid #00aac3;
}
.formular--transparent .accordion-box-errors .accordion {
  background-color: transparent;
  border: none;
}
.formular--transparent .accordion-box-errors .accordion .collapse {
  border: none;
  border-right: 1px solid #ed1c24;
  border-left: 1px solid #ed1c24;
}
.formular--transparent .accordion-box-errors .card {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}
.formular--transparent .accordion-box-errors .card-header {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
}
.formular--transparent .accordion-box-errors .card-header {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.formular--transparent .accordion-box-errors .button-accordion {
  width: 100%;
  text-align: left;
  padding-left: 2rem;
  border: 0;
  height: 5rem;
  line-height: 1.5;
  background-color: transparent;
  box-shadow: none;
  border: none;
  color: #ed1c24;
  border-bottom: 1px solid #ed1c24;
  padding-top: 1.25rem;
}
.formular--transparent .accordion-box-errors .button-accordion--bottom {
  border: none;
  border-bottom: 1px solid #ed1c24;
}
.formular--transparent .accordion-box-errors .button-accordion--selected {
  border: none;
  background-color: #ed1c24;
  color: #ffffff;
}
.formular--transparent .accordion-box-errors .fieldset--borders--bottom {
  border-bottom: 1px solid #ed1c24;
}
.formular--transparent .radio {
  padding: 0.5rem 0;
}
.formular--transparent .radio--background-icon {
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: 4rem;
}
.formular--transparent .radio--background-icon-sigi {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='224.999pt' height='102.231pt' viewBox='719.323 -133.217 224.999 102.231'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' fill-rule='nonzero' stroke='none'%3E%3Cpath d='M 827.027,76.128 C 827.027,76.128 830.283,72.061 835.326,72.061 C 837.875,72.061 840.098,73.199 840.098,75.587 C 840.098,80.521 825.132,79.981 825.132,88.819 C 825.132,94.08 829.743,96.521 835.326,96.521 C 838.634,96.521 844.325,95.383 844.325,91.208 L 844.325,88.606 L 839.605,88.606 L 839.605,89.962 C 839.605,91.587 837.164,92.293 835.482,92.293 C 832.392,92.293 830.383,91.208 830.383,89.037 C 830.383,83.834 845.349,84.971 845.349,75.805 C 845.349,70.924 841.013,67.782 835.264,67.782 C 827.942,67.782 824.312,72.606 824.312,72.606 L 827.027,76.128 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 862.06,96.521 C 870.249,96.521 876.865,90.502 876.865,82.203 C 876.865,73.853 870.249,67.777 862.06,67.777 C 853.87,67.777 847.311,73.853 847.311,82.203 C 847.306,90.497 853.87,96.521 862.06,96.521 Z M 862.06,72.332 C 867.263,72.332 871.496,76.455 871.496,82.203 C 871.496,87.895 867.263,91.966 862.06,91.966 C 856.908,91.966 852.676,87.9 852.676,82.203 C 852.676,76.455 856.908,72.332 862.06,72.332 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 891.287,96.521 C 898.121,96.521 900.073,92.236 900.073,92.236 L 900.182,92.236 C 900.182,92.236 900.182,92.672 900.182,93.104 C 900.182,94.729 901.049,95.871 903.22,95.871 L 908.319,95.871 L 908.319,91.369 L 906.149,91.369 C 905.443,91.369 904.955,90.99 904.955,90.284 L 904.955,69.569 C 904.955,60.512 898.068,57.043 891.125,57.043 C 887.817,57.043 884.457,57.967 881.742,59.322 L 883.533,63.555 C 883.533,63.555 886.893,61.711 891.016,61.711 C 895.789,61.711 899.694,63.825 899.694,69.355 L 899.694,71.199 C 899.694,72.066 899.803,72.933 899.803,72.933 L 899.694,72.933 C 898.068,70.275 895.519,68.758 891.505,68.758 C 883.912,68.758 879.249,74.886 879.249,82.805 C 879.249,90.663 883.642,96.521 891.287,96.521 Z M 899.855,82.744 C 899.855,89.9 896.329,91.962 892.102,91.962 C 887.329,91.962 884.618,88.492 884.618,82.905 C 884.618,77.213 887.599,73.308 892.538,73.308 C 896.329,73.308 899.855,75.587 899.855,82.744 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 923.115,90.175 C 923.115,90.99 922.679,91.369 921.921,91.369 L 919.698,91.369 L 919.698,95.871 L 924.85,95.871 C 927.291,95.871 928.319,94.843 928.319,92.402 L 928.319,74.128 C 928.319,73.313 928.755,72.933 929.513,72.933 L 931.736,72.933 L 931.736,68.431 L 926.584,68.431 C 924.144,68.431 923.115,69.46 923.115,71.9 L 923.115,90.175 Z M 923.224,106.715 L 927.945,106.715 L 927.945,101.236 L 923.224,101.236 L 923.224,106.715 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cpath d='M 935.371,74.014 L 940.741,74.014 L 940.741,68.425 L 935.371,68.425 L 935.371,74.014 Z' fill='%23181715' stroke-width='0.474' stroke-linejoin='miter' marker-start='none' marker-end='none'/%3E%3Cg id='ClipView'%3E%3Crect x='719.324' y='30.992' width='224.999' height='102.225'/%3E%3CclipPath id='ClipPath'%3E%3Cpath d='M 719.323,30.991 L 719.323,133.216 L 944.322,133.216 L 944.322,30.991 L 719.323,30.991 Z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23ClipPath)'%3E%3Cpath d='M 770.436,30.986 C 798.663,30.986 821.549,53.872 821.549,82.099 C 821.549,110.326 798.663,133.217 770.436,133.217 C 742.209,133.217 719.323,110.331 719.323,82.104 C 719.323,53.877 742.204,30.986 770.436,30.986' stroke-linejoin='miter' stroke-width='0.474' fill='%23459182'/%3E%3C/g%3E%3C/g%3E%3Cg id='Group_1' stroke-linejoin='miter' stroke-width='0.474' fill='%23ffffff'%3E%3Cpath d='M 802.104,71.9 C 802.104,69.46 803.132,68.431 805.573,68.431 L 810.724,68.431 L 810.724,72.933 L 808.502,72.933 C 807.743,72.933 807.307,73.313 807.307,74.128 L 807.307,92.398 C 807.307,94.838 806.279,95.867 803.838,95.867 L 798.687,95.867 L 798.687,91.364 L 800.909,91.364 C 801.668,91.364 802.104,90.985 802.104,90.17 L 802.104,71.9 Z M 802.213,101.236 L 806.933,101.236 L 806.933,106.715 L 802.213,106.715 L 802.213,101.236 Z M 780.251,73.308 C 775.317,73.308 772.332,77.213 772.332,82.905 C 772.332,88.492 775.043,91.962 779.815,91.962 C 784.047,91.962 787.568,89.9 787.568,82.744 C 787.568,75.587 784.047,73.308 780.251,73.308 M 766.962,82.801 C 766.962,74.881 771.626,68.753 779.218,68.753 C 783.232,68.753 785.782,70.27 787.407,72.929 L 787.516,72.929 C 787.516,72.929 787.407,72.061 787.407,71.194 L 787.407,69.351 C 787.407,63.82 783.502,61.706 778.73,61.706 C 774.607,61.706 771.246,63.55 771.246,63.55 L 769.455,59.322 C 772.166,57.967 775.531,57.043 778.839,57.043 C 785.782,57.043 792.668,60.512 792.668,69.569 L 792.668,90.284 C 792.668,90.99 793.156,91.369 793.862,91.369 L 796.033,91.369 L 796.033,95.871 L 790.933,95.871 C 788.763,95.871 787.895,94.734 787.895,93.104 L 787.895,92.236 L 787.786,92.236 C 787.786,92.236 785.834,96.521 779,96.521 C 771.355,96.516 766.962,90.663 766.962,82.801 M 756.555,71.9 C 756.555,69.46 757.583,68.431 760.024,68.431 L 765.175,68.431 L 765.175,72.933 L 762.953,72.933 C 762.195,72.933 761.759,73.313 761.759,74.128 L 761.759,92.398 C 761.759,94.838 760.73,95.867 758.289,95.867 L 753.138,95.867 L 753.138,91.364 L 755.361,91.364 C 756.119,91.364 756.555,90.985 756.555,90.17 L 756.555,71.9 Z M 756.659,101.236 L 761.375,101.236 L 761.375,106.715 L 756.659,106.715 L 756.659,101.236 Z M 730.143,72.602 C 730.143,72.602 733.778,67.777 741.095,67.777 C 746.844,67.777 751.181,70.924 751.181,75.805 C 751.181,84.971 736.214,83.829 736.214,89.037 C 736.214,91.208 738.219,92.289 741.313,92.289 C 742.996,92.289 745.437,91.582 745.437,89.957 L 745.437,88.601 L 750.152,88.601 L 750.152,91.203 C 750.152,95.379 744.46,96.516 741.152,96.516 C 735.565,96.516 730.958,94.075 730.958,88.815 C 730.958,79.976 745.925,80.516 745.925,75.583 C 745.925,73.199 743.702,72.057 741.152,72.057 C 736.11,72.057 732.854,76.123 732.854,76.123 L 730.143,72.602 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.formular--transparent .radio--background-icon-eag {
  background-image: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' standalone='no'?%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!--Generator: Xara Designer (www.xara.com), SVG filter version: 6.3.0.31--%3E%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='314.545pt' height='102.225pt' viewBox='1011.92 -133.216 314.545 102.225'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Layer 1' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-linejoin='miter' stroke='none' stroke-width='0.96'%3E%3Cpath d='M 1311.09,51.998 L 1313.71,51.998 L 1313.71,49.653 L 1313.77,49.653 C 1314.74,51.379 1316.59,52.416 1318.57,52.344 C 1322.41,52.344 1324.08,49.971 1324.08,46.024 L 1324.08,37.281 L 1321.36,37.281 L 1321.36,44.9 C 1321.36,48.329 1320.61,50 1318.25,50.154 C 1315.17,50.154 1313.78,47.666 1313.78,44.093 L 1313.78,37.281 L 1311.07,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1306.18,37.886 C 1304.71,37.24 1303.13,36.913 1301.53,36.926 C 1296.31,36.926 1293.91,40.106 1293.91,44.9 C 1293.91,49.251 1296.66,52.344 1300.81,52.344 C 1305.72,52.344 1307.3,48.76 1307.3,44.035 L 1296.8,44.035 C 1296.77,42.743 1297.27,41.495 1298.17,40.571 C 1299.08,39.647 1300.31,39.127 1301.61,39.127 C 1303.22,39.181 1304.8,39.692 1306.14,40.595 Z M 1304.42,46.054 C 1304.42,48.3 1303.1,50.154 1300.75,50.154 C 1298.1,50.154 1297,47.954 1296.8,46.054 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1290.14,37.916 C 1290.14,33.438 1287.82,30.991 1282.55,30.991 C 1280.74,30.987 1278.95,31.314 1277.26,31.951 L 1277.55,34.457 C 1279.19,33.583 1281.01,33.127 1282.86,33.134 C 1285.75,33.134 1287.42,34.947 1287.42,38.07 L 1287.42,39.512 L 1287.36,39.512 C 1286.16,38.026 1284.34,37.185 1282.43,37.233 C 1278.21,37.233 1276.14,40.664 1276.14,44.476 C 1276.14,48.289 1278.27,52.295 1282.72,52.295 C 1285.31,52.295 1286.76,51.335 1287.52,49.749 L 1287.58,49.749 L 1287.58,51.95 L 1290.1,51.95 Z M 1287.42,44.449 C 1287.42,47.502 1286.01,50.135 1283.12,50.135 C 1280.24,50.135 1279.02,47.157 1279.02,44.649 C 1279.02,41.873 1280.58,39.453 1283.12,39.453 C 1285.67,39.453 1287.42,41.721 1287.42,44.449 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1265.75,51.998 L 1268.28,51.998 L 1268.28,49.712 L 1268.34,49.712 C 1269.03,51.237 1270.51,52.253 1272.18,52.344 C 1272.78,52.347 1273.38,52.278 1273.97,52.143 L 1273.97,49.712 C 1273.49,49.894 1272.98,49.982 1272.47,49.971 C 1270.05,49.971 1268.45,47.666 1268.45,43.978 L 1268.45,37.252 L 1265.75,37.252 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1254.49,52.344 C 1258.96,52.344 1261.96,49.108 1261.96,44.66 C 1262.06,41.919 1260.66,39.346 1258.3,37.946 C 1255.94,36.549 1253.01,36.549 1250.65,37.946 C 1248.29,39.346 1246.89,41.919 1246.99,44.66 C 1246.99,49.108 1249.99,52.344 1254.49,52.344 Z M 1254.49,39.127 C 1257.67,39.127 1259.08,42.006 1259.08,44.641 C 1259.08,47.436 1257.38,50.154 1254.49,50.154 C 1251.6,50.154 1249.88,47.436 1249.88,44.641 C 1249.88,42.006 1251.29,39.127 1254.49,39.127 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1222.14,51.998 L 1224.68,51.998 L 1224.68,49.857 L 1224.74,49.857 C 1225.69,51.517 1227.51,52.485 1229.42,52.344 C 1231.28,52.383 1232.97,51.223 1233.6,49.463 C 1234.47,51.19 1236.22,52.3 1238.16,52.344 C 1241.91,52.344 1243.27,49.913 1243.27,46.714 L 1243.27,37.281 L 1240.55,37.281 L 1240.55,46.054 C 1240.55,47.866 1240.12,50.154 1237.93,50.154 C 1235.15,50.154 1234.09,47.436 1234.09,44.698 L 1234.09,37.281 L 1231.38,37.281 L 1231.38,46.054 C 1231.38,47.866 1230.94,50.154 1228.75,50.154 C 1225.98,50.154 1224.9,47.436 1224.9,44.698 L 1224.9,37.281 L 1222.18,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1197.84,51.998 L 1200.46,51.998 L 1200.46,49.653 L 1200.52,49.653 C 1201.5,51.379 1203.35,52.416 1205.33,52.344 C 1209.17,52.344 1210.84,49.971 1210.84,46.024 L 1210.84,37.281 L 1208.12,37.281 L 1208.12,44.9 C 1208.12,48.329 1207.37,50 1205.01,50.154 C 1201.92,50.154 1200.53,47.666 1200.53,44.093 L 1200.53,37.281 L 1197.82,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1182.34,50.961 C 1183.8,51.855 1185.48,52.333 1187.19,52.344 C 1191.41,52.344 1193.11,50.269 1193.11,46.254 L 1193.11,40.165 C 1193.09,39.202 1193.12,38.24 1193.22,37.281 L 1190.7,37.281 L 1190.7,39.204 L 1190.64,39.204 C 1189.58,37.747 1187.88,36.903 1186.08,36.947 C 1182.91,36.947 1180.68,38.338 1180.68,41.536 C 1180.68,45.235 1184.72,46.388 1187.52,46.388 C 1188.58,46.388 1189.33,46.388 1190.4,46.331 C 1190.4,48.866 1189.44,50.172 1186.76,50.172 C 1185.2,50.161 1183.7,49.631 1182.48,48.666 Z M 1190.4,44.294 C 1189.82,44.294 1189.24,44.352 1188.66,44.352 C 1187.19,44.352 1183.56,44.122 1183.56,41.469 C 1183.67,40.06 1184.88,38.995 1186.3,39.079 C 1188.98,39.079 1190.4,40.75 1190.4,42.921 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1157.33,51.998 L 1159.96,51.998 L 1159.96,49.653 L 1160.01,49.653 C 1160.99,51.379 1162.84,52.416 1164.82,52.344 C 1168.66,52.344 1170.33,49.971 1170.33,46.024 L 1170.33,37.281 L 1167.64,37.281 L 1167.64,44.9 C 1167.64,48.329 1166.89,50 1164.53,50.154 C 1161.44,50.154 1160.05,47.666 1160.05,44.093 L 1160.05,37.281 L 1157.35,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1152.42,37.886 C 1150.95,37.24 1149.37,36.913 1147.77,36.926 C 1142.54,36.926 1140.15,40.106 1140.15,44.9 C 1140.15,49.251 1142.89,52.344 1147.05,52.344 C 1151.96,52.344 1153.54,48.76 1153.54,44.035 L 1143.03,44.035 C 1143,42.735 1143.5,41.478 1144.42,40.552 C 1145.33,39.628 1146.58,39.112 1147.88,39.127 C 1149.5,39.186 1151.07,39.695 1152.42,40.595 Z M 1150.66,46.054 C 1150.66,48.3 1149.32,50.154 1146.99,50.154 C 1144.34,50.154 1143.23,47.954 1143.03,46.054 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1124.94,58.855 L 1127.65,58.855 L 1127.65,45.976 L 1133.57,51.95 L 1137.27,51.95 L 1130.43,45.428 L 1138.11,37.233 L 1134.21,37.233 L 1127.63,44.794 L 1127.63,37.233 L 1124.92,37.233 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1107.13,51.998 L 1109.75,51.998 L 1109.75,49.653 L 1109.81,49.653 C 1110.78,51.377 1112.63,52.414 1114.61,52.344 C 1118.45,52.344 1120.12,49.971 1120.12,46.024 L 1120.12,37.281 L 1117.41,37.281 L 1117.41,44.9 C 1117.41,48.329 1116.65,50 1114.29,50.154 C 1111.21,50.154 1109.81,47.666 1109.81,44.093 L 1109.81,37.281 L 1107.13,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1102.26,37.886 C 1100.79,37.24 1099.21,36.914 1097.62,36.926 C 1092.39,36.926 1089.99,40.106 1089.99,44.9 C 1089.99,49.251 1092.74,52.344 1096.89,52.344 C 1101.79,52.344 1103.38,48.76 1103.38,44.035 L 1092.88,44.035 C 1092.85,42.735 1093.35,41.478 1094.26,40.552 C 1095.18,39.628 1096.43,39.112 1097.73,39.127 C 1099.35,39.183 1100.91,39.694 1102.26,40.595 Z M 1100.5,46.054 C 1100.5,48.3 1099.17,50.154 1096.83,50.154 C 1094.18,50.154 1093.08,47.954 1092.88,46.054 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1083.61,39.357 L 1083.55,39.357 C 1082.39,37.76 1080.51,36.848 1078.54,36.926 C 1074.09,36.926 1072.22,40.884 1072.22,44.9 C 1072.22,48.915 1074.29,52.344 1078.57,52.344 C 1081.13,52.344 1082.6,51.335 1083.44,49.971 L 1083.5,49.971 L 1083.5,58.855 L 1086.21,58.855 L 1086.21,37.233 L 1083.61,37.233 Z M 1079.17,39.127 C 1082.23,39.127 1083.5,42.151 1083.5,44.612 C 1083.5,47.348 1082.08,50.154 1079.14,50.154 C 1076.2,50.154 1075.04,47.377 1075.1,44.698 C 1075.04,42.382 1076.25,39.127 1079.17,39.127 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1055.25,51.998 L 1057.8,51.998 L 1057.8,49.712 L 1057.86,49.712 C 1058.54,51.242 1060.03,52.256 1061.7,52.344 C 1062.3,52.347 1062.9,52.278 1063.49,52.143 L 1063.49,49.712 C 1063.01,49.894 1062.5,49.982 1061.99,49.971 C 1059.57,49.971 1057.98,47.666 1057.98,43.978 L 1057.98,37.252 L 1055.25,37.252 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1050.34,55.283 L 1047.28,55.283 L 1047.28,58.347 L 1050.34,58.347 Z M 1047.45,51.998 L 1050.16,51.998 L 1050.16,37.281 L 1047.45,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1015.87,57.426 L 1019.05,57.426 L 1023.85,40.135 L 1023.91,40.135 L 1028.21,57.426 L 1032.31,57.426 L 1036.67,40.135 L 1036.72,40.135 L 1041.53,57.426 L 1044.59,57.426 L 1038.38,37.252 L 1034.66,37.252 L 1030.28,54.879 L 1030.22,54.879 L 1025.81,37.281 L 1021.97,37.281 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Crect x='-153.338' y='-10.613' width='306.677' height='21.227' transform='translate(1170.76 76.993)' fill='%23c4231b' fill-rule='nonzero'/%3E%3Cpath d='M 1316.47,95.464 L 1321.57,95.464 L 1325.79,115.434 L 1310.18,115.434 L 1308.9,109.412 L 1317.4,109.412 C 1316,104.725 1313.32,101.477 1307.19,101.477 C 1301.32,101.477 1298.85,105.906 1298.85,110.96 C 1298.85,118.021 1302.61,126.414 1310.9,126.414 C 1315.39,126.414 1318.17,124.61 1318.38,120.181 L 1326.47,120.181 C 1326.47,129.191 1319.45,133.216 1310.86,133.216 C 1298.44,133.216 1290.76,122.861 1290.76,110.96 C 1290.76,100.605 1296.79,94.675 1307.09,94.675 C 1310.75,94.615 1314.21,96.347 1316.36,99.316 L 1316.47,99.316 Z' fill='%23c4231b' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1273.83,124.455 L 1273.93,124.455 L 1275.75,109.768 L 1265.86,109.768 Z M 1249.4,95.464 L 1258,95.464 L 1262.64,103.696 L 1276.47,103.696 L 1277.66,95.464 L 1285.74,95.464 L 1279.58,132.427 L 1271.24,132.427 Z' fill='%23c4231b' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1216.37,95.464 L 1244.43,95.464 L 1244.43,102.294 L 1224.5,102.294 L 1224.5,111.361 L 1242.4,111.361 L 1242.4,117.672 L 1224.5,117.672 L 1224.5,125.589 L 1244.02,125.589 L 1244.02,132.427 L 1216.37,132.427 L 1216.37,95.464 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Crect x='-4.061' y='-18.481' width='8.123' height='36.963' transform='translate(1205.02 113.947)' fill='%231a1a18' fill-rule='nonzero'/%3E%3Cpath d='M 1188.77,95.464 L 1193.93,95.464 L 1193.93,115.434 L 1178.47,115.434 L 1178.47,109.412 L 1186.6,109.412 C 1186.14,104.311 1183.1,101.477 1177.85,101.477 C 1170.58,101.477 1167.85,107.665 1167.85,113.792 C 1167.85,120.229 1170.58,126.414 1177.85,126.414 C 1181.62,126.594 1184.95,123.951 1185.62,120.229 L 1193.31,120.229 C 1192.43,128.576 1185.33,133.216 1177.8,133.216 C 1166.42,133.216 1159.73,124.714 1159.73,113.792 C 1159.73,103.226 1166.45,94.675 1177.8,94.675 C 1181.78,94.657 1185.53,96.534 1187.9,99.73 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1123.74,95.464 L 1131.87,95.464 L 1131.87,109.874 L 1140,109.874 C 1144.08,109.874 1145.59,108.163 1146.15,104.283 C 1146.57,101.334 1146.46,97.76 1147.45,95.427 L 1155.58,95.427 C 1154.13,97.5 1154.17,101.843 1154.02,104.178 C 1153.76,107.904 1152.63,111.786 1148.64,112.821 L 1148.64,112.929 C 1152.72,114.581 1154.49,117.847 1154.49,122.187 C 1154.49,127.779 1150.29,132.389 1143.67,132.389 L 1123.74,132.389 Z M 1131.87,126.097 L 1140.75,126.097 C 1144.38,126.097 1146.35,124.551 1146.35,120.979 C 1146.35,117.252 1144.43,115.694 1140.75,115.694 L 1131.85,115.694 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1089.77,95.464 L 1117.83,95.464 L 1117.83,102.294 L 1097.89,102.294 L 1097.89,111.361 L 1115.81,111.361 L 1115.81,117.672 L 1097.89,117.672 L 1097.89,125.589 L 1117.41,125.589 L 1117.41,132.427 L 1089.77,132.427 L 1089.77,95.464 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1051.24,95.464 L 1058.85,95.464 L 1058.85,120.21 L 1058.95,120.21 L 1074.32,95.464 L 1082.45,95.464 L 1082.45,132.427 L 1074.84,132.427 L 1074.84,107.636 L 1074.73,107.636 L 1059.31,132.427 L 1051.24,132.427 L 1051.24,95.464 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1017.42,95.464 L 1045.47,95.464 L 1045.47,102.303 L 1025.55,102.303 L 1025.55,111.361 L 1025.55,117.672 L 1025.55,125.589 L 1045.06,125.589 L 1045.06,132.427 L 1017.42,132.427 L 1017.42,95.464 Z' fill='%231a1a18' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1041.11,111.008 L 1041.11,111.008 Z M 1041.11,111.921 C 1041.23,111.757 1041.29,111.563 1041.28,111.361 C 1041.07,111.516 1041.12,111.921 1041.12,111.921 Z M 1042.16,112.169 C 1042.09,112.069 1042.02,111.962 1041.96,111.852 C 1041.91,111.921 1041.9,112.014 1041.95,112.086 C 1042,112.156 1042.09,112.19 1042.17,112.169 Z M 1040.96,113.399 L 1040.96,113.399 Z M 1042.94,113.61 C 1042.94,113.61 1043.17,113.399 1043.11,113.188 C 1043.12,113.188 1042.9,113.399 1042.95,113.61 Z M 1019.71,113.677 L 1019.71,113.677 Z M 1042.83,114.11 C 1042.88,114.041 1042.88,113.951 1042.84,113.882 C 1042.79,113.811 1042.71,113.773 1042.63,113.784 C 1042.7,113.887 1042.77,113.996 1042.82,114.11 Z M 1038.03,114.177 C 1038.09,113.996 1038.18,113.832 1038.32,113.696 C 1038.28,113.537 1038.18,113.403 1038.03,113.333 Z M 1042.13,114.59 C 1042.16,114.472 1042.22,114.365 1042.3,114.282 C 1042.37,114.11 1041.64,114.455 1042.14,114.571 Z M 1043.09,114.666 C 1043.22,114.433 1043.28,114.167 1043.26,113.899 C 1043.06,114.1 1043,114.403 1043.11,114.666 Z M 1044.71,115.148 C 1044.7,114.985 1044.61,114.837 1044.47,114.752 C 1044.47,114.911 1044.55,115.06 1044.69,115.148 Z M 1042.78,115.089 C 1042.84,114.842 1042.84,114.587 1042.78,114.341 C 1042.59,114.341 1042.55,114.474 1042.39,114.638 C 1042.24,114.801 1042.77,114.811 1042.82,115.089 Z M 1039.76,115.302 C 1039.87,115.217 1040,115.154 1040.14,115.118 C 1039.82,114.75 1039.55,114.341 1039.35,113.899 C 1039.38,114.395 1039.54,114.878 1039.8,115.302 Z M 1039.42,115.302 C 1039.35,115.201 1039.28,115.094 1039.22,114.985 C 1039.18,115.056 1039.19,115.146 1039.24,115.208 C 1039.3,115.274 1039.38,115.298 1039.46,115.272 Z M 1037.65,115.302 L 1037.65,115.302 Z M 1044.56,115.608 C 1044.3,115.309 1044.15,114.925 1044.14,114.523 C 1044.14,114.177 1044.52,113.956 1045,113.773 C 1044.85,113.437 1044.42,113.293 1044.19,112.977 C 1044.14,113.188 1044.19,113.274 1044.07,113.399 C 1043.98,113.274 1044.01,113.043 1043.93,112.766 C 1043.86,113 1043.84,113.243 1043.86,113.485 C 1043.86,113.84 1043.58,113.858 1043.44,114.207 C 1043.64,114.207 1043.88,114.081 1044.01,114.207 C 1043.81,114.322 1043.7,114.537 1043.72,114.763 C 1043.72,115.118 1044.14,114.84 1044.14,115.186 C 1044.14,115.531 1044.14,115.415 1043.9,115.263 C 1043.9,115.378 1044.25,115.59 1044.6,115.531 Z M 1041.82,115.608 C 1041.98,115.455 1041.93,115.051 1041.76,115.051 C 1041.63,115.186 1041.68,115.59 1041.85,115.531 Z M 1040.67,115.608 C 1040.68,115.374 1040.74,115.146 1040.84,114.937 C 1040.84,114.937 1040.59,114.937 1040.5,115.051 C 1040.41,114.926 1040.43,114.84 1040.36,114.697 C 1040.34,115.014 1040.47,115.323 1040.71,115.531 Z M 1045.68,115.897 C 1045.92,115.773 1046.12,115.595 1046.28,115.378 C 1046.08,115.341 1045.88,115.341 1045.68,115.378 Z M 1044.78,115.964 L 1044.78,115.964 Z M 1043.36,116.253 L 1043.36,116.253 Z M 1042.05,116.309 C 1042.23,116.194 1042.31,115.97 1042.25,115.763 C 1042.09,115.882 1042.02,116.092 1042.08,116.28 Z M 1042.92,116.464 C 1043.05,116.139 1042.99,115.771 1042.77,115.503 C 1042.76,115.823 1042.83,116.142 1042.96,116.434 Z M 1044.95,116.531 L 1044.95,116.042 C 1044.77,116.175 1044.9,116.357 1044.98,116.493 Z M 1046.43,116.809 L 1046.43,116.809 Z M 1043.07,116.809 L 1043.07,116.809 Z M 1016.06,116.876 C 1016.24,116.761 1016.33,116.534 1016.26,116.328 C 1016.11,116.452 1016.04,116.658 1016.1,116.847 Z M 1016.93,117.02 C 1017.13,116.911 1017.35,116.853 1017.58,116.847 C 1017.44,116.501 1017.27,116.75 1016.75,116.482 C 1016.86,116.636 1016.93,116.809 1016.97,116.99 Z M 1016.28,117.712 C 1016.28,117.52 1016.11,117.442 1016.28,117.356 C 1016.28,117.356 1016.39,117.356 1016.02,117.183 C 1016.08,117.154 1016.13,117.703 1016.32,117.684 Z M 1044.78,117.865 C 1044.97,117.712 1044.98,117.549 1044.78,117.309 C 1044.71,117.378 1044.67,117.479 1044.67,117.583 C 1044.68,117.686 1044.74,117.779 1044.82,117.836 Z M 1042.99,117.472 L 1042.43,117.672 C 1042.68,117.703 1042.89,117.798 1043.02,117.453 Z M 1019.3,117.828 C 1019.21,117.688 1019.14,117.534 1019.09,117.376 C 1019.02,117.52 1018.89,117.769 1018.74,118.116 C 1018.98,118.125 1019.13,117.836 1019.34,117.798 Z M 1022.37,120.708 C 1022.75,120.646 1023.09,120.445 1023.33,120.141 C 1023.43,120.267 1023.69,120.498 1023.67,120.401 C 1024.37,120.231 1025.05,120.023 1025.72,119.777 C 1026.23,119.619 1026.72,119.397 1027.17,119.114 C 1029.1,117.828 1030.28,115.455 1032.62,115.272 C 1032.92,115.272 1032.97,114.878 1033.32,114.878 C 1033.68,114.878 1033.18,115.167 1033.54,115.167 C 1033.91,115.167 1033.4,114.878 1033.76,114.878 C 1034.11,114.878 1034.31,115.175 1034.6,115.215 C 1035.18,115.302 1035.89,115.407 1036.6,115.494 C 1036.89,115.494 1037.18,115.723 1037.46,115.694 C 1037.59,115.694 1037.82,116.011 1038.18,116.011 C 1038.38,116.011 1039.33,116.55 1040.02,116.29 C 1040.13,116.415 1040.1,116.501 1040.13,116.838 C 1040.33,116.838 1040.37,116.693 1040.45,116.569 C 1040.51,116.629 1040.57,116.702 1040.6,116.779 C 1040.68,116.646 1040.54,116.569 1040.89,116.569 C 1041.25,116.569 1041.1,116.646 1041.15,116.847 C 1041.37,116.693 1041.32,116.29 1041.68,116.29 C 1042.04,116.29 1041.68,116.569 1042.04,116.569 C 1042.39,116.569 1042.23,116.272 1042.34,116.146 C 1042.57,116.28 1042.7,116.693 1042.96,116.925 C 1042.78,117.075 1042.55,117.149 1042.32,117.135 C 1041.96,117.135 1042.04,116.712 1041.83,116.742 C 1041.93,117.095 1041.99,117.46 1042,117.828 C 1042.66,117.539 1042.57,118.269 1043.32,118.269 C 1043.68,118.269 1043.47,117.981 1043.6,117.952 C 1043.72,117.924 1043.92,117.952 1043.98,117.876 C 1044.03,117.798 1043.98,117.721 1043.9,117.876 C 1043.7,117.501 1043.9,117.712 1043.44,117.213 L 1043.44,116.32 L 1043.92,116.731 C 1043.92,116.531 1043.79,116.482 1043.67,116.367 L 1043.67,115.993 L 1043.9,115.753 C 1044.13,116.011 1044.29,116.453 1044.68,116.55 C 1044.55,116.627 1044.47,116.55 1044.25,116.646 C 1044.37,116.817 1044.51,116.966 1044.68,117.087 C 1044.43,117.175 1044.41,117.75 1043.98,118.192 L 1043.98,118.691 C 1044.26,118.878 1044.6,118.984 1044.94,119 C 1045.29,119 1045.27,118.691 1045.37,118.577 C 1045.45,118.691 1045.51,119 1045.37,119.065 C 1045.51,119.143 1045.65,119.278 1045.83,119.268 C 1045.85,119.148 1045.92,119.036 1046,118.951 C 1046,118.788 1045.72,118.299 1045.37,118.299 C 1045.01,118.299 1045.31,118.451 1045.22,118.577 L 1045,118.337 L 1045,116.693 C 1045.27,116.445 1045.57,116.28 1045.64,116.042 C 1045.64,116.396 1046.2,116.771 1045.88,117.27 C 1046.17,117.262 1046.44,117.154 1046.66,116.962 C 1046.81,116.443 1047.07,115.964 1047.43,115.56 C 1047.36,115.311 1046.9,114.744 1046.97,114.215 C 1046.74,114.369 1046.56,114.081 1046.43,113.996 C 1046.56,113.899 1046.65,113.927 1046.86,113.88 C 1046.56,113.525 1046.55,112.918 1046.07,112.651 C 1045.89,112.813 1045.88,113.255 1045.78,113.504 C 1045.7,113.38 1045.58,113.283 1045.56,113.102 C 1045.37,113.102 1045.08,113.362 1044.96,113.362 C 1044.64,112.948 1044.83,113.188 1044.86,112.697 C 1044.71,112.535 1044.37,112.697 1044.25,112.697 C 1044.14,112.697 1044.15,112.198 1044.11,111.987 L 1043.79,112.266 C 1043.46,111.852 1043.54,111.921 1043.41,111.439 C 1043.13,111.445 1042.85,111.414 1042.58,111.342 C 1042.71,111.257 1042.79,111.286 1042.94,111.209 C 1042.51,111.143 1041.73,110.853 1041.37,110.853 C 1041.02,110.853 1041.27,110.449 1041.11,110.353 C 1040.6,110.096 1040.06,109.886 1039.51,109.729 C 1039.15,109.729 1039.17,109.893 1039.09,110.009 C 1038.99,109.893 1039.01,109.797 1038.94,109.663 C 1038.86,109.788 1038.76,109.904 1038.65,110.009 C 1038.57,109.893 1038.57,109.855 1038.72,109.644 C 1038.11,109.451 1037.16,108.74 1036.8,108.74 C 1036.44,108.74 1036.73,109.028 1036.37,109.028 C 1036,109.028 1036.51,108.74 1036.16,108.74 C 1035.8,108.74 1036.3,109.028 1035.94,109.028 C 1035.59,109.028 1035.84,108.893 1035.78,108.855 C 1035.32,108.679 1034.85,108.548 1034.37,108.462 C 1033.9,108.512 1033.44,108.626 1033,108.797 C 1031.92,109.192 1029.86,111.18 1028.76,112.111 C 1028.01,112.656 1027.2,113.122 1026.35,113.504 C 1026.22,113.504 1026.35,113.696 1026.2,113.822 C 1026.06,113.947 1025.96,113.533 1025.59,113.533 C 1025.23,113.533 1025.2,113.696 1025.06,113.792 C 1024.54,113.908 1023.77,113.677 1023.48,114.225 C 1023.33,114.229 1023.2,114.288 1023.09,114.388 C 1023.01,114.263 1023.03,114.177 1022.98,113.966 L 1022.68,114.244 C 1022.61,114.169 1022.56,114.07 1022.55,113.966 C 1022.33,114.119 1022.38,114.1 1022.03,114.1 C 1022.03,114.1 1021.81,114.1 1021.54,113.677 C 1021.34,113.84 1021.05,113.84 1020.96,113.966 C 1020.51,113.321 1020.18,113.437 1019.56,113.314 C 1018.14,112.14 1016.44,110.594 1014.96,109.163 C 1014.77,109.327 1014.48,109.337 1014.36,109.489 C 1014.03,110.449 1013.49,111.487 1013.07,112.458 C 1012.65,113.14 1012.26,113.844 1011.92,114.571 C 1011.92,115.445 1013.84,117.002 1014.12,117.261 C 1015.22,118.109 1016.37,118.896 1017.55,119.623 C 1017.68,119.57 1017.82,119.57 1017.95,119.623 C 1018.34,119.978 1018.82,120.223 1019.35,120.333 C 1019.7,120.333 1019.9,120.008 1020.02,119.758 L 1020.39,119.758 C 1020.51,119.893 1020.48,119.978 1020.53,120.19 L 1020.85,119.912 C 1020.93,120.026 1020.91,120.333 1021.27,120.333 C 1021.62,120.333 1021.27,120.171 1021.41,120.045 C 1021.51,120.171 1021.48,120.259 1021.51,120.449 C 1021.84,120.516 1022.06,120.661 1022.41,120.661 Z' fill='%23c4231b' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1247.9,83.716 L 1250.42,83.716 L 1251.59,73.957 L 1251.59,73.957 L 1256.8,83.716 L 1259.53,83.716 L 1252.52,71.171 L 1249.52,71.171 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1260.9,75.052 C 1260.9,73.342 1261.86,72.719 1263.47,72.719 C 1264.45,72.729 1265.42,72.955 1266.3,73.38 L 1266.01,71.46 C 1265.05,71.144 1264.06,70.968 1263.06,70.941 C 1260.4,70.941 1258.6,72.227 1258.6,74.984 C 1258.54,77.98 1260.87,80.478 1263.86,80.624 C 1266.15,80.624 1267.66,79.462 1267.66,77.108 C 1267.65,76.409 1267.58,75.715 1267.43,75.033 Z M 1265.3,76.715 C 1265.34,76.922 1265.35,77.129 1265.35,77.338 C 1265.4,77.759 1265.26,78.181 1264.96,78.483 C 1264.67,78.783 1264.25,78.932 1263.83,78.886 C 1262.34,78.886 1261.68,77.982 1261.22,76.715 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1270.76,79.192 C 1270.84,79.587 1270.9,79.999 1270.98,80.432 L 1273.31,80.432 L 1272.98,78.683 L 1272.98,78.683 C 1273.48,79.765 1274.52,80.499 1275.71,80.603 C 1276.03,80.618 1276.35,80.589 1276.67,80.518 L 1276.17,78.165 C 1275.86,78.26 1275.53,78.308 1275.21,78.308 C 1273.5,78.308 1272.67,76.782 1272.33,75.283 L 1271.47,71.134 L 1269.06,71.134 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1277.77,80.432 L 1279.51,80.432 L 1279.92,82.352 L 1282.52,83.198 L 1281.92,80.451 L 1284.08,80.451 L 1283.7,78.683 L 1281.55,78.683 L 1280.67,74.639 C 1280.59,74.347 1280.56,74.047 1280.56,73.745 C 1280.54,73.501 1280.64,73.26 1280.81,73.087 C 1280.99,72.916 1281.23,72.826 1281.47,72.843 C 1281.87,72.845 1282.27,72.919 1282.64,73.064 L 1282.23,71.143 C 1281.81,71.03 1281.37,70.959 1280.93,70.93 C 1279.3,70.93 1278.15,71.574 1278.15,73.353 C 1278.17,74.081 1278.27,74.807 1278.45,75.514 L 1279.14,78.635 L 1277.39,78.635 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1286.18,79.192 C 1286.25,79.587 1286.32,79.999 1286.4,80.432 L 1288.68,80.432 L 1288.35,78.683 L 1288.35,78.683 C 1288.85,79.769 1289.89,80.501 1291.09,80.603 C 1291.39,80.614 1291.7,80.584 1292,80.518 L 1291.5,78.165 C 1291.19,78.26 1290.87,78.308 1290.54,78.308 C 1288.83,78.308 1288,76.782 1287.66,75.283 L 1286.79,71.134 L 1284.38,71.134 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1294.21,80.432 L 1296.62,80.432 L 1294.64,71.171 L 1292.24,71.171 Z M 1295.09,84.417 L 1297.5,84.417 L 1297,82.122 L 1294.59,82.122 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1300.45,75.052 C 1300.45,73.342 1301.37,72.719 1303.02,72.719 C 1304.02,72.726 1305,72.952 1305.9,73.38 L 1305.59,71.46 C 1304.64,71.144 1303.64,70.968 1302.64,70.941 C 1299.98,70.941 1298.18,72.227 1298.18,74.984 C 1298.12,77.98 1300.46,80.478 1303.45,80.624 C 1305.74,80.624 1307.29,79.462 1307.29,77.108 C 1307.29,76.409 1307.21,75.715 1307.06,75.033 Z M 1304.85,76.715 C 1304.89,76.92 1304.91,77.129 1304.91,77.338 C 1304.96,77.759 1304.82,78.181 1304.52,78.483 C 1304.22,78.783 1303.8,78.932 1303.38,78.886 C 1301.89,78.886 1301.24,77.982 1300.77,76.715 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3Cpath d='M 1313.98,84.658 L 1312.8,79.51 L 1312.8,79.51 L 1312.8,79.51 L 1312.8,79.51 C 1313.41,80.242 1314.32,80.667 1315.27,80.672 C 1317.57,80.672 1318.67,79.116 1318.67,76.915 C 1318.67,74.035 1317.07,70.989 1313.86,70.989 C 1312.73,70.827 1311.63,71.455 1311.2,72.518 L 1311.2,72.518 L 1310.91,71.201 L 1308.66,71.201 L 1311.54,84.649 Z M 1313.55,72.824 C 1315.56,72.824 1316.2,75.34 1316.2,76.801 C 1316.2,77.934 1315.64,78.78 1314.53,78.78 C 1312.88,78.78 1311.97,76.618 1311.97,75.003 C 1311.97,73.814 1312.38,72.824 1313.55,72.824 Z' fill='%23ffffff' fill-rule='nonzero' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.formular--transparent .radio input[type=radio] {
  position: absolute;
  opacity: 0;
}
.formular--transparent .radio input[type=radio] + .radio-label {
  width: 100%;
  line-height: 3rem;
}
.formular--transparent .radio input[type=radio] + .radio-label:before {
  content: "";
  background: transparent;
  border-radius: 100%;
  border: 1px solid #00aac3;
  display: inline-block;
  width: 3rem;
  height: 3rem;
  position: relative;
  top: -0.2em;
  margin-right: 0.5rem;
  vertical-align: top;
  cursor: pointer;
  text-align: center;
  transition: all 250ms ease;
}
.formular--transparent .radio input[type=radio]:checked + .radio-label:before {
  /*background-color: $color;
  box-shadow: inset 0 0 0 4px $background-color;*/
  background-color: #ffffff;
  box-shadow: inset 0 0 0 6px #00aac3;
}
.formular--transparent .radio input[type=radio]:not(:checked) + .radio-label:before {
  border: 1px solid #2e2e2e;
}
.formular--transparent .radio input[type=radio]:focus + .radio-label:before {
  outline: none;
  border-color: #ffffff;
}
.formular--transparent .radio input[type=radio]:disabled + .radio-label:before {
  box-shadow: inset 0 0 0 4px #ffffff;
  border-color: #bfbfbf;
  background: #bfbfbf;
}
.formular--transparent .radio input[type=radio] + .radio-label:empty:before {
  margin-right: 0;
}
.formular--transparent .form-control, .formular--transparent .textarea-form-control {
  border-radius: 1.5rem;
  border: 1px solid rgba(46, 46, 46, 0.5);
  height: 3rem;
  line-height: 3rem;
  font-size: 1.3rem;
  background-color: transparent;
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  outline: none;
  color: #2e2e2e;
}
.formular--transparent .form-control:-moz-read-only, .formular--transparent .textarea-form-control:-moz-read-only {
  background-color: rgba(255, 255, 255, 0.2);
}
.formular--transparent .form-control:read-only, .formular--transparent .textarea-form-control:read-only {
  background-color: rgba(255, 255, 255, 0.2);
}
.formular--transparent .form-control:focus, .formular--transparent .textarea-form-control:focus {
  outline: none;
  background-color: transparent;
  box-shadow: none;
  border-color: #00aac3;
}
.formular--transparent .form-control .border-danger, .formular--transparent .textarea-form-control .border-danger {
  border: none;
}
.formular--transparent .form-control--border-valid, .formular--transparent .textarea-form-control--border-valid {
  border-color: #2e2e2e;
}
.formular--transparent .form-control--border-not-valid, .formular--transparent .textarea-form-control--border-not-valid {
  border-color: #ed1c24;
}
.formular--transparent .form-control ::-moz-placeholder, .formular--transparent .textarea-form-control ::-moz-placeholder {
  color: rgba(46, 46, 46, 0.4);
  opacity: 1;
}
.formular--transparent .form-control ::placeholder, .formular--transparent .textarea-form-control ::placeholder {
  color: rgba(46, 46, 46, 0.4);
  opacity: 1;
}
.formular--transparent .form-control ::-webkit-input-placeholder, .formular--transparent .textarea-form-control ::-webkit-input-placeholder {
  color: rgba(255, 0, 0, 0.4);
  opacity: 1;
}
.formular--transparent .form-control ::-moz-placeholder, .formular--transparent .textarea-form-control ::-moz-placeholder {
  color: rgba(255, 0, 0, 0.4);
  opacity: 1;
}
.formular--transparent .form-control :-ms-input-placeholder, .formular--transparent .textarea-form-control :-ms-input-placeholder {
  color: rgba(255, 0, 0, 0.4);
  opacity: 1;
}
.formular--transparent .form-control :-moz-placeholder, .formular--transparent .textarea-form-control :-moz-placeholder {
  color: rgba(255, 0, 0, 0.4);
  opacity: 1;
}
.formular--transparent .textarea-form-control {
  height: 12.5rem;
  padding-top: 1rem;
  line-height: 1.5;
  resize: none;
}
.formular--transparent .form-label {
  padding-left: 2rem;
  color: #2e2e2e;
  font-size: 1.3rem;
  line-height: 1.5;
}
.formular--transparent .form-label-small {
  color: #ffffff;
  font-size: 1rem;
  background-color: #00aac3;
  border-radius: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 1rem;
  margin-left: 1rem;
  float: right;
}
.formular--transparent .custom-switch.custom-switch-xl {
  /*.custom-switch.custom-switch-sm {
      @include switch($selected, $not_selected);
  }

  .custom-switch.custom-switch-md {
      @include switch('md', $selected, $not_selected);
  }

  .custom-switch.custom-switch-lg {
      @include switch('lg', $selected, $not_selected);
  }*/
}
.formular--transparent .custom-switch.custom-switch-xl .custom-control-label {
  padding-left: 4rem;
  padding-bottom: 2.5rem;
}
.formular--transparent .custom-switch.custom-switch-xl .custom-control-label::before {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}
.formular--transparent .custom-switch.custom-switch-xl .custom-control-label::after {
  width: calc(2.5rem - 4px);
  height: calc(2.5rem - 4px);
  border-radius: calc(4rem - (2.5rem / 2));
  background-color: #ffffff;
}
.formular--transparent .custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(calc(2.5rem - 0.25rem));
}
.formular--transparent .custom-switch.custom-switch-xl .custom-control-label:before {
  background-color: rgba(46, 46, 46, 0.25);
  border-color: rgba(46, 46, 46, 0.25);
}
.formular--transparent .custom-switch.custom-switch-xl .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00aac3;
  border-color: #00aac3;
}
.formular--transparent .custom-switch.custom-switch-xl .custom-control-input:disabled ~ .custom-control-label {
  opacity: 0.5;
}
.formular--transparent .v-select {
  position: relative;
  color: #2e2e2e;
  font-size: 1.3rem;
  height: 3rem;
}
.formular--transparent .v-select, .formular--transparent .v-select * {
  box-sizing: border-box;
  font-size: 1.3rem;
  color: #2e2e2e;
}
@keyframes vSelectSpinner {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
.formular--transparent .vs__fade-enter-active, .formular--transparent .vs__fade-leave-active {
  transition: opacity 0.15s cubic-bezier(1, 0.5, 0.8, 1);
}
.formular--transparent .vs__fade-enter, .formular--transparent .vs__fade-leave-to {
  opacity: 0;
}
.formular--transparent .vs--disabled .vs__clear, .formular--transparent .vs--disabled .vs__dropdown-toggle, .formular--transparent .vs--disabled .vs__open-indicator, .formular--transparent .vs--disabled .vs__search, .formular--transparent .vs--disabled .vs__selected {
  cursor: not-allowed;
  background-color: #f8f8f8;
}
.formular--transparent .v-select[dir=rtl] .vs__actions {
  padding: 0 3px 0 6px;
}
.formular--transparent .v-select[dir=rtl] .vs__clear {
  margin-left: 6px;
  margin-right: 0;
}
.formular--transparent .v-select[dir=rtl] .vs__deselect {
  margin-left: 0;
  margin-right: 2px;
}
.formular--transparent .v-select[dir=rtl] .vs__dropdown-menu {
  text-align: right;
}
.formular--transparent .vs__dropdown-toggle {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: flex;
  padding: 0 0 4px;
  background: none;
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-radius: 4px;
  white-space: normal;
  z-index: 1000 !important;
}
.formular--transparent .vs__selected-options {
  display: flex;
  flex-basis: 100%;
  flex-grow: 1;
  flex-wrap: wrap;
  padding: 0 2px;
  position: relative;
  font-size: 1.3rem;
  color: #2e2e2e;
  z-index: 1000 !important;
}
.formular--transparent .vs__actions {
  display: flex;
  align-items: center;
  padding: 4px 6px 0 3px;
}
.formular--transparent .vs--searchable .vs__dropdown-toggle {
  cursor: text;
}
.formular--transparent .vs--unsearchable .vs__dropdown-toggle {
  cursor: pointer;
}
.formular--transparent .vs--open .vs__dropdown-toggle {
  border-bottom-color: transparent;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.formular--transparent .vs__open-indicator {
  fill: rgba(60, 60, 60, 0.5);
  transform: scale(1);
  transition: transform 0.15s cubic-bezier(1, -0.115, 0.975, 0.855);
  transition-timing-function: cubic-bezier(1, -0.115, 0.975, 0.855);
}
.formular--transparent .vs--open .vs__open-indicator {
  transform: rotate(180deg) scale(1);
}
.formular--transparent .vs--loading .vs__open-indicator {
  opacity: 0;
}
.formular--transparent .vs__clear {
  fill: rgba(60, 60, 60, 0.5);
  padding: 0;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  margin-right: 8px;
}
.formular--transparent .vs__dropdown-menu {
  display: block;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  padding: 5px 0;
  margin: 0;
  width: 100%;
  max-height: 350px;
  min-width: 160px;
  overflow-y: auto;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(60, 60, 60, 0.26);
  border-top-style: none;
  border-radius: 0 0 4px 4px;
  text-align: left;
  list-style: none;
  background: #fff;
  z-index: 10000 !important;
}
.formular--transparent .vs__no-options {
  text-align: center;
}
.formular--transparent .vs__dropdown-option {
  line-height: 1.42857143;
  display: block;
  padding: 3px 20px;
  clear: both;
  color: #2e2e2e;
  white-space: nowrap;
}
.formular--transparent .vs__dropdown-option:hover {
  cursor: pointer;
}
.formular--transparent .vs__dropdown-option--highlight {
  background: #00aac3;
}
.formular--transparent .vs__selected {
  display: flex;
  align-items: center;
  background-color: #f0f0f0;
  color: #2e2e2e;
  line-height: 1;
  padding-left: 0.5rem;
  margin-top: 0.5rem;
  font-size: 2.1rem;
}
.formular--transparent .vs__deselect {
  display: inline-flex;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin-left: 4px;
  padding: 0;
  border: 0;
  cursor: pointer;
  background: none;
  fill: rgba(60, 60, 60, 0.5);
  text-shadow: 0 1px 0 #fff;
}
.formular--transparent .vs--single .vs__selected {
  background-color: transparent;
  border-color: transparent;
}
.formular--transparent .vs--single.vs--open .vs__selected {
  position: absolute;
  opacity: 0.4;
}
.formular--transparent .vs--single.vs--searching .vs__selected {
  display: none;
}
.formular--transparent .vs__search::-ms-clear, .formular--transparent .vs__search::-webkit-search-cancel-button, .formular--transparent .vs__search::-webkit-search-decoration, .formular--transparent .vs__search::-webkit-search-results-button, .formular--transparent .vs__search::-webkit-search-results-decoration {
  display: none;
}
.formular--transparent .vs__search, .formular--transparent .vs__search:focus {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1;
  font-size: 1.3rem;
  border: 1px solid transparent;
  border-left: none;
  outline: none;
  margin: 4px 0 0;
  padding: 0 7px;
  background: none;
  box-shadow: none;
  width: 0;
  max-width: 100%;
  flex-grow: 1;
}
.formular--transparent .vs__search::-moz-placeholder {
  color: rgba(46, 46, 46, 0.8);
}
.formular--transparent .vs__search::placeholder {
  color: rgba(46, 46, 46, 0.8);
}
.formular--transparent .vs--unsearchable .vs__search {
  opacity: 1;
}
.formular--transparent .vs--unsearchable .vs__search:hover {
  cursor: pointer;
}
.formular--transparent .vs--single.vs--searching:not(.vs--open):not(.vs--loading) .vs__search {
  opacity: 0.2;
}
.formular--transparent .vs__spinner {
  align-self: center;
  opacity: 0;
  font-size: 1.3rem;
  text-indent: -9999em;
  overflow: hidden;
  border: 0.9em solid rgba(100, 100, 100, 0.1);
  border-left-color: rgba(60, 60, 60, 0.45);
  transform: translateZ(0);
  animation: vSelectSpinner 1.1s linear infinite;
  transition: opacity 0.1s;
}
.formular--transparent .vs__spinner, .formular--transparent .vs__spinner:after {
  border-radius: 50%;
  width: 5em;
  height: 3em;
}
.formular--transparent .vs--loading .vs__spinner {
  opacity: 1;
}
.formular--transparent .style-chooser .vs__search::-moz-placeholder {
  height: 3rem;
  line-height: 3rem;
  font-size: 1.3rem;
  background-color: transparent;
  color: #2a2a2a;
  text-transform: none;
  border: none;
  padding-left: 0.5rem;
  outline: none;
}
.formular--transparent .style-chooser .vs__search::placeholder,
.formular--transparent .style-chooser .vs__dropdown-toggle {
  height: 3rem;
  line-height: 3rem;
  font-size: 1.3rem;
  background-color: transparent;
  color: #2a2a2a;
  text-transform: none;
  border: none;
  padding-left: 0.5rem;
  outline: none;
}
.formular--transparent .style-chooser .vs__search::-moz-placeholder {
  color: rgba(46, 46, 46, 0.8);
}
.formular--transparent .style-chooser .vs__search::placeholder {
  color: rgba(46, 46, 46, 0.8);
}
.formular--transparent .style-chooser .vs__dropdown-menu {
  background-color: #ffffff;
}
.formular--transparent .style-chooser .vs__clear,
.formular--transparent .style-chooser .vs__open-indicator {
  color: #ffffff;
  /*fill: red;
  color: $color-white;
  font-size: $font-size-small;
  text-transform: none;
  padding-left: 1rem;
  outline: none;*/
}
.formular--transparent .style-chooser .vs__clear {
  display: none;
}
.formular--transparent .style-chooser .vs__selected {
  font-size: 1.3rem;
}
.formular--transparent .style-chooser {
  padding: 0;
  margin: 0;
  height: 3rem;
  border-radius: 1.5rem;
}
.formular--transparent .style-chooser--highlighted {
  border: 1px solid #00aac3;
}
.formular--transparent .style-chooser--not-highlighted {
  border: 1px solid #2e2e2e;
}
.formular--transparent .style-chooser--not-valid {
  border: 1px solid #ff0066;
}
.formular--transparent #custom-select, .formular--transparent #custom-select-energy {
  border-radius: 5rem;
  border: 1px solid #ffffff;
  height: 3rem;
  line-height: 3rem;
  font-size: 1.3rem;
  background-color: transparent;
  color: #ffffff;
  font-family: "Nunito Sans", sans-serif;
  border-color: #0d64c6;
}
.formular--transparent .description-list-inline ul {
  display: block;
  border: 2px solid #2e2e2e;
  border-radius: 5rem;
  height: 4rem;
  overflow: hidden;
  margin-top: 0.4rem;
}
.formular--transparent .description-list-inline li {
  width: 100%;
  display: inline-block;
  float: left;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}
.formular--transparent .description-list-inline li input[type=text] {
  width: 100%;
  font-size: 2.1rem;
  color: #2e2e2e;
  text-align: center;
  border: none;
  background-color: transparent;
  height: 100%;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
.formular--transparent .description-list-inline li:not(:last-child) {
  border-right: 2px solid #2e2e2e;
}
.formular--transparent .description-list-inline li:first-child {
  width: 25%;
  background-color: rgba(46, 46, 46, 0.3);
}
.formular--transparent .description-list-inline li:nth-child(2) {
  width: 25%;
  background-color: rgba(46, 46, 46, 0.15);
}
.formular--transparent .description-list-inline li:nth-child(3) {
  width: 50%;
  background-color: rgba(46, 46, 46, 0);
}
.formular--transparent .assistent_messages {
  font-size: 1.3rem;
}
.formular--transparent .fieldset {
  position: relative;
  height: 10rem;
  padding: 1rem 1rem;
}
.formular--transparent .fieldset__text-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.formular--transparent .fieldset__main {
  font-size: 2.1rem;
}
.formular--transparent .fieldset__sub {
  font-size: 1.3rem;
}
.formular--transparent .fieldset__description {
  font-size: 2.1rem;
}
.formular--transparent .fieldset__border-white {
  margin: 1rem 0;
  border-top: 2px solid rgba(46, 46, 46, 0.2);
  color: transparent;
}
.formular--transparent .animation-checkbox input[type=checkbox] {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
.formular--transparent .animation-checkbox input[type=checkbox]:focus ~ label svg, .formular--transparent .animation-checkbox input[type=checkbox]:checked ~ label svg {
  background: transparent;
}
.formular--transparent .animation-checkbox input[type=checkbox]:checked ~ label svg path {
  stroke-dashoffset: 0;
}
.formular--transparent .animation-checkbox input[type=checkbox] ~ label {
  font-size: 1.3rem;
  line-height: 1.5;
  /*display: flex;
  align-items: center;
  flex-direction: row;*/
  position: relative;
  cursor: pointer;
  color: #2e2e2e;
  display: inline-block;
}
.formular--transparent .animation-checkbox input[type=checkbox] ~ label svg {
  width: 3.5rem;
  height: 3.5rem;
  border: 0.25rem solid #2e2e2e;
  margin-top: 0.5rem;
}
.formular--transparent .animation-checkbox input[type=checkbox] ~ label svg path {
  transition: stroke-dashoffset 440ms cubic-bezier(0.69, 0.35, 0.63, 0.84);
  fill: none;
  stroke: #2e2e2e;
  stroke-dasharray: 270;
  stroke-dashoffset: 270;
  stroke-width: 1rem;
}
.formular--transparent .animation-checkbox input[type=checkbox] ~ label div {
  width: calc(100% - 3.5rem);
}
.formular--transparent .animation-checkbox-svg {
  width: 5rem;
  height: 5rem;
}
.formular--transparent .form-button, .formular--transparent .form-button:link, .formular--transparent .form-button:visited, .formular--transparent .form-button-small, .formular--transparent .form-button-small:link, .formular--transparent .form-button-small:visited {
  text-decoration: none;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative;
  font-size: 1.6rem;
  color: #ffffff;
  border: none;
  cursor: pointer;
  width: auto;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
  margin: 0 auto;
  padding: 0 5rem;
}
.formular--transparent .form-button:hover, .formular--transparent .form-button-small:hover {
  /*&::after {
      transform: scaleX(1.4) scaleY(1.6);
      opacity: 0;
  }*/
}
.formular--transparent .form-button:active, .formular--transparent .form-button:focus, .formular--transparent .form-button-small:active, .formular--transparent .form-button-small:focus {
  transform: translateY(-0.1rem);
}
.formular--transparent .form-button--filled, .formular--transparent .form-button-small--filled {
  background-color: #ffffff;
  color: #00aac3;
  border: 1px solid #00aac3;
}
.formular--transparent .form-button--filled:hover, .formular--transparent .form-button-small--filled:hover {
  background-color: #00aac3;
  color: #ffffff;
}
.formular--transparent .form-button--filled-with-arrow, .formular--transparent .form-button-small--filled-with-arrow {
  background-color: #ffffff;
  color: #00aac3;
  border: 1px solid #00aac3;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 2.5rem 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='3.207pt' height='9.749pt' viewBox='1125.64 -438.61 3.207 9.749'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' fill='%2300aac3'%3E%3Cpath d='M 1126.01,429.236 L 1128.17,432.614 C 1128.57,433.23 1128.57,434.24 1128.17,434.862 L 1126.01,438.235' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.formular--transparent .form-button--filled-with-arrow--white, .formular--transparent .form-button-small--filled-with-arrow--white {
  background-color: #00aac3;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 2.5rem 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='3.207pt' height='9.749pt' viewBox='1125.64 -438.61 3.207 9.749'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' fill='%23ffffff'%3E%3Cpath d='M 1126.01,429.236 L 1128.17,432.614 C 1128.57,433.23 1128.57,434.24 1128.17,434.862 L 1126.01,438.235' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.formular--transparent .form-button--filled-with-arrow:hover, .formular--transparent .form-button-small--filled-with-arrow:hover {
  background-color: #00aac3;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 2.5rem 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='3.207pt' height='9.749pt' viewBox='1125.64 -438.61 3.207 9.749'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' fill='%23ffffff'%3E%3Cpath d='M 1126.01,429.236 L 1128.17,432.614 C 1128.57,433.23 1128.57,434.24 1128.17,434.862 L 1126.01,438.235' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.formular--transparent .form-button--border, .formular--transparent .form-button-small--border {
  border: 2px solid #00aac3;
  color: #00aac3;
  background-color: #ffffff;
}
.formular--transparent .form-button-small {
  text-transform: capitalize;
  background-image: #ffffff;
  color: #00aac3;
  padding: 0 1rem;
  /*&:hover{
      background-image: linear-gradient(to right, $color-light, $color-dark);
      color: $font-color;
  }*/
}
.formular--transparent .form-button-small, .formular--transparent .form-button-small:link, .formular--transparent .form-button-small:visited {
  height: 2.5rem;
  line-height: 2.5rem;
}
.formular--transparent .form-button-submit {
  width: 100%;
  background-color: transparent;
  border: none;
}
.formular--transparent .form-button-submit .icon-box-large {
  width: 5rem;
  height: 5rem;
}
.formular--transparent .form-button-medium, .formular--transparent .form-button-medium:link, .formular--transparent .form-button-medium:visited {
  text-decoration: none;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative;
  font-size: 1.6rem;
  color: #ffffff;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  height: 3rem;
  line-height: 3rem;
  margin: 0 auto;
}
.formular--transparent .form-button-medium:hover {
  /*&::after {
      transform: scaleX(1.4) scaleY(1.6);
      opacity: 0;
  }*/
}
.formular--transparent .form-button-medium:active, .formular--transparent .form-button-medium:focus {
  transform: translateY(-0.1rem);
}
.formular--transparent .form-button-medium--filled {
  background-color: #ffffff;
  color: #00aac3;
  border: 1px solid #00aac3;
}
.formular--transparent .form-button-medium--filled:hover {
  background-color: #00aac3;
  color: #ffffff;
}
.formular--transparent .form-button-medium--filled-with-arrow {
  background-color: #ffffff;
  color: #00aac3;
  border: 1px solid #00aac3;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 2.5rem 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='3.207pt' height='9.749pt' viewBox='1125.64 -438.61 3.207 9.749'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' fill='%2300aac3'%3E%3Cpath d='M 1126.01,429.236 L 1128.17,432.614 C 1128.57,433.23 1128.57,434.24 1128.17,434.862 L 1126.01,438.235' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.formular--transparent .form-button-medium--filled-with-arrow:hover {
  background-color: #00aac3;
  color: #ffffff;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 2.5rem 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='3.207pt' height='9.749pt' viewBox='1125.64 -438.61 3.207 9.749'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' fill='%23ffffff'%3E%3Cpath d='M 1126.01,429.236 L 1128.17,432.614 C 1128.57,433.23 1128.57,434.24 1128.17,434.862 L 1126.01,438.235' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.formular--transparent .form-button-medium--border {
  border: 2px solid #00aac3;
  color: #00aac3;
  background-color: #ffffff;
}
.formular--transparent .summary-box {
  width: 100%;
  color: #2e2e2e;
  font-size: 1.3rem;
}
.formular--transparent .summary-box--headline {
  height: 3rem;
  border-bottom: 1px solid #00aac3;
}
.formular--transparent .summary-box--headline h3 {
  font-size: 1.3rem;
  line-height: 3rem;
  text-transform: uppercase;
  margin-left: 2.5%;
}
.formular--transparent .summary-box--text {
  width: 100%;
}
.formular--transparent .summary-box--text .row {
  background-color: rgba(0, 170, 195, 0.1);
  border-bottom: 1px solid #00aac3;
  width: 100%;
  margin: 0 auto;
}
.formular--transparent .summary-box--text .row .col-md-4, .formular--transparent .summary-box--text .row .col-md-2, .formular--transparent .summary-box--text .row .col-md-8, .formular--transparent .summary-box--text .row .col-md-12, .formular--transparent .summary-box--text .row .col-md-5 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.formular--transparent .summary-box--text .row div > div:first-child {
  font-weight: 400;
}
.formular--transparent .summary-box--text-less-padding {
  width: 100%;
}
.formular--transparent .summary-box--text-less-padding .row {
  background-color: rgba(0, 170, 195, 0.1);
  border-bottom: 1px solid #00aac3;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.formular--transparent .summary-box--text-less-padding .row div > div:first-child {
  font-weight: 400;
}
.formular--transparent .summary-box--text-without {
  width: 100%;
}
.formular--transparent .summary-box--text-without .row {
  background-color: rgba(0, 170, 195, 0.1);
  border: none;
  width: 100%;
  margin: 0 auto;
  padding: 1rem 0;
}
.formular--transparent .summary-box--text-without .row div > div:first-child {
  font-weight: bold;
}

.background-color-primary-light {
  border-top: 1px solid #00aac3;
  border-bottom: 1px solid #00aac3;
  background-color: rgba(0, 170, 195, 0.1);
}

.add-cursor-pointer {
  cursor: pointer;
}

.font-size--small {
  font-size: 1.3rem;
}
.font-size--medium {
  font-size: 2.1rem;
}

.file-upload {
  position: relative;
  display: inline-block;
}

.file-upload__label {
  display: block;
  height: 2rem;
  border-radius: 2rem;
  transition: background 0.3s;
}
.file-upload__label:hover {
  cursor: pointer;
}

.file-upload__input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 1;
  width: 0;
  height: 100%;
  opacity: 0;
}

.main {
  width: calc(100% - 4rem);
  float: right;
  min-height: 100vh;
}

.main-extended {
  width: calc(100% - 20rem);
  float: right;
  min-height: 100vh;
}

.menu-items {
  height: 5rem;
  line-height: 5rem;
  font-size: 1.3rem;
  background-color: #ffffff;
  background-position: center;
  background-size: 90% 90%;
  /*background-image: url(../images/VegaLogo.png);
  background-size: cover;
  background-position: center;

  background-color: lightcoral;*/
}
.menu-items img {
  height: 4rem;
}
.menu-items .image-menu {
  height: 5rem;
  width: auto;
  vertical-align: middle;
}
.menu-items .list-inline {
  height: 5rem;
}

.hexagon {
  height: 4rem;
  width: 4rem;
  margin-top: -0.2rem;
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
}

.tabs {
  height: 5rem;
  background-color: #ffffff;
  font-size: 1.6rem;
}
.tabs ul {
  height: inherit;
  float: right;
  width: auto;
  line-height: 5rem;
}

.background-grey {
  background-color: red;
}

.v-sidebar-menu.vsm_white-theme {
  background-image: linear-gradient(to right bottom, #00aac3, #043a4f) !important;
  color: #ffffff !important;
  width: 100%;
}

.v-sidebar-menu.vsm_white-theme {
  background-color: yellow !important;
}
.v-sidebar-menu.vsm_white-theme .vsm--link {
  color: #ffffff !important;
}
.v-sidebar-menu.vsm_white-theme .vsm--link_exact-active, .v-sidebar-menu.vsm_white-theme .vsm--link_active {
  color: #ffffff !important;
}
.v-sidebar-menu.vsm_white-theme .vsm--link_level-1.vsm--link_exact-active, .v-sidebar-menu.vsm_white-theme .vsm--link_level-1.vsm--link_active {
  box-shadow: none !important;
  background-color: rgba(255, 255, 255, 0.5);
}
.v-sidebar-menu.vsm_white-theme .vsm--link_level-1.vsm--link_exact-active .vsm--icon, .v-sidebar-menu.vsm_white-theme .vsm--link_level-1.vsm--link_active .vsm--icon {
  color: green;
  background-color: transparent;
}
.v-sidebar-menu.vsm_white-theme .vsm--link_level-1 .vsm--icon {
  background-color: transparent !important;
  background-size: 90% 90% !important;
}
.v-sidebar-menu.vsm_white-theme .vsm--link:hover {
  color: #ffffff;
  background-color: #e6e600;
}
.v-sidebar-menu.vsm_white-theme .vsm--icon {
  color: #ffffff;
}
.v-sidebar-menu.vsm_white-theme .vsm--dropdown .vsm--list {
  background-color: #e3e3e3;
}
.v-sidebar-menu.vsm_white-theme .vsm--dropdown .vsm--link {
  color: #ffffff;
}
.v-sidebar-menu.vsm_white-theme .vsm--dropdown .vsm--icon {
  color: #ffffff;
}
.v-sidebar-menu.vsm_white-theme.vsm_expanded .vsm--item.vsm--item_open .vsm--link_level-1 {
  color: #ffffff;
  background-color: #777;
}
.v-sidebar-menu.vsm_white-theme.vsm_expanded .vsm--item.vsm--item_open .vsm--link_level-1 .vsm--icon {
  color: #fff;
  background-color: transparent;
}
.v-sidebar-menu.vsm_white-theme.vsm_collapsed .vsm--link.vsm--link_mobile-item {
  color: #fff;
  background-color: transparent;
}
.v-sidebar-menu.vsm_white-theme.vsm_collapsed .vsm--link.vsm--link_mobile-item .vsm--icon {
  color: #fff;
  background-color: transparent;
}
.v-sidebar-menu.vsm_white-theme.vsm_collapsed .vsm--mobile-bg {
  background-color: #00aac3;
}
.v-sidebar-menu.vsm_white-theme.vsm_rtl .vsm--link.vsm--link_level-1.vsm--link_active, .v-sidebar-menu.vsm_white-theme.vsm_rtl .vsm--link.vsm--link_level-1.vsm--link_exact-active {
  box-shadow: -3px 0px 0px 0px #00aac3 inset;
}
.v-sidebar-menu.vsm_white-theme .vsm--header {
  color: rgba(255, 255, 255, 0.7);
}
.v-sidebar-menu.vsm_white-theme .vsm--badge.vsm--badge_default {
  color: #ffffff;
  background-color: #e6e600;
}
.v-sidebar-menu.vsm_white-theme .vsm--toggle-btn {
  color: transparent !important;
  background-color: transparent !important;
}

.accodion-item {
  margin-bottom: 2rem;
  background-color: transparent;
}
.accodion-item--borders {
  border-right: 0.5rem solid red;
  border-left: 0.5rem solid red;
}
.accodion-item--no-borders {
  border: none;
  border-right: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
}
.accodion-item--open {
  background: linear-gradient(red, red);
}
.accodion-item--closed {
  background-color: transparent;
}
.accodion-item--header {
  height: 6rem;
  background-color: transparent;
}
.accodion-item--header h3 {
  line-height: 6rem;
  font-size: 1.6rem;
  font-weight: 300;
}
.accodion-item--icon {
  width: 6rem;
  height: 6rem;
  float: right;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.accodion-item--panel {
  height: auto;
}
.accodion-item--panel--padding-bottom {
  padding-bottom: 2.5rem;
}

.table tfoot td,
.table tfoot th {
  border-width: 1px 0 0;
  color: #00aac3;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  border: none;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr:nth-child(2) > td,
.table > thead > tr:nth-child(2) > th {
  border-top: 1px solid #00aac3;
}

.table > thead {
  text-transform: uppercase;
}

.table-background {
  font-size: 1.3rem;
  line-height: 3rem;
}

.bg-headline-box a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.bg-headline-box .active {
  background-color: rgba(255, 255, 255, 0.5);
}

.table-header li {
  line-height: 4rem;
}
.table-header li a {
  font-size: 1.6rem;
  color: #ffffff;
  text-decoration: none;
  padding: 0 1rem;
  line-height: 4rem;
  height: 4rem;
}
.table-header li a:hover {
  background-color: transparent !important;
}

#loader-box {
  padding: 10rem 0;
}

.loader {
  width: 15rem;
  height: 15rem;
  line-height: 3rem;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
  padding: 5rem 0;
}
.loader--text-orange {
  color: #00aac3;
  font-size: 1.3rem;
}

.loader:before,
.loader:after {
  opacity: 0;
  box-sizing: border-box;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  border: 5px solid #00aac3;
  box-shadow: 0 0 5rem #00aac3, inset 0 0 5rem #00aac3;
}

.loader:after {
  z-index: 1;
  -webkit-animation: gogoloader 2s infinite 1s;
}

.loader:before {
  z-index: 2;
  -webkit-animation: gogoloader 2s infinite;
}
#carouselExampleIndicators {
  margin-bottom: 0;
  padding-bottom: 0;
}
#carouselExampleIndicators .carousel-indicators {
  top: 0.3rem;
  left: 0;
}
#carouselExampleIndicators .carousel-indicators li {
  color: #ffffff !important;
  background-color: #ffffff !important;
}
#carouselExampleIndicators .carousel-indicators .active {
  color: #00aac3;
  background-color: #00aac3;
}

#comparision-cards {
  font-size: 1.3rem;
}
#comparision-cards .card {
  width: 90%;
  margin: 0 auto;
  border-color: transparent;
  box-shadow: 2px 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  border-radius: 0.5rem;
  overflow: hidden;
}
#comparision-cards .list-group .list-group-item {
  border-color: #00aac3;
}
#comparision-cards .list-group .list-group-item:nth-child(2n) {
  background-color: #ffffff;
}
#comparision-cards .list-group .list-group-item:nth-child(2n+1) {
  background-color: rgba(0, 170, 195, 0.1);
}
#comparision-cards .list-group .list-group-item ul li:nth-child(2n) {
  font-weight: 300;
  margin-bottom: 1.5rem;
}
#comparision-cards .list-group .list-group-item ul li:nth-child(2n+1) {
  font-weight: 400;
  margin-top: 1.5rem;
  color: #043a4f !important;
}
#comparision-cards .list-group .list-group-item ul li a {
  background-color: yellow;
  width: 100%;
}
#comparision-cards .list-group .list-group-item button {
  border: none;
  width: 100%;
  text-align: center;
  background-color: transparent;
  padding: 1rem 0;
}
#comparision-cards .icon-accordion {
  display: inline-block;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
  margin-left: 2%;
  margin-top: -0.5rem;
}
#comparision-cards .icon-plus {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg stroke-width='0.501' stroke-linejoin='bevel' fill-rule='evenodd' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.75pt' height='15.75pt' viewBox='0 0 15.75 15.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Document' fill='none' stroke='black' font-family='Times New Roman' font-size='16' transform='scale(1 -1)'%3E%3Cg id='Spread' transform='translate(0 -15.75)'%3E%3Cg id='MouseOff'%3E%3Cg id='Group' stroke-linejoin='round'%3E%3Cpath d='M 3.722,14.566 C 7.415,16.858 12.274,15.721 14.566,12.028 C 16.858,8.335 15.721,3.476 12.028,1.184 C 8.335,-1.108 3.476,0.029 1.184,3.722 C -1.108,7.415 0.029,12.274 3.722,14.566 Z' stroke='none' fill='%23262626' stroke-width='0.577' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3Cg id='Group_1' stroke-width='1.5' stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='79.8403193612775'%3E%3Cpath d='M 7.875,12.205 L 7.875,3.546' fill='none'/%3E%3Cpath d='M 3.546,7.875 L 12.205,7.875' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
#comparision-cards .icon-minus {
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg stroke-width='0.501' stroke-linejoin='bevel' fill-rule='evenodd' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='15.75pt' height='15.75pt' viewBox='0 0 15.75 15.75'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Document' fill='none' stroke='black' font-family='Times New Roman' font-size='16' transform='scale(1 -1)'%3E%3Cg id='Spread' transform='translate(0 -15.75)'%3E%3Cg id='MouseOff'%3E%3Cg id='Group' stroke-linejoin='round'%3E%3Cpath d='M 3.722,14.566 C 7.415,16.858 12.274,15.721 14.566,12.028 C 16.858,8.335 15.721,3.476 12.028,1.184 C 8.335,-1.108 3.476,0.029 1.184,3.722 C -1.108,7.415 0.029,12.274 3.722,14.566 Z' stroke='none' fill='%23262626' stroke-width='0.577' marker-start='none' marker-end='none' stroke-miterlimit='79.8403193612775'/%3E%3Cg id='Group_1' stroke-linecap='round' stroke='%23ffffff' stroke-width='1.5' stroke-miterlimit='79.8403193612775'%3E%3Cpath d='M 3.546,7.875 L 12.205,7.875' fill='none'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#comparision-cards .chart-box {
  margin: 0 calc(50% - 10rem);
  z-index: 10;
}
#comparision-cards .chart-box pie-chart {
  z-index: 100;
}

/*
#section-calculation{
    .carousel-indicators{
        //position: absolute;
        //top: -2.5rem;
        //top: -2.5rem;

        li{
            height: 2rem;
            width: 4rem;
        }

        li:first-child{
            //color: $color-default-blue;
            //background-color: rgba($color-default-blue, .5);

        }
        li:nth-child(2){
            //color: $color-default-green;
            //background-color: rgba($color-default-green, .5);
        }
    }

}
*/
.price-model-card {
  padding: 0.2rem 0.125rem;
  width: 100%;
  border-radius: 0.5rem;
  border: 1px solid transparent;
}
.price-model-card--rounded {
  border-color: #00aac3;
}
.price-model-card--image {
  width: 100%;
}
.price-model-card--description {
  width: 100%;
  font-size: 1rem;
  line-height: 1.5;
}
.price-model-card--description li:nth-child(2n) {
  font-weight: 600;
  margin-top: 0.5rem;
}

.price-model-font-weight {
  font-weight: 300;
}

.product-energie-ag {
  width: 12rem;
  height: 8rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
.product-energie-ag-power {
  background-image: url("/pictures/products/Box_Strom_V1_RZ_500x388px.png");
}
.product-energie-ag-power--hightlighted {
  background-image: url("/pictures/products/Box_Strom_V2_RZ_500x388px.png");
}
.product-energie-ag-gas {
  background-image: url("/pictures/products/Box_Gas_V1_RZ_500x388px.png");
}
.product-energie-ag-gas--hightlighted {
  background-image: url("/pictures/products/Box_Gas_V2_RZ_500x388px.png");
}
.product-energie-ag-sigi-power {
  width: 8.5rem;
  height: 3rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background-image: url("/pictures/emails/SIGI_POWER.png");
}
.product-energie-ag-sigi-gas {
  width: 8.5rem;
  height: 3rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  background-image: url("/pictures/emails/SIGI_GAS.png");
}
.product-energie-ag-internet {
  background-image: url("/pictures/products/Box_Internet_V2_RZ_500x388px.png");
}
.product-energie-ag-internet--hightlighted {
  background-image: url("/pictures/products/Box_Internet_V1_RZ_500x388px.png");
}
.product-energie-ag-eControl {
  width: 12.5rem;
  background-size: 80% 80%;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='51.798pt' height='13.622pt' viewBox='271.74 -746.151 51.798 13.622'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Offer' transform='scale(1 -1)'%3E%3Cg id='Group' fill='%23666666' font-family='Nunito Sans Light' stroke-linejoin='miter' stroke='none' stroke-width='0.282'%3E%3Cg id='Group_1'%3E%3Cpath d='M 281.778,741.145 L 282.077,742.37 L 277.67,742.37 L 276.251,736.712 L 280.739,736.712 L 281.048,737.936 L 278.099,737.936 L 278.367,739.016 L 280.846,739.016 L 281.139,740.171 L 278.658,740.171 L 278.9,741.145 L 281.778,741.145 M 280.735,739.857 L 280.6,739.331 L 278.123,739.331 L 277.699,737.624 L 280.646,737.624 L 280.495,737.024 L 276.652,737.024 L 277.914,742.054 L 281.677,742.054 L 281.532,741.458 L 278.655,741.458 L 278.257,739.857 L 280.735,739.857 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3Cpath d='M 323.538,736.869 L 323.538,737.78 L 320.814,737.78 L 320.814,742.212 L 319.775,742.212 L 319.775,736.869 L 323.538,736.869 M 314.842,740.192 C 314.909,740.404 315.009,740.596 315.138,740.765 C 315.268,740.932 315.431,741.068 315.629,741.171 C 315.824,741.275 316.046,741.326 316.297,741.326 C 316.537,741.326 316.754,741.275 316.949,741.178 C 317.14,741.081 317.304,740.947 317.437,740.783 C 317.571,740.617 317.673,740.426 317.746,740.211 C 317.819,739.995 317.855,739.771 317.855,739.54 C 317.855,739.32 317.821,739.103 317.754,738.891 C 317.685,738.677 317.586,738.484 317.452,738.315 C 317.319,738.144 317.156,738.005 316.963,737.903 C 316.771,737.802 316.548,737.75 316.297,737.75 C 316.051,737.75 315.831,737.8 315.638,737.9 C 315.446,738 315.282,738.133 315.15,738.298 C 315.016,738.465 314.916,738.656 314.845,738.87 C 314.775,739.087 314.739,739.311 314.739,739.54 C 314.739,739.763 314.775,739.978 314.842,740.192 M 317.336,737.053 C 317.657,737.202 317.933,737.4 318.164,737.647 C 318.394,737.896 318.576,738.182 318.707,738.505 C 318.837,738.829 318.902,739.168 318.902,739.526 C 318.902,739.862 318.84,740.193 318.714,740.519 C 318.589,740.845 318.412,741.137 318.186,741.393 C 317.96,741.65 317.688,741.855 317.371,742.014 C 317.051,742.172 316.7,742.252 316.313,742.252 C 315.936,742.252 315.587,742.177 315.265,742.03 C 314.945,741.88 314.667,741.681 314.435,741.43 C 314.201,741.18 314.018,740.891 313.886,740.563 C 313.753,740.238 313.685,739.897 313.685,739.54 C 313.685,739.2 313.748,738.867 313.873,738.54 C 313.999,738.214 314.176,737.924 314.404,737.672 C 314.633,737.418 314.906,737.214 315.225,737.06 C 315.544,736.907 315.9,736.831 316.29,736.831 C 316.666,736.831 317.015,736.904 317.336,737.053 M 309.968,741.301 L 311.224,741.301 C 311.314,741.301 311.403,741.28 311.491,741.238 C 311.578,741.195 311.657,741.135 311.724,741.058 C 311.793,740.98 311.847,740.889 311.887,740.783 C 311.926,740.677 311.947,740.562 311.947,740.436 C 311.947,740.315 311.93,740.203 311.895,740.097 C 311.859,739.992 311.811,739.9 311.751,739.823 C 311.69,739.746 311.62,739.684 311.537,739.64 C 311.454,739.593 311.364,739.571 311.27,739.571 L 309.968,739.571 L 309.968,741.301 M 309.968,736.869 L 309.968,738.66 L 310.991,738.66 L 312.083,736.869 L 313.248,736.869 L 312.03,738.878 C 312.325,739.004 312.559,739.208 312.734,739.493 C 312.907,739.775 312.993,740.09 312.993,740.436 C 312.993,740.652 312.95,740.867 312.866,741.081 C 312.779,741.292 312.662,741.484 312.512,741.652 C 312.359,741.82 312.18,741.955 311.974,742.058 C 311.765,742.162 311.537,742.212 311.291,742.212 L 308.929,742.212 L 308.929,736.869 L 309.968,736.869 M 308.191,742.212 L 303.744,742.212 L 303.744,741.301 L 305.451,741.301 L 305.451,736.869 L 306.484,736.869 L 306.484,741.301 L 308.191,741.301 L 308.191,742.212 M 302.161,736.869 L 303.006,736.869 L 303.006,742.205 L 301.967,742.205 L 301.967,738.705 L 299.182,742.212 L 298.375,742.212 L 298.375,736.869 L 299.415,736.869 L 299.415,740.293 L 302.161,736.869 M 293.443,740.192 C 293.51,740.404 293.61,740.596 293.741,740.765 C 293.87,740.932 294.033,741.068 294.229,741.171 C 294.425,741.275 294.648,741.326 294.899,741.326 C 295.141,741.326 295.357,741.275 295.549,741.178 C 295.743,741.081 295.907,740.947 296.039,740.783 C 296.173,740.617 296.276,740.426 296.349,740.211 C 296.42,739.995 296.456,739.771 296.456,739.54 C 296.456,739.32 296.422,739.103 296.357,738.891 C 296.286,738.677 296.188,738.484 296.054,738.315 C 295.922,738.144 295.76,738.005 295.566,737.903 C 295.372,737.802 295.15,737.75 294.899,737.75 C 294.653,737.75 294.433,737.8 294.241,737.9 C 294.047,738 293.885,738.133 293.751,738.298 C 293.617,738.465 293.518,738.656 293.446,738.87 C 293.376,739.087 293.342,739.311 293.342,739.54 C 293.342,739.763 293.374,739.978 293.443,740.192 M 295.937,737.053 C 296.259,737.202 296.534,737.4 296.765,737.647 C 296.996,737.896 297.178,738.182 297.308,738.505 C 297.438,738.829 297.503,739.168 297.503,739.526 C 297.503,739.862 297.439,740.193 297.315,740.519 C 297.19,740.845 297.014,741.137 296.789,741.393 C 296.561,741.65 296.289,741.855 295.972,742.014 C 295.652,742.172 295.301,742.252 294.915,742.252 C 294.539,742.252 294.189,742.177 293.866,742.03 C 293.547,741.88 293.27,741.681 293.036,741.43 C 292.802,741.18 292.619,740.891 292.488,740.563 C 292.354,740.238 292.288,739.897 292.288,739.54 C 292.288,739.2 292.349,738.867 292.475,738.54 C 292.6,738.214 292.778,737.924 293.007,737.672 C 293.234,737.418 293.507,737.214 293.826,737.06 C 294.145,736.907 294.5,736.831 294.892,736.831 C 295.27,736.831 295.616,736.904 295.937,737.053 M 287.294,738.574 C 287.422,738.244 287.599,737.95 287.828,737.693 C 288.056,737.435 288.328,737.224 288.644,737.064 C 288.96,736.904 289.309,736.824 289.691,736.824 C 289.907,736.824 290.128,736.851 290.352,736.907 C 290.58,736.961 290.791,737.042 290.99,737.147 C 291.187,737.252 291.365,737.381 291.525,737.534 C 291.681,737.689 291.803,737.864 291.889,738.066 L 291.037,738.555 C 290.977,738.409 290.897,738.285 290.797,738.182 C 290.695,738.079 290.587,737.996 290.47,737.931 C 290.351,737.864 290.228,737.817 290.097,737.786 C 289.965,737.756 289.841,737.742 289.72,737.742 C 289.49,737.742 289.277,737.791 289.085,737.893 C 288.891,737.993 288.727,738.126 288.587,738.292 C 288.449,738.458 288.344,738.649 288.268,738.867 C 288.194,739.087 288.155,739.312 288.155,739.549 C 288.155,739.759 288.186,739.97 288.253,740.185 C 288.318,740.399 288.414,740.587 288.544,740.757 C 288.671,740.925 288.831,741.061 289.024,741.165 C 289.217,741.272 289.445,741.326 289.706,741.326 C 289.827,741.326 289.949,741.31 290.074,741.284 C 290.198,741.256 290.32,741.211 290.436,741.151 C 290.551,741.092 290.658,741.009 290.759,740.908 C 290.859,740.803 290.945,740.677 291.016,740.528 L 291.814,741.076 C 291.637,741.424 291.37,741.704 291.011,741.92 C 290.654,742.134 290.228,742.242 289.735,742.242 C 289.319,742.242 288.949,742.166 288.621,742.01 C 288.295,741.855 288.02,741.652 287.795,741.401 C 287.569,741.148 287.396,740.865 287.278,740.546 C 287.16,740.226 287.101,739.905 287.101,739.579 C 287.101,739.238 287.167,738.902 287.294,738.574 M 285.535,740.075 L 283.256,740.075 L 283.256,739.164 L 285.535,739.164 L 285.535,740.075 Z' marker-start='none' marker-end='none'/%3E%3Cpath d='M 283.101,736.937 C 282.229,735.479 280.613,734.498 278.761,734.498 C 275.986,734.498 273.74,736.697 273.74,739.409 C 273.74,742.121 275.986,744.321 278.761,744.321 C 279.489,744.321 280.179,744.168 280.805,743.896 L 281.648,745.501 C 280.749,745.918 279.744,746.151 278.685,746.151 C 274.849,746.151 271.74,743.102 271.74,739.34 C 271.74,735.577 274.849,732.529 278.685,732.529 C 281.362,732.529 283.685,734.015 284.844,736.192 L 283.101,736.937 Z' marker-start='none' marker-end='none'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}

.button, .button-small {
  /*&--border {
      border: 2px solid $color-light;
      color: $color-light;
      background-color: $font-color;

  }*/
}
.button, .button:link, .button:visited, .button-small, .button-small:link, .button-small:visited {
  text-decoration: none;
  display: inline-block;
  border-radius: 10rem;
  transition: all 0.2s;
  position: relative;
  font-size: 1.3rem;
  border: none;
  cursor: pointer;
  width: 100%;
  text-align: center;
  padding: 1rem 4rem;
  line-height: 1;
}
.button:hover, .button-small:hover {
  /*&::after {
      transform: scaleX(1.4) scaleY(1.6);
      opacity: 0;
  }*/
}
.button:active, .button:focus, .button-small:active, .button-small:focus {
  transform: translateY(-0.1rem);
}
.button--filled, .button-small--filled {
  background-color: #00aac3;
  color: #ffffff;
  border: 1px solid #00aac3;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 2.5rem 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='3.207pt' height='9.749pt' viewBox='1125.64 -438.61 3.207 9.749'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%23ffffff' fill='%23ffffff'%3E%3Cpath d='M 1126.01,429.236 L 1128.17,432.614 C 1128.57,433.23 1128.57,434.24 1128.17,434.862 L 1126.01,438.235' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}
.button--filled:hover, .button-small--filled:hover {
  background-color: #ffffff;
  color: #00aac3;
  border: 1px solid #00aac3;
  background-repeat: no-repeat;
  background-position: 96% center;
  background-size: 2.5rem 1.5rem;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg fill='none' fill-rule='evenodd' stroke='black' stroke-width='0.501' stroke-linejoin='bevel' stroke-miterlimit='10' font-family='Times New Roman' font-size='16' style='font-variant-ligatures:none' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns='http://www.w3.org/2000/svg' version='1.1' overflow='visible' width='3.207pt' height='9.749pt' viewBox='1125.64 -438.61 3.207 9.749'%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page background' transform='scale(1 -1)'/%3E%3Cg id='MouseOff' transform='scale(1 -1)'%3E%3Cg id='Group' stroke-width='0.75' stroke-linejoin='round' stroke-linecap='round' stroke='%2300aac3' fill='%2300aac3'%3E%3Cpath d='M 1126.01,429.236 L 1128.17,432.614 C 1128.57,433.23 1128.57,434.24 1128.17,434.862 L 1126.01,438.235' fill='none'/%3E%3C/g%3E%3C/g%3E%3Cg id='MouseOver' transform='scale(1 -1)'/%3E%3C/svg%3E");
}

.arrow {
  border: solid #00aac3;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  background-color: transparent;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.cockpit-box {
  background: #043a4f;
  color: #2a2a2a;
  border-radius: 1rem;
  overflow: hidden;
}
.cockpit-box--button {
  background-color: red;
  color: #ffffff;
  border-radius: 5rem;
  border: none;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  margin-top: -1rem;
}
.cockpit-box--button:hover {
  background-color: #ffffff;
  color: #ffffff;
}
.cockpit-box--headline {
  height: 4rem;
  border-bottom: 1px solid red;
}
.cockpit-box--headline .list-group {
  padding: 2.5% 5%;
  vertical-align: top;
}
.cockpit-box--headline .list-group-item:first-child {
  width: 80%;
  line-height: 4rem;
  text-transform: uppercase;
}
.cockpit-box--headline .list-group-item:nth-child(2) {
  width: 10%;
  text-align: center;
}
.cockpit-box--headline .list-group-item:nth-child(3) {
  width: 10%;
}
.cockpit-box--border-bottom:not(:last-child) {
  border-bottom: 1px solid red;
}
.cockpit-box--content {
  height: 10rem;
}
.cockpit-box--content-image {
  width: 100%;
  height: 100%;
}
.cockpit-box--content-image img {
  -webkit-clip-path: circle(50% at 50% 50%);
          clip-path: circle(50% at 50% 50%);
  height: 4.8rem;
  width: 5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cockpit-box--content-text {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  font-size: 1rem;
}
.cockpit-box--content-icon {
  width: 100%;
  height: 100%;
}
.cockpit-box--content-icon svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cockpit-box-navigation {
  height: 5rem;
}
.cockpit-box--previous, .cockpit-box--next {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 2rem 2rem;
}
.cockpit-box--previous:hover, .cockpit-box--next:hover {
  background-color: #ffffff;
}
.cockpit-box--previous button, .cockpit-box--next button {
  width: 100%;
  height: 5rem;
  background-color: transparent;
  border: none;
}
.cockpit-box--previous {
  border-left: 1px solid red;
  transform: rotate(180deg);
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23ffffff' clip-rule='evenodd'%3E%3Cpath d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/%3E%3C/svg%3E");
}
.cockpit-box--next {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23ffffff' clip-rule='evenodd'%3E%3Cpath d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/%3E%3C/svg%3E");
}

#cockpit-summary .summary-box {
  text-align: center;
}
#cockpit-summary .summary-box .row {
  width: 100%;
}
#cockpit-summary .summary-box .row .col-md-6:first-child {
  border-right: 1px solid #00aac3;
}
#cockpit-summary .summary-box .row .col-md-6 {
  padding: 1rem 0;
}
#cockpit-summary .summary-box .row:last-child {
  border: none;
}

.vc-text-gray-200 {
  color: red;
}

.vc-bg-gray-900 {
  background: #043a4f !important;
  border-color: #00aac3 !important;
}

.vc-shadow {
  box-shadow: none !important;
}

.vc-shadow {
  background-color: transparent !important;
  border: none !important;
  color: #043a4f !important;
  font-size: 1.3rem !important;
  font-family: "Nunito Sans", sans-serif;
}

.vc-bg-blue-800 {
  background-color: #00aac3 !important;
}

.vc-bg-blue-500 {
  background-color: #00aac3 !important;
}

.vc-text-blue-200 {
  color: #00aac3 !important;
}

.settlement-box {
  border-top: 1px solid #00aac3;
  border-bottom: 1px solid #00aac3;
}
.settlement-box ul li:first-child {
  padding-top: 1rem;
  font-size: 2.1rem;
}
.settlement-box ul li {
  color: #043a4f;
  font-size: 1.3rem;
}
.settlement-box a {
  text-decoration: none;
}
.settlement-box .col-md-3:not(:last-child) {
  border-right: 1px solid #00aac3;
}

.dashboard--dark {
  background-color: transparent !important;
  border: none;
}

.calendar-background {
  font-size: 1.3rem;
  color: #2e2e2e;
}

.fc-view-container {
  background: transparent;
  overflow: hidden;
  color: #2e2e2e;
  overflow: hidden;
  border-color: red;
}

.fc button, .fc table, body .fc {
  font-size: 1rem;
  color: #2e2e2e;
}

.fc-bg, .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0;
}

.fc-icon, .fc-unselectable {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

.fc {
  direction: ltr;
  text-align: left;
}

.fc-rtl {
  text-align: right;
}

.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
  text-align: center;
}

.fc-toolbar {
  height: 4rem;
  background-color: #00aac3;
  color: #ffffff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.fc-toolbar .fc-toolbar-chunk:first-child {
  margin-left: 2rem;
  text-transform: uppercase;
  margin-top: -0.5rem;
}

.fc-highlight {
  background: #00aac3;
  opacity: 0.3;
}

.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}

.fc-nonbusiness {
  background: #d7d7d7;
}

.fc button {
  box-sizing: border-box;
  height: 3rem;
  width: 10rem;
  padding: 0 0.6rem;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  color: #2e2e2e;
  border: none;
  border-radius: 0.5rem;
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

.fc-state-default {
  background-color: red;
  /*background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #e6e6e6);*/
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fc button .fc-icon {
  position: relative;
  margin: 0 0.2em;
  vertical-align: middle;
}

.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
  color: #333;
  background-color: rgba(0, 170, 195, 0.1);
}

.fc-state-hover {
  color: red;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

.fc-state-active, .fc-state-down {
  background-color: cornflowerblue;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
  cursor: pointer;
}

.fc-button-group {
  display: inline-block;
}

.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}

.fc .fc-button-group > :first-child {
  margin-left: 0;
}

.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

.fc-popover .fc-header {
  padding: 2px 4px;
}

.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

.fc-divider {
  border-style: solid;
  border-width: 1px;
}

hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
  border-color: blue;
}

.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%;
}

.fc-clear {
  clear: both;
}

.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1.6rem;
  color: #2e2e2e;
  border-radius: inherit;
}

.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
  overflow: hidden;
}

.fc td.fc-today {
  border-style: double;
}

a[data-goto]:hover {
  text-decoration: underline;
}

.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

.fc-row {
  position: relative;
}

.fc-row .fc-bg {
  z-index: 1;
}

.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

.fc-row .fc-helper-skeleton {
  z-index: 5;
}

.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
}

.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}

.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

.fc-icon, .fc-row.fc-rigid, .fc-time-grid-event {
  overflow: hidden;
}

.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}

.fc-event, .fc-event-dot {
  background-color: #3a87ad;
}

.fc-event, .fc-event:hover {
  color: #fff;
  text-decoration: none;
}

.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed;
}

.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}

.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
  display: block;
}

.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

.fc-ltr .fc-h-event.fc-not-start, .fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.fc-ltr .fc-h-event.fc-not-end, .fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}

.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}

.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

.fc-day-grid-event .fc-time {
  font-weight: 300;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}

.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer, .fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}

a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
  text-decoration: none;
}

a.fc-more:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap3 a, .ui-widget .fc-event {
  text-decoration: none;
}

.fc-limited {
  display: none;
}

.fc-icon, .fc-toolbar .fc-center {
  display: inline-block;
}

.fc-day-grid .fc-row {
  z-index: 1;
}

.fc-more-popover {
  z-index: 2;
  width: 220px;
}

.fc-more-popover .fc-event-container {
  padding: 10px;
}

.fc-bootstrap3 .fc-popover .panel-body, .fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

.fc-bootstrap3 .fc-today.alert, .fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd;
}

.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

.fc-unthemed td.fc-today {
  background: #00aac3;
}

.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}

.fc-icon {
  height: 3rem;
  line-height: 3rem;
  font-size: 3rem;
  font-family: "Nunito Sans", sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.fc-icon:after {
  position: relative;
}

.fc-icon-left-single-arrow:after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M20 .755l-14.374 11.245 14.374 11.219-.619.781-15.381-12 15.391-12 .609.755z'/%3E%3C/svg%3E");
  font-weight: 300;
  font-size: 100%;
  top: 0;
  left: 0;
}

.fc-icon-right-single-arrow:after {
  content: url("data:image/svg+xml;charset=utf8,%3Csvg width='24' height='24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/%3E%3C/svg%3E");
  font-weight: 300;
  font-size: 100%;
  top: 0;
}

.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: 0.9em;
  margin-top: 2px;
}

.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

.ui-widget .fc-disabled-day {
  background-image: none;
}

.fc-bootstrap3 .fc-time-grid .fc-slats table, .fc-bootstrap4 .fc-time-grid .fc-slats table, .fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}

.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

.fc-bootstrap3 hr.fc-divider, .fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}

.ui-widget td.fc-axis {
  font-weight: 400;
}

.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

.fc.fc-bootstrap4 a {
  text-decoration: none;
}

.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

.fc-toolbar .fc-left {
  float: left;
}

.fc-toolbar .fc-right {
  float: right;
}

.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}

.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

.fc-toolbar h2 {
  margin: 0;
}

.fc-toolbar button {
  position: relative;
}

.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2;
}

.fc-toolbar .fc-state-down {
  z-index: 3;
}

.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4;
}

.fc-toolbar button:focus {
  z-index: 5;
}

.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  box-sizing: content-box;
}

.fc-view, .fc-view > table {
  position: relative;
  z-index: 1;
}

.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.fc-day-top.fc-other-month {
  opacity: 0.3;
}

.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 2px;
}

.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
  padding: 0 2px;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}

.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}

.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

.fc-ltr .fc-axis {
  text-align: right;
}

.fc-rtl .fc-axis {
  text-align: left;
}

.fc-time-grid, .fc-time-grid-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid {
  min-height: 100%;
}

.fc-time-grid table {
  border: 0 hidden transparent;
}

.fc-time-grid > .fc-bg {
  z-index: 1;
}

.fc-time-grid .fc-slats, .fc-time-grid > hr {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-content-col {
  position: relative;
}

.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}

.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.fc-time-grid-event.fc-selected {
  overflow: visible;
}

.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}

.fc-time-grid-event .fc-content {
  overflow: hidden;
}

.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px;
}

.fc-time-grid-event .fc-time {
  font-size: 0.85em;
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
}

.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: "Nunito Sans", sans-serif;
  text-align: center;
  cursor: s-resize;
}

.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

.fc .fc-daygrid-day.fc-day-today {
  background-color: rgba(0, 170, 195, 0.2) !important;
}

.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

.fc-rtl .fc-list-view {
  direction: rtl;
}

.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

.fc .fc-list-table {
  table-layout: auto;
}

.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

.fc-list-table tr:first-child td {
  border-top-width: 0;
  background-color: yellow;
}

.fc-list-heading {
  border-bottom-width: 1px;
  background-color: rebeccapurple;
}

.fc-list-heading td {
  font-weight: 300;
  background-color: green;
}

.fc-ltr .fc-list-heading-main {
  float: left;
}

.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
  float: right;
}

.fc-rtl .fc-list-heading-alt {
  float: left;
}

.fc-list-item.fc-has-url {
  cursor: pointer;
}

.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}

.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

.fc-prev-button, .fc-next-button {
  height: 100% !important;
  position: absolute;
  box-shadow: none;
  border: none !important;
  background-color: transparent !important;
  color: #2e2e2e;
  opacity: 0.8;
}
.fc-prev-button:hover, .fc-prev-button :focus, .fc-next-button:hover, .fc-next-button :focus {
  opacity: 1;
}

.fc-next-button {
  left: 0rem;
}

.fc-prev-button {
  left: 0rem;
}

.fc-day-number {
  color: red;
  opacity: 0.9;
}

.fc-today-button {
  height: 100% !important;
  background-color: transparent !important;
  border: none !important;
  color: #ffffff !important;
}
.fc-today-button:hover {
  opacity: 1;
}

.fc-agendaWeek-button, .fc-agendaDay-button {
  display: none;
}

.fc-month-button {
  right: 1rem;
}

.fc th {
  background-color: rgba(0, 170, 195, 0.2);
  font-weight: 300;
  text-transform: uppercase;
  font-size: 1.3rem;
}

.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}

.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}

.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  padding-top: 1px;
  padding-bottom: 1em;
}

.fc-basic-view tbody .fc-row {
  min-height: 4em;
  max-height: 10rem;
}

.fc-toolbar > * {
  font-weight: 400;
  margin-top: 1rem;
}

.fc-unthemed th, .fc-unthemed td, .fc-unthemed hr, .fc-unthemed thead, .fc-unthemed tbody, .fc-unthemed .fc-row, .fc-unthemed .fc-popover {
  border-color: rgba(255, 255, 0, 0.3);
  color: #2e2e2e;
}
.fc-unthemed thead {
  text-align: right;
}
.fc-unthemed .fc-row {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.fc-unthemed table thead .fc-row:first-child {
  border: 1px solid #00aac3;
}
.fc-unthemed .fc-toolbar {
  font-weight: 400;
}
.fc-unthemed .fc-today-button, .fc-unthemed .fc-month-button {
  border-radius: 2rem;
  background-color: #2e2e2e !important;
  color: green !important;
}
.fc-unthemed .fc-center h2 {
  font-weight: 300;
}
.fc-unthemed .fc-other-month {
  color: rgba(46, 46, 46, 0.2);
}
.fc-unthemed .fc-prev-button, .fc-unthemed .fc-next-button {
  width: 4rem;
}

.settings-menu {
  font-size: 1.3rem;
}
.settings-menu li {
  padding: 1rem;
  border-radius: 0.5rem;
  text-transform: uppercase;
}
.settings-menu a {
  text-decoration: none;
  color: #2a2a2a;
}
.settings-menu .active {
  background-color: #00aac3;
}
.settings-menu .active a {
  color: #ffffff;
}

#mail-box .letter-layout {
  margin-top: -1.5rem;
  margin-right: -2.2rem;
}
#mail-box .mail-panel.panel > .panel-body {
  padding-left: 0;
}
#mail-box .mail-navigation-container {
  float: left;
  position: relative;
  height: 55rem;
  transition: width 0.5s;
  color: blue;
  width: 20rem;
  overflow: hidden;
  padding: 0;
}
#mail-box .mail-navigation-container .mail-navigation {
  cursor: pointer;
  font-weight: 300;
  font-size: 1.6rem;
  text-align: left;
  padding: 1rem 1rem 1rem 3rem;
  margin-left: 0;
  transition: 0.8s padding ease;
}
#mail-box .mail-navigation-container .mail-navigation .new-mails {
  position: absolute;
  left: 15rem;
  padding: 0.1rem 0.6rem;
  border: 1px solid;
  background-color: transparent;
  margin-top: -0.2rem;
  font-size: 1.2rem;
  margin-right: 0.5rem;
  border-radius: 1rem;
  transition: 0.8s left ease;
}
#mail-box .mail-navigation-container .mail-navigation.active {
  background: rgba(0, 0, 0, 0.2);
  color: white;
  transition: background-color 0.5s ease;
}
#mail-box .mail-navigation-container .mail-navigation.active:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
#mail-box .mail-navigation-container .mail-navigation.active .new-mails {
  background-color: transparent;
}
#mail-box .mail-navigation-container .mail-navigation:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#mail-box .mail-navigation-container .btn.compose-button {
  width: 14rem;
  font-weight: 300;
  border: #d6d6d6 2px solid;
  background-color: transparent;
  margin: 1.5rem 0;
}
#mail-box .labels {
  margin-top: 1.4rem;
}
#mail-box .labels-container {
  margin-top: 1.6rem;
  text-align: center;
  padding-right: 2.8rem;
  padding-left: 2rem;
}
#mail-box .labels-container .label-item {
  display: inline-block;
}
#mail-box .labels-title {
  padding-left: 1rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.12);
}
#mail-box .labels-title .label-header {
  line-height: 2.4rem;
}
#mail-box .label-item {
  margin: 0.5rem;
}
#mail-box .add-label-container {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 300;
}
#mail-box .add-label-container .label-input-stub {
  font-size: 1.4rem;
  margin-left: 0.5rem;
}
#mail-box .add-label-container i {
  cursor: pointer;
}
#mail-box .margin-left {
  margin-left: 1rem;
}
#mail-box .mail-messages-control {
  padding: 1rem;
}
#mail-box .mail-messages-control ul.dropdown-menu {
  margin-top: 0.5rem;
}
#mail-box .mail-messages-control .btn {
  background-color: transparent;
  width: auto;
}
#mail-box .mail-messages-control .btn:focus, #mail-box .mail-messages-control .btn:hover, #mail-box .mail-messages-control .btn:active {
  color: blue;
  opacity: 0.8;
  box-shadow: none;
}
#mail-box .mail-messages-control .more-button {
  width: 6rem;
  font-size: 1.4rem;
  padding: 0.6rem 0.5rem;
}
#mail-box .mail-messages-control .refresh-button {
  margin-left: 1rem;
}
#mail-box .mail-messages-control span.select-all-label {
  font-size: 1.3rem;
  font-weight: 300;
}
#mail-box .message-container, #mail-box .side-message-navigation {
  float: left;
  padding: 0 1.5rem;
  position: relative;
  height: 55rem;
  transition: width 0.5s;
  width: calc(100% - 20rem);
  border-bottom-right-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-left: 1px solid rgba(0, 0, 0, 0.12);
  box-shadow: -1px 0 0 0 rgba(255, 255, 255, 0.12);
}
#mail-box .side-message-navigation {
  padding: 0;
  width: calc(100% - 20rem);
}
#mail-box .side-message-navigation .side-message-navigation-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#mail-box .mail-body-part {
  width: calc(100% - 3rem);
  text-overflow: ellipsis;
  height: 2rem;
  line-height: 2rem;
  overflow: hidden;
  margin-left: 0.5rem;
  opacity: 0.8;
}
#mail-box .mail-tag.tag.label {
  display: inline-block;
  font-size: 1.3rem;
  text-transform: uppercase;
  background-color: rgba(0, 170, 195, 0.1);
  padding: 0.5rem 1rem;
}
#mail-box .phone-email i {
  color: blue;
}
#mail-box .message-container {
  padding: 1.5rem 1.5rem 1rem 1.5rem;
  overflow-x: hidden;
}
#mail-box .little-human {
  cursor: pointer;
  transition: border-left 1.5s ease;
  font-weight: 300;
}
#mail-box .little-human .little-human-picture {
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 2.3rem;
  margin: 0.7rem 0 0.7rem 0.7rem;
  transition: all 0.2s ease-in-out;
}
#mail-box .little-human .name {
  font-size: 1.6rem;
  vertical-align: super;
  white-space: nowrap;
}
#mail-box .little-human .name-wrap {
  margin-left: 1rem;
}
#mail-box .little-human .date {
  float: right;
  margin: 1rem 1rem 0 0.5rem;
  display: inline-block;
  font-size: 1.3rem;
  white-space: nowrap;
}
#mail-box .little-human .tag {
  vertical-align: super;
}
#mail-box .little-human .subject {
  white-space: nowrap;
  margin: 0 3rem;
  font-size: 1.6rem;
}
#mail-box .little-human .subject--unread {
  font-weight: bold;
}
#mail-box .little-human .subject--read {
  font-weight: lighter;
}
#mail-box .little-human:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#mail-box .little-human:hover .little-human-picture {
  animation: rotateReturnAnimation 0.5s;
}
#mail-box .back-button {
  margin-left: 4.5rem;
}
#mail-box .name-container {
  margin-left: 1rem;
}
#mail-box .mail-checkbox {
  margin-top: 0.5rem;
  margin-left: 0.6rem;
}
#mail-box .mail-checkbox .custom-checkbox {
  margin-left: 0.5rem;
}
#mail-box .mail-panel .tag {
  text-transform: lowercase;
  font-size: 1.1rem;
  font-weight: 300;
  width: 4.5rem;
  cursor: pointer;
  display: inline-block;
}
#mail-box .mail-panel .tag.label {
  padding: 0.2em 0.5em;
  border-radius: 0.2rem;
  line-height: 1.1;
}
#mail-box .mail-panel .tag.work {
  background-color: #007bff;
}
#mail-box .mail-panel .tag.study {
  background-color: #ffc107;
}
#mail-box .mail-panel .tag.family {
  background-color: #28a745;
}
#mail-box .mail-panel .tag.friend {
  background-color: #dc3545;
}
#mail-box .messages {
  overflow: auto;
  min-height: 100vh;
}
#mail-box .messages table {
  width: 100%;
  border-top: 1px solid red;
}
#mail-box .messages table tr {
  border-bottom: 1px solid red;
}
@media screen and (min-width: 119.9rem) {
  #mail-box .photo-td {
    width: 5.5rem;
  }
  #mail-box .check-td {
    width: 3.5rem;
  }
}
#mail-box .important {
  color: #ffc107;
}
#mail-box .message-control-icon {
  cursor: pointer;
  font-size: 1.6rem;
  margin-right: 0.5rem;
}
#mail-box .person-info {
  padding: 0 0 1rem 3rem;
  margin-top: 1rem;
}
#mail-box .person-info .human-picture {
  width: 8rem;
  height: 8rem;
  border-radius: 4rem;
  margin-top: -4.5rem;
}
#mail-box .person-info .name {
  display: inline-block;
  margin-left: 1rem;
  margin-top: 0.5rem;
}
#mail-box .person-info .name h2 {
  font-weight: 300;
  margin-bottom: 0;
  font-size: 1.6rem;
}
#mail-box .person-info .name .second-name {
  margin: 0.5rem 0;
}
#mail-box .no-padding {
  padding: 0;
}
#mail-box .contact-info {
  display: inline-block;
}
#mail-box .contact-info div {
  margin-top: 1rem;
}
#mail-box .contact-info.phone-email .ion-iphone {
  font-size: 1.6rem;
  width: 2.7rem;
  display: inline-block;
}
#mail-box .contact-info.phone-email .phone {
  font-size: 1.6rem;
  font-weight: 300;
  vertical-align: super;
}
#mail-box .contact-info.phone-email .ion-email {
  font-size: 2.4rem;
  width: 2.7rem;
  display: inline-block;
}
#mail-box .contact-info.phone-email .email {
  font-size: 1.3rem;
  font-weight: 300;
  vertical-align: super;
}
#mail-box .contact-info.position-address div {
  margin-top: 1.7rem;
}
#mail-box .contact-info.position-address .position {
  font-size: 1.6rem;
  font-weight: 300;
}
#mail-box .contact-info.position-address .address {
  font-size: 1rem;
  font-weight: 300;
}
#mail-box .message-details {
  margin: 0.5rem 0;
  padding: 0.5rem 0 0.5rem 3rem;
}
#mail-box .message-details .subject {
  font-size: 2rem;
  margin-right: 1rem;
  font-weight: 300;
}
#mail-box .message-details .control-icons {
  float: right;
  font-size: 2rem;
  margin-right: 4rem;
}
#mail-box .message-details .control-icons i {
  cursor: pointer;
}
#mail-box .message-details .date {
  white-space: nowrap;
  font-size: 1.2rem;
}
#mail-box .message-body {
  margin: 2rem 0;
  padding-left: 3rem;
  font-weight: 300;
  line-height: 1.8rem;
}
#mail-box .message-body p {
  margin-bottom: 0;
}
#mail-box .attachment {
  margin: 0.5rem 0;
  padding-left: 3rem;
}
#mail-box .attachment .file-icon {
  font-size: 2.4rem;
  cursor: pointer;
}
#mail-box .attachment .file-name {
  font-size: 1.4rem;
  margin-left: 0.3rem;
  position: relative;
  top: -0.3rem;
  font-weight: 300;
}
#mail-box .attachment .file-links {
  font-size: 1.4rem;
}
#mail-box .line {
  height: 1px;
  background-color: #d6d6d6;
  opacity: 0.3;
}
#mail-box .answer-button {
  margin-left: 2rem;
  color: white;
  font-size: 1.6rem;
  font-weight: 300;
  padding-left: 4rem;
  padding-right: 4rem;
  background-color: #F26798;
}
#mail-box .answer-button:hover {
  color: white;
}
#mail-box .answer-button:focus {
  color: white;
}
#mail-box .answer-container {
  float: right;
  margin-top: 1rem;
  height: 3rem;
}
#mail-box .answer-container .mail-button {
  font-size: 1.3rem;
  background-color: rgba(0, 170, 195, 0.5);
  border: none;
  color: white;
  width: 10rem;
  padding: 0.5rem 0;
  transition: none;
  text-decoration: none;
}
#mail-box .answer-container .mail-button:hover {
  transform: none;
  background-color: #00aac3;
}
@keyframes rotateReturnAnimation {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(10deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
@media screen and (max-width: 1199px) {
  #mail-box .name-h {
    display: inline;
  }
  #mail-box .person-info .human-picture {
    margin-top: -3.5rem;
  }
  #mail-box .person-info .name {
    margin-top: 2rem;
  }
  #mail-box .person-info .mail-tag {
    margin-top: 1rem;
  }
  #mail-box .second-name {
    margin-top: 0;
  }
}
@media screen and (max-width: 990px) {
  #mail-box .person-info .human-picture {
    width: 15rem;
    height: 15rem;
    border-radius: 7.5rem;
    margin: 0.5rem auto;
    display: block;
  }
  #mail-box .person-info, #mail-box .message-details, #mail-box .message-body, #mail-box .attachment {
    padding-left: 1rem;
  }
  #mail-box .message-container {
    padding-left: 1.5rem;
  }
  #mail-box .back-button, #mail-box .contact-info {
    margin-left: 1.5rem;
  }
  #mail-box .additional-info {
    display: none;
  }
  #mail-box .little-human .date {
    font-size: 1rem;
  }
  #mail-box .margin-left {
    margin-left: 0.5rem;
  }
}
@media screen and (max-width: 760px) {
  #mail-box .mail-navigation-container {
    width: 17.5rem;
  }
  #mail-box .mail-navigation-container .mail-navigation {
    padding-left: 1.9rem;
  }
  #mail-box .mail-navigation-container .mail-navigation .new-mails {
    left: 13.7rem;
  }
  #mail-box .side-message-navigation {
    width: calc(100% - 17.5rem);
  }
  #mail-box .message-container {
    width: calc(100% - 17.5rem);
  }
  #mail-box .mail-body-part {
    display: none;
  }
  #mail-box .little-human .little-human-picture {
    width: 3rem;
    height: 3rem;
  }
  #mail-box .messages-control .more-button {
    width: 5rem;
  }
}
@media screen and (max-width: 560px) {
  #mail-box .mail-navigation-container {
    padding: 0;
    width: 0;
  }
  #mail-box .mail-navigation-container.expanded {
    width: 15.5rem;
  }
  #mail-box .mail-navigation-container .mail-navigation {
    font-size: 1.4rem;
    padding-left: 2.3rem;
  }
  #mail-box .mail-navigation-container .mail-navigation .new-mails {
    left: 11.6rem;
    padding: 0 0.5rem;
    margin-top: 0;
    font-size: 1.2rem;
  }
  #mail-box .mail-navigation-container .mail-navigation .labels {
    margin-left: 1rem;
  }
  #mail-box .mail-navigation-container .compose-button {
    width: 11rem;
  }
  #mail-box .mail-messages-control .custom-checkbox {
    margin-left: 0.5rem;
    margin-top: -2px;
  }
  #mail-box .side-message-navigation, #mail-box .message-container {
    width: calc(100% - 15.5rem);
  }
  #mail-box .side-message-navigation.expanded, #mail-box .message-container.expanded {
    width: 100%;
    border: none;
    box-shadow: none;
  }
  #mail-box div.toggle-navigation-container {
    display: inline-block;
  }
  #mail-box .little-human .name {
    white-space: inherit;
  }
  #mail-box .little-human .little-human-picture {
    display: none;
  }
  #mail-box .add-label-container {
    padding-left: 0;
    font-size: 1.3rem;
    font-weight: 300;
  }
}
#mail-box .compose-header {
  padding: 0.8rem 0.3rem 0.8rem 1rem;
  color: white;
  font-weight: 300;
  font-size: 1.3rem;
  background-color: #6b6b6b;
}
#mail-box .header-controls {
  display: inline-block;
  float: right;
}
#mail-box .header-controls i {
  margin-right: 0.5rem;
  font-size: 1.4rem;
  cursor: pointer;
}
#mail-box .header-controls i:hover {
  color: #007bff;
}
#mail-box .compose-container .ta-scroll-window > .ta-bind {
  height: 29rem;
  overflow-y: scroll;
}
#mail-box .modal-compose input.form-control.compose-input {
  background-color: transparent;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
}
#mail-box .compose-footer {
  padding: 0.2rem 0.4rem;
  background-color: whitesmoke;
}
#mail-box .compose-footer .btn-send {
  background-color: #007bff;
  color: white;
  padding: 0.2rem 1rem;
  margin: 0.3rem;
  font-weight: 300;
}
#mail-box .compose-footer .btn-default {
  background-color: transparent;
  border: none;
}
#mail-box .footer-controls {
  float: right;
  margin: 0.6rem;
}
#mail-box .compose-footer-icon {
  font-size: 1.8rem;
  margin-right: 0.5rem;
  cursor: pointer;
  color: #7d7d7d;
}
#mail-box .compose-footer-icon:hover {
  color: #007bff;
}
#mail-box .compose-container {
  background-color: whitesmoke;
}
#mail-box .compose-container .ta-text.ta-editor {
  background-color: #d6d6d6;
}
#mail-box .compose-container .ta-text.ta-editor div:focus {
  outline: none;
}
#mail-box .footer-control-first {
  border-right: 2px solid #949494;
  display: inline-block;
  padding-right: 0.9rem;
}
#mail-box .toggle-navigation-container {
  display: none;
  vertical-align: middle;
  margin-left: -1px;
}
#mail-box .toggle-navigation-container.detail-page {
  margin-left: 1rem;
}
#mail-box .collapse-navigation-link {
  font-size: 3.2rem;
  color: blue;
}
#mail-box .collapse-navigation-link:visited {
  color: blue;
}
#mail-box .collapse-navigation-link:hover {
  color: #ffc107;
  opacity: 0.8;
}
#mail-box .collapsed {
  width: 0;
}
#mail-box .modal .modal-dialog.modal-compose {
  max-width: 39.8rem;
  position: fixed;
  bottom: 0;
  right: 0;
  max-height: 47.4rem;
}
#mail-box .modal .modal-dialog.modal-compose .form-control, #mail-box .modal .modal-dialog.modal-compose .bootstrap-tagsinput input {
  color: #7d7d7d;
  border-radius: 0;
}
#mail-box .modal .modal-dialog.modal-compose .ta-toolbar .btn {
  border-radius: 0;
  color: #7d7d7d;
  border: 1px transparent;
}
#mail-box .modal .modal-dialog.modal-compose .ta-toolbar .btn.active {
  box-shadow: none;
  background-color: rgba(0, 0, 0, 0.12);
}
@media (max-width: 640px) {
  #mail-box .modal .modal-dialog.modal-compose {
    max-height: 60rem;
  }
}

.mailbox-folder {
  list-style: none;
  color: #00aac3;
}
.mailbox-folder li {
  height: 3rem;
  font-size: 1.6rem;
  opacity: 0.5;
  text-transform: uppercase;
  padding-left: 3rem;
  line-height: 3rem;
}
.mailbox-folder li .active {
  color: #00aac3;
  font-weight: bold;
}
.mailbox-folder li a {
  text-decoration: none;
  color: #00aac3;
}
.mailbox-folder .active {
  color: #00aac3;
  font-weight: bold;
}
.mailbox-folder .message-box {
  height: 5rem;
  width: 100%;
}
.mailbox-folder .message-box .button {
  width: 100%;
  height: 3rem;
}

.mailbox-content {
  min-height: 100vh;
}
.mailbox-content table tr th {
  background-color: rgba(0, 170, 195, 0.5);
  border-bottom: none;
}
.mailbox-content table tr a {
  color: #ffffff;
  text-decoration: none;
}
.mailbox-content table tr:last-child {
  border-bottom: 1px solid red;
}
.mailbox-content table tr:nth-child(2n) {
  background-color: rgba(0, 170, 195, 0.1);
}
.mailbox-content table th, .mailbox-content table td {
  height: 3rem;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 3rem;
}
.mailbox-content table tbody tr:hover {
  background-color: red;
}
.mailbox-content .feedback-message {
  height: 3rem;
  color: #ffffff;
  font-size: 1.3rem;
  line-height: 3rem;
}

.box {
  padding: 2rem;
}
.box .box-footer {
  /*button{
      width: 50%;
      vertical-align: top;
  }*/
}
.box .box-footer button {
  width: 90%;
  margin-left: 10%;
}

.editor {
  font-size: 1.3rem;
}

.box-striped {
  border-bottom: 1px solid red;
}
.box-striped:nth-child(2n+1) {
  background-color: rgba(0, 170, 195, 0.1);
}

.ck-content {
  border-radius: 1.5rem;
}

.ck-toolbar {
  background-color: red !important;
  border-color: red !important;
}

.ck-editor__editable {
  min-height: 20rem !important;
  border-color: red !important;
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 1rem 2rem !important;
}
.ck-editor__editable ul, .ck-editor__editable ol {
  padding: 0 1.5rem !important;
}

.ck-button:hover, .ck-button:focus, .ck-button:active, .ck-button:visited, .ck-button:link, .ck-link-actions:hover, .ck-link-actions:focus, .ck-link-actions:active, .ck-link-actions:visited, .ck-link-actions:link, .ck-link-actions__preview:hover, .ck-link-actions__preview:focus, .ck-link-actions__preview:active, .ck-link-actions__preview:visited, .ck-link-actions__preview:link {
  background-color: rgba(0, 170, 195, 0.1) !important;
}

.ck-heading-dropdown {
  min-width: 5rem !important;
  /* & .ck-dropdown__button .ck-button__label {
       width: 6em;
   }*/
}
.ck-heading-dropdown .ck-dropdown__panel .ck-list__item {
  min-width: 5rem !important;
  background-color: red !important;
  border: none !important;
  /*&:hover,
  &:focus,
  &:link  {
      background-color: $background-dark-grey-with-opacity !important;
  }

  &:active, &:visited{
      background-color: $background-dark-grey-with-opacity !important;

  }*/
}

.ck .ck-link_selected {
  background-color: red !important;
}

.tree ul {
  padding-top: 20px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

.tree li {
  float: left;
  text-align: center;
  list-style-type: none;
  position: relative;
  padding: 20px 5px 0 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*We will use ::before and ::after to draw the connectors*/
.tree li::before, .tree li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid #ccc;
  width: 50%;
  height: 20px;
}

.tree li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid #ccc;
}

.tree li:only-child::after, .tree li:only-child::before {
  display: none;
}

/*Remove space from the top of single children*/
.tree li:only-child {
  padding-top: 0;
}

/*Remove left connector from first child and
right connector from last child*/
.tree li:first-child::before, .tree li:last-child::after {
  border: 0 none;
}

/*Adding back the vertical connector to the last nodes*/
.tree li:last-child::before {
  border-right: 1px solid #ccc;
  border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
}

.tree li:first-child::after {
  border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
}

/*Time to add downward connectors from parents*/
.tree ul ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid #ccc;
  width: 0;
  height: 20px;
}

.tree li a {
  border: 1px solid #ccc;
  padding: 5px 10px;
  text-decoration: none;
  color: #666;
  font-family: arial, verdana, tahoma;
  font-size: 11px;
  display: inline-block;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
}

/*Time for some hover effects*/
/*We will apply the hover effect the the lineage of the element also*/
.tree li a:hover, .tree li a:hover + ul li a {
  background: #c8e4f8;
  color: #000;
  border: 1px solid #94a0b4;
}

/*Connector styles on hover*/
.tree li a:hover + ul li::after,
.tree li a:hover + ul li::before,
.tree li a:hover + ul::before,
.tree li a:hover + ul ul::before {
  border-color: #94a0b4;
}

.modal-open {
  overflow: hidden;
}

.bg-color--white {
  background-color: #ffffff;
}

.focus-box {
  width: 100%;
  padding: 4rem 0;
  font-size: 1.6rem;
  text-align: center;
  cursor: pointer;
}
.focus-box input[type=radio] {
  display: none;
}
.focus-box .form-check-label .icon-box-large {
  margin: 0 auto;
  text-align: center;
}
.focus-box--hightlighted {
  background-color: #00aac3;
  color: #ffffff;
}
.focus-box--not-hightlighted {
  background-color: rgba(204, 204, 204, 0.4);
  color: #808080;
}

.label-center {
  text-align: center;
  margin: 0 auto;
}

.type-box {
  /*height: 8rem;
  width: 8rem;
  border-radius: 50%;*/
  font-size: 1.6rem;
}
.type-box input[type=checkbox] {
  display: none;
}
.type-box .order-2 {
  line-height: 6.5rem;
  padding-left: 1rem;
}
.type-box--hightlighted {
  background-color: #00aac3;
  color: #ffffff;
}
.type-box--not-hightlighted {
  background-color: rgba(204, 204, 204, 0.4);
  color: #ffffff;
}
.type-box .form-check-label {
  text-align: center;
  width: 100%;
  padding: 2rem 0;
}

#checkbox_section {
  /*======================
  Check Boxes Styles
  ========================*/
  /*-------------------
    #checkbox-l style
    ------------------*/
}
#checkbox_section input[type=checkbox] {
  opacity: 0;
  z-index: -1;
}
#checkbox_section input[type=checkbox] + label {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
  margin: auto;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  overflow: hidden;
  border: 1px solid #ffffff;
  cursor: pointer;
}
#checkbox_section input[type=checkbox]#checkbox-l + label {
  border: 1px solid #fff;
  background: #ffffff;
}
#checkbox_section input[type=checkbox]#checkbox-l + label:before,
#checkbox_section input[type=checkbox]#checkbox-l + label:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#checkbox_section input[type=checkbox]#checkbox-l + label:before {
  width: 100%;
  height: 100%;
  background: #00aac3;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}
#checkbox_section input[type=checkbox]#checkbox-l + label:after {
  width: 0;
  height: 0;
  background: #ffffff;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
}
#checkbox_section input[type=checkbox]#checkbox-l:checked + label:before {
  width: 25px;
  height: 25px;
}
#checkbox_section input[type=checkbox]#checkbox-l:checked + label:after {
  width: 13px;
  height: 13px;
}

.no-interest {
  opacity: 0.5;
}

@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 200;
  src: url("assets/fonts/nunito-sans-v12-latin-200.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/nunito-sans-v12-latin-200.eot?#iefix") format("embedded-opentype"), url("assets/fonts/nunito-sans-v12-latin-200.woff2") format("woff2"), url("assets/fonts/nunito-sans-v12-latin-200.woff") format("woff"), url("assets/fonts/nunito-sans-v12-latin-200.ttf") format("truetype"), url("assets/fonts/nunito-sans-v12-latin-200.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
/* nunito-sans-300 - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 300;
  src: url("assets/fonts/nunito-sans-v12-latin-300.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/nunito-sans-v12-latin-300.eot?#iefix") format("embedded-opentype"), url("assets/fonts/nunito-sans-v12-latin-300.woff2") format("woff2"), url("assets/fonts/nunito-sans-v12-latin-300.woff") format("woff"), url("assets/fonts/nunito-sans-v12-latin-300.ttf") format("truetype"), url("assets/fonts/nunito-sans-v12-latin-300.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
/* nunito-sans-regular - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 400;
  src: url("assets/fonts/nunito-sans-v12-latin-regular.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/nunito-sans-v12-latin-regular.eot?#iefix") format("embedded-opentype"), url("assets/fonts/nunito-sans-v12-latin-regular.woff2") format("woff2"), url("assets/fonts/nunito-sans-v12-latin-regular.woff") format("woff"), url("assets/fonts/nunito-sans-v12-latin-regular.ttf") format("truetype"), url("assets/fonts/nunito-sans-v12-latin-regular.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}
/* nunito-sans-600 - latin */
@font-face {
  font-family: "Nunito Sans";
  font-style: normal;
  font-weight: 600;
  src: url("assets/fonts/nunito-sans-v12-latin-600.eot");
  /* IE9 Compat Modes */
  src: local(""), url("assets/fonts/nunito-sans-v12-latin-600.eot?#iefix") format("embedded-opentype"), url("assets/fonts/nunito-sans-v12-latin-600.woff2") format("woff2"), url("assets/fonts/nunito-sans-v12-latin-600.woff") format("woff"), url("assets/fonts/nunito-sans-v12-latin-600.ttf") format("truetype"), url("assets/fonts/nunito-sans-v12-latin-600.svg#NunitoSans") format("svg");
  /* Legacy iOS */
}