@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Radley:ital@0;1&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL@20..48,100..700,0..1");
* {
  scrollbar-width: thin;
}

html {
  background: #F1F1F1;
  -webkit-font-smoothing: antialiased;
  min-height: 100%;
  margin: 0;
  padding: 0;
  overflow-y: auto;
  scrollbar-width: thin;
}

body {
  width: 100%;
  min-height: 100vh;
  color: #3d413d;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  background: #ffffff;
  margin: 0;
  padding: 0;
}

section {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 64px;
  padding-bottom: 64px;
}
section.no-padding {
  padding: 0;
}
section.dark {
  background-color: #ece7db;
}
section.sage {
  background-color: #546E57;
}
section.black {
  background-color: #000000;
  color: #ffffff;
}
section.cover {
  max-width: none;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
section .mid {
  position: relative;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
section.ivory-texture {
  background-image: url("/assets/ivory-texture-e6cd5806.png");
}
section.top-section {
  background-size: fit;
  padding-top: 120px;
  padding-bottom: 150px;
}
section.top-section .boxes {
  position: absolute;
  background-image: url("/assets/boxes-texture-59293f6e.svg");
  background-size: fit;
  background-repeat: no-repeat;
  background-position: top center;
  height: 400px;
  width: 100%;
}
section.top-section .grid {
  position: relative;
  width: 100%;
  display: grid;
  grid-gap: 0px;
  grid-template-columns: 1fr 1fr;
  min-height: 240px;
  margin-top: 52px;
}
section.top-section .grid .border-right {
  border-right: 0.5px solid #3D413D;
}

header {
  position: relative;
  z-index: 2;
}

h1 {
  color: #3d413d;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1.2em;
  letter-spacing: 0em;
  word-break: break-word;
  margin: 0;
}

h2,
h3,
h4,
h5,
h6 {
  color: #C55C3F;
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.2em;
  letter-spacing: 0.01em;
  word-break: break-word;
  margin: 0;
}

p {
  margin: 0;
}

:focus {
  outline: none;
}

a {
  color: #3d413d;
  text-decoration-line: none;
}
a.underline {
  text-decoration-line: underline;
}

form {
  margin: 0;
}

#main {
  width: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

.bg-dark {
  background-color: #F1F1F1;
}

.bg-black {
  background-color: #000000;
}

.bg-white {
  background-color: #ffffff;
}

.bg-grey {
  background-color: #9b9b9b !important;
}

.bg-green {
  background-color: #0fc36c !important;
}

.bg-yellow {
  background-color: #FFD300 !important;
}

.bg-yellow-light {
  background-color: rgb(255, 250.6, 229.5) !important;
}

.bg-mark {
  background-color: mark !important;
}

.bg-red {
  background-color: #ef4337 !important;
}

.bg-ivory {
  background-color: #ece7db !important;
}

.clear {
  clear: both;
}

.hidden {
  display: none;
}

.hidden2 {
  opacity: 0;
  visibility: none;
  width: 0;
  height: 0;
  position: absolute;
  padding: 0;
  margin: 0;
}

.hidden-important {
  display: none !important;
}

.opacity0 {
  opacity: 0;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.full-width {
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.full-height {
  height: 100%;
  max-height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

.pointer {
  cursor: pointer;
}

.min-height100 {
  min-height: 100%;
}

.font-title {
  font-family: "Radley", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.font-10 {
  font-size: 10px;
}

.font-12 {
  font-size: 12px;
}

.font-14 {
  font-size: 14px;
}

.font-16 {
  font-size: 16px;
}

.font-18 {
  font-size: 18px;
}

.font-22 {
  font-size: 22px;
}

.font-26 {
  font-size: 26px;
  line-height: 1.4em;
}

.font-28 {
  font-size: 28px;
  line-height: 1.4em;
}

.font-36 {
  font-size: 36px;
  line-height: 1.4em;
}

.font-56 {
  font-size: 56px;
  line-height: 1em;
}

.font-200 {
  font-weight: 200;
}

.font-300 {
  font-weight: 300;
}

.font-400 {
  font-weight: 400;
}

.font-500 {
  font-weight: 500;
}

.font-600 {
  font-weight: 600;
}

.font-800 {
  font-weight: 800;
}

.line-height12 {
  line-height: 1.2em;
}

.w100p {
  width: 100vw;
  max-width: 100%;
}

.w30 {
  width: 30px;
}

.w50 {
  width: 50px;
}

.w300 {
  width: 300px;
  max-width: 100%;
}

.w400 {
  width: 400px;
  max-width: 100%;
}

.w460 {
  width: 460px;
  max-width: 100%;
}

.w500 {
  width: 500px;
  max-width: 100%;
}

.w600 {
  width: 600px;
  max-width: 100%;
}

.w800 {
  width: 800px;
  max-width: 100%;
}

.w1000 {
  width: 1000px;
  max-width: 100%;
}

.w1300 {
  width: 1300px;
  max-width: 100%;
}

.max-w50 {
  max-width: 50px;
}

.max-w100 {
  max-width: 100px;
}

.max-w130 {
  max-width: 130px;
}

.max-w150 {
  max-width: 150px;
}

.max-w180 {
  max-width: 180px;
}

.max-w250 {
  max-width: 250px;
}

.max-w300 {
  max-width: 300px;
}

.max-w400 {
  max-width: 400px;
}

.max-w600 {
  max-width: 600px;
}

.max-w800 {
  max-width: 800px;
}

.max-w900 {
  max-width: 900px;
}

.max-w936 {
  max-width: 936px;
}

.marg-top4 {
  margin-top: 4px;
}

.marg-top8 {
  margin-top: 8px;
}

.marg-top10 {
  margin-top: 10px;
}

.marg-top16 {
  margin-top: 16px;
}

.marg-top24 {
  margin-top: 24px;
}

.marg-top32 {
  margin-top: 32px;
}

.marg-top36 {
  margin-top: 36px;
}

.marg-top64 {
  margin-top: 64px;
}

.marg-bottom8 {
  margin-bottom: 8px;
}

.marg-bottom16 {
  margin-bottom: 16px;
}

.marg-bottom32 {
  margin-bottom: 32px;
}

.margin-right6 {
  margin-right: 6px;
}

.no-padding {
  padding: 0;
}

.padding8 {
  padding: 8px;
}

.padding16 {
  padding: 16px;
}

.padding20 {
  padding: 20px;
}

.padding24 {
  padding: 24px;
}

.padding32 {
  padding: 32px;
}

.padding60 {
  padding: 60px;
}

.padding-top16 {
  padding-top: 16px;
}

.color-grey {
  color: #475467;
}
.color-grey a {
  color: #475467;
}
.color-grey a:hover {
  color: #3d413d;
}

.color-white {
  color: #ffffff;
}

.color-text {
  color: #3d413d;
}

.color-charcoal {
  color: #3d413d;
}

.color-terracotta {
  color: #C55C3F;
}

.color-sage {
  color: #546E57;
}

.color-red {
  color: #ef4337;
}

.color-green {
  color: #0fc36c;
}

.color-yellow {
  color: #FFD300;
}

.color-blue {
  color: #117C96;
}

.text-center {
  text-align: center;
}

.border-3 {
  border-radius: 3px;
}

.border-4 {
  border-radius: 4px;
}

.border-6 {
  border-radius: 6px;
}

.border-8 {
  border-radius: 8px;
}

.flex {
  display: flex;
}
.flex.column {
  flex-direction: column;
}
.flex.gap4 {
  gap: 4px;
}
.flex.gap8 {
  gap: 8px;
}
.flex.gap12 {
  gap: 12px;
}
.flex.gap16 {
  gap: 16px;
}
.flex.gap18 {
  gap: 18px;
}
.flex.gap20 {
  gap: 20px;
}
.flex.gap22 {
  gap: 22px;
}
.flex.gap24 {
  gap: 24px;
}
.flex.gap28 {
  gap: 28px;
}
.flex.gap32 {
  gap: 32px;
}
.flex.gap48 {
  gap: 48px;
}
.flex.gap64 {
  gap: 64px;
}
.flex.gap104 {
  gap: 104px;
}
.flex.column-gap32 {
  column-gap: 32px;
}
.flex.wrap {
  flex-wrap: wrap;
}
.flex.nowrap {
  flex-wrap: nowrap;
}
.flex.space-between {
  justify-content: space-between;
}
.flex.justify-center {
  justify-content: center;
}
.flex.justify-end {
  justify-content: flex-end;
}
.flex.align-center {
  align-items: center;
}
.flex.align-start {
  align-items: flex-start;
}
.flex.align-end {
  align-items: flex-end;
}
.flex.stretch {
  align-items: stretch;
}
.flex.all-in-center {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.flex.white {
  color: #ffffff;
}
.flex.white a {
  color: #ffffff;
}
.flex .flex0 {
  flex: 0;
}
.flex .flex1 {
  flex: 1;
}
.flex .flex2 {
  flex: 2;
}

.inline-flex {
  display: inline-flex !important;
}

.card-grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 32px;
  padding: 32px 0;
  box-sizing: border-box;
}

.grid11,
.grid12,
.grid21,
.grid22,
.grid222,
.grid111,
.grid1111 {
  position: relative;
  width: 100%;
  display: grid;
  grid-gap: 32px;
}
.grid11 .col,
.grid12 .col,
.grid21 .col,
.grid22 .col,
.grid222 .col,
.grid111 .col,
.grid1111 .col {
  position: relative;
}
.grid11 .col img,
.grid12 .col img,
.grid21 .col img,
.grid22 .col img,
.grid222 .col img,
.grid111 .col img,
.grid1111 .col img {
  display: block;
  max-width: 100%;
}
.grid11 .col.example,
.grid12 .col.example,
.grid21 .col.example,
.grid22 .col.example,
.grid222 .col.example,
.grid111 .col.example,
.grid1111 .col.example {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  font-size: 30px;
  height: 200px;
  background-color: #9b9b9b;
}

.grid11 {
  grid-template-columns: 1fr 1fr;
}

.grid22 {
  grid-template-columns: 1fr 1fr;
}

.grid222 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid12 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid12 .col:nth-child(2) {
  grid-column: 2/4;
}

.grid21 {
  grid-template-columns: 1fr 1fr 1fr;
}
.grid21 .col img {
  max-width: 100%;
}
.grid21 .col:nth-child(1) {
  grid-column: 1/3;
}
.grid111 {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid1111 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.avatar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  height: 100px;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background-color: #3d413d;
  background-position: center;
  background-size: cover;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.avatar.squared {
  border-radius: 4px !important;
}
.avatar.x30 {
  min-width: 30px;
  max-width: 30px;
  width: 30px;
  height: 30px;
  border-radius: 30px;
  font-size: 15px;
}
.avatar.x40 {
  min-width: 40px;
  max-width: 40px;
  width: 40px;
  height: 40px;
  border-radius: 40px;
  font-size: 18px;
}
.avatar.x50 {
  min-width: 50px;
  max-width: 50px;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-size: 25px;
}
.avatar .hover {
  display: none;
}

.one-per-line {
  word-spacing: 1000em;
}

.maxlines-1 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.maxlines-2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.maxlines-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.maxlines-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}

.line-clamp {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.read-more-text p {
  display: none;
}
.read-more-text p:first-child {
  padding-top: 0;
}
.read-more-text.open p {
  display: block;
}
.body-text {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 1.5em;
  letter-spacing: 0.02em;
  word-break: break-word;
}
.body-text table {
  width: 100%;
}
.body-text table td {
  vertical-align: top;
  min-width: 20px;
}
.body-text table td img {
  max-width: none;
}
.body-text h1, .body-text h2 {
  font-size: 34px;
  margin-bottom: 40px;
}
.body-text h3, .body-text h4, .body-text h5, .body-text h6 {
  font-size: 24px;
  margin-bottom: 24px;
}
.body-text p {
  margin: 0;
  padding-top: 8px;
  padding-bottom: 8px;
}
.body-text p:has(iframe) {
  margin-top: 16px;
  margin-bottom: 16px;
}
.body-text a {
  text-decoration: none;
}
.body-text a:hover {
  text-decoration: underline;
}
.body-text .marg {
  margin-left: -100px;
}
.body-text img {
  max-width: 100%;
  height: auto !important;
}
.body-text ol {
  list-style-type: decimal;
}
.body-text ul,
.body-text ol {
  margin-left: 32px;
}

.card {
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  overflow-wrap: break-word;
}
.card .content {
  display: flex;
  flex-direction: column;
  padding: 32px;
  min-height: 100%;
}
.card .content .cover {
  max-width: 100%;
  aspect-ratio: 16/9;
  max-height: 40%;
}
.card .content .cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.card .content .info {
  flex: 1;
  padding: 32px;
}
.card .content .subinfo {
  padding: 0px 32px 32px 32px;
}
.card.event .content {
  padding: 0;
}
.card.article {
  background-color: #ece7db;
}
.card.article .content {
  padding: 0;
}
.card.bordered {
  border: 1px solid rgba(0, 0, 0, 0.12);
}

table.rows {
  width: auto !important;
  min-width: 100%;
  table-layout: auto;
  border: 0;
  border-spacing: 0px;
  border-collapse: separate;
  box-sizing: border-box;
  white-space: nowrap;
  table-layout: fixed;
}
table.rows tbody {
  vertical-align: middle;
}
table.rows tbody tr td {
  padding: 10px 20px;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  vertical-align: middle;
  background-color: #ffffff;
}
table.rows tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
table.rows tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
table.rows tbody tr:last-child td {
  border-bottom: none;
}
table.rows tbody tr:last-child td:first-child {
  border-bottom-left-radius: 4px;
}
table.rows tbody tr:last-child td:last-child {
  border-bottom-right-radius: 4px;
}

.bordered-table {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 4px;
}
.bordered-table .table {
  display: table;
  width: auto !important;
  min-width: 100%;
  table-layout: auto;
  border: 0;
  border-spacing: 0px;
  border-collapse: separate;
  box-sizing: border-box;
  white-space: nowrap;
  table-layout: fixed;
}
.bordered-table .table .tr {
  display: table-row;
}
.bordered-table .table .thead {
  display: table-header-group;
}
.bordered-table .table .thead .th {
  display: table-cell;
  font-weight: 400;
  padding: 10px 20px;
  text-align: start;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
}
.bordered-table .table .thead .th:first-child {
  border-top-left-radius: 4px;
}
.bordered-table .table .thead .th:last-child {
  border-top-right-radius: 4px;
}
.bordered-table .table .tbody {
  display: table-row-group;
  vertical-align: middle;
}
.bordered-table .table .tbody turbo-frame {
  display: table-row;
}
.bordered-table .table .tbody turbo-frame[complete] .td, .bordered-table .table .tbody turbo-frame.prepend .td {
  -webkit-animation: change-bg-color-green-transparent 1s linear alternate both;
  animation: change-bg-color-green-transparent 1s linear alternate both;
}
.bordered-table .table .tbody turbo-frame:hover {
  background-color: rgba(0, 0, 0, 0.04);
}
.bordered-table .table .tbody turbo-frame .td {
  display: table-cell;
  padding: 10px 20px;
  vertical-align: top;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  vertical-align: middle;
  background-color: #ffffff;
}
.bordered-table .tnav {
  display: flex;
  background-color: #ffffff;
  padding: 10px 20px;
  font-size: 12px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

#bee-editor {
  height: calc(100vh - 240px);
}

summary {
  list-style: none;
}

#edit_field details summary {
  list-style-type: "+";
  padding-left: 6px;
}
#edit_field details[open] > summary {
  list-style-type: "-";
}
#edit_field .options {
  display: none;
}
#edit_field[field-type=select] .supporting-text,
#edit_field[field-type=select] .characters-limits {
  display: none;
}
#edit_field[field-type=select] .options {
  display: block;
}
#edit_field[field-type=tags] .supporting-text,
#edit_field[field-type=tags] .label {
  display: none;
}
#edit_field[field-type=tags] .options {
  display: block;
}
#edit_field[field-type=heading] .supporting-text,
#edit_field[field-type=heading] .characters-limits,
#edit_field[field-type=heading] .label,
#edit_field[field-type=heading] .options,
#edit_field[field-type=heading] .optional {
  display: none;
}

