@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "Frontage";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/frontage3d.woff2") format("woff2"), url("fonts/frontage3d.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "WorkSans";
  font-weight: 400;
  font-style: normal;
  src: url("fonts/worksans-regular.woff2") format("woff2"), url("fonts/worksans-regular.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "WorkSans";
  font-weight: 400;
  font-style: italic;
  src: url("fonts/worksans-regularitalic.woff2") format("woff2"), url("fonts/worksans-regularitalic.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "WorkSans";
  font-weight: 700;
  font-style: normal;
  src: url("fonts/worksans-bold.woff2") format("woff2"), url("fonts/worksans-bold.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "WorkSans";
  font-weight: 700;
  font-style: italic;
  src: url("fonts/worksans-bolditalic.woff2") format("woff2"), url("fonts/worksans-bolditalic.woff") format("woff");
  font-display: swap;
}
:root {
  --color-bg:	#FFFFFF;
  --color-bg-faded:	rgba(255, 255, 255, .5);
  --color-gray-1:	#4D4D4D;
  --color-gray-2:	#cccccc;
  --color-gray-3:	#d5d5d5;
  --color-gray-4:	#E0E0E0;
  --color-gray-5:	#EBEBEB;
  --color-gray-6:	#F5F5F5;
  --color-text:	#1a1a1a;
  --color-text-faded:	rgba(26, 26, 26, .5);
  --color-link:	#1a1a1a;
  --color-link-faded:	rgba(26, 26, 26, .5);
  --color-link-hover:	#003399;
  --color-link-hover-light:	#B2E5FF;
  --color-required:	#e70000;
  --color-yellow-0:	#754E00;
  --color-yellow-1:	#ffb217;
  --color-yellow-2:	#FED249;
  --color-yellow-3:	#FFDE7D;
  --color-yellow-4:	#FFEBB0;
  --color-yellow-5:	#FFF8E3;
  --color-red-0:	#8A3A30;
  --color-red-1:	#fa8575;
  --color-red-2:	#FA9F93;
  --color-red-3:	#FABAB1;
  --color-red-4:	#FAD4CF;
  --color-red-5:	#FAEFED;
  --color-blue-0:	#135F66;
  --color-blue-1:	#2ec4d1;
  --color-blue-2:	#60D1DB;
  --color-blue-3:	#97DFE5;
  --color-blue-4:	#CCF0EE;
  --color-blue-5:	#F0F9FA;
  --padding-base:	20px;
  --max-width:	1440px;
  --max-width-content:	880px;
  --font-heading:	"Frontage", "Arial Black", "Arial Bold", Gadget, sans-serif;
  --font-text:	"Worksans", Verdana, Geneva, sans-serif;
  --font-normal:	400;
  --font-bold:	700;
  --font-size-l12:	2.6rem;
  --font-size-l11:	2.42rem;
  --font-size-l10:	2.26rem;
  --font-size-l9:	2.1rem;
  --font-size-l8:	1.93rem;
  --font-size-l7:	1.76rem;
  --font-size-l6:	1.6rem;
  --font-size-l5:	1.425rem;
  --font-size-l4:	1.25rem;
  --font-size-l3:	1.175rem;
  --font-size-l2:	1.09rem;
  --font-size-l1:	1.045rem;
  --font-size:	1rem;
  --font-size-s1:	0.9375rem;
  --font-size-s2:	0.875rem;
  --font-size-s3:	0.8125rem;
  --line-height-xxs:	1em;
  --line-height-xs:	1.125em;
  --line-height-s:	1.25em;
  --line-height:	1.5em;
  --line-height-l:	1.75em;
  --border-radius-m:	0.5rem;
  --border-radius-s:	0.25rem;
  --transition-hover:	200ms;
  --shadow:	0 3px 6px 0 rgba(0, 0, 0, 0.2), 0 0 2px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 500px) {
  :root {
    --padding-base: 4vw;
  }
}
@media (min-width: 768px) {
  :root {
    --font-size-l12: 3.375rem;
    --font-size-l11: 3.125rem;
    --font-size-l10: 2.875rem;
    --font-size-l9: 2.625rem;
    --font-size-l8: 2.375rem;
    --font-size-l7: 2.125rem;
    --font-size-l6: 1.875rem;
    --font-size-l5: 1.625rem;
    --font-size-l4: 1.375rem;
    --font-size-l3: 1.25rem;
    --font-size-l2: 1.125rem;
    --font-size-l1: 1.065rem;
  }
}
@media (min-width: 800px) {
  :root {
    --padding-base: 2rem;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-print-color-adjust: exact;
  -moz-print-color-adjust: exact;
  -ms-print-color-adjust: exact;
  print-color-adjust: exact;
}

html {
  height: 100%;
  width: 100%;
}

body {
  min-height: 101vh;
  font-family: var(--font-text);
  font-weight: var(--font-normal);
  font-size: var(--font-size);
  line-height: var(--line-height-l);
  width: 100%;
  color: var(--color-text);
  font-variant-numeric: normal;
  font-feature-settings: "lnum" 1;
  transition: opacity 200ms;
  background: var(--color-bg);
  opacity: 1;
  overflow-x: hidden;
}

body > main {
  max-width: 100vw;
}

body > main .main-content {
  min-height: calc(100vh - 25rem);
  padding-bottom: calc(var(--padding-base) * 3);
}

a {
  color: var(--color-link);
  text-decoration: none;
  display: inline;
  border-bottom: 1px solid var(--color-link-faded);
  padding-bottom: 0;
}
a:hover, a:focus-visible {
  color: var(--color-link-hover);
  border-color: var(--color-link-hover);
}

@media print {
  .no-print,
.no-print * {
    display: none !important;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-heading);
  font-weight: var(--font-normal);
  text-transform: uppercase;
  letter-spacing: -0.1em;
  text-transform: uppercase;
}

h1 {
  font-size: var(--font-size-l12);
  margin-left: calc(-1 * var(--font-size-l12) * 0.15);
}

h2 {
  font-size: var(--font-size-l9);
  margin-left: calc(-1 * var(--font-size-l10) * 0.15);
}

h3 {
  font-size: var(--font-size-l6);
  margin-left: calc(-1 * var(--font-size-l8) * 0.15);
}

h4 {
  font-size: var(--font-size-l3);
  margin-left: calc(-1 * var(--font-size-l6) * 0.15);
}

h5 {
  font-size: var(--font-size-l2);
  margin-left: calc(-1 * var(--font-size-l4) * 0.15);
}

h6 {
  font-size: var(--font-size-l1);
  margin-left: calc(-1 * var(--font-size-l2) * 0.15);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: var(--line-height-s);
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}

p {
  line-height: var(--line-height-l);
  margin: 1em 0;
}
p:first-child {
  margin-top: 0;
}

blockquote {
  margin: 3em 0 3em 0;
  padding-left: 1.5em;
  border-left: 2px solid var(--color-text);
}
blockquote:first-child {
  margin-top: 0;
}

dl {
  margin: 2em 0;
  padding: 0;
}
dl:first-child {
  margin-top: 0;
}

dt {
  font-size: var(--font-size-s1);
  font-weight: var(--font-bold);
  line-height: var(--line-height-s);
  margin: 1.5em 0 0.25em;
}
dt:first-child {
  margin-top: 0;
}

dd {
  line-height: var(--line-height-s);
  margin: 0.25em 0;
}

ul,
ol {
  margin: 1em 0 2em;
  padding: 0;
  list-style: none;
}
ul li::before,
ol li::before {
  color: var(--color-text);
}
ul:first-child,
ol:first-child {
  margin-top: 0;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

li {
  padding-left: 1.5rem;
  position: relative;
}
li::before {
  position: absolute;
  left: 0;
}

ul li::before {
  content: "•";
  font-weight: bold;
}

ol {
  counter-reset: ordered-counter;
}
ol li::before {
  content: counter(ordered-counter) ".";
  counter-increment: ordered-counter;
  font-weight: bold;
}

button,
[type=button],
[type=reset],
[type=submit] {
  padding: 0.8rem 1.2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-text);
  font-weight: var(--font-bold);
  line-height: var(--line-height-s);
  cursor: pointer;
  border: 2px solid var(--color-link);
  color: var(--color-link);
  background: none;
  white-space: normal;
}
button:not([disabled]):hover, button:not([disabled]):focus-visible,
[type=button]:not([disabled]):hover,
[type=button]:not([disabled]):focus-visible,
[type=reset]:not([disabled]):hover,
[type=reset]:not([disabled]):focus-visible,
[type=submit]:not([disabled]):hover,
[type=submit]:not([disabled]):focus-visible {
  background: var(--color-link-hover);
  border-color: var(--color-link-hover);
  color: var(--color-bg);
  cursor: pointer;
}
button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  opacity: 0.6;
  cursor: default;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled] {
  border-color: var(--color-text-faded);
  background: none;
  color: var(--color-text-faded);
  cursor: default;
}

[type=submit][disabled] {
  border-color: var(--color-text-faded);
  background: none;
  color: var(--color-text-faded);
}

fieldset {
  padding: 0;
  border: none;
  margin: 2em 0;
}

legend {
  margin: 0 0 1em;
  font-family: var(--font-heading);
  font-weight: var(--font-bold);
  font-size: var(--font-size-l3);
  line-height: var(--line-height-xxs);
  text-transform: uppercase;
}

label {
  display: block;
  font-size: var(--font-size-s1);
  line-height: var(--line-height-xxs);
  margin: 2em 0 0.5em;
}
label .required {
  color: var(--color-required);
}
label:first-child {
  margin-top: 0;
}

[type=radio],
[type=checkbox] {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
[type=radio] + label,
[type=checkbox] + label {
  font-size: var(--font-size);
  padding: 0.25em 0 0.25em 2em;
  position: relative;
  margin: 0.5em 0;
}
[type=radio] + label::before, [type=radio] + label::after,
[type=checkbox] + label::before,
[type=checkbox] + label::after {
  position: absolute;
  content: "";
  display: block;
}
[type=radio] + label::before,
[type=checkbox] + label::before {
  border: 2px solid var(--color-link);
  height: 1.5em;
  width: 1.5em;
  left: 0;
  top: 0;
}
[type=radio]:focus-visible + label, [type=radio] + label:hover,
[type=checkbox]:focus-visible + label,
[type=checkbox] + label:hover {
  cursor: pointer;
  color: var(--color-link-hover);
}
[type=radio]:focus-visible + label::before, [type=radio] + label:hover::before,
[type=checkbox]:focus-visible + label::before,
[type=checkbox] + label:hover::before {
  border-color: var(--color-link-hover);
}
[type=radio]:focus-visible + label,
[type=checkbox]:focus-visible + label {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

[type=radio] + label::before {
  border-radius: 100%;
}
[type=radio] + label::after {
  content: none;
  background: var(--color-link);
  height: 0.5em;
  width: 0.5em;
  border-radius: 100%;
  left: 0.5em;
  top: 0.5em;
}
[type=radio]:checked + label::after {
  content: "";
}
[type=radio]:focus-visible + label::after, [type=radio] + label:hover::after {
  background-color: var(--color-link-hover);
}

[type=checkbox] + label::before {
  border-radius: 0;
}
[type=checkbox] + label::after {
  content: none;
  height: 0.5em;
  width: 1em;
  border-left: 0.2em solid var(--color-link);
  border-bottom: 0.2em solid var(--color-link);
  transform: rotate(-45deg);
  left: 0.25em;
  top: 0.35em;
}
[type=checkbox]:checked + label::after {
  content: "";
}
[type=checkbox]:focus-visible + label::after, [type=checkbox] + label:hover::after {
  border-color: var(--color-link-hover);
}

[type=text],
[type=email],
[type=tel],
[type=url],
[type=password],
[type=number],
[type=date],
[type=time],
[type=search],
[type=file] {
  padding: 1rem;
  border: 2px solid var(--color-link);
  background: none;
  color: var(--color-text);
  border-radius: 0;
  -webkit-appearance: none;
}
[type=text]:hover, [type=text]:focus-visible,
[type=email]:hover,
[type=email]:focus-visible,
[type=tel]:hover,
[type=tel]:focus-visible,
[type=url]:hover,
[type=url]:focus-visible,
[type=password]:hover,
[type=password]:focus-visible,
[type=number]:hover,
[type=number]:focus-visible,
[type=date]:hover,
[type=date]:focus-visible,
[type=time]:hover,
[type=time]:focus-visible,
[type=search]:hover,
[type=search]:focus-visible,
[type=file]:hover,
[type=file]:focus-visible {
  border-color: var(--color-link-hover);
  border-radius: 0;
}
[type=text]:focus-visible,
[type=email]:focus-visible,
[type=tel]:focus-visible,
[type=url]:focus-visible,
[type=password]:focus-visible,
[type=number]:focus-visible,
[type=date]:focus-visible,
[type=time]:focus-visible,
[type=search]:focus-visible,
[type=file]:focus-visible {
  outline: 3px solid #2459c2;
  border-radius: 3px;
}

[type=text][readonly],
[type=email][readonly] {
  border-color: var(--color-text-faded);
}
[type=text][disabled],
[type=email][disabled] {
  border-color: var(--color-text-faded);
  color: var(--color-text-faded);
  opacity: 0.5;
}

[type=file]:focus-visible {
  outline-offset: -2px;
}

::placeholder {
  color: var(--color-link);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--color-text-faded);
}

::-webkit-outer-spin-button,
::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

[type=number] {
  -moz-appearance: textfield;
}

textarea {
  padding: 0.3rem 0.75rem;
  border: 2px solid var(--color-link);
  background: none;
  color: var(--color-text);
  line-height: var(--line-height-l);
  resize: vertical;
  border-bottom-right-radius: 0;
}
textarea:hover, textarea:focus-visible {
  border-color: var(--color-link-hover);
}

select {
  font-size: var(--font-size-l);
  border: 0;
}

[class*=grid] [type=text],
[class*=grid] [type=email],
[class*=grid] [type=tel],
[class*=grid] [type=url],
[class*=grid] [type=password],
[class*=grid] [type=number],
[class*=grid] [type=date],
[class*=grid] [type=time],
[class*=grid] [type=search],
[class*=grid] [type=file],
[class*=grid] textarea,
[class*=grid] select {
  width: 100%;
}

.dark-bg {
  color: var(--color-bg);
}
.dark-bg button,
.dark-bg [type=button],
.dark-bg [type=reset],
.dark-bg [type=submit] {
  color: var(--color-bg);
  border-color: var(--color-bg);
}
.dark-bg button:hover, .dark-bg button:focus-visible,
.dark-bg [type=button]:hover,
.dark-bg [type=button]:focus-visible,
.dark-bg [type=reset]:hover,
.dark-bg [type=reset]:focus-visible,
.dark-bg [type=submit]:hover,
.dark-bg [type=submit]:focus-visible {
  color: var(--color-text);
  background: var(--color-link-hover-light);
  border-color: var(--color-link-hover-light);
}
.dark-bg button:hover .icon, .dark-bg button:focus-visible .icon,
.dark-bg [type=button]:hover .icon,
.dark-bg [type=button]:focus-visible .icon,
.dark-bg [type=reset]:hover .icon,
.dark-bg [type=reset]:focus-visible .icon,
.dark-bg [type=submit]:hover .icon,
.dark-bg [type=submit]:focus-visible .icon {
  fill: var(--color-text);
}
.dark-bg a {
  color: var(--color-bg);
  border-color: var(--color-bg-faded);
}
.dark-bg a.button {
  border-color: var(--color-bg);
}
.dark-bg a.button.button-left::before, .dark-bg a.button.button-left::after, .dark-bg a.button.button-right::before, .dark-bg a.button.button-right::after {
  border-color: var(--color-bg);
}
.dark-bg a.button.button-yellow, .dark-bg a.button.button-red, .dark-bg a.button.button-blue {
  background: none;
}
.dark-bg a.button.button-yellow.button-left::before, .dark-bg a.button.button-yellow.button-left::after, .dark-bg a.button.button-yellow.button-right::before, .dark-bg a.button.button-yellow.button-right::after, .dark-bg a.button.button-red.button-left::before, .dark-bg a.button.button-red.button-left::after, .dark-bg a.button.button-red.button-right::before, .dark-bg a.button.button-red.button-right::after, .dark-bg a.button.button-blue.button-left::before, .dark-bg a.button.button-blue.button-left::after, .dark-bg a.button.button-blue.button-right::before, .dark-bg a.button.button-blue.button-right::after {
  background: none;
  border-color: var(--color-bg);
}
.dark-bg a .icon {
  fill: var(--color-bg);
}
.dark-bg a:hover, .dark-bg a:focus-visible {
  color: var(--color-link-hover-light);
  border-color: var(--color-link-hover-light);
}
.dark-bg a:hover .icon, .dark-bg a:focus-visible .icon {
  fill: var(--color-link-hover-light);
}
.dark-bg a.button:hover, .dark-bg a.button:focus-visible {
  color: var(--color-text);
  background: var(--color-link-hover-light);
  border-color: var(--color-link-hover-light);
}
.dark-bg a.button:hover .icon, .dark-bg a.button:focus-visible .icon {
  fill: var(--color-text);
}
.dark-bg a.button:hover.button-left::before, .dark-bg a.button:hover.button-left::after, .dark-bg a.button:hover.button-right::before, .dark-bg a.button:hover.button-right::after, .dark-bg a.button:focus-visible.button-left::before, .dark-bg a.button:focus-visible.button-left::after, .dark-bg a.button:focus-visible.button-right::before, .dark-bg a.button:focus-visible.button-right::after {
  background: var(--color-link-hover-light);
  border-color: var(--color-link-hover-light);
}
.dark-bg a.button:hover.button-yellow, .dark-bg a.button:hover.button-red, .dark-bg a.button:hover.button-blue, .dark-bg a.button:focus-visible.button-yellow, .dark-bg a.button:focus-visible.button-red, .dark-bg a.button:focus-visible.button-blue {
  color: var(--color-text);
  background: var(--color-link-hover-light);
  border-color: var(--color-link-hover-light);
}
.dark-bg a.button:hover.button-yellow.button-left::before, .dark-bg a.button:hover.button-yellow.button-left::after, .dark-bg a.button:hover.button-yellow.button-right::before, .dark-bg a.button:hover.button-yellow.button-right::after, .dark-bg a.button:hover.button-red.button-left::before, .dark-bg a.button:hover.button-red.button-left::after, .dark-bg a.button:hover.button-red.button-right::before, .dark-bg a.button:hover.button-red.button-right::after, .dark-bg a.button:hover.button-blue.button-left::before, .dark-bg a.button:hover.button-blue.button-left::after, .dark-bg a.button:hover.button-blue.button-right::before, .dark-bg a.button:hover.button-blue.button-right::after, .dark-bg a.button:focus-visible.button-yellow.button-left::before, .dark-bg a.button:focus-visible.button-yellow.button-left::after, .dark-bg a.button:focus-visible.button-yellow.button-right::before, .dark-bg a.button:focus-visible.button-yellow.button-right::after, .dark-bg a.button:focus-visible.button-red.button-left::before, .dark-bg a.button:focus-visible.button-red.button-left::after, .dark-bg a.button:focus-visible.button-red.button-right::before, .dark-bg a.button:focus-visible.button-red.button-right::after, .dark-bg a.button:focus-visible.button-blue.button-left::before, .dark-bg a.button:focus-visible.button-blue.button-left::after, .dark-bg a.button:focus-visible.button-blue.button-right::before, .dark-bg a.button:focus-visible.button-blue.button-right::after {
  background: var(--color-link-hover-light);
  border-color: var(--color-link-hover-light);
}

.button {
  padding: 0.8rem 1.2rem;
  height: 3.125rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: var(--font-text);
  font-weight: var(--font-bold);
  line-height: var(--line-height-s);
  background: none;
  border: 2px solid var(--color-text);
  color: var(--color-text);
  text-decoration: none;
  cursor: pointer;
}
.button.button-amarelo {
  background: var(--color-yellow-2);
}
.button.button-vermelho {
  background: var(--color-red-2);
}
.button.button-azul {
  background: var(--color-blue-2);
}
.button[disabled], .button.button-disabled {
  opacity: 0.6;
  cursor: default;
}
.button[disabled].button-left::before, .button[disabled].button-left::after, .button[disabled].button-right::before, .button[disabled].button-right::after, .button.button-disabled.button-left::before, .button.button-disabled.button-left::after, .button.button-disabled.button-right::before, .button.button-disabled.button-right::after {
  border-color: var(--color-text);
}
.button .icon {
  display: block;
  width: 0.9em;
  height: 0.9em;
  margin: 0 0 0 0.325em;
  fill: var(--color-text);
}
.button .icon-left {
  margin: 0 0.325em 0 0;
}
.button.button-right {
  position: relative;
  border-right: none;
  padding-right: 0.6rem;
  margin-right: 25px;
  --arrow-size: 2.25rem;
}
.button.button-right::after {
  content: "";
  position: absolute;
  top: calc(50% - var(--arrow-size) / 2);
  left: calc(100% - var(--arrow-size) / 2);
  width: var(--arrow-size);
  height: var(--arrow-size);
  transform: rotate(45deg);
  border-top: 2.5px solid var(--color-link);
  border-right: 2.5px solid var(--color-link);
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  clip-path: polygon(0 0, 0 3%, 97% 100%, 100% 100%, 100% 0);
}
.button.button-right.button-amarelo::after {
  background: var(--color-yellow-2);
}
.button.button-right.button-vermelho::after {
  background: var(--color-red-2);
}
.button.button-right.button-azul::after {
  background: var(--color-blue-2);
}
.button.button-left {
  position: relative;
  border-left: none;
  padding-left: 0.6rem;
  margin-left: 25px;
  --arrow-size: 2.25rem;
}
.button.button-left::before {
  content: "";
  position: absolute;
  top: calc(50% - var(--arrow-size) / 2);
  left: calc(-1 * var(--arrow-size) / 2);
  width: var(--arrow-size);
  height: var(--arrow-size);
  transform: rotate(45deg);
  border-bottom: 2.5px solid var(--color-link);
  border-left: 2.5px solid var(--color-link);
  border-top-left-radius: 1px;
  border-bottom-right-radius: 1px;
  clip-path: polygon(0 0, 3% 0, 100% 97%, 100% 100%, 0 100%);
}
.button:not([disabled]):not(.button-disabled):hover, .button:not([disabled]):not(.button-disabled):focus-visible {
  background: var(--color-link-hover);
  border-color: var(--color-link-hover);
  color: var(--color-bg);
  cursor: pointer;
}
.button:not([disabled]):not(.button-disabled):hover .icon, .button:not([disabled]):not(.button-disabled):focus-visible .icon {
  fill: var(--color-bg);
}
.button:not([disabled]):not(.button-disabled).button-left:hover::before, .button:not([disabled]):not(.button-disabled).button-left:hover::after, .button:not([disabled]):not(.button-disabled).button-left:focus-visible::before, .button:not([disabled]):not(.button-disabled).button-left:focus-visible::after, .button:not([disabled]):not(.button-disabled).button-right:hover::before, .button:not([disabled]):not(.button-disabled).button-right:hover::after, .button:not([disabled]):not(.button-disabled).button-right:focus-visible::before, .button:not([disabled]):not(.button-disabled).button-right:focus-visible::after {
  background: var(--color-link-hover);
  border-color: var(--color-link-hover);
}

.skip-to {
  position: absolute;
  text-decoration: none;
  width: 15.5rem;
  top: -5rem;
  left: 50%;
  margin-left: -7.75rem;
  font-size: var(--font-size-s1);
  transition: all var(--transition-hover);
  padding: 0.75rem;
}
.skip-to:focus-visible {
  top: 0;
  color: var(--color-bg);
  z-index: 2;
}

.site-header {
  font-size: var(--font-size-l2);
}

.site-header-logo {
  margin: 0;
}
.site-header-logo a {
  display: block;
  padding: 0.5rem;
  margin: -0.5rem;
  border-radius: 100%;
  border: none;
  width: fit-content;
}
.site-header-logo img {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  margin: -2px;
}
@media (min-width: 768px) {
  .site-header-logo img {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1280px) {
  .site-header-logo img {
    width: 5.5rem;
    height: 5.5rem;
  }
}

@media (min-width: 768px) {
  .site-header-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--max-width);
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
    padding: 1rem var(--padding-base);
  }
}

.site-header-logoandmenutoggle {
  display: flex;
  justify-content: space-between;
  padding: 1rem var(--padding-base);
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .site-header-logoandmenutoggle {
    display: block;
    padding: 0;
  }
  .site-header-logoandmenutoggle .menu-toggle {
    display: none;
  }
}

.menu-toggle {
  background: none;
  color: var(--color-text);
  border: none;
  margin: -0.5rem;
  padding: 0.5rem;
  font-size: var(--font-size-l2);
  align-self: center;
}
.menu-toggle .icon {
  fill: var(--color-text);
  width: 0.75em;
  height: 0.75em;
  margin: 0.05em 0 -0.05em 0.25em;
}
.menu-toggle button:hover,
.menu-toggle button:not([disabled]):focus-visible,
.menu-toggle [type=button]:not([disabled]):hover, .menu-toggle [type=button]:not([disabled]):focus-visible, .menu-toggle [type=reset]:not([disabled]):hover, .menu-toggle [type=reset]:not([disabled]):focus-visible, .menu-toggle [type=submit]:not([disabled]):hover, .menu-toggle [type=submit]:not([disabled]):focus-visible {
  background: var(--color-link-hover);
  border-color: var(--color-link-hover);
  color: var(--color-bg);
  cursor: pointer;
}
.menu-toggle:not([disabled]):hover, .menu-toggle:not([disabled]):focus-visible {
  background: none;
  color: var(--color-link-hover);
}
.menu-toggle:not([disabled]):hover .icon, .menu-toggle:not([disabled]):focus-visible .icon {
  fill: var(--color-link-hover);
}

.site-header-navs {
  padding: calc(var(--padding-base) * 1.5) var(--padding-base);
  background: var(--color-bg);
  display: none;
  flex-direction: column-reverse;
  margin-bottom: 0;
  transition: margin-bottom var(--transition-hover);
}
@media (max-width: 767px) {
  .site-header-navs {
    width: 100%;
    background: var(--color-gray-1);
    border-bottom: calc(var(--padding-base) * 1) solid var(--color-bg);
  }
}
@media (max-width: 767px) {
  .site-header-navs.expanded {
    display: flex;
  }
}
@media (min-width: 768px) {
  .site-header-navs {
    padding: 0;
    background: none;
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
  }
  .site-header-navs.expanded {
    display: grid;
  }
}

.site-header-nav {
  padding: 0;
}
@media (min-width: 768px) {
  .site-header-nav {
    background: none;
  }
}
.site-header-nav ul {
  margin: -0.75rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 767px) {
  .site-header-nav ul {
    flex-direction: row;
    margin: -0.75rem -0.5rem;
  }
}
@media (min-width: 980px) {
  .site-header-nav ul {
    margin: -0.75rem;
  }
}
.site-header-nav li {
  padding: 0.25rem;
  font-size: var(--font-size);
  font-family: var(--font-text);
  display: block;
}
.site-header-nav li::before {
  content: none;
}
@media (min-width: 767px) {
  .site-header-nav li {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .site-header-nav li {
    font-size: var(--font-size-l1);
    padding: 0 0.25rem;
  }
}
.site-header-nav a,
.site-header-nav span {
  padding: 0.5rem;
  font-weight: var(--font-bold);
  text-decoration: none;
  border: none;
  color: var(--color-bg);
  line-height: var(--line-height-xxs);
  display: block;
  overflow: hidden;
  width: fit-content;
}
@media (min-width: 767px) {
  .site-header-nav a,
.site-header-nav span {
    color: var(--color-text);
  }
}
.site-header-nav a:hover, .site-header-nav a:focus-visible {
  color: var(--color-link-hover-light);
  opacity: 1;
}
@media (min-width: 767px) {
  .site-header-nav a:hover, .site-header-nav a:focus-visible {
    color: var(--color-link-hover);
  }
}
.site-header-nav a:hover.active::after, .site-header-nav a:focus-visible.active::after {
  background: var(--color-link-hover-light);
}
@media (min-width: 767px) {
  .site-header-nav a:hover.active::after, .site-header-nav a:focus-visible.active::after {
    background: var(--color-link-hover);
  }
}
@media (min-width: 768px) {
  .site-header-nav a {
    color: var(--color-text);
  }
  .site-header-nav a:hover, .site-header-nav a:focus-visible {
    color: var(--color-link-hover);
  }
}
.site-header-nav .active {
  position: relative;
}
.site-header-nav .active::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  bottom: 0;
  width: calc(100% - 1rem);
  height: 2px;
  background: #FFFFFF;
}
@media (min-width: 767px) {
  .site-header-nav .active::after {
    background: #1a1a1a;
  }
}

body > footer {
  background: var(--color-gray-1);
  color: var(--color-bg);
}
body > footer .layout-wrapper {
  padding: calc(var(--padding-base) * 1.5) var(--padding-base);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  body > footer .layout-wrapper {
    flex-direction: row;
  }
}
body > footer a {
  font-weight: var(--font-bold);
  text-decoration: none;
  border: none;
}

.site-footer-nav {
  margin: 0;
  padding-right: 4.5rem;
}
.site-footer-nav ul {
  margin: 0 -0.75rem;
}
@media (min-width: 1024px) {
  .site-footer-nav ul {
    display: flex;
  }
}
.site-footer-nav li {
  list-style: none;
  padding: 0 0.25rem;
}
@media (min-width: 1024px) {
  .site-footer-nav li {
    display: block;
  }
}
.site-footer-nav li::before {
  content: none;
}
.site-footer-nav a {
  font-size: var(--font-size-l2);
  display: block;
  padding: 0.5rem;
  line-height: var(--line-height-xxs);
}

.site-footer-social {
  margin: calc(var(--padding-base) * 1.5) 0 0;
}
@media (min-width: 1024px) {
  .site-footer-social {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.site-footer-social h2 {
  font-family: var(--font-text);
  text-transform: none;
  margin-left: unset;
  letter-spacing: unset;
  font-size: var(--font-size);
  margin: 0 0 0.5rem;
}
@media (min-width: 1024px) {
  .site-footer-social h2 {
    margin: 0 2rem 0 1rem;
  }
}
.site-footer-social ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.site-footer-social li {
  display: flex;
  padding: 0 0.25rem;
}
.site-footer-social li::before {
  content: none;
}
.site-footer-social a {
  padding: 0.5rem;
  line-height: var(--line-height-xxs);
  display: block;
}
.site-footer-social .icon {
  width: 1.2em;
  height: 1.2em;
  fill: var(--color-bg);
  margin: 0 0.25em -0.2em 0;
}

.page-header {
  padding: var(--padding-base) var(--padding-base) calc(var(--padding-base) * 1.5);
  border-bottom: 2px solid var(--color-text);
}
@media print {
  .page-header {
    margin-top: 2rem;
  }
}
.page-header h1 {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
}
.page-header .etiqueta {
  font-size: var(--font-size-s2);
  font-weight: var(--font-bold);
  line-height: var(--line-height-xs);
  display: flex;
}
.page-header .etiqueta span,
.page-header .etiqueta .back {
  margin-right: 0.5em;
}
.page-header .etiqueta .back {
  display: flex;
  border: none;
}
.page-header .etiqueta .back .icon {
  width: 1.2em;
  height: 1.2em;
  fill: var(--color-link);
  margin: 0 0.25em -0.2em 0;
}
.page-header .etiqueta .back:hover .icon, .page-header .etiqueta .back:focus-visible .icon {
  fill: var(--color-link-hover);
}

.page-header-wrapper {
  padding: 0 var(--padding-base) 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
}

.jogar-nav {
  padding-top: var(--padding-base);
}
@media (min-width: 768px) {
  .jogar-nav {
    background: none;
  }
}
.jogar-nav ul {
  margin: -0.5rem;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: center;
}
@media (min-width: 980px) {
  .jogar-nav ul {
    margin: -0.75rem;
  }
}
.jogar-nav li {
  padding: 0;
  font-size: var(--font-size);
  font-family: var(--font-text);
  display: block;
}
.jogar-nav li::before {
  content: none;
}
@media (min-width: 980px) {
  .jogar-nav li {
    font-size: var(--font-size-l1);
    padding: 0 0.25rem;
  }
}
.jogar-nav a,
.jogar-nav span {
  padding: 0.5rem;
  font-weight: var(--font-bold);
  text-decoration: none;
  border: none;
  color: var(--color-text);
  line-height: var(--line-height-xxs);
  display: block;
  overflow: hidden;
}
.jogar-nav a:hover, .jogar-nav a:focus-visible {
  color: var(--color-link-hover);
  opacity: 1;
}
@media (min-width: 768px) {
  .jogar-nav a {
    color: var(--color-text);
  }
  .jogar-nav a:hover, .jogar-nav a:focus-visible {
    color: var(--color-link-hover);
  }
}
.jogar-nav .active {
  position: relative;
}
.jogar-nav .active::after {
  content: "";
  position: absolute;
  left: 0.5rem;
  bottom: 0;
  width: calc(100% - 1rem);
  height: 2px;
  background: var(--color-text);
}

body > main .main-content.content-blocks {
  padding-bottom: 0;
}

.content-blocks .page-header + .content-block {
  padding-top: calc(var(--padding-base) * 3);
}

.main-content:not(.content-blocks) .content-block {
  padding-top: calc(var(--padding-base) * 2);
  padding-bottom: calc(var(--padding-base) * 2);
}

.content-block {
  padding-left: var(--padding-base);
  padding-right: var(--padding-base);
}
.content-block.highlight {
  background: var(--color-gray-6);
}
.content-block.highlight, .content-block:last-child {
  padding-bottom: calc(var(--padding-base) * 3);
}
.content-block:not(.highlight) + .highlight {
  margin-top: calc(var(--padding-base) * 3);
}
.content-block.highlight, .content-block.highlight + :not(.highlight) {
  padding-top: calc(var(--padding-base) * 3);
}
.content-block h4, .content-block h5 {
  font-family: var(--font-text);
  text-transform: none;
  margin-left: unset;
  letter-spacing: unset;
  font-weight: var(--font-bold);
}
.content-block img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2em auto;
}
.content-block iframe {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 2em auto;
  aspect-ratio: 16/9;
}
.content-block figure {
  max-width: 100%;
  padding: 0;
  margin: 2em auto;
  width: fit-content;
}
.content-block figure > a {
  border-bottom: none;
  display: block;
}
.content-block figure img,
.content-block figure iframe {
  margin: 0;
}
.content-block figure figcaption {
  font-size: var(--font-size-s3);
}
.content-block .button {
  display: block;
  width: fit-content;
  min-width: 12rem;
  margin: 3rem auto;
  text-align: center;
}
.content-block .logos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  grid-gap: 2rem;
}
.content-block .logo {
  width: 100%;
  aspect-ratio: 1;
}
.content-block .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0;
}
.content-block .mosaicos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap: 4rem;
  margin-top: calc(var(--padding-base) * 3);
  margin-bottom: calc(var(--padding-base) * 3);
}
@media (min-width: 920px) {
  .content-block .mosaicos {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  }
}
.content-block .mosaico > * {
  margin: 0.5em 0;
}
.content-block .mosaico h2 {
  font-size: var(--font-size-l6);
  margin-top: 2.5em;
  margin-left: calc(-1 * var(--font-size-l6) * 0.15);
}
.content-block .mosaico h3, .content-block .mosaico h4 {
  font-family: var(--font-text);
  text-transform: none;
  margin-left: unset;
  letter-spacing: unset;
  font-weight: bold;
}
.content-block .mosaico h3 {
  font-size: var(--font-size-l4);
  margin-top: 2.5em;
}
.content-block .mosaico h4 {
  font-size: var(--font-size-l2);
  margin-top: 1.5em;
}
.content-block .mosaico h5 {
  font-size: var(--font-size-l1);
  margin-top: 1em;
}
.content-block .mosaico h6 {
  font-size: var(--font-size-m);
  margin-top: 0.75em;
}
.content-block .mosaico h2,
.content-block .mosaico h3,
.content-block .mosaico h4,
.content-block .mosaico h5,
.content-block .mosaico h6 {
  line-height: var(--line-height-s);
}
.content-block .mosaico > :first-child {
  margin-top: 0;
}
.content-block .mosaico > :last-child {
  margin-bottom: 0;
}
.content-block .galeria {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  grid-gap: 2rem;
  margin-top: calc(var(--padding-base) * 3);
  margin-bottom: calc(var(--padding-base) * 3);
}
.content-block .galeria a {
  width: 100%;
  aspect-ratio: 1;
  border: none;
}
.content-block .galeria a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  margin: 0;
}

