@import url('fonts.css');
:root {
  --primary: #8e8df1;
  --primary-glow: 142, 141, 241;
  --lightpurple: #E6E5FF;
  --lightgray: #dee2e6;
  --gray: #818ea3;
  --glow-gray: 129, 142, 163;
  --teal: #33e1ad;
  --teal-alt: #00c472;
  --glow-teal: 51, 225, 173;
  --rouge: #f45e7a;
  --rouge-alt: #e7294c;
  --glow-rouge: 230, 55, 87;
  --amber: #FFC300;
  --amber-alt: #B14A00;
  --glow-amber: 255, 195, 0;
  --bs-indigo: #9898db;
  --bs-blue: var(--primary);
  --bs-light: #f8f9fa;
  --bs-light-rgb: 250, 250, 250;
  --bs-lightwhite: #FBFBFB;
  --bs-lightlightwhite: #fdfdfd;
  --bs-dark: #7067ab;
  --bs-primary: var(--bs-dark);
  --glow: 138, 137, 216;
  --bs-darkcontrast: #5A5582;
  --bs-primary-alt: var(--bs-darkcontrast);
}
* {
  -webkit-appearance: none !important;
  outline: 0 !important;
  font-family: 'Gudea', sans-serif !important;
}
body {
  overflow-x: hidden;
  cursor: default;
}
body, input, textarea, .form-control, .form-select {
  color: var(--bs-darkcontrast);
}
.user-select-all {
  -webkit-user-select: all!important;
  -moz-user-select: all!important;
  user-select: all!important;
}
.user-select-text {
  -webkit-user-select: text!important;
  -moz-user-select: text!important;
  user-select: text!important;
}
input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  right: 0;
  width: 0;
}
.z-3 {
  z-index: 3 !important;
}
.z-2 {
  z-index: 2 !important;
}
.z-1 {
  z-index: 1 !important;
}
.z-0 {
  z-index: 0 !important;
}
.z-n1 {
  z-index: -1 !important;
}
.z-n2 {
  z-index: -2 !important;
}
.start-25 {
  left: 25% !important;
}
.start-75 {
  left: 75% !important;
}
.top-25 {
  top: 25% !important;
}
.top-75 {
  top: 75% !important;
}
.end-25 {
  right: 25% !important;
}
.end-75 {
  right: 75% !important;
}
.bottom-25 {
  bottom: 25% !important;
}
.bottom-75 {
  bottom: 75% !important;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-x-scroll {
  overflow-x: scroll;
}
.cursor-pointer {
  cursor: pointer !important;
}
.cursor-none {
  cursor: default !important;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.table-light {
  --bs-table-bg: var(--bs-light);
}
.table {
  color: var(--bs-dark);
}
.table td {
  font-size: 11pt;
}
.table-hover tbody tr:hover td, .table-hover tbody tr:hover th:not(.unhoverable) {
  --bs-table-accent-bg: rgba(0, 0, 0, 0.0125) !important;
  color: inherit !important;
}
.table-hover tbody tr:hover td.unhoverable, .table-hover tbody tr:hover th.unhoverable {
  --bs-table-accent-bg: transparent !important;
}
.table-hover.rounded tbody tr:hover th {
  border-top-left-radius: .6em !important;
  border-bottom-left-radius: .6em !important;
}
.table-hover.rounded tbody tr:hover td:last-child {
  border-top-right-radius: .6em !important;
  border-bottom-right-radius: .6em !important;
}
a {
  color: var(--bs-blue);
  text-decoration: none;
}
a.text-underline {
  text-decoration: underline !important;
}
a:hover {
  color: var(--bs-blue);
}
.btn-light {
  color: var(--bs-dark);
  background-color: var(--bs-white);
  border-color: var(--bs-lightwhite);
}
.btn-light:hover {
  color: var(--bs-dark);
  background-color: var(--bs-light);
  border-color: var(--bs-lightwhite);
}
.btn-hover-light {
  color: var(--bs-darkcontrast);
  background-color: var(--bs-white);
}
.btn-hover-light:hover,
.btn-hover-light:focus {
  color: var(--bs-dark);
  background-color: var(--bs-light);
}
.btn-primary {
  color: var(--bs-white);
  background-color: var(--bs-primary-alt);
  border-color: var(--bs-primary-alt);
}
.btn-primary:hover {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary-alt);
}
.btn:focus {
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.btn-check:active + .btn-primary, .btn-check:checked + .btn-primary, .btn-primary.active, .btn-primary:active, .show > .btn-primary.dropdown-toggle {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.btn-check:active + .btn-primary:focus, .btn-check:checked + .btn-primary:focus, .btn-primary.active:focus, .btn-primary:active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.btn-secondary {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary-alt);
}
.btn-secondary:hover {
  background-color: var(--bs-primary-alt);
  border-color: var(--bs-primary-alt);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.btn-check:active + .btn-secondary, .btn-check:checked + .btn-secondary, .btn-secondary.active, .btn-secondary:active, .show > .btn-secondary.dropdown-toggle {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--lightpurple);
}
.btn-check:active + .btn-secondary:focus, .btn-check:checked + .btn-secondary:focus, .btn-secondary.active:focus, .btn-secondary:active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: rgba(0,0,0,.125);
  border-color: rgba(0,0,0,.125);
}
.btn-outline-primary {
  color: var(--bs-blue);
  border-color: var(--lightgray);
}
.btn-outline-primary:hover {
  color: var(--bs-primary);
  background-color: var(--bs-light);
  border-color: var(--lightgray);
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}
.btn-check:active + .btn-outline-primary:focus, .btn-check:checked + .btn-outline-primary:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus, .btn-outline-primary:active:focus {
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: var(--bs-primary);
  background-color: var(--bs-light);
}
.btn-check:active + .btn-outline-secondary, .btn-check:checked + .btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
  color: var(--bs-primary);
  background-color: var(--bs-white);
  border-color: rgba(0,0,0,.125);
}
.btn-check:active + .btn-outline-secondary:focus, .btn-check:checked + .btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  box-shadow: none;
}
.btn-outline-secondary {
  color: var(--bs-blue);
  border-color: var(--lightgray);
}
.btn-outline-secondary:hover {
  color: var(--bs-primary);
  background-color: var(--bs-light);
  border-color: var(--lightgray);
}
.btn-check:active + .btn, .btn-check:checked + .btn {
  border: 1px solid var(--bs-primary);
  z-index: 3;
  color: var(--bs-primary);
}
.btn-check:active + .btn-outline-primary, .btn-check:checked + .btn-outline-primary {
  border: 1px solid var(--bs-primary);
  z-index: 3;
  color: var(--bs-white);
}
.btn-dark {
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.btn-dark:hover {
  color: var(--bs-white);
  background-color: #625B8E;
  border-color: var(--bs-dark);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
  box-shadow: 0 0 0 0.25rem rgba(var(--glow), 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(var(--glow), 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
}
.btn-link {
  color: var(--bs-primary);
}
.btn-link:hover {
  color: var(--bs-primary);
}
.btn-success {
  color: #fff;
  background-color: var(--teal-alt);
  border-color: var(--teal-alt);
}
.btn-danger {
  color: #fff;
  background-color: var(--rouge-alt);
  border-color: var(--rouge-alt);
}
.dropdown-divider {
  border-top: 1px solid rgba(0,0,0,.05);
}
.dropdown-menu {
  border-radius: .6em !important;
  border-color: var(--lightgray) !important;
}
.dropdown-menu.choices__list {
  min-width: fit-content !important;
}
.dropdown-nocaret:after {
  display: none !important;
}
.dropdown-menu-small {
  padding: .25rem 0;
  font-size: .9rem;
}
.dropdown-menu-wide {
  width: 250px;
}
hr, div.vr {
  background-color: rgba(0,0,0,.1);
  opacity: .5;
}
div.vr {
  opacity: 1;
}
.dropdown-item {
  color: var(--bs-dark);
}
.dropdown-item.dropdown-item-sm {
  padding: .125rem .5rem;
}
.dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
  background-color: var(--bs-light);
  color: var(--bs-dark);
}
.nav-pills .nav-link {
  border: 1px solid transparent;
  opacity: .66;
  color: var(--bs-dark) !important;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: transparent;
  opacity: 1;
}
.timeline-entry{
  position: relative;
  z-index: 1;
}
.timeline-entry::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: var(--bs-indigo);
  z-index: -1;
}
.popover {
  border: 1px solid rgba(0,0,0,.05);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  border-radius: .6em;
}
.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before, .bs-popover-start>.popover-arrow::before {
  border-left-color: rgba(0,0,0,.05);
}
.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before, .bs-popover-end>.popover-arrow::before {
  border-right-color: rgba(0,0,0,.05);
}
.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before, .bs-popover-top>.popover-arrow::before {
  border-top-color: rgba(0,0,0,.05);
}
.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before, .bs-popover-bottom>.popover-arrow::before {
  border-bottom-color: rgba(0,0,0,.05);
}
.popover-header {
  background-color: var(--bs-light);
  border-bottom: 1px solid rgba(0,0,0,.05);
  border-top-left-radius: .6em;
  border-top-right-radius: .6em;
}
.popover-p-0 > .popover-body {
  padding: 0;
}
.progress-bar {
  background-color: var(--bs-primary);
}
.progress {
  height: 5px;
}
.list-group-item {
  color: var(--bs-dark);
}
.list-group-item.active {
  background-color: var(--bs-gray-100);
  border-color: inherit;
}
.link-primary {
  color: var(--bs-primary);
}
.border-primary {
  border-color: var(--bs-blue) !important;
}
.border-dark {
  border-color: var(--bs-dark) !important;
}
.border-dark-alt {
  border-color: var(--bs-darkcontrast) !important;
}
.border-light {
  border-color: #F4F6F7 !important;
}
.border-dashed {
  border-style: dashed !important;
}
.text-primary {
  color: var(--bs-blue) !important;
}
.text-secondary {
  color: var(--bs-indigo) !important;
}
.text-semilight {
  color: #F3F4F5 !important;
}
.text-dark {
  color: var(--bs-darkcontrast) !important;
}
.text-capitalize {
  text-transform: none !important;
  display: block;
}
.text-capitalize::first-letter {
  text-transform: capitalize !important;
}
*::-webkit-scrollbar {
  width: .15em;
  height: .15em;
}
*::-webkit-scrollbar-track {
  background-color: transparent;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--bs-gray-300);
}
::selection {
  background: rgba(var(--glow), .75);
  color: var(--bs-white);
}
.bg-primary {
  background-color: var(--bs-primary) !important;
}
.bg-dark {
  background-color: var(--bs-dark) !important;
}
.bg-dark-alt, .bg-darkcontrast {
  background-color: var(--bs-darkcontrast) !important;
}
.bg-gradergraphic {
  background: url("/media/graphic/bg1.svg") #FAFCFD no-repeat left top !important;
  background-size: 100vw !important;
}
.bg-skew-hero-top {
  transform: skew(0deg, -5deg) translateY(-50px);
  z-index: -9999999 !important;
  width: 100%;
  height: 400px;
  position: absolute;
  top: 0;
}
.bg-semitransparent {
  background: rgba(255, 255, 255, 0.5);
}
.backdrop-blur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
.bg-blur {
  -webkit-backdrop-filter: blur(45px);
  backdrop-filter: blur(45px);
}
.bg-gradient-primary {
  background: linear-gradient(217deg, var(--bs-dark), rgba(255,0,0,0) 70.71%),
  linear-gradient(127deg, var(--bs-dark), rgba(0,255,0,0) 70.71%),
  linear-gradient(336deg, var(--bs-primary), rgba(0,0,255,0) 70.71%),
  linear-gradient(241deg, var(--bs-dark), rgba(255,0,0,0) 70.71%);
}
.bg-transparent-white {
  background-color: rgba(255,255,255,.85);
}
.bg-transparent-lighter {
  background-color: rgba(255,255,255,.25)
}
.bg-bodycolor, .bg-transparent-light {
  --bs-bg-opacity: .75;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}
.bg-lightwhite {
  background-color: var(--bs-lightwhite);
}
.bg-dot-repeat {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDYgNiIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4bWw6c3BhY2U9InByZXNlcnZlIiB4bWxuczpzZXJpZj0iaHR0cDovL3d3dy5zZXJpZi5jb20vIiBzdHlsZT0iZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7c3Ryb2tlLWxpbmVqb2luOnJvdW5kO3N0cm9rZS1taXRlcmxpbWl0OjI7Ij4KICAgIDxnIHRyYW5zZm9ybT0ibWF0cml4KC0wLjI4Njg1MiwwLDAsMC4yODY4NTIsNDM5LjM0NiwtNDcuNjE5NSkiPgogICAgICAgIDxjaXJjbGUgY3g9IjE1MjIuNTgiIGN5PSIxNzUuMDM1IiByPSI2LjY1NCIgc3R5bGU9ImZpbGw6cmdiKDI0MywyNDYsMjQ4KTsiLz4KICAgIDwvZz4KPC9zdmc+Cg==);
  background-repeat: repeat;
  background-size: 5px 5px
}
.bg-teal {
  background-color: #93FFDF;
}
.bg-contrast {
  background-color: #e1e1f9 !important;
}
.bg-light-contrast {
  background-color: #F9F9FF !important;
}
.bg-verylight {
  background-color: #FDFDFD !important;
}
.text-regular {
  color: var(--bs-dark);
}
.text-teal, .text-success {
  color: #33e1ad !important;
}
.text-amber, .text-warning {
  color: #FFC300 !important;
}
.text-rouge, .text-danger {
  color: #f45e7a !important;
}
.text-eventgreen {
  color: #44eebb !important;
  border-color: #a1ebd3 !important;
}
.text-eventpink {
  color: #f45e7a !important;
  border-color: #ffbbc7 !important;
}
.text-eventorange {
  color: #FFC300 !important;
  border-color: #ffe69d !important;
}
.text-eventlightblue {
  color: #c1c1f7 !important;
  border-color: #c1c1f7 !important;
}
.text-eventblue {
  color: #8E8DBE !important;
  border-color: #c8c8ff !important;
}
.event-icon {
  position: relative;
}
.event-icon::before {
  content: "";
  display: inline-block;
  width: .4em;
  height: .4em;
  border-radius: .4em;
  border: .4em solid;
  color: var(--bs-gray-200);
  border-color: var(--bs-gray-200);
  box-sizing: border-box !important;
}
.event-icon-cancelled.event-icon::before, .event-icon-cancelled {
  --event-color: var(--rouge);
  color: var(--event-color) !important;
  border-color: var(--event-color) !important;
}
.event-icon-unconfirmedsurpassed.event-icon::before, .event-icon-unconfirmedsurpassed {
  --event-color: var(--amber);
  color: var(--event-color) !important;
  border-color: var(--event-color) !important;
}
.event-icon-unconfirmed.event-icon::before, .event-icon-unconfirmed {
  --event-color: var(--lightgray);
  color: var(--bs-gray-500) !important;
  border-color: var(--event-color) !important;
}
.event-icon-confirmed.event-icon::before, .event-icon-confirmed {
  --event-color: var(--teal);
  color: var(--event-color) !important;
  border-color: var(--event-color) !important;
}
.event-icon-confirmedaltered.event-icon::before, .event-icon-confirmedaltered {
  --event-color: var(--bs-blue);
  color: var(--event-color) !important;
  border-color: var(--event-color) !important;
}
.feature-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  border-radius: .75rem;
}
.feature-icon-xs {
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  border-radius: .5rem;
}
.feature-icon-sm {
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
}
.feature-icon-lg {
  width: 5rem;
  height: 5rem;
  font-size: 2.5rem;
}
.feature-icon-xl {
  width: 6.5rem;
  height: 6.5rem;
  font-size: 4rem;
}
.disclaimer {
  font-size: 9pt !important;
  line-height: normal !important;
  margin: 0;
  padding: 0;
}
.callout {
  padding: 4px 12px;
  margin: 20px 0;
  border: 0 solid var(--bs-lightwhite);
  border-left-width: 3px;
  border-left-color: var(--lightpurple);
  h4 {
    margin-top: 0;
    margin-bottom: 5px;
  }
  p:last-child {
    margin-bottom: 0;
  }
  code {
    border-radius: 3px;
  }
  & + .bs-callout {
    margin-top: -5px;
  }
}
.rotatedTitle {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
.page-subtitle {
  letter-spacing: .250em;
  color: var(--gray);
  font-size: .625em;
}
.letter-spacing {
  letter-spacing: .250em;
}
.sidebar .accordion-item {
  border: none;
}
.accordion-button-sidenav.accordion-button:not(.collapsed) {
  box-shadow: none;
}
.accordion-button-sidenav.accordion-button {
  background-color: transparent;
  border: 0 !important;
  margin: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.accordion-button-sidenav.accordion-button::after, .accordion-button-sidenav.accordion-button:not(.collapsed)::after {
  width: .9rem;
  height: .9rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23818ea3'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.nav-link {
  color: var(--bs-dark);
  padding: .25rem .5rem;
}
.nav-link:hover {
  color: var(--bs-primary);
}
.sidebar {
  z-index: 10;
}
.sidebar a.nav-link {
  color: var(--gray);
  width: 100%;
  border-bottom-left-radius: .5em !important;
  border-top-left-radius: .5em !important;
  display: flex;
}
.sidebar a.nav-link:not(.active) {
  filter: opacity(.8);
}
.sidebar a.nav-link:hover {
  background-color: var(--bs-light);
  filter: opacity(1);
}
.sidebar a.nav-link.active {
  font-weight: bold;
  color: var(--bs-dark);
  background-color: var(--bs-light);
}
.sidebar .nav-link.nav-link-sub {
  font-size: 10pt;
  margin-left: 24px;
  width: calc(100% - 24px) !important;
}
.sidebar .nav-item, .sidebar .nav-link {
  padding: .2rem .0 .2rem .8rem;
}
.sidebar .nav-link {
  padding-right: .8rem;
}
.overflowable-tabs {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  overflow-x: scroll !important;
  scrollbar-width: none !important;
}
.carouseltabs .nav-tabs .nav-item.show .nav-link, .carouseltabs.nav-tabs .nav-link.active, .carouseltabs.nav-tabs .nav-link:hover {
  color: var(--bs-primary) !important;
  background-color: transparent !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom: 1px solid transparent !important;
  margin-bottom: -1px !important;
  margin-top: 0 !important;
  transition: all .25s ease-in;
}
.carouseltabs.nav-tabs .nav-item .nav-link.active {
  color: var(--bs-primary) !important;
  border-color: var(--primary) !important;
  box-shadow: 0 0 0 .2rem rgba(var(--primary-glow),.25) !important;
}
.subtletabs {
  flex-wrap: nowrap !important;
  white-space: nowrap !important;
  overflow-x: scroll !important;
  scrollbar-width: none !important;
}
.subtletabs::-webkit-scrollbar {
  display: none !important;
}
.subtletabs .nav-link {
  padding-left: .075rem !important;
  padding-right: .075rem !important;
  color: var(--gray) !important;
  background-color: transparent !important;
  border-top-color: transparent !important;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border: 1px solid transparent !important;
  margin-bottom: 0 !important;
}
.subtletabs .nav-tabs .nav-link {
  white-space: nowrap !important;
}
.subtletabs .nav-tabs .nav-item.show .nav-link, .subtletabs.nav-tabs .nav-link.active {
  padding-left: 0 !important;
  padding-right: 0 !important;
  color: var(--bs-dark) !important;
  font-weight: bold !important;
  background-color: transparent !important;
  border-bottom-color: var(--bs-primary) !important;
  border-bottom-width: 2px !important;
  margin-bottom: 0 !important;
}
.subtletabs .nav-tabs .nav-item.show .nav-link, .subtletabs.subtletabs-borderless.nav-tabs .nav-link.active {
  border-bottom-color: transparent !important;
}
.subtletabs.card-header-tabs {
  margin-left: 0 !important;
}
.subtletabs .nav-item:not(:last-of-type) {
  margin-right: 35px;
}
.subtletabs.card-header-tabs.justify-content-end {
  margin-right: 0 !important;
}
.subtletabs.justify-content-end .nav-item:not(:last-of-type) {
  margin-left: 35px;
}
.subtletabs.subtletabs-sm .nav-item {
  margin-left: 15px !important;
  margin-right: 0px !important;
}
.nav-tabs .nav-link {
  background-color: transparent !important;
}
.equaltabs.tab-content {
  display: flex;
}
.equaltabs.tab-content > .tab-pane {
  display: block;
  visibility: hidden;
  margin-right: -100%;
  width: 100%;
}
.equaltabs.tab-content > .active {
  visibility: visible;
}
.chartContainer-fill {
  position: relative;
  overflow: hidden;
  height: 50px;
  width: 100%;
}
.chartContainer-responsive {
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.chartContainer-sm {
  height: 50px;
  width: 50px;
}
.cornerInfo {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  border-bottom-left-radius: 3px;
  border-top-right-radius: 3px;
  border-left: 1px solid var(--lightgray);
  border-bottom: 1px solid var(--lightgray);
  padding: 2px;
  min-width: 1.5em;
  text-align: center;
  background-color: var(--bs-light);
}
.cornerInfo span {
  color: var(--gray);
  font-size: 10pt;
}
.card {
  border-color: #ebedee;
  border-radius: .6em;
}
.card-footer {
  border-top: 1px solid rgba(0,0,0,.05);
  background-color: #FBFBFB;
  border-color: #F4F6F7;
}
.card-footer:last-child {
  border-bottom-left-radius: .6em;
  border-bottom-right-radius: .6em;
}
.card-header {
  border-bottom: 1px solid rgba(0,0,0,.05);
  background-color: #FBFBFB;
  border-color: #F4F6F7;
}
.card-header:first-child {
  border-top-left-radius: .6em;
  border-top-right-radius: .6em;
}
.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.card-img-top {
  border-top-left-radius: .6em;
  border-top-right-radius: .6em;
}
.borderboxshadow {
  box-shadow: rgba(220, 220, 220, 0.1) 0px 0px 0px 4px !important;
}
.rounded-md {
  border-radius: .4em !important;
}
.rounded-md-top {
  border-top-left-radius: .4em !important;
  border-top-right-radius: .4em !important;
}
.rounded-md-bottom {
  border-bottom-left-radius: .4em !important;
  border-bottom-right-radius: .4em !important;
}
.rounded-md-end {
  border-top-right-radius: .4em !important;
  border-bottom-right-radius: .4em !important;
}
.rounded-md-start {
  border-top-left-radius: .4em !important;
  border-bottom-left-radius: .4em !important;
}
.rounded-lg {
  border-radius: .6em !important;
}
.rounded-lg-top {
  border-top-left-radius: .6em !important;
  border-top-right-radius: .6em !important;
}
.rounded-lg-bottom {
  border-bottom-left-radius: .6em !important;
  border-bottom-right-radius: .6em !important;
}
.rounded-lg-end {
  border-top-right-radius: .6em !important;
  border-bottom-right-radius: .6em !important;
}
.rounded-lg-start {
  border-top-left-radius: .6em !important;
  border-bottom-left-radius: .6em !important;
}
.rounded-xl {
  border-radius: .8em !important;
}
.rounded-xl-end {
  border-top-right-radius: .8em !important;
  border-bottom-right-radius: .8em !important;
}
.text-justify {
  text-align: justify;
  text-justify: inter-word;
}
table.table {
  border-color: #edf2f9;
}
table.table thead th {
  border: none;
}
table.table > tbody > tr {
  font-size: 10pt;
}
table.table > tbody > tr:last-child {
  border-color: transparent;
}
table.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  padding-left: 1.2rem;
}
span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
  cursor: default;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  width: 100%;
  padding: 5px 0;
  margin: 3px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: var(--bs-white);
  border: 1px solid #E4E4E4;
  border-radius: 4px;
  background-clip: padding-box;
  overflow-x: hidden;
  overflow-y: auto;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.twitter-typeahead .tt-selectable {
  cursor: pointer;
}
.input-group.input-group-lg span.twitter-typeahead .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.input-group.input-group-sm span.twitter-typeahead .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
span.twitter-typeahead {
  width: 100%;
}
.input-group > .twitter-typeahead {
  flex: 1 1 auto;
  display: inline-block;
  width: auto;
}
.input-group span.twitter-typeahead {
  display: inline !important;
  position: relative;
  height: 100%;
}
.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
  top: 32px !important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
  border-radius: 0;
}
.input-group span.twitter-typeahead:first-child .form-control {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group span.twitter-typeahead:last-child .form-control {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.input-group.input-group-sm span.twitter-typeahead {
  height: 30px;
}
.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
  top: 30px !important;
}
.input-group.input-group-lg span.twitter-typeahead {
  height: 46px;
}
.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
  top: 46px !important;
}
.spinner {
  background: url("../media/loader/ajax-loader.gif") no-repeat right 15px center;
  background-size: 20px 20px;
}
.spinner-left {
  background-position: left center;
}
.spinner-border {
  border-width: .15em;
}
.spinner-border-sm {
  border-width: .1em !important;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(var(--glow), 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(var(--glow), 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(var(--glow), 0);
  }
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--glow), 0.4);
  }
  70% {
    box-shadow: 0 0 0 20px rgba(var(--glow), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--glow), 0);
  }
}
.pulse {
  border-radius: 3px;
  -webkit-animation: pulse 2s infinite;
  -o-animation: pulse 2s infinite;
  -ms-animation: pulse 2s infinite;
  -moz-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}