.sortable .sortable-item {
  position: relative;
}
.sortable .sortable-item .sortable-icon {
  display: block;
  color: #9b9b9b;
}
.sortable .sortable-item .sortable-icon:hover {
  cursor: grab;
}
.sortable .sortable-item .sortable-td {
  width: 16px;
  padding: 0;
  padding-left: 6px;
}
.sortable .sortable-ghost,
.sortable .sortable-ghost td {
  background-color: #F1F1F1;
}

.field_body.dependent.disabled {
  display: none;
}

#fields .sortable-item {
  padding: 16px;
}
#fields.preview .sortable-item {
  padding: 0px;
}
#fields.preview .sortable-item .field_body {
  margin-top: 16px;
  margin-bottom: 16px;
}
#fields.constructor_fields .field_body.dependent.disabled {
  display: block;
  opacity: 0.6;
}

#bee-plugin-container {
  height: 100%;
}

:root {
  --md-ref-typeface-brand: $font-body;
  --md-ref-typeface-plain: $font-body;
  --md-ref-typeface-weight-bold: 900;
  --md-icon-font: "Material Symbols Rounded";
  --md-sys-color-primary: #546E57;
  --md-sys-color-surface-tint: rgb(75 101 78);
  --md-sys-color-on-primary: rgb(255 255 255);
  --md-sys-color-primary-container: rgb(84 110 87);
  --md-sys-color-on-primary-container: rgb(210 239 210);
  --md-sys-color-secondary: #C55C3F;
  --md-sys-color-on-secondary: rgb(255 255 255);
  --md-sys-color-secondary-container: rgb(188 85 57);
  --md-sys-color-on-secondary-container: rgb(255 251 255);
  --md-sys-color-tertiary: rgb(97 94 85);
  --md-sys-color-on-tertiary: rgb(255 255 255);
  --md-sys-color-tertiary-container: rgb(236 231 219);
  --md-sys-color-on-tertiary-container: rgb(106 103 94);
  --md-sys-color-error: rgb(186 26 26);
  --md-sys-color-on-error: rgb(255 255 255);
  --md-sys-color-error-container: rgb(255 218 214);
  --md-sys-color-on-error-container: rgb(147 0 10);
  --md-sys-color-background: rgb(250 249 246);
  --md-sys-color-on-background: rgb(27 28 26);
  --md-sys-color-surface: rgb(250 249 246);
  --md-sys-color-on-surface: rgb(27 28 26);
  --md-sys-color-surface-variant: rgb(223 228 219);
  --md-sys-color-on-surface-variant: rgb(67 72 66);
  --md-sys-color-outline: rgb(115 121 113);
  --md-sys-color-outline-variant: rgb(195 200 192);
  --md-sys-color-shadow: rgb(0 0 0);
  --md-sys-color-scrim: rgb(0 0 0);
  --md-sys-color-inverse-surface: rgb(47 49 47);
  --md-sys-color-inverse-on-surface: rgb(242 241 237);
  --md-sys-color-inverse-primary: rgb(177 206 178);
  --md-sys-color-primary-fixed: rgb(205 234 206);
  --md-sys-color-on-primary-fixed: rgb(8 32 15);
  --md-sys-color-primary-fixed-dim: rgb(177 206 178);
  --md-sys-color-on-primary-fixed-variant: rgb(52 76 56);
  --md-sys-color-secondary-fixed: rgb(255 219 209);
  --md-sys-color-on-secondary-fixed: rgb(59 9 0);
  --md-sys-color-secondary-fixed-dim: rgb(255 181 161);
  --md-sys-color-on-secondary-fixed-variant: rgb(128 41 17);
  --md-sys-color-tertiary-fixed: rgb(231 226 214);
  --md-sys-color-on-tertiary-fixed: rgb(29 28 20);
  --md-sys-color-tertiary-fixed-dim: rgb(203 198 187);
  --md-sys-color-on-tertiary-fixed-variant: rgb(73 71 62);
  --md-sys-color-surface-dim: rgb(219 218 214);
  --md-sys-color-surface-bright: rgb(250 249 246);
  --md-sys-color-surface-container-lowest: rgb(255 255 255);
  --md-sys-color-surface-container-low: rgb(244 244 240);
  --md-sys-color-surface-container: rgb(239 238 234);
  --md-sys-color-surface-container-high: rgb(233 232 229);
  --md-sys-color-surface-container-highest: rgb(227 226 223);
  --md-ripple-hover-color: var(--md-sys-color-primary);
  --md-ripple-pressed-color: var(--md-sys-color-primary);
}