.content-block-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width-content);
}
.content-block-wrapper > :first-child {
  margin-top: 0;
}

.main-content.content-blocks > :last-child {
  margin-bottom: 0;
  padding-bottom: calc(var(--padding-base) * 4);
}

.page-footer {
  border-top: 2px solid var(--color-text);
}
.page-footer .layout-wrapper {
  padding-top: calc(var(--padding-base) * 1);
  padding-bottom: calc(var(--padding-base) * 1);
}
.page-footer .layout-wrapper h2 {
  font-family: var(--font-text);
  text-transform: none;
  margin-left: unset;
  letter-spacing: unset;
  font-size: var(--font-size);
  margin: 0.25rem 0 0.5rem;
}
@media (min-width: 1024px) {
  .page-footer .layout-wrapper h2 {
    margin: 0 2rem 0 0;
  }
}
.page-footer .layout-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.75rem;
}
.page-footer .layout-wrapper li {
  display: flex;
  padding: 0 0.25rem;
}
.page-footer .layout-wrapper li::before {
  content: none;
}
.page-footer .layout-wrapper a {
  padding: 0.5rem;
  color: var(--color-text);
  text-decoration: none;
  font-weight: var(--font-bold);
  border: none;
  line-height: var(--line-height-xxs);
}
.page-footer .layout-wrapper .icon {
  width: 1.2em;
  height: 1.2em;
  fill: var(--color-text);
  margin: 0 0.25em -0.2em 0;
}
.page-footer .layout-wrapper a:hover,
.page-footer .layout-wrapper a:focus {
  color: var(--color-link-hover);
}
.page-footer .layout-wrapper a:hover .icon,
.page-footer .layout-wrapper a:focus .icon {
  fill: var(--color-link-hover);
}

@media (min-width: 1024px) {
  .page-footer-content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: var(--font-text);
  font-size: var(--font-size);
  margin: calc(var(--padding-base) * 2) auto 0;
  max-width: var(--max-width);
  padding: var(--padding-base);
}

.pagination-info {
  font-size: var(--font-size-s2);
  margin: 0;
}

.site-header.home .site-header-logo {
  margin-top: 0.5rem;
  margin-bottom: -4.125rem;
}
.site-header.home .site-header-logo img {
  width: 8.125rem;
  height: 8.125rem;
}
@media (min-width: 768px) {
  .site-header.home .site-header-logo {
    margin-bottom: calc(((100vw - 532px) * 0.55 + 0.6rem - 5rem) * -1);
  }
  .site-header.home .site-header-logo img {
    width: calc((100vw - 532px) * 0.55);
    height: calc((100vw - 532px) * 0.55);
  }
}
@media (min-width: 940px) {
  .site-header.home .site-header-logo {
    margin-bottom: -9.6rem;
  }
  .site-header.home .site-header-logo img {
    width: 14rem;
    height: 14rem;
  }
}
@media (min-width: 1280px) {
  .site-header.home .site-header-logo {
    margin-bottom: -9.1rem;
  }
}

.menu-expanded .site-header.home .site-header-logo {
  margin-top: 0;
  margin-bottom: 0;
}
.menu-expanded .site-header.home .site-header-logo img {
  width: 4.5rem;
  height: 4.5rem;
  display: block;
  margin: -2px;
}
@media (min-width: 768px) {
  .menu-expanded .site-header.home .site-header-logo {
    margin-bottom: 0;
  }
  .menu-expanded .site-header.home .site-header-logo img {
    width: 5rem;
    height: 5rem;
  }
}
@media (min-width: 1280px) {
  .menu-expanded .site-header.home .site-header-logo {
    margin-bottom: 0;
  }
  .menu-expanded .site-header.home .site-header-logo img {
    width: 5.5rem;
    height: 5.5rem;
  }
}

#main-content.home {
  --max-home-heading-width: 520px;
  --max-home-content-width: 640px;
}
#main-content.home section {
  overflow: hidden;
}
#main-content.home section .wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 716px;
  padding: calc(var(--padding-base) * 3) var(--padding-base);
  display: grid;
  grid-template-rows: auto auto 7rem;
  grid-template-areas: "heading" "description" "signage";
  grid-column-gap: var(--padding-base);
  grid-row-gap: calc(var(--padding-base) * 0.5);
}
@media (min-width: 640px) {
  #main-content.home section .wrapper {
    grid-template-columns: 1fr 15rem;
    grid-template-rows: unset;
    grid-template-areas: "heading none" "description signage";
  }
}
@media (min-width: 940px) {
  #main-content.home section .wrapper {
    max-width: calc(100vw - 14rem);
  }
}
@media (min-width: 1440px) {
  #main-content.home section .wrapper {
    max-width: calc(1440px - 14rem);
  }
}
#main-content.home section h2 {
  margin-top: 0;
  margin-bottom: 0;
  grid-area: heading;
  font-size: var(--font-size-l11);
  max-width: var(--max-home-heading-width);
}
@media (min-width: 640px) {
  #main-content.home section h2 {
    font-size: var(--font-size-l12);
  }
}
#main-content.home section .slogan {
  font-weight: var(--font-bold);
  font-size: var(--font-size-l5);
  line-height: var(--line-height-xs);
  margin: 1.25rem 0 0.75rem;
  max-width: var(--max-home-heading-width);
}
@media (min-width: 640px) {
  #main-content.home section .slogan {
    font-size: var(--font-size-l6);
  }
}
#main-content.home section .description {
  grid-area: description;
  font-size: var(--font-size-l1);
  line-height: var(--line-height);
  max-width: var(--max-home-content-width);
}
#main-content.home section .description p {
  font-size: var(--font-size-l1);
  line-height: var(--line-height);
}
@media (min-width: 640px) {
  #main-content.home section .description {
    font-size: var(--font-size-l2);
  }
}
#main-content.home section .signage {
  grid-area: signage;
  position: relative;
  align-self: start;
  padding: 3rem 0 0;
  display: flex;
  justify-content: center;
  width: 50%;
  min-width: 200px;
}
#main-content.home section .signage.left {
  justify-content: end;
  justify-self: end;
}
#main-content.home section .signage.right {
  justify-content: start;
  justify-self: start;
}
@media (min-width: 640px) {
  #main-content.home section .signage {
    width: 100%;
    padding: 0.25rem 1rem 0;
    justify-content: center;
  }
  #main-content.home section .signage.left, #main-content.home section .signage.right {
    justify-content: center;
  }
}
#main-content.home section .signage .button {
  text-align: center;
  width: 100%;
  border-width: 3px;
  font-size: var(--font-size-l3);
  line-height: var(--line-height-xxs);
}
@media (min-width: 640px) {
  #main-content.home section .signage .button {
    height: 4rem;
    --arrow-size: 2.85rem;
  }
}
#main-content.home section .signage .button-left {
  margin-left: 12px;
  border-left: none;
}
#main-content.home section .signage .button-left::before {
  border-bottom-width: 3.5px;
  border-left-width: 3.5px;
}
#main-content.home section .signage .button-right {
  margin-right: 12px;
  border-right: none;
}
#main-content.home section .signage .button-right::after {
  border-top-width: 3.5px;
  border-right-width: 3.5px;
}
#main-content.home section .signage::before, #main-content.home section .signage::after {
  content: "";
  width: 6px;
  position: absolute;
  left: calc(50% - 3px);
  background: var(--color-text);
}
#main-content.home section .signage::before {
  bottom: 3rem;
  height: 2rem;
}
@media (min-width: 640px) {
  #main-content.home section .signage::before {
    height: 100vh;
    bottom: 4rem;
  }
}
#main-content.home section .signage::after {
  top: 6.125rem;
  height: 100vh;
}
@media (min-width: 640px) {
  #main-content.home section .signage::after {
    top: 4.25rem;
  }
}
#main-content.home .introducao .wrapper {
  padding-top: 12rem;
  grid-template-rows: auto auto;
  grid-template-areas: "description" "signage";
}
@media (min-width: 640px) {
  #main-content.home .introducao .wrapper {
    grid-template-areas: "description signage";
  }
}
@media (min-width: 768px) {
  #main-content.home .introducao .wrapper {
    padding-top: calc((100vw - 532px) * 0.55 * 1.5);
  }
}
@media (min-width: 940px) {
  #main-content.home .introducao .wrapper {
    padding-top: 21rem;
  }
}
#main-content.home .introducao .slogan {
  font-size: var(--font-size-l6);
}
#main-content.home .introducao .description {
  font-size: var(--font-size-l6);
  font-weight: var(--font-bold);
  line-height: var(--line-height-xs);
}
#main-content.home .introducao .description p {
  font-size: var(--font-size-l6);
  font-weight: var(--font-bold);
  line-height: var(--line-height-xs);
}
#main-content.home .introducao .wrapper.with-slogan {
  grid-template-rows: auto auto auto;
  grid-template-areas: "slogan" "description" "signage";
}
@media (min-width: 640px) {
  #main-content.home .introducao .wrapper.with-slogan {
    grid-template-areas: "heading none" "description signage";
  }
}
@media (min-width: 940px) {
  #main-content.home .introducao .wrapper.with-slogan .site-header-logo {
    margin-top: 0.5rem;
    margin-bottom: -9.5rem;
  }
  #main-content.home .introducao .wrapper.with-slogan .site-header-logo img {
    width: 14rem;
    height: 14rem;
  }
}
#main-content.home .introducao .wrapper.with-slogan .description {
  font-size: var(--font-size-l4);
  font-weight: var(--font-normal);
  line-height: var(--line-height);
}
#main-content.home .introducao .wrapper.with-slogan .description p {
  font-size: var(--font-size-l4);
  font-weight: var(--font-normal);
  line-height: var(--line-height);
}
#main-content.home .introducao .signage::before {
  height: 2rem;
}
@media (min-width: 640px) {
  #main-content.home .introducao .signage::before {
    height: 4rem;
  }
}
#main-content.home .jogar {
  background: var(--color-blue-2);
}
#main-content.home .explorar {
  background: var(--color-yellow-2);
}
#main-content.home .resposta-covid {
  background: var(--color-red-2);
}
#main-content.home .resposta-covid .wrapper {
  padding-bottom: calc(var(--padding-base) * 6);
}

