@charset "UTF-8";
/* assembly.min.css */
@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  45% {
    opacity: 0.5;
  }
  90%, to {
    transform: scale(1.25);
    opacity: 0;
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeinout {
  0%, to {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes shake {
  0%, to {
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-12px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(12px, 0, 0);
  }
}
@keyframes assembly-loading {
  to {
    transform: rotate(360deg);
  }
}
@keyframes progress-cycle {
  0% {
    background-color: #003165;
  }
  to {
    background-color: #2e127c;
  }
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  padding: 0;
  vertical-align: baseline;
}

img {
  padding: 0;
  font-size: 100%;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

html {
  box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
  content: none;
}

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

body, button, hr, img {
  margin: 0;
  border: 0;
}

button {
  background: 0 0;
  color: inherit;
  font: inherit;
  padding: 0;
  width: auto;
  text-align: left;
  -webkit-appearance: none;
  appearance: none;
  -webkit-user-select: none;
  user-select: none;
  cursor: pointer;
  border-radius: 0;
}

button:disabled {
  cursor: default;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, abbr {
  text-decoration: none;
}

svg {
  display: inline-block;
}

a {
  color: inherit;
}

img {
  max-width: 100%;
  vertical-align: top;
}

video {
  width: 100%;
  height: auto;
}

q::after, q::before {
  content: "";
}

legend, pre {
  display: block;
}

pre {
  white-space: pre-wrap;
  tab-size: 2;
}

legend {
  width: 100%;
}

[data-assembly-focus-control] :focus {
  outline: 0;
}

[data-assembly-focus-control=visible] :focus {
  box-shadow: 0 0 0 3px rgba(137, 199, 216, 0.65);
  transition: box-shadow 0.125s;
}

[data-assembly-focus-control=visible] input:focus + .checkbox, [data-assembly-focus-control=visible] input:focus + .radio, [data-assembly-focus-control=visible] input:focus + .switch, [data-assembly-focus-control=visible] input:focus + .toggle {
  box-shadow: 0 0 0 3px rgba(137, 199, 216, 0.65);
}

[data-assembly-focus-control=visible] .range input[type=range] {
  box-shadow: none;
}

[data-assembly-focus-control=visible] .range input[type=range]:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 3px rgba(137, 199, 216, 0.65);
}

[data-assembly-focus-control=visible] .range input[type=range]:focus::-ms-fill-upper {
  box-shadow: 0 0 0 3px rgba(137, 199, 216, 0.65);
}

[data-assembly-focus-control=visible] .range input[type=range]:focus::-ms-fill-lower {
  box-shadow: 0 0 0 3px rgba(137, 199, 216, 0.65);
}

[data-assembly-focus-control=visible] .range input[type=range]:focus::-ms-thumb {
  box-shadow: 0 0 0 3px rgba(137, 199, 216, 0.65);
}

[data-assembly-focus-control=visible] .range input[type=range]:focus::-moz-range-thumb {
  box-shadow: 0 0 0 3px rgba(137, 199, 216, 0.65);
}

[data-assembly-focus-control] .range::-moz-focus-outer {
  border: 0;
}

@font-face {
  font-family: "Open Sans";
  font-weight: 400;
  font-display: swap;
  src: url(https://api.mapbox.com/mapbox-assembly/fonts/opensans-regular.v1.woff2) format("woff2"), url(https://api.mapbox.com/mapbox-assembly/fonts/opensans-regular.v1.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 300;
  font-display: swap;
  src: url(https://api.mapbox.com/mapbox-assembly/fonts/opensans-light.v1.woff2) format("woff2"), url(https://api.mapbox.com/mapbox-assembly/fonts/opensans-light.v1.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-style: italic;
  font-display: swap;
  src: url(https://api.mapbox.com/mapbox-assembly/fonts/opensans-italic.v1.woff2) format("woff2"), url(https://api.mapbox.com/mapbox-assembly/fonts/opensans-italic.v1.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-display: swap;
  src: url(https://api.mapbox.com/mapbox-assembly/fonts/opensans-bold.v1.woff2) format("woff2"), url(https://api.mapbox.com/mapbox-assembly/fonts/opensans-bold.v1.woff) format("woff");
}
@font-face {
  font-family: "Open Sans";
  font-weight: 700;
  font-style: italic;
  font-display: swap;
  src: url(https://api.mapbox.com/mapbox-assembly/fonts/opensans-bolditalic.v1.woff2) format("woff2"), url(https://api.mapbox.com/mapbox-assembly/fonts/opensans-bolditalic.v1.woff) format("woff");
}
.prose table:not(.unprose), .table {
  width: 100%;
  background-color: transparent;
  border-spacing: 0;
  border-collapse: separate;
  border: 1px solid #a0aaba;
  border-radius: 4px;
}

.prose table:not(.unprose) {
  margin-bottom: 18px;
}

.prose table td:not(.unprose), .prose table th:not(.unprose), .table td, .table th {
  text-align: left;
  vertical-align: top;
  padding: 12px;
  border-style: solid;
  border-color: #a0aaba;
  border-left-width: 1px;
  border-bottom-width: 1px;
}

.prose table td:first-child:not(.unprose), .prose table th:first-child:not(.unprose), .table td:first-child, .table th:first-child {
  border-left-width: 0;
}

.prose table :not(thead) tr:last-of-type td:not(.unprose), .prose table :not(thead) tr:last-of-type th:not(.unprose), .table :not(thead) tr:last-of-type td, .table :not(thead) tr:last-of-type th {
  border-bottom-width: 0;
}

.prose--dark table:not(.unprose), .table--dark {
  background: 0 0;
  border-color: #fff;
  color: #fff;
}

.prose--dark td:not(.unprose), .prose--dark th:not(.unprose), .table--dark td, .table--dark th {
  border-bottom-color: #fff;
}

.table--dark th + td {
  border-left-color: #fff;
}

.table--fixed {
  table-layout: fixed;
}

.btn {
  display: inline-block;
  font-weight: 700;
  background-color: #007afc;
  font-size: 12px;
  color: #fff;
  border-radius: 18px;
  padding: 6px 18px;
  text-align: center;
  transition: background-color 0.125s, border-color 0.125s, color 0.125s;
}

.btn--stroke {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px currentColor;
  color: #007afc;
}

.btn--s {
  font-size: 10px;
  line-height: 18px;
  padding: 3px 12px;
  border-radius: 15px;
}

.btn.is-active, .btn:hover {
  background-color: #0062ca;
}

.btn--stroke.is-active, .btn--stroke:hover {
  background-color: transparent;
  color: #0062ca;
}

.btn.btn--stroke:disabled, .btn:disabled {
  pointer-events: none;
  color: rgba(145, 165, 180, 0.75);
}

.btn:disabled {
  background-color: rgba(145, 165, 180, 0.25);
  box-shadow: none;
}

.btn.btn--stroke:disabled {
  background-color: transparent;
  box-shadow: inset 0 0 0 1px rgba(145, 165, 180, 0.75);
}

.btn--pill-stroke {
  position: relative;
}

.btn--pill-stroke.is-active, .btn--pill-stroke:hover {
  z-index: 2;
}

.btn.btn--pill-hc {
  border-radius: 0 !important;
}

.btn.btn--pill-hl {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn.btn--pill-hr {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.btn.btn--pill-hc:not(.btn--pill-stroke), .btn.btn--pill-hr:not(.btn--pill-stroke) {
  margin-left: 1px;
}

.btn.btn--pill-vc {
  border-radius: 0 !important;
  display: block;
  width: 100%;
}

.btn.btn--pill-vt {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  display: block;
  width: 100%;
}

.btn.btn--pill-vb {
  border-top-right-radius: 0 !important;
  border-top-left-radius: 0 !important;
  display: block;
  width: 100%;
}

.btn.btn--pill-vb:not(.btn--pill-stroke), .btn.btn--pill-vc:not(.btn--pill-stroke) {
  margin-top: 1px;
}

.btn--pill-stroke.btn--pill-hc {
  margin-left: -1px;
  margin-right: 0;
}

.btn--pill-stroke.btn--pill-hr {
  margin-left: -1px;
}

.btn--pill-stroke.btn--pill-vc {
  margin-top: -1px;
  margin-bottom: 0;
}

.btn--pill-stroke.btn--pill-vb {
  margin-top: -1px;
}

.link {
  cursor: pointer;
  color: #007afc;
  transition: color 0.125s;
}

.link.is-active, .link:hover {
  color: #003165;
}

.link:disabled {
  pointer-events: none;
  cursor: default;
  color: rgba(145, 165, 180, 0.75);
}

.fieldset {
  font-family: inherit;
  background: 0 0;
  border: 0;
  margin: 0;
  padding: 0;
  box-shadow: none;
}

.fieldset, .input {
  -webkit-appearance: none;
  appearance: none;
}

.input, .select, .textarea {
  font-family: inherit;
  background: 0 0;
  border: 0;
  margin: 0;
}

.textarea {
  -webkit-appearance: none;
  appearance: none;
}

.input, .textarea {
  box-shadow: inset 0 0 0 1px #a0aaba;
  padding: 6px 12px;
}

.input, .select, .textarea {
  border-radius: 4px;
  transition: background-color 0.125s, box-shadow 0.125s;
  display: block;
  width: 100%;
}

.input:focus, .textarea:focus {
  box-shadow: inset 0 0 0 1px #8b96aa;
}

[data-assembly-focus-control=visible] .select.select--stroke:focus {
  box-shadow: inset 0 0 0 1px #8b96aa, 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input::placeholder, .textarea::placeholder {
  color: rgba(145, 165, 180, 0.75);
}

.input::-ms-clear, .input::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.input[type=search] {
  -webkit-appearance: none;
  appearance: none;
}

.input[type=search]::-webkit-search-cancel-button, .input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none;
}

.input--s {
  font-size: 12px;
  line-height: 18px;
  padding: 3px 6px;
}

.textarea {
  resize: vertical;
  overflow: auto;
}

.textarea--s {
  font-size: 12px;
  line-height: 18px;
  padding: 3px 6px;
}

.input:disabled, .select--stroke:disabled, .textarea:disabled {
  pointer-events: none;
  color: rgba(14, 33, 39, 0.5);
  background-color: rgba(145, 165, 180, 0.1);
  box-shadow: inset 0 0 0 1px rgba(145, 165, 180, 0.25) !important;
}

.input[readonly], .textarea[readonly] {
  background-color: rgba(145, 165, 180, 0.1);
}

.select-container {
  display: inline-flex;
  position: relative;
  align-items: center;
}

.select {
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  font-size: 16px;
  line-height: 24px;
  color: currentColor;
  padding: 6px 30px 6px 0;
  cursor: pointer;
  box-shadow: none;
}

.select-arrow {
  position: absolute;
  right: 12px;
  top: calc(50% - 1px);
  pointer-events: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 5px solid #8b96aa;
  width: 8px;
  height: 8px;
  margin-top: -1px;
  transition: border-top-color 0.125s;
}

.select:hover {
  color: #566171;
}

.select:focus + .select-arrow {
  border-top-color: #8b96aa;
}

.select option {
  background-color: #fff;
  color: #566171;
}

.select option:disabled {
  color: rgba(14, 33, 39, 0.25);
}

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

@media all and (-ms-high-contrast: active) {
  .select:focus::-ms-value {
    background-color: transparent;
    color: inherit;
  }
}
@media all and (-ms-high-contrast: none) {
  .select:focus::-ms-value {
    background-color: transparent;
    color: inherit;
  }
}
.select--s {
  font-size: 12px;
  line-height: 18px;
  padding: 3px 24px 3px 0;
}

.select--s + .select-arrow {
  right: 8px;
}

.select--stroke {
  padding: 6px 30px 6px 12px;
  box-shadow: inset 0 0 0 1px #a0aaba;
  color: #8b96aa !important;
}

.select--stroke .select--s {
  padding: 3px 24px 3px 6px;
}

.select:disabled {
  pointer-events: none;
  color: rgba(145, 165, 180, 0.75);
}

.select:disabled + .select-arrow {
  border-top-color: rgba(14, 33, 39, 0.25);
}

.range {
  display: flex;
  align-items: center;
  height: 36px;
}

.range > input {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  margin: 0;
  border: 0;
  background: 0 0;
  cursor: pointer;
  padding: 8px 0;
}

@-moz-document url-prefix("") {
  .range > input {
    padding: 0;
  }
}
.range > input::-webkit-slider-runnable-track {
  width: 100%;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: currentColor;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
}

.range > input::-moz-range-track {
  width: 100%;
  height: 4px;
  padding: 0;
  border: 0;
  border-radius: 2px;
  background: currentColor;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: none;
}

.range > input::-ms-track {
  width: 100%;
  height: 4px;
  cursor: pointer;
  background: 0 0;
  border-color: transparent;
  border-width: 12px 0;
  color: transparent;
}

.range > input::-ms-fill-lower {
  background: currentColor;
  border: 0;
  box-shadow: none;
  border-radius: 2px;
}

.range > input::-ms-fill-upper {
  background: currentColor;
  border: 0;
  box-shadow: none;
  border-radius: 2px;
}

.range > input::-webkit-slider-thumb {
  box-sizing: border-box;
  -webkit-transition: background 0.125s;
  transition: background 0.125s;
  -webkit-appearance: none;
  appearance: none;
  box-shadow: none;
  width: 20px;
  height: 20px;
  margin-top: -8px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background: #fff;
  cursor: grab;
}

.range > input::-moz-range-thumb {
  box-sizing: border-box;
  -moz-transition: background 0.125s;
  transition: background 0.125s;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background: #fff;
  cursor: grab;
}

.range > input::-ms-thumb {
  box-sizing: border-box;
  -ms-transition: background 0.125s;
  transition: background 0.125s;
  width: 20px;
  height: 20px;
  margin-top: 0;
  border-radius: 50%;
  border: 1px solid currentColor;
  background: #fff;
  cursor: grab;
}

.range > input::-webkit-slider-thumb:active {
  cursor: grabbing;
}

.range > input::-moz-range-thumb:active {
  cursor: grabbing;
}

.range > input::-ms-thumb:active {
  cursor: grabbing;
}

.range--s {
  height: 24px;
}

.range--s > input {
  padding: 4px 0;
}

@-moz-document url-prefix("") {
  .range--s > input {
    padding: 0;
  }
}
.range--s > input::-webkit-slider-runnable-track {
  height: 2px;
}

.range.range--s > input::-moz-range-track {
  height: 2px;
}

.range.range--s > input::-ms-track {
  border-width: 9px 0;
  height: 2px;
}

.range--s > input::-webkit-slider-thumb {
  width: 12px;
  height: 12px;
  margin-top: -5px;
}

.range--s > input::-moz-range-thumb {
  width: 12px;
  height: 12px;
  margin-top: -5px;
}

.range--s > input::-ms-thumb {
  width: 12px;
  height: 12px;
  margin-top: 0;
}

.range > input:disabled::-webkit-slider-runnable-track {
  background: rgba(145, 165, 180, 0.25);
}

.range > input:disabled::-moz-range-track {
  background: rgba(145, 165, 180, 0.25);
}

.range > input:disabled::-ms-fill-upper {
  background: rgba(145, 165, 180, 0.25);
}

.range > input:disabled::-ms-fill-lower {
  background: rgba(145, 165, 180, 0.25);
}

.range > input:disabled::-webkit-slider-thumb {
  border-color: rgba(145, 165, 180, 0.25);
  background: #f7f9fc;
}

.range > input:disabled::-ms-thumb {
  border-color: rgba(145, 165, 180, 0.25);
  background: #f7f9fc;
}

.range > input:disabled::-moz-range-thumb {
  border-color: rgba(145, 165, 180, 0.25);
  background: #f7f9fc;
}

.checkbox-container, .radio-container, .switch-container {
  -webkit-user-select: none;
  user-select: none;
  display: inline-flex;
}

.checkbox-container > input, .radio-container > input, .switch-container > input, .toggle-container > input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.checkbox {
  cursor: pointer;
  top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  position: relative;
  border-width: 1px;
  border-style: solid;
}

.checkbox, .radio {
  transition: color 0.125s, border 0.125s, background-color 0.125s;
}

.radio {
  cursor: pointer;
  top: 3px;
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  position: relative;
  border-width: 1px;
  border-style: solid;
}

.checkbox {
  color: #fff;
  border-color: #8b96aa;
}

.btn:not(.btn--stroke) > .checkbox {
  border-color: transparent;
  top: 0;
}

.checkbox > .icon {
  position: absolute;
  width: 18px;
  height: 18px;
  inset: -1px;
  display: none;
}

.radio, .switch {
  border-radius: 50%;
  color: #8b96aa;
  border-color: currentColor;
}

.radio::before, .switch::after {
  content: "";
  background-color: currentColor;
  position: absolute;
  border-radius: 50%;
}

.radio::before {
  inset: 2px;
  display: none;
}

.switch {
  cursor: pointer;
  top: 3px;
  flex-shrink: 0;
  position: relative;
  width: 30px;
  height: 18px;
  border-radius: 9999px;
  border-width: 1px;
  border-style: solid;
  transition: color 0.125s, background-color 0.125s, border-color 0.125s;
}

.switch::after {
  display: block;
  width: calc(50% - 2px);
  left: 2px;
  top: 2px;
  bottom: 2px;
  transition: left 0.125s, background-color 0.125s;
}

.switch--l {
  width: 40px;
  height: 24px;
  top: 0;
}

.switch--l::after {
  left: 3px;
  top: 3px;
  bottom: 3px;
  width: calc(50% - 3px);
}

.toggle-group {
  display: inline-flex;
  text-align: center;
  border-radius: 18px;
}

.toggle-container {
  max-width: 100%;
}

.toggle {
  flex-shrink: 0;
  cursor: pointer;
  color: #8b96aa;
  font-size: 12px;
  padding: 3px 18px;
  border-radius: 15px;
  background-color: transparent;
  transition: color 0.125s, background-color 0.125s;
}

.toggle--s {
  font-size: 10px;
  line-height: 18px;
  padding: 0 12px;
}

.checkbox--s-label, .radio--s-label, .switch--s-label {
  top: 0;
}

input:disabled {
  pointer-events: none;
}

input:checked:disabled + .checkbox, input:checked:disabled + .radio, input:checked:disabled + .switch, input:disabled + .checkbox, input:disabled + .radio, input:disabled + .switch {
  pointer-events: none;
  color: rgba(14, 33, 39, 0.25);
}

input:disabled + .switch {
  border-color: rgba(145, 165, 180, 0.25);
}

input:disabled + .checkbox, input:disabled + .radio {
  background-color: rgba(145, 165, 180, 0.25);
  border-color: transparent;
}

input:checked:disabled + .checkbox, input:checked:disabled + .radio, input:checked:disabled + .switch {
  background-color: rgba(145, 165, 180, 0.25);
}

input:checked:disabled + .switch::after, input:disabled + .switch::after {
  background-color: rgba(14, 33, 39, 0.25);
}

input:checked + .checkbox > .icon, input:checked + .radio::before {
  display: block;
}

input:checked + .radio {
  color: #8b96aa;
}

input:checked + .checkbox {
  border: 1px solid transparent;
  background-color: #8b96aa;
}

input:checked + .switch::after {
  left: 50%;
  background-color: #fff;
}

input:checked + .switch {
  border-color: transparent;
  background-color: #8b96aa;
}

input:checked + .toggle {
  background: #8b96aa;
  color: #fff;
}

input:disabled + .toggle {
  pointer-events: none;
  color: rgba(14, 33, 39, 0.25);
  border-color: transparent;
}

input:checked:disabled + .toggle {
  background-color: rgba(145, 165, 180, 0.25);
  color: rgba(14, 33, 39, 0.25);
}

body, input, textarea {
  color: #23262d;
  font-size: 16px;
  line-height: 24px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
}

.prose:not(.unprose) kbd, .txt-kbd {
  font-family: "Menlo", "Bitstream Vera Sans Mono", "Monaco", "Consolas", monospace;
  border: 1px solid rgba(14, 33, 39, 0.25);
  line-height: 18px;
  border-radius: 3px;
  padding: 2px 3px;
  box-shadow: 0 1px 0 0 rgba(14, 33, 39, 0.1);
  font-size: 90%;
  font-weight: 400;
}

.prose--dark kbd:not(.unprose), .txt-kbd--dark {
  border: 1px solid rgba(255, 255, 255, 0.25);
  box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.25);
}

.prose sub:not(.unprose), .txt-sub {
  top: 0.5ex;
}

.pre, .prose code:not(.unprose), .prose pre:not(.unprose), .txt-code {
  font-family: "Menlo", "Bitstream Vera Sans Mono", "Monaco", "Consolas", monospace;
  white-space: pre-wrap;
  font-size: 90%;
  line-height: 1.5em;
  background: rgba(14, 33, 39, 0.05);
  border-radius: 3px;
}

.pre--dark, .prose--dark code:not(.unprose), .prose--dark pre:not(.unprose), .txt-code--dark {
  background: rgba(255, 255, 255, 0.05);
}

.pre, .prose pre:not(.unprose) {
  padding: 12px;
  overflow: auto;
}

.prose pre:not(.unprose) {
  margin-bottom: 12px;
}

.prose pre code:not(.unprose) {
  background: 0 0;
  padding: 0;
}

.prose code:not(.unprose), .txt-code {
  padding: 2px 4px;
}

.txt-mono {
  font-family: "Menlo", "Bitstream Vera Sans Mono", "Monaco", "Consolas", monospace;
  font-size: 90%;
}

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

.txt-h1 {
  font-size: 36px;
  line-height: 45px;
}

.txt-h2 {
  font-size: 30px;
  line-height: 36px;
}

.txt-h3 {
  font-size: 24px;
  line-height: 30px;
}

.txt-h4 {
  font-size: 20px;
  line-height: 25px;
}

.txt-h5 {
  font-size: 16px;
  line-height: 20px;
}

.txt-xl {
  font-size: 30px;
  line-height: 45px;
}

.txt-l {
  font-size: 20px;
  line-height: 30px;
}

.txt-m {
  font-size: 16px;
  line-height: 24px;
}

.txt-ms {
  font-size: 14px;
  line-height: 21px;
}

.txt-s {
  font-size: 12px;
  line-height: 18px;
}

.txt-xs {
  font-size: 10px;
  line-height: 15px;
}

.prose abbr:not(.unprose), .txt-abbr {
  border-bottom: 1px dotted currentColor;
  cursor: help;
}

.prose hr:not(.unprose), .txt-hr {
  margin: 17px 0;
  border: 0;
  height: 1px;
  background: rgba(14, 33, 39, 0.1);
}

.prose--dark hr:not(.unprose), .txt-hr--dark {
  background: rgba(255, 255, 255, 0.1);
}

.prose ol:not(.unprose), .prose ul:not(.unprose), .txt-ol, .txt-ul {
  margin-left: 24px;
}

.prose img:not(.unprose), .prose ol:not(.unprose), .prose p:not(.unprose), .prose ul:not(.unprose), .prose video:not(.unprose) {
  margin-bottom: 12px;
}

.prose ol ol ol:not(.unprose), .prose ol ol:not(.unprose), .prose ul ul ul:not(.unprose), .prose ul ul:not(.unprose) {
  margin-bottom: 6px;
}

.prose ul:not(.unprose), .txt-ul {
  list-style: disc;
}

.prose ol:not(.unprose), .txt-ol {
  list-style: decimal;
}

.prose li:not(.unprose), .txt-li {
  display: list-item;
}

.prose li:not(.unprose) {
  margin-bottom: 6px;
}

.prose blockquote:not(.unprose), .txt-blockquote {
  quotes: none;
  font-style: normal;
  padding-left: 18px;
}

.prose blockquote:not(.unprose) {
  margin-bottom: 18px;
}

.prose sub:not(.unprose), .prose sup:not(.unprose), .txt-sub, .txt-sup {
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  position: relative;
  font-size: 75%;
}

.prose sup:not(.unprose), .txt-sup {
  bottom: 1ex;
}

.txt-light {
  font-weight: lighter !important;
}

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

.txt-em {
  font-style: italic !important;
}

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

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

.txt-capitalize, .txt-capitalize-first::first-letter {
  text-transform: capitalize !important;
}

.txt-capitalize-first {
  text-transform: lowercase !important;
}

.txt-underline, .txt-underline-on-hover:hover {
  text-decoration: underline !important;
}

.prose del:not(.unprose), .prose s:not(.unprose), .txt-strike {
  text-decoration: line-through !important;
}

.txt-nowrap {
  white-space: nowrap !important;
}

.txt-break-word {
  word-break: break-all !important;
}

.txt-truncate {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.txt-spacing05 {
  letter-spacing: 0.05em !important;
}

.txt-spacing1 {
  letter-spacing: 0.1em !important;
}

.txt-spacing2 {
  letter-spacing: 0.2em !important;
}

.txt-shadow-darken10 {
  text-shadow: 1px 1px 1px rgba(14, 33, 39, 0.1);
}

.txt-shadow-darken25 {
  text-shadow: 1px 1px 1px rgba(14, 33, 39, 0.25);
}

.txt-shadow-darken50 {
  text-shadow: 1px 1px 1px rgba(14, 33, 39, 0.5);
}

.txt-shadow-lighten10 {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.1);
}

.txt-shadow-lighten25 {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.25);
}

.txt-shadow-lighten50 {
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.5);
}

.prose--dark {
  color: #fff;
}

.prose h1:not(.unprose) {
  font-weight: 700;
  font-size: 36px;
  line-height: 45px;
  margin-bottom: 12px;
  padding-top: 36px;
}

.prose h2:not(.unprose), .prose h3:not(.unprose), .prose h4:not(.unprose) {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 12px;
  padding-top: 24px;
}

.prose h3:not(.unprose), .prose h4:not(.unprose) {
  font-size: 24px;
  line-height: 30px;
}

.prose h4:not(.unprose) {
  font-size: 20px;
  line-height: 25px;
  padding-top: 18px;
}

.prose h5:not(.unprose), .prose h6:not(.unprose) {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 12px;
  padding-top: 12px;
}

.prose small:not(.unprose) {
  display: block;
  font-size: 12px;
  line-height: 18px;
  margin-bottom: 12px;
}

.prose a:not(.unprose) {
  color: #007afc;
  text-decoration: underline;
}

.prose--dark a:not(.unprose) {
  color: #fff;
}

.prose a:not(.unprose):hover {
  color: #003165;
}

.prose--dark a:not(.unprose):hover {
  color: rgba(255, 255, 255, 0.75);
}

.prose h1:first-child:not(.unprose), .prose h2:first-child:not(.unprose), .prose h3:first-child:not(.unprose), .prose h4:first-child:not(.unprose), .prose h5:first-child:not(.unprose), .prose h6:first-child:not(.unprose) {
  padding-top: 0;
}

.prose :last-child:not(.unprose) {
  margin-bottom: 0;
}

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

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

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

.align-t {
  vertical-align: top !important;
}

.align-b {
  vertical-align: bottom !important;
}

.align-middle {
  vertical-align: middle !important;
}

.border {
  border-style: solid;
  border-width: 1px;
}

.border-t {
  border-style: solid;
  border-top-width: 1px;
}

.border-r {
  border-style: solid;
  border-right-width: 1px;
}

.border-b {
  border-style: solid;
  border-bottom-width: 1px;
}

.border-l {
  border-style: solid;
  border-left-width: 1px;
}

.border--0 {
  border-width: 0 !important;
}

.border-t--0 {
  border-top-width: 0 !important;
}

.border-r--0 {
  border-right-width: 0 !important;
}

.border-b--0 {
  border-bottom-width: 0 !important;
}

.border-l--0 {
  border-left-width: 0 !important;
}

.border--2 {
  border-width: 2px !important;
}

.border-t--2 {
  border-top-width: 2px !important;
}

.border-r--2 {
  border-right-width: 2px !important;
}

.border-b--2 {
  border-bottom-width: 2px !important;
}

.border-l--2 {
  border-left-width: 2px !important;
}

.border--dash {
  border-style: dashed !important;
}

.round {
  border-radius: 4px !important;
}

.round-t {
  border-radius: 4px 4px 0 0 !important;
}

.round-r {
  border-radius: 0 4px 4px 0 !important;
}

.round-b {
  border-radius: 0 0 4px 4px !important;
}

.round-l {
  border-radius: 4px 0 0 4px !important;
}

.round-tl {
  border-top-left-radius: 4px !important;
}

.round-tr {
  border-top-right-radius: 4px !important;
}

.round-br {
  border-bottom-right-radius: 4px !important;
}

.round-bl {
  border-bottom-left-radius: 4px !important;
}

.round-bold {
  border-radius: 8px !important;
}

.round-t-bold {
  border-radius: 8px 8px 0 0 !important;
}

.round-r-bold {
  border-radius: 0 8px 8px 0 !important;
}

.round-b-bold {
  border-radius: 0 0 8px 8px !important;
}

.round-l-bold {
  border-radius: 8px 0 0 8px !important;
}

.round-tl-bold {
  border-top-left-radius: 8px !important;
}

.round-tr-bold {
  border-top-right-radius: 8px !important;
}

.round-br-bold {
  border-bottom-right-radius: 8px !important;
}

.round-bl-bold {
  border-bottom-left-radius: 8px !important;
}

.round-full {
  border-radius: 9999px !important;
}

.round-t-full {
  border-radius: 9999px 9999px 0 0 !important;
}

.round-r-full {
  border-radius: 0 9999px 9999px 0 !important;
}

.round-b-full {
  border-radius: 0 0 9999px 9999px !important;
}

.round-l-full {
  border-radius: 9999px 0 0 9999px !important;
}

.round-tl-full {
  border-top-left-radius: 9999px !important;
}

.round-tr-full {
  border-top-right-radius: 9999px !important;
}

.round-br-full {
  border-bottom-right-radius: 9999px !important;
}

.round-bl-full {
  border-bottom-left-radius: 9999px !important;
}

.unround {
  border-radius: 0 !important;
}

.unround-t {
  border-top-left-radius: 0 !important;
}

.unround-r, .unround-t {
  border-top-right-radius: 0 !important;
}

.unround-b, .unround-r {
  border-bottom-right-radius: 0 !important;
}

.unround-b, .unround-l {
  border-bottom-left-radius: 0 !important;
}

.unround-l, .unround-tl {
  border-top-left-radius: 0 !important;
}

.unround-tr {
  border-top-right-radius: 0 !important;
}

.unround-br {
  border-bottom-right-radius: 0 !important;
}

.unround-bl {
  border-bottom-left-radius: 0 !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-crosshair {
  cursor: crosshair !important;
}

.cursor-move {
  cursor: move !important;
}

.cursor-notallowed {
  cursor: not-allowed !important;
}

.cursor-grab {
  cursor: grab !important;
}

.cursor-grabbing {
  cursor: grabbing !important;
}

.opacity0, .opacity0-on-active.is-active, .opacity0-on-hover:hover {
  opacity: 0 !important;
}

.opacity25, .opacity25-on-active.is-active, .opacity25-on-hover:hover {
  opacity: 0.25 !important;
}

.opacity50, .opacity50-on-active.is-active, .opacity50-on-hover:hover {
  opacity: 0.5 !important;
}

.opacity75, .opacity75-on-active.is-active, .opacity75-on-hover:hover {
  opacity: 0.75 !important;
}

.opacity100 {
  opacity: 1 !important;
}

.opacity100-on-active.is-active, .opacity100-on-focus:focus, .opacity100-on-hover:hover {
  opacity: 1 !important;
}

.icon {
  display: block;
  fill: currentColor;
  height: 1em;
  width: 1em;
}

.grid {
  display: flex !important;
  flex-wrap: wrap !important;
}

.col {
  display: block;
  max-width: 100%;
  flex-shrink: 1;
}

.col--auto {
  width: auto !important;
  flex: auto;
  flex-basis: 0;
}

.inline {
  display: inline !important;
}

.block, .clearfix::after {
  display: block !important;
}

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

.none {
  display: none !important;
}

.fixed {
  position: fixed !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.static {
  position: static !important;
}

.sticky {
  position: sticky !important;
}

.top {
  top: 0 !important;
}

.right {
  right: 0 !important;
}

.left {
  left: 0 !important;
}

.bottom {
  bottom: 0 !important;
}

.z-neg1 {
  z-index: -1 !important;
}

.z0 {
  z-index: 0 !important;
}

.z1 {
  z-index: 1 !important;
}

.z2 {
  z-index: 2 !important;
}

.z3 {
  z-index: 3 !important;
}

.z4 {
  z-index: 4 !important;
}

.z5 {
  z-index: 5 !important;
}

.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.flex {
  display: flex !important;
}

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

.flex--column {
  flex-direction: column !important;
}

.flex--column-reverse {
  flex-direction: column-reverse !important;
}

.flex--row {
  flex-direction: row !important;
}

.flex--row-reverse {
  flex-direction: row-reverse !important;
}

.flex--center-main {
  justify-content: center !important;
}

.flex--center-cross {
  align-items: center !important;
}

.flex--start-cross {
  align-items: flex-start !important;
}

.flex--start-main {
  justify-content: flex-start !important;
}

.flex--end-cross {
  align-items: flex-end !important;
}

.flex--end-main {
  justify-content: flex-end !important;
}

.flex--wrap {
  flex-wrap: wrap !important;
}

.flex--stretch-cross {
  align-items: stretch !important;
}

.flex--space-between-main {
  justify-content: space-between !important;
}

.flex-child-grow {
  flex-grow: 1 !important;
  min-width: 0;
}

.flex-child-no-shrink {
  flex-shrink: 0 !important;
}

.bleed, .bleed-r {
  margin-right: calc(50% - 50vw);
}

.bleed {
  margin-left: calc(50% - 50vw);
}

.bleed-r {
  flex-grow: 1;
}

.bleed-l {
  flex-grow: 1;
  margin-left: calc(50% - 50vw);
}

.unbleed {
  flex-grow: 0;
  margin-left: 0;
  margin-right: 0;
}

.fl {
  float: left !important;
}

.fr {
  float: right !important;
}

.unfloat {
  float: none !important;
}

.clearfix::after {
  content: "" !important;
  clear: both !important;
}

.grid--gut0 {
  margin-left: 0;
}

.grid--gut3 {
  margin-left: -3px;
}

.grid--gut6 {
  margin-left: -6px;
}

.grid--gut12 {
  margin-left: -12px;
}

.grid--gut18 {
  margin-left: -18px;
}

.grid--gut24 {
  margin-left: -24px;
}

.grid--gut30 {
  margin-left: -30px;
}

.grid--gut36 {
  margin-left: -36px;
}

.grid--gut60 {
  margin-left: -60px;
}

.grid--gut120 {
  margin-left: -120px;
}

.grid--gut0 > .col, .grid--gut0 > .col-ml, .grid--gut0 > .col-mm, .grid--gut0 > .col-mxl {
  padding-left: 0;
}

.grid--gut3 > .col, .grid--gut3 > .col-ml, .grid--gut3 > .col-mm, .grid--gut3 > .col-mxl {
  padding-left: 3px;
}

.grid--gut6 > .col, .grid--gut6 > .col-ml, .grid--gut6 > .col-mm, .grid--gut6 > .col-mxl {
  padding-left: 6px;
}

.grid--gut12 > .col, .grid--gut12 > .col-ml, .grid--gut12 > .col-mm, .grid--gut12 > .col-mxl {
  padding-left: 12px;
}

.grid--gut18 > .col, .grid--gut18 > .col-ml, .grid--gut18 > .col-mm, .grid--gut18 > .col-mxl {
  padding-left: 18px;
}

.grid--gut24 > .col, .grid--gut24 > .col-ml, .grid--gut24 > .col-mm, .grid--gut24 > .col-mxl {
  padding-left: 24px;
}

.grid--gut30 > .col, .grid--gut30 > .col-ml, .grid--gut30 > .col-mm, .grid--gut30 > .col-mxl {
  padding-left: 30px;
}

.grid--gut36 > .col, .grid--gut36 > .col-ml, .grid--gut36 > .col-mm, .grid--gut36 > .col-mxl {
  padding-left: 36px;
}

.grid--gut60 > .col, .grid--gut60 > .col-ml, .grid--gut60 > .col-mm, .grid--gut60 > .col-mxl {
  padding-left: 60px;
}

.grid--gut120 > .col, .grid--gut120 > .col-ml, .grid--gut120 > .col-mm, .grid--gut120 > .col-mxl {
  padding-left: 120px;
}

.my-neg1 {
  margin-top: -1px !important;
  margin-bottom: -1px !important;
}

.my-neg2 {
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}

.my-neg3 {
  margin-top: -3px !important;
  margin-bottom: -3px !important;
}

.my-neg6 {
  margin-top: -6px !important;
  margin-bottom: -6px !important;
}

.my-neg12 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.my-neg18 {
  margin-top: -18px !important;
  margin-bottom: -18px !important;
}

.my-neg24 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.my-neg30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.my-neg36 {
  margin-top: -36px !important;
  margin-bottom: -36px !important;
}

.my-neg60 {
  margin-top: -60px !important;
  margin-bottom: -60px !important;
}

.my-neg120 {
  margin-top: -120px !important;
  margin-bottom: -120px !important;
}

.my-neg180 {
  margin-top: -180px !important;
  margin-bottom: -180px !important;
}

.my-neg240 {
  margin-top: -240px !important;
  margin-bottom: -240px !important;
}

.my-neg300 {
  margin-top: -300px !important;
  margin-bottom: -300px !important;
}

.my-neg360 {
  margin-top: -360px !important;
  margin-bottom: -360px !important;
}

.my0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my3 {
  margin-top: 3px !important;
  margin-bottom: 3px !important;
}

.my6 {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.my12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.my18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.my24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.my30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.my60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.my120 {
  margin-top: 120px !important;
  margin-bottom: 120px !important;
}

.my180 {
  margin-top: 180px !important;
  margin-bottom: 180px !important;
}

.my240 {
  margin-top: 240px !important;
  margin-bottom: 240px !important;
}

.my300 {
  margin-top: 300px !important;
  margin-bottom: 300px !important;
}

.my360 {
  margin-top: 360px !important;
  margin-bottom: 360px !important;
}

.mx-neg1 {
  margin-left: -1px !important;
  margin-right: -1px !important;
}

.mx-neg2 {
  margin-left: -2px !important;
  margin-right: -2px !important;
}

.mx-neg3 {
  margin-left: -3px !important;
  margin-right: -3px !important;
}

.mx-neg6 {
  margin-left: -6px !important;
  margin-right: -6px !important;
}

.mx-neg12 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.mx-neg18 {
  margin-left: -18px !important;
  margin-right: -18px !important;
}

.mx-neg24 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.mx-neg30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.mx-neg36 {
  margin-left: -36px !important;
  margin-right: -36px !important;
}

.mx-neg60 {
  margin-left: -60px !important;
  margin-right: -60px !important;
}

.mx-neg120 {
  margin-left: -120px !important;
  margin-right: -120px !important;
}

.mx-neg180 {
  margin-left: -180px !important;
  margin-right: -180px !important;
}

.mx-neg240 {
  margin-left: -240px !important;
  margin-right: -240px !important;
}

.mx-neg300 {
  margin-left: -300px !important;
  margin-right: -300px !important;
}

.mx-neg360 {
  margin-left: -360px !important;
  margin-right: -360px !important;
}

.mx0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.mx3 {
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.mx6 {
  margin-left: 6px !important;
  margin-right: 6px !important;
}

.mx12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.mx18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.mx24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.mx30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.mx36 {
  margin-left: 36px !important;
  margin-right: 36px !important;
}

.mx60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}

.mx120 {
  margin-left: 120px !important;
  margin-right: 120px !important;
}

.mx180 {
  margin-left: 180px !important;
  margin-right: 180px !important;
}

.mx240 {
  margin-left: 240px !important;
  margin-right: 240px !important;
}

.mx300 {
  margin-left: 300px !important;
  margin-right: 300px !important;
}

.mx360 {
  margin-left: 360px !important;
  margin-right: 360px !important;
}

.mt-neg1 {
  margin-top: -1px !important;
}

.mt-neg2 {
  margin-top: -2px !important;
}

.mt-neg3 {
  margin-top: -3px !important;
}

.mt-neg6 {
  margin-top: -6px !important;
}

.mt-neg12 {
  margin-top: -12px !important;
}

.mt-neg18 {
  margin-top: -18px !important;
}

.mt-neg24 {
  margin-top: -24px !important;
}

.mt-neg30 {
  margin-top: -30px !important;
}

.mt-neg36 {
  margin-top: -36px !important;
}

.mt-neg60 {
  margin-top: -60px !important;
}

.mt-neg120 {
  margin-top: -120px !important;
}

.mt-neg180 {
  margin-top: -180px !important;
}

.mt-neg240 {
  margin-top: -240px !important;
}

.mt-neg300 {
  margin-top: -300px !important;
}

.mt-neg360 {
  margin-top: -360px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt6 {
  margin-top: 6px !important;
}

.mt12 {
  margin-top: 12px !important;
}

.mt18 {
  margin-top: 18px !important;
}

.mt24 {
  margin-top: 24px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt36 {
  margin-top: 36px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt120 {
  margin-top: 120px !important;
}

.mt180 {
  margin-top: 180px !important;
}

.mt240 {
  margin-top: 240px !important;
}

.mt300 {
  margin-top: 300px !important;
}

.mt360 {
  margin-top: 360px !important;
}

.mr-neg1 {
  margin-right: -1px !important;
}

.mr-neg2 {
  margin-right: -2px !important;
}

.mr-neg3 {
  margin-right: -3px !important;
}

.mr-neg6 {
  margin-right: -6px !important;
}

.mr-neg12 {
  margin-right: -12px !important;
}

.mr-neg18 {
  margin-right: -18px !important;
}

.mr-neg24 {
  margin-right: -24px !important;
}

.mr-neg30 {
  margin-right: -30px !important;
}

.mr-neg36 {
  margin-right: -36px !important;
}

.mr-neg60 {
  margin-right: -60px !important;
}

.mr-neg120 {
  margin-right: -120px !important;
}

.mr-neg180 {
  margin-right: -180px !important;
}

.mr-neg240 {
  margin-right: -240px !important;
}

.mr-neg300 {
  margin-right: -300px !important;
}

.mr-neg360 {
  margin-right: -360px !important;
}

.mr0 {
  margin-right: 0 !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr6 {
  margin-right: 6px !important;
}

.mr12 {
  margin-right: 12px !important;
}

.mr18 {
  margin-right: 18px !important;
}

.mr24 {
  margin-right: 24px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr36 {
  margin-right: 36px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr120 {
  margin-right: 120px !important;
}

.mr180 {
  margin-right: 180px !important;
}

.mr240 {
  margin-right: 240px !important;
}

.mr300 {
  margin-right: 300px !important;
}

.mr360 {
  margin-right: 360px !important;
}

.mr-1\/12 {
  margin-right: 8.3333% !important;
}

.mr-1\/6 {
  margin-right: 16.6666% !important;
}

.mr-1\/4 {
  margin-right: 25% !important;
}

.mr-1\/3 {
  margin-right: 33.3333% !important;
}

.mr-5\/12 {
  margin-right: 41.6666% !important;
}

.mr-1\/2 {
  margin-right: 50% !important;
}

.mr-7\/12 {
  margin-right: 58.3333% !important;
}

.mr-2\/3 {
  margin-right: 66.6666% !important;
}

.mr-3\/4 {
  margin-right: 75% !important;
}

.mr-5\/6 {
  margin-right: 83.3333% !important;
}

.mr-11\/12 {
  margin-right: 91.6666% !important;
}

.mb-neg1 {
  margin-bottom: -1px !important;
}

.mb-neg2 {
  margin-bottom: -2px !important;
}

.mb-neg3 {
  margin-bottom: -3px !important;
}

.mb-neg6 {
  margin-bottom: -6px !important;
}

.mb-neg12 {
  margin-bottom: -12px !important;
}

.mb-neg18 {
  margin-bottom: -18px !important;
}

.mb-neg24 {
  margin-bottom: -24px !important;
}

.mb-neg30 {
  margin-bottom: -30px !important;
}

.mb-neg36 {
  margin-bottom: -36px !important;
}

.mb-neg60 {
  margin-bottom: -60px !important;
}

.mb-neg120 {
  margin-bottom: -120px !important;
}

.mb-neg180 {
  margin-bottom: -180px !important;
}

.mb-neg240 {
  margin-bottom: -240px !important;
}

.mb-neg300 {
  margin-bottom: -300px !important;
}

.mb-neg360 {
  margin-bottom: -360px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb6 {
  margin-bottom: 6px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb18 {
  margin-bottom: 18px !important;
}

.mb24 {
  margin-bottom: 24px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb36 {
  margin-bottom: 36px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.mb180 {
  margin-bottom: 180px !important;
}

.mb240 {
  margin-bottom: 240px !important;
}

.mb300 {
  margin-bottom: 300px !important;
}

.mb360 {
  margin-bottom: 360px !important;
}

.ml-neg1 {
  margin-left: -1px !important;
}

.ml-neg2 {
  margin-left: -2px !important;
}

.ml-neg3 {
  margin-left: -3px !important;
}

.ml-neg6 {
  margin-left: -6px !important;
}

.ml-neg12 {
  margin-left: -12px !important;
}

.ml-neg18 {
  margin-left: -18px !important;
}

.ml-neg24 {
  margin-left: -24px !important;
}

.ml-neg30 {
  margin-left: -30px !important;
}

.ml-neg36 {
  margin-left: -36px !important;
}

.ml-neg60 {
  margin-left: -60px !important;
}

.ml-neg120 {
  margin-left: -120px !important;
}

.ml-neg180 {
  margin-left: -180px !important;
}

.ml-neg240 {
  margin-left: -240px !important;
}

.ml-neg300 {
  margin-left: -300px !important;
}

.ml-neg360 {
  margin-left: -360px !important;
}

.ml0 {
  margin-left: 0 !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml6 {
  margin-left: 6px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml18 {
  margin-left: 18px !important;
}

.ml24 {
  margin-left: 24px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml36 {
  margin-left: 36px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml120 {
  margin-left: 120px !important;
}

.ml180 {
  margin-left: 180px !important;
}

.ml240 {
  margin-left: 240px !important;
}

.ml300 {
  margin-left: 300px !important;
}

.ml360 {
  margin-left: 360px !important;
}

.ml-1\/12 {
  margin-left: 8.3333% !important;
}

.ml-1\/6 {
  margin-left: 16.6666% !important;
}

.ml-1\/4 {
  margin-left: 25% !important;
}

.ml-1\/3 {
  margin-left: 33.3333% !important;
}

.ml-5\/12 {
  margin-left: 41.6666% !important;
}

.ml-1\/2 {
  margin-left: 50% !important;
}

.ml-7\/12 {
  margin-left: 58.3333% !important;
}

.ml-2\/3 {
  margin-left: 66.6666% !important;
}

.ml-3\/4 {
  margin-left: 75% !important;
}

.ml-5\/6 {
  margin-left: 83.3333% !important;
}

.ml-11\/12 {
  margin-left: 91.6666% !important;
}

.py0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py3 {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}

.py6 {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
}

.py12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.py18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.py24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.py30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.py36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.py60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.py120 {
  padding-top: 120px !important;
  padding-bottom: 120px !important;
}

.py180 {
  padding-top: 180px !important;
  padding-bottom: 180px !important;
}

.py240 {
  padding-top: 240px !important;
  padding-bottom: 240px !important;
}

.py300 {
  padding-top: 300px !important;
  padding-bottom: 300px !important;
}

.py360 {
  padding-top: 360px !important;
  padding-bottom: 360px !important;
}

.px0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.px3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.px6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.px12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.px18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.px24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.px30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.px36 {
  padding-left: 36px !important;
  padding-right: 36px !important;
}

.px60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}

.px120 {
  padding-left: 120px !important;
  padding-right: 120px !important;
}

.px180 {
  padding-left: 180px !important;
  padding-right: 180px !important;
}

.px240 {
  padding-left: 240px !important;
  padding-right: 240px !important;
}

.px300 {
  padding-left: 300px !important;
  padding-right: 300px !important;
}

.px360 {
  padding-left: 360px !important;
  padding-right: 360px !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt6 {
  padding-top: 6px !important;
}

.pt12 {
  padding-top: 12px !important;
}

.pt18 {
  padding-top: 18px !important;
}

.pt24 {
  padding-top: 24px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt36 {
  padding-top: 36px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt120 {
  padding-top: 120px !important;
}

.pt180 {
  padding-top: 180px !important;
}

.pt240 {
  padding-top: 240px !important;
}

.pt300 {
  padding-top: 300px !important;
}

.pt360 {
  padding-top: 360px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr6 {
  padding-right: 6px !important;
}

.pr12 {
  padding-right: 12px !important;
}

.pr18 {
  padding-right: 18px !important;
}

.pr24 {
  padding-right: 24px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr36 {
  padding-right: 36px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr120 {
  padding-right: 120px !important;
}

.pr180 {
  padding-right: 180px !important;
}

.pr240 {
  padding-right: 240px !important;
}

.pr300 {
  padding-right: 300px !important;
}

.pr360 {
  padding-right: 360px !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb6 {
  padding-bottom: 6px !important;
}

.pb12 {
  padding-bottom: 12px !important;
}

.pb18 {
  padding-bottom: 18px !important;
}

.pb24 {
  padding-bottom: 24px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb36 {
  padding-bottom: 36px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb120 {
  padding-bottom: 120px !important;
}

.pb180 {
  padding-bottom: 180px !important;
}

.pb240 {
  padding-bottom: 240px !important;
}

.pb300 {
  padding-bottom: 300px !important;
}

.pb360 {
  padding-bottom: 360px !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.pl12 {
  padding-left: 12px !important;
}

.pl18 {
  padding-left: 18px !important;
}

.pl24 {
  padding-left: 24px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl36 {
  padding-left: 36px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl120 {
  padding-left: 120px !important;
}

.pl180 {
  padding-left: 180px !important;
}

.pl240 {
  padding-left: 240px !important;
}

.pl300 {
  padding-left: 300px !important;
}

.pl360 {
  padding-left: 360px !important;
}

.w0 {
  width: 0 !important;
}

.w3 {
  width: 3px !important;
}

.w6 {
  width: 6px !important;
}

.w12 {
  width: 12px !important;
}

.w18 {
  width: 18px !important;
}

.w24 {
  width: 24px !important;
}

.w30 {
  width: 30px !important;
}

.w36 {
  width: 36px !important;
}

.w60 {
  width: 60px !important;
}

.w120 {
  width: 120px !important;
}

.w180 {
  width: 180px !important;
}

.w240 {
  width: 240px !important;
}

.w300 {
  width: 300px !important;
}

.w360 {
  width: 360px !important;
}

.w600 {
  width: 600px !important;
}

.w-full {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.w-1\/12 {
  width: 8.3333% !important;
}

.w-1\/6 {
  width: 16.6666% !important;
}

.w-1\/4 {
  width: 25% !important;
}

.w-1\/3 {
  width: 33.3333% !important;
}

.w-5\/12 {
  width: 41.6666% !important;
}

.w-1\/2 {
  width: 50% !important;
}

.w-7\/12 {
  width: 58.3333% !important;
}

.w-2\/3 {
  width: 66.6666% !important;
}

.w-3\/4 {
  width: 75% !important;
}

.w-5\/6 {
  width: 83.3333% !important;
}

.w-11\/12 {
  width: 91.6666% !important;
}

.wmax0 {
  max-width: 0 !important;
}

.wmax3 {
  max-width: 3px !important;
}

.wmax6 {
  max-width: 6px !important;
}

.wmax12 {
  max-width: 12px !important;
}

.wmax18 {
  max-width: 18px !important;
}

.wmax24 {
  max-width: 24px !important;
}

.wmax30 {
  max-width: 30px !important;
}

.wmax36 {
  max-width: 36px !important;
}

.wmax60 {
  max-width: 60px !important;
}

.wmax120 {
  max-width: 120px !important;
}

.wmax180 {
  max-width: 180px !important;
}

.wmax240 {
  max-width: 240px !important;
}

.wmax300 {
  max-width: 300px !important;
}

.wmax360 {
  max-width: 360px !important;
}

.wmax600 {
  max-width: 600px !important;
}

.wmax1200 {
  max-width: 1200px !important;
}

.wmax1800 {
  max-width: 1800px !important;
}

.wmax-full {
  max-width: 100% !important;
}

.wmax-none {
  max-width: none !important;
}

.wmin0 {
  min-width: 0 !important;
}

.wmin3 {
  min-width: 3px !important;
}

.wmin6 {
  min-width: 6px !important;
}

.wmin12 {
  min-width: 12px !important;
}

.wmin18 {
  min-width: 18px !important;
}

.wmin24 {
  min-width: 24px !important;
}

.wmin30 {
  min-width: 30px !important;
}

.wmin36 {
  min-width: 36px !important;
}

.wmin60 {
  min-width: 60px !important;
}

.wmin120 {
  min-width: 120px !important;
}

.wmin180 {
  min-width: 180px !important;
}

.wmin240 {
  min-width: 240px !important;
}

.wmin300 {
  min-width: 300px !important;
}

.wmin360 {
  min-width: 360px !important;
}

.wmin600 {
  min-width: 600px !important;
}

.wmin-full {
  min-width: 100% !important;
}

.h0 {
  height: 0 !important;
}

.h3 {
  height: 3px !important;
}

.h6 {
  height: 6px !important;
}

.h12 {
  height: 12px !important;
}

.h18 {
  height: 18px !important;
}

.h24 {
  height: 24px !important;
}

.h30 {
  height: 30px !important;
}

.h36 {
  height: 36px !important;
}

.h60 {
  height: 60px !important;
}

.h120 {
  height: 120px !important;
}

.h180 {
  height: 180px !important;
}

.h240 {
  height: 240px !important;
}

.h300 {
  height: 300px !important;
}

.h360 {
  height: 360px !important;
}

.h600 {
  height: 600px !important;
}

.h-full {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.hmax0 {
  max-height: 0 !important;
}

.hmax3 {
  max-height: 3px !important;
}

.hmax6 {
  max-height: 6px !important;
}

.hmax12 {
  max-height: 12px !important;
}

.hmax18 {
  max-height: 18px !important;
}

.hmax24 {
  max-height: 24px !important;
}

.hmax30 {
  max-height: 30px !important;
}

.hmax36 {
  max-height: 36px !important;
}

.hmax60 {
  max-height: 60px !important;
}

.hmax120 {
  max-height: 120px !important;
}

.hmax180 {
  max-height: 180px !important;
}

.hmax240 {
  max-height: 240px !important;
}

.hmax300 {
  max-height: 300px !important;
}

.hmax360 {
  max-height: 360px !important;
}

.hmax600 {
  max-height: 600px !important;
}

.hmax-full {
  max-height: 100% !important;
}

.hmax-none {
  max-height: none !important;
}

.hmin0 {
  min-height: 0 !important;
}

.hmin3 {
  min-height: 3px !important;
}

.hmin6 {
  min-height: 6px !important;
}

.hmin12 {
  min-height: 12px !important;
}

.hmin18 {
  min-height: 18px !important;
}

.hmin24 {
  min-height: 24px !important;
}

.hmin30 {
  min-height: 30px !important;
}

.hmin36 {
  min-height: 36px !important;
}

.hmin60 {
  min-height: 60px !important;
}

.hmin120 {
  min-height: 120px !important;
}

.hmin180 {
  min-height: 180px !important;
}

.hmin240 {
  min-height: 240px !important;
}

.hmin300 {
  min-height: 300px !important;
}

.hmin360 {
  min-height: 360px !important;
}

.hmin600 {
  min-height: 600px !important;
}

.hmin-full {
  min-height: 100% !important;
}

.h-viewport-full {
  height: 100vh !important;
}

.h-viewport-1\/12 {
  height: 8.3333vh !important;
}

.h-viewport-1\/6 {
  height: 16.6666vh !important;
}

.h-viewport-1\/4 {
  height: 25vh !important;
}

.h-viewport-1\/3 {
  height: 33.3333vh !important;
}

.h-viewport-5\/12 {
  height: 41.6666vh !important;
}

.h-viewport-1\/2 {
  height: 50vh !important;
}

.h-viewport-7\/12 {
  height: 58.3333vh !important;
}

.h-viewport-2\/3 {
  height: 66.6666vh !important;
}

.h-viewport-3\/4 {
  height: 75vh !important;
}

.h-viewport-5\/6 {
  height: 83.3333vh !important;
}

.h-viewport-11\/12 {
  height: 91.6666vh !important;
}

.hmax-viewport-full {
  max-height: 100vh !important;
}

.hmax-viewport-1\/12 {
  max-height: 8.3333vh !important;
}

.hmax-viewport-1\/6 {
  max-height: 16.6666vh !important;
}

.hmax-viewport-1\/4 {
  max-height: 25vh !important;
}

.hmax-viewport-1\/3 {
  max-height: 33.3333vh !important;
}

.hmax-viewport-5\/12 {
  max-height: 41.6666vh !important;
}

.hmax-viewport-1\/2 {
  max-height: 50vh !important;
}

.hmax-viewport-7\/12 {
  max-height: 58.3333vh !important;
}

.hmax-viewport-2\/3 {
  max-height: 66.6666vh !important;
}

.hmax-viewport-3\/4 {
  max-height: 75vh !important;
}

.hmax-viewport-5\/6 {
  max-height: 83.3333vh !important;
}

.hmax-viewport-11\/12 {
  max-height: 91.6666vh !important;
}

@media screen and (min-width: 640px) {
  .grid--gut0-mm {
    margin-left: 0;
  }
  .grid--gut3-mm {
    margin-left: -3px;
  }
  .grid--gut6-mm {
    margin-left: -6px;
  }
  .grid--gut12-mm {
    margin-left: -12px;
  }
  .grid--gut18-mm {
    margin-left: -18px;
  }
  .grid--gut24-mm {
    margin-left: -24px;
  }
  .grid--gut30-mm {
    margin-left: -30px;
  }
  .grid--gut36-mm {
    margin-left: -36px;
  }
  .grid--gut60-mm {
    margin-left: -60px;
  }
  .grid--gut120-mm {
    margin-left: -120px;
  }
  .grid--gut0-mm > .col, .grid--gut0-mm > .col-ml, .grid--gut0-mm > .col-mm, .grid--gut0-mm > .col-mxl {
    padding-left: 0;
  }
  .grid--gut3-mm > .col, .grid--gut3-mm > .col-ml, .grid--gut3-mm > .col-mm, .grid--gut3-mm > .col-mxl {
    padding-left: 3px;
  }
  .grid--gut6-mm > .col, .grid--gut6-mm > .col-ml, .grid--gut6-mm > .col-mm, .grid--gut6-mm > .col-mxl {
    padding-left: 6px;
  }
  .grid--gut12-mm > .col, .grid--gut12-mm > .col-ml, .grid--gut12-mm > .col-mm, .grid--gut12-mm > .col-mxl {
    padding-left: 12px;
  }
  .grid--gut18-mm > .col, .grid--gut18-mm > .col-ml, .grid--gut18-mm > .col-mm, .grid--gut18-mm > .col-mxl {
    padding-left: 18px;
  }
  .grid--gut24-mm > .col, .grid--gut24-mm > .col-ml, .grid--gut24-mm > .col-mm, .grid--gut24-mm > .col-mxl {
    padding-left: 24px;
  }
  .grid--gut30-mm > .col, .grid--gut30-mm > .col-ml, .grid--gut30-mm > .col-mm, .grid--gut30-mm > .col-mxl {
    padding-left: 30px;
  }
  .grid--gut36-mm > .col, .grid--gut36-mm > .col-ml, .grid--gut36-mm > .col-mm, .grid--gut36-mm > .col-mxl {
    padding-left: 36px;
  }
  .grid--gut60-mm > .col, .grid--gut60-mm > .col-ml, .grid--gut60-mm > .col-mm, .grid--gut60-mm > .col-mxl {
    padding-left: 60px;
  }
  .grid--gut120-mm > .col, .grid--gut120-mm > .col-ml, .grid--gut120-mm > .col-mm, .grid--gut120-mm > .col-mxl {
    padding-left: 120px;
  }
  .my-neg1-mm {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-neg2-mm {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .my-neg3-mm {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .my-neg6-mm {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .my-neg12-mm {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-neg18-mm {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .my-neg24-mm {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-neg30-mm {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-neg36-mm {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .my-neg60-mm {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-neg120-mm {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-neg180-mm {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }
  .my-neg240-mm {
    margin-top: -240px !important;
    margin-bottom: -240px !important;
  }
  .my-neg300-mm {
    margin-top: -300px !important;
    margin-bottom: -300px !important;
  }
  .my-neg360-mm {
    margin-top: -360px !important;
    margin-bottom: -360px !important;
  }
  .my0-mm {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my3-mm {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .my6-mm {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my12-mm {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my18-mm {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my24-mm {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my30-mm {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my36-mm {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my60-mm {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my120-mm {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my180-mm {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my240-mm {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .my300-mm {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .my360-mm {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .mx-neg1-mm {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .mx-neg2-mm {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .mx-neg3-mm {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .mx-neg6-mm {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .mx-neg12-mm {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .mx-neg18-mm {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .mx-neg24-mm {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .mx-neg30-mm {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .mx-neg36-mm {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .mx-neg60-mm {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .mx-neg120-mm {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }
  .mx-neg180-mm {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }
  .mx-neg240-mm {
    margin-left: -240px !important;
    margin-right: -240px !important;
  }
  .mx-neg300-mm {
    margin-left: -300px !important;
    margin-right: -300px !important;
  }
  .mx-neg360-mm {
    margin-left: -360px !important;
    margin-right: -360px !important;
  }
  .mx0-mm {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx3-mm {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .mx6-mm {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mx12-mm {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx18-mm {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .mx24-mm {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx30-mm {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mx36-mm {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .mx60-mm {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mx120-mm {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .mx180-mm {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .mx240-mm {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .mx300-mm {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .mx360-mm {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .mt-neg1-mm {
    margin-top: -1px !important;
  }
  .mt-neg2-mm {
    margin-top: -2px !important;
  }
  .mt-neg3-mm {
    margin-top: -3px !important;
  }
  .mt-neg6-mm {
    margin-top: -6px !important;
  }
  .mt-neg12-mm {
    margin-top: -12px !important;
  }
  .mt-neg18-mm {
    margin-top: -18px !important;
  }
  .mt-neg24-mm {
    margin-top: -24px !important;
  }
  .mt-neg30-mm {
    margin-top: -30px !important;
  }
  .mt-neg36-mm {
    margin-top: -36px !important;
  }
  .mt-neg60-mm {
    margin-top: -60px !important;
  }
  .mt-neg120-mm {
    margin-top: -120px !important;
  }
  .mt-neg180-mm {
    margin-top: -180px !important;
  }
  .mt-neg240-mm {
    margin-top: -240px !important;
  }
  .mt-neg300-mm {
    margin-top: -300px !important;
  }
  .mt-neg360-mm {
    margin-top: -360px !important;
  }
  .mt0-mm {
    margin-top: 0 !important;
  }
  .mt3-mm {
    margin-top: 3px !important;
  }
  .mt6-mm {
    margin-top: 6px !important;
  }
  .mt12-mm {
    margin-top: 12px !important;
  }
  .mt18-mm {
    margin-top: 18px !important;
  }
  .mt24-mm {
    margin-top: 24px !important;
  }
  .mt30-mm {
    margin-top: 30px !important;
  }
  .mt36-mm {
    margin-top: 36px !important;
  }
  .mt60-mm {
    margin-top: 60px !important;
  }
  .mt120-mm {
    margin-top: 120px !important;
  }
  .mt180-mm {
    margin-top: 180px !important;
  }
  .mt240-mm {
    margin-top: 240px !important;
  }
  .mt300-mm {
    margin-top: 300px !important;
  }
  .mt360-mm {
    margin-top: 360px !important;
  }
  .mr-neg1-mm {
    margin-right: -1px !important;
  }
  .mr-neg2-mm {
    margin-right: -2px !important;
  }
  .mr-neg3-mm {
    margin-right: -3px !important;
  }
  .mr-neg6-mm {
    margin-right: -6px !important;
  }
  .mr-neg12-mm {
    margin-right: -12px !important;
  }
  .mr-neg18-mm {
    margin-right: -18px !important;
  }
  .mr-neg24-mm {
    margin-right: -24px !important;
  }
  .mr-neg30-mm {
    margin-right: -30px !important;
  }
  .mr-neg36-mm {
    margin-right: -36px !important;
  }
  .mr-neg60-mm {
    margin-right: -60px !important;
  }
  .mr-neg120-mm {
    margin-right: -120px !important;
  }
  .mr-neg180-mm {
    margin-right: -180px !important;
  }
  .mr-neg240-mm {
    margin-right: -240px !important;
  }
  .mr-neg300-mm {
    margin-right: -300px !important;
  }
  .mr-neg360-mm {
    margin-right: -360px !important;
  }
  .mr0-mm {
    margin-right: 0 !important;
  }
  .mr3-mm {
    margin-right: 3px !important;
  }
  .mr6-mm {
    margin-right: 6px !important;
  }
  .mr12-mm {
    margin-right: 12px !important;
  }
  .mr18-mm {
    margin-right: 18px !important;
  }
  .mr24-mm {
    margin-right: 24px !important;
  }
  .mr30-mm {
    margin-right: 30px !important;
  }
  .mr36-mm {
    margin-right: 36px !important;
  }
  .mr60-mm {
    margin-right: 60px !important;
  }
  .mr120-mm {
    margin-right: 120px !important;
  }
  .mr180-mm {
    margin-right: 180px !important;
  }
  .mr240-mm {
    margin-right: 240px !important;
  }
  .mr300-mm {
    margin-right: 300px !important;
  }
  .mr360-mm {
    margin-right: 360px !important;
  }
  .mr-1\/12-mm {
    margin-right: 8.3333% !important;
  }
  .mr-1\/6-mm {
    margin-right: 16.6666% !important;
  }
  .mr-1\/4-mm {
    margin-right: 25% !important;
  }
  .mr-1\/3-mm {
    margin-right: 33.3333% !important;
  }
  .mr-5\/12-mm {
    margin-right: 41.6666% !important;
  }
  .mr-1\/2-mm {
    margin-right: 50% !important;
  }
  .mr-7\/12-mm {
    margin-right: 58.3333% !important;
  }
  .mr-2\/3-mm {
    margin-right: 66.6666% !important;
  }
  .mr-3\/4-mm {
    margin-right: 75% !important;
  }
  .mr-5\/6-mm {
    margin-right: 83.3333% !important;
  }
  .mr-11\/12-mm {
    margin-right: 91.6666% !important;
  }
  .mb-neg1-mm {
    margin-bottom: -1px !important;
  }
  .mb-neg2-mm {
    margin-bottom: -2px !important;
  }
  .mb-neg3-mm {
    margin-bottom: -3px !important;
  }
  .mb-neg6-mm {
    margin-bottom: -6px !important;
  }
  .mb-neg12-mm {
    margin-bottom: -12px !important;
  }
  .mb-neg18-mm {
    margin-bottom: -18px !important;
  }
  .mb-neg24-mm {
    margin-bottom: -24px !important;
  }
  .mb-neg30-mm {
    margin-bottom: -30px !important;
  }
  .mb-neg36-mm {
    margin-bottom: -36px !important;
  }
  .mb-neg60-mm {
    margin-bottom: -60px !important;
  }
  .mb-neg120-mm {
    margin-bottom: -120px !important;
  }
  .mb-neg180-mm {
    margin-bottom: -180px !important;
  }
  .mb-neg240-mm {
    margin-bottom: -240px !important;
  }
  .mb-neg300-mm {
    margin-bottom: -300px !important;
  }
  .mb-neg360-mm {
    margin-bottom: -360px !important;
  }
  .mb0-mm {
    margin-bottom: 0 !important;
  }
  .mb3-mm {
    margin-bottom: 3px !important;
  }
  .mb6-mm {
    margin-bottom: 6px !important;
  }
  .mb12-mm {
    margin-bottom: 12px !important;
  }
  .mb18-mm {
    margin-bottom: 18px !important;
  }
  .mb24-mm {
    margin-bottom: 24px !important;
  }
  .mb30-mm {
    margin-bottom: 30px !important;
  }
  .mb36-mm {
    margin-bottom: 36px !important;
  }
  .mb60-mm {
    margin-bottom: 60px !important;
  }
  .mb120-mm {
    margin-bottom: 120px !important;
  }
  .mb180-mm {
    margin-bottom: 180px !important;
  }
  .mb240-mm {
    margin-bottom: 240px !important;
  }
  .mb300-mm {
    margin-bottom: 300px !important;
  }
  .mb360-mm {
    margin-bottom: 360px !important;
  }
  .ml-neg1-mm {
    margin-left: -1px !important;
  }
  .ml-neg2-mm {
    margin-left: -2px !important;
  }
  .ml-neg3-mm {
    margin-left: -3px !important;
  }
  .ml-neg6-mm {
    margin-left: -6px !important;
  }
  .ml-neg12-mm {
    margin-left: -12px !important;
  }
  .ml-neg18-mm {
    margin-left: -18px !important;
  }
  .ml-neg24-mm {
    margin-left: -24px !important;
  }
  .ml-neg30-mm {
    margin-left: -30px !important;
  }
  .ml-neg36-mm {
    margin-left: -36px !important;
  }
  .ml-neg60-mm {
    margin-left: -60px !important;
  }
  .ml-neg120-mm {
    margin-left: -120px !important;
  }
  .ml-neg180-mm {
    margin-left: -180px !important;
  }
  .ml-neg240-mm {
    margin-left: -240px !important;
  }
  .ml-neg300-mm {
    margin-left: -300px !important;
  }
  .ml-neg360-mm {
    margin-left: -360px !important;
  }
  .ml0-mm {
    margin-left: 0 !important;
  }
  .ml3-mm {
    margin-left: 3px !important;
  }
  .ml6-mm {
    margin-left: 6px !important;
  }
  .ml12-mm {
    margin-left: 12px !important;
  }
  .ml18-mm {
    margin-left: 18px !important;
  }
  .ml24-mm {
    margin-left: 24px !important;
  }
  .ml30-mm {
    margin-left: 30px !important;
  }
  .ml36-mm {
    margin-left: 36px !important;
  }
  .ml60-mm {
    margin-left: 60px !important;
  }
  .ml120-mm {
    margin-left: 120px !important;
  }
  .ml180-mm {
    margin-left: 180px !important;
  }
  .ml240-mm {
    margin-left: 240px !important;
  }
  .ml300-mm {
    margin-left: 300px !important;
  }
  .ml360-mm {
    margin-left: 360px !important;
  }
  .ml-1\/12-mm {
    margin-left: 8.3333% !important;
  }
  .ml-1\/6-mm {
    margin-left: 16.6666% !important;
  }
  .ml-1\/4-mm {
    margin-left: 25% !important;
  }
  .ml-1\/3-mm {
    margin-left: 33.3333% !important;
  }
  .ml-5\/12-mm {
    margin-left: 41.6666% !important;
  }
  .ml-1\/2-mm {
    margin-left: 50% !important;
  }
  .ml-7\/12-mm {
    margin-left: 58.3333% !important;
  }
  .ml-2\/3-mm {
    margin-left: 66.6666% !important;
  }
  .ml-3\/4-mm {
    margin-left: 75% !important;
  }
  .ml-5\/6-mm {
    margin-left: 83.3333% !important;
  }
  .ml-11\/12-mm {
    margin-left: 91.6666% !important;
  }
  .py0-mm {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py3-mm {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .py6-mm {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py12-mm {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py18-mm {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py24-mm {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py30-mm {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py36-mm {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py60-mm {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py120-mm {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py180-mm {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .py240-mm {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .py300-mm {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .py360-mm {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
  .px0-mm {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px3-mm {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .px6-mm {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .px12-mm {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px18-mm {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .px24-mm {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .px30-mm {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px36-mm {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .px60-mm {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .px120-mm {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .px180-mm {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .px240-mm {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .px300-mm {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .px360-mm {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .pt0-mm {
    padding-top: 0 !important;
  }
  .pt3-mm {
    padding-top: 3px !important;
  }
  .pt6-mm {
    padding-top: 6px !important;
  }
  .pt12-mm {
    padding-top: 12px !important;
  }
  .pt18-mm {
    padding-top: 18px !important;
  }
  .pt24-mm {
    padding-top: 24px !important;
  }
  .pt30-mm {
    padding-top: 30px !important;
  }
  .pt36-mm {
    padding-top: 36px !important;
  }
  .pt60-mm {
    padding-top: 60px !important;
  }
  .pt120-mm {
    padding-top: 120px !important;
  }
  .pt180-mm {
    padding-top: 180px !important;
  }
  .pt240-mm {
    padding-top: 240px !important;
  }
  .pt300-mm {
    padding-top: 300px !important;
  }
  .pt360-mm {
    padding-top: 360px !important;
  }
  .pr0-mm {
    padding-right: 0 !important;
  }
  .pr3-mm {
    padding-right: 3px !important;
  }
  .pr6-mm {
    padding-right: 6px !important;
  }
  .pr12-mm {
    padding-right: 12px !important;
  }
  .pr18-mm {
    padding-right: 18px !important;
  }
  .pr24-mm {
    padding-right: 24px !important;
  }
  .pr30-mm {
    padding-right: 30px !important;
  }
  .pr36-mm {
    padding-right: 36px !important;
  }
  .pr60-mm {
    padding-right: 60px !important;
  }
  .pr120-mm {
    padding-right: 120px !important;
  }
  .pr180-mm {
    padding-right: 180px !important;
  }
  .pr240-mm {
    padding-right: 240px !important;
  }
  .pr300-mm {
    padding-right: 300px !important;
  }
  .pr360-mm {
    padding-right: 360px !important;
  }
  .pb0-mm {
    padding-bottom: 0 !important;
  }
  .pb3-mm {
    padding-bottom: 3px !important;
  }
  .pb6-mm {
    padding-bottom: 6px !important;
  }
  .pb12-mm {
    padding-bottom: 12px !important;
  }
  .pb18-mm {
    padding-bottom: 18px !important;
  }
  .pb24-mm {
    padding-bottom: 24px !important;
  }
  .pb30-mm {
    padding-bottom: 30px !important;
  }
  .pb36-mm {
    padding-bottom: 36px !important;
  }
  .pb60-mm {
    padding-bottom: 60px !important;
  }
  .pb120-mm {
    padding-bottom: 120px !important;
  }
  .pb180-mm {
    padding-bottom: 180px !important;
  }
  .pb240-mm {
    padding-bottom: 240px !important;
  }
  .pb300-mm {
    padding-bottom: 300px !important;
  }
  .pb360-mm {
    padding-bottom: 360px !important;
  }
  .pl0-mm {
    padding-left: 0 !important;
  }
  .pl3-mm {
    padding-left: 3px !important;
  }
  .pl6-mm {
    padding-left: 6px !important;
  }
  .pl12-mm {
    padding-left: 12px !important;
  }
  .pl18-mm {
    padding-left: 18px !important;
  }
  .pl24-mm {
    padding-left: 24px !important;
  }
  .pl30-mm {
    padding-left: 30px !important;
  }
  .pl36-mm {
    padding-left: 36px !important;
  }
  .pl60-mm {
    padding-left: 60px !important;
  }
  .pl120-mm {
    padding-left: 120px !important;
  }
  .pl180-mm {
    padding-left: 180px !important;
  }
  .pl240-mm {
    padding-left: 240px !important;
  }
  .pl300-mm {
    padding-left: 300px !important;
  }
  .pl360-mm {
    padding-left: 360px !important;
  }
  .w0-mm {
    width: 0 !important;
  }
  .w3-mm {
    width: 3px !important;
  }
  .w6-mm {
    width: 6px !important;
  }
  .w12-mm {
    width: 12px !important;
  }
  .w18-mm {
    width: 18px !important;
  }
  .w24-mm {
    width: 24px !important;
  }
  .w30-mm {
    width: 30px !important;
  }
  .w36-mm {
    width: 36px !important;
  }
  .w60-mm {
    width: 60px !important;
  }
  .w120-mm {
    width: 120px !important;
  }
  .w180-mm {
    width: 180px !important;
  }
  .w240-mm {
    width: 240px !important;
  }
  .w300-mm {
    width: 300px !important;
  }
  .w360-mm {
    width: 360px !important;
  }
  .w600-mm {
    width: 600px !important;
  }
  .w-full-mm {
    width: 100% !important;
  }
  .w-auto-mm {
    width: auto !important;
  }
  .w-1\/12-mm {
    width: 8.3333% !important;
  }
  .w-1\/6-mm {
    width: 16.6666% !important;
  }
  .w-1\/4-mm {
    width: 25% !important;
  }
  .w-1\/3-mm {
    width: 33.3333% !important;
  }
  .w-5\/12-mm {
    width: 41.6666% !important;
  }
  .w-1\/2-mm {
    width: 50% !important;
  }
  .w-7\/12-mm {
    width: 58.3333% !important;
  }
  .w-2\/3-mm {
    width: 66.6666% !important;
  }
  .w-3\/4-mm {
    width: 75% !important;
  }
  .w-5\/6-mm {
    width: 83.3333% !important;
  }
  .w-11\/12-mm {
    width: 91.6666% !important;
  }
  .wmax0-mm {
    max-width: 0 !important;
  }
  .wmax3-mm {
    max-width: 3px !important;
  }
  .wmax6-mm {
    max-width: 6px !important;
  }
  .wmax12-mm {
    max-width: 12px !important;
  }
  .wmax18-mm {
    max-width: 18px !important;
  }
  .wmax24-mm {
    max-width: 24px !important;
  }
  .wmax30-mm {
    max-width: 30px !important;
  }
  .wmax36-mm {
    max-width: 36px !important;
  }
  .wmax60-mm {
    max-width: 60px !important;
  }
  .wmax120-mm {
    max-width: 120px !important;
  }
  .wmax180-mm {
    max-width: 180px !important;
  }
  .wmax240-mm {
    max-width: 240px !important;
  }
  .wmax300-mm {
    max-width: 300px !important;
  }
  .wmax360-mm {
    max-width: 360px !important;
  }
  .wmax600-mm {
    max-width: 600px !important;
  }
  .wmax1200-mm {
    max-width: 1200px !important;
  }
  .wmax1800-mm {
    max-width: 1800px !important;
  }
  .wmax-full-mm {
    max-width: 100% !important;
  }
  .wmax-none-mm {
    max-width: none !important;
  }
  .wmin0-mm {
    min-width: 0 !important;
  }
  .wmin3-mm {
    min-width: 3px !important;
  }
  .wmin6-mm {
    min-width: 6px !important;
  }
  .wmin12-mm {
    min-width: 12px !important;
  }
  .wmin18-mm {
    min-width: 18px !important;
  }
  .wmin24-mm {
    min-width: 24px !important;
  }
  .wmin30-mm {
    min-width: 30px !important;
  }
  .wmin36-mm {
    min-width: 36px !important;
  }
  .wmin60-mm {
    min-width: 60px !important;
  }
  .wmin120-mm {
    min-width: 120px !important;
  }
  .wmin180-mm {
    min-width: 180px !important;
  }
  .wmin240-mm {
    min-width: 240px !important;
  }
  .wmin300-mm {
    min-width: 300px !important;
  }
  .wmin360-mm {
    min-width: 360px !important;
  }
  .wmin600-mm {
    min-width: 600px !important;
  }
  .wmin-full-mm {
    min-width: 100% !important;
  }
  .h0-mm {
    height: 0 !important;
  }
  .h3-mm {
    height: 3px !important;
  }
  .h6-mm {
    height: 6px !important;
  }
  .h12-mm {
    height: 12px !important;
  }
  .h18-mm {
    height: 18px !important;
  }
  .h24-mm {
    height: 24px !important;
  }
  .h30-mm {
    height: 30px !important;
  }
  .h36-mm {
    height: 36px !important;
  }
  .h60-mm {
    height: 60px !important;
  }
  .h120-mm {
    height: 120px !important;
  }
  .h180-mm {
    height: 180px !important;
  }
  .h240-mm {
    height: 240px !important;
  }
  .h300-mm {
    height: 300px !important;
  }
  .h360-mm {
    height: 360px !important;
  }
  .h600-mm {
    height: 600px !important;
  }
  .h-full-mm {
    height: 100% !important;
  }
  .h-auto-mm {
    height: auto !important;
  }
  .hmax0-mm {
    max-height: 0 !important;
  }
  .hmax3-mm {
    max-height: 3px !important;
  }
  .hmax6-mm {
    max-height: 6px !important;
  }
  .hmax12-mm {
    max-height: 12px !important;
  }
  .hmax18-mm {
    max-height: 18px !important;
  }
  .hmax24-mm {
    max-height: 24px !important;
  }
  .hmax30-mm {
    max-height: 30px !important;
  }
  .hmax36-mm {
    max-height: 36px !important;
  }
  .hmax60-mm {
    max-height: 60px !important;
  }
  .hmax120-mm {
    max-height: 120px !important;
  }
  .hmax180-mm {
    max-height: 180px !important;
  }
  .hmax240-mm {
    max-height: 240px !important;
  }
  .hmax300-mm {
    max-height: 300px !important;
  }
  .hmax360-mm {
    max-height: 360px !important;
  }
  .hmax600-mm {
    max-height: 600px !important;
  }
  .hmax-full-mm {
    max-height: 100% !important;
  }
  .hmax-none-mm {
    max-height: none !important;
  }
  .hmin0-mm {
    min-height: 0 !important;
  }
  .hmin3-mm {
    min-height: 3px !important;
  }
  .hmin6-mm {
    min-height: 6px !important;
  }
  .hmin12-mm {
    min-height: 12px !important;
  }
  .hmin18-mm {
    min-height: 18px !important;
  }
  .hmin24-mm {
    min-height: 24px !important;
  }
  .hmin30-mm {
    min-height: 30px !important;
  }
  .hmin36-mm {
    min-height: 36px !important;
  }
  .hmin60-mm {
    min-height: 60px !important;
  }
  .hmin120-mm {
    min-height: 120px !important;
  }
  .hmin180-mm {
    min-height: 180px !important;
  }
  .hmin240-mm {
    min-height: 240px !important;
  }
  .hmin300-mm {
    min-height: 300px !important;
  }
  .hmin360-mm {
    min-height: 360px !important;
  }
  .hmin600-mm {
    min-height: 600px !important;
  }
  .hmin-full-mm {
    min-height: 100% !important;
  }
  .h-viewport-full-mm {
    height: 100vh !important;
  }
  .h-viewport-1\/12-mm {
    height: 8.3333vh !important;
  }
  .h-viewport-1\/6-mm {
    height: 16.6666vh !important;
  }
  .h-viewport-1\/4-mm {
    height: 25vh !important;
  }
  .h-viewport-1\/3-mm {
    height: 33.3333vh !important;
  }
  .h-viewport-5\/12-mm {
    height: 41.6666vh !important;
  }
  .h-viewport-1\/2-mm {
    height: 50vh !important;
  }
  .h-viewport-7\/12-mm {
    height: 58.3333vh !important;
  }
  .h-viewport-2\/3-mm {
    height: 66.6666vh !important;
  }
  .h-viewport-3\/4-mm {
    height: 75vh !important;
  }
  .h-viewport-5\/6-mm {
    height: 83.3333vh !important;
  }
  .h-viewport-11\/12-mm {
    height: 91.6666vh !important;
  }
  .hmax-viewport-full-mm {
    max-height: 100vh !important;
  }
  .hmax-viewport-1\/12-mm {
    max-height: 8.3333vh !important;
  }
  .hmax-viewport-1\/6-mm {
    max-height: 16.6666vh !important;
  }
  .hmax-viewport-1\/4-mm {
    max-height: 25vh !important;
  }
  .hmax-viewport-1\/3-mm {
    max-height: 33.3333vh !important;
  }
  .hmax-viewport-5\/12-mm {
    max-height: 41.6666vh !important;
  }
  .hmax-viewport-1\/2-mm {
    max-height: 50vh !important;
  }
  .hmax-viewport-7\/12-mm {
    max-height: 58.3333vh !important;
  }
  .hmax-viewport-2\/3-mm {
    max-height: 66.6666vh !important;
  }
  .hmax-viewport-3\/4-mm {
    max-height: 75vh !important;
  }
  .hmax-viewport-5\/6-mm {
    max-height: 83.3333vh !important;
  }
  .hmax-viewport-11\/12-mm {
    max-height: 91.6666vh !important;
  }
}
@media screen and (min-width: 800px) {
  .grid--gut0-ml {
    margin-left: 0;
  }
  .grid--gut3-ml {
    margin-left: -3px;
  }
  .grid--gut6-ml {
    margin-left: -6px;
  }
  .grid--gut12-ml {
    margin-left: -12px;
  }
  .grid--gut18-ml {
    margin-left: -18px;
  }
  .grid--gut24-ml {
    margin-left: -24px;
  }
  .grid--gut30-ml {
    margin-left: -30px;
  }
  .grid--gut36-ml {
    margin-left: -36px;
  }
  .grid--gut60-ml {
    margin-left: -60px;
  }
  .grid--gut120-ml {
    margin-left: -120px;
  }
  .grid--gut0-ml > .col, .grid--gut0-ml > .col-ml, .grid--gut0-ml > .col-mm, .grid--gut0-ml > .col-mxl {
    padding-left: 0;
  }
  .grid--gut3-ml > .col, .grid--gut3-ml > .col-ml, .grid--gut3-ml > .col-mm, .grid--gut3-ml > .col-mxl {
    padding-left: 3px;
  }
  .grid--gut6-ml > .col, .grid--gut6-ml > .col-ml, .grid--gut6-ml > .col-mm, .grid--gut6-ml > .col-mxl {
    padding-left: 6px;
  }
  .grid--gut12-ml > .col, .grid--gut12-ml > .col-ml, .grid--gut12-ml > .col-mm, .grid--gut12-ml > .col-mxl {
    padding-left: 12px;
  }
  .grid--gut18-ml > .col, .grid--gut18-ml > .col-ml, .grid--gut18-ml > .col-mm, .grid--gut18-ml > .col-mxl {
    padding-left: 18px;
  }
  .grid--gut24-ml > .col, .grid--gut24-ml > .col-ml, .grid--gut24-ml > .col-mm, .grid--gut24-ml > .col-mxl {
    padding-left: 24px;
  }
  .grid--gut30-ml > .col, .grid--gut30-ml > .col-ml, .grid--gut30-ml > .col-mm, .grid--gut30-ml > .col-mxl {
    padding-left: 30px;
  }
  .grid--gut36-ml > .col, .grid--gut36-ml > .col-ml, .grid--gut36-ml > .col-mm, .grid--gut36-ml > .col-mxl {
    padding-left: 36px;
  }
  .grid--gut60-ml > .col, .grid--gut60-ml > .col-ml, .grid--gut60-ml > .col-mm, .grid--gut60-ml > .col-mxl {
    padding-left: 60px;
  }
  .grid--gut120-ml > .col, .grid--gut120-ml > .col-ml, .grid--gut120-ml > .col-mm, .grid--gut120-ml > .col-mxl {
    padding-left: 120px;
  }
  .my-neg1-ml {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-neg2-ml {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .my-neg3-ml {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .my-neg6-ml {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .my-neg12-ml {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-neg18-ml {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .my-neg24-ml {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-neg30-ml {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-neg36-ml {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .my-neg60-ml {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-neg120-ml {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-neg180-ml {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }
  .my-neg240-ml {
    margin-top: -240px !important;
    margin-bottom: -240px !important;
  }
  .my-neg300-ml {
    margin-top: -300px !important;
    margin-bottom: -300px !important;
  }
  .my-neg360-ml {
    margin-top: -360px !important;
    margin-bottom: -360px !important;
  }
  .my0-ml {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my3-ml {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .my6-ml {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my12-ml {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my18-ml {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my24-ml {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my30-ml {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my36-ml {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my60-ml {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my120-ml {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my180-ml {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my240-ml {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .my300-ml {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .my360-ml {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .mx-neg1-ml {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .mx-neg2-ml {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .mx-neg3-ml {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .mx-neg6-ml {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .mx-neg12-ml {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .mx-neg18-ml {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .mx-neg24-ml {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .mx-neg30-ml {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .mx-neg36-ml {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .mx-neg60-ml {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .mx-neg120-ml {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }
  .mx-neg180-ml {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }
  .mx-neg240-ml {
    margin-left: -240px !important;
    margin-right: -240px !important;
  }
  .mx-neg300-ml {
    margin-left: -300px !important;
    margin-right: -300px !important;
  }
  .mx-neg360-ml {
    margin-left: -360px !important;
    margin-right: -360px !important;
  }
  .mx0-ml {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx3-ml {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .mx6-ml {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mx12-ml {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx18-ml {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .mx24-ml {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx30-ml {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mx36-ml {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .mx60-ml {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mx120-ml {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .mx180-ml {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .mx240-ml {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .mx300-ml {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .mx360-ml {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .mt-neg1-ml {
    margin-top: -1px !important;
  }
  .mt-neg2-ml {
    margin-top: -2px !important;
  }
  .mt-neg3-ml {
    margin-top: -3px !important;
  }
  .mt-neg6-ml {
    margin-top: -6px !important;
  }
  .mt-neg12-ml {
    margin-top: -12px !important;
  }
  .mt-neg18-ml {
    margin-top: -18px !important;
  }
  .mt-neg24-ml {
    margin-top: -24px !important;
  }
  .mt-neg30-ml {
    margin-top: -30px !important;
  }
  .mt-neg36-ml {
    margin-top: -36px !important;
  }
  .mt-neg60-ml {
    margin-top: -60px !important;
  }
  .mt-neg120-ml {
    margin-top: -120px !important;
  }
  .mt-neg180-ml {
    margin-top: -180px !important;
  }
  .mt-neg240-ml {
    margin-top: -240px !important;
  }
  .mt-neg300-ml {
    margin-top: -300px !important;
  }
  .mt-neg360-ml {
    margin-top: -360px !important;
  }
  .mt0-ml {
    margin-top: 0 !important;
  }
  .mt3-ml {
    margin-top: 3px !important;
  }
  .mt6-ml {
    margin-top: 6px !important;
  }
  .mt12-ml {
    margin-top: 12px !important;
  }
  .mt18-ml {
    margin-top: 18px !important;
  }
  .mt24-ml {
    margin-top: 24px !important;
  }
  .mt30-ml {
    margin-top: 30px !important;
  }
  .mt36-ml {
    margin-top: 36px !important;
  }
  .mt60-ml {
    margin-top: 60px !important;
  }
  .mt120-ml {
    margin-top: 120px !important;
  }
  .mt180-ml {
    margin-top: 180px !important;
  }
  .mt240-ml {
    margin-top: 240px !important;
  }
  .mt300-ml {
    margin-top: 300px !important;
  }
  .mt360-ml {
    margin-top: 360px !important;
  }
  .mr-neg1-ml {
    margin-right: -1px !important;
  }
  .mr-neg2-ml {
    margin-right: -2px !important;
  }
  .mr-neg3-ml {
    margin-right: -3px !important;
  }
  .mr-neg6-ml {
    margin-right: -6px !important;
  }
  .mr-neg12-ml {
    margin-right: -12px !important;
  }
  .mr-neg18-ml {
    margin-right: -18px !important;
  }
  .mr-neg24-ml {
    margin-right: -24px !important;
  }
  .mr-neg30-ml {
    margin-right: -30px !important;
  }
  .mr-neg36-ml {
    margin-right: -36px !important;
  }
  .mr-neg60-ml {
    margin-right: -60px !important;
  }
  .mr-neg120-ml {
    margin-right: -120px !important;
  }
  .mr-neg180-ml {
    margin-right: -180px !important;
  }
  .mr-neg240-ml {
    margin-right: -240px !important;
  }
  .mr-neg300-ml {
    margin-right: -300px !important;
  }
  .mr-neg360-ml {
    margin-right: -360px !important;
  }
  .mr0-ml {
    margin-right: 0 !important;
  }
  .mr3-ml {
    margin-right: 3px !important;
  }
  .mr6-ml {
    margin-right: 6px !important;
  }
  .mr12-ml {
    margin-right: 12px !important;
  }
  .mr18-ml {
    margin-right: 18px !important;
  }
  .mr24-ml {
    margin-right: 24px !important;
  }
  .mr30-ml {
    margin-right: 30px !important;
  }
  .mr36-ml {
    margin-right: 36px !important;
  }
  .mr60-ml {
    margin-right: 60px !important;
  }
  .mr120-ml {
    margin-right: 120px !important;
  }
  .mr180-ml {
    margin-right: 180px !important;
  }
  .mr240-ml {
    margin-right: 240px !important;
  }
  .mr300-ml {
    margin-right: 300px !important;
  }
  .mr360-ml {
    margin-right: 360px !important;
  }
  .mr-1\/12-ml {
    margin-right: 8.3333% !important;
  }
  .mr-1\/6-ml {
    margin-right: 16.6666% !important;
  }
  .mr-1\/4-ml {
    margin-right: 25% !important;
  }
  .mr-1\/3-ml {
    margin-right: 33.3333% !important;
  }
  .mr-5\/12-ml {
    margin-right: 41.6666% !important;
  }
  .mr-1\/2-ml {
    margin-right: 50% !important;
  }
  .mr-7\/12-ml {
    margin-right: 58.3333% !important;
  }
  .mr-2\/3-ml {
    margin-right: 66.6666% !important;
  }
  .mr-3\/4-ml {
    margin-right: 75% !important;
  }
  .mr-5\/6-ml {
    margin-right: 83.3333% !important;
  }
  .mr-11\/12-ml {
    margin-right: 91.6666% !important;
  }
  .mb-neg1-ml {
    margin-bottom: -1px !important;
  }
  .mb-neg2-ml {
    margin-bottom: -2px !important;
  }
  .mb-neg3-ml {
    margin-bottom: -3px !important;
  }
  .mb-neg6-ml {
    margin-bottom: -6px !important;
  }
  .mb-neg12-ml {
    margin-bottom: -12px !important;
  }
  .mb-neg18-ml {
    margin-bottom: -18px !important;
  }
  .mb-neg24-ml {
    margin-bottom: -24px !important;
  }
  .mb-neg30-ml {
    margin-bottom: -30px !important;
  }
  .mb-neg36-ml {
    margin-bottom: -36px !important;
  }
  .mb-neg60-ml {
    margin-bottom: -60px !important;
  }
  .mb-neg120-ml {
    margin-bottom: -120px !important;
  }
  .mb-neg180-ml {
    margin-bottom: -180px !important;
  }
  .mb-neg240-ml {
    margin-bottom: -240px !important;
  }
  .mb-neg300-ml {
    margin-bottom: -300px !important;
  }
  .mb-neg360-ml {
    margin-bottom: -360px !important;
  }
  .mb0-ml {
    margin-bottom: 0 !important;
  }
  .mb3-ml {
    margin-bottom: 3px !important;
  }
  .mb6-ml {
    margin-bottom: 6px !important;
  }
  .mb12-ml {
    margin-bottom: 12px !important;
  }
  .mb18-ml {
    margin-bottom: 18px !important;
  }
  .mb24-ml {
    margin-bottom: 24px !important;
  }
  .mb30-ml {
    margin-bottom: 30px !important;
  }
  .mb36-ml {
    margin-bottom: 36px !important;
  }
  .mb60-ml {
    margin-bottom: 60px !important;
  }
  .mb120-ml {
    margin-bottom: 120px !important;
  }
  .mb180-ml {
    margin-bottom: 180px !important;
  }
  .mb240-ml {
    margin-bottom: 240px !important;
  }
  .mb300-ml {
    margin-bottom: 300px !important;
  }
  .mb360-ml {
    margin-bottom: 360px !important;
  }
  .ml-neg1-ml {
    margin-left: -1px !important;
  }
  .ml-neg2-ml {
    margin-left: -2px !important;
  }
  .ml-neg3-ml {
    margin-left: -3px !important;
  }
  .ml-neg6-ml {
    margin-left: -6px !important;
  }
  .ml-neg12-ml {
    margin-left: -12px !important;
  }
  .ml-neg18-ml {
    margin-left: -18px !important;
  }
  .ml-neg24-ml {
    margin-left: -24px !important;
  }
  .ml-neg30-ml {
    margin-left: -30px !important;
  }
  .ml-neg36-ml {
    margin-left: -36px !important;
  }
  .ml-neg60-ml {
    margin-left: -60px !important;
  }
  .ml-neg120-ml {
    margin-left: -120px !important;
  }
  .ml-neg180-ml {
    margin-left: -180px !important;
  }
  .ml-neg240-ml {
    margin-left: -240px !important;
  }
  .ml-neg300-ml {
    margin-left: -300px !important;
  }
  .ml-neg360-ml {
    margin-left: -360px !important;
  }
  .ml0-ml {
    margin-left: 0 !important;
  }
  .ml3-ml {
    margin-left: 3px !important;
  }
  .ml6-ml {
    margin-left: 6px !important;
  }
  .ml12-ml {
    margin-left: 12px !important;
  }
  .ml18-ml {
    margin-left: 18px !important;
  }
  .ml24-ml {
    margin-left: 24px !important;
  }
  .ml30-ml {
    margin-left: 30px !important;
  }
  .ml36-ml {
    margin-left: 36px !important;
  }
  .ml60-ml {
    margin-left: 60px !important;
  }
  .ml120-ml {
    margin-left: 120px !important;
  }
  .ml180-ml {
    margin-left: 180px !important;
  }
  .ml240-ml {
    margin-left: 240px !important;
  }
  .ml300-ml {
    margin-left: 300px !important;
  }
  .ml360-ml {
    margin-left: 360px !important;
  }
  .ml-1\/12-ml {
    margin-left: 8.3333% !important;
  }
  .ml-1\/6-ml {
    margin-left: 16.6666% !important;
  }
  .ml-1\/4-ml {
    margin-left: 25% !important;
  }
  .ml-1\/3-ml {
    margin-left: 33.3333% !important;
  }
  .ml-5\/12-ml {
    margin-left: 41.6666% !important;
  }
  .ml-1\/2-ml {
    margin-left: 50% !important;
  }
  .ml-7\/12-ml {
    margin-left: 58.3333% !important;
  }
  .ml-2\/3-ml {
    margin-left: 66.6666% !important;
  }
  .ml-3\/4-ml {
    margin-left: 75% !important;
  }
  .ml-5\/6-ml {
    margin-left: 83.3333% !important;
  }
  .ml-11\/12-ml {
    margin-left: 91.6666% !important;
  }
  .py0-ml {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py3-ml {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .py6-ml {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py12-ml {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py18-ml {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py24-ml {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py30-ml {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py36-ml {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py60-ml {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py120-ml {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py180-ml {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .py240-ml {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .py300-ml {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .py360-ml {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
  .px0-ml {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px3-ml {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .px6-ml {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .px12-ml {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px18-ml {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .px24-ml {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .px30-ml {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px36-ml {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .px60-ml {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .px120-ml {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .px180-ml {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .px240-ml {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .px300-ml {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .px360-ml {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .pt0-ml {
    padding-top: 0 !important;
  }
  .pt3-ml {
    padding-top: 3px !important;
  }
  .pt6-ml {
    padding-top: 6px !important;
  }
  .pt12-ml {
    padding-top: 12px !important;
  }
  .pt18-ml {
    padding-top: 18px !important;
  }
  .pt24-ml {
    padding-top: 24px !important;
  }
  .pt30-ml {
    padding-top: 30px !important;
  }
  .pt36-ml {
    padding-top: 36px !important;
  }
  .pt60-ml {
    padding-top: 60px !important;
  }
  .pt120-ml {
    padding-top: 120px !important;
  }
  .pt180-ml {
    padding-top: 180px !important;
  }
  .pt240-ml {
    padding-top: 240px !important;
  }
  .pt300-ml {
    padding-top: 300px !important;
  }
  .pt360-ml {
    padding-top: 360px !important;
  }
  .pr0-ml {
    padding-right: 0 !important;
  }
  .pr3-ml {
    padding-right: 3px !important;
  }
  .pr6-ml {
    padding-right: 6px !important;
  }
  .pr12-ml {
    padding-right: 12px !important;
  }
  .pr18-ml {
    padding-right: 18px !important;
  }
  .pr24-ml {
    padding-right: 24px !important;
  }
  .pr30-ml {
    padding-right: 30px !important;
  }
  .pr36-ml {
    padding-right: 36px !important;
  }
  .pr60-ml {
    padding-right: 60px !important;
  }
  .pr120-ml {
    padding-right: 120px !important;
  }
  .pr180-ml {
    padding-right: 180px !important;
  }
  .pr240-ml {
    padding-right: 240px !important;
  }
  .pr300-ml {
    padding-right: 300px !important;
  }
  .pr360-ml {
    padding-right: 360px !important;
  }
  .pb0-ml {
    padding-bottom: 0 !important;
  }
  .pb3-ml {
    padding-bottom: 3px !important;
  }
  .pb6-ml {
    padding-bottom: 6px !important;
  }
  .pb12-ml {
    padding-bottom: 12px !important;
  }
  .pb18-ml {
    padding-bottom: 18px !important;
  }
  .pb24-ml {
    padding-bottom: 24px !important;
  }
  .pb30-ml {
    padding-bottom: 30px !important;
  }
  .pb36-ml {
    padding-bottom: 36px !important;
  }
  .pb60-ml {
    padding-bottom: 60px !important;
  }
  .pb120-ml {
    padding-bottom: 120px !important;
  }
  .pb180-ml {
    padding-bottom: 180px !important;
  }
  .pb240-ml {
    padding-bottom: 240px !important;
  }
  .pb300-ml {
    padding-bottom: 300px !important;
  }
  .pb360-ml {
    padding-bottom: 360px !important;
  }
  .pl0-ml {
    padding-left: 0 !important;
  }
  .pl3-ml {
    padding-left: 3px !important;
  }
  .pl6-ml {
    padding-left: 6px !important;
  }
  .pl12-ml {
    padding-left: 12px !important;
  }
  .pl18-ml {
    padding-left: 18px !important;
  }
  .pl24-ml {
    padding-left: 24px !important;
  }
  .pl30-ml {
    padding-left: 30px !important;
  }
  .pl36-ml {
    padding-left: 36px !important;
  }
  .pl60-ml {
    padding-left: 60px !important;
  }
  .pl120-ml {
    padding-left: 120px !important;
  }
  .pl180-ml {
    padding-left: 180px !important;
  }
  .pl240-ml {
    padding-left: 240px !important;
  }
  .pl300-ml {
    padding-left: 300px !important;
  }
  .pl360-ml {
    padding-left: 360px !important;
  }
  .w0-ml {
    width: 0 !important;
  }
  .w3-ml {
    width: 3px !important;
  }
  .w6-ml {
    width: 6px !important;
  }
  .w12-ml {
    width: 12px !important;
  }
  .w18-ml {
    width: 18px !important;
  }
  .w24-ml {
    width: 24px !important;
  }
  .w30-ml {
    width: 30px !important;
  }
  .w36-ml {
    width: 36px !important;
  }
  .w60-ml {
    width: 60px !important;
  }
  .w120-ml {
    width: 120px !important;
  }
  .w180-ml {
    width: 180px !important;
  }
  .w240-ml {
    width: 240px !important;
  }
  .w300-ml {
    width: 300px !important;
  }
  .w360-ml {
    width: 360px !important;
  }
  .w600-ml {
    width: 600px !important;
  }
  .w-full-ml {
    width: 100% !important;
  }
  .w-auto-ml {
    width: auto !important;
  }
  .w-1\/12-ml {
    width: 8.3333% !important;
  }
  .w-1\/6-ml {
    width: 16.6666% !important;
  }
  .w-1\/4-ml {
    width: 25% !important;
  }
  .w-1\/3-ml {
    width: 33.3333% !important;
  }
  .w-5\/12-ml {
    width: 41.6666% !important;
  }
  .w-1\/2-ml {
    width: 50% !important;
  }
  .w-7\/12-ml {
    width: 58.3333% !important;
  }
  .w-2\/3-ml {
    width: 66.6666% !important;
  }
  .w-3\/4-ml {
    width: 75% !important;
  }
  .w-5\/6-ml {
    width: 83.3333% !important;
  }
  .w-11\/12-ml {
    width: 91.6666% !important;
  }
  .wmax0-ml {
    max-width: 0 !important;
  }
  .wmax3-ml {
    max-width: 3px !important;
  }
  .wmax6-ml {
    max-width: 6px !important;
  }
  .wmax12-ml {
    max-width: 12px !important;
  }
  .wmax18-ml {
    max-width: 18px !important;
  }
  .wmax24-ml {
    max-width: 24px !important;
  }
  .wmax30-ml {
    max-width: 30px !important;
  }
  .wmax36-ml {
    max-width: 36px !important;
  }
  .wmax60-ml {
    max-width: 60px !important;
  }
  .wmax120-ml {
    max-width: 120px !important;
  }
  .wmax180-ml {
    max-width: 180px !important;
  }
  .wmax240-ml {
    max-width: 240px !important;
  }
  .wmax300-ml {
    max-width: 300px !important;
  }
  .wmax360-ml {
    max-width: 360px !important;
  }
  .wmax600-ml {
    max-width: 600px !important;
  }
  .wmax1200-ml {
    max-width: 1200px !important;
  }
  .wmax1800-ml {
    max-width: 1800px !important;
  }
  .wmax-full-ml {
    max-width: 100% !important;
  }
  .wmax-none-ml {
    max-width: none !important;
  }
  .wmin0-ml {
    min-width: 0 !important;
  }
  .wmin3-ml {
    min-width: 3px !important;
  }
  .wmin6-ml {
    min-width: 6px !important;
  }
  .wmin12-ml {
    min-width: 12px !important;
  }
  .wmin18-ml {
    min-width: 18px !important;
  }
  .wmin24-ml {
    min-width: 24px !important;
  }
  .wmin30-ml {
    min-width: 30px !important;
  }
  .wmin36-ml {
    min-width: 36px !important;
  }
  .wmin60-ml {
    min-width: 60px !important;
  }
  .wmin120-ml {
    min-width: 120px !important;
  }
  .wmin180-ml {
    min-width: 180px !important;
  }
  .wmin240-ml {
    min-width: 240px !important;
  }
  .wmin300-ml {
    min-width: 300px !important;
  }
  .wmin360-ml {
    min-width: 360px !important;
  }
  .wmin600-ml {
    min-width: 600px !important;
  }
  .wmin-full-ml {
    min-width: 100% !important;
  }
  .h0-ml {
    height: 0 !important;
  }
  .h3-ml {
    height: 3px !important;
  }
  .h6-ml {
    height: 6px !important;
  }
  .h12-ml {
    height: 12px !important;
  }
  .h18-ml {
    height: 18px !important;
  }
  .h24-ml {
    height: 24px !important;
  }
  .h30-ml {
    height: 30px !important;
  }
  .h36-ml {
    height: 36px !important;
  }
  .h60-ml {
    height: 60px !important;
  }
  .h120-ml {
    height: 120px !important;
  }
  .h180-ml {
    height: 180px !important;
  }
  .h240-ml {
    height: 240px !important;
  }
  .h300-ml {
    height: 300px !important;
  }
  .h360-ml {
    height: 360px !important;
  }
  .h600-ml {
    height: 600px !important;
  }
  .h-full-ml {
    height: 100% !important;
  }
  .h-auto-ml {
    height: auto !important;
  }
  .hmax0-ml {
    max-height: 0 !important;
  }
  .hmax3-ml {
    max-height: 3px !important;
  }
  .hmax6-ml {
    max-height: 6px !important;
  }
  .hmax12-ml {
    max-height: 12px !important;
  }
  .hmax18-ml {
    max-height: 18px !important;
  }
  .hmax24-ml {
    max-height: 24px !important;
  }
  .hmax30-ml {
    max-height: 30px !important;
  }
  .hmax36-ml {
    max-height: 36px !important;
  }
  .hmax60-ml {
    max-height: 60px !important;
  }
  .hmax120-ml {
    max-height: 120px !important;
  }
  .hmax180-ml {
    max-height: 180px !important;
  }
  .hmax240-ml {
    max-height: 240px !important;
  }
  .hmax300-ml {
    max-height: 300px !important;
  }
  .hmax360-ml {
    max-height: 360px !important;
  }
  .hmax600-ml {
    max-height: 600px !important;
  }
  .hmax-full-ml {
    max-height: 100% !important;
  }
  .hmax-none-ml {
    max-height: none !important;
  }
  .hmin0-ml {
    min-height: 0 !important;
  }
  .hmin3-ml {
    min-height: 3px !important;
  }
  .hmin6-ml {
    min-height: 6px !important;
  }
  .hmin12-ml {
    min-height: 12px !important;
  }
  .hmin18-ml {
    min-height: 18px !important;
  }
  .hmin24-ml {
    min-height: 24px !important;
  }
  .hmin30-ml {
    min-height: 30px !important;
  }
  .hmin36-ml {
    min-height: 36px !important;
  }
  .hmin60-ml {
    min-height: 60px !important;
  }
  .hmin120-ml {
    min-height: 120px !important;
  }
  .hmin180-ml {
    min-height: 180px !important;
  }
  .hmin240-ml {
    min-height: 240px !important;
  }
  .hmin300-ml {
    min-height: 300px !important;
  }
  .hmin360-ml {
    min-height: 360px !important;
  }
  .hmin600-ml {
    min-height: 600px !important;
  }
  .hmin-full-ml {
    min-height: 100% !important;
  }
  .h-viewport-full-ml {
    height: 100vh !important;
  }
  .h-viewport-1\/12-ml {
    height: 8.3333vh !important;
  }
  .h-viewport-1\/6-ml {
    height: 16.6666vh !important;
  }
  .h-viewport-1\/4-ml {
    height: 25vh !important;
  }
  .h-viewport-1\/3-ml {
    height: 33.3333vh !important;
  }
  .h-viewport-5\/12-ml {
    height: 41.6666vh !important;
  }
  .h-viewport-1\/2-ml {
    height: 50vh !important;
  }
  .h-viewport-7\/12-ml {
    height: 58.3333vh !important;
  }
  .h-viewport-2\/3-ml {
    height: 66.6666vh !important;
  }
  .h-viewport-3\/4-ml {
    height: 75vh !important;
  }
  .h-viewport-5\/6-ml {
    height: 83.3333vh !important;
  }
  .h-viewport-11\/12-ml {
    height: 91.6666vh !important;
  }
  .hmax-viewport-full-ml {
    max-height: 100vh !important;
  }
  .hmax-viewport-1\/12-ml {
    max-height: 8.3333vh !important;
  }
  .hmax-viewport-1\/6-ml {
    max-height: 16.6666vh !important;
  }
  .hmax-viewport-1\/4-ml {
    max-height: 25vh !important;
  }
  .hmax-viewport-1\/3-ml {
    max-height: 33.3333vh !important;
  }
  .hmax-viewport-5\/12-ml {
    max-height: 41.6666vh !important;
  }
  .hmax-viewport-1\/2-ml {
    max-height: 50vh !important;
  }
  .hmax-viewport-7\/12-ml {
    max-height: 58.3333vh !important;
  }
  .hmax-viewport-2\/3-ml {
    max-height: 66.6666vh !important;
  }
  .hmax-viewport-3\/4-ml {
    max-height: 75vh !important;
  }
  .hmax-viewport-5\/6-ml {
    max-height: 83.3333vh !important;
  }
  .hmax-viewport-11\/12-ml {
    max-height: 91.6666vh !important;
  }
}
@media screen and (min-width: 1200px) {
  .grid--gut0-mxl {
    margin-left: 0;
  }
  .grid--gut3-mxl {
    margin-left: -3px;
  }
  .grid--gut6-mxl {
    margin-left: -6px;
  }
  .grid--gut12-mxl {
    margin-left: -12px;
  }
  .grid--gut18-mxl {
    margin-left: -18px;
  }
  .grid--gut24-mxl {
    margin-left: -24px;
  }
  .grid--gut30-mxl {
    margin-left: -30px;
  }
  .grid--gut36-mxl {
    margin-left: -36px;
  }
  .grid--gut60-mxl {
    margin-left: -60px;
  }
  .grid--gut120-mxl {
    margin-left: -120px;
  }
  .grid--gut0-mxl > .col, .grid--gut0-mxl > .col-ml, .grid--gut0-mxl > .col-mm, .grid--gut0-mxl > .col-mxl {
    padding-left: 0;
  }
  .grid--gut3-mxl > .col, .grid--gut3-mxl > .col-ml, .grid--gut3-mxl > .col-mm, .grid--gut3-mxl > .col-mxl {
    padding-left: 3px;
  }
  .grid--gut6-mxl > .col, .grid--gut6-mxl > .col-ml, .grid--gut6-mxl > .col-mm, .grid--gut6-mxl > .col-mxl {
    padding-left: 6px;
  }
  .grid--gut12-mxl > .col, .grid--gut12-mxl > .col-ml, .grid--gut12-mxl > .col-mm, .grid--gut12-mxl > .col-mxl {
    padding-left: 12px;
  }
  .grid--gut18-mxl > .col, .grid--gut18-mxl > .col-ml, .grid--gut18-mxl > .col-mm, .grid--gut18-mxl > .col-mxl {
    padding-left: 18px;
  }
  .grid--gut24-mxl > .col, .grid--gut24-mxl > .col-ml, .grid--gut24-mxl > .col-mm, .grid--gut24-mxl > .col-mxl {
    padding-left: 24px;
  }
  .grid--gut30-mxl > .col, .grid--gut30-mxl > .col-ml, .grid--gut30-mxl > .col-mm, .grid--gut30-mxl > .col-mxl {
    padding-left: 30px;
  }
  .grid--gut36-mxl > .col, .grid--gut36-mxl > .col-ml, .grid--gut36-mxl > .col-mm, .grid--gut36-mxl > .col-mxl {
    padding-left: 36px;
  }
  .grid--gut60-mxl > .col, .grid--gut60-mxl > .col-ml, .grid--gut60-mxl > .col-mm, .grid--gut60-mxl > .col-mxl {
    padding-left: 60px;
  }
  .grid--gut120-mxl > .col, .grid--gut120-mxl > .col-ml, .grid--gut120-mxl > .col-mm, .grid--gut120-mxl > .col-mxl {
    padding-left: 120px;
  }
  .my-neg1-mxl {
    margin-top: -1px !important;
    margin-bottom: -1px !important;
  }
  .my-neg2-mxl {
    margin-top: -2px !important;
    margin-bottom: -2px !important;
  }
  .my-neg3-mxl {
    margin-top: -3px !important;
    margin-bottom: -3px !important;
  }
  .my-neg6-mxl {
    margin-top: -6px !important;
    margin-bottom: -6px !important;
  }
  .my-neg12-mxl {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
  }
  .my-neg18-mxl {
    margin-top: -18px !important;
    margin-bottom: -18px !important;
  }
  .my-neg24-mxl {
    margin-top: -24px !important;
    margin-bottom: -24px !important;
  }
  .my-neg30-mxl {
    margin-top: -30px !important;
    margin-bottom: -30px !important;
  }
  .my-neg36-mxl {
    margin-top: -36px !important;
    margin-bottom: -36px !important;
  }
  .my-neg60-mxl {
    margin-top: -60px !important;
    margin-bottom: -60px !important;
  }
  .my-neg120-mxl {
    margin-top: -120px !important;
    margin-bottom: -120px !important;
  }
  .my-neg180-mxl {
    margin-top: -180px !important;
    margin-bottom: -180px !important;
  }
  .my-neg240-mxl {
    margin-top: -240px !important;
    margin-bottom: -240px !important;
  }
  .my-neg300-mxl {
    margin-top: -300px !important;
    margin-bottom: -300px !important;
  }
  .my-neg360-mxl {
    margin-top: -360px !important;
    margin-bottom: -360px !important;
  }
  .my0-mxl {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my3-mxl {
    margin-top: 3px !important;
    margin-bottom: 3px !important;
  }
  .my6-mxl {
    margin-top: 6px !important;
    margin-bottom: 6px !important;
  }
  .my12-mxl {
    margin-top: 12px !important;
    margin-bottom: 12px !important;
  }
  .my18-mxl {
    margin-top: 18px !important;
    margin-bottom: 18px !important;
  }
  .my24-mxl {
    margin-top: 24px !important;
    margin-bottom: 24px !important;
  }
  .my30-mxl {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
  .my36-mxl {
    margin-top: 36px !important;
    margin-bottom: 36px !important;
  }
  .my60-mxl {
    margin-top: 60px !important;
    margin-bottom: 60px !important;
  }
  .my120-mxl {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
  .my180-mxl {
    margin-top: 180px !important;
    margin-bottom: 180px !important;
  }
  .my240-mxl {
    margin-top: 240px !important;
    margin-bottom: 240px !important;
  }
  .my300-mxl {
    margin-top: 300px !important;
    margin-bottom: 300px !important;
  }
  .my360-mxl {
    margin-top: 360px !important;
    margin-bottom: 360px !important;
  }
  .mx-neg1-mxl {
    margin-left: -1px !important;
    margin-right: -1px !important;
  }
  .mx-neg2-mxl {
    margin-left: -2px !important;
    margin-right: -2px !important;
  }
  .mx-neg3-mxl {
    margin-left: -3px !important;
    margin-right: -3px !important;
  }
  .mx-neg6-mxl {
    margin-left: -6px !important;
    margin-right: -6px !important;
  }
  .mx-neg12-mxl {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }
  .mx-neg18-mxl {
    margin-left: -18px !important;
    margin-right: -18px !important;
  }
  .mx-neg24-mxl {
    margin-left: -24px !important;
    margin-right: -24px !important;
  }
  .mx-neg30-mxl {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  .mx-neg36-mxl {
    margin-left: -36px !important;
    margin-right: -36px !important;
  }
  .mx-neg60-mxl {
    margin-left: -60px !important;
    margin-right: -60px !important;
  }
  .mx-neg120-mxl {
    margin-left: -120px !important;
    margin-right: -120px !important;
  }
  .mx-neg180-mxl {
    margin-left: -180px !important;
    margin-right: -180px !important;
  }
  .mx-neg240-mxl {
    margin-left: -240px !important;
    margin-right: -240px !important;
  }
  .mx-neg300-mxl {
    margin-left: -300px !important;
    margin-right: -300px !important;
  }
  .mx-neg360-mxl {
    margin-left: -360px !important;
    margin-right: -360px !important;
  }
  .mx0-mxl {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .mx3-mxl {
    margin-left: 3px !important;
    margin-right: 3px !important;
  }
  .mx6-mxl {
    margin-left: 6px !important;
    margin-right: 6px !important;
  }
  .mx12-mxl {
    margin-left: 12px !important;
    margin-right: 12px !important;
  }
  .mx18-mxl {
    margin-left: 18px !important;
    margin-right: 18px !important;
  }
  .mx24-mxl {
    margin-left: 24px !important;
    margin-right: 24px !important;
  }
  .mx30-mxl {
    margin-left: 30px !important;
    margin-right: 30px !important;
  }
  .mx36-mxl {
    margin-left: 36px !important;
    margin-right: 36px !important;
  }
  .mx60-mxl {
    margin-left: 60px !important;
    margin-right: 60px !important;
  }
  .mx120-mxl {
    margin-left: 120px !important;
    margin-right: 120px !important;
  }
  .mx180-mxl {
    margin-left: 180px !important;
    margin-right: 180px !important;
  }
  .mx240-mxl {
    margin-left: 240px !important;
    margin-right: 240px !important;
  }
  .mx300-mxl {
    margin-left: 300px !important;
    margin-right: 300px !important;
  }
  .mx360-mxl {
    margin-left: 360px !important;
    margin-right: 360px !important;
  }
  .mt-neg1-mxl {
    margin-top: -1px !important;
  }
  .mt-neg2-mxl {
    margin-top: -2px !important;
  }
  .mt-neg3-mxl {
    margin-top: -3px !important;
  }
  .mt-neg6-mxl {
    margin-top: -6px !important;
  }
  .mt-neg12-mxl {
    margin-top: -12px !important;
  }
  .mt-neg18-mxl {
    margin-top: -18px !important;
  }
  .mt-neg24-mxl {
    margin-top: -24px !important;
  }
  .mt-neg30-mxl {
    margin-top: -30px !important;
  }
  .mt-neg36-mxl {
    margin-top: -36px !important;
  }
  .mt-neg60-mxl {
    margin-top: -60px !important;
  }
  .mt-neg120-mxl {
    margin-top: -120px !important;
  }
  .mt-neg180-mxl {
    margin-top: -180px !important;
  }
  .mt-neg240-mxl {
    margin-top: -240px !important;
  }
  .mt-neg300-mxl {
    margin-top: -300px !important;
  }
  .mt-neg360-mxl {
    margin-top: -360px !important;
  }
  .mt0-mxl {
    margin-top: 0 !important;
  }
  .mt3-mxl {
    margin-top: 3px !important;
  }
  .mt6-mxl {
    margin-top: 6px !important;
  }
  .mt12-mxl {
    margin-top: 12px !important;
  }
  .mt18-mxl {
    margin-top: 18px !important;
  }
  .mt24-mxl {
    margin-top: 24px !important;
  }
  .mt30-mxl {
    margin-top: 30px !important;
  }
  .mt36-mxl {
    margin-top: 36px !important;
  }
  .mt60-mxl {
    margin-top: 60px !important;
  }
  .mt120-mxl {
    margin-top: 120px !important;
  }
  .mt180-mxl {
    margin-top: 180px !important;
  }
  .mt240-mxl {
    margin-top: 240px !important;
  }
  .mt300-mxl {
    margin-top: 300px !important;
  }
  .mt360-mxl {
    margin-top: 360px !important;
  }
  .mr-neg1-mxl {
    margin-right: -1px !important;
  }
  .mr-neg2-mxl {
    margin-right: -2px !important;
  }
  .mr-neg3-mxl {
    margin-right: -3px !important;
  }
  .mr-neg6-mxl {
    margin-right: -6px !important;
  }
  .mr-neg12-mxl {
    margin-right: -12px !important;
  }
  .mr-neg18-mxl {
    margin-right: -18px !important;
  }
  .mr-neg24-mxl {
    margin-right: -24px !important;
  }
  .mr-neg30-mxl {
    margin-right: -30px !important;
  }
  .mr-neg36-mxl {
    margin-right: -36px !important;
  }
  .mr-neg60-mxl {
    margin-right: -60px !important;
  }
  .mr-neg120-mxl {
    margin-right: -120px !important;
  }
  .mr-neg180-mxl {
    margin-right: -180px !important;
  }
  .mr-neg240-mxl {
    margin-right: -240px !important;
  }
  .mr-neg300-mxl {
    margin-right: -300px !important;
  }
  .mr-neg360-mxl {
    margin-right: -360px !important;
  }
  .mr0-mxl {
    margin-right: 0 !important;
  }
  .mr3-mxl {
    margin-right: 3px !important;
  }
  .mr6-mxl {
    margin-right: 6px !important;
  }
  .mr12-mxl {
    margin-right: 12px !important;
  }
  .mr18-mxl {
    margin-right: 18px !important;
  }
  .mr24-mxl {
    margin-right: 24px !important;
  }
  .mr30-mxl {
    margin-right: 30px !important;
  }
  .mr36-mxl {
    margin-right: 36px !important;
  }
  .mr60-mxl {
    margin-right: 60px !important;
  }
  .mr120-mxl {
    margin-right: 120px !important;
  }
  .mr180-mxl {
    margin-right: 180px !important;
  }
  .mr240-mxl {
    margin-right: 240px !important;
  }
  .mr300-mxl {
    margin-right: 300px !important;
  }
  .mr360-mxl {
    margin-right: 360px !important;
  }
  .mr-1\/12-mxl {
    margin-right: 8.3333% !important;
  }
  .mr-1\/6-mxl {
    margin-right: 16.6666% !important;
  }
  .mr-1\/4-mxl {
    margin-right: 25% !important;
  }
  .mr-1\/3-mxl {
    margin-right: 33.3333% !important;
  }
  .mr-5\/12-mxl {
    margin-right: 41.6666% !important;
  }
  .mr-1\/2-mxl {
    margin-right: 50% !important;
  }
  .mr-7\/12-mxl {
    margin-right: 58.3333% !important;
  }
  .mr-2\/3-mxl {
    margin-right: 66.6666% !important;
  }
  .mr-3\/4-mxl {
    margin-right: 75% !important;
  }
  .mr-5\/6-mxl {
    margin-right: 83.3333% !important;
  }
  .mr-11\/12-mxl {
    margin-right: 91.6666% !important;
  }
  .mb-neg1-mxl {
    margin-bottom: -1px !important;
  }
  .mb-neg2-mxl {
    margin-bottom: -2px !important;
  }
  .mb-neg3-mxl {
    margin-bottom: -3px !important;
  }
  .mb-neg6-mxl {
    margin-bottom: -6px !important;
  }
  .mb-neg12-mxl {
    margin-bottom: -12px !important;
  }
  .mb-neg18-mxl {
    margin-bottom: -18px !important;
  }
  .mb-neg24-mxl {
    margin-bottom: -24px !important;
  }
  .mb-neg30-mxl {
    margin-bottom: -30px !important;
  }
  .mb-neg36-mxl {
    margin-bottom: -36px !important;
  }
  .mb-neg60-mxl {
    margin-bottom: -60px !important;
  }
  .mb-neg120-mxl {
    margin-bottom: -120px !important;
  }
  .mb-neg180-mxl {
    margin-bottom: -180px !important;
  }
  .mb-neg240-mxl {
    margin-bottom: -240px !important;
  }
  .mb-neg300-mxl {
    margin-bottom: -300px !important;
  }
  .mb-neg360-mxl {
    margin-bottom: -360px !important;
  }
  .mb0-mxl {
    margin-bottom: 0 !important;
  }
  .mb3-mxl {
    margin-bottom: 3px !important;
  }
  .mb6-mxl {
    margin-bottom: 6px !important;
  }
  .mb12-mxl {
    margin-bottom: 12px !important;
  }
  .mb18-mxl {
    margin-bottom: 18px !important;
  }
  .mb24-mxl {
    margin-bottom: 24px !important;
  }
  .mb30-mxl {
    margin-bottom: 30px !important;
  }
  .mb36-mxl {
    margin-bottom: 36px !important;
  }
  .mb60-mxl {
    margin-bottom: 60px !important;
  }
  .mb120-mxl {
    margin-bottom: 120px !important;
  }
  .mb180-mxl {
    margin-bottom: 180px !important;
  }
  .mb240-mxl {
    margin-bottom: 240px !important;
  }
  .mb300-mxl {
    margin-bottom: 300px !important;
  }
  .mb360-mxl {
    margin-bottom: 360px !important;
  }
  .ml-neg1-mxl {
    margin-left: -1px !important;
  }
  .ml-neg2-mxl {
    margin-left: -2px !important;
  }
  .ml-neg3-mxl {
    margin-left: -3px !important;
  }
  .ml-neg6-mxl {
    margin-left: -6px !important;
  }
  .ml-neg12-mxl {
    margin-left: -12px !important;
  }
  .ml-neg18-mxl {
    margin-left: -18px !important;
  }
  .ml-neg24-mxl {
    margin-left: -24px !important;
  }
  .ml-neg30-mxl {
    margin-left: -30px !important;
  }
  .ml-neg36-mxl {
    margin-left: -36px !important;
  }
  .ml-neg60-mxl {
    margin-left: -60px !important;
  }
  .ml-neg120-mxl {
    margin-left: -120px !important;
  }
  .ml-neg180-mxl {
    margin-left: -180px !important;
  }
  .ml-neg240-mxl {
    margin-left: -240px !important;
  }
  .ml-neg300-mxl {
    margin-left: -300px !important;
  }
  .ml-neg360-mxl {
    margin-left: -360px !important;
  }
  .ml0-mxl {
    margin-left: 0 !important;
  }
  .ml3-mxl {
    margin-left: 3px !important;
  }
  .ml6-mxl {
    margin-left: 6px !important;
  }
  .ml12-mxl {
    margin-left: 12px !important;
  }
  .ml18-mxl {
    margin-left: 18px !important;
  }
  .ml24-mxl {
    margin-left: 24px !important;
  }
  .ml30-mxl {
    margin-left: 30px !important;
  }
  .ml36-mxl {
    margin-left: 36px !important;
  }
  .ml60-mxl {
    margin-left: 60px !important;
  }
  .ml120-mxl {
    margin-left: 120px !important;
  }
  .ml180-mxl {
    margin-left: 180px !important;
  }
  .ml240-mxl {
    margin-left: 240px !important;
  }
  .ml300-mxl {
    margin-left: 300px !important;
  }
  .ml360-mxl {
    margin-left: 360px !important;
  }
  .ml-1\/12-mxl {
    margin-left: 8.3333% !important;
  }
  .ml-1\/6-mxl {
    margin-left: 16.6666% !important;
  }
  .ml-1\/4-mxl {
    margin-left: 25% !important;
  }
  .ml-1\/3-mxl {
    margin-left: 33.3333% !important;
  }
  .ml-5\/12-mxl {
    margin-left: 41.6666% !important;
  }
  .ml-1\/2-mxl {
    margin-left: 50% !important;
  }
  .ml-7\/12-mxl {
    margin-left: 58.3333% !important;
  }
  .ml-2\/3-mxl {
    margin-left: 66.6666% !important;
  }
  .ml-3\/4-mxl {
    margin-left: 75% !important;
  }
  .ml-5\/6-mxl {
    margin-left: 83.3333% !important;
  }
  .ml-11\/12-mxl {
    margin-left: 91.6666% !important;
  }
  .py0-mxl {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py3-mxl {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
  }
  .py6-mxl {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }
  .py12-mxl {
    padding-top: 12px !important;
    padding-bottom: 12px !important;
  }
  .py18-mxl {
    padding-top: 18px !important;
    padding-bottom: 18px !important;
  }
  .py24-mxl {
    padding-top: 24px !important;
    padding-bottom: 24px !important;
  }
  .py30-mxl {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }
  .py36-mxl {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }
  .py60-mxl {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  .py120-mxl {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .py180-mxl {
    padding-top: 180px !important;
    padding-bottom: 180px !important;
  }
  .py240-mxl {
    padding-top: 240px !important;
    padding-bottom: 240px !important;
  }
  .py300-mxl {
    padding-top: 300px !important;
    padding-bottom: 300px !important;
  }
  .py360-mxl {
    padding-top: 360px !important;
    padding-bottom: 360px !important;
  }
  .px0-mxl {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .px3-mxl {
    padding-left: 3px !important;
    padding-right: 3px !important;
  }
  .px6-mxl {
    padding-left: 6px !important;
    padding-right: 6px !important;
  }
  .px12-mxl {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .px18-mxl {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }
  .px24-mxl {
    padding-left: 24px !important;
    padding-right: 24px !important;
  }
  .px30-mxl {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .px36-mxl {
    padding-left: 36px !important;
    padding-right: 36px !important;
  }
  .px60-mxl {
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .px120-mxl {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
  .px180-mxl {
    padding-left: 180px !important;
    padding-right: 180px !important;
  }
  .px240-mxl {
    padding-left: 240px !important;
    padding-right: 240px !important;
  }
  .px300-mxl {
    padding-left: 300px !important;
    padding-right: 300px !important;
  }
  .px360-mxl {
    padding-left: 360px !important;
    padding-right: 360px !important;
  }
  .pt0-mxl {
    padding-top: 0 !important;
  }
  .pt3-mxl {
    padding-top: 3px !important;
  }
  .pt6-mxl {
    padding-top: 6px !important;
  }
  .pt12-mxl {
    padding-top: 12px !important;
  }
  .pt18-mxl {
    padding-top: 18px !important;
  }
  .pt24-mxl {
    padding-top: 24px !important;
  }
  .pt30-mxl {
    padding-top: 30px !important;
  }
  .pt36-mxl {
    padding-top: 36px !important;
  }
  .pt60-mxl {
    padding-top: 60px !important;
  }
  .pt120-mxl {
    padding-top: 120px !important;
  }
  .pt180-mxl {
    padding-top: 180px !important;
  }
  .pt240-mxl {
    padding-top: 240px !important;
  }
  .pt300-mxl {
    padding-top: 300px !important;
  }
  .pt360-mxl {
    padding-top: 360px !important;
  }
  .pr0-mxl {
    padding-right: 0 !important;
  }
  .pr3-mxl {
    padding-right: 3px !important;
  }
  .pr6-mxl {
    padding-right: 6px !important;
  }
  .pr12-mxl {
    padding-right: 12px !important;
  }
  .pr18-mxl {
    padding-right: 18px !important;
  }
  .pr24-mxl {
    padding-right: 24px !important;
  }
  .pr30-mxl {
    padding-right: 30px !important;
  }
  .pr36-mxl {
    padding-right: 36px !important;
  }
  .pr60-mxl {
    padding-right: 60px !important;
  }
  .pr120-mxl {
    padding-right: 120px !important;
  }
  .pr180-mxl {
    padding-right: 180px !important;
  }
  .pr240-mxl {
    padding-right: 240px !important;
  }
  .pr300-mxl {
    padding-right: 300px !important;
  }
  .pr360-mxl {
    padding-right: 360px !important;
  }
  .pb0-mxl {
    padding-bottom: 0 !important;
  }
  .pb3-mxl {
    padding-bottom: 3px !important;
  }
  .pb6-mxl {
    padding-bottom: 6px !important;
  }
  .pb12-mxl {
    padding-bottom: 12px !important;
  }
  .pb18-mxl {
    padding-bottom: 18px !important;
  }
  .pb24-mxl {
    padding-bottom: 24px !important;
  }
  .pb30-mxl {
    padding-bottom: 30px !important;
  }
  .pb36-mxl {
    padding-bottom: 36px !important;
  }
  .pb60-mxl {
    padding-bottom: 60px !important;
  }
  .pb120-mxl {
    padding-bottom: 120px !important;
  }
  .pb180-mxl {
    padding-bottom: 180px !important;
  }
  .pb240-mxl {
    padding-bottom: 240px !important;
  }
  .pb300-mxl {
    padding-bottom: 300px !important;
  }
  .pb360-mxl {
    padding-bottom: 360px !important;
  }
  .pl0-mxl {
    padding-left: 0 !important;
  }
  .pl3-mxl {
    padding-left: 3px !important;
  }
  .pl6-mxl {
    padding-left: 6px !important;
  }
  .pl12-mxl {
    padding-left: 12px !important;
  }
  .pl18-mxl {
    padding-left: 18px !important;
  }
  .pl24-mxl {
    padding-left: 24px !important;
  }
  .pl30-mxl {
    padding-left: 30px !important;
  }
  .pl36-mxl {
    padding-left: 36px !important;
  }
  .pl60-mxl {
    padding-left: 60px !important;
  }
  .pl120-mxl {
    padding-left: 120px !important;
  }
  .pl180-mxl {
    padding-left: 180px !important;
  }
  .pl240-mxl {
    padding-left: 240px !important;
  }
  .pl300-mxl {
    padding-left: 300px !important;
  }
  .pl360-mxl {
    padding-left: 360px !important;
  }
  .w0-mxl {
    width: 0 !important;
  }
  .w3-mxl {
    width: 3px !important;
  }
  .w6-mxl {
    width: 6px !important;
  }
  .w12-mxl {
    width: 12px !important;
  }
  .w18-mxl {
    width: 18px !important;
  }
  .w24-mxl {
    width: 24px !important;
  }
  .w30-mxl {
    width: 30px !important;
  }
  .w36-mxl {
    width: 36px !important;
  }
  .w60-mxl {
    width: 60px !important;
  }
  .w120-mxl {
    width: 120px !important;
  }
  .w180-mxl {
    width: 180px !important;
  }
  .w240-mxl {
    width: 240px !important;
  }
  .w300-mxl {
    width: 300px !important;
  }
  .w360-mxl {
    width: 360px !important;
  }
  .w600-mxl {
    width: 600px !important;
  }
  .w-full-mxl {
    width: 100% !important;
  }
  .w-auto-mxl {
    width: auto !important;
  }
  .w-1\/12-mxl {
    width: 8.3333% !important;
  }
  .w-1\/6-mxl {
    width: 16.6666% !important;
  }
  .w-1\/4-mxl {
    width: 25% !important;
  }
  .w-1\/3-mxl {
    width: 33.3333% !important;
  }
  .w-5\/12-mxl {
    width: 41.6666% !important;
  }
  .w-1\/2-mxl {
    width: 50% !important;
  }
  .w-7\/12-mxl {
    width: 58.3333% !important;
  }
  .w-2\/3-mxl {
    width: 66.6666% !important;
  }
  .w-3\/4-mxl {
    width: 75% !important;
  }
  .w-5\/6-mxl {
    width: 83.3333% !important;
  }
  .w-11\/12-mxl {
    width: 91.6666% !important;
  }
  .wmax0-mxl {
    max-width: 0 !important;
  }
  .wmax3-mxl {
    max-width: 3px !important;
  }
  .wmax6-mxl {
    max-width: 6px !important;
  }
  .wmax12-mxl {
    max-width: 12px !important;
  }
  .wmax18-mxl {
    max-width: 18px !important;
  }
  .wmax24-mxl {
    max-width: 24px !important;
  }
  .wmax30-mxl {
    max-width: 30px !important;
  }
  .wmax36-mxl {
    max-width: 36px !important;
  }
  .wmax60-mxl {
    max-width: 60px !important;
  }
  .wmax120-mxl {
    max-width: 120px !important;
  }
  .wmax180-mxl {
    max-width: 180px !important;
  }
  .wmax240-mxl {
    max-width: 240px !important;
  }
  .wmax300-mxl {
    max-width: 300px !important;
  }
  .wmax360-mxl {
    max-width: 360px !important;
  }
  .wmax600-mxl {
    max-width: 600px !important;
  }
  .wmax1200-mxl {
    max-width: 1200px !important;
  }
  .wmax1800-mxl {
    max-width: 1800px !important;
  }
  .wmax-full-mxl {
    max-width: 100% !important;
  }
  .wmax-none-mxl {
    max-width: none !important;
  }
  .wmin0-mxl {
    min-width: 0 !important;
  }
  .wmin3-mxl {
    min-width: 3px !important;
  }
  .wmin6-mxl {
    min-width: 6px !important;
  }
  .wmin12-mxl {
    min-width: 12px !important;
  }
  .wmin18-mxl {
    min-width: 18px !important;
  }
  .wmin24-mxl {
    min-width: 24px !important;
  }
  .wmin30-mxl {
    min-width: 30px !important;
  }
  .wmin36-mxl {
    min-width: 36px !important;
  }
  .wmin60-mxl {
    min-width: 60px !important;
  }
  .wmin120-mxl {
    min-width: 120px !important;
  }
  .wmin180-mxl {
    min-width: 180px !important;
  }
  .wmin240-mxl {
    min-width: 240px !important;
  }
  .wmin300-mxl {
    min-width: 300px !important;
  }
  .wmin360-mxl {
    min-width: 360px !important;
  }
  .wmin600-mxl {
    min-width: 600px !important;
  }
  .wmin-full-mxl {
    min-width: 100% !important;
  }
  .h0-mxl {
    height: 0 !important;
  }
  .h3-mxl {
    height: 3px !important;
  }
  .h6-mxl {
    height: 6px !important;
  }
  .h12-mxl {
    height: 12px !important;
  }
  .h18-mxl {
    height: 18px !important;
  }
  .h24-mxl {
    height: 24px !important;
  }
  .h30-mxl {
    height: 30px !important;
  }
  .h36-mxl {
    height: 36px !important;
  }
  .h60-mxl {
    height: 60px !important;
  }
  .h120-mxl {
    height: 120px !important;
  }
  .h180-mxl {
    height: 180px !important;
  }
  .h240-mxl {
    height: 240px !important;
  }
  .h300-mxl {
    height: 300px !important;
  }
  .h360-mxl {
    height: 360px !important;
  }
  .h600-mxl {
    height: 600px !important;
  }
  .h-full-mxl {
    height: 100% !important;
  }
  .h-auto-mxl {
    height: auto !important;
  }
  .hmax0-mxl {
    max-height: 0 !important;
  }
  .hmax3-mxl {
    max-height: 3px !important;
  }
  .hmax6-mxl {
    max-height: 6px !important;
  }
  .hmax12-mxl {
    max-height: 12px !important;
  }
  .hmax18-mxl {
    max-height: 18px !important;
  }
  .hmax24-mxl {
    max-height: 24px !important;
  }
  .hmax30-mxl {
    max-height: 30px !important;
  }
  .hmax36-mxl {
    max-height: 36px !important;
  }
  .hmax60-mxl {
    max-height: 60px !important;
  }
  .hmax120-mxl {
    max-height: 120px !important;
  }
  .hmax180-mxl {
    max-height: 180px !important;
  }
  .hmax240-mxl {
    max-height: 240px !important;
  }
  .hmax300-mxl {
    max-height: 300px !important;
  }
  .hmax360-mxl {
    max-height: 360px !important;
  }
  .hmax600-mxl {
    max-height: 600px !important;
  }
  .hmax-full-mxl {
    max-height: 100% !important;
  }
  .hmax-none-mxl {
    max-height: none !important;
  }
  .hmin0-mxl {
    min-height: 0 !important;
  }
  .hmin3-mxl {
    min-height: 3px !important;
  }
  .hmin6-mxl {
    min-height: 6px !important;
  }
  .hmin12-mxl {
    min-height: 12px !important;
  }
  .hmin18-mxl {
    min-height: 18px !important;
  }
  .hmin24-mxl {
    min-height: 24px !important;
  }
  .hmin30-mxl {
    min-height: 30px !important;
  }
  .hmin36-mxl {
    min-height: 36px !important;
  }
  .hmin60-mxl {
    min-height: 60px !important;
  }
  .hmin120-mxl {
    min-height: 120px !important;
  }
  .hmin180-mxl {
    min-height: 180px !important;
  }
  .hmin240-mxl {
    min-height: 240px !important;
  }
  .hmin300-mxl {
    min-height: 300px !important;
  }
  .hmin360-mxl {
    min-height: 360px !important;
  }
  .hmin600-mxl {
    min-height: 600px !important;
  }
  .hmin-full-mxl {
    min-height: 100% !important;
  }
  .h-viewport-full-mxl {
    height: 100vh !important;
  }
  .h-viewport-1\/12-mxl {
    height: 8.3333vh !important;
  }
  .h-viewport-1\/6-mxl {
    height: 16.6666vh !important;
  }
  .h-viewport-1\/4-mxl {
    height: 25vh !important;
  }
  .h-viewport-1\/3-mxl {
    height: 33.3333vh !important;
  }
  .h-viewport-5\/12-mxl {
    height: 41.6666vh !important;
  }
  .h-viewport-1\/2-mxl {
    height: 50vh !important;
  }
  .h-viewport-7\/12-mxl {
    height: 58.3333vh !important;
  }
  .h-viewport-2\/3-mxl {
    height: 66.6666vh !important;
  }
  .h-viewport-3\/4-mxl {
    height: 75vh !important;
  }
  .h-viewport-5\/6-mxl {
    height: 83.3333vh !important;
  }
  .h-viewport-11\/12-mxl {
    height: 91.6666vh !important;
  }
  .hmax-viewport-full-mxl {
    max-height: 100vh !important;
  }
  .hmax-viewport-1\/12-mxl {
    max-height: 8.3333vh !important;
  }
  .hmax-viewport-1\/6-mxl {
    max-height: 16.6666vh !important;
  }
  .hmax-viewport-1\/4-mxl {
    max-height: 25vh !important;
  }
  .hmax-viewport-1\/3-mxl {
    max-height: 33.3333vh !important;
  }
  .hmax-viewport-5\/12-mxl {
    max-height: 41.6666vh !important;
  }
  .hmax-viewport-1\/2-mxl {
    max-height: 50vh !important;
  }
  .hmax-viewport-7\/12-mxl {
    max-height: 58.3333vh !important;
  }
  .hmax-viewport-2\/3-mxl {
    max-height: 66.6666vh !important;
  }
  .hmax-viewport-3\/4-mxl {
    max-height: 75vh !important;
  }
  .hmax-viewport-5\/6-mxl {
    max-height: 83.3333vh !important;
  }
  .hmax-viewport-11\/12-mxl {
    max-height: 91.6666vh !important;
  }
}
.triangle {
  width: 12px !important;
  height: 12px !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.triangle--u {
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-bottom: 9px solid currentColor !important;
}

.triangle--r {
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-left: 9px solid currentColor !important;
}

.triangle--d {
  border-left: 6px solid transparent !important;
  border-right: 6px solid transparent !important;
  border-top: 9px solid currentColor !important;
}

.triangle--l {
  border-top: 6px solid transparent !important;
  border-bottom: 6px solid transparent !important;
  border-right: 9px solid currentColor !important;
}

.triangle-l {
  width: 24px !important;
  height: 24px !important;
  font-size: 0 !important;
  line-height: 0 !important;
}

.triangle-l--u {
  border-left: 12px solid transparent !important;
  border-right: 12px solid transparent !important;
  border-bottom: 18px solid currentColor !important;
}

.triangle-l--r {
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  border-left: 18px solid currentColor !important;
}

.triangle-l--d {
  border-left: 12px solid transparent !important;
  border-right: 12px solid transparent !important;
  border-top: 18px solid currentColor !important;
}

.triangle-l--l {
  border-top: 12px solid transparent !important;
  border-bottom: 12px solid transparent !important;
  border-right: 18px solid currentColor !important;
}

.animation-pulse {
  animation: pulse 1.5s ease-in-out;
}

.animation-spin {
  animation: spin 1.5s linear;
}

.animation-fade-in {
  animation: fadein 1.5s ease-in forwards;
}

.animation-fade-out {
  animation: fadein 1.5s ease-out reverse forwards;
}

.animation-fade-in-out {
  animation: fadeinout 1.5s ease-in-out forwards;
}

.animation-shake {
  animation: shake 1.5s ease-in-out;
}

.animation--speed-025 {
  animation-duration: 250ms;
}

.animation--speed-05 {
  animation-duration: 500ms;
}

.animation--speed-1 {
  animation-duration: 1s;
}

.animation--speed-2 {
  animation-duration: 2s;
}

.animation--speed-4 {
  animation-duration: 4s;
}

.animation--delay {
  animation-delay: 1s;
}

.animation--infinite {
  animation-iteration-count: infinite;
}

.scroll-styled::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: 0 0;
}

.scroll-styled::-webkit-scrollbar:hover {
  background: 0 0;
}

.scroll-styled::-webkit-scrollbar-track {
  background: 0 0;
}

.scroll-styled::-webkit-scrollbar-thumb {
  background: rgba(0, 0, 0, 0.25);
  border-color: transparent;
  width: 6px;
  border-radius: 3px;
}

.scroll-styled::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.35);
}

.scroll-styled::-webkit-scrollbar-track:hover {
  background: 0 0;
}

.scroll-styled--dark::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
}

.scroll-styled--dark::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}

.loading, .loading--dark {
  display: block;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  border: 3px solid rgba(14, 33, 39, 0.25);
  border-top-color: currentColor;
  animation: assembly-loading 0.8s infinite cubic-bezier(0.45, 0.05, 0.55, 0.95);
}

.loading--dark {
  color: #fff;
  border-left-color: rgba(255, 255, 255, 0.25);
  border-right-color: rgba(255, 255, 255, 0.25);
  border-bottom-color: rgba(255, 255, 255, 0.25);
}

.loading--s {
  height: 18px;
  width: 18px;
}

.events-none {
  -webkit-touch-callout: none;
  pointer-events: none;
}

@media screen and (min-width: 640px) {
  .events-none-mm {
    -webkit-touch-callout: none !important;
    pointer-events: none !important;
  }
}
@media screen and (min-width: 800px) {
  .events-none-ml {
    -webkit-touch-callout: none !important;
    pointer-events: none !important;
  }
}
.events-all {
  -webkit-touch-callout: default;
  pointer-events: all;
}

@media screen and (min-width: 640px) {
  .events-all-mm {
    -webkit-touch-callout: default !important;
    pointer-events: all !important;
  }
}
@media screen and (min-width: 800px) {
  .events-all-ml {
    -webkit-touch-callout: default !important;
    pointer-events: all !important;
  }
}
.unselectable {
  -webkit-user-select: none;
  user-select: none;
}

@media screen and (min-width: 640px) {
  .unselectable-mm {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
}
@media screen and (min-width: 800px) {
  .unselectable-ml {
    -webkit-user-select: none !important;
    user-select: none !important;
  }
}
.selectable {
  -webkit-user-select: text;
  user-select: text;
}

@media screen and (min-width: 640px) {
  .selectable-mm {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
}
@media screen and (min-width: 800px) {
  .selectable-ml {
    -webkit-user-select: text !important;
    user-select: text !important;
  }
}
.transition {
  transition: all 0.125s;
}

.transition-none {
  transition: auto;
}

.overflow-scroll {
  overflow: scroll !important;
}

.overflow-auto {
  overflow: auto !important;
  -webkit-overflow-scrolling: touch;
}

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

.hide-visually {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

@media print {
  .none-print {
    display: none !important;
  }
}
@font-face {
  font-family: "Cera";
  font-weight: 300;
  src: url(https://assets.website-files.com/5f291534dceb6cd8f0e7a02f/5fa51ad2d78d7e853909ea49_Cera%20Pro%20Light.otf) format("opentype");
}
@font-face {
  font-family: "Cera";
  font-weight: 400;
  src: url(https://assets.website-files.com/5f291534dceb6cd8f0e7a02f/5f2a9eb37e663459fc064f54_CeraPRO-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Cera";
  font-weight: 500;
  src: url(https://assets.website-files.com/6050a76fa6a633d5d54ae714/6050ab4346858de0e05420ae_Cera%20Pro%20Medium.woff2) format("woff2");
}
@font-face {
  font-family: "Cera";
  font-weight: 700;
  src: url(https://api.mapbox.com/mapbox-assembly/fonts/CeraPRO-Bold.v1.woff2) format("woff2"), url(https://api.mapbox.com/mapbox-assembly/fonts/CeraPRO-Bold.v1.woff) format("woff");
}
@font-face {
  font-family: "Cera";
  font-style: italic;
  font-weight: 700;
  src: url(https://api.mapbox.com/mapbox-assembly/fonts/CeraPRO-BoldItalic.v1.woff2) format("woff2"), url(https://api.mapbox.com/mapbox-assembly/fonts/CeraPRO-BoldItalic.v1.woff) format("woff");
}
body {
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

.txt-fancy, .txt-fancy-bold {
  font-family: "Cera", "Open Sans", sans-serif !important;
  font-weight: 700;
}

.txt-fancy-light, .txt-fancy-medium, .txt-fancy-regular {
  font-family: "Cera", "Open Sans", sans-serif !important;
  font-weight: 300;
}

.txt-fancy-medium, .txt-fancy-regular {
  font-weight: 400;
}

.txt-fancy-medium {
  font-weight: 500;
}

.mb-logo {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 790 180%22%3E%3Cpath d%3D%22M89.1 1.8C39.9 1.8 0 41.7 0 90.9 0 140.1 39.9 180 89.1 180c49.2 0 89.1-39.9 89.1-89.1 0-49.2-39.9-89.1-89.1-89.1zm457.8 19.7c-1.2 0-2.2 1-2.2 2.2v103.2c0 1.2 1 2.2 2.2 2.2h13.4c1.2 0 2.2-1 2.2-2.2v-7.1c6.9 7.2 16.4 11.3 26.3 11.3 20.9 0 37.9-18 37.9-40.3 0-22.3-17-40.2-37.9-40.2-10 0-19.5 4.1-26.3 11.3V23.7c0-1.2-1-2.2-2.2-2.2h-13.4zM98.3 36.4c11.4.3 22.9 4.8 31.7 13.7 17.7 17.7 18.3 45.7 1.4 62.7-30.5 30.5-84.8 20.7-84.8 20.7s-9.8-54.3 20.7-84.8c8.5-8.4 19.7-12.5 31-12.3zm160.3 14.2c-8.2 0-15.9 4-20.8 10.6v-6.4c0-1.2-1-2.2-2.2-2.2h-13.4c-1.2 0-2.2 1-2.2 2.2V127c0 1.2 1 2.2 2.2 2.2h13.4c1.2 0 2.2-1 2.2-2.2V83.8c.5-9.7 7.2-17.3 15.4-17.3 8.5 0 15.6 7.1 15.6 16.5v44c0 1.2 1 2.2 2.2 2.2h13.5c1.2 0 2.2-1 2.2-2.2l-.1-44.9c1.2-8.8 7.6-15.6 15.3-15.6 8.5 0 15.6 7.1 15.6 16.5v44c0 1.2 1 2.2 2.2 2.2h13.5c1.2 0 2.2-1 2.2-2.2l-.1-49.6c.3-14.8-12.3-26.8-27.9-26.8-10 .1-19.2 5.9-23.5 15-5-9.3-14.7-15.1-25.3-15zm127.9 0c-20.9 0-37.9 18-37.9 40.3 0 22.3 17 40.3 37.9 40.3 10 0 19.5-4.1 26.3-11.3v7.1c0 1.2 1 2.2 2.2 2.2h13.4c1.2 0 2.2-1 2.2-2.2V54.8c.1-1.2-.9-2.2-2.2-2.2H415c-1.2 0-2.2 1-2.2 2.2v7.1c-6.9-7.2-16.4-11.3-26.3-11.3zm106.1 0c-10 0-19.5 4.1-26.3 11.3v-7.1c0-1.2-1-2.2-2.2-2.2h-13.4c-1.2 0-2.2 1-2.2 2.2V158c0 1.2 1 2.2 2.2 2.2h13.4c1.2 0 2.2-1 2.2-2.2v-38.2c6.9 7.2 16.4 11.3 26.3 11.3 20.9 0 37.9-18 37.9-40.3 0-22.3-17-40.2-37.9-40.2zm185.5 0c-22.7 0-41 18-41 40.3 0 22.3 18.4 40.3 41 40.3s41-18 41-40.3c0-22.3-18.3-40.3-41-40.3zm45.4 2c-1.1 0-2 .9-2 2 0 .4.1.8.3 1.1l23 35-23.3 35.4c-.6.9-.4 2.2.6 2.8.3.2.7.3 1.1.3h15.5c1.2 0 2.3-.6 2.9-1.6l13.8-23.1 13.8 23.1c.6 1 1.7 1.6 2.9 1.6h15.5c1.1 0 2-.9 2-2 0-.4-.1-.7-.3-1.1L766 90.7l23-35c.6-.9.4-2.2-.6-2.8-.3-.2-.7-.3-1.1-.3h-15.5c-1.2 0-2.3.6-2.9 1.6l-13.5 22.7-13.5-22.7c-.6-1-1.7-1.6-2.9-1.6h-15.5zM99.3 54l-8.7 18-17.9 8.7 17.9 8.7 8.7 18 8.8-18 17.9-8.7-17.9-8.7-8.8-18zm290.3 12.7c12.7 0 23 10.7 23.2 23.9v.6c-.1 13.2-10.5 23.9-23.2 23.9-12.8 0-23.2-10.8-23.2-24.2 0-13.4 10.4-24.2 23.2-24.2zm99.8 0c12.8 0 23.2 10.8 23.2 24.2 0 13.4-10.4 24.2-23.2 24.2-12.7 0-23-10.7-23.2-23.9v-.6c.2-13.2 10.5-23.9 23.2-23.9zm96.3 0c12.8 0 23.2 10.8 23.2 24.2 0 13.4-10.4 24.2-23.2 24.2-12.7 0-23-10.7-23.2-23.9v-.6c.2-13.2 10.5-23.9 23.2-23.9zm92.2 0c12.8 0 23.2 10.8 23.2 24.2 0 13.4-10.4 24.2-23.2 24.2-12.8 0-23.2-10.8-23.2-24.2 0-13.4 10.4-24.2 23.2-24.2z%22 fill%3D%22%23000%22%2F%3E%3C%2Fsvg%3E");
  background-size: 123px 28px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 123px;
  height: 28px;
}

.mb-logo--white {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 790 180%22%3E%3Cpath d%3D%22M89.1 1.8C39.9 1.8 0 41.7 0 90.9 0 140.1 39.9 180 89.1 180c49.2 0 89.1-39.9 89.1-89.1 0-49.2-39.9-89.1-89.1-89.1zm457.8 19.7c-1.2 0-2.2 1-2.2 2.2v103.2c0 1.2 1 2.2 2.2 2.2h13.4c1.2 0 2.2-1 2.2-2.2v-7.1c6.9 7.2 16.4 11.3 26.3 11.3 20.9 0 37.9-18 37.9-40.3 0-22.3-17-40.2-37.9-40.2-10 0-19.5 4.1-26.3 11.3V23.7c0-1.2-1-2.2-2.2-2.2h-13.4zM98.3 36.4c11.4.3 22.9 4.8 31.7 13.7 17.7 17.7 18.3 45.7 1.4 62.7-30.5 30.5-84.8 20.7-84.8 20.7s-9.8-54.3 20.7-84.8c8.5-8.4 19.7-12.5 31-12.3zm160.3 14.2c-8.2 0-15.9 4-20.8 10.6v-6.4c0-1.2-1-2.2-2.2-2.2h-13.4c-1.2 0-2.2 1-2.2 2.2V127c0 1.2 1 2.2 2.2 2.2h13.4c1.2 0 2.2-1 2.2-2.2V83.8c.5-9.7 7.2-17.3 15.4-17.3 8.5 0 15.6 7.1 15.6 16.5v44c0 1.2 1 2.2 2.2 2.2h13.5c1.2 0 2.2-1 2.2-2.2l-.1-44.9c1.2-8.8 7.6-15.6 15.3-15.6 8.5 0 15.6 7.1 15.6 16.5v44c0 1.2 1 2.2 2.2 2.2h13.5c1.2 0 2.2-1 2.2-2.2l-.1-49.6c.3-14.8-12.3-26.8-27.9-26.8-10 .1-19.2 5.9-23.5 15-5-9.3-14.7-15.1-25.3-15zm127.9 0c-20.9 0-37.9 18-37.9 40.3 0 22.3 17 40.3 37.9 40.3 10 0 19.5-4.1 26.3-11.3v7.1c0 1.2 1 2.2 2.2 2.2h13.4c1.2 0 2.2-1 2.2-2.2V54.8c.1-1.2-.9-2.2-2.2-2.2H415c-1.2 0-2.2 1-2.2 2.2v7.1c-6.9-7.2-16.4-11.3-26.3-11.3zm106.1 0c-10 0-19.5 4.1-26.3 11.3v-7.1c0-1.2-1-2.2-2.2-2.2h-13.4c-1.2 0-2.2 1-2.2 2.2V158c0 1.2 1 2.2 2.2 2.2h13.4c1.2 0 2.2-1 2.2-2.2v-38.2c6.9 7.2 16.4 11.3 26.3 11.3 20.9 0 37.9-18 37.9-40.3 0-22.3-17-40.2-37.9-40.2zm185.5 0c-22.7 0-41 18-41 40.3 0 22.3 18.4 40.3 41 40.3s41-18 41-40.3c0-22.3-18.3-40.3-41-40.3zm45.4 2c-1.1 0-2 .9-2 2 0 .4.1.8.3 1.1l23 35-23.3 35.4c-.6.9-.4 2.2.6 2.8.3.2.7.3 1.1.3h15.5c1.2 0 2.3-.6 2.9-1.6l13.8-23.1 13.8 23.1c.6 1 1.7 1.6 2.9 1.6h15.5c1.1 0 2-.9 2-2 0-.4-.1-.7-.3-1.1L766 90.7l23-35c.6-.9.4-2.2-.6-2.8-.3-.2-.7-.3-1.1-.3h-15.5c-1.2 0-2.3.6-2.9 1.6l-13.5 22.7-13.5-22.7c-.6-1-1.7-1.6-2.9-1.6h-15.5zM99.3 54l-8.7 18-17.9 8.7 17.9 8.7 8.7 18 8.8-18 17.9-8.7-17.9-8.7-8.8-18zm290.3 12.7c12.7 0 23 10.7 23.2 23.9v.6c-.1 13.2-10.5 23.9-23.2 23.9-12.8 0-23.2-10.8-23.2-24.2 0-13.4 10.4-24.2 23.2-24.2zm99.8 0c12.8 0 23.2 10.8 23.2 24.2 0 13.4-10.4 24.2-23.2 24.2-12.7 0-23-10.7-23.2-23.9v-.6c.2-13.2 10.5-23.9 23.2-23.9zm96.3 0c12.8 0 23.2 10.8 23.2 24.2 0 13.4-10.4 24.2-23.2 24.2-12.7 0-23-10.7-23.2-23.9v-.6c.2-13.2 10.5-23.9 23.2-23.9zm92.2 0c12.8 0 23.2 10.8 23.2 24.2 0 13.4-10.4 24.2-23.2 24.2-12.8 0-23.2-10.8-23.2-24.2 0-13.4 10.4-24.2 23.2-24.2z%22 fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E");
}

.mb-logo--s {
  background-size: 72px 24px !important;
  width: 72px !important;
  height: 24px !important;
}

.mb-logo--l {
  background-size: 240px 84px !important;
  width: 240px !important;
  height: 84px !important;
}

.mb-attribution {
  background-image: url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22 viewBox%3D%220 0 80.47 20.02%22%3E%3Cpath d%3D%22M10 1.21c-4.87 0-8.81 3.95-8.81 8.81s3.95 8.81 8.81 8.81 8.81-3.95 8.81-8.81c0-4.87-3.94-8.81-8.81-8.81zm45.28 1.94c-.12 0-.22.1-.22.22v10.21c0 .12.1.22.22.22h1.33c.12 0 .22-.1.22-.22v-.7c.68.71 1.62 1.12 2.6 1.12 1.79 0 3.29-1.34 3.66-3.13.12-.57.12-1.15 0-1.71-.37-1.79-1.87-3.12-3.66-3.12-.98 0-1.93.4-2.6 1.12V3.37c0-.12-.1-.22-.22-.22h-1.33zM10.82 4.63c1.21 0 2.37.49 3.23 1.35 1.75 1.75 1.8 4.52.13 6.21-1.84 1.84-4.55 2.2-6.38 2.2-.67 0-1.34-.05-2-.15 0 0-.97-5.37 2.04-8.39.79-.79 1.86-1.22 2.98-1.22zm20.77 1.38c-.99.01-1.89.59-2.32 1.49-.49-.91-1.44-1.48-2.48-1.48h-.03c-.82.01-1.58.4-2.06 1.05v-.63c-.01-.11-.1-.21-.22-.21h-1.33c-.12 0-.21.09-.22.21v7.15c0 .12.1.22.22.22h1.33c.12 0 .22-.1.22-.22V9.32c.05-.96.71-1.71 1.52-1.71.84 0 1.54.7 1.54 1.63v4.35c0 .12.1.22.22.22h1.34c.12 0 .22-.1.22-.22l-.01-4.44c.12-.87.75-1.54 1.51-1.54.84 0 1.54.7 1.54 1.63v4.35c0 .12.1.22.22.22h1.34c.12 0 .22-.1.22-.22l-.01-4.93c.03-1.46-1.22-2.65-2.76-2.65zm7.82.03c-2.07 0-3.75 1.78-3.75 3.99s1.69 3.99 3.75 3.99c.99 0 1.93-.41 2.6-1.13v.7c0 .12.1.22.22.22h1.33c.12 0 .22-.1.22-.22V6.44c0-.11-.09-.21-.21-.21 0 .01 0 .01-.01.01h-1.33c-.12 0-.22.1-.22.22v.7c-.68-.71-1.62-1.12-2.6-1.12zm10.5 0c-.98 0-1.93.4-2.6 1.12v-.71c0-.12-.1-.22-.22-.22h-1.33c-.12 0-.22.1-.22.22v10.21c0 .12.1.22.22.22h1.33c.12 0 .22-.1.22-.22v-3.78c.68.71 1.62 1.12 2.61 1.12 2.07 0 3.75-1.78 3.75-3.99s-1.69-3.97-3.76-3.97zm18.35 0c-1.89-.01-3.54 1.29-3.96 3.13-.12.56-.12 1.13 0 1.69.42 1.85 2.07 3.16 3.97 3.14 2.24 0 4.06-1.78 4.06-3.99s-1.82-3.97-4.07-3.97zm4.48.19c-.11 0-.2.09-.2.2 0 .04.01.08.03.11l2.28 3.47-2.31 3.5c-.06.09-.03.21.06.27.03.02.07.03.11.03h1.53c.12 0 .23-.06.29-.16l1.37-2.28 1.37 2.28c.06.1.17.16.29.16h1.53c.11 0 .2-.09.2-.2 0-.04-.01-.08-.02-.11L76.96 10l2.26-3.46c.06-.09.03-.21-.06-.27-.03-.02-.07-.03-.11-.03h-1.53c-.12 0-.23.06-.29.16L75.9 8.64l-1.34-2.25c-.06-.1-.17-.16-.29-.16h-1.53zm-61.73.14l-.86 1.78-1.77.86 1.77.86.86 1.78.87-1.78 1.77-.86-1.77-.86-.87-1.78zm28.7 1.25c1.27 0 2.28 1.06 2.3 2.36l.01.07c-.01 1.31-1.04 2.36-2.3 2.36-1.26 0-2.3-1.07-2.3-2.39s1.03-2.4 2.29-2.4zm9.88 0c1.26 0 2.3 1.07 2.3 2.39s-1.03 2.4-2.29 2.41c-1.26 0-2.28-1.06-2.3-2.36v-.07c.02-1.31 1.04-2.37 2.29-2.37zm9.53.01c1.26 0 2.3 1.07 2.3 2.39s-1.03 2.39-2.3 2.39c-1.26 0-2.28-1.06-2.3-2.36v-.06c.02-1.31 1.04-2.36 2.3-2.36zm9.12 0c1.27 0 2.3 1.07 2.3 2.39s-1.03 2.39-2.3 2.4c-1.27 0-2.3-1.07-2.3-2.39s1.03-2.4 2.3-2.4z%22 fill%3D%22%23fff%22 opacity%3D%22.6%22%2F%3E%3Cpath d%3D%22M10 .02c-5.52 0-10 4.48-10 10s4.48 10 10 10 10-4.48 10-10c-.01-5.52-4.48-10-10-10zm0 1.18c4.87 0 8.81 3.95 8.81 8.81 0 4.88-3.94 8.82-8.81 8.82-4.87 0-8.81-3.95-8.81-8.81S5.13 1.2 10 1.2zm45.29.76c-.77 0-1.4.63-1.4 1.4v3.57c-.9-1.3-2.38-2.08-3.97-2.09-.7 0-1.39.15-2.02.45-.23-.16-.51-.25-.8-.25h-1.33c-.43 0-.83.2-1.1.53-.02-.03-.04-.05-.07-.08-.27-.29-.65-.45-1.04-.45h-1.32c-.29 0-.57.09-.8.25-.64-.29-1.32-.44-2.02-.44-1.74 0-3.27.95-4.16 2.38-.19-.44-.46-.85-.79-1.19-.76-.77-1.8-1.19-2.88-1.19h-.01c-.85.01-1.67.31-2.34.84-.7-.54-1.56-.84-2.45-.84h-.03c-.28 0-.55.03-.82.1-.27.06-.53.15-.78.27-.2-.11-.43-.17-.67-.17h-1.33c-.78 0-1.4.63-1.4 1.4v7.14c0 .78.63 1.4 1.4 1.4h1.33c.78 0 1.41-.63 1.41-1.41V9.35c.03-.34.22-.56.34-.56.17 0 .36.17.36.45v4.35c0 .78.63 1.4 1.4 1.4h1.34c.78 0 1.4-.63 1.4-1.4l-.01-4.35c.06-.3.24-.45.33-.45.17 0 .36.17.36.45v4.35c0 .78.63 1.4 1.4 1.4h1.34c.78 0 1.4-.63 1.4-1.4v-.36c.91 1.23 2.34 1.96 3.87 1.96.7 0 1.39-.15 2.02-.45.23.16.51.25.8.25h1.32c.29 0 .57-.09.8-.25v1.91c0 .78.63 1.4 1.4 1.4h1.33c.78 0 1.4-.63 1.4-1.4v-1.69c.46.14.94.22 1.42.21 1.62 0 3.07-.83 3.97-2.1v.5c0 .78.63 1.4 1.4 1.4h1.33c.29 0 .57-.09.8-.25.63.3 1.32.45 2.02.45 1.83 0 3.43-1.05 4.28-2.6 1.47 2.52 4.71 3.36 7.22 1.89.17-.1.34-.21.5-.34.21.52.72.87 1.29.86h1.53c.53 0 1.03-.28 1.3-.74l.35-.58.35.58c.28.46.77.74 1.31.74h1.52c.77 0 1.39-.63 1.38-1.39 0-.21-.05-.42-.15-.62l-.07-.12L78.38 10l1.85-2.81c.42-.64.25-1.49-.39-1.92-.01-.01-.02-.01-.03-.02-.22-.14-.48-.21-.74-.21h-1.53c-.53 0-1.03.28-1.3.74l-.32.53-.32-.53c-.28-.46-.77-.74-1.31-.74h-1.53c-.57 0-1.08.35-1.29.88-2.09-1.58-5.03-1.4-6.91.43-.33.32-.62.69-.85 1.09-.85-1.55-2.45-2.6-4.28-2.6-.48 0-.96.07-1.41.22V3.37c0-.78-.63-1.41-1.4-1.41h-1.33zm-.01 1.19h1.33c.12 0 .22.1.22.22v3.78c.68-.71 1.62-1.12 2.6-1.11 1.79 0 3.29 1.33 3.66 3.12.12.57.12 1.15 0 1.71-.37 1.78-1.87 3.13-3.66 3.13-.98 0-1.92-.41-2.6-1.12v.7c0 .12-.1.22-.22.22h-1.33c-.12 0-.22-.1-.22-.22V3.37c0-.12.1-.22.22-.22zM10.91 4.63c-1.12-.02-2.24.38-3.07 1.21-3.01 3.02-2.04 8.39-2.04 8.39s5.37.97 8.39-2.04c1.66-1.69 1.61-4.46-.15-6.21-.87-.87-2.01-1.33-3.13-1.35zM31.6 6.01c1.54 0 2.79 1.19 2.76 2.65l.01 4.91c0 .13-.1.23-.22.24h-1.34c-.12 0-.22-.1-.22-.22V9.24c0-.93-.7-1.63-1.54-1.63-.76 0-1.39.67-1.51 1.54l.01 4.44c0 .12-.1.22-.22.22h-1.34c-.12 0-.22-.1-.22-.22V9.24c0-.93-.7-1.63-1.54-1.63-.81 0-1.47.75-1.52 1.71v4.27c0 .12-.1.22-.22.22h-1.33c-.12 0-.22-.1-.22-.22V6.44c.01-.12.1-.21.22-.21h1.33c.12 0 .21.1.22.21v.63c.48-.65 1.24-1.04 2.06-1.05h.03c1.04 0 1.99.57 2.48 1.48.43-.9 1.33-1.48 2.32-1.49zm7.82.01c.98 0 1.92.41 2.6 1.12v-.7c0-.12.1-.22.22-.22h1.33c.11-.01.21.08.22.2v7.17h-.01c0 .12-.1.22-.22.22h-1.33c-.12 0-.22-.1-.22-.22v-.71c-.67.72-1.61 1.12-2.59 1.12-2.07 0-3.75-1.78-3.75-3.99s1.69-3.99 3.75-3.99zm10.49.02c2.07 0 3.75 1.77 3.75 3.98S51.98 14 49.91 14c-.98 0-1.92-.41-2.6-1.12v3.78c0 .12-.1.22-.22.22h-1.33c-.12 0-.22-.1-.22-.22V6.45c0-.12.1-.21.22-.21h1.33c.12 0 .22.1.22.22v.7c.68-.72 1.62-1.12 2.6-1.12zm18.35 0c2.25 0 4.06 1.78 4.06 3.99s-1.82 3.98-4.06 3.98c-1.9.01-3.55-1.29-3.97-3.14-.12-.56-.12-1.13 0-1.69.42-1.85 2.07-3.15 3.97-3.14zm4.48.19h1.53c.12 0 .23.06.29.16l1.34 2.25 1.34-2.25c.06-.1.17-.16.29-.16h1.53c.04 0 .08.01.11.03.09.06.12.18.06.27L76.96 10l2.31 3.5c.02.03.03.07.03.11-.01.11-.1.2-.21.2h-1.53c-.12 0-.23-.06-.29-.16l-1.37-2.28-1.37 2.28c-.06.1-.17.16-.29.16h-1.53c-.04 0-.08-.01-.11-.03-.09-.06-.12-.18-.06-.27l2.31-3.5-2.28-3.47c-.02-.03-.03-.07-.03-.11 0-.11.09-.2.2-.2zm-61.73.14l.87 1.78 1.77.86-1.77.86-.87 1.78-.86-1.78-1.77-.86 1.77-.86.86-1.78zm28.71 1.26c-1.27 0-2.3 1.07-2.3 2.39s1.03 2.39 2.3 2.39c1.27 0 2.28-1.06 2.3-2.36v-.06c-.02-1.31-1.04-2.36-2.3-2.36zm9.88 0c-1.26 0-2.28 1.06-2.3 2.36v.06c.02 1.31 1.04 2.36 2.3 2.36 1.26 0 2.3-1.07 2.3-2.39s-1.04-2.39-2.3-2.39zm9.52 0c-1.26 0-2.28 1.06-2.3 2.36v.06c.02 1.31 1.04 2.36 2.3 2.36 1.26 0 2.3-1.07 2.3-2.39s-1.03-2.39-2.3-2.39zm9.12 0c-1.27 0-2.3 1.07-2.3 2.39s1.03 2.39 2.3 2.39c1.27 0 2.3-1.07 2.3-2.39s-1.03-2.39-2.3-2.39zM39.73 8.81c.61 0 1.09.53 1.11 1.19v.04c-.01.65-.5 1.18-1.11 1.18-.61 0-1.11-.54-1.11-1.2 0-.67.5-1.21 1.11-1.21zm9.87 0c.6 0 1.11.55 1.11 1.21 0 .66-.5 1.21-1.11 1.21-.6 0-1.09-.53-1.11-1.19V10c.01-.66.51-1.19 1.11-1.19zm9.52 0c.6 0 1.11.54 1.11 1.21 0 .67-.49 1.21-1.11 1.21-.6 0-1.09-.53-1.11-1.19V10c.01-.66.51-1.19 1.11-1.19zm9.12.01c.61 0 1.11.54 1.11 1.21 0 .67-.5 1.2-1.11 1.2-.61 0-1.11-.54-1.11-1.21 0-.67.5-1.2 1.11-1.2z%22 opacity%3D%22.6%22%2F%3E%3C%2Fsvg%3E");
  background-size: 84px 24px;
  background-repeat: no-repeat;
  display: inline-block;
  width: 84px;
  height: 24px;
}

pre .hll {
  background-color: #ffc;
}

pre .c, pre .c1, pre .cm, pre .cp, pre .o {
  color: #999;
  font-style: italic;
}

pre .err {
  color: #f00000;
  background-color: #f0a0a0;
}

pre .k {
  color: #404040;
  font-weight: 700;
}

pre .css .k {
  font-weight: 400;
}

pre .cs {
  color: #404040;
  font-style: italic;
}

pre .gd {
  color: #a00000;
}

pre .ge {
  font-style: italic;
}

pre .gs {
  font-weight: 700;
}

pre .gr {
  color: red;
}

pre .gh {
  color: navy;
}

pre .gi {
  color: #00a000;
}

pre .go {
  color: gray;
}

pre .gp {
  color: #c65d09;
}

pre .gu {
  color: purple;
}

pre .gt {
  color: #0040d0;
}

pre .kc {
  color: #d24400;
}

pre .kd, pre .kn, pre .kr, pre .nt {
  color: #0b5a91;
}

pre .il, pre .kt, pre .m, pre .mf, pre .mh, pre .mi, pre .mo, pre .na, pre .nl {
  color: #0c9dc2;
}

pre .kp {
  color: #0080f0;
}

pre .nc {
  color: #df6637;
}

pre .css .nc {
  color: #75a21c;
}

pre .nd {
  color: #505050;
}

pre .ne {
  color: #f00000;
}

pre .nn {
  color: #0e84b5;
}

pre .nf, pre .nv {
  color: #003060;
}

pre .ow {
  color: #404040;
}

pre .w {
  color: #bbb;
}

pre .sc {
  color: #8080f0;
}

pre .sd {
  color: #d04020;
}

pre .bp, pre .nb {
  color: #007020;
}

pre .s, pre .s1, pre .sb, pre .se, pre .sh, pre .sr {
  color: #75a21c;
}

pre .si {
  background-color: #eee;
}

pre .p {
  color: #444;
}

pre .ss {
  color: #f0c080;
}

pre .vc {
  color: #c0c0f0;
}

pre .vg {
  color: #f08040;
}

pre .vi {
  color: #a0a0f0;
}

.page-loading-indicator {
  transform: translate3d(-100%, 0, 0);
  transition: all 150ms ease-in;
  animation: progress-cycle 0.75s ease-in-out alternate-reverse infinite;
  width: 200%;
  z-index: 9999;
}

.page-loading-indicator-enter {
  transform: translate3d(-10%, 0, 0);
  transition: all 150ms ease-in;
}

.page-loading-indicator-leave {
  transform: translate3d(100%, 0, 0);
  transition: all 150ms ease-in;
}

[role=menuitem][data-highlighted] {
  color: #007afc;
  background-color: #d5dae2;
}

[role=menuitem][data-state=open] {
  color: #007afc;
  background-color: #f7f9fc;
}

.switch[data-state=checked]::after {
  left: 50%;
  background-color: #fff;
}

.switch[data-state=checked] {
  border-color: transparent;
  background-color: #8b96aa;
}

.switch[data-disabled] {
  border-color: transparent;
  pointer-events: none;
  color: rgba(14, 33, 39, 0.25);
}

.switch[data-disabled], .switch[data-disabled]::after {
  background-color: rgba(145, 165, 180, 0.25);
}

.range > [data-orientation=horizontal] {
  border-color: transparent;
  color: #0e1012;
}

.range [role=slider] {
  color: #0e1012;
}

.range [role=slider]:focus {
  box-shadow: inset 0 0 0 1px #8b96aa, 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.range > [data-orientation=horizontal] {
  position: relative;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  user-select: none;
  touch-action: none;
  width: 100%;
  height: 20px;
  cursor: pointer;
}

.range.range--s > [data-orientation=horizontal] {
  height: 12px;
}

.range > [data-orientation=horizontal] > [data-orientation=horizontal] {
  position: relative;
  height: 4px;
  border-radius: 2px;
  background: currentColor;
  flex-grow: 1;
}

.range.range--s > [data-orientation=horizontal] > [data-orientation=horizontal] {
  height: 2px;
}

.range [role=slider] {
  transition: background 0.125s;
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid currentColor;
  background: #fff;
  cursor: grab;
}

.range [role=slider]:focus {
  cursor: grabbing;
}

.range--s [role=slider] {
  width: 12px;
  height: 12px;
}

.range [data-disabled] [data-orientation=horizontal] {
  background: rgba(145, 165, 180, 0.25);
}

.range [data-disabled] [role=slider] {
  border-color: rgba(145, 165, 180, 0.25);
  background: #f7f9fc;
}

.switch--dot-pink[data-state=checked]::after, .switch--pink[data-state=checked] {
  background-color: #f141a8;
}

.switch--dot-red[data-state=checked]::after, .switch--red[data-state=checked] {
  background-color: #f13219;
}

.switch--dot-orange[data-state=checked]::after, .switch--orange[data-state=checked] {
  background-color: #fc8200;
}

.switch--dot-yellow[data-state=checked]::after, .switch--yellow[data-state=checked] {
  background-color: #fed622;
}

.switch--dot-green[data-state=checked]::after, .switch--green[data-state=checked] {
  background-color: #37ad25;
}

.switch--blue[data-state=checked], .switch--dot-blue[data-state=checked]::after {
  background-color: #007afc;
}

.switch--dot-purple[data-state=checked]::after, .switch--purple[data-state=checked] {
  background-color: #7539d7;
}

.switch--dot-turquoise[data-state=checked]::after, .switch--turquoise[data-state=checked] {
  background-color: #1bc4fc;
}

.btn--gray, .switch--dot-gray[data-state=checked]::after, .switch--gray[data-state=checked] {
  background-color: #8b96aa;
}

.switch--disabled10[data-state=checked], .switch--dot-disabled10[data-state=checked]::after {
  background-color: rgba(145, 165, 180, 0.1);
}

.switch--disabled25[data-state=checked], .switch--dot-disabled25[data-state=checked]::after {
  background-color: rgba(145, 165, 180, 0.25);
}

.switch--disabled75[data-state=checked], .switch--dot-disabled75[data-state=checked]::after {
  background-color: rgba(145, 165, 180, 0.75);
}

.switch--darken25[data-state=checked], .switch--dot-darken25[data-state=checked]::after {
  background-color: rgba(14, 33, 39, 0.25);
}

.switch--darken50[data-state=checked], .switch--dot-darken50[data-state=checked]::after {
  background-color: rgba(14, 33, 39, 0.5);
}

.switch--darken75[data-state=checked], .switch--dot-darken75[data-state=checked]::after {
  background-color: rgba(14, 33, 39, 0.75);
}

.range--pink [role=slider], .range--pink > [data-orientation=horizontal] {
  color: #f141a8;
}

.range--red [role=slider], .range--red > [data-orientation=horizontal] {
  color: #f13219;
}

.range--orange [role=slider], .range--orange > [data-orientation=horizontal] {
  color: #fc8200;
}

.range--yellow [role=slider], .range--yellow > [data-orientation=horizontal] {
  color: #fed622;
}

.range--green [role=slider], .range--green > [data-orientation=horizontal] {
  color: #37ad25;
}

.range--blue [role=slider], .range--blue > [data-orientation=horizontal] {
  color: #007afc;
}

.range--purple [role=slider], .range--purple > [data-orientation=horizontal] {
  color: #7539d7;
}

.range--turquoise [role=slider], .range--turquoise > [data-orientation=horizontal] {
  color: #1bc4fc;
}

.range--gray [role=slider], .range--gray > [data-orientation=horizontal] {
  color: #8b96aa;
}

.range--disabled10 [role=slider], .range--disabled10 > [data-orientation=horizontal] {
  color: rgba(145, 165, 180, 0.1);
}

.range--disabled25 [role=slider], .range--disabled25 > [data-orientation=horizontal] {
  color: rgba(145, 165, 180, 0.25);
}

.range--disabled75 [role=slider], .range--disabled75 > [data-orientation=horizontal] {
  color: rgba(145, 165, 180, 0.75);
}

.range--darken25 [role=slider], .range--darken25 > [data-orientation=horizontal] {
  color: rgba(14, 33, 39, 0.25);
}

.range--darken50 [role=slider], .range--darken50 > [data-orientation=horizontal] {
  color: rgba(14, 33, 39, 0.5);
}

.range--darken75 [role=slider], .range--darken75 > [data-orientation=horizontal] {
  color: rgba(14, 33, 39, 0.75);
}

.btn--gray.is-active, .btn--gray:hover {
  background-color: #566171;
}

.btn--gray-light {
  background-color: #a0aaba;
}

.btn--gray-light.is-active, .btn--gray-light:hover {
  background-color: #8b96aa;
}

.btn--pink {
  background-color: #f141a8;
}

.btn--pink.is-active, .btn--pink:hover {
  background-color: #ba1290;
}

.btn--pink-light {
  background-color: #f8c6db;
}

.btn--pink-light.is-active, .btn--pink-light:hover {
  background-color: #f141a8;
}

.btn--red {
  background-color: #f13219;
}

.btn--red.is-active, .btn--red:hover {
  background-color: #c9220c;
}

.btn--red-light {
  background-color: #f45b47;
}

.btn--red-light.is-active, .btn--red-light:hover {
  background-color: #f13219;
}

.btn--orange {
  background-color: #fc8200;
}

.btn--orange.is-active, .btn--orange:hover {
  background-color: #ca6800;
}

.btn--orange-light {
  background-color: #ff9b31;
}

.btn--orange-light.is-active, .btn--orange-light:hover {
  background-color: #fc8200;
}

.btn--yellow {
  background-color: #fed622;
}

.btn--yellow.is-active, .btn--yellow:hover {
  background-color: #e5bc01;
}

.btn--yellow-light {
  background-color: #fede4e;
}

.btn--yellow-light.is-active, .btn--yellow-light:hover {
  background-color: #fed622;
}

.btn--green {
  background-color: #37ad25;
}

.btn--green.is-active, .btn--green:hover {
  background-color: #1b6e45;
}

.btn--green-light {
  background-color: #2fc078;
}

.btn--green-light.is-active, .btn--green-light:hover {
  background-color: #37ad25;
}

.btn--blue {
  background-color: #007afc;
}

.btn--blue.is-active, .btn--blue:hover {
  background-color: #0062ca;
}

.btn--blue-light {
  background-color: #3195ff;
}

.btn--blue-light.is-active, .btn--blue-light:hover {
  background-color: #007afc;
}

.btn--purple {
  background-color: #7539d7;
}

.btn--purple.is-active, .btn--purple:hover {
  background-color: #5a29b8;
}

.btn--purple-light {
  background-color: #9c67e7;
}

.btn--purple-light.is-active, .btn--purple-light:hover {
  background-color: #7539d7;
}

.btn--turquoise {
  background-color: #1bc4fc;
}

.btn--turquoise.is-active, .btn--turquoise:hover {
  background-color: #1399d8;
}

.btn--turquoise-light {
  background-color: #53dffd;
}

.btn--turquoise-light.is-active, .btn--turquoise-light:hover {
  background-color: #1bc4fc;
}

.btn--darken10 {
  background-color: rgba(14, 33, 39, 0.1);
}

.btn--darken10.is-active, .btn--darken10:hover, .btn--darken25 {
  background-color: rgba(14, 33, 39, 0.25);
}

.btn--darken25.is-active, .btn--darken25:hover, .btn--darken50 {
  background-color: rgba(14, 33, 39, 0.5);
}

.btn--darken50.is-active, .btn--darken50:hover, .btn--darken75 {
  background-color: rgba(14, 33, 39, 0.75);
}

.btn--darken75.is-active, .btn--darken75:hover {
  background-color: #0e1012;
}

.btn--lighten10 {
  background-color: rgba(255, 255, 255, 0.1);
}

.btn--lighten10.is-active, .btn--lighten10:hover, .btn--lighten25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.btn--lighten25.is-active, .btn--lighten25:hover, .btn--lighten50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.btn--lighten50.is-active, .btn--lighten50:hover, .btn--lighten75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.btn--lighten75.is-active, .btn--lighten75:hover, .btn--white {
  background-color: #fff;
}

.btn--white.is-active, .btn--white:hover {
  background-color: rgba(255, 255, 255, 0.75);
}

.btn--transparent {
  background-color: transparent;
}

.btn--transparent.is-active, .btn--transparent:hover {
  background-color: rgba(14, 33, 39, 0.1);
}

.btn--stroke.btn--gray, .select--gray {
  color: #8b96aa;
}

.btn--stroke.btn--gray.is-active, .btn--stroke.btn--gray:hover {
  color: #566171;
}

.btn--stroke.btn--pink, .select--pink {
  color: #f141a8;
}

.btn--stroke.btn--pink.is-active, .btn--stroke.btn--pink:hover {
  color: #ba1290;
}

.btn--stroke.btn--red, .select--red {
  color: #f13219;
}

.btn--stroke.btn--red.is-active, .btn--stroke.btn--red:hover {
  color: #c9220c;
}

.btn--stroke.btn--orange, .select--orange {
  color: #fc8200;
}

.btn--stroke.btn--orange.is-active, .btn--stroke.btn--orange:hover {
  color: #ca6800;
}

.btn--stroke.btn--yellow, .select--yellow {
  color: #fed622;
}

.btn--stroke.btn--yellow.is-active, .btn--stroke.btn--yellow:hover {
  color: #e5bc01;
}

.btn--stroke.btn--green, .select--green {
  color: #37ad25;
}

.btn--stroke.btn--green.is-active, .btn--stroke.btn--green:hover {
  color: #1b6e45;
}

.btn--stroke.btn--blue, .select--blue {
  color: #007afc;
}

.btn--stroke.btn--blue.is-active, .btn--stroke.btn--blue:hover {
  color: #0062ca;
}

.btn--stroke.btn--purple, .select--purple {
  color: #7539d7;
}

.btn--stroke.btn--purple.is-active, .btn--stroke.btn--purple:hover {
  color: #5a29b8;
}

.btn--stroke.btn--turquoise, .select--turquoise {
  color: #1bc4fc;
}

.btn--stroke.btn--turquoise.is-active, .btn--stroke.btn--turquoise:hover {
  color: #1399d8;
}

.btn--stroke.btn--darken25, .select--darken25 {
  color: rgba(14, 33, 39, 0.25);
}

.btn--stroke.btn--darken25.is-active, .btn--stroke.btn--darken25:hover, .btn--stroke.btn--darken50 {
  color: rgba(14, 33, 39, 0.5);
}

.btn--stroke.btn--darken50.is-active, .btn--stroke.btn--darken50:hover, .btn--stroke.btn--darken75 {
  color: rgba(14, 33, 39, 0.75);
}

.btn--stroke.btn--darken75.is-active, .btn--stroke.btn--darken75:hover {
  color: #0e1012;
}

.btn--stroke.btn--lighten25 {
  color: rgba(255, 255, 255, 0.25);
}

.btn--stroke.btn--lighten25.is-active, .btn--stroke.btn--lighten25:hover, .btn--stroke.btn--lighten50 {
  color: rgba(255, 255, 255, 0.5);
}

.btn--stroke.btn--lighten50.is-active, .btn--stroke.btn--lighten50:hover, .btn--stroke.btn--lighten75 {
  color: rgba(255, 255, 255, 0.75);
}

.btn--stroke.btn--lighten75.is-active, .btn--stroke.btn--lighten75:hover, .btn--stroke.btn--white {
  color: #fff;
}

.btn--stroke.btn--white.is-active, .btn--stroke.btn--white:hover {
  color: rgba(255, 255, 255, 0.75);
}

.btn--stroke.btn--transparent {
  color: transparent;
}

.btn--stroke.btn--transparent.is-active, .btn--stroke.btn--transparent:hover {
  color: rgba(14, 33, 39, 0.1);
}

.btn.btn--stroke {
  background-color: transparent;
}

.select--gray:focus {
  color: #566171;
}

.select--gray:hover {
  color: #566171;
}

.select--gray + .select-arrow {
  border-top-color: #8b96aa;
}

.select--gray:focus + .select-arrow {
  border-top-color: #566171;
}

.select--pink:focus {
  color: #ba1290;
}

.select--pink:hover {
  color: #ba1290;
}

.select--pink + .select-arrow {
  border-top-color: #f141a8;
}

.select--pink:focus + .select-arrow {
  border-top-color: #ba1290;
}

.select--red:focus {
  color: #c9220c;
}

.select--red:hover {
  color: #c9220c;
}

.select--red + .select-arrow {
  border-top-color: #f13219;
}

.select--red:focus + .select-arrow {
  border-top-color: #c9220c;
}

.select--orange:focus {
  color: #ca6800;
}

.select--orange:hover {
  color: #ca6800;
}

.select--orange + .select-arrow {
  border-top-color: #fc8200;
}

.select--orange:focus + .select-arrow {
  border-top-color: #ca6800;
}

.select--yellow:focus {
  color: #e5bc01;
}

.select--yellow:hover {
  color: #e5bc01;
}

.select--yellow + .select-arrow {
  border-top-color: #fed622;
}

.select--yellow:focus + .select-arrow {
  border-top-color: #e5bc01;
}

.select--green:focus {
  color: #1b6e45;
}

.select--green:hover {
  color: #1b6e45;
}

.select--green + .select-arrow {
  border-top-color: #37ad25;
}

.select--green:focus + .select-arrow {
  border-top-color: #1b6e45;
}

.select--blue:focus {
  color: #0062ca;
}

.select--blue:hover {
  color: #0062ca;
}

.select--blue + .select-arrow {
  border-top-color: #007afc;
}

.select--blue:focus + .select-arrow {
  border-top-color: #0062ca;
}

.select--purple:focus {
  color: #5a29b8;
}

.select--purple:hover {
  color: #5a29b8;
}

.select--purple + .select-arrow {
  border-top-color: #7539d7;
}

.select--purple:focus + .select-arrow {
  border-top-color: #5a29b8;
}

.select--turquoise:focus {
  color: #1399d8;
}

.select--turquoise:hover {
  color: #1399d8;
}

.select--turquoise + .select-arrow {
  border-top-color: #1bc4fc;
}

.select--turquoise:focus + .select-arrow {
  border-top-color: #1399d8;
}

.select--darken25:focus {
  color: rgba(14, 33, 39, 0.5);
}

.select--darken25:hover, .select--darken50 {
  color: rgba(14, 33, 39, 0.5);
}

.select--darken25 + .select-arrow {
  border-top-color: rgba(14, 33, 39, 0.25);
}

.select--darken25:focus + .select-arrow {
  border-top-color: rgba(14, 33, 39, 0.5);
}

.select--darken50:focus {
  color: rgba(14, 33, 39, 0.75);
}

.select--darken50:hover, .select--darken75 {
  color: rgba(14, 33, 39, 0.75);
}

.select--darken50 + .select-arrow {
  border-top-color: rgba(14, 33, 39, 0.5);
}

.select--darken50:focus + .select-arrow {
  border-top-color: rgba(14, 33, 39, 0.75);
}

.select--darken75:focus {
  color: #0e1012;
}

.select--darken75:hover {
  color: #0e1012;
}

.select--darken75 + .select-arrow {
  border-top-color: rgba(14, 33, 39, 0.75);
}

.select--darken75:focus + .select-arrow {
  border-top-color: #0e1012;
}

.select--lighten25 {
  color: rgba(255, 255, 255, 0.25);
}

.select--lighten25:focus {
  color: rgba(255, 255, 255, 0.5);
}

.select--lighten25:hover, .select--lighten50 {
  color: rgba(255, 255, 255, 0.5);
}

.select--lighten25 + .select-arrow {
  border-top-color: rgba(255, 255, 255, 0.25);
}

.select--lighten25:focus + .select-arrow {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.select--lighten50:focus {
  color: rgba(255, 255, 255, 0.75);
}

.select--lighten50:hover, .select--lighten75 {
  color: rgba(255, 255, 255, 0.75);
}

.select--lighten50 + .select-arrow {
  border-top-color: rgba(255, 255, 255, 0.5);
}

.select--lighten50:focus + .select-arrow {
  border-top-color: rgba(255, 255, 255, 0.75);
}

.select--lighten75:focus {
  color: #fff;
}

.select--lighten75:hover, .select--white {
  color: #fff;
}

.select--lighten75 + .select-arrow {
  border-top-color: rgba(255, 255, 255, 0.75);
}

.select--lighten75:focus + .select-arrow {
  border-top-color: #fff;
}

.select--white:focus {
  color: rgba(255, 255, 255, 0.75);
}

.select--white:hover {
  color: rgba(255, 255, 255, 0.75);
}

.select--white + .select-arrow {
  border-top-color: #fff;
}

.select--white:focus + .select-arrow {
  border-top-color: rgba(255, 255, 255, 0.75);
}

.select--transparent {
  color: transparent;
}

.select--transparent:focus {
  color: rgba(14, 33, 39, 0.1);
}

.select--transparent:hover {
  color: rgba(14, 33, 39, 0.1);
}

.select--transparent + .select-arrow {
  border-top-color: transparent;
}

.select--transparent:focus + .select-arrow {
  border-top-color: rgba(14, 33, 39, 0.1);
}

.input--border-gray, .select--stroke.select--gray, .textarea--border-gray {
  box-shadow: inset 0 0 0 1px #8b96aa;
}

.input--border-gray:focus, .textarea--border-gray:focus {
  box-shadow: inset 0 0 0 1px #566171;
}

[data-assembly-focus-control=visible] .select--stroke.select--gray:focus {
  box-shadow: inset 0 0 0 1px #566171, 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-pink, .select--stroke.select--pink, .textarea--border-pink {
  box-shadow: inset 0 0 0 1px #f141a8;
}

.input--border-pink:focus, .textarea--border-pink:focus {
  box-shadow: inset 0 0 0 1px #ba1290;
}

[data-assembly-focus-control=visible] .select--stroke.select--pink:focus {
  box-shadow: inset 0 0 0 1px #ba1290, 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-red, .select--stroke.select--red, .textarea--border-red {
  box-shadow: inset 0 0 0 1px #f13219;
}

.input--border-red:focus, .textarea--border-red:focus {
  box-shadow: inset 0 0 0 1px #c9220c;
}

[data-assembly-focus-control=visible] .select--stroke.select--red:focus {
  box-shadow: inset 0 0 0 1px #c9220c, 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-orange, .select--stroke.select--orange, .textarea--border-orange {
  box-shadow: inset 0 0 0 1px #fc8200;
}

.input--border-orange:focus, .textarea--border-orange:focus {
  box-shadow: inset 0 0 0 1px #ca6800;
}

[data-assembly-focus-control=visible] .select--stroke.select--orange:focus {
  box-shadow: inset 0 0 0 1px #ca6800, 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-yellow, .select--stroke.select--yellow, .textarea--border-yellow {
  box-shadow: inset 0 0 0 1px #fed622;
}

.input--border-yellow:focus, .textarea--border-yellow:focus {
  box-shadow: inset 0 0 0 1px #e5bc01;
}

[data-assembly-focus-control=visible] .select--stroke.select--yellow:focus {
  box-shadow: inset 0 0 0 1px #e5bc01, 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-green, .select--stroke.select--green, .textarea--border-green {
  box-shadow: inset 0 0 0 1px #37ad25;
}

.input--border-green:focus, .textarea--border-green:focus {
  box-shadow: inset 0 0 0 1px #1b6e45;
}

[data-assembly-focus-control=visible] .select--stroke.select--green:focus {
  box-shadow: inset 0 0 0 1px #1b6e45, 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-blue, .select--stroke.select--blue, .textarea--border-blue {
  box-shadow: inset 0 0 0 1px #007afc;
}

.input--border-blue:focus, .textarea--border-blue:focus {
  box-shadow: inset 0 0 0 1px #0062ca;
}

[data-assembly-focus-control=visible] .select--stroke.select--blue:focus {
  box-shadow: inset 0 0 0 1px #0062ca, 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-purple, .select--stroke.select--purple, .textarea--border-purple {
  box-shadow: inset 0 0 0 1px #7539d7;
}

.input--border-purple:focus, .textarea--border-purple:focus {
  box-shadow: inset 0 0 0 1px #5a29b8;
}

[data-assembly-focus-control=visible] .select--stroke.select--purple:focus {
  box-shadow: inset 0 0 0 1px #5a29b8, 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-turquoise, .select--stroke.select--turquoise, .textarea--border-turquoise {
  box-shadow: inset 0 0 0 1px #1bc4fc;
}

.input--border-turquoise:focus, .textarea--border-turquoise:focus {
  box-shadow: inset 0 0 0 1px #1399d8;
}

[data-assembly-focus-control=visible] .select--stroke.select--turquoise:focus {
  box-shadow: inset 0 0 0 1px #1399d8, 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-darken25, .select--stroke.select--darken25, .textarea--border-darken25 {
  box-shadow: inset 0 0 0 1px rgba(14, 33, 39, 0.25);
}

.input--border-darken25:focus, .textarea--border-darken25:focus {
  box-shadow: inset 0 0 0 1px rgba(14, 33, 39, 0.5);
}

[data-assembly-focus-control=visible] .select--stroke.select--darken25:focus {
  box-shadow: inset 0 0 0 1px rgba(14, 33, 39, 0.5), 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-darken50, .select--stroke.select--darken50, .textarea--border-darken50 {
  box-shadow: inset 0 0 0 1px rgba(14, 33, 39, 0.5);
}

.input--border-darken50:focus, .textarea--border-darken50:focus {
  box-shadow: inset 0 0 0 1px rgba(14, 33, 39, 0.75);
}

[data-assembly-focus-control=visible] .select--stroke.select--darken50:focus {
  box-shadow: inset 0 0 0 1px rgba(14, 33, 39, 0.75), 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-darken75, .select--stroke.select--darken75, .textarea--border-darken75 {
  box-shadow: inset 0 0 0 1px rgba(14, 33, 39, 0.75);
}

.input--border-darken75:focus, .textarea--border-darken75:focus {
  box-shadow: inset 0 0 0 1px #0e1012;
}

[data-assembly-focus-control=visible] .select--stroke.select--darken75:focus {
  box-shadow: inset 0 0 0 1px #0e1012, 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-lighten25, .select--stroke.select--lighten25, .textarea--border-lighten25 {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.25);
}

.input--border-lighten25:focus, .textarea--border-lighten25:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

[data-assembly-focus-control=visible] .select--stroke.select--lighten25:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5), 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-lighten50, .select--stroke.select--lighten50, .textarea--border-lighten50 {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
}

.input--border-lighten50:focus, .textarea--border-lighten50:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

[data-assembly-focus-control=visible] .select--stroke.select--lighten50:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-lighten75, .select--stroke.select--lighten75, .textarea--border-lighten75 {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

.input--border-lighten75:focus, .textarea--border-lighten75:focus {
  box-shadow: inset 0 0 0 1px #fff;
}

[data-assembly-focus-control=visible] .select--stroke.select--lighten75:focus {
  box-shadow: inset 0 0 0 1px #fff, 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-white, .select--stroke.select--white, .textarea--border-white {
  box-shadow: inset 0 0 0 1px #fff;
}

.input--border-white:focus, .textarea--border-white:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75);
}

[data-assembly-focus-control=visible] .select--stroke.select--white:focus {
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.75), 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.input--border-transparent, .select--stroke.select--transparent, .textarea--border-transparent {
  box-shadow: inset 0 0 0 1px transparent;
}

.input--border-transparent:focus, .textarea--border-transparent:focus {
  box-shadow: inset 0 0 0 1px rgba(14, 33, 39, 0.1);
}

[data-assembly-focus-control=visible] .select--stroke.select--transparent:focus {
  box-shadow: inset 0 0 0 1px rgba(14, 33, 39, 0.1), 0 0 0 3px rgba(137, 199, 216, 0.65);
}

.checkbox--gray {
  border-color: #8b96aa;
}

input:checked + .checkbox--gray {
  background-color: #8b96aa;
}

.checkbox--pink {
  border-color: #f141a8;
}

input:checked + .checkbox--pink {
  background-color: #f141a8;
}

.checkbox--red {
  border-color: #f13219;
}

input:checked + .checkbox--red {
  background-color: #f13219;
}

.checkbox--orange {
  border-color: #fc8200;
}

input:checked + .checkbox--orange {
  background-color: #fc8200;
}

.checkbox--yellow {
  border-color: #fed622;
}

input:checked + .checkbox--yellow {
  background-color: #fed622;
}

.checkbox--green {
  border-color: #37ad25;
}

input:checked + .checkbox--green {
  background-color: #37ad25;
}

.checkbox--blue {
  border-color: #007afc;
}

input:checked + .checkbox--blue {
  background-color: #007afc;
}

.checkbox--purple {
  border-color: #7539d7;
}

input:checked + .checkbox--purple {
  background-color: #7539d7;
}

.checkbox--turquoise {
  border-color: #1bc4fc;
}

input:checked + .checkbox--turquoise {
  background-color: #1bc4fc;
}

.checkbox--darken25 {
  border-color: rgba(14, 33, 39, 0.25);
}

input:checked + .checkbox--darken25 {
  background-color: rgba(14, 33, 39, 0.25);
}

.checkbox--darken50 {
  border-color: rgba(14, 33, 39, 0.5);
}

input:checked + .checkbox--darken50 {
  background-color: rgba(14, 33, 39, 0.5);
}

.checkbox--darken75 {
  border-color: rgba(14, 33, 39, 0.75);
}

input:checked + .checkbox--darken75 {
  background-color: rgba(14, 33, 39, 0.75);
}

.checkbox--lighten25 {
  border-color: rgba(255, 255, 255, 0.25);
}

input:checked + .checkbox--lighten25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.checkbox--lighten50 {
  border-color: rgba(255, 255, 255, 0.5);
}

input:checked + .checkbox--lighten50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.checkbox--lighten75 {
  border-color: rgba(255, 255, 255, 0.75);
}

input:checked + .checkbox--lighten75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.checkbox--white {
  border-color: #fff;
}

input:checked + .checkbox--white {
  background-color: #fff;
}

.checkbox--transparent {
  border-color: transparent;
}

input:checked + .checkbox--transparent {
  background-color: transparent;
}

.radio--gray, input:checked + .radio--gray {
  color: #8b96aa;
}

.radio--pink, input:checked + .radio--pink {
  color: #f141a8;
}

.radio--red, input:checked + .radio--red {
  color: #f13219;
}

.radio--orange, input:checked + .radio--orange {
  color: #fc8200;
}

.radio--yellow, input:checked + .radio--yellow {
  color: #fed622;
}

.radio--green, input:checked + .radio--green {
  color: #37ad25;
}

.radio--blue, input:checked + .radio--blue {
  color: #007afc;
}

.radio--purple, input:checked + .radio--purple {
  color: #7539d7;
}

.radio--turquoise, input:checked + .radio--turquoise {
  color: #1bc4fc;
}

.radio--darken25, input:checked + .radio--darken25 {
  color: rgba(14, 33, 39, 0.25);
}

.radio--darken50, input:checked + .radio--darken50 {
  color: rgba(14, 33, 39, 0.5);
}

.radio--darken75, input:checked + .radio--darken75 {
  color: rgba(14, 33, 39, 0.75);
}

.radio--lighten25, input:checked + .radio--lighten25 {
  color: rgba(255, 255, 255, 0.25);
}

.radio--lighten50, input:checked + .radio--lighten50 {
  color: rgba(255, 255, 255, 0.5);
}

.radio--lighten75, input:checked + .radio--lighten75 {
  color: rgba(255, 255, 255, 0.75);
}

.radio--white, input:checked + .radio--white {
  color: #fff;
}

.radio--transparent, input:checked + .radio--transparent {
  color: transparent;
}

.toggle--gray {
  color: #8b96aa;
}

input:checked + .toggle--gray {
  background: #8b96aa;
}

.toggle--pink {
  color: #f141a8;
}

input:checked + .toggle--pink {
  background: #f141a8;
}

.toggle--red {
  color: #f13219;
}

input:checked + .toggle--red {
  background: #f13219;
}

.toggle--orange {
  color: #fc8200;
}

input:checked + .toggle--orange {
  background: #fc8200;
}

.toggle--yellow {
  color: #fed622;
}

input:checked + .toggle--yellow {
  background: #fed622;
}

.toggle--green {
  color: #37ad25;
}

input:checked + .toggle--green {
  background: #37ad25;
}

.toggle--blue {
  color: #007afc;
}

input:checked + .toggle--blue {
  background: #007afc;
}

.toggle--purple {
  color: #7539d7;
}

input:checked + .toggle--purple {
  background: #7539d7;
}

.toggle--turquoise {
  color: #1bc4fc;
}

input:checked + .toggle--turquoise {
  background: #1bc4fc;
}

.toggle--darken25 {
  color: rgba(14, 33, 39, 0.25);
}

input:checked + .toggle--darken25 {
  background: rgba(14, 33, 39, 0.25);
}

.toggle--darken50 {
  color: rgba(14, 33, 39, 0.5);
}

input:checked + .toggle--darken50 {
  background: rgba(14, 33, 39, 0.5);
}

.toggle--darken75 {
  color: rgba(14, 33, 39, 0.75);
}

input:checked + .toggle--darken75 {
  background: rgba(14, 33, 39, 0.75);
}

.toggle--lighten25 {
  color: rgba(255, 255, 255, 0.25);
}

input:checked + .toggle--lighten25 {
  background: rgba(255, 255, 255, 0.25);
}

.toggle--lighten50 {
  color: rgba(255, 255, 255, 0.5);
}

input:checked + .toggle--lighten50 {
  background: rgba(255, 255, 255, 0.5);
}

.toggle--lighten75 {
  color: rgba(255, 255, 255, 0.75);
}

input:checked + .toggle--lighten75 {
  background: rgba(255, 255, 255, 0.75);
}

.toggle--white {
  color: #fff;
}

input:checked + .toggle--white {
  background: #fff;
}

.toggle--transparent {
  color: transparent;
}

input:checked + .toggle--transparent {
  background: 0 0;
}

input:checked + .toggle--active-gray {
  color: #8b96aa;
}

input:checked + .toggle--active-pink {
  color: #f141a8;
}

input:checked + .toggle--active-red {
  color: #f13219;
}

input:checked + .toggle--active-orange {
  color: #fc8200;
}

input:checked + .toggle--active-yellow {
  color: #fed622;
}

input:checked + .toggle--active-green {
  color: #37ad25;
}

input:checked + .toggle--active-blue {
  color: #007afc;
}

input:checked + .toggle--active-purple {
  color: #7539d7;
}

input:checked + .toggle--active-turquoise {
  color: #1bc4fc;
}

input:checked + .toggle--active-darken25 {
  color: rgba(14, 33, 39, 0.25);
}

input:checked + .toggle--active-darken50 {
  color: rgba(14, 33, 39, 0.5);
}

input:checked + .toggle--active-darken75 {
  color: rgba(14, 33, 39, 0.75);
}

input:checked + .toggle--active-lighten25 {
  color: rgba(255, 255, 255, 0.25);
}

input:checked + .toggle--active-lighten50 {
  color: rgba(255, 255, 255, 0.5);
}

input:checked + .toggle--active-lighten75 {
  color: rgba(255, 255, 255, 0.75);
}

input:checked + .toggle--active-white {
  color: #fff;
}

input:checked + .toggle--active-transparent {
  color: transparent;
}

.range--gray > input, .switch--gray {
  color: #8b96aa;
}

input:checked + .switch--dot-gray::after, input:checked + .switch--gray {
  background-color: #8b96aa;
}

.range--pink > input, .switch--pink {
  color: #f141a8;
}

input:checked + .switch--dot-pink::after, input:checked + .switch--pink {
  background-color: #f141a8;
}

.range--red > input, .switch--red {
  color: #f13219;
}

input:checked + .switch--dot-red::after, input:checked + .switch--red {
  background-color: #f13219;
}

.range--orange > input, .switch--orange {
  color: #fc8200;
}

input:checked + .switch--dot-orange::after, input:checked + .switch--orange {
  background-color: #fc8200;
}

.range--yellow > input, .switch--yellow {
  color: #fed622;
}

input:checked + .switch--dot-yellow::after, input:checked + .switch--yellow {
  background-color: #fed622;
}

.range--green > input, .switch--green {
  color: #37ad25;
}

input:checked + .switch--dot-green::after, input:checked + .switch--green {
  background-color: #37ad25;
}

.range--blue > input, .switch--blue {
  color: #007afc;
}

input:checked + .switch--blue, input:checked + .switch--dot-blue::after {
  background-color: #007afc;
}

.range--purple > input, .switch--purple {
  color: #7539d7;
}

input:checked + .switch--dot-purple::after, input:checked + .switch--purple {
  background-color: #7539d7;
}

.range--turquoise > input, .switch--turquoise {
  color: #1bc4fc;
}

input:checked + .switch--dot-turquoise::after, input:checked + .switch--turquoise {
  background-color: #1bc4fc;
}

.range--darken25 > input, .switch--darken25 {
  color: rgba(14, 33, 39, 0.25);
}

input:checked + .switch--darken25, input:checked + .switch--dot-darken25::after {
  background-color: rgba(14, 33, 39, 0.25);
}

.range--darken50 > input, .switch--darken50 {
  color: rgba(14, 33, 39, 0.5);
}

input:checked + .switch--darken50, input:checked + .switch--dot-darken50::after {
  background-color: rgba(14, 33, 39, 0.5);
}

.range--darken75 > input, .switch--darken75 {
  color: rgba(14, 33, 39, 0.75);
}

input:checked + .switch--darken75, input:checked + .switch--dot-darken75::after {
  background-color: rgba(14, 33, 39, 0.75);
}

.range--lighten25 > input, .switch--lighten25 {
  color: rgba(255, 255, 255, 0.25);
}

input:checked + .switch--dot-lighten25::after, input:checked + .switch--lighten25 {
  background-color: rgba(255, 255, 255, 0.25);
}

.range--lighten50 > input, .switch--lighten50 {
  color: rgba(255, 255, 255, 0.5);
}

input:checked + .switch--dot-lighten50::after, input:checked + .switch--lighten50 {
  background-color: rgba(255, 255, 255, 0.5);
}

.range--lighten75 > input, .switch--lighten75 {
  color: rgba(255, 255, 255, 0.75);
}

input:checked + .switch--dot-lighten75::after, input:checked + .switch--lighten75 {
  background-color: rgba(255, 255, 255, 0.75);
}

.range--white > input, .switch--white {
  color: #fff;
}

input:checked + .switch--dot-white::after, input:checked + .switch--white {
  background-color: #fff;
}

.range--transparent > input, .switch--transparent {
  color: transparent;
}

input:checked + .switch--dot-transparent::after, input:checked + .switch--transparent {
  background-color: transparent;
}

.color-gray-dark {
  color: #23262d !important;
}

.color-gray-deep {
  color: #566171 !important;
}

.color-gray {
  color: #8b96aa !important;
}

.color-gray-light {
  color: #a0aaba !important;
}

.color-gray-lighter {
  color: #d5dae2 !important;
}

.color-gray-faint {
  color: #f7f9fc !important;
}

.color-pink-dark {
  color: #800c67 !important;
}

.color-pink-deep {
  color: #ba1290 !important;
}

.color-pink {
  color: #f141a8 !important;
}

.color-pink-light {
  color: #f8c6db !important;
}

.color-pink-lighter {
  color: #fad6e2 !important;
}

.color-pink-faint {
  color: #fdeef2 !important;
}

.color-red-dark {
  color: #641106 !important;
}

.color-red-deep {
  color: #c9220c !important;
}

.color-red {
  color: #f13219 !important;
}

.color-red-light {
  color: #f45b47 !important;
}

.color-red-lighter {
  color: #fcd6d1 !important;
}

.color-red-faint {
  color: #fcefed !important;
}

.color-orange-dark {
  color: #653400 !important;
}

.color-orange-deep {
  color: #ca6800 !important;
}

.color-orange {
  color: #fc8200 !important;
}

.color-orange-light {
  color: #ff9b31 !important;
}

.color-orange-lighter {
  color: #ffe6cb !important;
}

.color-orange-faint {
  color: #fff5ea !important;
}

.color-yellow-dark {
  color: #735e01 !important;
}

.color-yellow-deep {
  color: #e5bc01 !important;
}

.color-yellow {
  color: #fed622 !important;
}

.color-yellow-light {
  color: #fede4e !important;
}

.color-yellow-lighter {
  color: #fff7d3 !important;
}

.color-yellow-faint {
  color: #fffced !important;
}

.color-green-dark {
  color: #0e3722 !important;
}

.color-green-deep {
  color: #1b6e45 !important;
}

.color-green {
  color: #37ad25 !important;
}

.color-green-light {
  color: #2fc078 !important;
}

.color-green-lighter {
  color: #c9f2dd !important;
}

.color-green-faint {
  color: #e9faf1 !important;
}

.color-blue-dark {
  color: #003165 !important;
}

.color-blue-deep {
  color: #0062ca !important;
}

.color-blue {
  color: #007afc !important;
}

.color-blue-light {
  color: #3195ff !important;
}

.color-blue-lighter {
  color: #cbe4ff !important;
}

.color-blue-faint {
  color: #e6f2ff !important;
}

.color-purple-dark {
  color: #2e127c !important;
}

.color-purple-deep {
  color: #5a29b8 !important;
}

.color-purple {
  color: #7539d7 !important;
}

.color-purple-light {
  color: #9c67e7 !important;
}

.color-purple-lighter {
  color: #ebd7fd !important;
}

.color-purple-faint {
  color: #f9f2ff !important;
}

.color-turquoise-dark {
  color: #085292 !important;
}

.color-turquoise-deep {
  color: #1399d8 !important;
}

.color-turquoise {
  color: #1bc4fc !important;
}

.color-turquoise-light {
  color: #53dffd !important;
}

.color-turquoise-lighter {
  color: #d1fefd !important;
}

.color-turquoise-faint {
  color: #edfefe !important;
}

.color-darken10 {
  color: rgba(14, 33, 39, 0.1) !important;
}

.color-darken25 {
  color: rgba(14, 33, 39, 0.25) !important;
}

.color-darken50 {
  color: rgba(14, 33, 39, 0.5) !important;
}

.color-darken75 {
  color: rgba(14, 33, 39, 0.75) !important;
}

.color-lighten10 {
  color: rgba(255, 255, 255, 0.1) !important;
}

.color-lighten25 {
  color: rgba(255, 255, 255, 0.25) !important;
}

.color-lighten50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.color-lighten75 {
  color: rgba(255, 255, 255, 0.75) !important;
}

.color-white {
  color: #fff !important;
}

.color-black {
  color: #0e1012 !important;
}

.color-transparent {
  color: transparent !important;
}

.color-text {
  color: #566171 !important;
}

.bg-gray-dark {
  background-color: #23262d !important;
}

.bg-gray-deep {
  background-color: #566171 !important;
}

.bg-gray {
  background-color: #8b96aa !important;
}

.bg-gray-light {
  background-color: #a0aaba !important;
}

.bg-gray-lighter {
  background-color: #d5dae2 !important;
}

.bg-gray-faint {
  background-color: #f7f9fc !important;
}

.bg-pink-dark {
  background-color: #800c67 !important;
}

.bg-pink-deep {
  background-color: #ba1290 !important;
}

.bg-pink {
  background-color: #f141a8 !important;
}

.bg-pink-light {
  background-color: #f8c6db !important;
}

.bg-pink-lighter {
  background-color: #fad6e2 !important;
}

.bg-pink-faint {
  background-color: #fdeef2 !important;
}

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

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

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

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

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

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

.bg-orange-dark {
  background-color: #653400 !important;
}

.bg-orange-deep {
  background-color: #ca6800 !important;
}

.bg-orange {
  background-color: #fc8200 !important;
}

.bg-orange-light {
  background-color: #ff9b31 !important;
}

.bg-orange-lighter {
  background-color: #ffe6cb !important;
}

.bg-orange-faint {
  background-color: #fff5ea !important;
}

.bg-yellow-dark {
  background-color: #735e01 !important;
}

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

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

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

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

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

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

.bg-green-deep {
  background-color: #1b6e45 !important;
}

.bg-green {
  background-color: #37ad25 !important;
}

.bg-green-light {
  background-color: #2fc078 !important;
}

.bg-green-lighter {
  background-color: #c9f2dd !important;
}

.bg-green-faint {
  background-color: #e9faf1 !important;
}

.bg-blue-dark {
  background-color: #003165 !important;
}

.bg-blue-deep {
  background-color: #0062ca !important;
}

.bg-blue {
  background-color: #007afc !important;
}

.bg-blue-light {
  background-color: #3195ff !important;
}

.bg-blue-lighter {
  background-color: #cbe4ff !important;
}

.bg-blue-faint {
  background-color: #e6f2ff !important;
}

.bg-purple-dark {
  background-color: #2e127c !important;
}

.bg-purple-deep {
  background-color: #5a29b8 !important;
}

.bg-purple {
  background-color: #7539d7 !important;
}

.bg-purple-light {
  background-color: #9c67e7 !important;
}

.bg-purple-lighter {
  background-color: #ebd7fd !important;
}

.bg-purple-faint {
  background-color: #f9f2ff !important;
}

.bg-turquoise-dark {
  background-color: #085292 !important;
}

.bg-turquoise-deep {
  background-color: #1399d8 !important;
}

.bg-turquoise {
  background-color: #1bc4fc !important;
}

.bg-turquoise-light {
  background-color: #53dffd !important;
}

.bg-turquoise-lighter {
  background-color: #d1fefd !important;
}

.bg-turquoise-faint {
  background-color: #edfefe !important;
}

.bg-darken5 {
  background-color: rgba(14, 33, 39, 0.05) !important;
}

.bg-darken10 {
  background-color: rgba(14, 33, 39, 0.1) !important;
}

.bg-darken25 {
  background-color: rgba(14, 33, 39, 0.25) !important;
}

.bg-darken50 {
  background-color: rgba(14, 33, 39, 0.5) !important;
}

.bg-darken75 {
  background-color: rgba(14, 33, 39, 0.75) !important;
}

.bg-lighten5 {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.bg-lighten10 {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-lighten25 {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.bg-lighten50 {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-lighten75 {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-black {
  background-color: #0e1012 !important;
}

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

.link--gray {
  color: #8b96aa;
}

.link--gray.is-active, .link--gray:hover {
  color: #566171;
}

.link--pink {
  color: #f141a8;
}

.link--pink.is-active, .link--pink:hover {
  color: #ba1290;
}

.link--red {
  color: #f13219;
}

.link--red.is-active, .link--red:hover {
  color: #c9220c;
}

.link--orange {
  color: #fc8200;
}

.link--orange.is-active, .link--orange:hover {
  color: #ca6800;
}

.link--yellow {
  color: #fed622;
}

.link--yellow.is-active, .link--yellow:hover {
  color: #e5bc01;
}

.link--green {
  color: #37ad25;
}

.link--green.is-active, .link--green:hover {
  color: #1b6e45;
}

.link--blue {
  color: #007afc;
}

.link--blue.is-active, .link--blue:hover {
  color: #0062ca;
}

.link--purple {
  color: #7539d7;
}

.link--purple.is-active, .link--purple:hover {
  color: #5a29b8;
}

.link--turquoise {
  color: #1bc4fc;
}

.link--turquoise.is-active, .link--turquoise:hover {
  color: #1399d8;
}

.link--darken25 {
  color: rgba(14, 33, 39, 0.25);
}

.link--darken25.is-active, .link--darken25:hover, .link--darken50 {
  color: rgba(14, 33, 39, 0.5);
}

.link--darken50.is-active, .link--darken50:hover, .link--darken75 {
  color: rgba(14, 33, 39, 0.75);
}

.link--darken75.is-active, .link--darken75:hover {
  color: #0e1012;
}

.link--lighten25 {
  color: rgba(255, 255, 255, 0.25);
}

.link--lighten25.is-active, .link--lighten25:hover, .link--lighten50 {
  color: rgba(255, 255, 255, 0.5);
}

.link--lighten50.is-active, .link--lighten50:hover, .link--lighten75 {
  color: rgba(255, 255, 255, 0.75);
}

.link--lighten75.is-active, .link--lighten75:hover, .link--white {
  color: #fff;
}

.link--white.is-active, .link--white:hover {
  color: rgba(255, 255, 255, 0.75);
}

.link--transparent {
  color: transparent;
}

.link--transparent.is-active, .link--transparent:hover {
  color: rgba(14, 33, 39, 0.1);
}

.border--gray-dark {
  border-color: #23262d !important;
}

.border--gray-deep {
  border-color: #566171 !important;
}

.border--gray {
  border-color: #8b96aa !important;
}

.border--gray-light {
  border-color: #a0aaba !important;
}

.border--gray-lighter {
  border-color: #d5dae2 !important;
}

.border--gray-faint {
  border-color: #f7f9fc !important;
}

.border--pink-dark {
  border-color: #800c67 !important;
}

.border--pink-deep {
  border-color: #ba1290 !important;
}

.border--pink {
  border-color: #f141a8 !important;
}

.border--pink-light {
  border-color: #f8c6db !important;
}

.border--pink-lighter {
  border-color: #fad6e2 !important;
}

.border--pink-faint {
  border-color: #fdeef2 !important;
}

.border--red-dark {
  border-color: #641106 !important;
}

.border--red-deep {
  border-color: #c9220c !important;
}

.border--red {
  border-color: #f13219 !important;
}

.border--red-light {
  border-color: #f45b47 !important;
}

.border--red-lighter {
  border-color: #fcd6d1 !important;
}

.border--red-faint {
  border-color: #fcefed !important;
}

.border--orange-dark {
  border-color: #653400 !important;
}

.border--orange-deep {
  border-color: #ca6800 !important;
}

.border--orange {
  border-color: #fc8200 !important;
}

.border--orange-light {
  border-color: #ff9b31 !important;
}

.border--orange-lighter {
  border-color: #ffe6cb !important;
}

.border--orange-faint {
  border-color: #fff5ea !important;
}

.border--yellow-dark {
  border-color: #735e01 !important;
}

.border--yellow-deep {
  border-color: #e5bc01 !important;
}

.border--yellow {
  border-color: #fed622 !important;
}

.border--yellow-light {
  border-color: #fede4e !important;
}

.border--yellow-lighter {
  border-color: #fff7d3 !important;
}

.border--yellow-faint {
  border-color: #fffced !important;
}

.border--green-dark {
  border-color: #0e3722 !important;
}

.border--green-deep {
  border-color: #1b6e45 !important;
}

.border--green {
  border-color: #37ad25 !important;
}

.border--green-light {
  border-color: #2fc078 !important;
}

.border--green-lighter {
  border-color: #c9f2dd !important;
}

.border--green-faint {
  border-color: #e9faf1 !important;
}

.border--blue-dark {
  border-color: #003165 !important;
}

.border--blue-deep {
  border-color: #0062ca !important;
}

.border--blue {
  border-color: #007afc !important;
}

.border--blue-light {
  border-color: #3195ff !important;
}

.border--blue-lighter {
  border-color: #cbe4ff !important;
}

.border--blue-faint {
  border-color: #e6f2ff !important;
}

.border--purple-dark {
  border-color: #2e127c !important;
}

.border--purple-deep {
  border-color: #5a29b8 !important;
}

.border--purple {
  border-color: #7539d7 !important;
}

.border--purple-light {
  border-color: #9c67e7 !important;
}

.border--purple-lighter {
  border-color: #ebd7fd !important;
}

.border--purple-faint {
  border-color: #f9f2ff !important;
}

.border--turquoise-dark {
  border-color: #085292 !important;
}

.border--turquoise-deep {
  border-color: #1399d8 !important;
}

.border--turquoise {
  border-color: #1bc4fc !important;
}

.border--turquoise-light {
  border-color: #53dffd !important;
}

.border--turquoise-lighter {
  border-color: #d1fefd !important;
}

.border--turquoise-faint {
  border-color: #edfefe !important;
}

.border--darken10 {
  border-color: rgba(14, 33, 39, 0.1) !important;
}

.border--darken25 {
  border-color: rgba(14, 33, 39, 0.25) !important;
}

.border--darken50 {
  border-color: rgba(14, 33, 39, 0.5) !important;
}

.border--darken75 {
  border-color: rgba(14, 33, 39, 0.75) !important;
}

.border--lighten10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.border--lighten25 {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.border--lighten50 {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.border--lighten75 {
  border-color: rgba(255, 255, 255, 0.75) !important;
}

.border--white {
  border-color: #fff !important;
}

.border--black {
  border-color: #0e1012 !important;
}

.border--transparent {
  border-color: transparent !important;
}

.shadow-darken10, .shadow-darken10-on-active.is-active, .shadow-darken10-on-active.is-active:hover, .shadow-darken10-on-hover:hover {
  box-shadow: 0 2px 10px 0 rgba(14, 33, 39, 0.1) !important;
}

.shadow-darken25 {
  box-shadow: 0 2px 10px 0 rgba(14, 33, 39, 0.25) !important;
}

.shadow-darken50 {
  box-shadow: 0 2px 10px 0 rgba(14, 33, 39, 0.5) !important;
}

.shadow-darken75 {
  box-shadow: 0 2px 10px 0 rgba(14, 33, 39, 0.75) !important;
}

.shadow-lighten10 {
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.1) !important;
}

.shadow-lighten25 {
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.25) !important;
}

.shadow-lighten50 {
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.5) !important;
}

.shadow-lighten75 {
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.75) !important;
}

.shadow-darken10-bold, .shadow-darken10-bold-on-active.is-active, .shadow-darken10-bold-on-active.is-active:hover, .shadow-darken10-bold-on-hover:hover {
  box-shadow: 0 6px 30px 0 rgba(14, 33, 39, 0.1) !important;
}

.shadow-darken25-bold {
  box-shadow: 0 6px 30px 0 rgba(14, 33, 39, 0.25) !important;
}

.shadow-darken50-bold {
  box-shadow: 0 6px 30px 0 rgba(14, 33, 39, 0.5) !important;
}

.shadow-darken75-bold {
  box-shadow: 0 6px 30px 0 rgba(14, 33, 39, 0.75) !important;
}

.shadow-lighten10-bold {
  box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.1) !important;
}

.shadow-lighten25-bold {
  box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.25) !important;
}

.shadow-lighten50-bold {
  box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.5) !important;
}

.shadow-lighten75-bold {
  box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.75) !important;
}

.shadow-darken25-on-active.is-active, .shadow-darken25-on-active.is-active:hover, .shadow-darken25-on-hover:hover {
  box-shadow: 0 2px 10px 0 rgba(14, 33, 39, 0.25) !important;
}

.shadow-darken25-bold-on-active.is-active, .shadow-darken25-bold-on-active.is-active:hover, .shadow-darken25-bold-on-hover:hover {
  box-shadow: 0 6px 30px 0 rgba(14, 33, 39, 0.25) !important;
}

.shadow-darken50-on-active.is-active, .shadow-darken50-on-active.is-active:hover, .shadow-darken50-on-hover:hover {
  box-shadow: 0 2px 10px 0 rgba(14, 33, 39, 0.5) !important;
}

.shadow-darken50-bold-on-active.is-active, .shadow-darken50-bold-on-active.is-active:hover, .shadow-darken50-bold-on-hover:hover {
  box-shadow: 0 6px 30px 0 rgba(14, 33, 39, 0.5) !important;
}

.shadow-darken75-on-active.is-active, .shadow-darken75-on-active.is-active:hover, .shadow-darken75-on-hover:hover {
  box-shadow: 0 2px 10px 0 rgba(14, 33, 39, 0.75) !important;
}

.shadow-darken75-bold-on-active.is-active, .shadow-darken75-bold-on-active.is-active:hover, .shadow-darken75-bold-on-hover:hover {
  box-shadow: 0 6px 30px 0 rgba(14, 33, 39, 0.75) !important;
}

.shadow-lighten10-on-active.is-active, .shadow-lighten10-on-active.is-active:hover, .shadow-lighten10-on-hover:hover {
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.1) !important;
}

.shadow-lighten10-bold-on-active.is-active, .shadow-lighten10-bold-on-active.is-active:hover, .shadow-lighten10-bold-on-hover:hover {
  box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.1) !important;
}

.shadow-lighten25-on-active.is-active, .shadow-lighten25-on-active.is-active:hover, .shadow-lighten25-on-hover:hover {
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.25) !important;
}

.shadow-lighten25-bold-on-active.is-active, .shadow-lighten25-bold-on-active.is-active:hover, .shadow-lighten25-bold-on-hover:hover {
  box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.25) !important;
}

.shadow-lighten50-on-active.is-active, .shadow-lighten50-on-active.is-active:hover, .shadow-lighten50-on-hover:hover {
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.5) !important;
}

.shadow-lighten50-bold-on-active.is-active, .shadow-lighten50-bold-on-active.is-active:hover, .shadow-lighten50-bold-on-hover:hover {
  box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.5) !important;
}

.shadow-lighten75-on-active.is-active, .shadow-lighten75-on-active.is-active:hover, .shadow-lighten75-on-hover:hover {
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.75) !important;
}

.shadow-lighten75-bold-on-active.is-active, .shadow-lighten75-bold-on-active.is-active:hover, .shadow-lighten75-bold-on-hover:hover {
  box-shadow: 0 6px 30px 0 rgba(255, 255, 255, 0.75) !important;
}

.bg-gray-dark-on-active.is-active, .bg-gray-dark-on-active.is-active:hover, .bg-gray-dark-on-hover:hover {
  background-color: #23262d !important;
}

.bg-gray-deep-on-active.is-active, .bg-gray-deep-on-active.is-active:hover, .bg-gray-deep-on-hover:hover {
  background-color: #566171 !important;
}

.bg-gray-on-active.is-active, .bg-gray-on-active.is-active:hover, .bg-gray-on-hover:hover {
  background-color: #8b96aa !important;
}

.bg-gray-light-on-active.is-active, .bg-gray-light-on-active.is-active:hover, .bg-gray-light-on-hover:hover {
  background-color: #a0aaba !important;
}

.bg-gray-lighter-on-active.is-active, .bg-gray-lighter-on-active.is-active:hover, .bg-gray-lighter-on-hover:hover {
  background-color: #d5dae2 !important;
}

.bg-gray-faint-on-active.is-active, .bg-gray-faint-on-active.is-active:hover, .bg-gray-faint-on-hover:hover {
  background-color: #f7f9fc !important;
}

.bg-pink-dark-on-active.is-active, .bg-pink-dark-on-active.is-active:hover, .bg-pink-dark-on-hover:hover {
  background-color: #800c67 !important;
}

.bg-pink-deep-on-active.is-active, .bg-pink-deep-on-active.is-active:hover, .bg-pink-deep-on-hover:hover {
  background-color: #ba1290 !important;
}

.bg-pink-on-active.is-active, .bg-pink-on-active.is-active:hover, .bg-pink-on-hover:hover {
  background-color: #f141a8 !important;
}

.bg-pink-light-on-active.is-active, .bg-pink-light-on-active.is-active:hover, .bg-pink-light-on-hover:hover {
  background-color: #f8c6db !important;
}

.bg-pink-lighter-on-active.is-active, .bg-pink-lighter-on-active.is-active:hover, .bg-pink-lighter-on-hover:hover {
  background-color: #fad6e2 !important;
}

.bg-pink-faint-on-active.is-active, .bg-pink-faint-on-active.is-active:hover, .bg-pink-faint-on-hover:hover {
  background-color: #fdeef2 !important;
}

.bg-red-dark-on-active.is-active, .bg-red-dark-on-active.is-active:hover, .bg-red-dark-on-hover:hover {
  background-color: #641106 !important;
}

.bg-red-deep-on-active.is-active, .bg-red-deep-on-active.is-active:hover, .bg-red-deep-on-hover:hover {
  background-color: #c9220c !important;
}

.bg-red-on-active.is-active, .bg-red-on-active.is-active:hover, .bg-red-on-hover:hover {
  background-color: #f13219 !important;
}

.bg-red-light-on-active.is-active, .bg-red-light-on-active.is-active:hover, .bg-red-light-on-hover:hover {
  background-color: #f45b47 !important;
}

.bg-red-lighter-on-active.is-active, .bg-red-lighter-on-active.is-active:hover, .bg-red-lighter-on-hover:hover {
  background-color: #fcd6d1 !important;
}

.bg-red-faint-on-active.is-active, .bg-red-faint-on-active.is-active:hover, .bg-red-faint-on-hover:hover {
  background-color: #fcefed !important;
}

.bg-orange-dark-on-active.is-active, .bg-orange-dark-on-active.is-active:hover, .bg-orange-dark-on-hover:hover {
  background-color: #653400 !important;
}

.bg-orange-deep-on-active.is-active, .bg-orange-deep-on-active.is-active:hover, .bg-orange-deep-on-hover:hover {
  background-color: #ca6800 !important;
}

.bg-orange-on-active.is-active, .bg-orange-on-active.is-active:hover, .bg-orange-on-hover:hover {
  background-color: #fc8200 !important;
}

.bg-orange-light-on-active.is-active, .bg-orange-light-on-active.is-active:hover, .bg-orange-light-on-hover:hover {
  background-color: #ff9b31 !important;
}

.bg-orange-lighter-on-active.is-active, .bg-orange-lighter-on-active.is-active:hover, .bg-orange-lighter-on-hover:hover {
  background-color: #ffe6cb !important;
}

.bg-orange-faint-on-active.is-active, .bg-orange-faint-on-active.is-active:hover, .bg-orange-faint-on-hover:hover {
  background-color: #fff5ea !important;
}

.bg-yellow-dark-on-active.is-active, .bg-yellow-dark-on-active.is-active:hover, .bg-yellow-dark-on-hover:hover {
  background-color: #735e01 !important;
}

.bg-yellow-deep-on-active.is-active, .bg-yellow-deep-on-active.is-active:hover, .bg-yellow-deep-on-hover:hover {
  background-color: #e5bc01 !important;
}

.bg-yellow-on-active.is-active, .bg-yellow-on-active.is-active:hover, .bg-yellow-on-hover:hover {
  background-color: #fed622 !important;
}

.bg-yellow-light-on-active.is-active, .bg-yellow-light-on-active.is-active:hover, .bg-yellow-light-on-hover:hover {
  background-color: #fede4e !important;
}

.bg-yellow-lighter-on-active.is-active, .bg-yellow-lighter-on-active.is-active:hover, .bg-yellow-lighter-on-hover:hover {
  background-color: #fff7d3 !important;
}

.bg-yellow-faint-on-active.is-active, .bg-yellow-faint-on-active.is-active:hover, .bg-yellow-faint-on-hover:hover {
  background-color: #fffced !important;
}

.bg-green-dark-on-active.is-active, .bg-green-dark-on-active.is-active:hover, .bg-green-dark-on-hover:hover {
  background-color: #0e3722 !important;
}

.bg-green-deep-on-active.is-active, .bg-green-deep-on-active.is-active:hover, .bg-green-deep-on-hover:hover {
  background-color: #1b6e45 !important;
}

.bg-green-on-active.is-active, .bg-green-on-active.is-active:hover, .bg-green-on-hover:hover {
  background-color: #37ad25 !important;
}

.bg-green-light-on-active.is-active, .bg-green-light-on-active.is-active:hover, .bg-green-light-on-hover:hover {
  background-color: #2fc078 !important;
}

.bg-green-lighter-on-active.is-active, .bg-green-lighter-on-active.is-active:hover, .bg-green-lighter-on-hover:hover {
  background-color: #c9f2dd !important;
}

.bg-green-faint-on-active.is-active, .bg-green-faint-on-active.is-active:hover, .bg-green-faint-on-hover:hover {
  background-color: #e9faf1 !important;
}

.bg-blue-dark-on-active.is-active, .bg-blue-dark-on-active.is-active:hover, .bg-blue-dark-on-hover:hover {
  background-color: #003165 !important;
}

.bg-blue-deep-on-active.is-active, .bg-blue-deep-on-active.is-active:hover, .bg-blue-deep-on-hover:hover {
  background-color: #0062ca !important;
}

.bg-blue-on-active.is-active, .bg-blue-on-active.is-active:hover, .bg-blue-on-hover:hover {
  background-color: #007afc !important;
}

.bg-blue-light-on-active.is-active, .bg-blue-light-on-active.is-active:hover, .bg-blue-light-on-hover:hover {
  background-color: #3195ff !important;
}

.bg-blue-lighter-on-active.is-active, .bg-blue-lighter-on-active.is-active:hover, .bg-blue-lighter-on-hover:hover {
  background-color: #cbe4ff !important;
}

.bg-blue-faint-on-active.is-active, .bg-blue-faint-on-active.is-active:hover, .bg-blue-faint-on-hover:hover {
  background-color: #e6f2ff !important;
}

.bg-purple-dark-on-active.is-active, .bg-purple-dark-on-active.is-active:hover, .bg-purple-dark-on-hover:hover {
  background-color: #2e127c !important;
}

.bg-purple-deep-on-active.is-active, .bg-purple-deep-on-active.is-active:hover, .bg-purple-deep-on-hover:hover {
  background-color: #5a29b8 !important;
}

.bg-purple-on-active.is-active, .bg-purple-on-active.is-active:hover, .bg-purple-on-hover:hover {
  background-color: #7539d7 !important;
}

.bg-purple-light-on-active.is-active, .bg-purple-light-on-active.is-active:hover, .bg-purple-light-on-hover:hover {
  background-color: #9c67e7 !important;
}

.bg-purple-lighter-on-active.is-active, .bg-purple-lighter-on-active.is-active:hover, .bg-purple-lighter-on-hover:hover {
  background-color: #ebd7fd !important;
}

.bg-purple-faint-on-active.is-active, .bg-purple-faint-on-active.is-active:hover, .bg-purple-faint-on-hover:hover {
  background-color: #f9f2ff !important;
}

.bg-turquoise-dark-on-active.is-active, .bg-turquoise-dark-on-active.is-active:hover, .bg-turquoise-dark-on-hover:hover {
  background-color: #085292 !important;
}

.bg-turquoise-deep-on-active.is-active, .bg-turquoise-deep-on-active.is-active:hover, .bg-turquoise-deep-on-hover:hover {
  background-color: #1399d8 !important;
}

.bg-turquoise-on-active.is-active, .bg-turquoise-on-active.is-active:hover, .bg-turquoise-on-hover:hover {
  background-color: #1bc4fc !important;
}

.bg-turquoise-light-on-active.is-active, .bg-turquoise-light-on-active.is-active:hover, .bg-turquoise-light-on-hover:hover {
  background-color: #53dffd !important;
}

.bg-turquoise-lighter-on-active.is-active, .bg-turquoise-lighter-on-active.is-active:hover, .bg-turquoise-lighter-on-hover:hover {
  background-color: #d1fefd !important;
}

.bg-turquoise-faint-on-active.is-active, .bg-turquoise-faint-on-active.is-active:hover, .bg-turquoise-faint-on-hover:hover {
  background-color: #edfefe !important;
}

.bg-darken5-on-active.is-active, .bg-darken5-on-active.is-active:hover, .bg-darken5-on-hover:hover {
  background-color: rgba(14, 33, 39, 0.05) !important;
}

.bg-darken10-on-active.is-active, .bg-darken10-on-active.is-active:hover, .bg-darken10-on-hover:hover {
  background-color: rgba(14, 33, 39, 0.1) !important;
}

.bg-darken25-on-active.is-active, .bg-darken25-on-active.is-active:hover, .bg-darken25-on-hover:hover {
  background-color: rgba(14, 33, 39, 0.25) !important;
}

.bg-darken50-on-active.is-active, .bg-darken50-on-active.is-active:hover, .bg-darken50-on-hover:hover {
  background-color: rgba(14, 33, 39, 0.5) !important;
}

.bg-darken75-on-active.is-active, .bg-darken75-on-active.is-active:hover, .bg-darken75-on-hover:hover {
  background-color: rgba(14, 33, 39, 0.75) !important;
}

.bg-lighten5-on-active.is-active, .bg-lighten5-on-active.is-active:hover, .bg-lighten5-on-hover:hover {
  background-color: rgba(255, 255, 255, 0.05) !important;
}

.bg-lighten10-on-active.is-active, .bg-lighten10-on-active.is-active:hover, .bg-lighten10-on-hover:hover {
  background-color: rgba(255, 255, 255, 0.1) !important;
}

.bg-lighten25-on-active.is-active, .bg-lighten25-on-active.is-active:hover, .bg-lighten25-on-hover:hover {
  background-color: rgba(255, 255, 255, 0.25) !important;
}

.bg-lighten50-on-active.is-active, .bg-lighten50-on-active.is-active:hover, .bg-lighten50-on-hover:hover {
  background-color: rgba(255, 255, 255, 0.5) !important;
}

.bg-lighten75-on-active.is-active, .bg-lighten75-on-active.is-active:hover, .bg-lighten75-on-hover:hover {
  background-color: rgba(255, 255, 255, 0.75) !important;
}

.bg-white-on-active.is-active, .bg-white-on-active.is-active:hover, .bg-white-on-hover:hover {
  background-color: #fff !important;
}

.bg-black-on-active.is-active, .bg-black-on-active.is-active:hover, .bg-black-on-hover:hover {
  background-color: #0e1012 !important;
}

.bg-transparent-on-active.is-active, .bg-transparent-on-active.is-active:hover, .bg-transparent-on-hover:hover {
  background-color: transparent !important;
}

.color-gray-dark-on-active.is-active, .color-gray-dark-on-active.is-active:hover, .color-gray-dark-on-hover:hover {
  color: #23262d !important;
}

.color-gray-deep-on-active.is-active, .color-gray-deep-on-active.is-active:hover, .color-gray-deep-on-hover:hover {
  color: #566171 !important;
}

.color-gray-on-active.is-active, .color-gray-on-active.is-active:hover, .color-gray-on-hover:hover {
  color: #8b96aa !important;
}

.color-gray-light-on-active.is-active, .color-gray-light-on-active.is-active:hover, .color-gray-light-on-hover:hover {
  color: #a0aaba !important;
}

.color-gray-lighter-on-active.is-active, .color-gray-lighter-on-active.is-active:hover, .color-gray-lighter-on-hover:hover {
  color: #d5dae2 !important;
}

.color-gray-faint-on-active.is-active, .color-gray-faint-on-active.is-active:hover, .color-gray-faint-on-hover:hover {
  color: #f7f9fc !important;
}

.color-pink-dark-on-active.is-active, .color-pink-dark-on-active.is-active:hover, .color-pink-dark-on-hover:hover {
  color: #800c67 !important;
}

.color-pink-deep-on-active.is-active, .color-pink-deep-on-active.is-active:hover, .color-pink-deep-on-hover:hover {
  color: #ba1290 !important;
}

.color-pink-on-active.is-active, .color-pink-on-active.is-active:hover, .color-pink-on-hover:hover {
  color: #f141a8 !important;
}

.color-pink-light-on-active.is-active, .color-pink-light-on-active.is-active:hover, .color-pink-light-on-hover:hover {
  color: #f8c6db !important;
}

.color-pink-lighter-on-active.is-active, .color-pink-lighter-on-active.is-active:hover, .color-pink-lighter-on-hover:hover {
  color: #fad6e2 !important;
}

.color-pink-faint-on-active.is-active, .color-pink-faint-on-active.is-active:hover, .color-pink-faint-on-hover:hover {
  color: #fdeef2 !important;
}

.color-red-dark-on-active.is-active, .color-red-dark-on-active.is-active:hover, .color-red-dark-on-hover:hover {
  color: #641106 !important;
}

.color-red-deep-on-active.is-active, .color-red-deep-on-active.is-active:hover, .color-red-deep-on-hover:hover {
  color: #c9220c !important;
}

.color-red-on-active.is-active, .color-red-on-active.is-active:hover, .color-red-on-hover:hover {
  color: #f13219 !important;
}

.color-red-light-on-active.is-active, .color-red-light-on-active.is-active:hover, .color-red-light-on-hover:hover {
  color: #f45b47 !important;
}

.color-red-lighter-on-active.is-active, .color-red-lighter-on-active.is-active:hover, .color-red-lighter-on-hover:hover {
  color: #fcd6d1 !important;
}

.color-red-faint-on-active.is-active, .color-red-faint-on-active.is-active:hover, .color-red-faint-on-hover:hover {
  color: #fcefed !important;
}

.color-orange-dark-on-active.is-active, .color-orange-dark-on-active.is-active:hover, .color-orange-dark-on-hover:hover {
  color: #653400 !important;
}

.color-orange-deep-on-active.is-active, .color-orange-deep-on-active.is-active:hover, .color-orange-deep-on-hover:hover {
  color: #ca6800 !important;
}

.color-orange-on-active.is-active, .color-orange-on-active.is-active:hover, .color-orange-on-hover:hover {
  color: #fc8200 !important;
}

.color-orange-light-on-active.is-active, .color-orange-light-on-active.is-active:hover, .color-orange-light-on-hover:hover {
  color: #ff9b31 !important;
}

.color-orange-lighter-on-active.is-active, .color-orange-lighter-on-active.is-active:hover, .color-orange-lighter-on-hover:hover {
  color: #ffe6cb !important;
}

.color-orange-faint-on-active.is-active, .color-orange-faint-on-active.is-active:hover, .color-orange-faint-on-hover:hover {
  color: #fff5ea !important;
}

.color-yellow-dark-on-active.is-active, .color-yellow-dark-on-active.is-active:hover, .color-yellow-dark-on-hover:hover {
  color: #735e01 !important;
}

.color-yellow-deep-on-active.is-active, .color-yellow-deep-on-active.is-active:hover, .color-yellow-deep-on-hover:hover {
  color: #e5bc01 !important;
}

.color-yellow-on-active.is-active, .color-yellow-on-active.is-active:hover, .color-yellow-on-hover:hover {
  color: #fed622 !important;
}

.color-yellow-light-on-active.is-active, .color-yellow-light-on-active.is-active:hover, .color-yellow-light-on-hover:hover {
  color: #fede4e !important;
}

.color-yellow-lighter-on-active.is-active, .color-yellow-lighter-on-active.is-active:hover, .color-yellow-lighter-on-hover:hover {
  color: #fff7d3 !important;
}

.color-yellow-faint-on-active.is-active, .color-yellow-faint-on-active.is-active:hover, .color-yellow-faint-on-hover:hover {
  color: #fffced !important;
}

.color-green-dark-on-active.is-active, .color-green-dark-on-active.is-active:hover, .color-green-dark-on-hover:hover {
  color: #0e3722 !important;
}

.color-green-deep-on-active.is-active, .color-green-deep-on-active.is-active:hover, .color-green-deep-on-hover:hover {
  color: #1b6e45 !important;
}

.color-green-on-active.is-active, .color-green-on-active.is-active:hover, .color-green-on-hover:hover {
  color: #37ad25 !important;
}

.color-green-light-on-active.is-active, .color-green-light-on-active.is-active:hover, .color-green-light-on-hover:hover {
  color: #2fc078 !important;
}

.color-green-lighter-on-active.is-active, .color-green-lighter-on-active.is-active:hover, .color-green-lighter-on-hover:hover {
  color: #c9f2dd !important;
}

.color-green-faint-on-active.is-active, .color-green-faint-on-active.is-active:hover, .color-green-faint-on-hover:hover {
  color: #e9faf1 !important;
}

.color-blue-dark-on-active.is-active, .color-blue-dark-on-active.is-active:hover, .color-blue-dark-on-hover:hover {
  color: #003165 !important;
}

.color-blue-deep-on-active.is-active, .color-blue-deep-on-active.is-active:hover, .color-blue-deep-on-hover:hover {
  color: #0062ca !important;
}

.color-blue-on-active.is-active, .color-blue-on-active.is-active:hover, .color-blue-on-hover:hover {
  color: #007afc !important;
}

.color-blue-light-on-active.is-active, .color-blue-light-on-active.is-active:hover, .color-blue-light-on-hover:hover {
  color: #3195ff !important;
}

.color-blue-lighter-on-active.is-active, .color-blue-lighter-on-active.is-active:hover, .color-blue-lighter-on-hover:hover {
  color: #cbe4ff !important;
}

.color-blue-faint-on-active.is-active, .color-blue-faint-on-active.is-active:hover, .color-blue-faint-on-hover:hover {
  color: #e6f2ff !important;
}

.color-purple-dark-on-active.is-active, .color-purple-dark-on-active.is-active:hover, .color-purple-dark-on-hover:hover {
  color: #2e127c !important;
}

.color-purple-deep-on-active.is-active, .color-purple-deep-on-active.is-active:hover, .color-purple-deep-on-hover:hover {
  color: #5a29b8 !important;
}

.color-purple-on-active.is-active, .color-purple-on-active.is-active:hover, .color-purple-on-hover:hover {
  color: #7539d7 !important;
}

.color-purple-light-on-active.is-active, .color-purple-light-on-active.is-active:hover, .color-purple-light-on-hover:hover {
  color: #9c67e7 !important;
}

.color-purple-lighter-on-active.is-active, .color-purple-lighter-on-active.is-active:hover, .color-purple-lighter-on-hover:hover {
  color: #ebd7fd !important;
}

.color-purple-faint-on-active.is-active, .color-purple-faint-on-active.is-active:hover, .color-purple-faint-on-hover:hover {
  color: #f9f2ff !important;
}

.color-turquoise-dark-on-active.is-active, .color-turquoise-dark-on-active.is-active:hover, .color-turquoise-dark-on-hover:hover {
  color: #085292 !important;
}

.color-turquoise-deep-on-active.is-active, .color-turquoise-deep-on-active.is-active:hover, .color-turquoise-deep-on-hover:hover {
  color: #1399d8 !important;
}

.color-turquoise-on-active.is-active, .color-turquoise-on-active.is-active:hover, .color-turquoise-on-hover:hover {
  color: #1bc4fc !important;
}

.color-turquoise-light-on-active.is-active, .color-turquoise-light-on-active.is-active:hover, .color-turquoise-light-on-hover:hover {
  color: #53dffd !important;
}

.color-turquoise-lighter-on-active.is-active, .color-turquoise-lighter-on-active.is-active:hover, .color-turquoise-lighter-on-hover:hover {
  color: #d1fefd !important;
}

.color-turquoise-faint-on-active.is-active, .color-turquoise-faint-on-active.is-active:hover, .color-turquoise-faint-on-hover:hover {
  color: #edfefe !important;
}

.color-darken10-on-active.is-active, .color-darken10-on-active.is-active:hover, .color-darken10-on-hover:hover {
  color: rgba(14, 33, 39, 0.1) !important;
}

.color-darken25-on-active.is-active, .color-darken25-on-active.is-active:hover, .color-darken25-on-hover:hover {
  color: rgba(14, 33, 39, 0.25) !important;
}

.color-darken50-on-active.is-active, .color-darken50-on-active.is-active:hover, .color-darken50-on-hover:hover {
  color: rgba(14, 33, 39, 0.5) !important;
}

.color-darken75-on-active.is-active, .color-darken75-on-active.is-active:hover, .color-darken75-on-hover:hover {
  color: rgba(14, 33, 39, 0.75) !important;
}

.color-lighten10-on-active.is-active, .color-lighten10-on-active.is-active:hover, .color-lighten10-on-hover:hover {
  color: rgba(255, 255, 255, 0.1) !important;
}

.color-lighten25-on-active.is-active, .color-lighten25-on-active.is-active:hover, .color-lighten25-on-hover:hover {
  color: rgba(255, 255, 255, 0.25) !important;
}

.color-lighten50-on-active.is-active, .color-lighten50-on-active.is-active:hover, .color-lighten50-on-hover:hover {
  color: rgba(255, 255, 255, 0.5) !important;
}

.color-lighten75-on-active.is-active, .color-lighten75-on-active.is-active:hover, .color-lighten75-on-hover:hover {
  color: rgba(255, 255, 255, 0.75) !important;
}

.color-white-on-active.is-active, .color-white-on-active.is-active:hover, .color-white-on-hover:hover {
  color: #fff !important;
}

.color-black-on-active.is-active, .color-black-on-active.is-active:hover, .color-black-on-hover:hover {
  color: #0e1012 !important;
}

.color-transparent-on-active.is-active, .color-transparent-on-active.is-active:hover, .color-transparent-on-hover:hover {
  color: transparent !important;
}

.border--gray-dark-on-active.is-active, .border--gray-dark-on-active.is-active:hover, .border--gray-dark-on-hover:hover {
  border-color: #23262d !important;
}

.border--gray-deep-on-active.is-active, .border--gray-deep-on-active.is-active:hover, .border--gray-deep-on-hover:hover {
  border-color: #566171 !important;
}

.border--gray-on-active.is-active, .border--gray-on-active.is-active:hover, .border--gray-on-hover:hover {
  border-color: #8b96aa !important;
}

.border--gray-light-on-active.is-active, .border--gray-light-on-active.is-active:hover, .border--gray-light-on-hover:hover {
  border-color: #a0aaba !important;
}

.border--gray-lighter-on-active.is-active, .border--gray-lighter-on-active.is-active:hover, .border--gray-lighter-on-hover:hover {
  border-color: #d5dae2 !important;
}

.border--gray-faint-on-active.is-active, .border--gray-faint-on-active.is-active:hover, .border--gray-faint-on-hover:hover {
  border-color: #f7f9fc !important;
}

.border--pink-dark-on-active.is-active, .border--pink-dark-on-active.is-active:hover, .border--pink-dark-on-hover:hover {
  border-color: #800c67 !important;
}

.border--pink-deep-on-active.is-active, .border--pink-deep-on-active.is-active:hover, .border--pink-deep-on-hover:hover {
  border-color: #ba1290 !important;
}

.border--pink-on-active.is-active, .border--pink-on-active.is-active:hover, .border--pink-on-hover:hover {
  border-color: #f141a8 !important;
}

.border--pink-light-on-active.is-active, .border--pink-light-on-active.is-active:hover, .border--pink-light-on-hover:hover {
  border-color: #f8c6db !important;
}

.border--pink-lighter-on-active.is-active, .border--pink-lighter-on-active.is-active:hover, .border--pink-lighter-on-hover:hover {
  border-color: #fad6e2 !important;
}

.border--pink-faint-on-active.is-active, .border--pink-faint-on-active.is-active:hover, .border--pink-faint-on-hover:hover {
  border-color: #fdeef2 !important;
}

.border--red-dark-on-active.is-active, .border--red-dark-on-active.is-active:hover, .border--red-dark-on-hover:hover {
  border-color: #641106 !important;
}

.border--red-deep-on-active.is-active, .border--red-deep-on-active.is-active:hover, .border--red-deep-on-hover:hover {
  border-color: #c9220c !important;
}

.border--red-on-active.is-active, .border--red-on-active.is-active:hover, .border--red-on-hover:hover {
  border-color: #f13219 !important;
}

.border--red-light-on-active.is-active, .border--red-light-on-active.is-active:hover, .border--red-light-on-hover:hover {
  border-color: #f45b47 !important;
}

.border--red-lighter-on-active.is-active, .border--red-lighter-on-active.is-active:hover, .border--red-lighter-on-hover:hover {
  border-color: #fcd6d1 !important;
}

.border--red-faint-on-active.is-active, .border--red-faint-on-active.is-active:hover, .border--red-faint-on-hover:hover {
  border-color: #fcefed !important;
}

.border--orange-dark-on-active.is-active, .border--orange-dark-on-active.is-active:hover, .border--orange-dark-on-hover:hover {
  border-color: #653400 !important;
}

.border--orange-deep-on-active.is-active, .border--orange-deep-on-active.is-active:hover, .border--orange-deep-on-hover:hover {
  border-color: #ca6800 !important;
}

.border--orange-on-active.is-active, .border--orange-on-active.is-active:hover, .border--orange-on-hover:hover {
  border-color: #fc8200 !important;
}

.border--orange-light-on-active.is-active, .border--orange-light-on-active.is-active:hover, .border--orange-light-on-hover:hover {
  border-color: #ff9b31 !important;
}

.border--orange-lighter-on-active.is-active, .border--orange-lighter-on-active.is-active:hover, .border--orange-lighter-on-hover:hover {
  border-color: #ffe6cb !important;
}

.border--orange-faint-on-active.is-active, .border--orange-faint-on-active.is-active:hover, .border--orange-faint-on-hover:hover {
  border-color: #fff5ea !important;
}

.border--yellow-dark-on-active.is-active, .border--yellow-dark-on-active.is-active:hover, .border--yellow-dark-on-hover:hover {
  border-color: #735e01 !important;
}

.border--yellow-deep-on-active.is-active, .border--yellow-deep-on-active.is-active:hover, .border--yellow-deep-on-hover:hover {
  border-color: #e5bc01 !important;
}

.border--yellow-on-active.is-active, .border--yellow-on-active.is-active:hover, .border--yellow-on-hover:hover {
  border-color: #fed622 !important;
}

.border--yellow-light-on-active.is-active, .border--yellow-light-on-active.is-active:hover, .border--yellow-light-on-hover:hover {
  border-color: #fede4e !important;
}

.border--yellow-lighter-on-active.is-active, .border--yellow-lighter-on-active.is-active:hover, .border--yellow-lighter-on-hover:hover {
  border-color: #fff7d3 !important;
}

.border--yellow-faint-on-active.is-active, .border--yellow-faint-on-active.is-active:hover, .border--yellow-faint-on-hover:hover {
  border-color: #fffced !important;
}

.border--green-dark-on-active.is-active, .border--green-dark-on-active.is-active:hover, .border--green-dark-on-hover:hover {
  border-color: #0e3722 !important;
}

.border--green-deep-on-active.is-active, .border--green-deep-on-active.is-active:hover, .border--green-deep-on-hover:hover {
  border-color: #1b6e45 !important;
}

.border--green-on-active.is-active, .border--green-on-active.is-active:hover, .border--green-on-hover:hover {
  border-color: #37ad25 !important;
}

.border--green-light-on-active.is-active, .border--green-light-on-active.is-active:hover, .border--green-light-on-hover:hover {
  border-color: #2fc078 !important;
}

.border--green-lighter-on-active.is-active, .border--green-lighter-on-active.is-active:hover, .border--green-lighter-on-hover:hover {
  border-color: #c9f2dd !important;
}

.border--green-faint-on-active.is-active, .border--green-faint-on-active.is-active:hover, .border--green-faint-on-hover:hover {
  border-color: #e9faf1 !important;
}

.border--blue-dark-on-active.is-active, .border--blue-dark-on-active.is-active:hover, .border--blue-dark-on-hover:hover {
  border-color: #003165 !important;
}

.border--blue-deep-on-active.is-active, .border--blue-deep-on-active.is-active:hover, .border--blue-deep-on-hover:hover {
  border-color: #0062ca !important;
}

.border--blue-on-active.is-active, .border--blue-on-active.is-active:hover, .border--blue-on-hover:hover {
  border-color: #007afc !important;
}

.border--blue-light-on-active.is-active, .border--blue-light-on-active.is-active:hover, .border--blue-light-on-hover:hover {
  border-color: #3195ff !important;
}

.border--blue-lighter-on-active.is-active, .border--blue-lighter-on-active.is-active:hover, .border--blue-lighter-on-hover:hover {
  border-color: #cbe4ff !important;
}

.border--blue-faint-on-active.is-active, .border--blue-faint-on-active.is-active:hover, .border--blue-faint-on-hover:hover {
  border-color: #e6f2ff !important;
}

.border--purple-dark-on-active.is-active, .border--purple-dark-on-active.is-active:hover, .border--purple-dark-on-hover:hover {
  border-color: #2e127c !important;
}

.border--purple-deep-on-active.is-active, .border--purple-deep-on-active.is-active:hover, .border--purple-deep-on-hover:hover {
  border-color: #5a29b8 !important;
}

.border--purple-on-active.is-active, .border--purple-on-active.is-active:hover, .border--purple-on-hover:hover {
  border-color: #7539d7 !important;
}

.border--purple-light-on-active.is-active, .border--purple-light-on-active.is-active:hover, .border--purple-light-on-hover:hover {
  border-color: #9c67e7 !important;
}

.border--purple-lighter-on-active.is-active, .border--purple-lighter-on-active.is-active:hover, .border--purple-lighter-on-hover:hover {
  border-color: #ebd7fd !important;
}

.border--purple-faint-on-active.is-active, .border--purple-faint-on-active.is-active:hover, .border--purple-faint-on-hover:hover {
  border-color: #f9f2ff !important;
}

.border--turquoise-dark-on-active.is-active, .border--turquoise-dark-on-active.is-active:hover, .border--turquoise-dark-on-hover:hover {
  border-color: #085292 !important;
}

.border--turquoise-deep-on-active.is-active, .border--turquoise-deep-on-active.is-active:hover, .border--turquoise-deep-on-hover:hover {
  border-color: #1399d8 !important;
}

.border--turquoise-on-active.is-active, .border--turquoise-on-active.is-active:hover, .border--turquoise-on-hover:hover {
  border-color: #1bc4fc !important;
}

.border--turquoise-light-on-active.is-active, .border--turquoise-light-on-active.is-active:hover, .border--turquoise-light-on-hover:hover {
  border-color: #53dffd !important;
}

.border--turquoise-lighter-on-active.is-active, .border--turquoise-lighter-on-active.is-active:hover, .border--turquoise-lighter-on-hover:hover {
  border-color: #d1fefd !important;
}

.border--turquoise-faint-on-active.is-active, .border--turquoise-faint-on-active.is-active:hover, .border--turquoise-faint-on-hover:hover {
  border-color: #edfefe !important;
}

.border--darken10-on-active.is-active, .border--darken10-on-active.is-active:hover, .border--darken10-on-hover:hover {
  border-color: rgba(14, 33, 39, 0.1) !important;
}

.border--darken25-on-active.is-active, .border--darken25-on-active.is-active:hover, .border--darken25-on-hover:hover {
  border-color: rgba(14, 33, 39, 0.25) !important;
}

.border--darken50-on-active.is-active, .border--darken50-on-active.is-active:hover, .border--darken50-on-hover:hover {
  border-color: rgba(14, 33, 39, 0.5) !important;
}

.border--darken75-on-active.is-active, .border--darken75-on-active.is-active:hover, .border--darken75-on-hover:hover {
  border-color: rgba(14, 33, 39, 0.75) !important;
}

.border--lighten10-on-active.is-active, .border--lighten10-on-active.is-active:hover, .border--lighten10-on-hover:hover {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

.border--lighten25-on-active.is-active, .border--lighten25-on-active.is-active:hover, .border--lighten25-on-hover:hover {
  border-color: rgba(255, 255, 255, 0.25) !important;
}

.border--lighten50-on-active.is-active, .border--lighten50-on-active.is-active:hover, .border--lighten50-on-hover:hover {
  border-color: rgba(255, 255, 255, 0.5) !important;
}

.border--lighten75-on-active.is-active, .border--lighten75-on-active.is-active:hover, .border--lighten75-on-hover:hover {
  border-color: rgba(255, 255, 255, 0.75) !important;
}

.border--white-on-active.is-active, .border--white-on-active.is-active:hover, .border--white-on-hover:hover {
  border-color: #fff !important;
}

.border--black-on-active.is-active, .border--black-on-active.is-active:hover, .border--black-on-hover:hover {
  border-color: #0e1012 !important;
}

.border--transparent-on-active.is-active, .border--transparent-on-active.is-active:hover, .border--transparent-on-hover:hover {
  border-color: transparent !important;
}

@media screen and (min-width: 640px) {
  .grid-mm {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .col-mm {
    display: block;
    max-width: 100%;
    flex-shrink: 1;
  }
  .col--auto-mm {
    width: auto !important;
    flex: auto;
    flex-basis: 0;
  }
  .inline-mm {
    display: inline !important;
  }
  .block-mm {
    display: block !important;
  }
  .inline-block-mm {
    display: inline-block !important;
  }
  .none-mm {
    display: none !important;
  }
  .fixed-mm {
    position: fixed !important;
  }
  .absolute-mm {
    position: absolute !important;
  }
  .relative-mm {
    position: relative !important;
  }
  .static-mm {
    position: static !important;
  }
  .sticky-mm {
    position: sticky !important;
  }
  .top-mm {
    top: 0 !important;
  }
  .right-mm {
    right: 0 !important;
  }
  .left-mm {
    left: 0 !important;
  }
  .bottom-mm {
    bottom: 0 !important;
  }
  .z-neg1-mm {
    z-index: -1 !important;
  }
  .z0-mm {
    z-index: 0 !important;
  }
  .z1-mm {
    z-index: 1 !important;
  }
  .z2-mm {
    z-index: 2 !important;
  }
  .z3-mm {
    z-index: 3 !important;
  }
  .z4-mm {
    z-index: 4 !important;
  }
  .z5-mm {
    z-index: 5 !important;
  }
  .mx-auto-mm {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .flex-mm {
    display: flex !important;
  }
  .inline-flex-mm {
    display: inline-flex !important;
  }
  .flex--column-mm {
    flex-direction: column !important;
  }
  .flex--column-reverse-mm {
    flex-direction: column-reverse !important;
  }
  .flex--row-mm {
    flex-direction: row !important;
  }
  .flex--row-reverse-mm {
    flex-direction: row-reverse !important;
  }
  .flex--wrap-mm {
    flex-wrap: wrap !important;
  }
  .flex--start-cross-mm {
    align-items: flex-start !important;
  }
  .flex--start-main-mm {
    justify-content: flex-start !important;
  }
  .flex--end-cross-mm {
    align-items: flex-end !important;
  }
  .flex--end-main-mm {
    justify-content: flex-end !important;
  }
  .flex--center-main-mm {
    justify-content: center !important;
  }
  .flex--center-cross-mm {
    align-items: center !important;
  }
  .flex--stretch-cross-mm {
    align-items: stretch !important;
  }
  .flex--space-between-main-mm {
    justify-content: space-between !important;
  }
  .flex-child-grow-mm {
    flex-grow: 1 !important;
    min-width: 0;
  }
  .flex-child-no-shrink-mm {
    flex-shrink: 0 !important;
  }
  .bleed-mm, .bleed-r-mm {
    margin-right: calc(50% - 50vw);
  }
  .bleed-mm {
    margin-left: calc(50% - 50vw);
  }
  .bleed-r-mm {
    flex-grow: 1;
  }
  .bleed-l-mm {
    flex-grow: 1;
    margin-left: calc(50% - 50vw);
  }
  .unbleed-mm {
    flex-grow: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .fl-mm {
    float: left !important;
  }
  .fr-mm {
    float: right !important;
  }
  .unfloat-mm {
    float: none !important;
  }
  .border-mm {
    border-style: solid;
    border-width: 1px;
  }
  .border-t-mm {
    border-style: solid;
    border-top-width: 1px;
  }
  .border-r-mm {
    border-style: solid;
    border-right-width: 1px;
  }
  .border-b-mm {
    border-style: solid;
    border-bottom-width: 1px;
  }
  .border-l-mm {
    border-style: solid;
    border-left-width: 1px;
  }
  .border--0-mm {
    border-width: 0 !important;
  }
  .border-t--0-mm {
    border-top-width: 0 !important;
  }
  .border-r--0-mm {
    border-right-width: 0 !important;
  }
  .border-b--0-mm {
    border-bottom-width: 0 !important;
  }
  .border-l--0-mm {
    border-left-width: 0 !important;
  }
  .round-mm {
    border-radius: 4px !important;
  }
  .round-t-mm {
    border-radius: 4px 4px 0 0 !important;
  }
  .round-r-mm {
    border-radius: 0 4px 4px 0 !important;
  }
  .round-b-mm {
    border-radius: 0 0 4px 4px !important;
  }
  .round-l-mm {
    border-radius: 4px 0 0 4px !important;
  }
  .round-tl-mm {
    border-top-left-radius: 4px !important;
  }
  .round-tr-mm {
    border-top-right-radius: 4px !important;
  }
  .round-br-mm {
    border-bottom-right-radius: 4px !important;
  }
  .round-bl-mm {
    border-bottom-left-radius: 4px !important;
  }
  .round-bold-mm {
    border-radius: 8px !important;
  }
  .round-t-bold-mm {
    border-radius: 8px 8px 0 0 !important;
  }
  .round-r-bold-mm {
    border-radius: 0 8px 8px 0 !important;
  }
  .round-b-bold-mm {
    border-radius: 0 0 8px 8px !important;
  }
  .round-l-bold-mm {
    border-radius: 8px 0 0 8px !important;
  }
  .round-tl-bold-mm {
    border-top-left-radius: 8px !important;
  }
  .round-tr-bold-mm {
    border-top-right-radius: 8px !important;
  }
  .round-br-bold-mm {
    border-bottom-right-radius: 8px !important;
  }
  .round-bl-bold-mm {
    border-bottom-left-radius: 8px !important;
  }
  .round-full-mm {
    border-radius: 9999px !important;
  }
  .round-t-full-mm {
    border-radius: 9999px 9999px 0 0 !important;
  }
  .round-r-full-mm {
    border-radius: 0 9999px 9999px 0 !important;
  }
  .round-b-full-mm {
    border-radius: 0 0 9999px 9999px !important;
  }
  .round-l-full-mm {
    border-radius: 9999px 0 0 9999px !important;
  }
  .round-tl-full-mm {
    border-top-left-radius: 9999px !important;
  }
  .round-tr-full-mm {
    border-top-right-radius: 9999px !important;
  }
  .round-br-full-mm {
    border-bottom-right-radius: 9999px !important;
  }
  .round-bl-full-mm {
    border-bottom-left-radius: 9999px !important;
  }
  .unround-mm {
    border-radius: 0 !important;
  }
  .unround-t-mm {
    border-top-left-radius: 0 !important;
  }
  .unround-r-mm, .unround-t-mm {
    border-top-right-radius: 0 !important;
  }
  .unround-b-mm, .unround-r-mm {
    border-bottom-right-radius: 0 !important;
  }
  .unround-b-mm, .unround-l-mm {
    border-bottom-left-radius: 0 !important;
  }
  .unround-l-mm, .unround-tl-mm {
    border-top-left-radius: 0 !important;
  }
  .unround-tr-mm {
    border-top-right-radius: 0 !important;
  }
  .unround-br-mm {
    border-bottom-right-radius: 0 !important;
  }
  .unround-bl-mm {
    border-bottom-left-radius: 0 !important;
  }
  .txt-h1-mm {
    font-size: 36px;
    line-height: 45px;
  }
  .txt-h2-mm {
    font-size: 30px;
    line-height: 36px;
  }
  .txt-h3-mm {
    font-size: 24px;
    line-height: 30px;
  }
  .txt-h4-mm {
    font-size: 20px;
    line-height: 25px;
  }
  .txt-h5-mm {
    font-size: 16px;
    line-height: 20px;
  }
  .txt-xl-mm {
    font-size: 30px;
    line-height: 45px;
  }
  .txt-l-mm {
    font-size: 20px;
    line-height: 30px;
  }
  .txt-m-mm {
    font-size: 16px;
    line-height: 24px;
  }
  .txt-ms-mm {
    font-size: 14px;
    line-height: 21px;
  }
  .txt-s-mm {
    font-size: 12px;
    line-height: 18px;
  }
  .txt-xs-mm {
    font-size: 10px;
    line-height: 15px;
  }
}
@media screen and (min-width: 800px) {
  .grid-ml {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .col-ml {
    display: block;
    max-width: 100%;
    flex-shrink: 1;
  }
  .col--auto-ml {
    width: auto !important;
    flex: auto;
    flex-basis: 0;
  }
  .inline-ml {
    display: inline !important;
  }
  .block-ml {
    display: block !important;
  }
  .inline-block-ml {
    display: inline-block !important;
  }
  .none-ml {
    display: none !important;
  }
  .fixed-ml {
    position: fixed !important;
  }
  .absolute-ml {
    position: absolute !important;
  }
  .relative-ml {
    position: relative !important;
  }
  .static-ml {
    position: static !important;
  }
  .sticky-ml {
    position: sticky !important;
  }
  .top-ml {
    top: 0 !important;
  }
  .right-ml {
    right: 0 !important;
  }
  .left-ml {
    left: 0 !important;
  }
  .bottom-ml {
    bottom: 0 !important;
  }
  .z-neg1-ml {
    z-index: -1 !important;
  }
  .z0-ml {
    z-index: 0 !important;
  }
  .z1-ml {
    z-index: 1 !important;
  }
  .z2-ml {
    z-index: 2 !important;
  }
  .z3-ml {
    z-index: 3 !important;
  }
  .z4-ml {
    z-index: 4 !important;
  }
  .z5-ml {
    z-index: 5 !important;
  }
  .mx-auto-ml {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .flex-ml {
    display: flex !important;
  }
  .inline-flex-ml {
    display: inline-flex !important;
  }
  .flex--column-ml {
    flex-direction: column !important;
  }
  .flex--column-reverse-ml {
    flex-direction: column-reverse !important;
  }
  .flex--row-ml {
    flex-direction: row !important;
  }
  .flex--row-reverse-ml {
    flex-direction: row-reverse !important;
  }
  .flex--wrap-ml {
    flex-wrap: wrap !important;
  }
  .flex--start-cross-ml {
    align-items: flex-start !important;
  }
  .flex--start-main-ml {
    justify-content: flex-start !important;
  }
  .flex--end-cross-ml {
    align-items: flex-end !important;
  }
  .flex--end-main-ml {
    justify-content: flex-end !important;
  }
  .flex--center-main-ml {
    justify-content: center !important;
  }
  .flex--center-cross-ml {
    align-items: center !important;
  }
  .flex--stretch-cross-ml {
    align-items: stretch !important;
  }
  .flex--space-between-main-ml {
    justify-content: space-between !important;
  }
  .flex-child-grow-ml {
    flex-grow: 1 !important;
    min-width: 0;
  }
  .flex-child-no-shrink-ml {
    flex-shrink: 0 !important;
  }
  .bleed-ml, .bleed-r-ml {
    margin-right: calc(50% - 50vw);
  }
  .bleed-ml {
    margin-left: calc(50% - 50vw);
  }
  .bleed-r-ml {
    flex-grow: 1;
  }
  .bleed-l-ml {
    flex-grow: 1;
    margin-left: calc(50% - 50vw);
  }
  .unbleed-ml {
    flex-grow: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .fl-ml {
    float: left !important;
  }
  .fr-ml {
    float: right !important;
  }
  .unfloat-ml {
    float: none !important;
  }
  .border-ml {
    border-style: solid;
    border-width: 1px;
  }
  .border-t-ml {
    border-style: solid;
    border-top-width: 1px;
  }
  .border-r-ml {
    border-style: solid;
    border-right-width: 1px;
  }
  .border-b-ml {
    border-style: solid;
    border-bottom-width: 1px;
  }
  .border-l-ml {
    border-style: solid;
    border-left-width: 1px;
  }
  .border--0-ml {
    border-width: 0 !important;
  }
  .border-t--0-ml {
    border-top-width: 0 !important;
  }
  .border-r--0-ml {
    border-right-width: 0 !important;
  }
  .border-b--0-ml {
    border-bottom-width: 0 !important;
  }
  .border-l--0-ml {
    border-left-width: 0 !important;
  }
  .round-ml {
    border-radius: 4px !important;
  }
  .round-t-ml {
    border-radius: 4px 4px 0 0 !important;
  }
  .round-r-ml {
    border-radius: 0 4px 4px 0 !important;
  }
  .round-b-ml {
    border-radius: 0 0 4px 4px !important;
  }
  .round-l-ml {
    border-radius: 4px 0 0 4px !important;
  }
  .round-tl-ml {
    border-top-left-radius: 4px !important;
  }
  .round-tr-ml {
    border-top-right-radius: 4px !important;
  }
  .round-br-ml {
    border-bottom-right-radius: 4px !important;
  }
  .round-bl-ml {
    border-bottom-left-radius: 4px !important;
  }
  .round-bold-ml {
    border-radius: 8px !important;
  }
  .round-t-bold-ml {
    border-radius: 8px 8px 0 0 !important;
  }
  .round-r-bold-ml {
    border-radius: 0 8px 8px 0 !important;
  }
  .round-b-bold-ml {
    border-radius: 0 0 8px 8px !important;
  }
  .round-l-bold-ml {
    border-radius: 8px 0 0 8px !important;
  }
  .round-tl-bold-ml {
    border-top-left-radius: 8px !important;
  }
  .round-tr-bold-ml {
    border-top-right-radius: 8px !important;
  }
  .round-br-bold-ml {
    border-bottom-right-radius: 8px !important;
  }
  .round-bl-bold-ml {
    border-bottom-left-radius: 8px !important;
  }
  .round-full-ml {
    border-radius: 9999px !important;
  }
  .round-t-full-ml {
    border-radius: 9999px 9999px 0 0 !important;
  }
  .round-r-full-ml {
    border-radius: 0 9999px 9999px 0 !important;
  }
  .round-b-full-ml {
    border-radius: 0 0 9999px 9999px !important;
  }
  .round-l-full-ml {
    border-radius: 9999px 0 0 9999px !important;
  }
  .round-tl-full-ml {
    border-top-left-radius: 9999px !important;
  }
  .round-tr-full-ml {
    border-top-right-radius: 9999px !important;
  }
  .round-br-full-ml {
    border-bottom-right-radius: 9999px !important;
  }
  .round-bl-full-ml {
    border-bottom-left-radius: 9999px !important;
  }
  .unround-ml {
    border-radius: 0 !important;
  }
  .unround-t-ml {
    border-top-left-radius: 0 !important;
  }
  .unround-r-ml, .unround-t-ml {
    border-top-right-radius: 0 !important;
  }
  .unround-b-ml, .unround-r-ml {
    border-bottom-right-radius: 0 !important;
  }
  .unround-b-ml, .unround-l-ml {
    border-bottom-left-radius: 0 !important;
  }
  .unround-l-ml, .unround-tl-ml {
    border-top-left-radius: 0 !important;
  }
  .unround-tr-ml {
    border-top-right-radius: 0 !important;
  }
  .unround-br-ml {
    border-bottom-right-radius: 0 !important;
  }
  .unround-bl-ml {
    border-bottom-left-radius: 0 !important;
  }
  .txt-h1-ml {
    font-size: 36px;
    line-height: 45px;
  }
  .txt-h2-ml {
    font-size: 30px;
    line-height: 36px;
  }
  .txt-h3-ml {
    font-size: 24px;
    line-height: 30px;
  }
  .txt-h4-ml {
    font-size: 20px;
    line-height: 25px;
  }
  .txt-h5-ml {
    font-size: 16px;
    line-height: 20px;
  }
  .txt-xl-ml {
    font-size: 30px;
    line-height: 45px;
  }
  .txt-l-ml {
    font-size: 20px;
    line-height: 30px;
  }
  .txt-m-ml {
    font-size: 16px;
    line-height: 24px;
  }
  .txt-ms-ml {
    font-size: 14px;
    line-height: 21px;
  }
  .txt-s-ml {
    font-size: 12px;
    line-height: 18px;
  }
  .txt-xs-ml {
    font-size: 10px;
    line-height: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .grid-mxl {
    display: flex !important;
    flex-wrap: wrap !important;
  }
  .col-mxl {
    display: block;
    max-width: 100%;
    flex-shrink: 1;
  }
  .col--auto-mxl {
    width: auto !important;
    flex: auto;
    flex-basis: 0;
  }
  .inline-mxl {
    display: inline !important;
  }
  .block-mxl {
    display: block !important;
  }
  .inline-block-mxl {
    display: inline-block !important;
  }
  .none-mxl {
    display: none !important;
  }
  .fixed-mxl {
    position: fixed !important;
  }
  .absolute-mxl {
    position: absolute !important;
  }
  .relative-mxl {
    position: relative !important;
  }
  .static-mxl {
    position: static !important;
  }
  .sticky-mxl {
    position: sticky !important;
  }
  .top-mxl {
    top: 0 !important;
  }
  .right-mxl {
    right: 0 !important;
  }
  .left-mxl {
    left: 0 !important;
  }
  .bottom-mxl {
    bottom: 0 !important;
  }
  .z-neg1-mxl {
    z-index: -1 !important;
  }
  .z0-mxl {
    z-index: 0 !important;
  }
  .z1-mxl {
    z-index: 1 !important;
  }
  .z2-mxl {
    z-index: 2 !important;
  }
  .z3-mxl {
    z-index: 3 !important;
  }
  .z4-mxl {
    z-index: 4 !important;
  }
  .z5-mxl {
    z-index: 5 !important;
  }
  .mx-auto-mxl {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .flex-mxl {
    display: flex !important;
  }
  .inline-flex-mxl {
    display: inline-flex !important;
  }
  .flex--column-mxl {
    flex-direction: column !important;
  }
  .flex--column-reverse-mxl {
    flex-direction: column-reverse !important;
  }
  .flex--row-mxl {
    flex-direction: row !important;
  }
  .flex--row-reverse-mxl {
    flex-direction: row-reverse !important;
  }
  .flex--wrap-mxl {
    flex-wrap: wrap !important;
  }
  .flex--start-cross-mxl {
    align-items: flex-start !important;
  }
  .flex--start-main-mxl {
    justify-content: flex-start !important;
  }
  .flex--end-cross-mxl {
    align-items: flex-end !important;
  }
  .flex--end-main-mxl {
    justify-content: flex-end !important;
  }
  .flex--center-main-mxl {
    justify-content: center !important;
  }
  .flex--center-cross-mxl {
    align-items: center !important;
  }
  .flex--stretch-cross-mxl {
    align-items: stretch !important;
  }
  .flex--space-between-main-mxl {
    justify-content: space-between !important;
  }
  .flex-child-grow-mxl {
    flex-grow: 1 !important;
    min-width: 0;
  }
  .flex-child-no-shrink-mxl {
    flex-shrink: 0 !important;
  }
  .bleed-mxl, .bleed-r-mxl {
    margin-right: calc(50% - 50vw);
  }
  .bleed-mxl {
    margin-left: calc(50% - 50vw);
  }
  .bleed-r-mxl {
    flex-grow: 1;
  }
  .bleed-l-mxl {
    flex-grow: 1;
    margin-left: calc(50% - 50vw);
  }
  .unbleed-mxl {
    flex-grow: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .fl-mxl {
    float: left !important;
  }
  .fr-mxl {
    float: right !important;
  }
  .unfloat-mxl {
    float: none !important;
  }
  .border-mxl {
    border-style: solid;
    border-width: 1px;
  }
  .border-t-mxl {
    border-style: solid;
    border-top-width: 1px;
  }
  .border-r-mxl {
    border-style: solid;
    border-right-width: 1px;
  }
  .border-b-mxl {
    border-style: solid;
    border-bottom-width: 1px;
  }
  .border-l-mxl {
    border-style: solid;
    border-left-width: 1px;
  }
  .border--0-mxl {
    border-width: 0 !important;
  }
  .border-t--0-mxl {
    border-top-width: 0 !important;
  }
  .border-r--0-mxl {
    border-right-width: 0 !important;
  }
  .border-b--0-mxl {
    border-bottom-width: 0 !important;
  }
  .border-l--0-mxl {
    border-left-width: 0 !important;
  }
  .round-mxl {
    border-radius: 4px !important;
  }
  .round-t-mxl {
    border-radius: 4px 4px 0 0 !important;
  }
  .round-r-mxl {
    border-radius: 0 4px 4px 0 !important;
  }
  .round-b-mxl {
    border-radius: 0 0 4px 4px !important;
  }
  .round-l-mxl {
    border-radius: 4px 0 0 4px !important;
  }
  .round-tl-mxl {
    border-top-left-radius: 4px !important;
  }
  .round-tr-mxl {
    border-top-right-radius: 4px !important;
  }
  .round-br-mxl {
    border-bottom-right-radius: 4px !important;
  }
  .round-bl-mxl {
    border-bottom-left-radius: 4px !important;
  }
  .round-bold-mxl {
    border-radius: 8px !important;
  }
  .round-t-bold-mxl {
    border-radius: 8px 8px 0 0 !important;
  }
  .round-r-bold-mxl {
    border-radius: 0 8px 8px 0 !important;
  }
  .round-b-bold-mxl {
    border-radius: 0 0 8px 8px !important;
  }
  .round-l-bold-mxl {
    border-radius: 8px 0 0 8px !important;
  }
  .round-tl-bold-mxl {
    border-top-left-radius: 8px !important;
  }
  .round-tr-bold-mxl {
    border-top-right-radius: 8px !important;
  }
  .round-br-bold-mxl {
    border-bottom-right-radius: 8px !important;
  }
  .round-bl-bold-mxl {
    border-bottom-left-radius: 8px !important;
  }
  .round-full-mxl {
    border-radius: 9999px !important;
  }
  .round-t-full-mxl {
    border-radius: 9999px 9999px 0 0 !important;
  }
  .round-r-full-mxl {
    border-radius: 0 9999px 9999px 0 !important;
  }
  .round-b-full-mxl {
    border-radius: 0 0 9999px 9999px !important;
  }
  .round-l-full-mxl {
    border-radius: 9999px 0 0 9999px !important;
  }
  .round-tl-full-mxl {
    border-top-left-radius: 9999px !important;
  }
  .round-tr-full-mxl {
    border-top-right-radius: 9999px !important;
  }
  .round-br-full-mxl {
    border-bottom-right-radius: 9999px !important;
  }
  .round-bl-full-mxl {
    border-bottom-left-radius: 9999px !important;
  }
  .unround-mxl {
    border-radius: 0 !important;
  }
  .unround-t-mxl {
    border-top-left-radius: 0 !important;
  }
  .unround-r-mxl, .unround-t-mxl {
    border-top-right-radius: 0 !important;
  }
  .unround-b-mxl, .unround-r-mxl {
    border-bottom-right-radius: 0 !important;
  }
  .unround-b-mxl, .unround-l-mxl {
    border-bottom-left-radius: 0 !important;
  }
  .unround-l-mxl, .unround-tl-mxl {
    border-top-left-radius: 0 !important;
  }
  .unround-tr-mxl {
    border-top-right-radius: 0 !important;
  }
  .unround-br-mxl {
    border-bottom-right-radius: 0 !important;
  }
  .unround-bl-mxl {
    border-bottom-left-radius: 0 !important;
  }
  .txt-h1-mxl {
    font-size: 36px;
    line-height: 45px;
  }
  .txt-h2-mxl {
    font-size: 30px;
    line-height: 36px;
  }
  .txt-h3-mxl {
    font-size: 24px;
    line-height: 30px;
  }
  .txt-h4-mxl {
    font-size: 20px;
    line-height: 25px;
  }
  .txt-h5-mxl {
    font-size: 16px;
    line-height: 20px;
  }
  .txt-xl-mxl {
    font-size: 30px;
    line-height: 45px;
  }
  .txt-l-mxl {
    font-size: 20px;
    line-height: 30px;
  }
  .txt-m-mxl {
    font-size: 16px;
    line-height: 24px;
  }
  .txt-ms-mxl {
    font-size: 14px;
    line-height: 21px;
  }
  .txt-s-mxl {
    font-size: 12px;
    line-height: 18px;
  }
  .txt-xs-mxl {
    font-size: 10px;
    line-height: 15px;
  }
}
/***** Normalize.css *****/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/***** Base *****/
* {
  box-sizing: border-box;
}

/* Form controls inherit the browser UA font by default. Force them to use the
   theme font so the whole UI is visually consistent. */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

body {
  background-color: rgba(255, 255, 255, 1);
  color: rgba(14, 16, 18, 1);
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
@media (min-width: 1024px) {
  body > main {
    min-height: 65vh;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin-top: 0;
}

h1 {
  font-size: 32px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
  font-weight: 600;
}

h4 {
  font-size: 16px;
}

a {
  color: rgba(0, 122, 252, 1);
  text-decoration: none;
}
a:visited {
  color: rgba(0, 122, 252, 1);
}
a:hover, a:active, a:focus {
  text-decoration: underline;
}

.hbs-form input,
.hbs-form textarea, .search input,
.search textarea {
  color: #000;
  font-size: 14px;
}
.hbs-form input, .search input {
  max-width: 100%;
  box-sizing: border-box;
  transition: border 0.12s ease-in-out;
  /* We use the :where selector to not increase the specificity of the selector */
}
.hbs-form input:where(:not([type=checkbox])), .search input:where(:not([type=checkbox])) {
  outline: none;
}
.hbs-form input:where(:not([type=checkbox])):focus, .search input:where(:not([type=checkbox])):focus {
  border: 1px solid rgba(0, 122, 252, 1);
}
.hbs-form input[disabled], .search input[disabled] {
  background-color: #ddd;
}
.hbs-form select, .search select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%23CCC' d='M0 0h10L5 6 0 0z'/%3E%3C/svg%3E%0A") no-repeat #fff;
  background-position: right 10px center;
  border: 1px solid #87929D;
  border-radius: 4px;
  padding: 8px 30px 8px 10px;
  outline: none;
  color: #555;
  width: 100%;
}
.hbs-form select:focus, .search select:focus {
  border: 1px solid rgba(0, 122, 252, 1);
}
.hbs-form select::-ms-expand, .search select::-ms-expand {
  display: none;
}
.hbs-form textarea, .search textarea {
  border: 1px solid #87929D;
  border-radius: 2px;
  resize: vertical;
  width: 100%;
  outline: none;
  padding: 10px;
}
.hbs-form textarea:focus, .search textarea:focus {
  border: 1px solid rgba(0, 122, 252, 1);
}

.container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .container {
    padding: 0;
    width: 90%;
  }
}

.container-divider {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.error-page {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
}
@media (min-width: 1160px) {
  .error-page {
    padding: 0;
    width: 90%;
  }
}

.visibility-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

/***** Buttons *****/
.button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
  background-color: transparent;
  border: 1px solid rgba(0, 122, 252, 1);
  border-radius: 4px;
  color: rgba(0, 122, 252, 1);
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  line-height: 2.34;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  transition: background-color 0.12s ease-in-out, border-color 0.12s ease-in-out, color 0.15s ease-in-out;
  user-select: none;
  white-space: nowrap;
  width: 100%;
  -webkit-touch-callout: none;
}
@media (min-width: 768px) {
  .button, .pagination-next-link, .pagination-prev-link, .pagination-first-link, .pagination-last-link, .subscriptions-subscribe button, .requests-table-toolbar .organization-subscribe button, .community-follow button, .article-subscribe button, .section-subscribe button, .split-button button {
    width: auto;
  }
}
.button:visited, .pagination-next-link:visited, .pagination-prev-link:visited, .pagination-first-link:visited, .pagination-last-link:visited, .subscriptions-subscribe button:visited, .requests-table-toolbar .organization-subscribe button:visited, .community-follow button:visited, .article-subscribe button:visited, .section-subscribe button:visited, .split-button button:visited {
  color: rgba(0, 122, 252, 1);
}
.button:hover, .pagination-next-link:hover, .pagination-prev-link:hover, .pagination-first-link:hover, .pagination-last-link:hover, .subscriptions-subscribe button:hover, .requests-table-toolbar .organization-subscribe button:hover, .community-follow button:hover, .article-subscribe button:hover, .section-subscribe button:hover, .split-button button:hover, .button:active, .pagination-next-link:active, .pagination-prev-link:active, .pagination-first-link:active, .pagination-last-link:active, .subscriptions-subscribe button:active, .requests-table-toolbar .organization-subscribe button:active, .community-follow button:active, .article-subscribe button:active, .section-subscribe button:active, .split-button button:active, .button:focus, .pagination-next-link:focus, .pagination-prev-link:focus, .pagination-first-link:focus, .pagination-last-link:focus, .subscriptions-subscribe button:focus, .requests-table-toolbar .organization-subscribe button:focus, .community-follow button:focus, .article-subscribe button:focus, .section-subscribe button:focus, .split-button button:focus, .button.button-primary, .button-primary.pagination-next-link, .button-primary.pagination-prev-link, .button-primary.pagination-first-link, .button-primary.pagination-last-link, .subscriptions-subscribe button.button-primary, .subscriptions-subscribe button[data-selected=true], .requests-table-toolbar .organization-subscribe button.button-primary, .requests-table-toolbar .organization-subscribe button[data-selected=true], .community-follow button.button-primary, .article-subscribe button.button-primary, .article-subscribe button[data-selected=true], .section-subscribe button.button-primary, .section-subscribe button[data-selected=true], .split-button button.button-primary {
  background-color: rgba(0, 122, 252, 1);
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.button.button-primary:hover, .button-primary.pagination-next-link:hover, .button-primary.pagination-prev-link:hover, .button-primary.pagination-first-link:hover, .button-primary.pagination-last-link:hover, .subscriptions-subscribe button.button-primary:hover, .subscriptions-subscribe button[data-selected=true]:hover, .requests-table-toolbar .organization-subscribe button.button-primary:hover, .requests-table-toolbar .organization-subscribe button[data-selected=true]:hover, .community-follow button.button-primary:hover, .article-subscribe button.button-primary:hover, .article-subscribe button[data-selected=true]:hover, .section-subscribe button.button-primary:hover, .section-subscribe button[data-selected=true]:hover, .split-button button:hover, .button.button-primary:focus, .button-primary.pagination-next-link:focus, .button-primary.pagination-prev-link:focus, .button-primary.pagination-first-link:focus, .button-primary.pagination-last-link:focus, .subscriptions-subscribe button.button-primary:focus, .subscriptions-subscribe button[data-selected=true]:focus, .requests-table-toolbar .organization-subscribe button.button-primary:focus, .requests-table-toolbar .organization-subscribe button[data-selected=true]:focus, .community-follow button.button-primary:focus, .article-subscribe button.button-primary:focus, .article-subscribe button[data-selected=true]:focus, .section-subscribe button.button-primary:focus, .section-subscribe button[data-selected=true]:focus, .split-button button.button-primary:focus, .button.button-primary:active, .button-primary.pagination-next-link:active, .button-primary.pagination-prev-link:active, .button-primary.pagination-first-link:active, .button-primary.pagination-last-link:active, .subscriptions-subscribe button.button-primary:active, .subscriptions-subscribe button[data-selected=true]:active, .requests-table-toolbar .organization-subscribe button.button-primary:active, .requests-table-toolbar .organization-subscribe button[data-selected=true]:active, .community-follow button.button-primary:active, .article-subscribe button.button-primary:active, .article-subscribe button[data-selected=true]:active, .section-subscribe button.button-primary:active, .section-subscribe button[data-selected=true]:active, .split-button button.button-primary:active {
  background-color: #004996;
  border-color: #004996;
}
.button[data-disabled], [data-disabled].pagination-next-link, [data-disabled].pagination-prev-link, [data-disabled].pagination-first-link, [data-disabled].pagination-last-link, .subscriptions-subscribe button[data-disabled], .requests-table-toolbar .organization-subscribe button[data-disabled], .community-follow button[data-disabled], .article-subscribe button[data-disabled], .section-subscribe button[data-disabled], .split-button button[data-disabled] {
  cursor: default;
}

.button-large, .hbs-form input[type=submit] {
  cursor: pointer;
  background-color: rgba(0, 122, 252, 1);
  border: 0;
  border-radius: 4px;
  color: rgba(255, 255, 255, 1);
  font-size: 14px;
  line-height: 2.72;
  min-width: 190px;
  padding: 0 1.9286em;
  width: 100%;
}
@media (min-width: 768px) {
  .button-large, .hbs-form input[type=submit] {
    width: auto;
  }
}
.button-large:visited, .hbs-form input[type=submit]:visited {
  color: rgba(255, 255, 255, 1);
}
.button-large:hover, .button-large:active, .button-large:focus, .hbs-form input[type=submit]:hover, .hbs-form input[type=submit]:active, .hbs-form input[type=submit]:focus {
  background-color: #004996;
}
.button-large[disabled], .hbs-form input[type=submit][disabled] {
  background-color: #ddd;
}

.button-secondary {
  color: #3b434b;
  border: 1px solid #87929D;
  background-color: transparent;
}
.button-secondary:visited {
  color: #3b434b;
}
.button-secondary:hover, .button-secondary:focus, .button-secondary:active {
  color: rgba(14, 16, 18, 1);
  border: 1px solid #87929D;
  background-color: #f7f7f7;
}

/***** Split button *****/
.split-button {
  display: flex;
}

.split-button button {
  background-color: rgba(0, 122, 252, 1);
  border: 0;
  color: rgba(255, 255, 255, 1);
  height: 32px;
  line-height: 16px;
  outline-color: rgba(0, 122, 252, 1);
}

[dir=rtl] .split-button button:not(:only-child):first-child {
  border-left: 1px solid rgba(255, 255, 255, 1);
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):first-child {
  border-right: 1px solid rgba(255, 255, 255, 1);
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
.split-button button:not(:only-child):last-child {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  min-width: 26px;
  max-width: 26px;
  padding: 0;
}
[dir=rtl] .split-button button:not(:only-child):last-child {
  border-top-right-radius: unset;
  border-bottom-right-radius: unset;
}
[dir=ltr] .split-button button:not(:only-child):last-child {
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}

/***** Tables *****/
.table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
@media (min-width: 768px) {
  .table {
    table-layout: auto;
  }
}
.table th,
.table th a {
  color: #3b434b;
  font-size: 13px;
  text-align: left;
}
[dir=rtl] .table th,
[dir=rtl] .table th a {
  text-align: right;
}
.table tr {
  border-bottom: 1px solid #ddd;
  display: block;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .table tr {
    display: table-row;
  }
}
.table td {
  display: block;
}
@media (min-width: 768px) {
  .table td {
    display: table-cell;
  }
}
@media (min-width: 1024px) {
  .table td, .table th {
    padding: 20px 30px;
  }
}
@media (min-width: 768px) {
  .table td, .table th {
    padding: 10px 20px;
    height: 60px;
  }
}

/***** Forms *****/
.form {
  max-width: 650px;
}

.form-field ~ .form-field {
  margin-top: 25px;
}

.form-field label {
  display: block;
  font-size: 13px;
  margin-bottom: 5px;
}

.form-field input {
  border: 1px solid #87929D;
  border-radius: 4px;
  padding: 10px;
  width: 100%;
}
.form-field input:focus {
  border: 1px solid rgba(0, 122, 252, 1);
}

.form-field input[type=text] {
  border: 1px solid #87929D;
  border-radius: 4px;
}
.form-field input[type=text]:focus {
  border: 1px solid rgba(0, 122, 252, 1);
}

.form-field input[type=checkbox] {
  width: auto;
}

.form-field .nesty-input {
  border-radius: 4px;
  border: 1px solid #87929D;
  height: 40px;
  line-height: 40px;
  outline: none;
  vertical-align: middle;
}
.form-field .nesty-input:focus {
  border: 1px solid rgba(0, 122, 252, 1);
  text-decoration: none;
}

.form-field .hc-multiselect-toggle {
  border: 1px solid #87929D;
}

.form-field .hc-multiselect-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 122, 252, 1);
  text-decoration: none;
}

.form-field textarea {
  vertical-align: middle;
}

.form-field input[type=checkbox] + label {
  margin: 0 0 0 10px;
}

.form-field .optional {
  color: #3b434b;
  margin-left: 4px;
}

.form-field p {
  color: #3b434b;
  font-size: 12px;
  margin: 5px 0;
}

.form footer {
  margin-top: 40px;
  padding-top: 30px;
}

.form footer a {
  color: #3b434b;
  cursor: pointer;
  margin-right: 15px;
}

.form .suggestion-list {
  font-size: 13px;
  margin-top: 30px;
}
.form .suggestion-list label {
  border-bottom: 1px solid #ddd;
  display: block;
  padding-bottom: 5px;
}
.form .suggestion-list li {
  padding: 10px 0;
}
.form .suggestion-list li a:visited {
  color: rgba(0, 122, 252, 1);
}

/* Стили для красных звездочек обязательных полей */
/* Точные селекторы ТОЛЬКО для span со звездочками, не затрагивающие label */
html body #new-request-form label span[aria-hidden=true],
html body .form label span[aria-hidden=true],
html body [data-garden-id="forms.field"] span[aria-hidden=true],
html body #main-content label span[aria-hidden=true] {
  color: #d93651 !important;
  font-weight: bold !important;
}

/* Селекторы для styled-components классов - только span внутри label */
html body label span[aria-hidden=true],
html body form label span[aria-hidden=true] {
  color: #d93651 !important;
  font-weight: bold !important;
}

/***** Header *****/
.header {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  position: relative;
  align-items: center;
  display: flex;
  height: 71px;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .header {
    padding: 0;
    width: 90%;
  }
}

.logo img {
  max-height: 37px;
  vertical-align: middle;
}

.logo span {
  margin: 0 10px;
  color: rgba(0, 122, 252, 1);
}

.logo a {
  display: inline-block;
}

.logo a:hover, .logo a:focus, .logo a:active {
  text-decoration: none;
}

.user-nav {
  display: inline-block;
  position: absolute;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .user-nav {
    position: relative;
  }
}
.user-nav[aria-expanded=true] {
  background-color: #fff;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.15), 0 4px 10px 0 rgba(0, 0, 0, 0.1);
  border: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 1;
}
.user-nav[aria-expanded=true] > a {
  display: block;
  margin: 20px;
}
.user-nav[aria-expanded=true] > .user-nav-list li {
  display: block;
}
.user-nav[aria-expanded=true] > .user-nav-list a {
  display: block;
  margin: 20px;
}

.user-nav-list {
  display: block;
  list-style: none;
}
.user-nav-list > li {
  display: inline-block;
}

@media (max-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .nav-wrapper-desktop {
    display: none;
  }
}
@media (min-width: 1024px) {
  .nav-wrapper-desktop {
    display: inline-block;
  }
}
.nav-wrapper-desktop a {
  border: 0;
  color: rgba(0, 122, 252, 1);
  display: none;
  font-size: 14px;
  padding: 0 20px 0 0;
  width: auto;
}
@media (min-width: 768px) {
  .nav-wrapper-desktop a {
    display: inline-block;
  }
}
[dir=rtl] .nav-wrapper-desktop a {
  padding: 0 0 0 20px;
}
.nav-wrapper-desktop a:hover, .nav-wrapper-desktop a:focus, .nav-wrapper-desktop a:active {
  background-color: transparent;
  color: rgba(0, 122, 252, 1);
  text-decoration: underline;
}

@media (min-width: 1024px) {
  .nav-wrapper-mobile {
    display: none;
  }
}
.nav-wrapper-mobile .menu-button-mobile {
  background: none;
  border: 0;
  width: auto;
  min-width: 71px;
  cursor: pointer;
}
.nav-wrapper-mobile .menu-button-mobile .icon-menu {
  padding: 7px;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}
.nav-wrapper-mobile .menu-button-mobile[aria-expanded=true] .icon-menu {
  background: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile {
  position: absolute;
  background-color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.15);
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  right: 0;
  left: 0;
  top: 71px;
  z-index: 2;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=false] {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile[aria-expanded=true] {
  display: block;
}
.nav-wrapper-mobile .menu-list-mobile-items .item {
  margin: 4px 0;
}
.nav-wrapper-mobile .menu-list-mobile-items li:empty:not(.nav-divider) {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider {
  border-bottom: 0.1px solid #ddd;
  padding: 0;
}
.nav-wrapper-mobile .menu-list-mobile-items .nav-divider:last-child {
  display: none;
}
.nav-wrapper-mobile .menu-list-mobile-items button {
  background: none;
  border: none;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(14, 16, 18, 1);
  cursor: pointer;
  text-align: start;
}
.nav-wrapper-mobile .menu-list-mobile-items button:active, .nav-wrapper-mobile .menu-list-mobile-items button:focus, .nav-wrapper-mobile .menu-list-mobile-items button:hover {
  background-color: #f3f3f3;
  text-decoration: underline;
}
.nav-wrapper-mobile .menu-list-mobile-items a {
  display: block;
  padding: 8px 24px;
  width: 100%;
  height: 100%;
  color: rgba(14, 16, 18, 1);
}
.nav-wrapper-mobile .menu-list-mobile-items a:active, .nav-wrapper-mobile .menu-list-mobile-items a:focus, .nav-wrapper-mobile .menu-list-mobile-items a:hover {
  background-color: #f3f3f3;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile {
  display: flex;
  line-height: 1.5;
}
.nav-wrapper-mobile .menu-list-mobile-items .my-profile .my-profile-tooltip {
  font-size: 12px;
  color: #68737D;
}
.nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  height: 20px;
  width: 20px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 8px;
  margin-top: 1px;
}
[dir=rtl] .nav-wrapper-mobile .menu-list-mobile-items .menu-profile-avatar {
  margin-right: 0;
  margin-left: 8px;
}

.skip-navigation {
  align-items: center;
  background-color: black;
  color: white;
  display: flex;
  font-size: 14px;
  justify-content: center;
  left: -999px;
  margin: 20px;
  padding: 20px;
  overflow: hidden;
  position: absolute;
  top: auto;
  z-index: -999;
}
[dir=rtl] .skip-navigation {
  left: initial;
  right: -999px;
}
.skip-navigation:focus, .skip-navigation:active {
  left: auto;
  overflow: auto;
  text-align: center;
  text-decoration: none;
  top: auto;
  z-index: 999;
}
[dir=rtl] .skip-navigation:focus, [dir=rtl] .skip-navigation:active {
  left: initial;
  right: auto;
}

#zd-modal-container ~ .skip-navigation {
  display: none;
}

/***** User info in header *****/
.user-info {
  display: inline-block;
}
.user-info .dropdown-toggle::after {
  display: none;
}
@media (min-width: 768px) {
  .user-info .dropdown-toggle::after {
    display: inline-block;
  }
}
.user-info > button {
  border: 0;
  color: rgba(0, 122, 252, 1);
  min-width: 0;
  padding: 0;
  white-space: nowrap;
}
.user-info > button:hover, .user-info > button:focus {
  color: rgba(0, 122, 252, 1);
  background-color: transparent;
}
.user-info > button::after {
  color: rgba(0, 122, 252, 1);
  padding-right: 15px;
}
[dir=rtl] .user-info > button::after {
  padding-left: 15px;
  padding-right: 0;
}

#user #user-name {
  display: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  #user #user-name {
    display: inline-block;
  }
}
#user #user-name:hover {
  text-decoration: underline;
}

/***** User avatar *****/
.user-avatar {
  height: 25px;
  width: 25px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.avatar {
  display: inline-block;
  position: relative;
}
.avatar img {
  height: 40px;
  width: 40px;
}
.avatar .icon-agent {
  color: rgba(0, 122, 252, 1);
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: rgba(255, 255, 255, 1);
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

/***** Footer *****/
.footer {
  border-top: 1px solid #ddd;
  margin-top: 60px;
  padding: 30px 0;
}
.footer a {
  color: #3b434b;
}
.footer-inner {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 5%;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 1160px) {
  .footer-inner {
    padding: 0;
    width: 90%;
  }
}
.footer-language-selector button {
  color: #3b434b;
  display: inline-block;
}

.powered-by-zendesk a,
.powered-by-zendesk a:visited {
  color: #3b434b;
}

/***** Breadcrumbs *****/
.breadcrumbs {
  margin: 0 0 15px 0;
  padding: 0;
  display: flex;
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin: 0;
  }
}
.breadcrumbs li {
  color: #3b434b;
  font-size: 13px;
  max-width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs li + li::before {
  content: ">";
  margin: 0 4px;
}
.breadcrumbs li a:visited {
  color: rgba(0, 122, 252, 1);
}

/***** Search field *****/
.search-container {
  position: relative;
}

.search {
  border-color: #87929D;
  border-radius: 30px;
  border-style: solid;
  border-width: 1px;
  display: flex;
  position: relative;
  transition: border 0.12s ease-in-out;
}
.search:focus-within {
  border-color: rgba(0, 122, 252, 1);
}
.search input[type=search],
.search .clear-button {
  background-color: #fff;
  border-radius: 30px;
  border: none;
}
.search-full input[type=search], .search-full .clear-button {
  border-color: #fff;
}
.search input[type=search] {
  appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  color: #666;
  flex: 1 1 auto;
  height: 40px;
  width: 100%;
}
.search input[type=search]:focus {
  color: #555;
}
.search input[type=search]::-webkit-search-decoration, .search input[type=search]::-webkit-search-cancel-button, .search input[type=search]::-webkit-search-results-button, .search input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}
.search input[type=search]:-webkit-autofill, .search input[type=search]:-webkit-autofill:hover, .search input[type=search]:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}
.search .clear-button {
  align-items: center;
  box-sizing: border-box;
  color: #777;
  cursor: pointer;
  display: none;
  flex: none;
  justify-content: center;
  padding: 0 15px;
}
.search .clear-button:hover {
  background-color: rgba(0, 122, 252, 1);
  color: #fff;
}
.search .clear-button:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 122, 252, 1);
}
.search-has-value .clear-button {
  display: flex;
}

[dir=ltr] .search input[type=search] {
  padding-left: 40px;
  padding-right: 20px;
}
[dir=ltr] .search-has-value input[type=search] {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=ltr] .search-has-value input[type=search]:focus {
  border-right-color: rgba(0, 122, 252, 1);
}
[dir=ltr] .search .clear-button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=ltr] .search .clear-button:focus {
  border-left-color: rgba(0, 122, 252, 1);
}

[dir=rtl] .search input[type=search] {
  padding-left: 20px;
  padding-right: 40px;
}
[dir=rtl] .search-has-value input[type=search] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left-color: transparent;
}
[dir=rtl] .search-has-value input[type=search]:focus {
  border-left-color: rgba(0, 122, 252, 1);
}
[dir=rtl] .search .clear-button {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  border-right-color: transparent;
}
[dir=rtl] .search .clear-button:focus {
  border-right-color: rgba(0, 122, 252, 1);
}

.search-icon {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  left: 15px;
  z-index: 1;
  width: 18px;
  height: 18px;
  color: #777;
  pointer-events: none;
}
[dir=rtl] .search-icon {
  left: auto;
  right: 15px;
}

/***** Hero component *****/
.hero {
  background-image: url(/hc/theming_assets/01J41FG9954RZJX5M6GK3BHHX6);
  background-position: center;
  background-size: cover;
  height: 300px;
  padding: 0 20px;
  text-align: center;
  width: 100%;
}
.hero-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  max-width: 610px;
  margin: 0 auto;
}

.page-header {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 10px 0;
}
@media (min-width: 768px) {
  .page-header {
    align-items: baseline;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0;
  }
}
.page-header .section-subscribe {
  flex-shrink: 0;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .page-header .section-subscribe {
    margin-bottom: 0;
  }
}
.page-header h1 {
  flex-grow: 1;
  margin-bottom: 10px;
}
.page-header-description {
  font-style: italic;
  margin: 0 0 30px 0;
  word-break: break-word;
}
@media (min-width: 1024px) {
  .page-header-description {
    flex-basis: 100%;
  }
}
.page-header .icon-lock {
  height: 20px;
  width: 20px;
  position: relative;
  left: -5px;
  vertical-align: baseline;
}

.sub-nav {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 15px 30px;
  justify-content: space-between;
  margin-bottom: 55px;
}
@media (min-width: 768px) {
  .sub-nav {
    flex-direction: row;
  }
}
.sub-nav .breadcrumbs {
  margin: 0;
}
.sub-nav .search-container {
  max-width: 300px;
  width: 100%;
}
@media (min-width: 768px) {
  .sub-nav .search-container {
    flex: 0 1 300px;
  }
}
.sub-nav input[type=search]::after {
  font-size: 15px;
}

/***** Blocks *****/
/* Used in Homepage#categories and Community#topics */
.blocks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
  padding: 0;
}
@media (min-width: 768px) {
  .blocks-list {
    margin: 0 -15px;
  }
}
.blocks-item {
  border: 1px solid rgba(0, 122, 252, 1);
  border-radius: 4px;
  box-sizing: border-box;
  color: rgba(0, 122, 252, 1);
  display: flex;
  flex: 1 0 340px;
  margin: 0 0 30px;
  max-width: 100%;
  text-align: center;
}
@media (min-width: 768px) {
  .blocks-item {
    margin: 0 15px 30px;
  }
}
.blocks-item:hover, .blocks-item:focus, .blocks-item:active {
  background-color: rgba(0, 122, 252, 1);
}
.blocks-item:hover *, .blocks-item:focus *, .blocks-item:active * {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}
.blocks-item-internal {
  background-color: transparent;
  border: 1px solid #ddd;
}
.blocks-item-internal .icon-lock {
  height: 15px;
  width: 15px;
  bottom: 5px;
  position: relative;
}
.blocks-item-internal a {
  color: rgba(14, 16, 18, 1);
}
.blocks-item-link {
  color: rgba(0, 122, 252, 1);
  padding: 20px 30px;
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  border-radius: inherit;
}
.blocks-item-link:visited, .blocks-item-link:hover, .blocks-item-link:active {
  color: inherit;
  text-decoration: none;
}
.blocks-item-link:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(0, 122, 252, 1);
  text-decoration: none;
}
.blocks-item-title {
  margin-bottom: 0;
  font-size: 16px;
}
.blocks-item-description {
  margin: 0;
}
.blocks-item-description:not(:empty) {
  margin-top: 10px;
}

/***** Homepage *****/
.section {
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .section {
    margin-bottom: 60px;
  }
}

.home-section h2 {
  margin-bottom: 10px;
  text-align: center;
}

/***** Promoted articles *****/
.promoted-articles {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
@media (min-width: 1024px) {
  .promoted-articles {
    flex-direction: row;
  }
}
.promoted-articles-item {
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .promoted-articles-item {
    align-self: flex-end;
    flex: 0 0 auto;
    padding-right: 30px;
    width: 33%; /* Three columns on desktop */
  }
  [dir=rtl] .promoted-articles-item {
    padding: 0 0 0 30px;
  }
}
.promoted-articles-item:nth-child(3n) {
  padding-right: 0;
}
.promoted-articles-item a {
  display: block;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.promoted-articles-item .icon-lock {
  vertical-align: baseline;
}
.promoted-articles-item:last-child a {
  border: 0;
}
@media (min-width: 1024px) {
  .promoted-articles-item:last-child a {
    border-bottom: 1px solid #ddd;
  }
}

/***** Community section in homepage *****/
.community {
  text-align: center;
}
.community-image {
  min-height: 300px;
  margin-top: 32px;
  background-image: url(/hc/theming_assets/01K59GSH4RB7VERT5Y4M4D4D50);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 100%;
}
.community a {
  color: rgba(0, 122, 252, 1);
  text-decoration: underline;
}
.community a:visited {
  color: rgba(0, 122, 252, 1);
}
.community a:hover, .community a:active, .community a:focus {
  color: rgba(0, 122, 252, 1);
}

.community,
.activity {
  border-top: 1px solid #ddd;
  padding: 30px 0;
}

/***** Recent activity *****/
.recent-activity-header {
  margin-bottom: 10px;
  text-align: center;
}
.recent-activity-list {
  padding: 0;
}
.recent-activity-item {
  border-bottom: 1px solid #ddd;
  overflow: auto;
  padding: 20px 0;
}
.recent-activity-item h3 {
  margin: 0;
}
.recent-activity-item-parent {
  font-size: 16px;
  font-weight: 600;
}
.recent-activity-item-parent, .recent-activity-item-link {
  margin: 6px 0;
  display: inline-block;
  width: 100%;
}
@media (min-width: 768px) {
  .recent-activity-item-parent, .recent-activity-item-link {
    width: 70%;
    margin: 0;
  }
}
.recent-activity-item-link {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.recent-activity-item-meta {
  color: rgba(14, 16, 18, 1);
  margin: 15px 0 0 0;
  float: none;
}
@media (min-width: 768px) {
  .recent-activity-item-meta {
    margin: 0;
    float: right;
  }
  [dir=rtl] .recent-activity-item-meta {
    float: left;
  }
}
.recent-activity-item-time, .recent-activity-item-comment {
  display: inline-block;
  font-size: 13px;
}
.recent-activity-item-comment {
  padding-left: 5px;
}
[dir=rtl] .recent-activity-item-comment {
  padding: 0 5px 0 0;
}
.recent-activity-item-comment::before {
  display: inline-block;
}
.recent-activity-controls {
  padding-top: 15px;
}
.recent-activity-controls a {
  color: rgba(0, 122, 252, 1);
  text-decoration: underline;
}
.recent-activity-controls a:visited {
  color: rgba(0, 122, 252, 1);
}
.recent-activity-controls a:hover, .recent-activity-controls a:active, .recent-activity-controls a:focus {
  color: rgba(0, 122, 252, 1);
}
.recent-activity-accessibility-label {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.recent-activity-comment-icon svg {
  vertical-align: middle;
  color: rgba(0, 122, 252, 1);
  width: 16px;
  height: 16px;
}
.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
  margin-left: 3px;
}
[dir=rtl] .recent-activity-comment-icon:after {
  margin-left: 0;
  margin-right: 3px;
}

/***** Category pages *****/
.category-container {
  display: flex;
  justify-content: flex-end;
}
.category-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .category-content {
    flex: 0 0 80%;
  }
}

.section-tree {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .section-tree {
    flex-direction: row;
  }
}
.section-tree .section {
  flex: initial;
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-tree .section {
    flex: 0 0 45%; /* Two columns for tablet and desktop. Leaving 5% separation between columns */
  }
}
.section-tree-title {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
}
.section-tree-title a {
  color: rgba(14, 16, 18, 1);
}
.section-tree .see-all-articles {
  display: block;
  padding: 15px 0;
}

.article-list-item {
  font-size: 16px;
  padding: 15px 0;
  text-overflow: ellipsis;
  overflow: hidden;
}
.article-list-item a {
  color: rgba(14, 16, 18, 1);
}

.icon-star {
  color: rgba(0, 122, 252, 1);
  font-size: 18px;
}

/***** Section pages *****/
.section-container {
  display: flex;
  justify-content: flex-end;
}
.section-content {
  flex: 1;
  max-width: 100%;
}
@media (min-width: 1024px) {
  .section-content {
    flex: 0 0 80%;
  }
}
.section-list {
  margin: 40px 0;
}

.section-list-item {
  border-bottom: 1px solid #ddd;
  font-size: 16px;
  padding: 15px 0;
}
.section-list-item:first-child {
  border-top: 1px solid #ddd;
}
.section-list-item a {
  align-items: center;
  color: rgba(14, 16, 18, 1);
  display: flex;
  justify-content: space-between;
}

.see-all-sections-trigger {
  cursor: pointer;
  display: block;
  padding: 15px;
  text-align: center;
}
.see-all-sections-trigger[aria-hidden=true] {
  display: none;
}

/***** Article *****/
.article {
  /*
  * The article grid is defined this way to optimize readability:
  * Sidebar | Content | Free space
  * 17%     | 66%     | 17%
  */
  flex: 1 0 auto;
}
@media (min-width: 1024px) {
  .article {
    flex: 1 0 66%;
    max-width: 66%;
    min-width: 640px;
    padding: 0 30px;
  }
}
.article-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .article-container {
    flex-direction: row;
  }
}
.article-header {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .article-header {
    flex-direction: row;
    margin-top: 0;
  }
}
.article-avatar {
  margin-right: 10px;
}
.article-author {
  margin-bottom: 10px;
}
.article-title {
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
@media (min-width: 768px) {
  .article-title {
    flex-basis: 100%; /* Take entire row */
  }
}
.article-title .icon-lock {
  position: relative;
  left: -5px;
  vertical-align: baseline;
}
.article [role=button] {
  flex-shrink: 0; /*Avoid collapsing elements in Safari (https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored)*/
  width: 100%;
}
@media (min-width: 768px) {
  .article [role=button] {
    width: auto;
  }
}
.article-info {
  max-width: 100%;
}
.article-meta {
  display: inline-block;
  vertical-align: middle;
}
.article-body {
  display: flow-root;
}
.article-body a {
  color: rgba(0, 122, 252, 1);
  text-decoration: underline;
}
.article-body a:visited {
  color: rgba(0, 122, 252, 1);
}
.article-body a:hover, .article-body a:active, .article-body a:focus {
  color: rgba(0, 122, 252, 1);
}
.article-body img {
  height: auto;
  max-width: 100%;
}
.article-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figure.image {
  display: table;
  margin: 0 auto;
}
.article-body figure.image > img {
  display: block;
  width: 100%;
}
.article-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.article-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.article-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.article-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.article-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.article-body ul,
.article-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .article-body ul,
[dir=rtl] .article-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.article-body ul > ul,
.article-body ol > ol,
.article-body ol > ul,
.article-body ul > ol,
.article-body li > ul,
.article-body li > ol {
  margin: 0;
}
.article-body ul {
  list-style-type: disc;
}
.article-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.article-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.article-body blockquote {
  border-left: 1px solid #ddd;
  color: #3b434b;
  font-style: italic;
  padding: 0 15px;
}
.article-body > p:last-child {
  margin-bottom: 0;
}
.article-content {
  line-height: 1.6;
  margin: 40px 0;
  word-wrap: break-word;
}
.article-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.article-comment-count {
  color: #3b434b;
}
.article-comment-count:hover {
  text-decoration: none;
}
.article-comment-count-icon {
  vertical-align: middle;
  color: rgba(0, 122, 252, 1);
  width: 18px;
  height: 18px;
}
.article-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .article-sidebar {
    border: 0;
    flex: 0 0 17%;
    height: auto;
    max-width: 17%;
  }
}
.article-relatives {
  border-top: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .article-relatives {
    flex-direction: row;
  }
}
.article-relatives > * {
  flex: 1 0 50%;
  min-width: 50%;
  overflow-wrap: break-word;
  margin-right: 0;
}
.article-relatives > *:last-child {
  padding: 0;
}
@media (min-width: 768px) {
  .article-relatives > * {
    padding-right: 20px;
  }
}
.article-votes {
  border-top: 1px solid #ddd;
  padding: 30px 0;
  text-align: center;
}
.article-votes-question {
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
}
.article-vote {
  margin: 10px 5px;
  min-width: 90px;
  width: auto;
}
.article-more-questions {
  margin: 10px 0 20px;
  text-align: center;
}
.article-more-questions a {
  color: rgba(0, 122, 252, 1);
  text-decoration: underline;
}
.article-more-questions a:visited {
  color: rgba(0, 122, 252, 1);
}
.article-more-questions a:hover, .article-more-questions a:active, .article-more-questions a:focus {
  color: rgba(0, 122, 252, 1);
}
.article-return-to-top {
  border-top: 1px solid #87929D;
}
@media (min-width: 1024px) {
  .article-return-to-top {
    display: none;
  }
}
.article-return-to-top a {
  color: rgba(14, 16, 18, 1);
  display: block;
  padding: 20px 0;
}
.article-return-to-top a:hover, .article-return-to-top a:focus {
  text-decoration: none;
}
.article-return-to-top-icon {
  transform: rotate(0.5turn);
}
.article td > p:first-child,
.article th > p:first-child {
  margin-top: 0;
}
.article td > p:last-child,
.article th > p:last-child {
  margin-bottom: 0;
}

.sidenav-title {
  font-size: 15px;
  position: relative;
  font-weight: 600;
}
.sidenav-item {
  display: block;
  margin-top: 10px;
  margin-bottom: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.recent-articles li,
.related-articles li {
  margin-bottom: 15px;
}

/***** Attachments *****/
/* Styles attachments inside posts, articles and comments */
.attachments .attachment-item {
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}
.attachments .attachment-item:last-child {
  margin-bottom: 0;
}
.attachments .attachment-item .attachment-icon {
  color: rgba(14, 16, 18, 1);
  left: 0;
  position: absolute;
  top: 5px;
}
[dir=rtl] .attachments .attachment-item {
  padding-left: 0;
  padding-right: 20px;
}
[dir=rtl] .attachments .attachment-item .attachment-icon {
  left: auto;
  right: 0;
}

.upload-dropzone span {
  color: #3b434b;
}

/***** Social share links *****/
.share {
  padding: 0;
  white-space: nowrap;
}

.share li, .share a {
  display: inline-block;
}

.share li {
  height: 25px;
  width: 25px;
}

.share a {
  color: #3b434b;
}
.share a:hover {
  text-decoration: none;
  color: rgba(0, 122, 252, 1);
}
.share a svg {
  height: 18px;
  width: 18px;
  display: block;
}

/***** Comments *****/
/* Styles comments inside articles, posts and requests */
.comment {
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
}
.comment-heading, .recent-articles-title,
.related-articles-title {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}
.comment-overview {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  padding: 20px 0;
}
.comment-overview p {
  margin-top: 0;
}
.comment-callout {
  color: #3b434b;
  display: inline-block;
  font-size: 13px;
  margin-bottom: 0;
}
.comment-callout a {
  color: rgba(0, 122, 252, 1);
  text-decoration: underline;
}
.comment-callout a:visited {
  color: rgba(0, 122, 252, 1);
}
.comment-callout a:hover, .comment-callout a:active, .comment-callout a:focus {
  color: rgba(0, 122, 252, 1);
}
.comment-sorter {
  display: inline-block;
  float: right;
}
.comment-sorter .dropdown-toggle {
  color: #3b434b;
  font-size: 13px;
}
[dir=rtl] .comment-sorter {
  float: left;
}
.comment-wrapper {
  display: flex;
  position: relative;
}
.comment-wrapper.comment-official {
  border: 1px solid rgba(0, 122, 252, 1);
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .comment-wrapper.comment-official {
    padding-top: 20px;
  }
}
.comment-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir=rtl] .comment-info {
  padding-right: 0;
  padding-left: 20px;
}
.comment-author {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .comment-author {
    justify-content: space-between;
  }
}
.comment-avatar {
  margin-right: 10px;
}
[dir=rtl] .comment-avatar {
  margin-left: 10px;
  margin-right: 0;
}
.comment-meta {
  flex: 1 1 auto;
}
.comment-labels {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .comment-labels {
    flex-basis: auto;
  }
}
.comment .status-label:not(.status-label-official) {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .comment .status-label:not(.status-label-official) {
    margin-top: 0;
  }
}
.comment-form {
  display: flex;
  padding-top: 30px;
  word-wrap: break-word;
}
.comment-container {
  width: 100%;
}
.comment-form-controls {
  display: none;
  margin-top: 10px;
  text-align: left;
}
@media (min-width: 768px) {
  [dir=ltr] .comment-form-controls {
    text-align: right;
  }
}
.comment-form-controls input[type=submit] {
  margin-top: 15px;
}
@media (min-width: 1024px) {
  .comment-form-controls input[type=submit] {
    margin-left: 15px;
  }
  [dir=rtl] .comment-form-controls input[type=submit] {
    margin-left: 0;
    margin-right: 15px;
  }
}
.comment-form-controls input[type=checkbox] {
  margin-right: 5px;
}
.comment-form-controls input[type=checkbox] [dir=rtl] {
  margin-left: 5px;
}
.comment-ccs {
  display: none;
}
.comment-ccs + textarea {
  margin-top: 10px;
}
.comment-attachments {
  margin-top: 10px;
}
.comment-attachments a {
  color: rgba(0, 122, 252, 1);
}
.comment-body {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flow-root;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: auto;
}
.comment-body a {
  color: rgba(0, 122, 252, 1);
  text-decoration: underline;
}
.comment-body a:visited {
  color: rgba(0, 122, 252, 1);
}
.comment-body a:hover, .comment-body a:active, .comment-body a:focus {
  color: rgba(0, 122, 252, 1);
}
.comment-body img {
  height: auto;
  max-width: 100%;
}
.comment-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figure.image {
  display: table;
  margin: 0 auto;
}
.comment-body figure.image > img {
  display: block;
  width: 100%;
}
.comment-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.comment-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.comment-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.comment-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.comment-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.comment-body ul,
.comment-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .comment-body ul,
[dir=rtl] .comment-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.comment-body ul > ul,
.comment-body ol > ol,
.comment-body ol > ul,
.comment-body ul > ol,
.comment-body li > ul,
.comment-body li > ol {
  margin: 0;
}
.comment-body ul {
  list-style-type: disc;
}
.comment-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.comment-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.comment-body blockquote {
  border-left: 1px solid #ddd;
  color: #3b434b;
  font-style: italic;
  padding: 0 15px;
}
.comment-mark-as-solved {
  display: inline-block;
}

/***** Vote *****/
/* Used in article comments, post comments and post */
.vote {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.vote a:active, .vote a:hover, .vote a:focus {
  text-decoration: none;
}

.vote-sum {
  color: #3b434b;
  display: block;
  margin: 3px 0;
}
[dir=rtl] .vote-sum {
  direction: ltr;
  unicode-bidi: bidi-override;
}

.vote-up svg {
  transform: scale(1, -1);
}

.vote-up:hover,
.vote-down:hover {
  color: rgba(0, 122, 252, 1);
}

.vote-up, .vote-down {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  color: #3b434b;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.vote-voted {
  color: rgba(0, 122, 252, 1);
}

.vote-voted:hover {
  color: #004996;
}

/***** Actions *****/
/* Styles admin and en user actions(edit, delete, change status) in comments and posts */
.actions {
  text-align: center;
  flex-shrink: 0; /*Avoid collapsing elements in Safari*/
}
.actions button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  min-height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/***** Community *****/
.community-hero {
  background-image: url(/hc/theming_assets/01K59GSGRV08PWAZ43488ACXAA);
  margin-bottom: 10px;
}
.community-footer {
  padding-top: 50px;
  text-align: center;
}
.community-footer-title {
  font-size: 16px;
  margin-bottom: 20px;
}
.community-featured-posts .title {
  font-size: 18px;
  font-weight: 600;
}
.community-featured-posts, .community-activity {
  padding-top: 40px;
  width: 100%;
}
.community-header {
  margin-bottom: 30px;
}
.community-header .title {
  margin-bottom: 0;
  font-size: 16px;
}

.post-to-community {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .post-to-community {
    margin: 0;
  }
}

/* Community topics grid */
.topics {
  max-width: none;
  width: 100%;
}
.topics-item .meta-group {
  justify-content: center;
  margin-top: 20px;
}

/* Community topic page */
.topic-header {
  border-bottom: 1px solid #ddd;
  font-size: 13px;
}
@media (min-width: 768px) {
  .topic-header {
    padding-bottom: 10px;
  }
}
.topic-header .dropdown {
  display: block;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
@media (min-width: 768px) {
  .topic-header .dropdown {
    border-top: 0;
    display: inline-block;
    margin-right: 20px;
    padding: 0;
  }
}

.no-posts-with-filter {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Topic, post and user follow button */
.community-follow {
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow {
    margin-bottom: 0;
    width: auto;
  }
}
.community-follow button {
  line-height: 30px;
  padding: 0 10px 0 15px;
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .community-follow button {
    width: auto;
  }
}
.community-follow button:hover {
  background-color: rgba(0, 122, 252, 1);
}
.community-follow button:hover::after, .community-follow button:focus::after {
  border-color: rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}
.community-follow button[data-selected=true] {
  background-color: rgba(0, 122, 252, 1);
  color: rgba(255, 255, 255, 1);
}
.community-follow button[data-selected=true]::after {
  border-left: 1px solid rgba(255, 255, 255, 1);
  color: rgba(255, 255, 255, 1);
}
.community-follow button[data-selected=true]:hover {
  background-color: #004996;
  border-color: #004996;
}
.community-follow button::after {
  border-left: 1px solid rgba(0, 122, 252, 1);
  content: attr(data-follower-count);
  color: rgba(0, 122, 252, 1);
  display: inline-block;
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin-left: 15px;
  padding-left: 10px;
  position: absolute;
  right: 10px;
}
@media (min-width: 768px) {
  .community-follow button::after {
    position: static;
  }
}
[dir=rtl] .community-follow button::after {
  border-left: 0;
  border-right: 1px solid rgba(0, 122, 252, 1);
  margin: 0 10px 0 0;
  padding: 0 10px 0 0;
}

/***** Striped list *****/
/* Used in community posts list and requests list */
.striped-list {
  padding: 0;
}
.striped-list-item {
  align-items: flex-start;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 20px 0;
}
@media (min-width: 768px) {
  .striped-list-item {
    align-items: center;
    flex-direction: row;
  }
}
.striped-list-info {
  flex: 2;
}
.striped-list-title {
  color: rgba(0, 122, 252, 1);
  margin-bottom: 10px;
  margin-right: 5px;
}
.striped-list-title:hover, .striped-list-title:focus, .striped-list-title:active {
  text-decoration: underline;
}
.striped-list-title:visited {
  color: rgba(0, 122, 252, 1);
}
.striped-list .meta-group {
  margin: 5px 0;
}
.striped-list-count {
  color: #3b434b;
  font-size: 13px;
  justify-content: flex-start;
  text-transform: capitalize;
}
@media (min-width: 768px) {
  .striped-list-count {
    display: flex;
    flex: 1;
    justify-content: space-around;
  }
}
.striped-list-count-item::after {
  content: "·";
  display: inline-block;
  padding: 0 5px;
}
@media (min-width: 768px) {
  .striped-list-count-item::after {
    display: none;
  }
}
.striped-list-count-item:last-child::after {
  display: none;
}
.striped-list-number {
  text-align: center;
}
@media (min-width: 768px) {
  .striped-list-number {
    color: rgba(14, 16, 18, 1);
    display: block;
  }
}

/***** Status labels *****/
/* Styles labels used in posts, articles and requests */
.status-label {
  background-color: #038153;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  margin-right: 2px;
  padding: 3px 10px;
  vertical-align: middle;
  white-space: nowrap;
  display: inline-block;
}
.status-label:hover, .status-label:active, .status-label:focus {
  text-decoration: none;
}
.status-label-pinned, .status-label-featured, .status-label-official {
  background-color: rgba(0, 122, 252, 1);
}
.status-label-official {
  border-radius: 0;
  margin-right: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
}
@media (min-width: 768px) {
  .status-label-official {
    border-radius: 0 0 4px 4px;
    right: 30px;
    width: auto;
  }
}
[dir=rtl] .status-label-official {
  left: 30px;
  right: auto;
}
.status-label-not-planned, .status-label-closed {
  background-color: #e9ebed;
  color: #3b434b;
}
.status-label-pending, .status-label-pending-moderation {
  background-color: #1f73b7;
  text-align: center;
}
.status-label-open {
  background-color: #c72a1c;
}
.status-label-solved {
  background-color: #68737d;
}
.status-label-new {
  background-color: #ffb648;
  color: #703b15;
}
.status-label-hold {
  background-color: #000;
}
.status-label-request {
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 768px) {
  .status-label-request {
    max-width: 150px;
  }
}

/***** Post *****/
/*
* The post grid is defined this way:
* Content | Sidebar
* 70%     | 30%
*/
.post {
  flex: 1;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .post {
    flex: 1 0 70%;
    max-width: 70%;
  }
}
.post-container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .post-container {
    flex-direction: row;
  }
}
.post-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .post-header {
    align-items: baseline;
    flex-direction: row;
  }
}
.post-header .status-label {
  vertical-align: super;
}
.post-title {
  margin-bottom: 20px;
  width: 100%;
}
@media (min-width: 768px) {
  .post-title {
    margin-bottom: 0;
    padding-right: 10px;
  }
}
.post-title h1 {
  display: inline;
  vertical-align: middle;
}
@media (min-width: 768px) {
  .post-title h1 {
    margin-right: 5px;
  }
}
.post-author {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
}
.post-avatar {
  margin-bottom: 30px;
}
.post-content {
  font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
  line-height: 1.6;
  word-break: break-word;
}
.post-info-container {
  display: flex;
  margin-bottom: 40px;
}
.post-info {
  min-width: 0;
  padding-right: 20px;
  width: 100%;
}
[dir=rtl] .post-info {
  padding-right: 0;
  padding-left: 20px;
}
.post-meta {
  display: inline-block;
  flex: 1;
  margin-left: 10px;
  vertical-align: middle;
}
[dir=rtl] .post-meta {
  margin-left: 0;
  margin-right: 10px;
}
.post-body {
  display: flow-root;
}
.post-body a {
  color: rgba(0, 122, 252, 1);
  text-decoration: underline;
}
.post-body a:visited {
  color: rgba(0, 122, 252, 1);
}
.post-body a:hover, .post-body a:active, .post-body a:focus {
  color: rgba(0, 122, 252, 1);
}
.post-body img {
  height: auto;
  max-width: 100%;
}
.post-body p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figure.image {
  display: table;
  margin: 0 auto;
}
.post-body figure.image > img {
  display: block;
  width: 100%;
}
.post-body figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.post-body figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.post-body figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.post-body figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.post-body figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.post-body ul,
.post-body ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .post-body ul,
[dir=rtl] .post-body ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.post-body ul > ul,
.post-body ol > ol,
.post-body ol > ul,
.post-body ul > ol,
.post-body li > ul,
.post-body li > ol {
  margin: 0;
}
.post-body ul {
  list-style-type: disc;
}
.post-body :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.post-body pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.post-body blockquote {
  border-left: 1px solid #ddd;
  color: #3b434b;
  font-style: italic;
  padding: 0 15px;
}
.post-footer {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}
.post-comment-count {
  color: #3b434b;
}
.post-comment-count:hover {
  text-decoration: none;
}
.post-comment-count .icon-comments {
  color: rgba(0, 122, 252, 1);
  display: inline-block;
  width: 18px;
  height: 18px;
  margin: 5px;
  vertical-align: middle;
}
.post-sidebar {
  border-top: 1px solid #ddd;
  flex: 1;
  padding: 30px 0;
  text-align: center;
}
@media (min-width: 1024px) {
  .post-sidebar {
    border: 0;
    flex: 1 0 30%;
    padding: 0 0 0 50px;
    text-align: initial;
  }
  [dir=rtl] .post-sidebar {
    padding: 0 50px 0 0;
  }
}
.post-sidebar-title {
  font-size: 18px;
  font-weight: 600;
}
.post-comments {
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .post-comments {
    margin-bottom: 0;
  }
}

/***** Community Badges *****/
/* Styles labels used next to the authors of article comments, community posts, and community comments */
.community-badge-title {
  background-color: #04444d;
  border-radius: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 0px 8px;
  vertical-align: top;
  white-space: nowrap;
  display: inline-block;
  line-height: 18px;
  vertical-align: middle;
}

.community-badge-titles {
  display: inline;
}

.community-badge-achievement {
  display: block;
  height: 16px;
  white-space: nowrap;
  width: 16px;
}
.community-badge-achievement img {
  width: 100%;
  height: 100%;
}

.community-badge-achievements {
  display: flex;
}

.community-badge-achievements-rest {
  font-size: 12px;
  font-weight: 600;
  line-height: 20px;
  text-align: center;
  vertical-align: top;
}

.community-badge {
  margin: 2px;
}

.profile-info .community-badge-title {
  padding: 2px 8px;
  line-height: 20px;
}
.profile-info .community-badge-achievement {
  height: 40px;
  width: 40px;
}
.profile-info .community-badge-achievements-rest {
  line-height: 40px;
  font-size: 20px;
}

/* Navigation element that collapses on mobile */
.collapsible-nav {
  flex-direction: column;
  font-size: 14px;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav {
    flex-direction: row;
  }
}

.collapsible-nav-border {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
@media (min-width: 768px) {
  .collapsible-nav-border {
    border-top: 0;
  }
}

.collapsible-nav-toggle {
  top: 22.5px;
  transform: translateY(-50%);
  position: absolute;
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .collapsible-nav-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-nav-toggle {
  left: 0;
  right: auto;
}
.collapsible-nav-toggle-icon {
  display: none;
}
.collapsible-nav-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-nav-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-nav-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 122, 252, 1);
}

.collapsible-nav-list {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .collapsible-nav-list {
    flex-direction: row;
  }
}
.collapsible-nav-list li {
  color: rgba(14, 16, 18, 1);
  line-height: 45px;
  order: 1;
}
@media (min-width: 768px) {
  .collapsible-nav-list li {
    line-height: normal;
    margin-right: 30px;
  }
  [dir=rtl] .collapsible-nav-list li {
    margin-left: 30px;
    margin-right: 0;
  }
  .collapsible-nav-list li a {
    text-decoration: none;
    padding: 15px 0;
  }
}
.collapsible-nav-list li a {
  color: rgba(14, 16, 18, 1);
  display: block;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:hover {
    border-bottom: 4px solid #ddd;
  }
  .collapsible-nav-list li:hover a:not([aria-current=page]) {
    padding: 15px 0 11px 0;
    text-decoration: none;
  }
}
.collapsible-nav-list li:not([aria-selected=true]),
.collapsible-nav-list li:not(.current) {
  display: none;
}
@media (min-width: 768px) {
  .collapsible-nav-list li:not([aria-selected=true]),
  .collapsible-nav-list li:not(.current) {
    display: block;
  }
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true] {
    padding: 15px 0 11px 0;
  }
}
.collapsible-nav-list li[aria-selected=true],
.collapsible-nav-list li.current {
  order: 0;
  position: relative;
}
@media (min-width: 768px) {
  .collapsible-nav-list li[aria-selected=true],
  .collapsible-nav-list li.current {
    border-bottom: 4px solid rgba(0, 122, 252, 1);
    order: 1;
  }
}
.collapsible-nav-list li[aria-selected=true] a,
.collapsible-nav-list li.current a {
  color: rgba(14, 16, 18, 1);
}

.collapsible-nav[aria-expanded=true] li:not([aria-selected=true]),
.collapsible-nav[aria-expanded=true] li:not(.current) {
  display: block;
}

/* Sidebar navigation that collapses on mobile */
.collapsible-sidebar {
  flex: 1;
  max-height: 45px;
  overflow: hidden;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1024px) {
  .collapsible-sidebar {
    max-height: none;
    padding: 0;
  }
}
.collapsible-sidebar-title {
  margin-top: 0;
}
.collapsible-sidebar-toggle {
  position: absolute;
  top: 22.5px;
  transform: translateY(-50%);
  right: 0;
  padding: 0;
  border: 0;
  background: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-toggle {
    display: none;
  }
}
[dir=rtl] .collapsible-sidebar-toggle {
  left: 0;
  right: auto;
}
.collapsible-sidebar-toggle-icon {
  display: none;
}
.collapsible-sidebar-toggle[aria-expanded=false] .chevron-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle[aria-expanded=true] .x-icon {
  display: inline-block;
}
.collapsible-sidebar-toggle:focus {
  outline: none;
  border: 1px solid rgba(0, 122, 252, 1);
}
.collapsible-sidebar-body {
  display: none;
}
@media (min-width: 1024px) {
  .collapsible-sidebar-body {
    display: block;
  }
}
.collapsible-sidebar[aria-expanded=true] {
  max-height: none;
}
.collapsible-sidebar[aria-expanded=true] .collapsible-sidebar-body {
  display: block;
}

/***** My activities *****/
.my-activities-nav {
  background-color: #f2f2f2;
  margin-bottom: 20px;
}
.my-activities-sub-nav {
  margin-bottom: 30px;
}
.my-activities-table .striped-list-title { /* My activities tables */
  display: block;
  margin-bottom: 10px;
  max-width: 350px;
  white-space: normal;
}
@media (min-width: 1024px) {
  .my-activities-table .striped-list-title {
    margin-bottom: 0;
    max-width: 500px;
    min-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.my-activities-table thead {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table thead {
    display: table-header-group;
  }
}
.my-activities-table th:first-child,
.my-activities-table td:first-child {
  padding-left: 0;
}
@media (min-width: 1024px) {
  .my-activities-table th:first-child,
  .my-activities-table td:first-child {
    width: 500px;
  }
}
.my-activities-table th:last-child,
.my-activities-table td:last-child {
  padding-right: 0;
}
.my-activities-table td:not(:first-child) {
  display: none;
}
@media (min-width: 768px) {
  .my-activities-table td:not(:first-child) {
    display: table-cell;
  }
}

/* Requests table */
.requests-search {
  width: 100%;
}
.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}
.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
}
.requests-table-toolbar .request-table-filter {
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}
.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 30px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
  }
}
.requests-table-toolbar select {
  max-height: 40px;
  margin-bottom: 30px;
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-subscribe button {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
.requests-table-toolbar + .requests-search-info {
  margin-top: 15px;
}
.requests-table-toolbar + .requests-search-info.meta-data::after {
  content: "";
  margin: 0;
}
.requests-table-toolbar + .requests-search-info + .requests {
  margin-top: 20px;
}
.requests-table-toolbar + .requests {
  margin-top: 40px;
}
.requests .requests-table-meta {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-meta {
    display: none;
  }
}
.requests .requests-table thead {
  display: none;
}
@media (min-width: 768px) {
  .requests .requests-table thead {
    display: table-header-group;
  }
}
.requests .requests-table-info {
  display: block;
}
@media (min-width: 768px) {
  .requests .requests-table-info {
    display: table-cell;
    vertical-align: middle;
    width: auto;
  }
}
.requests .requests-table .requests-link {
  position: relative;
}
.requests .requests-table .requests-sort-symbol {
  position: absolute;
  left: calc(100% + 3px);
  bottom: 0;
  font-size: 10px;
}

/* Following table */
@media (min-width: 768px) {
  .subscriptions-subscribe button {
    width: auto;
  }
}
.subscriptions-table td:last-child {
  display: block;
}
@media (min-width: 768px) {
  .subscriptions-table td:last-child {
    display: table-cell;
  }
}
.subscriptions-table td:first-child {
  display: flex;
  align-items: center;
}
.subscriptions-table .user-avatar {
  margin-right: 10px;
}
.subscriptions .striped-list-title {
  display: inline-block;
  vertical-align: middle;
}

/* Contributions table */
.contributions-table td:last-child {
  color: #3b434b;
  font-size: 13px;
}
@media (min-width: 768px) {
  .contributions-table td:last-child {
    color: inherit;
    font-size: inherit;
    font-weight: inherit;
  }
}

.no-activities {
  color: #3b434b;
}

/***** Request *****/
.request-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .request-container {
    align-items: flex-start;
    flex-direction: row;
  }
}
.request-container .comment-container {
  min-width: 0;
}
.request-breadcrumbs {
  margin-bottom: 40px;
}
@media (min-width: 1024px) {
  .request-breadcrumbs {
    margin-bottom: 60px;
  }
}
.request-main {
  flex: 1 0 auto;
  order: 1;
}
.request-main .comment-fields, .request-main .request-submit-comment {
  display: none;
}
.request-main .comment-fields.shown {
  display: block;
}
.request-main .request-submit-comment.shown {
  display: inline;
}
@media (min-width: 1024px) {
  .request-main {
    flex: 0 0 66%;
    order: 0;
    min-width: 0;
  }
}
.request-main .comment-form-controls {
  display: block;
}
.request-main .comment-ccs {
  display: block;
}
.request-main .comment-show-container {
  border-radius: 2px;
  border: 1px solid #ddd;
  color: #3b434b;
  text-align: inherit;
  padding: 8px 25px;
  width: 100%;
}
.request-main .comment-show-container.hidden {
  display: none;
}
.request-main .form-field.comment-ccs > ul {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .form-field.comment-ccs > ul[data-hc-focus=true] {
  border: 1px solid rgba(0, 122, 252, 1);
}
.request-main .form-field.comment-ccs > input[type=text] {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.request-main .comment-ccs + textarea {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin-top: 0;
}
.request-main .comment-ccs + textarea:focus {
  border-top: 1px solid rgba(0, 122, 252, 1);
}
.request-main input#mark_as_solved {
  display: none;
}
.request-title {
  width: 100%;
}
@media (min-width: 1024px) {
  .request-title {
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
    max-width: 66%;
    padding-bottom: 20px;
  }
}
.request-sidebar {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  order: 0;
}
@media (min-width: 1024px) {
  .request-sidebar {
    background-color: #f7f7f7;
    border: 0;
    font-size: 13px;
    flex: 0 0 auto;
    padding: 0 20px;
    width: 30%;
  }
}
.request-sidebar h2 {
  font-size: 15px;
  font-weight: 600;
  position: relative;
}
@media (min-width: 1024px) {
  .request-sidebar h2 {
    display: none;
  }
}
.request-details {
  border-bottom: 1px solid #ddd;
  font-size: 0;
  margin: 0;
  padding-bottom: 20px;
}
.request-details:last-child {
  border: 0;
}
.request-details dt, .request-details dd {
  display: inline-block;
  vertical-align: top;
  font-size: 13px;
  margin: 20px 0 0 0;
}
.request-details dd {
  padding: 0 10px;
  width: 60%;
}
.request-details dd::after {
  content: "\a";
  white-space: pre;
}
.request-details dt {
  line-break: strict;
  color: #3b434b;
  width: 40%;
}
.request-details .request-collaborators {
  display: inline-block;
}
.request-attachments dt, .request-attachments dd {
  width: 100%;
}
.request-attachments dd {
  margin: 10px 0 0 0;
}
.request-form textarea {
  min-height: 120px;
}
.request-follow-up {
  padding-top: 20px;
}

/***** Pagination *****/
.pagination {
  margin: 20px 0;
  text-align: center;
}
.pagination-next, .pagination-prev, .pagination-first, .pagination-last {
  display: inline-block;
}
.pagination-first-link, .pagination-last-link {
  padding: 0 10px;
}
.pagination-first-text, .pagination-last-text {
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}
.pagination-next-link {
  padding-right: 10px;
}
.pagination-next-text {
  margin-right: 10px;
}
[dir=rtl] .pagination-next-link {
  padding-left: 10px;
}
[dir=rtl] .pagination-next-text {
  margin-left: 10px;
}
.pagination-prev-link {
  padding-left: 10px;
}
.pagination-prev-text {
  margin-left: 10px;
}
[dir=rtl] .pagination-prev-link {
  padding-right: 10px;
}
[dir=rtl] .pagination-prev-text {
  margin-right: 10px;
}

/***** Metadata *****/
.meta-group {
  display: block;
}

.meta-group-opposite {
  float: right;
}

[dir=rtl] .meta-group-opposite {
  float: left;
}

.meta-group * {
  display: inline;
}

.meta-data {
  color: #3b434b;
  font-size: 13px;
}
.meta-data:not(:last-child)::after {
  content: "·";
  margin: 0 5px;
}

/* User Profiles */
.profile-header {
  padding: 30px 0;
  background-color: #f7f7f7;
}

.profile-header .container {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .container {
    flex-wrap: nowrap;
  }
}

.profile-header .profile-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  min-width: 0;
}

.profile-avatar {
  position: relative;
  line-height: 0;
  align-self: center;
  margin-right: 10px;
}
[dir=rtl] .profile-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-avatar .user-avatar {
  width: 80px;
  height: 80px;
}

.profile-avatar .icon-agent {
  bottom: 0;
  right: 0;
}

.profile-header .basic-info {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.profile-header .basic-info .name {
  margin: 0;
  line-height: 25px;
  vertical-align: middle;
  display: inline;
}

.profile-header .options {
  display: flex;
  flex-basis: 100%;
  margin-top: 12px;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .profile-header .options {
    flex-wrap: nowrap;
    flex-basis: auto;
    margin-top: 0;
    margin-left: 10px;
  }
  [dir=rtl] .profile-header .options {
    margin-left: 0;
    margin-right: 10px;
  }
  .profile-header .options > :not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
  [dir=rtl] .profile-header .options > :not(:last-child) {
    margin-left: 10px;
    margin-right: 0;
  }
}

.user-profile-actions {
  width: 100%;
  margin-bottom: 15px;
}

.profile-header .description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 15px 0;
  flex-basis: 100%;
}

.profile-stats {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}

.profile-stats .stat {
  display: flex;
  margin-bottom: 10px;
}

.profile-stats .stat-label {
  color: #3b434b;
  flex: 0 0 100px;
  margin-right: 10px;
}
[dir=rtl] .profile-stats .stat-label {
  margin-left: 10px;
  margin-right: 0;
}

.profile-stats-activity {
  border-top: solid 1px #ddd;
  margin-top: 15px;
}
@media (min-width: 768px) {
  .profile-stats-activity {
    border-top: 0;
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat {
    flex-direction: column;
  }
}

.profile-stats-activity .stat:first-child {
  margin-top: 10px;
}
@media (min-width: 768px) {
  .profile-stats-activity .stat:first-child {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat:not(:last-child) {
    margin-right: 40px;
  }
  [dir=rtl] .profile-stats-activity .stat:not(:last-child) {
    margin-left: 40px;
    margin-right: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-activity .stat-label {
    flex: 0 1 auto;
  }
}

.profile-stats-counters {
  border-bottom: solid 1px #ddd;
}
@media (min-width: 768px) {
  .profile-stats-counters {
    flex: 0 0 200px;
    border-bottom: 0;
    margin-left: 40px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-left: 0;
    margin-right: 40px;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters {
    flex: 0 0 270px;
    margin-left: 60px;
  }
  [dir=rtl] .profile-stats-counters {
    margin-right: 60px;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat {
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat {
    flex-direction: row;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .profile-stats-counters .stat-label {
    flex: 0 1 auto;
  }
}
@media (min-width: 1024px) {
  .profile-stats-counters .stat-label {
    flex: 0 0 100px;
  }
}

.profile-private-badge {
  flex-basis: 100%;
  border: solid 1px rgba(0, 122, 252, 1);
  border-radius: 4px;
  color: rgba(0, 122, 252, 1);
  padding: 5px 20px;
  font-size: 12px;
  text-align: center;
}
.profile-private-badge .profile-private-icon {
  margin-left: 5px;
  line-height: 15px;
}
@media (min-width: 768px) {
  .profile-private-badge {
    flex-basis: auto;
  }
}

.profile-nav {
  background-color: #f2f2f2;
  margin-bottom: 37px;
}

.profile-section {
  width: 100%;
}
@media (min-width: 1024px) {
  .profile-section {
    width: calc(100% - 330px);
  }
}

.profile-section-header {
  display: flex;
  flex-wrap: wrap;
}

.profile-section-title {
  flex-basis: 100%;
  margin-bottom: 0;
}

.profile-section-description {
  flex-basis: 100%;
  padding: 10px 0;
  color: #3b434b;
  font-size: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 768px) {
  .profile-section-description {
    flex: 1 0 50%;
    padding-bottom: 0;
  }
}

.profile-section-sorter {
  flex-basis: 100%;
  border-top: solid 1px #eee;
  font-size: 13px;
}
.profile-section-sorter .dropdown-toggle {
  padding: 10px 0;
  width: 100%;
}
.profile-section-sorter .dropdown-toggle::after {
  position: absolute;
  right: 0;
}
[dir=rtl] .profile-section-sorter .dropdown-toggle::after {
  left: 0;
  right: initial;
}
@media (min-width: 768px) {
  .profile-section-sorter .dropdown-toggle::after {
    position: relative;
  }
}
@media (min-width: 768px) {
  .profile-section-sorter {
    flex: 0 1 auto;
    padding-top: 0;
    border-top: 0;
    margin-left: 20px;
  }
  [dir=rtl] .profile-section-sorter {
    margin-left: 0;
    margin-right: 20px;
  }
}

.profile-badges-items {
  margin-top: 25px;
}
.profile-badges-item {
  border-top: 1px solid #ddd;
  display: flex;
  flex: 1;
  flex-direction: row;
  justify-content: flex-start;
  padding: 27px 12px;
}
.profile-badges-item > div {
  padding-right: 12px;
  padding-left: 12px;
}
.profile-badges-item-image {
  height: 40px;
  width: 40px;
  margin-right: 12px;
}
.profile-badges-item-image img {
  max-height: 40px;
}
[dir=rtl] .profile-badges-item-image {
  margin-left: 12px;
  margin-right: 0;
}
.profile-badges-item-title, .profile-badges-item-metadata-title {
  font-size: 15px;
  margin-bottom: 10px;
}
.profile-badges-item-title {
  font-weight: 600;
}
.profile-badges-item-description, .profile-badges-item-metadata-description {
  color: #3b434b;
  font-size: 13px;
  margin: 0;
}
.profile-badges-item-metadata {
  margin-left: auto;
  text-align: right;
}
[dir=rtl] .profile-badges-item-metadata {
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

.profile-contribution {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  padding: 20px 0;
  position: relative;
}

.profile-contribution-header {
  margin-bottom: 5px;
}

.profile-contribution-title {
  margin: 0 0 5px 0;
  display: inline;
  line-height: 21px;
  font-size: 15px;
  vertical-align: middle;
}

.profile-contribution-body {
  margin: 10px 0;
}

.profile-contribution-list > .profile-contribution {
  border-top: 1px solid #eee;
}
@media (min-width: 768px) {
  .profile-contribution-list > .profile-contribution {
    padding-left: 30px;
  }
  [dir=rtl] .profile-contribution-list > .profile-contribution {
    padding-right: 30px;
    padding-left: 0;
  }
}

.profile-contribution-list > .profile-contribution:last-child {
  border-bottom: 1px solid #eee;
}

.profile-contribution-icon {
  left: 0;
  position: absolute;
  color: #ccc;
  line-height: 25px;
}
[dir=rtl] .profile-contribution-icon {
  right: 0;
}
.profile-contribution-icon svg {
  vertical-align: middle;
}

.profile-contribution-list .profile-contribution-header {
  margin-left: 30px;
}
[dir=rtl] .profile-contribution-list .profile-contribution-header {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-contribution-list .profile-contribution-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-contribution-list .profile-contribution-header {
    padding-right: 0;
  }
}

.profile-comments .profile-contribution-breadcrumbs {
  margin-left: 30px;
}
[dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
  padding-right: 30px;
  padding-left: 0;
}
@media (min-width: 768px) {
  .profile-comments .profile-contribution-breadcrumbs {
    margin-left: 0;
  }
  [dir=rtl] .profile-comments .profile-contribution-breadcrumbs {
    padding-right: 0;
  }
}

.profile-section .no-activity,
.profile-section .private-activity {
  display: block;
  margin-top: 40px;
  color: #999;
}

.private-activity-icon {
  margin-right: 10px;
}
[dir=rtl] .private-activity-icon {
  margin-right: 0;
  margin-left: 10px;
}

.profile-activity-list {
  margin-top: 25px;
}

.profile-activity {
  position: relative;
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .profile-activity {
    padding-left: 20px;
  }
  [dir=rtl] .profile-activity {
    padding-right: 20px;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .profile-activity:not(:last-child) {
    border-left: 1px solid #ddd;
  }
  [dir=rtl] .profile-activity:not(:last-child) {
    border-left: 0;
    border-right: 1px solid #ddd;
  }
}

.profile-activity-header {
  display: flex;
  align-items: center;
  margin-left: 35px;
}
[dir=rtl] .profile-activity-header {
  margin-left: 0;
  margin-right: 35px;
}
@media (min-width: 768px) {
  .profile-activity-header {
    margin-left: 0;
  }
  [dir=rtl] .profile-activity-header {
    margin-right: 0;
  }
}

.profile-activity-header .user-avatar {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  min-width: 40px;
  align-self: flex-start;
}
[dir=rtl] .profile-activity-header .user-avatar {
  margin-left: 10px;
  margin-right: 0;
}

.profile-activity-description {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  word-break: break-word;
  word-wrap: break-word;
  margin: 0;
  min-width: 0;
  width: 100%;
}

.profile-activity-description span:first-child {
  font-weight: 600;
  display: inline;
}

.profile-activity-contribution {
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background-color: #f7f7f7;
}
@media (min-width: 768px) {
  .profile-activity-contribution {
    margin-top: 0;
    margin-left: 50px;
  }
  [dir=rtl] .profile-activity-contribution {
    margin-left: 0;
    margin-right: 50px;
  }
}

.profile-activity-icon {
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-size: 14px 14px;
  background-repeat: no-repeat;
  background-color: rgba(255, 255, 255, 1);
  background-position: 50% 50%;
  text-align: center;
  color: #ccc;
}
[dir=rtl] .profile-activity-icon {
  right: 0;
}
@media (min-width: 768px) {
  .profile-activity-icon {
    left: -14px;
  }
  [dir=rtl] .profile-activity-icon {
    right: -14px;
  }
}

.profile-activity-icon svg {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  margin: auto;
}

/***** Search results *****/
.search-results {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 1024px) {
  .search-results {
    flex-direction: row;
  }
}
.search-results-column {
  flex: 1;
}
@media (min-width: 1024px) {
  .search-results-column {
    flex: 0 0 75%;
  }
}
.search-results-sidebar {
  border-top: 1px solid #ddd;
  flex: 1 0 auto;
  margin-bottom: 20px;
  padding: 0;
}
@media (min-width: 1024px) {
  .search-results-sidebar {
    border: 0;
    flex: 0 0 20%;
    height: auto;
  }
}
.search-results-sidebar .sidenav-item {
  border-radius: 4px;
  padding: 10px 36px;
  margin-bottom: 4px;
  color: rgba(14, 16, 18, 1);
}
.search-results-sidebar .sidenav-item:hover, .search-results-sidebar .sidenav-item.current {
  background-color: #e9ebed;
  text-decoration: none;
}
.search-results-sidebar .sidenav-subitem {
  unicode-bidi: embed;
}
.search-results-sidebar .sidenav-tag {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  flex-grow: 0;
}
.search-results-sidebar .sidenav-tag .content-tag {
  background: #E9EBED;
  border-radius: 4px;
  padding: 4px 12px;
  text-decoration: none;
}
.search-results-sidebar .sidenav-tag .content-tag .label {
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.000427656px;
  color: #49545C;
  flex-grow: 0;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .sidenav-tag .content-tag .close-icon {
  color: #555555;
  vertical-align: middle;
  display: inline-block;
}
.search-results-sidebar .collapsible-sidebar {
  margin-bottom: 30px;
}
.search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
  display: none;
}
@media (min-width: 1024px) {
  .search-results-sidebar .collapsible-sidebar[aria-expanded=false] .multibrand-filter-list {
    display: block;
  }
}
.search-results-sidebar .multibrand-filter-list--collapsed li:nth-child(1n+6) {
  display: none;
}
.search-results-sidebar .multibrand-filter-list .doc-count {
  color: #666;
}
.search-results-sidebar .see-all-filters {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 10px;
  color: rgba(0, 122, 252, 1);
}
.search-results-sidebar .see-all-filters[aria-hidden=true] {
  display: none;
}
.search-results-sidebar .see-all-filters:hover {
  text-decoration: underline;
}
.search-results-sidebar .see-all-filters::after {
  content: " ⌄";
  font-weight: bold;
}
.search-results-subheading {
  font-size: 18px;
  font-weight: 600;
}
.search-results-list {
  margin-bottom: 25px;
}
.search-results-list > li {
  padding: 20px 0;
}
.search-results-list > li:first-child {
  border-top: 1px solid #ddd;
}
.search-results .no-results {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 4rem;
}
.search-results .no-results .headline {
  color: #2F3941;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -0.45px;
}
.search-results .no-results .action-prompt {
  color: #68737D;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.154px;
}
.search-results .no-results .action-prompt a {
  color: rgba(0, 122, 252, 1);
}
.search-results .no-results .action-prompt a:visited {
  color: rgba(0, 122, 252, 1);
}

.search-result-title-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.search-result-title {
  font-size: 16px;
  margin-bottom: 0;
}
.search-result-votes, .search-result-meta-count {
  color: #3b434b;
  font-size: 13px;
}
.search-result-votes-icon, .search-result-meta-count-icon {
  color: rgba(0, 122, 252, 1);
  vertical-align: middle;
  width: 13px;
  height: 13px;
}
[dir=ltr] .search-result-votes, [dir=ltr] .search-result-meta-count {
  margin-left: 20px;
}
[dir=rtl] .search-result-votes, [dir=rtl] .search-result-meta-count {
  margin-right: 20px;
}
.search-result-meta-container {
  color: #666;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .search-result-meta-container {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 1024px) {
  .search-result-meta-container nav {
    flex: 1;
  }
}
@media (min-width: 1024px) {
  [dir=ltr] .search-result-meta-container .meta-data {
    margin-left: 20px;
  }
}
@media (min-width: 1024px) {
  [dir=rtl] .search-result-meta-container .meta-data {
    margin-right: 20px;
  }
}
.search-result-meta-container .meta-data::after {
  content: none;
}
.search-result-breadcrumbs {
  margin: 0;
}
.search-result-description {
  margin-top: 10px;
  margin-bottom: 0;
  word-break: break-word;
}

/* By default use bold instead of italic to highlight */
.search-results-description em {
  font-style: normal;
  font-weight: bold;
}

/* Add a yellow background for Chinese */
html[lang|=zh] .search-results-description em {
  font-style: normal;
  background: yellow;
}

/***** Notifications *****/
.notification {
  border: 1px solid;
  display: table;
  font-family: inherit;
  font-size: 12px;
  padding: 13px 15px;
  transition: height 0.2s;
  width: 100%;
  color: #555;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 980px;
}

.notification-icon, .notification-inline.notification-error::before, .notification-text, .notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  padding: 0 15px;
  width: 100%;
}

.notification + .notification {
  margin-bottom: -1px;
  position: relative;
  top: -1px;
}

/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon::before, .notification-error .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}

/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon::before, .notification-notice .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}

/* Alert / Lock */
.notification-alert {
  color: #ad5e18;
  background: #fff8ed;
  border-color: #fcdba9;
}

.notification-alert .notification-icon::before, .notification-alert .notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon::before, .notification-inline.notification-error::before {
  background-size: cover;
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: middle;
}

/* Dismiss button */
.notification-dismiss, a.notification-dismiss {
  color: #555;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
  text-decoration: none !important;
}

.notification-dismiss:hover {
  opacity: 1;
}

/* Inline notifications */
.notification-inline {
  border-radius: 4px;
  line-height: 14px;
  margin-top: 5px;
  padding: 5px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
[dir=rtl] .notification-inline {
  text-align: right;
}
.notification-inline[aria-hidden=true] {
  display: none;
}
.notification-inline.notification-error::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
  margin: -2px 5px 0 0;
}
[dir=rtl] .notification-inline.notification-error::before {
  margin: 0 0 0 5px;
}
.notification-inline.notification-error {
  background-color: #fff0f1;
  border: 1px solid #e35b66;
  color: #cc3340;
}
.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

.notification-left-aligned {
  text-align: left;
  padding-left: 0;
}

html[dir=rtl] .notification-left-aligned {
  text-align: right;
  padding-left: auto;
  padding-right: 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-toggle {
  cursor: pointer;
  background: none;
  border: 0;
  display: inline-block;
  padding: 0;
  text-align: initial;
  vertical-align: middle;
}
.dropdown-toggle:hover {
  text-decoration: none;
}
.dropdown-toggle > * {
  display: inline-block;
}
.dropdown-toggle[aria-expanded=true] + .dropdown-menu {
  display: block;
}

.dropdown-menu {
  background: #fff;
  border: 1px solid #d8dcde;
  border-radius: 3px;
  box-shadow: 0px 20px 30px 0px rgba(23, 73, 77, 0.15);
  display: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  left: 0;
  margin-top: 1px;
  min-width: 170px;
  padding: 10px 0;
  position: absolute;
  text-align: left;
  z-index: 1000;
}
[dir=rtl] .dropdown-menu {
  text-align: right;
}
.dropdown-menu [role=separator] {
  border-bottom: 1px solid #e9ebed;
  margin: 4px 0;
}
.dropdown-menu [role=menuitem],
.dropdown-menu [role=menuitemradio] {
  color: #2f3941;
  cursor: pointer;
  display: block;
  padding: 7px 40px 7px 20px;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
  text-align: start;
  line-height: inherit;
  width: 100%;
}
[dir=rtl] .dropdown-menu [role=menuitem],
[dir=rtl] .dropdown-menu [role=menuitemradio] {
  padding: 7px 20px 7px 40px;
}
.dropdown-menu [role=menuitem]:hover, .dropdown-menu [role=menuitem]:focus,
.dropdown-menu [role=menuitemradio]:hover,
.dropdown-menu [role=menuitemradio]:focus {
  background: rgba(31, 115, 183, 0.08);
  text-decoration: none;
  color: #2f3941;
}
.dropdown-menu [role=menuitem][aria-selected=true], .dropdown-menu [role=menuitem][aria-checked=true],
.dropdown-menu [role=menuitemradio][aria-selected=true],
.dropdown-menu [role=menuitemradio][aria-checked=true] {
  cursor: default;
}
.dropdown-menu [role=menuitem][aria-selected=true]::after, .dropdown-menu [role=menuitem][aria-checked=true]::after,
.dropdown-menu [role=menuitemradio][aria-selected=true]::after,
.dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='currentColor' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M1 7l3 3 7-7'%3E%3C/path%3E%3C/svg%3E");
  display: inline-block;
  height: 12px;
  margin-left: 10px;
  width: 12px;
}
[dir=rtl] .dropdown-menu [role=menuitem][aria-selected=true]::after, [dir=rtl] .dropdown-menu [role=menuitem][aria-checked=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-selected=true]::after,
[dir=rtl] .dropdown-menu [role=menuitemradio][aria-checked=true]::after {
  margin-left: 0;
  margin-right: 10px;
  float: left;
}
.dropdown-menu [role=menuitem][hidden], .dropdown-menu [role=menuitem][aria-hidden=true],
.dropdown-menu [role=menuitemradio][hidden],
.dropdown-menu [role=menuitemradio][aria-hidden=true] {
  display: none !important;
}

.dropdown-menu-end {
  left: auto;
  right: 0;
}

.dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir=rtl] .dropdown-menu {
  left: auto;
  right: 0;
  text-align: right;
}
[dir=rtl] .dropdown-menu-end {
  left: 0;
  right: auto;
}

.dropdown-chevron-icon {
  vertical-align: middle;
}

.content-tags > p {
  color: #68737D;
  margin-top: 32px;
  margin-bottom: 4px;
}
.content-tags-add-hint {
  color: #68737D;
  font-size: 14px;
}

.content-tag-list {
  display: flex;
  flex-wrap: wrap;
  word-break: break-word;
}
.content-tag-list li {
  border-right: 1px solid #C2C8CC;
  margin-bottom: 4px;
}
[dir=ltr] .content-tag-list li {
  padding-right: 8px;
  margin-right: 8px;
}
[dir=rtl] .content-tag-list li {
  padding-left: 8px;
  margin-left: 8px;
}
.content-tag-list li:last-child {
  border: none;
}

/***** WYSIWYG Editor *****/
#hc-wysiwyg {
  border: 1px solid #87929D;
}

/***** Upload Dropzone *****/
.upload-dropzone {
  border: 1px solid #87929D;
}

/***** Summary component *****/
zd-summary-block {
  background: #f3f6f6;
}
[dir=ltr] zd-summary-block {
  border-left-color: #859fa1;
}
[dir=rtl] zd-summary-block {
  border-right-color: #859fa1;
}

.service-catalog-description {
  display: flow-root;
}
.service-catalog-description a {
  color: rgba(0, 122, 252, 1);
  text-decoration: underline;
}
.service-catalog-description a:visited {
  color: rgba(0, 122, 252, 1);
}
.service-catalog-description a:hover, .service-catalog-description a:active, .service-catalog-description a:focus {
  color: rgba(0, 122, 252, 1);
}
.service-catalog-description img {
  height: auto;
  max-width: 100%;
}
.service-catalog-description p > img.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description p > img.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description p > img.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description p > img.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figure.image {
  display: table;
  margin: 0 auto;
}
.service-catalog-description figure.image > img {
  display: block;
  width: 100%;
}
.service-catalog-description figure.image.image-style-align-left {
  float: left;
  margin: 8px 20px 6px 0;
}
.service-catalog-description figure.image.image-style-align-right {
  float: right;
  margin: 8px 0px 6px 20px;
}
.service-catalog-description figure.image.image-style-block-align-right {
  margin-left: auto;
  margin-right: 0;
}
.service-catalog-description figure.image.image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}
.service-catalog-description figcaption {
  padding: 10px 0;
  font-size: 12px;
  text-align: center;
  background-color: #f2f2f2;
}
.service-catalog-description ul,
.service-catalog-description ol {
  padding-left: 20px;
  list-style-position: outside;
  margin: 20px 0 20px 20px;
}
[dir=rtl] .service-catalog-description ul,
[dir=rtl] .service-catalog-description ol {
  padding-right: 20px;
  padding-left: 0;
  margin-left: 0;
  margin-right: 20px;
}
.service-catalog-description ul > ul,
.service-catalog-description ol > ol,
.service-catalog-description ol > ul,
.service-catalog-description ul > ol,
.service-catalog-description li > ul,
.service-catalog-description li > ol {
  margin: 0;
}
.service-catalog-description ul {
  list-style-type: disc;
}
.service-catalog-description :not(pre) > code {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 0 5px;
  margin: 0 2px;
}
.service-catalog-description pre {
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 3px;
  padding: 10px 15px;
  overflow: auto;
  white-space: pre;
}
.service-catalog-description blockquote {
  border-left: 1px solid #ddd;
  color: #3b434b;
  font-style: italic;
  padding: 0 15px;
}

/* Site header: remove inherited underline on hover/focus from links and the
   user-info dropdown toggle (Support Center / Support / Mapbox logos / etc.) */
.main-header a,
.main-header a:hover,
.main-header a:focus,
.main-header a:active,
.main-header .dropdown-toggle,
.main-header .dropdown-toggle:hover,
.main-header .dropdown-toggle:focus,
.main-header .dropdown-toggle:active {
  text-decoration: none;
}

/* Card / pill buttons (e.g. "New Account & Billing Ticket", "New Technical
   Support Ticket", "View Tickets" on the home page) inherit underline from
   the global `a:hover { text-decoration: underline }`. Suppress it for any
   link rendered as a `.btn`. */
a.btn,
a.btn:hover,
a.btn:focus,
a.btn:active,
.card-button a,
.card-button a:hover,
.card-button a:focus,
.card-button a:active {
  text-decoration: none;
}

/* Filter tabs */
.requests-filter-tabs {
  display: flex;
  gap: 0;
  margin-bottom: 12px;
  margin-top: 0;
  border-bottom: 1px solid #e3e5e7;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* Desktop: keep tabs inline and visible */
@media (min-width: 769px) {
  .requests-filter-tabs .filter-tabs-dropdown {
    display: flex;
    align-items: flex-end;
    gap: 32px;
    background: transparent;
    border: 0;
    box-shadow: none;
    height: auto;
    max-height: none;
    overflow: visible;
  }
  .filter-tab {
    display: inline-block !important;
    width: auto !important;
    padding: 12px 16px !important;
    margin: 0 !important;
    border: 0 !important;
    background: transparent !important;
    visibility: visible !important;
    height: auto !important;
    border-bottom: 2px solid transparent;
    color: #2f3941;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 transparent;
    /* Required so the ::before pill sits behind the label text but above the
       toolbar background. `isolation` creates a new stacking context, which
       lets `z-index: -1` on ::before stay scoped to this element. */
    position: relative;
    isolation: isolate;
  }
  /* Compact "pill" hover background — sits inside the tab's padding area
     instead of filling the whole click target. */
  .filter-tab::before {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 6px; /* leave the bottom border / active underline area free */
    left: 6px;
    right: 6px;
    border-radius: 6px;
    background-color: transparent;
    transition: background-color 0.15s ease;
    pointer-events: none;
    z-index: -1;
  }
  .filter-tab.active::after {
    content: none;
  }
  .filter-tab.active {
    color: #1f73b7;
    border-bottom-color: transparent; /* use shadow for consistent overlay */
    box-shadow: inset 0 -2px 0 0 #1f73b7;
    font-weight: 500;
  }
  .filter-tab:hover,
  .filter-tab:focus,
  .filter-tab:active {
    background-color: transparent !important;
    text-decoration: none;
    box-shadow: inset 0 -2px 0 0 transparent;
  }
  .filter-tab:hover::before,
  .filter-tab:focus::before {
    background-color: #f1f3f4;
  }
  /* Keep the active underline visible even when the active tab is hovered */
  .filter-tab.active:hover,
  .filter-tab.active:focus {
    box-shadow: inset 0 -2px 0 0 #1f73b7;
  }
}
@media (max-width: 768px) {
  .requests-filter-tabs {
    margin: 0 0 12px 0;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .filter-tabs-dropdown {
    overflow: hidden;
    max-height: 50px;
    height: 50px;
    background: white;
    border-radius: 0;
    position: relative;
    z-index: 998;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .filter-tabs-dropdown .filter-tab {
    width: 100%;
    padding: 14px 16px;
    border-bottom: 1px solid #f1f3f4;
    color: #495057;
    font-size: 14px;
    cursor: pointer;
    position: relative;
    white-space: nowrap;
    display: block;
    text-decoration: none;
    border-radius: 0;
    background: transparent;
    border: none;
    margin: 0;
    flex-shrink: 0;
  }
  .filter-tabs-dropdown .filter-tab:last-child {
    border-bottom: none;
  }
  .filter-tabs-dropdown .filter-tab.active {
    color: #007afc;
    display: block !important;
  }
  .filter-tabs-dropdown .filter-tab.active::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%23007afc" d="M12.688 5.61a.5.5 0 01.69.718l-.066.062-5 4a.5.5 0 01-.542.054l-.082-.054-5-4a.5.5 0 01.55-.83l.074.05L8 9.359l4.688-3.75z"></path></svg>');
    margin-left: 1vh;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }
  .filter-tabs-dropdown[aria-expanded=true] .filter-tab.active::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .filter-tabs-dropdown .filter-tab:not(.active):hover {
    background-color: #f1f3f4;
    color: #007afc;
  }
  /* Hide inactive filter tabs when collapsed */
  .filter-tabs-dropdown:not([aria-expanded=true]) .filter-tab:not(.active) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  /* Overlay effect when expanded */
  .filter-tabs-dropdown[aria-expanded=true] {
    top: 0;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e3e5e7;
    border-top: 2px solid #1f73b7;
    border-radius: 0;
    box-shadow: none;
    z-index: 1002;
    height: auto !important;
    max-height: 300px;
  }
  /* Show all filter tabs when expanded */
  .filter-tabs-dropdown[aria-expanded=true] .filter-tab {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding: 14px 16px !important;
    margin: 0 !important;
    border-bottom: 1px solid #f1f3f4 !important;
  }
  .filter-tabs-dropdown[aria-expanded=true] .filter-tab:last-child {
    border-bottom: none !important;
  }
}
.filter-tab {
  padding: 12px 16px;
  text-decoration: none;
  color: #68737d;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  flex-shrink: 0;
}
.filter-tab:hover, .filter-tab:focus, .filter-tab:active {
  text-decoration: none;
}

@media (max-width: 640px) {
  .filter-tab {
    padding: 10px 12px;
    font-size: 14px;
    min-width: fit-content;
  }
}
.filter-tab.active {
  color: #1f73b7;
  border-bottom-color: #1f73b7;
  font-weight: 500;
}

/* Search bar */
.requests-search-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  background-color: #f8f9fa;
  border: 1px solid #e3e5e7;
  border-radius: 8px;
  margin-bottom: 20px;
}

.search-input-container {
  flex: 1;
  max-width: 500px;
}

.search-input {
  width: 100%;
  padding: 8px 12px;
  border: 1px solid #d8dcde;
  border-radius: 4px;
  font-size: 14px;
}

.status-filter-container {
  display: flex;
  align-items: center;
  gap: 8px;
}

.status-filter-container label {
  font-size: 14px;
  color: #68737d;
}

.status-select {
  padding: 6px 8px;
  border: 1px solid #d8dcde;
  border-radius: 4px;
  font-size: 14px;
}

/* Requests list header */
.requests-list-header {
  display: grid;
  grid-template-columns: 1fr 100px 150px 150px 160px;
  gap: 16px;
  padding: 12px 16px;
  background-color: #f8f9fa;
  border-bottom: 1px solid #e3e5e7;
  font-weight: 500;
  font-size: 14px;
  color: #68737d;
  max-width: none;
  width: 100%;
  margin: 0 auto;
}

.header-column a {
  color: inherit;
  text-decoration: none;
}

.header-column a:hover {
  color: #1f73b7;
}

/* Sortable column headers (rendered as <button>). Each button must fill its
   grid cell so the entire header area is clickable, not just the text. */
.requests-list-header .header-column.sortable {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
  width: 100%;
  height: 100%;
  padding: 0 4px;
  margin: 0;
  border: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  user-select: none;
  border-radius: 4px;
  transition: color 0.15s ease, background-color 0.15s ease;
}
.requests-list-header .header-column.sortable .header-label {
  line-height: 1.2;
}
.requests-list-header .header-column.sortable .header-sort-arrow {
  display: inline-block;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  opacity: 0.35;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  /* Default: up/down chevrons stack (neutral indicator) */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'><path fill='%2368737d' d='M5 1L8 4H2zM5 9L2 6H8z'/></svg>");
  transition: transform 0.15s ease, opacity 0.15s ease;
}
.requests-list-header .header-column.sortable:hover {
  color: #1f73b7;
  background-color: rgba(31, 115, 183, 0.06);
}
.requests-list-header .header-column.sortable:hover .header-sort-arrow {
  opacity: 0.7;
}
.requests-list-header .header-column.sortable:focus-visible {
  outline: 2px solid #1f73b7;
  outline-offset: 2px;
}
.requests-list-header .header-column.sortable[aria-sort=ascending], .requests-list-header .header-column.sortable[aria-sort=descending] {
  color: #1f73b7;
}
.requests-list-header .header-column.sortable[aria-sort=ascending] .header-sort-arrow, .requests-list-header .header-column.sortable[aria-sort=descending] .header-sort-arrow {
  opacity: 1;
  /* Single chevron, blue */
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 10 10'><path fill='%231f73b7' d='M5 2.5L8.5 7H1.5z'/></svg>");
}
.requests-list-header .header-column.sortable[aria-sort=descending] .header-sort-arrow {
  transform: rotate(180deg);
}

/* Requests list */
.requests-list {
  background-color: white;
  border: 1px solid #e3e5e7;
  border-radius: 0 0 8px 8px;
  max-width: none;
  width: 100%;
  margin: 0 auto;
  transition: opacity 0.15s ease;
}

@media (max-width: 768px) {
  .requests-list {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    margin: 16px 0 0 0;
  }
}
.request-item {
  display: grid;
  grid-template-columns: 1fr 100px 150px 150px 160px;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid #f1f3f4;
  transition: background-color 0.2s ease;
}

.request-item:last-child {
  border-bottom: none;
}

.request-item:hover {
  background-color: #f8f9fa;
}

.request-item.request-closed {
  opacity: 0.7;
}

/* Request columns */
.request-column {
  display: flex;
  align-items: center;
  min-width: 0;
}

.subject-column {
  overflow: hidden;
}

.request-subject {
  color: #1f73b7;
  text-decoration: none;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}

.request-subject:hover {
  text-decoration: underline;
}

.request-id {
  color: #68737d;
  font-size: 14px;
}

.request-date,
.request-requester,
.request-activity {
  color: #68737d;
  font-size: 14px;
}

.status-label {
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-transform: lowercase;
}

/* Keep long status badges within the status column */
.status-column {
  overflow: hidden;
}

.status-column .status-label {
  display: inline-block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.status-label-open {
  background-color: #d73502;
  color: white;
}

.status-label-solved {
  background-color: #68737d;
  color: white;
}

.status-label-pending {
  background-color: #f79a3e;
  color: white;
}

.status-label-new {
  background-color: #1f73b7;
  color: white;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .requests-list-header {
    display: none;
  }
  .request-item {
    display: block;
    padding: 16px;
    border-radius: 8px;
    margin-bottom: 12px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border: 1px solid #e3e5e7;
  }
  .request-item:hover {
    background-color: #f8f9fa;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12);
  }
  .request-item:last-child {
    margin-bottom: 0;
  }
  .request-column {
    display: block;
    margin-bottom: 8px;
  }
  .request-column:last-child {
    margin-bottom: 0;
  }
  .subject-column {
    margin-bottom: 12px;
  }
  .subject-column .request-subject {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    display: block;
    margin-bottom: 8px;
  }
  .id-column,
  .requester-column,
  .activity-column,
  .status-column {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    color: #68737d;
    padding: 4px 0;
  }
  .id-column::before {
    content: attr(data-label);
    font-weight: 500;
    color: #333;
  }
  .requester-column::before {
    content: attr(data-label);
    font-weight: 500;
    color: #333;
  }
  .activity-column::before {
    content: attr(data-label);
    font-weight: 500;
    color: #333;
  }
  .status-column {
    justify-content: flex-start;
    margin-top: 8px;
  }
  .status-column .status-label {
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 12px;
  }
  /* Better spacing for mobile container */
  .container {
    padding: 0 16px;
  }
  /* Improve no activities message */
  .no-activities {
    text-align: center;
    padding: 48px 20px;
    color: #6b7280;
    font-size: 15px;
    background-color: #f9fafb;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    margin-top: 16px;
  }
  /* Better pagination on mobile */
  .pagination {
    margin: 24px 0;
    padding: 0 16px;
  }
  .mb-logo {
    width: 30px !important;
  }
  /* Mobile sub-navigation dropdown */
  .my-activities-sub-nav.collapsible-nav {
    overflow: hidden;
    max-height: 50px;
    height: 50px;
    background: white;
    border: 1px solid #e3e5e7;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 999;
  }
  .my-activities-sub-nav.collapsible-nav[aria-expanded=true] {
    overflow: visible;
    max-height: 200px;
    height: 50px;
    background: white;
    border: 1px solid #e3e5e7;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1000;
    position: relative;
  }
  .my-activities-sub-nav.collapsible-nav[aria-expanded=true] .collapsible-nav-list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #e3e5e7;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 1001;
  }
  .my-activities-sub-nav .collapsible-nav-list {
    display: flex !important;
    flex-direction: column !important;
    padding: 0;
    margin: 0;
  }
  .my-activities-sub-nav .collapsible-nav-list li {
    width: 100%;
    border-bottom: 1px solid #f1f3f4;
    color: #495057;
    font-size: 14px;
    cursor: pointer;
    position: relative;
  }
  .my-activities-sub-nav .collapsible-nav-list li:last-child {
    border-bottom: none;
  }
  .my-activities-sub-nav .collapsible-nav-list li[aria-selected=true] {
    background-color: #f8f9fa;
    color: #007afc;
    font-weight: 600;
  }
  .my-activities-sub-nav .collapsible-nav-list li[aria-selected=true]::after {
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16"><path fill="%23007afc" d="M12.688 5.61a.5.5 0 01.69.718l-.066.062-5 4a.5.5 0 01-.542.054l-.082-.054-5-4a.5.5 0 01.55-.83l.074.05L8 9.359l4.688-3.75z"></path></svg>');
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
  }
  .my-activities-sub-nav.collapsible-nav[aria-expanded=true] li[aria-selected=true]::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .my-activities-sub-nav .collapsible-nav-list li a {
    display: block;
    padding: 0;
    color: inherit;
    text-decoration: none;
    width: 100%;
  }
  .my-activities-sub-nav .collapsible-nav-list li:not([aria-selected=true]):hover {
    background-color: #f1f3f4;
    color: #007afc;
  }
  /* Hide sub-nav items when collapsed */
  .my-activities-sub-nav.collapsible-nav:not([aria-expanded=true]) li:not([aria-selected=true]) {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
  }
  .my-activities-sub-nav.collapsible-nav:not([aria-expanded=true]) li[aria-selected=true] {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    opacity: 1 !important;
  }
  /* Show all sub-nav items when expanded */
  .my-activities-sub-nav.collapsible-nav[aria-expanded=true] li {
    display: block !important;
    visibility: visible !important;
    height: auto !important;
    padding: 12px 16px !important;
    margin: 0 !important;
    border-bottom: 1px solid #f1f3f4 !important;
  }
  .my-activities-sub-nav.collapsible-nav[aria-expanded=true] li:last-child {
    border-bottom: none !important;
  }
}
/* Header styling */
.my-activities-header {
  background: transparent;
  border-radius: 0;
  padding: 16px 0;
  margin-bottom: 20px;
  box-shadow: none;
  border: none;
  text-align: left;
}

.my-activities-header h1 {
  font-size: 24px;
  font-weight: 600;
  color: #495057;
  margin-bottom: 12px;
  text-align: left;
}

/* Sub navigation improvements */
.my-activities-sub-nav {
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
  border: none;
  margin-bottom: 16px;
}

.my-activities-sub-nav .collapsible-nav-list {
  justify-content: flex-start;
  gap: 0;
  border-bottom: 1px solid #e3e5e7;
}

.my-activities-sub-nav .collapsible-nav-list li {
  margin: 0;
  border-radius: 0;
  overflow: hidden;
}

.my-activities-sub-nav .collapsible-nav-list li[aria-selected=true] {
  background: transparent;
  color: #007afc;
  border-bottom: 2px solid #007afc;
  font-weight: 600;
  padding-left: 10px;
}

.my-activities-sub-nav .collapsible-nav-list li a {
  padding: 12px 16px;
  color: #68737d;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
  border-radius: 0;
}

.my-activities-sub-nav .collapsible-nav-list li a:hover {
  background-color: #f8f9fa;
  color: #007afc;
}

/* Modern contributions table */
.contributions-table {
  background: white;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  border: 1px solid #e3e5e7;
  margin-bottom: 24px;
}

.contributions-table thead {
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.contributions-table thead th {
  padding: 16px 20px;
  font-weight: 600;
  color: #495057;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #dee2e6;
}

.contributions-table tbody td {
  padding: 16px 20px;
  border-bottom: 1px solid #f1f3f4;
  color: #495057;
  vertical-align: middle;
}

.contributions-table tbody tr:hover {
  background-color: #f8f9fa;
  transition: background-color 0.2s ease;
}

.contributions-table tbody tr:last-child td {
  border-bottom: none;
}

/* Title links styling */
.contributions-table .striped-list-title {
  color: #007afc;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease;
}

.contributions-table .striped-list-title:hover {
  color: #0056b3;
  text-decoration: underline;
}

/* Empty state styling */
.no-activities {
  background: #f9fafb;
  border-radius: 8px;
  padding: 60px 24px;
  text-align: center;
  color: #6b7280;
  font-size: 15px;
  border: 1px solid #e5e7eb;
  margin: 24px 0;
}

.no-activities::before {
  display: block;
  font-size: 64px;
  margin-bottom: 20px;
  opacity: 0.3;
  color: #9ca3af;
  line-height: 1;
}

/* Mobile responsive for contributions */
@media (max-width: 768px) {
  .my-activities-header {
    padding: 12px 0;
    margin: 0 0 16px 0;
    border-radius: 0;
  }
  .my-activities-header h1 {
    font-size: 20px;
    margin-bottom: 8px;
    padding-left: 0;
  }
  .my-activities-sub-nav {
    margin: 0;
  }
  .contributions-table {
    margin: 0 -16px 20px -16px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .contributions-table thead {
    display: none;
  }
  .contributions-table tbody td {
    display: block;
    padding: 8px 16px;
    border-bottom: 1px solid #f1f3f4;
  }
  .contributions-table tbody td:first-child {
    padding-top: 16px;
    font-weight: 600;
    font-size: 16px;
  }
  .contributions-table tbody td:last-child {
    padding-bottom: 16px;
    border-bottom: 2px solid #e9ecef;
  }
  .contributions-table tbody tr {
    border-bottom: 8px solid #f8f9fa;
  }
  .no-activities {
    margin: 0 -16px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
}
.requests-table-toolbar {
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-bottom: 2vh;
}
@media (min-width: 768px) {
  .requests-table-toolbar {
    flex-direction: row;
  }
}
.requests-table-toolbar .search {
  flex: 1;
  width: 100%;
  position: relative;
}
.requests-table-toolbar .search .search-icon {
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #68737d;
  pointer-events: none;
  z-index: 1;
}
.requests-table-toolbar .search .requests-search {
  padding-left: 36px;
}
.requests-table-toolbar .request-table-filter {
  width: 100%;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-table-filter {
    width: auto;
  }
}
.requests-table-toolbar .request-filter {
  display: block;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter {
    margin: 0 0 0 30px;
  }
  [dir=rtl] .requests-table-toolbar .request-filter {
    margin: 0 30px 0 0;
  }
}
.requests-table-toolbar .request-filter-label {
  font-size: 13px;
  margin-top: 12px;
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .request-filter-label {
    margin-top: 0;
    margin-bottom: 4px;
  }
}
.requests-table-toolbar select {
  max-height: 36px;
  margin-bottom: 12px;
  width: 100%;
  padding: 6px 12px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .requests-table-toolbar select {
    margin-bottom: 0;
    max-width: 300px;
    width: auto;
  }
}
.requests-table-toolbar .organization-subscribe,
.requests-table-toolbar .organization-unsubscribe {
  line-height: 40px;
  max-height: 40px;
  padding: 0 20px;
}
@media (min-width: 768px) {
  .requests-table-toolbar .organization-subscribe,
  .requests-table-toolbar .organization-unsubscribe {
    margin-left: 10px;
  }
  [dir=rtl] .requests-table-toolbar .organization-subscribe,
  [dir=rtl] .requests-table-toolbar .organization-unsubscribe {
    margin: 0 10px 0 0;
  }
}
.requests-table-toolbar .organization-unsubscribe {
  background-color: rgba(0, 122, 252, 1);
  color: rgba(255, 255, 255, 1);
}
.requests-table-toolbar .requests-create-request {
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  margin-bottom: 30px;
  width: 100%;
  text-align: center;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .requests-table-toolbar .requests-create-request {
    margin: 0 0 0 15px;
    width: auto;
    margin-bottom: 0;
  }
}
.requests-table-toolbar .requests-create-request:hover {
  background-color: #0056b3;
  text-decoration: none;
  color: white;
}
[dir=rtl] .requests-table-toolbar .requests-create-request {
  margin: 0 15px 0 0;
}

.requests-toolbar-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.requests-toolbar-row .requests-table-toolbar {
  flex: 1 1 auto;
}
.requests-toolbar-row .organization-subscribe {
  flex: 0 0 auto;
  margin: 0;
}
.requests-toolbar-row .organization-subscribe button,
.requests-toolbar-row .organization-unsubscribe button,
.requests-toolbar-row .organization-subscribe a,
.requests-toolbar-row .organization-unsubscribe a {
  background-color: #007bff;
  color: #fff;
  border: none;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.2s ease;
  white-space: nowrap;
  line-height: 1.4;
}
.requests-toolbar-row .organization-subscribe button:hover,
.requests-toolbar-row .organization-unsubscribe button:hover,
.requests-toolbar-row .organization-subscribe a:hover,
.requests-toolbar-row .organization-unsubscribe a:hover {
  background-color: #0056b3;
  text-decoration: none;
}

@media (max-width: 640px) {
  .requests-toolbar-row {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
    padding: 0 4px;
  }
}
@media (max-width: 480px) {
  .requests-toolbar-row {
    gap: 6px;
    padding: 0 8px;
  }
  .requests-toolbar-row .requests-table-toolbar {
    display: grid;
    grid-template-columns: 1fr;
    gap: 6px;
  }
  .requests-toolbar-row .organization-subscribe {
    width: 100%;
  }
  .requests-toolbar-row .organization-subscribe button,
  .requests-toolbar-row .organization-unsubscribe button,
  .requests-toolbar-row .organization-subscribe a,
  .requests-toolbar-row .organization-unsubscribe a {
    width: 100%;
    text-align: center;
  }
  .requests-table-toolbar .search,
  .requests-table-toolbar .request-table-filter {
    width: 100%;
  }
  .requests-table-toolbar select {
    max-width: none;
    width: 100%;
    margin-bottom: 8px;
    max-height: 32px;
    padding: 4px 8px;
  }
  .requests-table-toolbar .request-filter-label {
    margin-top: 8px;
    margin-bottom: 2px;
    font-size: 12px;
  }
  .requests-table-toolbar .requests-create-request {
    width: 100%;
    margin: 4px 0 0 0;
    text-align: center;
  }
}
.visibility-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.filter-toggle-btn {
  display: flex;
  align-items: center;
  gap: 8px;
  background: #f8f9fa;
  border: 1px solid #d1d5da;
  border-radius: 6px;
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  color: #24292e;
  transition: all 0.2s ease;
  white-space: nowrap;
  margin-bottom: 30px;
  width: 100%;
  justify-content: center;
}
@media (min-width: 768px) {
  .filter-toggle-btn {
    width: auto;
    margin: 0;
  }
}
.filter-toggle-btn:hover {
  background: #f1f3f4;
  border-color: #c1c8cd;
}
.filter-toggle-btn[aria-expanded=true] {
  background: #e3f2fd;
  border-color: #1976d2;
  color: #1976d2;
}
.filter-toggle-btn[aria-expanded=true] .chevron-icon {
  transform: rotate(180deg);
}
.filter-toggle-btn .filter-icon {
  flex-shrink: 0;
}
.filter-toggle-btn .chevron-icon {
  flex-shrink: 0;
  transition: transform 0.2s ease;
}

.advanced-filter-toolbar {
  background: white;
  border: 1px solid #e3e5e7;
  border-radius: 6px;
  margin: 24px 0;
  overflow: hidden;
  transition: all 0.2s ease;
}
.advanced-filter-toolbar .filter-toolbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  position: relative;
}
.advanced-filter-toolbar .filter-toggle-btn {
  background: none;
  border: none;
  color: #68737d;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 18px 24px;
  width: 100%;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  transition: color 0.2s ease;
  margin-bottom: 0;
}
.advanced-filter-toolbar .filter-toggle-btn:hover {
  color: rgba(14, 16, 18, 1);
}
.advanced-filter-toolbar .filter-toggle-btn .filter-icon {
  color: rgba(0, 122, 252, 1);
  width: 18px;
  height: 18px;
}
.advanced-filter-toolbar .filter-toggle-btn .chevron-icon {
  margin-left: auto;
  transition: transform 0.2s ease;
  opacity: 0.6;
}
.advanced-filter-toolbar .filter-toggle-btn[aria-expanded=true] .chevron-icon {
  transform: rotate(180deg);
}
.advanced-filter-toolbar .active-filters-count {
  position: absolute;
  right: 60px;
  top: 50%;
  transform: translateY(-50%);
}
.advanced-filter-toolbar .active-filters-count .count-badge {
  background: #0066ff;
  color: white;
  border-radius: 10px;
  padding: 4px 9px;
  font-size: 12px;
  font-weight: 600;
  min-width: 22px;
  text-align: center;
  display: inline-block;
}
.advanced-filter-toolbar .filter-toolbar-body {
  border-top: 1px solid #f0f2f3;
  padding: 16px 20px;
  background: #fafbfc;
}
.advanced-filter-toolbar .filter-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 16px;
  margin-bottom: 16px;
}
.advanced-filter-toolbar .filter-row:last-child {
  margin-bottom: 0;
  grid-template-columns: 1fr;
}
.advanced-filter-toolbar .filter-row:last-child .filter-group .filter-controls.checkbox-controls {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 12px;
}
.advanced-filter-toolbar .filter-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
  transition: all 0.2s ease;
}
.advanced-filter-toolbar .filter-label {
  font-size: 10px;
  font-weight: 600;
  color: #68737d;
  margin: 0 0 4px 0;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  font-family: inherit;
  line-height: 1.2;
}
.advanced-filter-toolbar .filter-controls {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.advanced-filter-toolbar .filter-controls.checkbox-controls {
  gap: 8px;
  padding: 0;
}
.advanced-filter-toolbar .filter-select,
.advanced-filter-toolbar .filter-input {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 8px 12px;
  font-size: 13px;
  background: white;
  transition: border-color 0.2s ease;
  font-family: inherit;
  min-height: 34px;
  box-sizing: border-box;
}
.advanced-filter-toolbar .filter-select:hover,
.advanced-filter-toolbar .filter-input:hover {
  border-color: #0066ff;
}
.advanced-filter-toolbar .filter-select:focus,
.advanced-filter-toolbar .filter-input:focus {
  outline: none;
  border-color: #0066ff;
  background: white;
}
.advanced-filter-toolbar .filter-select::placeholder,
.advanced-filter-toolbar .filter-input::placeholder {
  color: #9ca3af;
  font-size: 13px;
}
.advanced-filter-toolbar .filter-select.has-value,
.advanced-filter-toolbar .filter-input.has-value {
  border-color: #0066ff;
  background: rgba(0, 102, 255, 0.02);
}
.advanced-filter-toolbar .filter-select.has-value:focus,
.advanced-filter-toolbar .filter-input.has-value:focus {
  background: white;
}
.advanced-filter-toolbar .filter-select {
  cursor: pointer;
}
.advanced-filter-toolbar .date-range-inputs,
.advanced-filter-toolbar .id-range-inputs {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
}
.advanced-filter-toolbar .date-range-inputs .filter-input,
.advanced-filter-toolbar .id-range-inputs .filter-input {
  flex: 1;
  margin: 0;
}
.advanced-filter-toolbar .date-range-inputs .date-separator,
.advanced-filter-toolbar .date-range-inputs .range-separator,
.advanced-filter-toolbar .id-range-inputs .date-separator,
.advanced-filter-toolbar .id-range-inputs .range-separator {
  color: #68737d;
  font-weight: 500;
}
.advanced-filter-toolbar .checkbox-label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
  padding: 6px 8px;
  border-radius: 4px;
  transition: background-color 0.2s ease;
  flex: 0 0 auto;
}
.advanced-filter-toolbar .checkbox-label:hover {
  background: #f5f5f5;
}
.advanced-filter-toolbar .checkbox-label .filter-checkbox {
  width: 14px;
  height: 14px;
  margin: 0;
  cursor: pointer;
  accent-color: #0066ff;
}
.advanced-filter-toolbar .checkbox-label .checkbox-text {
  color: #3c4043;
  user-select: none;
  font-weight: 400;
  white-space: nowrap;
}
.advanced-filter-toolbar .filter-actions {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 0 0 0;
  margin-top: 12px;
  border-top: 1px solid #e8eaed;
  flex-wrap: wrap;
}
.advanced-filter-toolbar .results-count {
  margin-left: auto;
  font-size: 12px;
  color: #6b7280;
  font-weight: 400;
  padding: 6px 12px;
  background: white;
  border-radius: 4px;
  border: 1px solid #e5e7eb;
}
.advanced-filter-toolbar .results-count #results-number {
  font-weight: 600;
  color: #0066ff;
}
@media (max-width: 768px) {
  .advanced-filter-toolbar .results-count {
    margin-left: 0;
    text-align: center;
  }
}
.advanced-filter-toolbar .filter-input:focus,
.advanced-filter-toolbar .filter-select:focus {
  outline: 2px solid rgba(0, 122, 252, 1);
  outline-offset: 2px;
}
.advanced-filter-toolbar #loading-indicator {
  color: #007afc;
  font-style: italic;
  animation: filterPulse 1.5s ease-in-out infinite alternate;
}
.advanced-filter-toolbar.loading .filter-actions {
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 767px) {
  .advanced-filter-toolbar {
    margin: 12px -8px;
    border-radius: 0;
    border-left: none;
    border-right: none;
  }
  .advanced-filter-toolbar .filter-toggle-btn {
    padding: 12px 14px;
    font-size: 14px;
  }
  .advanced-filter-toolbar .active-filters-count {
    right: 14px;
  }
  .advanced-filter-toolbar .filter-toolbar-body {
    padding: 12px 14px 16px;
  }
  .advanced-filter-toolbar .filter-row {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 12px;
  }
  .advanced-filter-toolbar .filter-group {
    padding: 0;
    min-width: auto;
  }
  .advanced-filter-toolbar .filter-actions {
    padding-top: 8px;
    margin-top: 8px;
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .advanced-filter-toolbar .filter-actions .results-count {
    order: -1;
    text-align: center;
    margin-bottom: 8px;
  }
  .advanced-filter-toolbar .date-range-inputs {
    flex-direction: column;
    gap: 6px;
  }
  .advanced-filter-toolbar .date-range-inputs .date-separator {
    display: none;
  }
  .advanced-filter-toolbar .checkbox-controls {
    grid-template-columns: 1fr !important;
    gap: 8px !important;
  }
  .advanced-filter-toolbar .load-more-pages-action {
    padding: 14px 16px;
    margin: 16px 0;
  }
  .advanced-filter-toolbar .load-more-content {
    flex-direction: column;
    gap: 12px;
  }
  .advanced-filter-toolbar .load-more-pages-btn {
    width: 100%;
    justify-content: center;
  }
}

.checkbox-controls {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (min-width: 768px) {
  .checkbox-controls {
    gap: 8px;
  }
}

.checkbox-label {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  border: 1px solid #e1e5e9;
  background-color: #ffffff;
  position: relative;
  font-size: 14px;
}
.checkbox-label:hover {
  background-color: #f8f9fa;
  border-color: #dee2e6;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.checkbox-label.active-checkbox {
  background: linear-gradient(135deg, #e3f2fd 0%, #f0f8ff 100%);
  border-color: #007bff;
  color: #007bff;
  font-weight: 500;
  transform: translateY(-2px);
}
.checkbox-label.active-checkbox .checkbox-text {
  font-weight: 500;
}
@media (max-width: 768px) {
  .checkbox-label {
    padding: 12px 16px;
    font-size: 15px;
  }
}

.filter-checkbox {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.filter-checkbox:checked + .checkbox-custom {
  border-color: #0066ff;
  background-color: #0066ff;
}
.filter-checkbox:checked + .checkbox-custom::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.filter-checkbox:focus + .checkbox-custom {
  outline: none;
  border-color: #0066ff;
}
.filter-checkbox:disabled + .checkbox-custom {
  border-color: #e5e7eb;
  background-color: #f8f9fa;
  cursor: not-allowed;
  opacity: 0.6;
}

.checkbox-custom {
  width: 18px;
  height: 18px;
  margin-right: 12px;
  cursor: pointer;
  flex-shrink: 0;
  position: relative;
  border: 2px solid #d1d5db;
  border-radius: 3px;
  background-color: #ffffff;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.checkbox-custom:hover {
  border-color: #0066ff;
}
@media (max-width: 768px) {
  .checkbox-custom {
    width: 20px;
    height: 20px;
  }
}

.checkbox-text {
  font-size: 14px;
  line-height: 1.4;
  user-select: none;
  cursor: pointer;
  flex: 1;
}
@media (max-width: 768px) {
  .checkbox-text {
    font-size: 15px;
    line-height: 1.3;
  }
}

.no-results-message {
  text-align: center;
  padding: 60px 24px;
  color: #6b7280;
  font-size: 15px;
  background: #f9fafb;
  border-radius: 8px;
  margin: 24px 0;
  border: 1px solid #e5e7eb;
}
.no-results-message .no-results-icon {
  font-size: 64px;
  margin-bottom: 20px;
  opacity: 0.3;
  color: #9ca3af;
  display: block;
  line-height: 1;
}
.no-results-message .no-results-text {
  margin-bottom: 12px;
  font-weight: 600;
  font-size: 18px;
  color: #374151;
  line-height: 1.4;
}
.no-results-message .no-results-suggestion {
  font-size: 14px;
  color: #6b7280;
  line-height: 1.6;
  max-width: 400px;
  margin: 0 auto;
}

.filtering-spinner .spinner-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}
.filtering-spinner .spinner-text {
  font-size: 13px;
  font-weight: 600;
  color: #0066ff;
  letter-spacing: 0.02em;
}

.loading-progress-container {
  background: linear-gradient(135deg, #f0f9ff 0%, #e0f2fe 100%);
  border: 1px solid #bae6fd;
  border-radius: 10px;
  padding: 24px 32px;
  margin: 24px auto;
  max-width: 900px;
  animation: filterSlideIn 0.3s ease-out;
  box-shadow: 0 2px 8px rgba(56, 189, 248, 0.1);
}

.loading-progress-content {
  margin-bottom: 2vh;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}

.loading-progress-icon {
  color: #0284c7;
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.loading-progress-text {
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
  min-width: 0;
}

.progress-label {
  font-size: 14px;
  font-weight: 600;
  color: #0c4a6e;
  line-height: 1.2;
}

.progress-stats {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
}

.stat-item {
  display: inline-flex;
  align-items: baseline;
  gap: 4px;
}

.stat-value {
  font-weight: 700;
  font-size: 18px;
  color: #0369a1;
  line-height: 1;
}

.stat-label {
  font-size: 12px;
  color: #075985;
  font-weight: 500;
}

.stat-divider {
  color: #7dd3fc;
  font-weight: 600;
}

.stop-loading-btn {
  background: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #dc2626;
  cursor: pointer;
  transition: all 0.2s ease;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex-shrink: 0;
}
.stop-loading-btn svg {
  transition: transform 0.2s ease;
}
.stop-loading-btn:hover:not(:disabled) {
  background: #fef2f2;
  border-color: #fca5a5;
  color: #b91c1c;
  transform: translateY(-1px);
  box-shadow: 0 2px 6px rgba(220, 38, 38, 0.15);
}
.stop-loading-btn:hover:not(:disabled) svg {
  transform: scale(1.1);
}
.stop-loading-btn:active:not(:disabled) {
  transform: translateY(0);
  box-shadow: 0 1px 3px rgba(220, 38, 38, 0.1);
}
.stop-loading-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  color: #10b981;
  border-color: #d1fae5;
  background: #ecfdf5;
}

.load-more-pages-action {
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 20px 0;
}

.load-more-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.load-more-info {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #1e40af;
  flex: 1;
}
.load-more-info svg {
  flex-shrink: 0;
}
.load-more-info span {
  line-height: 1.5;
}

.load-more-pages-btn {
  background: #0066ff;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 10px 18px;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  white-space: nowrap;
  flex-shrink: 0;
}
.load-more-pages-btn svg {
  transition: transform 0.2s ease;
}
.load-more-pages-btn:hover {
  background: #0052cc;
  transform: translateY(-1px);
}
.load-more-pages-btn:hover svg {
  transform: rotate(90deg);
}
.load-more-pages-btn:active {
  transform: translateY(0);
}

.request-item.client-rendered {
  animation: filterSlideInFromHidden 0.25s ease-out;
}

@media (max-width: 767px) {
  .loading-progress-container {
    padding: 20px;
    margin: 20px 12px;
    max-width: 100%;
  }
  .loading-progress-content {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .progress-stats {
    flex-wrap: wrap;
    gap: 16px;
    justify-content: center;
  }
  .stat-value {
    font-size: 20px;
  }
  .stop-loading-btn {
    width: 100%;
    justify-content: center;
    padding: 14px 20px;
  }
  .load-more-content {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }
  .load-more-pages-btn {
    width: 100%;
    justify-content: center;
  }
}
.requests-server-pagination,
.requests-server-pagination * {
  display: none !important;
  visibility: hidden !important;
}

.client-pagination {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin: 24px 0 32px;
  padding: 16px 18px;
  background: #fafbfc;
  border: 1px solid #e3e5e7;
  border-radius: 8px;
}
.client-pagination[hidden] {
  display: none;
}
@media (min-width: 768px) {
  .client-pagination {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}

.client-pagination-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  font-size: 13px;
  color: #4b5563;
}
@media (min-width: 768px) {
  .client-pagination-info {
    flex: 0 0 auto;
    justify-content: flex-start;
  }
}

.client-pagination-range {
  font-weight: 500;
  color: #374151;
  white-space: nowrap;
}

.client-pagination-size {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  user-select: none;
}
.client-pagination-size .client-pagination-size-label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #6b7280;
  font-weight: 600;
}
.client-pagination-size .client-pagination-size-select {
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 4px 24px 4px 8px;
  font-size: 13px;
  background: white;
  font-family: inherit;
  cursor: pointer;
  transition: border-color 0.15s ease;
}
.client-pagination-size .client-pagination-size-select:hover {
  border-color: #0066ff;
}
.client-pagination-size .client-pagination-size-select:focus {
  outline: 2px solid rgba(0, 122, 252, 1);
  outline-offset: 2px;
}

.client-pagination-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 4px;
  list-style: none;
  margin: 0;
  padding: 0;
}

.client-pagination-item {
  display: inline-flex;
}

.client-pagination-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  background: white;
  color: #374151;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  transition: all 0.15s ease;
  line-height: 1;
}
.client-pagination-link:hover:not(:disabled) {
  border-color: #0066ff;
  color: #0066ff;
  background: #f5f9ff;
}
.client-pagination-link:focus-visible {
  outline: 2px solid rgba(0, 122, 252, 1);
  outline-offset: 2px;
}
.client-pagination-link:active:not(:disabled) {
  background: #eef4ff;
}
.client-pagination-link:disabled {
  cursor: default;
}
.client-pagination-link svg {
  flex-shrink: 0;
}

.client-pagination-item.is-current .client-pagination-link {
  background: #0066ff;
  border-color: #0066ff;
  color: white;
  cursor: default;
}
.client-pagination-item.is-current .client-pagination-link:hover {
  background: #0066ff;
  color: white;
}

.client-pagination-item.is-disabled .client-pagination-link {
  opacity: 0.4;
  cursor: not-allowed;
}
.client-pagination-item.is-disabled .client-pagination-link:hover {
  border-color: #e5e7eb;
  color: #374151;
  background: white;
}

.client-pagination-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 28px;
  height: 34px;
  color: #9ca3af;
  font-size: 14px;
  user-select: none;
}

@media (max-width: 767px) {
  .client-pagination {
    margin: 16px -8px 24px;
    border-radius: 0;
    border-left: none;
    border-right: none;
    padding: 14px 12px;
  }
  .client-pagination-info {
    width: 100%;
  }
  .client-pagination-list {
    width: 100%;
  }
  .client-pagination-link {
    min-width: 36px;
    height: 36px;
  }
}
@keyframes filterSlideIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes filterSlideInFromHidden {
  from {
    opacity: 0;
    transform: translateY(-4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes filterPulse {
  from {
    opacity: 0.6;
  }
  to {
    opacity: 1;
  }
}