md-filled-text-field {
  --md-filled-text-field-container-shape: 6px;
  --md-filled-text-field-container-color: #ffffff;
  --md-filled-text-field-active-indicator-height: 0px;
  --md-filled-text-field-focus-active-indicator-height: 0px;
  --md-filled-text-field-hover-active-indicator-height: 0px;
  --md-filled-text-field-hover-state-layer-opacity: 0;
}
md-filled-text-field.medium {
  --md-filled-field-top-space: 8px;
  --md-filled-field-bottom-space: 8px;
  --md-filled-field-leading-space: 12px;
  --md-filled-field-trailing-space: 12px;
  --md-filled-text-field-top-space: 8px;
  --md-filled-text-field-bottom-space: 8px;
  --md-filled-text-field-label-text-populated-line-height: 10px;
  --md-filled-text-field-with-label-bottom-space: 2px;
  --md-filled-text-field-with-label-top-space: 4px;
}

md-outlined-text-field {
  --md-outlined-text-field-container-shape: 6px;
  --md-outlined-text-field-focus-outline-width: 2px;
}

md-filled-select {
  --md-filled-select-text-field-container-shape: 6px;
  --md-filled-select-text-field-container-color: #ffffff;
  --md-filled-select-text-field-active-indicator-height: 0px;
  --md-filled-select-text-field-focus-active-indicator-height: 0px;
  --md-filled-select-text-field-hover-active-indicator-height: 0px;
  --md-filled-select-text-field-hover-state-layer-color: #c32fa0;
  --md-filled-select-text-field-hover-state-layer-opacity: 0.02;
  z-index: 2;
}
md-filled-select.medium {
  --md-filled-field-top-space: 8px;
  --md-filled-field-bottom-space: 8px;
  --md-filled-field-leading-space: 12px;
  --md-filled-field-trailing-space: 48px;
}
md-filled-select.label-active {
  --md-filled-select-text-field-container-color: var(--md-ref-palette-secondary98);
}
md-filled-select.label-inactive {
  --md-filled-select-text-field-input-text-color: var(--md-sys-color-on-surface-variant-light);
}
md-filled-select a {
  text-decoration: none;
}

md-outlined-select {
  --md-outlined-select-text-field-container-shape: 6px;
  --md-outlined-select-text-field-focus-outline-width: 2px;
}