.typewriter {
  position: relative;
  top: 50%;
  width: 100%;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
}
.anim-typewriter {
  animation: typewriter 4s steps(44) 1s 1 normal both;
}
@keyframes typewriter{
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
.scaleRotate {
  -webkit-transform: translateY(0) scale(0.7) rotate(-10deg);
  -moz-transform: translateY(0) scale(0.7) rotate(-10deg);
  -o-transform: translateY(0) scale(0.7) rotate(-10deg);
  -ms-transform: translateY(0) scale(0.7) rotate(-10deg);
  transform: translateY(0) scale(0.7) rotate(-10deg);
}
@-webkit-keyframes pulse-ripple-animation {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(var(--glow), 0.5);
  }
  70% {
    -webkit-box-shadow: 0 0 0 300px rgba(var(--glow), 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(var(--glow), 0);
  }
}
@keyframes pulse-ripple-animation {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--glow), 0.5);
  }
  70% {
    box-shadow: 0 0 0 300px rgba(var(--glow), 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(var(--glow), 0);
  }
}
.pulse-ripple-animation {
  -webkit-animation: pulse-ripple-animation 5s infinite;
  -o-animation: pulse-ripple-animation 5s infinite;
  -ms-animation: pulse-ripple-animation 5s infinite;
  -moz-animation: pulse-ripple-animation 5s infinite;
  animation: pulse-ripple-animation 5s infinite;
}
.logo-mascot {
  --wordmark-width: 116px;
  --wordmark-color: var(--bs-darkcontrast);
  --wordmark-color-accent: var(--primary);
  width: var(--wordmark-width);
  display: inline-block;
}
.logo-mascot .logo-mascot-face {
  fill: var(--wordmark-color);
}
.logo-mascot .logo-mascot-smile {
  fill: var(--wordmark-color-accent);
}
.logo-mascot.logo-mascot-animate .logo-mascot-smile {
  opacity: 0;
  transition: opacity 0s ease-in-out;
}
.logo-mascot.logo-mascot-animate:hover .logo-mascot-smile,
.logo-mascot.logo-mascot-animate.show .logo-mascot-smile {
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.logo-mascot .logo-mascot-hat {
  fill: var(--wordmark-color-accent);
}
.logo-mascot .logo-mascot-hat .logo-mascot-hat-dot {
  display: none;
}
.logo-mascot.logo-mascot-animate:hover .logo-mascot-hat,
.logo-mascot.logo-mascot-animate.show .logo-mascot-hat {
  transform-box: fill-box;
  transform-origin: left;
  transform: translateX(calc(var(--wordmark-width) / 4)) translateY(calc(-100% - 3px)) rotate(160deg) scale(2.5);
  transition: all 0.5s ease-in-out;
}
.logo-mascot.logo-mascot-animate:hover.xmas .logo-mascot-hat,
.logo-mascot.logo-mascot-animate.show.xmas .logo-mascot-hat {
  fill: #ed4d6b;
}
.logo-mascot.logo-mascot-animate:hover.xmas .logo-mascot-hat .logo-mascot-hat-dot,
.logo-mascot.logo-mascot-animate.show.xmas .logo-mascot-hat .logo-mascot-hat-dot {
  display: block;
  stroke-width: 1;
  stroke: #d1d1d1;
  fill: #ffffff;
}
.logo-mascot .logo-mascot-letterfade {
  fill: var(--wordmark-color);
}
.logo-mascot.logo-mascot-animate:hover .logo-mascot-letterfade,
.logo-mascot.logo-mascot-animate.show .logo-mascot-letterfade {
  opacity: .25;
  transition: opacity 0.5s ease-in-out;
}
.slideable-content-container {
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.slideable-content-container::-webkit-scrollbar {
  display: none;
}
.bookingProcessTimeline:after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: -4px;
  display: block;
  width: 2px;
  content: "";
  background: #dadfe9;
}
.bookingProcessPoint {
  position: relative;
  left: -10px;
  z-index: 1;
  color: #var(--bs-primary);
}
.bookingProcessPoint:before {
  background: var(--bs-white);
  padding-top: 4px;
  padding-bottom: 4px;
}
.bookingProcessBranch {
  z-index: 1;
  margin-left: 0;
}
.bookingProcessBranchBridge {
  left: calc(8.33333% - 0.2rem);
  width: calc(8.33333% + 0.125rem);
  height: 8.875rem;
}
.bookingProcessBranchBridge>path {
  stroke: #dadfe9;
  stroke-width: 2;
}
.offset-n1 {
  margin-left: -8.33333333%;
}
.offset-1 {
  margin-right: -8.33333333%;
}
.fc-more-popover {
  visibility: hidden !important;
}
.fc .fc-non-interactable-event, .fc-non-interactable-event a {
  pointer-events: none !important;
  font-size: 12px !important;
  padding-left: .25rem !important;
}
.fc .fc-timegrid-now-indicator-arrow {
  border-color: transparent !important;
}
.fc .fc-timegrid-now-indicator-arrow .fc-timegrid-now-currenttime {
  color: var(--bs-blue) !important;
  font-weight: bold;
  font-size: .75em;
  padding: 8px 2px;
  position: absolute;
  transform: translateY(-50%);
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
}
.fc .fc-timegrid-now-indicator-line .fc-timegrid-now-currenttime {
  display: none;
}
.fc .fc-timegrid-now-indicator-line {
  border-color: var(--bs-blue);
}
.fc-timegrid-now-indicator-container {
  overflow: visible !important;
}
.fc-timegrid-now-indicator-line {
  width: calc(700% + 6px) !important;
}
.fc-day-actions {
  background-color: var(--bs-lightlightwhite) !important;
  visibility: hidden;
}
.fc-day-actions .remain-visible {
  visibility: visible;
}
.fc-day:not(.fc-day-disabled):not(.fc-day-other):hover .fc-day-actions {
  visibility: visible;
}
.fc-day:nth-child(2) .fc-timegrid-now-indicator-line {
  --fc-now-indicator-shift: 0%;
}
.fc-day:nth-child(3) .fc-timegrid-now-indicator-line {
  --fc-now-indicator-shift: 14.29%;
}
.fc-day:nth-child(4) .fc-timegrid-now-indicator-line {
  --fc-now-indicator-shift: 28.57%;
}
.fc-day:nth-child(5) .fc-timegrid-now-indicator-line {
  --fc-now-indicator-shift: 42.86%;
}
.fc-day:nth-child(6) .fc-timegrid-now-indicator-line {
  --fc-now-indicator-shift: 57.14%;
}
.fc-day:nth-child(7) .fc-timegrid-now-indicator-line {
  --fc-now-indicator-shift: 71.43%;
}
.fc-day:nth-child(8) .fc-timegrid-now-indicator-line {
  --fc-now-indicator-shift: 85.71%;
}
.fc-day .fc-timegrid-now-indicator-line {
  transform: translateX(calc(-1 * var(--fc-now-indicator-shift)));
}
.fc-timegrid-now-indicator-line::before {
  position: absolute;
  display: block;
  content: '';
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid var(--bs-primary);
  background-color: var(--bs-blue);
  left: calc(var(--fc-now-indicator-shift) - 5px);
  user-select: none;
}
.fc-theme-standard td, .fc-theme-standard th {
  border-color: rgba(var(--glow-gray), .05) !important;
}
.fc-timegrid-event .fc-event-main {
  padding: 0 !important;
}
.fc-timegrid-axis {
  border-right-style: none !important;
}
.fc-timegrid-axis-frame {
  background-color: var(--bs-white);
}
.fc .fc-timegrid-slot-label {
  border-color: transparent !important;
  vertical-align: top !important;
}
.fc .fc-timegrid-slot-label-cushion {
  color: rgba(var(--glow-gray), .5) !important;
  font-size: .75em;
  position: absolute;
  left: 0;
  padding-left: 8px;
  transform: translateY(-50%);
}
.fc .fc-timegrid-slot {
  height: 2.5em;
}
.fc-day-today {
  background-color: var(--bs-white) !important;
}
.fc-day-today .fc-daygrid-day-number {
  color: var(--bs-blue) !important;
  font-weight: bold !important;
}
.fc-day-past, .fc-day-future {
  background-color: var(--bs-white) !important;
}
.fc-day-past, .fc-day-today, .fc-day-future {
  cursor: pointer !important;
  border-color: #ddd !important;
}
.fc-daygrid-more-link {
  font-weight: normal !important;
  color: var(--gray) !important;
  text-decoration: none !important;
}
.fc-daygrid-day, .fc-day, .fc-day-disabled, .fc-day-other {
  background-color: var(--bs-white) !important;
}
.fc-daygrid-day-top {
  background-color: var(--bs-lightlightwhite) !important;
  min-height: 33px !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
}
.fc-daygrid-day-bottom {
  border-top: 1px solid #edf2f9 !important;
  border-top-style: dashed !important;
}
.fc-daygrid-day-number {
  text-decoration: none !important;
  color: var(--bs-gray-500) !important;
  font-weight: normal !important;
  line-height: normal !important;
}
.fc-daygrid-week-number, .fc-timegrid-axis-cushion {
  text-decoration: none !important;
  color: var(--bs-blue) !important;
  letter-spacing: .250em !important;
  font-size: .625rem !important;
  font-weight: 700 !important;
  background-color: transparent !important;
  border-color: transparent !important;
  margin: 0 !important;
  padding-left: 8px !important;
}
.fc-day-disabled .fc-daygrid-day-events, .fc-day-other .fc-daygrid-day-events {
  
}
.fc-scrollgrid, .fc-list {
  border-style: none !important;
}
.fc-scrollgrid > thead > tr.fc-scrollgrid-section-header > td,
.fc-list-day-cushion.fc-cell-shaded > span {
  letter-spacing: .250em;
  font-size: .625em;
  font-weight: normal;
  text-transform: uppercase;
}
.fc-scrollgrid-sync-inner {
  cursor: default;
}
.fc-col-header-cell-cushion, .fc-popover-title {
  text-decoration: none !important;
  color: var(--bs-dark) !important;
  font-weight: normal !important;
  line-height: normal !important;
}
.fc-col-header-cell-cushion,
.fc-list-day-cushion {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 6px !important;
  background-color: var(--bs-lightlightwhite) !important;
  border-color: rgba(var(--glow-gray), .05) !important;
  color: var(--bs-gray-500) !important;
}
.fc-list-day-cushion {
  flex-direction: row !important;
  border-top: 1px solid;
  border-bottom: 1px solid;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
.fc-list-table tr.fc-list-event + tr.fc-list-event td.fc-list-event-title {
  padding-top: 0 !important;
}
.fc-list-table td,
.fc-list-table tr,
.fc-list-table th {
  border-width: 0 !important;
}
.fc-list-day th {
  z-index: 1 !important;
}
.fc-list-event:hover td {
  background-color: transparent !important;
}
.fc-list-event-graphic {
  display: none !important;
}
.fc-list-empty {
  background-color: var(--bs-lightlightwhite) !important;
}
.fc-col-header-cell {
  border: #EDEDED !important;
  border-bottom: 1px solid var(--lightgray) !important;
}
.fc-scrollgrid td:last-of-type {
  border-right-style: none !important;
  border-bottom-style: none !important;
}
.fc-popover {
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
  border-radius: 3px !important
}
.fc-popover-header {
  background-color: var(--bs-white) !important;
  border-bottom: 1px solid #edf2f9 !important;
  border-top-left-radius: 3px !important;
  border-top-right-radius: 3px !important;
}
.fc-highlight {
  background-color: transparent !important;
  border: .5px solid var(--bs-primary) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25) !important;
}
.fc-event {
  border-radius: 3px !important;
  margin: 0 !important;
}
.fc-event:hover {
  background-color: transparent !important;
}
.fc-event-title {
  font-weight: normal !important;
  color: var(--bs-dark) !important;
}
.fc-event-time {
  font-weight: normal !important;
  color: var(--bs-primary) !important;
}
.fc-popover-body {
  padding: 5px !important;
  background-color: var(--bs-white) !important;
}
.fc-popover-body:last-child {
  border-radius: 3px !important;
}
.fc-popover-body > .fc-daygrid-event-harness:last-child {
  padding-bottom: 10px !important;
}
.fc-popover-body > .fc-daygrid-event-harness:first-child {
  padding-top: 10px !important;
}
.fc-daygrid-event {
  font-size: inherit !important;
}
.fc-daygrid-event-dot {
  border-width: 5px;
  border-radius: 5px;
}
.fc-daygrid-event:not(.fc-popover.fc-daygrid-event) {
  background-color: transparent !important;
  border: 0 !important;
  margin: 0 !important;
}
.fc-daygrid-event-child:not(.fc-popover.fc-daygrid-event) {
  background-color: transparent !important;
  border: 1px solid transparent !important;
}
.fc-h-event, .fc-v-event {
  border: 0 !important;
  background-color: transparent !important;
}
.notifications-menu {
  width: calc(100vw - 36px);
}
.account-menu {
  max-width: 200px;
}
.notifications-list {
  overflow-y: auto;
  overflow-x: hidden;
  height: 350px;
}
.navbar-dark .navbar-brand img {
  filter: brightness(0) invert(1);
}
.brandbadge {
  position: absolute;
  top: .4rem;
  right: .4em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  padding: 5px;
  font-size: .75rem;
}
.searchbar {
  max-width: 350px;
}
.searchbar .inputmore {
  right: 10px;
}
.inputmore {
  position: absolute;
  top: .4rem;
  right: .4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 1.5rem;
  padding-right: .25rem;
  padding-left: .25rem;
  font-size: .75rem;
  color: #6c757d;
  border: 1px solid var(--lightgray);
  border-radius: .125rem;
  background-color: var(--bs-light);
}
.tooltip-inner {
  background-color: var(--bs-dark);
}
.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: var(--bs-dark);
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: var(--bs-dark);
}
.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: var(--bs-dark);
}
.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: var(--bs-dark);
}
.list-group-item {
  border: 1px solid #E4E4E4;
}
.form-control:focus {
  color: var(--bs-dark);
  background-color: var(--bs-white);
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.form-control:disabled, .form-control[readonly] {
  background-color: var(--bs-light);
}
.form-control::file-selector-button {
  background-color: var(--bs-light);
}
.form-control::-webkit-file-upload-button {
  background-color: var(--bs-light);
}
.form-select {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23D9DDDE'%3E%3Cpath d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/%3E%3C/svg%3E");background-position: right .25rem center;
}
.form-select:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.form-select:disabled {
  background-color: var(--bs-light);
}
.form-check-label {
  color: var(--bs-dark);
}
.form-check-input {
  cursor: pointer;
}
.form-check-input:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.form-check-input:checked[type=checkbox].checkradio, .form-check-input:checked[type=radio].checkradio {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=checkbox].checkradio-embed, .form-check-input:checked[type=radio].checkradio-embed {
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%237067ab' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-range::-webkit-slider-thumb {
  background-color: var(--bs-white);
  border: 1px solid var(--bs-gray-300);
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  margin-top: -.33rem;
  width: 1.5rem;
  height: 1rem;
}
.form-range::-webkit-slider-thumb:active {
  background-color: var(--bs-white);
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.form-range::-webkit-slider-runnable-track {
  height: .5rem;
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-200);
}
.form-range::-moz-range-thumb {
  background-color: var(--bs-white);
  border: 1px solid var(--bs-gray-300);
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
  margin-top: -.3rem;
  width: 1.5rem;
  height: 1rem;
}
.form-range::-moz-range-thumb:active {
  background-color: var(--bs-white);
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.form-range::-moz-range-track {
  height: .5rem;
  background-color: var(--bs-gray-100);
  border: 1px solid var(--bs-gray-200);
}
.form-range.form-range-vertical {
  writing-mode: bt-lr;
  -webkit-appearance: slider-vertical !important;
  appearance: slider-vertical !important;
  width: 1.5rem;
  height: 100%;
}
.form-range.form-range-vertical::-webkit-slider-thumb {
  margin-top: 0;
  margin-left: -.3rem;
  width: 1rem;
  height: 1.5rem;
}
.form-range.form-range-vertical::-webkit-slider-runnable-track {
  width: .5rem;
  height: 100%;
}
.form-range.form-range-vertical::-moz-range-thumb {
  width: 1rem;
  height: 1.5rem;
}
.form-range.form-range-vertical::-moz-range-track {
  width: .5rem;
  height: 100%;
}
.form-check-input {
  border: 1px solid #E4E4E4;
}
.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.2%29'/%3e%3c/svg%3e");
}
.form-control, .form-select {
  border: 1px solid #E4E4E4;
}
.form-check-input:checked + .form-checked-content {
  opacity: .5;
}
.form-check-input-placeholder {
  border-style: dashed;
}
.list-group-checkable .list-group-item {
  cursor: pointer;
}
.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}
.list-group-item-check:hover + .list-group-item {
  background-color: var(--bs-secondary-bg);
}
.list-group-item-check:checked + .list-group-item {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.list-group-radio .list-group-item {
  cursor: pointer;
  border-radius: .5rem;
}
.list-group-radio .form-check-input {
  z-index: 2;
  margin-top: -.5em;
}
.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
  background-color: var(--bs-secondary-bg);
}
.list-group-radio .form-check-input:checked + .list-group-item {
  border-color: var(--bs-primary);
}
.list-group-radio .form-check-input[disabled] + .list-group-item,
.list-group-radio .form-check-input:disabled + .list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}
.input-group-text {
  border: 1px solid #E4E4E4;
  background-color: var(--bs-white);
  color: var(--bs-dark);
}
.form-floating > .form-control:not(textarea), .form-floating > .form-select:not(textarea) {
  height: 38px !important;
}
.form-floating > textarea.form-control {
  height: 100px;
}
.form-floating > label {
  top: -10px;
  color: #6c757d;
}
.form-floating > .form-control:focus~label, .form-floating > .form-control:not(:placeholder-shown)~label, .form-floating > .form-select~label {
  transform: scale(.7) translateY(-2rem) translateX(-.8rem);
  color: var(--bs-dark);
  opacity: 1;
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.form-floating > .form-control {
  margin-top: 24px;
}
.form-control-transparent {
  border: none;
  min-height: 1px !important;
  background-color: none !important;
  -webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
  padding: 0px;
}
.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #f45e7a;
  box-shadow: 0 0 0 .25rem rgba(230,55,87,.25);
}
.form-control.is-invalid, .was-validated .form-control:invalid {
  border-color: #f45e7a;
  background: var(--bs-white);
}
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
  background: var(--bs-white);
}
.form-check-input.is-invalid~.form-check-label, .was-validated .form-check-input:invalid~.form-check-label {
  color: #33e1ad;
}
.form-control.is-valid:focus, .was-validated .form-control:valid:focus {
  border-color: #33e1ad;
  box-shadow: 0 0 0 .25rem rgba(32,201,151,.25);
}
.form-control.is-valid, .was-validated .form-control:valid {
  border-color: #33e1ad;
  background: var(--bs-white);
}
.form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"], .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"] {
  background: var(--bs-white);
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
  color: #33e1ad;
}
.quillOutputParagraphStyling p, .quillOutputParagraphStyling ol, .quillOutputParagraphStyling ul {
  margin: 0 !important;
}
.ql-toolbar {
  border: 1px solid #E4E4E4;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  border-bottom: 0 !important;
  height: 38px;
}
.ql-toolbar .ql-formats {
  margin-top: -20px !important;
}
.ql-container, .ql-editor {
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  user-select: text !important;
}
.ql-container {
  border: 1px solid #E4E4E4 !important;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  background-color: var(--bs-white);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.ql-editor {
  background: transparent !important;
  min-height: 100px;
  max-height: 300px;
  overflow: auto;
  color: var(--bs-dark) !important;
  cursor: text;
}
.ql-editor::before {
  font-style: normal !important;
}
.ql-focused, .ql-container.active {
  color: var(--bs-dark) !important;
  background-color: var(--bs-white) !important;
  border-color: var(--bs-primary) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25) !important;
}
.ql-toolbar button:hover, .ql-toolbar button:focus, .ql-toolbar button.ql-active {
  color: var(--bs-primary) !important;
}
.ql-toolbar button {
  color: var(--bs-dark) !important
}
.ql-toolbar.ql-snow {
  background-color: #FBFBFB !important;
  border: 1px solid #E4E4E4;
}
.ql-editor .placeholderlabel, .placeholderlabelstyle {
  color: var(--bs-dark);
  background-color: var(--lightpurple);
  padding: .35em;
  font-size: .85em;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25rem;
}
.ql-snow a {
  color: var(--bs-blue) !important;
}
.focused-style {
  color: #212529 !important;
  background-color: var(--bs-white) !important;
  border-color: var(--bs-primary) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25) !important;
}
.form-control:disabled, .form-control[readonly] {
  color: #6c757d;
}
.choices__input {
  background-color: transparent;
  margin-bottom: 0;
  width: 1ch;
}
.choices[data-type*=select-one]:after {
  content: none !important;
}
.choices {
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  cursor: text;
  margin-bottom: 0;
  padding-top: .5rem;
}
.choices[class*="-sm"] {
  font-size: .875rem !important;
}
.choices[class*="-sm"][data-type*=select-multiple] {
  padding-top: .25rem;
  padding-bottom: 0rem;
  padding-left: .5rem;
}
.choices:focus-within {
  color: var(--bs-dark) !important;
  background-color: var(--bs-white) !important;
  border-color: var(--bs-primary) !important;
  outline: 0 !important;
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25) !important;
}
.choices.is-disabled {
  color: #6c757d;
  background-color: var(--bs-light);
  opacity: 1;
  pointer-events: none;
}
.choices__list.dropdown-menu {
  position: absolute !important;
  left: 0 !important;
  width: 100% !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  height: auto !important;
  max-height: 200px !important;
  word-break: break-all !important;
  will-change: visibility !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-top-color: transparent !important;
  z-index: 99999999 !important;
  box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
}
.choices__list--multiple {
  display: inline-block;
}
.choices__list--multiple > .choices__item {
  text-wrap: nowrap;
  padding: .105rem .375rem .105rem .375rem;
  font-size: .8125rem;
  background-color: rgba(var(--glow),.25);
  border-radius: .1875rem;
  border: transparent;
  color: var(--bs-dark);
}
.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  border-left: 1px solid #ced4da;
  margin-left: auto;
  padding-left: 1rem;
}
.choices__list--single, .choices__list--multiple {
  padding: 0 !important;
}
.form-select-sm .choices__list--single, .form-select-sm .choices__list--multiple {
  font-size: .875rem !important;
}
.choices__list--multiple .choices__item, .choices__list--multiple .choices__item .choices__item--selectable {
  margin: 0 .2rem .1rem 0 .1rem;
}
.choices__list--multiple .choices__item.is-highlighted {
  background-color: rgba(var(--glow),.25);
  border: transparent;
}
.list-group-item-action {
  cursor: pointer;
}
.peityLine {
  display: none;
}
.badge.bg-primary-soft {
  color: var(--bs-primary);
  background-color: var(--lightpurple) !important;
}
.badge.bg-secondary-soft {
  color: var(--bs-primary);
  background-color: var(--bs-light) !important;
  border: 1px solid #E4E4E4;
}
.badge.bg-success-soft {
  color: #00d97e;
  background-color: #ccf7e5 !important;
}
.badge.bg-info-soft {
  color: var(--bs-white);
  background-color: var(--bs-dark) !important;
}
.badge.bg-warning-soft {
  color: #dea317;
  background-color: #fdf3d9 !important;
}
.badge.bg-danger-soft {
  color: #f2385b;
  background-color: #fad7dd !important;
}
.badge.bg-light-soft {
  color: #edf2f9;
  background-color: #fbfcfe !important;
}
.badge.bg-dark-soft {
  color: var(--bs-white);
  background-color: var(--bs-dark) !important;
}
.bg-primary-soft {
  background-color: var(--lightpurple) !important;
}
.bg-secondary-soft {
  background-color: var(--bs-light) !important;
  border: 1px solid #E4E4E4;
}
.bg-success-soft {
  background-color: #ccf7e5 !important;
}
.bg-info-soft {
  background-color: #d7eff6 !important;
}
.bg-warning-soft {
  background-color: #fdf3d9 !important;
}
.bg-danger-soft {
  background-color: #fad7dd !important;
}
.bg-light-soft {
  background-color: #fbfcfe !important;
}
.bg-dark-soft {
  background-color: #d0d4d9 !important;
}
.bg-success-soft-mid {
  background-color: #74ffb7 !important;
}
.bg-warning-soft-mid {
  background-color: #ffeb70 !important;
}
.bg-danger-soft-mid {
  background-color: #ff768c !important;
}
.alert {
  padding: .5rem 1rem;
}
.alert-dismissible .btn-close {
  padding: .75rem 1rem;
}
.alert-primary {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border-color: transparent;
}
.alert-primary .alert-link {
  color: var(--bs-white);
}
.alert-secondary {
  color: var(--bs-primary);
  background-color: transparent;
  border-color: transparent;
}
.alert-secondary .alert-link {
  color: var(--bs-primary);
}
.alert-success {
  color: var(--bs-white);
  background-color: #33e1ad;
  border-color: transparent;
}
.alert-success .alert-link {
  color: var(--bs-white);
}
.alert-info {
  color: var(--bs-primary);
  background-color: #edf2f9;
  border-color: transparent;
}
.alert-info .alert-link {
  color: var(--bs-primary);
}
.alert-warning {
  color: var(--bs-white);
  background-color: #f6c343;
  border-color: transparent;
}
.alert-warning .alert-link {
  color: var(--bs-white);
}
.alert-danger {
  color: var(--bs-white);
  background-color: #f45e7a;
  border-color: transparent;
}
.alert-danger .alert-link {
  color: var(--bs-white);
}
.alert-light {
  color: var(--bs-dark);
  background-color: var(--bs-light);
  border-color: transparent;
}
.alert-light .alert-link {
  color: var(--bs-dark);
}
.alert-dark {
  color: var(--bs-white);
  background-color: var(--bs-dark);
  border-color: transparent;
}
.alert-dark .alert-link {
  color: var(--bs-white);
}
.datepicker-dropdown {
  z-index: 1200 !important;
}
.datepicker-cell.today:not(.selected) {
  background-color: unset !important;
  border: 1px solid var(--bs-primary) !important;
  color: var(--bs-primary) !important;
}
.datepicker-cell.selected, .datepicker-cell.selected:hover {
  background-color: var(--bs-primary) !important;
}
.datepicker-cell.range-end:not(.selected), .datepicker-cell.range-start:not(.selected) {
  background-color: var(--lightpurple) !important;
  color: inherit !important;
}
.datepicker-cell.range {
  background-color: var(--bs-light) !important;
}
.datepicker-dropdown .datepicker-picker {
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  border-color: #F4F6F7 !important;
  border-radius: .6em !important;
}
.datepicker-view .dow {
  font-weight: normal !important;
  letter-spacing: .250em !important;
  color: var(--gray) !important;
  font-size: .625em !important;
  text-transform: uppercase !important;
}
.datepicker-view .days-of-week {
  background-color: var(--bs-gray-100) !important;
  margin-bottom: .2rem !important;
  margin-top: .2rem !important;
}
.datepicker-controls > button:not(:last-child) {
  margin-right: 3px !important;
}
.datepicker-controls > button > span {
  cursor: pointer !important;
}
.datepicker-main {
  padding: 0 !important;
}
.modal-content, .offcanvas {
  border: 1px solid rgba(0,0,0,.15);
  border-color: var(--lightgray) !important;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
}
.modal-content {
  border-radius: .6em !important;
}
.modal-footer {
  border-bottom-left-radius: .6em !important;
  border-bottom-right-radius: .6em !important;
  background-color: transparent !important;
  border: transparent !important;
  border-color: transparent !important;
}
.modal-backdrop.show {
  opacity: .2;
}
.offcanvas-backdrop.show {
  opacity: .2;
}
.accordion-button {
  color: var(--bs-dark);
  background-color: var(--bs-light);
  padding: .5rem 1.25rem;
}
.accordion-item {
  border: 1px solid rgba(0,0,0,.05);
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234B466E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.accordion-button:not(.collapsed) {
  color: var(--bs-dark);
  background-color: var(--bs-white);
  box-shadow: inset 0 -1px 0 rgba(0,0,0,.05);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%234B466E'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.page-item.active .page-link {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.page-link{
  color: var(--bs-primary);
}
.page-link:hover {
  color: var(--bs-primary);
  background-color: var(--bs-white);
}
.page-link:focus {
  color: var(--bs-primary);
  background-color: var(--bs-white);
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.offcanvas-bottom {
  height: auto;
  min-height: 30vh;
  margin-left: 1rem !important;
  margin-right: 1rem !important;
  border-top-left-radius: .8em !important;
  border-top-right-radius: .8em !important;
}
.offcanvas-end {
  margin-top: 1rem !important;
  border-top-left-radius: .8em !important;
  border-right: 0 !important;
  border-bottom: 0 !important;
}
#canvas-container, .canvas-adjacent {
  height: 60vh;
  width: 100%;
}
#messagesContainerEl .message-body img {
  max-width: 100%;
  height: auto;
  border: 1px solid var(--bs-light);
  border-radius: .5rem;
}
#messagesContainerEl .message-body a {
  display: inline-block;
}
kbd {
  background-color: var(--bs-dark);
}
.draghandle {
  cursor: grab;
}
.threedimensional-object {
  width: 100%;
  height: 100%;
  padding: 8px;
  border-radius: 30px;
  box-shadow: 0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3),inset 0 -2px 6px 0 rgba(10,37,64,.35);
  background: #ffffff;
}
.object-postit {
  background: #fff3bb;
  width: 210px;
  height: 210px;
  border-radius: 16px;
  padding: 24px;
  font-family: 'Indie Flower', cursive !important;
}
.object-list {
  background: #f2f2f2;
  width: 280px;
  height: 280px;
  border-radius: 16px;
  padding: 24px;
  padding-left: 8px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAlgAAAAYCAYAAAAmoYOZAAAEtWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjYwMCIKICAgZXhpZjpQaXhlbFlEaW1lbnNpb249IjI0IgogICBleGlmOkNvbG9yU3BhY2U9IjEiCiAgIHRpZmY6SW1hZ2VXaWR0aD0iNjAwIgogICB0aWZmOkltYWdlTGVuZ3RoPSIyNCIKICAgdGlmZjpSZXNvbHV0aW9uVW5pdD0iMiIKICAgdGlmZjpYUmVzb2x1dGlvbj0iNzIvMSIKICAgdGlmZjpZUmVzb2x1dGlvbj0iNzIvMSIKICAgcGhvdG9zaG9wOkNvbG9yTW9kZT0iMyIKICAgcGhvdG9zaG9wOklDQ1Byb2ZpbGU9InNSR0IgSUVDNjE5NjYtMi4xIgogICB4bXA6TW9kaWZ5RGF0ZT0iMjAyNS0wMy0yMFQxMzo0MzoyMCswMTowMCIKICAgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyNS0wMy0yMFQxMzo0MzoyMCswMTowMCI+CiAgIDx4bXBNTTpIaXN0b3J5PgogICAgPHJkZjpTZXE+CiAgICAgPHJkZjpsaQogICAgICBzdEV2dDphY3Rpb249InByb2R1Y2VkIgogICAgICBzdEV2dDpzb2Z0d2FyZUFnZW50PSJBZmZpbml0eSBEZXNpZ25lciAxLjEwLjgiCiAgICAgIHN0RXZ0OndoZW49IjIwMjUtMDMtMjBUMTM6NDM6MjArMDE6MDAiLz4KICAgIDwvcmRmOlNlcT4KICAgPC94bXBNTTpIaXN0b3J5PgogIDwvcmRmOkRlc2NyaXB0aW9uPgogPC9yZGY6UkRGPgo8L3g6eG1wbWV0YT4KPD94cGFja2V0IGVuZD0iciI/Ptt6BtEAAAGAaUNDUHNSR0IgSUVDNjE5NjYtMi4xAAAokXWRzytEURTHPzNDxGiUWcxCmoTVjPwosVFGQkkaoww2M9e8GTUzXu+NJFtlqyix8WvBX8BWWStFpGTNltgwPed5aiRzbueez/3ee073ngvuWFblzIoOyOULRnQ4EpyOzwSrnvHgx0sTgYQy9YGJiTHK2vstLjteh+1a5c/9a7XzKVOBq1q4X+lGQXhEeGy5oNu8JexXmcS88IlwyJALCt/YetLhJ5vTDn/abMSig+CuFw6mf3HyF6uMkROWl9OSyy6pn/vYL/Gm8lOTEpvFGzGJMkyEIKMMMUgPnfTJ3EOYLtplRZn8ju/8cRYlV8mss4LBAmkyFAiJuiTVUxI10VMysqzY/f/bV1Pr7nKqeyNQ+WhZr61QtQnFDcv6OLCs4iF4HuA8X8pf3IfeN9E3SlrLHvjW4PSipCW34WwdAvd6wkh8Sx5xt6bByzHUxaHhCmpmnZ797HN0B7FV+apL2NmFNjnvm/sCQlxn1YDeOakAAAAJcEhZcwAACxMAAAsTAQCanBgAAAC6SURBVHic7dY9DgEBFEbRQWt3ViASUSsn0ViEwlasRW8FOj97MDcRck7/Xr7yDsMEr/14fu3H7ZQfAAD/Zv7tAQAA/0ZgAQDEBBYAQExgAQDEBBYAQExgAQDEBBYAQExgAQDEBBYAQExgAQDEBBYAQExgAQDEBBYAQExgAQDEBBYAQExgAQDEBBYAQExgAQDEBBYAQExgAQDEBBYAQExgAQDEZuvNYfXp8XH52N2ew/V0X1zKUQAAv+wNSDwNmCLZrvYAAAAASUVORK5CYII=);
  background-repeat: repeat-y;
}
.object-list ul {
	list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAMCAYAAABWdVznAAAEs2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249IjEyIgogICBleGlmOlBpeGVsWURpbWVuc2lvbj0iMTIiCiAgIGV4aWY6Q29sb3JTcGFjZT0iMSIKICAgdGlmZjpJbWFnZVdpZHRoPSIxMiIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMTIiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjcyLzEiCiAgIHRpZmY6WVJlc29sdXRpb249IjcyLzEiCiAgIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiCiAgIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIKICAgeG1wOk1vZGlmeURhdGU9IjIwMjUtMDMtMjBUMTM6MzQ6MDQrMDE6MDAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMjUtMDMtMjBUMTM6MzQ6MDQrMDE6MDAiPgogICA8eG1wTU06SGlzdG9yeT4KICAgIDxyZGY6U2VxPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJwcm9kdWNlZCIKICAgICAgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWZmaW5pdHkgRGVzaWduZXIgMS4xMC44IgogICAgICBzdEV2dDp3aGVuPSIyMDI1LTAzLTIwVDEzOjM0OjA0KzAxOjAwIi8+CiAgICA8L3JkZjpTZXE+CiAgIDwveG1wTU06SGlzdG9yeT4KICA8L3JkZjpEZXNjcmlwdGlvbj4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjw/eHBhY2tldCBlbmQ9InIiPz61RHO0AAABgGlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kc8rRFEUxz8zQ8RolFnMQpqE1Yz8KLFRRkJJGqMMNjPXvBk1M17vjSRbZasosfFrwV/AVlkrRaRkzZbYMD3neWokc27nns/93ntO954L7lhW5cyKDsjlC0Z0OBKcjs8Eq57x4MdLE4GEMvWBiYkxytr7LS47XoftWuXP/Wu18ylTgatauF/pRkF4RHhsuaDbvCXsV5nEvPCJcMiQCwrf2HrS4Seb0w5/2mzEooPgrhcOpn9x8herjJETlpfTkssuqZ/72C/xpvJTkxKbxRsxiTJMhCCjDDFID530ydxDmC7aZUWZ/I7v/HEWJVfJrLOCwQJpMhQIibok1VMSNdFTMrKs2P3/21dT6+5yqnsjUPloWa+tULUJxQ3L+jiwrOIheB7gPF/KX9yH3jfRN0payx741uD0oqQlt+FsHQL3esJIfEsecbemwcsx1MWh4QpqZp2e/exzdAexVfmqS9jZhTY575v7AkJcZ9WA3jmpAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAmElEQVQokbWOIQ4CMRREX7EcASxZRbCboBAcoabc5YueAgyy5muOQAgWQxArAbWaBAOmmzS7rdxxM39e5sPYMqlx1htgAdQxOgWVNgs466fAGVgl9yewDSr3Lpgkx3WvDDADjnF5AHwKb9fAMgdcgXcBqgZAUPkChwJwyy0A7IFX4htgF1QeXWB6AM76ObCJ5UtQ+RVWR9IfseMgKPbOKLEAAAAASUVORK5CYII=);
}
.object-list ul > li {
  line-height: 24px;
}
.object-list *, .object-postit * {
  font-family: 'Indie Flower', cursive !important;
}
.object-spreadsheet {
  background: #f2f2f2;
  width: 440px;
  height: 210px;
  border-radius: 16px;
  padding: 24;
  padding-top: 36px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFUAAAAYCAYAAACLM7HoAAAEs2lUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4KPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iWE1QIENvcmUgNS41LjAiPgogPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4KICA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIgogICAgeG1sbnM6ZXhpZj0iaHR0cDovL25zLmFkb2JlLmNvbS9leGlmLzEuMC8iCiAgICB4bWxuczp0aWZmPSJodHRwOi8vbnMuYWRvYmUuY29tL3RpZmYvMS4wLyIKICAgIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIKICAgIHhtbG5zOnhtcD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLyIKICAgIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIgogICAgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIKICAgZXhpZjpQaXhlbFhEaW1lbnNpb249Ijg1IgogICBleGlmOlBpeGVsWURpbWVuc2lvbj0iMjQiCiAgIGV4aWY6Q29sb3JTcGFjZT0iMSIKICAgdGlmZjpJbWFnZVdpZHRoPSI4NSIKICAgdGlmZjpJbWFnZUxlbmd0aD0iMjQiCiAgIHRpZmY6UmVzb2x1dGlvblVuaXQ9IjIiCiAgIHRpZmY6WFJlc29sdXRpb249IjcyLzEiCiAgIHRpZmY6WVJlc29sdXRpb249IjcyLzEiCiAgIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiCiAgIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIKICAgeG1wOk1vZGlmeURhdGU9IjIwMjUtMDMtMjBUMTU6MTI6MjErMDE6MDAiCiAgIHhtcDpNZXRhZGF0YURhdGU9IjIwMjUtMDMtMjBUMTU6MTI6MjErMDE6MDAiPgogICA8eG1wTU06SGlzdG9yeT4KICAgIDxyZGY6U2VxPgogICAgIDxyZGY6bGkKICAgICAgc3RFdnQ6YWN0aW9uPSJwcm9kdWNlZCIKICAgICAgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWZmaW5pdHkgRGVzaWduZXIgMS4xMC44IgogICAgICBzdEV2dDp3aGVuPSIyMDI1LTAzLTIwVDE1OjEyOjIxKzAxOjAwIi8+CiAgICA8L3JkZjpTZXE+CiAgIDwveG1wTU06SGlzdG9yeT4KICA8L3JkZjpEZXNjcmlwdGlvbj4KIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+Cjw/eHBhY2tldCBlbmQ9InIiPz4Wb6ZZAAABgWlDQ1BzUkdCIElFQzYxOTY2LTIuMQAAKJF1kbtLA0EQhz8TRfEVQQsLiyBRLBKJEYI2ghGJQhCJEXw1yeUl5HHcRURsBduAgmjjq9C/QFvBWhAURRBrbRVtNJxzSSBBzC478+1vZ4bdWbCEUkpar3dDOpPTgn6ffWFxyd74hpUu2sUOhBVdHZ+dDVBzfD1QZ/o7l1mrdty/oyUa0xWoaxIeU1QtJzwlHFjPqSbvCncpyXBU+FzYqckFhe9NPVLiV5MTJf4xWQsFJ8DSIWxPVHGkipWklhaWl+NIp9aU8n3Ml7TGMvNz4ntl9aATxI8PO9NMMoGXIUbFenHhYVB21Mh3F/NnyEquIlZlA41VEiTJ4RR1TarHxMdFj8lMsWH2/29f9fiwp1S91QcNL4bx0QeNO1DIG8b3sWEUTsD6DFeZSn72CEY+Rc9XNMch2Lbg4rqiRfbgchu6n9SwFi5KVlmWeBzez6BtETpvoXm51LPyOaePENqUr7qB/QPol3jbyi8udWfMmr1FqgAAAAlwSFlzAAALEwAACxMBAJqcGAAAAF5JREFUWIXt0AEJgDAAAMEpNjKKNTWUTSzhMxh3CZ7fzve5Bn+699kFKzI1YGrA1ICpAVMDpgZMDZgaMDVgasDUgKkBUwOmBkwNmBowNWBqwNSAqQFTA8cY454dsZoPCesDnjYiT6AAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
}
.object-spreadsheet * {
  font-family: var(--bs-font-monospace) !important;
}
.mockup-phone {
  width: 264px;
  height: 533px;
  padding: 8px;
  border-radius: 30px;
  background: #f6f9fc;
}
.mockup-browser {
  padding: 8px;
  border-radius: 30px;
  background: #f6f9fc;
}
.mockup-screen {
  position: relative;
  height: 100%;
  border-radius: 28px;
  -webkit-mask-image: -webkit-radial-gradient(var(--bs-white),#000);
  background: var(--bs-white);
}
.mockup-shadow {
  box-shadow: 0 50px 100px -20px rgba(50,50,93,.25),0 30px 60px -30px rgba(0,0,0,.3),inset 0 -2px 6px 0 rgba(10,37,64,.35);
}
.mockup-laptop {
  position: relative;
  width: 584px;
  height: 405px;
  left: 25%;
}
.mockup-laptop .shadow {
  position: absolute;
  left: 17px;
  right: 17px;
  top: 40px;
  height: 490px;
  opacity: .3;
  background: #7692b3;
  filter: blur(30px);
}
.mockup-laptop .lid {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(45deg, #E5EBF2, #F3F8FB);
  box-shadow: inset 1px -4px 6px rgba(145, 161, 181, .3);
}
.mockup-laptop .camera {
  --size: 4px;
  position: absolute;
  width: var(--size);
  height: var(--size);
  margin-left: calc(var(--size) / -2);
  top: 10px;
  left: 50%;
  border-radius: 50%;
  background-color: rgb(218, 224, 232);
}
.mockup-laptop .screen {
  position: absolute;
  width: 550px;
  height: 346px;
  top: 24px;
  bottom: 35px;
  left: 17px;
  right: 17px;
  border-radius: 4px;
  background-color: white;
  box-shadow: -1px 1px 6px rgba(171, 183, 204, .2);
}
.mockup-laptop .chassis {
  position: absolute;
  width: 100%;
  height: 142px;
  top: calc(100% - 11px);
  transform: perspective(880px) rotateX(30deg);
  transform-origin: 50% 0;
  background: linear-gradient(rgba(145,161,181,.2),rgba(145,161,181,0)),linear-gradient(45deg,#e5ebf2,#f3f8fb);
  border-radius: 8px 8px 14px 14px;
  box-shadow: inset 0 -2px 3px rgba(145,161,181,.5), inset -1px -6px 4px rgba(253,255,255,.9);
}
.mockup-laptop .keyboard {
  position: absolute;
  left: 28px;
  right: 28px;
  top: 8px;
  height: 66px;
  border-radius: 2px 2px 4px 4px;
  opacity: .3;
  box-shadow: 1px 1px 1px hsla(0,0%,100%,.75);
  background-image: linear-gradient(45deg, rgb(178, 189, 204), rgb(193, 204, 216));
}
.mockup-laptop .trackpad {
  position: absolute;
  left: 165px;
  right: 165px;
  top: 76px;
  height: 52px;
  border-radius: 4px 4px 6px 6px;
  background-image: linear-gradient(45deg,#b2bdcc,#c1ccd8);
  box-shadow: 1px 1px 1px hsla(0,0%,100%,.75);
  opacity: 0.3;
}
@-webkit-keyframes featureSliderSlide {
  100% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes featureSliderSlide {
  100% {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.featuresSlider-row {
  display: flex;
  margin-bottom: 12px;
  width: fit-content;
  transform: translate3d(0px, 0px, 0px);
  animation-duration: 28s;
  animation-timing-function: linear;
  animation-delay: initial;
  animation-iteration-count: infinite;
  animation-direction: initial;
  animation-fill-mode: initial;
  animation-name: featureSliderSlide;
  animation-play-state: running;
}
.featuresSlider-row.slide1 {
  animation-duration: 20s;
}
.featuresSlider-row.slide2 {
  animation-duration: 14s;
}
.featuresSlider-item {
  display: flex;
  transition-duration: 300ms, 300ms;
  transition-timing-function: ease, ease;
  transition-delay: initial, initial;
  transform: translate3d(0px, 0px, 0px);
}
.expo {
  position: relative;
  display: flex;
}
.expo-articles {
  flex: 1;
}
.expo-article {
  min-height: 100vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.expo-slidesWrapper {
  flex: 1;
  position: sticky;
  top: 0px;
  height: 100vh;
  overflow: hidden;
}
.expo-slides {
  position: relatie;
  display: flex;
  height: inherit;
  flex-flow: row nowrap;
  transition: 0.8s;
}
.expo-slide {
  flex: 0 0 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.StripeElement--focus {
  color: var(--bs-dark);
  border-color: var(--bs-primary) !important;
  box-shadow: 0 0 0 .2rem rgba(var(--glow),.25);
}
.stripe-connect {
  display: inline-block;
  min-width: 135px;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}
.stripe-connect span {
  display: block;
  position: relative;
  text-align: left;
}
.stripe-connect span::after {
  background-repeat: no-repeat;
  background-size: 50px;
  content: "";
  height: 20px;
  left: 63%;
  top: -1px;
  position: absolute;
  width: 50px;
}
.stripe-connect span::after {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3C!-- Generator: Adobe Illustrator 23.0.4, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%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 468 222.5' style='enable-background:new 0 0 468 222.5;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill-rule:evenodd;clip-rule:evenodd;fill:%23FFFFFF;%7D%0A%3C/style%3E%3Cg%3E%3Cpath class='st0' d='M414,113.4c0-25.6-12.4-45.8-36.1-45.8c-23.8,0-38.2,20.2-38.2,45.6c0,30.1,17,45.3,41.4,45.3 c11.9,0,20.9-2.7,27.7-6.5v-20c-6.8,3.4-14.6,5.5-24.5,5.5c-9.7,0-18.3-3.4-19.4-15.2h48.9C413.8,121,414,115.8,414,113.4z M364.6,103.9c0-11.3,6.9-16,13.2-16c6.1,0,12.6,4.7,12.6,16H364.6z'/%3E%3Cpath class='st0' d='M301.1,67.6c-9.8,0-16.1,4.6-19.6,7.8l-1.3-6.2h-22v116.6l25-5.3l0.1-28.3c3.6,2.6,8.9,6.3,17.7,6.3 c17.9,0,34.2-14.4,34.2-46.1C335.1,83.4,318.6,67.6,301.1,67.6z M295.1,136.5c-5.9,0-9.4-2.1-11.8-4.7l-0.1-37.1 c2.6-2.9,6.2-4.9,11.9-4.9c9.1,0,15.4,10.2,15.4,23.3C310.5,126.5,304.3,136.5,295.1,136.5z'/%3E%3Cpolygon class='st0' points='223.8,61.7 248.9,56.3 248.9,36 223.8,41.3 '/%3E%3Crect x='223.8' y='69.3' class='st0' width='25.1' height='87.5'/%3E%3Cpath class='st0' d='M196.9,76.7l-1.6-7.4h-21.6v87.5h25V97.5c5.9-7.7,15.9-6.3,19-5.2v-23C214.5,68.1,202.8,65.9,196.9,76.7z'/%3E%3Cpath class='st0' d='M146.9,47.6l-24.4,5.2l-0.1,80.1c0,14.8,11.1,25.7,25.9,25.7c8.2,0,14.2-1.5,17.5-3.3V135 c-3.2,1.3-19,5.9-19-8.9V90.6h19V69.3h-19L146.9,47.6z'/%3E%3Cpath class='st0' d='M79.3,94.7c0-3.9,3.2-5.4,8.5-5.4c7.6,0,17.2,2.3,24.8,6.4V72.2c-8.3-3.3-16.5-4.6-24.8-4.6 C67.5,67.6,54,78.2,54,95.9c0,27.6,38,23.2,38,35.1c0,4.6-4,6.1-9.6,6.1c-8.3,0-18.9-3.4-27.3-8v23.8c9.3,4,18.7,5.7,27.3,5.7 c20.8,0,35.1-10.3,35.1-28.2C117.4,100.6,79.3,105.9,79.3,94.7z'/%3E%3C/g%3E%3C/svg%3E");
}
video::-webkit-media-controls-panel {
  background-image: linear-gradient(transparent, transparent) !important;
}
video::-webkit-media-controls-play-button {
  background-color: var(--bs-dark) !important;
}
video::-webkit-media-controls-volume-slider, video::-webkit-media-controls-mute-button, video::-webkit-media-controls-timeline, video::-webkit-media-controls-current-time-display, video::-webkit-media-controls-time-remaining-display {
  display: none !important;
}
.dkmapPath {
  stroke-dasharray: 100;
  animation-name: dkmapPathDraw;
  animation-duration: 3s;
  animation-delay: 0s;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0,0,1,1);
  animation-direction: reverse;
  animation-fill-mode: both;
}
@keyframes dkmapPathDraw {
  from {
    stroke-dashoffset: 800;
  }
  to {
    stroke-dashoffset: 600;
  }
}
.avatar-group > .avatar:not(:first-child) {
  margin-left: -15px;
}
.avatar-group > .avatar {
  display: inline-block;
  overflow: hidden;
}
.avatar-group {
  margin-bottom: -100%;
  margin-top: -100%;
  display: inline-block;
}
.mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before {
  background-color: #var(--bs-primary) !important;
}
.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(123,122,190, 0.4) !important;
}
.mapbox-improve-map {
  display: none !important;
}
a.mapboxgl-ctrl-logo, .mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  opacity: 25% !important;
}
.discoverportalimage {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.discoverportalimageshadow {
  box-shadow: 0px -85px 55px -30px rgba(0,0,0,0.5) inset;
  -webkit-box-shadow: 0px -85px 55px -30px rgba(0,0,0,0.5) inset;
  -moz-box-shadow: 0px -85px 55px -30px rgba(0,0,0,0.5) inset;
}
.demoListReorder li:nth-child(3) {
  animation: demoListReorder2 1s ease-out;
}
.demoListReorder li:nth-child(2) {
  animation: demoListReorder 1s ease-out;
}
@keyframes demoListReorder {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0%);
  }
}
@keyframes demoListReorder2 {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0%);
  }
}
.placeholder-background {
  animation-duration: 3s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeHolderShimmer;
  background: #FBFBFF;
  background: linear-gradient(to right, #FBFBFF 4%, rgba(0, 0, 0, 0.05) 25%, #FBFBFF 36%);
  background-size: cover;
}
@keyframes placeHolderShimmer{
  0%{
    background-position: -1000px 0
  }
  100%{
    background-position: 1000px 0
  }
}
.discoverportal-expand {
  height: 0px;
  width: 40%;
  overflow: hidden;
  border-radius: 50rem;
  text-align: center;
  color: var(--bs-dark);
}
.discoverportal-expand.expanded {
  height: 100%;
  width: 100%;
  position: absolute;
  background: rgba(75, 70, 110, .85);
  color: #FAFCFD;
  border-radius: 0;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  text-align: start;
  z-index: 1;
}
.discoverportal-favorite {
  width: 40px;
  height: 40px;
}
.discoverportal-expand, .discoverportal-favorite {
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
  transition-timing-function: ease-out;
  background-color: #FAFCFD;
  z-index: 9999;
}
.discoverportal-searchfiltering {
  min-width: 250px;
  position: absolute;
  transform: translate(-50%,-50%) !important;
}
.discoverportal-searchfiltering.expanded {
  min-width: 100vw;
  z-index: 1000;
  transition: min-width .2s ease-in-out;
}
.discoverportal-searchfiltering.expanded .filtertexts {
  display: none !important;
}
.discoverportal-infocard {
  display: none;
}
.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: rgba(0,0,0,.15);
  opacity: 1;
}
img.img-coverfit {
  float: left;
  width:  80px;
  height: 80px;
  object-fit: cover;
}
.img-fluid-fill {
  width: 100%;
}
.img-maintain {
  max-height: 100%;
  max-width: 100%;
}
.flex-even {
  flex: 1 1 0;
}
.shadow-growhover:hover {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
}
#landingHeaderNavbar {
  min-height: 80px;
}
.form-control-inconspicuous {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  background-image: none;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-repeat-x: initial;
  background-repeat-y: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  padding: 0;
  margin: 0;
}
.form-control-inconspicuous:hover, .form-control-inconspicuous:active, .form-control-inconspicuous:focus {
  color: var(--bs-dark);
  background-color: initial;
  border-color: initial;
  box-shadow: initial;
}
.dropdown-holder {
  position: absolute;
  width: 100%;
  left: 0;
  top: 85%;
}
.dropdown__bg,
.dropdown__arrow {
  position: absolute;
}
.dropdown__arrow {
  width: 0;
  height: 0;
  border-width: 10px;
  border-style: solid;
  border-color: transparent transparent var(--bs-white);
  top: -20px;
  opacity: 0;
  transition: 0.2s ease;
  pointer-events: none;
}
.dropdown__bg {
  width: 450px;
  height: 400px;
  background-color: var(--bs-white);
  opacity: 0;
  transition: 0.25s ease;
  overflow: hidden;
  z-index: -1;
  box-shadow:
    0 50px 100px -20px rgba(50,50,93,.25),
    0 30px 60px -30px rgba(0,0,0,.3);
}
.dropdown__bg-bottom {
  position: absolute;
  width: 100%;
  left: 0;
  top: 300px;
  height: 700px;
  transition: 0.3s ease;
}
.dropdown__wrap {
  overflow: hidden;
  position: absolute;
  transition: 0.25s ease;
  z-index: 1;
}
.dropdown__wrap .top-section,
.dropdown__wrap .bottom-section {
  padding: 20px;
}
.dropdown__menu__content {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  cursor: default !important;
  transform-origin: center -100px;
  transform: rotateX(-15deg);
  transition: 0.25s ease;
  min-width: 100vw;
}
.dropdown__menu.active .dropdown__menu__content {
  opacity: 1;
  cursor: pointer;
  visibility: visible;
  transform: rotateX(0);
}
.step {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  list-style: none;
  margin: .2rem 0;
  width: 100%;
}
.step .step-item {
  -ms-flex: 1 1 0;
  flex: 1 1 0;
  margin-top: 0;
  min-height: 1rem;
  position: relative;
  text-align: center;
}
.step .step-item:not(:first-child)::before {
  background: var(--bs-blue);
  content: "";
  height: 2px;
  left: -50%;
  position: absolute;
  top: 8px;
  width: 100%;
}
.step .step-item a {
  color: var(--bs-blue);
  display: inline-block;
  padding: 20px 10px 0;
  text-decoration: none;
  cursor: default !important;
}
.step .step-item a::before {
  background: var(--bs-blue);
  border: .13rem solid var(--bs-white);
  border-radius: 50%;
  content: "";
  display: block;
  height: .6rem;
  width: .6rem;
  left: 50%;
  position: absolute;
  top: .25rem;
  transform: translateX(-50%);
  z-index: 1;
}
.step .step-item.active a::before {
  background: var(--bs-white);
  border: .13rem solid var(--bs-blue);
}
.step .step-item.active ~ .step-item::before {
  background: var(--lightgray);
}
.step .step-item.active ~ .step-item a {
  color: #bcc3ce;
}
.step .step-item.active ~ .step-item a::before {
  background: var(--lightgray);
}
.divider,
.divider-vert {
  display: block;
  position: relative;
}
.divider[data-content]::after,
.divider-vert[data-content]::after {
  background: var(--bs-white);
  color: var(--gray);
  content: attr(data-content);
  display: inline-block;
  font-size: .7rem;
  padding: 0 .4rem;
  transform: translateY(-.9rem);
}
.divider {
  border-top: .05rem solid #E4E4E4;
  height: .05rem;
  margin: .4rem 0;
}
.divider[data-content] {
  margin: .8rem 0;
}
.divider-vert {
  display: block;
  padding: .8rem;
}
.divider-vert::before {
  border-left: .05rem solid var(--lightgray);
  bottom: .4rem;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  top: .4rem;
  transform: translateX(-50%);
}
.divider-vert[data-content]::after {
  left: 50%;
  padding: .2rem 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.timeline .timeline-item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1.2rem;
  position: relative;
}
.timeline .timeline-item::before {
  background: var(--lightgray);
  content: "";
  height: 100%;
  left: 9px;
  position: absolute;
  top: 1.2rem;
  width: 2px;
}
.timeline .timeline-item .timeline-left {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.timeline .timeline-item .timeline-content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2px 0 2px .8rem;
}
.timeline .timeline-item .timeline-icon {
  align-items: center;
  border-radius: 50%;
  color: var(--bs-white);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  height: 1.2rem;
  justify-content: center;
  text-align: center;
  width: 1.2rem;
}
.timeline .timeline-item .timeline-icon::before {
  border: .1rem solid var(--bs-primary);
  border-radius: 50%;
  content: "";
  display: block;
  height: .4rem;
  left: .4rem;
  position: absolute;
  top: .4rem;
  width: .4rem;
}
.timeline .timeline-item .timeline-icon.icon-lg {
  background: var(--bs-primary);
  line-height: 1.2rem;
}
.timeline .timeline-item .timeline-icon.icon-lg::before {
  content: none;
}
.avatar {
  background: var(--bs-light);
  border-radius: 50%;
  border: 1px solid rgba(0,0,0,.125);
  color: var(--bs-blue);
  display: inline-block;
  font-size: .8rem;
  font-weight: 300;
  height: 1.6rem;
  line-height: 1.25;
  word-wrap: normal;
  white-space: nowrap;
  margin: 0;
  position: relative;
  vertical-align: middle;
  width: 1.6rem;
}
.avatar.avatar-xs {
  font-size: .4rem;
  height: .8rem;
  width: .8rem;
}
.avatar.avatar-sm {
  font-size: .6rem;
  height: 1.2rem;
  width: 1.2rem;
}
.avatar.avatar-lg {
  font-size: 1.2rem;
  height: 2.4rem;
  width: 2.4rem;
}
.avatar.avatar-xl {
  font-size: 1.6rem;
  height: 3.2rem;
  width: 3.2rem;
}
.avatar img {
  border-radius: 50%;
  position: relative;
  width: 100%;
  z-index: 1;
}
.avatar .avatar-icon,
.avatar .avatar-presence {
  background: var(--bs-white);
  bottom: 14.64%;
  height: 50%;
  padding: .1rem;
  position: absolute;
  right: 14.64%;
  transform: translate(50%, 50%);
  width: 50%;
  z-index: 2;
}
.avatar .avatar-presence {
  background: #bcc3ce;
  border-radius: 50%;
  box-shadow: 0 0 0 .1rem var(--bs-white);
  height: .5em;
  width: .5em;
}
.avatar .avatar-presence.online {
  background: #32b643;
}
.avatar .avatar-presence.busy {
  background: #e85600;
}
.avatar .avatar-presence.away {
  background: #ffb700;
}
.avatar[data-initial]::before {
  color: currentColor;
  content: attr(data-initial);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.floatingEl {
  animation: floating 4s ease-in-out infinite;
}
@keyframes floating {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-5px);
  }
  100% {
    transform: translatey(0px);
  }
}
.floatingEl-inverse {
  animation: floating-inverse 4s ease-in-out infinite;
}
@keyframes floating-inverse {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(5px);
  }
  100% {
    transform: translatey(0px);
  }
}
.dropzone.dz-started > .dz-default.dz-message > .dz-button {
  display: none;
}
.dropzone.dz-started > .dz-default.dz-message > .dz-meta-title {
  display: block;
}
.dz-meta-title {
  display: none;
}
.dropzone > .dz-default.dz-message > .dz-button {
  margin-top: 18px;
  width: 100%;
  height: 100%;
  border: 0;
  background-color: transparent;
  text-align: center;
  color: var(--bs-primary);
  cursor: default !important;
}
.dropzone > .dz-complete > .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}
@keyframes pingdrop {
  0% {
    background-size: 75%;
  }
  100% {
    background-size: 150%;
  }
}
.dropzone.dz-drag-hover {
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: pingdrop;
}
.dropzone.dz-started {
  background: none;
}
.dropzone {
  min-height: 164px;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iODAwIiBoZWlnaHQ9IjgwMCIgdmlld0JveD0iMCAwIDgwMCA4MDAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxtYXNrIGlkPSJtYXNrMF84ODgzXzExMjE1MSIgc3R5bGU9Im1hc2stdHlwZTphbHBoYSIgbWFza1VuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeD0iMCIgeT0iMCIgd2lkdGg9IjgwMCIgaGVpZ2h0PSI4MDAiPgo8cmVjdCB4PSIwLjUiIHk9IjAuNSIgd2lkdGg9Ijc5OSIgaGVpZ2h0PSI3OTkiIHJ4PSIzLjUiIGZpbGw9IndoaXRlIiBzdHJva2U9IiNDOENGRDYiIHN0cm9rZS1kYXNoYXJyYXk9IjYgNiIvPgo8L21hc2s+CjxnIG1hc2s9InVybCgjbWFzazBfODg4M18xMTIxNTEpIj4KPGNpcmNsZSBvcGFjaXR5PSIwLjUiIGN4PSI0MDAiIGN5PSI0MDAiIHI9Ijc5LjUiIHN0cm9rZT0iI0M4Q0ZENiIvPgo8Y2lyY2xlIG9wYWNpdHk9IjAuNCIgY3g9IjQwMCIgY3k9IjQwMCIgcj0iMTI5LjUiIHN0cm9rZT0iI0M4Q0ZENiIvPgo8Y2lyY2xlIG9wYWNpdHk9IjAuMyIgY3g9IjQwMCIgY3k9IjQwMCIgcj0iMTc5LjUiIHN0cm9rZT0iI0M4Q0ZENiIvPgo8Y2lyY2xlIG9wYWNpdHk9IjAuMyIgY3g9IjQwMCIgY3k9IjQwMCIgcj0iMjI5LjUiIHN0cm9rZT0iI0M4Q0ZENiIvPgo8Y2lyY2xlIG9wYWNpdHk9IjAuMiIgY3g9IjQwMCIgY3k9IjQwMCIgcj0iMjc5LjUiIHN0cm9rZT0iI0M4Q0ZENiIvPgo8Y2lyY2xlIG9wYWNpdHk9IjAuMiIgY3g9IjQwMCIgY3k9IjQwMCIgcj0iMzI5LjUiIHN0cm9rZT0iI0M4Q0ZENiIvPgo8L2c+Cjwvc3ZnPgo=");
  background-position: center calc(50% - 20px);
  background-repeat: no-repeat;
  background-size: 75%;
  padding: 12px;
}
body.tg-backdrop-noscroll {
  overflow: hidden !important;
}
.tg-backdrop {
  box-shadow: rgba(0,0,0,0) 0 0 1px 1px,rgba(0,0,0,.4) 0 0 1000vw 1000vh;
  pointer-events: none;
  z-index: 1210!important;
}
.tg-backdrop-propogationfix {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1200;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}
.tg-dialog {
  color: var(--bs-darkcontrast);
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175)!important;
  z-index: 1220!important;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn {
  padding: 5px 10px;
  color: var(--bs-primary);
  border-radius: 4px;
  font-weight: 500;
  font-size: .82rem;
  white-space: nowrap;
  display: inline-block;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn#tg-dialog-next-btn {
  color: var(--bs-white);
  background-color: var(--bs-primary-alt);
  border-color: var(--bs-primary-alt);
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn#tg-dialog-next-btn:hover {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  border-color: var(--bs-primary-alt);
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn#tg-dialog-prev-btn.disabled {
  visibility: hidden;
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:hover {
  color: var(--bs-dark);
}
.tg-dialog .tg-dialog-footer button.tg-dialog-btn:active {
  color: var(--bs-primary);
  background: #f1f2ff;
  border: 1px solid var(--bs-primary);
}
.tg-dialog .tg-dialog-dots > span.tg-dot {
  width: 6px !important;
  height: 6px !important;
  margin: 0 2px !important;
}
.tg-dialog .tg-dialog-dots > span.tg-dot.tg-dot-active {
  background: var(--bs-dark);
}
.progress-indicator-dot {
  background-color: rgba(255,255,255,.75);
  width: 8px;
  height: 8px;
  border-radius: 1rem;
  padding: 0 !important;
  transition: 0.2s ease height;
}
.progress-indicator-dot.active {
  height: 24px;
}
.nav-morph-dropdown {
  position: relative;
  z-index: 100;
}
.nav-morph-dropdown::before {
  content: 'mobile';
  display: none;
}
.nav-morph-dropdown .nav-trigger {
  position: absolute;
  height: 40px;
  width: 40px;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  color: transparent;
}
.nav-morph-dropdown .nav-trigger span, .nav-morph-dropdown .nav-trigger span::after, .nav-morph-dropdown .nav-trigger span::before {
  position: absolute;
  background-color: var(--bs-primary);
  height: 3px;
  width: 26px;
}
.nav-morph-dropdown .nav-trigger span {
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  transform: translateX(-50%) translateY(-50%);
  transition: background-color .3s;
}
.nav-morph-dropdown .nav-trigger span::after, .nav-morph-dropdown .nav-trigger span::before {
  content: '';
  left: 0;
  transition: transform .3s;
}
.nav-morph-dropdown .nav-trigger span::before {
  transform: translateY(-9px);
}
.nav-morph-dropdown .nav-trigger span::after {
  transform: translateY(9px);
}
.nav-morph-dropdown.nav-open .nav-trigger span {
  background-color: transparent;
}
.nav-morph-dropdown.nav-open .nav-trigger span::before {
  transform: rotate(45deg);
}
.nav-morph-dropdown.nav-open .nav-trigger span::after {
  transform: rotate(-45deg);
}
.nav-morph-dropdown .main-nav {
  display: none;
}
.nav-morph-dropdown .morph-dropdown-wrapper {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 1.2em 2.4em;
  overflow-y: scroll;
  overflox-x: hidden;
}
.nav-morph-dropdown.nav-open .morph-dropdown-wrapper {
  display: block;
}
.nav-morph-dropdown .dropdown-list > ul > li {
  margin-bottom: 3.3em;
}
.nav-morph-dropdown .label {
  display: block;
  margin-bottom: .8em;
}
.nav-morph-dropdown .content li::after {
  clear: both;
  content: "";
  display: block;
}
.mask-image-blob {
  mask-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDIwMCAxNTEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgeG1sbnM6c2VyaWY9Imh0dHA6Ly93d3cuc2VyaWYuY29tLyIgc3R5bGU9ImZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO3N0cm9rZS1saW5lam9pbjpyb3VuZDtzdHJva2UtbWl0ZXJsaW1pdDoyOyI+CiAgICA8ZyB0cmFuc2Zvcm09Im1hdHJpeCgxLjQzNDc1LDAsMCwxLjQzNDc1LDk2LjYwNzIsNzcuMTQ3KSI+CiAgICAgICAgPHBhdGggZD0iTTUzLjUsLTQ4LjVDNjYuNywtNDAuMiA3My4yLC0yMC4xIDcxLjksLTEuM0M3MC42LDE3LjUgNjEuNSwzNSA0OC4zLDQzLjNDMzUsNTEuNiAxNy41LDUwLjggLTAuMSw1MC45Qy0xNy43LDUxIC0zNS40LDUyLjEgLTQ4LjMsNDMuN0MtNjEuMSwzNS40IC02OS4xLDE3LjcgLTY3LDIuMUMtNjUsLTEzLjYgLTUyLjksLTI3LjIgLTQwLC0zNS42Qy0yNy4yLC00My45IC0xMy42LC00NyAzLjIsLTUwLjNDMjAuMSwtNTMuNSA0MC4yLC01Ni45IDUzLjUsLTQ4LjVaIiBzdHlsZT0iZmlsbDpyZ2IoMjQyLDI0NCwyNDgpO2ZpbGwtcnVsZTpub256ZXJvOyIvPgogICAgPC9nPgo8L3N2Zz4K);
  mask-repeat: no-repeat;
  mask-size: contain;
}
.bg-gradient-blur-warning {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDUwIDUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPHVzZSB4bGluazpocmVmPSIjX0ltYWdlMSIgeD0iMi4wNCIgeT0iMSIgd2lkdGg9IjQ3Ljk2MnB4IiBoZWlnaHQ9IjQ5cHgiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk5MjAxLDAsMCwxLDAsMCkiLz4KICAgIDxkZWZzPgogICAgICAgIDxpbWFnZSBpZD0iX0ltYWdlMSIgd2lkdGg9IjQ4cHgiIGhlaWdodD0iNDlweCIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFEQUFBQUF4Q0FZQUFBQ2NYaW9pQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUVxa2xFUVZSb2diVmFTWEliTVF5RU5pdFczdVNUMysyVC95UkhzWlpjcGtmTlpnTkQyVEdyVU5Rc0duVmpJOERSS241NEhOOWZWOVgxdzh2YjdUdlBMeC8rNkNqQVp1Yzc4SThTK2k4RUJQakk1NGdXL00yY0d5THpaUUlKYUo3ZE9SNE1PdnU4U09KTEJBaThBcTVFeDIxUW9pTHlFSUVDK05yTTY4aEpNTUFyelZjNnhqbmNiMGtNRXhEd0ROekp4cEJTQWd6OElyTWpZMGxzdndpY3dXOEtVVXNBUEd2OEluS2VadHdQSytDN3pTZ3RVR2g5US9OV1pFTXpXMElKUU50bkF2MUp4K2RvTFROYmdxMlFFakRnVmVNQXZLTjVGejBaZkErRDNRWWFQMC9nVlhDTlNWd2o3cTVrQ1N5QVorQlBORU9ZbENPZ3JzT0FUeEh4ZHhJbHd2RXh4ME1WQXdxZWdRUDBmcElubXRrU3NCWXJDaUJZOHdDdGJoZlIrMzJ6VG5RV21MUmZnV2ZndnliWmsreElZRFVHb3dRQS9qVEpINWxobGMrNFcyM09UbzBGek9yS2JyTXp3Si9wTTRpQTVOWVFjTzZqN2dibDZUckJ4N2h1MDZqbWQyZ2ZtZ2Z3NTRnNENBbDJJd1dsQk9EZkxtTkY5SXVieHNDcUlTQ3VvOXBIZ080SitDRjZFaGtCRE9jK1NwUTF6V25VcHRUS0FwcHgxSFdlSStJM2ZjYTFKUUtjT3Blc3hQY2lFMjNpN2thckxXa2Y0SjN2YytDcSs2Z2JjU2JpbFppMWl1eVR1YzFGN3VNWno3eEd0REhnNnB0TnRIa2VicUtXMERqSUxNREFLdkNhWWpVdG85UllPUUtaQzNFY2dBU1QwVUIydnMzWlI4R3IxaFc4TG96cmlMaHVLWGhCUWxkZFhyaXl4V3N2d25FQUMwREQwTDVxSGxwM0pRbHJIOThkc29BV2F6c2pXazQ0QW13QkIvNWlnS3ZtYllXcldjakZnS3M0czBKT1NlSEhBZllpRm9ITHVHZG41WG5USUtrRjJCS09TQ1VaT2JZQXdFUHJGVkJ0akZ4M04xdWc2bkcxVFdRWkljb0VBTjZCWEVldlBNWFFrY2dXc2txcWU5dzFUcU5MeitiblJQVFA3Y2JhblJ3WTFaNU90clBRYlprVTU2SzQzZ3huZ2RIdERpNnN0QkZuaWVoWFluZWYyNkhJbERDZjI5SUZwNW1xSXF5YWNsNkJOWTFxYmNOU0tjSVNZZ3R3a0dYVm9BSlF3UXJMMmNZUjBKNVhSWWxwS2QxWmdFbW8xdkhBRERERU5TU1h5QWxvN3p0Q3BpT2hGdEJhbkxjN1dGQ2o3T2lZTmMrcmJsWUxjUVB2R25sSHJHc3AxOVAyQlB0K3RtdkF2YXYyc2R6UFFqNUlqbkw4RVczZjY1N3RkaVUwVG9Zc3dDWS94WDJWMVFWSXlXT1ZYVVdmaGJTWjV3YWVoY253SHRHOHRlSmlnRUZ3NDVGdFdMbE9pdXVnakFCYkZWYkx3RVBLWFluTWpVRGdGSDJ0Z3Z1MW5sZWllaC8zeE94K0g5RnZxN0FGR3ZBUmNadVhaN01mcEEwOWQyRm9JMTAvakdiR1dVQURHVllBMkN4bWNKMHQwY1dBc3dLMDVRb3FGeThWZ1FpL3JaSlpRUzNRdVU5akFiSkNFRmk0akc0bmFqdkpuUmdUcU9KRTQwQ3pHSVJqb1NQUlZYaURXNHRaRzhtTmpDUGdNbHlXa2pXUThaMFp2TjNjUGJ5ODNZN3ZyemhFTVhhaFc1enJmRWE3bmJKRUlOdmNkY0pyZ05aQzVSc2FybzBZZUxWV1pGdnJLM2xHOW03QUxXQXUrOVR2QnlLR1huQzRobC9mMEZUdnh4d0pucm1VYVFKMzZBMU5RaUlqb3ErVmRQOUdMUUFyY0xISWdQbXRUQXAra1VCQnd2WENiblp0WXRablpEMUI0L2NQRTNpUWlEdm03Mm5EdE5TNGNQeDk3ejJ4SVpHUnFacjlyRFhrZHJKckc2dS9HenhFWUlDSWtxcCtvd05xUHYvTWZ5VXdCdjd3a2YyTzY4RjVqb2l4ZjZ2OEEveStzN3FvTHhQSkFBQUFBRWxGVGtTdVFtQ0MiLz4KICAgIDwvZGVmcz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bg-gradient-blur-primary {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+Cjxzdmcgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDUwIDUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHhtbG5zOnNlcmlmPSJodHRwOi8vd3d3LnNlcmlmLmNvbS8iIHN0eWxlPSJmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2UtbGluZWpvaW46cm91bmQ7c3Ryb2tlLW1pdGVybGltaXQ6MjsiPgogICAgPHVzZSB4bGluazpocmVmPSIjX0ltYWdlMSIgeD0iMi4wNCIgeT0iMSIgd2lkdGg9IjQ3Ljk2MnB4IiBoZWlnaHQ9IjQ5cHgiIHRyYW5zZm9ybT0ibWF0cml4KDAuOTk5MjAxLDAsMCwxLDAsMCkiLz4KICAgIDxkZWZzPgogICAgICAgIDxpbWFnZSBpZD0iX0ltYWdlMSIgd2lkdGg9IjQ4cHgiIGhlaWdodD0iNDlweCIgeGxpbms6aHJlZj0iZGF0YTppbWFnZS9wbmc7YmFzZTY0LGlWQk9SdzBLR2dvQUFBQU5TVWhFVWdBQUFEQUFBQUF4Q0FZQUFBQ2NYaW9pQUFBQUNYQklXWE1BQUE3RUFBQU94QUdWS3c0YkFBQUV1MGxFUVZSb2diVmFXWFliTVF5anQ3cEpMNUlUSm1kb1Q5aDdOR25xeGt0L0JtTUlBamx5MHVnOVBua1dqd0Z1SWpWZXhTZVBIOTkvcnFycmowOFBsNDg4djN6NHJhTUFtNTN2d045SzZMOFFFT0FqbnlOYThCZHpib2pNdXdra29IbDI1M2d3Nk96eklvbDNFU0R3Q3JnU0haZEJpWXJJVFFRSzRHc3pyeU1ud1FEUE5KL3BHT2R3dnlVeFRFREFNM0FuRzBOS0NURHdrOHlPakNXeGZTZHdCcjhwUkMwQjhLenhrOGh4bW5FL3JJRHZOcU8wUUtIMURjMWJrUTNOYkFrbEFHMGZDZlFiSFIranRjeHNDYlpDU3NDQVY0MEQ4STdtWGZSazhEME1kaHRvL0RpQlY4RTFKbkdPdUxxU0piQUFub0Yvb1JuQ3BCd0JkUjBHZklpSXY1TW9FWTZQT1I2cUdGRHdEQnlnOTVOOG9aa3RBV3V4b2dDQ05RL1E2bllSdmQ4MzYwUm5nVW43RlhnRy9uV1NQY21PQkZaak1Fb0E0QStUL0pFWlZubUxxOVhtN05SWXdLeXU3RFk3QS95T1BvTUlTRzROQWVjKzZtNVFucTRUZkl6ck5vMXFmb2Yyb1hrQXY0dUlleUhCYnFTZ2xBRDgyMldzaUg1eDB4aFlOUVRFZFZUN0NOQTlBYitQbmtSR0FNTzVqeEpsVFhNYXRTbTFzb0JtSEhXZHU0ajRScDl4YllrQXA4NGxLL0c5eUVTYnVMclJha3ZhQjNqbit4eTQ2ajdxUnB5SmVDVm1yU0w3Wkc1emt2dDR4alBQRVcwTXVQcG1FMjJlaDV1b0pUUU9NZ3N3c0FxOHBsaE55eWcxVm81QTVrSWNCeURCWkRTUW5XOXo5bEh3cW5VRnJ3dmpPaUxPV3dwZWtOQlZseGV1YlBIYWkzQWN3QUxRTUxTdm1vZldYVW5DMnNkM2h5eWd4ZHJPaUpZVGpnQmJ3SUUvR2VDcWVWdmhhaFp5TWVBcXpxeVFVMUw0Y1lBOWlVWGdNdTdaV1huZU5FaHFBYmFFSTFKSlJvNHRBUERRZWdWVUd5UFgzYzBXcUhwY2JSTlpSb2d5QVlCM0lOZlJLMDh4ZENTeWhheVM2aDUzamRQbzByUDVPUkg5Yzd1eGRpY0hSclduayswc2RGc214YmtvcmpmRFdXQjB1NE1MSzIzRVdTTDZsZGpkNTNZb01pWE01N1owd1dtbXFnaXJwcHhYWUUyald0dXdWSXF3aE5nQ0hHUlpOYWdBVkxEQ2NyWnhCTFRuVlZGaVdrcDNGbUFTcW5VOE1BTU1jUTNKS1hJQzJ2dU9rT2xJcUFXMEZ1ZnREaGJVS0RzNlpzM3pxcHZWUXR6QXUwYmVFZXRheXZXMFBjRytuKzBhY08rcWZTejNzNUJYa3Q5eS9CcHQzK3VlN1hZbE5FNkdMTUFtUDhSMWxkVUZTTWxqbFYxRm40VzBtZWNHbm9YSjhCN1J2TFhpWW9CQmNPT1JiVmk1VG9ycm9Jd0FXeFZXeThCRHlsMkp6STFBNEJCOXJZTDd0WjVYb25vZjk4VHNmcS9SYjZ1d0JScndFWEdabDJlekg2UU5QWGRoYUNOZFA0eG14bGxBQXhsV0FOZ3NabkNkTGRIRmdMTUN0T1VLS2hjdkZZRUl2NjJTV1VFdDBMbFBZd0d5UWhCWXVJeHVKMm83eVowWUU2amlST05Bc3hpRVk2RWowVlY0ZzF1TFdSdkpqWXdqNERKY2xwSTFrUEdkR2Z6ajA4T2xxMFpwWGNneUVoNE9YMzJKaU9kSmZnM0tNOG5MSlBCN1hSdDREZEJhcUh4RHc3VVJqcGZXaW14cmZTWFB5TjROdUFYTVpaLzYvVURFMEFzTzEvRHJHNXJxL1pnandUT1hNazNnRHIyaFNVaGtSUFMxa3U3ZnFBVmdCUzRXR1RDL2xVbkJSeXgwWkhSejVqcHVOZFVhNkNWYVA0ZHdUYlQ0SGlDU2pxeTBBSStCdDVXdXlkZWVWaFd5MUxody9IM3NQYkVoa1pHcG12MnNOZVIyc21zYnE3OGIzRVJnZ0lpU3FuNmpBMm8rZjg1L0pUQUcvdkNSL1k3cndYbU9pTEYvcS93RDF3dk9vclJqUWNjQUFBQUFTVVZPUks1Q1lJST0iLz4KICAgIDwvZGVmcz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.bg-confetti {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: repeat;
  background-image: url("data:image/svg+xml;utf8,%3Csvg viewBox=%220 0 2000 1400%22 xmlns=%22http:%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath fill=%22%23fff%22 fill-opacity=%220%22 d=%22M0 0h2000v1400H0z%22%2F%3E%3Crect x=%22682%22 y=%22315%22 width=%2212%22 height=%2226%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.98562 .22509 -.17352 -.97496 1392.222 516.953)%22%2F%3E%3Crect x=%221472%22 y=%22754%22 width=%2211%22 height=%2228%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.79317 .77762 -.64368 -.6297 3017.437 51.084)%22%2F%3E%3Crect x=%221246%22 y=%22606%22 width=%2210%22 height=%2222%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-1.01797 .3102 -.09078 -.95469 2509.153 708.538)%22%2F%3E%3Crect x=%22659%22 y=%22308%22 width=%228%22 height=%2219%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.03757 1.01108 -.98707 -.05299 941.925 -231.012)%22%2F%3E%3Crect x=%221403%22 y=%22914%22 width=%2211%22 height=%2211%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.76998 .88811 -.69918 -.49229 3029.615 -127.103)%22%2F%3E%3Crect x=%221958%22 y=%22757%22 width=%229%22 height=%2212%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.96375 .05332 -.36683 -1.01732 4274.275 1816.055)%22%2F%3E%3Crect x=%22577%22 y=%221322%22 width=%2212%22 height=%2214%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.1732 .9601 -.98192 -.3306 1963.948 1311.412)%22%2F%3E%3Crect x=%22771%22 y=%22251%22 width=%2213%22 height=%2231%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.96387 .27631 -.25772 -.9636 1567.515 362.839)%22%2F%3E%3Crect x=%221836%22 y=%2228%22 width=%227%22 height=%2210%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.37186 .93872 -.92253 -.36034 2539.957 -1875.229)%22%2F%3E%3Crect x=%22692%22 y=%221201%22 width=%229%22 height=%2213%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.06484 .96056 -1.06993 -.42767 2196.097 1281.187)%22%2F%3E%3Crect x=%22119%22 y=%22937%22 width=%2210%22 height=%2223%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.99519 .2082 -.12116 .97949 247.908 -12.861)%22%2F%3E%3Crect x=%221518%22 y=%22440%22 width=%2212%22 height=%2234%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.37423 .90852 -.92619 .42365 1383.063 -1227.762)%22%2F%3E%3Crect x=%221378%22 y=%221274%22 width=%229%22 height=%2213%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.94413 .19093 -.38052 .98223 369.331 -289.472)%22%2F%3E%3Crect x=%22405%22 y=%221241%22 width=%2213%22 height=%2215%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.69635 .65715 -.69185 -.78316 1397.788 2043.324)%22%2F%3E%3Crect x=%22517%22 y=%22761%22 width=%228%22 height=%2215%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.95557 .20804 -.3112 -.97874 1363.459 1394.083)%22%2F%3E%3Crect x=%221321%22 y=%221142%22 width=%227%22 height=%2215%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(1.01216 .06985 .15869 .99893 16.405 -21.879)%22%2F%3E%3Crect x=%22769%22 y=%22262%22 width=%2210%22 height=%2223%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.5182 .61905 -.9521 -.79235 1550.785 92.412)%22%2F%3E%3Crect x=%221508%22 y=%221082%22 width=%2210%22 height=%2228%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.45866 1.02849 -1.0698 -.21861 2538.193 271.103)%22%2F%3E%3Crect x=%221734%22 y=%22916%22 width=%229%22 height=%2216%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.98725 .486 -.27659 .87676 523.055 -852.59)%22%2F%3E%3Crect x=%221290%22 y=%22239%22 width=%228%22 height=%2223%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.62051 .42767 -.94457 -.96056 2525.948 358.163)%22%2F%3E%3Crect x=%221731%22 y=%22371%22 width=%2213%22 height=%2214%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.34947 .85129 -.95632 -.53194 2771.263 -748.026)%22%2F%3E%3Crect x=%22360%22 y=%22344%22 width=%229%22 height=%2210%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.22396 .85437 -1.02502 -.55483 877.895 302.071)%22%2F%3E%3Crect x=%22825%22 y=%22176%22 width=%228%22 height=%2210%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.30227 .8268 -.9817 -.62304 1292.538 -169.523)%22%2F%3E%3Crect x=%22384%22 y=%22966%22 width=%2212%22 height=%2217%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.43195 .77786 -.92313 -.6527 1549.323 1375.961)%22%2F%3E%3Crect x=%22164%22 y=%22320%22 width=%2211%22 height=%2218%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.5179 .7885 -.86362 -.61604 592.585 392.108)%22%2F%3E%3Crect x=%22466%22 y=%22397%22 width=%2213%22 height=%2234%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.9663 .50771 -.29593 .87939 164.503 -106.646)%22%2F%3E%3Crect x=%221174%22 y=%2289%22 width=%2211%22 height=%2215%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.99236 -.01758 .01916 1.00736 1.226 -124.795)%22%2F%3E%3Crect x=%221280%22 y=%221045%22 width=%229%22 height=%2215%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.3236 1.00137 -1.02126 -.07002 2299.843 -47.687)%22%2F%3E%3Crect x=%221303%22 y=%22404%22 width=%228%22 height=%228%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.78928 .53121 -.61937 .85012 440.057 -541.75)%22%2F%3E%3Crect x=%221218%22 y=%221057%22 width=%2210%22 height=%2219%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.04178 .93382 -1.04865 -.49652 2575.136 875.088)%22%2F%3E%3Crect x=%22965%22 y=%22526%22 width=%228%22 height=%2220%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.6128 .79102 -.78542 -.61801 2023.26 15.98)%22%2F%3E%3Crect x=%22780%22 y=%2268%22 width=%2213%22 height=%2218%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.52744 .5922 -.96266 -.8151 1335.224 -229.433)%22%2F%3E%3Crect x=%221293%22 y=%22238%22 width=%229%22 height=%2213%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.98914 -.03597 -.52281 -1.02999 2882.397 866.503)%22%2F%3E%3Crect x=%22698%22 y=%221184%22 width=%227%22 height=%2216%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.84553 .18365 -.64978 -1.04155 2296.224 2546.244)%22%2F%3E%3Crect x=%221591%22 y=%22615%22 width=%2211%22 height=%2231%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.77606 .8322 -.67817 .56133 920.907 -912.357)%22%2F%3E%3Crect x=%22104%22 y=%221261%22 width=%2212%22 height=%2216%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.89395 .60182 -.47532 .79864 815.84 189.332)%22%2F%3E%3Crect x=%22434%22 y=%22739%22 width=%227%22 height=%2217%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.80813 .32636 -.7171 -.94783 1595.003 1343.81)%22%2F%3E%3Crect x=%2299%22 y=%22521%22 width=%227%22 height=%2211%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.59659 .69561 -.8198 .72033 408.987 70.576)%22%2F%3E%3Crect x=%221975%22 y=%22468%22 width=%2210%22 height=%2229%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.97985 .15682 -.19038 -.9901 3990.268 788.182)%22%2F%3E%3Crect x=%221460%22 y=%22603%22 width=%2210%22 height=%2216%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.2158 .89395 -1.00388 -.47532 2498.036 -176.186)%22%2F%3E%3Crect x=%221819%22 y=%22852%22 width=%2211%22 height=%2227%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.1046 .99924 -.99528 -.05237 2862.758 -975.999)%22%2F%3E%3Crect x=%221248%22 y=%22902%22 width=%2210%22 height=%2215%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.6299 .97446 -.80932 .33553 1306.718 -304.265)%22%2F%3E%3Crect x=%221318%22 y=%221336%22 width=%228%22 height=%2212%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.90446 .09114 -.63433 -1.04171 3804.345 3023.67)%22%2F%3E%3Crect x=%221571%22 y=%22350%22 width=%227%22 height=%2217%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-1.00138 -.01746 -.10498 -1.00046 3224.977 799.642)%22%2F%3E%3Crect x=%221419%22 y=%221219%22 width=%2211%22 height=%2217%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.75082 .76651 -.6746 .64318 1390.702 -703.643)%22%2F%3E%3Crect x=%2251%22 y=%22324%22 width=%228%22 height=%2221%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.93162 .15885 -.41331 1.00293 113.597 -19.413)%22%2F%3E%3Crect x=%22984%22 y=%22668%22 width=%2213%22 height=%2229%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.4329 .97452 -.9262 .22499 1347.427 -453.602)%22%2F%3E%3Crect x=%22946%22 y=%2247%22 width=%2213%22 height=%2226%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.96615 .15682 -.27684 .9901 49.197 -215.379)%22%2F%3E%3Crect x=%22413%22 y=%22658%22 width=%2213%22 height=%2228%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.49517 .88119 -.86036 -.48845 1270.598 579.072)%22%2F%3E%3Crect x=%2215%22 y=%22321%22 width=%2213%22 height=%2233%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.99756 0 -.13985 1.00244 23.758 -2.328)%22%2F%3E%3Crect x=%221194%22 y=%221389%22 width=%2211%22 height=%2211%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.14452 .90656 -1.01624 -.54471 2916.388 1479.71)%22%2F%3E%3Crect x=%22439%22 y=%22180%22 width=%2211%22 height=%2224%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.12159 .989 -.98749 .19224 587.254 -339.098)%22%2F%3E%3Crect x=%22444%22 y=%22741%22 width=%2210%22 height=%2217%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.95178 .38782 -.22276 .9599 97.185 -23.761)%22%2F%3E%3Crect x=%22843%22 y=%22256%22 width=%2212%22 height=%2218%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.62372 .7524 -.76747 .67747 536.56 -687.793)%22%2F%3E%3Crect x=%221413%22 y=%22446%22 width=%2210%22 height=%2214%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.27871 1.0536 -.97351 -.09218 1496.655 -510.986)%22%2F%3E%3Crect x=%221090%22 y=%22230%22 width=%2212%22 height=%2222%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.19216 .9806 -1.09741 -.3962 1304.052 -360.882)%22%2F%3E%3Crect x=%221098%22 y=%22193%22 width=%229%22 height=%2221%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.35225 1.00244 -.9791 .05254 977.15 -815.93)%22%2F%3E%3Crect x=%22428%22 y=%22667%22 width=%2211%22 height=%2222%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.82607 .37902 -.4864 -.98737 990.359 1332.402)%22%2F%3E%3Crect x=%221348%22 y=%22731%22 width=%229%22 height=%2216%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.34433 1 -.94546 .15838 1766.193 -944.761)%22%2F%3E%3Crect x=%221288%22 y=%2253%22 width=%227%22 height=%229%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.9206 .19224 -.46566 -.989 2541.464 24.663)%22%2F%3E%3Crect x=%22882%22 y=%22754%22 width=%2213%22 height=%2220%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.5916 .87515 -.81473 -.4851 1972.464 326.02)%22%2F%3E%3Crect x=%221481%22 y=%22247%22 width=%2211%22 height=%2224%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.9643 .3439 -.25841 -.94487 2988.644 -163.73)%22%2F%3E%3Crect x=%22523%22 y=%221062%22 width=%227%22 height=%2218%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.33631 .99034 -.93827 .2105 1637.51 240.747)%22%2F%3E%3Crect x=%221061%22 y=%22128%22 width=%2211%22 height=%2221%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.63055 .85272 -.77871 -.53284 1846.367 -809.22)%22%2F%3E%3Crect x=%22969%22 y=%22588%22 width=%228%22 height=%2213%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.8935 .42789 -.42097 -.9176 2162.386 569.575)%22%2F%3E%3Crect x=%2270%22 y=%22427%22 width=%228%22 height=%2213%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.61827 .96322 -.8253 .33166 441.01 232.83)%22%2F%3E%3Crect x=%22491%22 y=%22900%22 width=%2213%22 height=%2237%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.22483 1.04746 -.93502 .09164 1073.384 474.863)%22%2F%3E%3Crect x=%22764%22 y=%221328%22 width=%2212%22 height=%2222%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.99848 -.01752 -.12236 1.00367 98.36 -58.787)%22%2F%3E%3Crect x=%221877%22 y=%22789%22 width=%2210%22 height=%2212%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(1.04873 .63716 -.27438 .78683 439.858 -731.597)%22%2F%3E%3Crect x=%22470%22 y=%22771%22 width=%227%22 height=%2219%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.01537 .99497 -1.00317 -.12217 1395.535 371.623)%22%2F%3E%3Crect x=%221190%22 y=%22728%22 width=%2212%22 height=%2230%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.99504 .01746 -.28423 -1 2787.703 1486)%22%2F%3E%3Crect x=%22762%22 y=%22765%22 width=%227%22 height=%2215%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.30785 .92252 -.94692 -.41073 1701.923 491.184)%22%2F%3E%3Crect x=%221902%22 y=%22347%22 width=%2210%22 height=%2217%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.66113 .83179 -.7393 .58242 914.565 -1774.029)%22%2F%3E%3Crect x=%22815%22 y=%22535%22 width=%2213%22 height=%2235%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.82115 .51504 -.57498 .85717 425.964 -344.189)%22%2F%3E%3Crect x=%221981%22 y=%22666%22 width=%2211%22 height=%2231%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.99385 -.03498 .12377 -1.00183 3746.49 1572.655)%22%2F%3E%3Crect x=%221878%22 y=%2252%22 width=%229%22 height=%2217%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.88758 .26563 -.45217 -.99133 3572.091 55.042)%22%2F%3E%3Crect x=%22161%22 y=%22400%22 width=%2210%22 height=%2213%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.841 .47671 -.516 -.89657 602.453 662.55)%22%2F%3E%3Crect x=%221716%22 y=%22419%22 width=%2212%22 height=%2220%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.37864 .80456 -.9363 -.65152 2806.785 -215.543)%22%2F%3E%3Crect x=%22727%22 y=%221365%22 width=%2213%22 height=%2213%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.71884 .73415 -.6918 .6846 1338.763 -170.104)%22%2F%3E%3Crect x=%221674%22 y=%22186%22 width=%228%22 height=%2214%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.96503 .29688 -.21188 .97106 73.926 -788.459)%22%2F%3E%3Crect x=%22492%22 y=%22491%22 width=%2211%22 height=%2227%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.6586 .93415 -.81768 .35859 732.015 -123.773)%22%2F%3E%3Crect x=%221585%22 y=%22328%22 width=%2210%22 height=%2210%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.86545 .45965 -.47702 -.90211 3053.113 154.392)%22%2F%3E%3Crect x=%2228%22 y=%22878%22 width=%228%22 height=%2217%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.63976 .96573 -.82762 -.31378 630.837 1128.124)%22%2F%3E%3Crect x=%22903%22 y=%221202%22 width=%2213%22 height=%2218%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.81374 .49085 -.56925 .88552 914.69 -451.848)%22%2F%3E%3Crect x=%221918%22 y=%22910%22 width=%2211%22 height=%2216%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.41829 1.03967 -.94724 .0363 2142.942 -563.571)%22%2F%3E%3Crect x=%221251%22 y=%221136%22 width=%2211%22 height=%2217%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.60212 1.01314 -.92375 .10648 1981.749 -6.139)%22%2F%3E%3Crect x=%221445%22 y=%221340%22 width=%228%22 height=%2215%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.95149 .53857 -.27322 .89633 375.935 -197.694)%22%2F%3E%3Crect x=%221921%22 y=%22114%22 width=%2210%22 height=%2217%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.9039 .4118 -.39814 -.92493 3647.956 -252.287)%22%2F%3E%3Crect x=%221565%22 y=%221076%22 width=%2213%22 height=%2219%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.55565 .95529 -.79941 .42532 1401.463 -396.964)%22%2F%3E%3Crect x=%22385%22 y=%221253%22 width=%2212%22 height=%2225%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.62563 1.0068 -.88292 .17753 1599.96 730.286)%22%2F%3E%3Crect x=%221819%22 y=%221262%22 width=%229%22 height=%2225%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.96445 .01807 -.09312 -1.03512 3389.966 3049.417)%22%2F%3E%3Crect x=%22989%22 y=%22504%22 width=%2213%22 height=%2214%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.95862 .38782 -.20585 .9599 78.343 -98.837)%22%2F%3E%3Crect x=%221408%22 y=%22731%22 width=%2210%22 height=%2223%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.7721 .50191 -.59949 -.90547 2831.254 1084.224)%22%2F%3E%3Crect x=%221944%22 y=%221182%22 width=%2211%22 height=%2229%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.97637 .17407 -.20745 -.98721 4054.61 2174.668)%22%2F%3E%3Crect x=%22425%22 y=%221036%22 width=%2213%22 height=%2226%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.9392 .16195 -.24478 -1.02253 909.084 2167.372)%22%2F%3E%3Crect x=%22642%22 y=%22913%22 width=%2213%22 height=%2221%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.35784 .9148 -.93381 .4073 1178.182 -11.898)%22%2F%3E%3Crect x=%221739%22 y=%221196%22 width=%2212%22 height=%2233%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.93311 .14178 -.41383 -1.0088 4010.806 2527.464)%22%2F%3E%3Crect x=%221135%22 y=%221297%22 width=%228%22 height=%2222%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.8844 .40698 -.47068 .9141 605.655 -311.426)%22%2F%3E%3Crect x=%22317%22 y=%221150%22 width=%228%22 height=%2215%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.9326 .2255 -.39503 -.97675 1201.633 2238.148)%22%2F%3E%3Crect x=%22844%22 y=%221304%22 width=%228%22 height=%2217%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(1.01288 .10478 .09348 .99695 202.17 -144.152)%22%2F%3E%3Crect x=%221082%22 y=%22108%22 width=%229%22 height=%2223%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.54597 .87462 -.84072 -.48481 1771.805 -772.84)%22%2F%3E%3Crect x=%22424%22 y=%221179%22 width=%228%22 height=%2211%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.2269 .96256 -1.1352 -.40858 2128.45 1387.343)%22%2F%3E%3Crect x=%22623%22 y=%22563%22 width=%229%22 height=%2212%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.89195 .3306 -.4345 .9601 339.052 -295.39)%22%2F%3E%3Crect x=%22718%22 y=%22740%22 width=%2210%22 height=%2210%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.39022 .89441 -.91923 .45572 1137.598 -304.428)%22%2F%3E%3Crect x=%221798%22 y=%221272%22 width=%2212%22 height=%2217%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.34142 .93586 -.93748 .35924 2449.019 -993.95)%22%2F%3E%3Crect x=%22883%22 y=%22860%22 width=%229%22 height=%2224%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.30986 .90003 -.95995 -.43897 2160.035 409.498)%22%2F%3E%3Crect x=%22470%22 y=%22997%22 width=%229%22 height=%2221%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.23336 .99146 -1.04557 -.15703 1737.9 736.775)%22%2F%3E%3Crect x=%221522%22 y=%22483%22 width=%227%22 height=%229%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.07813 .92955 -1.04262 -.39457 2289.404 -523.782)%22%2F%3E%3Crect x=%22630%22 y=%22797%22 width=%2213%22 height=%2236%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-1.00817 -.0719 -.5077 -1.0281 2008.346 1857.36)%22%2F%3E%3Crect x=%22490%22 y=%22125%22 width=%2213%22 height=%2226%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.14077 .95481 -.99886 .32877 560.875 -451.212)%22%2F%3E%3Crect x=%22882%22 y=%22412%22 width=%229%22 height=%2213%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.94085 .24565 -.29722 -.98526 1905.482 456.747)%22%2F%3E%3Crect x=%221733%22 y=%22239%22 width=%2211%22 height=%2221%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.98263 .60182 -.35765 .79864 195.713 -996.015)%22%2F%3E%3Crect x=%22532%22 y=%22515%22 width=%227%22 height=%228%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.98696 -.05314 -.01529 1.01404 59.543 -73.249)%22%2F%3E%3Crect x=%221679%22 y=%22344%22 width=%2213%22 height=%2225%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.95394 .34333 -.29176 -.94328 3404.672 -33.36)%22%2F%3E%3Crect x=%221147%22 y=%22312%22 width=%2211%22 height=%2217%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.98382 -.07106 .0029 -1.01624 2218.562 952.126)%22%2F%3E%3Crect x=%221617%22 y=%22471%22 width=%2210%22 height=%2228%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.96326 .22776 -.21836 -.98652 3172.8 850.94)%22%2F%3E%3Crect x=%22297%22 y=%221169%22 width=%228%22 height=%2212%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.08702 .99513 -.99575 -.1046 1558.227 987.851)%22%2F%3E%3Crect x=%22232%22 y=%221223%22 width=%2211%22 height=%2220%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.58965 .74496 -.81143 .67076 1055.48 212.412)%22%2F%3E%3Crect x=%22482%22 y=%221346%22 width=%228%22 height=%229%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.48423 .73685 -.90559 -.68712 2142.515 1980.022)%22%2F%3E%3Crect x=%221840%22 y=%22357%22 width=%229%22 height=%2221%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.17012 .7771 -1.13366 -.6997 2877.547 -244.8)%22%2F%3E%3Crect x=%22429%22 y=%22392%22 width=%2210%22 height=%2228%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.47575 .8272 -.87577 -.57921 1082.058 221.16)%22%2F%3E%3Crect x=%22592%22 y=%22648%22 width=%229%22 height=%2220%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.68583 1.0042 -.83748 .23184 924.714 55.17)%22%2F%3E%3Crect x=%22202%22 y=%22308%22 width=%2211%22 height=%2226%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.506 .7731 -.8379 -.6961 548.171 443.53)%22%2F%3E%3Crect x=%22397%22 y=%2258%22 width=%2210%22 height=%2220%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.16848 1 -.97332 -.15838 536.521 -386.9)%22%2F%3E%3Crect x=%221634%22 y=%2287%22 width=%2210%22 height=%2221%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.34537 .8656 -.94776 -.5201 2314.646 -1040.148)%22%2F%3E%3Crect x=%221962%22 y=%221170%22 width=%2213%22 height=%2230%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.24717 1.02756 -1.00353 -.12617 2851.106 -160.783)%22%2F%3E%3Crect x=%22571%22 y=%22613%22 width=%227%22 height=%229%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.682 .65967 -.73135 -.75887 1417.919 767.5)%22%2F%3E%3Crect x=%221447%22 y=%22741%22 width=%2210%22 height=%2224%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.47483 1.01624 -.95082 .07106 1698.567 -493.843)%22%2F%3E%3Crect x=%221870%22 y=%221364%22 width=%2213%22 height=%2232%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.83135 .70721 -.58265 .70721 1344.28 -890.29)%22%2F%3E%3Crect x=%22631%22 y=%2211%22 width=%2210%22 height=%2221%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.89915 .44268 -.41544 .90763 62.32 -368.942)%22%2F%3E%3Crect x=%22679%22 y=%22440%22 width=%2212%22 height=%2234%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.15684 1.01231 -.99058 -.01767 1040.127 -119.864)%22%2F%3E%3Crect x=%22266%22 y=%22879%22 width=%228%22 height=%229%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.89138 .8407 -.56533 .58866 695.575 198.761)%22%2F%3E%3Crect x=%22949%22 y=%221167%22 width=%2213%22 height=%2234%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.91036 .66247 -.42459 .7895 613.194 -145.516)%22%2F%3E%3Crect x=%221964%22 y=%22885%22 width=%229%22 height=%2210%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.53656 .81964 -.81572 -.61765 3537.758 280.701)%22%2F%3E%3Crect x=%221597%22 y=%221297%22 width=%2212%22 height=%2216%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.98798 .0872 -.17411 .9968 181.03 -191.6)%22%2F%3E%3Crect x=%22906%22 y=%22748%22 width=%2210%22 height=%2220%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-1.00054 .10467 -.03415 -.99589 1749.449 1465.27)%22%2F%3E%3Crect x=%22243%22 y=%22246%22 width=%227%22 height=%2216%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.90183 .42495 -.41926 -.9113 545.873 406.63)%22%2F%3E%3Crect x=%22701%22 y=%22514%22 width=%2213%22 height=%2221%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.18729 1.00986 -.97055 .10614 1027.246 -120.898)%22%2F%3E%3Crect x=%22635%22 y=%221166%22 width=%2213%22 height=%2225%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.83536 .35974 -.60362 -.93715 2106.443 2108.28)%22%2F%3E%3Crect x=%22864%22 y=%22488%22 width=%227%22 height=%2211%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.50022 .88308 -.86642 -.46954 1720.675 -55.996)%22%2F%3E%3Crect x=%221871%22 y=%22344%22 width=%229%22 height=%2219%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.99491 .03524 .11574 1.00921 -5.59 -332.938)%22%2F%3E%3Crect x=%22308%22 y=%22863%22 width=%2211%22 height=%2214%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.98695 .58474 -.24694 .86692 269.546 28.311)%22%2F%3E%3Crect x=%221363%22 y=%22594%22 width=%228%22 height=%2215%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.7161 .85862 -.7172 .53652 876.684 -678.44)%22%2F%3E%3Crect x=%22594%22 y=%221028%22 width=%229%22 height=%2217%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.8573 .3306 -.53513 -.9601 1726.1 1939.322)%22%2F%3E%3Crect x=%221883%22 y=%22516%22 width=%2211%22 height=%2218%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.9985 .19154 -.0841 .98538 116.932 -519.264)%22%2F%3E%3Crect x=%221883%22 y=%221150%22 width=%2213%22 height=%2215%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.6498 1.01632 -.89262 .14283 2151.923 -491.934)%22%2F%3E%3Crect x=%221673%22 y=%2256%22 width=%2213%22 height=%2236%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.36925 .83342 -.9114 -.65114 2332.906 -699.24)%22%2F%3E%3Crect x=%2268%22 y=%22377%22 width=%228%22 height=%2211%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.7851 .38782 -.63534 -.9599 385.573 741.028)%22%2F%3E%3Crect x=%22252%22 y=%22302%22 width=%227%22 height=%2211%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.08945 .95106 -1.0224 -.30902 663.734 159.528)%22%2F%3E%3Crect x=%221551%22 y=%22759%22 width=%2212%22 height=%2227%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-1.01248 -.10614 -.21168 -1.00986 3444.11 1992.423)%22%2F%3E%3Crect x=%2277%22 y=%22329%22 width=%2211%22 height=%2232%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.87237 .34249 -.52298 .94098 143.078 -12.218)%22%2F%3E%3Crect x=%221498%22 y=%221367%22 width=%2210%22 height=%2214%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.45997 .7318 -.93756 -.68241 3864.777 1264.228)%22%2F%3E%3Crect x=%2217%22 y=%22490%22 width=%2213%22 height=%2224%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.42164 .78011 -.94043 .63172 397.533 164.486)%22%2F%3E%3Crect x=%221983%22 y=%22759%22 width=%227%22 height=%2213%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.51723 .94798 -.85633 .3639 1757.524 -1746.503)%22%2F%3E%3Crect x=%22540%22 y=%22497%22 width=%2211%22 height=%2215%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.95978 .40829 -.29354 -.91704 1201.2 696.697)%22%2F%3E%3Crect x=%221693%22 y=%22109%22 width=%2212%22 height=%2229%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.83847 .4232 -.56486 -.90755 3215.656 -394.39)%22%2F%3E%3Crect x=%221544%22 y=%22808%22 width=%229%22 height=%2222%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.5452 .87582 -.83957 -.48547 3067.485 -220.757)%22%2F%3E%3Crect x=%221865%22 y=%22122%22 width=%227%22 height=%2212%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.9121 .14343 -.48187 -1.02058 3696.873 456.498)%22%2F%3E%3Crect x=%221110%22 y=%221313%22 width=%227%22 height=%2210%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.8534 .50623 -.49724 .87682 581.92 -224.978)%22%2F%3E%3Crect x=%22488%22 y=%22315%22 width=%229%22 height=%2218%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.93809 .14178 -.37844 -1.0088 1099.12 676.759)%22%2F%3E%3Crect x=%221937%22 y=%22526%22 width=%2210%22 height=%2210%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.67102 .67005 -.74718 -.74416 3709.86 -476.86)%22%2F%3E%3Crect x=%221465%22 y=%22339%22 width=%2210%22 height=%2217%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.0356 .9854 -1.00853 .17375 1737 -1212.763)%22%2F%3E%3Crect x=%22748%22 y=%22350%22 width=%2212%22 height=%2220%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.98665 .05273 -.13851 -1.00613 1531.994 775.028)%22%2F%3E%3Crect x=%221727%22 y=%22359%22 width=%2211%22 height=%2226%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.99592 .07014 -.01478 1.00306 42.65 -304.75)%22%2F%3E%3Crect x=%2272%22 y=%22547%22 width=%227%22 height=%2218%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.87922 .27989 -.50663 -.9761 463.376 1090.887)%22%2F%3E%3Crect x=%221945%22 y=%22565%22 width=%2210%22 height=%2214%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.59973 .68408 -.79576 -.75975 3557.419 87.106)%22%2F%3E%3Crect x=%22328%22 y=%22297%22 width=%2212%22 height=%2229%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.9842 .50275 -.28435 -.8708 712.455 379.728)%22%2F%3E%3Crect x=%22341%22 y=%2297%22 width=%2211%22 height=%2225%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.01787 .99924 -1.0017 .05237 449.597 -230.37)%22%2F%3E%3Crect x=%22605%22 y=%22863%22 width=%227%22 height=%2215%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.88807 .22526 -.59266 -.9757 1958.009 1614.673)%22%2F%3E%3Crect x=%221800%22 y=%221375%22 width=%2211%22 height=%2229%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.47576 .96955 -.83919 .39172 1805.067 -353.322)%22%2F%3E%3Crect x=%22393%22 y=%2222%22 width=%2211%22 height=%2228%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.97518 .10583 -.17073 -1.00692 784.586 93.191)%22%2F%3E%3Crect x=%22455%22 y=%22587%22 width=%2213%22 height=%2227%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.91087 .26563 -.36528 -.99133 1026.9 1179.755)%22%2F%3E%3Crect x=%221590%22 y=%22493%22 width=%228%22 height=%2212%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.85684 .56056 -.51362 -.83106 3141.142 131.633)%22%2F%3E%3Crect x=%22346%22 y=%22317%22 width=%229%22 height=%2217%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(1.09478 .45384 .0412 .9305 57.944 -42.53)%22%2F%3E%3Crect x=%22888%22 y=%22649%22 width=%2211%22 height=%2230%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.15911 .97564 -1.06464 -.24325 1689.972 47.697)%22%2F%3E%3Crect x=%22662%22 y=%22816%22 width=%227%22 height=%2217%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.94429 .30944 -.32541 -.95236 1617.444 1368.912)%22%2F%3E%3Crect x=%221544%22 y=%22972%22 width=%2211%22 height=%2211%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.93498 .31287 -.31866 .96291 515.132 -693.953)%22%2F%3E%3Crect x=%22859%22 y=%22291%22 width=%228%22 height=%2211%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.76465 .85442 -.69258 .5339 472.205 -493.2)%22%2F%3E%3Crect x=%22768%22 y=%22251%22 width=%229%22 height=%2217%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.99214 -.12375 .00048 -1.00786 1518.067 752.848)%22%2F%3E%3Crect x=%221574%22 y=%22944%22 width=%229%22 height=%2221%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.3951 .85012 -.92942 -.53121 3182.458 230.01)%22%2F%3E%3Crect x=%2241%22 y=%22812%22 width=%2210%22 height=%2227%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.38486 .9854 -.94695 .17375 1015.42 635.13)%22%2F%3E%3Crect x=%221723%22 y=%221309%22 width=%227%22 height=%227%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.98767 .06993 -.17633 1 0 0)%22%2F%3E%3Crect x=%22985%22 y=%22356%22 width=%229%22 height=%2211%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.98524 .10454 -.19142 .99467 59.738 -118.793)%22%2F%3E%3Crect x=%22370%22 y=%22190%22 width=%229%22 height=%2220%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.92589 .517 -.39328 .86044 118.609 -132.942)%22%2F%3E%3Crect x=%22597%22 y=%221335%22 width=%2211%22 height=%2232%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.8376 .49229 -.52027 -.88811 1631.113 2360.473)%22%2F%3E%3Crect x=%22558%22 y=%22210%22 width=%2213%22 height=%2228%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(1.00664 .10556 .10388 1.0043 22.793 -139.884)%22%2F%3E%3Crect x=%22898%22 y=%22544%22 width=%2211%22 height=%2212%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.15004 .89155 -1.0452 -.45427 1791.718 25.883)%22%2F%3E%3Crect x=%221251%22 y=%22111%22 width=%2210%22 height=%2226%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.3903 .94199 -.91953 -.34286 1860.863 -1104.45)%22%2F%3E%3Crect x=%22484%22 y=%221362%22 width=%2210%22 height=%2222%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.52905 .72033 -.87736 -.69561 2198.94 2001.462)%22%2F%3E%3Crect x=%221090%22 y=%221003%22 width=%2212%22 height=%2214%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.60482 .56227 -.88182 -.8336 2972.16 1350.883)%22%2F%3E%3Crect x=%221614%22 y=%22647%22 width=%227%22 height=%2219%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.95262 .43844 -.32765 -.89893 3277.243 565.708)%22%2F%3E%3Crect x=%221706%22 y=%22844%22 width=%2213%22 height=%2229%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.01743 .99772 -1.0035 .06977 2545.92 -939.876)%22%2F%3E%3Crect x=%221335%22 y=%2232%22 width=%229%22 height=%2216%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.95877 .3306 -.24043 .9601 40.688 -205.04)%22%2F%3E%3Crect x=%22343%22 y=%22311%22 width=%2212%22 height=%2214%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.08203 .95419 -1.07787 -.3473 764.831 156.966)%22%2F%3E%3Crect x=%22759%22 y=%22882%22 width=%228%22 height=%2221%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.81804 .78038 -.595 .65482 724.419 -139.045)%22%2F%3E%3Crect x=%22788%22 y=%22175%22 width=%228%22 height=%2210%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.59607 1.0296 -.9086 .10822 574.01 -442.71)%22%2F%3E%3Crect x=%221455%22 y=%22910%22 width=%2210%22 height=%2222%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.42365 1.03061 -.9703 0 1961.701 -219.677)%22%2F%3E%3Crect x=%221813%22 y=%221247%22 width=%228%22 height=%2218%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.87476 .78011 -.5735 .63172 1274.538 -795.947)%22%2F%3E%3Crect x=%22396%22 y=%22172%22 width=%2211%22 height=%2215%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.73831 .45845 -.73223 -.89976 870.969 213.366)%22%2F%3E%3Crect x=%221928%22 y=%221334%22 width=%2210%22 height=%2221%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-1.03884 -.12375 -.3798 -1.00786 4999.327 3279.612)%22%2F%3E%3Crect x=%22374%22 y=%22709%22 width=%2213%22 height=%2221%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.97801 .62165 -.2625 .85563 226.93 -1.65)%22%2F%3E%3Crect x=%22653%22 y=%221208%22 width=%2212%22 height=%2225%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.83318 .4258 -.5618 -.91311 1939.196 2135.274)%22%2F%3E%3Crect x=%221180%22 y=%22560%22 width=%2211%22 height=%2230%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.78325 .87036 -.65953 .54386 710.432 -495.83)%22%2F%3E%3Crect x=%22483%22 y=%221207%22 width=%2213%22 height=%2218%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.29306 .90755 -.9652 -.4232 2038.028 1260.709)%22%2F%3E%3Crect x=%221331%22 y=%22488%22 width=%2213%22 height=%2232%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(1.1452 .49363 .128 .92839 46.247 -189.559)%22%2F%3E%3Crect x=%221216%22 y=%221337%22 width=%2213%22 height=%2225%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.32825 .79876 -1.00459 -.6019 3424.894 1206.631)%22%2F%3E%3Crect x=%22802%22 y=%22217%22 width=%2212%22 height=%2226%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.79486 .80303 -.6463 .60513 358.666 -473.108)%22%2F%3E%3Crect x=%221456%22 y=%22656%22 width=%2210%22 height=%2213%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.78993 .66913 -.61716 -.74314 2977.64 177.234)%22%2F%3E%3Crect x=%221710%22 y=%221307%22 width=%2213%22 height=%2213%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.9806 .05234 -.3962 -.99863 4372.387 2535.365)%22%2F%3E%3Crect x=%22162%22 y=%22255%22 width=%229%22 height=%2226%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.24243 .93872 -.97222 -.36034 472.402 225.774)%22%2F%3E%3Crect x=%22541%22 y=%221302%22 width=%2212%22 height=%2225%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.86967 .61905 -.50225 .79235 779.411 -8.176)%22%2F%3E%3Crect x=%22106%22 y=%221321%22 width=%2212%22 height=%2225%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.3155 .93874 -.93778 -.37928 1677.546 1716.387)%22%2F%3E%3Crect x=%22303%22 y=%22362%22 width=%2211%22 height=%2218%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.19281 .99954 -.99372 .0349 670.586 55.076)%22%2F%3E%3Crect x=%22656%22 y=%22724%22 width=%2212%22 height=%2228%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.50876 .9707 -.88429 .27835 1065.151 -16.99)%22%2F%3E%3Crect x=%22621%22 y=%22674%22 width=%2212%22 height=%2227%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.52545 1.02172 -.9971 -.03568 1265.657 204.685)%22%2F%3E%3Crect x=%221296%22 y=%221190%22 width=%228%22 height=%228%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.10406 .98872 -1.04724 -.34044 2638.792 712.603)%22%2F%3E%3Crect x=%22747%22 y=%221320%22 width=%227%22 height=%229%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.8071 .54672 -.58626 .84187 965.234 -266.536)%22%2F%3E%3Crect x=%22715%22 y=%221159%22 width=%2211%22 height=%2232%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.42113 .88781 -.90244 .47206 1535.055 -95.063)%22%2F%3E%3Crect x=%221273%22 y=%22763%22 width=%228%22 height=%2220%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.05269 .98703 -1.0029 .19186 1962.649 -769.969)%22%2F%3E%3Crect x=%22835%22 y=%22168%22 width=%2210%22 height=%2228%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.3836 1.01624 -.9572 .07106 734.384 -521.291)%22%2F%3E%3Crect x=%221235%22 y=%221083%22 width=%2213%22 height=%2220%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(1.01743 .22526 -.03237 .9757 270.036 -318.172)%22%2F%3E%3Crect x=%22795%22 y=%22425%22 width=%227%22 height=%2210%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.97585 .74496 -.4637 .67076 385.96 -397.442)%22%2F%3E%3Crect x=%221507%22 y=%22701%22 width=%228%22 height=%2217%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.40976 1.00983 -.99027 0 1841.465 -603.992)%22%2F%3E%3Crect x=%22599%22 y=%221009%22 width=%2213%22 height=%2234%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.64867 .89395 -.77372 -.47532 1743.364 876.491)%22%2F%3E%3Crect x=%221894%22 y=%221275%22 width=%228%22 height=%2212%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.3941 .99386 -.92957 .19319 2423.652 -552.212)%22%2F%3E%3Crect x=%221200%22 y=%221195%22 width=%228%22 height=%2222%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.373 .9347 -.91153 .39676 2011.607 -610.174)%22%2F%3E%3Crect x=%22944%22 y=%221106%22 width=%2210%22 height=%2229%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(1.09983 .75636 -.26003 .7304 606.342 -107.357)%22%2F%3E%3Crect x=%2232%22 y=%221053%22 width=%2212%22 height=%2227%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.66756 .60264 -.77348 -.79973 1173.518 1894.522)%22%2F%3E%3Crect x=%22333%22 y=%221366%22 width=%229%22 height=%2224%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.12101 .96955 -.98252 -.39172 1680.524 1693.756)%22%2F%3E%3Crect x=%22602%22 y=%22617%22 width=%2211%22 height=%2217%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.3847 .69273 -1.0163 -.76936 1658.89 848.677)%22%2F%3E%3Crect x=%22426%22 y=%22550%22 width=%2212%22 height=%2215%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.25882 .93415 -.96593 .37742 858.694 -109.506)%22%2F%3E%3Crect x=%22400%22 y=%221383%22 width=%2210%22 height=%2214%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.89665 .4551 -.43754 .89318 575.706 -7.518)%22%2F%3E%3Crect x=%22929%22 y=%22721%22 width=%227%22 height=%2217%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.17327 .98616 -.98348 .17389 1447.585 -268.073)%22%2F%3E%3Crect x=%22308%22 y=%22771%22 width=%228%22 height=%2223%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.91784 .1573 -.56245 -.99313 1287.741 1543.34)%22%2F%3E%3Crect x=%22408%22 y=%221173%22 width=%2210%22 height=%2212%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.8873 .30977 -.49738 -.95338 1674.036 2146.218)%22%2F%3E%3Crect x=%22267%22 y=%22435%22 width=%2212%22 height=%2232%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.48098 .96607 -.90624 .25886 647.282 75.282)%22%2F%3E%3Crect x=%221935%22 y=%22587%22 width=%229%22 height=%2215%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.56746 .9323 -.84336 -.37667 3500.405 -1193.598)%22%2F%3E%3Crect x=%221699%22 y=%22622%22 width=%229%22 height=%229%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.76417 .65766 -.64146 -.75655 3433.73 -138.966)%22%2F%3E%3Crect x=%221844%22 y=%22382%22 width=%227%22 height=%228%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.91689 .42495 -.38696 .9113 329.873 -945.03)%22%2F%3E%3Crect x=%2275%22 y=%22797%22 width=%228%22 height=%2219%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.7718 .54464 -.64761 -.83867 761.3 1439.861)%22%2F%3E%3Crect x=%221569%22 y=%221207%22 width=%2212%22 height=%2231%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.99938 .13926 -.06993 -.99087 3193.746 2159.51)%22%2F%3E%3Crect x=%22842%22 y=%221298%22 width=%2212%22 height=%2224%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.24922 1.00388 -1.04911 -.21338 2358.636 934.017)%22%2F%3E%3Crect x=%22119%22 y=%221333%22 width=%2213%22 height=%2218%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.79671 .4851 -.6241 -.87515 1323.04 2451.192)%22%2F%3E%3Crect x=%221766%22 y=%22767%22 width=%227%22 height=%2211%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.78832 .70288 -.57736 .75374 671.56 -612.321)%22%2F%3E%3Crect x=%22766%22 y=%22231%22 width=%2210%22 height=%2218%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.95427 .03597 -.47585 -1.02999 1704.963 651.697)%22%2F%3E%3Crect x=%221731%22 y=%221306%22 width=%2213%22 height=%2223%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.89886 .21338 -.45767 -1.00388 3962.265 2670.492)%22%2F%3E%3Crect x=%22999%22 y=%22629%22 width=%2213%22 height=%2230%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(1.11715 .51117 -.02134 .88537 174.646 -226.436)%22%2F%3E%3Crect x=%221138%22 y=%221301%22 width=%2210%22 height=%2220%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.8682 .35886 -.52485 -.93486 3112.274 2066.525)%22%2F%3E%3Crect x=%22614%22 y=%22598%22 width=%229%22 height=%2224%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.95867 .05418 -.16372 -1.03386 1202.285 1372.868)%22%2F%3E%3Crect x=%221315%22 y=%22876%22 width=%2212%22 height=%2224%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.32622 .78512 -.9901 -.6825 2786.691 835.7)%22%2F%3E%3Crect x=%22767%22 y=%22811%22 width=%2213%22 height=%2216%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.03416 .9854 -1.00879 -.17375 1765.765 172.08)%22%2F%3E%3Crect x=%221879%22 y=%22336%22 width=%2213%22 height=%2218%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.01183 .95419 -1.05232 -.3473 2357.934 -1001.841)%22%2F%3E%3Crect x=%22769%22 y=%2293%22 width=%2210%22 height=%2211%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.93122 .75374 -.45834 .70288 134.172 -361.15)%22%2F%3E%3Crect x=%221502%22 y=%22754%22 width=%2210%22 height=%2228%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.89563 .09218 -.61153 -1.0536 3576.519 1957.152)%22%2F%3E%3Crect x=%221727%22 y=%22147%22 width=%2212%22 height=%2221%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.97295 .42268 -.27934 -.90645 3445.235 -462.493)%22%2F%3E%3Crect x=%22933%22 y=%22477%22 width=%229%22 height=%2226%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.37414 .93715 -.92345 .35974 1082.12 -646.867)%22%2F%3E%3Crect x=%22847%22 y=%221246%22 width=%227%22 height=%2215%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.08564 1.01247 -.98769 0 1918.661 527.104)%22%2F%3E%3Crect x=%22922%22 y=%221299%22 width=%2210%22 height=%2212%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.30577 .83718 -.98823 -.56469 2727.421 1396.13)%22%2F%3E%3Crect x=%221606%22 y=%22142%22 width=%2212%22 height=%2230%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.95065 .32577 -.30879 -.9461 3181.754 -163.307)%22%2F%3E%3Crect x=%221962%22 y=%22119%22 width=%2211%22 height=%2214%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.48316 .87944 -.86927 -.48748 2992.675 -1336.078)%22%2F%3E%3Crect x=%221185%22 y=%22660%22 width=%229%22 height=%229%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.25398 .99635 -1.02589 -.08717 1791.753 -441.967)%22%2F%3E%3Crect x=%221585%22 y=%2289%22 width=%2210%22 height=%2214%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.97495 .27989 -.17278 .9761 30.099 -162.37)%22%2F%3E%3Crect x=%221951%22 y=%22114%22 width=%2210%22 height=%2229%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.41104 .96651 -.9245 -.25898 2871.412 -1797.03)%22%2F%3E%3Crect x=%22965%22 y=%221337%22 width=%2210%22 height=%2213%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(1.08349 .24645 .28802 .98846 59.592 -34.999)%22%2F%3E%3Crect x=%221778%22 y=%22443%22 width=%2211%22 height=%2219%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-1.047 -.25437 -.26807 -1.02023 3972.741 1947.32)%22%2F%3E%3Crect x=%221897%22 y=%22969%22 width=%227%22 height=%2217%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.88734 .20995 -.5883 -.98776 4472.272 1811.114)%22%2F%3E%3Crect x=%221467%22 y=%221299%22 width=%2213%22 height=%2228%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.6681 .74416 -.74222 .67005 1390.724 -586.078)%22%2F%3E%3Crect x=%22510%22 y=%22769%22 width=%227%22 height=%2220%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.29352 .92733 -.95978 .37466 1056.598 1.992)%22%2F%3E%3Crect x=%221312%22 y=%22983%22 width=%229%22 height=%2214%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.88322 .35837 -.48957 -.93358 3103.066 1442.453)%22%2F%3E%3Crect x=%221622%22 y=%2219%22 width=%228%22 height=%2213%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.07244 .9601 -1.01661 -.3306 1797.02 -1240.493)%22%2F%3E%3Crect x=%221694%22 y=%22184%22 width=%228%22 height=%228%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.5161 .81928 -.8592 -.57366 2749.737 -1124.922)%22%2F%3E%3Crect x=%22591%22 y=%22737%22 width=%2212%22 height=%2219%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.47981 1.02218 -.96992 .01784 1252.362 249.833)%22%2F%3E%3Crect x=%22847%22 y=%22761%22 width=%227%22 height=%2218%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.52443 .93073 -.86255 .37604 1242.067 -385.54)%22%2F%3E%3Crect x=%22104%22 y=%22300%22 width=%2212%22 height=%2214%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.43732 .95481 -.89675 .32877 331.567 116.499)%22%2F%3E%3Crect x=%22933%22 y=%221063%22 width=%2211%22 height=%2221%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.08773 1.00076 -.99617 .03495 2033.217 47.584)%22%2F%3E%3Crect x=%22499%22 y=%22182%22 width=%2213%22 height=%2223%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.22 .86616 -1.0275 -.50008 877.389 -138.754)%22%2F%3E%3Crect x=%221851%22 y=%22983%22 width=%2210%22 height=%2210%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.56217 .8086 -.8131 -.60932 3837.627 -204.7)%22%2F%3E%3Crect x=%221279%22 y=%221000%22 width=%227%22 height=%2220%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.19484 .9951 -1.03578 -.1576 2348.287 50.433)%22%2F%3E%3Crect x=%221218%22 y=%2296%22 width=%229%22 height=%2222%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.9974 .93172 -.56509 .47473 219.86 -709.066)%22%2F%3E%3Crect x=%221039%22 y=%22345%22 width=%2210%22 height=%2216%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.79821 .6825 -.54697 .78512 300.424 -337.314)%22%2F%3E%3Crect x=%221418%22 y=%22670%22 width=%2212%22 height=%2212%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.45012 1.00367 -.98849 .01752 1726.913 -640.48)%22%2F%3E%3Crect x=%22687%22 y=%221082%22 width=%2211%22 height=%2211%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.26722 1.02119 -1.0312 -.1985 1855.645 794.767)%22%2F%3E%3Crect x=%221233%22 y=%22533%22 width=%2212%22 height=%2227%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.8818 .09218 -.76952 -1.0536 3087.173 1434.704)%22%2F%3E%3Crect x=%22348%22 y=%221228%22 width=%2213%22 height=%2216%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.19288 .79355 -1.0925 -.68982 2110.089 1922.49)%22%2F%3E%3Crect x=%22892%22 y=%22621%22 width=%2211%22 height=%2215%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-1.00842 .12254 .05234 -.99801 1732.308 1051.44)%22%2F%3E%3Crect x=%22812%22 y=%22858%22 width=%2213%22 height=%2227%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.98701 .19107 -.15592 .98297 219.01 -184.45)%22%2F%3E%3Crect x=%22668%22 y=%22502%22 width=%227%22 height=%2219%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.3766 .88349 -.93164 .46976 861.026 -345.491)%22%2F%3E%3Crect x=%22545%22 y=%2228%22 width=%227%22 height=%228%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.97736 .62607 -.30027 .83082 35.263 -180.705)%22%2F%3E%3Crect x=%221699%22 y=%22392%22 width=%229%22 height=%2211%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.75472 .58922 -.65837 .811 597.703 -809.486)%22%2F%3E%3Crect x=%2245%22 y=%221317%22 width=%2210%22 height=%2212%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.89079 .55897 -.41732 .86073 440.823 167.848)%22%2F%3E%3Crect x=%22136%22 y=%22790%22 width=%2210%22 height=%2225%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.99879 -.01752 -.13994 -1.00367 451.11 1622.749)%22%2F%3E%3Crect x=%221240%22 y=%22594%22 width=%2212%22 height=%2224%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(1.00577 .22499 -.08826 .97452 123.369 -243.14)%22%2F%3E%3Crect x=%22975%22 y=%221086%22 width=%2211%22 height=%2219%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.52834 .84187 -.84472 -.54672 2341.323 954.756)%22%2F%3E%3Crect x=%221793%22 y=%22821%22 width=%2212%22 height=%2230%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.43793 .99634 -.9499 .12233 2034.619 -901.291)%22%2F%3E%3Crect x=%22628%22 y=%22351%22 width=%2212%22 height=%2223%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.92905 .43864 -.37495 -.89934 1318.509 432.554)%22%2F%3E%3Crect x=%221311%22 y=%22981%22 width=%2211%22 height=%2224%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.37583 .8851 -.92998 .47062 1713.73 -731.621)%22%2F%3E%3Crect x=%221933%22 y=%22377%22 width=%2213%22 height=%2233%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.547 .88811 -.82278 .49229 1215.201 -1864.695)%22%2F%3E%3Crect x=%221585%22 y=%22859%22 width=%228%22 height=%2222%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.21176 1.04314 -.94383 .07294 1883.095 -365.212)%22%2F%3E%3Crect x=%22592%22 y=%22600%22 width=%2211%22 height=%2216%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.18929 .95338 -.9874 -.30977 1421 184.916)%22%2F%3E%3Crect x=%221073%22 y=%22852%22 width=%229%22 height=%2211%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.99592 .56659 -.23136 .87247 284.352 -192.172)%22%2F%3E%3Crect x=%22639%22 y=%2262%22 width=%229%22 height=%2215%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.36284 .97815 -.94522 -.20791 931.67 -545.488)%22%2F%3E%3Crect x=%22302%22 y=%22796%22 width=%228%22 height=%2214%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.75472 .66923 -.65604 -.74326 1035.52 1200.392)%22%2F%3E%3Crect x=%22680%22 y=%22597%22 width=%2213%22 height=%2238%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.92092 .42268 -.39091 .90645 306.05 -220.56)%22%2F%3E%3Crect x=%22661%22 y=%22617%22 width=%229%22 height=%2214%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.83325 .66424 -.54694 .76412 600.963 -400.264)%22%2F%3E%3Crect x=%22618%22 y=%22278%22 width=%227%22 height=%2214%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.84717 .78597 -.50952 .70769 222.77 -191.168)%22%2F%3E%3Crect x=%22767%22 y=%221354%22 width=%228%22 height=%2214%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.92505 .37552 -.37338 .92945 657.352 -247.42)%22%2F%3E%3Crect x=%22366%22 y=%221083%22 width=%229%22 height=%2217%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.5794 .90003 -.82848 .43897 1176.88 298.318)%22%2F%3E%3Crect x=%22564%22 y=%22311%22 width=%2213%22 height=%2237%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(1.02235 .2989 -.00162 .97767 27.223 -41.903)%22%2F%3E%3Crect x=%221474%22 y=%22458%22 width=%2210%22 height=%2229%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.97815 .12233 -.20791 .99634 130.558 -308.598)%22%2F%3E%3Crect x=%22575%22 y=%22356%22 width=%2210%22 height=%2214%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(1.01908 .53984 -.22154 .86392 144.7 -150.968)%22%2F%3E%3Crect x=%22362%22 y=%221075%22 width=%2210%22 height=%2216%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.99986 .53984 -.2523 .86392 415.017 20.591)%22%2F%3E%3Crect x=%22152%22 y=%22875%22 width=%2213%22 height=%2221%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(1.0474 .4565 -.135 .89591 336.956 36.473)%22%2F%3E%3Crect x=%221034%22 y=%22921%22 width=%2211%22 height=%2216%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.60142 .74833 -.75552 -.72265 2150.195 1120.528)%22%2F%3E%3Crect x=%221107%22 y=%221020%22 width=%228%22 height=%2220%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.54333 .92764 -.8361 .41301 1639.56 -621.907)%22%2F%3E%3Crect x=%22754%22 y=%22465%22 width=%2212%22 height=%2235%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(1.1266 .37474 .26639 .97624 21.397 -40.983)%22%2F%3E%3Crect x=%22847%22 y=%221148%22 width=%227%22 height=%2212%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.11308 .85442 -1.09411 -.57631 2575.316 1304.435)%22%2F%3E%3Crect x=%22359%22 y=%22764%22 width=%2211%22 height=%2226%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.49517 .88119 -.86036 .48845 766.137 121.036)%22%2F%3E%3Crect x=%221252%22 y=%221004%22 width=%229%22 height=%2213%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.1052 .99893 -1.00842 .06985 2291.71 -381.095)%22%2F%3E%3Crect x=%22728%22 y=%2296%22 width=%2212%22 height=%2213%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.84446 .87796 -.67091 .48666 237.105 -527.59)%22%2F%3E%3Crect x=%221911%22 y=%22200%22 width=%2213%22 height=%2218%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.96593 0 -.27689 -1.03528 3840.15 939.165)%22%2F%3E%3Crect x=%22449%22 y=%22761%22 width=%2210%22 height=%2219%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.44399 .8121 -.90879 -.59003 1426.677 896.142)%22%2F%3E%3Crect x=%22818%22 y=%22761%22 width=%2212%22 height=%2230%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-1.00805 -.14478 -.26566 -1.03018 1985.076 1930.994)%22%2F%3E%3Crect x=%221219%22 y=%221246%22 width=%2210%22 height=%2226%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.40474 .99589 -.9616 .10467 2269.142 -27.6)%22%2F%3E%3Crect x=%22478%22 y=%221307%22 width=%2212%22 height=%2216%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.99248 .0175 -.3002 -1.00229 1645.826 2658.387)%22%2F%3E%3Crect x=%221403%22 y=%22621%22 width=%2211%22 height=%2214%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.29233 .96656 -.95078 .27716 1652.778 -1055.488)%22%2F%3E%3Crect x=%221657%22 y=%22299%22 width=%2211%22 height=%2228%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.36468 .8656 -.93616 -.5201 2586.062 -1196.903)%22%2F%3E%3Crect x=%221407%22 y=%22193%22 width=%2213%22 height=%2238%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.12163 1.0049 -.99088 -.0351 1796.602 -1349.546)%22%2F%3E%3Crect x=%22458%22 y=%22502%22 width=%228%22 height=%228%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.9413 .711 -.46517 .711 390.53 -133.692)%22%2F%3E%3Crect x=%22402%22 y=%2275%22 width=%2212%22 height=%2224%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.50672 .90475 -.84709 .461 258.249 -250.304)%22%2F%3E%3Crect x=%2251%22 y=%221173%22 width=%229%22 height=%2226%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.55513 .71978 -.85323 .69508 849.09 319.747)%22%2F%3E%3Crect x=%221757%22 y=%22274%22 width=%2213%22 height=%2218%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.31984 1.01845 -1.00987 -.0891 1613.133 -1112.977)%22%2F%3E%3Crect x=%22915%22 y=%22707%22 width=%2213%22 height=%2218%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.86957 .41073 -.48157 .92252 495.73 -452.526)%22%2F%3E%3Crect x=%221324%22 y=%22595%22 width=%229%22 height=%2216%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.69955 .62942 -.7249 .77726 748.254 -678.68)%22%2F%3E%3Crect x=%22668%22 y=%22837%22 width=%229%22 height=%2225%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.64456 .59511 -.7932 .8191 834.765 -353.053)%22%2F%3E%3Crect x=%22183%22 y=%221345%22 width=%2212%22 height=%2233%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.25975 .98904 -.96994 .15665 1532.351 971.198)%22%2F%3E%3Crect x=%221338%22 y=%22231%22 width=%229%22 height=%229%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-1.00776 -.09114 -.54638 -1.04171 3033.971 1013.62)%22%2F%3E%3Crect x=%2224%22 y=%221173%22 width=%227%22 height=%227%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.85129 .60182 -.53194 .79864 732.851 220.355)%22%2F%3E%3Crect x=%22397%22 y=%22628%22 width=%2211%22 height=%2226%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.48415 .7283 -.9055 .70332 717.183 -166.72)%22%2F%3E%3Crect x=%221532%22 y=%22889%22 width=%2210%22 height=%2229%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.78307 .35102 -.69739 -.96441 3569.977 1590.177)%22%2F%3E%3Crect x=%22166%22 y=%22535%22 width=%228%22 height=%2220%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-1.01478 .47409 -.2008 -.89162 369.414 926.45)%22%2F%3E%3Crect x=%22978%22 y=%22100%22 width=%227%22 height=%2212%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.97454 .28408 -.12157 .99069 7.195 -33.118)%22%2F%3E%3Crect x=%221747%22 y=%22871%22 width=%2211%22 height=%2223%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.76606 .4118 -.70773 -.92493 3924.14 1254.63)%22%2F%3E%3Crect x=%221959%22 y=%22568%22 width=%2210%22 height=%2221%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(1.07568 .30415 .23059 .99484 2.614 -31.208)%22%2F%3E%3Crect x=%22974%22 y=%22920%22 width=%2210%22 height=%2227%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.26795 1 -.99532 .01746 1891.363 -78.883)%22%2F%3E%3Crect x=%22660%22 y=%221329%22 width=%228%22 height=%2222%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.50051 .89223 -.86576 .45461 1628.964 103.579)%22%2F%3E%3Crect x=%22352%22 y=%22880%22 width=%2213%22 height=%2215%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.9908 .01762 .0216 1.00967 131.737 -65.288)%22%2F%3E%3Crect x=%22915%22 y=%221046%22 width=%229%22 height=%2220%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.99884 -.16358 -.1933 -1.03282 2112.135 2578.189)%22%2F%3E%3Crect x=%221507%22 y=%22293%22 width=%2210%22 height=%2225%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.97081 .22581 -.22345 .9781 127.549 -467.015)%22%2F%3E%3Crect x=%22278%22 y=%22455%22 width=%2210%22 height=%2219%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.08034 .9479 -1.08743 -.38298 905.953 434.29)%22%2F%3E%3Crect x=%221698%22 y=%22605%22 width=%227%22 height=%2212%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.52924 .63186 -.90524 -.80874 3314.1 422.859)%22%2F%3E%3Crect x=%2291%22 y=%22646%22 width=%2210%22 height=%2224%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(1.04678 .47126 -.15324 .88632 274.904 37.959)%22%2F%3E%3Crect x=%221204%22 y=%22527%22 width=%229%22 height=%2217%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.95505 .26205 -.25184 .97797 243.683 -496.29)%22%2F%3E%3Crect x=%221009%22 y=%22528%22 width=%2210%22 height=%2221%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.05226 .99924 -.99802 -.05237 1621.997 -481.937)%22%2F%3E%3Crect x=%22740%22 y=%22581%22 width=%2211%22 height=%2219%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.6905 .61566 -.74047 -.78801 1791.041 596.845)%22%2F%3E%3Crect x=%22337%22 y=%22824%22 width=%228%22 height=%2211%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.80255 .48384 -.5574 -.90998 964.744 1504.357)%22%2F%3E%3Crect x=%221076%22 y=%22754%22 width=%227%22 height=%2215%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.05905 1.04746 -.95986 -.09164 1570.523 51.301)%22%2F%3E%3Crect x=%22447%22 y=%221166%22 width=%229%22 height=%2223%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.93946 .07131 -.58744 -1.01985 1956.711 2442.144)%22%2F%3E%3Crect x=%221670%22 y=%22597%22 width=%227%22 height=%2213%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.35113 .92955 -.92674 -.39457 2885.351 -949.175)%22%2F%3E%3Crect x=%22573%22 y=%221147%22 width=%227%22 height=%2218%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-1.01423 -.10556 -.17604 -1.0043 1538.56 2458.84)%22%2F%3E%3Crect x=%221043%22 y=%22582%22 width=%2212%22 height=%2212%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.61931 .68366 -.79858 -.73314 2287.036 228.57)%22%2F%3E%3Crect x=%22471%22 y=%22994%22 width=%2212%22 height=%2223%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.8805 .61905 -.4884 .79235 603.41 -36.363)%22%2F%3E%3Crect x=%22611%22 y=%22982%22 width=%2211%22 height=%2225%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(-.48679 .7982 -.82967 -.69386 1572.107 1404.735)%22%2F%3E%3Crect x=%221340%22 y=%22968%22 width=%229%22 height=%2217%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.96639 .50275 -.31521 .8708 470.484 -408.472)%22%2F%3E%3Crect x=%221146%22 y=%221387%22 width=%228%22 height=%2217%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.97722 .61576 -.37324 .78813 993.962 -432.528)%22%2F%3E%3Crect x=%22709%22 y=%22261%22 width=%2211%22 height=%2220%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.9608 .25898 -.2756 .96651 87.189 -151.013)%22%2F%3E%3Crect x=%221208%22 y=%221156%22 width=%229%22 height=%2212%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.08923 .877 -1.08232 -.56952 2904.126 1131.135)%22%2F%3E%3Crect x=%221341%22 y=%22824%22 width=%2211%22 height=%2220%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(-.99308 -.03503 .10656 -1.0032 2444.064 1835.65)%22%2F%3E%3Crect x=%221804%22 y=%22465%22 width=%228%22 height=%229%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.5855 .8636 -.80613 .5189 1103.74 -1113.529)%22%2F%3E%3Crect x=%221029%22 y=%2232%22 width=%227%22 height=%2220%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.9785 .15797 -.1522 -.9974 2022.904 65.893)%22%2F%3E%3Crect x=%22819%22 y=%22981%22 width=%2210%22 height=%2227%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.12146 .98652 -.98563 .22776 1749.406 -175.4)%22%2F%3E%3Crect x=%221325%22 y=%221361%22 width=%2211%22 height=%2213%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.26556 1.01674 -1.01145 -.10686 2621.704 443.67)%22%2F%3E%3Crect x=%22972%22 y=%2231%22 width=%2213%22 height=%2231%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.17365 .97874 -.9848 -.20804 1194.208 -867.357)%22%2F%3E%3Crect x=%221551%22 y=%22145%22 width=%2210%22 height=%2219%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.35922 1.02284 -.90131 .21741 1058.925 -994.914)%22%2F%3E%3Crect x=%221248%22 y=%22146%22 width=%2210%22 height=%2216%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.75826 .33166 -.81297 -.96322 2457.474 130.322)%22%2F%3E%3Crect x=%22528%22 y=%22651%22 width=%228%22 height=%2210%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.66008 .59102 -.78346 .81347 610.448 -247.978)%22%2F%3E%3Crect x=%22780%22 y=%221325%22 width=%227%22 height=%2217%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(1.04433 .39676 -.06014 .9347 304.953 -85.638)%22%2F%3E%3Crect x=%22922%22 y=%22909%22 width=%228%22 height=%2216%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.87672 .55996 -.48605 -.83018 2153.222 1111.218)%22%2F%3E%3Crect x=%221418%22 y=%22622%22 width=%2211%22 height=%2224%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(1.03549 .46947 -.18258 .88295 271.24 -594.082)%22%2F%3E%3Crect x=%22130%22 y=%22567%22 width=%2213%22 height=%2217%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.67908 .85926 -.75576 -.5163 594.643 745.794)%22%2F%3E%3Crect x=%22768%22 y=%22179%22 width=%2211%22 height=%2224%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.63772 .58073 -.81122 .82936 425.537 -539.11)%22%2F%3E%3Crect x=%22404%22 y=%22337%22 width=%227%22 height=%2210%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.3058 .99484 -1.09867 -.30415 807.725 157.47)%22%2F%3E%3Crect x=%22335%22 y=%221250%22 width=%2211%22 height=%2214%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.00021 1.00554 -.99446 -.14132 1544.612 1152.29)%22%2F%3E%3Crect x=%2291%22 y=%22716%22 width=%2213%22 height=%2221%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.25356 .84162 -1.00396 -.61147 930.897 1116.635)%22%2F%3E%3Crect x=%22862%22 y=%22792%22 width=%227%22 height=%227%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(.05142 1.00751 -.99255 0 1547.51 29.77)%22%2F%3E%3Crect x=%221265%22 y=%22439%22 width=%2213%22 height=%2237%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.1908 1.0292 -.98163 -.05394 1477.98 -509.432)%22%2F%3E%3Crect x=%2250%22 y=%221242%22 width=%229%22 height=%2214%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(-.81653 .43053 -.57167 -.92327 791.03 2389.295)%22%2F%3E%3Crect x=%221898%22 y=%221216%22 width=%2213%22 height=%2227%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.88058 .14343 -.70621 -1.02058 5003.63 2685.983)%22%2F%3E%3Crect x=%221041%22 y=%22822%22 width=%2211%22 height=%2217%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.24806 1.00692 -1.0192 -.10583 1827.002 30.402)%22%2F%3E%3Crect x=%221685%22 y=%22413%22 width=%2211%22 height=%2212%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.56658 .95164 -.86673 .3092 1205.905 -1378.332)%22%2F%3E%3Crect x=%221257%22 y=%22563%22 width=%2213%22 height=%2220%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.91783 .24565 -.38954 .98526 333.136 -524.73)%22%2F%3E%3Crect x=%22174%22 y=%22198%22 width=%2212%22 height=%2214%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(-.89908 .24494 -.47668 -.9824 459.982 390.81)%22%2F%3E%3Crect x=%221777%22 y=%221364%22 width=%228%22 height=%2220%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.865 .48547 -.49933 .87582 971.24 -787.346)%22%2F%3E%3Crect x=%22581%22 y=%221126%22 width=%227%22 height=%228%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.158 .98652 -1.05015 -.22776 1961.068 903.32)%22%2F%3E%3Crect x=%221938%22 y=%22766%22 width=%227%22 height=%2216%22 fill=%22%237067ab%22 rx=%220%22 transform=%22matrix(.9991 .26205 -.08746 .97797 88.325 -184.203)%22%2F%3E%3Crect x=%221152%22 y=%22268%22 width=%2213%22 height=%2230%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.79627 .73044 -.6001 .70537 397.347 -558.557)%22%2F%3E%3Crect x=%22778%22 y=%22309%22 width=%2212%22 height=%2215%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.06594 .9582 -1.06505 -.31134 1179.991 -239.926)%22%2F%3E%3Crect x=%22267%22 y=%221226%22 width=%227%22 height=%2215%22 fill=%22%2333e1ad%22 rx=%220%22 transform=%22matrix(.61342 .91091 -.78525 .46413 1050.638 472.087)%22%2F%3E%3Crect x=%221650%22 y=%22973%22 width=%228%22 height=%2211%22 fill=%22%23f45e7a%22 rx=%220%22 transform=%22matrix(.38951 .92742 -.91293 .39367 1998.257 -1143.736)%22%2F%3E%3Crect x=%221698%22 y=%22466%22 width=%2211%22 height=%2219%22 fill=%22%238A89D8%22 rx=%220%22 transform=%22matrix(-.636 .5886 -.82359 -.81013 3311.533 -231.227)%22%2F%3E%3Crect x=%221719%22 y=%22443%22 width=%227%22 height=%2218%22 fill=%22%23fecf33%22 rx=%220%22 transform=%22matrix(.90356 .53024 -.43993 .84857 420.042 -905.045)%22%2F%3E%3C%2Fsvg%3E");
}
.content-spacer-xl {
  height: 300px;
}
.content-spacer-lg {
  height: 250px;
}
.content-spacer-md {
  height: 200px;
}
.content-spacer {
  height: 150px;
}
.content-spacer-sm, .content-spacer-half {
  height: 75px;
}
.bg-grid {
  background-image: linear-gradient(rgba(0, 0, 0, .125) 1px, transparent 1px), linear-gradient(to right, rgba(0, 0, 0, .125) 1px, transparent 1px);
  background-size: 48px 48px;
  background-color: rgba(0, 0, 0, 0);
  background-position: center;
}
.bg-blur-inset {
  box-shadow: 0 0 4em 4em rgba(255, 255, 255, 1) inset;
}
.bg-blur-inset-mid {
  box-shadow: 0 0 1em 1em rgba(255, 255, 255, 1) inset;
}
.landing-illustration-parent .landing-illustration-change {
  transform: scale(0);
  transition: all 0.25s;
  transform-origin: center center;
}
.landing-illustration-parent .landing-illustration-change-hide {
  transform: scale(1);
  transition: all 0.25s;
  transform-origin: center center;
}
.landing-illustration-parent:hover .landing-illustration-change,
.landing-illustration-parent.active .landing-illustration-change {
  transform: scale(1);
}
.landing-illustration-parent:hover .landing-illustration-change-hide,
.landing-illustration-parent.active .landing-illustration-change-hide {
  transform: scale(0);
}
.landing-illustration-parent:hover .landing-illustration-change-hide.hide-remove,
.landing-illustration-parent.active .landing-illustration-change-hide.hide-remove {
  height: 0;
}
.imessage {
  display: flex;
  flex-direction: column;
}
.imessage div {
  border-radius: 1.15rem;
  line-height: 1.25;
  max-width: 75%;
  padding: 0.5rem .875rem;
  position: relative;
  word-wrap: break-word;
}
.imessage div::before,
.imessage div::after {
  bottom: -0.1rem;
  content: "";
  height: 1rem;
  position: absolute;
}
.imessage div.from-me {
  align-self: flex-end;
  background-color: var(--bs-blue);
  color: var(--bs-white);
}
.imessage div.from-me::before {
  border-bottom-left-radius: 0.8rem 0.7rem;
  border-right: 1rem solid var(--bs-blue);
  right: -0.35rem;
  transform: translate(0, -0.1rem);
}
.imessage div.from-me::after {
  background-color: var(--bs-white);
  border-bottom-left-radius: 0.5rem;
  right: -40px;
  transform:translate(-30px, -2px);
  width: 10px;
}
.imessage div[class^="from-"] {
  margin: 0.5rem 0;
  width: fit-content;
}
.imessage div.from-me ~ div.from-me {
  margin: 0.25rem 0 0;
}
.imessage div.from-me ~ div.from-me:not(:last-child) {
  margin: 0.25rem 0 0;
}
.imessage div.from-me ~ div.from-me:last-child {
  margin-bottom: 0.5rem;
}
.imessage div.from-them {
  align-items: flex-start;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
  color: var(--bs-darkcontrast);
}
.imessage div.from-them:before {
  border-bottom-right-radius: 0.8rem 0.7rem;
  border-left: 1rem solid rgba(var(--bs-light-rgb), var(--bs-bg-opacity));
  left: -0.35rem;
  transform: translate(0, -0.1rem);
}
.imessage div.from-them::after {
  background-color: var(--bs-white);
  border-bottom-right-radius: 0.5rem;
  left: 20px;
  transform: translate(-30px, -2px);
  width: 10px;
}
.placeholder {
  cursor: auto !important;
}
a.btn-arrow {
  color: var(--bs-primary);
  align-items: center;
  font-size: small;
  border: none;
  cursor: pointer;
  display: inline-flex;
}
a.btn-arrow svg {
  fill: var(--bs-primary);
}
a.btn-arrow.text-white svg {
  fill: var(--bs-white);
}
a.btn-arrow svg.arrow-hover {
  display: none;
}
a.btn-arrow:hover {
  color: var(--bs-dark);
  transition: 0.1s ease-in-out;
}
a.btn-arrow:hover svg.arrow {
  display: none;
}
a.btn-arrow:hover svg.arrow-hover {
  animation: arrowmove 0.15s ease-in-out forwards;
  display: block;
  fill: var(--bs-dark);
}
a.btn-arrow.text-white:hover svg.arrow-hover {
  fill: var(--bs-white);
}
@keyframes arrowmove {
  0% {
    transform: translateX(0px);
  }
  100% {
    transform: translateX(2px);
  }
}
.eventBlock.blockOther {
  background-color: var(--bs-white) !important;
}
.eventBlock.blockBooking {
  background-color: var(--bs-lightwhite) !important;
}
.eventBlock:hover {
  background-color: var(--bs-gray-100) !important;
}
.rul_corner {
  pointer-events: none !important;
}
.rul_line {
  border-color: var(--bs-blue) !important;
}
.rul_line:hover {
  border-color: var(--bs-primary-alt) !important;
}
.rul_ruler {
  background-color: var(--bs-white) !important;
  z-index: 1 !important;
}
.rul_tracker {
  z-index: 2 !important;
  background-color: rgba(var(--glow),.25) !important;
}
.rul_ruler_Horizontal, .rul_ruler_Vertical {
  cursor: default !important;
}
.object-fit-cover {
  -o-object-fit: cover !important;
  object-fit: cover !important;
}
.markdown-formatting {
  -webkit-user-select: text!important;
  -moz-user-select: text!important;
  user-select: text!important;
}
.markdown-formatting hr {
  margin: 1.5rem 0;
}
.markdown-formatting img {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid var(--bs-gray-300);
  border-radius: .5em;
  margin: 0 auto;
}
.markdown-formatting .markdown-image-caption {
  font-size: .85rem;
  opacity: .75;
  margin-top: .35em;
  text-align: center;
}
.markdown-formatting .hljs-code-wrapper {
  border-radius: .5em;
  overflow: hidden;
  background: var(--bs-darkcontrast);
  margin-bottom: 1rem;
}
.markdown-formatting .hljs-code-wrapper pre {
  margin-bottom: 0;
}
.markdown-formatting .hljs-code-header {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: center;
  padding: .25rem 1rem;
  background-color: rgba(var(--bs-light-rgb), .15);
}
.markdown-formatting .hljs-code-header, .markdown-formatting .hljs-code-header a {
  color: var(--bs-white);
}
.markdown-formatting .hljs {
  background: transparent;
}
.markdown-formatting code:not(.hljs) {
  color: var(--bs-dark);
  border: 1px solid var(--bs-gray-300);
  border-radius: .5rem;
  background-color: var(--bs-gray-100);
  padding: 0 .25rem;
}
.markdown-formatting code, .markdown-formatting code .markdown-tooltip-label, .markdown-formatting .hljs span {
  font-family: var(--bs-font-monospace) !important;
}
.markdown-formatting .markdown-tooltip-label {
  background-color: rgba(var(--primary-glow),.25);
  padding: .125em .25em;
  border-radius: .5em;
}
.markdown-formatting .markdown-tooltip-label:hover {
  background-color: rgba(var(--primary-glow),.5);
}
.markdown-formatting .markdown-docs-callout {
  padding: .33rem 1rem;
  margin-bottom: 1rem;
  border: 0 solid transparent;
  border-left-width: 4px;
  border-color: var(--bs-blue);
}
.markdown-formatting .markdown-docs-callout .callout-label {
  color: var(--bs-primary);
  margin-bottom: .5rem;
  font-size: .85rem;
  font-weight: bold;
}
.markdown-formatting .markdown-docs-callout .callout-body {
  line-height: 1.25;
  color: var(--bs-primary-alt);
}
.markdown-formatting .markdown-docs-callout.warning,
.markdown-formatting .markdown-docs-callout.warning .callout-label {
  border-color: var(--amber);
  color: var(--amber-alt);
}
.markdown-formatting .markdown-docs-callout.danger,
.markdown-formatting .markdown-docs-callout.danger .callout-label {
  border-color: var(--rouge);
  color: var(--rouge-alt);
}
.markdown-formatting .markdown-docs-callout.success,
.markdown-formatting .markdown-docs-callout.success .callout-label {
  border-color: var(--teal);
  color: var(--teal-alt);
}
.markdown-formatting blockquote {
  background-color: var(--bs-light);
  padding: 1em;
  border-radius: .5em;
}
.markdown-formatting table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.markdown-formatting table th,
.markdown-formatting table td {
  padding: 0.75rem;
  vertical-align: top;
}
.markdown-formatting table td {
  border-top: 1px solid var(--bs-gray-200);
}
.markdown-formatting table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid var(--bs-gray-200);
  font-weight: bold;
  letter-spacing: .250em;
  color: var(--gray);
  font-size: .625em;
  text-transform: uppercase;
  text-wrap: nowrap;
}
.markdown-formatting table tbody + tbody {
  border-top: 2px solid var(--bs-gray-200);
}
.availability-container .availability-current-time {
  position: absolute;
  padding: 0 50px;
  transform: translateX(-50%);
  background: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,1), rgba(255,255,255,1), rgba(255,255,255,0));
  pointer-events: none;
  color: var(--bs-blue);
}
.availability-container .availability-current-time-line {
  position: absolute;
  width: 1px !important;
  border-left: 1px solid var(--bs-blue);
  pointer-events: none;
}
.availability-container .availability-current-time-line::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  border: 1px solid var(--bs-primary);
  background-color: var(--bs-blue);
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
.availability-container .availability-current-time,
.availability-container .availability-current-time-line,
.availability-container .availability-current-time-line::before {
  z-index: 5;
}
.availability-container .availability-slot,
.availability-container .occupied-slot,
.availability-container .timeslot-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  padding: 4px 0;
  display: flex;
  align-items: center;
  border: 2px solid;
}
.availability-container .availability-slot,
.availability-container .timeslot-hover {
  border-radius: 0.375rem;
}
.availability-container .timeslot-hover {
  background-color: rgba(var(--primary-glow),.33);
  border-color: rgba(var(--primary-glow),.5);
  color: var(--bs-dark);
}
.availability-container .availability-slot {
  background-color: rgba(var(--glow-teal),.125);
  border-color: rgba(var(--glow-teal),.5);
  color: rgba(var(--glow-teal),.9);
}
.availability-container .availability-slot.overlapping {
  background-color: rgba(var(--glow-amber),.125);
  border-color: rgba(var(--glow-amber),.5);
  color: rgba(var(--glow-amber),.9);
}
.availability-container .availability-slot.exceedingcapacity {
  background-color: rgba(var(--glow-rouge),.125) !important;
  border-color: rgba(var(--glow-rouge),.5) !important;
  color: rgba(var(--glow-rouge),.9) !important;
}
.availability-container .occupied-slot {
  background-color: var(--bs-gray-100);
  border-color: transparent;
}
.availability-container:not(.availability-readonly) .availability-slot:hover {
  font-weight: bolder !important;
}
.availability-container .timeslot-hover {
  z-index: 5;
}
.availability-readonly .availability-slot {
  pointer-events: none !important;
}
.jqtl-container {
  border: none !important;
}
.jqtl-ruler-line-item {
  color: rgba(var(--glow-gray), .5) !important;
  font-size: .75em !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: unset !important;
}
.jqtl-ruler-line-item:nth-child(even) {
  background-color: transparent !important;
}
.jqtl-side-index .jqtl-side-index-margin {
  font-size: 1em !important;
}
.jqtl-side-index .jqtl-side-index-item {
  background-color: var(--bs-white) !important;
}
.jqtl-side-index .jqtl-side-index-margin, .jqtl-side-index>[class^="jqtl-side-index-"] {
  border-color: rgba(var(--glow-gray), .33) !important;
}
.jqtl-side-index>[class^="jqtl-side-index-"]:first-child, .jqtl-side-index>[class^="jqtl-side-index-"]:last-child {
  border-top-color: transparent !important;
  border-bottom-color: transparent !important;
}
.jqtl-side-index > [class^="jqtl-side-index-"] {
  border-right: 1px solid rgba(var(--glow-gray), .25) !important;
}
.jqtl-loader {
  visibility: hidden !important;
}
.jqtl-present-time {
  box-sizing: border-box !important;
  border-color: var(--bs-blue) !important;
  border-left-style: solid !important;
}
.jqtl-present-time::before, .jqtl-present-time::after {
  width: 10px !important;
  height: 10px !important;
  border-radius: 10px !important;
  border: 1px solid var(--bs-primary) !important;
  background-color: var(--bs-blue) !important;
  left: -5px !important;
}
.jqtl-present-time::before {
  top: calc(10px / -2) !important;
}
.jqtl-present-time::after {
  content: none !important;
}
.jqtl-event-node {
  box-sizing: border-box !important;
}
.jqtl-event-node:hover, .jqtl-event-node:hover::after {
  color: inherit !important;
  background-color: transparent !important;
}
.jqtl-event-node:before, .jqtl-event-node:after {
  content: none !important;
}
.jqtl-event-label, .jqtl-event-node > * {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.jqtl-footer {
  margin: 0 !important;
}
.jqtl-timeline-presenttime-clock {
  color: var(--bs-blue) !important;
  font-weight: bold;
  font-size: .75em;
  padding: 0 26px;
  position: absolute;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1), rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
  height: calc(100% - 32px);
  width: 50px;
  z-index: 22;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
.timeline-horizontal ul {
  list-style: none;
  position: relative;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(var(--items), 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.timeline-horizontal ul:before {
  content: '';
  position: absolute;
  top: 50%;
  width: 100%;
  border-top: 1px solid var(--bs-blue);
  left: 11px;
}
.timeline-horizontal ul li {
  --circle-size: 8px;
  grid-column: var(--index);
  overflow: hidden;
  position: relative;
  height: calc(100% + var(--circle-size) * 0.5);
}
.timeline-horizontal ul li:after {
  content: '';
  width: var(--circle-size);
  height: var(--circle-size);
  background: var(--bs-primary);
  position: absolute;
  bottom: 0;
  left: var(--circle-size);
  border-radius: 100px;
  transform: translateX(-50%);
  z-index: 1;
}
.timeline-horizontal ul li:nth-child(even):after {
  bottom: auto;
  top: 0;
}
.timeline-horizontal ul li:nth-child(even) {
  grid-row: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 40px;
  margin-top: calc(var(--circle-size) * -0.45);
}
.timeline-horizontal ul li:nth-child(odd) .timeline-horizontal-text:after,
.timeline-horizontal ul li:nth-child(even) .timeline-horizontal-text:before {
  content: "";
  display: block;
  border-left: 1px solid var(--bs-blue);
  position: absolute;
  left: calc(var(--circle-size) - 1px);
}
.timeline-horizontal ul li:nth-child(odd) .timeline-horizontal-text:after {
  top: 36px;
  margin-top: 26px;
  height: 100vh;
}
.timeline-horizontal ul li:nth-child(even) .timeline-horizontal-text:before {
  top: -46px;
  height: 66px;
  margin-top: -26px;
}
.timeline-horizontal ul li > * {
  padding-left: calc(var(--circle-size) * .5);
}
.timeline-horizontal ul li .timeline-horizontal-text {
  margin: 0;
  position: relative;
}
@keyframes slidingHorizontally {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.slidingHorizontally {
  animation-name: slidingHorizontally;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  min-width: 100%;
  width: max-content;
}
.slidingHorizontally > img {
  height: 60px;
}
.hero-illustration-main {
  max-height: 33vh; max-width: 125vw;
}
.logo-fit {
  max-width: 150px;
}
.coverpicture-fit {
  margin-right: -4rem !important;
  margin-left: -4rem !important;
  width: calc(100% + 8rem) !important;
}
nav#sidebarMenu.collapsing {
  transition: none;
}
nav#sidebarMenu.sidebar.collapse.show {
  z-index: 9999 !important;
}
.min-h-0 {
  min-height: 0 !important;
}
@media only screen and (min-width: 576px) {
  .h-sm-25 {
    height: 25% !important;
  }
  .h-sm-50 {
    height: 50% !important;
  }
  .h-sm-75 {
    height: 75% !important;
  }
  .h-sm-100 {
    height: 100% !important;
  }
  .hero-illustration-main {
    max-height: 25vh;
  }
}
@media only screen and (min-width: 768px) {
  .h-md-25 {
    height: 25% !important;
  }
  .h-md-50 {
    height: 50% !important;
  }
  .h-md-75 {
    height: 75% !important;
  }
  .h-md-100 {
    height: 100% !important;
  }
  .fc-day-actions {
    display: flex;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
    z-index: 99 !important;
    padding-left: 6px;
  }
  .coverpicture-fit {
    margin-right: 0 !important;
    margin-left: 0 !important;
    width: inherit !important;
  }
  nav#sidebarMenu {
    width: 210px;
    max-width: 210px;
  }
  header#headerMenu, main#appView {
    padding-left: 210px !important;
  }
  .notifications-menu {
    width: 350px !important;
  }
  .gx-lg {
    --bs-gutter-x: 6rem;
  }
  .gy-lg {
    --bs-gutter-y: 6rem;
  }
  .g-lg {
    --bs-gutter-x: 6rem;
    --bs-gutter-y: 6rem;
  }
  .gx-xl {
    --bs-gutter-y: 9rem;
  }
  .gy-xl {
    --bs-gutter-y: 9rem;
  }
  .landingWidgetGraphic {
    margin-top: -420px;
    margin-bottom: -580px;
  }
  .follow-scroll {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky;
    top: 25px;
    bottom: auto;
  }
  .follow-scroll-lg {
    top: 100px;
  }
  .discoverportal-searchfiltering.expanded {
    min-width: 750px !important;
  }
  .dropdown__menu__content {
    min-width: auto !important;
  }
}
@media only screen and (min-width: 992px) {
  .h-lg-25 {
    height: 25% !important;
  }
  .h-lg-50 {
    height: 50% !important;
  }
  .h-lg-75 {
    height: 75% !important;
  }
  .h-lg-100 {
    height: 100% !important;
  }
  .logo-fit {
    max-width: 200px;
  }
  .slidingHorizontally {
    animation-duration: 18s;
  }
  .nav-morph-dropdown .morph-dropdown-wrapper {
    overflow-y: visible;
    height: unset;
  }
  .nav-morph-dropdown {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: inherit;
    padding: 0;
    text-align: center;
    background-color: transparent;
  }
  .nav-morph-dropdown::before {
    content: 'desktop';
  }
  .nav-morph-dropdown .nav-trigger {
    display: none;
  }
  .nav-morph-dropdown .main-nav {
    display: inline-block;
  }
  .nav-morph-dropdown .main-nav > ul > li {
    display: inline-block;
    float: left;
  }
  .nav-morph-dropdown .main-nav > ul > li > a {
    display: block;
    padding: 0 1.8em;
    font-smoothing: antialiased;
    transition: opacity .2s;
  }
  .nav-morph-dropdown.is-dropdown-visible .main-nav > ul > li > a {
    opacity: .6;
  }
  .nav-morph-dropdown.is-dropdown-visible .main-nav > ul > li.active > a {
    opacity: 1;
  }
  .nav-morph-dropdown .morph-dropdown-wrapper {
    display: block;
    top: 58px;
    width: auto;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
    transform: translateZ(0);
    will-change: transform;
    transform: translateY(20px);
    transition: transform .3s;
  }
  .nav-morph-dropdown.is-dropdown-visible .morph-dropdown-wrapper {
    transform: translateY(0);
  }
  .nav-morph-dropdown .dropdown-list {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    transform: translateZ(0);
    will-change: transform, width, height;
    transition: visibility .3s;
  }
  .no-csstransitions .nav-morph-dropdown .dropdown-list {
    display: none;
  }
  .nav-morph-dropdown .dropdown-list::before {
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    height: 0;
    width: 0;
    border: 6px solid transparent;
    border-bottom-color: var(--bs-white);
    opacity: 0;
    transition: opacity .3s;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  }
  .nav-morph-dropdown .dropdown-list > ul {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
    overflow: hidden;
  }
  .nav-morph-dropdown.is-dropdown-visible .dropdown-list {
    visibility: visible;
    border-radius: 1.5em;
    box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
    transition: transform .3s, width .3s, height .3s;
  }
  .nav-morph-dropdown.is-dropdown-visible .dropdown-list::before {
    opacity: 1;
  }
  .nav-morph-dropdown .dropdown {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    border-radius: 1.5em;
    background-color: var(--bs-white);
    transition: opacity .3s, visibility .3s;
  }
  .nav-morph-dropdown .dropdown.active {
    opacity: 1;
    visibility: visible;
  }
  .nav-morph-dropdown .dropdown.move-left .content {
    transform: translateX(-100px);
  }
  .nav-morph-dropdown .dropdown.move-right .content {
    transform: translateX(100px);
  }
  .nav-morph-dropdown .label {
    display: none;
  }
  .nav-morph-dropdown .content {
    padding: 1em 1.4em;
    transition: transform .3s;
    text-align: left;
  }
  .nav-morph-dropdown .content > ul::after {
    clear: both;
    content: "";
    display: block;
  }
  .nav-morph-dropdown .content > ul > li {
    width: 48%;
    float: left;
    margin-right: 4%;
    margin-top: 0;
  }
  .nav-morph-dropdown .content > ul > li:nth-of-type(2n) {
    margin-right: 0;
  }
  .nav-morph-dropdown .content {
    width: inherit;
  }
  .nav-morph-dropdown .bg-layer {
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    width: 1px;
    opacity: 0;
    transition: opacity .3s;
    transform-origin: top left;
    transform: translateZ(0);
    will-change: transform;
    backface-visibility: hidden;
  }
  .nav-morph-dropdown.is-dropdown-visible .bg-layer {
    opacity: 1;
    transition: transform .3s, opacity .3s;
  }
}
