@charset "UTF-8";.hu-color-picker {
  padding: 10px;
  background: #1d2024;
  border-radius: 4px;
  box-shadow: 0 0 16px 0 rgba(0,0,0,.16);
  z-index: 1;
}
.hu-color-picker.light {
  background: #f7f8f9;
}
.hu-color-picker.light .color-show .sucker {
  background: #eceef0;
}
.hu-color-picker.light .color-type .name {
  background: #e7e8e9;
}
.hu-color-picker.light .color-type .value {
  color: #666;
  background: #eceef0;
}
.hu-color-picker.light .colors.history {
  border-top: 1px solid #eee;
}
.hu-color-picker canvas {
  vertical-align: top;
}
.hu-color-picker .color-set {
  display: flex;
}
.hu-color-picker .color-show {
  margin-top: 8px;
  display: flex;
}
.saturation {
  position: relative;
  cursor: pointer;
}
.saturation .slide {
  position: absolute;
  left: 100px;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #fff;
  box-shadow: 0 0 1px 1px rgba(0,0,0,.3);
  pointer-events: none;
}
.color-type {
  display: flex;
  margin-top: 8px;
  font-size: 12px;
}
.color-type .name {
  width: 60px;
  height: 30px;
  float: left;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #999;
  background: #252930;
}
.color-type .value {
  flex: 1;
  height: 30px;
  min-width: 100px;
  padding: 0 12px;
  border: 0;
  color: #fff;
  background: #2e333a;
  box-sizing: border-box;
}
.color-alpha {
  position: relative;
  margin-left: 8px;
  cursor: pointer;
}
.color-alpha .slide {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 4px;
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
  pointer-events: none;
}
.sucker {
  width: 30px;
  fill: #9099a4;
  background: #2e333a;
  cursor: pointer;
  transition: all .3s;
}
.sucker.active, .sucker:hover {
  fill: #1593ff;
}
.colors {
  padding: 0;
  margin: 0;
}
.colors.history {
  margin-top: 10px;
  border-top: 1px solid #2e333a;
}
.colors .item {
  position: relative;
  width: 16px;
  height: 16px;
  margin: 10px 0 0 10px;
  border-radius: 3px;
  box-sizing: border-box;
  vertical-align: top;
  display: inline-block;
  transition: all .1s;
  cursor: pointer;
}
.colors .item:nth-child(8n+1) {
  margin-left: 0;
}
.colors .item:hover {
  transform: scale(1.4);
}
.colors .item .alpha {
  height: 100%;
  border-radius: 4px;
}
.colors .item .color {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
}
.hue {
  position: relative;
  margin-left: 8px;
  cursor: pointer;
}
.hue .slide {
  position: absolute;
  left: 0;
  top: 100px;
  width: 100%;
  height: 4px;
  background: #fff;
  box-shadow: 0 0 1px 0 rgba(0,0,0,.3);
  pointer-events: none;
}:root, :host {
  --fa-font-solid: normal 900 1em/1 'Font Awesome 6 Free';
  --fa-font-regular: normal 400 1em/1 'Font Awesome 6 Free';
  --fa-font-light: normal 300 1em/1 'Font Awesome 6 Pro';
  --fa-font-thin: normal 100 1em/1 'Font Awesome 6 Pro';
  --fa-font-duotone: normal 900 1em/1 'Font Awesome 6 Duotone';
  --fa-font-brands: normal 400 1em/1 'Font Awesome 6 Brands';
  --fa-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
  --fa-font-sharp-duotone-solid: normal 900 1em/1 'Font Awesome 6 Sharp Duotone';
}
svg:not(:root).svg-inline--fa, svg:not(:host).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}
.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}
.svg-inline--fa.fa-2xs {
  vertical-align: 0.1em;
}
.svg-inline--fa.fa-xs {
  vertical-align: 0em;
}
.svg-inline--fa.fa-sm {
  vertical-align: -0.07143em;
}
.svg-inline--fa.fa-lg {
  vertical-align: -0.2em;
}
.svg-inline--fa.fa-xl {
  vertical-align: -0.25em;
}
.svg-inline--fa.fa-2xl {
  vertical-align: -0.3125em;
}
.svg-inline--fa.fa-pull-left {
  margin-right: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-pull-right {
  margin-left: var(--fa-pull-margin, 0.3em);
  width: auto;
}
.svg-inline--fa.fa-li {
  width: var(--fa-li-width, 2em);
  top: 0.25em;
}
.svg-inline--fa.fa-fw {
  width: var(--fa-fw-width, 1.25em);
}
.fa-layers svg.svg-inline--fa {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  transform-origin: center center;
}
.fa-layers-text, .fa-layers-counter {
  display: inline-block;
  position: absolute;
  text-align: center;
}
.fa-layers {
  display: inline-block;
  height: 1em;
  position: relative;
  text-align: center;
  vertical-align: -.125em;
  width: 1em;
}
.fa-layers-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: center center;
}
.fa-layers-counter {
  background-color: var(--fa-counter-background-color, #ff253a);
  border-radius: var(--fa-counter-border-radius, 1em);
  box-sizing: border-box;
  color: var(--fa-inverse, #fff);
  line-height: var(--fa-counter-line-height, 1);
  max-width: var(--fa-counter-max-width, 5em);
  min-width: var(--fa-counter-min-width, 1.5em);
  overflow: hidden;
  padding: var(--fa-counter-padding, 0.25em 0.5em);
  right: var(--fa-right, 0);
  text-overflow: ellipsis;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-counter-scale, 0.25));
  transform-origin: top right;
}
.fa-layers-bottom-right {
  bottom: var(--fa-bottom, 0);
  right: var(--fa-right, 0);
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom right;
}
.fa-layers-bottom-left {
  bottom: var(--fa-bottom, 0);
  left: var(--fa-left, 0);
  right: auto;
  top: auto;
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: bottom left;
}
.fa-layers-top-right {
  top: var(--fa-top, 0);
  right: var(--fa-right, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top right;
}
.fa-layers-top-left {
  left: var(--fa-left, 0);
  right: auto;
  top: var(--fa-top, 0);
  transform: scale(var(--fa-layers-scale, 0.25));
  transform-origin: top left;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-2xs {
  font-size: 0.625em;
  line-height: 0.1em;
  vertical-align: 0.225em;
}
.fa-xs {
  font-size: 0.75em;
  line-height: 0.08333em;
  vertical-align: 0.125em;
}
.fa-sm {
  font-size: 0.875em;
  line-height: 0.07143em;
  vertical-align: 0.05357em;
}
.fa-lg {
  font-size: 1.25em;
  line-height: 0.05em;
  vertical-align: -0.075em;
}
.fa-xl {
  font-size: 1.5em;
  line-height: 0.04167em;
  vertical-align: -0.125em;
}
.fa-2xl {
  font-size: 2em;
  line-height: 0.03125em;
  vertical-align: -0.1875em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: var(--fa-li-margin, 2.5em);
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: calc(-1 * var(--fa-li-width, 2em));
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit;
}
.fa-border {
  border-color: var(--fa-border-color, #eee);
  border-radius: var(--fa-border-radius, 0.1em);
  border-style: var(--fa-border-style, solid);
  border-width: var(--fa-border-width, 0.08em);
  padding: var(--fa-border-padding, 0.2em 0.25em 0.15em);
}
.fa-pull-left {
  float: left;
  margin-right: var(--fa-pull-margin, 0.3em);
}
.fa-pull-right {
  float: right;
  margin-left: var(--fa-pull-margin, 0.3em);
}
.fa-beat {
  animation-name: fa-beat;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-bounce {
  animation-name: fa-bounce;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1));
}
.fa-fade {
  animation-name: fa-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-beat-fade {
  animation-name: fa-beat-fade;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1));
}
.fa-flip {
  animation-name: fa-flip;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, ease-in-out);
}
.fa-shake {
  animation-name: fa-shake;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin {
  animation-name: fa-spin;
  animation-delay: var(--fa-animation-delay, 0s);
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 2s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, linear);
}
.fa-spin-reverse {
  --fa-animation-direction: reverse;
}
.fa-pulse, .fa-spin-pulse {
  animation-name: fa-spin;
  animation-direction: var(--fa-animation-direction, normal);
  animation-duration: var(--fa-animation-duration, 1s);
  animation-iteration-count: var(--fa-animation-iteration-count, infinite);
  animation-timing-function: var(--fa-animation-timing, steps(8));
}
@media (prefers-reduced-motion: reduce) {
  .fa-beat, .fa-bounce, .fa-fade, .fa-beat-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
    animation-delay: -1ms;
    animation-duration: 1ms;
    animation-iteration-count: 1;
    transition-delay: 0s;
    transition-duration: 0s;
  }
}
@keyframes fa-beat {
  0%, 90% {
    transform: scale(1);
  }
  45% {
    transform: scale(var(--fa-beat-scale, 1.25));
  }
}
@keyframes fa-bounce {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0);
  }
  30% {
    transform: scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em));
  }
  50% {
    transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em));
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}
@keyframes fa-fade {
  50% {
    opacity: var(--fa-fade-opacity, 0.4);
  }
}
@keyframes fa-beat-fade {
  0%, 100% {
    opacity: var(--fa-beat-fade-opacity, 0.4);
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(var(--fa-beat-fade-scale, 1.125));
  }
}
@keyframes fa-flip {
  50% {
    transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
  }
}
@keyframes fa-shake {
  0% {
    transform: rotate(-15deg);
  }
  4% {
    transform: rotate(15deg);
  }
  8%, 24% {
    transform: rotate(-18deg);
  }
  12%, 28% {
    transform: rotate(18deg);
  }
  16% {
    transform: rotate(-22deg);
  }
  20% {
    transform: rotate(22deg);
  }
  32% {
    transform: rotate(-12deg);
  }
  36% {
    transform: rotate(12deg);
  }
  40%, 100% {
    transform: rotate(0deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  transform: rotate(90deg);
}
.fa-rotate-180 {
  transform: rotate(180deg);
}
.fa-rotate-270 {
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  transform: scale(1, -1);
}
.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  transform: scale(-1, -1);
}
.fa-rotate-by {
  transform: rotate(var(--fa-rotate-angle, 0));
}
.fa-stack {
  display: inline-block;
  vertical-align: middle;
  height: 2em;
  position: relative;
  width: 2.5em;
}
.fa-stack-1x, .fa-stack-2x {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  z-index: var(--fa-stack-z-index, auto);
}
.svg-inline--fa.fa-stack-1x {
  height: 1em;
  width: 1.25em;
}
.svg-inline--fa.fa-stack-2x {
  height: 2em;
  width: 2.5em;
}
.fa-inverse {
  color: var(--fa-inverse, #fff);
}
.sr-only, .fa-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.sr-only-focusable:not(:focus), .fa-sr-only-focusable:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.svg-inline--fa .fa-primary {
  fill: var(--fa-primary-color, currentColor);
  opacity: var(--fa-primary-opacity, 1);
}
.svg-inline--fa .fa-secondary {
  fill: var(--fa-secondary-color, currentColor);
  opacity: var(--fa-secondary-opacity, 0.4);
}
.svg-inline--fa.fa-swap-opacity .fa-primary {
  opacity: var(--fa-secondary-opacity, 0.4);
}
.svg-inline--fa.fa-swap-opacity .fa-secondary {
  opacity: var(--fa-primary-opacity, 1);
}
.svg-inline--fa mask .fa-primary, .svg-inline--fa mask .fa-secondary {
  fill: black;
}
.fad.fa-inverse, .fa-duotone.fa-inverse {
  color: var(--fa-inverse, #fff);
}.o-switch {
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.o-switch__check-switch {
  content: "";
  display: block;
  height: calc((2.75em - 0.2em * 2) * 0.5);
  width: calc((2.75em - 0.2em * 2) * 0.5);
  background: #f5f5f5;
  transition-property: transform;
  will-change: transform;
  transform-origin: left;
}
.o-switch__check {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: var(--oruga-switch-width, 2.75em);
  height: calc(
      var(--oruga-switch-width, 2.75em) * 0.5 + var(--oruga-switch-padding, 0.2em)
    );
  padding: var(--oruga-switch-padding, 0.2em);
  background: var(--oruga-switch-background, #b5b5b5);
  transition-property: background;
  transition-duration: var(--oruga-transition-duration, 150ms);
  transition-timing-function: var(--oruga-transition-timing, ease-out);
}
.o-switch__check--checked .o-switch__check-switch {
  transform: translate3d(100%, 0, 0);
}
.o-switch input[type="checkbox"] {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}
.o-switch--rounded {
  border-radius: 9999px;
}
.o-switch--disabled {
  opacity: 0.5;
}
.o-switch__label {
  margin-left: var(--oruga-switch-margin-label, 0.5em);
  align-self: center;
}
.o-upl {
  position: relative;
  display: inline-flex;
}
.o-upl--disabled {
  cursor: not-allowed;
}
.o-upl--expanded {
  width: 100%;
}
.o-upl__draggable {
  cursor: pointer;
  width: 100%;
}
.o-upl input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: -1;
}
.o-sel-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cg fill='%23444444'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23444444'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: var(--oruga-select-arrow-size, 1rem);
  background-position: calc(100% - var(--oruga-select-arrow-size, 1rem) * 0.5)
      center;
  padding-right: calc(var(--oruga-select-arrow-size, 1rem) * 2);
}@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes append-animate {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.fade-enter-active, .fade-leave-active {
  transition: opacity 150ms ease-out;
}
.fade-enter, .fade-enter-from, .fade-leave-to {
  opacity: 0;
}
.zoom-in-enter-active, .zoom-in-leave-active {
  transition: opacity 150ms ease-out;
}
.zoom-in-enter-active .animation-content, .zoom-in-enter-active .animation-content, .zoom-in-leave-active .animation-content, .zoom-in-leave-active .animation-content {
  transition: transform 150ms ease-out;
}
.zoom-in-enter, .zoom-in-enter-from, .zoom-in-leave-active {
  opacity: 0;
}
.zoom-in-enter .animation-content, .zoom-in-enter .animation-content, .zoom-in-enter-from .animation-content, .zoom-in-enter-from .animation-content, .zoom-in-leave-active .animation-content, .zoom-in-leave-active .animation-content {
  transform: scale(0.95);
}
.zoom-out-enter-active, .zoom-out-leave-active {
  transition: opacity 150ms ease-out;
}
.zoom-out-enter-active .animation-content, .zoom-out-enter-active .animation-content, .zoom-out-leave-active .animation-content, .zoom-out-leave-active .animation-content {
  transition: transform 150ms ease-out;
}
.zoom-out-enter, .zoom-out-enter-from, .zoom-out-leave-active {
  opacity: 0;
}
.zoom-out-enter .animation-content, .zoom-out-enter .animation-content, .zoom-out-enter-from .animation-content, .zoom-out-enter-from .animation-content, .zoom-out-leave-active .animation-content, .zoom-out-leave-active .animation-content {
  transform: scale(1.05);
}
.slide-next-enter-active, .slide-next-leave-active, .slide-prev-enter-active, .slide-prev-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slide-prev-leave-to, .slide-next-enter {
  transform: translate3d(-100%, 0, 0);
  position: absolute;
  width: 100%;
}
.slide-prev-enter, .slide-prev-enter-from, .slide-next-leave-to {
  transform: translate3d(100%, 0, 0);
  position: absolute;
  width: 100%;
}
.slide-down-enter-active, .slide-down-leave-active, .slide-up-enter-active, .slide-up-leave-active {
  transition: transform 250ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.slide-up-leave-to, .slide-down-enter {
  transform: translate3d(0, -100%, 0);
  position: absolute;
  height: 100%;
}
.slide-up-enter, .slide-up-enter-from, .slide-down-leave-to {
  transform: translate3d(0, 100%, 0);
  position: absolute;
  height: 100%;
}
.slide-enter-active {
  transition: 150ms ease-out;
}
.slide-leave-active {
  transition: 150ms ease-out;
  transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}
.slide-enter-to, .slide-leave {
  max-height: 100px;
  overflow: hidden;
}
.slide-enter, .slide-leave-to {
  overflow: hidden;
  max-height: 0;
}
*, :after, :before {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
.o-noscroll {
  position: fixed;
  overflow-y: hidden;
  width: 100%;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
.o-clipped {
  overflow: hidden;
}
.o-acp {
  position: relative;
}
.o-acp__menu {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  overflow: auto;
  z-index: 20;
  background-color: #ffffff;
}
.o-acp__menu--top {
  top: auto;
  bottom: 100%;
}
.o-acp__item {
  display: block;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
}
.o-acp__item-group-title, .o-acp__item--empty {
  pointer-events: none;
}
.o-acp--expanded {
  width: 100%;
}
.o-btn {
  -moz-appearance: none;
  -webkit-appearance: none;
  position: relative;
  display: inline-flex;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  vertical-align: top;
  text-decoration: none;
  outline: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #445e00;
  color: #ffffff;
}
.o-btn__wrapper {
  margin-left: -0.1875em;
  margin-right: -0.1875em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
}
.o-btn__wrapper > * {
  margin-left: 0.1875em;
  margin-right: 0.1875em;
}
.o-btn__label {
  width: 100%;
}
.o-btn--expanded {
  width: 100%;
}
.o-btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.o-btn--outlined {
  background-color: transparent;
  border-color: #445e00;
  color: #445e00;
}
.o-btn--outlined:hover {
  border-color: transparent;
  background-color: #445e00;
  color: #ffffff;
}
.o-btn--inverted {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #445e00;
}
.o-btn--inverted:hover {
  filter: brightness(95%);
}
.o-car {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.o-car__overlay {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  display: flex;
  max-height: 100vh;
  position: fixed;
  z-index: 40;
}
.o-car__scene {
  position: relative;
  width: 100%;
}
.o-car__items {
  display: flex;
  width: 100%;
}
.o-car__item {
  flex-shrink: 0;
}
.o-car__indicators {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-car__indicators--inside {
  position: absolute;
}
.o-car__indicators--inside--bottom {
  bottom: 0;
}
.o-car__indicators--inside--top {
  top: 0;
}
.o-car__indicator__item {
  display: block;
  outline: none;
  border: 1px solid #445e00;
  background: #ffffff;
}
.o-car__indicator__item--active, .o-car__indicator__item :hover {
  background: #445e00;
  border: 1px solid #445e00;
}
.o-car__indicator__item--boxes {
  width: 10px;
  height: 10px;
}
.o-car__indicator__item--dots {
  border-radius: 4px;
  width: 10px;
  height: 10px;
}
.o-car__arrow__icon {
  cursor: pointer;
  outline: 0;
  background: #ffffff;
  color: #445e00;
  width: 1.5rem;
  height: 1.5rem;
}
.o-car__arrow__icon-prev, .o-car__arrow__icon-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.o-car__arrow__icon-prev {
  left: 1.5rem;
}
.o-car__arrow__icon-next {
  right: 1.5rem;
}
.o-chk {
  outline: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o-chk__check {
  width: 1rem;
  height: 1rem;
  outline: none;
  margin: 0;
  vertical-align: top;
  background-position: center;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  flex-shrink: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  border-color: #445e00;
  border-style: solid;
  transition-property: background;
}
.o-chk__check--checked {
  background-color: #445e00;
  border-color: #445e00;
}
.o-chk__check--indeterminate {
  background-color: #445e00;
  border-color: #445e00;
}
.o-chk--disabled {
  opacity: 0.5;
}
.o-clps__trigger {
  cursor: pointer;
}
.o-clps__content {
  display: inherit;
}
.o-dpck__dropdown {
  width: 100%;
}
.o-dpck__box {
  display: block;
  position: relative;
  outline: none;
}
.o-dpck__header__buttons {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
}
.o-dpck__header__previous, .o-dpck__header__next {
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  box-shadow: none;
  display: inline-flex;
  position: relative;
  vertical-align: top;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-color: #dbdbdb;
  color: #363636;
}
.o-dpck__header__previous:hover, .o-dpck__header__next:hover {
  text-decoration: none;
}
.o-dpck__header__previous {
  order: 1;
}
.o-dpck__header__next {
  order: 3;
}
.o-dpck__header__list {
  order: 2;
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  margin-left: -0.125rem;
  margin-right: -0.125rem;
}
.o-dpck__header__list > * {
  margin-left: 0.125rem;
  margin-right: 0.125rem;
}
.o-dpck__table, .o-dpck__month {
  display: table;
  margin: 0 auto 0 auto;
}
.o-dpck__table__head, .o-dpck__month__head {
  display: table-header-group;
}
.o-dpck__table__body, .o-dpck__month__body {
  display: table-row-group;
}
.o-dpck__table__row, .o-dpck__month__row {
  display: table-row;
}
.o-dpck__table__cell, .o-dpck__month__cell {
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  text-decoration: none;
}
.o-dpck__table__cell--unselectable, .o-dpck__month__cell--unselectable {
  color: #b5b5b5;
}
.o-dpck__table__cell--selectable, .o-dpck__month__cell--selectable {
  color: #4a4a4a;
}
.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered {
  background-color: #7a7a7a;
  color: #dbdbdb;
}
.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered {
  color: #dbdbdb;
}
.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered {
  background-color: #7a7a7a;
  color: #dbdbdb;
}
.o-dpck__table__cell--selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered), .o-dpck__month__cell--selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered) {
  background-color: #445e00;
  color: #ffffff;
}
.o-dpck__table__cell--first-selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered), .o-dpck__month__cell--first-selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered) {
  background-color: #445e00;
  color: #ffffff;
}
.o-dpck__table__cell--within-selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered), .o-dpck__month__cell--within-selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered) {
  background-color: rgba(68, 94, 0, 0.5);
}
.o-dpck__table__cell--last-selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered), .o-dpck__month__cell--last-selected:not(.o-dpck__table__cell--first-hovered, .o-dpck__month__cell--first-hovered):not(.o-dpck__table__cell--within-hovered, .o-dpck__month__cell--within-hovered):not(.o-dpck__table__cell--last-hovered, .o-dpck__month__cell--last-hovered) {
  background-color: #445e00;
  color: #ffffff;
}
.o-dpck__table__cell--invisible, .o-dpck__month__cell--invisible {
  visibility: hidden;
}
.o-dpck__table__cell--events, .o-dpck__month__cell--events {
  position: relative;
}
.o-dpck__table__events, .o-dpck__month__events {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15%;
}
.o-dpck__table__event, .o-dpck__month__event {
  background-color: #b5b5b5;
}
.o-dpck__table__event--dots, .o-dpck__month__event--dots {
  border-radius: 50%;
}
.o-dpck__table__event--bars, .o-dpck__month__event--bars {
  width: 100%;
}
.o-dpck__month__table {
  display: inline-flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 17rem;
}
.o-dpck__month__cell {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33%;
  height: 2.5rem;
}
.o-dpck--mobile .o-dpck__header__previous {
  order: 1;
  flex-grow: 1;
  flex-shrink: 1;
}
.o-dpck--mobile .o-dpck__header__next {
  order: 3;
  flex-grow: 1;
  flex-shrink: 1;
}
.o-dpck--mobile .o-dpck__header__list {
  order: 2;
  flex-grow: 1;
  flex-shrink: 1;
}
.o-dtpck__time {
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-drop {
  display: inline-flex;
  position: relative;
  vertical-align: top;
}
.o-drop--inline {
  display: inline;
}
.o-drop--inline .o-drop__menu {
  position: static;
  display: inline-block;
  padding: 0;
}
.o-drop__overlay {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  cursor: pointer;
  display: none;
  background-color: rgba(0, 0, 0, 0.86);
  z-index: 40;
}
.o-drop__trigger {
  width: 100%;
}
.o-drop__menu {
  position: absolute;
  left: 0;
  top: 100%;
  display: block;
  z-index: 20;
  background-color: #ffffff;
}
.o-drop__menu--top-left {
  top: auto;
  bottom: 100%;
  right: 0;
  left: auto;
}
.o-drop__menu--bottom-left {
  right: 0;
  left: auto;
}
.o-drop__menu--top-right {
  top: auto;
  bottom: 100%;
}
.o-drop__item {
  display: block;
  position: relative;
  outline: none;
  cursor: pointer;
}
.o-drop__item--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.o-drop__item--active {
  background-color: #445e00;
  color: #ffffff;
}
.o-drop--expanded {
  width: 100%;
}
.o-drop--expanded .o-drop__menu {
  width: 100%;
}
.o-drop--disabled {
  opacity: 0.5;
  pointer-events: none;
}
.o-drop--mobile > .o-drop__menu {
  position: fixed;
  top: 25%;
  left: 50%;
  bottom: auto;
  right: auto;
  transform: translate3d(-50%, -25%, 0);
  overflow-y: auto;
  z-index: 50;
}
.o-drop--mobile > .o-drop__overlay {
  display: block;
}
.o-field {
  flex-grow: 1;
}
.o-field__label {
  display: block;
}
.o-field__message {
  display: block;
}
.o-field--addons {
  display: flex;
  justify-content: flex-start;
}
.o-field--addons > *:first-child:not(:only-child) button, .o-field--addons > button:first-child, .o-field--addons > *:first-child:not(:only-child) input, .o-field--addons > input:first-child, .o-field--addons > *:first-child:not(:only-child) select, .o-field--addons > select:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.o-field--addons > *:last-child:not(:only-child) button, .o-field--addons > button:last-child, .o-field--addons > *:last-child:not(:only-child) input, .o-field--addons > input:last-child, .o-field--addons > *:last-child:not(:only-child) select, .o-field--addons > select:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.o-field--addons > *:not(:first-child):not(:last-child) button, .o-field--addons > button:not(:first-child):not(:last-child), .o-field--addons > *:not(:first-child):not(:last-child) input, .o-field--addons > input:not(:first-child):not(:last-child), .o-field--addons > *:not(:first-child):not(:last-child) select, .o-field--addons > select:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.o-field--grouped {
  display: flex;
  margin-left: -0.37rem;
  margin-right: -0.37rem;
}
.o-field--grouped > * {
  margin-left: 0.37rem;
  margin-right: 0.37rem;
}
.o-field--grouped-multiline {
  flex-wrap: wrap;
}
.o-field__horizontal-body {
  display: flex;
  flex-basis: 0;
  flex-grow: 5;
  flex-shrink: 1;
  margin-left: -0.37rem;
  margin-right: -0.37rem;
}
.o-field__horizontal-body > * {
  margin-left: 0.37rem;
  margin-right: 0.37rem;
}
.o-field--horizontal {
  display: flex;
}
.o-field__horizontal-label {
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 0;
  margin: 0 1.5rem 0 0;
  text-align: right;
}
.o-field--mobile .o-field__horizontal-body {
  all: unset;
}
.o-field--mobile.o-field--horizontal {
  all: unset;
}
.o-field--mobile .o-field__horizontal-label {
  all: unset;
}
@keyframes icon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.o-icon {
  align-items: center;
  display: inline-flex;
  justify-content: center;
  transition: transform 150ms ease-out, opacity 300ms ease-out;
}
.o-icon--clickable {
  pointer-events: auto;
  cursor: pointer;
}
.o-icon--spin {
  animation-name: icon-spin;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 2s;
}
.o-ctrl-input {
  display: block;
  position: relative;
}
.o-ctrl-input--expanded {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.o-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  position: relative;
  vertical-align: top;
  outline: none;
  width: 100%;
}
.o-input__textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  height: auto;
  resize: vertical;
}
.o-input__counter {
  display: block;
  float: right;
}
.o-input__icon-left, .o-input__icon-right {
  position: absolute;
  top: 0;
  height: 100%;
}
.o-input__icon-right {
  right: 0;
}
.o-input__icon-left {
  left: 0;
}
.o-inputit {
  display: block;
}
.o-inputit__container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  vertical-align: top;
  flex-wrap: wrap;
  border-color: #dbdbdb;
  border-style: solid;
  border-width: 1px;
  color: #363636;
}
.o-inputit__autocomplete {
  position: static;
  flex: 1;
}
.o-inputit__input {
  border: none;
  box-shadow: none;
}
.o-inputit__input:focus {
  box-shadow: none;
}
.o-inputit__item {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-left: -0.1875em;
  margin-right: -0.1875em;
  background-color: #445e00;
  color: #ffffff;
}
.o-inputit__item > * {
  margin-left: 0.1875em;
  margin-right: 0.1875em;
}
.o-inputit__counter {
  display: block;
  float: right;
}
.o-inputit--expanded {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.o-load {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.o-load--fullpage {
  position: fixed;
}
.o-load__overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}
.o-modal {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 40;
}
.o-modal__overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: rgba(10, 10, 10, 0.86);
}
.o-modal__content {
  position: relative;
  max-height: calc(100vh - 160px);
  overflow: auto;
  background-color: #ffffff;
}
.o-modal__content--full-screen {
  width: 100%;
  height: 100%;
  max-height: 100vh;
  margin: 0;
}
.o-modal__close {
  background: none;
  position: fixed;
  border: none;
  display: inline-block;
  outline: none;
  vertical-align: top;
  right: 20px;
  top: 20px;
}
.o-modal--mobile .o-modal__content {
  width: 100%;
}
.o-notification {
  background-color: #445e00;
  color: #ffffff;
  position: relative;
  transform-origin: 50% 0;
}
.o-notification__content {
  flex-basis: auto;
  flex-grow: 1;
  flex-shrink: 1;
  text-align: inherit;
  overflow-y: hidden;
  overflow-x: auto;
}
.o-notification__wrapper {
  align-items: flex-start;
  display: flex;
  text-align: inherit;
  padding-top: 0;
  border: 0;
}
.o-notification__icon {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.o-notification__close {
  position: absolute;
  border: none;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 0;
  flex-shrink: 0;
  outline: none;
  vertical-align: top;
  right: 0.5rem;
  top: 0.5rem;
}
.o-notices {
  position: fixed;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  pointer-events: none;
  padding: 2em;
  z-index: 1000;
}
.o-notices .o-notification {
  pointer-events: stroke;
  max-width: 600px;
}
.o-notices .o-notification--top, .o-notices .o-notification--bottom {
  align-self: center;
}
.o-notices .o-notification--top-right, .o-notices .o-notification--bottom-right {
  align-self: flex-end;
}
.o-notices .o-notification--top-left, .o-notices .o-notification--bottom-left {
  align-self: flex-start;
}
.o-notices--top {
  flex-direction: column;
}
.o-notices--bottom {
  flex-direction: column-reverse;
}
.o-notices--bottom .o-notification {
  margin-bottom: 0;
}
.o-notices--bottom .o-notification:not(:first-child) {
  margin-bottom: 1.5rem;
}
.o-notices.has-custom-container {
  position: absolute;
}
.o-pag {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  justify-content: space-between;
}
.o-pag__link {
  -moz-appearance: none;
  -webkit-appearance: none;
  align-items: center;
  box-shadow: none;
  display: inline-flex;
  position: relative;
  vertical-align: top;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o-pag__link:hover {
  text-decoration: none;
}
.o-pag__link--disabled {
  pointer-events: none;
}
.o-pag__link--current {
  pointer-events: none;
  background-color: #445e00;
  border-color: #445e00;
  color: #fff;
}
.o-pag__ellipsis {
  justify-content: center;
  text-align: center;
  pointer-events: none;
}
.o-pag--simple {
  justify-content: normal;
}
.o-pag--centered {
  justify-content: center;
}
.o-pag--centered .o-pag__previous {
  order: 1;
}
.o-pag--centered .o-pag__next {
  order: 3;
}
.o-pag--centered .o-pag__list {
  justify-content: center;
  order: 2;
}
.o-pag--right {
  justify-content: flex-end;
}
.o-pag--right .o-pag__previous {
  order: 1;
}
.o-pag--right .o-pag__next {
  order: 2;
}
.o-pag--right .o-pag__list {
  justify-content: flex-end;
  order: 2;
}
.o-pag__next {
  order: 3;
}
.o-pag__previous {
  order: 2;
}
.o-pag__list {
  align-items: center;
  display: flex;
  justify-content: center;
  text-align: center;
  list-style: none;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: flex-start;
  order: 1;
}
.o-pag--mobile {
  justify-content: flex-start;
  flex-wrap: wrap;
}
.o-pag--mobile .o-pag__link {
  flex-grow: 1;
  flex-shrink: 1;
}
.o-pag--mobile .o-pag__previous {
  flex-grow: 1;
  flex-shrink: 1;
  order: 0;
}
.o-pag--mobile .o-pag__next {
  flex-grow: 1;
  flex-shrink: 1;
  order: 0;
}
.o-pag--mobile .o-pag__ellipsis {
  flex-grow: 1;
  flex-shrink: 1;
}
.o-pag--mobile .o-pag__list {
  order: 0;
}
.o-radio {
  outline: none;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o-radio__check {
  width: 1rem;
  height: 1rem;
  margin: 0;
  vertical-align: top;
  outline: none;
  background-position: center;
  background-size: contain;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  border-radius: 50%;
  cursor: pointer;
  background-repeat: no-repeat;
  transition-property: background;
}
.o-radio--disabled {
  opacity: 0.5;
}
.o-ctrl-sel {
  display: inline-flex;
  position: relative;
}
.o-ctrl-sel--expanded {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 1;
}
.o-sel {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  outline: none;
}
.o-sel-arrow {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Ctitle%3Edown-arrow%3C/title%3E%3Cg fill='%23444444'%3E%3Cpath d='M10.293,3.293,6,7.586,1.707,3.293A1,1,0,0,0,.293,4.707l5,5a1,1,0,0,0,1.414,0l5-5a1,1,0,1,0-1.414-1.414Z' fill='%23444444'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: calc(100% - 1rem * 0.5) center;
  padding-right: calc(1rem * 2);
}
.o-sel--multiple {
  height: auto;
  padding: 0;
}
.o-sel__icon-left, .o-sel__icon-right {
  position: absolute;
  top: 0;
  height: 100%;
}
.o-sel__icon-right {
  right: 0;
}
.o-sel__icon-left {
  left: 0;
}
@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0 50%;
  }
}
.o-sklt {
  display: inline-flex;
  flex-direction: column;
  vertical-align: middle;
  width: 100%;
}
.o-sklt__item {
  width: 100%;
  background: linear-gradient(
      90deg,
      #dbdbdb 25%,
      rgba(219, 219, 219, 0.5) 50%,
      #dbdbdb 75%
    );
}
.o-sklt__item--animated {
  background-size: 400% 100%;
  animation-name: skeleton-loading;
  animation-iteration-count: infinite;
  animation-duration: 1.5s;
}
.o-sklt__item::after {
  content: " ";
}
.o-sklt--centered {
  align-items: center;
}
.o-sklt--right {
  align-items: flex-end;
}
.o-side__content {
  background-color: #dbdbdb;
  z-index: calc(38 + 1);
}
.o-side__content--fixed {
  position: fixed;
  left: 0;
  top: 0;
}
.o-side__content--absolute {
  position: absolute;
  left: 0;
  top: 0;
}
.o-side__content--right {
  left: auto;
  right: 0;
}
.o-side__content--mini-expand:hover {
  transition: width;
}
.o-side__content--static {
  position: static;
}
.o-side__content--absolute, .o-side__content--static {
  transition: width 150ms ease-out;
}
.o-side__content--fullwidth {
  width: 100%;
  max-width: 100%;
}
.o-side__content--fullheight {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  align-content: stretch;
}
.o-side__overlay {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  background: rgba(10, 10, 10, 0.86);
  z-index: 38;
}
.o-slide {
  background: transparent;
  width: 100%;
}
.o-slide__thumb {
  border: 1px solid #b5b5b5;
  background: #ffffff;
}
.o-slide__thumb--dragging {
  cursor: grabbing;
  filter: brightness(0.8);
}
.o-slide__track {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  background: #dbdbdb;
}
.o-slide__fill {
  position: absolute;
  height: 100%;
  background: #445e00;
  top: 50%;
  transform: translateY(-50%);
}
.o-slide .o-slide__track {
  height: 0.5rem;
}
.o-slide .o-slide__thumb {
  height: 1rem;
  width: 1rem;
}
.o-slide .o-slide__tick-label {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.o-slide__tick {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: 3px;
  background: #445e00;
}
.o-slide__tick--hidden {
  background: transparent;
}
.o-slide__thumb-wrapper {
  display: inline-flex;
  align-items: center;
  position: absolute;
  cursor: grab;
  transform: translate(-50%, -50%);
  top: 50%;
  flex-direction: column;
}
.o-slide--disabled {
  cursor: not-allowed;
  pointer-events: none;
}
.o-steps {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.o-steps .o-steps__title {
  background-color: white;
  text-align: center;
  z-index: 1;
}
.o-steps .o-steps__wrapper-vertical .o-steps--label-left .o-steps__divider {
  left: auto;
}
.o-steps
  .o-steps__wrapper-vertical.o-steps__wrapper-position-right
  .o-steps--label-left
  .o-steps__divider {
  left: auto;
}
.o-steps__nav-item {
  margin: 0;
  padding: 0;
  margin-top: 0;
  position: relative;
  flex-grow: 1;
  flex-basis: 1em;
}
.o-steps__divider {
  background: linear-gradient(to left, #dbdbdb 50%, #445e00 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 100%;
}
.o-steps__content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
}
.o-steps__content-transitioning {
  overflow: hidden;
}
.o-steps--animated .o-steps__divider {
  transition-property: background;
}
.o-steps__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  cursor: pointer;
  text-decoration: none;
}
.o-steps__link-label-right {
  flex-direction: row;
}
.o-steps__link-label-left {
  flex-direction: row-reverse;
}
.o-steps__link:hover {
  text-decoration: none;
}
.o-steps__link:not(.o-steps__link-clickable) {
  cursor: not-allowed;
}
.o-steps__marker {
  align-items: center;
  display: flex;
  justify-content: center;
  background: #b5b5b5;
  color: #ffffff;
  border: 0.2em solid #fff;
  z-index: 1;
  overflow: hidden;
}
.o-steps__details {
  background-color: white;
  text-align: center;
  z-index: 1;
}
.o-steps__nav-item-active .o-steps__link {
  cursor: default;
}
.o-steps__nav-item-active .o-steps__marker {
  background-color: #ffffff;
  border-color: #445e00;
  color: #445e00;
}
.o-steps__nav-item-active .o-steps__divider {
  background-position: left bottom;
}
.o-steps__nav-item-previous .o-steps__marker {
  color: #ffffff;
  background-color: #445e00;
}
.o-steps__nav-item-previous .o-steps__divider {
  background-position: left bottom;
}
.o-steps__item {
  flex-shrink: 0;
  flex-basis: auto;
}
.o-steps__wrapper-vertical {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.o-steps__wrapper-vertical .o-steps {
  height: 100%;
  flex-direction: column;
}
.o-steps__wrapper-vertical .o-steps__divider {
  height: 100%;
  top: -50%;
  left: calc(50% - 0.1em);
}
.o-steps__wrapper-vertical .o-steps__item-active .o-steps__divider, .o-steps__wrapper-vertical .o-steps__item-previous .o-steps__divider {
  background-position: right top;
}
.o-steps__wrapper-vertical .o-steps__nav-item {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.o-steps__wrapper-vertical .o-steps__content {
  flex-grow: 1;
  flex-basis: 70%;
}
.o-steps__wrapper-vertical .o-steps__navigation {
  flex-basis: 100%;
}
.o-steps__wrapper-vertical.o-steps__wrapper-position-right {
  flex-direction: row-reverse;
}
.o-steps--mobile .o-steps__title {
  display: none;
  padding: 0;
}
.o-switch {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o-switch--left {
  flex-direction: row-reverse;
}
.o-switch--left .o-switch__label {
  margin-left: 0;
}
.o-switch__check-switch {
  content: "";
  display: block;
  height: calc((2.75em - 0.2em * 2) * 0.5);
  width: calc((2.75em - 0.2em * 2) * 0.5);
  background: #f5f5f5;
  transition-property: transform;
  will-change: transform;
  transform-origin: left;
}
.o-switch__check {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 2.75em;
  height: calc(2.75em * 0.5 + 0.2em);
  padding: 0.2em;
  background: #b5b5b5;
  transition-property: background;
}
.o-switch__check--checked {
  background: #445e00;
}
.o-switch__check--checked .o-switch__check-switch {
  transform: translate3d(100%, 0, 0);
}
.o-switch__input {
  position: absolute;
  left: 0;
  opacity: 0;
  outline: none;
  z-index: -1;
}
.o-switch--rounded {
  border-radius: 9999px;
}
.o-switch--disabled {
  opacity: 0.5;
}
.o-table {
  display: table;
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
}
.o-table__root {
  position: relative;
}
.o-table__wrapper {
  transition: opacity 300ms ease-out;
  position: relative;
}
.o-table__wrapper--sticky-header {
  overflow-y: auto;
}
.o-table__wrapper--sticky-header th {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
}
.o-table__wrapper--scrollable {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  max-width: 100%;
}
.o-table__wrapper--mobile {
  overflow-x: auto;
}
.o-table__wrapper--mobile .o-table__mobile-sort {
  display: block;
}
.o-table__wrapper--mobile .o-table {
  background-color: transparent;
}
.o-table__wrapper--mobile thead tr {
  box-shadow: none;
  border-width: 0;
}
.o-table__wrapper--mobile thead tr th {
  display: none;
}
.o-table__wrapper--mobile thead tr .o-table-th-checkbox {
  display: block;
  width: 100%;
  text-align: right;
  border: 0;
}
.o-table__wrapper--mobile tfoot th {
  border: 0;
  display: inherit;
}
.o-table__wrapper--mobile tr {
  max-width: 100%;
  position: relative;
  display: block;
}
.o-table__wrapper--mobile tr td {
  border: 0;
  display: inherit;
}
.o-table__wrapper--mobile tr td:last-child {
  border-bottom: 0;
}
.o-table__wrapper--mobile tr:not(.o-table__tr--selected) {
  background: inherit;
  background: #fff;
}
.o-table__wrapper--mobile tr:not(.o-table__tr--selected):hover {
  background-color: inherit;
  background-color: #fff;
}
.o-table__wrapper--mobile
  tr:not(.o-table--detailed):not(.o-table--empty):not(.o-table__footer)
  td {
  display: flex;
  width: auto;
  justify-content: space-between;
  text-align: right;
}
.o-table__wrapper--mobile
  tr:not(.o-table--detailed):not(.o-table--empty):not(.o-table__footer)
  td:before {
  content: attr(data-label);
}
.o-table__mobile-sort {
  display: none;
}
.o-table__th {
  vertical-align: top;
  text-align: left;
  position: relative;
}
.o-table__th--centered {
  text-align: center;
}
.o-table__th--right {
  text-align: right;
}
.o-table__th__sort-icon {
  position: absolute;
  right: 0;
}
.o-table__th--sortable {
  cursor: pointer;
}
.o-table__th--sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
}
.o-table__th--unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.o-table__td {
  vertical-align: top;
  text-align: left;
}
.o-table__td--sticky {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
}
.o-table__td--right {
  text-align: right;
}
.o-table__td--centered {
  text-align: center;
}
.o-table__td-chevron {
  vertical-align: middle;
}
.o-table__tr--selected {
  background-color: #445e00;
  color: #ffffff;
}
.o-table__pagination {
  align-items: center;
  justify-content: space-between;
  display: flex;
}
.o-table__pagination > div:first-child {
  align-items: center;
  justify-content: flex-start;
}
.o-table__pagination > div:last-child {
  align-items: center;
  justify-content: flex-end;
}
.o-table__pagination > div:last-child > div {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}
.o-table__pagination > div {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
.o-tabs--fullwidth {
  width: 100%;
}
.o-tabs--fullwidth .o-tabs__nav-item-wrapper {
  flex-grow: 1;
  flex-shrink: 0;
}
.o-tabs--fullwidth .o-tabs__nav-item-default, .o-tabs--fullwidth .o-tabs__nav-item-boxed, .o-tabs--fullwidth .o-tabs__nav-item-toggle {
  height: 100%;
}
.o-tabs--vertical {
  display: flex;
  flex-direction: row;
}
.o-tabs--vertical .o-tabs__nav {
  flex-direction: column;
  align-items: stretch;
  flex-grow: 0;
  border-bottom: none;
}
.o-tabs--vertical .o-tabs__nav-item-boxed {
  border-bottom-color: transparent;
}
.o-tabs--vertical .o-tabs__nav-item-boxed--active {
  border-right-color: transparent;
}
.o-tabs--right {
  flex-direction: row-reverse;
}
.o-tabs--right .o-tabs__nav-item-boxed {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.o-tabs--right .o-tabs__nav-item-boxed--active {
  border-left-color: transparent;
}
.o-tabs__nav {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin: 0;
  padding: 0;
  align-items: center;
  display: flex;
  flex-grow: 1;
  flex-shrink: 0;
  justify-content: flex-start;
  overflow-x: auto;
}
.o-tabs__nav--centered {
  justify-content: center;
}
.o-tabs__nav--right {
  justify-content: flex-end;
}
.o-tabs__nav-item-default {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  align-items: center;
  line-height: 1.5;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
}
.o-tabs__nav-item-default--active {
  border-bottom-color: #445e00;
  color: #445e00;
}
.o-tabs__nav-item-default--disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.o-tabs__nav-item-boxed {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  align-items: center;
  line-height: 1.5;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  border-bottom-color: transparent;
}
.o-tabs__nav-item-boxed--active {
  border-bottom-color: #445e00;
  color: #445e00;
}
.o-tabs__nav-item-boxed--disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.o-tabs__nav-item-toggle {
  -moz-appearance: none;
  -webkit-appearance: none;
  outline: none;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 1px solid transparent;
  background-color: transparent;
  align-items: center;
  line-height: 1.5;
  color: #4a4a4a;
  display: flex;
  justify-content: center;
  margin-bottom: -1px;
  vertical-align: top;
  cursor: pointer;
  text-decoration: none;
  margin-bottom: 0;
  position: relative;
}
.o-tabs__nav-item-toggle--disabled {
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.5;
}
.o-tabs__content {
  position: relative;
  overflow: visible;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.o-tabs__content--transitioning {
  overflow: hidden;
}
.o-tpck__dropdown {
  width: 100%;
}
.o-tpck__box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.o-tpck__select {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  vertical-align: top;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  outline: none;
  border: 0;
  font-size: inherit;
}
.o-tpck__select-placeholder {
  opacity: 0.5;
}
.o-tip {
  position: relative;
  display: inline-flex;
}
.o-tip__arrow--top {
  top: 100%;
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
  border-top-style: solid;
  border-top-width: 5px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 5px;
  border-left-width: 5px;
}
.o-tip__content--top {
  top: auto;
  right: auto;
  bottom: calc((5px + 2px) + 100%);
  left: 50%;
  transform: translateX(-50%);
}
.o-tip__arrow--right {
  top: 50%;
  right: 100%;
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
  border-right-style: solid;
  border-right-width: 5px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
}
.o-tip__content--right {
  top: 50%;
  right: auto;
  bottom: auto;
  left: calc((5px + 2px) + 100%);
  transform: translateY(-50%);
}
.o-tip__arrow--bottom {
  top: auto;
  right: auto;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-style: solid;
  border-bottom-width: 5px;
  border-right-style: solid;
  border-right-color: transparent;
  border-left-style: solid;
  border-left-color: transparent;
  border-right-width: 5px;
  border-left-width: 5px;
}
.o-tip__content--bottom {
  top: calc((5px + 2px) + 100%);
  right: auto;
  bottom: auto;
  left: 50%;
  transform: translateX(-50%);
}
.o-tip__arrow--left {
  top: 50%;
  right: auto;
  bottom: auto;
  left: 100%;
  transform: translateY(-50%);
  border-left-style: solid;
  border-left-width: 5px;
  border-top-style: solid;
  border-top-color: transparent;
  border-bottom-style: solid;
  border-bottom-color: transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
}
.o-tip__content--left {
  top: 50%;
  right: calc((5px + 2px) + 100%);
  bottom: auto;
  left: auto;
  transform: translateY(-50%);
}
.o-tip__arrow {
  position: absolute;
  content: "";
  pointer-events: none;
  z-index: 38;
  color: #445e00;
}
.o-tip__content {
  position: absolute;
  white-space: nowrap;
  z-index: 38;
  background-color: #445e00;
}
.o-tip__content--always {
  opacity: 1;
  visibility: visible;
}
.o-tip__content--multiline {
  text-align: center;
  white-space: normal;
}
.o-tip__trigger {
  width: 100%;
}
.o-upl {
  position: relative;
  display: inline-flex;
}
.o-upl--disabled {
  cursor: not-allowed;
}
.o-upl--expanded {
  width: 100%;
}
.o-upl__draggable {
  cursor: pointer;
  width: 100%;
}
.o-upl input[type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  outline: none;
  cursor: pointer;
  z-index: -1;
}.btn {
  outline: none !important;
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-rounded {
  border-radius: 9999px;
}
.btn-outlined-primary {
  background-color: transparent;
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  border-width: 1px;
  font-weight: 600;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity));
}
.btn-outlined-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  border-radius: 0.25rem;
  font-weight: 700;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.btn-disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.oruga-field {
  margin-top: 0.5rem;
}
.oruga-field-label {
  display: block;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.oruga-field-danger {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 1px;
  line-height: 1.25;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
  width: 100%;
}
.input-danger {
  --tw-border-opacity: 1;
  border-color: rgba(239, 68, 68, var(--tw-border-opacity));
}
.input-icon-right {
  right: 0.5rem;
}
.input-icon-danger {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity));
}
.o-input__textarea.o-input--small {
  height: 48px;
}
.o-input__textarea.o-input--medium {
  height: 144px;
}
.o-input__textarea.o-input--large {
  height: 336px;
}
.dropdown {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
}
.dropdown-menu {
  min-width: 12em;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.125rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.dropdown-item {
  cursor: pointer;
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  text-decoration: none;
}
.dropdown-item-active {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
}
.checkbox-checked {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.checkbox-label {
  margin-left: 0.2rem;
}
.step-marker {
  border-radius: 50%;
  height: 50px;
  width: 50px;
}
.step-divider {
  background: #b5b5b5;
  content: " ";
  display: block;
  position: absolute;
  bottom: 0;
  left: -50%;
  width: 100%;
  height: 5px;
  top: 35%;
}
.steps-nav-item-active .step-marker {
  --tw-border-opacity: 1;
  border-color: rgba(59, 130, 246, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.steps-nav-item-active .step-divider {
  background: none;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.steps-nav-item-previous .step-marker {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.steps-nav-item-previous .step-divider {
  background: none;
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
h1 {
  font-size: 1.5rem;
  line-height: 2rem;
}
h2 {
  font-size: 100px;
}
h3 {
  font-size: 28px;
}
:root {
  --oruga-switch-action-background: #f5f5f5;
}.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}
[data-tippy-root] {
  max-width: calc(100vw - 10px);
}
.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform,visibility,opacity;
}
.tippy-box[data-placement^=top]>.tippy-arrow {
  bottom: 0;
}
.tippy-box[data-placement^=top]>.tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}
.tippy-box[data-placement^=bottom]>.tippy-arrow {
  top: 0;
}
.tippy-box[data-placement^=bottom]>.tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  transform-origin: center bottom;
}
.tippy-box[data-placement^=left]>.tippy-arrow {
  right: 0;
}
.tippy-box[data-placement^=left]>.tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  transform-origin: center left;
}
.tippy-box[data-placement^=right]>.tippy-arrow {
  left: 0;
}
.tippy-box[data-placement^=right]>.tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  transform-origin: center right;
}
.tippy-box[data-inertia][data-state=visible] {
  transition-timing-function: cubic-bezier(.54,1.5,.38,1.11);
}
.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}
.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}
.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}/* windicss layer base */
*, ::before, ::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}
* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
}
:root {
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
:-moz-ui-invalid {
  box-shadow: none;
}
::moz-focus-inner {
  border-style: none;
  padding: 0;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
a {
  color: inherit;
  text-decoration: inherit;
}
body {
  margin: 0;
  font-family: inherit;
  line-height: inherit;
}
b, strong {
  font-weight: bolder;
}
button, input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  padding: 0;
  line-height: inherit;
  color: inherit;
}
button {
  text-transform: none;
  background-color: transparent;
  background-image: none;
}
button, [type='button'], [type='reset'], [type='submit'] {
  -webkit-appearance: button;
}
button, [role="button"] {
  cursor: pointer;
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.5;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
h1, h2, h3 {
  font-size: inherit;
  font-weight: inherit;
}
img {
  border-style: solid;
}
input::placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
input::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af;
}
img, iframe, svg, video, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
p, hr, h1, h2, h3 {
  margin: 0;
}
small {
  font-size: 80%;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* windicss layer components */
.pageWrapper {
  overflow: hidden;
  position: relative;
}
.imageBorder {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  border-radius: 0.375rem;
  padding: 8px;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
/* windicss layer utilities */
.container {
  width: 100%;
}
@media (min-width: 500px) {
  .container {
    max-width: 500px;
  }
}
@media (min-width: 800px) {
  .container {
    max-width: 800px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1520px) {
  .container {
    max-width: 1520px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
@media (min-width: 350px) {
  .container {
    max-width: 350px;
  }
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(2.5rem * var(--tw-space-x-reverse));
  margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.appearance-none {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(156, 163, 175, var(--tw-bg-opacity));
}
.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 192, 211, var(--tw-bg-opacity));
}
.bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 167, 193, var(--tw-bg-opacity));
}
.bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 152, 175, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(128, 192, 211, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(77, 167, 193, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-primary-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(24, 152, 175, var(--tw-bg-opacity));
}
.bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 228, 197, var(--tw-bg-opacity));
}
.bg-success-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 215, 168, var(--tw-bg-opacity));
}
.bg-success-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(143, 201, 139, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-success-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(199, 228, 197, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-success-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(171, 215, 168, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-success-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(143, 201, 139, var(--tw-bg-opacity));
}
.bg-danger-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 185, 183, var(--tw-bg-opacity));
}
.bg-danger-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 171, 168, var(--tw-bg-opacity));
}
.bg-danger-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 143, 139, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-danger-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 185, 183, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-danger-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 171, 168, var(--tw-bg-opacity));
}
.group:hover .group-hover\:bg-danger-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 143, 139, var(--tw-bg-opacity));
}
.bg-light-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}
.bg-\[\#66A861\] {
  --tw-bg-opacity: 1;
  background-color: rgba(102, 168, 97, var(--tw-bg-opacity));
}
.bg-bg-\[\#cfcfcf\] {
  --tw-bg-opacity: 1;
  background-color: rgba(207, 207, 207, var(--tw-bg-opacity));
}
.bg-success-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(115, 188, 110, var(--tw-bg-opacity));
}
.bg-\[\#ddd\] {
  --tw-bg-opacity: 1;
  background-color: rgba(221, 221, 221, var(--tw-bg-opacity));
}
.bg-dark-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(50, 50, 50, var(--tw-bg-opacity));
}
.bg-danger-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 115, 110, var(--tw-bg-opacity));
}
.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity));
}
.bg-orange-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(253, 186, 116, var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity));
}
.hover\:bg-danger-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 199, 197, var(--tw-bg-opacity));
}
.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(243, 244, 246, var(--tw-bg-opacity)) !important;
}
.hover\:bg-warm-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(231, 229, 228, var(--tw-bg-opacity));
}
.hover\:bg-dark-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}
.\!bg-warm-gray-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(120, 113, 108, var(--tw-bg-opacity)) !important;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.\!hover\:bg-success-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(115, 188, 110, var(--tw-bg-opacity)) !important;
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity));
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(219, 234, 254, var(--tw-bg-opacity));
}
.bg-blue-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(191, 219, 254, var(--tw-bg-opacity));
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
.\!bg-gray-300 {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity)) !important;
}
.bg-light-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 252, 252, var(--tw-bg-opacity));
}
.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
.focus\:bg-blue-50:focus {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 246, 255, var(--tw-bg-opacity));
}
.bg-true-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgba(38, 38, 38, var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity));
}
.hover\:bg-green-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity));
}
.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(37, 99, 235, var(--tw-bg-opacity));
}
.bg-orange-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.hover\:bg-orange-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 115, 22, var(--tw-bg-opacity));
}
.bg-light-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(242, 242, 242, var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity));
}
.bg-rose-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(244, 63, 94, var(--tw-bg-opacity));
}
.bg-lime-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(101, 163, 13, var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity));
}
.bg-dark-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(45, 45, 45, var(--tw-bg-opacity));
}
.hover\:bg-orange-900:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}
.bg-orange-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(124, 45, 18, var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgba(17, 24, 39, var(--tw-bg-opacity));
}
.bg-gray-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(75, 85, 99, var(--tw-bg-opacity));
}
.hover\:bg-neutral-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(212, 212, 212, var(--tw-bg-opacity));
}
.hover\:bg-light-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(14, 165, 233, var(--tw-bg-opacity));
}
.bg-header-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
}
.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(0, 103, 134, var(--tw-bg-opacity));
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 151, 176, var(--tw-bg-opacity));
}
.\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)) !important;
}
.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 151, 176, var(--tw-bg-opacity));
}
.bg-gradient-to-t {
  background-image: -o-linear-gradient(bottom, var(--tw-gradient-stops));
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--tw-gradient-stops)));
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-zinc-800 {
  --tw-gradient-from: rgba(39, 39, 42, var(--tw-from-opacity, 1));
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(255, 255, 255, 0));
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.hover\:bg-opacity-100:hover {
  --tw-bg-opacity: 1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-center {
  background-position: center;
}
.bg-cover {
  background-size: cover;
}
.border-slate-400 {
  --tw-border-opacity: 1;
  border-color: rgba(148, 163, 184, var(--tw-border-opacity));
}
.border-dark-500 {
  --tw-border-opacity: 1;
  border-color: rgba(31, 31, 31, var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgba(0, 0, 0, var(--tw-border-opacity));
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity));
}
.border-dark-600 {
  --tw-border-opacity: 1;
  border-color: rgba(28, 28, 30, var(--tw-border-opacity));
}
.border-warm-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(214, 211, 209, var(--tw-border-opacity));
}
.focus\:border-warm-gray-400:focus {
  --tw-border-opacity: 1;
  border-color: rgba(168, 162, 158, var(--tw-border-opacity));
}
.border-cmshighlight {
  --tw-border-opacity: 1;
  border-color: rgba(0, 183, 255, var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgba(243, 244, 246, var(--tw-border-opacity));
}
.border-light-50 {
  --tw-border-opacity: 1;
  border-color: rgba(253, 253, 253, var(--tw-border-opacity));
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-light-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgba(14, 165, 233, var(--tw-border-opacity));
}
.border-primary-400 {
  --tw-border-opacity: 1;
  border-color: rgba(24, 152, 175, var(--tw-border-opacity));
}
.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgba(5, 151, 176, var(--tw-border-opacity));
}
.border-l-light-blue-400 {
  --tw-border-opacity: 1;
  border-left-color: rgba(56, 189, 248, var(--tw-border-opacity));
}
.border-l-transparent {
  border-left-color: transparent;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-4xl {
  border-radius: 2rem;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.\!rounded-xl {
  border-radius: 0.75rem !important;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.rounded-bl-full {
  border-bottom-left-radius: 9999px;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.rounded-bl-xl {
  border-bottom-left-radius: 0.75rem;
}
.border-dashed {
  border-style: dashed;
}
.border-dotted {
  border-style: dotted;
}
.\!border-none {
  border-style: none !important;
}
.focus\:border-none:focus {
  border-style: none;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-1 {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-4 {
  border-width: 4px;
}
.hover\:border-0:hover {
  border-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-1 {
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-l {
  border-left-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-l-5px {
  border-left-width: 5px;
}
.not-last\:border-b:not(:last-child) {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-t-1 {
  border-top-width: 1px;
}
.not-last\:border-b-1:not(:last-child) {
  border-bottom-width: 1px;
}
.border-b-4px {
  border-bottom-width: 4px;
}
.hover\:cursor-default:hover {
  cursor: default;
}
.hover\:cursor-pointer:hover {
  cursor: pointer;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.cursor-help {
  cursor: help;
}
.\!cursor-not-allowed {
  cursor: not-allowed !important;
}
.block {
  display: block;
}
.\!block {
  display: block !important;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.group:hover .group-hover\:flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: -ms-grid;
  display: grid;
}
.group:hover .group-hover\:grid {
  display: -ms-grid;
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.\!hidden {
  display: none !important;
}
.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.place-items-center {
  place-items: center;
}
.place-content-center {
  place-content: center;
}
.items-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.items-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.items-stretch {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.justify-items-center {
  justify-items: center;
}
.justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.justify-around {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}
.justify-self-center {
  -ms-grid-column-align: center;
  justify-self: center;
}
.flex-initial {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
}
.flex-auto {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  flex: 1 1 auto;
}
.flex-1 {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0%;
  -webkit-flex: 1 1 0%;
  flex: 1 1 0%;
}
.flex-grow {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flex-grow-0 {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.flex-shrink-0 {
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.flex-shrink {
  -ms-flex-negative: 1;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
}
.order-1 {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.order-2 {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.font-roboto {
  font-family: Roboto,sans-serif;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-bold {
  font-weight: 700;
}
.font-700 {
  font-weight: 700;
}
.font-600 {
  font-weight: 600;
}
.font-semibold {
  font-weight: 600;
}
.font-semi-bold {
  font-weight: 700;
}
.h-full {
  height: 100%;
}
.h-1\/2 {
  height: 50%;
}
.h-6 {
  height: 1.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-20 {
  height: 5rem;
}
.h-10 {
  height: 2.5rem;
}
.h-11 {
  height: 2.75rem;
}
.h-4 {
  height: 1rem;
}
.h-screen {
  height: 100vh;
}
.h-3\/4 {
  height: 75%;
}
.h-24 {
  height: 6rem;
}
.h-7 {
  height: 1.75rem;
}
.h-14 {
  height: 3.5rem;
}
.h-md {
  height: 28rem;
}
.h-12 {
  height: 3rem;
}
.h-xs {
  height: 20rem;
}
.h-35 {
  height: 8.75rem;
}
.h-130 {
  height: 32.5rem;
}
.h-38px {
  height: 38px;
}
.h-300px {
  height: 300px;
}
.h-100vh {
  height: 100vh;
}
.h-4px {
  height: 4px;
}
.h-60px {
  height: 60px;
}
.h-600px {
  height: 600px;
}
.h-400px {
  height: 400px;
}
.h-6px {
  height: 6px;
}
.h-\[90dvh\] {
  height: 90dvh;
}
.h-140px {
  height: 140px;
}
.h-\[calc\(100dvh-50px\)\] {
  height: calc(100dvh - 50px);
}
.h-140 {
  height: 35rem;
}
.h-50px {
  height: 50px;
}
.h-\[95dvh\] {
  height: 95dvh;
}
.h-100 {
  height: 25rem;
}
.text-xs {
  font-size: 14px;
}
.text-lg {
  font-size: 28px;
}
.text-sm {
  font-size: 15px;
}
.text-cmsiconbase {
  font-size: 1.125rem;
}
.text-md {
  font-size: 15px;
}
.text-base {
  font-size: 18px;
}
.text-cmsiconlg {
  font-size: 1.25rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.\!text-lg {
  font-size: 28px !important;
}
.text-16px {
  font-size: 16px;
  line-height: 1;
}
.text-22px {
  font-size: 22px;
  line-height: 1;
}
.text-35px {
  font-size: 35px;
  line-height: 1;
}
.text-size-20px {
  font-size: 20px;
  line-height: 1;
}
.text-18px {
  font-size: 18px;
  line-height: 1;
}
.text-15px {
  font-size: 15px;
  line-height: 1;
}
.text-70px {
  font-size: 70px;
  line-height: 1;
}
.text-30px {
  font-size: 30px;
  line-height: 1;
}
.text-40px {
  font-size: 40px;
  line-height: 1;
}
.text-size-18px {
  font-size: 18px;
  line-height: 1;
}
.text-6px {
  font-size: 6px;
  line-height: 1;
}
.leading-none {
  line-height: 1;
}
.leading-38px {
  line-height: 38px;
}
.leading-tight {
  line-height: 1.25;
}
.leading-normal {
  line-height: 1.5;
}
.leading-snug {
  line-height: 1.375;
}
.\!leading-snug {
  line-height: 1.375 !important;
}
.\!leading-loose {
  line-height: 2 !important;
}
.leading-loose {
  line-height: 2;
}
.m-1 {
  margin: 0.25rem;
}
.m-0 {
  margin: 0px;
}
.m-4 {
  margin: 1rem;
}
.m-2 {
  margin: 0.5rem;
}
.m-auto {
  margin: auto;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mx-2px {
  margin-left: 2px;
  margin-right: 2px;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-20 {
  margin-left: 5rem;
  margin-right: 5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mx-10px {
  margin-left: 10px;
  margin-right: 10px;
}
.mx-20px {
  margin-left: 20px;
  margin-right: 20px;
}
.my-10px {
  margin-top: 10px;
  margin-bottom: 10px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-18 {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-auto {
  margin-top: auto;
}
.mb-0 {
  margin-bottom: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.-ml-1 {
  margin-left: -0.25rem;
}
.mb-2px {
  margin-bottom: 2px;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-auto {
  margin-right: auto;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.mt-20px {
  margin-top: 20px;
}
.mr-0\.05rem {
  margin-right: 0.05rem;
}
.mb-4px {
  margin-bottom: 4px;
}
.mt-0px {
  margin-top: 0px;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-3\/5 {
  margin-top: 60%;
}
.mr-20px {
  margin-right: 20px;
}
.ml-0 {
  margin-left: 0px;
}
.mb-40 {
  margin-bottom: 10rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.max-h-full {
  max-height: 100%;
}
.\!max-h-full {
  max-height: 100% !important;
}
.max-h-sm {
  max-height: 24rem;
}
.max-h-400 {
  max-height: 100rem;
}
.max-h-500px {
  max-height: 500px;
}
.max-h-300px {
  max-height: 300px;
}
.max-h-\[500px\] {
  max-height: 500px;
}
.max-w-64 {
  max-width: 16rem;
}
.max-w-40 {
  max-width: 10rem;
}
.max-w-screen {
  max-width: 100vw;
}
.max-w-sm {
  max-width: 24rem;
}
.\!max-w-100 {
  max-width: 25rem !important;
}
.max-w-200 {
  max-width: 50rem;
}
.max-w-950px {
  max-width: 950px;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-10 {
  min-height: 2.5rem;
}
.min-h-75 {
  min-height: 18.75rem;
}
.min-h-150px {
  min-height: 150px;
}
.min-w-72 {
  min-width: 18rem;
}
.min-w-10 {
  min-width: 2.5rem;
}
.min-w-100 {
  min-width: 25rem;
}
.min-w-50 {
  min-width: 12.5rem;
}
.min-w-75 {
  min-width: 18.75rem;
}
.min-w-100px {
  min-width: 100px;
}
.min-w-140px {
  min-width: 140px;
}
.min-w-60px {
  min-width: 60px;
}
.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}
.object-fill {
  -o-object-fit: fill;
  object-fit: fill;
}
.object-scale-down {
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
.opacity-50 {
  opacity: 0.5;
}
.hover\:opacity-100:hover {
  opacity: 1;
}
.hover\:opacity-60:hover {
  opacity: 0.6;
}
.opacity-90 {
  opacity: 0.9;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-\[80\%\] {
  opacity: 80%;
}
.group:hover .group-hover\:opacity-75 {
  opacity: 0.75;
}
.opacity-100 {
  opacity: 1;
}
.opacity-60 {
  opacity: 0.6;
}
.opacity-0 {
  opacity: 0;
}
.opacity-35 {
  opacity: 0.35;
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.outline-offset-0 {
  outline-offset: 0px;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-\[\#66A861\] {
  --tw-outline-opacity: 1;
  outline-color: rgba(102, 168, 97, var(--tw-outline-opacity));
}
.outline-slate-400 {
  --tw-outline-opacity: 1;
  outline-color: rgba(148, 163, 184, var(--tw-outline-opacity));
}
.outline-blue-500 {
  --tw-outline-opacity: 1;
  outline-color: rgba(59, 130, 246, var(--tw-outline-opacity));
}
.outline-primary-300 {
  --tw-outline-opacity: 1;
  outline-color: rgba(77, 167, 193, var(--tw-outline-opacity));
}
.outline-white {
  --tw-outline-opacity: 1;
  outline-color: rgba(255, 255, 255, var(--tw-outline-opacity));
}
.outline-primary-500 {
  --tw-outline-opacity: 1;
  outline-color: rgba(5, 151, 176, var(--tw-outline-opacity));
}
.outline-2 {
  outline-width: 2px;
}
.outline-4 {
  outline-width: 4px;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.p-3 {
  padding: 0.75rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-4 {
  padding: 1rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-0 {
  padding: 0px;
}
.p-8 {
  padding: 2rem;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-l-5 {
  padding: 1.25rem;
}
.p-2px {
  padding: 2px;
}
.p-8px {
  padding: 8px;
}
.p-6 {
  padding: 1.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-px {
  padding-top: 1px;
  padding-bottom: 1px;
}
.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-2px {
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-1\.5 {
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-1\/5 {
  padding-left: 20%;
  padding-right: 20%;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-30px {
  padding-top: 30px;
  padding-bottom: 30px;
}
.px-0\.3 {
  padding-left: 0.075rem;
  padding-right: 0.075rem;
}
.py-10px {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-30px {
  padding-left: 30px;
  padding-right: 30px;
}
.px-0\.6rem {
  padding-left: 0.6rem;
  padding-right: 0.6rem;
}
.py-0\.25rem {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-0px {
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-20px {
  padding-left: 20px;
  padding-right: 20px;
}
.\!px-10px {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
.px-15px {
  padding-left: 15px;
  padding-right: 15px;
}
.py-25px {
  padding-top: 25px;
  padding-bottom: 25px;
}
.py-17px {
  padding-top: 17px;
  padding-bottom: 17px;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-1 {
  padding-right: 0.25rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pl-1 {
  padding-left: 0.25rem;
}
.\!pl-7 {
  padding-left: 1.75rem !important;
}
.pr-0 {
  padding-right: 0px;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pt-71px {
  padding-top: 71px;
}
.pb-20px {
  padding-bottom: 20px;
}
.pl-4 {
  padding-left: 1rem;
}
.pt-7px {
  padding-top: 7px;
}
.pb-5 {
  padding-bottom: 1.25rem;
}
.pr-11vw {
  padding-right: 11vw;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pt-45px {
  padding-top: 45px;
}
.pb-30px {
  padding-bottom: 30px;
}
.pt-30px {
  padding-top: 30px;
}
.pt-30 {
  padding-top: 7.5rem;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pl-1vw {
  padding-left: 1vw;
}
.pr-1vw {
  padding-right: 1vw;
}
.pt-60 {
  padding-top: 15rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.placeholder-warm-gray-400::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}
.placeholder-warm-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}
.placeholder-warm-gray-400:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}
.placeholder-warm-gray-400::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}
.placeholder-warm-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(168, 162, 158, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::-webkit-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.placeholder-gray-500:-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::-ms-input-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-placeholder-opacity));
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.\!fixed {
  position: fixed !important;
}
.absolute {
  position: absolute;
}
.\!absolute {
  position: absolute !important;
}
.relative {
  position: relative;
}
.sticky {
  position: -webkit-sticky;
  position: sticky;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0 {
  top: 0px;
}
.right-0 {
  right: 0px;
}
.left-2 {
  left: 0.5rem;
}
.right-2 {
  right: 0.5rem;
}
.bottom-0 {
  bottom: 0px;
}
.left-0 {
  left: 0px;
}
.-top-16px {
  top: -16px;
}
.left-70px {
  left: 70px;
}
.-bottom-8 {
  bottom: -2rem;
}
.-right-5 {
  right: -1.25rem;
}
.left-3\/8 {
  left: 37.5%;
}
.top-65px {
  top: 65px;
}
.-top-10px {
  top: -10px;
}
.left-60px {
  left: 60px;
}
.bottom-5 {
  bottom: 1.25rem;
}
.right-5 {
  right: 1.25rem;
}
.resize {
  resize: both;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0/0.1),0 1px 2px -1px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0/0.1),0 8px 10px -6px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0/0.1),0 2px 4px -2px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color),0 2px 4px -2px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0/0.1),0 4px 6px -4px rgb(0 0 0/0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color);
  -webkit-box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
  box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
}
.fill-green-500 {
  --tw-fill-opacity: 1;
  fill: rgba(16, 185, 129, var(--tw-fill-opacity));
}
.fill-blue-500 {
  --tw-fill-opacity: 1;
  fill: rgba(59, 130, 246, var(--tw-fill-opacity));
}
.fill-white {
  --tw-fill-opacity: 1;
  fill: rgba(255, 255, 255, var(--tw-fill-opacity));
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-gray-600 {
  --tw-text-opacity: 1;
  color: rgba(75, 85, 99, var(--tw-text-opacity));
}
.text-primary-600 {
  --tw-text-opacity: 1;
  color: rgba(0, 103, 134, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-primary-600 {
  --tw-text-opacity: 1;
  color: rgba(0, 103, 134, var(--tw-text-opacity));
}
.text-success-600 {
  --tw-text-opacity: 1;
  color: rgba(92, 150, 88, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-success-600 {
  --tw-text-opacity: 1;
  color: rgba(92, 150, 88, var(--tw-text-opacity));
}
.text-danger-600 {
  --tw-text-opacity: 1;
  color: rgba(204, 92, 88, var(--tw-text-opacity));
}
.group:hover .group-hover\:text-danger-600 {
  --tw-text-opacity: 1;
  color: rgba(204, 92, 88, var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-\[\#66A861\] {
  --tw-text-opacity: 1;
  color: rgba(102, 168, 97, var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-cmshighlight {
  --tw-text-opacity: 1;
  color: rgba(0, 183, 255, var(--tw-text-opacity));
}
.text-danger-500 {
  --tw-text-opacity: 1;
  color: rgba(255, 115, 110, var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgba(156, 163, 175, var(--tw-text-opacity));
}
.hover\:text-cmshighlight:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 183, 255, var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
.text-warm-gray-300 {
  --tw-text-opacity: 1;
  color: rgba(214, 211, 209, var(--tw-text-opacity));
}
.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-warm-gray-500 {
  --tw-text-opacity: 1;
  color: rgba(120, 113, 108, var(--tw-text-opacity));
}
.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity));
}
.text-light-50 {
  --tw-text-opacity: 1;
  color: rgba(253, 253, 253, var(--tw-text-opacity));
}
.text-blue-500 {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-primary-200 {
  --tw-text-opacity: 1;
  color: rgba(128, 192, 211, var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity));
}
.hover\:text-danger-500:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 115, 110, var(--tw-text-opacity));
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgba(0, 0, 0, var(--tw-text-opacity)) !important;
}
.\!hover\:text-primary-400:hover {
  --tw-text-opacity: 1 !important;
  color: rgba(24, 152, 175, var(--tw-text-opacity)) !important;
}
.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgba(59, 130, 246, var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity));
}
.text-primary-400 {
  --tw-text-opacity: 1;
  color: rgba(24, 152, 175, var(--tw-text-opacity));
}
.hover\:text-primary-400:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 152, 175, var(--tw-text-opacity));
}
.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgba(153, 205, 220, var(--tw-text-opacity));
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgba(5, 151, 176, var(--tw-text-opacity));
}
.text-primary-300 {
  --tw-text-opacity: 1;
  color: rgba(77, 167, 193, var(--tw-text-opacity));
}
.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgba(5, 151, 176, var(--tw-text-opacity));
}
.hover\:text-primary-600:hover {
  --tw-text-opacity: 1;
  color: rgba(0, 103, 134, var(--tw-text-opacity));
}
.truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.overflow-ellipsis {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.text-shadow-xl {
  text-shadow: 1px 1px 3px rgb(0 0 0 / 29%), 2px 4px 7px rgb(73 64 125 / 35%);
}
.text-shadow-lg {
  text-shadow: 3px 3px 6px rgb(0 0 0 / 26%), 0 0 5px rgb(15 3 86 / 22%);
}
.italic {
  font-style: italic;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.decoration-solid {
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
}
.group:hover .group-hover\:underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.hover\:underline:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.visible {
  visibility: visible;
}
.group:hover .group-hover\:visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.break-all {
  word-break: break-all;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-6 {
  width: 1.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-10 {
  width: 2.5rem;
}
.w-4 {
  width: 1rem;
}
.w-72 {
  width: 18rem;
}
.w-3\/4 {
  width: 75%;
}
.w-7 {
  width: 1.75rem;
}
.w-12 {
  width: 3rem;
}
.w-screen-md {
  width: 800px;
}
.w-md {
  width: 28rem;
}
.w-5\/6 {
  width: 83.333333%;
}
.w-min {
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}
.w-50 {
  width: 12.5rem;
}
.w-44px {
  width: 44px;
}
.w-38 {
  width: 9.5rem;
}
.w-38px {
  width: 38px;
}
.w-300px {
  width: 300px;
}
.w-30 {
  width: 7.5rem;
}
.w-55px {
  width: 55px;
}
.w-140px {
  width: 140px;
}
.w-20px {
  width: 20px;
}
.z-index-10 {
  z-index: 10;
}
.z-5 {
  z-index: 5;
}
.z-60 {
  z-index: 60;
}
.z-1 {
  z-index: 1;
}
.z-2 {
  z-index: 2;
}
.z-3 {
  z-index: 3;
}
.z-50 {
  z-index: 50;
}
.z-index-2 {
  z-index: 2;
}
.z-index-50 {
  z-index: 50;
}
.z-100 {
  z-index: 100;
}
.z-101 {
  z-index: 101;
}
.z-7 {
  z-index: 7;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.gap-3 {
  grid-gap: 0.75rem;
  gap: 0.75rem;
}
.gap-1 {
  grid-gap: 0.25rem;
  gap: 0.25rem;
}
.gap-2 {
  grid-gap: 0.5rem;
  gap: 0.5rem;
}
.gap-4 {
  grid-gap: 1rem;
  gap: 1rem;
}
.gap-8 {
  grid-gap: 2rem;
  gap: 2rem;
}
.gap-8px {
  grid-gap: 8px;
  gap: 8px;
}
.gap-6 {
  grid-gap: 1.5rem;
  gap: 1.5rem;
}
.gap-x-3 {
  -webkit-column-gap: 0.75rem;
  -moz-column-gap: 0.75rem;
  grid-column-gap: 0.75rem;
  column-gap: 0.75rem;
}
.gap-x-10 {
  -webkit-column-gap: 2.5rem;
  -moz-column-gap: 2.5rem;
  grid-column-gap: 2.5rem;
  column-gap: 2.5rem;
}
.gap-x-6 {
  -webkit-column-gap: 1.5rem;
  -moz-column-gap: 1.5rem;
  grid-column-gap: 1.5rem;
  column-gap: 1.5rem;
}
.gap-y-0 {
  -webkit-row-gap: 0px;
  -moz-row-gap: 0px;
  grid-row-gap: 0px;
  row-gap: 0px;
}
.gap-y-4 {
  -webkit-row-gap: 1rem;
  -moz-row-gap: 1rem;
  grid-row-gap: 1rem;
  row-gap: 1rem;
}
.gap-y-2 {
  -webkit-row-gap: 0.5rem;
  -moz-row-gap: 0.5rem;
  grid-row-gap: 0.5rem;
  row-gap: 0.5rem;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-\[1fr\2c auto\] {
  grid-template-columns: 1fr auto;
}
.grid-cols-\[auto\2c 1fr\2c auto\] {
  grid-template-columns: auto 1fr auto;
}
.grid-cols-\[auto\2c 1fr\2c auto\2c auto\] {
  grid-template-columns: auto 1fr auto auto;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.col-start-1 {
  grid-column-start: 1;
}
.grid-rows-\[1fr_auto\] {
  grid-template-rows: 1fr auto;
}
.grid-rows-\[auto_1fr_auto\] {
  grid-template-rows: auto 1fr auto;
}
.grid-rows-1 {
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.grid-rows-\[auto_1fr\] {
  grid-template-rows: auto 1fr;
}
.row-span-2 {
  -ms-grid-row-span: span 2 / span 2;
  grid-row: span 2 / span 2;
}
.row-start-1 {
  grid-row-start: 1;
}
.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
}
.rotate-180 {
  --tw-rotate: 180deg;
}
.rotate-45 {
  --tw-rotate: 45deg;
}
.-rotate-45 {
  --tw-rotate: -45deg;
}
.translate-y-0 {
  --tw-translate-y: 0px;
}
.translate-x-0 {
  --tw-translate-x: 0px;
}
.translate-y-8px {
  --tw-translate-y: 8px;
}
.translate-x-120 {
  --tw-translate-x: 30rem;
}
.translate-y-120 {
  --tw-translate-y: 30rem;
}
.translate-y-13px {
  --tw-translate-y: 13px;
}
.-translate-y-8px {
  --tw-translate-y: -8px;
}
.-translate-x-0 {
  --tw-translate-x: 0px;
}
.-translate-x-120 {
  --tw-translate-x: -30rem;
}
.-translate-y-0 {
  --tw-translate-y: 0px;
}
.-translate-y-120 {
  --tw-translate-y: -30rem;
}
.-translate-y-13px {
  --tw-translate-y: -13px;
}
.transition {
  -webkit-transition-property: background-color, border-color, color, fill, stroke, opacity, -webkit-box-shadow, -webkit-transform, filter, backdrop-filter;
  -o-transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, -webkit-box-shadow, transform, -webkit-transform, filter, backdrop-filter;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.transition-all {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.transition-opacity {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transition-duration: 150ms;
  -o-transition-duration: 150ms;
  transition-duration: 150ms;
}
.ease-linear {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}
.ease-in-out {
  -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.duration-100 {
  -webkit-transition-duration: 100ms;
  -o-transition-duration: 100ms;
  transition-duration: 100ms;
}
.duration-350 {
  -webkit-transition-duration: 350ms;
  -o-transition-duration: 350ms;
  transition-duration: 350ms;
}
.duration-500 {
  -webkit-transition-duration: 500ms;
  -o-transition-duration: 500ms;
  transition-duration: 500ms;
}
.duration-1000 {
  -webkit-transition-duration: 1000ms;
  -o-transition-duration: 1000ms;
  transition-duration: 1000ms;
}
.duration-0 {
  -webkit-transition-duration: 0ms;
  -o-transition-duration: 0ms;
  transition-duration: 0ms;
}
.duration-300 {
  -webkit-transition-duration: 300ms;
  -o-transition-duration: 300ms;
  transition-duration: 300ms;
}
.delay-75 {
  -webkit-transition-delay: 75ms;
  -o-transition-delay: 75ms;
  transition-delay: 75ms;
}
.delay-100 {
  -webkit-transition-delay: 100ms;
  -o-transition-delay: 100ms;
  transition-delay: 100ms;
}
.delay-50 {
  -webkit-transition-delay: 50ms;
  -o-transition-delay: 50ms;
  transition-delay: 50ms;
}
@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.animate-spin {
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}
.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur {
  --tw-blur: blur(8px);
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgba(0, 0, 0, 0.03)) drop-shadow(0 8px 5px rgba(0, 0, 0, 0.08));
}
.drop-shadow-lg {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgba(0, 0, 0, 0.04)) drop-shadow(0 4px 3px rgba(0, 0, 0, 0.1));
}
@media (min-width: 350px) {
  .xs\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .xs\:flex-wrap {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .xs\:h-130 {
    height: 32.5rem;
  }
  .xs\:text-35px {
    font-size: 35px;
    line-height: 1;
  }
  .xs\:text-16px {
    font-size: 16px;
    line-height: 1;
  }
  .xs\:pl-3vw {
    padding-left: 3vw;
  }
  .xs\:w-95 {
    width: 23.75rem;
  }
}
@media (min-width: 500px) {
  .sm\:inline-block {
    display: inline-block;
  }
  .sm\:flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .sm\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .sm\:h-full {
    height: 100%;
  }
  .sm\:max-w-400px {
    max-width: 400px;
  }
  .sm\:min-h-full {
    min-height: 100%;
  }
  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .sm\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:pr-55 {
    padding-right: 13.75rem;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem;
  }
  .sm\:w-1\/3 {
    width: 33.333333%;
  }
  .sm\:w-2\/3 {
    width: 66.666667%;
  }
  .sm\:w-100 {
    width: 25rem;
  }
}
@media (min-width: 800px) {
  .md\:block {
    display: block;
  }
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .md\:h-400px {
    height: 400px;
  }
  .md\:h-120 {
    height: 30rem;
  }
  .md\:h-100px {
    height: 100px;
  }
  .md\:h-\[calc\(100dvh-100px\)\] {
    height: calc(100dvh - 100px);
  }
  .md\:text-28px {
    font-size: 28px;
    line-height: 1;
  }
  .md\:text-100px {
    font-size: 100px;
    line-height: 1;
  }
  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:ml-auto {
    margin-left: auto;
  }
  .md\:mt-16 {
    margin-top: 4rem;
  }
  .md\:mt-80px {
    margin-top: 80px;
  }
  .md\:min-w-500px {
    min-width: 500px;
  }
  .md\:p-16 {
    padding: 4rem;
  }
  .md\:py-30px {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .md\:pr-8 {
    padding-right: 2rem;
  }
  .md\:pl-11vw {
    padding-left: 11vw;
  }
  .md\:pr-18 {
    padding-right: 4.5rem;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:bottom-20px {
    bottom: 20px;
  }
  .md\:text-shadow-lg {
    text-shadow: 3px 3px 6px rgb(0 0 0 / 26%), 0 0 5px rgb(15 3 86 / 22%);
  }
  .md\:break-normal {
    word-break: normal;
    overflow-wrap: normal;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\:w-5\/6 {
    width: 83.333333%;
  }
  .md\:w-110 {
    width: 27.5rem;
  }
  .md\:w-80px {
    width: 80px;
  }
}
@media (min-width: 1024px) {
  .lg\:space-x-14 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3.5rem * var(--tw-space-x-reverse));
    margin-left: calc(3.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .lg\:items-baseline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .lg\:justify-between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .lg\:h-500px {
    height: 500px;
  }
  .lg\:h-120 {
    height: 30rem;
  }
  .lg\:text-100px {
    font-size: 100px;
    line-height: 1;
  }
  .lg\:min-w-\[500px\] {
    min-width: 500px;
  }
  .lg\:overflow-x-hidden {
    overflow-x: hidden;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:pl-8 {
    padding-left: 2rem;
  }
  .lg\:pr-8 {
    padding-right: 2rem;
  }
  .lg\:pr-30px {
    padding-right: 30px;
  }
  .lg\:pr-4 {
    padding-right: 1rem;
  }
  .lg\:pl-1vw {
    padding-left: 1vw;
  }
  .lg\:bottom-40px {
    bottom: 40px;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-24\/25 {
    width: 96%;
  }
  .lg\:w-120 {
    width: 30rem;
  }
}
@media (min-width: 1520px) {
  .xl\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .xl\:items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .xl\:h-160px {
    height: 160px;
  }
  .xl\:text-80px {
    font-size: 80px;
    line-height: 1;
  }
  .xl\:w-160px {
    width: 160px;
  }
}
@media (max-width: 1519.9px) {
  .\<xl\:flex-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .\<xl\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .\<xl\:pr-0 {
    padding-right: 0px;
  }
  .\<xl\:pl-5 {
    padding-left: 1.25rem;
  }
  .\<xl\:w-95px {
    width: 95px;
  }
}
@media (max-width: 1023.9px) {
  .\<lg\:mt-5 {
    margin-top: 1.25rem;
  }
}
@media (max-width: 799.9px) {
  .\<md\:hidden {
    display: none;
  }
  .\<md\:flex-col-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .\<md\:h-3\/4 {
    height: 75%;
  }
  .\<md\:h-50px {
    height: 50px;
  }
  .\<md\:mt-8 {
    margin-top: 2rem;
  }
  .\<md\:mt-55px {
    margin-top: 55px;
  }
  .\<md\:py-10px {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .\<md\:pt-5 {
    padding-top: 1.25rem;
  }
  .\<md\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .\<md\:pt-8 {
    padding-top: 2rem;
  }
  .\<md\:w-65px {
    width: 65px;
  }
}
@media (max-width: 499.9px) {
  .\<sm\:h-full {
    height: 100%;
  }
  .\<sm\:h-100px {
    height: 100px;
  }
  .\<sm\:w-full {
    width: 100%;
  }
}
.parent[data-v-709543bc] >  .dropdown-menu::before {
  position: absolute;
  top: -16px;
  left: 70px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-translate-z: 0;
  --tw-rotate: 0;
  --tw-rotate-x: 0;
  --tw-rotate-y: 0;
  --tw-rotate-z: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-scale-z: 1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) translateZ(var(--tw-translate-z)) rotate(var(--tw-rotate)) rotateX(var(--tw-rotate-x)) rotateY(var(--tw-rotate-y)) rotateZ(var(--tw-rotate-z)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) scaleZ(var(--tw-scale-z));
  --tw-rotate: 45deg;
  content: "◤";
  text-shadow: -2px -2px 6px rgba(0, 0, 0, 0.15);
}[data-v-8f790c7c] .link-input {
  border: 1px solid #ddd;
  line-height: 1.25;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}.hu-color-picker[data-v-7ccdf75b] {
  padding: 0;
}
[data-v-7ccdf75b] .item {
  margin: 4px;
}
[data-v-7ccdf75b] .colors {
  padding: 4px 8px;
}[data-v-90b4b45d] .link-input {
  border: 1px solid #ddd;
  line-height: 1.25;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}[data-v-2d69adc2] .link-input {
  border: 1px solid #ddd;
  line-height: 1.25;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}[data-v-56eebaed] .ProseMirror {
  height: 100%;
}
[data-v-56eebaed] .ProseMirror:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
[data-v-56eebaed] .ProseMirror h1 {
  font-weight: 700;
  font-size: 28px;
}
[data-v-56eebaed] .ProseMirror h2, [data-v-56eebaed] .ProseMirror h3 {
  font-weight: 700;
  font-size: 18px;
}
[data-v-56eebaed] .ProseMirror ul {
  list-style-type: disc;
  padding-left: 1rem;
}
[data-v-56eebaed] .ProseMirror ul li {
  display: list-item;
}.uiBasics-elementsAvatar > *[data-v-1f5bfe2a] {
  height: 100%;
  width: 100%;
}
.uiBasics-elementsAvatar.isRounded > *[data-v-1f5bfe2a] {
  border-radius: 50%;
}
.uiBasics-elementsAvatar .elementsAvatar-image[data-v-1f5bfe2a] {
  object-fit: cover;
  vertical-align: middle;
}
.uiBasics-elementsAvatar .elementsAvatar-icon[data-v-1f5bfe2a], .uiBasics-elementsAvatar .elementsAvatar-initials[data-v-1f5bfe2a] {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  vertical-align: top;
  border: 1px solid var(--uiBasics-elementsAvatarBorderColor, var(--grey));
  font-weight: var(--uiBasics-elementsAvatarFontWeight, bold);
  line-height: normal;
}.no-image-stripes[data-v-14419355] {
  background-image: linear-gradient(135deg, #eeeeee 25%, #cccccc 25%, #cccccc 50%, #eeeeee 50%, #eeeeee 75%, #cccccc 75%, #cccccc 100%);
  background-size: 10px 10px;
}.editor__content table td, .editor__content table th {
  min-width: 1em;
  border: 2px solid #ddd;
  padding: 3px 5px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
:root {
  --cms-highlight-color: rgb(0, 183, 255);
  --cms-highlight-background-color: rgba(0, 183, 255, 0.3);
}
.fallback-cms-component-highlight, picture.is-admin-mode:hover, picture.is-admin-mode.is-highlighted, iframe.is-admin-mode:hover, iframe.is-admin-mode.is-highlighted, svg.is-admin-mode:hover, svg.is-admin-mode.is-highlighted, input.is-admin-mode:hover, input.is-admin-mode.is-highlighted, img.is-admin-mode:hover, img.is-admin-mode.is-highlighted, .manual-cms-component.is-admin-mode:hover {
  outline: 2px solid var(--cms-highlight-color);
  cursor: pointer;
  background-color: var(--cms-highlight-background-color);
}
.fallback-cms-component-highlight::before, picture.is-admin-mode:hover::before, picture.is-admin-mode.is-highlighted::before, iframe.is-admin-mode:hover::before, iframe.is-admin-mode.is-highlighted::before, svg.is-admin-mode:hover::before, svg.is-admin-mode.is-highlighted::before, input.is-admin-mode:hover::before, input.is-admin-mode.is-highlighted::before, img.is-admin-mode:hover::before, img.is-admin-mode.is-highlighted::before, .manual-cms-component.is-admin-mode:hover::before {
  display: none;
}
.fallback-cms-component-highlight::after, picture.is-admin-mode:hover::after, picture.is-admin-mode.is-highlighted::after, iframe.is-admin-mode:hover::after, iframe.is-admin-mode.is-highlighted::after, svg.is-admin-mode:hover::after, svg.is-admin-mode.is-highlighted::after, input.is-admin-mode:hover::after, input.is-admin-mode.is-highlighted::after, img.is-admin-mode:hover::after, img.is-admin-mode.is-highlighted::after, .manual-cms-component.is-admin-mode:hover::after {
  display: none;
}
.is-admin-mode:hover, .is-admin-mode.is-highlighted {
  cursor: pointer;
}
.is-admin-mode:hover::after, .is-admin-mode.is-highlighted::after {
  content: "🖉";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background-color: var(--cms-highlight-color);
  color: white;
  height: 25px;
  width: 30px;
  padding: 5px;
  padding-top: 0px;
  border-bottom-left-radius: 7px;
  z-index: 999999;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 100 !important;
  pointer-events: none;
}
.is-admin-mode:hover::before, .is-admin-mode.is-highlighted::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--cms-highlight-background-color);
  z-index: 999999;
  box-shadow: inset 0px 0px 0px 2px var(--cms-highlight-color);
  pointer-events: none;
}
.is-admin-mode.inline-editor:hover {
  cursor: pointer;
}
.is-admin-mode.inline-editor:hover::after {
  content: "🖉";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background-color: var(--cms-highlight-color);
  color: white;
  height: 25px;
  width: 30px;
  padding: 5px;
  padding-top: 0px;
  border-bottom-left-radius: 7px;
  z-index: 999999;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 100 !important;
  pointer-events: none;
}
.is-admin-mode.inline-editor:hover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--cms-highlight-background-color);
  z-index: 999999;
  box-shadow: inset 0px 0px 0px 2px var(--cms-highlight-color);
  pointer-events: none;
}
.is-admin-mode.inline-editor.is-highlighted {
  cursor: text;
}
.is-admin-mode.inline-editor.is-highlighted::after {
  display: none;
}
.is-admin-mode.inline-editor.is-highlighted::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: -9999999;
  box-shadow: none;
  pointer-events: auto;
}
.cmsComponent-relative {
  position: relative;
  z-index: 1;
}section[data-v-dfa48b0f] {
  width: 1400px;
  height: 800px;
}
.card[data-v-dfa48b0f] {
  background-color: #fff;
  color: #4a4a4a;
  width: 100%;
  position: relative;
}
.card-header[data-v-dfa48b0f] {
  background-color: transparent;
  align-items: stretch;
  display: flex;
}
.card-header-title[data-v-dfa48b0f] {
  align-items: center;
  color: #363636;
  display: flex;
  flex-grow: 1;
  font-weight: 700;
  padding: 0.75rem;
  margin: 0;
}
.card-header-icon[data-v-dfa48b0f] {
  align-items: center;
  cursor: pointer;
  display: flex;
  padding: 0.75rem;
  justify-content: center;
}
.card-content[data-v-dfa48b0f] {
  padding: 1.5rem;
  background-color: transparent;
}.ex-slide[data-v-a45fb906] {
  color: #ffffff;
  text-align: center;
}.image-text-content[data-v-0367eadc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .image-text-content[data-v-0367eadc] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}.vc-popover-content-wrapper {
  --popover-horizontal-content-offset: 8px;
  --popover-vertical-content-offset: 10px;
  --popover-caret-horizontal-offset: 18px;
  --popover-caret-vertical-offset: 8px;
  position: absolute;
  display: block;
  outline: none;
  z-index: 10;
}
.vc-popover-content-wrapper:not(.is-interactive) {
  pointer-events: none;
}
.vc-popover-content {
  position: relative;
  color: var(--vc-popover-content-color);
  font-weight: var(--vc-font-medium);
  background-color: var(--vc-popover-content-bg);
  border: 1px solid;
  border-color: var(--vc-popover-content-border);
  border-radius: var(--vc-rounded-lg);
  padding: 4px;
  outline: none;
  z-index: 10;
  box-shadow: var(--vc-shadow-lg);
}
.vc-popover-content.direction-bottom {
  margin-top: var(--popover-vertical-content-offset);
}
.vc-popover-content.direction-top {
  margin-bottom: var(--popover-vertical-content-offset);
}
.vc-popover-content.direction-left {
  margin-right: var(--popover-horizontal-content-offset);
}
.vc-popover-content.direction-right {
  margin-left: var(--popover-horizontal-content-offset);
}
.vc-popover-caret {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  border-top: inherit;
  border-left: inherit;
  background-color: inherit;
  z-index: -1;
}
.vc-popover-caret.direction-bottom {
  top: 0;
}
.vc-popover-caret.direction-bottom.align-left {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-bottom.align-center {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-bottom.align-right {
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.vc-popover-caret.direction-top {
  top: 100%;
}
.vc-popover-caret.direction-top.align-left {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-top.align-center {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-135deg);
  transform: translateX(-50%) translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-top.align-right {
  -webkit-transform: translateY(-50%) rotate(-135deg);
  transform: translateY(-50%) rotate(-135deg);
}
.vc-popover-caret.direction-left {
  left: 100%;
}
.vc-popover-caret.direction-left.align-top {
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}
.vc-popover-caret.direction-left.align-middle {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(135deg);
  transform: translateY(-50%) translateX(-50%) rotate(135deg);
}
.vc-popover-caret.direction-left.align-bottom {
  -webkit-transform: translateX(-50%) rotate(135deg);
  transform: translateX(-50%) rotate(135deg);
}
.vc-popover-caret.direction-right {
  left: 0;
}
.vc-popover-caret.direction-right.align-top {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.vc-popover-caret.direction-right.align-middle {
  -webkit-transform: translateY(-50%) translateX(-50%) rotate(-45deg);
  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}
.vc-popover-caret.direction-right.align-bottom {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
}
.vc-popover-caret.align-left {
  left: var(--popover-caret-horizontal-offset);
}
.vc-popover-caret.align-center {
  left: 50%;
}
.vc-popover-caret.align-right {
  right: var(--popover-caret-horizontal-offset);
}
.vc-popover-caret.align-top {
  top: var(--popover-caret-vertical-offset);
}
.vc-popover-caret.align-middle {
  top: 50%;
}
.vc-popover-caret.align-bottom {
  bottom: var(--popover-caret-vertical-offset);
}
.vc-day-popover-row {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  transition: var(--vc-day-content-transition);
}
.vc-day-popover-row-indicator {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  width: 15px;
}
.vc-day-popover-row-indicator span {
  transition: var(--vc-day-content-transition);
}
.vc-day-popover-row-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: none;
  -ms-flex-wrap: none;
  flex-wrap: none;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: -webkit-max-content;
  width: max-content;
  margin-left: 4px;
  margin-right: 4px;
  font-size: var(--vc-text-xs);
  line-height: var(--vc-leading-normal);
}
.vc-day-popover-row-highlight {
  width: 8px;
  height: 5px;
  border-radius: 3px;
}
.vc-day-popover-row-bar {
  width: 10px;
  height: 3px;
}
.vc-base-icon {
  display: inline-block;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}
.vc-header {
  display: grid;
  grid-gap: 4px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.vc-header.is-lg {
  font-size: var(--vc-text-lg);
}
.vc-header.is-xl {
  font-size: var(--vc-text-xl);
}
.vc-header.is-2xl {
  font-size: var(--vc-text-2xl);
}
.vc-header .vc-title-wrapper {
  grid-row: 1;
  grid-column: title;
}
.vc-header .vc-prev {
  grid-row: 1;
  grid-column: prev;
}
.vc-header .vc-next {
  grid-row: 1;
  grid-column: next;
}
.vc-header .vc-title, .vc-header .vc-prev, .vc-header .vc-next {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: var(--vc-rounded);
  pointer-events: auto;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.vc-header .vc-title {
  color: var(--vc-header-title-color);
  font-weight: var(--vc-font-semibold);
  white-space: nowrap;
  padding: 0 8px;
  margin: 0;
  line-height: 30px;
}
.vc-header .vc-title:hover {
  opacity: 0.75;
}
.vc-header .vc-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--vc-header-arrow-color);
  width: 28px;
  height: 30px;
  margin: 0;
  padding: 0;
}
.vc-header .vc-arrow:hover {
  background: var(--vc-header-arrow-hover-bg);
}
.vc-header .vc-arrow:disabled {
  opacity: 0.25;
  pointer-events: none;
}
.vc-nav-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.vc-nav-title, .vc-nav-arrow, .vc-nav-item {
  font-size: var(--vc-text-sm);
  margin: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  border-radius: var(--vc-rounded);
  white-space: nowrap;
}
.vc-nav-title:hover, .vc-nav-arrow:hover, .vc-nav-item:hover {
  background-color: var(--vc-nav-hover-bg);
}
.vc-nav-title:disabled, .vc-nav-arrow:disabled, .vc-nav-item:disabled {
  opacity: 0.25;
  pointer-events: none;
}
.vc-nav-title {
  color: var(--vc-nav-title-color);
  font-weight: var(--vc-font-bold);
  line-height: var(--vc-leading-snug);
  height: 30px;
  padding: 0 6px;
}
.vc-nav-arrow {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--vc-header-arrow-color);
  width: 26px;
  height: 30px;
  padding: 0;
}
.vc-nav-items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 2px;
  grid-column-gap: 5px;
  margin-top: 2px;
}
.vc-nav-item {
  width: 48px;
  text-align: center;
  font-weight: var(--vc-font-semibold);
  line-height: var(--vc-leading-snug);
  padding: 6px 0;
}
.vc-nav-item.is-active {
  color: var(--vc-nav-item-active-color);
  background-color: var(--vc-nav-item-active-bg);
  font-weight: var(--vc-font-bold);
}
.vc-nav-item.is-active:not(:focus) {
  box-shadow: var(--vc-nav-item-active-box-shadow);
}
.vc-nav-item.is-current {
  color: var(--vc-nav-item-current-color);
}
.vc-day {
  position: relative;
  min-height: 32px;
  z-index: 1;
}
.vc-monthly .is-not-in-month * {
  opacity: 0;
  pointer-events: none;
}
.vc-day-layer {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
}
.vc-day-box-center-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.vc-day-box-left-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}
.vc-day-box-right-center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}
.vc-day-box-center-bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.vc-day-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--vc-text-sm);
  font-weight: var(--vc-font-medium);
  width: 28px;
  height: 28px;
  line-height: 28px;
  border-radius: var(--vc-rounded-full);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}
.vc-day-content:hover {
  background-color: var(--vc-day-content-hover-bg);
}
.vc-day-content.vc-disabled {
  color: var(--vc-day-content-disabled-color);
}
.vc-content:not(.vc-base) {
  font-weight: var(--vc-font-bold);
  color: var(--vc-content-color);
}
.vc-highlights {
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.vc-highlight {
  width: 28px;
  height: 28px;
}
.vc-highlight.vc-highlight-base-start {
  width: 50% !important;
  border-radius: 0 !important;
  border-right-width: 0 !important;
}
.vc-highlight.vc-highlight-base-end {
  width: 50% !important;
  border-radius: 0 !important;
  border-left-width: 0 !important;
}
.vc-highlight.vc-highlight-base-middle {
  width: 100%;
  border-radius: 0 !important;
  border-left-width: 0 !important;
  border-right-width: 0 !important;
  margin: 0 -1px;
}
.vc-highlight-bg-outline, .vc-highlight-bg-none {
  background-color: var(--vc-highlight-outline-bg);
  border: 2px solid;
  border-color: var(--vc-highlight-outline-border);
  border-radius: var(--vc-rounded-full);
}
.vc-highlight-bg-light {
  background-color: var(--vc-highlight-light-bg);
  border-radius: var(--vc-rounded-full);
}
.vc-highlight-bg-solid {
  background-color: var(--vc-highlight-solid-bg);
  border-radius: var(--vc-rounded-full);
}
.vc-highlight-content-outline, .vc-highlight-content-none {
  font-weight: var(--vc-font-bold);
  color: var(--vc-highlight-outline-content-color);
}
.vc-highlight-content-light {
  font-weight: var(--vc-font-bold);
  color: var(--vc-highlight-light-content-color);
}
.vc-highlight-content-solid {
  font-weight: var(--vc-font-bold);
  color: var(--vc-highlight-solid-content-color);
}
.vc-dots {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.vc-dot {
  width: 5px;
  height: 5px;
  border-radius: 9999px;
  transition: var(--vc-day-content-transition);
  background-color: var(--vc-dot-bg);
}
.vc-dot:not(:last-child) {
  margin-right: 3px;
}
.vc-bars {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 75%;
}
.vc-bar {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 3px;
  transition: var(--vc-day-content-transition);
  background-color: var(--vc-bar-bg);
}
.vc-pane {
  min-width: 250px;
}
.vc-weeknumber {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}
.vc-weeknumber.is-left {
  left: calc(var(--vc-weeknumber-offset-inside) * -1);
}
.vc-weeknumber.is-right {
  right: calc(var(--vc-weeknumber-offset-inside) * -1);
}
.vc-weeknumber.is-left-outside {
  left: calc(var(--vc-weeknumber-offset-outside) * -1);
}
.vc-weeknumber.is-right-outside {
  right: calc(var(--vc-weeknumber-offset-outside) * -1);
}
.vc-weeknumber-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--vc-text-xs);
  font-weight: var(--vc-font-medium);
  font-style: italic;
  width: 28px;
  height: 28px;
  margin-top: 2px;
  color: var(--vc-weeknumber-color);
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vc-weeks {
  position: relative;
  -webkit-overflow-scrolling: touch;
  padding: 6px;
  min-width: 232px;
}
.vc-weeks.vc-show-weeknumbers-left {
  margin-left: var(--vc-weeknumber-offset-inside);
}
.vc-weeks.vc-show-weeknumbers-right {
  margin-right: var(--vc-weeknumber-offset-inside);
}
.vc-weekday {
  text-align: center;
  color: var(--vc-weekday-color);
  font-size: var(--vc-text-sm);
  font-weight: var(--vc-font-bold);
  line-height: 14px;
  padding-top: 4px;
  padding-bottom: 8px;
  cursor: default;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.vc-week, .vc-weekdays {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  position: relative;
}
.vc-pane-container {
  width: 100%;
  position: relative;
}
.vc-pane-container.in-transition {
  overflow: hidden;
}
.vc-pane-layout {
  display: grid;
}
.vc-pane-header-wrapper {
  position: absolute;
  top: 0;
  width: 100%;
  pointer-events: none;
}
.vc-day-popover-container {
  font-size: var(--vc-text-xs);
  font-weight: var(--vc-font-medium);
}
.vc-day-popover-header {
  font-size: var(--vc-text-xs);
  color: var(--vc-day-popover-header-color);
  font-weight: var(--vc-font-semibold);
  text-align: center;
}
.vc-base-select {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  font-size: var(--vc-text-base);
  font-weight: var(--vc-font-medium);
}
.vc-base-select.vc-has-icon select {
  padding: 0 27px 0 9px;
}
.vc-base-select.vc-has-icon .vc-base-sizer {
  padding: 0 28px 0 10px;
}
.vc-base-select.vc-fit-content select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.vc-base-select .vc-base-icon {
  position: absolute;
  top: 6px;
  right: 4px;
  opacity: 0.6;
  pointer-events: none;
}
.vc-base-select .vc-base-sizer {
  font-size: var(--vc-text-base);
  font-weight: var(--vc-font-medium);
  color: transparent;
  padding: 0px 8px;
  margin: 0;
}
.vc-base-select select {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--vc-select-color);
  display: block;
  -webkit-appearance: none;
  appearance: none;
  background-color: var(--vc-select-bg);
  border-radius: var(--vc-rounded);
  height: 30px;
  width: -webkit-max-content;
  width: max-content;
  padding: 0px 7px;
  margin: 0;
  line-height: var(--leading-none);
  text-indent: 0px;
  background-image: none;
  cursor: pointer;
  text-align: center;
}
.vc-base-select select:hover {
  background-color: var(--vc-select-hover-bg);
}
.vc-base-select select.vc-align-left {
  text-align: left;
}
.vc-base-select select.vc-align-right {
  text-align: right;
}
.vc-time-picker {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 4px;
}
.vc-time-picker.vc-invalid {
  pointer-events: none;
  opacity: 0.5;
}
.vc-time-picker.vc-attached {
  border-top: 1px solid var(--vc-time-picker-border);
}
.vc-time-picker > * + * {
  margin-top: 4px;
}
.vc-time-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: var(--vc-text-sm);
  font-weight: var(--vc-font-semibold);
  text-transform: uppercase;
  margin-top: -4px;
  padding-left: 4px;
  padding-right: 4px;
  line-height: 21px;
}
.vc-time-select-group {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 4px;
  background: var(--vc-time-select-group-bg);
  border-radius: var(--vc-rounded-md);
  border: 1px solid var(--vc-time-select-group-border);
}
.vc-time-select-group .vc-base-icon {
  margin-right: 4px;
  color: var(--vc-time-select-group-icon-color);
}
.vc-time-select-group select {
  background: transparent;
  padding: 0px 4px;
}
.vc-time-weekday {
  color: var(--vc-time-weekday-color);
  letter-spacing: var(--tracking-wide);
}
.vc-time-month {
  color: var(--vc-time-month-color);
  margin-left: 8px;
}
.vc-time-day {
  color: var(--vc-time-day-color);
  margin-left: 4px;
}
.vc-time-year {
  color: var(--vc-time-year-color);
  margin-left: 8px;
}
.vc-time-colon {
  margin: 0 1px 2px 2px;
}
.vc-time-decimal {
  margin: 0 0 0 1px;
}
.vc-none-enter-active, .vc-none-leave-active {
  transition-duration: 0s;
}
.vc-fade-enter-active, .vc-fade-leave-active, .vc-slide-left-enter-active, .vc-slide-left-leave-active, .vc-slide-right-enter-active, .vc-slide-right-leave-active, .vc-slide-up-enter-active, .vc-slide-up-leave-active, .vc-slide-down-enter-active, .vc-slide-down-leave-active, .vc-slide-fade-enter-active, .vc-slide-fade-leave-active {
  transition: opacity var(--vc-slide-duration) var(--vc-slide-timing),
      -webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);
  transition: transform var(--vc-slide-duration) var(--vc-slide-timing),
      opacity var(--vc-slide-duration) var(--vc-slide-timing);
  transition: transform var(--vc-slide-duration) var(--vc-slide-timing),
      opacity var(--vc-slide-duration) var(--vc-slide-timing),
      -webkit-transform var(--vc-slide-duration) var(--vc-slide-timing);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  pointer-events: none;
}
.vc-none-leave-active, .vc-fade-leave-active, .vc-slide-left-leave-active, .vc-slide-right-leave-active, .vc-slide-up-leave-active, .vc-slide-down-leave-active {
  position: absolute !important;
  width: 100%;
}
.vc-none-enter-from, .vc-none-leave-to, .vc-fade-enter-from, .vc-fade-leave-to, .vc-slide-left-enter-from, .vc-slide-left-leave-to, .vc-slide-right-enter-from, .vc-slide-right-leave-to, .vc-slide-up-enter-from, .vc-slide-up-leave-to, .vc-slide-down-enter-from, .vc-slide-down-leave-to, .vc-slide-fade-enter-from, .vc-slide-fade-leave-to {
  opacity: 0;
}
.vc-slide-left-enter-from, .vc-slide-right-leave-to, .vc-slide-fade-enter-from.direction-left, .vc-slide-fade-leave-to.direction-left {
  -webkit-transform: translateX(var(--vc-slide-translate));
  transform: translateX(var(--vc-slide-translate));
}
.vc-slide-right-enter-from, .vc-slide-left-leave-to, .vc-slide-fade-enter-from.direction-right, .vc-slide-fade-leave-to.direction-right {
  -webkit-transform: translateX(calc(-1 * var(--vc-slide-translate)));
  transform: translateX(calc(-1 * var(--vc-slide-translate)));
}
.vc-slide-up-enter-from, .vc-slide-down-leave-to, .vc-slide-fade-enter-from.direction-top, .vc-slide-fade-leave-to.direction-top {
  -webkit-transform: translateY(var(--vc-slide-translate));
  transform: translateY(var(--vc-slide-translate));
}
.vc-slide-down-enter-from, .vc-slide-up-leave-to, .vc-slide-fade-enter-from.direction-bottom, .vc-slide-fade-leave-to.direction-bottom {
  -webkit-transform: translateY(calc(-1 * var(--vc-slide-translate)));
  transform: translateY(calc(-1 * var(--vc-slide-translate)));
}
:root {
  --vc-white: #ffffff;
  --vc-black: #000000;
  --vc-gray-50: #f8fafc;
  --vc-gray-100: #f1f5f9;
  --vc-gray-200: #e2e8f0;
  --vc-gray-300: #cbd5e1;
  --vc-gray-400: #94a3b8;
  --vc-gray-500: #64748b;
  --vc-gray-600: #475569;
  --vc-gray-700: #334155;
  --vc-gray-800: #1e293b;
  --vc-gray-900: #0f172a;
  --vc-font-family: BlinkMacSystemFont, -apple-system, 'Segoe UI', 'Roboto',
      'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
      'Helvetica', 'Arial', sans-serif;
  --vc-font-normal: 400;
  --vc-font-medium: 500;
  --vc-font-semibold: 600;
  --vc-font-bold: 700;
  --vc-text-2xs: 10px;
  --vc-text-xs: 12px;
  --vc-text-sm: 14px;
  --vc-text-base: 16px;
  --vc-text-lg: 18px;
  --vc-text-xl: 20px;
  --vc-text-2xl: 24px;
  --vc-leading-none: 1;
  --vc-leading-tight: 1.25;
  --vc-leading-snug: 1.375;
  --vc-leading-normal: 1.5;
  --vc-rounded: 0.25rem;
  --vc-rounded-md: 0.375rem;
  --vc-rounded-lg: 0.5rem;
  --vc-rounded-full: 9999px;
  --vc-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  --vc-shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
      0 4px 6px -2px rgba(0, 0, 0, 0.05);
  --vc-shadow-inner: inset 0 2px 4px 0 rgba(0, 0, 0, 0.06);
  --vc-slide-translate: 22px;
  --vc-slide-duration: 0.15s;
  --vc-slide-timing: ease;
  --vc-day-content-transition: all 0.13s ease-in;
  --vc-weeknumber-offset-inside: 26px;
  --vc-weeknumber-offset-outside: 34px;
}
.vc-gray {
  --vc-accent-50: var(--vc-gray-50);
  --vc-accent-100: var(--vc-gray-100);
  --vc-accent-200: var(--vc-gray-200);
  --vc-accent-300: var(--vc-gray-300);
  --vc-accent-400: var(--vc-gray-400);
  --vc-accent-500: var(--vc-gray-500);
  --vc-accent-600: var(--vc-gray-600);
  --vc-accent-700: var(--vc-gray-700);
  --vc-accent-800: var(--vc-gray-800);
  --vc-accent-900: var(--vc-gray-900);
}
.vc-red {
  --vc-accent-50: #fef2f2;
  --vc-accent-100: #fee2e2;
  --vc-accent-200: #fecaca;
  --vc-accent-300: #fca5a5;
  --vc-accent-400: #f87171;
  --vc-accent-500: #ef4444;
  --vc-accent-600: #dc2626;
  --vc-accent-700: #b91c1c;
  --vc-accent-800: #991b1b;
  --vc-accent-900: #7f1d1d;
}
.vc-orange {
  --vc-accent-50: #fff7ed;
  --vc-accent-100: #ffedd5;
  --vc-accent-200: #fed7aa;
  --vc-accent-300: #fdba74;
  --vc-accent-400: #fb923c;
  --vc-accent-500: #f97316;
  --vc-accent-600: #ea580c;
  --vc-accent-700: #c2410c;
  --vc-accent-800: #9a3412;
  --vc-accent-900: #7c2d12;
}
.vc-yellow {
  --vc-accent-50: #fefce8;
  --vc-accent-100: #fef9c3;
  --vc-accent-200: #fef08a;
  --vc-accent-300: #fde047;
  --vc-accent-400: #facc15;
  --vc-accent-500: #eab308;
  --vc-accent-600: #ca8a04;
  --vc-accent-700: #a16207;
  --vc-accent-800: #854d0e;
  --vc-accent-900: #713f12;
}
.vc-green {
  --vc-accent-50: #f0fdf4;
  --vc-accent-100: #dcfce7;
  --vc-accent-200: #bbf7d0;
  --vc-accent-300: #86efac;
  --vc-accent-400: #4ade80;
  --vc-accent-500: #22c55e;
  --vc-accent-600: #16a34a;
  --vc-accent-700: #15803d;
  --vc-accent-800: #166534;
  --vc-accent-900: #14532d;
}
.vc-teal {
  --vc-accent-50: #f0fdfa;
  --vc-accent-100: #ccfbf1;
  --vc-accent-200: #99f6e4;
  --vc-accent-300: #5eead4;
  --vc-accent-400: #2dd4bf;
  --vc-accent-500: #14b8a6;
  --vc-accent-600: #0d9488;
  --vc-accent-700: #0f766e;
  --vc-accent-800: #115e59;
  --vc-accent-900: #134e4a;
}
.vc-blue {
  --vc-accent-50: #eff6ff;
  --vc-accent-100: #dbeafe;
  --vc-accent-200: #bfdbfe;
  --vc-accent-300: #93c5fd;
  --vc-accent-400: #60a5fa;
  --vc-accent-500: #3b82f6;
  --vc-accent-600: #2563eb;
  --vc-accent-700: #1d4ed8;
  --vc-accent-800: #1e40af;
  --vc-accent-900: #1e3a8a;
}
.vc-indigo {
  --vc-accent-50: #eef2ff;
  --vc-accent-100: #e0e7ff;
  --vc-accent-200: #c7d2fe;
  --vc-accent-300: #a5b4fc;
  --vc-accent-400: #818cf8;
  --vc-accent-500: #6366f1;
  --vc-accent-600: #4f46e5;
  --vc-accent-700: #4338ca;
  --vc-accent-800: #3730a3;
  --vc-accent-900: #312e81;
}
.vc-purple {
  --vc-accent-50: #faf5ff;
  --vc-accent-100: #f3e8ff;
  --vc-accent-200: #e9d5ff;
  --vc-accent-300: #d8b4fe;
  --vc-accent-400: #c084fc;
  --vc-accent-500: #a855f7;
  --vc-accent-600: #9333ea;
  --vc-accent-700: #7e22ce;
  --vc-accent-800: #6b21a8;
  --vc-accent-900: #581c87;
}
.vc-pink {
  --vc-accent-50: #fdf2f8;
  --vc-accent-100: #fce7f3;
  --vc-accent-200: #fbcfe8;
  --vc-accent-300: #f9a8d4;
  --vc-accent-400: #f472b6;
  --vc-accent-500: #ec4899;
  --vc-accent-600: #db2777;
  --vc-accent-700: #be185d;
  --vc-accent-800: #9d174d;
  --vc-accent-900: #831843;
}
.vc-focus:focus-within {
  outline: 0;
  box-shadow: var(--vc-focus-ring);
}
.vc-light {
  --vc-color: var(--vc-gray-900);
  --vc-bg: var(--vc-white);
  --vc-border: var(--vc-gray-300);
  --vc-hover-bg: hsla(211, 25%, 84%, 0.3);
  --vc-focus-ring: 0 0 0 2px rgb(59, 131, 246, 0.4);
  --vc-header-arrow-color: var(--vc-gray-500);
  --vc-header-arrow-hover-bg: var(--vc-gray-200);
  --vc-header-title-color: var(--vc-gray-900);
  --vc-weekday-color: var(--vc-gray-500);
  --vc-weeknumber-color: var(--vc-gray-400);
  --vc-nav-hover-bg: var(--vc-gray-200);
  --vc-nav-title-color: var(--vc-gray-900);
  --vc-nav-item-hover-box-shadow: none;
  --vc-nav-item-active-color: var(--vc-white);
  --vc-nav-item-active-bg: var(--vc-accent-500);
  --vc-nav-item-active-box-shadow: var(--vc-shadow);
  --vc-nav-item-current-color: var(--vc-accent-600);
  --vc-day-popover-container-color: var(--vc-white);
  --vc-day-popover-container-bg: var(--vc-gray-800);
  --vc-day-popover-container-border: var(--vc-gray-700);
  --vc-day-popover-header-color: var(--vc-gray-700);
  --vc-popover-content-color: var(--vc-gray-900);
  --vc-popover-content-bg: var(--vc-gray-50);
  --vc-popover-content-border: var(--vc-gray-300);
  --vc-time-picker-border: var(--vc-gray-300);
  --vc-time-weekday-color: var(--vc-gray-700);
  --vc-time-month-color: var(--vc-accent-600);
  --vc-time-day-color: var(--vc-accent-600);
  --vc-time-year-color: var(--vc-gray-500);
  --vc-time-select-group-bg: var(--vc-gray-50);
  --vc-time-select-group-border: var(--vc-gray-300);
  --vc-time-select-group-icon-color: var(--vc-accent-500);
  --vc-select-color: var(--vc-gray-900);
  --vc-select-bg: var(--vc-gray-100);
  --vc-select-hover-bg: var(--vc-gray-200);
  --vc-day-content-hover-bg: var(--vc-hover-bg);
  --vc-day-content-disabled-color: var(--vc-gray-400);
}
.vc-light.vc-attr, .vc-light .vc-attr {
  --vc-content-color: var(--vc-accent-600);
  --vc-highlight-outline-bg: var(--vc-white);
  --vc-highlight-outline-border: var(--vc-accent-600);
  --vc-highlight-outline-content-color: var(--vc-accent-700);
  --vc-highlight-light-bg: var(--vc-accent-200);
  --vc-highlight-light-content-color: var(--vc-accent-900);
  --vc-highlight-solid-bg: var(--vc-accent-600);
  --vc-highlight-solid-content-color: var(--vc-white);
  --vc-dot-bg: var(--vc-accent-600);
  --vc-bar-bg: var(--vc-accent-600);
}
.vc-dark {
  --vc-color: var(--vc-white);
  --vc-bg: var(--vc-gray-900);
  --vc-border: var(--vc-gray-700);
  --vc-hover-bg: hsla(216, 15%, 52%, 0.3);
  --vc-focus-ring: 0 0 0 2px rgb(59 130 246 / 0.7);
  --vc-header-arrow-color: var(--vc-gray-300);
  --vc-header-arrow-hover-bg: var(--vc-gray-800);
  --vc-header-title-color: var(--vc-gray-100);
  --vc-weekday-color: var(--vc-accent-200);
  --vc-weeknumber-color: var(--vc-gray-500);
  --vc-nav-hover-bg: var(--vc-gray-700);
  --vc-nav-title-color: var(--vc-gray-100);
  --vc-nav-item-hover-box-shadow: none;
  --vc-nav-item-active-color: var(--vc-white);
  --vc-nav-item-active-bg: var(--vc-accent-500);
  --vc-nav-item-active-box-shadow: none;
  --vc-nav-item-current-color: var(--vc-accent-400);
  --vc-day-popover-container-color: var(--vc-gray-800);
  --vc-day-popover-container-bg: var(--vc-white);
  --vc-day-popover-container-border: var(--vc-gray-100);
  --vc-day-popover-header-color: var(--vc-gray-300);
  --vc-popover-content-color: var(--vc-white);
  --vc-popover-content-bg: var(--vc-gray-800);
  --vc-popover-content-border: var(--vc-gray-700);
  --vc-time-picker-border: var(--vc-gray-700);
  --vc-time-weekday-color: var(--vc-gray-400);
  --vc-time-month-color: var(--vc-accent-400);
  --vc-time-day-color: var(--vc-accent-400);
  --vc-time-year-color: var(--vc-gray-500);
  --vc-time-select-group-bg: var(--vc-gray-700);
  --vc-time-select-group-border: var(--vc-gray-500);
  --vc-time-select-group-icon-color: var(--vc-accent-400);
  --vc-select-color: var(--vc-gray-200);
  --vc-select-bg: var(--vc-gray-700);
  --vc-select-hover-bg: var(--vc-gray-600);
  --vc-day-content-hover-bg: var(--vc-hover-bg);
  --vc-day-content-disabled-color: var(--vc-gray-600);
}
.vc-dark.vc-attr, .vc-dark .vc-attr {
  --vc-content-color: var(--vc-accent-500);
  --vc-highlight-outline-bg: var(--vc-gray-900);
  --vc-highlight-outline-border: var(--vc-accent-300);
  --vc-highlight-outline-content-color: var(--vc-accent-200);
  --vc-highlight-light-bg: var(--vc-accent-800);
  --vc-highlight-light-content-color: var(--vc-accent-100);
  --vc-highlight-solid-bg: var(--vc-accent-500);
  --vc-highlight-solid-content-color: var(--vc-white);
  --vc-dot-bg: var(--vc-accent-500);
  --vc-bar-bg: var(--vc-accent-500);
}
.vc-container {
  position: relative;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: -webkit-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: max-content;
  font-family: var(--vc-font-family);
  color: var(--vc-color);
  background-color: var(--vc-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}
.vc-container, .vc-container * {
  box-sizing: border-box;
}
.vc-container:focus, .vc-container *:focus {
  outline: none;
}
.vc-container .vc-container {
  border: none;
}
.vc-bordered {
  border: 1px solid;
  border-color: var(--vc-border);
  border-radius: var(--vc-rounded-lg);
}
.vc-expanded {
  min-width: 100%;
}
.vc-transparent {
  background-color: transparent;
}
.vc-date-picker-content {
  padding: 0;
  background-color: var(--vc-bg);
}
.vc-date-picker-content .vc-container {
  border: 0;
}.field table td, .field table th {
  min-width: 1em;
  border: 2px solid #ddd;
  padding: 3px 5px;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}.ProseMirror table {
  border-collapse: collapse;
  table-layout: fixed;
  width: fit-content !important;
  margin: 0;
  overflow: hidden;
  max-width: 96% !important;
}
.ProseMirror table td, .ProseMirror table th {
  min-width: 1em;
  border: 2px solid #ced4da;
  padding: 3px 5px;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}
.ProseMirror table td > *, .ProseMirror table th > * {
  margin-bottom: 0;
}
.ProseMirror table th {
  font-weight: bold;
  text-align: left;
  background-color: #f1f3f5;
}
.ProseMirror table .selectedCell:after {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(200, 200, 255, 0.4);
  pointer-events: none;
}
.ProseMirror table .column-resize-handle {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: -2px;
  width: 4px;
  background-color: #adf;
  pointer-events: none;
}
.ProseMirror table p {
  margin: 0;
}
.tableWrapper {
  padding: 1rem 0;
  overflow-x: auto;
}
.resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}
.ProseMirror:focus {
  outline: none;
}
@keyframes append-animate {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}
.new-editor {
  transform-origin: 50% 0;
  animation: append-animate 0.3s linear;
}
.ProseMirror img {
  max-width: 100%;
  height: auto;
}
.ProseMirror img.ProseMirror-selectednode {
  outline: 1px solid #68cef8;
}
:root {
  --cms-highlight-color: rgb(0, 183, 255);
  --cms-highlight-background-color: rgba(0, 183, 255, 0.3);
}
.fallback-cms-component-highlight, picture.is-admin-mode:hover, picture.is-admin-mode.is-highlighted, iframe.is-admin-mode:hover, iframe.is-admin-mode.is-highlighted, svg.is-admin-mode:hover, svg.is-admin-mode.is-highlighted, input.is-admin-mode:hover, input.is-admin-mode.is-highlighted, img.is-admin-mode:hover, img.is-admin-mode.is-highlighted, .manual-cms-component.is-admin-mode:hover {
  outline: 2px solid var(--cms-highlight-color);
  cursor: pointer;
  background-color: var(--cms-highlight-background-color);
}
.fallback-cms-component-highlight::before, picture.is-admin-mode:hover::before, picture.is-admin-mode.is-highlighted::before, iframe.is-admin-mode:hover::before, iframe.is-admin-mode.is-highlighted::before, svg.is-admin-mode:hover::before, svg.is-admin-mode.is-highlighted::before, input.is-admin-mode:hover::before, input.is-admin-mode.is-highlighted::before, img.is-admin-mode:hover::before, img.is-admin-mode.is-highlighted::before, .manual-cms-component.is-admin-mode:hover::before {
  display: none;
}
.fallback-cms-component-highlight::after, picture.is-admin-mode:hover::after, picture.is-admin-mode.is-highlighted::after, iframe.is-admin-mode:hover::after, iframe.is-admin-mode.is-highlighted::after, svg.is-admin-mode:hover::after, svg.is-admin-mode.is-highlighted::after, input.is-admin-mode:hover::after, input.is-admin-mode.is-highlighted::after, img.is-admin-mode:hover::after, img.is-admin-mode.is-highlighted::after, .manual-cms-component.is-admin-mode:hover::after {
  display: none;
}
.is-admin-mode:hover, .is-admin-mode.is-highlighted {
  cursor: pointer;
}
.is-admin-mode:hover::after, .is-admin-mode.is-highlighted::after {
  content: "🖉";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background-color: var(--cms-highlight-color);
  color: white;
  height: 25px;
  width: 30px;
  padding: 5px;
  padding-top: 0px;
  border-bottom-left-radius: 7px;
  z-index: 999999;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 100 !important;
  pointer-events: none;
}
.is-admin-mode:hover::before, .is-admin-mode.is-highlighted::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--cms-highlight-background-color);
  z-index: 999999;
  box-shadow: inset 0px 0px 0px 2px var(--cms-highlight-color);
  pointer-events: none;
}
.is-admin-mode.inline-editor:hover {
  cursor: pointer;
}
.is-admin-mode.inline-editor:hover::after {
  content: "🖉";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  background-color: var(--cms-highlight-color);
  color: white;
  height: 25px;
  width: 30px;
  padding: 5px;
  padding-top: 0px;
  border-bottom-left-radius: 7px;
  z-index: 999999;
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  font-weight: 100 !important;
  pointer-events: none;
}
.is-admin-mode.inline-editor:hover::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--cms-highlight-background-color);
  z-index: 999999;
  box-shadow: inset 0px 0px 0px 2px var(--cms-highlight-color);
  pointer-events: none;
}
.is-admin-mode.inline-editor.is-highlighted {
  cursor: text;
}
.is-admin-mode.inline-editor.is-highlighted::after {
  display: none;
}
.is-admin-mode.inline-editor.is-highlighted::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: transparent;
  z-index: -9999999;
  box-shadow: none;
  pointer-events: auto;
}
.cmsComponent-relative {
  position: relative;
  z-index: 1;
}.no-image-stripes {
  background-image: linear-gradient(135deg, #eeeeee 25%, #cccccc 25%, #cccccc 50%, #eeeeee 50%, #eeeeee 75%, #cccccc 75%, #cccccc 100%);
  background-size: 10px 10px;
}
.image-map-svg {
  height: 100%;
  width: 100%;
}
.modal-height {
  max-height: calc(100vh - 0px) !important;
}.background-overlay[data-v-a9cbd5e4] {
  background-color: rgba(100, 210, 255, 0.7);
}
div.background-blocked[data-v-a9cbd5e4] {
  background-color: rgba(255, 100, 100, 0.7);
}.displayFlex[data-v-aa6ac9e1] {
  display: flex;
}
.imageSize[data-v-aa6ac9e1] {
  width: 140px;
  height: 100px;
  max-width: 140px;
  max-height: 100px;
}
.maskSize[data-v-aa6ac9e1] {
  width: calc(100% - 8px);
  height: calc(100% - 8px);
}.no-image-stripes[data-v-99d23025] {
  background-image: linear-gradient(135deg, #eeeeee 25%, #cccccc 25%, #cccccc 50%, #eeeeee 50%, #eeeeee 75%, #cccccc 75%, #cccccc 100%);
  background-size: 10px 10px;
}.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}
.leaflet-container {
  overflow: hidden;
  -webkit-tap-highlight-color: transparent;
  background: #ddd;
  outline-offset: 1px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}
.leaflet-tile::selection {
  background: transparent;
}
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}
.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block;
}
.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}
.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
  max-width: none !important;
  max-height: none !important;
  width: auto;
  padding: 0;
}
.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}
.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}
.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}
.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}
.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
  color: #0078A8;
}
.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}
.leaflet-tile-loaded {
  visibility: inherit;
}
.leaflet-zoom-box {
  width: 0;
  height: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 800;
  border: 2px dotted #38f;
  background: rgba(255,255,255,0.5);
}
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}
.leaflet-pane {
  z-index: 400;
}
.leaflet-tile-pane {
  z-index: 200;
}
.leaflet-overlay-pane {
  z-index: 400;
}
.leaflet-shadow-pane {
  z-index: 500;
}
.leaflet-marker-pane {
  z-index: 600;
}
.leaflet-tooltip-pane {
  z-index: 650;
}
.leaflet-popup-pane {
  z-index: 700;
}
.leaflet-map-pane canvas {
  z-index: 100;
}
.leaflet-map-pane svg {
  z-index: 200;
}
.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}
.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
  float: left;
  clear: both;
}
.leaflet-top, .leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}
.leaflet-top {
  top: 0;
}
.leaflet-right {
  right: 0;
}
.leaflet-bottom {
  bottom: 0;
}
.leaflet-left {
  left: 0;
}
.leaflet-right .leaflet-control {
  float: right;
  margin-right: 10px;
}
.leaflet-top .leaflet-control {
  margin-top: 10px;
}
.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}
.leaflet-left .leaflet-control {
  margin-left: 10px;
}
.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}
.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
svg.leaflet-zoom-animated {
  will-change: transform;
}
.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
  -moz-transition: -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
  transition: transform 0.25s cubic-bezier(0,0,0.25,1);
}
.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}
.leaflet-interactive {
  cursor: pointer;
}
.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}
.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}
.leaflet-popup-pane, .leaflet-control {
  cursor: auto;
}
.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}
.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none;
}
.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}
.leaflet-bar {
  box-shadow: 0 1px 5px rgba(0,0,0,0.65);
  border-radius: 4px;
}
.leaflet-bar a {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}
.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}
.leaflet-bar a:hover, .leaflet-bar a:focus {
  background-color: #f4f4f4;
}
.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}
.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}
.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}
.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}
.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}
.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  font: bold 18px 'Lucida Console', Monaco, monospace;
  text-indent: 1px;
}
.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}
.leaflet-control-layers {
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  background: #fff;
  border-radius: 5px;
}
.leaflet-control-layers-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);
  width: 36px;
  height: 36px;
}
.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);
  background-size: 26px 26px;
}
.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}
.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}
.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}
.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}
.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}
.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}
.leaflet-control-layers label {
  display: block;
  font-size: 13px;
  font-size: 1.08333em;
}
.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}
.leaflet-default-icon-path {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=);
}
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.8);
  margin: 0;
}
.leaflet-control-attribution, .leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
  line-height: 1.4;
}
.leaflet-control-attribution a {
  text-decoration: none;
}
.leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus {
  text-decoration: underline;
}
.leaflet-attribution-flag {
  display: inline !important;
  vertical-align: baseline !important;
  width: 1em;
  height: 0.6669em;
}
.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}
.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}
.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  white-space: nowrap;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.8);
  text-shadow: 1px 1px #fff;
}
.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}
.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
}
.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0,0,0,0.2);
  background-clip: padding-box;
}
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}
.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}
.leaflet-popup-content {
  margin: 13px 24px 13px 20px;
  line-height: 1.3;
  font-size: 13px;
  font-size: 1.08333em;
  min-height: 1px;
}
.leaflet-popup-content p {
  margin: 17px 0;
  margin: 1.3em 0;
}
.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-top: -1px;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}
.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  pointer-events: auto;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  background: white;
  color: #333;
  box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  text-align: center;
  width: 24px;
  height: 24px;
  font: 16px/24px Tahoma, Verdana, sans-serif;
  color: #757575;
  text-decoration: none;
  background: transparent;
}
.leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}
.leaflet-popup-scrolled {
  overflow: auto;
}
.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}
.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}
.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  box-shadow: 0 1px 3px rgba(0,0,0,0.4);
}
.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}
.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}
.leaflet-tooltip-bottom {
  margin-top: 6px;
}
.leaflet-tooltip-top {
  margin-top: -6px;
}
.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}
.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}
.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}
.leaflet-tooltip-left {
  margin-left: -6px;
}
.leaflet-tooltip-right {
  margin-left: 6px;
}
.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}
.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}
.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}
@media print {
  .leaflet-control {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
}@media screen and (max-width: 400px) and (min-width: 0px) {
  .carouselHeight[data-v-817f2113] {
    height: 200px;
  }
}
@media screen and (max-width: 580px) and (min-width: 357px) {
  .carouselHeight[data-v-817f2113] {
    height: 200px;
  }
  .navIcon[data-v-817f2113] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 580px) {
  .carouselHeight[data-v-817f2113] {
    height: 268px;
  }
  .navIcon[data-v-817f2113] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .carouselHeight[data-v-817f2113] {
    height: 345px;
  }
}
@media screen and (min-width: 1000px) {
  .carouselHeight[data-v-817f2113] {
    height: 91vh;
  }
}
@media only screen and (max-width: 1000px) {
  .primaryHeader[data-v-817f2113] {
    margin-top: 10px;
    padding: 3px 20px 6px 30px !important;
    font-size: 1.2em !important;
  }
  .secondaryHeader[data-v-817f2113] {
    padding: 10px 30px !important;
    font-size: 1em !important;
    max-width: 75% !important;
  }
}
@media only screen and (max-width: 790px) {
  .primaryHeader[data-v-817f2113] {
    display: none;
  }
  .secondaryHeader[data-v-817f2113] {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .primaryHeader[data-v-817f2113] {
    padding: 10px 30px;
    font-size: 1.2em;
  }
  .secondaryHeader[data-v-817f2113] {
    font-size: 1.2em;
    padding: 10px 30px;
  }
}
.primaryHeader[data-v-817f2113] {
  background-color: rgba(247, 127, 0, 0.9);
  color: #fff;
  width: fit-content;
  padding: 5px 20px 5px 60px;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 2px;
}
.secondaryHeader[data-v-817f2113] {
  background-color: rgba(24, 96, 171, 0.9);
  color: #fff;
  width: fit-content;
  padding: 15px 30px 15px 60px;
  font-size: 1.3em;
  font-weight: 200;
  margin-bottom: 50px;
  line-height: 1.3em;
  text-align: left;
}
.navIcon[data-v-817f2113] {
  cursor: pointer;
  font-size: 7rem;
  padding: 5px;
  transition: 0.6s ease;
  color: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%);
  user-select: none;
  outline: none;
  z-index: 2;
  line-height: 1;
}
.fade-enter[data-v-817f2113], .fade-leave-to[data-v-817f2113] {
  position: absolute;
}
.fade-leave[data-v-817f2113], .fade-enter-to[data-v-817f2113] {
  position: relative;
  transform: scaleX(100%);
}
.fade-enter-active[data-v-817f2113], .fade-leave-active[data-v-817f2113] {
  transition: 0.5s ease-in-out;
  flex: 1;
  height: auto;
}
.outsideOfContainer[data-v-817f2113] {
  bottom: -50px;
}@media screen and (max-width: 400px) and (min-width: 0px) {
  .carouselHeight[data-v-2045609c] {
    height: 200px;
  }
}
@media screen and (max-width: 580px) and (min-width: 357px) {
  .carouselHeight[data-v-2045609c] {
    height: 200px;
  }
  .navIcon[data-v-2045609c] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 580px) {
  .carouselHeight[data-v-2045609c] {
    height: 268px;
  }
  .navIcon[data-v-2045609c] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .carouselHeight[data-v-2045609c] {
    height: 345px;
  }
}
@media screen and (min-width: 1000px) {
  .carouselHeight[data-v-2045609c] {
    height: 91vh;
  }
}
@media only screen and (max-width: 1000px) {
  .primaryHeader[data-v-2045609c] {
    margin-top: 10px;
    padding: 3px 20px 6px 30px !important;
    font-size: 1.2em !important;
  }
  .secondaryHeader[data-v-2045609c] {
    padding: 10px 30px !important;
    font-size: 1em !important;
    max-width: 75% !important;
  }
}
@media only screen and (max-width: 790px) {
  .primaryHeader[data-v-2045609c] {
    display: none;
  }
  .secondaryHeader[data-v-2045609c] {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .primaryHeader[data-v-2045609c] {
    padding: 10px 30px;
    font-size: 1.2em;
  }
  .secondaryHeader[data-v-2045609c] {
    font-size: 1.2em;
    padding: 10px 30px;
  }
}
.primaryHeader[data-v-2045609c] {
  background-color: rgba(247, 127, 0, 0.9);
  color: #fff;
  width: fit-content;
  padding: 5px 20px 5px 60px;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 2px;
}
.secondaryHeader[data-v-2045609c] {
  background-color: rgba(24, 96, 171, 0.9);
  color: #fff;
  width: fit-content;
  padding: 15px 30px 15px 60px;
  font-size: 1.3em;
  font-weight: 200;
  margin-bottom: 50px;
  line-height: 1.3em;
  text-align: left;
}
.navIcon[data-v-2045609c] {
  cursor: pointer;
  font-size: 7rem;
  padding: 5px;
  transition: 0.6s ease;
  color: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%);
  user-select: none;
  outline: none;
  z-index: 2;
  line-height: 1;
}
.fade-enter[data-v-2045609c], .fade-leave-to[data-v-2045609c] {
  position: absolute;
}
.fade-leave[data-v-2045609c], .fade-enter-to[data-v-2045609c] {
  position: relative;
  transform: scaleX(100%);
}
.fade-enter-active[data-v-2045609c], .fade-leave-active[data-v-2045609c] {
  transition: 0.5s ease-in-out;
  flex: 1;
  height: auto;
}
.outsideOfContainer[data-v-2045609c] {
  bottom: -50px;
}@media screen and (max-width: 400px) and (min-width: 0px) {
  .sliderHeight[data-v-7d5c074e] {
    height: 200px;
  }
}
@media screen and (max-width: 580px) and (min-width: 357px) {
  .sliderHeight[data-v-7d5c074e] {
    height: 200px;
  }
  .navIcon[data-v-7d5c074e] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 580px) {
  .sliderHeight[data-v-7d5c074e] {
    height: 268px;
  }
  .navIcon[data-v-7d5c074e] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .sliderHeight[data-v-7d5c074e] {
    height: 345px;
  }
}
@media screen and (min-width: 1000px) {
  .galerieHeight[data-v-7d5c074e] {
    height: 91vh;
  }
}
@media only screen and (max-width: 1000px) {
  .primaryHeader[data-v-7d5c074e] {
    margin-top: 10px;
    padding: 3px 20px 6px 30px !important;
    font-size: 1.2em !important;
  }
  .secondaryHeader[data-v-7d5c074e] {
    padding: 10px 30px !important;
    font-size: 1em !important;
    max-width: 75% !important;
  }
}
@media only screen and (max-width: 790px) {
  .primaryHeader[data-v-7d5c074e] {
    display: none;
  }
  .secondaryHeader[data-v-7d5c074e] {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .primaryHeader[data-v-7d5c074e] {
    padding: 10px 30px;
    font-size: 1.2em;
  }
  .secondaryHeader[data-v-7d5c074e] {
    font-size: 1.2em;
    padding: 10px 30px;
  }
}
.primaryHeader[data-v-7d5c074e] {
  background-color: rgba(247, 127, 0, 0.9);
  color: #fff;
  width: fit-content;
  padding: 5px 20px 5px 60px;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 2px;
}
.secondaryHeader[data-v-7d5c074e] {
  background-color: rgba(24, 96, 171, 0.9);
  color: #fff;
  width: fit-content;
  padding: 15px 30px 15px 60px;
  font-size: 1.3em;
  font-weight: 200;
  margin-bottom: 50px;
  line-height: 1.3em;
  text-align: left;
}
.navIcon[data-v-7d5c074e] {
  cursor: pointer;
  font-size: 7rem;
  padding: 5px;
  transition: 0.6s ease;
  color: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%);
  user-select: none;
  outline: none;
  z-index: 2;
  line-height: 1;
}
.fade-enter[data-v-7d5c074e], .fade-leave-to[data-v-7d5c074e] {
  position: absolute;
}
.fade-leave[data-v-7d5c074e], .fade-enter-to[data-v-7d5c074e] {
  position: relative;
  transform: scaleX(100%);
}
.fade-enter-active[data-v-7d5c074e], .fade-leave-active[data-v-7d5c074e] {
  transition: 0.5s ease-in-out;
  flex: 1;
  height: auto;
}
.outsideOfContainer[data-v-7d5c074e] {
  bottom: -50px;
}
.scrolling-wrapper[data-v-7d5c074e] {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}@media screen and (max-width: 400px) and (min-width: 0px) {
  .sliderHeight[data-v-7b7fd504] {
    height: 200px;
  }
}
@media screen and (max-width: 580px) and (min-width: 357px) {
  .sliderHeight[data-v-7b7fd504] {
    height: 200px;
  }
  .navIcon[data-v-7b7fd504] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 580px) {
  .sliderHeight[data-v-7b7fd504] {
    height: 268px;
  }
  .navIcon[data-v-7b7fd504] {
    font-size: 4rem !important;
    margin-top: 4rem !important;
  }
}
@media screen and (min-width: 768px) {
  .sliderHeight[data-v-7b7fd504] {
    height: 345px;
  }
}
@media screen and (min-width: 1000px) {
  .galerieHeight[data-v-7b7fd504] {
    height: 91vh;
  }
}
@media only screen and (max-width: 1000px) {
  .primaryHeader[data-v-7b7fd504] {
    margin-top: 10px;
    padding: 3px 20px 6px 30px !important;
    font-size: 1.2em !important;
  }
  .secondaryHeader[data-v-7b7fd504] {
    padding: 10px 30px !important;
    font-size: 1em !important;
    max-width: 75% !important;
  }
}
@media only screen and (max-width: 790px) {
  .primaryHeader[data-v-7b7fd504] {
    display: none;
  }
  .secondaryHeader[data-v-7b7fd504] {
    display: none;
  }
}
@media only screen and (max-width: 950px) {
  .primaryHeader[data-v-7b7fd504] {
    padding: 10px 30px;
    font-size: 1.2em;
  }
  .secondaryHeader[data-v-7b7fd504] {
    font-size: 1.2em;
    padding: 10px 30px;
  }
}
.primaryHeader[data-v-7b7fd504] {
  background-color: rgba(247, 127, 0, 0.9);
  color: #fff;
  width: fit-content;
  padding: 5px 20px 5px 60px;
  font-size: 2.2em;
  font-weight: 500;
  margin-bottom: 2px;
}
.secondaryHeader[data-v-7b7fd504] {
  background-color: rgba(24, 96, 171, 0.9);
  color: #fff;
  width: fit-content;
  padding: 15px 30px 15px 60px;
  font-size: 1.3em;
  font-weight: 200;
  margin-bottom: 50px;
  line-height: 1.3em;
  text-align: left;
}
.navIcon[data-v-7b7fd504] {
  cursor: pointer;
  font-size: 7rem;
  padding: 5px;
  transition: 0.6s ease;
  color: rgba(255, 255, 255, 0.55);
  transform: translateY(-50%);
  user-select: none;
  outline: none;
  z-index: 2;
  line-height: 1;
}
.fade-enter[data-v-7b7fd504], .fade-leave-to[data-v-7b7fd504] {
  position: absolute;
}
.fade-leave[data-v-7b7fd504], .fade-enter-to[data-v-7b7fd504] {
  position: relative;
  transform: scaleX(100%);
}
.fade-enter-active[data-v-7b7fd504], .fade-leave-active[data-v-7b7fd504] {
  transition: 0.5s ease-in-out;
  flex: 1;
  height: auto;
}
.outsideOfContainer[data-v-7b7fd504] {
  bottom: -50px;
}
.scrolling-wrapper[data-v-7b7fd504] {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
}nav.customMenu .dropdown {
  vertical-align: baseline;
}
nav.customMenu .dropdown a {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
nav.customMenu a {
  font-size: 18px;
  line-height: 1;
  padding-top: 45px;
  padding-bottom: 30px;
  position: relative;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
nav.customMenu a::before {
  height: 7px;
  opacity: 0;
  position: absolute;
  left: 37.5%;
  top: 0px;
  width: 20px;
  border-top: 7px solid #1898af;
  border-right: 10px solid transparent;
  border-bottom: 0px solid orange;
  border-left: 10px solid transparent;
  content: "";
}
nav.customMenu a.iconLink {
  padding-top: 30px;
  padding-bottom: 30px;
}
nav.customMenu a.router-link-exact-active, nav.customMenu a.router-link-active nav.customMenu a.router-link-exact-active:hover, nav.customMenu a.router-link-active:hover {
  --tw-border-opacity: 1;
  border-color: rgba(24, 152, 175, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(24, 152, 175, var(--tw-text-opacity));
}
nav.customMenu a:hover {
  --tw-text-opacity: 1;
  color: rgba(24, 152, 175, var(--tw-text-opacity));
}
nav.customMenu .parent > .dropdown-menu {
  --tw-border-opacity: 1;
  border-color: rgba(5, 151, 176, var(--tw-border-opacity));
  border-radius: 0.125rem;
  border-bottom-width: 4px;
  min-width: 270px;
  padding: 0px;
  top: 65px;
}
nav.customMenu .parent > .dropdown-menu::before {
  position: absolute;
  top: -10px;
  left: 60px;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
nav.customMenu .parent > .dropdown-menu a {
  display: block;
  font-size: 28px;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-left: 15px;
  padding-right: 15px;
}
nav.customMenu .parent > .dropdown-menu a:hover, nav.customMenu .parent > .dropdown-menu a.router-link-exact-active {
  --tw-text-opacity: 1;
  color: rgba(5, 151, 176, var(--tw-text-opacity));
}
.customMenu .parent svg {
  font-size: 28px;
}
.customHamburgerMenu ul {
  padding: 0 !important;
  margin-left: 0;
}
.customHamburgerMenu .open .menu-items-container {
  height: calc(100% - 150px) !important;
}
.customHamburgerMenu .hamburger-menu-item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  --tw-text-opacity: 1;
  color: rgba(5, 151, 176, var(--tw-text-opacity));
  width: 100%;
}
.customHamburgerMenu .hamburger-menu-item a.router-link-exact-active, .customHamburgerMenu .hamburger-menu-item a.router-link-active .customHamburgerMenu .hamburger-menu-item a.router-link-exact-active:hover, .customHamburgerMenu .hamburger-menu-item a.router-link-active:hover, .customHamburgerMenu .hamburger-menu-item a:hover {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.customHamburgerMenu .hamburger-menu-item a > span {
  flex: 1 1 auto;
}
.customHamburgerMenu .hamburger-menu-item a > svg {
  flex: 0 0 auto;
}.ProseMirror table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  margin: 0;
  overflow: hidden;
}
.ProseMirror table td, .ProseMirror table th {
  min-width: 1em;
  border: 2px solid #ced4da;
  padding: 3px 5px;
  vertical-align: top;
  box-sizing: border-box;
  position: relative;
}
.ProseMirror table td > *, .ProseMirror table th > * {
  margin-bottom: 0;
}
.ProseMirror table th {
  font-weight: bold;
  text-align: left;
  background-color: #f1f3f5;
}
.ProseMirror table .selectedCell:after {
  z-index: 2;
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(200, 200, 255, 0.4);
  pointer-events: none;
}
.ProseMirror table .column-resize-handle {
  position: absolute;
  right: -2px;
  top: 0;
  bottom: -2px;
  width: 4px;
  background-color: #adf;
  pointer-events: none;
}
.ProseMirror table p {
  margin: 0;
}
.tableWrapper {
  padding: 1rem 0;
  overflow-x: auto;
}
.resize-cursor {
  cursor: ew-resize;
  cursor: col-resize;
}:root {
  --admin-area-tooltip-background-color: #73bc6e;
  --admin-area-tooltip-font-size: 80%;
  --admin-area-dark-tooltip-background-color: #363636;
}
.tippy-box[data-theme~=adminArea] {
  background-color: var(--admin-area-tooltip-background-color);
  color: white;
  font-size: var(--admin-area-tooltip-font-size);
  padding: 0.25rem;
  border-radius: 0;
}
.tippy-box[data-theme~=adminArea][data-placement^=top] > .tippy-arrow::before {
  border-top-color: var(--admin-area-tooltip-background-color);
}
.tippy-box[data-theme~=adminArea][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: var(--admin-area-tooltip-background-color);
}
.tippy-box[data-theme~=adminArea][data-placement^=left] > .tippy-arrow::before {
  border-left-color: var(--admin-area-tooltip-background-color);
}
.tippy-box[data-theme~=adminArea][data-placement^=right] > .tippy-arrow::before {
  border-right-color: var(--admin-area-tooltip-background-color);
}
.tippy-content {
  white-space: pre-line;
}
.tippy-box[data-theme~=adminAreaDark] {
  background-color: var(--admin-area-dark-tooltip-background-color);
  color: white;
  font-size: var(--admin-area-tooltip-font-size);
  padding: 0.25rem;
  border-radius: 0;
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=top] > .tippy-arrow::before {
  border-top-color: var(--admin-area-dark-tooltip-background-color);
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: var(--admin-area-dark-tooltip-background-color);
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=left] > .tippy-arrow::before {
  border-left-color: var(--admin-area-dark-tooltip-background-color);
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=right] > .tippy-arrow::before {
  border-right-color: var(--admin-area-dark-tooltip-background-color);
}:root {
  --admin-area-tooltip-background-color: #73bc6e;
  --admin-area-tooltip-font-size: 80%;
  --admin-area-dark-tooltip-background-color: #363636;
}
.tippy-box[data-theme~=adminArea] {
  background-color: var(--admin-area-tooltip-background-color);
  color: white;
  font-size: var(--admin-area-tooltip-font-size);
  padding: 0.25rem;
  border-radius: 0;
}
.tippy-box[data-theme~=adminArea][data-placement^=top] > .tippy-arrow::before {
  border-top-color: var(--admin-area-tooltip-background-color);
}
.tippy-box[data-theme~=adminArea][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: var(--admin-area-tooltip-background-color);
}
.tippy-box[data-theme~=adminArea][data-placement^=left] > .tippy-arrow::before {
  border-left-color: var(--admin-area-tooltip-background-color);
}
.tippy-box[data-theme~=adminArea][data-placement^=right] > .tippy-arrow::before {
  border-right-color: var(--admin-area-tooltip-background-color);
}
.tippy-content {
  white-space: pre-line;
}
.tippy-box[data-theme~=adminAreaDark] {
  background-color: var(--admin-area-dark-tooltip-background-color);
  color: white;
  font-size: var(--admin-area-tooltip-font-size);
  padding: 0.25rem;
  border-radius: 0;
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=top] > .tippy-arrow::before {
  border-top-color: var(--admin-area-dark-tooltip-background-color);
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=bottom] > .tippy-arrow::before {
  border-bottom-color: var(--admin-area-dark-tooltip-background-color);
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=left] > .tippy-arrow::before {
  border-left-color: var(--admin-area-dark-tooltip-background-color);
}
.tippy-box[data-theme~=adminAreaDark][data-placement^=right] > .tippy-arrow::before {
  border-right-color: var(--admin-area-dark-tooltip-background-color);
}.layout-root[data-v-81deccc6] {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
}
.layout-header[data-v-81deccc6] {
  background-color: blue;
  height: 3rem;
}
.layout-inner-section[data-v-81deccc6] {
  display: flex;
  flex: 1 1 auto;
}
.layout-left[data-v-81deccc6] {
  flex: 0 1 auto;
  width: 200px;
  min-height: 100%;
  background-color: blueviolet;
}
.layout-content[data-v-81deccc6] {
  flex: 1 1 auto;
}
.layout-right[data-v-81deccc6] {
  flex: 0 1 auto;
  width: 200px;
  background-color: lightcoral;
  height: 100%;
}
.layout-footer[data-v-81deccc6] {
  background-color: lightgray;
  height: 3rem;
}body {
  --tw-bg-opacity: 1;
  background-color: rgba(226, 232, 240, var(--tw-bg-opacity));
  font-family: Open Sans,sans-serif;
  font-size: 18px;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(30, 41, 59, var(--tw-text-opacity));
}
h1 {
  font-weight: 600;
  font-size: 25px;
  line-height: 1;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgba(24, 152, 175, var(--tw-text-opacity));
}
h2 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  line-height: 1.5;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(24, 152, 175, var(--tw-text-opacity));
  text-transform: uppercase;
}
p {
  font-size: 15px;
  line-height: 1;
  line-height: 1.5;
}
#pageLogo {
  height: 38px;
}
@media (min-width: 800px) {
  #pageLogo {
    height: 60px;
  }
}
.contentWrapper {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  margin-top: 85px;
  margin-bottom: 85px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 100%;
}
.contentWrapper::before {
  height: 85px;
  position: absolute;
  left: 0px;
  top: -85px;
  width: 100%;
  border-top: 85px solid transparent;
  border-right: 49vw solid white;
  border-bottom: 0px solid orange;
  border-left: 49vw solid white;
  content: "";
}
.contentWrapper::after {
  height: 85px;
  position: absolute;
  left: 0px;
  bottom: -85px;
  width: 100%;
  border-top: 85px solid white;
  border-right: 49vw solid transparent;
  border-bottom: 0px solid orange;
  border-left: 49vw solid transparent;
  content: "";
}
@media (max-width: 800px) {
  .contentWrapper {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    margin-top: 55px;
    margin-bottom: 55px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    width: 100%;
  }
  .contentWrapper::before {
    height: 35px;
    position: absolute;
    left: 0px;
    top: -35px;
    width: 100%;
    border-top: 35px solid transparent;
    border-right: 49vw solid white;
    border-bottom: 0px solid orange;
    border-left: 49vw solid white;
    content: "";
  }
  .contentWrapper::after {
    height: 35px;
    position: absolute;
    left: 0px;
    bottom: -35px;
    width: 100%;
    border-top: 35px solid white;
    border-right: 49vw solid transparent;
    border-bottom: 0px solid orange;
    border-left: 49vw solid transparent;
    content: "";
  }
}