md-filled-button,
md-filled-tonal-button,
md-outlined-button,
md-elevated-button,
md-text-button,
md-icon-button,
md-outlined-icon-button,
md-icon {
  --md-filled-button-container-shape: 6px;
  --md-outlined-button-container-shape: 6px;
  --md-filled-tonal-button-container-shape: 6px;
  --md-elevated-button-container-shape: 6px;
  --md-text-button-container-shape: 6px;
}
md-filled-button.black,
md-filled-tonal-button.black,
md-outlined-button.black,
md-elevated-button.black,
md-text-button.black,
md-icon-button.black,
md-outlined-icon-button.black,
md-icon.black {
  --md-sys-color-primary: #000000;
}
md-filled-button.selected-text-button,
md-filled-tonal-button.selected-text-button,
md-outlined-button.selected-text-button,
md-elevated-button.selected-text-button,
md-text-button.selected-text-button,
md-icon-button.selected-text-button,
md-outlined-icon-button.selected-text-button,
md-icon.selected-text-button {
  --md-sys-color-primary: #000000;
  background-color: #f1f1f1;
}
md-filled-button.ivory,
md-filled-tonal-button.ivory,
md-outlined-button.ivory,
md-elevated-button.ivory,
md-text-button.ivory,
md-icon-button.ivory,
md-outlined-icon-button.ivory,
md-icon.ivory {
  --md-sys-color-primary: #ece7db;
  --md-icon-button-icon-color: #ece7db;
  --md-icon-color: #ece7db;
  color: #ece7db;
  --md-filled-button-label-text-color: #3d413d;
}
md-filled-button.grey,
md-filled-tonal-button.grey,
md-outlined-button.grey,
md-elevated-button.grey,
md-text-button.grey,
md-icon-button.grey,
md-outlined-icon-button.grey,
md-icon.grey {
  --md-sys-color-primary: #9b9b9b;
  --md-icon-button-icon-color: #9b9b9b;
  --md-icon-color: #9b9b9b;
  color: #9b9b9b;
}
md-filled-button.grey-text,
md-filled-tonal-button.grey-text,
md-outlined-button.grey-text,
md-elevated-button.grey-text,
md-text-button.grey-text,
md-icon-button.grey-text,
md-outlined-icon-button.grey-text,
md-icon.grey-text {
  --md-sys-color-primary: #3d413d;
  --md-icon-button-icon-color: #3d413d;
  --md-icon-color: #3d413d;
  color: #3d413d;
}
md-filled-button.yellow,
md-filled-tonal-button.yellow,
md-outlined-button.yellow,
md-elevated-button.yellow,
md-text-button.yellow,
md-icon-button.yellow,
md-outlined-icon-button.yellow,
md-icon.yellow {
  --md-sys-color-primary: #e7bf00;
  --md-icon-button-icon-color: #e7bf00;
  --md-icon-color: #e7bf00;
  color: #e7bf00;
}
md-filled-button.green-hover,
md-filled-tonal-button.green-hover,
md-outlined-button.green-hover,
md-elevated-button.green-hover,
md-text-button.green-hover,
md-icon-button.green-hover,
md-outlined-icon-button.green-hover,
md-icon.green-hover {
  --md-icon-button-hover-icon-color: #0fc36c;
}
md-filled-button.green-hover:hover,
md-filled-tonal-button.green-hover:hover,
md-outlined-button.green-hover:hover,
md-elevated-button.green-hover:hover,
md-text-button.green-hover:hover,
md-icon-button.green-hover:hover,
md-outlined-icon-button.green-hover:hover,
md-icon.green-hover:hover {
  --md-sys-color-primary: #0fc36c;
  --md-icon-button-icon-color: #0fc36c;
  --md-icon-color: #0fc36c;
  color: #0fc36c;
}
md-filled-button.red-hover,
md-filled-tonal-button.red-hover,
md-outlined-button.red-hover,
md-elevated-button.red-hover,
md-text-button.red-hover,
md-icon-button.red-hover,
md-outlined-icon-button.red-hover,
md-icon.red-hover {
  --md-icon-button-hover-icon-color: #ef4337;
}
md-filled-button.red-hover:hover,
md-filled-tonal-button.red-hover:hover,
md-outlined-button.red-hover:hover,
md-elevated-button.red-hover:hover,
md-text-button.red-hover:hover,
md-icon-button.red-hover:hover,
md-outlined-icon-button.red-hover:hover,
md-icon.red-hover:hover {
  --md-sys-color-primary: #ef4337;
  --md-icon-button-icon-color: #ef4337;
  --md-icon-color: #ef4337;
  color: #ef4337;
}
md-filled-button.yellow-hover,
md-filled-tonal-button.yellow-hover,
md-outlined-button.yellow-hover,
md-elevated-button.yellow-hover,
md-text-button.yellow-hover,
md-icon-button.yellow-hover,
md-outlined-icon-button.yellow-hover,
md-icon.yellow-hover {
  --md-icon-button-hover-icon-color: #e7bf00;
}
md-filled-button.yellow-hover:hover,
md-filled-tonal-button.yellow-hover:hover,
md-outlined-button.yellow-hover:hover,
md-elevated-button.yellow-hover:hover,
md-text-button.yellow-hover:hover,
md-icon-button.yellow-hover:hover,
md-outlined-icon-button.yellow-hover:hover,
md-icon.yellow-hover:hover {
  --md-sys-color-primary: #e7bf00;
  --md-icon-button-icon-color: #e7bf00;
  --md-icon-color: #e7bf00;
  color: #e7bf00;
}
md-filled-button.dark-grey,
md-filled-tonal-button.dark-grey,
md-outlined-button.dark-grey,
md-elevated-button.dark-grey,
md-text-button.dark-grey,
md-icon-button.dark-grey,
md-outlined-icon-button.dark-grey,
md-icon.dark-grey {
  --md-sys-color-primary: #475467;
  --md-icon-button-icon-color: #475467;
  --md-icon-color: #475467;
  color: #475467;
}
md-filled-button.green,
md-filled-tonal-button.green,
md-outlined-button.green,
md-elevated-button.green,
md-text-button.green,
md-icon-button.green,
md-outlined-icon-button.green,
md-icon.green {
  --md-sys-color-primary: #0fc36c;
  --md-icon-button-icon-color: #0fc36c;
  --md-icon-color: #0fc36c;
  color: #0fc36c;
}
md-filled-button.red,
md-filled-tonal-button.red,
md-outlined-button.red,
md-elevated-button.red,
md-text-button.red,
md-icon-button.red,
md-outlined-icon-button.red,
md-icon.red {
  --md-sys-color-primary: #ef4337;
  --md-icon-button-icon-color: #ef4337;
  --md-icon-color: #ef4337;
  color: #ef4337;
}
md-filled-button.large,
md-filled-tonal-button.large,
md-outlined-button.large,
md-elevated-button.large,
md-text-button.large,
md-icon-button.large,
md-outlined-icon-button.large,
md-icon.large {
  --md-filled-button-container-height: 56px;
  --md-filled-button-label-text-size: 16px;
  --md-filled-button-label-text-line-height: 1.3em;
  --md-filled-button-leading-space: 32px;
  --md-filled-button-trailing-space: 32px;
  --md-outlined-button-container-height: 56px;
  --md-outlined-button-label-text-size: 16px;
  --md-outlined-button-label-text-line-height: 1.3em;
  --md-outlined-button-icon-size: 24px;
  column-gap: 12px;
}
md-filled-button.medium,
md-filled-tonal-button.medium,
md-outlined-button.medium,
md-elevated-button.medium,
md-text-button.medium,
md-icon-button.medium,
md-outlined-icon-button.medium,
md-icon.medium {
  --md-icon-button-icon-size: 20px;
  --md-icon-button-state-layer-width: 36px;
  --md-icon-button-state-layer-height: 36px;
  --md-outlined-icon-button-icon-size: 20px;
  --md-outlined-icon-button-container-width: 36px;
  --md-outlined-icon-button-container-height: 36px;
  --md-icon-size: 24px;
}
md-filled-button.small,
md-filled-tonal-button.small,
md-outlined-button.small,
md-elevated-button.small,
md-text-button.small,
md-icon-button.small,
md-outlined-icon-button.small,
md-icon.small {
  --md-filled-button-container-height: 32px;
  --md-filled-button-label-text-size: 14px;
  --md-filled-button-label-text-line-height: 1.3em;
  --md-outlined-button-container-height: 32px;
  --md-outlined-button-label-text-size: 14px;
  --md-outlined-button-label-text-line-height: 1.3em;
  --md-icon-button-icon-size: 16px;
  --md-icon-button-state-layer-width: 32px;
  --md-icon-button-state-layer-height: 32px;
  --md-outlined-icon-button-icon-size: 16px;
  --md-outlined-icon-button-container-width: 32px;
  --md-outlined-icon-button-container-height: 32px;
  --md-icon-size: 16px;
}
md-filled-button.mini,
md-filled-tonal-button.mini,
md-outlined-button.mini,
md-elevated-button.mini,
md-text-button.mini,
md-icon-button.mini,
md-outlined-icon-button.mini,
md-icon.mini {
  --md-filled-button-container-height: 20px;
  --md-filled-button-label-text-size: 13px;
  --md-filled-button-label-text-line-height: 1.3em;
  --md-filled-button-leading-space: 10px;
  --md-filled-button-trailing-space: 10px;
  --md-outlined-button-container-height: 20px;
  --md-outlined-button-label-text-size: 13px;
  --md-outlined-button-label-text-line-height: 1.3em;
  --md-outlined-button-icon-size: 22px;
  --md-outlined-button-leading-space: 12px;
  --md-outlined-button-trailing-space: 12px;
  --md-text-button-container-height: 20px;
  --md-text-button-label-text-size: 13px;
  --md-text-button-label-text-line-height: 1.3em;
  --md-text-button-icon-size: 22px;
  --md-text-button-leading-space: 12px;
  --md-text-button-trailing-space: 12px;
  --md-icon-size: 8px;
}
md-filled-button.supermini,
md-filled-tonal-button.supermini,
md-outlined-button.supermini,
md-elevated-button.supermini,
md-text-button.supermini,
md-icon-button.supermini,
md-outlined-icon-button.supermini,
md-icon.supermini {
  --md-icon-size: 4px;
}
md-filled-button.squared,
md-filled-tonal-button.squared,
md-outlined-button.squared,
md-elevated-button.squared,
md-text-button.squared,
md-icon-button.squared,
md-outlined-icon-button.squared,
md-icon.squared {
  --md-filled-button-container-shape: 6px;
}