.cartas-list {
  text-align: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
  overflow: hidden;
  padding-top: calc(var(--padding-base) * 2);
}
.cartas-list > :first-child {
  margin-top: 0;
}
.cartas-list h2 {
  margin: 0;
}

.cartas-group-header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width-content);
  padding: var(--padding-base) var(--padding-base) 0;
}

.cartas-group-list {
  margin-left: auto;
  margin-right: auto;
  display: grid;
  padding: calc(var(--padding-base) * 1.5) calc(var(--padding-base) * 0.25);
  grid-template-columns: repeat(4, 1fr);
}
@media (min-width: 375px) and (max-width: 459px) {
  .cartas-group-list {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 460px) and (max-width: 539px) {
  .cartas-group-list {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 540px) and (max-width: 619px) {
  .cartas-group-list {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 620px) and (max-width: 699px) {
  .cartas-group-list {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 700px) and (max-width: 779px) {
  .cartas-group-list {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 780px) and (max-width: 859px) {
  .cartas-group-list {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 860px) and (max-width: 939px) {
  .cartas-group-list {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media (min-width: 940px) and (max-width: 1019px) {
  .cartas-group-list {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1020px) and (max-width: 1099px) {
  .cartas-group-list {
    grid-template-columns: repeat(13, 1fr);
  }
}
@media (min-width: 1100px) and (max-width: 1179px) {
  .cartas-group-list {
    grid-template-columns: repeat(14, 1fr);
  }
}
@media (min-width: 1180px) and (max-width: 1259px) {
  .cartas-group-list {
    grid-template-columns: repeat(15, 1fr);
  }
}
@media (min-width: 1260px) {
  .cartas-group-list {
    grid-template-columns: repeat(16, 1fr);
  }
}

.cartas-list-entry {
  position: relative;
  width: calc(100% - 2px);
  aspect-ratio: 1.73205162/1;
  grid-column: span 2;
  margin: 15% 2px;
  line-height: var(--line-height-xs);
  padding: 0;
  letter-spacing: -0.04em;
  transition: transform var(--transition-hover);
}
@media print {
  .cartas-list-entry {
    break-inside: avoid;
  }
}
.cartas-list-entry.hover {
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 0 2px white;
  -moz-box-shadow: 0 0 0 2px white;
  box-shadow: 0 0 0 2px white;
  transform: scale(1.1);
}
.cartas-list-entry.focus-visible {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.cartas-list-entry::before {
  content: none;
}
.cartas-list-entry a {
  text-decoration: none;
  border: none;
  padding: 0 10%;
  transition: all var(--transition-hover);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cartas-list-entry a:before, .cartas-list-entry a:after {
  content: "";
  border: inherit;
  position: absolute;
  top: 0;
  left: 0;
  border: none;
  height: 100%;
  width: 100%;
  z-index: -1;
  transition: background-color var(--transition-hover);
  box-shadow: 2px 0 0 -0.25px white, -2px 0 0 -0.25px white;
}
.cartas-list-entry a:before {
  transform: rotate(60deg);
}
.cartas-list-entry a:after {
  transform: rotate(-60deg);
}
.cartas-list-entry a:hover, .cartas-list-entry a:focus-visible {
  color: var(--color-text);
}
.cartas-list-entry a:focus-visible {
  outline: none;
}
.cartas-list-entry.metodologia a {
  background: var(--color-red-3);
}
.cartas-list-entry.metodologia a:before, .cartas-list-entry.metodologia a:after {
  background: var(--color-red-3);
}
.cartas-list-entry.metodologia a:hover, .cartas-list-entry.metodologia a:focus-visible {
  background: var(--color-red-2);
}
.cartas-list-entry.metodologia a:hover:before, .cartas-list-entry.metodologia a:hover:after, .cartas-list-entry.metodologia a:focus-visible:before, .cartas-list-entry.metodologia a:focus-visible:after {
  background: var(--color-red-2);
}
.cartas-list-entry.acao a {
  background: var(--color-blue-3);
}
.cartas-list-entry.acao a:before, .cartas-list-entry.acao a:after {
  background: var(--color-blue-3);
}
.cartas-list-entry.acao a:hover, .cartas-list-entry.acao a:focus-visible {
  background: var(--color-blue-2);
}
.cartas-list-entry.acao a:hover:before, .cartas-list-entry.acao a:hover:after, .cartas-list-entry.acao a:focus-visible:before, .cartas-list-entry.acao a:focus-visible:after {
  background: var(--color-blue-2);
}
.cartas-list-entry.objetivo a {
  background: var(--color-yellow-3);
}
.cartas-list-entry.objetivo a:before, .cartas-list-entry.objetivo a:after {
  background: var(--color-yellow-3);
}
.cartas-list-entry.objetivo a:hover, .cartas-list-entry.objetivo a:focus-visible {
  background: var(--color-yellow-2);
}
.cartas-list-entry.objetivo a:hover:before, .cartas-list-entry.objetivo a:hover:after, .cartas-list-entry.objetivo a:focus-visible:before, .cartas-list-entry.objetivo a:focus-visible:after {
  background: var(--color-yellow-2);
}
@media (max-width: 374px) {
  .cartas-list-entry:nth-child(3n) {
    grid-column: 2/span 2;
  }
  .cartas-list-entry:nth-child(3n+1) {
    grid-column: 1/span 2;
  }
}
@media (min-width: 375px) and (max-width: 459px) {
  .cartas-list-entry:nth-child(4n-1) {
    grid-column: 2/span 2;
  }
}
@media (min-width: 480px) and (max-width: 539px) {
  .cartas-list-entry:nth-child(5n-1) {
    grid-column: 2/span 2;
  }
  .cartas-list-entry:nth-child(5n+1) {
    grid-column: 1/span 2;
  }
}
@media (min-width: 540px) and (max-width: 619px) {
  .cartas-list-entry:nth-child(6n-2) {
    grid-column: 2/span 2;
  }
}
@media (min-width: 620px) and (max-width: 699px) {
  .cartas-list-entry:nth-child(7n-2) {
    grid-column: 2/span 2;
  }
  .cartas-list-entry:nth-child(7n+1) {
    grid-column: 1/span 2;
  }
}
@media (min-width: 700px) and (max-width: 779px) {
  .cartas-list-entry:nth-child(8n-3) {
    grid-column: 2/span 2;
  }
}
@media (min-width: 780px) and (max-width: 859px) {
  .cartas-list-entry:nth-child(9n-3) {
    grid-column: 2/span 2;
  }
  .cartas-list-entry:nth-child(9n+1) {
    grid-column: 1/span 2;
  }
}
@media (min-width: 860px) and (max-width: 939px) {
  .cartas-list-entry:nth-child(10n-4) {
    grid-column: 2/span 2;
  }
}
@media (min-width: 940px) and (max-width: 1019px) {
  .cartas-list-entry:nth-child(11n-4) {
    grid-column: 2/span 2;
  }
  .cartas-list-entry:nth-child(11n+1) {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1020px) and (max-width: 1099px) {
  .cartas-list-entry:nth-child(12n-5) {
    grid-column: 2/span 2;
  }
}
@media (min-width: 1100px) and (max-width: 1179px) {
  .cartas-list-entry:nth-child(13n-5) {
    grid-column: 2/span 2;
  }
  .cartas-list-entry:nth-child(13n+1) {
    grid-column: 1/span 2;
  }
}
@media (min-width: 1180px) and (max-width: 1259px) {
  .cartas-list-entry:nth-child(14n-6) {
    grid-column: 2/span 2;
  }
}
@media (min-width: 1260px) {
  .cartas-list-entry:nth-child(15n-6) {
    grid-column: 2/span 2;
  }
  .cartas-list-entry:nth-child(15n+1) {
    grid-column: 1/span 2;
  }
}

.page-header.carta {
  --color-cartao: var(--color-gray-6);
  background: var(--color-header);
  padding: var(--padding-base) 0 2.5rem;
  border: none;
}
@media print {
  .page-header.carta {
    margin-bottom: 3rem;
  }
}
.page-header.carta.metodologia {
  --color-header: var(--color-red-2);
}
.page-header.carta.acao {
  --color-header: var(--color-blue-2);
}
.page-header.carta.objetivo {
  --color-header: var(--color-yellow-2);
}
.page-header.carta h1 {
  text-align: left;
  margin-top: calc(var(--padding-base) * 0.75);
  margin-bottom: calc(var(--padding-base) * 0.75);
  font-size: var(--font-size-l9);
  line-height: var(--line-height-s);
}
@media (min-width: 1024px) {
  .page-header.carta h1 {
    font-size: var(--font-size-l10);
    line-height: var(--line-height-s);
  }
}
.page-header.carta .imagem {
  position: relative;
  padding: 0;
  align-self: start;
}
.page-header.carta .imagem .imagem-contorno {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: visible;
  z-index: 1;
}
.page-header.carta .imagem img {
  width: 100%;
  aspect-ratio: 0.85561497;
  display: block;
  margin: 0;
  height: auto;
}
.page-header.carta.com-imagem .page-header-wrapper .imagem {
  display: block;
  width: 8.75rem;
  max-width: 14.25rem;
  margin-top: 1rem;
  margin-bottom: -14vw;
}
@media (min-width: 640px) {
  .page-header.carta.com-imagem .page-header-wrapper .imagem {
    margin-bottom: -90px;
    width: 22vw;
  }
}
@media (min-width: 1024px) {
  .page-header.carta.com-imagem .page-header-wrapper {
    display: grid;
    grid-template-columns: 3fr 1fr;
    grid-column-gap: calc(var(--padding-base) * 2);
  }
  .page-header.carta.com-imagem .page-header-wrapper h1 {
    grid-column: 1;
  }
  .page-header.carta.com-imagem .page-header-wrapper .imagem {
    max-width: unset;
    width: 100%;
    margin-top: -10%;
    margin-bottom: -35%;
  }
}

.carta-ficha {
  padding: calc(var(--padding-base) * 2) var(--padding-base);
  --color-objetivos: var(--color-blue-4);
}
.carta-ficha.metodologia {
  --color-objetivos: var(--color-red-4);
}
.carta-ficha.acao {
  --color-objetivos: var(--color-blue-4);
}
.carta-ficha.objetivo {
  --color-objetivos: var(--color-yellow-4);
}
.carta-ficha .ods {
  padding: 3.2rem 0 3rem 5.375rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  min-height: 4.375rem;
}
@media (min-width: 640px) {
  .carta-ficha .ods {
    padding: calc(5.5vw + 1rem) 0 3rem calc(11vw + 1rem);
    min-height: 11vw;
  }
}
@media (min-width: 1024px) {
  .carta-ficha .ods {
    padding: 5rem 0 3rem 8.5rem;
    min-height: 7rem;
  }
}
.carta-ficha .ods h2 {
  font-family: var(--font-text);
  text-transform: none;
  margin-left: unset;
  letter-spacing: unset;
  font-weight: var(--font-normal);
  font-size: var(--font-size-s1);
  line-height: var(--line-height-s);
  margin: 0;
}
.carta-ficha .ods h2 span {
  display: block;
}
.carta-ficha .ods p {
  margin: 0;
}
.carta-ficha .ods .simbolo,
.carta-ficha .ods .ods-numero {
  position: absolute;
  left: 0;
  top: 2.25rem;
  width: 4.375rem;
  height: 4.375rem;
}
@media (min-width: 640px) {
  .carta-ficha .ods .simbolo,
.carta-ficha .ods .ods-numero {
    width: 11vw;
    height: 11vw;
  }
}
@media (min-width: 1024px) {
  .carta-ficha .ods .simbolo,
.carta-ficha .ods .ods-numero {
    top: 2.75rem;
    width: 7rem;
    height: 7rem;
  }
}
.carta-ficha .ods .ods-numero {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: var(--font-bold);
  font-size: var(--font-size-l8);
  line-height: var(--line-height-xs);
}
.carta-ficha .ods .ods-descricao {
  font-weight: var(--font-bold);
  font-size: var(--font-size-l4);
  line-height: var(--line-height-xs);
  display: block;
  max-width: 460px;
  margin: 0.25rem 0 0;
}
.carta-ficha .objetivos {
  background: var(--color-objetivos);
  padding: calc(var(--padding-base) * 0.75) var(--padding-base);
  margin: calc(var(--padding-base) * 1.5) 0 0;
}
.carta-ficha .objetivos h2 {
  font-family: var(--font-text);
  text-transform: none;
  margin-left: unset;
  letter-spacing: unset;
  font-weight: var(--font-normal);
  font-size: var(--font-size-s1);
  line-height: var(--line-height-s);
  margin: 0 0 0.25rem;
}
.carta-ficha .objetivos p {
  font-weight: var(--font-bold);
  font-size: var(--font-size-l3);
  line-height: var(--line-height-s);
  margin: 0;
}

.carta-ficha-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width-content);
}

.carta-video {
  padding: var(--padding-base) 0 calc(var(--padding-base) * 2);
  --color-objetivos: var(--color-blue-4);
}
.carta-video.metodologia {
  --color-objetivos: var(--color-red-4);
}
.carta-video.acao {
  --color-objetivos: var(--color-blue-4);
}
.carta-video.objetivo {
  --color-objetivos: var(--color-yellow-4);
}
.carta-video .carta-video-preview,
.carta-video .carta-video-player iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}
.carta-video .carta-video-player {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.carta-video .button {
  width: 186px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -75px;
  padding: 0.5rem 0 0.5rem 0.8rem;
  height: 4.75rem;
  --arrow-size: 3.45rem;
}
.carta-video .button .icon {
  width: 3em;
  height: 3em;
  margin: 0 0.325em 1.8rem 0;
}
.carta-video .button > span {
  text-align: left;
  margin-right: -0.5rem;
}
.carta-video .button > span > span {
  display: block;
  font-size: var(--font-size-s1);
  line-height: var(--line-height-xxs);
}
.carta-video .button > span .top {
  font-size: var(--font-size-l1);
  line-height: var(--line-height-xxs);
}
.carta-video .button > span .top span {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.carta-video .button > span .bottom {
  font-weight: var(--font-normal);
}
.carta-video .button > span .bottom:first-letter {
  text-transform: capitalize;
}

.carta-video-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
  padding: 0 var(--padding-base) 0;
}

.carta-video-wrapper-relative {
  position: relative;
}

.page-header.projetos {
  padding: var(--padding-base) 0 2.5rem;
}
.page-header.projetos h1 {
  padding: 0 var(--padding-base);
}

.projetos-list {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
  overflow: hidden;
  padding-top: var(--padding-base);
}

.projetos-list-no-results {
  padding: calc(var(--padding-base) * 2) var(--padding-base);
  text-align: center;
}

.projetos-count {
  grid-column: 1/-1;
  padding: 0 var(--padding-base);
  margin: 0;
  font-size: var(--font-size-s1);
  line-height: var(--line-height-xs);
}
.projetos-count span {
  display: block;
  font-size: var(--font-size-s1);
  line-height: var(--line-height-xs);
}
@media (max-height: 768px) {
  .projetos-count {
    height: 15px;
  }
  .projetos-count.fixed span {
    position: fixed;
    width: 100%;
    bottom: -0.2rem;
    left: 0;
    background: var(--color-bg);
    z-index: 2;
    padding: 1.15rem var(--padding-base);
    border-top: 2px solid var(--color-text);
  }
}

.projetos-nav {
  display: grid;
  grid-gap: 4px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
  padding-top: var(--padding-base);
  position: relative;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-template-areas: "mv filtrostoggle";
}
.projetos-nav .projetos-nav-filters {
  grid-area: filtros;
  display: none;
  grid-gap: 4px;
}
.projetos-nav .projetos-nav-advanced-filters {
  display: none;
  grid-gap: 4px;
}
.projetos-nav #projetos-nav-item-tx {
  display: none;
}
.projetos-nav:not(.js-enabled) .projetos-nav-filters-toggle,
.projetos-nav:not(.js-enabled) .projetos-nav-advanced-filters-toggle,
.projetos-nav:not(.js-enabled) .projetos-nav-item-with-search {
  display: none;
}
.projetos-nav:not(.js-enabled) .projetos-nav-item-options {
  display: block;
}
.projetos-nav:not(.js-enabled) {
  grid-template-rows: auto auto auto;
  grid-template-areas: "mv mv" "tx tx" "filtros filtros";
}
.projetos-nav .filters-expanded {
  grid-template-rows: auto auto auto 2rem;
  grid-template-areas: "mv filtrostoggle" "tx tx" "filtros filtros" "filtros filtros";
}
.projetos-nav:not(.js-enabled) #projetos-nav-item-tx, .projetos-nav.js-enabled.filters-expanded #projetos-nav-item-tx {
  display: block;
}
.projetos-nav:not(.js-enabled) .projetos-nav-filters {
  display: grid;
  grid-template-rows: auto auto;
}
.projetos-nav:not(.js-enabled) .projetos-nav-advanced-filters {
  display: grid;
  grid-template-rows: auto auto auto;
}
@media (max-width: 767px) {
  .projetos-nav.js-enabled.filters-expanded {
    grid-template-rows: auto auto auto 2rem;
    grid-template-areas: "mv filtrostoggle" "tx tx" "filtros filtros" "none none";
  }
  .projetos-nav.js-enabled.filters-expanded .projetos-nav-filters {
    display: grid;
    grid-row: span 2;
    grid-template-rows: auto auto auto 2rem;
  }
}
.projetos-nav.js-enabled.advanced-filters-expanded .projetos-nav-filters {
  grid-template-rows: auto auto auto auto 2rem;
}
.projetos-nav.js-enabled.advanced-filters-expanded .projetos-nav-advanced-filters {
  display: grid;
  grid-template-rows: auto auto auto;
}
.projetos-nav.js-enabled.advanced-filters-expanded .projetos-nav-advanced-filters.with-programa-filter {
  grid-template-rows: auto auto auto auto;
}
@media (min-width: 768px) {
  .projetos-nav {
    grid-template-columns: repeat(3, 1fr) 3rem;
    grid-template-rows: auto;
    grid-template-areas: "mv           tx           tx           filtros      filtros      filtros";
  }
  .projetos-nav #projetos-nav-item-tx {
    display: block;
  }
  .projetos-nav .projetos-nav-filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr) 3rem;
    grid-template-rows: 1fr;
  }
  .projetos-nav.js-enabled .projetos-nav-filters-toggle,
.projetos-nav .projetos-nav-filters-toggle {
    display: none;
  }
  .projetos-nav:not(.js-enabled) {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "mv           mv           mv           " "tx           tx           tx           " "filtros      filtros      filtros      ";
    position: relative;
  }
  .projetos-nav:not(.js-enabled) .projetos-nav-filters {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }
  .projetos-nav:not(.js-enabled).with-programa-filter .projetos-nav-filters {
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
  }
  .projetos-nav:not(.js-enabled) .projetos-nav-advanced-filters {
    grid-column: span 3;
    grid-template-columns: repeat(3, 1fr);
  }
  .projetos-nav:not(.js-enabled) .projetos-nav-advanced-filters.with-programa-filter {
    grid-column: span 4;
    grid-template-columns: repeat(4, 1fr);
  }
  .projetos-nav:not(.js-enabled) .projetos-nav-advanced-filters-toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3rem;
    height: calc(6rem + 4px);
  }
  .projetos-nav:not(.js-enabled) .projetos-nav-advanced-filters {
    display: grid;
  }
  .projetos-nav.js-enabled.advanced-filters-expanded {
    grid-template-rows: repeat(2, auto);
    grid-template-areas: "mv           tx           tx           tx" "filtros      filtros      filtros      filtros";
    position: relative;
  }
  .projetos-nav.js-enabled.advanced-filters-expanded .projetos-nav-filters {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(3, 1fr) 3rem;
  }
  .projetos-nav.js-enabled.advanced-filters-expanded .projetos-nav-advanced-filters {
    grid-column: 1/span 3;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }
  .projetos-nav.js-enabled.advanced-filters-expanded #projetos-nav-item-mf {
    grid-column: span 2;
  }
  .projetos-nav.js-enabled.advanced-filters-expanded.with-programa-filter #projetos-nav-item-mf {
    grid-column: auto;
  }
  .projetos-nav.js-enabled.advanced-filters-expanded.with-programa-filter .projetos-nav-advanced-filters {
    position: relative;
    grid-template-rows: 1fr;
  }
  .projetos-nav.js-enabled.advanced-filters-expanded.with-programa-filter #projetos-nav-item-at {
    position: absolute;
    width: calc((100% - 8px) / 3);
    right: 0;
    top: calc(-3rem - 4px);
  }
  .projetos-nav.js-enabled.advanced-filters-expanded .projetos-nav-advanced-filters-toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3rem;
    height: calc(6rem + 4px);
  }
  .projetos-nav.js-enabled.advanced-filters-expanded .projetos-nav-advanced-filters {
    display: grid;
    grid-template-rows: 1fr;
  }
}
@media (min-width: 1280px) {
  .projetos-nav {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(5, 1fr) 3rem;
    grid-template-areas: "mv           tx           tx           filtros      filtros      filtros";
  }
  .projetos-nav.with-programa-filter {
    grid-template-columns: repeat(6, 1fr) 3rem;
    grid-template-areas: "mv           tx           tx           tx      filtros      filtros      filtros      filtros";
  }
  .projetos-nav.filters-expanded .projetos-nav-advanced-filters-toggle {
    height: 3rem;
  }
  .projetos-nav:not(.js-enabled) {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-template-areas: "mv           mv           mv           " "tx           tx           tx           " "filtros      filtros      filtros      ";
    position: relative;
  }
  .projetos-nav:not(.js-enabled) .projetos-nav-filters {
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
  }
  .projetos-nav:not(.js-enabled).with-programa-filter .projetos-nav-filters {
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
  }
  .projetos-nav:not(.js-enabled) .projetos-nav-advanced-filters {
    grid-column: span 3;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: 1fr;
  }
  .projetos-nav:not(.js-enabled) .projetos-nav-advanced-filters.with-programa-filter {
    grid-column: span 4;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: 1fr;
  }
  .projetos-nav:not(.js-enabled) .projetos-nav-advanced-filters-toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3rem;
    height: calc(6rem + 4px);
  }
  .projetos-nav:not(.js-enabled) .projetos-nav-advanced-filters {
    display: grid;
  }
  .projetos-nav.js-enabled.advanced-filters-expanded {
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(5, 1fr) 3rem;
    grid-template-areas: "mv           tx           tx           tx           tx           none" "filtros      filtros      filtros      filtros      filtros      filtros";
    position: relative;
  }
  .projetos-nav.js-enabled.advanced-filters-expanded .projetos-nav-filters {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(5, 1fr) 3rem;
  }
  .projetos-nav.js-enabled.advanced-filters-expanded .projetos-nav-advanced-filters {
    grid-column: 3/span 3;
  }
  .projetos-nav.js-enabled.advanced-filters-expanded #projetos-nav-item-mf {
    grid-column: auto;
  }
  .projetos-nav.js-enabled.advanced-filters-expanded .projetos-nav-advanced-filters-toggle {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 3rem;
    height: calc(6rem + 4px);
  }
  .projetos-nav.js-enabled.advanced-filters-expanded.with-programa-filter {
    grid-template-columns: repeat(6, 1fr) 3rem;
    grid-template-areas: "mv           tx           tx           tx           tx           tx           none" "filtros      filtros      filtros      filtros      filtros      filtros      filtros";
  }
  .projetos-nav.js-enabled.advanced-filters-expanded.with-programa-filter .projetos-nav-filters {
    grid-template-rows: 1fr;
    grid-template-columns: repeat(6, 1fr) 3rem;
  }
  .projetos-nav.js-enabled.advanced-filters-expanded.with-programa-filter .projetos-nav-advanced-filters {
    grid-row: auto;
    grid-column: 3/span 4;
    position: initial;
    grid-template-columns: repeat(4, 1fr);
  }
  .projetos-nav.js-enabled.advanced-filters-expanded.with-programa-filter #projetos-nav-item-at {
    position: initial;
    width: unset;
    right: unset;
    top: unset;
  }
}

