@charset "UTF-8";
/**
 * Foundation for Sites
 * Version 6.7.5
 * https://get.foundation
 * Licensed under MIT Open Source
 */
@media print, screen and (min-width: 45em) {
  .reveal.large, .reveal.small, .reveal.tiny, .reveal {
    right: auto;
    left: auto;
    margin: 0 auto;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

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

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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: 0;
  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;
}

[data-whatintent=mouse] *, [data-whatintent=mouse] *:focus,
[data-whatintent=touch] *,
[data-whatintent=touch] *:focus,
[data-whatinput=mouse] *,
[data-whatinput=mouse] *:focus,
[data-whatinput=touch] *,
[data-whatinput=touch] *:focus {
  outline: none;
}

[draggable=false] {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
}

.foundation-mq {
  font-family: "small=0em&medium=45em&large=64em&xlarge=75em&xxlarge=90em";
}

html {
  box-sizing: border-box;
  font-size: 105%;
}

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

body {
  margin: 0;
  padding: 0;
  background: #fefefe;
  font-family: "Barlow Regular", Helvetica, Roboto, Arial, sans-serif;
  font-weight: normal;
  line-height: 1.45;
  color: #0a0a0a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

textarea {
  height: auto;
  min-height: 50px;
  border-radius: 99999px;
}

select {
  box-sizing: border-box;
  width: 100%;
  border-radius: 99999px;
}

.map_canvas img,
.map_canvas embed,
.map_canvas object,
.mqa-display img,
.mqa-display embed,
.mqa-display object {
  max-width: none !important;
}

button {
  padding: 0;
  appearance: none;
  border: 0;
  border-radius: 99999px;
  background: transparent;
  line-height: 1;
  cursor: pointer;
}
[data-whatinput=mouse] button {
  outline: 0;
}

pre {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
}

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

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

[type=text], [type=password], [type=date], [type=datetime], [type=datetime-local], [type=month], [type=week], [type=email], [type=number], [type=search], [type=tel], [type=time], [type=url], [type=color],
textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 2.2738095238rem;
  margin: 0 0 0.9523809524rem;
  padding: 0.4761904762rem;
  border: 1px solid var(--current-std-border-color);
  border-radius: 99999px;
  background-color: #fefefe;
  box-shadow: inset 0 0 0px transparent;
  font-family: inherit;
  font-size: 0.9523809524rem;
  font-weight: normal;
  line-height: 1.45;
  color: #0a0a0a;
  transition: box-shadow 0.4s, border-color 0.25s ease-in-out;
  appearance: none;
}
[type=text]:focus, [type=password]:focus, [type=date]:focus, [type=datetime]:focus, [type=datetime-local]:focus, [type=month]:focus, [type=week]:focus, [type=email]:focus, [type=number]:focus, [type=search]:focus, [type=tel]:focus, [type=time]:focus, [type=url]:focus, [type=color]:focus,
textarea:focus {
  outline: none;
  border: 1px solid #6ba72a;
  background-color: #fefefe;
  box-shadow: inset 0 0 5px #6ba72a;
  transition: box-shadow 0.4s, border-color 0.25s ease-in-out;
}

textarea {
  max-width: 100%;
}
textarea[rows] {
  height: auto;
}

input:disabled, input[readonly],
textarea:disabled,
textarea[readonly] {
  background-color: #f0f0f0;
  cursor: not-allowed;
}

[type=submit],
[type=button] {
  appearance: none;
  border-radius: 99999px;
}

input[type=search] {
  box-sizing: border-box;
}

::placeholder {
  color: #8a8a8a;
}

[type=file],
[type=checkbox],
[type=radio] {
  margin: 0 0 0.9523809524rem;
}

[type=checkbox] + label,
[type=radio] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.4761904762rem;
  margin-right: 0.9523809524rem;
  margin-bottom: 0;
}
[type=checkbox] + label[for],
[type=radio] + label[for] {
  cursor: pointer;
}

label > [type=checkbox],
label > [type=radio] {
  margin-right: 0.4761904762rem;
}

[type=file] {
  width: 100%;
}

label {
  display: block;
  margin: 0;
  font-size: 0.8333333333rem;
  font-weight: normal;
  line-height: 1.8;
  color: #0a0a0a;
}
label.middle {
  margin: 0 0 0.9523809524rem;
  line-height: 1.45;
  padding: 0.5357142857rem 0;
}

.help-text {
  margin-top: -0.4761904762rem;
  font-size: 0.7738095238rem;
  font-style: italic;
  color: #0a0a0a;
}

.input-group {
  display: flex;
  width: 100%;
  margin-bottom: 0.9523809524rem;
  align-items: stretch;
}
.input-group > :first-child, .input-group > :first-child.input-group-button > * {
  border-radius: 99999px 0 0 99999px;
}
.input-group > :last-child, .input-group > :last-child.input-group-button > * {
  border-radius: 0 99999px 99999px 0;
}

.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label, .input-group-button, .input-group-field, .input-group-label {
  margin: 0;
  white-space: nowrap;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid var(--current-std-border-color);
  background: #f0f0f0;
  color: #0a0a0a;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex: 0 0 auto;
  align-items: center;
}
.input-group-label:first-child {
  border-right: 0;
}
.input-group-label:last-child {
  border-left: 0;
}

.input-group-field {
  border-radius: 0;
  flex: 1 1 0px;
  min-width: 0;
}

.input-group-button {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  display: flex;
  flex: 0 0 auto;
}
.input-group-button a,
.input-group-button input,
.input-group-button button,
.input-group-button label {
  align-self: stretch;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 0.9523809524rem;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

legend {
  max-width: 100%;
  margin-bottom: 0.4761904762rem;
}

.fieldset {
  margin: 1.0714285714rem 0;
  padding: 1.1904761905rem;
  border: 1px solid var(--current-std-border-color);
}
.fieldset legend {
  margin: 0;
  margin-left: -0.1785714286rem;
  padding: 0 0.1785714286rem;
}

select {
  height: 2.2738095238rem;
  margin: 0 0 0.9523809524rem;
  padding: 0.4761904762rem;
  appearance: none;
  border: 1px solid var(--current-std-border-color);
  border-radius: 99999px;
  background-color: #fefefe;
  font-family: inherit;
  font-size: 0.9523809524rem;
  font-weight: normal;
  line-height: 1.45;
  color: #0a0a0a;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2885, 85, 85%29"></polygon></svg>');
  background-origin: content-box;
  background-position: right -0.9523809524rem center;
  background-repeat: no-repeat;
  background-size: 9px 6px;
  padding-right: 1.4285714286rem;
  transition: box-shadow 0.4s, border-color 0.25s ease-in-out;
}
@media screen and (min-width: 0\0 ) {
  select {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
select:focus {
  outline: none;
  border: 1px solid #6ba72a;
  background-color: #fefefe;
  box-shadow: inset 0 0 5px #6ba72a;
  transition: box-shadow 0.4s, border-color 0.25s ease-in-out;
}
select:disabled {
  background-color: #f0f0f0;
  cursor: not-allowed;
}
select::-ms-expand {
  display: none;
}
select[multiple] {
  height: auto;
  background-image: none;
}
select:not([multiple]) {
  padding-top: 0;
  padding-bottom: 0;
}

.is-invalid-input:not(:focus) {
  border-color: #921720;
  background-color: rgb(243.2, 230.9, 231.8);
}
.is-invalid-input:not(:focus)::placeholder {
  color: #921720;
}

.is-invalid-label {
  color: #921720;
}

.form-error {
  display: none;
  margin-top: -0.4761904762rem;
  margin-bottom: 0.9523809524rem;
  font-size: 0.7142857143rem;
  font-weight: bold;
  color: #921720;
}
.form-error.is-visible {
  display: block;
}

div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

p {
  margin-bottom: 1rem;
  font-size: inherit;
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}

em,
i {
  font-style: italic;
  line-height: inherit;
}

strong,
b {
  font-weight: bold;
  line-height: inherit;
}

small {
  font-size: 0.8333333333rem;
  line-height: inherit;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Barlow Regular", Helvetica, Roboto, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  color: inherit;
  text-rendering: optimizeLegibility;
}
h1 small, .h1 small,
h2 small, .h2 small,
h3 small, .h3 small,
h4 small, .h4 small,
h5 small, .h5 small,
h6 small, .h6 small {
  line-height: 0;
  color: #8a8a8a;
}

h1, .h1 {
  font-size: 1.4285714286rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2, .h2 {
  font-size: 1.1904761905rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h3, .h3 {
  font-size: 1.130952381rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h4, .h4 {
  font-size: 1.0714285714rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h5, .h5 {
  font-size: 1.0119047619rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h6, .h6 {
  font-size: 0.9523809524rem;
  line-height: 1.4;
  margin-top: 0;
  margin-bottom: 0.5rem;
}

@media print, screen and (min-width: 45em) {
  h1, .h1 {
    font-size: 2.8571428571rem;
  }
  h2, .h2 {
    font-size: 2.380952381rem;
  }
  h3, .h3 {
    font-size: 1.8452380952rem;
  }
  h4, .h4 {
    font-size: 1.4880952381rem;
  }
  h5, .h5 {
    font-size: 1.1904761905rem;
  }
  h6, .h6 {
    font-size: 0.9523809524rem;
  }
}
a {
  line-height: inherit;
  color: #497b2e;
  text-decoration: none;
  cursor: pointer;
}
a:hover, a:focus {
  color: rgb(62.78, 105.78, 39.56);
}
a img {
  border: 0;
}

hr {
  clear: both;
  max-width: 94.0476190476rem;
  height: 0;
  margin: 1.1904761905rem auto;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid var(--current-std-border-color);
  border-left: 0;
}

ul,
ol,
dl {
  margin-bottom: 1rem;
  list-style-position: outside;
  line-height: 1.6;
}

li {
  font-size: inherit;
}

ul {
  margin-left: 1.25rem;
  list-style-type: disc;
}

ol {
  margin-left: 1.25rem;
}

ul ul, ul ol, ol ul, ol ol {
  margin-left: 1.25rem;
  margin-bottom: 0;
}

dl {
  margin-bottom: 1rem;
}
dl dt {
  margin-bottom: 0.3rem;
  font-weight: bold;
}

blockquote {
  margin: 0 0 1rem;
  padding: 0.5357142857rem 1.1904761905rem 0 1.130952381rem;
  border-left: 1px solid var(--current-std-border-color);
}
blockquote, blockquote p {
  line-height: 1.6;
  color: #555555;
}

abbr, abbr[title] {
  border-bottom: 1px dotted #0a0a0a;
  cursor: help;
  text-decoration: none;
}

figure {
  margin: 0;
}

kbd {
  margin: 0;
  padding: 0.119047619rem 0.2380952381rem 0;
  background-color: #f0f0f0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  color: #0a0a0a;
  border-radius: 99999px;
}

.subheader {
  margin-top: 0.2rem;
  margin-bottom: 0.5rem;
  font-weight: normal;
  line-height: 1.4;
  color: #555555;
}

.lead {
  font-size: 131.25%;
  line-height: 1.6;
}

.stat {
  font-size: 2.5rem;
  line-height: 1;
}
p + .stat {
  margin-top: -1rem;
}

ul.no-bullet, ol.no-bullet {
  margin-left: 0;
  list-style: none;
}

.cite-block, cite {
  display: block;
  color: #555555;
  font-size: 0.7738095238rem;
}
.cite-block:before, cite:before {
  content: "— ";
}

.code-inline, code {
  border: 1px solid var(--current-std-border-color);
  background-color: #f0f0f0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: inline;
  max-width: 100%;
  word-wrap: break-word;
  padding: 0.119047619rem 0.2976190476rem 0.0595238095rem;
}

.code-block {
  border: 1px solid var(--current-std-border-color);
  background-color: #f0f0f0;
  font-family: Consolas, "Liberation Mono", Courier, monospace;
  font-weight: normal;
  color: #0a0a0a;
  display: block;
  overflow: auto;
  white-space: pre;
  padding: 1rem;
  margin-bottom: 1.5rem;
}

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

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

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

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

@media print, screen and (min-width: 45em) {
  .medium-text-left {
    text-align: left;
  }
  .medium-text-right {
    text-align: right;
  }
  .medium-text-center {
    text-align: center;
  }
  .medium-text-justify {
    text-align: justify;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-left {
    text-align: left;
  }
  .large-text-right {
    text-align: right;
  }
  .large-text-center {
    text-align: center;
  }
  .large-text-justify {
    text-align: justify;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-left {
    text-align: left;
  }
  .xlarge-text-right {
    text-align: right;
  }
  .xlarge-text-center {
    text-align: center;
  }
  .xlarge-text-justify {
    text-align: justify;
  }
}
.show-for-print {
  display: none !important;
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    print-color-adjust: economy;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  .show-for-print {
    display: block !important;
  }
  .hide-for-print {
    display: none !important;
  }
  table.show-for-print {
    display: table !important;
  }
  thead.show-for-print {
    display: table-header-group !important;
  }
  tbody.show-for-print {
    display: table-row-group !important;
  }
  tr.show-for-print {
    display: table-row !important;
  }
  td.show-for-print {
    display: table-cell !important;
  }
  th.show-for-print {
    display: table-cell !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  pre,
  blockquote {
    border: 1px solid #555555;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .print-break-inside {
    page-break-inside: auto;
  }
}
.grid-container {
  padding-right: 0.4464285714rem;
  padding-left: 0.4464285714rem;
  max-width: 94.0476190476rem;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 45em) {
  .grid-container {
    padding-right: 0.8928571429rem;
    padding-left: 0.8928571429rem;
  }
}
.grid-container.fluid {
  padding-right: 0.4464285714rem;
  padding-left: 0.4464285714rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 45em) {
  .grid-container.fluid {
    padding-right: 0.8928571429rem;
    padding-left: 0.8928571429rem;
  }
}
.grid-container.full {
  padding-right: 0;
  padding-left: 0;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.grid-x {
  display: flex;
  flex-flow: row wrap;
}

.cell {
  flex: 0 0 auto;
  min-height: 0;
  min-width: 0;
  width: 100%;
}
.cell.auto {
  flex: 1 1 0;
}
.cell.shrink {
  flex: 0 0 auto;
}

.grid-x > .auto {
  width: auto;
}
.grid-x > .shrink {
  width: auto;
}

.grid-x > .small-shrink, .grid-x > .small-full, .grid-x > .small-1, .grid-x > .small-2, .grid-x > .small-3, .grid-x > .small-4, .grid-x > .small-5, .grid-x > .small-6, .grid-x > .small-7, .grid-x > .small-8, .grid-x > .small-9, .grid-x > .small-10, .grid-x > .small-11, .grid-x > .small-12 {
  flex-basis: auto;
}

@media print, screen and (min-width: 45em) {
  .grid-x > .medium-shrink, .grid-x > .medium-full, .grid-x > .medium-1, .grid-x > .medium-2, .grid-x > .medium-3, .grid-x > .medium-4, .grid-x > .medium-5, .grid-x > .medium-6, .grid-x > .medium-7, .grid-x > .medium-8, .grid-x > .medium-9, .grid-x > .medium-10, .grid-x > .medium-11, .grid-x > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-shrink, .grid-x > .large-full, .grid-x > .large-1, .grid-x > .large-2, .grid-x > .large-3, .grid-x > .large-4, .grid-x > .large-5, .grid-x > .large-6, .grid-x > .large-7, .grid-x > .large-8, .grid-x > .large-9, .grid-x > .large-10, .grid-x > .large-11, .grid-x > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-shrink, .grid-x > .xlarge-full, .grid-x > .xlarge-1, .grid-x > .xlarge-2, .grid-x > .xlarge-3, .grid-x > .xlarge-4, .grid-x > .xlarge-5, .grid-x > .xlarge-6, .grid-x > .xlarge-7, .grid-x > .xlarge-8, .grid-x > .xlarge-9, .grid-x > .xlarge-10, .grid-x > .xlarge-11, .grid-x > .xlarge-12 {
    flex-basis: auto;
  }
}
.grid-x > .small-12, .grid-x > .small-11, .grid-x > .small-10, .grid-x > .small-9, .grid-x > .small-8, .grid-x > .small-7, .grid-x > .small-6, .grid-x > .small-5, .grid-x > .small-4, .grid-x > .small-3, .grid-x > .small-2, .grid-x > .small-1 {
  flex: 0 0 auto;
}

.grid-x > .small-1 {
  width: 8.3333333333%;
}

.grid-x > .small-2 {
  width: 16.6666666667%;
}

.grid-x > .small-3 {
  width: 25%;
}

.grid-x > .small-4 {
  width: 33.3333333333%;
}

.grid-x > .small-5 {
  width: 41.6666666667%;
}

.grid-x > .small-6 {
  width: 50%;
}

.grid-x > .small-7 {
  width: 58.3333333333%;
}

.grid-x > .small-8 {
  width: 66.6666666667%;
}

.grid-x > .small-9 {
  width: 75%;
}

.grid-x > .small-10 {
  width: 83.3333333333%;
}

.grid-x > .small-11 {
  width: 91.6666666667%;
}

.grid-x > .small-12 {
  width: 100%;
}

@media print, screen and (min-width: 45em) {
  .grid-x > .medium-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .medium-12, .grid-x > .medium-11, .grid-x > .medium-10, .grid-x > .medium-9, .grid-x > .medium-8, .grid-x > .medium-7, .grid-x > .medium-6, .grid-x > .medium-5, .grid-x > .medium-4, .grid-x > .medium-3, .grid-x > .medium-2, .grid-x > .medium-1, .grid-x > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .medium-shrink {
    width: auto;
  }
  .grid-x > .medium-1 {
    width: 8.3333333333%;
  }
  .grid-x > .medium-2 {
    width: 16.6666666667%;
  }
  .grid-x > .medium-3 {
    width: 25%;
  }
  .grid-x > .medium-4 {
    width: 33.3333333333%;
  }
  .grid-x > .medium-5 {
    width: 41.6666666667%;
  }
  .grid-x > .medium-6 {
    width: 50%;
  }
  .grid-x > .medium-7 {
    width: 58.3333333333%;
  }
  .grid-x > .medium-8 {
    width: 66.6666666667%;
  }
  .grid-x > .medium-9 {
    width: 75%;
  }
  .grid-x > .medium-10 {
    width: 83.3333333333%;
  }
  .grid-x > .medium-11 {
    width: 91.6666666667%;
  }
  .grid-x > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-x > .large-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .large-12, .grid-x > .large-11, .grid-x > .large-10, .grid-x > .large-9, .grid-x > .large-8, .grid-x > .large-7, .grid-x > .large-6, .grid-x > .large-5, .grid-x > .large-4, .grid-x > .large-3, .grid-x > .large-2, .grid-x > .large-1, .grid-x > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .large-shrink {
    width: auto;
  }
  .grid-x > .large-1 {
    width: 8.3333333333%;
  }
  .grid-x > .large-2 {
    width: 16.6666666667%;
  }
  .grid-x > .large-3 {
    width: 25%;
  }
  .grid-x > .large-4 {
    width: 33.3333333333%;
  }
  .grid-x > .large-5 {
    width: 41.6666666667%;
  }
  .grid-x > .large-6 {
    width: 50%;
  }
  .grid-x > .large-7 {
    width: 58.3333333333%;
  }
  .grid-x > .large-8 {
    width: 66.6666666667%;
  }
  .grid-x > .large-9 {
    width: 75%;
  }
  .grid-x > .large-10 {
    width: 83.3333333333%;
  }
  .grid-x > .large-11 {
    width: 91.6666666667%;
  }
  .grid-x > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-x > .xlarge-auto {
    flex: 1 1 0;
    width: auto;
  }
  .grid-x > .xlarge-12, .grid-x > .xlarge-11, .grid-x > .xlarge-10, .grid-x > .xlarge-9, .grid-x > .xlarge-8, .grid-x > .xlarge-7, .grid-x > .xlarge-6, .grid-x > .xlarge-5, .grid-x > .xlarge-4, .grid-x > .xlarge-3, .grid-x > .xlarge-2, .grid-x > .xlarge-1, .grid-x > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-x > .xlarge-shrink {
    width: auto;
  }
  .grid-x > .xlarge-1 {
    width: 8.3333333333%;
  }
  .grid-x > .xlarge-2 {
    width: 16.6666666667%;
  }
  .grid-x > .xlarge-3 {
    width: 25%;
  }
  .grid-x > .xlarge-4 {
    width: 33.3333333333%;
  }
  .grid-x > .xlarge-5 {
    width: 41.6666666667%;
  }
  .grid-x > .xlarge-6 {
    width: 50%;
  }
  .grid-x > .xlarge-7 {
    width: 58.3333333333%;
  }
  .grid-x > .xlarge-8 {
    width: 66.6666666667%;
  }
  .grid-x > .xlarge-9 {
    width: 75%;
  }
  .grid-x > .xlarge-10 {
    width: 83.3333333333%;
  }
  .grid-x > .xlarge-11 {
    width: 91.6666666667%;
  }
  .grid-x > .xlarge-12 {
    width: 100%;
  }
}
.grid-margin-x:not(.grid-x) > .cell {
  width: auto;
}

.grid-margin-y:not(.grid-y) > .cell {
  height: auto;
}

.grid-margin-x {
  margin-left: -0.4464285714rem;
  margin-right: -0.4464285714rem;
}
@media print, screen and (min-width: 45em) {
  .grid-margin-x {
    margin-left: -0.8928571429rem;
    margin-right: -0.8928571429rem;
  }
}
.grid-margin-x > .cell {
  width: calc(100% - 0.8928571429rem);
  margin-left: 0.4464285714rem;
  margin-right: 0.4464285714rem;
}
@media print, screen and (min-width: 45em) {
  .grid-margin-x > .cell {
    width: calc(100% - 1.7857142857rem);
    margin-left: 0.8928571429rem;
    margin-right: 0.8928571429rem;
  }
}
.grid-margin-x > .auto {
  width: auto;
}
.grid-margin-x > .shrink {
  width: auto;
}
.grid-margin-x > .small-1 {
  width: calc(8.3333333333% - 0.8928571429rem);
}
.grid-margin-x > .small-2 {
  width: calc(16.6666666667% - 0.8928571429rem);
}
.grid-margin-x > .small-3 {
  width: calc(25% - 0.8928571429rem);
}
.grid-margin-x > .small-4 {
  width: calc(33.3333333333% - 0.8928571429rem);
}
.grid-margin-x > .small-5 {
  width: calc(41.6666666667% - 0.8928571429rem);
}
.grid-margin-x > .small-6 {
  width: calc(50% - 0.8928571429rem);
}
.grid-margin-x > .small-7 {
  width: calc(58.3333333333% - 0.8928571429rem);
}
.grid-margin-x > .small-8 {
  width: calc(66.6666666667% - 0.8928571429rem);
}
.grid-margin-x > .small-9 {
  width: calc(75% - 0.8928571429rem);
}
.grid-margin-x > .small-10 {
  width: calc(83.3333333333% - 0.8928571429rem);
}
.grid-margin-x > .small-11 {
  width: calc(91.6666666667% - 0.8928571429rem);
}
.grid-margin-x > .small-12 {
  width: calc(100% - 0.8928571429rem);
}
@media print, screen and (min-width: 45em) {
  .grid-margin-x > .auto {
    width: auto;
  }
  .grid-margin-x > .shrink {
    width: auto;
  }
  .grid-margin-x > .small-1 {
    width: calc(8.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .small-2 {
    width: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .small-3 {
    width: calc(25% - 1.7857142857rem);
  }
  .grid-margin-x > .small-4 {
    width: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .small-5 {
    width: calc(41.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .small-6 {
    width: calc(50% - 1.7857142857rem);
  }
  .grid-margin-x > .small-7 {
    width: calc(58.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .small-8 {
    width: calc(66.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .small-9 {
    width: calc(75% - 1.7857142857rem);
  }
  .grid-margin-x > .small-10 {
    width: calc(83.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .small-11 {
    width: calc(91.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .small-12 {
    width: calc(100% - 1.7857142857rem);
  }
  .grid-margin-x > .medium-auto {
    width: auto;
  }
  .grid-margin-x > .medium-shrink {
    width: auto;
  }
  .grid-margin-x > .medium-1 {
    width: calc(8.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .medium-2 {
    width: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .medium-3 {
    width: calc(25% - 1.7857142857rem);
  }
  .grid-margin-x > .medium-4 {
    width: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .medium-5 {
    width: calc(41.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .medium-6 {
    width: calc(50% - 1.7857142857rem);
  }
  .grid-margin-x > .medium-7 {
    width: calc(58.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .medium-8 {
    width: calc(66.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .medium-9 {
    width: calc(75% - 1.7857142857rem);
  }
  .grid-margin-x > .medium-10 {
    width: calc(83.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .medium-11 {
    width: calc(91.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .medium-12 {
    width: calc(100% - 1.7857142857rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x > .large-auto {
    width: auto;
  }
  .grid-margin-x > .large-shrink {
    width: auto;
  }
  .grid-margin-x > .large-1 {
    width: calc(8.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .large-2 {
    width: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .large-3 {
    width: calc(25% - 1.7857142857rem);
  }
  .grid-margin-x > .large-4 {
    width: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .large-5 {
    width: calc(41.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .large-6 {
    width: calc(50% - 1.7857142857rem);
  }
  .grid-margin-x > .large-7 {
    width: calc(58.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .large-8 {
    width: calc(66.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .large-9 {
    width: calc(75% - 1.7857142857rem);
  }
  .grid-margin-x > .large-10 {
    width: calc(83.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .large-11 {
    width: calc(91.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .large-12 {
    width: calc(100% - 1.7857142857rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x > .xlarge-auto {
    width: auto;
  }
  .grid-margin-x > .xlarge-shrink {
    width: auto;
  }
  .grid-margin-x > .xlarge-1 {
    width: calc(8.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .xlarge-2 {
    width: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .xlarge-3 {
    width: calc(25% - 1.7857142857rem);
  }
  .grid-margin-x > .xlarge-4 {
    width: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .xlarge-5 {
    width: calc(41.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .xlarge-6 {
    width: calc(50% - 1.7857142857rem);
  }
  .grid-margin-x > .xlarge-7 {
    width: calc(58.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .xlarge-8 {
    width: calc(66.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .xlarge-9 {
    width: calc(75% - 1.7857142857rem);
  }
  .grid-margin-x > .xlarge-10 {
    width: calc(83.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x > .xlarge-11 {
    width: calc(91.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x > .xlarge-12 {
    width: calc(100% - 1.7857142857rem);
  }
}

.grid-padding-x .grid-padding-x {
  margin-right: -0.4464285714rem;
  margin-left: -0.4464285714rem;
}
@media print, screen and (min-width: 45em) {
  .grid-padding-x .grid-padding-x {
    margin-right: -0.8928571429rem;
    margin-left: -0.8928571429rem;
  }
}
.grid-container:not(.full) > .grid-padding-x {
  margin-right: -0.4464285714rem;
  margin-left: -0.4464285714rem;
}
@media print, screen and (min-width: 45em) {
  .grid-container:not(.full) > .grid-padding-x {
    margin-right: -0.8928571429rem;
    margin-left: -0.8928571429rem;
  }
}
.grid-padding-x > .cell {
  padding-right: 0.4464285714rem;
  padding-left: 0.4464285714rem;
}
@media print, screen and (min-width: 45em) {
  .grid-padding-x > .cell {
    padding-right: 0.8928571429rem;
    padding-left: 0.8928571429rem;
  }
}

.small-up-1 > .cell {
  width: 100%;
}

.small-up-2 > .cell {
  width: 50%;
}

.small-up-3 > .cell {
  width: 33.3333333333%;
}

.small-up-4 > .cell {
  width: 25%;
}

.small-up-5 > .cell {
  width: 20%;
}

.small-up-6 > .cell {
  width: 16.6666666667%;
}

.small-up-7 > .cell {
  width: 14.2857142857%;
}

.small-up-8 > .cell {
  width: 12.5%;
}

@media print, screen and (min-width: 45em) {
  .medium-up-1 > .cell {
    width: 100%;
  }
  .medium-up-2 > .cell {
    width: 50%;
  }
  .medium-up-3 > .cell {
    width: 33.3333333333%;
  }
  .medium-up-4 > .cell {
    width: 25%;
  }
  .medium-up-5 > .cell {
    width: 20%;
  }
  .medium-up-6 > .cell {
    width: 16.6666666667%;
  }
  .medium-up-7 > .cell {
    width: 14.2857142857%;
  }
  .medium-up-8 > .cell {
    width: 12.5%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-up-1 > .cell {
    width: 100%;
  }
  .large-up-2 > .cell {
    width: 50%;
  }
  .large-up-3 > .cell {
    width: 33.3333333333%;
  }
  .large-up-4 > .cell {
    width: 25%;
  }
  .large-up-5 > .cell {
    width: 20%;
  }
  .large-up-6 > .cell {
    width: 16.6666666667%;
  }
  .large-up-7 > .cell {
    width: 14.2857142857%;
  }
  .large-up-8 > .cell {
    width: 12.5%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-up-1 > .cell {
    width: 100%;
  }
  .xlarge-up-2 > .cell {
    width: 50%;
  }
  .xlarge-up-3 > .cell {
    width: 33.3333333333%;
  }
  .xlarge-up-4 > .cell {
    width: 25%;
  }
  .xlarge-up-5 > .cell {
    width: 20%;
  }
  .xlarge-up-6 > .cell {
    width: 16.6666666667%;
  }
  .xlarge-up-7 > .cell {
    width: 14.2857142857%;
  }
  .xlarge-up-8 > .cell {
    width: 12.5%;
  }
}
.grid-margin-x.small-up-1 > .cell {
  width: calc(100% - 0.8928571429rem);
}

.grid-margin-x.small-up-2 > .cell {
  width: calc(50% - 0.8928571429rem);
}

.grid-margin-x.small-up-3 > .cell {
  width: calc(33.3333333333% - 0.8928571429rem);
}

.grid-margin-x.small-up-4 > .cell {
  width: calc(25% - 0.8928571429rem);
}

.grid-margin-x.small-up-5 > .cell {
  width: calc(20% - 0.8928571429rem);
}

.grid-margin-x.small-up-6 > .cell {
  width: calc(16.6666666667% - 0.8928571429rem);
}

.grid-margin-x.small-up-7 > .cell {
  width: calc(14.2857142857% - 0.8928571429rem);
}

.grid-margin-x.small-up-8 > .cell {
  width: calc(12.5% - 0.8928571429rem);
}

@media print, screen and (min-width: 45em) {
  .grid-margin-x.small-up-1 > .cell {
    width: calc(100% - 1.7857142857rem);
  }
  .grid-margin-x.small-up-2 > .cell {
    width: calc(50% - 1.7857142857rem);
  }
  .grid-margin-x.small-up-3 > .cell {
    width: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x.small-up-4 > .cell {
    width: calc(25% - 1.7857142857rem);
  }
  .grid-margin-x.small-up-5 > .cell {
    width: calc(20% - 1.7857142857rem);
  }
  .grid-margin-x.small-up-6 > .cell {
    width: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x.small-up-7 > .cell {
    width: calc(14.2857142857% - 1.7857142857rem);
  }
  .grid-margin-x.small-up-8 > .cell {
    width: calc(12.5% - 1.7857142857rem);
  }
  .grid-margin-x.medium-up-1 > .cell {
    width: calc(100% - 1.7857142857rem);
  }
  .grid-margin-x.medium-up-2 > .cell {
    width: calc(50% - 1.7857142857rem);
  }
  .grid-margin-x.medium-up-3 > .cell {
    width: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x.medium-up-4 > .cell {
    width: calc(25% - 1.7857142857rem);
  }
  .grid-margin-x.medium-up-5 > .cell {
    width: calc(20% - 1.7857142857rem);
  }
  .grid-margin-x.medium-up-6 > .cell {
    width: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x.medium-up-7 > .cell {
    width: calc(14.2857142857% - 1.7857142857rem);
  }
  .grid-margin-x.medium-up-8 > .cell {
    width: calc(12.5% - 1.7857142857rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-x.large-up-1 > .cell {
    width: calc(100% - 1.7857142857rem);
  }
  .grid-margin-x.large-up-2 > .cell {
    width: calc(50% - 1.7857142857rem);
  }
  .grid-margin-x.large-up-3 > .cell {
    width: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x.large-up-4 > .cell {
    width: calc(25% - 1.7857142857rem);
  }
  .grid-margin-x.large-up-5 > .cell {
    width: calc(20% - 1.7857142857rem);
  }
  .grid-margin-x.large-up-6 > .cell {
    width: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x.large-up-7 > .cell {
    width: calc(14.2857142857% - 1.7857142857rem);
  }
  .grid-margin-x.large-up-8 > .cell {
    width: calc(12.5% - 1.7857142857rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-x.xlarge-up-1 > .cell {
    width: calc(100% - 1.7857142857rem);
  }
  .grid-margin-x.xlarge-up-2 > .cell {
    width: calc(50% - 1.7857142857rem);
  }
  .grid-margin-x.xlarge-up-3 > .cell {
    width: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-x.xlarge-up-4 > .cell {
    width: calc(25% - 1.7857142857rem);
  }
  .grid-margin-x.xlarge-up-5 > .cell {
    width: calc(20% - 1.7857142857rem);
  }
  .grid-margin-x.xlarge-up-6 > .cell {
    width: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-x.xlarge-up-7 > .cell {
    width: calc(14.2857142857% - 1.7857142857rem);
  }
  .grid-margin-x.xlarge-up-8 > .cell {
    width: calc(12.5% - 1.7857142857rem);
  }
}
.small-margin-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .cell {
  margin-right: 0;
  margin-left: 0;
}
.small-margin-collapse > .small-1 {
  width: 8.3333333333%;
}
.small-margin-collapse > .small-2 {
  width: 16.6666666667%;
}
.small-margin-collapse > .small-3 {
  width: 25%;
}
.small-margin-collapse > .small-4 {
  width: 33.3333333333%;
}
.small-margin-collapse > .small-5 {
  width: 41.6666666667%;
}
.small-margin-collapse > .small-6 {
  width: 50%;
}
.small-margin-collapse > .small-7 {
  width: 58.3333333333%;
}
.small-margin-collapse > .small-8 {
  width: 66.6666666667%;
}
.small-margin-collapse > .small-9 {
  width: 75%;
}
.small-margin-collapse > .small-10 {
  width: 83.3333333333%;
}
.small-margin-collapse > .small-11 {
  width: 91.6666666667%;
}
.small-margin-collapse > .small-12 {
  width: 100%;
}
@media print, screen and (min-width: 45em) {
  .small-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .medium-3 {
    width: 25%;
  }
  .small-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .medium-6 {
    width: 50%;
  }
  .small-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .medium-9 {
    width: 75%;
  }
  .small-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .small-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .large-3 {
    width: 25%;
  }
  .small-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .large-6 {
    width: 50%;
  }
  .small-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .large-9 {
    width: 75%;
  }
  .small-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .small-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .small-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .small-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .small-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .small-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .small-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .small-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .small-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .small-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .small-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .small-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .small-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

.small-padding-collapse {
  margin-right: 0;
  margin-left: 0;
}
.small-padding-collapse > .cell {
  padding-right: 0;
  padding-left: 0;
}

@media print, screen and (min-width: 45em) {
  .medium-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 45em) {
  .medium-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .small-3 {
    width: 25%;
  }
  .medium-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .small-6 {
    width: 50%;
  }
  .medium-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .small-9 {
    width: 75%;
  }
  .medium-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 45em) {
  .medium-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .medium-3 {
    width: 25%;
  }
  .medium-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .medium-6 {
    width: 50%;
  }
  .medium-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .medium-9 {
    width: 75%;
  }
  .medium-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .medium-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .large-3 {
    width: 25%;
  }
  .medium-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .large-6 {
    width: 50%;
  }
  .medium-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .large-9 {
    width: 75%;
  }
  .medium-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .medium-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .medium-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .medium-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .medium-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .medium-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .medium-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .medium-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .medium-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .medium-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .medium-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .medium-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .medium-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 45em) {
  .medium-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .medium-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media print, screen and (min-width: 64em) {
  .large-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .small-3 {
    width: 25%;
  }
  .large-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .small-6 {
    width: 50%;
  }
  .large-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .small-9 {
    width: 75%;
  }
  .large-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .medium-3 {
    width: 25%;
  }
  .large-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .medium-6 {
    width: 50%;
  }
  .large-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .medium-9 {
    width: 75%;
  }
  .large-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .large-3 {
    width: 25%;
  }
  .large-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .large-6 {
    width: 50%;
  }
  .large-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .large-9 {
    width: 75%;
  }
  .large-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .large-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .large-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .large-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .large-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .large-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .large-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .large-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .large-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .large-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .large-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .large-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .large-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media print, screen and (min-width: 64em) {
  .large-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .large-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-margin-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-margin-collapse > .cell {
    margin-right: 0;
    margin-left: 0;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .small-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .small-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .small-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .small-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .small-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .small-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .small-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .small-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .small-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .small-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .small-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .small-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .medium-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .medium-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .medium-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .medium-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .medium-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .medium-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .medium-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .medium-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .medium-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .medium-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .medium-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .medium-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .large-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .large-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .large-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .large-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .large-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .large-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .large-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .large-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .large-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .large-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .large-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .large-12 {
    width: 100%;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-collapse > .xlarge-1 {
    width: 8.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-2 {
    width: 16.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-3 {
    width: 25%;
  }
  .xlarge-margin-collapse > .xlarge-4 {
    width: 33.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-5 {
    width: 41.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-6 {
    width: 50%;
  }
  .xlarge-margin-collapse > .xlarge-7 {
    width: 58.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-8 {
    width: 66.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-9 {
    width: 75%;
  }
  .xlarge-margin-collapse > .xlarge-10 {
    width: 83.3333333333%;
  }
  .xlarge-margin-collapse > .xlarge-11 {
    width: 91.6666666667%;
  }
  .xlarge-margin-collapse > .xlarge-12 {
    width: 100%;
  }
}

@media screen and (min-width: 75em) {
  .xlarge-padding-collapse {
    margin-right: 0;
    margin-left: 0;
  }
  .xlarge-padding-collapse > .cell {
    padding-right: 0;
    padding-left: 0;
  }
}

.small-offset-0 {
  margin-left: 0%;
}

.grid-margin-x > .small-offset-0 {
  margin-left: calc(0% + 0.8928571429rem / 2);
}

.small-offset-1 {
  margin-left: 8.3333333333%;
}

.grid-margin-x > .small-offset-1 {
  margin-left: calc(8.3333333333% + 0.8928571429rem / 2);
}

.small-offset-2 {
  margin-left: 16.6666666667%;
}

.grid-margin-x > .small-offset-2 {
  margin-left: calc(16.6666666667% + 0.8928571429rem / 2);
}

.small-offset-3 {
  margin-left: 25%;
}

.grid-margin-x > .small-offset-3 {
  margin-left: calc(25% + 0.8928571429rem / 2);
}

.small-offset-4 {
  margin-left: 33.3333333333%;
}

.grid-margin-x > .small-offset-4 {
  margin-left: calc(33.3333333333% + 0.8928571429rem / 2);
}

.small-offset-5 {
  margin-left: 41.6666666667%;
}

.grid-margin-x > .small-offset-5 {
  margin-left: calc(41.6666666667% + 0.8928571429rem / 2);
}

.small-offset-6 {
  margin-left: 50%;
}

.grid-margin-x > .small-offset-6 {
  margin-left: calc(50% + 0.8928571429rem / 2);
}

.small-offset-7 {
  margin-left: 58.3333333333%;
}

.grid-margin-x > .small-offset-7 {
  margin-left: calc(58.3333333333% + 0.8928571429rem / 2);
}

.small-offset-8 {
  margin-left: 66.6666666667%;
}

.grid-margin-x > .small-offset-8 {
  margin-left: calc(66.6666666667% + 0.8928571429rem / 2);
}

.small-offset-9 {
  margin-left: 75%;
}

.grid-margin-x > .small-offset-9 {
  margin-left: calc(75% + 0.8928571429rem / 2);
}

.small-offset-10 {
  margin-left: 83.3333333333%;
}

.grid-margin-x > .small-offset-10 {
  margin-left: calc(83.3333333333% + 0.8928571429rem / 2);
}

.small-offset-11 {
  margin-left: 91.6666666667%;
}

.grid-margin-x > .small-offset-11 {
  margin-left: calc(91.6666666667% + 0.8928571429rem / 2);
}

@media print, screen and (min-width: 45em) {
  .medium-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .medium-offset-0 {
    margin-left: calc(0% + 1.7857142857rem / 2);
  }
  .medium-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .medium-offset-1 {
    margin-left: calc(8.3333333333% + 1.7857142857rem / 2);
  }
  .medium-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .medium-offset-2 {
    margin-left: calc(16.6666666667% + 1.7857142857rem / 2);
  }
  .medium-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .medium-offset-3 {
    margin-left: calc(25% + 1.7857142857rem / 2);
  }
  .medium-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .medium-offset-4 {
    margin-left: calc(33.3333333333% + 1.7857142857rem / 2);
  }
  .medium-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .medium-offset-5 {
    margin-left: calc(41.6666666667% + 1.7857142857rem / 2);
  }
  .medium-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .medium-offset-6 {
    margin-left: calc(50% + 1.7857142857rem / 2);
  }
  .medium-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .medium-offset-7 {
    margin-left: calc(58.3333333333% + 1.7857142857rem / 2);
  }
  .medium-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .medium-offset-8 {
    margin-left: calc(66.6666666667% + 1.7857142857rem / 2);
  }
  .medium-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .medium-offset-9 {
    margin-left: calc(75% + 1.7857142857rem / 2);
  }
  .medium-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .medium-offset-10 {
    margin-left: calc(83.3333333333% + 1.7857142857rem / 2);
  }
  .medium-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .medium-offset-11 {
    margin-left: calc(91.6666666667% + 1.7857142857rem / 2);
  }
}
@media print, screen and (min-width: 64em) {
  .large-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .large-offset-0 {
    margin-left: calc(0% + 1.7857142857rem / 2);
  }
  .large-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .large-offset-1 {
    margin-left: calc(8.3333333333% + 1.7857142857rem / 2);
  }
  .large-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .large-offset-2 {
    margin-left: calc(16.6666666667% + 1.7857142857rem / 2);
  }
  .large-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .large-offset-3 {
    margin-left: calc(25% + 1.7857142857rem / 2);
  }
  .large-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .large-offset-4 {
    margin-left: calc(33.3333333333% + 1.7857142857rem / 2);
  }
  .large-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .large-offset-5 {
    margin-left: calc(41.6666666667% + 1.7857142857rem / 2);
  }
  .large-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .large-offset-6 {
    margin-left: calc(50% + 1.7857142857rem / 2);
  }
  .large-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .large-offset-7 {
    margin-left: calc(58.3333333333% + 1.7857142857rem / 2);
  }
  .large-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .large-offset-8 {
    margin-left: calc(66.6666666667% + 1.7857142857rem / 2);
  }
  .large-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .large-offset-9 {
    margin-left: calc(75% + 1.7857142857rem / 2);
  }
  .large-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .large-offset-10 {
    margin-left: calc(83.3333333333% + 1.7857142857rem / 2);
  }
  .large-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .large-offset-11 {
    margin-left: calc(91.6666666667% + 1.7857142857rem / 2);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-offset-0 {
    margin-left: 0%;
  }
  .grid-margin-x > .xlarge-offset-0 {
    margin-left: calc(0% + 1.7857142857rem / 2);
  }
  .xlarge-offset-1 {
    margin-left: 8.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-1 {
    margin-left: calc(8.3333333333% + 1.7857142857rem / 2);
  }
  .xlarge-offset-2 {
    margin-left: 16.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-2 {
    margin-left: calc(16.6666666667% + 1.7857142857rem / 2);
  }
  .xlarge-offset-3 {
    margin-left: 25%;
  }
  .grid-margin-x > .xlarge-offset-3 {
    margin-left: calc(25% + 1.7857142857rem / 2);
  }
  .xlarge-offset-4 {
    margin-left: 33.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-4 {
    margin-left: calc(33.3333333333% + 1.7857142857rem / 2);
  }
  .xlarge-offset-5 {
    margin-left: 41.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-5 {
    margin-left: calc(41.6666666667% + 1.7857142857rem / 2);
  }
  .xlarge-offset-6 {
    margin-left: 50%;
  }
  .grid-margin-x > .xlarge-offset-6 {
    margin-left: calc(50% + 1.7857142857rem / 2);
  }
  .xlarge-offset-7 {
    margin-left: 58.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-7 {
    margin-left: calc(58.3333333333% + 1.7857142857rem / 2);
  }
  .xlarge-offset-8 {
    margin-left: 66.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-8 {
    margin-left: calc(66.6666666667% + 1.7857142857rem / 2);
  }
  .xlarge-offset-9 {
    margin-left: 75%;
  }
  .grid-margin-x > .xlarge-offset-9 {
    margin-left: calc(75% + 1.7857142857rem / 2);
  }
  .xlarge-offset-10 {
    margin-left: 83.3333333333%;
  }
  .grid-margin-x > .xlarge-offset-10 {
    margin-left: calc(83.3333333333% + 1.7857142857rem / 2);
  }
  .xlarge-offset-11 {
    margin-left: 91.6666666667%;
  }
  .grid-margin-x > .xlarge-offset-11 {
    margin-left: calc(91.6666666667% + 1.7857142857rem / 2);
  }
}
.grid-y {
  display: flex;
  flex-flow: column nowrap;
}
.grid-y > .cell {
  height: auto;
  max-height: none;
}
.grid-y > .auto {
  height: auto;
}
.grid-y > .shrink {
  height: auto;
}
.grid-y > .small-shrink, .grid-y > .small-full, .grid-y > .small-1, .grid-y > .small-2, .grid-y > .small-3, .grid-y > .small-4, .grid-y > .small-5, .grid-y > .small-6, .grid-y > .small-7, .grid-y > .small-8, .grid-y > .small-9, .grid-y > .small-10, .grid-y > .small-11, .grid-y > .small-12 {
  flex-basis: auto;
}
@media print, screen and (min-width: 45em) {
  .grid-y > .medium-shrink, .grid-y > .medium-full, .grid-y > .medium-1, .grid-y > .medium-2, .grid-y > .medium-3, .grid-y > .medium-4, .grid-y > .medium-5, .grid-y > .medium-6, .grid-y > .medium-7, .grid-y > .medium-8, .grid-y > .medium-9, .grid-y > .medium-10, .grid-y > .medium-11, .grid-y > .medium-12 {
    flex-basis: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-shrink, .grid-y > .large-full, .grid-y > .large-1, .grid-y > .large-2, .grid-y > .large-3, .grid-y > .large-4, .grid-y > .large-5, .grid-y > .large-6, .grid-y > .large-7, .grid-y > .large-8, .grid-y > .large-9, .grid-y > .large-10, .grid-y > .large-11, .grid-y > .large-12 {
    flex-basis: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-shrink, .grid-y > .xlarge-full, .grid-y > .xlarge-1, .grid-y > .xlarge-2, .grid-y > .xlarge-3, .grid-y > .xlarge-4, .grid-y > .xlarge-5, .grid-y > .xlarge-6, .grid-y > .xlarge-7, .grid-y > .xlarge-8, .grid-y > .xlarge-9, .grid-y > .xlarge-10, .grid-y > .xlarge-11, .grid-y > .xlarge-12 {
    flex-basis: auto;
  }
}
.grid-y > .small-12, .grid-y > .small-11, .grid-y > .small-10, .grid-y > .small-9, .grid-y > .small-8, .grid-y > .small-7, .grid-y > .small-6, .grid-y > .small-5, .grid-y > .small-4, .grid-y > .small-3, .grid-y > .small-2, .grid-y > .small-1 {
  flex: 0 0 auto;
}
.grid-y > .small-1 {
  height: 8.3333333333%;
}
.grid-y > .small-2 {
  height: 16.6666666667%;
}
.grid-y > .small-3 {
  height: 25%;
}
.grid-y > .small-4 {
  height: 33.3333333333%;
}
.grid-y > .small-5 {
  height: 41.6666666667%;
}
.grid-y > .small-6 {
  height: 50%;
}
.grid-y > .small-7 {
  height: 58.3333333333%;
}
.grid-y > .small-8 {
  height: 66.6666666667%;
}
.grid-y > .small-9 {
  height: 75%;
}
.grid-y > .small-10 {
  height: 83.3333333333%;
}
.grid-y > .small-11 {
  height: 91.6666666667%;
}
.grid-y > .small-12 {
  height: 100%;
}
@media print, screen and (min-width: 45em) {
  .grid-y > .medium-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .medium-12, .grid-y > .medium-11, .grid-y > .medium-10, .grid-y > .medium-9, .grid-y > .medium-8, .grid-y > .medium-7, .grid-y > .medium-6, .grid-y > .medium-5, .grid-y > .medium-4, .grid-y > .medium-3, .grid-y > .medium-2, .grid-y > .medium-1, .grid-y > .medium-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .medium-shrink {
    height: auto;
  }
  .grid-y > .medium-1 {
    height: 8.3333333333%;
  }
  .grid-y > .medium-2 {
    height: 16.6666666667%;
  }
  .grid-y > .medium-3 {
    height: 25%;
  }
  .grid-y > .medium-4 {
    height: 33.3333333333%;
  }
  .grid-y > .medium-5 {
    height: 41.6666666667%;
  }
  .grid-y > .medium-6 {
    height: 50%;
  }
  .grid-y > .medium-7 {
    height: 58.3333333333%;
  }
  .grid-y > .medium-8 {
    height: 66.6666666667%;
  }
  .grid-y > .medium-9 {
    height: 75%;
  }
  .grid-y > .medium-10 {
    height: 83.3333333333%;
  }
  .grid-y > .medium-11 {
    height: 91.6666666667%;
  }
  .grid-y > .medium-12 {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y > .large-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .large-12, .grid-y > .large-11, .grid-y > .large-10, .grid-y > .large-9, .grid-y > .large-8, .grid-y > .large-7, .grid-y > .large-6, .grid-y > .large-5, .grid-y > .large-4, .grid-y > .large-3, .grid-y > .large-2, .grid-y > .large-1, .grid-y > .large-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .large-shrink {
    height: auto;
  }
  .grid-y > .large-1 {
    height: 8.3333333333%;
  }
  .grid-y > .large-2 {
    height: 16.6666666667%;
  }
  .grid-y > .large-3 {
    height: 25%;
  }
  .grid-y > .large-4 {
    height: 33.3333333333%;
  }
  .grid-y > .large-5 {
    height: 41.6666666667%;
  }
  .grid-y > .large-6 {
    height: 50%;
  }
  .grid-y > .large-7 {
    height: 58.3333333333%;
  }
  .grid-y > .large-8 {
    height: 66.6666666667%;
  }
  .grid-y > .large-9 {
    height: 75%;
  }
  .grid-y > .large-10 {
    height: 83.3333333333%;
  }
  .grid-y > .large-11 {
    height: 91.6666666667%;
  }
  .grid-y > .large-12 {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .grid-y > .xlarge-auto {
    flex: 1 1 0;
    height: auto;
  }
  .grid-y > .xlarge-12, .grid-y > .xlarge-11, .grid-y > .xlarge-10, .grid-y > .xlarge-9, .grid-y > .xlarge-8, .grid-y > .xlarge-7, .grid-y > .xlarge-6, .grid-y > .xlarge-5, .grid-y > .xlarge-4, .grid-y > .xlarge-3, .grid-y > .xlarge-2, .grid-y > .xlarge-1, .grid-y > .xlarge-shrink {
    flex: 0 0 auto;
  }
  .grid-y > .xlarge-shrink {
    height: auto;
  }
  .grid-y > .xlarge-1 {
    height: 8.3333333333%;
  }
  .grid-y > .xlarge-2 {
    height: 16.6666666667%;
  }
  .grid-y > .xlarge-3 {
    height: 25%;
  }
  .grid-y > .xlarge-4 {
    height: 33.3333333333%;
  }
  .grid-y > .xlarge-5 {
    height: 41.6666666667%;
  }
  .grid-y > .xlarge-6 {
    height: 50%;
  }
  .grid-y > .xlarge-7 {
    height: 58.3333333333%;
  }
  .grid-y > .xlarge-8 {
    height: 66.6666666667%;
  }
  .grid-y > .xlarge-9 {
    height: 75%;
  }
  .grid-y > .xlarge-10 {
    height: 83.3333333333%;
  }
  .grid-y > .xlarge-11 {
    height: 91.6666666667%;
  }
  .grid-y > .xlarge-12 {
    height: 100%;
  }
}

.grid-padding-y .grid-padding-y {
  margin-top: -0.4464285714rem;
  margin-bottom: -0.4464285714rem;
}
@media print, screen and (min-width: 45em) {
  .grid-padding-y .grid-padding-y {
    margin-top: -0.8928571429rem;
    margin-bottom: -0.8928571429rem;
  }
}
.grid-padding-y > .cell {
  padding-top: 0.4464285714rem;
  padding-bottom: 0.4464285714rem;
}
@media print, screen and (min-width: 45em) {
  .grid-padding-y > .cell {
    padding-top: 0.8928571429rem;
    padding-bottom: 0.8928571429rem;
  }
}

.grid-margin-y {
  margin-top: -0.4464285714rem;
  margin-bottom: -0.4464285714rem;
}
@media print, screen and (min-width: 45em) {
  .grid-margin-y {
    margin-top: -0.8928571429rem;
    margin-bottom: -0.8928571429rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.8928571429rem);
  margin-top: 0.4464285714rem;
  margin-bottom: 0.4464285714rem;
}
@media print, screen and (min-width: 45em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.7857142857rem);
    margin-top: 0.8928571429rem;
    margin-bottom: 0.8928571429rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 0.8928571429rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.8928571429rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.8928571429rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.8928571429rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.8928571429rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.8928571429rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.8928571429rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.8928571429rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.8928571429rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.8928571429rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.8928571429rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.8928571429rem);
}
@media print, screen and (min-width: 45em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.7857142857rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.7857142857rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.7857142857rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.7857142857rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.7857142857rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.7857142857rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.7857142857rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.7857142857rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.7857142857rem);
  }
}

.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  width: 100vw;
}

.cell .grid-frame {
  width: 100%;
}

.cell-block {
  overflow-x: auto;
  max-width: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-y {
  overflow-y: auto;
  max-height: 100%;
  min-height: 100%;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.cell-block-container {
  display: flex;
  flex-direction: column;
  max-height: 100%;
}
.cell-block-container > .grid-x {
  max-height: 100%;
  flex-wrap: nowrap;
}

@media print, screen and (min-width: 45em) {
  .medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .medium-grid-frame {
    width: 100%;
  }
  .medium-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .medium-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .medium-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .medium-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media print, screen and (min-width: 64em) {
  .large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .large-grid-frame {
    width: 100%;
  }
  .large-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .large-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .large-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .large-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100vw;
  }
  .cell .xlarge-grid-frame {
    width: 100%;
  }
  .xlarge-cell-block {
    overflow-x: auto;
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
  .xlarge-cell-block-container {
    display: flex;
    flex-direction: column;
    max-height: 100%;
  }
  .xlarge-cell-block-container > .grid-x {
    max-height: 100%;
    flex-wrap: nowrap;
  }
  .xlarge-cell-block-y {
    overflow-y: auto;
    max-height: 100%;
    min-height: 100%;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.grid-y.grid-frame {
  overflow: hidden;
  position: relative;
  flex-wrap: nowrap;
  align-items: stretch;
  height: 100vh;
  width: auto;
}
@media print, screen and (min-width: 45em) {
  .grid-y.medium-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media print, screen and (min-width: 64em) {
  .grid-y.large-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}
@media screen and (min-width: 75em) {
  .grid-y.xlarge-grid-frame {
    overflow: hidden;
    position: relative;
    flex-wrap: nowrap;
    align-items: stretch;
    height: 100vh;
    width: auto;
  }
}

.cell .grid-y.grid-frame {
  height: 100%;
}
@media print, screen and (min-width: 45em) {
  .cell .grid-y.medium-grid-frame {
    height: 100%;
  }
}
@media print, screen and (min-width: 64em) {
  .cell .grid-y.large-grid-frame {
    height: 100%;
  }
}
@media screen and (min-width: 75em) {
  .cell .grid-y.xlarge-grid-frame {
    height: 100%;
  }
}

.grid-margin-y {
  margin-top: -0.4464285714rem;
  margin-bottom: -0.4464285714rem;
}
@media print, screen and (min-width: 45em) {
  .grid-margin-y {
    margin-top: -0.8928571429rem;
    margin-bottom: -0.8928571429rem;
  }
}
.grid-margin-y > .cell {
  height: calc(100% - 0.8928571429rem);
  margin-top: 0.4464285714rem;
  margin-bottom: 0.4464285714rem;
}
@media print, screen and (min-width: 45em) {
  .grid-margin-y > .cell {
    height: calc(100% - 1.7857142857rem);
    margin-top: 0.8928571429rem;
    margin-bottom: 0.8928571429rem;
  }
}
.grid-margin-y > .auto {
  height: auto;
}
.grid-margin-y > .shrink {
  height: auto;
}
.grid-margin-y > .small-1 {
  height: calc(8.3333333333% - 0.8928571429rem);
}
.grid-margin-y > .small-2 {
  height: calc(16.6666666667% - 0.8928571429rem);
}
.grid-margin-y > .small-3 {
  height: calc(25% - 0.8928571429rem);
}
.grid-margin-y > .small-4 {
  height: calc(33.3333333333% - 0.8928571429rem);
}
.grid-margin-y > .small-5 {
  height: calc(41.6666666667% - 0.8928571429rem);
}
.grid-margin-y > .small-6 {
  height: calc(50% - 0.8928571429rem);
}
.grid-margin-y > .small-7 {
  height: calc(58.3333333333% - 0.8928571429rem);
}
.grid-margin-y > .small-8 {
  height: calc(66.6666666667% - 0.8928571429rem);
}
.grid-margin-y > .small-9 {
  height: calc(75% - 0.8928571429rem);
}
.grid-margin-y > .small-10 {
  height: calc(83.3333333333% - 0.8928571429rem);
}
.grid-margin-y > .small-11 {
  height: calc(91.6666666667% - 0.8928571429rem);
}
.grid-margin-y > .small-12 {
  height: calc(100% - 0.8928571429rem);
}
@media print, screen and (min-width: 45em) {
  .grid-margin-y > .auto {
    height: auto;
  }
  .grid-margin-y > .shrink {
    height: auto;
  }
  .grid-margin-y > .small-1 {
    height: calc(8.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .small-2 {
    height: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .small-3 {
    height: calc(25% - 1.7857142857rem);
  }
  .grid-margin-y > .small-4 {
    height: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .small-5 {
    height: calc(41.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .small-6 {
    height: calc(50% - 1.7857142857rem);
  }
  .grid-margin-y > .small-7 {
    height: calc(58.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .small-8 {
    height: calc(66.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .small-9 {
    height: calc(75% - 1.7857142857rem);
  }
  .grid-margin-y > .small-10 {
    height: calc(83.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .small-11 {
    height: calc(91.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .small-12 {
    height: calc(100% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-auto {
    height: auto;
  }
  .grid-margin-y > .medium-shrink {
    height: auto;
  }
  .grid-margin-y > .medium-1 {
    height: calc(8.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-2 {
    height: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-3 {
    height: calc(25% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-4 {
    height: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-5 {
    height: calc(41.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-6 {
    height: calc(50% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-7 {
    height: calc(58.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-8 {
    height: calc(66.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-9 {
    height: calc(75% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-10 {
    height: calc(83.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-11 {
    height: calc(91.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .medium-12 {
    height: calc(100% - 1.7857142857rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y > .large-auto {
    height: auto;
  }
  .grid-margin-y > .large-shrink {
    height: auto;
  }
  .grid-margin-y > .large-1 {
    height: calc(8.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .large-2 {
    height: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .large-3 {
    height: calc(25% - 1.7857142857rem);
  }
  .grid-margin-y > .large-4 {
    height: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .large-5 {
    height: calc(41.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .large-6 {
    height: calc(50% - 1.7857142857rem);
  }
  .grid-margin-y > .large-7 {
    height: calc(58.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .large-8 {
    height: calc(66.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .large-9 {
    height: calc(75% - 1.7857142857rem);
  }
  .grid-margin-y > .large-10 {
    height: calc(83.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .large-11 {
    height: calc(91.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .large-12 {
    height: calc(100% - 1.7857142857rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y > .xlarge-auto {
    height: auto;
  }
  .grid-margin-y > .xlarge-shrink {
    height: auto;
  }
  .grid-margin-y > .xlarge-1 {
    height: calc(8.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-2 {
    height: calc(16.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-3 {
    height: calc(25% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-4 {
    height: calc(33.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-5 {
    height: calc(41.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-6 {
    height: calc(50% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-7 {
    height: calc(58.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-8 {
    height: calc(66.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-9 {
    height: calc(75% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-10 {
    height: calc(83.3333333333% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-11 {
    height: calc(91.6666666667% - 1.7857142857rem);
  }
  .grid-margin-y > .xlarge-12 {
    height: calc(100% - 1.7857142857rem);
  }
}

.grid-frame.grid-margin-y {
  height: calc(100vh + 0.8928571429rem);
}
@media print, screen and (min-width: 45em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.7857142857rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.7857142857rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-frame.grid-margin-y {
    height: calc(100vh + 1.7857142857rem);
  }
}

@media print, screen and (min-width: 45em) {
  .grid-margin-y.medium-grid-frame {
    height: calc(100vh + 1.7857142857rem);
  }
}
@media print, screen and (min-width: 64em) {
  .grid-margin-y.large-grid-frame {
    height: calc(100vh + 1.7857142857rem);
  }
}
@media screen and (min-width: 75em) {
  .grid-margin-y.xlarge-grid-frame {
    height: calc(100vh + 1.7857142857rem);
  }
}
.button {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.05rem 0;
  padding: 0.85em 1em;
  border: 2px solid transparent;
  border-radius: 99999px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
}
[data-whatinput=mouse] .button {
  outline: 0;
}
.button.tiny {
  font-size: 0.6rem;
}
.button.small {
  font-size: 0.75rem;
}
.button.large {
  font-size: 1.25rem;
}
.button.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
.button, .button.disabled, .button[disabled], .button.disabled:hover, .button[disabled]:hover, .button.disabled:focus, .button[disabled]:focus {
  background-color: #497b2e;
  color: #fefefe;
}
.button:hover, .button:focus {
  background-color: rgb(39.9556213018, 67.3224852071, 25.1775147929);
  color: #fefefe;
}
.button.primary, .button.primary.disabled, .button.primary[disabled], .button.primary.disabled:hover, .button.primary[disabled]:hover, .button.primary.disabled:focus, .button.primary[disabled]:focus {
  background-color: #497b2e;
  color: #fefefe;
}
.button.primary:hover, .button.primary:focus {
  background-color: rgb(47.45, 79.95, 29.9);
  color: #fefefe;
}
.button.secondary, .button.secondary.disabled, .button.secondary[disabled], .button.secondary.disabled:hover, .button.secondary[disabled]:hover, .button.secondary.disabled:focus, .button.secondary[disabled]:focus {
  background-color: #6ba72a;
  color: #fefefe;
}
.button.secondary:hover, .button.secondary:focus {
  background-color: rgb(69.55, 108.55, 27.3);
  color: #fefefe;
}
.button.tertiary, .button.tertiary.disabled, .button.tertiary[disabled], .button.tertiary.disabled:hover, .button.tertiary[disabled]:hover, .button.tertiary.disabled:focus, .button.tertiary[disabled]:focus {
  background-color: #96c41e;
  color: #497b2e;
}
.button.tertiary:hover, .button.tertiary:focus {
  background-color: rgb(97.5, 127.4, 19.5);
  color: #497b2e;
}
.button.success, .button.success.disabled, .button.success[disabled], .button.success.disabled:hover, .button.success[disabled]:hover, .button.success.disabled:focus, .button.success[disabled]:focus {
  background-color: #6fb333;
  color: #fefefe;
}
.button.success:hover, .button.success:focus {
  background-color: rgb(72.15, 116.35, 33.15);
  color: #fefefe;
}
.button.warning, .button.warning.disabled, .button.warning[disabled], .button.warning.disabled:hover, .button.warning[disabled]:hover, .button.warning.disabled:focus, .button.warning[disabled]:focus {
  background-color: #e7a72c;
  color: #497b2e;
}
.button.warning:hover, .button.warning:focus {
  background-color: rgb(160.4946808511, 111.8138297872, 18.2553191489);
  color: #497b2e;
}
.button.alert, .button.alert.disabled, .button.alert[disabled], .button.alert.disabled:hover, .button.alert[disabled]:hover, .button.alert.disabled:focus, .button.alert[disabled]:focus {
  background-color: #921720;
  color: #fefefe;
}
.button.alert:hover, .button.alert:focus {
  background-color: rgb(94.9, 14.95, 20.8);
  color: #fefefe;
}
.button.hollow, .button.hollow:hover, .button.hollow:focus, .button.hollow.disabled, .button.hollow.disabled:hover, .button.hollow.disabled:focus, .button.hollow[disabled], .button.hollow[disabled]:hover, .button.hollow[disabled]:focus {
  background-color: transparent;
}
.button.hollow, .button.hollow.disabled, .button.hollow[disabled], .button.hollow.disabled:hover, .button.hollow[disabled]:hover, .button.hollow.disabled:focus, .button.hollow[disabled]:focus {
  border: 2px solid #497b2e;
  color: #497b2e;
}
.button.hollow:hover, .button.hollow:focus {
  border-color: rgb(36.5, 61.5, 23);
  color: rgb(36.5, 61.5, 23);
}
.button.hollow.primary, .button.hollow.primary.disabled, .button.hollow.primary[disabled], .button.hollow.primary.disabled:hover, .button.hollow.primary[disabled]:hover, .button.hollow.primary.disabled:focus, .button.hollow.primary[disabled]:focus {
  border: 2px solid #497b2e;
  color: #497b2e;
}
.button.hollow.primary:hover, .button.hollow.primary:focus {
  border-color: rgb(36.5, 61.5, 23);
  color: rgb(36.5, 61.5, 23);
}
.button.hollow.secondary, .button.hollow.secondary.disabled, .button.hollow.secondary[disabled], .button.hollow.secondary.disabled:hover, .button.hollow.secondary[disabled]:hover, .button.hollow.secondary.disabled:focus, .button.hollow.secondary[disabled]:focus {
  border: 2px solid #6ba72a;
  color: #6ba72a;
}
.button.hollow.secondary:hover, .button.hollow.secondary:focus {
  border-color: rgb(53.5, 83.5, 21);
  color: rgb(53.5, 83.5, 21);
}
.button.hollow.tertiary, .button.hollow.tertiary.disabled, .button.hollow.tertiary[disabled], .button.hollow.tertiary.disabled:hover, .button.hollow.tertiary[disabled]:hover, .button.hollow.tertiary.disabled:focus, .button.hollow.tertiary[disabled]:focus {
  border: 2px solid #96c41e;
  color: #96c41e;
}
.button.hollow.tertiary:hover, .button.hollow.tertiary:focus {
  border-color: #4b620f;
  color: #4b620f;
}
.button.hollow.success, .button.hollow.success.disabled, .button.hollow.success[disabled], .button.hollow.success.disabled:hover, .button.hollow.success[disabled]:hover, .button.hollow.success.disabled:focus, .button.hollow.success[disabled]:focus {
  border: 2px solid #6fb333;
  color: #6fb333;
}
.button.hollow.success:hover, .button.hollow.success:focus {
  border-color: rgb(55.5, 89.5, 25.5);
  color: rgb(55.5, 89.5, 25.5);
}
.button.hollow.warning, .button.hollow.warning.disabled, .button.hollow.warning[disabled], .button.hollow.warning.disabled:hover, .button.hollow.warning[disabled]:hover, .button.hollow.warning.disabled:focus, .button.hollow.warning[disabled]:focus {
  border: 2px solid #e7a72c;
  color: #e7a72c;
}
.button.hollow.warning:hover, .button.hollow.warning:focus {
  border-color: rgb(123.4574468085, 86.0106382979, 14.0425531915);
  color: rgb(123.4574468085, 86.0106382979, 14.0425531915);
}
.button.hollow.alert, .button.hollow.alert.disabled, .button.hollow.alert[disabled], .button.hollow.alert.disabled:hover, .button.hollow.alert[disabled]:hover, .button.hollow.alert.disabled:focus, .button.hollow.alert[disabled]:focus {
  border: 2px solid #921720;
  color: #921720;
}
.button.hollow.alert:hover, .button.hollow.alert:focus {
  border-color: rgb(73, 11.5, 16);
  color: rgb(73, 11.5, 16);
}
.button.clear, .button.clear:hover, .button.clear:focus, .button.clear.disabled, .button.clear.disabled:hover, .button.clear.disabled:focus, .button.clear[disabled], .button.clear[disabled]:hover, .button.clear[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button.clear, .button.clear.disabled, .button.clear[disabled], .button.clear.disabled:hover, .button.clear[disabled]:hover, .button.clear.disabled:focus, .button.clear[disabled]:focus {
  color: #497b2e;
}
.button.clear:hover, .button.clear:focus {
  color: rgb(36.5, 61.5, 23);
}
.button.clear.primary, .button.clear.primary.disabled, .button.clear.primary[disabled], .button.clear.primary.disabled:hover, .button.clear.primary[disabled]:hover, .button.clear.primary.disabled:focus, .button.clear.primary[disabled]:focus {
  color: #497b2e;
}
.button.clear.primary:hover, .button.clear.primary:focus {
  color: rgb(36.5, 61.5, 23);
}
.button.clear.secondary, .button.clear.secondary.disabled, .button.clear.secondary[disabled], .button.clear.secondary.disabled:hover, .button.clear.secondary[disabled]:hover, .button.clear.secondary.disabled:focus, .button.clear.secondary[disabled]:focus {
  color: #6ba72a;
}
.button.clear.secondary:hover, .button.clear.secondary:focus {
  color: rgb(53.5, 83.5, 21);
}
.button.clear.tertiary, .button.clear.tertiary.disabled, .button.clear.tertiary[disabled], .button.clear.tertiary.disabled:hover, .button.clear.tertiary[disabled]:hover, .button.clear.tertiary.disabled:focus, .button.clear.tertiary[disabled]:focus {
  color: #96c41e;
}
.button.clear.tertiary:hover, .button.clear.tertiary:focus {
  color: #4b620f;
}
.button.clear.success, .button.clear.success.disabled, .button.clear.success[disabled], .button.clear.success.disabled:hover, .button.clear.success[disabled]:hover, .button.clear.success.disabled:focus, .button.clear.success[disabled]:focus {
  color: #6fb333;
}
.button.clear.success:hover, .button.clear.success:focus {
  color: rgb(55.5, 89.5, 25.5);
}
.button.clear.warning, .button.clear.warning.disabled, .button.clear.warning[disabled], .button.clear.warning.disabled:hover, .button.clear.warning[disabled]:hover, .button.clear.warning.disabled:focus, .button.clear.warning[disabled]:focus {
  color: #e7a72c;
}
.button.clear.warning:hover, .button.clear.warning:focus {
  color: rgb(123.4574468085, 86.0106382979, 14.0425531915);
}
.button.clear.alert, .button.clear.alert.disabled, .button.clear.alert[disabled], .button.clear.alert.disabled:hover, .button.clear.alert[disabled]:hover, .button.clear.alert.disabled:focus, .button.clear.alert[disabled]:focus {
  color: #921720;
}
.button.clear.alert:hover, .button.clear.alert:focus {
  color: rgb(73, 11.5, 16);
}
.button.disabled, .button[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}
.button.dropdown::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4em;
  content: "";
  border-bottom-width: 0;
  border-color: #fefefe transparent transparent;
  position: relative;
  top: 0.4em;
  display: inline-block;
  float: right;
  margin-left: 1em;
}
.button.dropdown.hollow::after, .button.dropdown.clear::after {
  border-top-color: #497b2e;
}
.button.dropdown.hollow.primary::after, .button.dropdown.clear.primary::after {
  border-top-color: #497b2e;
}
.button.dropdown.hollow.secondary::after, .button.dropdown.clear.secondary::after {
  border-top-color: #6ba72a;
}
.button.dropdown.hollow.tertiary::after, .button.dropdown.clear.tertiary::after {
  border-top-color: #96c41e;
}
.button.dropdown.hollow.success::after, .button.dropdown.clear.success::after {
  border-top-color: #6fb333;
}
.button.dropdown.hollow.warning::after, .button.dropdown.clear.warning::after {
  border-top-color: #e7a72c;
}
.button.dropdown.hollow.alert::after, .button.dropdown.clear.alert::after {
  border-top-color: #921720;
}
.button.arrow-only::after {
  top: -0.1em;
  float: none;
  margin-left: 0;
}

a.button:hover, a.button:focus {
  text-decoration: none;
}

.button-group {
  margin-bottom: 1rem;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  flex-grow: 1;
}
.button-group::before, .button-group::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.button-group::after {
  clear: both;
}
.button-group::before, .button-group::after {
  display: none;
}
.button-group .button {
  margin: 0;
  margin-right: 0.5952380952rem;
  margin-bottom: 0.5952380952rem;
  font-size: 0.9rem;
  flex: 0 0 auto;
  border-radius: 0;
}
.button-group .button:last-child {
  margin-right: 0;
}
.button-group .button:first-child {
  border-top-left-radius: 99999px;
  border-bottom-left-radius: 99999px;
}
.button-group .button:last-child {
  border-top-right-radius: 99999px;
  border-bottom-right-radius: 99999px;
}
.button-group.tiny .button {
  font-size: 0.6rem;
}
.button-group.small .button {
  font-size: 0.75rem;
}
.button-group.large .button {
  font-size: 1.25rem;
}
.button-group.expanded .button {
  flex: 1 1 0px;
}
.button-group.primary .button, .button-group.primary .button.disabled, .button-group.primary .button[disabled], .button-group.primary .button.disabled:hover, .button-group.primary .button[disabled]:hover, .button-group.primary .button.disabled:focus, .button-group.primary .button[disabled]:focus {
  background-color: #497b2e;
  color: #fefefe;
}
.button-group.primary .button:hover, .button-group.primary .button:focus {
  background-color: rgb(47.45, 79.95, 29.9);
  color: #fefefe;
}
.button-group.secondary .button, .button-group.secondary .button.disabled, .button-group.secondary .button[disabled], .button-group.secondary .button.disabled:hover, .button-group.secondary .button[disabled]:hover, .button-group.secondary .button.disabled:focus, .button-group.secondary .button[disabled]:focus {
  background-color: #6ba72a;
  color: #fefefe;
}
.button-group.secondary .button:hover, .button-group.secondary .button:focus {
  background-color: rgb(69.55, 108.55, 27.3);
  color: #fefefe;
}
.button-group.tertiary .button, .button-group.tertiary .button.disabled, .button-group.tertiary .button[disabled], .button-group.tertiary .button.disabled:hover, .button-group.tertiary .button[disabled]:hover, .button-group.tertiary .button.disabled:focus, .button-group.tertiary .button[disabled]:focus {
  background-color: #96c41e;
  color: #497b2e;
}
.button-group.tertiary .button:hover, .button-group.tertiary .button:focus {
  background-color: rgb(97.5, 127.4, 19.5);
  color: #497b2e;
}
.button-group.success .button, .button-group.success .button.disabled, .button-group.success .button[disabled], .button-group.success .button.disabled:hover, .button-group.success .button[disabled]:hover, .button-group.success .button.disabled:focus, .button-group.success .button[disabled]:focus {
  background-color: #6fb333;
  color: #fefefe;
}
.button-group.success .button:hover, .button-group.success .button:focus {
  background-color: rgb(72.15, 116.35, 33.15);
  color: #fefefe;
}
.button-group.warning .button, .button-group.warning .button.disabled, .button-group.warning .button[disabled], .button-group.warning .button.disabled:hover, .button-group.warning .button[disabled]:hover, .button-group.warning .button.disabled:focus, .button-group.warning .button[disabled]:focus {
  background-color: #e7a72c;
  color: #497b2e;
}
.button-group.warning .button:hover, .button-group.warning .button:focus {
  background-color: rgb(160.4946808511, 111.8138297872, 18.2553191489);
  color: #497b2e;
}
.button-group.alert .button, .button-group.alert .button.disabled, .button-group.alert .button[disabled], .button-group.alert .button.disabled:hover, .button-group.alert .button[disabled]:hover, .button-group.alert .button.disabled:focus, .button-group.alert .button[disabled]:focus {
  background-color: #921720;
  color: #fefefe;
}
.button-group.alert .button:hover, .button-group.alert .button:focus {
  background-color: rgb(94.9, 14.95, 20.8);
  color: #fefefe;
}
.button-group.hollow .button, .button-group.hollow .button:hover, .button-group.hollow .button:focus, .button-group.hollow .button.disabled, .button-group.hollow .button.disabled:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled], .button-group.hollow .button[disabled]:hover, .button-group.hollow .button[disabled]:focus {
  background-color: transparent;
}
.button-group.hollow .button, .button-group.hollow .button.disabled, .button-group.hollow .button[disabled], .button-group.hollow .button.disabled:hover, .button-group.hollow .button[disabled]:hover, .button-group.hollow .button.disabled:focus, .button-group.hollow .button[disabled]:focus {
  border: 2px solid #497b2e;
  color: #497b2e;
}
.button-group.hollow .button:hover, .button-group.hollow .button:focus {
  border-color: rgb(36.5, 61.5, 23);
  color: rgb(36.5, 61.5, 23);
}
.button-group.hollow.primary .button, .button-group.hollow.primary .button.disabled, .button-group.hollow.primary .button[disabled], .button-group.hollow.primary .button.disabled:hover, .button-group.hollow.primary .button[disabled]:hover, .button-group.hollow.primary .button.disabled:focus, .button-group.hollow.primary .button[disabled]:focus, .button-group.hollow .button.primary, .button-group.hollow .button.primary.disabled, .button-group.hollow .button.primary[disabled], .button-group.hollow .button.primary.disabled:hover, .button-group.hollow .button.primary[disabled]:hover, .button-group.hollow .button.primary.disabled:focus, .button-group.hollow .button.primary[disabled]:focus {
  border: 2px solid #497b2e;
  color: #497b2e;
}
.button-group.hollow.primary .button:hover, .button-group.hollow.primary .button:focus, .button-group.hollow .button.primary:hover, .button-group.hollow .button.primary:focus {
  border-color: rgb(36.5, 61.5, 23);
  color: rgb(36.5, 61.5, 23);
}
.button-group.hollow.secondary .button, .button-group.hollow.secondary .button.disabled, .button-group.hollow.secondary .button[disabled], .button-group.hollow.secondary .button.disabled:hover, .button-group.hollow.secondary .button[disabled]:hover, .button-group.hollow.secondary .button.disabled:focus, .button-group.hollow.secondary .button[disabled]:focus, .button-group.hollow .button.secondary, .button-group.hollow .button.secondary.disabled, .button-group.hollow .button.secondary[disabled], .button-group.hollow .button.secondary.disabled:hover, .button-group.hollow .button.secondary[disabled]:hover, .button-group.hollow .button.secondary.disabled:focus, .button-group.hollow .button.secondary[disabled]:focus {
  border: 2px solid #6ba72a;
  color: #6ba72a;
}
.button-group.hollow.secondary .button:hover, .button-group.hollow.secondary .button:focus, .button-group.hollow .button.secondary:hover, .button-group.hollow .button.secondary:focus {
  border-color: rgb(53.5, 83.5, 21);
  color: rgb(53.5, 83.5, 21);
}
.button-group.hollow.tertiary .button, .button-group.hollow.tertiary .button.disabled, .button-group.hollow.tertiary .button[disabled], .button-group.hollow.tertiary .button.disabled:hover, .button-group.hollow.tertiary .button[disabled]:hover, .button-group.hollow.tertiary .button.disabled:focus, .button-group.hollow.tertiary .button[disabled]:focus, .button-group.hollow .button.tertiary, .button-group.hollow .button.tertiary.disabled, .button-group.hollow .button.tertiary[disabled], .button-group.hollow .button.tertiary.disabled:hover, .button-group.hollow .button.tertiary[disabled]:hover, .button-group.hollow .button.tertiary.disabled:focus, .button-group.hollow .button.tertiary[disabled]:focus {
  border: 2px solid #96c41e;
  color: #96c41e;
}
.button-group.hollow.tertiary .button:hover, .button-group.hollow.tertiary .button:focus, .button-group.hollow .button.tertiary:hover, .button-group.hollow .button.tertiary:focus {
  border-color: #4b620f;
  color: #4b620f;
}
.button-group.hollow.success .button, .button-group.hollow.success .button.disabled, .button-group.hollow.success .button[disabled], .button-group.hollow.success .button.disabled:hover, .button-group.hollow.success .button[disabled]:hover, .button-group.hollow.success .button.disabled:focus, .button-group.hollow.success .button[disabled]:focus, .button-group.hollow .button.success, .button-group.hollow .button.success.disabled, .button-group.hollow .button.success[disabled], .button-group.hollow .button.success.disabled:hover, .button-group.hollow .button.success[disabled]:hover, .button-group.hollow .button.success.disabled:focus, .button-group.hollow .button.success[disabled]:focus {
  border: 2px solid #6fb333;
  color: #6fb333;
}
.button-group.hollow.success .button:hover, .button-group.hollow.success .button:focus, .button-group.hollow .button.success:hover, .button-group.hollow .button.success:focus {
  border-color: rgb(55.5, 89.5, 25.5);
  color: rgb(55.5, 89.5, 25.5);
}
.button-group.hollow.warning .button, .button-group.hollow.warning .button.disabled, .button-group.hollow.warning .button[disabled], .button-group.hollow.warning .button.disabled:hover, .button-group.hollow.warning .button[disabled]:hover, .button-group.hollow.warning .button.disabled:focus, .button-group.hollow.warning .button[disabled]:focus, .button-group.hollow .button.warning, .button-group.hollow .button.warning.disabled, .button-group.hollow .button.warning[disabled], .button-group.hollow .button.warning.disabled:hover, .button-group.hollow .button.warning[disabled]:hover, .button-group.hollow .button.warning.disabled:focus, .button-group.hollow .button.warning[disabled]:focus {
  border: 2px solid #e7a72c;
  color: #e7a72c;
}
.button-group.hollow.warning .button:hover, .button-group.hollow.warning .button:focus, .button-group.hollow .button.warning:hover, .button-group.hollow .button.warning:focus {
  border-color: rgb(123.4574468085, 86.0106382979, 14.0425531915);
  color: rgb(123.4574468085, 86.0106382979, 14.0425531915);
}
.button-group.hollow.alert .button, .button-group.hollow.alert .button.disabled, .button-group.hollow.alert .button[disabled], .button-group.hollow.alert .button.disabled:hover, .button-group.hollow.alert .button[disabled]:hover, .button-group.hollow.alert .button.disabled:focus, .button-group.hollow.alert .button[disabled]:focus, .button-group.hollow .button.alert, .button-group.hollow .button.alert.disabled, .button-group.hollow .button.alert[disabled], .button-group.hollow .button.alert.disabled:hover, .button-group.hollow .button.alert[disabled]:hover, .button-group.hollow .button.alert.disabled:focus, .button-group.hollow .button.alert[disabled]:focus {
  border: 2px solid #921720;
  color: #921720;
}
.button-group.hollow.alert .button:hover, .button-group.hollow.alert .button:focus, .button-group.hollow .button.alert:hover, .button-group.hollow .button.alert:focus {
  border-color: rgb(73, 11.5, 16);
  color: rgb(73, 11.5, 16);
}
.button-group.clear .button, .button-group.clear .button:hover, .button-group.clear .button:focus, .button-group.clear .button.disabled, .button-group.clear .button.disabled:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled], .button-group.clear .button[disabled]:hover, .button-group.clear .button[disabled]:focus {
  border-color: transparent;
  background-color: transparent;
}
.button-group.clear .button, .button-group.clear .button.disabled, .button-group.clear .button[disabled], .button-group.clear .button.disabled:hover, .button-group.clear .button[disabled]:hover, .button-group.clear .button.disabled:focus, .button-group.clear .button[disabled]:focus {
  color: #497b2e;
}
.button-group.clear .button:hover, .button-group.clear .button:focus {
  color: rgb(36.5, 61.5, 23);
}
.button-group.clear.primary .button, .button-group.clear.primary .button.disabled, .button-group.clear.primary .button[disabled], .button-group.clear.primary .button.disabled:hover, .button-group.clear.primary .button[disabled]:hover, .button-group.clear.primary .button.disabled:focus, .button-group.clear.primary .button[disabled]:focus, .button-group.clear .button.primary, .button-group.clear .button.primary.disabled, .button-group.clear .button.primary[disabled], .button-group.clear .button.primary.disabled:hover, .button-group.clear .button.primary[disabled]:hover, .button-group.clear .button.primary.disabled:focus, .button-group.clear .button.primary[disabled]:focus {
  color: #497b2e;
}
.button-group.clear.primary .button:hover, .button-group.clear.primary .button:focus, .button-group.clear .button.primary:hover, .button-group.clear .button.primary:focus {
  color: rgb(36.5, 61.5, 23);
}
.button-group.clear.secondary .button, .button-group.clear.secondary .button.disabled, .button-group.clear.secondary .button[disabled], .button-group.clear.secondary .button.disabled:hover, .button-group.clear.secondary .button[disabled]:hover, .button-group.clear.secondary .button.disabled:focus, .button-group.clear.secondary .button[disabled]:focus, .button-group.clear .button.secondary, .button-group.clear .button.secondary.disabled, .button-group.clear .button.secondary[disabled], .button-group.clear .button.secondary.disabled:hover, .button-group.clear .button.secondary[disabled]:hover, .button-group.clear .button.secondary.disabled:focus, .button-group.clear .button.secondary[disabled]:focus {
  color: #6ba72a;
}
.button-group.clear.secondary .button:hover, .button-group.clear.secondary .button:focus, .button-group.clear .button.secondary:hover, .button-group.clear .button.secondary:focus {
  color: rgb(53.5, 83.5, 21);
}
.button-group.clear.tertiary .button, .button-group.clear.tertiary .button.disabled, .button-group.clear.tertiary .button[disabled], .button-group.clear.tertiary .button.disabled:hover, .button-group.clear.tertiary .button[disabled]:hover, .button-group.clear.tertiary .button.disabled:focus, .button-group.clear.tertiary .button[disabled]:focus, .button-group.clear .button.tertiary, .button-group.clear .button.tertiary.disabled, .button-group.clear .button.tertiary[disabled], .button-group.clear .button.tertiary.disabled:hover, .button-group.clear .button.tertiary[disabled]:hover, .button-group.clear .button.tertiary.disabled:focus, .button-group.clear .button.tertiary[disabled]:focus {
  color: #96c41e;
}
.button-group.clear.tertiary .button:hover, .button-group.clear.tertiary .button:focus, .button-group.clear .button.tertiary:hover, .button-group.clear .button.tertiary:focus {
  color: #4b620f;
}
.button-group.clear.success .button, .button-group.clear.success .button.disabled, .button-group.clear.success .button[disabled], .button-group.clear.success .button.disabled:hover, .button-group.clear.success .button[disabled]:hover, .button-group.clear.success .button.disabled:focus, .button-group.clear.success .button[disabled]:focus, .button-group.clear .button.success, .button-group.clear .button.success.disabled, .button-group.clear .button.success[disabled], .button-group.clear .button.success.disabled:hover, .button-group.clear .button.success[disabled]:hover, .button-group.clear .button.success.disabled:focus, .button-group.clear .button.success[disabled]:focus {
  color: #6fb333;
}
.button-group.clear.success .button:hover, .button-group.clear.success .button:focus, .button-group.clear .button.success:hover, .button-group.clear .button.success:focus {
  color: rgb(55.5, 89.5, 25.5);
}
.button-group.clear.warning .button, .button-group.clear.warning .button.disabled, .button-group.clear.warning .button[disabled], .button-group.clear.warning .button.disabled:hover, .button-group.clear.warning .button[disabled]:hover, .button-group.clear.warning .button.disabled:focus, .button-group.clear.warning .button[disabled]:focus, .button-group.clear .button.warning, .button-group.clear .button.warning.disabled, .button-group.clear .button.warning[disabled], .button-group.clear .button.warning.disabled:hover, .button-group.clear .button.warning[disabled]:hover, .button-group.clear .button.warning.disabled:focus, .button-group.clear .button.warning[disabled]:focus {
  color: #e7a72c;
}
.button-group.clear.warning .button:hover, .button-group.clear.warning .button:focus, .button-group.clear .button.warning:hover, .button-group.clear .button.warning:focus {
  color: rgb(123.4574468085, 86.0106382979, 14.0425531915);
}
.button-group.clear.alert .button, .button-group.clear.alert .button.disabled, .button-group.clear.alert .button[disabled], .button-group.clear.alert .button.disabled:hover, .button-group.clear.alert .button[disabled]:hover, .button-group.clear.alert .button.disabled:focus, .button-group.clear.alert .button[disabled]:focus, .button-group.clear .button.alert, .button-group.clear .button.alert.disabled, .button-group.clear .button.alert[disabled], .button-group.clear .button.alert.disabled:hover, .button-group.clear .button.alert[disabled]:hover, .button-group.clear .button.alert.disabled:focus, .button-group.clear .button.alert[disabled]:focus {
  color: #921720;
}
.button-group.clear.alert .button:hover, .button-group.clear.alert .button:focus, .button-group.clear .button.alert:hover, .button-group.clear .button.alert:focus {
  color: rgb(73, 11.5, 16);
}
.button-group.no-gaps .button {
  margin-right: -0.119047619rem;
}
.button-group.no-gaps .button + .button {
  border-left-color: transparent;
}
.button-group.stacked, .button-group.stacked-for-small, .button-group.stacked-for-medium {
  flex-wrap: wrap;
}
.button-group.stacked .button, .button-group.stacked-for-small .button, .button-group.stacked-for-medium .button {
  flex: 0 0 100%;
  border-radius: 0;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  margin-bottom: 0;
}
.button-group.stacked .button:first-child, .button-group.stacked-for-small .button:first-child, .button-group.stacked-for-medium .button:first-child {
  border-top-left-radius: 99999px;
  border-top-right-radius: 99999px;
}
.button-group.stacked .button:last-child, .button-group.stacked-for-small .button:last-child, .button-group.stacked-for-medium .button:last-child {
  border-bottom-left-radius: 99999px;
  border-bottom-right-radius: 99999px;
}
.button-group.stacked.expanded .button, .button-group.stacked-for-small.expanded .button, .button-group.stacked-for-medium.expanded .button {
  flex: 1 1 0px;
}
@media print, screen and (min-width: 45em) {
  .button-group.stacked-for-small .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .button-group.stacked-for-small .button:first-child {
    border-top-left-radius: 99999px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 99999px;
  }
  .button-group.stacked-for-small .button:last-child {
    border-top-right-radius: 99999px;
    border-bottom-right-radius: 99999px;
    border-bottom-left-radius: 0;
  }
}
@media print, screen and (min-width: 64em) {
  .button-group.stacked-for-medium .button {
    flex: 0 0 auto;
    margin-bottom: 0;
  }
  .button-group.stacked-for-medium .button:first-child {
    border-top-left-radius: 99999px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 99999px;
  }
  .button-group.stacked-for-medium .button:last-child {
    border-top-right-radius: 99999px;
    border-bottom-right-radius: 99999px;
    border-bottom-left-radius: 0;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .button-group.stacked-for-small.expanded {
    display: block;
  }
  .button-group.stacked-for-small.expanded .button {
    display: block;
    margin-right: 0;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .button-group.stacked-for-medium.expanded {
    display: block;
  }
  .button-group.stacked-for-medium.expanded .button {
    display: block;
    margin-right: 0;
  }
}

.close-button {
  position: absolute;
  z-index: 10;
  color: #555555;
  cursor: pointer;
}
[data-whatinput=mouse] .close-button {
  outline: 0;
}
.close-button:hover, .close-button:focus {
  color: #0a0a0a;
}
.close-button.small {
  right: 0.66rem;
  top: 0.33em;
  font-size: 1.5em;
  line-height: 1;
}

.close-button.medium, .close-button {
  right: 1rem;
  top: 0.5rem;
  font-size: 2em;
  line-height: 1;
}

.label {
  display: inline-block;
  padding: 0.33333rem 0.5rem;
  border-radius: 99999px;
  font-size: 0.8333333333rem;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
  background: #497b2e;
  color: #fefefe;
}
.label.primary {
  background: #497b2e;
  color: #fefefe;
}
.label.secondary {
  background: #6ba72a;
  color: #0a0a0a;
}
.label.tertiary {
  background: #96c41e;
  color: #0a0a0a;
}
.label.success {
  background: #6fb333;
  color: #0a0a0a;
}
.label.warning {
  background: #e7a72c;
  color: #0a0a0a;
}
.label.alert {
  background: #921720;
  color: #fefefe;
}

.progress {
  height: 1rem;
  margin-bottom: 1.05rem;
  border-radius: 99999px;
  background-color: #8a8a8a;
}
.progress.primary .progress-meter {
  background-color: #497b2e;
}
.progress.secondary .progress-meter {
  background-color: #6ba72a;
}
.progress.tertiary .progress-meter {
  background-color: #96c41e;
}
.progress.success .progress-meter {
  background-color: #6fb333;
}
.progress.warning .progress-meter {
  background-color: #e7a72c;
}
.progress.alert .progress-meter {
  background-color: #921720;
}

.progress-meter {
  position: relative;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #497b2e;
  border-radius: 99999px;
}

.progress-meter-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  font-size: 0.75rem;
  font-weight: bold;
  color: #fefefe;
  white-space: nowrap;
  border-radius: 99999px;
}

.slider {
  position: relative;
  height: 0.5rem;
  margin-top: 1.25rem;
  margin-bottom: 2.25rem;
  background-color: #f0f0f0;
  cursor: pointer;
  user-select: none;
  touch-action: none;
}

.slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  max-width: 100%;
  height: 0.5rem;
  background-color: #8a8a8a;
  transition: all 0.2s ease-in-out;
}
.slider-fill.is-dragging {
  transition: all 0s linear;
}

.slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  cursor: grab;
  display: inline-block;
  width: 1.4rem;
  height: 1.4rem;
  border-radius: 99999px;
  background-color: #497b2e;
  transition: all 0.2s ease-in-out;
  touch-action: manipulation;
}
[data-whatinput=mouse] .slider-handle {
  outline: 0;
}
.slider-handle:hover {
  background-color: rgb(62.05, 104.55, 39.1);
}
.slider-handle.is-dragging {
  transition: all 0s linear;
  cursor: grabbing;
}

.slider.disabled,
.slider[disabled] {
  opacity: 0.25;
  cursor: not-allowed;
}

.slider.vertical {
  display: inline-block;
  width: 0.5rem;
  height: 12.5rem;
  margin: 0 1.25rem;
  transform: scale(1, -1);
}
.slider.vertical .slider-fill {
  top: 0;
  width: 0.5rem;
  max-height: 100%;
}
.slider.vertical .slider-handle {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1.4rem;
  height: 1.4rem;
  transform: translateX(-50%);
}

input[type=range] {
  display: block;
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  margin-bottom: 0.45rem;
  appearance: none;
  border: 0;
  line-height: 1;
  cursor: pointer;
  border-radius: 99999px;
}
input[type=range]:focus {
  outline: 0;
}
input[type=range][disabled] {
  opacity: 0.25;
}
input[type=range]::-webkit-slider-runnable-track {
  height: 0.5rem;
  background: #f0f0f0;
}
input[type=range]::-webkit-slider-thumb {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -webkit-appearance: none;
  background: #497b2e;
  border-radius: 99999px;
}
input[type=range]::-moz-range-track {
  height: 0.5rem;
  -moz-appearance: none;
  background: #f0f0f0;
}
input[type=range]::-moz-range-thumb {
  width: 1.4rem;
  height: 1.4rem;
  margin-top: -0.45rem;
  -moz-appearance: none;
  background: #497b2e;
  border-radius: 99999px;
}
input[type=range]::-ms-track {
  height: 0.5rem;
  border: 0;
  border-top: 0.45rem solid #fefefe;
  border-bottom: 0.45rem solid #fefefe;
  background: #f0f0f0;
  overflow: visible;
  color: transparent;
}
input[type=range]::-ms-thumb {
  width: 1.4rem;
  height: 1.4rem;
  border: 0;
  background: #497b2e;
  border-radius: 99999px;
}
input[type=range]::-ms-fill-lower {
  background: #8a8a8a;
}
input[type=range]::-ms-fill-upper {
  background: #f0f0f0;
}
output {
  vertical-align: middle;
  margin-left: 0.5em;
  line-height: 1.4rem;
}

.switch {
  position: relative;
  margin-bottom: 1.05rem;
  outline: 0;
  font-size: 0.8333333333rem;
  font-weight: bold;
  color: #fefefe;
  user-select: none;
  height: 2rem;
}

.switch-input {
  position: absolute;
  margin-bottom: 0;
  opacity: 0;
}

.switch-paddle {
  position: relative;
  display: block;
  width: 4rem;
  height: 2rem;
  border-radius: 99999px;
  background: #8a8a8a;
  transition: all 0.25s ease-out;
  font-weight: inherit;
  color: inherit;
  cursor: pointer;
}
input + .switch-paddle {
  margin: 0;
}
.switch-paddle::after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  transform: translate3d(0, 0, 0);
  border-radius: 99999px;
  background: #fefefe;
  transition: all 0.25s ease-out;
  content: "";
}
input:checked ~ .switch-paddle {
  background: #497b2e;
}
input:checked ~ .switch-paddle::after {
  left: 2.25rem;
}
input:disabled ~ .switch-paddle {
  cursor: not-allowed;
  opacity: 0.5;
}
[data-whatinput=mouse] input:focus ~ .switch-paddle {
  outline: 0;
}

.switch-inactive, .switch-active {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.switch-active {
  left: 8%;
  display: none;
}
input:checked + label > .switch-active {
  display: block;
}

.switch-inactive {
  right: 15%;
}
input:checked + label > .switch-inactive {
  display: none;
}

.switch.tiny {
  height: 1.5rem;
}
.switch.tiny .switch-paddle {
  width: 3rem;
  height: 1.5rem;
  font-size: 0.5952380952rem;
}
.switch.tiny .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1rem;
  height: 1rem;
}
.switch.tiny input:checked ~ .switch-paddle::after {
  left: 1.75rem;
}

.switch.small {
  height: 1.75rem;
}
.switch.small .switch-paddle {
  width: 3.5rem;
  height: 1.75rem;
  font-size: 0.7142857143rem;
}
.switch.small .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 1.25rem;
  height: 1.25rem;
}
.switch.small input:checked ~ .switch-paddle::after {
  left: 2rem;
}

.switch.large {
  height: 2.5rem;
}
.switch.large .switch-paddle {
  width: 5rem;
  height: 2.5rem;
  font-size: 0.9523809524rem;
}
.switch.large .switch-paddle::after {
  top: 0.25rem;
  left: 0.25rem;
  width: 2rem;
  height: 2rem;
}
.switch.large input:checked ~ .switch-paddle::after {
  left: 2.75rem;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1.05rem;
  border-radius: 99999px;
}
thead,
tbody,
tfoot {
  border: 1px solid var(--current-std-border-color);
  background-color: transparent;
}

caption {
  padding: 0.4761904762rem 0.5952380952rem 0.5952380952rem;
  font-weight: bold;
}

thead {
  background: rgba(6.375, 6.375, 6.375, 0);
  color: #0a0a0a;
}

tfoot {
  background: rgba(12.75, 12.75, 12.75, 0);
  color: #0a0a0a;
}

thead tr,
tfoot tr {
  background: transparent;
}
thead th,
thead td,
tfoot th,
tfoot td {
  padding: 0.4761904762rem 0.5952380952rem 0.5952380952rem;
  font-weight: bold;
  text-align: left;
}

tbody th,
tbody td {
  padding: 0.4761904762rem 0.5952380952rem 0.5952380952rem;
}

tbody tr:nth-child(even) {
  border-bottom: 0;
  background-color: rgb(191.6627218935, 224.650887574, 173.849112426);
}

table.unstriped tbody {
  background-color: transparent;
}
table.unstriped tbody tr {
  border-bottom: 1px solid var(--current-std-border-color);
  background-color: transparent;
}

@media print, screen and (max-width: 44.99875em) {
  table.stack thead {
    display: none;
  }
  table.stack tfoot {
    display: none;
  }
  table.stack tr,
  table.stack th,
  table.stack td {
    display: block;
  }
  table.stack td {
    border-top: 0;
  }
}

table.scroll {
  display: block;
  width: 100%;
  overflow-x: auto;
}

table.hover thead tr:hover {
  background-color: rgba(1.275, 1.275, 1.275, 0);
}
table.hover tfoot tr:hover {
  background-color: rgba(7.65, 7.65, 7.65, 0);
}
table.hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0);
}
table.hover:not(.unstriped) tr:nth-of-type(even):hover {
  background-color: rgba(0, 0, 0, 0);
}

.table-scroll {
  overflow-x: auto;
}

.badge {
  display: inline-block;
  min-width: 2.1em;
  padding: 0.3em;
  border-radius: 50%;
  font-size: 0.6rem;
  text-align: center;
  background: #497b2e;
  color: #fefefe;
}
.badge.primary {
  background: #497b2e;
  color: #fefefe;
}
.badge.secondary {
  background: #6ba72a;
  color: #0a0a0a;
}
.badge.tertiary {
  background: #96c41e;
  color: #0a0a0a;
}
.badge.success {
  background: #6fb333;
  color: #0a0a0a;
}
.badge.warning {
  background: #e7a72c;
  color: #0a0a0a;
}
.badge.alert {
  background: #921720;
  color: #fefefe;
}

.breadcrumbs {
  margin: 0 0 1.05rem 0;
  list-style: none;
}
.breadcrumbs::before, .breadcrumbs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.breadcrumbs::after {
  clear: both;
}
.breadcrumbs li {
  float: left;
  font-size: 0.6547619048rem;
  color: #0a0a0a;
  cursor: default;
  text-transform: uppercase;
}
.breadcrumbs li:not(:last-child)::after {
  position: relative;
  margin: 0 0.75rem;
  opacity: 1;
  content: "/";
  color: #8a8a8a;
}
.breadcrumbs a {
  color: #497b2e;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs .disabled {
  color: #8a8a8a;
  cursor: not-allowed;
}

.callout {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  border: 2px solid rgba(10, 10, 10, 0.25);
  border-radius: 99999px;
  background-color: rgb(254.85, 254.85, 254.85);
  color: #0a0a0a;
}
.callout > :first-child {
  margin-top: 0;
}
.callout > :last-child {
  margin-bottom: 0;
}
.callout.primary {
  background-color: rgb(225.9443786982, 241.0775147929, 217.7724852071);
  color: #0a0a0a;
}
.callout.secondary {
  background-color: rgb(232.9650717703, 245.9267942584, 218.9232057416);
  color: #0a0a0a;
}
.callout.tertiary {
  background-color: rgb(240.6743362832, 249.3451327434, 218.0548672566);
  color: #0a0a0a;
}
.callout.success {
  background-color: rgb(233.2695652174, 245.6869565217, 222.3130434783);
  color: #0a0a0a;
}
.callout.warning {
  background-color: rgb(251.4, 241.8, 223.35);
  color: #0a0a0a;
}
.callout.alert {
  background-color: rgb(248.0387573964, 210.8112426036, 213.5352071006);
  color: #0a0a0a;
}
.callout.small {
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
}
.callout.large {
  padding-top: 3rem;
  padding-right: 3rem;
  padding-bottom: 3rem;
  padding-left: 3rem;
}

.card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.05rem;
  border: 0px solid transparent;
  border-radius: 0px;
  background: #f0f0f0;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.card > :last-child {
  margin-bottom: 0;
}

.card-divider {
  display: flex;
  flex: 0 1 auto;
  padding: 0.75rem;
  background: #f0f0f0;
}
.card-divider > :last-child {
  margin-bottom: 0;
}

.card-section {
  flex: 1 0 auto;
  padding: 0.75rem;
}
.card-section > :last-child {
  margin-bottom: 0;
}

.card-image {
  min-height: 1px;
}

.dropdown-pane {
  position: absolute;
  z-index: 10;
  display: none;
  width: 300px;
  padding: 1rem;
  visibility: hidden;
  border: 1px solid var(--current-std-border-color);
  border-radius: 1.05rem;
  background-color: #fefefe;
  font-size: 1rem;
}
.dropdown-pane.is-opening {
  display: block;
}
.dropdown-pane.is-open {
  display: block;
  visibility: visible;
}

.dropdown-pane.tiny {
  width: 100px;
}

.dropdown-pane.small {
  width: 200px;
}

.dropdown-pane.large {
  width: 400px;
}

.pagination {
  margin-left: 0;
  margin-bottom: 1.05rem;
}
.pagination::before, .pagination::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.pagination::after {
  clear: both;
}
.pagination li {
  margin-right: 0.0595238095rem;
  border-radius: 99999px;
  font-size: 0.8333333333rem;
  display: none;
}
.pagination li:last-child, .pagination li:first-child {
  display: inline-block;
}
@media print, screen and (min-width: 45em) {
  .pagination li {
    display: inline-block;
  }
}
.pagination a,
.pagination button {
  display: block;
  padding: 0.1785714286rem 0.5952380952rem;
  border-radius: 99999px;
  color: #0a0a0a;
}
.pagination a:hover,
.pagination button:hover {
  background: #f0f0f0;
}
.pagination .current {
  padding: 0.1785714286rem 0.5952380952rem;
  background: #497b2e;
  color: #fefefe;
  cursor: default;
}
.pagination .disabled {
  padding: 0.1785714286rem 0.5952380952rem;
  color: #8a8a8a;
  cursor: not-allowed;
}
.pagination .disabled:hover {
  background: transparent;
}
.pagination .ellipsis::after {
  padding: 0.1785714286rem 0.5952380952rem;
  content: "…";
  color: #0a0a0a;
}

.pagination-previous a::before,
.pagination-previous.disabled::before {
  display: inline-block;
  margin-right: 0.5rem;
  content: "«";
}

.pagination-next a::after,
.pagination-next.disabled::after {
  display: inline-block;
  margin-left: 0.5rem;
  content: "»";
}

.has-tip {
  position: relative;
  display: inline-block;
  border-bottom: auto;
  font-weight: bold;
  cursor: pointer;
}

.tooltip {
  position: absolute;
  top: calc(100% + 0.6495rem);
  z-index: 1200;
  max-width: 10rem;
  padding: 0.75rem;
  border-radius: 99999px;
  background-color: rgba(10, 10, 10, 0.8);
  font-size: 0.8333333333rem;
  color: #fefefe;
}
.tooltip::before {
  position: absolute;
}
.tooltip.bottom::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent rgba(10, 10, 10, 0.8);
  bottom: 100%;
}
.tooltip.bottom.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.top::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-bottom-width: 0;
  border-color: rgba(10, 10, 10, 0.8) transparent transparent;
  top: 100%;
  bottom: auto;
}
.tooltip.top.align-center::before {
  left: 50%;
  transform: translateX(-50%);
}
.tooltip.left::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent rgba(10, 10, 10, 0.8);
  left: 100%;
}
.tooltip.left.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.right::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.75rem;
  content: "";
  border-left-width: 0;
  border-color: transparent rgba(10, 10, 10, 0.8) transparent transparent;
  right: 100%;
  left: auto;
}
.tooltip.right.align-center::before {
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
.tooltip.align-top::before {
  bottom: auto;
  top: 10%;
}
.tooltip.align-bottom::before {
  bottom: 10%;
  top: auto;
}
.tooltip.align-left::before {
  left: 10%;
  right: auto;
}
.tooltip.align-right::before {
  left: auto;
  right: 10%;
}

.accordion {
  margin-left: 0;
  background: #fefefe;
  list-style-type: none;
}
.accordion[disabled] .accordion-title {
  cursor: not-allowed;
}

.accordion-item:first-child > :first-child {
  border-radius: 99999px 99999px 0 0;
}
.accordion-item:last-child > :last-child {
  border-radius: 0 0 99999px 99999px;
}

.accordion-title {
  position: relative;
  display: block;
  padding: 1.25rem 1rem;
  border: 1px solid var(--current-std-border-color);
  border-bottom: 0;
  font-size: 0.8333333333rem;
  line-height: 1;
  color: #6ba72a;
}
:last-child:not(.is-active) > .accordion-title {
  border-bottom: 1px solid var(--current-std-border-color);
  border-radius: 0 0 99999px 99999px;
}
.accordion-title:hover, .accordion-title:focus {
  background-color: rgba(73, 123, 46, 0.25);
}
.accordion-title::before {
  position: absolute;
  top: 50%;
  right: 1rem;
  margin-top: -0.5rem;
  content: "+";
}
.is-active > .accordion-title::before {
  content: "–";
}

.accordion-content {
  display: none;
  padding: 1rem;
  border: 1px solid var(--current-std-border-color);
  border-bottom: 0;
  background-color: #fefefe;
  color: #0a0a0a;
}
:last-child > .accordion-content:last-child {
  border-bottom: 1px solid var(--current-std-border-color);
}

.media-object {
  display: flex;
  margin-bottom: 1.05rem;
  flex-wrap: nowrap;
}
.media-object img {
  max-width: none;
}
@media print, screen and (max-width: 44.99875em) {
  .media-object.stack-for-small {
    flex-wrap: wrap;
  }
}

.media-object-section {
  flex: 0 1 auto;
}
.media-object-section:first-child {
  padding-right: 0.75rem;
}
.media-object-section:last-child:not(:nth-child(2)) {
  padding-left: 0.75rem;
}
.media-object-section > :last-child {
  margin-bottom: 0;
}
@media print, screen and (max-width: 44.99875em) {
  .stack-for-small .media-object-section {
    padding: 0;
    padding-bottom: 0.75rem;
    flex-basis: 100%;
    max-width: 100%;
  }
  .stack-for-small .media-object-section img {
    width: 100%;
  }
}
.media-object-section.main-section {
  flex: 1 1 0px;
}

.orbit {
  position: relative;
}

.orbit-container {
  position: relative;
  height: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
}

.orbit-slide {
  width: 100%;
  position: absolute;
}
.orbit-slide.no-motionui.is-active {
  top: 0;
  left: 0;
}

.orbit-figure {
  margin: 0;
}

.orbit-image {
  width: 100%;
  max-width: 100%;
  margin: 0;
}

.orbit-caption {
  position: absolute;
  bottom: 0;
  width: 100%;
  margin-bottom: 0;
  padding: 1rem;
  background-color: rgba(10, 10, 10, 0.5);
  color: #fefefe;
}

.orbit-next, .orbit-previous {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  padding: 1rem;
  color: #fefefe;
}
[data-whatinput=mouse] .orbit-next, [data-whatinput=mouse] .orbit-previous {
  outline: 0;
}
.orbit-next:hover, .orbit-previous:hover, .orbit-next:active, .orbit-previous:active, .orbit-next:focus, .orbit-previous:focus {
  background-color: rgba(10, 10, 10, 0.5);
}

.orbit-previous {
  left: 0;
}

.orbit-next {
  left: auto;
  right: 0;
}

.orbit-bullets {
  position: relative;
  margin-top: 0.8rem;
  margin-bottom: 0.8rem;
  text-align: center;
}
[data-whatinput=mouse] .orbit-bullets {
  outline: 0;
}
.orbit-bullets button {
  width: 0.9rem;
  height: 0.9rem;
  margin: 0.1rem;
  border-radius: 50%;
  background-color: rgba(10, 10, 10, 0.5);
}
.orbit-bullets button:hover {
  background-color: #497b2e;
}
.orbit-bullets button.is-active {
  background-color: #497b2e;
}

.responsive-embed,
.flex-video {
  position: relative;
  height: 0;
  margin-bottom: 0.9523809524rem;
  padding-bottom: 75%;
  overflow: hidden;
}
.responsive-embed iframe,
.responsive-embed object,
.responsive-embed embed,
.responsive-embed video,
.flex-video iframe,
.flex-video object,
.flex-video embed,
.flex-video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-embed.widescreen,
.flex-video.widescreen {
  padding-bottom: 56.25%;
}
.responsive-embed.dinA4-vertical,
.flex-video.dinA4-vertical {
  padding-bottom: 140%;
}
.responsive-embed.dinA4-horizontal,
.flex-video.dinA4-horizontal {
  padding-bottom: 71.4285714286%;
}

.tabs {
  margin: 0;
  border: 1px solid #f0f0f0;
  background: none;
  list-style-type: none;
}
.tabs::before, .tabs::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.tabs::after {
  clear: both;
}

.tabs.vertical > li {
  display: block;
  float: none;
  width: auto;
}

.tabs.simple > li > a {
  padding: 0;
}
.tabs.simple > li > a:hover {
  background: transparent;
}

.tabs.primary {
  background: #497b2e;
}
.tabs.primary > li > a {
  color: #fefefe;
}
.tabs.primary > li > a:hover, .tabs.primary > li > a:focus {
  background: rgb(80.3647928994, 135.4091715976, 50.6408284024);
}

.tabs-title {
  float: left;
}
.tabs-title > a {
  display: block;
  padding: 1.25rem 1.5rem;
  font-size: 0.8333333333rem;
  line-height: 1;
  color: #497b2e;
}
[data-whatinput=mouse] .tabs-title > a {
  outline: 0;
}
.tabs-title > a:hover {
  background: rgb(119.2366863905, 189.9467455621, 81.0532544379);
  color: rgb(62.78, 105.78, 39.56);
}
.tabs-title > a:focus, .tabs-title > a[aria-selected=true] {
  background: #497b2e;
  color: #fefefe;
}

.tabs-content {
  border: 1px solid #f0f0f0;
  border-top: 0;
  background: none;
  color: #0a0a0a;
  transition: all 0.5s ease;
}

.tabs-content.vertical {
  border: 1px solid #f0f0f0;
  border-left: 0;
}

.tabs-panel {
  display: none;
  padding: 1rem;
}
.tabs-panel.is-active {
  display: block;
}

.thumbnail {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 1.05rem;
  border: 4px solid #fefefe;
  border-radius: 99999px;
  box-shadow: 0 0 0 1px rgba(10, 10, 10, 0.2);
  line-height: 0;
}

a.thumbnail {
  transition: box-shadow 200ms ease-out;
}
a.thumbnail:hover, a.thumbnail:focus {
  box-shadow: 0 0 6px 1px rgba(73, 123, 46, 0.5);
}
a.thumbnail image {
  box-shadow: none;
}

.menu {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
[data-whatinput=mouse] .menu li {
  outline: 0;
}
.menu a,
.menu .button {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.75rem 1.05rem;
}
.menu input,
.menu select,
.menu a,
.menu button {
  margin-bottom: 0;
}
.menu input {
  display: inline-block;
}
.menu, .menu.horizontal {
  flex-wrap: wrap;
  flex-direction: row;
}
.menu.vertical {
  flex-wrap: nowrap;
  flex-direction: column;
}
.menu.vertical.icon-top li a img,
.menu.vertical.icon-top li a i,
.menu.vertical.icon-top li a svg, .menu.vertical.icon-bottom li a img,
.menu.vertical.icon-bottom li a i,
.menu.vertical.icon-bottom li a svg {
  text-align: left;
}
.menu.expanded li {
  flex: 1 1 0px;
}
.menu.expanded.icon-top li a img,
.menu.expanded.icon-top li a i,
.menu.expanded.icon-top li a svg, .menu.expanded.icon-bottom li a img,
.menu.expanded.icon-bottom li a i,
.menu.expanded.icon-bottom li a svg {
  text-align: left;
}
.menu.simple {
  align-items: center;
}
.menu.simple li + li {
  margin-left: 1rem;
}
.menu.simple a {
  padding: 0;
}
@media print, screen and (min-width: 45em) {
  .menu.medium-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.medium-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.medium-expanded li {
    flex: 1 1 0px;
  }
  .menu.medium-simple li {
    flex: 1 1 0px;
  }
}
@media print, screen and (min-width: 64em) {
  .menu.large-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.large-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.large-expanded li {
    flex: 1 1 0px;
  }
  .menu.large-simple li {
    flex: 1 1 0px;
  }
}
@media screen and (min-width: 75em) {
  .menu.xlarge-horizontal {
    flex-wrap: wrap;
    flex-direction: row;
  }
  .menu.xlarge-vertical {
    flex-wrap: nowrap;
    flex-direction: column;
  }
  .menu.xlarge-expanded li {
    flex: 1 1 0px;
  }
  .menu.xlarge-simple li {
    flex: 1 1 0px;
  }
}
.menu.nested {
  margin-right: 0;
  margin-left: 1.05rem;
}
.menu.icons a {
  display: flex;
}
.menu.icon-top a, .menu.icon-right a, .menu.icon-bottom a, .menu.icon-left a {
  display: flex;
}
.menu.icon-left li a, .menu.nested.icon-left li a {
  flex-flow: row nowrap;
}
.menu.icon-left li a img,
.menu.icon-left li a i,
.menu.icon-left li a svg, .menu.nested.icon-left li a img,
.menu.nested.icon-left li a i,
.menu.nested.icon-left li a svg {
  margin-right: 0.25rem;
}
.menu.icon-right li a, .menu.nested.icon-right li a {
  flex-flow: row nowrap;
}
.menu.icon-right li a img,
.menu.icon-right li a i,
.menu.icon-right li a svg, .menu.nested.icon-right li a img,
.menu.nested.icon-right li a i,
.menu.nested.icon-right li a svg {
  margin-left: 0.25rem;
}
.menu.icon-top li a, .menu.nested.icon-top li a {
  flex-flow: column nowrap;
}
.menu.icon-top li a img,
.menu.icon-top li a i,
.menu.icon-top li a svg, .menu.nested.icon-top li a img,
.menu.nested.icon-top li a i,
.menu.nested.icon-top li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu.icon-bottom li a, .menu.nested.icon-bottom li a {
  flex-flow: column nowrap;
}
.menu.icon-bottom li a img,
.menu.icon-bottom li a i,
.menu.icon-bottom li a svg, .menu.nested.icon-bottom li a img,
.menu.nested.icon-bottom li a i,
.menu.nested.icon-bottom li a svg {
  align-self: stretch;
  margin-bottom: 0.25rem;
  text-align: center;
}
.menu .is-active > a {
  background: #497b2e;
  color: #fefefe;
}
.menu .active > a {
  background: #497b2e;
  color: #fefefe;
}
.menu.align-left {
  justify-content: flex-start;
}
.menu.align-right li {
  display: flex;
  justify-content: flex-end;
}
.menu.align-right li .submenu li {
  justify-content: flex-start;
}
.menu.align-right.vertical li {
  display: block;
  text-align: right;
}
.menu.align-right.vertical li .submenu li {
  text-align: right;
}
.menu.align-right.icon-top li a img,
.menu.align-right.icon-top li a i,
.menu.align-right.icon-top li a svg, .menu.align-right.icon-bottom li a img,
.menu.align-right.icon-bottom li a i,
.menu.align-right.icon-bottom li a svg {
  text-align: right;
}
.menu.align-right .nested {
  margin-right: 1.05rem;
  margin-left: 0;
}
.menu.align-center li {
  display: flex;
  justify-content: center;
}
.menu.align-center li .submenu li {
  justify-content: flex-start;
}
.menu .menu-text {
  padding: 0.75rem 1.05rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
}

.menu-centered > .menu {
  justify-content: center;
}
.menu-centered > .menu li {
  display: flex;
  justify-content: center;
}
.menu-centered > .menu li .submenu li {
  justify-content: flex-start;
}

.no-js [data-responsive-menu] ul {
  display: none;
}

.menu-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon:hover::after {
  background: #8a8a8a;
  box-shadow: 0 7px 0 #8a8a8a, 0 14px 0 #8a8a8a;
}

.menu-icon.dark {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 16px;
  cursor: pointer;
}
.menu-icon.dark::after {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 2px;
  background: #0a0a0a;
  box-shadow: 0 7px 0 #0a0a0a, 0 14px 0 #0a0a0a;
  content: "";
}
.menu-icon.dark:hover::after {
  background: #555555;
  box-shadow: 0 7px 0 #555555, 0 14px 0 #555555;
}

.accordion-menu li {
  width: 100%;
}
.accordion-menu a {
  padding: 0.75rem 1.05rem;
}
.accordion-menu .is-accordion-submenu a {
  padding: 0.75rem 1.05rem;
}
.accordion-menu .nested.is-accordion-submenu {
  margin-right: 0;
  margin-left: 1.05rem;
}
.accordion-menu.align-right .nested.is-accordion-submenu {
  margin-right: 1.05rem;
  margin-left: 0;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a {
  position: relative;
}
.accordion-menu .is-accordion-submenu-parent:not(.has-submenu-toggle) > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3571428571rem;
  content: "";
  border-bottom-width: 0;
  border-color: #497b2e transparent transparent;
  position: absolute;
  top: 50%;
  margin-top: -0.1785714286rem;
  right: 1rem;
}
.accordion-menu.align-left .is-accordion-submenu-parent > a::after {
  right: 1rem;
  left: auto;
}
.accordion-menu.align-right .is-accordion-submenu-parent > a::after {
  right: auto;
  left: 1rem;
}
.accordion-menu .is-accordion-submenu-parent[aria-expanded=true] > a::after {
  transform: rotate(180deg);
  transform-origin: 50% 50%;
}

.is-accordion-submenu-parent {
  position: relative;
}

.has-submenu-toggle > a {
  margin-right: 2.380952381rem;
}

.submenu-toggle {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.380952381rem;
  height: 2.380952381rem;
  cursor: pointer;
}
.submenu-toggle::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3571428571rem;
  content: "";
  border-bottom-width: 0;
  border-color: #497b2e transparent transparent;
  top: 0;
  bottom: 0;
  margin: auto;
}

.submenu-toggle[aria-expanded=true]::after {
  transform: scaleY(-1);
  transform-origin: 50% 50%;
}

.submenu-toggle-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.is-drilldown {
  position: relative;
  overflow: hidden;
}
.is-drilldown li {
  display: block;
}
.is-drilldown.animate-height {
  transition: height 0.5s;
}

.drilldown a {
  padding: 0.75rem 1.05rem;
  background: #f0f0f0;
}
.drilldown .is-drilldown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: -1;
  width: 100%;
  background: #f0f0f0;
  transition: transform 0.25s ease;
}
.drilldown .is-drilldown-submenu.is-active {
  z-index: 1;
  display: block;
  transform: translateX(-100%);
}
.drilldown .is-drilldown-submenu.is-closing {
  transform: translateX(100%);
}
.drilldown .is-drilldown-submenu a {
  padding: 0.75rem 1.05rem;
}
.drilldown .nested.is-drilldown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.drilldown .drilldown-submenu-cover-previous {
  min-height: 100%;
}
.drilldown .is-drilldown-submenu-parent > a {
  position: relative;
}
.drilldown .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #497b2e;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 1rem;
}
.drilldown.align-left .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #497b2e;
  right: 1rem;
  left: auto;
}
.drilldown.align-right .is-drilldown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #497b2e transparent transparent;
  right: auto;
  left: 1rem;
}
.drilldown .js-drilldown-back > a::before {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #497b2e transparent transparent;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}

.dropdown.menu > li.opens-left > .is-dropdown-submenu {
  top: 100%;
  right: 0;
  left: auto;
}
.dropdown.menu > li.opens-right > .is-dropdown-submenu {
  top: 100%;
  right: auto;
  left: 0;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a {
  position: relative;
  padding-right: 1.5rem;
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-bottom-width: 0;
  border-color: #497b2e transparent transparent;
  right: 5px;
  left: auto;
  margin-top: -3px;
}
[data-whatinput=mouse] .dropdown.menu a {
  outline: 0;
}
.dropdown.menu > li > a {
  padding: 1.05rem;
}
.dropdown.menu > li.is-active > a {
  background: transparent;
  color: #497b2e;
}
.no-js .dropdown.menu ul {
  display: none;
}
.dropdown.menu .nested.is-dropdown-submenu {
  margin-right: 0;
  margin-left: 0;
}
.dropdown.menu.vertical > li .is-dropdown-submenu {
  top: 0;
}
.dropdown.menu.vertical > li.opens-left > .is-dropdown-submenu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropdown.menu.vertical > li.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}
.dropdown.menu.vertical > li > a::after {
  right: 14px;
}
.dropdown.menu.vertical > li.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #497b2e transparent transparent;
  right: auto;
  left: 5px;
}
.dropdown.menu.vertical > li.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #497b2e;
}
@media print, screen and (min-width: 45em) {
  .dropdown.menu.medium-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.medium-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.medium-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #497b2e transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.medium-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.medium-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.medium-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.medium-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.medium-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #497b2e transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.medium-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #497b2e;
  }
}
@media print, screen and (min-width: 64em) {
  .dropdown.menu.large-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.large-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.large-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #497b2e transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.large-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.large-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.large-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.large-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.large-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #497b2e transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.large-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #497b2e;
  }
}
@media screen and (min-width: 75em) {
  .dropdown.menu.xlarge-horizontal > li.opens-left > .is-dropdown-submenu {
    top: 100%;
    right: 0;
    left: auto;
  }
  .dropdown.menu.xlarge-horizontal > li.opens-right > .is-dropdown-submenu {
    top: 100%;
    right: auto;
    left: 0;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a {
    position: relative;
    padding-right: 1.5rem;
  }
  .dropdown.menu.xlarge-horizontal > li.is-dropdown-submenu-parent > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-bottom-width: 0;
    border-color: #497b2e transparent transparent;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }
  .dropdown.menu.xlarge-vertical > li .is-dropdown-submenu {
    top: 0;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > .is-dropdown-submenu {
    top: 0;
    right: 100%;
    left: auto;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > .is-dropdown-submenu {
    right: auto;
    left: 100%;
  }
  .dropdown.menu.xlarge-vertical > li > a::after {
    right: 14px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-left > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-left-width: 0;
    border-color: transparent #497b2e transparent transparent;
    right: auto;
    left: 5px;
  }
  .dropdown.menu.xlarge-vertical > li.opens-right > a::after {
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px;
    content: "";
    border-right-width: 0;
    border-color: transparent transparent transparent #497b2e;
  }
}
.dropdown.menu.align-right .is-dropdown-submenu.first-sub {
  top: 100%;
  right: 0;
  left: auto;
}

.is-dropdown-menu.vertical {
  width: 100px;
}
.is-dropdown-menu.vertical.align-right {
  float: right;
}

.is-dropdown-submenu-parent {
  position: relative;
}
.is-dropdown-submenu-parent a::after {
  position: absolute;
  top: 50%;
  right: 5px;
  left: auto;
  margin-top: -6px;
}
.is-dropdown-submenu-parent.opens-inner > .is-dropdown-submenu {
  top: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-left > .is-dropdown-submenu {
  right: 100%;
  left: auto;
}
.is-dropdown-submenu-parent.opens-right > .is-dropdown-submenu {
  right: auto;
  left: 100%;
}

.is-dropdown-submenu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
  display: none;
  min-width: 200px;
  border: 1px solid var(--current-std-border-color);
  background: #fefefe;
}
.dropdown .is-dropdown-submenu a {
  padding: 0.75rem 1.05rem;
}
.is-dropdown-submenu .is-dropdown-submenu-parent > a::after {
  right: 14px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-left > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-left-width: 0;
  border-color: transparent #497b2e transparent transparent;
  right: auto;
  left: 5px;
}
.is-dropdown-submenu .is-dropdown-submenu-parent.opens-right > a::after {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #497b2e;
}
.is-dropdown-submenu .is-dropdown-submenu {
  margin-top: -1px;
}
.is-dropdown-submenu > li {
  width: 100%;
}
.is-dropdown-submenu.js-dropdown-active {
  display: block;
}

.is-off-canvas-open {
  overflow: hidden;
}

.js-off-canvas-overlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: 100%;
  transition: opacity 0.8s ease, visibility 0.8s ease;
  background: rgba(73, 123, 46, 0.25);
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
}
.js-off-canvas-overlay.is-visible {
  opacity: 1;
  visibility: visible;
}
.js-off-canvas-overlay.is-closable {
  cursor: pointer;
}
.js-off-canvas-overlay.is-overlay-absolute {
  position: absolute;
}
.js-off-canvas-overlay.is-overlay-fixed {
  position: fixed;
}

.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.off-canvas {
  position: fixed;
  z-index: 1002;
  transition: transform 0.8s ease;
  backface-visibility: hidden;
  background: #f0f0f0;
}
[data-whatinput=mouse] .off-canvas {
  outline: 0;
}
.off-canvas.is-transition-push {
  z-index: 1002;
}
.off-canvas.is-closed {
  visibility: hidden;
}
.off-canvas.is-transition-overlap {
  z-index: 1003;
}
.off-canvas.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas.is-open {
  transform: translate(0, 0);
}

.off-canvas-absolute {
  position: absolute;
  z-index: 1002;
  transition: transform 0.8s ease;
  backface-visibility: hidden;
  background: #f0f0f0;
}
[data-whatinput=mouse] .off-canvas-absolute {
  outline: 0;
}
.off-canvas-absolute.is-transition-push {
  z-index: 1002;
}
.off-canvas-absolute.is-closed {
  visibility: hidden;
}
.off-canvas-absolute.is-transition-overlap {
  z-index: 1003;
}
.off-canvas-absolute.is-transition-overlap.is-open {
  box-shadow: 0 0 10px rgba(10, 10, 10, 0.7);
}
.off-canvas-absolute.is-open {
  transform: translate(0, 0);
}

.position-left {
  top: 0;
  left: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 320px;
  transform: translateX(-320px);
}
.off-canvas-content .off-canvas.position-left {
  transform: translateX(-320px);
}
.off-canvas-content .off-canvas.position-left.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-left.has-transition-push {
  transform: translateX(320px);
}

.position-left.is-transition-push {
  box-shadow: inset -13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-right {
  top: 0;
  right: 0;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  width: 320px;
  transform: translateX(320px);
}
.off-canvas-content .off-canvas.position-right {
  transform: translateX(320px);
}
.off-canvas-content .off-canvas.position-right.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-right.has-transition-push {
  transform: translateX(-320px);
}

.position-right.is-transition-push {
  box-shadow: inset 13px 0 20px -13px rgba(10, 10, 10, 0.25);
}

.position-top {
  top: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 320px;
  transform: translateY(-320px);
}
.off-canvas-content .off-canvas.position-top {
  transform: translateY(-320px);
}
.off-canvas-content .off-canvas.position-top.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-top.has-transition-push {
  transform: translateY(320px);
}

.position-top.is-transition-push {
  box-shadow: inset 0 -13px 20px -13px rgba(10, 10, 10, 0.25);
}

.position-bottom {
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  height: 320px;
  transform: translateY(320px);
}
.off-canvas-content .off-canvas.position-bottom {
  transform: translateY(320px);
}
.off-canvas-content .off-canvas.position-bottom.is-transition-overlap.is-open {
  transform: translate(0, 0);
}

.off-canvas-content.is-open-bottom.has-transition-push {
  transform: translateY(-320px);
}

.position-bottom.is-transition-push {
  box-shadow: inset 0 13px 20px -13px rgba(10, 10, 10, 0.25);
}

.off-canvas-content {
  transform: none;
  backface-visibility: hidden;
}
.off-canvas-content.has-transition-overlap, .off-canvas-content.has-transition-push {
  transition: transform 0.8s ease;
}
.off-canvas-content.has-transition-push {
  transform: translate(0, 0);
}
.off-canvas-content .off-canvas.is-open {
  transform: translate(0, 0);
}

@media print, screen and (min-width: 45em) {
  .position-left.reveal-for-medium {
    transform: none;
    z-index: 1002;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 320px;
  }
  .position-left.reveal-for-medium ~ .off-canvas-content {
    margin-left: 320px;
  }
  .position-right.reveal-for-medium {
    transform: none;
    z-index: 1002;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 320px;
  }
  .position-right.reveal-for-medium ~ .off-canvas-content {
    margin-right: 320px;
  }
  .position-top.reveal-for-medium {
    transform: none;
    z-index: 1002;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 320px;
  }
  .position-top.reveal-for-medium ~ .off-canvas-content {
    margin-top: 320px;
  }
  .position-bottom.reveal-for-medium {
    transform: none;
    z-index: 1002;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-medium .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-medium {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 320px;
  }
  .position-bottom.reveal-for-medium ~ .off-canvas-content {
    margin-bottom: 320px;
  }
}
@media print, screen and (min-width: 64em) {
  .position-left.reveal-for-large {
    transform: none;
    z-index: 1002;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 320px;
  }
  .position-left.reveal-for-large ~ .off-canvas-content {
    margin-left: 320px;
  }
  .position-right.reveal-for-large {
    transform: none;
    z-index: 1002;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 320px;
  }
  .position-right.reveal-for-large ~ .off-canvas-content {
    margin-right: 320px;
  }
  .position-top.reveal-for-large {
    transform: none;
    z-index: 1002;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 320px;
  }
  .position-top.reveal-for-large ~ .off-canvas-content {
    margin-top: 320px;
  }
  .position-bottom.reveal-for-large {
    transform: none;
    z-index: 1002;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-large .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-large {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 320px;
  }
  .position-bottom.reveal-for-large ~ .off-canvas-content {
    margin-bottom: 320px;
  }
}
@media screen and (min-width: 75em) {
  .position-left.reveal-for-xlarge {
    transform: none;
    z-index: 1002;
    transition: none;
    visibility: visible;
  }
  .position-left.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-left.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-left {
    margin-left: 320px;
  }
  .position-left.reveal-for-xlarge ~ .off-canvas-content {
    margin-left: 320px;
  }
  .position-right.reveal-for-xlarge {
    transform: none;
    z-index: 1002;
    transition: none;
    visibility: visible;
  }
  .position-right.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-right.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-right {
    margin-right: 320px;
  }
  .position-right.reveal-for-xlarge ~ .off-canvas-content {
    margin-right: 320px;
  }
  .position-top.reveal-for-xlarge {
    transform: none;
    z-index: 1002;
    transition: none;
    visibility: visible;
  }
  .position-top.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-top.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-top {
    margin-top: 320px;
  }
  .position-top.reveal-for-xlarge ~ .off-canvas-content {
    margin-top: 320px;
  }
  .position-bottom.reveal-for-xlarge {
    transform: none;
    z-index: 1002;
    transition: none;
    visibility: visible;
  }
  .position-bottom.reveal-for-xlarge .close-button {
    display: none;
  }
  .off-canvas-content .position-bottom.reveal-for-xlarge {
    transform: none;
  }
  .off-canvas-content.has-reveal-bottom {
    margin-bottom: 320px;
  }
  .position-bottom.reveal-for-xlarge ~ .off-canvas-content {
    margin-bottom: 320px;
  }
}
@media print, screen and (min-width: 45em) {
  .off-canvas.in-canvas-for-medium {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-medium.position-left, .off-canvas.in-canvas-for-medium.position-right, .off-canvas.in-canvas-for-medium.position-top, .off-canvas.in-canvas-for-medium.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-medium .close-button {
    display: none;
  }
}
@media print, screen and (min-width: 64em) {
  .off-canvas.in-canvas-for-large {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-large.position-left, .off-canvas.in-canvas-for-large.position-right, .off-canvas.in-canvas-for-large.position-top, .off-canvas.in-canvas-for-large.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-large .close-button {
    display: none;
  }
}
@media screen and (min-width: 75em) {
  .off-canvas.in-canvas-for-xlarge {
    visibility: visible;
    height: auto;
    position: static;
    background: none;
    width: auto;
    overflow: visible;
    transition: none;
  }
  .off-canvas.in-canvas-for-xlarge.position-left, .off-canvas.in-canvas-for-xlarge.position-right, .off-canvas.in-canvas-for-xlarge.position-top, .off-canvas.in-canvas-for-xlarge.position-bottom {
    box-shadow: none;
    transform: none;
  }
  .off-canvas.in-canvas-for-xlarge .close-button {
    display: none;
  }
}
html.is-reveal-open {
  position: fixed;
  width: 100%;
  overflow-y: hidden;
}
html.is-reveal-open.zf-has-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
html.is-reveal-open body {
  overflow-y: hidden;
}

.reveal-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1005;
  display: none;
  background-color: rgba(10, 10, 10, 0.45);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.reveal {
  z-index: 1006;
  backface-visibility: hidden;
  display: none;
  padding: 0px;
  border: none;
  border-radius: 0.5rem;
  background-color: #fefefe;
  position: relative;
  top: 100px;
  margin-right: auto;
  margin-left: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
[data-whatinput=mouse] .reveal {
  outline: 0;
}
@media print, screen and (min-width: 45em) {
  .reveal {
    min-height: 0;
  }
}
.reveal .column {
  min-width: 0;
}
.reveal > :last-child {
  margin-bottom: 0;
}
@media print, screen and (min-width: 45em) {
  .reveal {
    width: 720px;
    max-width: 94.0476190476rem;
  }
}
.reveal.collapse {
  padding: 0;
}
@media print, screen and (min-width: 45em) {
  .reveal.tiny {
    width: 30%;
    max-width: 94.0476190476rem;
  }
}
@media print, screen and (min-width: 45em) {
  .reveal.small {
    width: 50%;
    max-width: 94.0476190476rem;
  }
}
@media print, screen and (min-width: 45em) {
  .reveal.large {
    width: 90%;
    max-width: 94.0476190476rem;
  }
}
.reveal.full {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 100%;
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
@media print, screen and (max-width: 44.99875em) {
  .reveal {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: none;
    height: 100%;
    min-height: 100%;
    margin-left: 0;
    border: 0;
    border-radius: 0;
  }
}
.reveal.without-overlay {
  position: fixed;
}

.sticky-container {
  position: relative;
}

.sticky {
  position: relative;
  z-index: 0;
  transform: translate3d(0, 0, 0);
}

.sticky.is-stuck {
  position: fixed;
  z-index: 5;
  width: 100%;
}
.sticky.is-stuck.is-at-top {
  top: 0;
}
.sticky.is-stuck.is-at-bottom {
  bottom: 0;
}

.sticky.is-anchored {
  position: relative;
  right: auto;
  left: auto;
}
.sticky.is-anchored.is-at-bottom {
  bottom: 0;
}

.title-bar {
  padding: 1.05rem;
  background: #fefefe;
  color: #0a0a0a;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.title-bar .menu-icon {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

.title-bar-left,
.title-bar-right {
  flex: 1 1 0px;
}

.title-bar-right {
  text-align: right;
}

.title-bar-title {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
}

.top-bar {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem;
  flex-wrap: wrap;
}
.top-bar,
.top-bar ul {
  background-color: #f0f0f0;
}
.top-bar input {
  max-width: 200px;
  margin-right: 1rem;
}
.top-bar .input-group-field {
  width: 100%;
  margin-right: 0;
}
.top-bar input.button {
  width: auto;
}
.top-bar .top-bar-left,
.top-bar .top-bar-right {
  flex: 0 0 100%;
  max-width: 100%;
}
@media print, screen and (min-width: 45em) {
  .top-bar {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar-left {
    flex: 1 1 auto;
    margin-right: auto;
  }
  .top-bar .top-bar-right {
    flex: 0 1 auto;
    margin-left: auto;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .top-bar.stacked-for-medium {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-medium .top-bar-left,
  .top-bar.stacked-for-medium .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .top-bar.stacked-for-large {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-large .top-bar-left,
  .top-bar.stacked-for-large .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media print, screen and (max-width: 89.99875em) {
  .top-bar.stacked-for-xlarge {
    flex-wrap: wrap;
  }
  .top-bar.stacked-for-xlarge .top-bar-left,
  .top-bar.stacked-for-xlarge .top-bar-right {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.top-bar-title {
  flex: 0 0 auto;
  margin: 0.5rem 1rem 0.5rem 0;
}

.top-bar-left,
.top-bar-right {
  flex: 0 0 auto;
}

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

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

.float-center {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.clearfix::before, .clearfix::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.clearfix::after {
  clear: both;
}

.align-left {
  justify-content: flex-start;
}

.align-right {
  justify-content: flex-end;
}

.align-center {
  justify-content: center;
}

.align-justify {
  justify-content: space-between;
}

.align-spaced {
  justify-content: space-around;
}

.align-left.vertical.menu > li > a {
  justify-content: flex-start;
}

.align-right.vertical.menu > li > a {
  justify-content: flex-end;
}

.align-center.vertical.menu > li > a {
  justify-content: center;
}

.align-top {
  align-items: flex-start;
}

.align-self-top {
  align-self: flex-start;
}

.align-bottom {
  align-items: flex-end;
}

.align-self-bottom {
  align-self: flex-end;
}

.align-middle {
  align-items: center;
}

.align-self-middle {
  align-self: center;
}

.align-stretch {
  align-items: stretch;
}

.align-self-stretch {
  align-self: stretch;
}

.align-center-middle {
  justify-content: center;
  align-items: center;
  align-content: center;
}

.small-order-1 {
  order: 1;
}

.small-order-2 {
  order: 2;
}

.small-order-3 {
  order: 3;
}

.small-order-4 {
  order: 4;
}

.small-order-5 {
  order: 5;
}

.small-order-6 {
  order: 6;
}

@media print, screen and (min-width: 45em) {
  .medium-order-1 {
    order: 1;
  }
  .medium-order-2 {
    order: 2;
  }
  .medium-order-3 {
    order: 3;
  }
  .medium-order-4 {
    order: 4;
  }
  .medium-order-5 {
    order: 5;
  }
  .medium-order-6 {
    order: 6;
  }
}
@media print, screen and (min-width: 64em) {
  .large-order-1 {
    order: 1;
  }
  .large-order-2 {
    order: 2;
  }
  .large-order-3 {
    order: 3;
  }
  .large-order-4 {
    order: 4;
  }
  .large-order-5 {
    order: 5;
  }
  .large-order-6 {
    order: 6;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-order-1 {
    order: 1;
  }
  .xlarge-order-2 {
    order: 2;
  }
  .xlarge-order-3 {
    order: 3;
  }
  .xlarge-order-4 {
    order: 4;
  }
  .xlarge-order-5 {
    order: 5;
  }
  .xlarge-order-6 {
    order: 6;
  }
}
.flex-container {
  display: flex;
}

.flex-child-auto {
  flex: 1 1 auto;
}

.flex-child-grow {
  flex: 1 0 auto;
}

.flex-child-shrink {
  flex: 0 1 auto;
}

.flex-dir-row {
  flex-direction: row;
}

.flex-dir-row-reverse {
  flex-direction: row-reverse;
}

.flex-dir-column {
  flex-direction: column;
}

.flex-dir-column-reverse {
  flex-direction: column-reverse;
}

@media print, screen and (min-width: 45em) {
  .medium-flex-container {
    display: flex;
  }
  .medium-flex-child-auto {
    flex: 1 1 auto;
  }
  .medium-flex-child-grow {
    flex: 1 0 auto;
  }
  .medium-flex-child-shrink {
    flex: 0 1 auto;
  }
  .medium-flex-dir-row {
    flex-direction: row;
  }
  .medium-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .medium-flex-dir-column {
    flex-direction: column;
  }
  .medium-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media print, screen and (min-width: 64em) {
  .large-flex-container {
    display: flex;
  }
  .large-flex-child-auto {
    flex: 1 1 auto;
  }
  .large-flex-child-grow {
    flex: 1 0 auto;
  }
  .large-flex-child-shrink {
    flex: 0 1 auto;
  }
  .large-flex-dir-row {
    flex-direction: row;
  }
  .large-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .large-flex-dir-column {
    flex-direction: column;
  }
  .large-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-flex-container {
    display: flex;
  }
  .xlarge-flex-child-auto {
    flex: 1 1 auto;
  }
  .xlarge-flex-child-grow {
    flex: 1 0 auto;
  }
  .xlarge-flex-child-shrink {
    flex: 0 1 auto;
  }
  .xlarge-flex-dir-row {
    flex-direction: row;
  }
  .xlarge-flex-dir-row-reverse {
    flex-direction: row-reverse;
  }
  .xlarge-flex-dir-column {
    flex-direction: column;
  }
  .xlarge-flex-dir-column-reverse {
    flex-direction: column-reverse;
  }
}
.hide {
  display: none !important;
}

.invisible {
  visibility: hidden;
}

.visible {
  visibility: visible;
}

@media print, screen and (max-width: 44.99875em) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media screen and (max-width: 0em), screen and (min-width: 45em) {
  .show-for-small-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 45em) {
  .hide-for-medium {
    display: none !important;
  }
}

@media screen and (max-width: 44.99875em) {
  .show-for-medium {
    display: none !important;
  }
}

@media print, screen and (min-width: 45em) and (max-width: 63.99875em) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media screen and (max-width: 44.99875em), screen and (min-width: 64em) {
  .show-for-medium-only {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) {
  .hide-for-large {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em) {
  .show-for-large {
    display: none !important;
  }
}

@media print, screen and (min-width: 64em) and (max-width: 74.99875em) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media screen and (max-width: 63.99875em), screen and (min-width: 75em) {
  .show-for-large-only {
    display: none !important;
  }
}

@media screen and (min-width: 75em) {
  .hide-for-xlarge {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em) {
  .show-for-xlarge {
    display: none !important;
  }
}

@media screen and (min-width: 75em) and (max-width: 89.99875em) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

@media screen and (max-width: 74.99875em), screen and (min-width: 90em) {
  .show-for-xlarge-only {
    display: none !important;
  }
}

.show-for-sr,
.show-on-focus {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.show-on-focus:active, .show-on-focus:focus {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  clip: auto !important;
  white-space: normal !important;
}

.show-for-landscape,
.hide-for-portrait {
  display: block !important;
}
@media screen and (orientation: landscape) {
  .show-for-landscape,
  .hide-for-portrait {
    display: block !important;
  }
}
@media screen and (orientation: portrait) {
  .show-for-landscape,
  .hide-for-portrait {
    display: none !important;
  }
}

.hide-for-landscape,
.show-for-portrait {
  display: none !important;
}
@media screen and (orientation: landscape) {
  .hide-for-landscape,
  .show-for-portrait {
    display: none !important;
  }
}
@media screen and (orientation: portrait) {
  .hide-for-landscape,
  .show-for-portrait {
    display: block !important;
  }
}

.show-for-dark-mode {
  display: none;
}

.hide-for-dark-mode {
  display: block;
}

@media screen and (prefers-color-scheme: dark) {
  .show-for-dark-mode {
    display: block !important;
  }
  .hide-for-dark-mode {
    display: none !important;
  }
}
.show-for-ie {
  display: none;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .show-for-ie {
    display: block !important;
  }
  .hide-for-ie {
    display: none !important;
  }
}
.show-for-sticky {
  display: none;
}

.is-stuck .show-for-sticky {
  display: block;
}

.is-stuck .hide-for-sticky {
  display: none;
}

.text-hide {
  font: 0/0 a !important;
  color: transparent !important;
  text-shadow: none !important;
  background-color: transparent !important;
  border: 0 !important;
}

.text-truncate {
  max-width: 100% !important;
  overflow: hidden !important;
  text-overflow: ellipsis;
  white-space: nowrap !important;
}

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

.text-wrap {
  word-wrap: break-word !important;
}

@media print, screen and (min-width: 45em) {
  .medium-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }
  .medium-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .medium-text-nowrap {
    white-space: nowrap !important;
  }
  .medium-text-wrap {
    word-wrap: break-word !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }
  .large-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .large-text-nowrap {
    white-space: nowrap !important;
  }
  .large-text-wrap {
    word-wrap: break-word !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-hide {
    font: 0/0 a !important;
    color: transparent !important;
    text-shadow: none !important;
    background-color: transparent !important;
    border: 0 !important;
  }
  .xlarge-text-truncate {
    max-width: 100% !important;
    overflow: hidden !important;
    text-overflow: ellipsis;
    white-space: nowrap !important;
  }
  .xlarge-text-nowrap {
    white-space: nowrap !important;
  }
  .xlarge-text-wrap {
    word-wrap: break-word !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

.text-capitalize {
  text-transform: capitalize !important;
}

@media print, screen and (min-width: 45em) {
  .medium-text-lowercase {
    text-transform: lowercase !important;
  }
  .medium-text-uppercase {
    text-transform: uppercase !important;
  }
  .medium-text-capitalize {
    text-transform: capitalize !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-lowercase {
    text-transform: lowercase !important;
  }
  .large-text-uppercase {
    text-transform: uppercase !important;
  }
  .large-text-capitalize {
    text-transform: capitalize !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-lowercase {
    text-transform: lowercase !important;
  }
  .xlarge-text-uppercase {
    text-transform: uppercase !important;
  }
  .xlarge-text-capitalize {
    text-transform: capitalize !important;
  }
}
.text-overline {
  text-decoration: overline !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

@media print, screen and (min-width: 45em) {
  .medium-text-overline {
    text-decoration: overline !important;
  }
  .medium-text-underline {
    text-decoration: underline !important;
  }
  .medium-text-line-through {
    text-decoration: line-through !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-text-overline {
    text-decoration: overline !important;
  }
  .large-text-underline {
    text-decoration: underline !important;
  }
  .large-text-line-through {
    text-decoration: line-through !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-text-overline {
    text-decoration: overline !important;
  }
  .xlarge-text-underline {
    text-decoration: underline !important;
  }
  .xlarge-text-line-through {
    text-decoration: line-through !important;
  }
}
.font-wide {
  letter-spacing: 0.2380952381rem;
}

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

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

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

@media print, screen and (min-width: 45em) {
  .medium-font-wide {
    letter-spacing: 0.2380952381rem;
  }
  .medium-font-normal {
    font-weight: normal;
  }
  .medium-font-bold {
    font-weight: bold;
  }
  .medium-font-italic {
    font-style: italic !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-font-wide {
    letter-spacing: 0.2380952381rem;
  }
  .large-font-normal {
    font-weight: normal;
  }
  .large-font-bold {
    font-weight: bold;
  }
  .large-font-italic {
    font-style: italic !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-font-wide {
    letter-spacing: 0.2380952381rem;
  }
  .xlarge-font-normal {
    font-weight: normal;
  }
  .xlarge-font-bold {
    font-weight: bold;
  }
  .xlarge-font-italic {
    font-style: italic !important;
  }
}
ul.list-disc {
  list-style-type: disc !important;
}

ul.list-circle {
  list-style-type: circle !important;
}

ul.list-square {
  list-style-type: square !important;
}

@media print, screen and (min-width: 45em) {
  ul.medium-list-disc {
    list-style-type: disc !important;
  }
  ul.medium-list-circle {
    list-style-type: circle !important;
  }
  ul.medium-list-square {
    list-style-type: square !important;
  }
}
@media print, screen and (min-width: 64em) {
  ul.large-list-disc {
    list-style-type: disc !important;
  }
  ul.large-list-circle {
    list-style-type: circle !important;
  }
  ul.large-list-square {
    list-style-type: square !important;
  }
}
@media screen and (min-width: 75em) {
  ul.xlarge-list-disc {
    list-style-type: disc !important;
  }
  ul.xlarge-list-circle {
    list-style-type: circle !important;
  }
  ul.xlarge-list-square {
    list-style-type: square !important;
  }
}
ol.list-decimal {
  list-style-type: decimal !important;
}

ol.list-lower-alpha {
  list-style-type: lower-alpha !important;
}

ol.list-lower-latin {
  list-style-type: lower-latin !important;
}

ol.list-lower-roman {
  list-style-type: lower-roman !important;
}

ol.list-upper-alpha {
  list-style-type: upper-alpha !important;
}

ol.list-upper-latin {
  list-style-type: upper-latin !important;
}

ol.list-upper-roman {
  list-style-type: upper-roman !important;
}

@media print, screen and (min-width: 45em) {
  ol.medium-list-decimal {
    list-style-type: decimal !important;
  }
  ol.medium-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }
  ol.medium-list-lower-latin {
    list-style-type: lower-latin !important;
  }
  ol.medium-list-lower-roman {
    list-style-type: lower-roman !important;
  }
  ol.medium-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }
  ol.medium-list-upper-latin {
    list-style-type: upper-latin !important;
  }
  ol.medium-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
@media print, screen and (min-width: 64em) {
  ol.large-list-decimal {
    list-style-type: decimal !important;
  }
  ol.large-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }
  ol.large-list-lower-latin {
    list-style-type: lower-latin !important;
  }
  ol.large-list-lower-roman {
    list-style-type: lower-roman !important;
  }
  ol.large-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }
  ol.large-list-upper-latin {
    list-style-type: upper-latin !important;
  }
  ol.large-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
@media screen and (min-width: 75em) {
  ol.xlarge-list-decimal {
    list-style-type: decimal !important;
  }
  ol.xlarge-list-lower-alpha {
    list-style-type: lower-alpha !important;
  }
  ol.xlarge-list-lower-latin {
    list-style-type: lower-latin !important;
  }
  ol.xlarge-list-lower-roman {
    list-style-type: lower-roman !important;
  }
  ol.xlarge-list-upper-alpha {
    list-style-type: upper-alpha !important;
  }
  ol.xlarge-list-upper-latin {
    list-style-type: upper-latin !important;
  }
  ol.xlarge-list-upper-roman {
    list-style-type: upper-roman !important;
  }
}
.rounded {
  border-radius: 5000px !important;
}
.rounded .switch-paddle {
  border-radius: 5000px !important;
}
.rounded .switch-paddle:after {
  border-radius: 50%;
}

.radius {
  border-radius: 0.1785714286rem;
}

@media print, screen and (min-width: 45em) {
  .medium-rounded {
    border-radius: 5000px !important;
  }
  .medium-radius {
    border-radius: 0.1785714286rem;
  }
}
@media print, screen and (min-width: 64em) {
  .large-rounded {
    border-radius: 5000px !important;
  }
  .large-radius {
    border-radius: 0.1785714286rem;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-rounded {
    border-radius: 5000px !important;
  }
  .xlarge-radius {
    border-radius: 0.1785714286rem;
  }
}
.bordered {
  border: 0.0595238095rem solid #8a8a8a;
}

@media print, screen and (min-width: 45em) {
  .medium-bordered {
    border: 0.0595238095rem solid #8a8a8a;
  }
}
@media print, screen and (min-width: 64em) {
  .large-bordered {
    border: 0.0595238095rem solid #8a8a8a;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-bordered {
    border: 0.0595238095rem solid #8a8a8a;
  }
}
.shadow {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

@media print, screen and (min-width: 45em) {
  .medium-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media print, screen and (min-width: 64em) {
  .large-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
@media screen and (min-width: 75em) {
  .xlarge-shadow {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  }
}
.arrow-down {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-bottom-width: 0;
  border-color: #0a0a0a transparent transparent;
}

.arrow-up {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-top-width: 0;
  border-color: transparent transparent #0a0a0a;
}

.arrow-right {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-right-width: 0;
  border-color: transparent transparent transparent #0a0a0a;
}

.arrow-left {
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.4375rem;
  content: "";
  border-left-width: 0;
  border-color: transparent #0a0a0a transparent transparent;
}

.separator-center {
  text-align: center !important;
}
.separator-center::before, .separator-center::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-center::after {
  clear: both;
}
.separator-center::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.119047619rem solid #497b2e;
  margin: 1.05rem auto 0;
}

.separator-left {
  text-align: left !important;
}
.separator-left::before, .separator-left::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-left::after {
  clear: both;
}
.separator-left::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.119047619rem solid #497b2e;
  margin: 1.05rem auto 0;
  margin-left: 0 !important;
}

.separator-right {
  text-align: right !important;
}
.separator-right::before, .separator-right::after {
  display: table;
  content: " ";
  flex-basis: 0;
  order: 1;
}
.separator-right::after {
  clear: both;
}
.separator-right::after {
  position: relative !important;
  width: 3rem;
  border-bottom: 0.119047619rem solid #497b2e;
  margin: 1.05rem auto 0;
  margin-right: 0 !important;
}

@media print, screen and (min-width: 45em) {
  .medium-separator-center {
    text-align: center !important;
  }
  .medium-separator-center::before, .medium-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .medium-separator-center::after {
    clear: both;
  }
  .medium-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.119047619rem solid #497b2e;
    margin: 1.05rem auto 0;
  }
  .medium-separator-left {
    text-align: left !important;
  }
  .medium-separator-left::before, .medium-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .medium-separator-left::after {
    clear: both;
  }
  .medium-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.119047619rem solid #497b2e;
    margin: 1.05rem auto 0;
    margin-left: 0 !important;
  }
  .medium-separator-right {
    text-align: right !important;
  }
  .medium-separator-right::before, .medium-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .medium-separator-right::after {
    clear: both;
  }
  .medium-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.119047619rem solid #497b2e;
    margin: 1.05rem auto 0;
    margin-right: 0 !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-separator-center {
    text-align: center !important;
  }
  .large-separator-center::before, .large-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .large-separator-center::after {
    clear: both;
  }
  .large-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.119047619rem solid #497b2e;
    margin: 1.05rem auto 0;
  }
  .large-separator-left {
    text-align: left !important;
  }
  .large-separator-left::before, .large-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .large-separator-left::after {
    clear: both;
  }
  .large-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.119047619rem solid #497b2e;
    margin: 1.05rem auto 0;
    margin-left: 0 !important;
  }
  .large-separator-right {
    text-align: right !important;
  }
  .large-separator-right::before, .large-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .large-separator-right::after {
    clear: both;
  }
  .large-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.119047619rem solid #497b2e;
    margin: 1.05rem auto 0;
    margin-right: 0 !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-separator-center {
    text-align: center !important;
  }
  .xlarge-separator-center::before, .xlarge-separator-center::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xlarge-separator-center::after {
    clear: both;
  }
  .xlarge-separator-center::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.119047619rem solid #497b2e;
    margin: 1.05rem auto 0;
  }
  .xlarge-separator-left {
    text-align: left !important;
  }
  .xlarge-separator-left::before, .xlarge-separator-left::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xlarge-separator-left::after {
    clear: both;
  }
  .xlarge-separator-left::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.119047619rem solid #497b2e;
    margin: 1.05rem auto 0;
    margin-left: 0 !important;
  }
  .xlarge-separator-right {
    text-align: right !important;
  }
  .xlarge-separator-right::before, .xlarge-separator-right::after {
    display: table;
    content: " ";
    flex-basis: 0;
    order: 1;
  }
  .xlarge-separator-right::after {
    clear: both;
  }
  .xlarge-separator-right::after {
    position: relative !important;
    width: 3rem;
    border-bottom: 0.119047619rem solid #497b2e;
    margin: 1.05rem auto 0;
    margin-right: 0 !important;
  }
}
.overflow-visible {
  overflow: visible !important;
}

.overflow-x-visible {
  overflow-x: visible !important;
}

.overflow-y-visible {
  overflow-y: visible !important;
}

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

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

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

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

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

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

@media print, screen and (min-width: 45em) {
  .medium-overflow-visible {
    overflow: visible !important;
  }
  .medium-overflow-x-visible {
    overflow-x: visible !important;
  }
  .medium-overflow-y-visible {
    overflow-y: visible !important;
  }
  .medium-overflow-hidden {
    overflow: hidden !important;
  }
  .medium-overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .medium-overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .medium-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .medium-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .medium-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media print, screen and (min-width: 64em) {
  .large-overflow-visible {
    overflow: visible !important;
  }
  .large-overflow-x-visible {
    overflow-x: visible !important;
  }
  .large-overflow-y-visible {
    overflow-y: visible !important;
  }
  .large-overflow-hidden {
    overflow: hidden !important;
  }
  .large-overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .large-overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .large-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .large-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .large-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-overflow-visible {
    overflow: visible !important;
  }
  .xlarge-overflow-x-visible {
    overflow-x: visible !important;
  }
  .xlarge-overflow-y-visible {
    overflow-y: visible !important;
  }
  .xlarge-overflow-hidden {
    overflow: hidden !important;
  }
  .xlarge-overflow-x-hidden {
    overflow-x: hidden !important;
  }
  .xlarge-overflow-y-hidden {
    overflow-y: hidden !important;
  }
  .xlarge-overflow-scroll {
    overflow: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .xlarge-overflow-x-scroll {
    overflow-x: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
  .xlarge-overflow-y-scroll {
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch;
  }
}
.display-inline {
  display: inline !important;
}

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

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

.display-table {
  display: table !important;
}

.display-table-cell {
  display: table-cell !important;
}

@media print, screen and (min-width: 45em) {
  .medium-display-inline {
    display: inline !important;
  }
  .medium-display-inline-block {
    display: inline-block !important;
  }
  .medium-display-block {
    display: block !important;
  }
  .medium-display-table {
    display: table !important;
  }
  .medium-display-table-cell {
    display: table-cell !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-display-inline {
    display: inline !important;
  }
  .large-display-inline-block {
    display: inline-block !important;
  }
  .large-display-block {
    display: block !important;
  }
  .large-display-table {
    display: table !important;
  }
  .large-display-table-cell {
    display: table-cell !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-display-inline {
    display: inline !important;
  }
  .xlarge-display-inline-block {
    display: inline-block !important;
  }
  .xlarge-display-block {
    display: block !important;
  }
  .xlarge-display-table {
    display: table !important;
  }
  .xlarge-display-table-cell {
    display: table-cell !important;
  }
}
.position-static {
  position: static !important;
}

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

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-fixed-top {
  position: fixed !important;
  top: 0rem !important;
  right: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

.position-fixed-bottom {
  position: fixed !important;
  right: 0rem !important;
  bottom: 0rem !important;
  left: 0rem !important;
  z-index: 975;
}

@media print, screen and (min-width: 45em) {
  .medium-position-static {
    position: static !important;
  }
  .medium-position-relative {
    position: relative !important;
  }
  .medium-position-absolute {
    position: absolute !important;
  }
  .medium-position-fixed {
    position: fixed !important;
  }
  .medium-position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
  .medium-position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
@media print, screen and (min-width: 64em) {
  .large-position-static {
    position: static !important;
  }
  .large-position-relative {
    position: relative !important;
  }
  .large-position-absolute {
    position: absolute !important;
  }
  .large-position-fixed {
    position: fixed !important;
  }
  .large-position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
  .large-position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-position-static {
    position: static !important;
  }
  .xlarge-position-relative {
    position: relative !important;
  }
  .xlarge-position-absolute {
    position: absolute !important;
  }
  .xlarge-position-fixed {
    position: fixed !important;
  }
  .xlarge-position-fixed-top {
    position: fixed !important;
    top: 0rem !important;
    right: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
  .xlarge-position-fixed-bottom {
    position: fixed !important;
    right: 0rem !important;
    bottom: 0rem !important;
    left: 0rem !important;
    z-index: 975;
  }
}
.border-box {
  box-sizing: border-box !important;
}

@media print, screen and (min-width: 45em) {
  .medium-border-box {
    box-sizing: border-box !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-border-box {
    box-sizing: border-box !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-border-box {
    box-sizing: border-box !important;
  }
}
.border-none {
  border: 0 !important;
}

@media print, screen and (min-width: 45em) {
  .medium-border-none {
    border: 0 !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-border-none {
    border: 0 !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-border-none {
    border: 0 !important;
  }
}
.width-25 {
  width: 25% !important;
}

.width-50 {
  width: 50% !important;
}

.width-75 {
  width: 75% !important;
}

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

.height-25 {
  height: 25% !important;
}

.height-50 {
  height: 50% !important;
}

.height-75 {
  height: 75% !important;
}

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

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

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

@media print, screen and (min-width: 45em) {
  .medium-width-25 {
    width: 25% !important;
  }
  .medium-width-50 {
    width: 50% !important;
  }
  .medium-width-75 {
    width: 75% !important;
  }
  .medium-width-100 {
    width: 100% !important;
  }
  .medium-height-25 {
    height: 25% !important;
  }
  .medium-height-50 {
    height: 50% !important;
  }
  .medium-height-75 {
    height: 75% !important;
  }
  .medium-height-100 {
    height: 100% !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-width-25 {
    width: 25% !important;
  }
  .large-width-50 {
    width: 50% !important;
  }
  .large-width-75 {
    width: 75% !important;
  }
  .large-width-100 {
    width: 100% !important;
  }
  .large-height-25 {
    height: 25% !important;
  }
  .large-height-50 {
    height: 50% !important;
  }
  .large-height-75 {
    height: 75% !important;
  }
  .large-height-100 {
    height: 100% !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-width-25 {
    width: 25% !important;
  }
  .xlarge-width-50 {
    width: 50% !important;
  }
  .xlarge-width-75 {
    width: 75% !important;
  }
  .xlarge-width-100 {
    width: 100% !important;
  }
  .xlarge-height-25 {
    height: 25% !important;
  }
  .xlarge-height-50 {
    height: 50% !important;
  }
  .xlarge-height-75 {
    height: 75% !important;
  }
  .xlarge-height-100 {
    height: 100% !important;
  }
}
.margin-0 {
  margin: 0rem !important;
}

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

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

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

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

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

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

.padding-0 {
  padding: 0rem !important;
}

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

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

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

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

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

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

.margin-1 {
  margin: 1.05rem !important;
}

.margin-top-1 {
  margin-top: 1.05rem !important;
}

.margin-right-1 {
  margin-right: 1.05rem !important;
}

.margin-bottom-1 {
  margin-bottom: 1.05rem !important;
}

.margin-left-1 {
  margin-left: 1.05rem !important;
}

.margin-horizontal-1 {
  margin-right: 1.05rem !important;
  margin-left: 1.05rem !important;
}

.margin-vertical-1 {
  margin-top: 1.05rem !important;
  margin-bottom: 1.05rem !important;
}

.padding-1 {
  padding: 0.75rem !important;
}

.padding-top-1 {
  padding-top: 0.75rem !important;
}

.padding-right-1 {
  padding-right: 0.75rem !important;
}

.padding-bottom-1 {
  padding-bottom: 0.75rem !important;
}

.padding-left-1 {
  padding-left: 0.75rem !important;
}

.padding-horizontal-1 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.padding-vertical-1 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

.margin-2 {
  margin: 2.1rem !important;
}

.margin-top-2 {
  margin-top: 2.1rem !important;
}

.margin-right-2 {
  margin-right: 2.1rem !important;
}

.margin-bottom-2 {
  margin-bottom: 2.1rem !important;
}

.margin-left-2 {
  margin-left: 2.1rem !important;
}

.margin-horizontal-2 {
  margin-right: 2.1rem !important;
  margin-left: 2.1rem !important;
}

.margin-vertical-2 {
  margin-top: 2.1rem !important;
  margin-bottom: 2.1rem !important;
}

.padding-2 {
  padding: 1.5rem !important;
}

.padding-top-2 {
  padding-top: 1.5rem !important;
}

.padding-right-2 {
  padding-right: 1.5rem !important;
}

.padding-bottom-2 {
  padding-bottom: 1.5rem !important;
}

.padding-left-2 {
  padding-left: 1.5rem !important;
}

.padding-horizontal-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.padding-vertical-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.margin-3 {
  margin: 3.15rem !important;
}

.margin-top-3 {
  margin-top: 3.15rem !important;
}

.margin-right-3 {
  margin-right: 3.15rem !important;
}

.margin-bottom-3 {
  margin-bottom: 3.15rem !important;
}

.margin-left-3 {
  margin-left: 3.15rem !important;
}

.margin-horizontal-3 {
  margin-right: 3.15rem !important;
  margin-left: 3.15rem !important;
}

.margin-vertical-3 {
  margin-top: 3.15rem !important;
  margin-bottom: 3.15rem !important;
}

.padding-3 {
  padding: 2.25rem !important;
}

.padding-top-3 {
  padding-top: 2.25rem !important;
}

.padding-right-3 {
  padding-right: 2.25rem !important;
}

.padding-bottom-3 {
  padding-bottom: 2.25rem !important;
}

.padding-left-3 {
  padding-left: 2.25rem !important;
}

.padding-horizontal-3 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.padding-vertical-3 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

@media print, screen and (min-width: 45em) {
  .medium-margin-0 {
    margin: 0rem !important;
  }
  .medium-margin-top-0 {
    margin-top: 0rem !important;
  }
  .medium-margin-right-0 {
    margin-right: 0rem !important;
  }
  .medium-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
  .medium-margin-left-0 {
    margin-left: 0rem !important;
  }
  .medium-margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .medium-margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .medium-padding-0 {
    padding: 0rem !important;
  }
  .medium-padding-top-0 {
    padding-top: 0rem !important;
  }
  .medium-padding-right-0 {
    padding-right: 0rem !important;
  }
  .medium-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .medium-padding-left-0 {
    padding-left: 0rem !important;
  }
  .medium-padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .medium-padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-0 {
    margin: 0rem !important;
  }
  .large-margin-top-0 {
    margin-top: 0rem !important;
  }
  .large-margin-right-0 {
    margin-right: 0rem !important;
  }
  .large-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
  .large-margin-left-0 {
    margin-left: 0rem !important;
  }
  .large-margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .large-margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .large-padding-0 {
    padding: 0rem !important;
  }
  .large-padding-top-0 {
    padding-top: 0rem !important;
  }
  .large-padding-right-0 {
    padding-right: 0rem !important;
  }
  .large-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .large-padding-left-0 {
    padding-left: 0rem !important;
  }
  .large-padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .large-padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-0 {
    margin: 0rem !important;
  }
  .xlarge-margin-top-0 {
    margin-top: 0rem !important;
  }
  .xlarge-margin-right-0 {
    margin-right: 0rem !important;
  }
  .xlarge-margin-bottom-0 {
    margin-bottom: 0rem !important;
  }
  .xlarge-margin-left-0 {
    margin-left: 0rem !important;
  }
  .xlarge-margin-horizontal-0 {
    margin-right: 0rem !important;
    margin-left: 0rem !important;
  }
  .xlarge-margin-vertical-0 {
    margin-top: 0rem !important;
    margin-bottom: 0rem !important;
  }
  .xlarge-padding-0 {
    padding: 0rem !important;
  }
  .xlarge-padding-top-0 {
    padding-top: 0rem !important;
  }
  .xlarge-padding-right-0 {
    padding-right: 0rem !important;
  }
  .xlarge-padding-bottom-0 {
    padding-bottom: 0rem !important;
  }
  .xlarge-padding-left-0 {
    padding-left: 0rem !important;
  }
  .xlarge-padding-horizontal-0 {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
  }
  .xlarge-padding-vertical-0 {
    padding-top: 0rem !important;
    padding-bottom: 0rem !important;
  }
}
@media print, screen and (min-width: 45em) {
  .medium-margin-1 {
    margin: 1.05rem !important;
  }
  .medium-margin-top-1 {
    margin-top: 1.05rem !important;
  }
  .medium-margin-right-1 {
    margin-right: 1.05rem !important;
  }
  .medium-margin-bottom-1 {
    margin-bottom: 1.05rem !important;
  }
  .medium-margin-left-1 {
    margin-left: 1.05rem !important;
  }
  .medium-margin-horizontal-1 {
    margin-right: 1.05rem !important;
    margin-left: 1.05rem !important;
  }
  .medium-margin-vertical-1 {
    margin-top: 1.05rem !important;
    margin-bottom: 1.05rem !important;
  }
  .medium-padding-1 {
    padding: 0.75rem !important;
  }
  .medium-padding-top-1 {
    padding-top: 0.75rem !important;
  }
  .medium-padding-right-1 {
    padding-right: 0.75rem !important;
  }
  .medium-padding-bottom-1 {
    padding-bottom: 0.75rem !important;
  }
  .medium-padding-left-1 {
    padding-left: 0.75rem !important;
  }
  .medium-padding-horizontal-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .medium-padding-vertical-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-1 {
    margin: 1.05rem !important;
  }
  .large-margin-top-1 {
    margin-top: 1.05rem !important;
  }
  .large-margin-right-1 {
    margin-right: 1.05rem !important;
  }
  .large-margin-bottom-1 {
    margin-bottom: 1.05rem !important;
  }
  .large-margin-left-1 {
    margin-left: 1.05rem !important;
  }
  .large-margin-horizontal-1 {
    margin-right: 1.05rem !important;
    margin-left: 1.05rem !important;
  }
  .large-margin-vertical-1 {
    margin-top: 1.05rem !important;
    margin-bottom: 1.05rem !important;
  }
  .large-padding-1 {
    padding: 0.75rem !important;
  }
  .large-padding-top-1 {
    padding-top: 0.75rem !important;
  }
  .large-padding-right-1 {
    padding-right: 0.75rem !important;
  }
  .large-padding-bottom-1 {
    padding-bottom: 0.75rem !important;
  }
  .large-padding-left-1 {
    padding-left: 0.75rem !important;
  }
  .large-padding-horizontal-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .large-padding-vertical-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-1 {
    margin: 1.05rem !important;
  }
  .xlarge-margin-top-1 {
    margin-top: 1.05rem !important;
  }
  .xlarge-margin-right-1 {
    margin-right: 1.05rem !important;
  }
  .xlarge-margin-bottom-1 {
    margin-bottom: 1.05rem !important;
  }
  .xlarge-margin-left-1 {
    margin-left: 1.05rem !important;
  }
  .xlarge-margin-horizontal-1 {
    margin-right: 1.05rem !important;
    margin-left: 1.05rem !important;
  }
  .xlarge-margin-vertical-1 {
    margin-top: 1.05rem !important;
    margin-bottom: 1.05rem !important;
  }
  .xlarge-padding-1 {
    padding: 0.75rem !important;
  }
  .xlarge-padding-top-1 {
    padding-top: 0.75rem !important;
  }
  .xlarge-padding-right-1 {
    padding-right: 0.75rem !important;
  }
  .xlarge-padding-bottom-1 {
    padding-bottom: 0.75rem !important;
  }
  .xlarge-padding-left-1 {
    padding-left: 0.75rem !important;
  }
  .xlarge-padding-horizontal-1 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }
  .xlarge-padding-vertical-1 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }
}
@media print, screen and (min-width: 45em) {
  .medium-margin-2 {
    margin: 2.1rem !important;
  }
  .medium-margin-top-2 {
    margin-top: 2.1rem !important;
  }
  .medium-margin-right-2 {
    margin-right: 2.1rem !important;
  }
  .medium-margin-bottom-2 {
    margin-bottom: 2.1rem !important;
  }
  .medium-margin-left-2 {
    margin-left: 2.1rem !important;
  }
  .medium-margin-horizontal-2 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }
  .medium-margin-vertical-2 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .medium-padding-2 {
    padding: 1.5rem !important;
  }
  .medium-padding-top-2 {
    padding-top: 1.5rem !important;
  }
  .medium-padding-right-2 {
    padding-right: 1.5rem !important;
  }
  .medium-padding-bottom-2 {
    padding-bottom: 1.5rem !important;
  }
  .medium-padding-left-2 {
    padding-left: 1.5rem !important;
  }
  .medium-padding-horizontal-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .medium-padding-vertical-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-2 {
    margin: 2.1rem !important;
  }
  .large-margin-top-2 {
    margin-top: 2.1rem !important;
  }
  .large-margin-right-2 {
    margin-right: 2.1rem !important;
  }
  .large-margin-bottom-2 {
    margin-bottom: 2.1rem !important;
  }
  .large-margin-left-2 {
    margin-left: 2.1rem !important;
  }
  .large-margin-horizontal-2 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }
  .large-margin-vertical-2 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .large-padding-2 {
    padding: 1.5rem !important;
  }
  .large-padding-top-2 {
    padding-top: 1.5rem !important;
  }
  .large-padding-right-2 {
    padding-right: 1.5rem !important;
  }
  .large-padding-bottom-2 {
    padding-bottom: 1.5rem !important;
  }
  .large-padding-left-2 {
    padding-left: 1.5rem !important;
  }
  .large-padding-horizontal-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .large-padding-vertical-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-2 {
    margin: 2.1rem !important;
  }
  .xlarge-margin-top-2 {
    margin-top: 2.1rem !important;
  }
  .xlarge-margin-right-2 {
    margin-right: 2.1rem !important;
  }
  .xlarge-margin-bottom-2 {
    margin-bottom: 2.1rem !important;
  }
  .xlarge-margin-left-2 {
    margin-left: 2.1rem !important;
  }
  .xlarge-margin-horizontal-2 {
    margin-right: 2.1rem !important;
    margin-left: 2.1rem !important;
  }
  .xlarge-margin-vertical-2 {
    margin-top: 2.1rem !important;
    margin-bottom: 2.1rem !important;
  }
  .xlarge-padding-2 {
    padding: 1.5rem !important;
  }
  .xlarge-padding-top-2 {
    padding-top: 1.5rem !important;
  }
  .xlarge-padding-right-2 {
    padding-right: 1.5rem !important;
  }
  .xlarge-padding-bottom-2 {
    padding-bottom: 1.5rem !important;
  }
  .xlarge-padding-left-2 {
    padding-left: 1.5rem !important;
  }
  .xlarge-padding-horizontal-2 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .xlarge-padding-vertical-2 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
}
@media print, screen and (min-width: 45em) {
  .medium-margin-3 {
    margin: 3.15rem !important;
  }
  .medium-margin-top-3 {
    margin-top: 3.15rem !important;
  }
  .medium-margin-right-3 {
    margin-right: 3.15rem !important;
  }
  .medium-margin-bottom-3 {
    margin-bottom: 3.15rem !important;
  }
  .medium-margin-left-3 {
    margin-left: 3.15rem !important;
  }
  .medium-margin-horizontal-3 {
    margin-right: 3.15rem !important;
    margin-left: 3.15rem !important;
  }
  .medium-margin-vertical-3 {
    margin-top: 3.15rem !important;
    margin-bottom: 3.15rem !important;
  }
  .medium-padding-3 {
    padding: 2.25rem !important;
  }
  .medium-padding-top-3 {
    padding-top: 2.25rem !important;
  }
  .medium-padding-right-3 {
    padding-right: 2.25rem !important;
  }
  .medium-padding-bottom-3 {
    padding-bottom: 2.25rem !important;
  }
  .medium-padding-left-3 {
    padding-left: 2.25rem !important;
  }
  .medium-padding-horizontal-3 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .medium-padding-vertical-3 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}
@media print, screen and (min-width: 64em) {
  .large-margin-3 {
    margin: 3.15rem !important;
  }
  .large-margin-top-3 {
    margin-top: 3.15rem !important;
  }
  .large-margin-right-3 {
    margin-right: 3.15rem !important;
  }
  .large-margin-bottom-3 {
    margin-bottom: 3.15rem !important;
  }
  .large-margin-left-3 {
    margin-left: 3.15rem !important;
  }
  .large-margin-horizontal-3 {
    margin-right: 3.15rem !important;
    margin-left: 3.15rem !important;
  }
  .large-margin-vertical-3 {
    margin-top: 3.15rem !important;
    margin-bottom: 3.15rem !important;
  }
  .large-padding-3 {
    padding: 2.25rem !important;
  }
  .large-padding-top-3 {
    padding-top: 2.25rem !important;
  }
  .large-padding-right-3 {
    padding-right: 2.25rem !important;
  }
  .large-padding-bottom-3 {
    padding-bottom: 2.25rem !important;
  }
  .large-padding-left-3 {
    padding-left: 2.25rem !important;
  }
  .large-padding-horizontal-3 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .large-padding-vertical-3 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}
@media screen and (min-width: 75em) {
  .xlarge-margin-3 {
    margin: 3.15rem !important;
  }
  .xlarge-margin-top-3 {
    margin-top: 3.15rem !important;
  }
  .xlarge-margin-right-3 {
    margin-right: 3.15rem !important;
  }
  .xlarge-margin-bottom-3 {
    margin-bottom: 3.15rem !important;
  }
  .xlarge-margin-left-3 {
    margin-left: 3.15rem !important;
  }
  .xlarge-margin-horizontal-3 {
    margin-right: 3.15rem !important;
    margin-left: 3.15rem !important;
  }
  .xlarge-margin-vertical-3 {
    margin-top: 3.15rem !important;
    margin-bottom: 3.15rem !important;
  }
  .xlarge-padding-3 {
    padding: 2.25rem !important;
  }
  .xlarge-padding-top-3 {
    padding-top: 2.25rem !important;
  }
  .xlarge-padding-right-3 {
    padding-right: 2.25rem !important;
  }
  .xlarge-padding-bottom-3 {
    padding-bottom: 2.25rem !important;
  }
  .xlarge-padding-left-3 {
    padding-left: 2.25rem !important;
  }
  .xlarge-padding-horizontal-3 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }
  .xlarge-padding-vertical-3 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }
}
.slide-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-down.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(-100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-left.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-up.mui-enter.mui-enter-active {
  transform: translateY(0);
}

.slide-in-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(100%);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-in-right.mui-enter.mui-enter-active {
  transform: translateX(0);
}

.slide-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-down.mui-leave.mui-leave-active {
  transform: translateY(100%);
}

.slide-out-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-right.mui-leave.mui-leave-active {
  transform: translateX(100%);
}

.slide-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateY(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-up.mui-leave.mui-leave-active {
  transform: translateY(-100%);
}

.slide-out-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: translateX(0);
  transition-property: transform, opacity;
  backface-visibility: hidden;
}

.slide-out-left.mui-leave.mui-leave-active {
  transform: translateX(-100%);
}

.fade-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 0;
  transition-property: opacity;
}

.fade-in.mui-enter.mui-enter-active {
  opacity: 1;
}

.fade-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  opacity: 1;
  transition-property: opacity;
}

.fade-out.mui-leave.mui-leave-active {
  opacity: 0;
}

.hinge-in-from-top.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-top.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-right.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-right.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-bottom.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(90deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-bottom.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-left.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(90deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-left.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-x.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateX(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-x.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-in-from-middle-y.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotateY(-90deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 0;
}

.hinge-in-from-middle-y.mui-enter.mui-enter-active {
  transform: perspective(2000px) rotate(0deg);
  opacity: 1;
}

.hinge-out-from-top.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: top;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-top.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-right.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: right;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-right.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.hinge-out-from-bottom.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: bottom;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-bottom.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(-90deg);
  opacity: 0;
}

.hinge-out-from-left.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: left;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-left.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(-90deg);
  opacity: 0;
}

.hinge-out-from-middle-x.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-x.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateX(90deg);
  opacity: 0;
}

.hinge-out-from-middle-y.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: perspective(2000px) rotate(0deg);
  transform-origin: center;
  transition-property: transform, opacity;
  opacity: 1;
}

.hinge-out-from-middle-y.mui-leave.mui-leave-active {
  transform: perspective(2000px) rotateY(90deg);
  opacity: 0;
}

.scale-in-up.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(0.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-up.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-in-down.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1.5);
  transition-property: transform, opacity;
  opacity: 0;
}

.scale-in-down.mui-enter.mui-enter-active {
  transform: scale(1);
  opacity: 1;
}

.scale-out-up.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-up.mui-leave.mui-leave-active {
  transform: scale(1.5);
  opacity: 0;
}

.scale-out-down.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: scale(1);
  transition-property: transform, opacity;
  opacity: 1;
}

.scale-out-down.mui-leave.mui-leave-active {
  transform: scale(0.5);
  opacity: 0;
}

.spin-in.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(-0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out.mui-leave.mui-leave-active {
  transform: rotate(0.75turn);
  opacity: 0;
}

.spin-in-ccw.mui-enter {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0.75turn);
  transition-property: transform, opacity;
  opacity: 0;
}

.spin-in-ccw.mui-enter.mui-enter-active {
  transform: rotate(0);
  opacity: 1;
}

.spin-out-ccw.mui-leave {
  transition-duration: 500ms;
  transition-timing-function: linear;
  transform: rotate(0);
  transition-property: transform, opacity;
  opacity: 1;
}

.spin-out-ccw.mui-leave.mui-leave-active {
  transform: rotate(-0.75turn);
  opacity: 0;
}

.slow {
  transition-duration: 750ms !important;
}

.fast {
  transition-duration: 250ms !important;
}

.linear {
  transition-timing-function: linear !important;
}

.ease {
  transition-timing-function: ease !important;
}

.ease-in {
  transition-timing-function: ease-in !important;
}

.ease-out {
  transition-timing-function: ease-out !important;
}

.ease-in-out {
  transition-timing-function: ease-in-out !important;
}

.bounce-in {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  transition-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  transition-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  transition-delay: 300ms !important;
}

.long-delay {
  transition-delay: 700ms !important;
}

.shake {
  animation-name: shake-7;
}
@keyframes shake-7 {
  0%, 10%, 20%, 30%, 40%, 50%, 60%, 70%, 80%, 90% {
    transform: translateX(7%);
  }
  5%, 15%, 25%, 35%, 45%, 55%, 65%, 75%, 85%, 95% {
    transform: translateX(-7%);
  }
}

.spin-cw {
  animation-name: spin-cw-1turn;
}
@keyframes spin-cw-1turn {
  0% {
    transform: rotate(-1turn);
  }
  100% {
    transform: rotate(0);
  }
}

.spin-ccw {
  animation-name: spin-ccw-1turn;
}
@keyframes spin-ccw-1turn {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(-1turn);
  }
}

.wiggle {
  animation-name: wiggle-7deg;
}
@keyframes wiggle-7deg {
  40%, 50%, 60% {
    transform: rotate(7deg);
  }
  35%, 45%, 55%, 65% {
    transform: rotate(-7deg);
  }
  0%, 30%, 70%, 100% {
    transform: rotate(0);
  }
}

.shake,
.spin-cw,
.spin-ccw,
.wiggle {
  animation-duration: 500ms;
}

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

.slow {
  animation-duration: 750ms !important;
}

.fast {
  animation-duration: 250ms !important;
}

.linear {
  animation-timing-function: linear !important;
}

.ease {
  animation-timing-function: ease !important;
}

.ease-in {
  animation-timing-function: ease-in !important;
}

.ease-out {
  animation-timing-function: ease-out !important;
}

.ease-in-out {
  animation-timing-function: ease-in-out !important;
}

.bounce-in {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.24, 1.245) !important;
}

.bounce-out {
  animation-timing-function: cubic-bezier(0.485, 0.155, 0.515, 0.845) !important;
}

.bounce-in-out {
  animation-timing-function: cubic-bezier(0.76, -0.245, 0.24, 1.245) !important;
}

.short-delay {
  animation-delay: 300ms !important;
}

.long-delay {
  animation-delay: 700ms !important;
}

@font-face {
  font-family: "Material Symbols Outlined";
  font-style: normal;
  font-weight: 100 700;
  src: url(../src/fonts/material-symbols-outlined.woff2) format("woff2");
}
@font-face {
  font-family: "Material Symbols Rounded";
  font-style: normal;
  font-weight: 100;
  src: url(../src/fonts/material-symbols-rounded.woff2) format("woff2");
}
@font-face {
  font-family: "Barlow Regular";
  font-style: normal;
  font-weight: regular;
  src: url(../src/fonts/Barlow/Barlow-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Barlow SemiBold";
  font-style: normal;
  font-weight: semibold;
  src: url(../src/fonts/Barlow/Barlow-SemiBold.ttf) format("truetype");
}
@font-face {
  font-family: "Barlow Bold";
  font-style: normal;
  font-weight: bold;
  src: url(../src/fonts/Barlow/Barlow-Bold.ttf) format("truetype");
}
body {
  opacity: 0;
  animation-name: show;
  animation-duration: 200ms;
  animation-fill-mode: forwards;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.material-symbols-outlined {
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.material-symbols-outlined.hiag-css-icon:after {
  content: "\e5cf";
}

.material-symbols-rounded {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
}
.material-symbols-rounded.hiag-css-icon:after {
  content: "\e5cf";
}

h1,
h4 {
  text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
  font-family: "Barlow Bold";
}

h1,
h2,
h3,
h4,
h5 {
  color: #497b2e;
}

h5,
h6 {
  font-family: "Barlow SemiBold";
}

li.icon-continue > a:after {
  content: "\e5e1";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  margin-left: 0.525rem;
}

html {
  --primary-color: #497b2e;
  --primary-color-lighten-1: rgb(99.4355029586, 167.5420118343, 62.6579881657);
  --primary-color-transparent-1: rgba(73, 123, 46, 0.16);
  --primary-color-lighten-2: rgb(130.824852071, 195.499408284, 95.900591716);
  --primary-color-transparent-2: rgba(73, 123, 46, 0.32);
  --primary-color-lighten-3: rgb(165.5893491124, 212.1573964497, 140.4426035503);
  --primary-color-transparent-3: rgba(73, 123, 46, 0.48);
  --primary-color-lighten-4: rgb(200.3538461538, 228.8153846154, 184.9846153846);
  --primary-color-transparent-4: rgba(73, 123, 46, 0.64);
  --primary-color-lighten-5: rgb(235.1183431953, 245.4733727811, 229.5266272189);
  --primary-color-transparent-5: rgba(73, 123, 46, 0.8);
  --primary-color-darken-1: rgb(50.9704142012, 85.8816568047, 32.1183431953);
  --primary-color-darken-2: rgb(28.9408284024, 48.7633136095, 18.2366863905);
  --primary-color-darken-3: rgb(6.9112426036, 11.6449704142, 4.3550295858);
  --secondary-color: #6ba72a;
  --secondary-color-lighten-1: rgb(137.9684210526, 206.8105263158, 63.3894736842);
  --secondary-color-transparent-1: rgba(107, 167, 42, 0.16);
  --secondary-color-lighten-2: rgb(167.8363636364, 219.1090909091, 112.2909090909);
  --secondary-color-transparent-2: rgba(107, 167, 42, 0.32);
  --secondary-color-lighten-3: rgb(197.7043062201, 231.4076555024, 161.1923444976);
  --secondary-color-transparent-3: rgba(107, 167, 42, 0.48);
  --secondary-color-lighten-4: rgb(227.5722488038, 243.7062200957, 210.0937799043);
  --secondary-color-transparent-4: rgba(107, 167, 42, 0.64);
  --secondary-color-lighten-5: white;
  --secondary-color-transparent-5: rgba(107, 167, 42, 0.8);
  --secondary-color-darken-1: rgb(80.8899521531, 126.2488038278, 31.7511961722);
  --secondary-color-darken-2: rgb(54.7799043062, 85.4976076555, 21.5023923445);
  --secondary-color-darken-3: rgb(28.6698564593, 44.7464114833, 11.2535885167);
  --tertiary-color: #96c41e;
  --tertiary-color-lighten-1: rgb(180.0761061947, 225.4247787611, 61.7752212389);
  --tertiary-color-transparent-1: rgba(150, 196, 30, 0.16);
  --tertiary-color-lighten-2: rgb(200.6566371681, 233.5486725664, 114.8513274336);
  --tertiary-color-transparent-2: rgba(150, 196, 30, 0.32);
  --tertiary-color-lighten-3: rgb(221.2371681416, 241.6725663717, 167.9274336283);
  --tertiary-color-transparent-3: rgba(150, 196, 30, 0.48);
  --tertiary-color-lighten-4: rgb(241.817699115, 249.796460177, 221.003539823);
  --tertiary-color-transparent-4: rgba(150, 196, 30, 0.64);
  --tertiary-color-lighten-5: white;
  --tertiary-color-transparent-5: rgba(150, 196, 30, 0.8);
  --tertiary-color-darken-1: rgb(116.1504424779, 151.7699115044, 23.2300884956);
  --tertiary-color-darken-2: rgb(82.3008849558, 107.5398230088, 16.4601769912);
  --tertiary-color-darken-3: rgb(48.4513274336, 63.3097345133, 9.6902654867);
  --success-color: #6fb333;
  --success-color-lighten-1: rgb(141.7947826087, 206.4834782609, 84.7165217391);
  --success-color-transparent-1: rgba(111, 179, 51, 0.16);
  --success-color-lighten-2: rgb(173.4591304348, 220.0539130435, 132.3460869565);
  --success-color-transparent-2: rgba(111, 179, 51, 0.32);
  --success-color-lighten-3: rgb(205.1234782609, 233.6243478261, 179.9756521739);
  --success-color-transparent-3: rgba(111, 179, 51, 0.48);
  --success-color-lighten-4: rgb(236.787826087, 247.1947826087, 227.6052173913);
  --success-color-transparent-4: rgba(111, 179, 51, 0.64);
  --success-color-lighten-5: white;
  --success-color-transparent-5: rgba(111, 179, 51, 0.8);
  --success-color-darken-1: rgb(86.3869565217, 139.3086956522, 39.6913043478);
  --success-color-darken-2: rgb(61.7739130435, 99.6173913043, 28.3826086957);
  --success-color-darken-3: rgb(37.1608695652, 59.9260869565, 17.0739130435);
  --warning-color: #e7a72c;
  --warning-color-lighten-1: rgb(237.250212766, 189.9174468085, 98.949787234);
  --warning-color-transparent-1: rgba(231, 167, 44, 0.16);
  --warning-color-lighten-2: rgb(243.5004255319, 212.834893617, 153.8995744681);
  --warning-color-transparent-2: rgba(231, 167, 44, 0.32);
  --warning-color-lighten-3: rgb(249.7506382979, 235.7523404255, 208.8493617021);
  --warning-color-transparent-3: rgba(231, 167, 44, 0.48);
  --warning-color-lighten-4: white;
  --warning-color-transparent-4: rgba(231, 167, 44, 0.64);
  --warning-color-lighten-5: white;
  --warning-color-transparent-5: rgba(231, 167, 44, 0.8);
  --warning-color-darken-1: rgb(201.1234042553, 140.1191489362, 22.8765957447);
  --warning-color-darken-2: rgb(155.3319148936, 108.2170212766, 17.6680851064);
  --warning-color-darken-3: rgb(109.5404255319, 76.314893617, 12.4595744681);
  --alert-color: #921720;
  --alert-color-lighten-1: rgb(198.8710059172, 31.3289940828, 43.5881656805);
  --alert-color-transparent-1: rgba(146, 23, 32, 0.16);
  --alert-color-lighten-2: rgb(225.249704142, 66.150295858, 77.7917159763);
  --alert-color-transparent-2: rgba(146, 23, 32, 0.32);
  --alert-color-lighten-3: rgb(233.5786982249, 119.0213017751, 127.4035502959);
  --alert-color-transparent-3: rgba(146, 23, 32, 0.48);
  --alert-color-lighten-4: rgb(241.9076923077, 171.8923076923, 177.0153846154);
  --alert-color-transparent-4: rgba(146, 23, 32, 0.64);
  --alert-color-lighten-5: rgb(250.2366863905, 224.7633136095, 226.6272189349);
  --alert-color-transparent-5: rgba(146, 23, 32, 0.8);
  --alert-color-darken-1: rgb(101.9408284024, 16.0591715976, 22.3431952663);
  --alert-color-darken-2: rgb(57.8816568047, 9.1183431953, 12.6863905325);
  --alert-color-darken-3: rgb(13.8224852071, 2.1775147929, 3.0295857988);
  --black: #0a0a0a;
  --white: #fefefe;
  --light-gray: #f0f0f0;
  --medium-gray: #8a8a8a;
  --dark-gray: #555555;
  --global-margin: 1.05rem;
  --global-padding: 0.75rem;
  --global-shadow-small: 0px 0px 12px rgba(85, 85, 85, 0.6);
}

a.hiag-phone-link {
  display: inline-block;
  gap: 4px;
  white-space: nowrap;
}
a.hiag-phone-link:before {
  content: "\e0b0";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  padding-right: 4px;
  line-height: inherit;
}
a.button:before {
  content: none;
}

a.hiag-mail-link {
  display: inline-block;
  gap: 4px;
}
a.hiag-mail-link:before {
  content: "\e158";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  padding-right: 4px;
  line-height: inherit;
}
a.button:before {
  content: none;
}

a.hiag-external-link {
  display: inline-block;
  gap: 4px;
}
a.hiag-external-link:before {
  content: "\e89e";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  padding-right: 4px;
  line-height: inherit;
}
a.button:before {
  content: none;
}

ul.button-group,
ul.button-group.inline.links {
  display: flex;
  margin-left: 0;
}
ul.button-group li.button,
ul.button-group.inline.links li.button {
  padding: 0.85em 1em;
}

.button a {
  display: unset;
  color: #fefefe;
}
.button a:before {
  content: none;
}

.fc .fc-button-primary {
  background-color: #497b2e;
  border: 2px solid transparent;
  color: #fefefe;
}
.fc .fc-button-primary:disabled {
  background-color: rgba(73, 123, 46, 0.25);
  border: 2px solid transparent;
}
.fc .fc-button-primary:hover, .fc .fc-button-primary:not(:disabled).fc-button-active, .fc .fc-button-primary:not(:disabled):active {
  background-color: rgb(39.9556213018, 67.3224852071, 25.1775147929);
  border: 2px solid transparent;
}
.fc .filter-menu li > a:hover {
  background-color: rgb(39.9556213018, 67.3224852071, 25.1775147929);
  color: #fefefe;
}
.fc .calendar-filter-badge {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  background: #497b2e;
  display: inline-block;
}

.button > span.material-symbols-outlined {
  transform: scale(1.5);
}

table:not([class*=fc-]) {
  display: block;
  width: 100%;
  overflow-x: auto;
  display: table;
}
table:not([class*=fc-]) .hiag-table-stacked-header {
  display: none;
}
@media print, screen and (max-width: 44.99875em) {
  table:not([class*=fc-]) .is-empty {
    display: none;
  }
  table:not([class*=fc-]) thead {
    display: none;
  }
  table:not([class*=fc-]) tfoot {
    display: none;
  }
  table:not([class*=fc-]) tr,
  table:not([class*=fc-]) th,
  table:not([class*=fc-]) td {
    display: block;
  }
  table:not([class*=fc-]) td {
    border-top: 0;
  }
  table:not([class*=fc-]) .hiag-table-stacked-header {
    display: unset;
    font-size: 14px;
    color: #0a0a0a;
  }
}
table:not([class*=fc-]) tbody {
  border-bottom: none;
}
table:not([class*=fc-]) tr,
table:not([class*=fc-]) th,
table:not([class*=fc-]) tbody,
table:not([class*=fc-]) thead,
table:not([class*=fc-]) tfoot {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
table:not([class*=fc-]) .hiag-table-stacked-header {
  font-weight: bold;
  color: rgba(10, 10, 10, 0.65);
  padding-bottom: 4px;
}
table:not([class*=fc-]) .hiag-table-stacked-header a {
  font-weight: bold;
  color: rgba(73, 123, 46, 0.65);
  padding-bottom: 4px;
}

table.stacked-by-width tr {
  display: flex;
  flex-direction: column;
  gap: 0.2625rem;
  padding-top: 0.2625rem;
  padding-bottom: 0.525rem;
}
table.stacked-by-width tr td {
  padding-top: 0;
  padding-bottom: 0;
}

table.stacked-by-width thead {
  display: none;
}

table.stacked-by-width tbody tr .hiag-table-stacked-header {
  display: block;
}

html,
body {
  scrollbar-width: thin;
  scrollbar-color: #8a8a8a #fefefe;
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 12px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background: #fefefe;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background-color: #8a8a8a;
  border-radius: 0px;
  border: 1px solid #fefefe;
}
html::-webkit-scrollbar-thumb:hover,
body::-webkit-scrollbar-thumb:hover {
  background-color: #497b2e;
}

#toolbar-administration #toolbar-bar {
  background-color: #555555;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3137254902);
  opacity: 0.7;
  transition: opacity 0.4s ease;
  z-index: 10000;
}
#toolbar-administration #toolbar-bar * {
  box-shadow: none;
}
#toolbar-administration #toolbar-bar:hover {
  opacity: 1;
}
#toolbar-administration #toolbar-item-user-tray {
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3137254902);
  border: none;
}

.dialog-off-canvas-main-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

/*
Page
---
*/
footer {
  margin-top: 1.05rem;
}

footer {
  padding-top: 0.75rem;
  background-color: #497b2e;
  --current-std-border-color: rgba(254, 254, 254, 0.7);
}
footer > * {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
footer table:not(.unstriped) tbody {
  background-color: #497b2e;
}
footer table:not(.unstriped) tbody tr:nth-child(even) {
  background-color: rgba(10, 10, 10, 0.2);
}
footer table.unstriped tbody tr {
  border-bottom: 1px solid var(--current-std-border-color);
}
footer hr:first-child {
  margin-top: 0px;
}

.accordion .accordion-title,
.accordion .accordion-content,
.accordion .accordion-item:first-child > :first-child,
.accordion :last-child:not(.is-active) > .accordion-title,
.accordion .accordion-item:last-child > :last-child {
  border-radius: 0;
  border-left-color: transparent;
  border-right-color: transparent;
}

*[hidden] {
  display: none !important;
}

.gin--horizontal-toolbar #toolbar-administration {
  z-index: 1000001;
}

.gin-secondary-toolbar.gin-secondary-toolbar--frontend {
  position: fixed;
  top: var(--gin-toolbar-height);
  width: 100vw;
  z-index: 1000000;
  opacity: 0;
}
.gin-secondary-toolbar.gin-secondary-toolbar--frontend.hidden:not(.active) {
  display: none;
}
.gin-secondary-toolbar.gin-secondary-toolbar--frontend:hover {
  opacity: 1;
}
.gin-secondary-toolbar.gin-secondary-toolbar--frontend #toolbar-bar .button {
  padding-left: 0;
  padding-right: 0;
  text-align: left;
  width: 100%;
  background-color: transparent;
  white-space: nowrap;
}

#gin-panel-margin-container {
  height: var(--gin-toolbar-height);
}

.responsive-blocks-content__item.card {
  overflow: visible !important;
}

a.edit-link,
a[href*="/edit?destination=/"] {
  width: fit-content !important;
  background: var(--gin-bg-layer3) !important;
  border: 1px solid var(--gin-border-color-layer2) !important;
  padding: 6px 10px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) !important;
  border-radius: 16px !important;
  box-sizing: border-box !important;
  margin: 1.05rem;
  color: var(--gin-color-text-light) !important;
}
a.edit-link:hover,
a[href*="/edit?destination=/"]:hover {
  box-shadow: 0 0 0 1px var(--gin-color-focus-border), 0 0 0 4px var(--gin-color-focus) !important;
  color: var(--gin-color-text) !important;
}

.views-field-edit-node a.edit-link,
.views-field-edit-node a[href*="/edit?destination=/"] {
  margin: 0 !important;
}

iframe[src*="map.geo.admin"] {
  width: 100%;
  height: 30vh;
  min-height: 400px;
}

.card .field__label {
  color: #0a0a0a;
}
.card.node--type-person .field__label {
  color: #0a0a0a;
}

@media print, screen and (max-width: 63.99875em) {
  .fc-toolbar.fc-header-toolbar {
    flex-wrap: wrap;
    gap: 0.525rem;
  }
  .fc-toolbar.fc-header-toolbar .fc-toolbar-chunk:not(:first-child):not(:last-child) {
    order: 1;
    width: 100%;
  }
}
@media screen and (max-width: 470px) {
  .fc table {
    font-size: 0.9em;
  }
}
table[class*=fc-] {
  margin-bottom: 0;
}
table[class*=fc-] table tr {
  display: table-row;
}
table[class*=fc-] table :is(td, th) {
  display: table-cell;
}
table[class*=fc-] tbody tr:nth-child(even) {
  background: transparent;
}
table[class*=fc-] table {
  margin-bottom: 0;
}

#hiag-main-menu.hiag-main-menu--is-safari.is-anchored {
  -webkit-transform: translateY(calc(0 * var(--title-bar-bottom-wrapper-height)));
}

header.no-padding {
  padding: 0;
}

.hiag-main-wrapper {
  background-color: #fefefe;
  --current-std-border-color: #497b2e;
}

@media print, screen and (min-width: 64em) {
  #hiag-layout-content.hiag-layout-content--center {
    animation-name: centerMain;
    animation-duration: 0.6s;
    animation-fill-mode: forwards;
  }
  @keyframes centerMain {
    0% {
      transform: translateX(0%);
      opacity: 0;
    }
    100% {
      transform: translateX(-17.5%);
      opacity: 1;
    }
  }
}
.hiag-main-wrapper section.region:not(.region-footer) {
  max-width: 2560px;
  --js-max-screen-width: 2560;
}

.region-right-sidebar {
  word-break: break-all;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}

.region-content > .block + .block {
  margin-top: 1.05rem;
}

.region-sub-content {
  margin-bottom: 1.05rem;
  justify-content: space-between;
}
.region-sub-content .card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.05rem;
  border: none;
  border-radius: 99999px;
  background: #497b2e;
  box-shadow: none;
  overflow: hidden;
  color: #fefefe;
}
.region-sub-content .card > :last-child {
  margin-bottom: 0;
}
.region-sub-content .card .card-divider {
  background-color: #497b2e;
  color: #fefefe;
}
.region-sub-content .card a {
  color: #fefefe;
}
.region-sub-content > * {
  flex: 1;
}
.region-sub-content > :not(:last-child) {
  margin-right: 0.75rem;
}
.region-sub-content *:not(hr) {
  border: none;
}
.region-sub-content .tabs {
  display: flex;
  border: none;
  background-color: #497b2e;
}
.region-sub-content .tabs .tabs-title {
  flex: 1;
  background-color: #497b2e;
}
.region-sub-content .tabs .tabs-title.is-active a {
  background-color: #497b2e;
}
.region-sub-content .tabs .tabs-title a {
  text-align: center;
  color: #fefefe;
}
@media print, screen and (max-width: 44.99875em) {
  .region-sub-content .tabs .tabs-title a {
    padding-left: 0.375rem;
    padding-right: 0.375rem;
  }
}
.region-sub-content .tabs .tabs-title a:hover {
  background-color: #497b2e;
}
.region-sub-content .tabs-content {
  background-color: #497b2e;
  border: none;
}
.region-sub-content .tabs-content * {
  color: #fefefe;
}
.region-sub-content .card {
  background-color: transparent;
}

.region-sub-features {
  margin-bottom: 1.05rem;
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 1.05rem;
  background-color: #497b2e;
  flex-wrap: wrap;
}
.region-sub-features > * {
  flex: 1;
  min-width: 250px;
}
.region-sub-features > :not(:last-child) {
  margin-right: 0.75rem;
}
.region-sub-features .card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.05rem;
  border: none;
  border-radius: 99999px;
  background: #497b2e;
  box-shadow: none;
  overflow: hidden;
  color: #fefefe;
}
.region-sub-features .card > :last-child {
  margin-bottom: 0;
}
.region-sub-features .card .card-divider {
  background-color: #497b2e;
  color: #fefefe;
}
.region-sub-features .card a {
  color: #fefefe;
}

.region-slider .card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.05rem;
  border: none;
  border-radius: 99999px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.region-slider .card > :last-child {
  margin-bottom: 0;
}
.region-slider .card .card-divider {
  background-color: rgb(228.5, 228.5, 228.5);
  color: #0a0a0a;
}

.region-left-top-bar {
  position: relative;
}
.region-left-top-bar :not(.button-group) .button {
  margin-bottom: 0;
}
.region-left-top-bar .card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 0px;
  border: none;
  border-radius: 99999px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.region-left-top-bar .card > :last-child {
  margin-bottom: 0;
}
.region-left-top-bar .card .card-divider {
  background-color: white;
  color: #0a0a0a;
}

.region-right-top-bar {
  position: relative;
}
.region-right-top-bar :not(.button-group) .button {
  margin-bottom: 0;
}
.region-right-top-bar .card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 0px;
  border: none;
  border-radius: 99999px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.region-right-top-bar .card > :last-child {
  margin-bottom: 0;
}
.region-right-top-bar .card .card-divider {
  background-color: white;
  color: #0a0a0a;
}
.region-right-top-bar > :first-child:not(.menu--main:last-child) {
  position: absolute;
  width: 100%;
  top: calc(64px / -2);
  opacity: 1;
  transition: opacity 0.4s ease, top 0.4s ease;
}
.region-right-top-bar > :first-child:not(.menu--main:last-child).card {
  overflow: visible;
}
.region-right-top-bar > :first-child:not(.menu--main:last-child) > * {
  position: relative;
  z-index: 5;
}
.region-right-top-bar > :first-child:not(.menu--main:last-child):before {
  content: "";
  position: absolute;
  width: 100vw;
  height: 100%;
  left: 0;
  top: 0;
  transform: scale(1.05, 1.2);
}
@media screen and (max-width: 1020px) {
  .region-right-top-bar > :first-child:not(.menu--main:last-child) {
    display: none;
  }
}

.is-stuck .region-right-top-bar > :first-child:not(.menu--main:last-child) {
  opacity: 0;
  top: calc(64px / -1);
}

.hiag-title-bar-bottom-wrapper {
  width: 100vw;
  display: flex;
  background-color: #497b2e;
  align-items: center;
  justify-content: center;
}
.hiag-title-bar-bottom-wrapper .button {
  margin: 0;
}

.region-breadcrumb {
  padding-top: 1.05rem;
  margin-bottom: 1.05rem;
}
.region-breadcrumb .hiag-breadcrumb-item:not(:last-child)::after {
  font-family: "Material Symbols Outlined";
  content: "\ea50" !important;
}

.region-footer {
  justify-content: space-between;
  margin-left: 0;
  margin-right: 0;
  background: #0a0a0a;
}
.region-footer a {
  font-size: 80%;
}
.region-footer * {
  color: rgba(254, 254, 254, 0.5);
}
.region-footer *:hover {
  color: #fefefe;
}
.region-footer .dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: rgba(254, 254, 254, 0.5) transparent transparent;
}

.region-right-off-canvas .card {
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
}

.off-canvas .region .is-drilldown .drilldown {
  background: transparent;
}
.off-canvas .region .is-drilldown .drilldown a,
.off-canvas .region .is-drilldown .drilldown .is-drilldown-submenu {
  background: transparent;
}

.off-canvas.position-left .region-left-off-canvas .card {
  background-color: transparent;
  box-shadow: none;
  border-color: transparent;
}
.off-canvas.position-left .region-left-off-canvas:first-child {
  margin-top: calc(var(--height-hiag-main-menu) + 1.05rem);
}

.hiag-sidebars-off-canvas-toggle-container {
  z-index: 1002;
  box-shadow: none !important;
}
.hiag-sidebars-off-canvas-toggle-container > .button {
  box-shadow: 0px 0px 12px rgba(85, 85, 85, 0.6);
}

.region-backdrop .card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
}
.region-backdrop .card > :last-child {
  margin-bottom: 0;
}
.region-backdrop .card .card-divider {
  background-color: transparent;
  color: #0a0a0a;
}
.region-backdrop .card .card-section {
  padding: 0;
}

#block-banner-fill {
  visibility: hidden;
  display: none;
  position: absolute;
}
#block-banner-fill:first-child:last-child {
  visibility: visible;
  display: block;
  position: relative;
}

.region-backdrop #block-orbitstartseite {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  overflow: visible;
}

body[data-user-role*=administrator] .region-backdrop #block-orbitstartseite {
  top: 53px;
}

.region-backdrop {
  --current-orbit-image-height: 420px;
}
.region-backdrop.fixed-orbit-container {
  height: var(--current-orbit-image-height);
  position: relative;
}

.hiag-main-menu-dropdown-container {
  gap: 0.75rem;
}
.hiag-main-menu-dropdown-container .hiag-menu-underline {
  position: fixed;
  transition: width 0.4s, left 0.4s, opacity 0.4s;
}
@media print, screen and (max-width: 44.99875em) {
  .hiag-main-menu-dropdown-container {
    gap: 0.375rem;
  }
}
.hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > .is-dropdown-submenu {
  border-bottom-left-radius: 1.05rem;
  border-bottom-right-radius: 1.05rem;
}
.hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > .is-dropdown-submenu > .is-submenu-item:last-child {
  border-bottom-left-radius: 1.05rem;
  border-bottom-right-radius: 1.05rem;
}
.hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > .is-dropdown-submenu .is-dropdown-submenu {
  border-radius: 1.05rem;
}
.hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > .is-dropdown-submenu .is-dropdown-submenu .is-submenu-item:first-child {
  border-top-left-radius: 1.05rem;
  border-top-right-radius: 1.05rem;
}
.hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > .is-dropdown-submenu .is-dropdown-submenu .is-submenu-item:first-child {
  border-bottom-left-radius: 1.05rem;
  border-bottom-right-radius: 1.05rem;
}
.hiag-main-menu-dropdown-container .hiag-menu-underlined-link > a {
  font-size: 120%;
}
.hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent a {
  padding: 0.75rem 1.05rem;
}
.hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent::after {
  content: none;
}
.hiag-main-menu-dropdown-container .opens-right {
  text-align: left;
}
.hiag-main-menu-dropdown-container .opens-right > ul > li.opens-left {
  text-align: left;
}
.hiag-main-menu-dropdown-container .opens-left {
  text-align: right;
}
.hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > ul .is-submenu-item:hover,
.hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > ul .is-submenu-item.is-active {
  background-color: #497b2e;
}
.hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > ul .is-submenu-item:hover > a,
.hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > ul .is-submenu-item.is-active > a {
  color: #fefefe;
}
.hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > ul .is-submenu-item:hover > a::after,
.hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > ul .is-submenu-item.is-active > a::after {
  border-color: transparent transparent transparent #fefefe;
}
.hiag-main-menu-dropdown-container .is-dropdown-submenu .is-dropdown-submenu-parent.opens-left.is-active > a::after {
  border-color: transparent #fefefe transparent transparent;
}
.hiag-main-menu-dropdown-container.menu.horizontal {
  flex-wrap: nowrap;
}
.hiag-main-menu-dropdown-container.menu.horizontal * {
  white-space: nowrap;
  word-break: keep-all;
}

.region-bottom-top-bar .hiag-main-menu-dropdown-container .hiag-menu-underline {
  background-color: #fefefe;
  height: 4px;
  transform: translateY(-4px);
}
.region-bottom-top-bar .hiag-main-menu-dropdown-container > li > a, .region-bottom-top-bar .hiag-main-menu-dropdown-container > li.is-active > a {
  color: #fefefe;
}
.region-bottom-top-bar .hiag-main-menu-dropdown-container > li > a:hover, .region-bottom-top-bar .hiag-main-menu-dropdown-container > li.is-active > a:hover {
  color: #fefefe;
}

.region-right-top-bar .hiag-main-menu-dropdown-container .hiag-menu-underline,
.region-left-top-bar .hiag-main-menu-dropdown-container .hiag-menu-underline {
  background-color: #497b2e;
  height: 1.05rem;
}
.region-right-top-bar .hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > ul,
.region-left-top-bar .hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > ul {
  transform: translateY(1.05rem);
}
.region-right-top-bar .hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > ul .is-submenu-item:hover,
.region-left-top-bar .hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > ul .is-submenu-item:hover {
  background-color: #497b2e;
}
.region-right-top-bar .hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > ul .is-submenu-item:hover > a,
.region-left-top-bar .hiag-main-menu-dropdown-container > .is-dropdown-submenu-parent > ul .is-submenu-item:hover > a {
  color: #fefefe;
}

.region-right-top-bar .hiag-main-menu-dropdown-container {
  justify-content: right;
}

header#hiag-main-menu.is-stuck .hiag-title-bar-bottom-controller {
  transform: translateY(0px) !important;
}

.hiag-main-menu-drilldown-container li {
  border-bottom: 2px solid #497b2e;
}
.hiag-main-menu-drilldown-container li:first-child {
  border-top: 2px solid #497b2e;
}

.hiag-main-menu-tree-container .hiag-main-menu-tree-is-active-trail > a {
  background-color: rgb(106.0443786982, 178.6775147929, 66.8224852071);
}
.hiag-main-menu-tree-container a:hover {
  background-color: rgb(39.9556213018, 67.3224852071, 25.1775147929);
  color: #fefefe;
}

.hiag-sidebars-off-canvas-toggle-container {
  position: fixed;
  margin: 1.05rem;
  bottom: 0;
  left: 0;
  box-shadow: 0px 0px 12px rgba(85, 85, 85, 0.6);
}
.hiag-sidebars-off-canvas-toggle-container .button {
  margin: unset;
}

.menu--main .menu li:last-child > span {
  display: none;
}

.hiag-search-link .button {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
}
.hiag-search-link .node--type-search-content > form {
  width: 100%;
}
.hiag-search-link .node--type-search-content > form .input-group-field[type=search] {
  max-width: unset;
  min-width: unset;
}
.hiag-search-link .dropdown-pane {
  width: calc(100vw - 32px);
  max-width: 94.0476190476rem;
}
.hiag-search-link .dropdown-pane .hiag-dropdown-navigation-search {
  width: 100%;
  margin: auto;
  max-width: 720px;
}

/*
REGIONAL NODE TYPE SETTINGS
---------------------------
*/
.region-right-top-bar .hiag-search-link,
.region-left-top-bar .hiag-search-link {
  width: 0px;
  max-width: min-content;
  opacity: 0;
  transition: width 0.4s 0.25s, opacity 0.4s;
}
@media screen and (max-width: 1020px) {
  .region-right-top-bar .hiag-search-link,
  .region-left-top-bar .hiag-search-link {
    width: 60px;
    max-width: min-content;
    opacity: 1;
    transition: width 0.4s, opacity 0.4s 0.25s;
  }
}

.is-stuck .region-right-top-bar .hiag-search-link,
.is-stuck .region-left-top-bar .hiag-search-link {
  width: 60px;
  max-width: min-content;
  opacity: 1;
  transition: width 0.4s, opacity 0.4s 0.25s;
}

.region-bottom-top-bar .hiag-search-link .dropdown-pane {
  width: 100%;
}

.hiag-menu-local-tasks-tabs {
  margin-bottom: 1.05rem;
  display: flex;
  border-color: #bebebe;
}
.hiag-menu-local-tasks-tabs .tabs-title {
  flex: 1;
}
.hiag-menu-local-tasks-tabs .tabs-title a {
  text-align: center;
  color: #bebebe;
}
.hiag-menu-local-tasks-tabs .tabs-title > a:hover {
  background-color: rgba(190, 190, 190, 0.5);
  color: #787878;
}

.region-right-top-bar .hiag-menu-button-container.button-group {
  justify-content: right;
}

.region-left-top-bar .hiag-menu-button-container .button-group {
  justify-content: left;
}

.region-footer .dropdown.menu > li > a {
  padding: 0.75rem 1.05rem;
}
.region-footer .is-dropdown-submenu {
  background-color: #0a0a0a;
  transform: translateY(-5px);
  border-radius: 5px;
}
.region-footer .menu-item.is-dropdown-submenu-parent > a::after {
  transform-origin: 75%;
  transform: scale(80%) rotate(180deg);
}
.region-footer nav.menu--footer {
  display: flex;
  align-items: center;
}

.node--view-mode-full > .node__content > * > .field + .field, .node--view-mode-full > .node__content > .field + .field {
  margin-top: 1.05rem;
}
@media print, screen and (min-width: 64em) {
  .node--view-mode-full .grid-margin-x > .cell.page-main-content:not(:last-child) {
    margin-right: 8rem;
  }
}
.node--view-mode-full .page-main-content .field--label-inline {
  display: flex;
}
.node--view-mode-full .page-main-content .field--label-inline .field__label {
  flex: 1;
  min-width: 150px;
}
.node--view-mode-full .page-main-content .field--label-inline .field__items, .node--view-mode-full .page-main-content .field--label-inline > .field__item {
  flex: 4;
}
@media print, screen and (max-width: 63.99875em) {
  .node--view-mode-full .page-main-content .field--label-inline {
    flex-direction: column;
  }
}
@media print, screen and (max-width: 74.99875em) {
  .node--view-mode-full .page-sub-content {
    margin-top: 1.05rem;
  }
}
@media print, screen and (min-width: 64em) {
  .node--view-mode-full .page-sub-content {
    position: relative;
    height: fit-content;
    background-color: #f0f0f0;
    --current-std-border-color: #497b2e;
    padding: 0.375rem;
  }
  .node--view-mode-full .page-sub-content .button, .node--view-mode-full .page-sub-content .button.disabled, .node--view-mode-full .page-sub-content .button[disabled], .node--view-mode-full .page-sub-content .button.disabled:hover, .node--view-mode-full .page-sub-content .button[disabled]:hover, .node--view-mode-full .page-sub-content .button.disabled:focus, .node--view-mode-full .page-sub-content .button[disabled]:focus {
    border: 2px solid #497b2e;
    color: #497b2e;
  }
  .node--view-mode-full .page-sub-content .button:hover, .node--view-mode-full .page-sub-content .button:focus {
    border-color: rgb(36.5, 61.5, 23);
    color: rgb(36.5, 61.5, 23);
  }
  .node--view-mode-full .page-sub-content .button * {
    color: #497b2e;
  }
  .node--view-mode-full .page-sub-content:before {
    content: "";
    position: absolute;
    height: calc(100% + 0.75rem);
    width: calc(100% + 8rem);
    top: -0.375rem;
    right: -0.375rem;
    background: #f0f0f0;
    border: 0px solid transparent;
    box-shadow: none;
    border-radius: 0px;
  }
  .node--view-mode-full .page-sub-content .field__label {
    color: rgba(10, 10, 10, 0.65);
  }
  .node--view-mode-full .page-sub-content .field__item {
    color: #0a0a0a;
  }
  .node--view-mode-full .page-sub-content a {
    color: #497b2e;
  }
  .node--view-mode-full .page-sub-content > * {
    --field-width-adjust: calc(
      8rem - 0.75rem
    );
    position: relative;
    z-index: 1;
    width: calc(100% + var(--field-width-adjust));
    transform: translateX(calc(-1 * var(--field-width-adjust)));
  }
}
.node--view-mode-full .page-leftover-content {
  margin-top: 1.05rem;
}

.node--view-mode-teaser .node__content {
  gap: 1.05rem;
  padding: 0.375rem 0;
}
.node--view-mode-teaser .teaser-content {
  display: flex;
  flex-wrap: wrap;
}
.node--view-mode-teaser .teaser-content > .field--label-inline {
  flex: 1;
  max-width: 50%;
  min-width: 220px;
}
.node--view-mode-teaser .teaser-content > .field--label-inline > .field__item, .node--view-mode-teaser .teaser-content > .field--label-inline > .field__items > .field__item {
  height: 26px;
}
.node--view-mode-teaser .teaser-content > .field--label-inline > .field__item > *, .node--view-mode-teaser .teaser-content > .field--label-inline > .field__items > .field__item > * {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 180px;
}
.node--view-mode-teaser .teaser-content > .field--label-inline .field__items > .field__item:not(:first-child) {
  visibility: hidden;
  position: absolute;
  display: none;
}
.node--view-mode-teaser .teaser-content > .field:not(.field--label-inline) {
  width: 100%;
}
.node--view-mode-teaser .teaser-content > .teaser-main-title {
  width: 100%;
  margin: 0;
}

.teaser-label.flex-container,
.teaser-label .flex-container {
  gap: 4px;
}
.teaser-label * {
  line-height: 1;
  margin: 0;
  padding: 0;
}
.teaser-label .teaser-label--date--day-name {
  font-size: 0.8333333333rem;
  padding-top: 4px;
  padding-right: 2px;
}
.teaser-label .teaser-label--date--day-num {
  font-weight: bold;
  color: rgba(10, 10, 10, 0.65);
  display: flex;
  height: 36px;
}
.teaser-label .teaser-label--date--day-num.h3 {
  font-size: 36px;
}
.teaser-label .teaser-label--date--day-num > span {
  font-size: 50%;
}
.teaser-label .teaser-label--date--day-num > span:first-child {
  align-items: flex-start;
}
.teaser-label .teaser-label--date--day-num > span:last-child {
  align-self: flex-end;
}
.teaser-label .teaser-label--date--day-num > span.teaser-label--date--day-num-separator {
  align-self: stretch;
  border-left: 2px solid rgba(10, 10, 10, 0.65);
  transform: rotate(45deg);
}
.teaser-label .teaser-label--date--month-name {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}

.node--view-mode-hiag-blank > .node__content > .field + .field,
.node--view-mode-hiag-blank .hiag-blank-date-time > .field + .field {
  margin-top: 1.05rem;
}
.node--view-mode-hiag-blank:not(.node--type-header-content) > .node__content {
  overflow: auto;
}
.node--view-mode-hiag-blank:not(.node--type-header-content) > .node__content::after {
  clear: both;
}
.node--view-mode-hiag-blank .field--label-inline {
  display: flex;
}
.node--view-mode-hiag-blank .field--label-inline .field__label {
  flex: 1;
  min-width: 150px;
}
.node--view-mode-hiag-blank .field--label-inline .field__items, .node--view-mode-hiag-blank .field--label-inline > .field__item {
  flex: 4;
}
@media print, screen and (max-width: 63.99875em) {
  .node--view-mode-hiag-blank .field--label-inline {
    flex-direction: column;
  }
}
.node--view-mode-hiag-blank .field--name-field-image {
  float: right;
  max-width: 400px;
  min-width: 200px;
  margin-left: 1.05rem;
  margin-bottom: 1.05rem;
}
@media print, screen and (max-width: 63.99875em) {
  .node--view-mode-hiag-blank .field--name-field-image {
    float: unset;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    margin-left: 0px;
  }
}
.node--view-mode-hiag-blank:not(.node--type-config-responsive-blocks) .field--name-body {
  position: relative;
  overflow-y: hidden;
  transition: height 0.4s;
}
.node--view-mode-hiag-blank:not(.node--type-config-responsive-blocks) .field--name-body .button.field--name-body--expand-more-button {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: transform 0.4s;
}
.node--view-mode-hiag-blank:not(.node--type-config-responsive-blocks) .field--name-body:before {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 100%;
  transition: opacity 0.4s;
}
.node--view-mode-hiag-blank:not(.node--type-config-responsive-blocks) .field--name-body.closed {
  height: 100px;
}
.node--view-mode-hiag-blank:not(.node--type-config-responsive-blocks) .field--name-body.closed:before {
  content: "";
  opacity: 1;
  background: #fefefe;
  background: -moz-linear-gradient(0deg, #fefefe 0%, rgba(254, 254, 254, 0) 100%);
  background: -webkit-linear-gradient(0deg, #fefefe 0%, rgba(254, 254, 254, 0) 100%);
  background: linear-gradient(0deg, #fefefe 0%, rgba(254, 254, 254, 0) 100%);
}
.node--view-mode-hiag-blank:not(.node--type-config-responsive-blocks) .field--name-body.expanded {
  height: calc(var(--body-inner-height) + 50px);
}
.node--view-mode-hiag-blank:not(.node--type-config-responsive-blocks) .field--name-body.expanded:before {
  content: "";
  opacity: 0;
}

.node--view-mode-hiag-card .hiag-card-image {
  width: 100%;
  height: auto;
}
.node--view-mode-hiag-card .hiag-card-image * {
  width: 100%;
  height: auto;
}
.node--view-mode-hiag-card .hiag-card-header {
  flex-direction: column;
}
.node--view-mode-hiag-card .hiag-card-header .field--type-string {
  color: #0a0a0a;
}
.node--view-mode-hiag-card .hiag-card-header .field--name-title {
  font-size: 120%;
}
.node--view-mode-hiag-card .hiag-card-divider:not(:first-child):not(:last-child) {
  margin: 1.05rem 0;
  border-top: 1px solid var(--current-std-border-color);
  height: 0px;
  width: 100%;
}

.node--view-mode-hiag-accordion-title {
  gap: 1.05rem;
  margin: -0.525rem 0;
}
.node--view-mode-hiag-accordion-title .teaser-label .teaser-label--date--day-num {
  color: rgba(107, 167, 42, 0.65);
}
.node--view-mode-hiag-accordion-title .teaser-label .teaser-label--date--day-num > .teaser-label--date--day-num-separator {
  border-color: rgba(107, 167, 42, 0.65);
}

.accordion-title:hover .node--view-mode-hiag-accordion-title .teaser-label .teaser-label--date--day-num,
.accordion-title:focus .node--view-mode-hiag-accordion-title .teaser-label .teaser-label--date--day-num {
  color: rgba(62.78, 105.78, 39.56, 0.65);
}
.accordion-title:hover .node--view-mode-hiag-accordion-title .teaser-label .teaser-label--date--day-num > .teaser-label--date--day-num-separator,
.accordion-title:focus .node--view-mode-hiag-accordion-title .teaser-label .teaser-label--date--day-num > .teaser-label--date--day-num-separator {
  border-color: rgba(62.78, 105.78, 39.56, 0.65);
}

.node--view-mode-hiag-image-gallery {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.node--view-mode-hiag-image-gallery h6 {
  margin-bottom: 0;
  margin-top: calc(var(--global-margin) / 2);
}
.node--view-mode-hiag-image-gallery .field--name-title {
  font-weight: bold;
}
.node--view-mode-hiag-image-gallery .image-gallery-date {
  font-size: 90%;
}

.region:not(.region-left-top-bar):not(.region-right-top-bar) .node--type-header-content .hiag-branding-link {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.region:not(.region-left-top-bar):not(.region-right-top-bar) .node--type-header-content .hiag-branding-link * {
  min-height: unset;
}
.region:not(.region-left-top-bar):not(.region-right-top-bar) .node--type-header-content .hiag-branding-link .hiag-logo-container .field--name-field-logo {
  height: 64px;
  width: 64px;
}
.region:not(.region-left-top-bar):not(.region-right-top-bar) .node--type-header-content h1.field--name-field-website-name {
  font-size: 2rem;
  display: block;
  padding-left: 0.25rem;
}
.region:not(.region-left-top-bar):not(.region-right-top-bar) .node--type-config-special-navigation .node--type-header-content .hiag-branding-link {
  flex-direction: row;
}
.region:not(.region-left-top-bar):not(.region-right-top-bar) .node--type-config-special-navigation .node__content > *:last-child .node--type-header-content .hiag-branding-link {
  flex-direction: row-reverse;
}
.region:not(.region-left-top-bar):not(.region-right-top-bar) .node--type-config-special-navigation .node__content > *:last-child .node--type-header-content .hiag-branding-link .hiag-main-title-container h1,
.region:not(.region-left-top-bar):not(.region-right-top-bar) .node--type-config-special-navigation .node__content > *:last-child .node--type-header-content .hiag-branding-link .hiag-main-title-container h6 {
  text-align: right;
}

/*
REGIONAL NODE TYPE SETTINGS
---------------------------
*/
.region-left-top-bar .node--type-header-content .hiag-branding-link,
.region-right-top-bar .node--type-header-content .hiag-branding-link {
  color: #0a0a0a;
}
.region-left-top-bar .node--type-header-content .hiag-branding-link:hover, .region-left-top-bar .node--type-header-content .hiag-branding-link:active, .region-left-top-bar .node--type-header-content .hiag-branding-link:visited,
.region-right-top-bar .node--type-header-content .hiag-branding-link:hover,
.region-right-top-bar .node--type-header-content .hiag-branding-link:active,
.region-right-top-bar .node--type-header-content .hiag-branding-link:visited {
  color: #0a0a0a;
}
.region-left-top-bar .node--type-header-content .hiag-logo-container .field--name-field-logo,
.region-right-top-bar .node--type-header-content .hiag-logo-container .field--name-field-logo {
  height: 64px;
  width: 64px;
  transition: height 0.4s ease, width 0.4s ease;
}
.region-left-top-bar .node--type-header-content .hiag-logo-container .field--name-field-logo img,
.region-right-top-bar .node--type-header-content .hiag-logo-container .field--name-field-logo img {
  object-fit: contain;
  max-height: 100%;
}
.region-left-top-bar .node--type-header-content .hiag-main-title-container h1,
.region-right-top-bar .node--type-header-content .hiag-main-title-container h1 {
  word-break: keep-all;
  white-space: nowrap;
  width: max-content;
}
@media screen and (max-width: 1200px) {
  .region-left-top-bar .node--type-header-content .hiag-main-title-container h1,
  .region-right-top-bar .node--type-header-content .hiag-main-title-container h1 {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .region-left-top-bar .node--type-header-content .hiag-main-title-container h1,
  .region-right-top-bar .node--type-header-content .hiag-main-title-container h1 {
    font-size: 2rem;
  }
}
.region-left-top-bar .node--type-header-content .hiag-main-title-container h1,
.region-right-top-bar .node--type-header-content .hiag-main-title-container h1 {
  transition: font-size 0.4s ease, transform 0.4s ease;
}
.region-left-top-bar .node--type-header-content .hiag-main-title-container h6,
.region-right-top-bar .node--type-header-content .hiag-main-title-container h6 {
  transition: height 0.4s ease, opacity 0.4s ease;
}
@media screen and (max-width: 1020px) {
  .region-left-top-bar .node--type-header-content .hiag-logo-container .field--name-field-logo,
  .region-right-top-bar .node--type-header-content .hiag-logo-container .field--name-field-logo {
    height: 64px;
    width: 64px;
  }
  .region-left-top-bar .node--type-header-content .hiag-main-title-container h1,
  .region-right-top-bar .node--type-header-content .hiag-main-title-container h1 {
    font-size: calc(64px / 2);
    transform: translateY(10px);
  }
  .region-left-top-bar .node--type-header-content .hiag-main-title-container h6,
  .region-right-top-bar .node--type-header-content .hiag-main-title-container h6 {
    display: none;
  }
}

.region-right-top-bar .node--type-header-content .hiag-branding-link {
  flex-direction: row-reverse;
}
.region-right-top-bar .node--type-header-content .hiag-branding-link .hiag-main-title-container h1,
.region-right-top-bar .node--type-header-content .hiag-branding-link .hiag-main-title-container h6 {
  margin-left: auto;
}

.node--type-search-content form .input-group {
  position: relative;
}
.node--type-search-content form .input-group:last-child {
  margin-bottom: 0;
}
.node--type-search-content form .input-group > input {
  max-width: 420px;
  min-width: 200px;
}
.node--type-search-content form .input-group > input:not(:focus) + .hiag-search-suggestions-container {
  transition: visibility 0s 0.25s;
  visibility: hidden;
}
.node--type-search-content form .input-group .hiag-search-suggestions-container {
  position: absolute;
  z-index: 1001;
  background: #fefefe;
  width: 100%;
  box-shadow: 0px 0px 12px rgba(85, 85, 85, 0.6);
}
.node--type-search-content form .input-group .hiag-search-suggestions-container ul {
  list-style: none;
}
.node--type-search-content form .input-group .hiag-search-suggestions-container ul li {
  padding: 0.375rem 0.75rem;
  border-bottom: 1px solid var(--current-std-border-color);
}

.region-right-top-bar .node--type-search-content form .input-group {
  justify-content: flex-end;
}

.node--type-config-special-navigation {
  margin: 1.05rem;
  background-color: #fefefe;
}
.node--type-config-special-navigation a {
  white-space: nowrap;
}
.node--type-config-special-navigation > .node__content {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 63.99875em) {
  .node--type-config-special-navigation > .node__content {
    flex-wrap: wrap;
    gap: 1.05rem;
  }
  .node--type-config-special-navigation > .node__content .field--name-field-special-navigation-header {
    flex: 0 0 0%;
  }
  .node--type-config-special-navigation > .node__content .field--name-field-special-navigation-content {
    flex: 1 1 0%;
  }
}
.node--type-config-special-navigation.config-special-navigation--align-bottom > .node__content {
  align-items: flex-end;
}
.node--type-config-special-navigation.config-special-navigation--align-top > .node__content {
  align-items: flex-start;
}
.node--type-config-special-navigation.config-special-navigation--align-center > .node__content {
  align-items: center;
}
.node--type-config-special-navigation nav.field--name-field-special-navigation-content {
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  gap: 0.25rem 0.5rem;
}
@media print, screen and (max-width: 63.99875em) {
  .node--type-config-special-navigation nav.field--name-field-special-navigation-content > *:nth-child(1) {
    display: none !important;
  }
}
@media print, screen and (max-width: 44.99875em) {
  .node--type-config-special-navigation nav.field--name-field-special-navigation-content > *:nth-child(1) {
    display: none !important;
  }
  .node--type-config-special-navigation nav.field--name-field-special-navigation-content > *:nth-child(2) {
    display: none !important;
  }
  .node--type-config-special-navigation nav.field--name-field-special-navigation-content > *:nth-child(3) {
    display: none !important;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .node--type-config-special-navigation nav.field--name-field-special-navigation-content {
    gap: 0.125rem 0.25rem;
  }
}
.node--type-config-special-navigation nav.field--name-field-special-navigation-content .button {
  border: none;
}
.node--type-config-special-navigation nav.field--name-field-special-navigation-content .material-symbols-outlined {
  font-size: 105%;
  transform: scale(1.5);
}
.node--type-config-special-navigation nav.field--name-field-special-navigation-content .hiag-shortcut-button {
  padding: 0.85em 1em;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  color: #497b2e;
}
.node--type-config-special-navigation nav.field--name-field-special-navigation-content .hiag-shortcut-button:hover {
  color: rgb(62.78, 105.78, 39.56);
}
.node--type-config-special-navigation nav.field--name-field-special-navigation-content .hiag-shortcut-button:not(.hiag-shortcut-button--with-text) .shortcut-title {
  display: none;
}
@media print, screen and (min-width: 45em) {
  .node--type-config-special-navigation nav.field--name-field-special-navigation-content .hiag-shortcut-button.hiag-shortcut-button--with-text {
    position: static;
  }
  .node--type-config-special-navigation nav.field--name-field-special-navigation-content .hiag-shortcut-button.hiag-shortcut-button--with-text.has-tip {
    position: static;
    opacity: 1;
    color: #497b2e;
    font-weight: normal;
    padding-right: 1.5rem;
    border-bottom: none;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .node--type-config-special-navigation nav.field--name-field-special-navigation-content .hiag-shortcut-button.hiag-shortcut-button--with-text .shortcut-title {
    display: none;
  }
}
.node--type-config-special-navigation nav.field--name-field-special-navigation-content .button-transparent {
  padding: 0.85em 1em;
  margin: 0 0 1.05rem 0;
  line-height: 1;
  text-align: center;
  font-size: 0.9rem;
}
.node--type-config-special-navigation nav.field--name-field-special-navigation-content > .button-transparent, .node--type-config-special-navigation nav.field--name-field-special-navigation-content > .button, .node--type-config-special-navigation nav.field--name-field-special-navigation-content > * {
  margin-bottom: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .node--type-config-special-navigation nav.field--name-field-special-navigation-content {
    width: 100%;
    flex-wrap: wrap;
  }
  .node--type-config-special-navigation nav.field--name-field-special-navigation-content .node--type-search-content {
    width: 100%;
    max-width: 500px;
  }
  .node--type-config-special-navigation nav.field--name-field-special-navigation-content .node--type-search-content .input-group {
    justify-content: right;
  }
}

.node--type-config-special-navigation .region:not(.region-left-top-bar):not(.region-right-top-bar) .node--type-config-special-navigation {
  padding: 1.05rem;
}

.node--type-config-responsive-blocks .responsive-blocks-row,
.node--type-config-responsive-blocks .responsive-blocks-column {
  display: flex;
  gap: 1.05rem;
}
.node--type-config-responsive-blocks .responsive-blocks-column {
  flex-direction: column;
}
.node--type-config-responsive-blocks .responsive-blocks-column .responsive-blocks-content__item {
  width: 100%;
}
.node--type-config-responsive-blocks .responsive-blocks-content__item.card .wrapper-container-view {
  flex: 1 0 auto;
  padding: 0.75rem;
}
.node--type-config-responsive-blocks .responsive-blocks-content__item.card .wrapper-container-view > :last-child {
  margin-bottom: 0;
}
.node--type-config-responsive-blocks .responsive-blocks-row {
  justify-content: space-between;
}
.node--type-config-responsive-blocks .responsive-blocks-row .responsive-blocks-content__item {
  width: 31.3492063492rem;
  max-width: 540px;
  flex: 1;
}
.node--type-config-responsive-blocks .responsive-blocks-orbit .orbit-slide-content-wrapper {
  padding-left: 2.1rem;
  padding-right: 2.1rem;
  margin: auto;
  width: 100%;
}
.node--type-config-responsive-blocks .responsive-blocks-orbit .orbit-controls button {
  color: #0a0a0a;
}

.node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs,
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs {
  display: flex;
  flex-wrap: wrap;
  border-color: transparent;
  gap: 0.5952380952rem;
}
.node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title a,
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.05rem 0;
  padding: 0.85em 1em;
  border: 2px solid transparent;
  border-radius: 99999px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
}
[data-whatinput=mouse] .node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title a,
[data-whatinput=mouse] .node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title a {
  outline: 0;
}
.node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title a, .node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title a.disabled, .node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title a[disabled], .node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title a.disabled:hover, .node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title a[disabled]:hover, .node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title a.disabled:focus, .node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title a[disabled]:focus,
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title a,
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title a.disabled,
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title a[disabled],
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title a.disabled:hover,
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title a[disabled]:hover,
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title a.disabled:focus,
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title a[disabled]:focus {
  background-color: #497b2e;
  color: #fefefe;
}
.node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title a:hover, .node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title a:focus,
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title a:hover,
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title a:focus {
  background-color: rgb(39.9556213018, 67.3224852071, 25.1775147929);
  color: #fefefe;
}
.node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title:not(.is-active) a,
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title:not(.is-active) a {
  background-color: transparent;
  border: 1px solid #497b2e;
  color: #497b2e;
}
.node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title:not(.is-active) a:hover, .node--type-tabs-site .hiag-tabs-wrapper ul.hiag-tabs .tabs-title:not(.is-active) a:focus,
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title:not(.is-active) a:hover,
.node--type-tabs-site .hiag-tabs-wrapper .view-content > .tabs .tabs-title:not(.is-active) a:focus {
  background-color: rgb(36.5, 61.5, 23);
}
.node--type-tabs-site .hiag-tabs-wrapper .tabs-content {
  border-color: transparent;
}

.hiag-shortcut-button {
  position: relative;
  cursor: pointer;
}
.hiag-shortcut-button, .hiag-shortcut-button.disabled, .hiag-shortcut-button[disabled], .hiag-shortcut-button.disabled:hover, .hiag-shortcut-button[disabled]:hover, .hiag-shortcut-button.disabled:focus, .hiag-shortcut-button[disabled]:focus {
  background-color: #96c41e;
  color: #fefefe;
}
.hiag-shortcut-button:hover, .hiag-shortcut-button:focus {
  background-color: #96c41e;
  color: #fefefe;
}
.hiag-shortcut-button * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hiag-shortcut-button .material-symbols-outlined {
  font-size: 80px;
  font-variation-settings: "FILL" 0, "wght" 400, "GRAD" 0, "opsz" 48;
}
.hiag-shortcut-button .field--name-field-custom-icon {
  height: 80px;
  width: 80px;
}
.hiag-shortcut-button .shortcut-title {
  max-width: 80px;
  height: 12px;
  word-break: normal;
}

@media print, screen and (min-width: 64em) {
  .hiag-shortcut-tooltip-responsive {
    display: none !important;
  }
}
.node--type-article.node--view-mode-hiag-card .hiag-article-header {
  display: flex;
  flex-direction: column-reverse;
}
.node--type-article.node--view-mode-hiag-card .field--name-title {
  font-size: 135%;
}
.node--type-article.node--view-mode-hiag-card .hiag-article-content {
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
}
.node--type-article.node--view-mode-hiag-card .hiag-article-content .hiag-article-content-section {
  display: flex;
  justify-content: space-between;
}
.node--type-article.node--view-mode-hiag-card .hiag-article-content .hiag-article-content-section .field + .field {
  margin-top: 0;
}
.node--type-article.node--view-mode-hiag-card .hiag-article-content .hiag-article-separator {
  border-top: 1px solid var(--current-std-border-color);
  width: 100%;
}

.node--type-events.node--view-mode-full .field + .field {
  margin-top: 1.05rem;
}
.node--type-events.node--view-mode-full .field__item.material-symbols-outlined {
  font-size: 24px;
}
@media print, screen and (min-width: 45em) {
  .node--type-events.node--view-mode-full .field__item.material-symbols-outlined {
    font-size: 48px;
  }
}
.node--type-events.node--view-mode-full .page-main-content .field__item.material-symbols-outlined {
  float: right;
  transform-origin: center bottom;
  transform: translateY(calc(-24px - 1.05rem)) scale(120%);
}
@media print, screen and (min-width: 45em) {
  .node--type-events.node--view-mode-full .page-main-content .field__item.material-symbols-outlined {
    transform-origin: center bottom;
    transform: translateY(calc(-48px - 1.05rem)) scale(120%);
  }
}
.node--type-events.node--view-mode-hiag-blank .node__content > .material-symbols-outlined {
  float: right;
  font-size: 210%;
}
.node--type-events.node--view-mode-hiag-blank .hiag-blank-date-time + .field {
  margin-top: 1.05rem;
}

.node--type-page.node--view-mode-full .field--name-field-image {
  width: 100%;
}
.node--type-page.node--view-mode-full .field--name-field-image img {
  width: 100%;
  height: auto;
}
.node--type-page .page-sub-content {
  margin-bottom: 1.05rem;
}

.node--type-person.node--view-mode-hiag-card {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  margin-bottom: 1.05rem;
  border: 1px solid var(--current-std-border-color);
  border-radius: 99999px;
  background: #fefefe;
  box-shadow: none;
  overflow: hidden;
  color: #0a0a0a;
  position: relative;
}
.node--type-person.node--view-mode-hiag-card > :last-child {
  margin-bottom: 0;
}
.node--type-person.node--view-mode-hiag-card .hiag-person-header.card-divider {
  background-color: #f0f0f0;
  color: #0a0a0a;
  align-items: center;
  padding: 0;
}
.node--type-person.node--view-mode-hiag-card .hiag-card-content-section {
  position: absolute;
  top: 1.05rem;
  left: 1.05rem;
}
.node--type-person.node--view-mode-hiag-card .hiag-card-divider {
  display: none;
  visibility: hidden;
}
.node--type-person.node--view-mode-hiag-card .field--name-field-e-mail {
  visibility: hidden;
}
.node--type-person.node--view-mode-hiag-card .field--name-field-e-mail a:is(.hiag-phone-link, .hiag-mail-link, .hiag-external-link) {
  width: 48px;
}
.node--type-person.node--view-mode-hiag-card .field--name-field-e-mail a:is(.hiag-phone-link, .hiag-mail-link, .hiag-external-link):before {
  visibility: visible;
  padding: 0.85em 1em;
  background: #497b2e;
  color: #fefefe;
  border: 2px solid transparent;
  border-radius: 99999px;
  margin: 0 0 1.05rem 0;
}
.node--type-person.node--view-mode-hiag-card .field--name-field-e-mail a:not(.hiag-phone-link):not(.hiag-mail-link):not(.hiag-external-link) {
  visibility: visible;
  padding: 0.85em 1em;
  background: #497b2e;
  color: #fefefe;
  border: 2px solid transparent;
  border-radius: 99999px;
  margin: 0 0 1.05rem 0;
}
.node--type-person.node--view-mode-hiag-card .field--name-field-e-mail a:not(.hiag-phone-link):not(.hiag-mail-link):not(.hiag-external-link):before {
  content: none;
}
.node--type-person.node--view-mode-hiag-card .field--name-field-phone {
  visibility: hidden;
}
.node--type-person.node--view-mode-hiag-card .field--name-field-phone a:is(.hiag-phone-link, .hiag-mail-link, .hiag-external-link) {
  width: 48px;
}
.node--type-person.node--view-mode-hiag-card .field--name-field-phone a:is(.hiag-phone-link, .hiag-mail-link, .hiag-external-link):before {
  visibility: visible;
  padding: 0.85em 1em;
  background: #497b2e;
  color: #fefefe;
  border: 2px solid transparent;
  border-radius: 99999px;
  margin: 0 0 1.05rem 0;
}
.node--type-person.node--view-mode-hiag-card .field--name-field-phone a:not(.hiag-phone-link):not(.hiag-mail-link):not(.hiag-external-link) {
  visibility: visible;
  padding: 0.85em 1em;
  background: #497b2e;
  color: #fefefe;
  border: 2px solid transparent;
  border-radius: 99999px;
  margin: 0 0 1.05rem 0;
}
.node--type-person.node--view-mode-hiag-card .field--name-field-phone a:not(.hiag-phone-link):not(.hiag-mail-link):not(.hiag-external-link):before {
  content: none;
}
.node--type-person.node--view-mode-hiag-person .node__content {
  display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;
  padding: 0.75rem 0;
}
@media print, screen and (max-width: 44.99875em) {
  .node--type-person.node--view-mode-hiag-person .node__content {
    flex-direction: column-reverse;
  }
  .node--type-person.node--view-mode-hiag-person .node__content .person-contact-block {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 1.05rem;
  }
  .node--type-person.node--view-mode-hiag-person .node__content .person-contact-block > * {
    flex: 1;
    min-width: 200px;
    height: min-content;
    margin: 0;
  }
}
.node--type-person.node--view-mode-hiag-person > h4 {
  width: 100%;
  border-bottom: 1px solid var(--current-std-border-color);
}
.node--type-person.node--view-mode-hiag-person .field--name-body {
  position: relative;
  overflow-y: hidden;
  transition: height 0.4s;
}
.node--type-person.node--view-mode-hiag-person .field--name-body .button.field--name-body--expand-more-button {
  position: absolute;
  right: 0;
  bottom: 0;
  transition: transform 0.4s;
}
.node--type-person.node--view-mode-hiag-person .field--name-body:before {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 50px;
  width: 100%;
  transition: opacity 0.4s;
}
.node--type-person.node--view-mode-hiag-person .field--name-body.closed {
  height: 100px;
}
.node--type-person.node--view-mode-hiag-person .field--name-body.closed:before {
  content: "";
  opacity: 1;
  background: #fefefe;
  background: -moz-linear-gradient(0deg, #fefefe 0%, rgba(254, 254, 254, 0) 100%);
  background: -webkit-linear-gradient(0deg, #fefefe 0%, rgba(254, 254, 254, 0) 100%);
  background: linear-gradient(0deg, #fefefe 0%, rgba(254, 254, 254, 0) 100%);
}
.node--type-person.node--view-mode-hiag-person .field--name-body.expanded {
  height: calc(var(--body-inner-height) + 50px);
}
.node--type-person.node--view-mode-hiag-person .field--name-body.expanded:before {
  content: "";
  opacity: 0;
}
.node--type-person.node--view-mode-hiag-person .person-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 1.05rem;
}
.node--type-person.node--view-mode-hiag-person .field--label-inline {
  display: flex;
}
.node--type-person.node--view-mode-hiag-person .field--label-inline .field__label {
  flex: 1;
}
.node--type-person.node--view-mode-hiag-person .field--label-inline .field__items, .node--type-person.node--view-mode-hiag-person .field--label-inline > .field__item {
  flex: 4;
}
@media print, screen and (max-width: 63.99875em) {
  .node--type-person.node--view-mode-hiag-person .field--label-inline {
    flex-direction: column;
  }
}
.node--type-person.node--view-mode-hiag-person .field--name-field-function {
  transform: translateY(-1.05rem);
}
.node--type-person.node--view-mode-full .field--name-field-function {
  transform: translateY(-1.05rem);
}
@media print, screen and (min-width: 64em) {
  .node--type-person.node--view-mode-full .page-sub-content .field--name-field-portrait img {
    width: 100%;
    max-width: 250px;
  }
}

.hiag-chart-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.hiag-chart-wrapper canvas[data-max-cols="2"],
.hiag-chart-wrapper canvas[data-max-cols="2"] ~ canvas {
  width: 50% !important;
  min-width: 400px;
  height: auto !important;
}
@media print, screen and (max-width: 63.99875em) {
  .hiag-chart-wrapper canvas[data-max-cols="2"],
  .hiag-chart-wrapper canvas[data-max-cols="2"] ~ canvas {
    width: 100% !important;
  }
}
.hiag-chart-wrapper canvas[data-max-cols="3"],
.hiag-chart-wrapper canvas[data-max-cols="3"] ~ canvas {
  width: 33.3333333333% !important;
  min-width: 300px;
  height: auto !important;
}
@media print, screen and (max-width: 63.99875em) {
  .hiag-chart-wrapper canvas[data-max-cols="3"],
  .hiag-chart-wrapper canvas[data-max-cols="3"] ~ canvas {
    width: 100% !important;
  }
}
.hiag-chart-wrapper canvas[data-max-cols="4"],
.hiag-chart-wrapper canvas[data-max-cols="4"] ~ canvas {
  width: 25% !important;
  min-width: 200px;
  height: auto !important;
}
@media print, screen and (max-width: 63.99875em) {
  .hiag-chart-wrapper canvas[data-max-cols="4"],
  .hiag-chart-wrapper canvas[data-max-cols="4"] ~ canvas {
    width: 50% !important;
  }
}
.hiag-chart-wrapper canvas[data-max-cols="5"],
.hiag-chart-wrapper canvas[data-max-cols="5"] ~ canvas {
  width: 20% !important;
  min-width: 150px;
  height: auto !important;
}
@media print, screen and (max-width: 63.99875em) {
  .hiag-chart-wrapper canvas[data-max-cols="5"],
  .hiag-chart-wrapper canvas[data-max-cols="5"] ~ canvas {
    width: 50% !important;
  }
}

.node--type-list .field--name-field-chart-footer {
  margin-top: 1.05rem;
}

.responsive-embed[class*=align-],
.flex-video[class*=align-] {
  width: 50%;
  padding-bottom: calc(75% / 2);
}
.responsive-embed[class*=align-].widescreen,
.flex-video[class*=align-].widescreen {
  padding-bottom: calc(56.25% / 2);
}
.responsive-embed[class*=align-].dinA4-vertical,
.flex-video[class*=align-].dinA4-vertical {
  padding-bottom: calc(140% / 2);
}
.responsive-embed[class*=align-].dinA4-horizontal,
.flex-video[class*=align-].dinA4-horizontal {
  padding-bottom: calc(71.4285714286% / 2);
}

form .container-inline,
form .form--inline {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
}
form .container-inline > *,
form .container-inline .form-item,
form .form--inline > *,
form .form--inline .form-item {
  margin-right: 0.5em;
}
form .container-inline input,
form .container-inline input.button,
form .container-inline .hiag-form-content-wrapper,
form .form--inline input,
form .form--inline input.button,
form .form--inline .hiag-form-content-wrapper {
  margin-bottom: 0;
}
form .container-inline .cell,
form .form--inline .cell {
  width: 100%;
}
form .container-inline .input-group,
form .form--inline .input-group {
  display: flex;
}
form .webform-options-display-side-by-side {
  display: flex;
  flex-wrap: wrap;
  gap: 0.525rem;
}
form .webform-options-display-side-by-side div {
  margin-right: 0;
}
@media (max-width: 600px) {
  form .webform-options-display-buttons label.webform-options-display-buttons-label {
    width: 100%;
    display: block;
    margin: 0;
  }
}
form .details-wrapper.accordion-content {
  padding-left: 0;
  padding-right: 0;
}
form :is(.container-inline, .form--inline) + * {
  margin-top: 1.05rem;
}
form .hiag-form-content-wrapper {
  margin-bottom: 1.05rem;
}
form .hiag-form-content-wrapper > :where(button, input, optgroup, select, textarea) {
  margin-bottom: 0;
}
form .hiag-form-content-wrapper > .form-textarea-wrapper > .ck {
  border: 1px solid var(--current-std-border-color);
  border-radius: 99999px;
}
form :is(.webform-options-display-side-by-side,
.webform-options-display-buttons,
td) .hiag-form-content-wrapper {
  margin-bottom: 0;
}
form :is(.webform-options-display-side-by-side,
.webform-options-display-buttons,
td) .hiag-form-content-wrapper .webform-options-display-buttons-wrapper {
  margin: 0;
}
form .webform-required {
  margin-bottom: 1.05rem;
}
form .webform-required .form-required:after {
  content: "*";
  position: relative;
  color: #921720;
  font-size: 90%;
  font-weight: bold;
  padding-left: 0.2em;
  padding-right: 0.2em;
  top: -0.3em;
}
form .hiag-form-label-wrapper > label,
form .hiag-form-content-wrapper > label {
  font-weight: bold;
  color: rgba(10, 10, 10, 0.65);
  padding-bottom: 4px;
}
form .hiag-form-label-wrapper > label.form-required:after,
form .hiag-form-content-wrapper > label.form-required:after {
  content: "*";
  position: relative;
  color: #921720;
  font-size: 90%;
  font-weight: bold;
  padding-left: 0.2em;
  padding-right: 0.2em;
  top: -0.3em;
}
form .form-wrapper.wrapper-container:not(.form-actions) {
  border: 0px solid transparent;
  padding: 0;
  margin: 0;
}
form .help-text {
  margin-top: 0;
}
form .input-group,
form .hiag-form-content-wrapper.input-group-container {
  margin-bottom: 0;
}
form select:not([multiple]) {
  padding: 0.4761904762rem;
  height: auto;
  line-height: 1.15;
}
form section.webform-section {
  margin-bottom: 2.1rem;
}
form label.option:after {
  content: none;
}
form hr.webform-horizontal-rule--gradient {
  background-image: linear-gradient(to right, rgba(107, 167, 42, 0), #6ba72a, rgba(107, 167, 42, 0));
}
form hr[class*=webform-horizontal-rule] {
  color: #6ba72a;
  border-color: #6ba72a;
}
form hr[class*=webform-horizontal-rule]:before {
  border-color: #6ba72a;
}
form .tableselect-sort :where(th, td):first-child {
  width: 100px;
}

.captcha-type-challenge--image .captcha__element {
  display: block;
}
.captcha-type-challenge--image .captcha__element #edit-captcha-image-wrapper {
  display: flex;
  align-items: center;
  gap: 1.05rem;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid var(--current-std-border-color);
  padding: 0.4761904762rem;
  height: auto;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  line-height: 1.45;
  font-size: 0.9523809524rem;
  color: #0a0a0a;
  padding: 0;
}
.select2-container--default .select2-selection--single ul.select2-selection__rendered,
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
  margin: 0;
  line-height: 1.45;
}
.select2-container--default .select2-selection--multiple {
  display: flex;
  flex-wrap: wrap;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered {
  display: flex;
  flex-wrap: wrap;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered > li.select2-selection__choice {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  margin: 4px;
  height: 2rem;
  gap: 4px;
  border-radius: 99999px;
  border: 2px solid transparent;
  background-color: #f0f0f0;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered > li.select2-selection__choice button {
  border-radius: 50%;
  position: static;
  border: none;
  background: var(--alert-color);
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered > li.select2-selection__choice button:hover, .select2-container--default .select2-selection--multiple ul.select2-selection__rendered > li.select2-selection__choice button:focus, .select2-container--default .select2-selection--multiple ul.select2-selection__rendered > li.select2-selection__choice button:active {
  background: var(--alert-color-darken-2);
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered > li.select2-selection__choice button span {
  color: #fefefe;
}
.select2-container--default .select2-selection--multiple ul.select2-selection__rendered > li.select2-selection__choice .select2-selection__choice__display {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}
.select2-container--default .select2-selection--multiple textarea.select2-search__field {
  height: auto;
}
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: 1px solid #6ba72a;
}

.checkbox-container {
  display: inline-flex;
  align-items: center;
  height: 2rem;
  position: relative;
  padding-left: 2.25125rem;
  cursor: pointer;
  font-size: 0.8333333333rem;
  user-select: none;
}
.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkbox-container input:checked ~ .checkmark {
  background-color: #497b2e;
}
.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}
.checkbox-container .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #f0f0f0;
  border-radius: 99999px;
}
.checkbox-container .checkmark:after {
  content: "";
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 0.6666666667rem;
  height: 1.3333333333rem;
  border: solid #fefefe;
  border-width: 0 2px 2px 0;
  transform: translate(100%, 20%) rotate(45deg);
}
.checkbox-container:hover input ~ .checkmark {
  filter: brightness(0.8);
}

.radio-container {
  display: inline-flex;
  align-items: center;
  height: 2rem;
  position: relative;
  padding-left: 2.25125rem;
  cursor: pointer;
  font-size: 0.8333333333rem;
  user-select: none;
}
.radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.radio-container input:checked ~ .radiomark:after {
  display: block;
}
.radio-container .radiomark {
  position: absolute;
  top: 0;
  left: 0;
  height: 2rem;
  width: 2rem;
  background-color: #f0f0f0;
  border-radius: 50%;
}
.radio-container .radiomark:after {
  content: "";
  display: none;
  position: absolute;
  left: 4px;
  top: 4px;
  background-color: #497b2e;
  height: calc(2rem - 8px);
  width: calc(2rem - 8px);
  border-radius: 50%;
}
.radio-container:hover input ~ .radiomark {
  filter: brightness(0.8);
}

.webform-likert-table .radio-container {
  padding-left: 2rem;
}

@media print, screen and (max-width: 44.99875em) {
  table.webform-likert-table tr {
    display: flex;
    flex-wrap: wrap;
  }
  table.webform-likert-table tr td:first-child {
    width: 100%;
  }
  table.webform-likert-table[data-likert-answers-count="2"] tr td:not(:first-child) {
    width: 50% !important;
  }
  table.webform-likert-table[data-likert-answers-count="3"] tr td:not(:first-child) {
    width: 33.3333333333% !important;
  }
  table.webform-likert-table[data-likert-answers-count="4"] tr td:not(:first-child) {
    width: 25% !important;
  }
  table.webform-likert-table[data-likert-answers-count="5"] tr td:not(:first-child) {
    width: 20% !important;
  }
  table.webform-likert-table[data-likert-answers-count="6"] tr td:not(:first-child) {
    width: 16.6666666667% !important;
  }
  table.webform-likert-table[data-likert-answers-count="7"] tr td:not(:first-child) {
    width: 14.2857142857% !important;
  }
}
.range-input-container.input-group-field {
  border: 1px solid var(--current-std-border-color);
  display: flex;
  align-items: center;
}
.range-input-container.input-group-field > input {
  margin: 1.05rem;
  width: 100%;
}

.input-group-label > .hiag-form-item-wrapper {
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
}

.form-item-color .hiag-form-content-wrapper {
  border: 1px solid var(--current-std-border-color);
  border-radius: 99999px;
  display: flex;
  overflow: hidden;
}
.form-item-color .hiag-form-content-wrapper input.form-color {
  margin-bottom: 0;
  border: none;
}
.form-item-color .hiag-form-content-wrapper input.form-color:not([type=color]) {
  flex: 1;
}
.form-item-color .hiag-form-content-wrapper input.form-color:not([type=color])[class*=small] {
  padding: 0.2380952381rem;
}
.form-item-color .hiag-form-content-wrapper input.form-color:not([type=color])[class*=medium] {
  padding: 0.4761904762rem;
}
.form-item-color .hiag-form-content-wrapper input.form-color[class*=small] {
  width: 24px;
  height: 24px;
}
.form-item-color .hiag-form-content-wrapper input.form-color[class*=medium] {
  width: 32px;
  height: 32px;
}
.form-item-color .hiag-form-content-wrapper input.form-color[class*=large] {
  width: 40px;
  height: 40px;
}

[role=dialog] {
  z-index: 1005;
  border: none;
}

label.file-input-label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.05rem 0;
  padding: 0.85em 1em;
  border: 2px solid transparent;
  border-radius: 99999px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
  display: inline-block;
}
[data-whatinput=mouse] label.file-input-label {
  outline: 0;
}
label.file-input-label, label.file-input-label.disabled, label.file-input-label[disabled], label.file-input-label.disabled:hover, label.file-input-label[disabled]:hover, label.file-input-label.disabled:focus, label.file-input-label[disabled]:focus {
  background-color: #497b2e;
  color: #fefefe;
}
label.file-input-label:hover, label.file-input-label:focus {
  background-color: rgb(39.9556213018, 67.3224852071, 25.1775147929);
  color: #fefefe;
}
label.file-input-label input[type=file] {
  position: absolute;
  display: none;
  visibility: hidden;
  opacity: 0;
}
label.file-input-label:invalid ~ span {
  color: #0a0a0a;
}
label.file-input-label:valid ~ span {
  color: #fefefe;
}

.button.webform-file-button + label.file-input-label {
  position: absolute;
  display: none;
  visibility: hidden;
  opacity: 0;
}

.form-managed-file .button {
  margin-bottom: 0;
}
.form-managed-file .form-type-checkbox:first-of-type {
  margin-top: 1.05rem;
}

@media print, screen and (max-width: 44.99875em) {
  form table td {
    width: 100% !important;
  }
  form table tr.draggable {
    padding-top: 0.525rem;
    padding-bottom: 0.525rem;
  }
}
form table tr.draggable {
  transition: transform 0.2s;
  transform: translateY(0rem);
}
form table tr.draggable.sortable--up {
  transform: translateY(0.5rem);
}
form table tr.draggable.sortable--down {
  transform: translateY(-0.5rem);
}
form table tr.draggable a.tabledrag-handle {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  margin-left: 0;
  -webkit-user-drag: none;
  user-drag: none;
}
form table tr.draggable a.tabledrag-handle .handle {
  width: 2.5rem;
  height: 2.5rem;
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 0 0;
  margin-right: 0.525rem;
}
form table.sticky-enabled thead.table-header--stuck {
  border-radius: 99999px;
  position: relative;
  z-index: 1000;
  background: transparent;
}
form table.sticky-enabled thead.table-header--stuck > tr {
  position: relative;
  z-index: 1001;
}
form table.sticky-enabled thead.table-header--stuck:before {
  content: "";
  width: 100%;
  background: #fefefe;
  box-shadow: 0px 0px 12px rgba(85, 85, 85, 0.6);
  height: 100%;
  border: 1px solid var(--current-std-border-color);
  border-radius: 99999px;
  left: 0;
  bottom: 0;
  position: absolute;
}
form table[class*=tableselect] tr > td:first-child .hiag-table-stacked-content {
  display: flex;
  align-items: center;
}
form table[class*=tableselect] tr > td:first-child .hiag-table-stacked-content .hiag-form-content-wrapper {
  margin-bottom: 0;
}
form table .webform-multiple-sort-weight,
form table .table-sort-weight,
form table td.tabledrag-hide {
  width: 4em;
}
form table td .hiag-table-stacked-content > fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

fieldset.webform-term-checkboxes-scroll > .fieldset-wrapper {
  margin: -1.1904761905rem;
  border: none;
}

ul.ui-menu {
  background-color: #fefefe;
}

.hiag-form-content-wrapper:not(:first-child) .tabledrag-toggle-weight-wrapper:first-child {
  height: 0;
}
.hiag-form-content-wrapper:not(:first-child) .tabledrag-toggle-weight-wrapper:first-child button {
  transform: translateY(-145%);
}

.form-item:is(.form-type-datetime, .form-item.form-type-datelist) .container-inline {
  display: flex;
}
.form-item:is(.form-type-datetime, .form-item.form-type-datelist) .container-inline div,
.form-item:is(.form-type-datetime, .form-item.form-type-datelist) .container-inline label {
  margin-right: 0;
  display: block;
}
.form-item:is(.form-type-datetime, .form-item.form-type-datelist) .container-inline .form-item:not(:first-child) :where(input, select) {
  border-left: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.form-item:is(.form-type-datetime, .form-item.form-type-datelist) .container-inline .form-item:not(:first-child) :where(input, select):focus {
  border-right: 1px solid var(--current-std-border-color);
  border-left: 1px solid #6ba72a;
}
.form-item:is(.form-type-datetime, .form-item.form-type-datelist) .container-inline .form-item:not(:last-child) :where(input, select) {
  border-right: none;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.form-item:is(.form-type-datetime, .form-item.form-type-datelist) .container-inline .form-item:not(:last-child) :where(input, select):focus {
  border-left: 1px solid var(--current-std-border-color);
  border-right: 1px solid #6ba72a;
}
.form-item:is(.form-type-datetime, .form-item.form-type-datelist) .container-inline .form-item :where(input, select) {
  box-shadow: none;
}
.form-item:is(.form-type-datetime, .form-item.form-type-datelist) .container-inline .form-item :where(input, select):focus {
  border-top: 1px solid var(--current-std-border-color);
  border-bottom: 1px solid var(--current-std-border-color);
}

.webform-scale {
  display: block;
}
.webform-scale .webform-scale-options {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.525rem 0;
  justify-content: space-between;
}
.webform-scale .webform-scale-options label.option.radio-container > span:first-child {
  width: 0;
}
@media print, screen and (max-width: 63.99875em) {
  .webform-scale .webform-scale-options {
    justify-content: start;
  }
  .webform-scale .webform-scale-options[data-scale-resposive-divisor="2"] .webform-scale-option {
    display: flex;
    justify-content: center;
    width: 50%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .webform-scale .webform-scale-options {
    justify-content: start;
  }
  .webform-scale .webform-scale-options[data-scale-resposive-divisor="3"] .webform-scale-option {
    display: flex;
    justify-content: center;
    width: 33.3333333333%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .webform-scale .webform-scale-options {
    justify-content: start;
  }
  .webform-scale .webform-scale-options[data-scale-resposive-divisor="4"] .webform-scale-option {
    display: flex;
    justify-content: center;
    width: 25%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .webform-scale .webform-scale-options {
    justify-content: start;
  }
  .webform-scale .webform-scale-options[data-scale-resposive-divisor="5"] .webform-scale-option {
    display: flex;
    justify-content: center;
    width: 20%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .webform-scale .webform-scale-options {
    justify-content: start;
  }
  .webform-scale .webform-scale-options[data-scale-resposive-divisor="6"] .webform-scale-option {
    display: flex;
    justify-content: center;
    width: 16.6666666667%;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .webform-scale .webform-scale-options {
    justify-content: start;
  }
  .webform-scale .webform-scale-options[data-scale-resposive-divisor="7"] .webform-scale-option {
    display: flex;
    justify-content: center;
    width: 14.2857142857%;
  }
}
.webform-scale .webform-scale-options .hiag-form-content-wrapper {
  margin-bottom: 0;
}

.touchevents .draggable td {
  padding: 0.4761904762rem 0.5952380952rem 0.5952380952rem;
}

.field__label {
  font-weight: bold;
  color: rgba(10, 10, 10, 0.65);
  padding-bottom: 4px;
}

.field--label-inline {
  display: flex;
}
.field--label-inline .field__label, .field--label-inline > .field__item,
.field--label-inline .field__items {
  padding-right: 0.5em;
}
.field--label-inline .field__label::after {
  content: ":";
}

.text-formatted .field--label-inline .field__label {
  flex: 1;
}
.text-formatted .field--label-inline .field__items, .text-formatted .field--label-inline > .field__item {
  flex: 4;
}
@media print, screen and (max-width: 63.99875em) {
  .text-formatted .field--label-inline {
    flex-direction: column;
  }
}

.card .field__label {
  color: rgba(10, 10, 10, 0.65);
}
.card.node--type-person .field__label {
  color: rgba(10, 10, 10, 0.65);
}

footer .card .field__label {
  color: rgba(254, 254, 254, 0.65);
}

[dir=rtl] .field--label-inline .field__label,
[dir=rtl] .field--label-inline .field__items {
  padding-right: 0;
  padding-left: 0.5em;
}

.node--view-mode-hiag-card .field--name-field-mitteilung-vom {
  font-size: 0.8333333333rem;
}

.field--name-body--unfold-wrapper {
  position: relative;
  overflow: hidden;
  transition: height 2s;
}
.field--name-body--unfold-wrapper button.unfold-handler-button {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: 0;
  display: flex;
}
.field--name-body--unfold-wrapper button.unfold-handler-button span:first-child {
  width: 60px;
}
.field--name-body--unfold-wrapper:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  background: linear-gradient(180deg, rgba(254, 254, 254, 0) 0%, #fefefe 100%);
  left: 0;
  bottom: 0;
}
.field--name-body--unfold-wrapper .material-symbols-outlined {
  transition: transform 0.2s;
}
.field--name-body--unfold-wrapper[unfold-state=closed] {
  height: 200px;
}
.field--name-body--unfold-wrapper[unfold-state=closed]:before {
  height: 8.4rem;
}
.field--name-body--unfold-wrapper[unfold-state=closed] button.unfold-handler-button .material-symbols-outlined {
  transform: rotate(0deg);
}
.field--name-body--unfold-wrapper[unfold-state=open] {
  height: calc(var(--unfold-container-height) + 4.2rem);
}
.field--name-body--unfold-wrapper[unfold-state=open]:before {
  height: 4.2rem;
}
.field--name-body--unfold-wrapper[unfold-state=open] button.unfold-handler-button .material-symbols-outlined {
  transform: rotate(180deg);
}

.field--name-body a.hiag-external-link,
.views-field-body a.hiag-external-link {
  display: inline-flex;
  align-items: baseline;
}
.field--name-body img.align-right,
.views-field-body img.align-right {
  margin-left: 1.05rem;
}
.field--name-body img.align-left,
.views-field-body img.align-left {
  margin-right: 1.05rem;
}

.file,
.file-download {
  display: inline-block;
  min-height: 16px;
  padding-left: 20px; /* LTR */
  background-repeat: no-repeat;
  background-position: left 0.2rem; /* LTR */
}

[dir=rtl] .file {
  padding-right: 20px;
  padding-left: inherit;
  background-position: right center;
}

.file--general,
.file--application-octet-stream {
  background-image: url(../images/icons/application-octet-stream.png);
}

.file--package-x-generic {
  background-image: url(../images/icons/package-x-generic.png);
}

.file--x-office-spreadsheet {
  background-image: url(../images/icons/x-office-spreadsheet.png);
}

.file--x-office-document {
  background-image: url(../images/icons/x-office-document.png);
}

.file--x-office-presentation {
  background-image: url(../images/icons/x-office-presentation.png);
}

.file--text-x-script {
  background-image: url(../images/icons/text-x-script.png);
}

.file--text-html {
  background-image: url(../images/icons/text-html.png);
}

.file--text-plain {
  background-image: url(../images/icons/text-plain.png);
}

.file--application-pdf {
  background-image: url(../images/icons/application-pdf.png);
}

.file-download-pdf {
  background-image: url(../images/icons/application-pdf.png);
}

.file--application-x-executable {
  background-image: url(../images/icons/application-x-executable.png);
}

.file--audio {
  background-image: url(../images/icons/audio-x-generic.png);
}

.file--video {
  background-image: url(../images/icons/video-x-generic.png);
}

.file--text {
  background-image: url(../images/icons/text-x-generic.png);
}

.file--image {
  background-image: url(../images/icons/image-x-generic.png);
}

.field--name-field-gallery-image .hiag-gallery-image-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.field--name-field-gallery-image .hiag-gallery-image-button img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  transition: filter 0.4s;
}
.field--name-field-gallery-image .hiag-gallery-image-button:before {
  content: "\f830";
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  position: absolute;
  font-size: 120px;
  color: transparent;
  transform: scale(1);
  transition: transform 0.4s, color 0.4s;
}
.field--name-field-gallery-image .hiag-gallery-image-button:hover:before {
  color: #497b2e;
  transform: scale(1.5);
}

@media print, screen and (min-width: 45em) {
  .hiag-orbit-reveal .orbit-figure img {
    width: 100%;
  }
  .hiag-orbit-reveal .orbit-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .hiag-orbit-reveal .orbit-container * {
    max-height: calc(100vh - 56px);
  }
  .hiag-orbit-reveal img {
    object-fit: contain;
    min-height: 400px;
  }
}
@media print, screen and (max-width: 63.99875em) {
  .hiag-orbit-reveal {
    display: flex !important;
    flex-direction: column;
    justify-content: center;
  }
  .hiag-orbit-reveal .orbit-container {
    display: flex;
    justify-content: center;
    max-height: 100vh;
  }
  .hiag-orbit-reveal .orbit-container * {
    max-height: 100vh;
  }
  .hiag-orbit-reveal .orbit-container .orbit-slide {
    width: 100%;
  }
  .hiag-orbit-reveal img {
    object-fit: contain;
    width: 100%;
  }
}
.hiag-orbit-reveal .orbit-caption-top {
  white-space: nowrap;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
  padding: 0.5rem;
}
.hiag-orbit-reveal .close-button {
  display: flex;
  color: #fefefe;
  background-color: rgba(10, 10, 10, 0.5);
}

.sticky.is-stuck--under-reveal {
  position: fixed;
  z-index: 5;
  width: 100%;
}

.hiag-tags {
  display: flex;
  flex-wrap: wrap;
  gap: calc(0.525rem / 2) 0.525rem;
}
.hiag-tags .hiag-tag {
  font-size: 14px;
  position: relative;
  align-items: center;
  display: flex;
}
.hiag-tags .hiag-tag:not(:last-child):after {
  content: "";
  border-left: 1px solid var(--current-std-border-color);
  position: absolute;
  color: #f0f0f0;
  right: 0;
  width: 0px;
  height: 21px;
  max-height: 105%;
  transform: translateX(calc(0.525rem / 2));
}

.field--name-body .field + *,
.text-formatted .field + * {
  margin-top: 1.05rem;
}
.field--name-body .field__item > *:last-child,
.text-formatted .field__item > *:last-child {
  margin-bottom: 0;
}

.decode-link {
  color: #497b2e;
  cursor: pointer;
  background-color: transparent;
  width: max-content;
  transition: background-color 50ms;
  border-radius: 99999px;
  user-select: none;
}
.decode-link.decode-link--triggered {
  background-color: rgba(111, 179, 51, 0.5);
}

@media print, screen and (min-width: 64em) {
  .region-content .page-sub-content .decode-link,
  .region-content .card .decode-link {
    color: #497b2e;
  }
}

.field--name-field-people-list.field--items-mode-hiag-card > .field__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1.05rem;
}
.field--name-field-people-list.field--items-mode-hiag-card > .field__items > .node--view-mode-hiag-card {
  max-width: 100%;
  width: 100%;
}
@media print, screen and (min-width: 45em) {
  .field--name-field-people-list.field--items-mode-hiag-card > .field__items > .node--view-mode-hiag-card {
    --gutt: calc(0.5 * var(--global-margin));
    max-width: calc(50% - var(--gutt));
  }
}
@media print, screen and (min-width: 64em) {
  .field--name-field-people-list.field--items-mode-hiag-card > .field__items > .node--view-mode-hiag-card {
    --gutt: calc(0.66 * var(--global-margin));
    max-width: calc(33% - var(--gutt));
  }
}
@media screen and (min-width: 75em) {
  .field--name-field-people-list.field--items-mode-hiag-card > .field__items > .node--view-mode-hiag-card {
    --gutt: calc(0.75 * var(--global-margin));
    max-width: calc(25% - var(--gutt));
  }
}

.view {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 1.05rem;
}
.view > * {
  flex: 1;
}
.view .view-footer {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.view .feed-icons {
  display: none;
}

div.views-field + div.views-field {
  margin-top: 1.05rem;
}

@media print, screen and (min-width: 45em) {
  .hiag-view-field-overrides--sub-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin-bottom: 1.05rem;
    border: 0px solid transparent;
    border-radius: 0px;
    background: #f0f0f0;
    box-shadow: none;
    overflow: hidden;
    color: #0a0a0a;
    float: right;
    margin-left: 1.05rem;
    width: 25%;
  }
  .hiag-view-field-overrides--sub-content > :last-child {
    margin-bottom: 0;
  }
  .hiag-view-field-overrides--sub-content > * {
    flex: 1 0 auto;
    padding: 0.75rem;
    margin-top: 0 !important;
  }
  .hiag-view-field-overrides--sub-content > * > :last-child {
    margin-bottom: 0;
  }
}

[class*=hiag-view-field-overrides--field] + [class*=hiag-view-field-overrides--field] {
  margin-top: 1.05rem;
  padding-top: 0;
}

[class*=hiag-view-field-overrides--field] > img {
  width: 100%;
}

.hiag-view-field-overrides--field-inline {
  display: flex;
  gap: 1.05rem;
}
.hiag-view-field-overrides--field-inline .hiag-view-field-overrides--field-label:after {
  content: ":";
}

.hiag-view-field-overrides--field-label {
  font-weight: bold;
  color: rgba(10, 10, 10, 0.65);
  padding-bottom: 4px;
}

.hiag-shortcuts-view .view-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.05rem;
  margin: 1.05rem;
}
.hiag-shortcuts-view .hiag-shortcut-button.button {
  padding: 3.2em;
  box-shadow: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.hiag-shortcuts-view .hiag-shortcut-button .field--name-field-shortcut-link a {
  font-size: 0.8rem;
  white-space: nowrap;
  overflow-wrap: normal;
  word-break: keep-all;
  opacity: 1;
  color: #fefefe;
  line-height: calc(160px + 8em);
}

.region-right-sidebar .hiag-shortcuts-view {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.region-directlinks .hiag-shortcuts-view .view-content {
  margin: 3em 1.05rem;
}

.hiag-shortcuts-custom .view-content {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  gap: 1.05rem;
  margin: 1.05rem;
}
.hiag-shortcuts-custom .view-content .views-row a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #497b2e;
  padding: 3.2em;
}
.hiag-shortcuts-custom .view-content .views-row a img {
  height: 80px;
  width: 80px;
}
.hiag-shortcuts-custom .view-content .views-row a .shortcut-title-wrapper {
  position: relative;
  width: 0px;
  height: 0px;
  display: flex;
  justify-content: center;
}
.hiag-shortcuts-custom .view-content .views-row a .shortcut-title-wrapper .shortcut-title {
  overflow: visible;
  color: #fefefe;
  text-align: center;
  white-space: nowrap;
}

.container--hiag-side-by-side {
  display: flex;
  flex-wrap: wrap;
  gap: 1.05rem;
}
.container--hiag-side-by-side > :not(.block--hiag-side-by-side) {
  width: 100%;
}
.container--hiag-side-by-side > .block--hiag-side-by-side {
  width: calc(50% - 0.525rem);
  max-width: calc(50% - 0.525rem);
}
@media print, screen and (max-width: 63.99875em) {
  .container--hiag-side-by-side > .block--hiag-side-by-side {
    width: 100%;
  }
}

.hiag-zebra .view-content > .views-row:nth-child(odd) {
  background-color: #f0f0f0;
}
.hiag-zebra .view-content > .views-row:nth-child(even):last-child {
  border-bottom: 1px solid var(--current-std-border-color);
}

body .hiag-worm .view-content > .views-row {
  border-top: 1px solid var(--current-std-border-color);
}
body .hiag-worm .view-content > .views-row:last-child {
  border-bottom: 1px solid var(--current-std-border-color);
}
body .hiag-worm table tbody:first-child,
body .hiag-worm table thead:first-child,
body .hiag-worm table tfoot:first-child {
  border-top: 1px solid var(--current-std-border-color);
}
body .hiag-worm table tr {
  border-bottom: 1px solid var(--current-std-border-color);
}
body .hiag-worm table thead,
body .hiag-worm table tbody,
body .hiag-worm table tfoot {
  border-left-color: transparent;
  border-right-color: transparent;
}
body .hiag-worm table tbody {
  border-color: transparent;
}
body .hiag-worm table tbody tr:nth-child(even) {
  background-color: transparent;
  border-bottom: 1px solid var(--current-std-border-color);
}

.hiag-grid {
  --current-gap: 7.5px;
}
@media print, screen and (min-width: 45em) {
  .hiag-grid {
    --current-gap: 15px;
  }
}
.hiag-grid .view-content {
  display: flex;
  flex-wrap: wrap;
  gap: var(--current-gap);
}
.hiag-grid .views-row {
  width: 100%;
}
.hiag-grid.hiag-cols-2 {
  --per-row-margin: calc(var(--current-gap) * 0.5);
  --per-row-width: 50%;
}
.hiag-grid.hiag-cols-2 .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
.hiag-grid.hiag-cols-2-small {
  --per-row-margin: calc(var(--current-gap) * 0.5);
  --per-row-width: 50%;
}
.hiag-grid.hiag-cols-2-small .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
@media print, screen and (min-width: 45em) {
  .hiag-grid.hiag-cols-2-medium {
    --per-row-margin: calc(var(--current-gap) * 0.5);
    --per-row-width: 50%;
  }
  .hiag-grid.hiag-cols-2-medium .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media print, screen and (min-width: 64em) {
  .hiag-grid.hiag-cols-2-large {
    --per-row-margin: calc(var(--current-gap) * 0.5);
    --per-row-width: 50%;
  }
  .hiag-grid.hiag-cols-2-large .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 75em) {
  .hiag-grid.hiag-cols-2-xlarge {
    --per-row-margin: calc(var(--current-gap) * 0.5);
    --per-row-width: 50%;
  }
  .hiag-grid.hiag-cols-2-xlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 90em) {
  .hiag-grid.hiag-cols-2-xxlarge {
    --per-row-margin: calc(var(--current-gap) * 0.5);
    --per-row-width: 50%;
  }
  .hiag-grid.hiag-cols-2-xxlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
.hiag-grid.hiag-cols-3 {
  --per-row-margin: calc(var(--current-gap) * 0.6666666667);
  --per-row-width: 33.3333333333%;
}
.hiag-grid.hiag-cols-3 .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
.hiag-grid.hiag-cols-3-small {
  --per-row-margin: calc(var(--current-gap) * 0.6666666667);
  --per-row-width: 33.3333333333%;
}
.hiag-grid.hiag-cols-3-small .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
@media print, screen and (min-width: 45em) {
  .hiag-grid.hiag-cols-3-medium {
    --per-row-margin: calc(var(--current-gap) * 0.6666666667);
    --per-row-width: 33.3333333333%;
  }
  .hiag-grid.hiag-cols-3-medium .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media print, screen and (min-width: 64em) {
  .hiag-grid.hiag-cols-3-large {
    --per-row-margin: calc(var(--current-gap) * 0.6666666667);
    --per-row-width: 33.3333333333%;
  }
  .hiag-grid.hiag-cols-3-large .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 75em) {
  .hiag-grid.hiag-cols-3-xlarge {
    --per-row-margin: calc(var(--current-gap) * 0.6666666667);
    --per-row-width: 33.3333333333%;
  }
  .hiag-grid.hiag-cols-3-xlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 90em) {
  .hiag-grid.hiag-cols-3-xxlarge {
    --per-row-margin: calc(var(--current-gap) * 0.6666666667);
    --per-row-width: 33.3333333333%;
  }
  .hiag-grid.hiag-cols-3-xxlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
.hiag-grid.hiag-cols-4 {
  --per-row-margin: calc(var(--current-gap) * 0.75);
  --per-row-width: 25%;
}
.hiag-grid.hiag-cols-4 .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
.hiag-grid.hiag-cols-4-small {
  --per-row-margin: calc(var(--current-gap) * 0.75);
  --per-row-width: 25%;
}
.hiag-grid.hiag-cols-4-small .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
@media print, screen and (min-width: 45em) {
  .hiag-grid.hiag-cols-4-medium {
    --per-row-margin: calc(var(--current-gap) * 0.75);
    --per-row-width: 25%;
  }
  .hiag-grid.hiag-cols-4-medium .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media print, screen and (min-width: 64em) {
  .hiag-grid.hiag-cols-4-large {
    --per-row-margin: calc(var(--current-gap) * 0.75);
    --per-row-width: 25%;
  }
  .hiag-grid.hiag-cols-4-large .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 75em) {
  .hiag-grid.hiag-cols-4-xlarge {
    --per-row-margin: calc(var(--current-gap) * 0.75);
    --per-row-width: 25%;
  }
  .hiag-grid.hiag-cols-4-xlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 90em) {
  .hiag-grid.hiag-cols-4-xxlarge {
    --per-row-margin: calc(var(--current-gap) * 0.75);
    --per-row-width: 25%;
  }
  .hiag-grid.hiag-cols-4-xxlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
.hiag-grid.hiag-cols-5 {
  --per-row-margin: calc(var(--current-gap) * 0.8);
  --per-row-width: 20%;
}
.hiag-grid.hiag-cols-5 .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
.hiag-grid.hiag-cols-5-small {
  --per-row-margin: calc(var(--current-gap) * 0.8);
  --per-row-width: 20%;
}
.hiag-grid.hiag-cols-5-small .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
@media print, screen and (min-width: 45em) {
  .hiag-grid.hiag-cols-5-medium {
    --per-row-margin: calc(var(--current-gap) * 0.8);
    --per-row-width: 20%;
  }
  .hiag-grid.hiag-cols-5-medium .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media print, screen and (min-width: 64em) {
  .hiag-grid.hiag-cols-5-large {
    --per-row-margin: calc(var(--current-gap) * 0.8);
    --per-row-width: 20%;
  }
  .hiag-grid.hiag-cols-5-large .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 75em) {
  .hiag-grid.hiag-cols-5-xlarge {
    --per-row-margin: calc(var(--current-gap) * 0.8);
    --per-row-width: 20%;
  }
  .hiag-grid.hiag-cols-5-xlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 90em) {
  .hiag-grid.hiag-cols-5-xxlarge {
    --per-row-margin: calc(var(--current-gap) * 0.8);
    --per-row-width: 20%;
  }
  .hiag-grid.hiag-cols-5-xxlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
.hiag-grid.hiag-cols-6 {
  --per-row-margin: calc(var(--current-gap) * 0.8333333333);
  --per-row-width: 16.6666666667%;
}
.hiag-grid.hiag-cols-6 .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
.hiag-grid.hiag-cols-6-small {
  --per-row-margin: calc(var(--current-gap) * 0.8333333333);
  --per-row-width: 16.6666666667%;
}
.hiag-grid.hiag-cols-6-small .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
@media print, screen and (min-width: 45em) {
  .hiag-grid.hiag-cols-6-medium {
    --per-row-margin: calc(var(--current-gap) * 0.8333333333);
    --per-row-width: 16.6666666667%;
  }
  .hiag-grid.hiag-cols-6-medium .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media print, screen and (min-width: 64em) {
  .hiag-grid.hiag-cols-6-large {
    --per-row-margin: calc(var(--current-gap) * 0.8333333333);
    --per-row-width: 16.6666666667%;
  }
  .hiag-grid.hiag-cols-6-large .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 75em) {
  .hiag-grid.hiag-cols-6-xlarge {
    --per-row-margin: calc(var(--current-gap) * 0.8333333333);
    --per-row-width: 16.6666666667%;
  }
  .hiag-grid.hiag-cols-6-xlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 90em) {
  .hiag-grid.hiag-cols-6-xxlarge {
    --per-row-margin: calc(var(--current-gap) * 0.8333333333);
    --per-row-width: 16.6666666667%;
  }
  .hiag-grid.hiag-cols-6-xxlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
.hiag-grid.hiag-cols-7 {
  --per-row-margin: calc(var(--current-gap) * 0.8571428571);
  --per-row-width: 14.2857142857%;
}
.hiag-grid.hiag-cols-7 .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
.hiag-grid.hiag-cols-7-small {
  --per-row-margin: calc(var(--current-gap) * 0.8571428571);
  --per-row-width: 14.2857142857%;
}
.hiag-grid.hiag-cols-7-small .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
@media print, screen and (min-width: 45em) {
  .hiag-grid.hiag-cols-7-medium {
    --per-row-margin: calc(var(--current-gap) * 0.8571428571);
    --per-row-width: 14.2857142857%;
  }
  .hiag-grid.hiag-cols-7-medium .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media print, screen and (min-width: 64em) {
  .hiag-grid.hiag-cols-7-large {
    --per-row-margin: calc(var(--current-gap) * 0.8571428571);
    --per-row-width: 14.2857142857%;
  }
  .hiag-grid.hiag-cols-7-large .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 75em) {
  .hiag-grid.hiag-cols-7-xlarge {
    --per-row-margin: calc(var(--current-gap) * 0.8571428571);
    --per-row-width: 14.2857142857%;
  }
  .hiag-grid.hiag-cols-7-xlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 90em) {
  .hiag-grid.hiag-cols-7-xxlarge {
    --per-row-margin: calc(var(--current-gap) * 0.8571428571);
    --per-row-width: 14.2857142857%;
  }
  .hiag-grid.hiag-cols-7-xxlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
.hiag-grid.hiag-cols-8 {
  --per-row-margin: calc(var(--current-gap) * 0.875);
  --per-row-width: 12.5%;
}
.hiag-grid.hiag-cols-8 .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
.hiag-grid.hiag-cols-8-small {
  --per-row-margin: calc(var(--current-gap) * 0.875);
  --per-row-width: 12.5%;
}
.hiag-grid.hiag-cols-8-small .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
@media print, screen and (min-width: 45em) {
  .hiag-grid.hiag-cols-8-medium {
    --per-row-margin: calc(var(--current-gap) * 0.875);
    --per-row-width: 12.5%;
  }
  .hiag-grid.hiag-cols-8-medium .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media print, screen and (min-width: 64em) {
  .hiag-grid.hiag-cols-8-large {
    --per-row-margin: calc(var(--current-gap) * 0.875);
    --per-row-width: 12.5%;
  }
  .hiag-grid.hiag-cols-8-large .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 75em) {
  .hiag-grid.hiag-cols-8-xlarge {
    --per-row-margin: calc(var(--current-gap) * 0.875);
    --per-row-width: 12.5%;
  }
  .hiag-grid.hiag-cols-8-xlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 90em) {
  .hiag-grid.hiag-cols-8-xxlarge {
    --per-row-margin: calc(var(--current-gap) * 0.875);
    --per-row-width: 12.5%;
  }
  .hiag-grid.hiag-cols-8-xxlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
.hiag-grid.hiag-cols-9 {
  --per-row-margin: calc(var(--current-gap) * 0.8888888889);
  --per-row-width: 11.1111111111%;
}
.hiag-grid.hiag-cols-9 .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
.hiag-grid.hiag-cols-9-small {
  --per-row-margin: calc(var(--current-gap) * 0.8888888889);
  --per-row-width: 11.1111111111%;
}
.hiag-grid.hiag-cols-9-small .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
@media print, screen and (min-width: 45em) {
  .hiag-grid.hiag-cols-9-medium {
    --per-row-margin: calc(var(--current-gap) * 0.8888888889);
    --per-row-width: 11.1111111111%;
  }
  .hiag-grid.hiag-cols-9-medium .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media print, screen and (min-width: 64em) {
  .hiag-grid.hiag-cols-9-large {
    --per-row-margin: calc(var(--current-gap) * 0.8888888889);
    --per-row-width: 11.1111111111%;
  }
  .hiag-grid.hiag-cols-9-large .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 75em) {
  .hiag-grid.hiag-cols-9-xlarge {
    --per-row-margin: calc(var(--current-gap) * 0.8888888889);
    --per-row-width: 11.1111111111%;
  }
  .hiag-grid.hiag-cols-9-xlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 90em) {
  .hiag-grid.hiag-cols-9-xxlarge {
    --per-row-margin: calc(var(--current-gap) * 0.8888888889);
    --per-row-width: 11.1111111111%;
  }
  .hiag-grid.hiag-cols-9-xxlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
.hiag-grid.hiag-cols-10 {
  --per-row-margin: calc(var(--current-gap) * 0.9);
  --per-row-width: 10%;
}
.hiag-grid.hiag-cols-10 .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
.hiag-grid.hiag-cols-10-small {
  --per-row-margin: calc(var(--current-gap) * 0.9);
  --per-row-width: 10%;
}
.hiag-grid.hiag-cols-10-small .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
@media print, screen and (min-width: 45em) {
  .hiag-grid.hiag-cols-10-medium {
    --per-row-margin: calc(var(--current-gap) * 0.9);
    --per-row-width: 10%;
  }
  .hiag-grid.hiag-cols-10-medium .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media print, screen and (min-width: 64em) {
  .hiag-grid.hiag-cols-10-large {
    --per-row-margin: calc(var(--current-gap) * 0.9);
    --per-row-width: 10%;
  }
  .hiag-grid.hiag-cols-10-large .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 75em) {
  .hiag-grid.hiag-cols-10-xlarge {
    --per-row-margin: calc(var(--current-gap) * 0.9);
    --per-row-width: 10%;
  }
  .hiag-grid.hiag-cols-10-xlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 90em) {
  .hiag-grid.hiag-cols-10-xxlarge {
    --per-row-margin: calc(var(--current-gap) * 0.9);
    --per-row-width: 10%;
  }
  .hiag-grid.hiag-cols-10-xxlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
.hiag-grid.hiag-cols-11 {
  --per-row-margin: calc(var(--current-gap) * 0.9090909091);
  --per-row-width: 9.0909090909%;
}
.hiag-grid.hiag-cols-11 .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
.hiag-grid.hiag-cols-11-small {
  --per-row-margin: calc(var(--current-gap) * 0.9090909091);
  --per-row-width: 9.0909090909%;
}
.hiag-grid.hiag-cols-11-small .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
@media print, screen and (min-width: 45em) {
  .hiag-grid.hiag-cols-11-medium {
    --per-row-margin: calc(var(--current-gap) * 0.9090909091);
    --per-row-width: 9.0909090909%;
  }
  .hiag-grid.hiag-cols-11-medium .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media print, screen and (min-width: 64em) {
  .hiag-grid.hiag-cols-11-large {
    --per-row-margin: calc(var(--current-gap) * 0.9090909091);
    --per-row-width: 9.0909090909%;
  }
  .hiag-grid.hiag-cols-11-large .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 75em) {
  .hiag-grid.hiag-cols-11-xlarge {
    --per-row-margin: calc(var(--current-gap) * 0.9090909091);
    --per-row-width: 9.0909090909%;
  }
  .hiag-grid.hiag-cols-11-xlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 90em) {
  .hiag-grid.hiag-cols-11-xxlarge {
    --per-row-margin: calc(var(--current-gap) * 0.9090909091);
    --per-row-width: 9.0909090909%;
  }
  .hiag-grid.hiag-cols-11-xxlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
.hiag-grid.hiag-cols-12 {
  --per-row-margin: calc(var(--current-gap) * 0.9166666667);
  --per-row-width: 8.3333333333%;
}
.hiag-grid.hiag-cols-12 .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
.hiag-grid.hiag-cols-12-small {
  --per-row-margin: calc(var(--current-gap) * 0.9166666667);
  --per-row-width: 8.3333333333%;
}
.hiag-grid.hiag-cols-12-small .views-row {
  width: calc(var(--per-row-width) - var(--per-row-margin));
}
@media print, screen and (min-width: 45em) {
  .hiag-grid.hiag-cols-12-medium {
    --per-row-margin: calc(var(--current-gap) * 0.9166666667);
    --per-row-width: 8.3333333333%;
  }
  .hiag-grid.hiag-cols-12-medium .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media print, screen and (min-width: 64em) {
  .hiag-grid.hiag-cols-12-large {
    --per-row-margin: calc(var(--current-gap) * 0.9166666667);
    --per-row-width: 8.3333333333%;
  }
  .hiag-grid.hiag-cols-12-large .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 75em) {
  .hiag-grid.hiag-cols-12-xlarge {
    --per-row-margin: calc(var(--current-gap) * 0.9166666667);
    --per-row-width: 8.3333333333%;
  }
  .hiag-grid.hiag-cols-12-xlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}
@media screen and (min-width: 90em) {
  .hiag-grid.hiag-cols-12-xxlarge {
    --per-row-margin: calc(var(--current-gap) * 0.9166666667);
    --per-row-width: 8.3333333333%;
  }
  .hiag-grid.hiag-cols-12-xxlarge .views-row {
    width: calc(var(--per-row-width) - var(--per-row-margin));
  }
}

.hiag-accordion .accordion,
.view[class^=hiag-accordion--] .accordion {
  background: none;
}
.hiag-accordion .accordion .accordion-item,
.view[class^=hiag-accordion--] .accordion .accordion-item {
  background: #fefefe;
}
.hiag-accordion .views-sorting-title,
.view[class^=hiag-accordion--] .views-sorting-title {
  margin-top: 1.05rem;
}
.hiag-accordion .last-accordion-item,
.view[class^=hiag-accordion--] .last-accordion-item {
  border-bottom: 1px solid var(--current-std-border-color);
}
.hiag-accordion .accordion-content > .views-field:not(:last-child),
.view[class^=hiag-accordion--] .accordion-content > .views-field:not(:last-child) {
  margin-bottom: 1.05rem;
}
.hiag-accordion[class*="--no-gutters"] .accordion-content,
.view[class^=hiag-accordion--][class*="--no-gutters"] .accordion-content {
  padding-left: 0;
  padding-right: 0;
}

.view.hiag-tabs ul.hiag-tabs,
.view.hiag-tabs .view-content > .tabs {
  display: flex;
  flex-wrap: wrap;
  border-color: transparent;
  gap: 0.5952380952rem;
}
.view.hiag-tabs ul.hiag-tabs .tabs-title a,
.view.hiag-tabs .view-content > .tabs .tabs-title a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1.05rem 0;
  padding: 0.85em 1em;
  border: 2px solid transparent;
  border-radius: 99999px;
  transition: background-color 0.25s ease-out, color 0.25s ease-out;
  font-family: inherit;
  font-size: 0.9rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0;
}
[data-whatinput=mouse] .view.hiag-tabs ul.hiag-tabs .tabs-title a,
[data-whatinput=mouse] .view.hiag-tabs .view-content > .tabs .tabs-title a {
  outline: 0;
}
.view.hiag-tabs ul.hiag-tabs .tabs-title a, .view.hiag-tabs ul.hiag-tabs .tabs-title a.disabled, .view.hiag-tabs ul.hiag-tabs .tabs-title a[disabled], .view.hiag-tabs ul.hiag-tabs .tabs-title a.disabled:hover, .view.hiag-tabs ul.hiag-tabs .tabs-title a[disabled]:hover, .view.hiag-tabs ul.hiag-tabs .tabs-title a.disabled:focus, .view.hiag-tabs ul.hiag-tabs .tabs-title a[disabled]:focus,
.view.hiag-tabs .view-content > .tabs .tabs-title a,
.view.hiag-tabs .view-content > .tabs .tabs-title a.disabled,
.view.hiag-tabs .view-content > .tabs .tabs-title a[disabled],
.view.hiag-tabs .view-content > .tabs .tabs-title a.disabled:hover,
.view.hiag-tabs .view-content > .tabs .tabs-title a[disabled]:hover,
.view.hiag-tabs .view-content > .tabs .tabs-title a.disabled:focus,
.view.hiag-tabs .view-content > .tabs .tabs-title a[disabled]:focus {
  background-color: #497b2e;
  color: #fefefe;
}
.view.hiag-tabs ul.hiag-tabs .tabs-title a:hover, .view.hiag-tabs ul.hiag-tabs .tabs-title a:focus,
.view.hiag-tabs .view-content > .tabs .tabs-title a:hover,
.view.hiag-tabs .view-content > .tabs .tabs-title a:focus {
  background-color: rgb(39.9556213018, 67.3224852071, 25.1775147929);
  color: #fefefe;
}
.view.hiag-tabs ul.hiag-tabs .tabs-title:not(.is-active) a,
.view.hiag-tabs .view-content > .tabs .tabs-title:not(.is-active) a {
  background-color: transparent;
  border: 1px solid #497b2e;
  color: #497b2e;
}
.view.hiag-tabs ul.hiag-tabs .tabs-title:not(.is-active) a:hover, .view.hiag-tabs ul.hiag-tabs .tabs-title:not(.is-active) a:focus,
.view.hiag-tabs .view-content > .tabs .tabs-title:not(.is-active) a:hover,
.view.hiag-tabs .view-content > .tabs .tabs-title:not(.is-active) a:focus {
  background-color: rgb(36.5, 61.5, 23);
}
.view.hiag-tabs .tabs-content {
  border-color: transparent;
}

.views-row[data-equalizer-watch^=views-equalizer] > * {
  height: 100%;
}

.hiag-mini .node--view-mode-teaser .field--name-title {
  font-size: 105%;
}
.hiag-mini .node--view-mode-teaser .teaser-info-section {
  padding-top: 0.375rem;
}
.hiag-mini .node--view-mode-teaser .teaser-info-section .field,
.hiag-mini .node--view-mode-teaser .teaser-info-section .field__label {
  font-size: 80%;
  line-height: 1;
}
.hiag-mini .node--view-mode-hiag-card.node--type-person .hiag-person-header .hiag-person-title-section, .hiag-mini .node--view-mode-hiag-card.node--type-school-person .hiag-person-header .hiag-person-title-section {
  margin-top: 0;
  margin-bottom: 0;
}
.hiag-mini .node--view-mode-hiag-card.node--type-person .hiag-person-header .field--name-field-portrait img, .hiag-mini .node--view-mode-hiag-card.node--type-school-person .hiag-person-header .field--name-field-portrait img {
  height: 120px;
  width: auto;
}
.hiag-mini.hiag-shortcuts-view .view-content {
  gap: 0.63rem;
}
.hiag-mini.hiag-shortcuts-view .hiag-shortcut-button.button {
  padding: 1.92em;
}
.hiag-mini.hiag-shortcuts-view .hiag-shortcut-button.button .material-symbols-outlined {
  font-size: 48px;
}
.hiag-mini.hiag-shortcuts-view .hiag-shortcut-button.button .field--name-field-custom-icon {
  height: 48px;
  width: 48px;
}
.hiag-mini.hiag-shortcuts-view .hiag-shortcut-button.button .shortcut-title {
  max-width: 48px;
  display: flex;
  justify-content: center;
  font-size: 0.8333333333rem;
}

.hiag-dropdown .button,
.hiag-reveal .button {
  margin-bottom: 0;
}
.hiag-dropdown .button[disabled],
.hiag-reveal .button[disabled] {
  visibility: hidden !important;
  opacity: 0 !important;
  cursor: default !important;
}
.hiag-dropdown .button span.hiag-table-stacked-header,
.hiag-reveal .button span.hiag-table-stacked-header {
  font-size: 100%;
  color: #fefefe;
  margin-right: 4px;
}
.hiag-dropdown .hiag-table-stacked-content,
.hiag-reveal .hiag-table-stacked-content {
  display: flex;
  justify-content: right;
}
@media print, screen and (max-width: 44.99875em) {
  .hiag-dropdown .hiag-table-stacked-content,
  .hiag-reveal .hiag-table-stacked-content {
    justify-content: left;
  }
  .hiag-dropdown .hiag-table-stacked-content .button,
  .hiag-reveal .hiag-table-stacked-content .button {
    width: 100%;
    max-width: 420px;
  }
}
.hiag-dropdown.views-field-field-downloads .material-symbols-outlined.hiag-css-icon:after,
.hiag-reveal.views-field-field-downloads .material-symbols-outlined.hiag-css-icon:after {
  content: "\f090";
}
.hiag-dropdown.views-field-field-links .material-symbols-outlined.hiag-css-icon:after,
.hiag-reveal.views-field-field-links .material-symbols-outlined.hiag-css-icon:after {
  content: "\e157";
}
.hiag-dropdown.views-field-body .material-symbols-outlined.hiag-css-icon:after,
.hiag-reveal.views-field-body .material-symbols-outlined.hiag-css-icon:after {
  content: "\e88e";
}

.hiag-reveal-panel.reveal {
  box-shadow: 0px 0px 12px rgba(85, 85, 85, 0.6);
}
.hiag-reveal-panel.reveal .hiag-reveal-content {
  margin: 1.05rem;
  max-height: 80vh;
}

.table--vertical-align--top > .view-content > table > tbody > tr > td {
  vertical-align: top;
}

.table--vertical-align--bottom > .view-content > table > tbody > tr > td {
  vertical-align: bottom;
}

.table--vertical-align--middle > .view-content > table > tbody > tr > td {
  vertical-align: middle;
}

.table--vertical-align--baseline > .view-content > table > tbody > tr > td {
  vertical-align: baseline;
}

.grouping-title-inline .view-grouping {
  display: flex;
  gap: 1.05rem;
  margin-bottom: 2.1rem;
}
.grouping-title-inline .view-grouping .view-grouping-header {
  margin: 1.05rem;
}
.grouping-title-inline .view-grouping .view-grouping-content {
  flex: 1;
}
.grouping-title-inline .view-grouping .teaser-label--date--month-name {
  display: none;
}

.views-table {
  table-layout: fixed;
  display: table;
}
.views-table th {
  width: 100%;
}
.views-table th.hiag-dropdown-table-header,
.views-table th.hiag-reveal-table-header {
  width: 90px;
  text-align: right;
}
.views-table .views-field-edit-node.is-empty {
  display: none;
}
.views-table .views-align-right > .hiag-table-stacked-content,
.views-table .views-align-right > .hiag-table-stacked-content {
  text-align: right;
}
.views-table .views-align-right > .hiag-table-stacked-content > a,
.views-table .views-align-right > .hiag-table-stacked-content > a {
  justify-content: right;
}

.orbit {
  /*
  Include This mixin in an orbit and the bullets will be inside the canvas for the
  particular orbit.
  */
}
.orbit .orbit-bullets-container {
  z-index: 10;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0px;
  overflow: visible;
  display: flex;
  justify-content: center;
}
.orbit .orbit-bullets-container .orbit-bullets {
  width: max-content;
  display: flex;
}

.hiag-layout-container {
  --current-orbit-backdrop-height: 220px;
}
@media print, screen and (max-width: 44.99875em) {
  .hiag-layout-container {
    --current-orbit-backdrop-height: 150px;
  }
}

.hiag-layout-container:not(.is-front-page) .orbit img.orbit-image.image-style-main-banner {
  height: var(--current-orbit-backdrop-height);
  object-fit: cover;
}

.hiag-layout-container.is-front-page .orbit img.orbit-image.image-style-main-banner {
  object-fit: cover;
  transform: scale(102%);
  min-height: var(--current-orbit-backdrop-height);
}

.hiag-orbit-reveal.reveal {
  background-color: #497b2e;
}

.hiag-orbit-reveal-overlay.reveal-overlay {
  background-color: rgba(10, 10, 10, 0.45);
}

.block-type-flying-menu {
  animation-name: enter;
  animation-duration: 0.8s;
  animation-fill-mode: both;
  animation-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  position: fixed;
  z-index: 2000;
  right: 0;
  top: 33%;
}
.block-type-flying-menu > h2 {
  visibility: hidden;
  display: none;
}
.block-type-flying-menu ul.flying-menu-links--wrapper {
  list-style: none;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.75rem;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item {
  z-index: 2000;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item:hover {
  z-index: 3000;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link) {
  transition: width 0.4s;
  gap: 0.525rem !important;
  display: flex;
  justify-content: right;
  background: #497b2e;
  padding: 0.75rem;
  box-shadow: 0px 0px 12px rgba(85, 85, 85, 0.6);
  border: 1px solid #fefefe;
  border-right: none;
  border-radius: 99999px 0 0 99999px;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link) .flying-menu--text {
  transition: width 0.4s 0.4s;
  width: 0px;
  overflow: hidden;
  white-space: nowrap;
  color: #fefefe;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link) .flying-menu--block {
  transition: opacity 0.4s;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
  min-width: 200px;
  height: 0;
  display: flex;
  flex-direction: column;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link) .flying-menu--block > * {
  background-color: #fefefe;
  box-shadow: 0px 0px 12px rgba(85, 85, 85, 0.6);
  border-radius: 0 0 99999px 99999px;
  transition: visibility 0.4s;
  visibility: hidden;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link) .flying-menu--block > *:not(.card-section) {
  padding: 0.75rem;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link).hiag-external-link::before {
  content: none !important;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link):hover, .block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link).touched {
  background: rgb(39.9556213018, 67.3224852071, 25.1775147929);
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link):hover .flying-menu--text, .block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link).touched .flying-menu--text {
  width: 212px;
  transition: width 0.4s;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link):hover .flying-menu--block, .block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link).touched .flying-menu--block {
  opacity: 1;
  transition: opacity 0.4s 0.4s;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link):hover .flying-menu--block > *, .block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link).touched .flying-menu--block > * {
  visibility: visible;
  transition: visibility 0s;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > :where(.flying-menu--block-container, .flying-menu--link) .flying-menu--icon {
  transform-origin: 50% 0%;
  transform: scale(1.5);
  color: #fefefe;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > .flying-menu--block-container {
  position: relative;
  transition: width 0.4s border-radius 0.4s;
}
.block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > .flying-menu--block-container:hover, .block-type-flying-menu ul.flying-menu-links--wrapper li.flying-menu--item > .flying-menu--block-container.touched {
  border-radius: 99999px 0 0 0;
  transition: border-radius 0.4s 0.4s;
}
@keyframes enter {
  0% {
    transform: translateX(100px);
  }
  100% {
    transform: translateX(0px);
  }
}

.icon--hiag-facebook {
  width: 16px;
  position: relative;
  color: transparent !important;
}
.icon--hiag-facebook:before {
  content: "";
  mask-image: url("/themes/hiag_base_theme/images/icons/facebook_logo_hiag.png");
  mask-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  mask-size: 98%;
  background: #fefefe;
}

.icon--hiag-instagram {
  width: 16px;
  position: relative;
  color: transparent !important;
}
.icon--hiag-instagram:before {
  content: "";
  mask-image: url("/themes/hiag_base_theme/images/icons/instagram_logo_hiag.png");
  mask-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  mask-size: 98%;
  background: #fefefe;
}

.icon--hiag-teamviewer {
  width: 16px;
  position: relative;
  color: transparent !important;
}
.icon--hiag-teamviewer:before {
  content: "";
  mask-image: url("/themes/hiag_base_theme/images/icons/teamviewer_logo_hiag.png");
  mask-repeat: no-repeat;
  position: absolute;
  width: 100%;
  height: 100%;
  mask-size: 98%;
  background: #fefefe;
}

.node--view-mode-hiag-card .card-divider h1,
.node--view-mode-hiag-card .card-divider h2,
.node--view-mode-hiag-card .card-divider h3,
.node--view-mode-hiag-card .card-divider h4,
.node--view-mode-hiag-card .card-divider h5,
.node--view-mode-hiag-card .card-divider h6 {
  margin-bottom: 0px;
}

.hiag-top-bar-wrapper {
  z-index: 1000;
}
.hiag-top-bar-wrapper * {
  -webkit-user-select: none;
  /* Safari */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* IE10+/Edge */
  user-select: none;
  /* Standard */
}
.hiag-top-bar-wrapper .title-bar {
  align-items: flex-end;
  box-shadow: none;
}
@media print, screen and (max-width: 44.99875em) {
  .hiag-top-bar-wrapper .title-bar {
    align-items: center;
  }
}
.hiag-top-bar-wrapper .title-bar-right,
.hiag-top-bar-wrapper .title-bar-left {
  position: relative;
}
.hiag-top-bar-wrapper .hiag-title-bar-bottom-controller {
  position: absolute !important;
  height: 0px !important;
  width: 0px !important;
  overflow: visible !important;
  bottom: 0 !important;
  left: 0 !important;
}

.view-search-content .views-exposed-form .form-type-textfield {
  flex-grow: 1;
}

@media print, screen and (min-width: 45em) and (max-width: 89.99875em) {
  .views-view-grid.cols-2 h1,
  .views-view-grid.cols-3 h1 {
    font-size: 36px;
  }
  .views-view-grid.cols-2 h2,
  .views-view-grid.cols-3 h2 {
    font-size: 34px;
  }
  .views-view-grid.cols-2 h3,
  .views-view-grid.cols-3 h3 {
    font-size: 24px;
  }
  .views-view-grid.cols-2 h4,
  .views-view-grid.cols-3 h4 {
    font-size: 21px;
  }
  .views-view-grid.cols-2 h5,
  .views-view-grid.cols-3 h5 {
    font-size: 18px;
  }
  .views-view-grid.cols-2 h6,
  .views-view-grid.cols-3 h6 {
    font-size: 16px;
  }
}

#block-headernavigationblock {
  position: relative;
  overflow: visible;
}
#block-headernavigationblock:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.8333333333rem;
  background: transparent;
  bottom: -0.8333333333rem;
  background: linear-gradient(0deg, rgba(10, 10, 10, 0) 0%, rgba(10, 10, 10, 0.25) 100%);
  z-index: 5;
  left: 0;
}

#block-footerinhalte .tabs .tabs-title a {
  font-size: 120%;
  font-weight: bold;
  letter-spacing: 0.1rem;
}
#block-footerinhalte .tabs .tabs-title a:after {
  content: attr(data-text);
  content: attr(data-text)/"";
  height: 0;
  visibility: hidden;
  overflow: hidden;
  user-select: none;
  pointer-events: none;
  font-weight: bold;
  letter-spacing: 0.1rem;
  display: block;
}
@media print, screen and (max-width: 63.99875em) {
  #block-footerinhalte .tabs .tabs-title a {
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 0.05rem;
  }
}
#block-footerinhalte .tabs .tabs-title a:after {
  letter-spacing: 0.05rem;
}
#block-footerinhalte .tabs .tabs-title.is-active a {
  border-bottom: 1px solid var(--current-std-border-color);
}
#block-footerinhalte .tabs .tabs-title:not(.is-active) a {
  font-weight: normal;
}
#block-footerinhalte .tabs .tabs-title:not(.is-active) a:after {
  font-weight: bold;
}
#block-footerinhalte .tabs .tabs-title a:hover {
  font-weight: bold;
}

.view-display-id-block_aktuelles_footer a.footer-events strong {
  transform: scale(120%);
  color: rgba(10, 10, 10, 0.65);
  display: inline-block;
  width: 20px;
  position: absolute;
}
.view-display-id-block_aktuelles_footer a.footer-events strong + span {
  text-transform: uppercase;
  padding-right: 0.75rem;
  display: inline-block;
  width: 40px;
  font-size: 80%;
  position: absolute;
  transform: translateX(24px);
}
.view-display-id-block_aktuelles_footer a.footer-events strong + span + span {
  padding-left: 64px;
  display: block;
}

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