md-icon {
  --md-icon-size: 38px;
  --md-icon-font: "Material Symbols Rounded";
}

md-icon[filled] {
  font-variation-settings: "FILL" 1;
}

md-list {
  padding: 0;
}
md-list.white {
  --md-list-container-color: #ffffff;
}

md-list-item [slot=trailing-supporting-text] {
  width: 30px;
  text-align: end;
  font-size: 30px;
}

md-checkbox {
  --md-focus-ring-color: #ba1a1a;
  --md-focus-ring-width: 2px;
}

md-dialog {
  max-width: calc(100% - 48px);
  max-height: calc(100% - 48px);
}
md-dialog.subdialog {
  --md-dialog-container-color: #cbb9d7;
}

md-chip-set {
  position: relative;
}
md-chip-set.show-supporting-text {
  padding-bottom: 24px;
}
md-chip-set.show-supporting-text .supporting-text {
  display: block;
}
md-chip-set .supporting-text {
  display: none;
  position: absolute;
  bottom: 0;
  left: 16px;
  color: #b3261e;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
}

md-switch.green {
  --md-sys-color-primary: #fff;
  --md-switch-selected-track-color: #0fc36c;
  --md-switch-selected-focus-track-color: #0fc36c;
  --md-switch-selected-hover-track-color: #0fc36c;
}

.primary {
  background-color: var(--md-sys-color-primary);
}

.primary-text {
  color: var(--md-sys-color-primary);
}

.on-primary {
  background-color: var(--md-sys-color-on-primary);
}

.on-primary-text {
  color: var(--md-sys-color-on-primary);
}

.primary-container {
  background-color: var(--md-sys-color-primary-container);
}

.primary-container-text {
  color: var(--md-sys-color-primary-container);
}

.on-primary-container {
  background-color: var(--md-sys-color-on-primary-container);
}

.on-primary-container-text {
  color: var(--md-sys-color-on-primary-container);
}

.secondary {
  background-color: var(--md-sys-color-secondary);
}

.secondary-text {
  color: var(--md-sys-color-secondary);
}

.on-secondary {
  background-color: var(--md-sys-color-on-secondary);
}

.on-secondary-text {
  color: var(--md-sys-color-on-secondary);
}

.secondary-container {
  background-color: var(--md-sys-color-secondary-container);
}

.secondary-container-text {
  color: var(--md-sys-color-secondary-container);
}

.on-secondary-container {
  background-color: var(--md-sys-color-on-secondary-container);
}

.on-secondary-container-text {
  color: var(--md-sys-color-on-secondary-container);
}

.tertiary {
  background-color: var(--md-sys-color-tertiary);
}

.tertiary-text {
  color: var(--md-sys-color-tertiary);
}

.on-tertiary {
  background-color: var(--md-sys-color-on-tertiary);
}

.on-tertiary-text {
  color: var(--md-sys-color-on-tertiary);
}

.tertiary-container {
  background-color: var(--md-sys-color-tertiary-container);
}

.tertiary-container-text {
  color: var(--md-sys-color-tertiary-container);
}

.on-tertiary-container {
  background-color: var(--md-sys-color-on-tertiary-container);
}

.on-tertiary-container-text {
  color: var(--md-sys-color-on-tertiary-container);
}

.error {
  background-color: var(--md-sys-color-error);
}

.error-text {
  color: var(--md-sys-color-error);
}

.error-container {
  background-color: var(--md-sys-color-error-container);
}

.error-container-text {
  color: var(--md-sys-color-error-container);
}

.on-error {
  background-color: var(--md-sys-color-on-error);
}

.on-error-text {
  color: var(--md-sys-color-on-error);
}

.on-error-container {
  background-color: var(--md-sys-color-on-error-container);
}

.on-error-container-text {
  color: var(--md-sys-color-on-error-container);
}

.background {
  background-color: var(--md-sys-color-background);
}

.background-text {
  color: var(--md-sys-color-background);
}

.on-background {
  background-color: var(--md-sys-color-on-background);
}

.on-background-text {
  color: var(--md-sys-color-on-background);
}

.surface {
  background-color: var(--md-sys-color-surface);
}

.surface-text {
  color: var(--md-sys-color-surface);
}

.on-surface {
  background-color: var(--md-sys-color-on-surface);
}

.on-surface-text {
  color: var(--md-sys-color-on-surface);
}

.surface-variant {
  background-color: var(--md-sys-color-surface-variant);
}

.surface-variant-text {
  color: var(--md-sys-color-surface-variant);
}

.on-surface-variant {
  background-color: var(--md-sys-color-on-surface-variant);
}

.on-surface-variant-text {
  color: var(--md-sys-color-on-surface-variant);
}

.outline {
  background-color: var(--md-sys-color-outline);
}

.outline-text {
  color: var(--md-sys-color-outline);
}

.inverse-on-surface {
  background-color: var(--md-sys-color-inverse-on-surface);
}

.inverse-on-surface-text {
  color: var(--md-sys-color-inverse-on-surface);
}

.inverse-surface {
  background-color: var(--md-sys-color-inverse-surface);
}

.inverse-surface-text {
  color: var(--md-sys-color-inverse-surface);
}

.inverse-primary {
  background-color: var(--md-sys-color-inverse-primary);
}

.inverse-primary-text {
  color: var(--md-sys-color-inverse-primary);
}

.shadow {
  background-color: var(--md-sys-color-shadow);
}

.shadow-text {
  color: var(--md-sys-color-shadow);
}

.surface-tint {
  background-color: var(--md-sys-color-surface-tint);
}

.surface-tint-text {
  color: var(--md-sys-color-surface-tint);
}

.outline-variant {
  background-color: var(--md-sys-color-outline-variant);
}

.outline-variant-text {
  color: var(--md-sys-color-outline-variant);
}

.scrim {
  background-color: var(--md-sys-color-scrim);
}

.scrim-text {
  color: var(--md-sys-color-scrim);
}