.projetos-nav-item {
  position: relative;
}

.projetos-nav-item-toggle {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto;
  grid-row-gap: 0.1rem;
  grid-column-gap: 0.5rem;
  text-align: left;
  padding: 0.25rem 1rem;
  width: 100%;
  height: 3rem;
  background: var(--color-gray-6);
  border: none;
}
.projetos-nav-item-toggle.selected {
  grid-template-columns: auto 1fr;
}
.projetos-nav-item-toggle .icon {
  display: none;
  width: 1.1em;
  height: 1.1em;
  margin: 0.6rem 0.2em;
}
@media (min-width: 768px) {
  .projetos-nav-item-toggle .icon {
    margin: 0.7rem -0.15em 0.5rem;
  }
}
.projetos-nav-item-toggle .nome {
  font-size: var(--font-size-s1);
  font-weight: var(--font-bold);
  line-height: var(--line-height-xxs);
}
.projetos-nav-item-toggle .value {
  font-size: var(--font-size-s2);
  font-weight: var(--font-normal);
  line-height: var(--line-height-xxs);
}
.projetos-nav-item-toggle .value .value-value {
  border-radius: 11px;
  background: var(--color-text);
  color: var(--color-bg);
  padding: 0.2rem 0.35rem 0.28rem;
  display: inline-block;
  margin: -0.3rem 0 -0.3rem 0.1rem;
  text-align: center;
  min-width: 22px;
}
.projetos-nav-item-toggle .value-modo {
  font-size: var(--font-size-s2);
  font-weight: var(--font-normal);
  line-height: var(--line-height-xxs);
}
.projetos-nav-item-toggle[aria-expanded=true] .icon {
  transform: rotate(180deg);
}
.projetos-nav-item-toggle:hover .value-value, .projetos-nav-item-toggle:focus-visible .value-value {
  background: var(--color-bg);
  color: var(--color-link-hover);
}

.projetos-nav.js-enabled .projetos-nav-item-toggle {
  grid-template-columns: 1fr auto;
}
.projetos-nav.js-enabled .projetos-nav-item-toggle.selected {
  grid-template-columns: auto 1fr auto;
}
.projetos-nav.js-enabled .projetos-nav-item-toggle .icon {
  display: block;
}

#projetos-nav-item-mv .value {
  color: var(--color-text);
}

.projetos-nav-filters-toggle,
.projetos-nav-advanced-filters-toggle {
  height: 100%;
  padding: 0.25rem 1rem;
  background: var(--color-gray-6);
  border: none;
}
.projetos-nav-filters-toggle .icon,
.projetos-nav-advanced-filters-toggle .icon {
  width: 1rem;
  height: 1rem;
  margin: 0 0.3rem;
}
@media (min-width: 768px) {
  .projetos-nav-filters-toggle .icon,
.projetos-nav-advanced-filters-toggle .icon {
    margin: 0;
  }
}
.projetos-nav-filters-toggle:hover, .projetos-nav-filters-toggle:focus-visible,
.projetos-nav-advanced-filters-toggle:hover,
.projetos-nav-advanced-filters-toggle:focus-visible {
  background: var(--color-link-hover);
}
.projetos-nav-filters-toggle:hover .icon, .projetos-nav-filters-toggle:focus-visible .icon,
.projetos-nav-advanced-filters-toggle:hover .icon,
.projetos-nav-advanced-filters-toggle:focus-visible .icon {
  fill: var(--color-bg);
}

.projetos-nav-filters-toggle {
  grid-area: filtrostoggle;
  justify-content: space-between;
  font-size: var(--font-size-s1);
  line-height: var(--line-height-xs);
}
.projetos-nav-filters-toggle > span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.projetos-nav-filters-toggle[aria-expanded=true] .icon {
  transform: rotate(180deg);
}

.projetos-nav-advanced-filters-toggle {
  justify-content: space-between;
  background: var(--color-gray-5);
  font-size: var(--font-size-s2);
}
@media (min-width: 768px) {
  .projetos-nav-advanced-filters-toggle {
    justify-content: center;
    background: var(--color-gray-6);
    font-size: var(--font-size-s1);
  }
  .projetos-nav-advanced-filters-toggle span {
    position: absolute;
    width: 0;
    height: 0;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
  }
}
.projetos-nav-advanced-filters-toggle .expanded-text {
  display: none;
}
.projetos-nav-advanced-filters-toggle[aria-expanded=true] .expanded-text {
  display: block;
}
.projetos-nav-advanced-filters-toggle[aria-expanded=true] .collapsed-text {
  display: none;
}

.projetos-nav-item-options {
  border: none;
  display: none;
  background: var(--color-gray-5);
  z-index: 2;
}
.projetos-nav-item-options.expanded {
  display: block;
}

@media (min-width: 768px) {
  .projetos-nav.js-enabled .projetos-nav-item-options {
    position: absolute;
    left: 0;
    top: calc(3rem + 4px);
    width: 100%;
    min-width: 240px;
    box-shadow: var(--shadow);
    z-index: 3;
  }
}

.projetos-nav-item-selected {
  padding: 1rem 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
.projetos-nav-item-selected ul {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -2px -2px calc(0.25rem - 2px);
}
.projetos-nav-item-selected li {
  padding: 2px;
}
.projetos-nav-item-selected li::before {
  content: none;
}
.projetos-nav-item-selected li a {
  padding: 0.15rem 1.65rem 0.15rem 0.5rem;
  border: 1px solid var(--color-gray-1);
  display: block;
  font-size: var(--font-size-s2);
  position: relative;
  margin: 0;
  color: var(--color-link);
  line-height: var(--line-height-s);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.projetos-nav-item-selected li a::after {
  position: absolute;
  display: block;
  content: "";
  height: 0.35em;
  width: 0.75em;
  border-left: 0.1em solid var(--color-link);
  border-bottom: 0.1em solid var(--color-link);
  transform: rotate(-45deg);
  top: 0.6em;
  right: 0.5em;
}
.projetos-nav-item-selected li a:focus-visible {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.projetos-nav-item-selected li a:hover, .projetos-nav-item-selected li a:focus-visible {
  cursor: pointer;
  color: var(--color-link-hover);
}
.projetos-nav-item-selected li a:hover::before, .projetos-nav-item-selected li a:hover::after, .projetos-nav-item-selected li a:focus-visible::before, .projetos-nav-item-selected li a:focus-visible::after {
  content: "";
  position: absolute;
  display: block;
  height: 1.5px;
  width: 0.75em;
  border: none;
  background: var(--color-link-hover);
  top: 0.85em;
  right: 0.5em;
}
.projetos-nav-item-selected li a:hover::before, .projetos-nav-item-selected li a:focus-visible::before {
  transform: rotate(-45deg);
}
.projetos-nav-item-selected li a:hover::after, .projetos-nav-item-selected li a:focus-visible::after {
  transform: rotate(45deg);
}

.projetos-nav-options-search {
  padding: 1rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  border-bottom: 2px solid var(--color-gray-2);
}
.projetos-nav-options-search [type=search] {
  width: 100%;
  height: 3rem;
  padding: 0.25rem 3.5rem 0.25rem 1rem;
  background: var(--color-gray-6);
  border-color: var(--color-gray-4);
}
.projetos-nav-options-search [type=search]:hover, .projetos-nav-options-search [type=search]:focus-visible {
  border-color: var(--color-link-hover);
}
.projetos-nav-options-search [type=search]::-webkit-search-decoration, .projetos-nav-options-search [type=search]::-webkit-search-cancel-button, .projetos-nav-options-search [type=search]::-webkit-search-results-button, .projetos-nav-options-search [type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.projetos-nav-options-search button {
  position: absolute;
  right: 1rem;
  top: 1rem;
  height: 3rem;
  width: 3rem;
  background: none;
  border: none;
  padding: 0;
}
.projetos-nav-options-search button span {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.projetos-nav-options-search button .icon {
  display: block;
  fill: var(--color-link);
  width: 1.25em;
  height: 1.25em;
  margin: 0.125rem -0.25em;
  align-self: center;
  grid-column: 2;
  grid-row: 1/span 2;
}
.projetos-nav-options-search button:hover, .projetos-nav-options-search button:focus-visible {
  background: var(--color-link-hover);
}
.projetos-nav-options-search button:hover .icon, .projetos-nav-options-search button:focus-visible .icon {
  fill: var(--color-bg);
}

@media (min-width: 768px) {
  .projetos-nav-item-toggle + div:not(.projetos-nav-item-options) {
    position: absolute !important;
    left: 0;
    top: calc(3rem + 4px);
    width: 100%;
    min-width: 240px;
    z-index: 2;
    box-shadow: var(--shadow);
  }
  .projetos-nav-item-toggle + div:not(.projetos-nav-item-options) .projetos-nav-item-options {
    top: 0;
    box-shadow: none;
  }
}

.projetos-nav.js-enabled #projetos-nav-item-mv .projetos-nav-item-options {
  position: absolute;
  left: 0;
  top: calc(3rem + 4px);
  width: 100%;
  min-width: 240px;
  box-shadow: var(--shadow);
}
.projetos-nav.js-enabled #projetos-nav-item-mv .projetos-nav-item-options span {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.projetos-nav.js-enabled #projetos-nav-item-mv .projetos-nav-item-toggle + div:not(.projetos-nav-item-options) {
  position: absolute !important;
  left: 0;
  top: calc(3rem + 4px);
  width: 100%;
  min-width: 240px;
  z-index: 2;
  box-shadow: var(--shadow);
}
.projetos-nav.js-enabled #projetos-nav-item-mv .projetos-nav-item-toggle + div:not(.projetos-nav-item-options) .projetos-nav-item-options {
  top: 0;
  box-shadow: none;
}

@media (max-width: 768px) {
  #projetos-nav-item-mv .projetos-nav-item-toggle + div:not(.projetos-nav-item-options) {
    position: absolute !important;
    left: 0;
    top: calc(3rem + 4px);
    width: 100%;
    z-index: 2;
    box-shadow: var(--shadow);
  }
  #projetos-nav-item-mv .projetos-nav-item-toggle + div:not(.projetos-nav-item-options) .projetos-nav-item-options {
    top: 0;
    box-shadow: none;
  }
}

.projetos-nav-item-options-list {
  padding: 0.5rem 0;
  margin: 0;
  background: var(--color-gray-4);
}

@media (min-height: 448px) {
  .projetos-nav.js-enabled .projetos-nav-item-options-list {
    max-height: 14rem;
    overflow-y: auto;
  }
}
@media (min-width: 768px) {
  .projetos-nav.js-enabled .projetos-nav-item-options-list {
    max-height: 22rem;
    overflow-y: auto;
  }
}

.projetos-nav-item-link,
.projetos-nav-item-option,
.projetos-nav-item-option-default {
  list-style: none;
  padding: 0;
}
.projetos-nav-item-link::before,
.projetos-nav-item-option::before,
.projetos-nav-item-option-default::before {
  content: none;
}
.projetos-nav-item-link.listbox-option,
.projetos-nav-item-option.listbox-option,
.projetos-nav-item-option-default.listbox-option {
  display: block;
  font-size: var(--font-size);
  padding: 0.75rem 2.25rem 0.75rem 1rem;
  position: relative;
  margin: 0;
  color: var(--color-link);
  line-height: var(--line-height-s);
}
.projetos-nav-item-link.listbox-option::after,
.projetos-nav-item-option.listbox-option::after,
.projetos-nav-item-option-default.listbox-option::after {
  position: absolute;
  display: block;
  content: none;
  height: 0.5em;
  width: 1em;
  border-left: 0.2em solid var(--color-link);
  border-bottom: 0.2em solid var(--color-link);
  transform: rotate(-45deg);
  top: 1em;
  right: 1.05em;
}
@media (min-width: 768px) {
  .projetos-nav-item-link.listbox-option::after,
.projetos-nav-item-option.listbox-option::after,
.projetos-nav-item-option-default.listbox-option::after {
    right: 0.75em;
  }
}
.projetos-nav-item-link.listbox-option:hover, .projetos-nav-item-link.listbox-option.focused,
.projetos-nav-item-option.listbox-option:hover,
.projetos-nav-item-option.listbox-option.focused,
.projetos-nav-item-option-default.listbox-option:hover,
.projetos-nav-item-option-default.listbox-option.focused {
  cursor: pointer;
  color: var(--color-link-hover);
}
.projetos-nav-item-link.listbox-option.focused,
.projetos-nav-item-option.listbox-option.focused,
.projetos-nav-item-option-default.listbox-option.focused {
  background: var(--color-bg-faded);
}
.projetos-nav-item-link.listbox-option:hover::after, .projetos-nav-item-link.listbox-option.focused::after,
.projetos-nav-item-option.listbox-option:hover::after,
.projetos-nav-item-option.listbox-option.focused::after,
.projetos-nav-item-option-default.listbox-option:hover::after,
.projetos-nav-item-option-default.listbox-option.focused::after {
  border-color: var(--color-link-hover);
}
.projetos-nav-item-link.listbox-option.active,
.projetos-nav-item-option.listbox-option.active,
.projetos-nav-item-option-default.listbox-option.active {
  font-weight: var(--font-bold);
}
.projetos-nav-item-link.listbox-option.active::after,
.projetos-nav-item-option.listbox-option.active::after,
.projetos-nav-item-option-default.listbox-option.active::after {
  content: "";
}
.projetos-nav-item-link a,
.projetos-nav-item-option a,
.projetos-nav-item-option-default a {
  border: none;
  display: block;
  font-size: var(--font-size);
  padding: 0.75rem 2.25rem 0.75rem 1rem;
  position: relative;
  margin: 0;
  color: var(--color-link);
  line-height: var(--line-height-s);
}
.projetos-nav-item-link a::after,
.projetos-nav-item-option a::after,
.projetos-nav-item-option-default a::after {
  position: absolute;
  display: block;
  content: none;
  height: 0.5em;
  width: 1em;
  border-left: 0.2em solid var(--color-link);
  border-bottom: 0.2em solid var(--color-link);
  transform: rotate(-45deg);
  top: 1em;
  right: 1.05em;
}
@media (min-width: 768px) {
  .projetos-nav-item-link a::after,
.projetos-nav-item-option a::after,
.projetos-nav-item-option-default a::after {
    right: 0.75em;
  }
}
.projetos-nav-item-link a:hover, .projetos-nav-item-link a:focus-visible,
.projetos-nav-item-option a:hover,
.projetos-nav-item-option a:focus-visible,
.projetos-nav-item-option-default a:hover,
.projetos-nav-item-option-default a:focus-visible {
  cursor: pointer;
  color: var(--color-link-hover);
}
.projetos-nav-item-link a:focus-visible,
.projetos-nav-item-option a:focus-visible,
.projetos-nav-item-option-default a:focus-visible {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}
.projetos-nav-item-link a:hover::after, .projetos-nav-item-link a:focus-visible::after,
.projetos-nav-item-option a:hover::after,
.projetos-nav-item-option a:focus-visible::after,
.projetos-nav-item-option-default a:hover::after,
.projetos-nav-item-option-default a:focus-visible::after {
  border-color: var(--color-link-hover);
}
.projetos-nav-item-link.active a,
.projetos-nav-item-option.active a,
.projetos-nav-item-option-default.active a {
  font-weight: var(--font-bold);
}
.projetos-nav-item-link.active a::after,
.projetos-nav-item-option.active a::after,
.projetos-nav-item-option-default.active a::after {
  content: "";
}

.projetos-nav-item-with-search .projetos-nav-item-options-list {
  display: none;
}
.projetos-nav-item-with-search .projetos-nav-item-options-list.shown {
  display: block;
}
.projetos-nav-item-with-search .projetos-nav-item-option {
  display: none;
}
.projetos-nav-item-with-search .projetos-nav-item-option.shown {
  display: block;
}

.projetos-nav-item-link-mapa {
  display: none;
}

.projetos-nav.js-enabled .projetos-nav-item-link-mapa {
  display: block;
}

.projetos-nav-item-option.active a:hover::before, .projetos-nav-item-option.active a:hover::after, .projetos-nav-item-option.active a:focus-visible::before, .projetos-nav-item-option.active a:focus-visible::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 1em;
  border: none;
  background: var(--color-link-hover);
  top: 1.3em;
  right: 1.05em;
  left: unset;
}
@media (min-width: 768px) {
  .projetos-nav-item-option.active a:hover::before, .projetos-nav-item-option.active a:hover::after, .projetos-nav-item-option.active a:focus-visible::before, .projetos-nav-item-option.active a:focus-visible::after {
    right: 0.75em;
  }
}
.projetos-nav-item-option.active a:hover::before, .projetos-nav-item-option.active a:focus-visible::before {
  transform: rotate(-45deg);
}
.projetos-nav-item-option.active a:hover::after, .projetos-nav-item-option.active a:focus-visible::after {
  transform: rotate(45deg);
}
.projetos-nav-item-option.active[data-href]:hover::before, .projetos-nav-item-option.active[data-href]:hover::after, .projetos-nav-item-option.active[data-href]:focus-visible::before, .projetos-nav-item-option.active[data-href]:focus-visible::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 1em;
  border: none;
  background: var(--color-link-hover);
  top: 1.3em;
  right: 1.05em;
  left: unset;
}
@media (min-width: 768px) {
  .projetos-nav-item-option.active[data-href]:hover::before, .projetos-nav-item-option.active[data-href]:hover::after, .projetos-nav-item-option.active[data-href]:focus-visible::before, .projetos-nav-item-option.active[data-href]:focus-visible::after {
    right: 0.75em;
  }
}
.projetos-nav-item-option.active[data-href]:hover::before, .projetos-nav-item-option.active[data-href]:focus-visible::before {
  transform: rotate(-45deg);
}
.projetos-nav-item-option.active[data-href]:hover::after, .projetos-nav-item-option.active[data-href]:focus-visible::after {
  transform: rotate(45deg);
}

.projetos-nav-item-link + .projetos-nav-item-link, .projetos-nav-item-link + .projetos-nav-item-option,
.projetos-nav-item-option + .projetos-nav-item-link,
.projetos-nav-item-option + .projetos-nav-item-option {
  border-top: 1px solid var(--color-gray-4);
}

#projetos-nav-item-mv {
  grid-area: mv;
}

#projetos-nav-item-tx {
  grid-area: tx;
}
#projetos-nav-item-tx form {
  position: relative;
}
#projetos-nav-item-tx [type=search] {
  width: 100%;
  height: 3rem;
  padding: 0.25rem 3.5rem 0.25rem 1rem;
  background: var(--color-gray-6);
  border-color: var(--color-gray-6);
}
#projetos-nav-item-tx [type=search]:hover, #projetos-nav-item-tx [type=search]:focus-visible {
  border-color: var(--color-link-hover);
}
#projetos-nav-item-tx [type=search]::-webkit-search-decoration, #projetos-nav-item-tx [type=search]::-webkit-search-cancel-button, #projetos-nav-item-tx [type=search]::-webkit-search-results-button, #projetos-nav-item-tx [type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
#projetos-nav-item-tx .pesquisa-info {
  width: 100%;
}
@media (min-width: 768px) {
  #projetos-nav-item-tx .pesquisa-info {
    position: absolute;
    display: none;
    height: 0;
    top: 0;
  }
}
#projetos-nav-item-tx .pesquisa-info .wrapper {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  #projetos-nav-item-tx .pesquisa-info .wrapper {
    height: 0;
    top: 0;
    position: relative;
  }
}
#projetos-nav-item-tx .pesquisa-info p {
  padding: 0;
  width: 100%;
  min-height: 2.25rem;
  font-size: 0.9rem;
  line-height: var(--line-height-xs);
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  #projetos-nav-item-tx .pesquisa-info p {
    background: var(--color-link-hover);
    color: var(--color-bg);
    position: absolute;
    bottom: 0.75rem;
    padding: 0.6rem 0.8rem;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    margin: 0;
  }
  #projetos-nav-item-tx .pesquisa-info p::after {
    content: "";
    height: 10px;
    width: 10px;
    position: absolute;
    z-index: 1;
    background: var(--color-link-hover);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.1);
    clip-path: polygon(-30% -40%, 130% -30%, 140% 130%, 40% 60%);
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    transform: rotate(135deg);
  }
}
#projetos-nav-item-tx [type=search]:hover + .pesquisa-info, #projetos-nav-item-tx [type=search]:focus-visible + .pesquisa-info {
  display: block;
}
#projetos-nav-item-tx [type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background: none;
  border: none;
  padding: 0;
  width: 3.5rem;
  height: 3rem;
}
@media (min-width: 768px) {
  #projetos-nav-item-tx [type=submit] {
    width: 3rem;
  }
}
#projetos-nav-item-tx [type=submit] span {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
#projetos-nav-item-tx [type=submit] .icon {
  display: block;
  fill: var(--color-link);
  width: 1.25em;
  height: 1.25em;
  margin: 0.125rem -0.25em;
  align-self: center;
  grid-column: 2;
  grid-row: 1/span 2;
}
#projetos-nav-item-tx [type=submit]:hover, #projetos-nav-item-tx [type=submit]:focus-visible {
  background: var(--color-link-hover);
}
#projetos-nav-item-tx [type=submit]:hover .icon, #projetos-nav-item-tx [type=submit]:focus-visible .icon {
  fill: var(--color-bg);
}

.projetos-nav-limpar,
.projetos-nav-item-clear {
  display: flex;
  align-items: center;
  font-size: var(--font-size-s2);
  line-height: var(--line-height-xxs);
  padding: 0.5rem;
  border: none;
}
.projetos-nav-limpar .icon,
.projetos-nav-item-clear .icon {
  display: block;
  width: 0.9em;
  height: 0.9em;
  margin: 0 0 0 0.325em;
  fill: var(--color-link);
}
.projetos-nav-limpar:hover, .projetos-nav-limpar:focus-visible,
.projetos-nav-item-clear:hover,
.projetos-nav-item-clear:focus-visible {
  color: var(--color-link-hover);
}
.projetos-nav-limpar:hover .icon, .projetos-nav-limpar:focus-visible .icon,
.projetos-nav-item-clear:hover .icon,
.projetos-nav-item-clear:focus-visible .icon {
  fill: var(--color-link-hover);
}

.projetos-nav-item-clear {
  width: calc(100% + 1rem);
  margin: 0.25rem -0.5rem -0.5rem;
}

.projetos-nav-limpar {
  grid-column: 1/-1;
  justify-self: end;
  border: none;
  margin: 0 -0.5rem -2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

.projetos-cards {
  display: grid;
  padding: calc(var(--padding-base) * 0.5) var(--padding-base);
  grid-template-columns: 1fr;
  grid-gap: 0.5rem;
}
@media (min-width: 400px) {
  .projetos-cards {
    grid-template-columns: repeat(auto-fill, minmax(172px, 1fr));
  }
}
@media (min-width: 768px) {
  .projetos-cards {
    grid-template-columns: repeat(auto-fill, minmax(202px, 1fr));
  }
}

.projeto-card {
  aspect-ratio: 2.1/1;
  position: relative;
  transition: transform var(--transition-hover);
  -webkit-box-shadow: -1px -1px 0 1px var(--color-bg);
  -moz-box-shadow: -1px -1px 0 1px var(--color-bg);
  box-shadow: -1px -1px 0 1px var(--color-bg);
  z-index: 1;
  --color-tema: #adadad;
}
.projeto-card.amarelo-nivel-1 {
  --color-tema: #fcf6de;
}
.projeto-card.amarelo-nivel-2 {
  --color-tema: #fcedbd;
}
.projeto-card.amarelo-nivel-3 {
  --color-tema: #fadb7d;
}
.projeto-card.amarelo-nivel-4 {
  --color-tema: #f7c93e;
}
.projeto-card.vermelho-nivel-1 {
  --color-tema: #fae4e1;
}
.projeto-card.vermelho-nivel-2 {
  --color-tema: #facec8;
}
.projeto-card.vermelho-nivel-3 {
  --color-tema: #faada2;
}
.projeto-card.vermelho-nivel-4 {
  --color-tema: #f59387;
}
.projeto-card.azul-nivel-1 {
  --color-tema: #e6f8fa;
}
.projeto-card.azul-nivel-2 {
  --color-tema: #c9f1f5;
}
.projeto-card.azul-nivel-3 {
  --color-tema: #8edee6;
}
.projeto-card.azul-nivel-4 {
  --color-tema: #5accd6;
}
.projeto-card.cinza-nivel-1 {
  --color-tema: #f0f0f0;
}
.projeto-card.cinza-nivel-2 {
  --color-tema: #e0e0e0;
}
.projeto-card.cinza-nivel-3 {
  --color-tema: #c7c7c7;
}
.projeto-card.cinza-nivel-4 {
  --color-tema: #adadad;
}
@media (min-width: 400px) {
  .projeto-card {
    aspect-ratio: 1/1;
  }
}
.projeto-card::before {
  content: "";
  position: absolute;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  z-index: -1;
  left: -2px;
  top: -2px;
  background: linear-gradient(315deg, transparent 16px, var(--color-bg) 16px);
}
.projeto-card.hover {
  position: relative;
  z-index: 2;
  transform: scale(1.05);
  cursor: pointer;
  --color-tema: #a0a0a0;
}
.projeto-card.hover.amarelo-nivel-1 {
  --color-tema: #faf0c7;
}
.projeto-card.hover.amarelo-nivel-2 {
  --color-tema: #fbe6a5;
}
.projeto-card.hover.amarelo-nivel-3 {
  --color-tema: #f9d464;
}
.projeto-card.hover.amarelo-nivel-4 {
  --color-tema: #f6c226;
}
.projeto-card.hover.vermelho-nivel-1 {
  --color-tema: #f6d0cb;
}
.projeto-card.hover.vermelho-nivel-2 {
  --color-tema: #f8b9b1;
}
.projeto-card.hover.vermelho-nivel-3 {
  --color-tema: #f9988a;
}
.projeto-card.hover.vermelho-nivel-4 {
  --color-tema: #f37e6f;
}
.projeto-card.hover.azul-nivel-1 {
  --color-tema: #d1f2f6;
}
.projeto-card.hover.azul-nivel-2 {
  --color-tema: #b3ebf1;
}
.projeto-card.hover.azul-nivel-3 {
  --color-tema: #79d8e1;
}
.projeto-card.hover.azul-nivel-4 {
  --color-tema: #46c6d1;
}
.projeto-card.hover.cinza-nivel-1 {
  --color-tema: #e3e3e3;
}
.projeto-card.hover.cinza-nivel-2 {
  --color-tema: lightgray;
}
.projeto-card.hover.cinza-nivel-3 {
  --color-tema: #bababa;
}
.projeto-card.hover.cinza-nivel-4 {
  --color-tema: #a0a0a0;
}
.projeto-card.temporary-hover {
  position: relative;
  z-index: 2;
  transform: scale(1.05);
  cursor: pointer;
  --color-tema: #a0a0a0;
}
.projeto-card.temporary-hover.amarelo-nivel-1 {
  --color-tema: #faf0c7;
}
.projeto-card.temporary-hover.amarelo-nivel-2 {
  --color-tema: #fbe6a5;
}
.projeto-card.temporary-hover.amarelo-nivel-3 {
  --color-tema: #f9d464;
}
.projeto-card.temporary-hover.amarelo-nivel-4 {
  --color-tema: #f6c226;
}
.projeto-card.temporary-hover.vermelho-nivel-1 {
  --color-tema: #f6d0cb;
}
.projeto-card.temporary-hover.vermelho-nivel-2 {
  --color-tema: #f8b9b1;
}
.projeto-card.temporary-hover.vermelho-nivel-3 {
  --color-tema: #f9988a;
}
.projeto-card.temporary-hover.vermelho-nivel-4 {
  --color-tema: #f37e6f;
}
.projeto-card.temporary-hover.azul-nivel-1 {
  --color-tema: #d1f2f6;
}
.projeto-card.temporary-hover.azul-nivel-2 {
  --color-tema: #b3ebf1;
}
.projeto-card.temporary-hover.azul-nivel-3 {
  --color-tema: #79d8e1;
}
.projeto-card.temporary-hover.azul-nivel-4 {
  --color-tema: #46c6d1;
}
.projeto-card.temporary-hover.cinza-nivel-1 {
  --color-tema: #e3e3e3;
}
.projeto-card.temporary-hover.cinza-nivel-2 {
  --color-tema: lightgray;
}
.projeto-card.temporary-hover.cinza-nivel-3 {
  --color-tema: #bababa;
}
.projeto-card.temporary-hover.cinza-nivel-4 {
  --color-tema: #a0a0a0;
}
.projeto-card.focus-visible {
  outline: 5px auto Highlight;
  outline: 5px auto -webkit-focus-ring-color;
}

.projeto-card-content {
  height: 100%;
  position: relative;
  padding: 1rem;
  display: grid;
  grid-template-rows: 1fr auto;
  grid-gap: 1rem;
  z-index: 1;
  transition: all var(--transition-hover);
  background: linear-gradient(315deg, transparent 15px, var(--color-tema) 15px) no-repeat 100% 100%;
}

.projeto-card-title {
  font-family: var(--font-text);
  text-transform: none;
  margin-left: unset;
  letter-spacing: unset;
  font-size: var(--font-size-l2);
  font-weight: var(--font-bold);
  margin: 0;
  line-height: var(--line-height-xxs);
  overflow-wrap: break-word;
  max-width: 100%;
  word-break: break-word;
}
@media (min-width: 768px) {
  .projeto-card-title {
    font-size: var(--font-size-l4);
    line-height: var(--line-height-xxs);
  }
}
.projeto-card-title a {
  text-decoration: none;
  border: none;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  padding-bottom: 0.1em;
}
.projeto-card-title a:hover, .projeto-card-title a:focus-visible {
  color: var(--color-link);
}
.projeto-card-title a:focus-visible {
  outline: none;
}

.projeto-card-details {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
.projeto-card-details p {
  margin: 0;
  line-height: var(--line-height-xs);
  padding-bottom: 0.1em;
}
.projeto-card-details p + p {
  margin-top: 0.25rem;
}
.projeto-card-details .tema {
  font-size: var(--font-size-s3);
  line-height: var(--line-height-xxs);
  font-weight: var(--font-bold);
}
@media (min-width: 540px) {
  .projeto-card-details .tema {
    font-size: var(--font-size-s2);
    line-height: var(--line-height-xxs);
  }
}
@media (min-width: 768px) {
  .projeto-card-details .tema {
    font-size: var(--font-size-s1);
    line-height: var(--line-height-xxs);
  }
}
.projeto-card-details .modos,
.projeto-card-details .grupos-atividades {
  font-size: var(--font-size-s3);
  line-height: var(--line-height-xxs);
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media (min-width: 768px) {
  .projeto-card-details .modos,
.projeto-card-details .grupos-atividades {
    font-size: var(--font-size-s2);
    line-height: var(--line-height-xxs);
  }
}

.mapboxgl-map, .maplibregl-map {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font: 12px/20px Helvetica Neue, Arial, Helvetica, sans-serif;
  overflow: hidden;
  position: relative;
}

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

.mapboxgl-map:fullscreen, .maplibregl-map:fullscreen {
  height: 100%;
  width: 100%;
}

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

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

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

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

.mapboxgl-canvas-container.mapboxgl-touch-drag-pan, .mapboxgl-canvas-container.mapboxgl-touch-drag-pan .mapboxgl-canvas, .maplibregl-canvas-container.maplibregl-touch-drag-pan, .maplibregl-canvas-container.maplibregl-touch-drag-pan .maplibregl-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, .maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan, .maplibregl-canvas-container.maplibregl-touch-zoom-rotate.maplibregl-touch-drag-pan .maplibregl-canvas {
  touch-action: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl-icon, .maplibregl-ctrl-icon {
    background-color: transparent;
  }

  .mapboxgl-ctrl-group button + button, .maplibregl-ctrl-group button + button {
    border-top: 1px solid ButtonText;
  }
}
.mapboxgl-ctrl button::-moz-focus-inner, .maplibregl-ctrl button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

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

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

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

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

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

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

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

.mapboxgl-ctrl button.mapboxgl-ctrl-zoom-out .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%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, .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%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, .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%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, .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%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, .maplibregl-ctrl button.maplibregl-ctrl-zoom-out .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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, .maplibregl-ctrl button.maplibregl-ctrl-zoom-in .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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, .maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%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, .maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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, .maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%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, .maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%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, .maplibregl-ctrl button.maplibregl-ctrl-fullscreen .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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, .maplibregl-ctrl button.maplibregl-ctrl-shrink .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%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, .maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23333'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
}

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-compass .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg' fill='%23fff'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 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, .maplibregl-ctrl button.maplibregl-ctrl-compass .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 29 29' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.5 14 4-8 4 8h-8z'/%3E%3Cpath d='m10.5 16 4 8 4-8h-8z' fill='%23ccc'/%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl button.mapboxgl-ctrl-terrain .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-terrain .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='%23333'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-terrain-enabled .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-terrain-enabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 22 22' fill='%2333b5e5'%3E%3Cpath d='m1.754 13.406 4.453-4.851 3.09 3.09 3.281 3.277.969-.969-3.309-3.312 3.844-4.121 6.148 6.886h1.082v-.855l-7.207-8.07-4.84 5.187L6.169 6.57l-5.48 5.965v.871ZM.688 16.844h20.625v1.375H.688Zm0 0'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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%3C/svg%3E");
}

.mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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%3C/svg%3E");
}

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

@media (-ms-high-contrast: active) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-active-error .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-active-error .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate.mapboxgl-ctrl-geolocate-background-error .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate.maplibregl-ctrl-geolocate-background-error .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%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 cx='10' cy='10' r='2'/%3E%3C/svg%3E");
  }

  .mapboxgl-ctrl button.mapboxgl-ctrl-geolocate:disabled .mapboxgl-ctrl-icon, .maplibregl-ctrl button.maplibregl-ctrl-geolocate:disabled .maplibregl-ctrl-icon {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='29' height='29' 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 cx='10' cy='10' r='2'/%3E%3Cpath d='m14 5 1 1-9 9-1-1 9-9z' fill='red'/%3E%3C/svg%3E");
  }
}
@keyframes maplibregl-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(1turn);
  }
}
a.mapboxgl-ctrl-logo, a.maplibregl-ctrl-logo {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.255 1.255 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5.11 5.11 0 0 1 .314-.787l.009-.016a4.623 4.623 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.76 4.76 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 0 1 .689 1.004 4.73 4.73 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.815 5.815 0 0 1-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.778 4.778 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.47 4.47 0 0 1-1.935-.424 1.252 1.252 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.402 2.402 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 0 1-1.782 1.884 4.767 4.767 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.47 4.47 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 0 1-1.115.676h-.098a1.255 1.255 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 0 0-.668-.428l-.27-.12a3.293 3.293 0 0 0-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 0 0-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 0 0 1.382 1.381 3.883 3.883 0 0 0 1.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.17 2.17 0 0 0 .468-.29l.178-.161a2.163 2.163 0 0 0 .397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 0 0-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 0 0-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 0 0-.353-.389.851.851 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.626 2.626 0 0 0 .331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 0 0 1.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 0 0-.415.262l-.199.166a3.35 3.35 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 0 0-.284.136 1.99 1.99 0 0 0-.363.254 2.237 2.237 0 0 0-.46.569l-.082.162a2.56 2.56 0 0 0-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 0 0 .367.385.937.937 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a.995.995 0 0 0-.503.135l-.012.007a.859.859 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 0 0 .14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 0 0-.345-.79 1.175 1.175 0 0 0-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 0 0-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 0 0 .316.224l.223.122a3.21 3.21 0 0 0 1.44.322 3.785 3.785 0 0 0 1.875-.477 3.52 3.52 0 0 0 1.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 0 0-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 0 0-1.527.344l-.086.043-.165.09a3.412 3.412 0 0 0-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 0 0 .566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 0 0 .975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 0 0-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 0 0-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.868.868 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2.086 2.086 0 0 0-.411.148 2.18 2.18 0 0 0-.4.249 2.482 2.482 0 0 0-.485.499 2.659 2.659 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 0 1 .466-.636 2.52 2.52 0 0 1 .399-.253 2.19 2.19 0 0 1 .224-.099zm9.784 2.656.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 0 0-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 0 1-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 0 0-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 0 1-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 0 1 1.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 0 1 1.234.231 3.341 3.341 0 0 1 .97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 0 1-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 0 0-.807-.872 2.098 2.098 0 0 0-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 0 1-1.316 1.399 3.51 3.51 0 0 1-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 0 1-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 0 1-.856-.346 1.165 1.165 0 0 1-.346-.856 1.053 1.053 0 0 1 .346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 0 1 .345.79 1.159 1.159 0 0 1-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 0 1-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 0 1 1.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 0 1 1.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 0 1-1.382 1.366 3.785 3.785 0 0 1-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 0 0-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 0 1 1.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 0 1-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 0 1 1.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 0 0 .938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='m8.166 16.146-.002.002a1.54 1.54 0 0 1-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 0 0-.659.659v1.84a.657.657 0 0 0 .659.659h5.565a.657.657 0 0 0 .659-.659v-1.84a.657.657 0 0 0-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 0 0 .113.023.286.286 0 0 0 .189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 0 0 .074.047zm-2.52-.548a16.898 16.898 0 0 1-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 0 1-1.182 1.315h.15a1.912 1.912 0 0 1 1.914 1.914v1.84a1.912 1.912 0 0 1-1.914 1.914H4.377a1.912 1.912 0 0 1-1.914-1.914v-1.84a1.912 1.912 0 0 1 1.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 0 1-.189.07.286.286 0 0 1-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 0 0-.659.659v1.84a.657.657 0 0 0 .659.659h5.565a.657.657 0 0 0 .659-.659v-1.84a.657.657 0 0 0-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%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, a.maplibregl-ctrl-logo.maplibregl-compact {
  width: 14px;
}