header {
  background: #ffffff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}
header .mid {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  height: 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

footer {
  background: #3d413d;
}
footer .mid {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
  color: #fff;
  font-size: 12px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (max-width: 840px) {
  header .mid,
  section .mid {
    padding-left: 24px;
    padding-right: 24px;
  }
  .card-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 600px) {
  header .mid,
  section .mid {
    padding-left: 16px;
    padding-right: 16px;
  }
  section.top-section .boxes {
    display: none;
  }
  section.top-section .grid {
    grid-template-columns: 1fr;
  }
  section.top-section .grid .border-right {
    border: none !important;
  }
  section.top-section .grid .flex div {
    text-align: center;
    max-width: 100% !important;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .grid12,
  .grid21,
  .grid22,
  .grid222,
  .grid111 {
    grid-template-columns: 1fr;
  }
  .grid12 .col:nth-child(1),
  .grid12 .col:nth-child(2),
  .grid21 .col:nth-child(1),
  .grid21 .col:nth-child(2),
  .grid22 .col:nth-child(1),
  .grid22 .col:nth-child(2),
  .grid222 .col:nth-child(1),
  .grid222 .col:nth-child(2),
  .grid111 .col:nth-child(1),
  .grid111 .col:nth-child(2) {
    grid-column: 1;
  }
  .flex-column-mobile {
    flex-direction: column;
  }
  .flex-column-reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
  }
  .card.program .cover {
    max-width: 100% !important;
  }
}
.animation-text-deleted {
  -webkit-animation: deleted-text-color-change 1s linear alternate both;
  animation: deleted-text-color-change 1s linear alternate both;
}

.animation-updated,
.animation-updated td {
  -webkit-animation: change-bg-color-green-transparent 1s linear alternate both;
  animation: change-bg-color-green-transparent 1s linear alternate both;
}

.animation-deleted,
.animation-deleted td {
  -webkit-animation: change-bg-color-red-transparent 1s linear alternate both;
  animation: change-bg-color-red-transparent 1s linear alternate both;
}

@-webkit-keyframes change-bg-color-green-transparent {
  0% {
    background: rgb(227.1428571429, 252.8571428571, 240.4285714286);
  }
  100% {
    background: transparent;
  }
}
@keyframes change-bg-color-green-transparent {
  0% {
    background: rgb(227.1428571429, 252.8571428571, 240.4285714286);
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes change-bg-color-red-transparent {
  0% {
    background: rgb(251.8, 217.4, 215);
  }
  100% {
    background: transparent;
  }
}
@keyframes change-bg-color-red-transparent {
  0% {
    background: rgb(251.8, 217.4, 215);
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes deleted-text-color-change {
  0% {
    color: #ef4337;
  }
  100% {
    color: #9b9b9b;
  }
}
@keyframes deleted-text-color-change {
  0% {
    color: #ef4337;
  }
  100% {
    color: #9b9b9b;
  }
}
.mapboxgl-map {
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
  -webkit-tap-highlight-color: rgb(0 0 0/0);
}

.mapboxgl-canvas {
  left: 0;
  position: absolute;
  top: 0;
}

.mapboxgl-map:-webkit-full-screen {
  height: 100%;
  width: 100%;
}

.mapboxgl-canary {
  background-color: salmon;
}

.mapboxgl-canvas-container.mapboxgl-interactive, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass {
  cursor: grab;
  -webkit-user-select: none;
  user-select: none;
}

.mapboxgl-canvas-container.mapboxgl-interactive.mapboxgl-track-pointer {
  cursor: pointer;
}

.mapboxgl-canvas-container.mapboxgl-interactive:active, .mapboxgl-ctrl-group button.mapboxgl-ctrl-compass:active {
  cursor: grabbing;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: pinch-zoom;
}

.mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-zoom-rotate.mapboxgl-touch-drag-pan .mapboxgl-canvas {
  touch-action: none;
}

.mapboxgl-ctrl-bottom, .mapboxgl-ctrl-bottom-left, .mapboxgl-ctrl-bottom-right, .mapboxgl-ctrl-left, .mapboxgl-ctrl-right, .mapboxgl-ctrl-top, .mapboxgl-ctrl-top-left, .mapboxgl-ctrl-top-right {
  pointer-events: none;
  position: absolute;
  z-index: 2;
}

.mapboxgl-ctrl-top-left {
  left: 0;
  top: 0;
}

.mapboxgl-ctrl-top {
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.mapboxgl-ctrl-top-right {
  right: 0;
  top: 0;
}

.mapboxgl-ctrl-right {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mapboxgl-ctrl-bottom-right {
  bottom: 0;
  right: 0;
}

.mapboxgl-ctrl-bottom {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.mapboxgl-ctrl-bottom-left {
  bottom: 0;
  left: 0;
}

.mapboxgl-ctrl-left {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.mapboxgl-ctrl {
  clear: both;
  pointer-events: auto;
  transform: translate(0);
}

.mapboxgl-ctrl-top-left .mapboxgl-ctrl {
  float: left;
  margin: 10px 0 0 10px;
}

.mapboxgl-ctrl-top .mapboxgl-ctrl {
  float: left;
  margin: 10px 0;
}

.mapboxgl-ctrl-top-right .mapboxgl-ctrl {
  float: right;
  margin: 10px 10px 0 0;
}

.mapboxgl-ctrl-bottom-right .mapboxgl-ctrl, .mapboxgl-ctrl-right .mapboxgl-ctrl {
  float: right;
  margin: 0 10px 10px 0;
}

.mapboxgl-ctrl-bottom .mapboxgl-ctrl {
  float: left;
  margin: 10px 0;
}

.mapboxgl-ctrl-bottom-left .mapboxgl-ctrl, .mapboxgl-ctrl-left .mapboxgl-ctrl {
  float: left;
  margin: 0 0 10px 10px;
}

.mapboxgl-ctrl-group {
  background: #fff;
  border-radius: 4px;
}

.mapboxgl-ctrl-group:not(:empty) {
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1019607843);
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-group:not(:empty) {
    box-shadow: 0 0 0 2px ButtonText;
  }
}
.mapboxgl-ctrl-group button {
  background-color: initial;
  border: 0;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 29px;
  outline: none;
  overflow: hidden;
  padding: 0;
  width: 29px;
}

.mapboxgl-ctrl-group button + button {
  border-top: 1px solid #ddd;
}

.mapboxgl-ctrl button .mapboxgl-ctrl-icon {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
  height: 100%;
  width: 100%;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon {
    background-color: initial;
  }
  .mapboxgl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl-attrib-button:focus, .mapboxgl-ctrl-group button:focus {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl button:disabled {
  cursor: not-allowed;
}

.mapboxgl-ctrl button:disabled .mapboxgl-ctrl-icon {
  opacity: 0.25;
}

.mapboxgl-ctrl-group button:first-child {
  border-radius: 4px 4px 0 0;
}

.mapboxgl-ctrl-group button:last-child {
  border-radius: 0 0 4px 4px;
}

.mapboxgl-ctrl-group button:only-child {
  border-radius: inherit;
}

.mapboxgl-ctrl button:not(:disabled):hover {
  background-color: rgba(0, 0, 0, 0.0509803922);
}

.mapboxgl-ctrl-group button:focus:focus-visible {
  box-shadow: 0 0 2px 2px #0096ff;
}

.mapboxgl-ctrl-group button:focus:not(:focus-visible) {
  box-shadow: none;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10 13c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h9c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-9z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-zoom-in .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M14.5 8.5c-.75 0-1.5.75-1.5 1.5v3h-3c-.75 0-1.5.75-1.5 1.5S9.25 16 10 16h3v3c0 .75.75 1.5 1.5 1.5S16 19.75 16 19v-3h3c.75 0 1.5-.75 1.5-1.5S19.75 13 19 13h-3v-3c0-.75-.75-1.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-fullscreen .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M24 16v5.5c0 1.75-.75 2.5-2.5 2.5H16v-1l3-1.5-4-5.5 1-1 5.5 4 1.5-3h1zM6 16l1.5 3 5.5-4 1 1-4 5.5 3 1.5v1H7.5C5.75 24 5 23.25 5 21.5V16h1zm7-11v1l-3 1.5 4 5.5-1 1-5.5-4L6 13H5V7.5C5 5.75 5.75 5 7.5 5H13zm11 2.5c0-1.75-.75-2.5-2.5-2.5H16v1l3 1.5-4 5.5 1 1 5.5-4 1.5 3h1V7.5z'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-shrink .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M18.5 16c-1.75 0-2.5.75-2.5 2.5V24h1l1.5-3 5.5 4 1-1-4-5.5 3-1.5v-1h-5.5zM13 18.5c0-1.75-.75-2.5-2.5-2.5H5v1l3 1.5L4 24l1 1 5.5-4 1.5 3h1v-5.5zm3-8c0 1.75.75 2.5 2.5 2.5H24v-1l-3-1.5L25 5l-1-1-5.5 4L17 5h-1v5.5zM10.5 13c1.75 0 2.5-.75 2.5-2.5V5h-1l-1.5 3L5 4 4 5l4 5.5L5 12v1h5.5z'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23333' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23999'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 29 29'%3E%3Cpath d='M10.5 14l4-8 4 8h-8z'/%3E%3Cpath id='south' d='M10.5 16l4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23aaa'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-waiting .mapboxgl-ctrl-icon {
  animation: mapboxgl-spin 2s linear infinite;
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23999'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e58978'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%2333b5e5'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23e54e33'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2' display='none'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23000'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' display='none'/%3E%3C/svg%3E");
  }
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill='%23666'%3E%3Cpath d='M10 4C9 4 9 5 9 5v.1A5 5 0 0 0 5.1 9H5s-1 0-1 1 1 1 1 1h.1A5 5 0 0 0 9 14.9v.1s0 1 1 1 1-1 1-1v-.1a5 5 0 0 0 3.9-3.9h.1s1 0 1-1-1-1-1-1h-.1A5 5 0 0 0 11 5.1V5s0-1-1-1zm0 2.5a3.5 3.5 0 1 1 0 7 3.5 3.5 0 1 1 0-7z'/%3E%3Ccircle id='dot' cx='10' cy='10' r='2'/%3E%3Cpath id='stroke' d='M14 5l1 1-9 9-1-1 9-9z' fill='%23f00'/%3E%3C/svg%3E");
  }
}
@keyframes mapboxgl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='0.3' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='0.9' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  cursor: pointer;
  display: block;
  height: 23px;
  margin: 0 0 -4px -4px;
  overflow: hidden;
  width: 88px;
}

a.mapboxgl-ctrl-logo.mapboxgl-compact {
  width: 23px;
}

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo {
    background-color: initial;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23000' stroke-width='3'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23fff'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' fill-rule='evenodd' viewBox='0 0 88 23'%3E%3Cdefs%3E%3Cpath id='logo' d='M11.5 2.25c5.105 0 9.25 4.145 9.25 9.25s-4.145 9.25-9.25 9.25-9.25-4.145-9.25-9.25 4.145-9.25 9.25-9.25zM6.997 15.983c-.051-.338-.828-5.802 2.233-8.873a4.395 4.395 0 013.13-1.28c1.27 0 2.49.51 3.39 1.42.91.9 1.42 2.12 1.42 3.39 0 1.18-.449 2.301-1.28 3.13C12.72 16.93 7 16 7 16l-.003-.017zM15.3 10.5l-2 .8-.8 2-.8-2-2-.8 2-.8.8-2 .8 2 2 .8z'/%3E%3Cpath id='text' d='M50.63 8c.13 0 .23.1.23.23V9c.7-.76 1.7-1.18 2.73-1.18 2.17 0 3.95 1.85 3.95 4.17s-1.77 4.19-3.94 4.19c-1.04 0-2.03-.43-2.74-1.18v3.77c0 .13-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V8.23c0-.12.1-.23.23-.23h1.4zm-3.86.01c.01 0 .01 0 .01-.01.13 0 .22.1.22.22v7.55c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V15c-.7.76-1.69 1.19-2.73 1.19-2.17 0-3.94-1.87-3.94-4.19 0-2.32 1.77-4.19 3.94-4.19 1.03 0 2.02.43 2.73 1.18v-.75c0-.12.1-.23.23-.23h1.4zm26.375-.19a4.24 4.24 0 00-4.16 3.29c-.13.59-.13 1.19 0 1.77a4.233 4.233 0 004.17 3.3c2.35 0 4.26-1.87 4.26-4.19 0-2.32-1.9-4.17-4.27-4.17zM60.63 5c.13 0 .23.1.23.23v3.76c.7-.76 1.7-1.18 2.73-1.18 1.88 0 3.45 1.4 3.84 3.28.13.59.13 1.2 0 1.8-.39 1.88-1.96 3.29-3.84 3.29-1.03 0-2.02-.43-2.73-1.18v.77c0 .12-.1.23-.23.23h-1.4c-.13 0-.23-.1-.23-.23V5.23c0-.12.1-.23.23-.23h1.4zm-34 11h-1.4c-.13 0-.23-.11-.23-.23V8.22c.01-.13.1-.22.23-.22h1.4c.13 0 .22.11.23.22v.68c.5-.68 1.3-1.09 2.16-1.1h.03c1.09 0 2.09.6 2.6 1.55.45-.95 1.4-1.55 2.44-1.56 1.62 0 2.93 1.25 2.9 2.78l.03 5.2c0 .13-.1.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.8 0-1.46.7-1.59 1.62l.01 4.68c0 .13-.11.23-.23.23h-1.41c-.13 0-.23-.11-.23-.23v-4.59c0-.98-.74-1.71-1.62-1.71-.85 0-1.54.79-1.6 1.8v4.5c0 .13-.1.23-.23.23zm53.615 0h-1.61c-.04 0-.08-.01-.12-.03-.09-.06-.13-.19-.06-.28l2.43-3.71-2.39-3.65a.213.213 0 01-.03-.12c0-.12.09-.21.21-.21h1.61c.13 0 .24.06.3.17l1.41 2.37 1.4-2.37a.34.34 0 01.3-.17h1.6c.04 0 .08.01.12.03.09.06.13.19.06.28l-2.37 3.65 2.43 3.7c0 .05.01.09.01.13 0 .12-.09.21-.21.21h-1.61c-.13 0-.24-.06-.3-.17l-1.44-2.42-1.44 2.42a.34.34 0 01-.3.17zm-7.12-1.49c-1.33 0-2.42-1.12-2.42-2.51 0-1.39 1.08-2.52 2.42-2.52 1.33 0 2.42 1.12 2.42 2.51 0 1.39-1.08 2.51-2.42 2.52zm-19.865 0c-1.32 0-2.39-1.11-2.42-2.48v-.07c.02-1.38 1.09-2.49 2.4-2.49 1.32 0 2.41 1.12 2.41 2.51 0 1.39-1.07 2.52-2.39 2.53zm-8.11-2.48c-.01 1.37-1.09 2.47-2.41 2.47s-2.42-1.12-2.42-2.51c0-1.39 1.08-2.52 2.4-2.52 1.33 0 2.39 1.11 2.41 2.48l.02.08zm18.12 2.47c-1.32 0-2.39-1.11-2.41-2.48v-.06c.02-1.38 1.09-2.48 2.41-2.48s2.42 1.12 2.42 2.51c0 1.39-1.09 2.51-2.42 2.51z'/%3E%3C/defs%3E%3Cmask id='clip'%3E%3Crect x='0' y='0' width='100%25' height='100%25' fill='white'/%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/mask%3E%3Cg id='outline' opacity='1' stroke='%23fff' stroke-width='3' fill='%23fff'%3E%3Ccircle mask='url(%23clip)' cx='11.5' cy='11.5' r='9.25'/%3E%3Cuse xlink:href='%23text' mask='url(%23clip)'/%3E%3C/g%3E%3Cg id='fill' opacity='1' fill='%23000'%3E%3Cuse xlink:href='%23logo'/%3E%3Cuse xlink:href='%23text'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib {
  background-color: rgba(255, 255, 255, 0.5019607843);
  margin: 0;
  padding: 0 5px;
}

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact {
    background-color: #fff;
    border-radius: 12px;
    box-sizing: initial;
    margin: 10px;
    min-height: 20px;
    padding: 2px 24px 2px 0;
    position: relative;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show {
    border-radius: 12px;
    padding: 2px 8px 2px 28px;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner {
    display: none;
  }
  .mapboxgl-ctrl-attrib-button {
    background-color: rgba(255, 255, 255, 0.5019607843);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
    border: 0;
    border-radius: 12px;
    box-sizing: border-box;
    cursor: pointer;
    display: none;
    height: 24px;
    outline: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 24px;
  }
  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-left .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button {
    left: 0;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner {
    display: block;
  }
  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, 0.0509803922);
  }
  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    right: 0;
  }
  .mapboxgl-ctrl-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    right: 0;
  }
  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    right: 0;
    top: 0;
  }
  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    left: 0;
    top: 0;
  }
  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    bottom: 0;
    left: 0;
  }
  .mapboxgl-ctrl-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23fff'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
@media screen and (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd'%3E%3Cpath d='M4 10a6 6 0 1 0 12 0 6 6 0 1 0-12 0m5-3a1 1 0 1 0 2 0 1 1 0 1 0-2 0m0 3a1 1 0 1 1 2 0v3a1 1 0 1 1-2 0'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.7490196078);
  text-decoration: none;
}

.mapboxgl-ctrl-attrib a:hover {
  color: inherit;
  text-decoration: underline;
}

.mapboxgl-ctrl-attrib .mapbox-improve-map {
  font-weight: 700;
  margin-left: 2px;
}

.mapboxgl-attrib-empty {
  display: none;
}

.mapboxgl-ctrl-scale {
  background-color: rgba(255, 255, 255, 0.7490196078);
  border: 2px solid #333;
  border-top: #333;
  box-sizing: border-box;
  color: #333;
  font-size: 10px;
  padding: 0 5px;
  white-space: nowrap;
}

.mapboxgl-popup {
  display: flex;
  left: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  will-change: transform;
}

.mapboxgl-popup-anchor-top, .mapboxgl-popup-anchor-top-left, .mapboxgl-popup-anchor-top-right {
  flex-direction: column;
}

.mapboxgl-popup-anchor-bottom, .mapboxgl-popup-anchor-bottom-left, .mapboxgl-popup-anchor-bottom-right {
  flex-direction: column-reverse;
}

.mapboxgl-popup-anchor-left {
  flex-direction: row;
}

.mapboxgl-popup-anchor-right {
  flex-direction: row-reverse;
}

.mapboxgl-popup-tip {
  border: 10px solid rgba(0, 0, 0, 0);
  height: 0;
  width: 0;
  z-index: 1;
}

.mapboxgl-popup-anchor-top .mapboxgl-popup-tip {
  align-self: center;
  border-bottom-color: #fff;
  border-top: none;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom-color: #fff;
  border-left: none;
  border-top: none;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom-color: #fff;
  border-right: none;
  border-top: none;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  align-self: center;
  border-bottom: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-tip {
  align-self: flex-start;
  border-bottom: none;
  border-left: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-tip {
  align-self: flex-end;
  border-bottom: none;
  border-right: none;
  border-top-color: #fff;
}

.mapboxgl-popup-anchor-left .mapboxgl-popup-tip {
  align-self: center;
  border-left: none;
  border-right-color: #fff;
}

.mapboxgl-popup-anchor-right .mapboxgl-popup-tip {
  align-self: center;
  border-left-color: #fff;
  border-right: none;
}

.mapboxgl-popup-close-button {
  background-color: initial;
  border: 0;
  border-radius: 0 3px 0 0;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
}

.mapboxgl-popup-close-button:hover {
  background-color: rgba(0, 0, 0, 0.0509803922);
}

.mapboxgl-popup-content {
  background: #fff;
  border-radius: 3px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1019607843);
  padding: 10px 10px 15px;
  pointer-events: auto;
  position: relative;
}

.mapboxgl-popup-anchor-top-left .mapboxgl-popup-content {
  border-top-left-radius: 0;
}

.mapboxgl-popup-anchor-top-right .mapboxgl-popup-content {
  border-top-right-radius: 0;
}

.mapboxgl-popup-anchor-bottom-left .mapboxgl-popup-content {
  border-bottom-left-radius: 0;
}

.mapboxgl-popup-anchor-bottom-right .mapboxgl-popup-content {
  border-bottom-right-radius: 0;
}

.mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-popup-track-pointer * {
  pointer-events: none;
  user-select: none;
}

.mapboxgl-map:hover .mapboxgl-popup-track-pointer {
  display: flex;
}

.mapboxgl-map:active .mapboxgl-popup-track-pointer {
  display: none;
}

.mapboxgl-marker {
  left: 0;
  opacity: 1;
  position: absolute;
  top: 0;
  transition: opacity 0.2s;
  will-change: transform;
}

.mapboxgl-user-location-dot, .mapboxgl-user-location-dot:before {
  background-color: #1da1f2;
  border-radius: 50%;
  height: 15px;
  width: 15px;
}

.mapboxgl-user-location-dot:before {
  animation: mapboxgl-user-location-dot-pulse 2s infinite;
  content: "";
  position: absolute;
}

.mapboxgl-user-location-dot:after {
  border: 2px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3490196078);
  box-sizing: border-box;
  content: "";
  height: 19px;
  left: -2px;
  position: absolute;
  top: -2px;
  width: 19px;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading {
  height: 0;
  width: 0;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after, .mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-bottom: 7.5px solid #4aa1eb;
  content: "";
  position: absolute;
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:before {
  border-left: 7.5px solid rgba(0, 0, 0, 0);
  transform: translateY(-28px) skewY(-20deg);
}

.mapboxgl-user-location-show-heading .mapboxgl-user-location-heading:after {
  border-right: 7.5px solid rgba(0, 0, 0, 0);
  transform: translate(7.5px, -28px) skewY(20deg);
}

@keyframes mapboxgl-user-location-dot-pulse {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(3);
  }
  to {
    opacity: 0;
    transform: scale(1);
  }
}
.mapboxgl-user-location-dot-stale {
  background-color: #aaa;
}

.mapboxgl-user-location-dot-stale:after {
  display: none;
}

.mapboxgl-user-location-accuracy-circle {
  background-color: rgba(29, 161, 242, 0.2);
  border-radius: 100%;
  height: 1px;
  width: 1px;
}

.mapboxgl-crosshair, .mapboxgl-crosshair .mapboxgl-interactive, .mapboxgl-crosshair .mapboxgl-interactive:active {
  cursor: crosshair;
}

.mapboxgl-boxzoom {
  background: #fff;
  border: 2px dotted #202020;
  height: 0;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: 0;
}

@media print {
  .mapbox-improve-map {
    display: none;
  }
}
.mapboxgl-scroll-zoom-blocker, .mapboxgl-touch-pan-blocker {
  align-items: center;
  background: rgba(0, 0, 0, 0.7019607843);
  color: #fff;
  display: flex;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
  height: 100%;
  justify-content: center;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  top: 0;
  transition: opacity 0.75s ease-in-out;
  transition-delay: 1s;
  width: 100%;
}

.mapboxgl-scroll-zoom-blocker-show, .mapboxgl-touch-pan-blocker-show {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}

.mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page, .mapboxgl-canvas-container.mapboxgl-touch-pan-blocker-override.mapboxgl-scrollable-page .mapboxgl-canvas {
  touch-action: pan-x pan-y;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-level-button {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  cursor: pointer;
  font-size: 12px;
  height: auto;
  line-height: 1.5;
  margin: 2px;
  padding: 5px 10px;
  width: auto;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-level-button:hover {
  background-color: #f0f0f0;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected {
  background-color: #4264fb;
  border-color: #4264fb;
  color: #fff;
}

.mapboxgl-ctrl button.mapboxgl-ctrl-level-button-selected:hover {
  background-color: #3151d9;
}