@media (-ms-high-contrast: active) {
  a.mapboxgl-ctrl-logo, a.maplibregl-ctrl-logo {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.255 1.255 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5.11 5.11 0 0 1 .314-.787l.009-.016a4.623 4.623 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.76 4.76 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 0 1 .689 1.004 4.73 4.73 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.815 5.815 0 0 1-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.778 4.778 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.47 4.47 0 0 1-1.935-.424 1.252 1.252 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.402 2.402 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 0 1-1.782 1.884 4.767 4.767 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.47 4.47 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 0 1-1.115.676h-.098a1.255 1.255 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 0 0-.668-.428l-.27-.12a3.293 3.293 0 0 0-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 0 0-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 0 0 1.382 1.381 3.883 3.883 0 0 0 1.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.17 2.17 0 0 0 .468-.29l.178-.161a2.163 2.163 0 0 0 .397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 0 0-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 0 0-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 0 0-.353-.389.851.851 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.626 2.626 0 0 0 .331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 0 0 1.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 0 0-.415.262l-.199.166a3.35 3.35 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 0 0-.284.136 1.99 1.99 0 0 0-.363.254 2.237 2.237 0 0 0-.46.569l-.082.162a2.56 2.56 0 0 0-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 0 0 .367.385.937.937 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a.995.995 0 0 0-.503.135l-.012.007a.859.859 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 0 0 .14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 0 0-.345-.79 1.175 1.175 0 0 0-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 0 0-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 0 0 .316.224l.223.122a3.21 3.21 0 0 0 1.44.322 3.785 3.785 0 0 0 1.875-.477 3.52 3.52 0 0 0 1.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 0 0-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 0 0-1.527.344l-.086.043-.165.09a3.412 3.412 0 0 0-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 0 0 .566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 0 0 .975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 0 0-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 0 0-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.868.868 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2.086 2.086 0 0 0-.411.148 2.18 2.18 0 0 0-.4.249 2.482 2.482 0 0 0-.485.499 2.659 2.659 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 0 1 .466-.636 2.52 2.52 0 0 1 .399-.253 2.19 2.19 0 0 1 .224-.099zm9.784 2.656.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 0 0-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 0 1-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 0 0-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 0 1-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 0 1 1.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 0 1 1.234.231 3.341 3.341 0 0 1 .97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 0 1-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 0 0-.807-.872 2.098 2.098 0 0 0-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 0 1-1.316 1.399 3.51 3.51 0 0 1-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 0 1-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 0 1-.856-.346 1.165 1.165 0 0 1-.346-.856 1.053 1.053 0 0 1 .346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 0 1 .345.79 1.159 1.159 0 0 1-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 0 1-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 0 1 1.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 0 1 1.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 0 1-1.382 1.366 3.785 3.785 0 0 1-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 0 0-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 0 1 1.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 0 1-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 0 1 1.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 0 0 .938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='m8.166 16.146-.002.002a1.54 1.54 0 0 1-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 0 0-.659.659v1.84a.657.657 0 0 0 .659.659h5.565a.657.657 0 0 0 .659-.659v-1.84a.657.657 0 0 0-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 0 0 .113.023.286.286 0 0 0 .189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 0 0 .074.047zm-2.52-.548a16.898 16.898 0 0 1-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 0 1-1.182 1.315h.15a1.912 1.912 0 0 1 1.914 1.914v1.84a1.912 1.912 0 0 1-1.914 1.914H4.377a1.912 1.912 0 0 1-1.914-1.914v-1.84a1.912 1.912 0 0 1 1.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 0 1-.189.07.286.286 0 0 1-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 0 0-.659.659v1.84a.657.657 0 0 0 .659.659h5.565a.657.657 0 0 0 .659-.659v-1.84a.657.657 0 0 0-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  }
}
@media (-ms-high-contrast: black-on-white) {
  a.mapboxgl-ctrl-logo, a.maplibregl-ctrl-logo {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='88' height='23' fill='none'%3E%3Cpath d='M17.408 16.796h-1.827l2.501-12.095h.198l3.324 6.533.988 2.19.988-2.19 3.258-6.533h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.929 5.644h-.098l-2.914-5.644-.757-1.71-.345 1.71zm1.958-3.42-.726 3.663a1.255 1.255 0 0 1-1.232 1.011h-1.827a1.255 1.255 0 0 1-1.229-1.509l2.501-12.095a1.255 1.255 0 0 1 1.23-1.001h.197a1.255 1.255 0 0 1 1.12.685l3.19 6.273 3.125-6.263a1.255 1.255 0 0 1 1.123-.695h.181a1.255 1.255 0 0 1 1.227.991l1.443 6.71a5.11 5.11 0 0 1 .314-.787l.009-.016a4.623 4.623 0 0 1 1.777-1.887c.782-.46 1.668-.667 2.611-.667a4.548 4.548 0 0 1 1.7.32l.306.134c.21-.16.474-.256.759-.256h1.694a1.255 1.255 0 0 1 1.212.925 1.255 1.255 0 0 1 1.212-.925h1.711c.284 0 .545.094.755.252.613-.3 1.312-.45 2.075-.45 1.356 0 2.557.445 3.482 1.4.314.319.566.676.763 1.064V4.701a1.255 1.255 0 0 1 1.255-1.255h1.86A1.255 1.255 0 0 1 54.44 4.7v9.194h2.217c.19 0 .37.043.532.118v-4.77c0-.356.147-.678.385-.906a2.416 2.416 0 0 1-.682-1.71c0-.665.267-1.253.735-1.7a2.448 2.448 0 0 1 1.722-.674 2.43 2.43 0 0 1 1.705.675c.211.2.381.43.504.683V4.7a1.255 1.255 0 0 1 1.255-1.255h1.744A1.255 1.255 0 0 1 65.812 4.7v3.335a4.76 4.76 0 0 1 1.526-.246c.938 0 1.817.214 2.59.69a4.47 4.47 0 0 1 1.67 1.743v-.98a1.255 1.255 0 0 1 1.256-1.256h1.777c.233 0 .451.064.639.174a3.407 3.407 0 0 1 1.567-.372c.346 0 .861.02 1.285.232a1.255 1.255 0 0 1 .689 1.004 4.73 4.73 0 0 1 .853-.588c.795-.44 1.675-.647 2.61-.647 1.385 0 2.65.39 3.525 1.396.836.938 1.168 2.173 1.168 3.528 0 .343-.02.694-.056 1.051a1.255 1.255 0 0 1-.947 1.09l.408.952a1.255 1.255 0 0 1-.477 1.552c-.418.268-.92.463-1.458.612-.613.171-1.304.244-2.049.244-1.06 0-2.043-.207-2.886-.698l-.015-.008c-.798-.48-1.419-1.135-1.818-1.963l-.004-.008a5.815 5.815 0 0 1-.548-2.512c0-.286.017-.567.053-.843a1.255 1.255 0 0 1-.333-.086l-.166-.004c-.223 0-.426.062-.643.228-.03.024-.142.139-.142.59v3.883a1.255 1.255 0 0 1-1.256 1.256h-1.777a1.255 1.255 0 0 1-1.256-1.256V15.69l-.032.057a4.778 4.778 0 0 1-1.86 1.833 5.04 5.04 0 0 1-2.484.634 4.47 4.47 0 0 1-1.935-.424 1.252 1.252 0 0 1-.764.258h-1.71a1.255 1.255 0 0 1-1.256-1.255V7.687a2.402 2.402 0 0 1-.428.625c.253.23.412.561.412.93v7.553a1.255 1.255 0 0 1-1.256 1.255h-1.843a1.25 1.25 0 0 1-.894-.373c-.228.23-.544.373-.894.373H51.32a1.255 1.255 0 0 1-1.256-1.255v-1.251l-.061.117a4.703 4.703 0 0 1-1.782 1.884 4.767 4.767 0 0 1-2.485.67 5.6 5.6 0 0 1-1.485-.188l.009 2.764a1.255 1.255 0 0 1-1.255 1.259h-1.729a1.255 1.255 0 0 1-1.255-1.255v-3.537a1.255 1.255 0 0 1-1.167.793h-1.679a1.25 1.25 0 0 1-.77-.263 4.47 4.47 0 0 1-1.945.429c-.885 0-1.724-.21-2.495-.632l-.017-.01a4.983 4.983 0 0 1-1.081-.836 1.255 1.255 0 0 1-1.254 1.312h-1.81a1.255 1.255 0 0 1-1.228-.99l-.782-3.625-2.044 3.939a1.255 1.255 0 0 1-1.115.676h-.098a1.255 1.255 0 0 1-1.116-.68l-2.061-3.994zM35.92 16.63l.207-.114.223-.15c.329-.237.574-.499.735-.785l.061-.118.033 1.332h1.678V9.242h-1.694l-.033 1.267c-.088-.22-.264-.438-.526-.658l-.032-.028a3.16 3.16 0 0 0-.668-.428l-.27-.12a3.293 3.293 0 0 0-1.235-.23c-.757 0-1.415.163-1.974.493a3.36 3.36 0 0 0-1.3 1.382c-.297.593-.444 1.284-.444 2.074 0 .8.17 1.503.51 2.107a3.795 3.795 0 0 0 1.382 1.381 3.883 3.883 0 0 0 1.893.477c.53 0 1.015-.11 1.455-.33zm-2.789-5.38c-.384.45-.575 1.038-.575 1.762 0 .735.186 1.332.559 1.794.384.45.933.675 1.645.675a2.25 2.25 0 0 0 .934-.19 2.17 2.17 0 0 0 .468-.29l.178-.161a2.163 2.163 0 0 0 .397-.561c.163-.333.244-.717.244-1.15v-.115c0-.472-.098-.894-.296-1.267l-.043-.077a2.211 2.211 0 0 0-.633-.709l-.13-.086-.047-.028a2.099 2.099 0 0 0-1.073-.285c-.702 0-1.244.231-1.629.692zm2.316 2.706c.163-.17.28-.407.28-.83v-.114c0-.292-.06-.508-.15-.68a.958.958 0 0 0-.353-.389.851.851 0 0 0-.464-.127c-.4 0-.56.114-.664.239l-.01.012c-.148.174-.275.45-.275.945 0 .506.122.801.27.99.097.11.266.224.68.224.303 0 .504-.09.687-.269zm7.545 1.705a2.626 2.626 0 0 0 .331.423c.213.22.464.402.755.548l.173.074c.433.17.93.255 1.49.255.68 0 1.295-.165 1.844-.493a3.447 3.447 0 0 0 1.316-1.4c.329-.603.493-1.299.493-2.089 0-1.273-.33-2.243-.988-2.913-.658-.68-1.52-1.02-2.584-1.02-.598 0-1.124.115-1.575.347a2.807 2.807 0 0 0-.415.262l-.199.166a3.35 3.35 0 0 0-.64.82V9.242h-1.712v11.553h1.729l-.017-5.134zm.53-1.138c.137.193.297.36.48.5l.155.11.053.034c.34.197.713.297 1.119.297.714 0 1.262-.225 1.645-.675.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.29 0-.569.053-.835.16a2.366 2.366 0 0 0-.284.136 1.99 1.99 0 0 0-.363.254 2.237 2.237 0 0 0-.46.569l-.082.162a2.56 2.56 0 0 0-.213 1.072v.115c0 .471.098.894.296 1.267l.135.211zm.964-.818a1.11 1.11 0 0 0 .367.385.937.937 0 0 0 .476.118c.423 0 .59-.117.687-.23.159-.194.28-.478.28-.95 0-.53-.133-.8-.266-.952l-.021-.025c-.078-.094-.231-.221-.68-.221a.995.995 0 0 0-.503.135l-.012.007a.859.859 0 0 0-.335.343c-.073.133-.132.324-.132.614v.115a1.43 1.43 0 0 0 .14.66zm15.7-6.222c.232-.23.346-.516.346-.856a1.053 1.053 0 0 0-.345-.79 1.175 1.175 0 0 0-.84-.329c-.34 0-.625.11-.855.33a1.053 1.053 0 0 0-.346.79c0 .34.115.625.346.855.23.23.516.346.856.346.34 0 .62-.115.839-.346zm4.337 9.314.033-1.332c.128.269.324.518.59.747l.098.081a3.727 3.727 0 0 0 .316.224l.223.122a3.21 3.21 0 0 0 1.44.322 3.785 3.785 0 0 0 1.875-.477 3.52 3.52 0 0 0 1.382-1.366c.352-.593.526-1.29.526-2.09 0-.79-.147-1.48-.444-2.073a3.235 3.235 0 0 0-1.283-1.399c-.549-.34-1.195-.51-1.942-.51a3.476 3.476 0 0 0-1.527.344l-.086.043-.165.09a3.412 3.412 0 0 0-.33.214c-.288.21-.507.446-.656.707a1.893 1.893 0 0 0-.099.198l.082-1.283V4.701h-1.744v12.095zm.473-2.509a2.482 2.482 0 0 0 .566.7c.078.065.159.125.245.18l.144.08a2.105 2.105 0 0 0 .975.232c.713 0 1.262-.225 1.645-.675.384-.46.576-1.053.576-1.778 0-.734-.192-1.327-.576-1.777-.373-.46-.921-.692-1.645-.692a2.18 2.18 0 0 0-1.015.235c-.147.075-.285.17-.415.282l-.15.142a2.086 2.086 0 0 0-.42.594c-.149.32-.223.685-.223 1.1v.115c0 .47.097.89.293 1.26zm2.616-.293c.157-.191.28-.479.28-.967 0-.51-.13-.79-.276-.961l-.021-.026c-.082-.1-.232-.225-.67-.225a.868.868 0 0 0-.681.279l-.012.011c-.154.155-.274.38-.274.807v.115c0 .285.057.499.144.669a1.13 1.13 0 0 0 .367.405c.137.082.28.123.455.123.423 0 .59-.118.686-.23zm8.266-3.013c.23-.087.472-.134.724-.14l.069-.002c.329 0 .542.033.642.099l.247-1.794c-.13-.066-.37-.099-.717-.099a2.3 2.3 0 0 0-.545.063 2.086 2.086 0 0 0-.411.148 2.18 2.18 0 0 0-.4.249 2.482 2.482 0 0 0-.485.499 2.659 2.659 0 0 0-.32.581l-.05.137v-1.48h-1.778v7.553h1.777v-3.884c0-.364.053-.678.159-.943a1.49 1.49 0 0 1 .466-.636 2.52 2.52 0 0 1 .399-.253 2.19 2.19 0 0 1 .224-.099zm9.784 2.656.05-.922c0-1.162-.285-2.062-.856-2.698-.559-.647-1.42-.97-2.584-.97-.746 0-1.415.163-2.007.493a3.462 3.462 0 0 0-1.4 1.382c-.329.604-.493 1.306-.493 2.106 0 .714.143 1.371.428 1.975.285.593.73 1.07 1.332 1.432.604.351 1.355.526 2.255.526.649 0 1.204-.062 1.668-.185l.044-.012.135-.04c.409-.122.736-.263.984-.421l-.542-1.267c-.2.108-.415.199-.642.274l-.297.087c-.34.088-.773.131-1.3.131-.636 0-1.135-.147-1.497-.444a1.573 1.573 0 0 1-.192-.193c-.244-.294-.415-.705-.512-1.234l-.004-.021h5.43zm-5.427-1.256-.003.022h3.752v-.138c-.007-.485-.104-.857-.288-1.118a1.056 1.056 0 0 0-.156-.176c-.307-.285-.746-.428-1.316-.428-.657 0-1.155.202-1.494.604-.253.3-.417.712-.494 1.234zm-27.053 2.77V4.7h-1.86v12.095h5.333V15.15zm7.103-5.908v7.553h-1.843V9.242h1.843z' fill='%23000' fill-opacity='.4' fill-rule='evenodd'/%3E%3Cpath d='m19.63 11.151-.757-1.71-.345 1.71-1.12 5.644h-1.827L18.083 4.7h.197l3.325 6.533.988 2.19.988-2.19L26.839 4.7h.181l2.6 12.095h-1.81l-1.218-5.644-.362-1.71-.658 1.71-2.93 5.644h-.098l-2.913-5.644zm14.836 5.81c-.68 0-1.311-.16-1.893-.478a3.795 3.795 0 0 1-1.381-1.382c-.34-.604-.51-1.306-.51-2.106 0-.79.147-1.482.444-2.074a3.364 3.364 0 0 1 1.3-1.382c.559-.33 1.217-.494 1.974-.494a3.293 3.293 0 0 1 1.234.231 3.341 3.341 0 0 1 .97.575c.264.22.44.439.527.659l.033-1.267h1.694v7.553H37.18l-.033-1.332c-.186.395-.526.746-1.02 1.053a3.167 3.167 0 0 1-1.662.444zm.296-1.482c.626 0 1.152-.214 1.58-.642.428-.44.642-1.01.642-1.711v-.115c0-.472-.098-.894-.296-1.267a2.211 2.211 0 0 0-.807-.872 2.098 2.098 0 0 0-1.119-.313c-.702 0-1.245.231-1.629.692-.384.45-.575 1.037-.575 1.76 0 .736.186 1.333.559 1.795.384.45.933.675 1.645.675zm6.521-6.237h1.711v1.4c.604-1.065 1.547-1.597 2.83-1.597 1.064 0 1.926.34 2.584 1.02.659.67.988 1.641.988 2.914 0 .79-.164 1.487-.493 2.09a3.456 3.456 0 0 1-1.316 1.399 3.51 3.51 0 0 1-1.844.493c-.636 0-1.19-.11-1.662-.329a2.665 2.665 0 0 1-1.086-.97l.017 5.134h-1.728V9.242zm4.048 6.22c.714 0 1.262-.224 1.645-.674.385-.46.576-1.048.576-1.762 0-.746-.192-1.338-.576-1.777-.372-.45-.92-.675-1.645-.675-.395 0-.768.098-1.12.296-.34.187-.613.46-.822.823-.197.351-.296.763-.296 1.234v.115c0 .472.098.894.296 1.267.209.362.483.647.823.855.34.197.713.297 1.119.297z' fill='%23fff'/%3E%3Cpath d='M51.325 4.7h1.86v10.45h3.473v1.646h-5.333zm7.12 4.542h1.843v7.553h-1.843zm.905-1.415a1.159 1.159 0 0 1-.856-.346 1.165 1.165 0 0 1-.346-.856 1.053 1.053 0 0 1 .346-.79c.23-.219.516-.329.856-.329.329 0 .609.11.839.33a1.053 1.053 0 0 1 .345.79 1.159 1.159 0 0 1-.345.855c-.22.23-.5.346-.84.346zm7.875 9.133a3.167 3.167 0 0 1-1.662-.444c-.482-.307-.817-.658-1.004-1.053l-.033 1.332h-1.71V4.701h1.743v4.657l-.082 1.283c.186-.438.548-.812 1.086-1.119a3.486 3.486 0 0 1 1.778-.477c.746 0 1.393.17 1.942.51a3.235 3.235 0 0 1 1.283 1.4c.297.592.444 1.282.444 2.072 0 .8-.175 1.498-.526 2.09a3.52 3.52 0 0 1-1.382 1.366 3.785 3.785 0 0 1-1.876.477zm-.296-1.481c.713 0 1.26-.225 1.645-.675.384-.46.577-1.053.577-1.778 0-.734-.193-1.327-.577-1.776-.373-.46-.921-.692-1.645-.692a2.115 2.115 0 0 0-1.58.659c-.428.428-.642.992-.642 1.694v.115c0 .473.098.895.296 1.267a2.385 2.385 0 0 0 .807.872 2.1 2.1 0 0 0 1.119.313zm5.927-6.237h1.777v1.481c.176-.505.46-.91.856-1.217a2.14 2.14 0 0 1 1.349-.46c.351 0 .593.032.724.098l-.247 1.794c-.099-.066-.313-.099-.642-.099-.516 0-.988.164-1.416.494-.417.329-.626.855-.626 1.58v3.883h-1.777V9.242zm9.534 7.718c-.9 0-1.651-.175-2.255-.526-.603-.362-1.047-.84-1.332-1.432a4.567 4.567 0 0 1-.428-1.975c0-.8.164-1.502.493-2.106a3.462 3.462 0 0 1 1.4-1.382c.592-.33 1.262-.494 2.007-.494 1.163 0 2.024.324 2.584.97.57.637.856 1.537.856 2.7 0 .296-.017.603-.05.92h-5.43c.12.67.356 1.153.708 1.45.362.296.86.443 1.497.443.526 0 .96-.044 1.3-.131a4.123 4.123 0 0 0 .938-.362l.542 1.267c-.274.175-.647.329-1.119.46-.472.132-1.042.197-1.711.197zm1.596-4.558c.01-.68-.137-1.158-.444-1.432-.307-.285-.746-.428-1.316-.428-1.152 0-1.815.62-1.991 1.86h3.752z' fill='%23e1e3e9'/%3E%3Cg fill-rule='evenodd' stroke-width='1.036'%3E%3Cpath d='m8.166 16.146-.002.002a1.54 1.54 0 0 1-2.009 0l-.002-.002-.043-.034-.002-.002-.199-.162H4.377a.657.657 0 0 0-.659.659v1.84a.657.657 0 0 0 .659.659h5.565a.657.657 0 0 0 .659-.659v-1.84a.657.657 0 0 0-.659-.659H8.411l-.202.164zm-1.121-.905a.29.29 0 0 0 .113.023.286.286 0 0 0 .189-.07l.077-.063c.634-.508 4.672-3.743 4.672-7.575 0-2.55-2.215-4.625-4.938-4.625S2.221 5.006 2.221 7.556c0 3.225 2.86 6.027 4.144 7.137h.004l.04.038.484.4.077.063a.628.628 0 0 0 .074.047zm-2.52-.548a16.898 16.898 0 0 1-1.183-1.315C2.187 11.942.967 9.897.967 7.555c0-3.319 2.855-5.88 6.192-5.88 3.338 0 6.193 2.561 6.193 5.881 0 2.34-1.22 4.387-2.376 5.822a16.898 16.898 0 0 1-1.182 1.315h.15a1.912 1.912 0 0 1 1.914 1.914v1.84a1.912 1.912 0 0 1-1.914 1.914H4.377a1.912 1.912 0 0 1-1.914-1.914v-1.84a1.912 1.912 0 0 1 1.914-1.914zm3.82-6.935c0 .692-.55 1.222-1.187 1.222s-1.185-.529-1.185-1.222.548-1.222 1.185-1.222c.638 0 1.186.529 1.186 1.222zm-1.186 2.477c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477zm2.048 7.71H5.114v-.838h4.093z' fill='%23000' fill-opacity='.4'/%3E%3Cpath d='M2.222 7.555c0-2.55 2.214-4.625 4.937-4.625 2.723 0 4.938 2.075 4.938 4.625 0 3.832-4.038 7.068-4.672 7.575l-.077.063a.286.286 0 0 1-.189.07.286.286 0 0 1-.188-.07l-.077-.063c-.634-.507-4.672-3.743-4.672-7.575zm4.937 2.68c1.348 0 2.442-1.11 2.442-2.478S8.507 5.28 7.159 5.28 4.72 6.39 4.72 7.758s1.092 2.477 2.44 2.477z' fill='%23e1e3e9'/%3E%3Cpath d='M4.377 15.948a.657.657 0 0 0-.659.659v1.84a.657.657 0 0 0 .659.659h5.565a.657.657 0 0 0 .659-.659v-1.84a.657.657 0 0 0-.659-.659zm4.83 1.16H5.114v.838h4.093z' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E");
  }
}
.mapboxgl-ctrl.mapboxgl-ctrl-attrib, .maplibregl-ctrl.maplibregl-ctrl-attrib {
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0;
  padding: 0 5px;
}

@media screen {
  .mapboxgl-ctrl-attrib.mapboxgl-compact, .maplibregl-ctrl-attrib.maplibregl-compact {
    background-color: #fff;
    border-radius: 12px;
    box-sizing: content-box;
    margin: 10px;
    min-height: 20px;
    padding: 2px 24px 2px 0;
    position: relative;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .maplibregl-ctrl-attrib.maplibregl-compact-show {
    padding: 2px 28px 2px 8px;
    visibility: visible;
  }

  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact-show, .maplibregl-ctrl-bottom-left > .maplibregl-ctrl-attrib.maplibregl-compact-show, .maplibregl-ctrl-top-left > .maplibregl-ctrl-attrib.maplibregl-compact-show {
    border-radius: 12px;
    padding: 2px 8px 2px 28px;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-inner, .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-inner {
    display: none;
  }

  .mapboxgl-ctrl-attrib-button, .maplibregl-ctrl-attrib-button {
    background-color: rgba(255, 255, 255, 0.5);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' 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;
  }

  .maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button {
    appearance: none;
    list-style: none;
  }

  .maplibregl-ctrl-attrib summary.maplibregl-ctrl-attrib-button::-webkit-details-marker {
    display: none;
  }

  .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-top-left .mapboxgl-ctrl-attrib-button, .maplibregl-ctrl-bottom-left .maplibregl-ctrl-attrib-button, .maplibregl-ctrl-top-left .maplibregl-ctrl-attrib-button {
    left: 0;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact .mapboxgl-ctrl-attrib-button, .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-inner, .maplibregl-ctrl-attrib.maplibregl-compact .maplibregl-ctrl-attrib-button, .maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-inner {
    display: block;
  }

  .mapboxgl-ctrl-attrib.mapboxgl-compact-show .mapboxgl-ctrl-attrib-button, .maplibregl-ctrl-attrib.maplibregl-compact-show .maplibregl-ctrl-attrib-button {
    background-color: rgba(0, 0, 0, 0.05);
  }

  .mapboxgl-ctrl-bottom-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after, .maplibregl-ctrl-bottom-right > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    bottom: 0;
    right: 0;
  }

  .mapboxgl-ctrl-top-right > .mapboxgl-ctrl-attrib.mapboxgl-compact:after, .maplibregl-ctrl-top-right > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    right: 0;
    top: 0;
  }

  .mapboxgl-ctrl-top-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after, .maplibregl-ctrl-top-left > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    left: 0;
    top: 0;
  }

  .mapboxgl-ctrl-bottom-left > .mapboxgl-ctrl-attrib.mapboxgl-compact:after, .maplibregl-ctrl-bottom-left > .maplibregl-ctrl-attrib.maplibregl-compact:after {
    bottom: 0;
    left: 0;
  }
}
@media screen and (-ms-high-contrast: active) {
  .mapboxgl-ctrl-attrib.mapboxgl-compact:after, .maplibregl-ctrl-attrib.maplibregl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' 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, .maplibregl-ctrl-attrib.maplibregl-compact:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='24' height='24' 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, .maplibregl-ctrl-attrib a {
  color: rgba(0, 0, 0, 0.75);
  text-decoration: none;
}

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

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

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

.mapboxgl-popup, .maplibregl-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, .maplibregl-popup-anchor-top, .maplibregl-popup-anchor-top-left, .maplibregl-popup-anchor-top-right {
  flex-direction: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mapboxgl-marker, .maplibregl-marker {
  left: 0;
  position: absolute;
  top: 0;
  will-change: transform;
}

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

.mapboxgl-user-location-dot:before, .maplibregl-user-location-dot:before {
  animation: maplibregl-user-location-dot-pulse 2s infinite;
  background-color: #1da1f2;
  border-radius: 50%;
  content: "";
  height: 15px;
  position: absolute;
  width: 15px;
}

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

@keyframes maplibregl-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, .maplibregl-user-location-dot-stale {
  background-color: #aaa;
}

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

.mapboxgl-user-location-accuracy-circle, .maplibregl-user-location-accuracy-circle {
  background-color: #1da1f233;
  border-radius: 100%;
  height: 1px;
  width: 1px;
}

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

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

.maplibregl-cooperative-gesture-screen {
  align-items: center;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  color: #fff;
  display: flex;
  font-size: 1.4em;
  justify-content: center;
  left: 0;
  line-height: 1.2;
  opacity: 0;
  padding: 1rem;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 1s ease 1s;
}

.maplibregl-cooperative-gesture-screen.maplibregl-show {
  opacity: 1;
  transition: opacity 0.05s;
}

.maplibregl-cooperative-gesture-screen .maplibregl-mobile-message {
  display: none;
}

@media (hover: none), (max-width: 480px) {
  .maplibregl-cooperative-gesture-screen .maplibregl-desktop-message {
    display: none;
  }

  .maplibregl-cooperative-gesture-screen .maplibregl-mobile-message {
    display: block;
  }
}
.spider-leg-container {
  width: 1px;
  height: 1px;
  overflow: unset;
  will-change: transform;
}

.spider-leg-container:hover {
  cursor: pointer;
}

.spider-leg-container .spider-leg-pin {
  position: relative;
  z-index: 1;
}

.spider-leg-container .spider-leg-pin.default-spider-pin {
  position: relative;
  width: 25px;
  height: 41px;
  margin-left: -11.5px;
  margin-top: -38.5px;
  background-image: url(https://cdnjs.cloudflare.com/ajax/libs/leaflet/1.0.0-beta.2/images/marker-icon.png);
}

.spider-leg-container .spider-leg-line {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  background-color: #343434;
  opacity: 0.45;
  transform-origin: bottom;
  z-index: 0;
  height: 0;
}

.spider-leg-container:hover .spider-leg-line {
  opacity: 1;
}

/* Animations specific styles */
.spider-leg-container.animate {
  -webkit-transition: margin 0.15s linear;
  -moz-transition: margin 0.15s linear;
  -ms-transition: margin 0.15s linear;
  -o-transition: margin 0.15s linear;
  transition: margin 0.15s linear;
}

.spider-leg-container.initial,
.spider-leg-container.exit {
  margin-left: 0 !important;
  margin-top: 0 !important;
  height: 0;
}

.spider-leg-container.animate .spider-leg-line {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -ms-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
  -webkit-transition-delay: inherit;
  -moz-transition-delay: inherit;
  -ms-transition-delay: inherit;
  -o-transition-delay: inherit;
  transition-delay: inherit;
}

.spider-leg-container.animate.initial .spider-leg-line,
.spider-leg-container.animate.exit .spider-leg-line {
  height: 0 !important;
}

.projetos-map-cards-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: calc(100vh - 12rem) auto;
  grid-gap: 0.5rem;
  padding: calc(var(--padding-base) * 0.5) var(--padding-base);
  margin-top: 0.75rem;
}
@media (min-height: 640px) {
  .projetos-map-cards-container {
    grid-template-rows: 448px auto;
  }
}
@media (min-width: 768px) {
  .projetos-map-cards-container {
    margin-top: 1.75rem;
    max-height: unset;
    grid-template-columns: 1fr 13rem;
    grid-template-rows: 1fr;
  }
}
@media (min-width: 960px) {
  .projetos-map-cards-container {
    margin-top: 0.75rem;
  }
}
.projetos-map-cards-container #updatable-content {
  max-width: 100%;
  display: grid;
  grid-template-rows: auto 1fr;
}
.projetos-map-cards-container .projetos-cards {
  justify-self: start;
  align-self: start;
  margin: -0.5rem;
  padding: 0.5rem;
}
@media (max-width: 767px) {
  .projetos-map-cards-container .projetos-cards {
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    max-width: calc(100% + var(--padding-base) * 2);
    padding: 0.5rem var(--padding-base) 3rem;
    margin: -0.5rem calc(-1 * var(--padding-base)) -3rem;
  }
  .projetos-map-cards-container .projetos-cards .projeto-card {
    width: 172px;
    height: 172px;
  }
}
@media (min-width: 768px) {
  .projetos-map-cards-container .projetos-cards {
    display: grid;
    grid-gap: 0.5rem;
    overflow: hidden;
  }
}
.projetos-map-cards-container .projeto-card.hidden {
  display: none;
}
.projetos-map-cards-container .projetos-count {
  padding: 0;
  margin: 1rem 0 0.6rem;
}
@media (min-width: 768px) {
  .projetos-map-cards-container .projetos-count {
    margin: -2rem 0 1rem;
  }
}

.projetos-map-container {
  max-width: 100%;
  min-height: calc(100vh - 12rem);
}
@media (min-height: 640px) {
  .projetos-map-container {
    min-height: 448px;
  }
}
@media (min-width: 768px) {
  .projetos-map-container {
    min-height: calc(100vh - 3rem);
    max-height: unset;
  }
  .projetos-map-container.fixed {
    background: none;
  }
  .projetos-map-container.fixed .projetos-map-container-wrapper {
    position: fixed;
    top: 1.5rem;
    bottom: 1.5rem;
    left: 0;
    width: 100%;
  }
  .projetos-map-container.fixed .projetos-map-container-wrapper2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: var(--max-width);
    margin: 0 auto;
    padding: 0 var(--padding-base);
    display: grid;
    grid-template-columns: 1fr 13rem;
    grid-gap: 0.5rem;
  }
  .projetos-map-container.free-bottom {
    display: flex;
    align-items: end;
  }
  .projetos-map-container.free-bottom .projetos-map-container-wrapper {
    width: 100%;
    height: calc(100vh - 1.5rem);
    max-height: calc(100vh - 1.5rem);
    background: #ebebeb;
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .projetos-map-container.free-bottom .projetos-map-container-wrapper {
    height: calc(100vh - 3rem);
    max-height: calc(100vh - 3rem);
  }
}

.projetos-map-info,
.projetos-map-info:first-child {
  padding: 0;
  margin: -1.5rem 0 0.6rem;
  font-size: var(--font-size-s1);
  line-height: var(--line-height-xs);
  max-width: 200px;
}
@media (min-width: 400px) {
  .projetos-map-info,
.projetos-map-info:first-child {
    max-width: 360px;
    margin: -2rem 0 1rem;
  }
}
@media (min-width: 768px) {
  .projetos-map-info,
.projetos-map-info:first-child {
    margin: -3.1rem 0 1rem;
  }
}
@media (min-width: 960px) {
  .projetos-map-info,
.projetos-map-info:first-child {
    max-width: unset;
    margin: -2rem 0 1rem;
  }
}
.projetos-map-info span,
.projetos-map-info:first-child span {
  display: block;
  font-size: var(--font-size-s1);
  line-height: var(--line-height-xs);
}

.projetos-map-container.free-bottom .projetos-map-info,
.projetos-map-container.free-bottom .projetos-map-info:first-child {
  display: none;
}

.projetos-map {
  position: relative;
  width: 100%;
  height: calc(100vh - 12rem);
  background: #ebebeb;
}
@media (min-height: 640px) {
  .projetos-map {
    height: 448px;
  }
}
@media (min-width: 768px) {
  .projetos-map {
    height: calc(100vh - 3rem);
    max-height: calc(100vh - 3rem);
  }
}
.projetos-map canvas {
  opacity: 0.7;
}
@media (min-width: 780px) {
  .projetos-map .maplibregl-cooperative-gesture-screen {
    display: none;
  }
}
@media (max-width: 767px) {
  .projetos-map .maplibregl-cooperative-gesture-screen .maplibregl-mobile-message {
    display: block;
  }
}

.maplibregl-ctrl-top-left {
  z-index: 0;
}

.maplibregl-ctrl-top-left .maplibregl-ctrl {
  margin: 1rem 0 0 1rem;
  box-shadow: none;
  border-radius: 0;
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-gap: 2px;
  padding: 2px;
  background: var(--color-gray-2);
}

.maplibregl-ctrl-group {
  background: none;
  border-radius: 0;
}
.maplibregl-ctrl-group:not(:empty) {
  box-shadow: none;
}
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-in {
  position: relative;
}
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-in::before, .maplibregl-ctrl-group .maplibregl-ctrl-zoom-in::after {
  content: "";
  width: 14px;
  height: 2px;
  background: var(--color-link);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -1px;
}
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-in::after {
  transform: rotate(90deg);
}
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-out {
  position: relative;
}
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-out::before {
  content: "";
  width: 14px;
  height: 2px;
  background: var(--color-link);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -7px;
  margin-top: -1px;
}
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-in,
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-out {
  height: 2.5rem;
  width: 2.5rem;
  background: var(--color-gray-6);
}
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-in span,
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-out span {
  display: none;
}
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-in:not([disabled]):hover, .maplibregl-ctrl-group .maplibregl-ctrl-zoom-in:not([disabled]):focus-visible,
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-out:not([disabled]):hover,
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-out:not([disabled]):focus-visible {
  background: var(--color-link-hover);
  border: none;
  border-radius: 0;
}
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-in:not([disabled]):hover::before, .maplibregl-ctrl-group .maplibregl-ctrl-zoom-in:not([disabled]):hover::after, .maplibregl-ctrl-group .maplibregl-ctrl-zoom-in:not([disabled]):focus-visible::before, .maplibregl-ctrl-group .maplibregl-ctrl-zoom-in:not([disabled]):focus-visible::after,
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-out:not([disabled]):hover::before,
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-out:not([disabled]):hover::after,
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-out:not([disabled]):focus-visible::before,
.maplibregl-ctrl-group .maplibregl-ctrl-zoom-out:not([disabled]):focus-visible::after {
  background: var(--color-bg);
}

.maplibregl-popup .maplibregl-popup-content {
  background: none;
  border-radius: 0;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.18);
  padding: 0;
  pointer-events: auto;
  position: relative;
}
.maplibregl-popup .maplibregl-popup-tip {
  display: none;
}
.maplibregl-popup .content {
  position: relative;
  padding: 0.6rem 2.5rem 0.6rem 0.5rem;
  min-height: 2.25rem;
}
.maplibregl-popup .content h2 {
  margin: 0;
  font-family: var(--font-text);
  text-transform: none;
  margin-left: unset;
  letter-spacing: unset;
  font-size: var(--font-size-s1);
  line-height: var(--line-height-xs);
  font-weight: var(--font-bold);
}
.maplibregl-popup .content a {
  text-decoration: none;
  border: none;
}
.maplibregl-popup .content .tip {
  height: 10px;
  width: 10px;
  position: absolute;
  z-index: 1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.18);
  clip-path: polygon(-30% -40%, 130% -30%, 140% 130%, 40% 60%);
}
.maplibregl-popup .maplibregl-popup-close-button {
  width: 2.25rem;
  height: 2.25rem;
  padding: 0;
  font-size: 16px;
  border-radius: 0;
}
.maplibregl-popup.maplibregl-popup-anchor-bottom {
  margin-top: -22px;
}
.maplibregl-popup.maplibregl-popup-anchor-bottom .content .tip {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(135deg);
}
.maplibregl-popup.maplibregl-popup-anchor-top {
  margin-top: 22px;
}
.maplibregl-popup.maplibregl-popup-anchor-top .content .tip {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  transform: rotate(315deg);
}
.maplibregl-popup.maplibregl-popup-anchor-left {
  margin-left: 22px;
}
.maplibregl-popup.maplibregl-popup-anchor-left .content .tip {
  left: -5px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(225deg);
}
.maplibregl-popup.maplibregl-popup-anchor-right {
  margin-left: -22px;
}
.maplibregl-popup.maplibregl-popup-anchor-right .content .tip {
  right: -5px;
  top: 50%;
  margin-top: -5px;
  transform: rotate(45deg);
}

.mapboxgl-ctrl-bottom-right,
.maplibregl-ctrl-bottom-right {
  opacity: 0;
}

.spider-leg-container {
  opacity: 1;
}

.spider-leg-container .spider-leg-line {
  opacity: 1;
  background: none;
}
.spider-leg-container .spider-leg-line .line {
  width: 100%;
  height: 100%;
  background-color: var(--color-text);
  top: 0;
  left: 0;
  opacity: 0.1;
}
.spider-leg-container .spider-leg-line .circle {
  width: 44px;
  height: 44px;
  margin-left: 0;
  margin-top: 0;
  background-color: #737373;
  border: 2px solid #585858;
  border-radius: 100%;
  top: -22px;
  left: -21px;
  position: absolute;
  z-index: 1;
}

.spider-point-circle {
  width: 20px;
  height: 20px;
  margin-left: -10px;
  margin-top: -10px;
  background-color: var(--color-tema);
  border-radius: 100%;
  border: 2px solid #000;
  transition: transform 50ms;
  --color-tema: #adadad;
}
.spider-point-circle.amarelo-nivel-1 {
  --color-tema: #fcf6de;
}
.spider-point-circle.amarelo-nivel-2 {
  --color-tema: #fcedbd;
}
.spider-point-circle.amarelo-nivel-3 {
  --color-tema: #fadb7d;
}
.spider-point-circle.amarelo-nivel-4 {
  --color-tema: #f7c93e;
}
.spider-point-circle.vermelho-nivel-1 {
  --color-tema: #fae4e1;
}
.spider-point-circle.vermelho-nivel-2 {
  --color-tema: #facec8;
}
.spider-point-circle.vermelho-nivel-3 {
  --color-tema: #faada2;
}
.spider-point-circle.vermelho-nivel-4 {
  --color-tema: #f59387;
}
.spider-point-circle.azul-nivel-1 {
  --color-tema: #e6f8fa;
}
.spider-point-circle.azul-nivel-2 {
  --color-tema: #c9f1f5;
}
.spider-point-circle.azul-nivel-3 {
  --color-tema: #8edee6;
}
.spider-point-circle.azul-nivel-4 {
  --color-tema: #5accd6;
}
.spider-point-circle.cinza-nivel-1 {
  --color-tema: #f0f0f0;
}
.spider-point-circle.cinza-nivel-2 {
  --color-tema: #e0e0e0;
}
.spider-point-circle.cinza-nivel-3 {
  --color-tema: #c7c7c7;
}
.spider-point-circle.cinza-nivel-4 {
  --color-tema: #adadad;
}
.spider-point-circle:hover, .spider-point-circle:focus-visible {
  --color-tema: #a0a0a0;
  transform: scale(1.25);
}
.spider-point-circle:hover.amarelo-nivel-1, .spider-point-circle:focus-visible.amarelo-nivel-1 {
  --color-tema: #faf0c7;
}
.spider-point-circle:hover.amarelo-nivel-2, .spider-point-circle:focus-visible.amarelo-nivel-2 {
  --color-tema: #fbe6a5;
}
.spider-point-circle:hover.amarelo-nivel-3, .spider-point-circle:focus-visible.amarelo-nivel-3 {
  --color-tema: #f9d464;
}
.spider-point-circle:hover.amarelo-nivel-4, .spider-point-circle:focus-visible.amarelo-nivel-4 {
  --color-tema: #f6c226;
}
.spider-point-circle:hover.vermelho-nivel-1, .spider-point-circle:focus-visible.vermelho-nivel-1 {
  --color-tema: #f6d0cb;
}
.spider-point-circle:hover.vermelho-nivel-2, .spider-point-circle:focus-visible.vermelho-nivel-2 {
  --color-tema: #f8b9b1;
}
.spider-point-circle:hover.vermelho-nivel-3, .spider-point-circle:focus-visible.vermelho-nivel-3 {
  --color-tema: #f9988a;
}
.spider-point-circle:hover.vermelho-nivel-4, .spider-point-circle:focus-visible.vermelho-nivel-4 {
  --color-tema: #f37e6f;
}
.spider-point-circle:hover.azul-nivel-1, .spider-point-circle:focus-visible.azul-nivel-1 {
  --color-tema: #d1f2f6;
}
.spider-point-circle:hover.azul-nivel-2, .spider-point-circle:focus-visible.azul-nivel-2 {
  --color-tema: #b3ebf1;
}
.spider-point-circle:hover.azul-nivel-3, .spider-point-circle:focus-visible.azul-nivel-3 {
  --color-tema: #79d8e1;
}
.spider-point-circle:hover.azul-nivel-4, .spider-point-circle:focus-visible.azul-nivel-4 {
  --color-tema: #46c6d1;
}
.spider-point-circle:hover.cinza-nivel-1, .spider-point-circle:focus-visible.cinza-nivel-1 {
  --color-tema: #e3e3e3;
}
.spider-point-circle:hover.cinza-nivel-2, .spider-point-circle:focus-visible.cinza-nivel-2 {
  --color-tema: lightgray;
}
.spider-point-circle:hover.cinza-nivel-3, .spider-point-circle:focus-visible.cinza-nivel-3 {
  --color-tema: #bababa;
}
.spider-point-circle:hover.cinza-nivel-4, .spider-point-circle:focus-visible.cinza-nivel-4 {
  --color-tema: #a0a0a0;
}

.projetos-table {
  padding: 0 var(--padding-base) calc(var(--padding-base) * 0.5);
}
.projetos-table > .projetos-table-wrapper {
  overflow-x: auto;
}
.projetos-table > .projetos-table-wrapper > table {
  width: 1600px;
  max-width: unset;
  border-collapse: collapse;
  text-align: left;
  display: table;
  margin: 0;
  padding: 0;
  overflow: auto;
  table-layout: fixed;
}
.projetos-table > .projetos-table-wrapper > table th {
  box-shadow: none;
  padding: 1rem;
  background: none;
  border: none;
  height: inherit;
  font-size: var(--font-size-s1);
  font-weight: var(--font-bold);
  line-height: var(--line-height-xxs);
  color: var(--color-text);
  text-align: left;
}
.projetos-table > .projetos-table-wrapper > table th:first-child {
  padding-left: 0;
}
.projetos-table > .projetos-table-wrapper > table th.ordenavel {
  padding: 0;
}
.projetos-table > .projetos-table-wrapper > table th.ordenavel:first-child .ordenar-toggle {
  padding-left: 0;
}
.projetos-table .ordenar-toggle {
  border: none;
  padding: 1rem;
  width: 100%;
  justify-content: start;
  font-size: var(--font-size-s1);
  font-weight: var(--font-bold);
  line-height: var(--line-height-xxs);
}
.projetos-table .ordenar-toggle .icon.ordem {
  width: 1.25em;
  height: 1.25em;
  margin: -0.2em 0;
}
.projetos-table .ordenar-toggle:hover, .projetos-table .ordenar-toggle:focus-visible {
  background: none;
  border: none;
  color: var(--color-link-hover);
}
.projetos-table .ordenar-toggle:hover .icon.ordem, .projetos-table .ordenar-toggle:focus-visible .icon.ordem {
  fill: var(--color-link-hover);
}
.projetos-table .ordenar-toggle:hover .icon.ordem .path, .projetos-table .ordenar-toggle:focus-visible .icon.ordem .path {
  fill: var(--color-link-hover);
  opacity: 1;
}
.projetos-table .ordenavel .icon.ordem.ascendente,
.projetos-table .ordenavel .icon.ordem.descendente {
  display: none;
}
.projetos-table .ordenavel[aria-sort=descending] .icon.ordem.neutro {
  display: none;
}
.projetos-table .ordenavel[aria-sort=descending] .icon.ordem.descendente {
  display: block;
}
.projetos-table .ordenavel[aria-sort=ascending] .icon.ordem.neutro {
  display: none;
}
.projetos-table .ordenavel[aria-sort=ascending] .icon.ordem.ascendente {
  display: block;
}
.projetos-table > .projetos-table-wrapper > table td {
  vertical-align: top;
  border: none;
  background: none;
  height: 1px;
  background: var(--color-tema);
  border-bottom: 4px solid var(--color-bg);
  padding: 1.2rem 1rem 1rem 1rem;
  font-size: var(--font-size-s2);
  line-height: var(--line-height-xs);
  --color-tema: #adadad;
}
.projetos-table > .projetos-table-wrapper > table td.amarelo-nivel-1 {
  --color-tema: #fcf6de;
}
.projetos-table > .projetos-table-wrapper > table td.amarelo-nivel-2 {
  --color-tema: #fcedbd;
}
.projetos-table > .projetos-table-wrapper > table td.amarelo-nivel-3 {
  --color-tema: #fadb7d;
}
.projetos-table > .projetos-table-wrapper > table td.amarelo-nivel-4 {
  --color-tema: #f7c93e;
}
.projetos-table > .projetos-table-wrapper > table td.vermelho-nivel-1 {
  --color-tema: #fae4e1;
}
.projetos-table > .projetos-table-wrapper > table td.vermelho-nivel-2 {
  --color-tema: #facec8;
}
.projetos-table > .projetos-table-wrapper > table td.vermelho-nivel-3 {
  --color-tema: #faada2;
}
.projetos-table > .projetos-table-wrapper > table td.vermelho-nivel-4 {
  --color-tema: #f59387;
}
.projetos-table > .projetos-table-wrapper > table td.azul-nivel-1 {
  --color-tema: #e6f8fa;
}
.projetos-table > .projetos-table-wrapper > table td.azul-nivel-2 {
  --color-tema: #c9f1f5;
}
.projetos-table > .projetos-table-wrapper > table td.azul-nivel-3 {
  --color-tema: #8edee6;
}
.projetos-table > .projetos-table-wrapper > table td.azul-nivel-4 {
  --color-tema: #5accd6;
}
.projetos-table > .projetos-table-wrapper > table td.cinza-nivel-1 {
  --color-tema: #f0f0f0;
}
.projetos-table > .projetos-table-wrapper > table td.cinza-nivel-2 {
  --color-tema: #e0e0e0;
}
.projetos-table > .projetos-table-wrapper > table td.cinza-nivel-3 {
  --color-tema: #c7c7c7;
}
.projetos-table > .projetos-table-wrapper > table td.cinza-nivel-4 {
  --color-tema: #adadad;
}
.projetos-table > .projetos-table-wrapper > table td.first {
  font-size: var(--font-size-l2);
  line-height: var(--line-height-xs);
  font-weight: var(--font-bold);
  padding: 1rem;
}
.projetos-table > .projetos-table-wrapper > table td.first a {
  text-decoration: none;
  border: none;
}
.projetos-table > .projetos-table-wrapper > table td.last {
  background: linear-gradient(315deg, transparent 12px, var(--color-tema) 12px);
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td {
  --color-tema: #a0a0a0;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.amarelo-nivel-1 {
  --color-tema: #faf0c7;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.amarelo-nivel-2 {
  --color-tema: #fbe6a5;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.amarelo-nivel-3 {
  --color-tema: #f9d464;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.amarelo-nivel-4 {
  --color-tema: #f6c226;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.vermelho-nivel-1 {
  --color-tema: #f6d0cb;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.vermelho-nivel-2 {
  --color-tema: #f8b9b1;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.vermelho-nivel-3 {
  --color-tema: #f9988a;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.vermelho-nivel-4 {
  --color-tema: #f37e6f;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.azul-nivel-1 {
  --color-tema: #d1f2f6;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.azul-nivel-2 {
  --color-tema: #b3ebf1;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.azul-nivel-3 {
  --color-tema: #79d8e1;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.azul-nivel-4 {
  --color-tema: #46c6d1;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.cinza-nivel-1 {
  --color-tema: #e3e3e3;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.cinza-nivel-2 {
  --color-tema: lightgray;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.cinza-nivel-3 {
  --color-tema: #bababa;
}
.projetos-table > .projetos-table-wrapper > table .projeto-row.hover td.cinza-nivel-4 {
  --color-tema: #a0a0a0;
}

.page-header.projeto {
  background: var(--color-tema);
  padding: var(--padding-base) 0 2.5rem;
  border: none;
  --color-tema: #adadad;
}
.page-header.projeto.amarelo-nivel-1 {
  --color-tema: #fcf6de;
}
.page-header.projeto.amarelo-nivel-2 {
  --color-tema: #fcedbd;
}
.page-header.projeto.amarelo-nivel-3 {
  --color-tema: #fadb7d;
}
.page-header.projeto.amarelo-nivel-4 {
  --color-tema: #f7c93e;
}
.page-header.projeto.vermelho-nivel-1 {
  --color-tema: #fae4e1;
}
.page-header.projeto.vermelho-nivel-2 {
  --color-tema: #facec8;
}
.page-header.projeto.vermelho-nivel-3 {
  --color-tema: #faada2;
}
.page-header.projeto.vermelho-nivel-4 {
  --color-tema: #f59387;
}
.page-header.projeto.azul-nivel-1 {
  --color-tema: #e6f8fa;
}
.page-header.projeto.azul-nivel-2 {
  --color-tema: #c9f1f5;
}
.page-header.projeto.azul-nivel-3 {
  --color-tema: #8edee6;
}
.page-header.projeto.azul-nivel-4 {
  --color-tema: #5accd6;
}
.page-header.projeto.cinza-nivel-1 {
  --color-tema: #f0f0f0;
}
.page-header.projeto.cinza-nivel-2 {
  --color-tema: #e0e0e0;
}
.page-header.projeto.cinza-nivel-3 {
  --color-tema: #c7c7c7;
}
.page-header.projeto.cinza-nivel-4 {
  --color-tema: #adadad;
}
.page-header.projeto h1 {
  text-align: left;
  margin-top: calc(var(--padding-base) * 0.75);
  margin-bottom: calc(var(--padding-base) * 0.75);
}
.page-header.projeto .tema {
  font-size: var(--font-size-l4);
  line-height: var(--line-height-xs);
  font-weight: var(--font-bold);
  margin: 0 0 0.5rem;
}
.page-header.projeto .temaDoPrograma {
  font-size: var(--font-size-l3);
  line-height: var(--line-height-xs);
  margin: 0 0 0.5rem;
}
.page-header.projeto .ano-programa {
  display: flex;
  font-size: var(--font-size-l3);
  line-height: var(--line-height-xs);
  margin: -0.25rem -0.25rem -0.25rem;
}
.page-header.projeto .ano-programa p,
.page-header.projeto .ano-programa span {
  padding: 0.25em;
  margin: 0;
  font-size: var(--font-size-l3);
  line-height: var(--line-height-xs);
}

.projeto-ficha {
  --color-header: var(--color-gray-5);
  padding: 0 var(--padding-base) calc(var(--padding-base) * 2);
  --color-tema: #adadad;
}
.projeto-ficha.amarelo-nivel-1 {
  --color-tema: #fcf6de;
}
.projeto-ficha.amarelo-nivel-2 {
  --color-tema: #fcedbd;
}
.projeto-ficha.amarelo-nivel-3 {
  --color-tema: #fadb7d;
}
.projeto-ficha.amarelo-nivel-4 {
  --color-tema: #f7c93e;
}
.projeto-ficha.vermelho-nivel-1 {
  --color-tema: #fae4e1;
}
.projeto-ficha.vermelho-nivel-2 {
  --color-tema: #facec8;
}
.projeto-ficha.vermelho-nivel-3 {
  --color-tema: #faada2;
}
.projeto-ficha.vermelho-nivel-4 {
  --color-tema: #f59387;
}
.projeto-ficha.azul-nivel-1 {
  --color-tema: #e6f8fa;
}
.projeto-ficha.azul-nivel-2 {
  --color-tema: #c9f1f5;
}
.projeto-ficha.azul-nivel-3 {
  --color-tema: #8edee6;
}
.projeto-ficha.azul-nivel-4 {
  --color-tema: #5accd6;
}
.projeto-ficha.cinza-nivel-1 {
  --color-tema: #f0f0f0;
}
.projeto-ficha.cinza-nivel-2 {
  --color-tema: #e0e0e0;
}
.projeto-ficha.cinza-nivel-3 {
  --color-tema: #c7c7c7;
}
.projeto-ficha.cinza-nivel-4 {
  --color-tema: #adadad;
}

.projeto-ficha-wrapper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width-content);
}
.projeto-ficha-wrapper dl {
  display: grid;
  grid-gap: var(--padding-base);
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
}
.projeto-ficha-wrapper dt {
  --color-cartao: var(--color-gray-6);
  background: var(--color-tema);
  padding: 0.5rem 1rem;
  font-size: var(--font-size-l3);
  margin-bottom: 1rem;
}
.projeto-ficha-wrapper .values-group {
  display: flex;
  flex-wrap: wrap;
  margin: -2px -2px calc(1rem - 2px);
}
.projeto-ficha-wrapper .values-group dd {
  padding: 0.5em 0.75em;
  margin: 2px;
  font-size: var(--font-size-s1);
  line-height: var(--line-height-xs);
  border: 1px solid var(--color-gray-3);
}

:root {
  --parvus-transition-duration: 300ms;
  --parvus-transition-timing-function: cubic-bezier(0.4, 0, 0.22, 1);
  --parvus-overlay-color: #4D4D4D;
  --parvus-overlay-text: #FFFFFF;
  --parvus-button-color: #FFFFFF;
  --parvus-button-text: #1a1a1a;
  --parvus-button-hover-color: #003399;
  --parvus-button-hover-text: #1a1a1a;
  --parvus-loader-background-color: #FFFFFF;
  --parvus-loader-color: #1a1a1a;
}

.parvus-is-open {
  touch-action: none;
}

/**
 * Parvus trigger
 *
 */
.parvus-zoom {
  display: block;
  position: relative;
}
.parvus-zoom__indicator {
  align-items: center;
  background-color: var(--parvus-button-color);
  color: var(--parvus-button-text);
  display: flex;
  justify-content: center;
  line-height: 1;
  padding: 0.5rem;
  position: absolute;
  inset-inline-end: 0.5rem;
  inset-block-start: 0.5rem;
  display: none;
}
.parvus-zoom__indicator svg {
  fill: none;
  height: 1.5rem;
  pointer-events: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  stroke: currentColor;
  width: 1.5rem;
}
.parvus-zoom img {
  display: block;
}

/**
 * Parvus
 *
 */
.parvus {
  align-items: center;
  box-sizing: border-box;
  contain: strict;
  display: flex;
  font: normal normal 400 1.125rem/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  inset: 0;
  justify-content: center;
  line-height: 1.667;
  overflow: hidden;
  overscroll-behavior: contain;
  position: fixed;
  z-index: 1337;
}
.parvus *, .parvus *::before, .parvus *::after {
  box-sizing: border-box;
}
.parvus[aria-hidden=true] {
  display: none;
}
.parvus__overlay {
  background-color: var(--parvus-overlay-color);
  inset: 0;
  position: absolute;
}
.parvus__slider {
  inset: 0;
  position: absolute;
}
.parvus__slider[aria-hidden=true] {
  display: none;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .parvus__slider--animate:not(.parvus__slider--is-dragging) {
    transition: transform var(--parvus-transition-duration) var(--parvus-transition-timing-function);
  }
}
.parvus__slider--is-draggable {
  cursor: grab;
}
.parvus__slider--is-dragging {
  cursor: grabbing;
}
.parvus__slide {
  align-items: center;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding-block-end: 1rem;
  padding-inline-start: 1rem;
  padding-inline-end: 1rem;
  padding-block-start: 4.75rem;
  width: 100%;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .parvus__slide {
    transition: visibility var(--parvus-transition-duration) var(--parvus-transition-timing-function);
  }
}
.parvus__slide:not(.parvus__slide--is-active) {
  visibility: hidden;
}
.parvus__slide .parvus__caption {
  color: var(--parvus-overlay-text);
  padding-block-start: 0.5rem;
  text-align: start;
  will-change: transform, opacity;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .parvus__slide .parvus__caption {
    transition: transform var(--parvus-transition-duration) var(--parvus-transition-timing-function), opacity var(--parvus-transition-duration) var(--parvus-transition-timing-function);
  }
}
.parvus__slide img {
  display: block;
  height: auto;
  margin-inline-start: auto;
  margin-inline-end: auto;
  transform-origin: left top;
  width: auto;
}
.parvus__loader {
  display: inline-block;
  height: 6.25rem;
  inset-inline-start: 50%;
  position: absolute;
  inset-block-start: 50%;
  transform: translate(-50%, -50%);
  width: 6.25rem;
}
.parvus__loader::before {
  animation: spin 1s infinite;
  border-radius: 100%;
  border: 0.25rem solid var(--parvus-loader-background-color);
  border-top-color: var(--parvus-loader-color);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 1;
}
.parvus__toolbar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  inset-inline-start: 1rem;
  position: absolute;
  inset-inline-end: 1rem;
  inset-block-start: 1rem;
}
.parvus__btn {
  appearance: none;
  background-color: var(--parvus-button-color);
  background-image: none;
  border-radius: 0;
  border: 0.0625rem solid transparent;
  color: var(--parvus-button-text);
  cursor: pointer;
  display: flex;
  font: inherit;
  padding: 0.3125rem;
  position: relative;
  touch-action: manipulation;
  will-change: transform, opacity;
  z-index: 7;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .parvus__btn {
    transition: transform var(--parvus-transition-duration) var(--parvus-transition-timing-function), opacity var(--parvus-transition-duration) var(--parvus-transition-timing-function);
  }
}
.parvus__btn:hover {
  background-color: var(--parvus-button-hover-color);
  color: var(--parvus-button-hover-text);
}
.parvus__btn--previous {
  inset-inline-start: 1rem;
  position: absolute;
  inset-block-start: calc(50% + 1.375rem);
  transform: translateY(-50%);
}
.parvus__btn--next {
  position: absolute;
  inset-inline-end: 1rem;
  inset-block-start: calc(50% + 1.375rem);
  transform: translateY(-50%);
}
.parvus__btn svg {
  fill: none;
  height: 2rem;
  pointer-events: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1;
  stroke: currentColor;
  width: 2rem;
}
.parvus__btn[disabled] {
  display: none;
}
.parvus__counter {
  position: relative;
  z-index: 7;
  color: var(--parvus-overlay-text);
}
@media screen and (prefers-reduced-motion: no-preference) {
  .parvus__counter {
    transition: transform var(--parvus-transition-duration) var(--parvus-transition-timing-function), opacity var(--parvus-transition-duration) var(--parvus-transition-timing-function);
  }
}
.parvus__counter[aria-hidden=true] {
  display: none;
}
@media screen and (prefers-reduced-motion: no-preference) {
  .parvus--is-opening .parvus__counter, .parvus--is-opening .parvus__btn--close, .parvus--is-opening .parvus__btn--previous, .parvus--is-opening .parvus__btn--next, .parvus--is-opening .parvus__caption, .parvus--is-closing .parvus__counter, .parvus--is-closing .parvus__btn--close, .parvus--is-closing .parvus__btn--previous, .parvus--is-closing .parvus__btn--next, .parvus--is-closing .parvus__caption {
    opacity: 0;
  }
  .parvus--is-vertical-closing .parvus__counter, .parvus--is-vertical-closing .parvus__btn--close {
    transform: translateY(-100%);
    opacity: 0;
  }
  .parvus--is-vertical-closing .parvus__btn--previous {
    transform: translate(-100%, -50%);
    opacity: 0;
  }
  .parvus--is-vertical-closing .parvus__btn--next {
    transform: translate(100%, -50%);
    opacity: 0;
  }
  .parvus--is-vertical-closing .parvus__caption {
    transform: translateY(100%);
    opacity: 0;
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
body > main.page-404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100%;
  min-height: 100vh;
}
body > main.page-404 .logo-404 {
  display: block;
  margin: 0 auto;
  width: 6rem;
  height: 6rem;
}
body > main.page-404 h1 {
  margin: 2rem 0 1rem;
}
body > main.page-404 p {
  margin: 0;
}
body > main.page-404 .button-wrapper {
  padding-left: 0.75rem;
}
body > main.page-404 .button {
  max-width: 180px;
  justify-content: center;
  margin: 3rem auto 0;
}

.layout-wrapper {
  padding: var(--padding-base) var(--padding-base) calc(var(--padding-base) * 4);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
}

.content-wrapper {
  padding: var(--padding-base);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width-content);
}

.layout-wrapper .content-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.layout-padding {
  padding: var(--padding-base);
}

.max-width-layout {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width);
}

.max-width-content {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--max-width-content);
}

.sr-only {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 767px) {
  .desktop-only {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}
.sg-color {
  width: 4.2rem;
}

.sg-color > * {
  margin: 0 0 0.25rem;
}

.sg-color-swatch {
  width: 100%;
  height: 4.2rem;
  border: 1px solid var(--color-link);
}

.sg-color-name {
  font-size: var(--font-size-s3);
  margin: 0.25rem 0 0;
  line-height: var(--line-height-xxs);
  display: block;
}

.sg-ref-code {
  font-size: var(--font-size-s4);
  line-height: var(--line-height-xxs);
  margin: 0.25rem 0 0;
  font-family: var(--font-heading);
  display: block;
}

[class*=flex] {
  display: flex;
  flex-wrap: wrap;
}
[class*=flex][class*=gap] > * {
  margin: 0 1rem 1rem 0;
}
[class*=flex][class*=gaps] > * {
  margin: 0 0.5rem 0.5rem 0;
}
[class*=flex] > :last-child {
  margin: 0;
}

[class*=grid]:not([class*=gridjs]) {
  display: grid;
}
@media (min-width: 120px) {
  [class*=grid]:not([class*=gridjs])[class*=-colmax120] {
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  }
}
@media (min-width: 200px) {
  [class*=grid]:not([class*=gridjs])[class*=-colmax200] {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
@media (min-width: 280px) {
  [class*=grid]:not([class*=gridjs])[class*=-colmax280] {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media (min-width: 360px) {
  [class*=grid]:not([class*=gridjs])[class*=-colmax360] {
    grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  }
}
@media (min-width: 440px) {
  [class*=grid]:not([class*=gridjs])[class*=-colmax440] {
    grid-template-columns: repeat(auto-fill, minmax(440px, 1fr));
  }
}
@media (min-width: 120px) {
  [class*=grid]:not([class*=gridjs])[class*=-colmin120] {
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  }
}
@media (min-width: 200px) {
  [class*=grid]:not([class*=gridjs])[class*=-colmin200] {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media (min-width: 280px) {
  [class*=grid]:not([class*=gridjs])[class*=-colmin280] {
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  }
}
@media (min-width: 360px) {
  [class*=grid]:not([class*=gridjs])[class*=-colmin360] {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
  }
}
@media (min-width: 440px) {
  [class*=grid]:not([class*=gridjs])[class*=-colmin440] {
    grid-template-columns: repeat(auto-fit, minmax(440px, 1fr));
  }
}
[class*=grid]:not([class*=gridjs])[class*=-gap] {
  grid-gap: calc(var(--padding-base) / 3);
}
[class*=grid]:not([class*=gridjs])[class*=-gapl] {
  grid-gap: calc(var(--padding-base) / 2);
}
[class*=grid]:not([class*=gridjs])[class*=-gapxl] {
  grid-gap: var(--padding-base);
}

/*# sourceMappingURL=styles.css.map */
